@charset "UTF-8";
:root {
  --base-vw: 768;
}

@media screen and (min-width: 769px) {
  :root {
    --base-vw: 1537;
  }
}
html {
  color: #242545;
  font-size: calc(100 / var(--base-vw) * 1vw * 16);
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

main {
  position: relative;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}

.c-cta-buttons {
  display: flex;
  position: fixed;
  background: #ffffff;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  bottom: 0;
  width: 100%;
  gap: calc(8rem / 16);
  height: calc(146rem / 16);
  padding: calc(8rem / 16) 0 calc(16rem / 16);
  transform: translateY(100%);
}
.c-cta-buttons_button {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(8rem / 16);
  width: calc(368rem / 16);
  height: calc(122rem / 16);
  gap: calc(8rem / 16);
}
.c-cta-buttons_button_label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(28rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(280rem / 16);
  height: calc(90rem / 16);
}
.c-cta-buttons_button_arrow {
  width: calc(32rem / 16);
  height: calc(32rem / 16);
}
.c-cta-buttons_button--trial {
  background: linear-gradient(to right, #eb4768, #f77797);
}
.c-cta-buttons_button--whitepaper {
  background: linear-gradient(to right, #0a58d5, #4e91fd);
}

@media screen and (min-width: 769px) {
  .c-cta-buttons {
    gap: calc(24rem / 16);
    height: calc(88rem / 16);
    padding: calc(8rem / 16) calc(16rem / 16);
  }
  .c-cta-buttons_button {
    width: calc(536rem / 16);
    height: calc(64rem / 16);
    padding: calc(16rem / 16) calc(24rem / 16) calc(16rem / 16) calc(16rem / 16);
    border-radius: calc(8rem / 16);
  }
  .c-cta-buttons_button_label {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(20rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
    width: calc(480rem / 16);
    height: calc(32rem / 16);
  }
  .c-cta-buttons_button_arrow {
    width: calc(16rem / 16);
    height: calc(16rem / 16);
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .c-cta-buttons_button:hover {
    opacity: 0.9;
  }
  .c-cta-buttons_button:hover .c-cta-buttons_button_arrow {
    transform: translateX(calc(2rem / 16));
  }
}
.c-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.c-header_logo {
  width: calc(339rem / 16);
  height: calc(38rem / 16);
}
.c-header_inner {
  position: relative;
  top: calc(17rem / 16);
  width: calc(728rem / 16);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header_pc_nav {
  display: none;
}
.c-header_cta_button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(25rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #eb4768, #f77797);
  gap: calc(8rem / 16);
  width: calc(516rem / 16);
  height: calc(104rem / 16);
  border-radius: calc(8rem / 16);
}
.c-header_cta_button_arrow {
  width: calc(24rem / 16);
  height: calc(24rem / 16);
}
.c-header_sp_menu {
  display: flex;
  position: absolute;
  background: #ffffff;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-header_sp_menu_inner {
  display: flex;
  flex-direction: column;
  background: rgba(36, 37, 69, 0.8);
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-header_sp_menu_button {
  width: calc(78rem / 16);
  height: calc(72rem / 16);
}
.c-header_sp_menu_close {
  width: calc(78rem / 16);
  height: calc(62rem / 16);
}
.c-header_sp_menu_header {
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(106rem / 16);
  padding: calc(16rem / 16) calc(20rem / 16);
}
.c-header_sp_menu_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9f9f9;
  align-self: flex-end;
  flex-grow: 1;
  gap: calc(80rem / 16);
  width: calc(644rem / 16);
  padding: calc(104rem / 16) calc(64rem / 16) 0;
  margin: 0 calc(7rem / 16) calc(5rem / 16) 0;
}
.c-header_sp_menu_list {
  display: flex;
  flex-direction: column;
  gap: calc(20rem / 16);
  width: calc(516rem / 16);
}
.c-header_sp_menu_item {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  padding: calc(32rem / 16) calc(0rem / 16);
  border-top: calc(1rem / 16) solid #242545;
}
.c-header_sp_menu_item:last-child {
  border-bottom: calc(1rem / 16) solid #242545;
}
.c-header_sp_menu_item_link {
  color: #242545;
}

@media screen and (min-width: 769px) {
  .c-header {
    top: calc(13.81rem / 16);
  }
  .c-header_inner {
    width: calc(1440rem / 16);
  }
  .c-header_pc_nav {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2392156863);
    border: calc(1rem / 16) solid rgba(255, 255, 255, 0.4);
    gap: calc(40rem / 16);
    border-radius: calc(8rem / 16);
    padding: calc(12rem / 16) calc(16rem / 16) calc(12rem / 16) calc(32rem / 16);
    backdrop-filter: blur(52px);
    width: calc(864rem / 16);
    height: calc(82rem / 16);
  }
  .c-header_pc_nav_list {
    display: flex;
    gap: calc(32rem / 16);
    border-radius: calc(10rem / 16);
  }
  .c-header_pc_nav_item {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(16rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
    color: #242545;
    white-space: nowrap;
    transition: opacity 0.2s ease-in-out;
  }
  .c-header_cta_button {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(16rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
    width: calc(245rem / 16);
    height: calc(58rem / 16);
    transition: opacity 0.3s ease-in-out;
  }
  .c-header_cta_button_arrow {
    width: calc(16rem / 16);
    height: calc(16rem / 16);
    transition: transform 0.3s ease-in-out;
  }
  .c-header_sp_menu {
    display: none;
  }
  .c-header_sp_menu_button {
    display: none;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .c-header_pc_nav_item:hover {
    opacity: 0.6;
  }
  .c-header_cta_button:hover {
    opacity: 0.9;
  }
  .c-header_cta_button:hover .c-header_cta_button_arrow {
    transform: translateX(calc(2rem / 16));
  }
}
.c-modal {
  position: fixed;
  z-index: 5;
  display: flex;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(16px);
}
.c-modal_close {
  position: absolute;
  top: calc(14rem / 16);
  right: calc(14rem / 16);
  width: calc(56rem / 16);
  height: calc(56rem / 16);
}
.c-modal_overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  min-height: 100%;
  width: 100%;
  padding: calc(56rem / 16) calc(40rem / 16);
}
.c-modal_content {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(16rem / 16);
  border-radius: calc(24rem / 16);
  border: calc(4rem / 16) solid #242545;
  padding: calc(64rem / 16);
  width: calc(688rem / 16);
  word-break: break-all;
}
.c-modal_content_image {
  object-fit: cover;
  width: calc(363rem / 16);
  height: calc(205rem / 16);
  margin-bottom: calc(24rem / 16);
  border-radius: calc(16rem / 16);
  background: #f9f9f9;
  overflow: hidden;
}
.c-modal_content_text {
  display: flex;
  flex-direction: column;
  gap: calc(8rem / 16);
}
.c-modal_content_school {
  display: flex;
  align-items: center;
  gap: calc(10rem / 16);
  width: fit-content;
  background: rgba(10, 88, 213, 0.1607843137);
  padding: calc(2rem / 16) calc(12rem / 16);
  border-radius: calc(90rem / 16);
}
.c-modal_content_school_icon {
  width: calc(24rem / 16);
  height: calc(24rem / 16);
}
.c-modal_content_school_name {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(20rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-modal_content_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-modal_content_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}
.c-modal_content_deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(238rem / 16);
  height: calc(159rem / 16);
}

@media screen and (min-width: 769px) {
  .c-modal_overlay {
    padding: calc(112rem / 16) calc(168rem / 16);
  }
  .c-modal_content {
    flex-direction: row;
    gap: calc(40rem / 16);
    width: calc(1200rem / 16);
    min-height: calc(520rem / 16);
  }
  .c-modal_content_text {
    align-items: flex-start;
    width: calc(701rem / 16);
    gap: calc(24rem / 16);
  }
  .c-modal_content_school_icon {
    width: calc(16rem / 16);
    height: calc(16rem / 16);
  }
  .c-modal_content_school_name {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(14rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-modal_content_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-modal_content_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
}
.splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

.c-section-about {
  background: url("/wp-content/themes/aip/src/images/about/bg-sp.svg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(120rem / 16) 0;
  height: calc(2514rem / 16);
}
.c-section-about_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-about_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(48rem / 16);
  width: calc(608rem / 16);
  margin-bottom: calc(96rem / 16);
}
.c-section-about_header_video_wrapper {
  min-width: calc(550rem / 16);
  width: calc(550rem / 16);
  height: calc(328rem / 16);
  background-image: url("/wp-content/themes/aip/src/images/about/laptop.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.c-section-about_header_video {
  position: absolute;
  top: calc(17rem / 16);
  left: calc(69rem / 16);
  width: calc(412rem / 16);
  height: calc(270rem / 16);
  object-fit: cover;
  border: none;
}
.c-section-about_header_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(56rem / 16);
}
.c-section-about_header_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-section-about_header_text_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
  margin-bottom: calc(8rem / 16);
}
.c-section-about_header_text_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a58d5;
  width: calc(506rem / 16);
  height: calc(68rem / 16);
  border: calc(2rem / 16) solid #242545;
  border-radius: calc(2rem / 16);
  margin-bottom: calc(24rem / 16);
}
.c-section-about_header_text_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}
.c-section-about_use-cases {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  width: calc(688rem / 16);
  padding: calc(64rem / 16) calc(40rem / 16);
  border-radius: calc(48rem / 16);
}
.c-section-about_use-cases_slider {
  width: calc(608rem / 16);
}
.c-section-about_use-cases_header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  gap: calc(32rem / 16);
  margin-bottom: calc(48rem / 16);
}
.c-section-about_use-cases_header_emphasis {
  color: #0a58d5;
}
.c-section-about_use-cases_header::before {
  content: "";
  display: block;
  width: calc(36rem / 16);
  height: calc(120rem / 16);
  background: url("/wp-content/themes/aip/src/images/about/deco.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-section-about_use-cases_header::after {
  content: "";
  display: block;
  width: calc(36rem / 16);
  height: calc(120rem / 16);
  background: url("/wp-content/themes/aip/src/images/about/deco.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.c-section-about_use-cases_list {
  display: flex;
}
.c-section-about_use-cases_item {
  display: flex;
  flex-direction: column;
  gap: calc(24rem / 16);
}
.c-section-about_use-cases_content {
  display: flex;
  flex-direction: column;
  gap: calc(8rem / 16);
  width: calc(608rem / 16);
}
.c-section-about_use-cases_image {
  height: calc(341rem / 16);
  border-radius: calc(16rem / 16);
  overflow: hidden;
  background: #f9f9f9;
}
.c-section-about_use-cases_image img {
  width: calc(608rem / 16);
  height: 100%;
  object-fit: cover;
}
.c-section-about_use-cases_school {
  display: flex;
  align-items: center;
  width: fit-content;
  background: rgba(10, 88, 213, 0.1607843137);
  gap: calc(10rem / 16);
  padding: calc(2rem / 16) calc(12rem / 16);
  border-radius: calc(90rem / 16);
}
.c-section-about_use-cases_school_icon {
  width: calc(24rem / 16);
  height: calc(24rem / 16);
}
.c-section-about_use-cases_school_name {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(20rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-about_use-cases_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-about_use-cases_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-section-about_use-cases_pagination {
  position: static;
  gap: calc(24rem / 16);
  height: calc(8rem / 16);
  margin-top: calc(48rem / 16);
  margin-bottom: calc(24rem / 16);
}
.c-section-about_use-cases_pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset;
  width: calc(8rem / 16);
  height: calc(8rem / 16);
}
.c-section-about_use-cases_pagination li .splide__pagination__page {
  position: static;
  background: #ffffff;
  transform: unset;
  width: calc(8rem / 16);
  height: calc(8rem / 16);
  margin: 0;
  border: calc(2rem / 16) solid #242545;
  border-radius: 50%;
  opacity: 1;
}
.c-section-about_use-cases_pagination li .splide__pagination__page.is-active {
  background: #242545;
}
.c-section-about_use-cases_more {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(32rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  color: #ea4769;
  width: fit-content;
  gap: calc(16rem / 16);
  padding-bottom: calc(8rem / 16);
  border-bottom: calc(2rem / 16) solid #ea4769;
}
.c-section-about_use-cases_more_arrow {
  width: calc(32rem / 16);
  height: calc(32rem / 16);
}
.c-section-about_use-cases_arrow {
  width: calc(64rem / 16);
  height: calc(64rem / 16);
  cursor: pointer;
  opacity: 1;
}
.c-section-about_use-cases_arrow.splide__arrow--prev {
  background: url("/wp-content/themes/aip/src/images/about/arrow-slider-left.svg") no-repeat;
  background-size: 100% 100%;
  left: calc(-16rem / 16);
  transform: translateX(-100%);
}
.c-section-about_use-cases_arrow.splide__arrow--next {
  background: url("/wp-content/themes/aip/src/images/about/arrow-slider-right.svg") no-repeat;
  right: calc(-16rem / 16);
  background-size: 100% 100%;
  transform: translateX(100%);
}
.c-section-about_use-cases_button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  color: #ffffff;
  background: #ea4769;
  gap: calc(8rem / 16);
  width: calc(196rem / 16);
  height: calc(59rem / 16);
  padding: calc(8rem / 16) calc(16rem / 16);
  border-radius: calc(8rem / 16);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-section-about_use-cases_button_arrow {
  width: calc(16rem / 16);
  height: calc(16rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-about {
    background: url("/wp-content/themes/aip/src/images/about/bg-pc.svg") no-repeat center center;
    background-size: contain;
    padding: calc(160rem / 16) 0;
    height: calc(1662.21rem / 16);
  }
  .c-section-about_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-about_header {
    width: calc(1200.23rem / 16);
    margin-bottom: calc(80rem / 16);
  }
  .c-section-about_header_content {
    flex-direction: row;
  }
  .c-section-about_header_text {
    align-items: flex-start;
  }
  .c-section-about_header_text_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    text-align: left;
  }
  .c-section-about_header_text_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    width: calc(419rem / 16);
    height: calc(56rem / 16);
    margin-bottom: calc(32rem / 16);
  }
  .c-section-about_header_text_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-about_use-cases {
    width: calc(1200.23rem / 16);
    padding: calc(64rem / 16) calc(48rem / 16);
  }
  .c-section-about_use-cases_slider {
    width: calc(1104.23rem / 16);
  }
  .c-section-about_use-cases_content {
    width: calc(363rem / 16);
  }
  .c-section-about_use-cases_header {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-about_use-cases_header::before {
    width: calc(16rem / 16);
    height: calc(40rem / 16);
  }
  .c-section-about_use-cases_header::after {
    width: calc(16rem / 16);
    height: calc(40rem / 16);
  }
  .c-section-about_use-cases_image {
    width: calc(363rem / 16);
    height: calc(204rem / 16);
  }
  .c-section-about_use-cases_image img {
    width: calc(363rem / 16);
  }
  .c-section-about_use-cases_school_icon {
    width: calc(16rem / 16);
    height: calc(16rem / 16);
  }
  .c-section-about_use-cases_school_name {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(14rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-about_use-cases_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-about_use-cases_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-about_use-cases_more {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(16rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
    color: #ea4769;
    width: fit-content;
    transition: opacity 0.2s ease-in-out;
    gap: calc(8rem / 16);
  }
  .c-section-about_use-cases_button {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(16rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
    width: calc(139rem / 16);
    height: calc(42rem / 16);
    transition: opacity 0.3s ease-in-out;
  }
  .c-section-about_use-cases_button_arrow {
    transition: transform 0.3s ease-in-out;
    width: calc(16rem / 16);
    height: calc(16rem / 16);
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .c-section-about_use-cases_more:hover {
    opacity: 0.6;
  }
  .c-section-about_use-cases_button:hover {
    opacity: 0.9;
  }
  .c-section-about_use-cases_button:hover .c-section-about_use-cases_button_arrow {
    transform: translateX(calc(2rem / 16));
  }
}
.c-section-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(64rem / 16) calc(80rem / 16) calc(80rem / 16);
  background: #242545;
  color: #ffffff;
  border-radius: calc(56rem / 16);
  gap: calc(89rem / 16);
  position: relative;
}
.c-section-cta_hero {
  width: calc(504.49rem / 16);
  height: calc(504.73rem / 16);
}
.c-section-cta_deco {
  position: absolute;
  top: calc(360rem / 16);
  left: calc(82rem / 16);
  width: calc(302.35rem / 16);
  width: calc(272.88rem / 16);
}
.c-section-cta_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(609rem / 16);
}
.c-section-cta_content_header {
  margin-bottom: calc(24rem / 16);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12rem / 16);
}
.c-section-cta_content_header_caret {
  width: calc(108rem / 16);
  height: calc(13rem / 16);
}
.c-section-cta_content_heading {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(38rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  height: calc(57rem / 16);
}
.c-section-cta_content_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(40rem / 16);
  position: relative;
  width: 100%;
}
.c-section-cta_content_description_now {
  position: absolute;
  width: calc(139.66rem / 16);
  height: calc(141.2rem / 16);
  top: calc(-68.73rem / 16);
  left: calc(-62rem / 16);
}
.c-section-cta_content_description_heading {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-cta_content_description_emphasis {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(80rem / 16);
  line-height: 110%;
  letter-spacing: 0;
}
.c-section-cta_content_notes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(24rem / 16);
}
.c-section-cta_content_notes small {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: calc(20rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}
.c-section-cta_button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(28rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  gap: calc(24rem / 16);
  color: #ffffff;
  background: linear-gradient(to right, #eb4768, #f77797);
  border-radius: calc(8rem / 16);
  width: 100%;
  height: calc(117rem / 16);
  border: calc(2rem / 16) solid #ffffff;
}
.c-section-cta_button_inner {
  display: flex;
  align-items: center;
  gap: calc(16rem / 16);
}
.c-section-cta_button_helper {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(25rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  margin-bottom: calc(8rem / 16);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-section-cta_button_helper_inner {
  background: #ffffff;
  color: #ea4769;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(90rem / 16);
  padding: calc(6rem / 16) calc(24rem / 16);
  gap: calc(10rem / 16);
}
.c-section-cta_button_helper_inner:before, .c-section-cta_button_helper_inner:after {
  content: "";
  display: block;
  width: calc(8rem / 16);
  height: calc(2rem / 16);
  background: url("/wp-content/themes/aip/src/images/cta/line.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-section-cta_button_helper:after {
  content: "";
  display: block;
  background: url("/wp-content/themes/aip/src/images/common/triangle-down-white.svg") no-repeat center center;
  background-size: 100% 100%;
  margin-top: calc(-1rem / 16);
  bottom: calc(-10rem / 16);
  left: 50%;
  width: calc(12rem / 16);
  height: calc(10rem / 16);
}
.c-section-cta_button_arrow {
  width: calc(24rem / 16);
  height: calc(24rem / 16);
}
.c-section-cta_button_image {
  object-fit: contain;
  height: calc(118rem / 16);
  width: calc(179rem / 16);
  margin-left: calc(-2rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-cta {
    flex-direction: row;
    padding: calc(104rem / 16) calc(212rem / 16);
    gap: calc(141rem / 16);
  }
  .c-section-cta_deco {
    top: calc(410rem / 16);
    left: calc(122rem / 16);
  }
  .c-section-cta_content {
    width: calc(465rem / 16);
  }
  .c-section-cta_content_heading {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(31rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    height: calc(47rem / 16);
  }
  .c-section-cta_content_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-cta_content_description_now {
    width: calc(106.03rem / 16);
    height: calc(107.2rem / 16);
    top: calc(-61rem / 16);
    left: calc(-70rem / 16);
  }
  .c-section-cta_content_description_heading {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-cta_content_description_emphasis {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(64rem / 16);
    line-height: 110%;
    letter-spacing: 0;
  }
  .c-section-cta_content_notes small {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: calc(14rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-cta_button {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(22rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
    transition: opacity 0.3s ease-in-out;
    gap: calc(32rem / 16);
  }
  .c-section-cta_button_helper {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(16rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-cta_button_helper:after {
    margin-top: calc(-1rem / 16);
    bottom: calc(-6rem / 16);
    width: calc(8rem / 16);
    height: calc(6rem / 16);
  }
  .c-section-cta_button_arrow {
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .c-section-cta_button:hover {
    opacity: 0.9;
  }
  .c-section-cta_button:hover .c-section-cta_button_arrow {
    transform: translateX(calc(4rem / 16));
  }
}
.c-section-doubts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(64rem / 16);
  padding: calc(96rem / 16) calc(39rem / 16);
  background: #f9f9f9;
}
.c-section-doubts_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-section-doubts_header_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  margin-bottom: calc(8rem / 16);
}
.c-section-doubts_header_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-doubts_header_highlight {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-doubts_list {
  display: flex;
  flex-direction: column;
  gap: calc(48rem / 16);
}
.c-section-doubts_item {
  display: flex;
  align-items: center;
  gap: calc(30rem / 16);
}
.c-section-doubts_item_avatar {
  width: calc(120rem / 16);
  height: calc(120rem / 16);
}
.c-section-doubts_item:nth-child(odd) .c-section-doubts_item_bubble::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/aip/src/images/common/triangle-down-white.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  width: calc(18rem / 16);
  height: calc(15rem / 16);
  left: calc(-14.5rem / 16);
}
.c-section-doubts_item:nth-child(even) {
  flex-direction: row-reverse;
}
.c-section-doubts_item:nth-child(even) .c-section-doubts_item_bubble::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/aip/src/images/common/triangle-down-white.svg") no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(270deg);
  top: 50%;
  width: calc(18rem / 16);
  height: calc(15rem / 16);
  right: calc(-14.5rem / 16);
}
.c-section-doubts_item_bubble {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  background: #ffffff;
  position: relative;
  border-radius: calc(16rem / 16);
  padding: calc(24rem / 16);
  width: calc(618rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-doubts {
    padding: calc(120rem / 16) 0;
  }
  .c-section-doubts_header_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-doubts_header_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-doubts_header_highlight {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-doubts_list {
    gap: calc(48rem / 16);
  }
  .c-section-doubts_item {
    gap: calc(34rem / 16);
  }
  .c-section-doubts_item:nth-child(odd) .c-section-doubts_item_bubble::before {
    left: calc(-9.5rem / 16);
    width: calc(10rem / 16);
    height: calc(12rem / 16);
  }
  .c-section-doubts_item:nth-child(even) .c-section-doubts_item_bubble::after {
    right: calc(-9.5rem / 16);
    width: calc(10rem / 16);
    height: calc(12rem / 16);
  }
  .c-section-doubts_item_avatar {
    width: calc(120rem / 16);
    height: calc(120rem / 16);
  }
  .c-section-doubts_item_bubble {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
}
.c-section-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9f9f9;
  padding: calc(96rem / 16) 0;
  gap: calc(64rem / 16);
}
.c-section-faq_header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-faq_list {
  display: flex;
  flex-direction: column;
  gap: calc(24rem / 16);
}
.c-section-faq_item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: calc(24rem / 16);
  width: calc(688rem / 16);
}
.c-section-faq_item_question {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(16rem / 16);
  padding: calc(32rem / 16) calc(32rem / 16) calc(24rem / 16);
  list-style: none;
}
.c-section-faq_item_question::marker, .c-section-faq_item_question::-webkit-details-marker {
  display: none;
}
.c-section-faq_item_question::after {
  content: "";
  width: calc(24rem / 16);
  height: calc(24rem / 16);
  margin-left: auto;
  background: url(/wp-content/themes/aip/src/images/faq/plus.svg) no-repeat center;
  background-size: 100% 100%;
}
.c-section-faq_item_question_icon {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(40rem / 16);
  line-height: 100%;
  letter-spacing: 0;
  background: radial-gradient(456.74% 97.41% at 77.2% 0%, #24b7ed 0%, #2f6eed 45.81%, #8c69ed 80.94%, #fd8099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-section-faq_item[open] .c-section-faq_item_question::after {
  width: calc(24rem / 16);
  height: calc(3rem / 16);
  background: url(/wp-content/themes/aip/src/images/faq/minus.svg) no-repeat center;
}
.c-section-faq_item_answer {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  gap: calc(16rem / 16);
  padding: calc(24rem / 16) calc(32rem / 16) calc(32rem / 16);
}
.c-section-faq_item_answer_icon {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(40rem / 16);
  line-height: 100%;
  letter-spacing: 0;
  color: #ea4769;
}

@media screen and (min-width: 769px) {
  .c-section-faq {
    padding: calc(120rem / 16) 0;
  }
  .c-section-faq_header {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-faq_item {
    width: calc(1103rem / 16);
  }
  .c-section-faq_item_question {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-faq_item_question_icon {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(35rem / 16);
    line-height: 100%;
    letter-spacing: 0.04rem;
  }
  .c-section-faq_item_answer {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-faq_item_answer_icon {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(35rem / 16);
    line-height: 100%;
    letter-spacing: 0.04rem;
    color: #ea4769;
  }
}
.c-section-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f5ff;
  padding: calc(96rem / 16) 0;
}
.c-section-features_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(32rem / 16);
  margin-bottom: calc(56rem / 16);
}
.c-section-features_header_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-features_header_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  text-align: center;
}
.c-section-features_image {
  width: calc(686rem / 16);
  height: calc(178rem / 16);
  margin-bottom: calc(80rem / 16);
}
.c-section-features_features {
  display: flex;
  gap: calc(48rem / 16);
  flex-direction: column;
  width: calc(690rem / 16);
}
.c-section-features_list {
  display: flex;
  gap: calc(16rem / 16);
  flex-direction: column;
}
.c-section-features_list_wrapper {
  display: flex;
  gap: calc(16rem / 16);
}
.c-section-features_list_group {
  display: flex;
  flex-direction: column;
  gap: calc(16rem / 16);
  width: 100%;
}
.c-section-features_list_group_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
  background: #242545;
  position: relative;
  color: #ffffff;
  padding: calc(16rem / 16) calc(24rem / 16);
  border-radius: calc(16rem / 16);
  margin-bottom: calc(11rem / 16);
}
.c-section-features_list_group_title:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(12rem / 16);
  height: calc(12rem / 16);
  background: url("/wp-content/themes/aip/src/images/common/triangle-down-navy.svg") no-repeat center center;
  background-size: 100% 100%;
  right: 50%;
  bottom: calc(-11rem / 16);
  transform: translateX(-50%);
}
.c-section-features_item {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: calc(16rem / 16);
  padding-right: calc(12rem / 16);
}
.c-section-features_item:before {
  content: "";
  display: block;
  width: calc(34rem / 16);
  height: calc(28rem / 16);
  background: url("/wp-content/themes/aip/src/images/features/check-blue.svg") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
  .c-section-features {
    padding: calc(120rem / 16) 0;
  }
  .c-section-features_header_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-features_header_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-features_image {
    width: calc(1079rem / 16);
    height: calc(261rem / 16);
  }
  .c-section-features_features {
    width: calc(1076rem / 16);
    flex-direction: row;
  }
  .c-section-features_list {
    gap: calc(8rem / 16);
  }
  .c-section-features_list_wrapper {
    padding: 0 calc(40rem / 16);
  }
  .c-section-features_list_group_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-features_item {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-features_item:before {
    width: calc(34rem / 16);
    height: calc(28rem / 16);
  }
}
.c-section-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(96rem / 16) 0;
  gap: calc(64rem / 16);
}
.c-section-flow_header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-flow_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(40rem / 16);
}
.c-section-flow_item {
  display: flex;
  align-items: center;
  width: calc(688rem / 16);
}
.c-section-flow_item_icon {
  width: calc(150rem / 16);
  height: calc(150rem / 16);
}
.c-section-flow_item_contents {
  display: flex;
  flex-direction: column;
  background: #f9f9f9;
  width: 100%;
  border-radius: calc(8rem / 16);
  padding: calc(16rem / 16) calc(32rem / 16);
}
.c-section-flow_item_number {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(40rem / 16);
  line-height: 100%;
  letter-spacing: 0;
  background: radial-gradient(456.74% 97.41% at 77.2% 0%, #24b7ed 0%, #2f6eed 45.81%, #8c69ed 80.94%, #fd8099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-section-flow_item_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(38rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #242545;
  margin-bottom: calc(8rem / 16);
}
.c-section-flow_item_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 769px) {
  .c-section-flow {
    padding: calc(120rem / 16) 0;
  }
  .c-section-flow_header {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-flow_item {
    width: calc(1008rem / 16);
    gap: calc(24rem / 16);
  }
  .c-section-flow_item_icon {
    width: calc(88rem / 16);
    height: calc(88rem / 16);
  }
  .c-section-flow_item_number {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(35rem / 16);
    line-height: 100%;
    letter-spacing: 0.04rem;
  }
  .c-section-flow_item_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(31rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-flow_item_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
}
.c-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #242545;
  color: #ffffff;
  gap: calc(40rem / 16);
  padding: calc(120rem / 16) calc(80rem / 16);
  border-radius: calc(56rem / 16);
  margin-bottom: calc(146rem / 16);
}
.c-footer_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(38rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-footer_table_header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  text-align: left;
  vertical-align: top;
  width: fit-content;
  white-space: nowrap;
  padding: 0 calc(32rem / 16) calc(8rem / 16) 0;
}
.c-footer_table_data {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  vertical-align: top;
  padding-bottom: calc(8rem / 16);
}
.c-footer_copyright {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(18rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}

@media screen and (min-width: 769px) {
  .c-footer {
    padding: calc(88rem / 16) 0;
    margin-bottom: calc(88rem / 16);
  }
  .c-footer_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(31rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-footer_table_header {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-footer_table_data {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-footer_copyright {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(12rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
}
.c-section-fv {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: url(/wp-content/themes/aip/src/images/fv/bg-sp.png) no-repeat;
  background-size: cover;
  height: calc(1374rem / 16);
}
@supports (background-image: url(/wp-content/themes/aip/src/images/fv/bg-sp.webp)) {
  .c-section-fv {
    background: url(/wp-content/themes/aip/src/images/fv/bg-sp.webp) no-repeat;
    background-size: cover;
  }
}
.c-section-fv_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(26rem / 16);
  line-height: 160%;
  letter-spacing: 0.08rem;
  background: #ffffff;
  position: absolute;
  text-align: right;
  width: calc(589rem / 16);
  padding: calc(8rem / 16) calc(24rem / 16) calc(8rem / 16) calc(16rem / 16);
  border-radius: calc(90rem / 16);
  top: calc(679rem / 16);
}
.c-section-fv_content {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(64rem / 16);
  top: calc(761rem / 16);
  width: 100%;
}
.c-section-fv_content_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(24rem / 16);
}
.c-section-fv_content_copy {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(62rem / 16);
  line-height: 120%;
  letter-spacing: 0.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10rem / 16);
}
.c-section-fv_content_copy_emphasis {
  background: radial-gradient(456.74% 97.41% at 77.2% 0%, #24b7ed 0%, #2f6eed 45.81%, #8c69ed 80.94%, #fd8099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-section-fv_content_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(40rem / 16);
  line-height: 120%;
  letter-spacing: 0.08rem;
  color: #626270;
}
.c-section-fv_content_data {
  display: flex;
  gap: calc(12rem / 16);
}
.c-section-fv_content_data_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12rem / 16);
  background: #242545;
  padding: calc(12rem / 16) calc(16rem / 16) calc(16rem / 16);
  position: relative;
}
.c-section-fv_content_data_item:first-child {
  border-radius: calc(8rem / 16) 0 0 calc(8rem / 16);
}
.c-section-fv_content_data_item:last-child {
  border-radius: 0 calc(8rem / 16) calc(8rem / 16) 0;
}
.c-section-fv_content_data_item ~ .c-section-fv_content_data_item:before {
  position: absolute;
  top: 50%;
  left: calc(0rem / 16);
  content: "";
  width: calc(32rem / 16);
  height: calc(32rem / 16);
  width: calc(36.95rem / 16);
  height: calc(36.95rem / 16);
  background: url(/wp-content/themes/aip/src/images/fv/cross.svg) no-repeat center;
  background-size: 100% 100%;
  transform: translate(calc(-22rem / 16), -50%);
  filter: drop-shadow(calc(0rem / 16) calc(6rem / 16) calc(12rem / 16) rgba(36, 37, 69, 0.0784313725));
}
.c-section-fv_content_data_label {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(18rem / 16);
  line-height: 130%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.0784313725);
  min-width: calc(154rem / 16);
  min-height: calc(55rem / 16);
  padding: calc(6rem / 16) calc(20rem / 16);
  border-radius: calc(90rem / 16);
}
.c-section-fv_content_data_value {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(40rem / 16);
  line-height: 120%;
  letter-spacing: 0.08rem;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.c-section-fv_content_data_accent_01 {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(64rem / 16);
  line-height: 80%;
  letter-spacing: 0;
}
.c-section-fv_content_data_accent_02 {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(28rem / 16);
  line-height: 100%;
  letter-spacing: 0;
}
.c-section-fv_content_data_accent_03 {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(36rem / 16);
  line-height: 100%;
  letter-spacing: 0;
}
.c-section-fv_content_data_accent_04 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(28rem / 16);
  line-height: 130%;
  letter-spacing: 0.04rem;
}
.c-section-fv_content_data_accent_05 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(28rem / 16);
  line-height: 130%;
  letter-spacing: 0.04rem;
}
.c-section-fv_slider {
  width: 100%;
  position: absolute;
  bottom: calc(0rem / 16);
  left: calc(0rem / 16);
  right: calc(0rem / 16);
  height: calc(98rem / 16);
  padding: calc(32rem / 16) 0;
  background: #ffffff;
  overflow: hidden;
}
.c-section-fv_slider_track {
  width: 100%;
}
.c-section-fv_slider_list {
  display: flex;
}
.c-section-fv_slider_item {
  height: calc(34rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-fv {
    background: url(/wp-content/themes/aip/src/images/fv/bg-pc.png) no-repeat;
    background-size: contain;
    align-items: flex-start;
    height: calc(791rem / 16);
  }
  @supports (background-image: url(/wp-content/themes/aip/src/images/fv/bg-pc.webp)) {
    .c-section-fv {
      background: url(/wp-content/themes/aip/src/images/fv/bg-pc.webp) no-repeat;
      background-size: contain;
    }
  }
  .c-section-fv_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(24rem / 16);
    line-height: 160%;
    letter-spacing: 0.08rem;
    top: calc(139rem / 16);
    height: calc(54rem / 16);
    width: calc(690rem / 16);
    padding: calc(8rem / 16) calc(24rem / 16) calc(8rem / 16) calc(16rem / 16);
    border-radius: 0 calc(90rem / 16) calc(90rem / 16) 0;
  }
  .c-section-fv_content {
    top: calc(217rem / 16);
    left: calc(167rem / 16);
    height: calc(167rem / 16);
    width: calc(669rem / 16);
    align-items: flex-start;
  }
  .c-section-fv_content_text {
    align-items: flex-start;
  }
  .c-section-fv_content_copy {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(60rem / 16);
    line-height: 120%;
    letter-spacing: 0.08rem;
    align-items: flex-start;
  }
  .c-section-fv_content_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(40rem / 16);
    line-height: 120%;
    letter-spacing: 0.08rem;
  }
  .c-section-fv_content_data_item {
    padding: calc(12rem / 16) calc(16rem / 16) calc(16rem / 16);
  }
  .c-section-fv_content_data_item ~ .c-section-fv_content_data_item:before {
    width: calc(32rem / 16);
    height: calc(32rem / 16);
  }
  .c-section-fv_content_data_label {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(14rem / 16);
    line-height: 130%;
    letter-spacing: 0.04rem;
    min-width: calc(133rem / 16);
    min-height: calc(48rem / 16);
    padding: calc(6rem / 16) calc(10rem / 16);
  }
  .c-section-fv_content_data_value {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(24rem / 16);
    line-height: 160%;
    letter-spacing: 0.08rem;
  }
  .c-section-fv_content_data_accent_01 {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(56rem / 16);
    line-height: 80%;
    letter-spacing: 0;
  }
  .c-section-fv_content_data_accent_02 {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(24rem / 16);
    line-height: 100%;
    letter-spacing: 0;
  }
  .c-section-fv_content_data_accent_03 {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(32rem / 16);
    line-height: 100%;
    letter-spacing: 0;
  }
  .c-section-fv_content_data_accent_04 {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(24rem / 16);
    line-height: 130%;
    letter-spacing: 0.04rem;
  }
  .c-section-fv_content_data_accent_05 {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(32rem / 16);
    line-height: 130%;
    letter-spacing: 0.04rem;
  }
}
.c-section-merits {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(96rem / 16) 0;
  background-image: url("/wp-content/themes/aip/src/images/merits/bg-sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 calc(330rem / 16);
}
.c-section-merits_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: calc(64rem / 16);
}
.c-section-merits_header_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-merits_header_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-merits_image {
  width: calc(768rem / 16);
  height: calc(1072rem / 16);
  margin-bottom: calc(56rem / 16);
}
.c-section-merits_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(688rem / 16);
  text-align: center;
}
.c-section-merits_content_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-merits_content_highlight {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-merits_content_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  margin-top: calc(24rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-merits {
    padding: calc(120rem / 16) 0;
    background-image: url("/wp-content/themes/aip/src/images/merits/bg-pc.svg");
    background-size: cover;
  }
  .c-section-merits_header_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-merits_header_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-merits_image {
    width: calc(936rem / 16);
    height: calc(420rem / 16);
  }
  .c-section-merits_content {
    width: calc(830rem / 16);
  }
  .c-section-merits_content_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-merits_content_highlight {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-merits_content_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
}
.c-section-news {
  padding: calc(120rem / 16) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(64rem / 16);
}
.c-section-news_header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-news_list {
  display: flex;
  flex-direction: column;
  width: calc(688rem / 16);
}
.c-section-news_item {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  position: relative;
}
.c-section-news_item_link {
  display: flex;
  gap: calc(32rem / 16);
}
.c-section-news_item_date {
  color: #0a58d5;
}
.c-section-news_item_description {
  display: flex;
  gap: calc(16rem / 16);
  color: #242545;
}
.c-section-news_item_description::after {
  content: "";
  display: block;
  min-width: calc(24rem / 16);
  min-height: calc(24rem / 16);
  background: url(/wp-content/themes/aip/src/images/news/arrow-right.svg) no-repeat center;
  background-size: 100% 100%;
}
.c-section-news_item:not(:last-child)::after {
  content: "";
  height: 100%;
  position: relative;
  padding: calc(48rem / 16) 0;
  bottom: calc(0rem / 16);
  display: block;
  min-height: calc(2rem / 16);
  background: url(/wp-content/themes/aip/src/images/news/dash-sp.svg) no-repeat center;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
  .c-section-news {
    padding: calc(120rem / 16) 0;
  }
  .c-section-news_header {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-news_list {
    width: calc(1103rem / 16);
  }
  .c-section-news_link {
    gap: calc(64rem / 16);
  }
  .c-section-news_item {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
    transition: opacity 0.2s ease-in-out;
  }
  .c-section-news_item_description {
    gap: calc(48rem / 16);
  }
  .c-section-news_item:not(:last-child)::after {
    background: url(/wp-content/themes/aip/src/images/news/dash-pc.svg) no-repeat center;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .c-section-news_item:hover {
    opacity: 0.6;
  }
}
.c-section-reason {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(96rem / 16) 0;
  gap: calc(64rem / 16);
}
.c-section-reason_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-section-reason_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #242545;
}
.c-section-reason_heading {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-reason_list {
  display: flex;
  flex-direction: column;
  gap: calc(80rem / 16);
}
.c-section-reason_item {
  display: flex;
  gap: calc(48rem / 16);
  flex-direction: column;
}
.c-section-reason_item_contents {
  display: flex;
  flex-direction: column;
  gap: calc(24rem / 16);
  width: calc(604rem / 16);
}
.c-section-reason_item_contents_number {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(64rem / 16);
  line-height: 100%;
  letter-spacing: 0;
  background: radial-gradient(456.74% 97.41% at 77.2% 0%, #24b7ed 0%, #2f6eed 45.81%, #8c69ed 80.94%, #fd8099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-section-reason_item_contents_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(32rem / 16);
  line-height: 130%;
  letter-spacing: 0.04rem;
  color: #ffffff;
  background: #242545;
  border-radius: calc(2rem / 16);
  padding: calc(8rem / 16);
  width: fit-content;
}
.c-section-reason_item_contents_title_emphasis {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(40rem / 16);
  line-height: 100%;
  letter-spacing: 0;
}
.c-section-reason_item_contents_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  color: #242545;
  display: flex;
  flex-direction: column;
  gap: calc(16rem / 16);
}
.c-section-reason_item_contents_description strong {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}
.c-section-reason_item_image {
  width: calc(608rem / 16);
  height: calc(341rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-reason {
    padding: calc(120rem / 16) 0;
  }
  .c-section-reason_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-reason_heading {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-reason_item {
    flex-direction: row;
  }
  .c-section-reason_item_contents_number {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(56rem / 16);
    line-height: 100%;
    letter-spacing: 0;
  }
  .c-section-reason_item_contents_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-reason_item_contents_title_emphasis {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(35rem / 16);
    line-height: 100%;
    letter-spacing: 0.04rem;
  }
  .c-section-reason_item_contents_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-reason_item_contents_description strong {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-reason_item_image {
    width: calc(450rem / 16);
    height: calc(253rem / 16);
  }
}
.c-section-scenario {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(64rem / 16);
  padding: calc(120rem / 16) 0;
}
.c-section-scenario_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-section-scenario_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
  text-align: center;
}
.c-section-scenario_table {
  border-radius: calc(24rem / 16);
  overflow: hidden;
  outline: calc(2rem / 16) solid #242545;
  outline-offset: calc(-2rem / 16);
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
}
.c-section-scenario_table tr:not(:last-child) .c-section-scenario_table_category {
  border-bottom: calc(2rem / 16) solid #ffffff;
}
.c-section-scenario_table tr:not(:last-child) .c-section-scenario_table_data {
  border-bottom: calc(2rem / 16) solid #242545;
}
.c-section-scenario_table_category {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(25rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  background: #242545;
  color: #ffffff;
  width: calc(208rem / 16);
}
.c-section-scenario_table_data {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  padding: calc(40rem / 16) calc(20rem / 16) calc(40rem / 16) calc(32rem / 16);
  vertical-align: top;
}
.c-section-scenario_table_data:not(:last-child) {
  border-right: calc(2rem / 16) solid #242545;
}
.c-section-scenario_table_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(64rem / 16);
  width: calc(608rem / 16);
}
.c-section-scenario_table_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(22rem / 16);
  width: 100%;
}
.c-section-scenario_table_label {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(40rem / 16);
  line-height: 100%;
  letter-spacing: 0;
  background: #242545;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: calc(8rem / 16);
  width: calc(380rem / 16);
  height: calc(56rem / 16);
  margin: 0 calc(10rem / 16);
}
.c-section-scenario_table_label_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.c-section-scenario_table_label::after {
  position: absolute;
  content: "";
  margin-top: calc(-1rem / 16);
  bottom: calc(-10rem / 16);
  left: 50%;
  width: calc(12rem / 16);
  height: calc(10rem / 16);
}
.c-section-scenario_table_label--retelling {
  background: #0a58d5;
}
.c-section-scenario_table_label--retelling::after {
  background: url("/wp-content/themes/aip/src/images/common/triangle-down-blue.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-section-scenario_table_label--creation {
  background: #18be97;
}
.c-section-scenario_table_label--creation::after {
  background: url("/wp-content/themes/aip/src/images/common/triangle-down-green.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-section-scenario_table_item {
  display: flex;
  align-items: center;
  gap: calc(24rem / 16);
}
.c-section-scenario_table_item:not(:last-child) {
  margin-bottom: calc(8rem / 16);
}
.c-section-scenario_table_item:before {
  content: "";
  display: inline-block;
  width: calc(34rem / 16);
  height: calc(28rem / 16);
}
.c-section-scenario_table_item--retelling:before {
  background: url("/wp-content/themes/aip/src/images/scenario/check-blue.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-section-scenario_table_item--creation:before {
  background: url("/wp-content/themes/aip/src/images/scenario/check-green.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-section-scenario_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-scenario_footer {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(38rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
}
.c-section-scenario_footer_emphasis {
  color: #0a58d5;
}

@media screen and (min-width: 769px) {
  .c-section-scenario_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-scenario_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-scenario_table_group {
    width: calc(1008rem / 16);
  }
  .c-section-scenario_table_label {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(35rem / 16);
    line-height: 100%;
    letter-spacing: 0.04rem;
  }
  .c-section-scenario_table_category {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-scenario_table_data {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-scenario_footer {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(31rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
}
.c-section-support {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: calc(120rem / 16) 0;
  gap: calc(24rem / 16);
  background: radial-gradient(456.74% 97.41% at 77.2% 0%, rgba(36, 183, 237, 0.0784313725) 0%, rgba(47, 110, 237, 0.0784313725) 45.81%, rgba(140, 105, 237, 0.0784313725) 80.94%, rgba(253, 128, 153, 0.0784313725) 100%);
}
.c-section-support_main {
  display: flex;
  flex-direction: column;
  gap: calc(24rem / 16);
}
.c-section-support_header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
}
.c-section-support_content {
  display: flex;
  flex-direction: column;
  gap: calc(24rem / 16);
  align-items: center;
}
.c-section-support_content_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-section-support_content_title_item {
  background: radial-gradient(456.74% 97.41% at 77.2% 0%, #24b7ed 0%, #2f6eed 45.81%, #8c69ed 80.94%, #fd8099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-section-support_content_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  text-align: center;
}
.c-section-support_content_note {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
  background: rgba(36, 37, 69, 0.0784313725);
  padding: calc(16rem / 16) calc(32rem / 16);
  border-radius: calc(8rem / 16);
  gap: calc(24rem / 16);
  margin-top: calc(24rem / 16);
  width: calc(685rem / 16);
  height: calc(167rem / 16);
}
.c-section-support_content_note_icon {
  width: calc(88rem / 16);
  height: calc(88rem / 16);
}
.c-section-support_image {
  width: calc(521.99rem / 16);
  height: calc(415rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-support {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .c-section-support_header {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    text-align: left;
  }
  .c-section-support_content {
    align-items: flex-start;
  }
  .c-section-support_content_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    align-items: flex-start;
  }
  .c-section-support_content_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    text-align: left;
  }
  .c-section-support_content_note {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    width: calc(621rem / 16);
    height: calc(96rem / 16);
  }
  .c-section-support_content_note_icon {
    width: calc(56rem / 16);
    height: calc(56rem / 16);
  }
}
.c-section-testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f5ff;
  gap: calc(64rem / 16);
  padding: calc(96rem / 16) 0;
}
.c-section-testimonials_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-section-testimonials_header_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  margin-bottom: calc(8rem / 16);
}
.c-section-testimonials_header_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-testimonials_header_highlight {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-testimonials_graph {
  width: calc(607.19rem / 16);
  height: calc(1143.01rem / 16);
}
.c-section-testimonials_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: calc(20rem / 16);
}
.c-section-testimonials_item {
  background: #ffffff;
  position: relative;
  width: calc(334rem / 16);
  border-radius: calc(16rem / 16);
  border: calc(2rem / 16) solid #242545;
  padding: calc(24rem / 16) calc(24rem / 16) calc(40rem / 16);
}
.c-section-testimonials_item_contents {
  display: flex;
  flex-direction: column;
  gap: calc(16rem / 16);
  height: 100%;
}
.c-section-testimonials_item_details {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}
.c-section-testimonials_item_student {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}
.c-section-testimonials_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(104rem / 16);
  height: calc(83rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-testimonials {
    padding: calc(120rem / 16) 0;
  }
  .c-section-testimonials_header_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-testimonials_header_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-testimonials_header_highlight {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-testimonials_graph {
    width: calc(1104rem / 16);
    height: calc(432rem / 16);
  }
  .c-section-testimonials_list {
    gap: calc(32rem / 16);
  }
  .c-section-testimonials_item {
    width: calc(378rem / 16);
    padding: calc(24rem / 16) calc(15rem / 16) calc(40rem / 16);
  }
  .c-section-testimonials_item_contents {
    justify-content: space-between;
  }
  .c-section-testimonials_item_details {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-testimonials_item_student {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
}
.c-section-usage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(96rem / 16) 0;
  gap: calc(64rem / 16);
  background: #f2f5ff;
}
.c-section-usage_header {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-usage_steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(24rem / 16);
}
.c-section-usage_steps_image {
  width: calc(961rem / 16);
  height: calc(37rem / 16);
}
.c-section-usage_list {
  display: flex;
  flex-direction: column;
  gap: calc(64rem / 16);
}
.c-section-usage_item {
  display: flex;
  flex-direction: column;
  gap: calc(24rem / 16);
  width: calc(608rem / 16);
}
.c-section-usage_item_image {
  width: 100%;
  height: calc(344rem / 16);
}
.c-section-usage_item_number {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(35rem / 16);
  line-height: 100%;
  letter-spacing: 0;
  width: fit-content;
  color: #ffffff;
  background: #242545;
  border-radius: calc(90rem / 16);
  padding: calc(6rem / 16) calc(24rem / 16);
}
.c-section-usage_item_content {
  display: flex;
  flex-direction: column;
  gap: calc(8rem / 16);
}
.c-section-usage_item_content_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-usage_item_content_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
}
.c-section-usage_footer {
  width: calc(688rem / 16);
  height: calc(369rem / 16);
  border: calc(2rem / 16) solid #242545;
  border-radius: calc(32rem / 16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(24rem / 16);
}
.c-section-usage_footer_image {
  width: calc(180rem / 16);
  height: calc(136rem / 16);
}
.c-section-usage_footer_content {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(38rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(4rem / 16);
}
.c-section-usage_footer_content_emphasis {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  background: radial-gradient(456.74% 97.41% at 77.2% 0%, #24b7ed 0%, #2f6eed 45.81%, #8c69ed 80.94%, #fd8099 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: calc(8rem / 16);
}

@media screen and (min-width: 769px) {
  .c-section-usage {
    padding: calc(120rem / 16) 0;
  }
  .c-section-usage_header {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    color: #0a58d5;
  }
  .c-section-usage_steps {
    position: relative;
  }
  .c-section-usage_arrow {
    width: calc(670rem / 16);
    position: absolute;
    top: calc(14rem / 16);
    left: 50%;
    transform: translateX(-50%);
  }
  .c-section-usage_list {
    flex-direction: row;
    gap: calc(32rem / 16);
  }
  .c-section-usage_item {
    width: calc(378rem / 16);
    align-items: center;
  }
  .c-section-usage_item_content_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-usage_item_content_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-usage_item_image {
    height: calc(213rem / 16);
  }
  .c-section-usage_item_number {
    font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-size: calc(25rem / 16);
    line-height: 100%;
    letter-spacing: 0;
    z-index: 1;
  }
  .c-section-usage_footer {
    width: calc(1200rem / 16);
    height: calc(184rem / 16);
    gap: calc(48rem / 16);
    flex-direction: row;
    align-items: center;
  }
  .c-section-usage_footer_content {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(31rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
    align-items: flex-start;
  }
  .c-section-usage_footer_content_emphasis {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
}
.c-section-worries {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(96rem / 16) 0;
}
.c-section-worries_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(48rem / 16);
}
.c-section-worries_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #3f4351;
  width: fit-content;
  padding: calc(16rem / 16) calc(44rem / 16);
  background: #f9f9f9;
  margin-bottom: calc(18rem / 16);
  border-radius: calc(8rem / 16);
}
.c-section-worries_heading {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #242545;
}
.c-section-worries_highlight {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(55rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-worries_list {
  display: flex;
  flex-direction: column;
  gap: calc(32rem / 16);
  margin-bottom: calc(64rem / 16);
}
.c-section-worries_list_item {
  background: #f9f9f9;
  border-radius: calc(24rem / 16);
  width: calc(607rem / 16);
}
.c-section-worries_list_item_image {
  width: calc(607rem / 16);
  height: calc(342rem / 16);
}
.c-section-worries_list_item_content {
  display: flex;
  flex-direction: column;
  gap: calc(16rem / 16);
  padding: calc(24rem / 16);
}
.c-section-worries_list_item_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(35rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  color: #0a58d5;
}
.c-section-worries_list_item_description {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(27rem / 16);
  line-height: 160%;
  letter-spacing: 0.04rem;
  color: #3f4351;
}
.c-section-worries_recommendation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f5ff;
  width: calc(688rem / 16);
  outline: calc(2rem / 16) solid #242545;
  outline-offset: calc(-2rem / 16);
  border-radius: calc(16rem / 16);
}
.c-section-worries_recommendation_header {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  background: #242545;
  color: #ffffff;
  width: 100%;
  border-radius: calc(13rem / 16) calc(13rem / 16) 0 0;
  padding: calc(32rem / 16) 0 calc(16rem / 16);
}
.c-section-worries_recommendation_header:before {
  position: absolute;
  top: calc(-3rem / 16);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(64rem / 16);
  height: calc(24rem / 16);
  background: url("/wp-content/themes/aip/src/images/common/triangle-down-white-wide.svg") no-repeat;
  background-size: 100% 100%;
}
.c-section-worries_recommendation_subtitle {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: calc(30rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-worries_recommendation_title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(45rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.c-section-worries_recommendation_list {
  display: flex;
  flex-direction: column;
  gap: calc(16rem / 16);
  padding: calc(40rem / 16) calc(80rem / 16) calc(48rem / 16);
}
.c-section-worries_recommendation_item {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: calc(38rem / 16);
  line-height: 150%;
  letter-spacing: 0.04rem;
  display: flex;
  gap: calc(24rem / 16);
  align-items: center;
}
.c-section-worries_recommendation_item:before {
  content: "";
  width: calc(34rem / 16);
  height: calc(28rem / 16);
  background: url("/wp-content/themes/aip/src/images/worries/check-pink.svg") no-repeat center center;
  background-size: 100% 100%;
}
.c-section-worries_recommendation_text {
  display: flex;
  align-items: flex-end;
}
.c-section-worries_recommendation_number {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(56rem / 16);
  line-height: 100%;
  letter-spacing: 0;
}
.c-section-worries_recommendation_symbol {
  font-family: "Poppins", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: calc(40rem / 16);
  line-height: 100%;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .c-section-worries {
    padding: calc(88rem / 16) 0 calc(110rem / 16);
  }
  .c-section-worries_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-worries_heading {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(37rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-worries_highlight {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(44rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-worries_list {
    flex-direction: row;
  }
  .c-section-worries_list_item {
    width: calc(378rem / 16);
  }
  .c-section-worries_list_item_image {
    width: calc(378rem / 16);
    height: calc(213rem / 16);
  }
  .c-section-worries_list_item_title {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: calc(25rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-worries_list_item_description {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(18rem / 16);
    line-height: 160%;
    letter-spacing: 0.04rem;
  }
  .c-section-worries_recommendation {
    width: calc(1200rem / 16);
  }
  .c-section-worries_recommendation_header {
    padding: calc(32rem / 16) 0 calc(16rem / 16);
  }
  .c-section-worries_recommendation_subtitle {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;
    font-size: calc(21rem / 16);
    line-height: 150%;
    letter-spacing: 0.04rem;
  }
  .c-section-worries_recommendation_item:before {
    content: "";
    width: calc(34rem / 16);
    height: calc(28rem / 16);
  }
}
/* ----------------------------------------------- */
.u-hidden {
  display: none !important;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: inherit;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-pc-only {
    display: inherit;
  }
}

.u-no-scroll {
  overflow: hidden;
}

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