@charset "UTF-8";
/* -----------------------------------------------------
variables
----------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  box-sizing: border-box;
  vertical-align: top;
  background: transparent;
}

html, body {
  font-size: 62.5%;
  text-align: center;
  color: #333;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

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

/* safariでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body h1,
body h2,
body h3,
body p,
body ul,
body li,
body a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
body img {
  width: 100%;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  -webkit-text-stroke: 0.3px currentColor;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}
h2 span {
  color: #134A9A;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  display: block;
}
@media screen and (max-width: 768px) {
  h2 span {
    font-size: 28px;
    margin-top: 5px;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 8px;
  padding: 0 20px;
}
header .logo {
  width: 56px;
  height: 56px;
}
header .form_btn {
  color: #fff;
  border-radius: 80px;
  background: var(--link-color, linear-gradient(90deg, #3C64B4 0%, #D63DD2 100%));
  width: 307px;
  height: 66px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  header .form_btn {
    width: 233px;
    height: 49px;
  }
}
header .form_btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  left: 35px;
  background: url(../img/btn_arrow.svg);
  width: 8px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  header .form_btn:before {
    width: 5px;
    height: 8px;
    background-size: contain;
    top: 20px;
    left: 24px;
  }
}
header .form_btn a {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  header .form_btn a {
    font-size: 12px;
  }
}

.mv {
  position: relative;
  padding: 100px 40px 26px;
  overflow: hidden;
  /* 背景動画 */
  /* CTA */
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 165px 0 40px;
  }
}
.mv .mv_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mv .copy {
  width: 95vw;
  margin-left: auto;
  margin-right: -40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv .copy {
    margin: 0 auto 80px;
    width: calc(100vw - 68px);
  }
}
.mv .mv_cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 56px;
  margin: 30px auto 0;
  padding: 0 60px 0 3.5vw;
}
@media screen and (max-width: 768px) {
  .mv .mv_cta {
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 0 auto;
    width: calc(100vw - 50px);
  }
}
.mv .mv_cta a {
  min-width: 526px;
  height: 75px;
  border-radius: 96px;
  background: var(--link-color, linear-gradient(90deg, #3C64B4 0%, #D63DD2 100%));
  box-shadow: 0 79px 22px 0 rgba(7, 25, 54, 0), 0 50px 20px 0 rgba(7, 25, 54, 0.02), 0 28px 17px 0 rgba(7, 25, 54, 0.06), 0 13px 13px 0 rgba(7, 25, 54, 0.11), 0 3px 7px 0 rgba(7, 25, 54, 0.13);
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .mv .mv_cta a {
    min-width: 0;
    max-width: 500px;
    width: 100%;
    font-size: 18px;
    height: 75px;
  }
}
@media screen and (max-width: 550px) {
  .mv .mv_cta a {
    min-width: 0;
    max-width: 325px;
    width: 100%;
    font-size: 14px;
    height: 59px;
  }
}
.mv .mv_cta a:before {
  display: block;
  content: "";
  position: absolute;
  top: 32px;
  left: 55px;
  background: url(../img/btn_arrow.svg);
  width: 8px;
  height: 13px;
}
@media screen and (max-width: 550px) {
  .mv .mv_cta a:before {
    width: 6px;
    height: 11px;
    background-size: contain;
    top: 25px;
    left: 28px;
    background-repeat: no-repeat;
  }
}
.mv .mv_cta img {
  width: 77vw;
}

.company_logo {
  padding: 64px 20px 48px;
}
@media screen and (max-width: 768px) {
  .company_logo {
    padding: 40px 20px 48px;
  }
}
.company_logo h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .company_logo h2 {
    margin-bottom: 15px;
  }
}
.company_logo h2 img {
  max-width: 442px;
}
@media screen and (max-width: 768px) {
  .company_logo h2 img {
    max-width: 71.09375vw;
  }
}
.company_logo .logo_flex {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .company_logo .logo_flex {
    gap: 4px;
  }
}
.company_logo .logo_flex img {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .company_logo .logo_flex img {
    width: calc((100% - 8px) / 3);
  }
}

.voice {
  background: #eef5f8;
  padding: 144px 20px 100px;
  margin: -70px 0 0;
}
@media screen and (max-width: 768px) {
  .voice {
    margin: -30px 0 0;
    padding: 70px 15px 50px;
  }
}
.voice h2 {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .voice h2 {
    margin-bottom: 25px;
  }
}
.voice h2 img {
  max-width: 812px;
}
.voice .voice_img_pc {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .voice_img_pc {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.voice .voice_img_sp {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 20px 48px;
  position: relative;
}
.voice .voice_img_sp .scroll_txt {
  text-align: right;
  font-size: 10px;
  margin-bottom: 5px;
}
.voice .voice_img_sp .scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.voice .voice_img_sp .scroll img {
  width: 650px;
  max-width: none;
  height: auto;
}
.voice .voice_img02 {
  margin: -35px 20px 48px;
  position: relative;
}

.ai_achievements {
  background: url(../img/achievements_bg.jpg) no-repeat;
  background-size: contain;
  background-position: top right;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .ai_achievements {
    background: url(../img/sp/achievements_bg.jpg) no-repeat;
    background-position: bottom left;
    background-size: contain;
    background-color: #000;
  }
}
.ai_achievements .inner {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .ai_achievements .inner {
    padding: 80px 20px 64px;
  }
}
.ai_achievements .flex {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ai_achievements .flex {
    flex-flow: column;
    gap: 40px;
  }
}
.ai_achievements .flex .block {
  text-align: left;
  flex: 1;
}
.ai_achievements .flex .block img {
  max-width: 500px;
}
.ai_achievements .flex .block h2 {
  color: #0cf;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ai_achievements .flex .block h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.ai_achievements .flex .block p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ai_achievements .flex .block p {
    font-size: 14px;
  }
}

.value_section {
  padding: 120px 0 250px;
  background: url(../img/value_section_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .value_section {
    padding: 80px 20px 80px;
    background: url(../img/sp/value_section_bg.png) no-repeat;
    background-size: contain;
    background-position: bottom;
  }
}
.value_section h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .value_section h2 {
    margin: 0 auto 30px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .value_section h2 span {
    position: relative;
    left: -15px;
  }
}
.value_section p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .value_section p {
    font-size: 14px;
    text-align: left;
  }
}

.our_approach {
  padding: 120px 0 100px;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(238, 245, 248, 0) 88.8%, #FFF 100%), #EEF5F8;
}
@media screen and (max-width: 768px) {
  .our_approach {
    padding: 100px 20px 80px;
  }
}
.our_approach:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../img/our_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 415px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .our_approach:before {
    background: url(../img/sp/our_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 23.9583333333vw;
  }
}
.our_approach .inner {
  position: relative;
  z-index: 2;
}
.our_approach .inner h2 {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .our_approach .inner h2 {
    margin: 0 auto 30px;
  }
}
.our_approach .inner > p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .our_approach .inner > p {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.our_approach .inner .flex {
  position: relative;
  display: flex;
  gap: 64px;
  align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .our_approach .inner .flex {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
    margin-bottom: 70px;
  }
}
.our_approach .inner .flex:last-of-type {
  margin-bottom: 0;
}
.our_approach .inner .flex.reverse {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  .our_approach .inner .flex.reverse {
    flex-direction: column;
  }
}
.our_approach .inner .flex .block:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .our_approach .inner .flex .block:nth-of-type(2) {
    margin-top: 40px;
  }
}
.our_approach .inner .flex .block img {
  min-width: 520px;
  border-radius: 6px;
  box-shadow: 0 196px 55px 0 rgba(96, 175, 215, 0), 0 125px 50px 0 rgba(96, 175, 215, 0.01), 0 70px 42px 0 rgba(96, 175, 215, 0.04), 0 31px 31px 0 rgba(96, 175, 215, 0.07), 0 8px 17px 0 rgba(96, 175, 215, 0.08);
  display: block;
}
@media screen and (max-width: 768px) {
  .our_approach .inner .flex .block img {
    min-width: 0;
  }
}
.our_approach .inner .flex .block p {
  text-align: left;
}
.our_approach .inner .flex .block p.no1 {
  background: var(--lucy-color, linear-gradient(83deg, #5D9E98 0.32%, #3C72B4 50.42%, #26447E 100.53%));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .our_approach .inner .flex .block p.no1 {
    font-size: 21px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
  }
}
.our_approach .inner .flex .block p.no2 {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .our_approach .inner .flex .block p.no2 {
    font-size: 14px;
  }
}

.service {
  padding: 120px 0 100px;
}
.service h2 {
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .service h2 {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .service .service__hscroll.sp {
    /* 固定帯の実寸幅に合わせる */
    --fixed-w: 160px;
    position: relative;
    display: flex !important;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    background: #fff;
    /*stickyの基準を狂わせるので左右paddingを入れない */
    padding: 0 10px;
  }
  .service .service__hscroll.sp .service__fixed {
    position: sticky;
    left: 0;
    z-index: 2;
    flex: 0 0 var(--fixed-w);
    width: var(--fixed-w);
    max-width: none;
    height: auto;
    display: block;
    background: #fff;
    pointer-events: none;
  }
  .service .service__hscroll.sp .service__scroll {
    display: block;
    flex: 0 0 auto;
    max-width: none;
    height: auto;
    width: 330px;
  }
  .service .service__hscroll.sp::after {
    content: "";
    position: sticky;
    right: 0;
    width: 24px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    z-index: 3;
  }
}
@media (min-width: 769px) {
  .service .service__hscroll {
    overflow: visible;
  }
  .service .service__hscroll .service__fixed {
    position: static;
    width: auto;
    pointer-events: auto;
  }
  .service .service__hscroll .service__scroll {
    max-width: 100%;
    width: auto;
  }
}
.service .scroll_txt {
  text-align: right;
  font-size: 10px;
  padding-right: 30px;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .service .scroll_txt {
    margin-bottom: 10px;
  }
}

.conversion {
  background: #eef5f8;
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .conversion {
    padding: 80px 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  .conversion h2 {
    margin-bottom: 30px;
  }
}
.conversion h2 img {
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .conversion h2 img {
    max-width: 87.2395833333vw;
  }
}
.conversion .con_img {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .conversion .con_img {
    margin-bottom: 32px;
  }
}
.conversion .con_img img {
  max-width: 894px;
  box-shadow: 0 196px 55px 0 rgba(96, 175, 215, 0), 0 125px 50px 0 rgba(96, 175, 215, 0.01), 0 70px 42px 0 rgba(96, 175, 215, 0.04), 0 31px 31px 0 rgba(96, 175, 215, 0.07), 0 8px 17px 0 rgba(96, 175, 215, 0.08);
}
.conversion p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .conversion p {
    font-size: 14px;
    text-align: left;
  }
}

.seo_risk {
  padding: 120px 0 100px;
  background: url(../img/seo_risk_bg.png) no-repeat;
  background-size: cover;
  background-position: center -2vw;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .seo_risk {
    padding: 80px 20px 60px;
  }
}
.seo_risk h2 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .seo_risk h2 {
    margin-bottom: 30px;
    text-align: left;
  }
}
.seo_risk h2 img {
  max-width: 685px;
}
@media screen and (max-width: 768px) {
  .seo_risk h2 img {
    max-width: 87.2395833333vw;
  }
}
.seo_risk p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .seo_risk p {
    text-align: left;
    font-size: 14px;
  }
}

.ownedmedia-lead {
  background: url(../img/ownedmedia-lead_bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin: 0 20px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead {
    background: url(../img/sp/ownedmedia-lead_bg.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    margin: 0;
    border-radius: 0;
    background-color: #000;
  }
}
.ownedmedia-lead .inner {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner {
    padding: 80px 20px 64px;
  }
}
.ownedmedia-lead .inner h2 {
  color: #0cf;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.ownedmedia-lead .inner .flex {
  display: flex;
  gap: 54px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
.ownedmedia-lead .inner .flex .block {
  text-align: left;
  flex: 1;
}
.ownedmedia-lead .inner .flex .block img {
  max-width: 574px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block p {
    text-align: center;
  }
}
.ownedmedia-lead .inner .flex .block p:nth-of-type(1) {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block p:nth-of-type(1) {
    font-size: 17px;
  }
}
.ownedmedia-lead .inner .flex .block p:nth-of-type(2) {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block p:nth-of-type(2) {
    font-size: 16px;
  }
}
.ownedmedia-lead .inner .flex .block ul {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block ul {
    max-width: 280px;
    margin: 30px auto;
  }
}
.ownedmedia-lead .inner .flex .block ul li {
  color: #fff600;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block ul li {
    font-size: 16px;
    padding-left: 24px;
  }
}
.ownedmedia-lead .inner .flex .block ul li:last-child {
  margin-bottom: 0;
}
.ownedmedia-lead .inner .flex .block ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../img/ownedmedia-lead_icon.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block ul li:before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
.ownedmedia-lead .inner .flex .block .cta a {
  max-width: 380px;
  height: 75px;
  border-radius: 96px;
  background: var(--link-color, linear-gradient(90deg, #3C64B4 0%, #D63DD2 100%));
  box-shadow: 0 79px 22px 0 rgba(7, 25, 54, 0), 0 50px 20px 0 rgba(7, 25, 54, 0.02), 0 28px 17px 0 rgba(7, 25, 54, 0.06), 0 13px 13px 0 rgba(7, 25, 54, 0.11), 0 3px 7px 0 rgba(7, 25, 54, 0.13);
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block .cta a {
    max-width: 100%;
    height: 63px;
    font-size: 16px;
  }
}
.ownedmedia-lead .inner .flex .block .cta a:before {
  display: block;
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  background: url(../img/btn_arrow.svg);
  width: 8px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .ownedmedia-lead .inner .flex .block .cta a:before {
    top: 26px;
    right: 35px;
  }
}

.method {
  padding: 120px 0 200px;
}
@media screen and (max-width: 768px) {
  .method {
    padding: 80px 0 49.4791666667vw;
  }
}
.method h2 {
  max-width: 538px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .method h2 {
    padding: 0 20px;
    margin: 0 auto 30px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .method h2 img {
    max-width: 82.03125vw;
  }
}
.method > p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .method > p {
    font-size: 14px;
    padding: 0 20px;
    text-align: left;
  }
}
.method .method_area {
  background: url(../img/method_bg.jpg) no-repeat;
  padding: 80px 0 90px;
  height: 573px;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .method .method_area {
    margin: 0;
    height: 185vw;
    padding: 60px 20px 0;
  }
}
.method .method_area .inner {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .method .method_area .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.method .method_area .inner .block p {
  color: #fff;
  text-align: left;
}
.method .method_area .inner .block p:nth-of-type(1) {
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .method .method_area .inner .block p:nth-of-type(1) {
    font-size: 5.7291666667vw;
    text-align: center;
    margin-bottom: 5.2083333333vw;
  }
}
.method .method_area .inner .block p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .method .method_area .inner .block p:nth-of-type(2) {
    text-align: center;
    margin-bottom: 5.2083333333vw;
    font-size: 4.1666666667vw;
  }
}
.method .method_area .inner .block p:nth-of-type(3) {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .method .method_area .inner .block p:nth-of-type(3) {
    font-size: 4.1666666667vw;
  }
}

.resource {
  background: #222A3A;
  padding: 43px 0 0;
  border-radius: 16px;
  margin: 0 20px 100px;
  height: 980px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .resource {
    height: auto;
    margin: 0 0 80px;
    border-radius: 0;
    padding: 80px 20px 60px;
  }
}
.resource .inner {
  height: 100%;
}
.resource .flex {
  display: flex;
  gap: 54px;
  height: 100%;
  align-items: stretch;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .resource .flex {
    flex-flow: column;
    gap: 26px;
  }
}
.resource .block {
  min-height: 0;
}
.resource .block:nth-of-type(1) {
  margin-top: 78px;
  flex: 0 0 520px;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(1) {
    margin-top: 0;
    flex: 0;
  }
}
.resource .block:nth-of-type(1) h2 img {
  max-width: 512px;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(1) h2 img {
    max-width: 87.2395833333vw;
  }
}
.resource .block:nth-of-type(1) p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(1) p {
    font-size: 14px;
  }
}
.resource .block:nth-of-type(1) p:nth-of-type(2) {
  font-size: 16px;
  margin-top: 30px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(1) p:nth-of-type(2) {
    font-size: 12px;
    margin-top: 20px;
  }
}
.resource .block:nth-of-type(2) {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(2) {
    padding-right: 0;
  }
}
.resource .block:nth-of-type(2)::-webkit-scrollbar {
  display: none;
}
.resource .block:nth-of-type(2) .item {
  background: #fff;
  padding: 42px 32px 48px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(2) .item {
    padding: 20px 20px 40px;
    margin-bottom: 16px;
  }
  .resource .block:nth-of-type(2) .item:last-child {
    margin-bottom: 0;
  }
}
.resource .block:nth-of-type(2) .item > img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(2) .item > img {
    margin-bottom: 15px;
  }
}
.resource .block:nth-of-type(2) .item p.tag {
  font-size: 18px;
  color: #0050ef;
  border: 1px solid #0050EF;
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(2) .item p.tag {
    font-size: 14px;
    padding: 3px 10px;
    margin-bottom: 10px;
  }
}
.resource .block:nth-of-type(2) .item p.ttl {
  font-size: 26px;
  font-weight: 700;
  color: #0050ef;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(2) .item p.ttl {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.resource .block:nth-of-type(2) .item p.txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .resource .block:nth-of-type(2) .item p.txt {
    font-size: 12px;
  }
}

.member h2 {
  margin-bottom: 30px;
  color: #134A9A;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .member h2 {
    margin-bottom: 40px;
    font-size: 28px;
  }
}
.member h2 img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .member h2 img {
    width: 36.4583333333vw;
  }
}
.member > p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .member > p {
    font-size: 14px;
  }
}
.member .card {
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .member .card {
    flex-direction: column;
  }
}
.member .card .list {
  background-size: cover !important;
  background-position: top center !important;
  padding: 17.96875vw 40px 4.6875vw;
  background: url(../img/member_matsuzawa.jpg) no-repeat;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .member .card .list {
    padding: 67.7083333333vw 5.2083333333vw 15.625vw;
  }
}
.member .card .list:nth-of-type(1) {
  background: url(../img/member_fusamune.jpg) no-repeat;
}
.member .card .list:nth-of-type(2) {
  background: url(../img/member_noguchi.jpg) no-repeat;
}
.member .card .list:nth-of-type(3) {
  background: url(../img/member_leo.jpg) no-repeat;
}
.member .card .list p {
  color: #fff;
  text-align: left;
}
.member .card .list p:nth-of-type(1) {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .member .card .list p:nth-of-type(1) {
    font-size: 6.25vw;
  }
}
.member .card .list p:nth-of-type(1) span {
  margin-left: 16px;
  font-size: 13px;
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .member .card .list p:nth-of-type(1) span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 3.3854166667vw;
  }
}
.member .card .list p:nth-of-type(2) {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .member .card .list p:nth-of-type(2) {
    font-size: 3.3854166667vw;
  }
}

/* FAQ セクション全体 */
.faq {
  padding: 110px 0 100px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 80px 20px 64px;
  }
}
.faq h2 {
  color: #134A9A;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .faq h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.faq h2 img {
  width: 294px;
}
@media screen and (max-width: 768px) {
  .faq h2 img {
    width: 51.0416666667vw;
  }
}

.faq__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─ FAQリスト ─ */
.faq__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  /* 隣の枠が勝手に伸びないように */
  align-items: start;
}

@media (max-width: 960px) {
  .faq__list {
    grid-template-columns: 1fr;
  }
}
/* ─ FAQ item ─ */
.faq__item {
  border: 1px solid #ddd;
  background: #fff;
  /* 念のため、個別でも伸びないように */
  align-self: start;
}

/* ─ 質問ボタン ─ */
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  min-height: 122px;
  font-size: 16px;
  font-weight: 700;
  color: #134a9a;
  background: #fff;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq__question {
    font-size: 14px;
    min-height: 87px;
    padding: 13px 24px;
  }
}

.faq__question:focus-visible {
  outline: 2px solid #7aa7ff;
  outline-offset: 2px;
}

/* ─ + / - アイコン ─ */
.faq__icon {
  margin-left: auto;
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transform: translateZ(0);
  will-change: transform;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: #8a5cf6;
  transform-origin: center;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

/* 横棒（常に残る） */
.faq__icon::before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
}

/* 縦棒（最初は表示） */
.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
  opacity: 1;
}

/* 開いたら縦棒を縮めて消す → − に見える */
.faq__item.is-open .faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  opacity: 0;
}

/* ─ 回答エリア（heightアニメ） ─ */
.faq__answer {
  overflow: hidden;
  height: 0;
  padding: 0 24px;
  border-top: 1px solid transparent;
  text-align: left;
  color: #47556b;
  line-height: 1.8;
  font-size: 14px;
  transition: height 0.28s ease, padding 0.2s ease, border-color 0.2s ease;
}

.faq__item.is-open .faq__answer {
  /* heightはJSで制御するのでここでは余白と色だけ */
  padding: 16px 24px 20px;
  border-top-color: #eef3ff;
}

/* モーション削減環境 */
@media (prefers-reduced-motion: reduce) {
  .faq__icon::before,
  .faq__icon::after,
  .faq__answer {
    transition: none;
  }
}
.inline-frame {
  max-width: 674px;
}

.form {
  background: url(../img/form_bg.png) no-repeat;
  background-position: left 250px;
  background-color: #011827;
  padding: 100px 0;
  margin: 0 20px;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 768px) {
  .form {
    margin: 0;
    border-radius: 0;
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .form .block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .form .block:nth-of-type(1) {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .form #inline-frame {
    width: 100%;
  }
}
.form h2 {
  max-width: 781px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .form h2 {
    padding: 0 20px;
    max-width: 79.6875vw;
  }
}
.form .flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .form .flex {
    flex-wrap: wrap;
  }
}
.form .flex .block:nth-of-type(1) {
  color: #fff;
  text-align: left;
}
.form .flex .block:nth-of-type(1) img {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .form .flex .block:nth-of-type(1) img {
    max-width: 55.7291666667vw;
  }
}
.form .flex .block:nth-of-type(1) .book {
  text-align: center;
}
.form .flex .block:nth-of-type(1) p:nth-of-type(1) {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form .flex .block:nth-of-type(1) p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.form .flex .block:nth-of-type(1) p:nth-of-type(1) span {
  font-size: 30px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .form .flex .block:nth-of-type(1) p:nth-of-type(1) span {
    font-size: 24px;
  }
}
.form .flex .block:nth-of-type(1) p:nth-of-type(2) {
  font-size: 15px;
  line-height: 1.7;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .form .flex .block:nth-of-type(1) p:nth-of-type(2) {
    margin: 30px 0;
    font-size: 14px;
  }
}
.form .flex .block:nth-of-type(1) p:nth-of-type(3) {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .form .flex .block:nth-of-type(1) p:nth-of-type(3) {
    font-size: 14px;
  }
}
.form .flex .block:nth-of-type(1) p:nth-of-type(4) {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .form .flex .block:nth-of-type(1) p:nth-of-type(4) {
    font-size: 14px;
  }
}
.form .flex .block:nth-of-type(1) ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.form .flex .block:nth-of-type(1) ul li {
  color: #FFF600;
  font-size: 15px;
  margin-bottom: 10px;
  list-style: disc;
}
.form .flex .block:nth-of-type(1) ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form iframe {
    padding: 0 20px;
  }
}

footer {
  padding: 20px 0;
}
/* ---------------------
 * start - ducnn 202209
 * SLIDER RESULT
----------------------*/
.slider-result {
  margin: 61px auto 0;
  padding-bottom: 55px;
}

.slider-result .slider-top-image {
  display: none;
}

@media screen and (max-width: 776px) {
  .slider-result {
    margin: 0 auto;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 34px;
  }
  .slider-result .slider-top-image {
    display: block;
    margin: 0px auto 6px;
    width: 192px;
  }
}
.slider-result .slider-result-title {
  color: #ffffff;
  font-size: 32px;
  background-color: #204aa7;
  margin: 0 auto;
  -moz-text-align-last: center;
       text-align-last: center;
  padding: 32px 80px 29px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .slider-result .slider-result-title {
    font-size: 18px;
    flex-flow: column;
    align-items: baseline;
    padding: 24px;
  }
}
.slider-result .slider-result-title span {
  font-family: "Noto Sans JP", sans-serif;
}
.slider-result .slider-result-title span:nth-of-type(1) {
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .slider-result .slider-result-title span:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 15px;
  }
}
.slider-result .slider-result-title span:nth-of-type(2) {
  font-size: 26px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .slider-result .slider-result-title span:nth-of-type(2) {
    font-size: 18px;
  }
}

.slider-result .slider-result-title img {
  width: 31px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .slider-result .slider-result-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    display: flex;
  }
  .slider-result .slider-result-title img {
    display: block;
    margin: auto;
    top: -4px;
    position: relative;
  }
}
.slider-result .wrap-slider {
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.slider-result .wrap-slider .slick-result .item-result h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  color: #333;
  text-align: left;
  margin-bottom: 40px;
  -webkit-text-stroke: 0.2px currentColor;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.slider-result .wrap-slider .slick-result .item-result.slick-slide {
  padding-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result.slick-slide {
    padding-bottom: 50px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .item-flex {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 48px 80px;
  background: #FAFBFC;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .item-flex {
    padding: 30px 20px;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .item-flex .block {
  flex: 1;
}

.slider-result .wrap-slider .slick-result .item-result .item-flex .block:nth-of-type(1) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .item-flex .block:nth-of-type(1) {
    margin-top: 0;
  }
}

.slider-result .wrap-slider .slick-result .item-result .item-flex .block:nth-of-type(1) p {
  line-height: 1.8;
}

.slider-result .wrap-slider .slick-result .item-result .item-flex .block:nth-of-type(2) img {
  min-width: 535px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .item-flex .block:nth-of-type(2) img {
    min-width: 0;
  }
}

.slider-result .wrap-slider .slick-result .item-result .item-inner {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .item-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .slider-result .slick-track {
    display: flex;
  }
  .slider-result .wrap-slider .slick-result .item-result h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .slider-result .wrap-slider .slick-result .item-result.slick-slide {
    min-height: 706px;
    height: auto !important;
  }
}
.slider-result .wrap-slider .slick-result .item-result img {
  width: 100%;
  height: 100%;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .wrap-image {
  margin: 0 0 20px;
  width: 100%;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .text-1 {
  line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content {
    padding: 0;
    position: relative;
  }
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .wrap-image {
    margin: 0 -21px 13px;
    width: calc(100% + 42px);
  }
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .text-1 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .slider-result .wrap-slider .slick-result .item-result img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content .wrap-image.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .wrap-image.pc {
    display: none;
  }
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .wrap-image.sp {
    display: block;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content ul {
  padding-left: 20px;
  margin-bottom: 22px;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content ul li {
  font-weight: bold;
  list-style: disc;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content ul li {
    font-size: 15px;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur {
  height: 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur {
    height: 120px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur.blur2 {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur.blur2 {
    height: 280px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur.blur4 {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur.blur4 {
    height: 280px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur.hide {
  display: none;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-blur:after {
  content: "";
  position: absolute;
  height: 110px;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: -15px;
  background: linear-gradient(transparent 10%, #fff 90%);
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more:before {
  content: "";
  position: absolute;
  height: 55px;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(transparent 10%, #fff 90%);
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more:before {
    width: 100%;
    left: 0px;
    right: 0px;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-hide {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  display: none;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-hide.show {
  height: 100%;
  overflow: initial;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  bottom: -80px;
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .content-hide {
    padding-bottom: 20px;
  }
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more {
    bottom: -60px;
    padding: 0 20px;
  }
  .slider-result .wrap-slider .slick-result .item-result .wrap-content {
    min-height: 706px;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more.on-open {
  margin-top: 0;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more button {
  background: #222a3a;
  padding: 20px 30px 38px;
  font-size: 15px;
  color: #fff;
  max-width: 400px;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more button {
    padding: 13px 30px 31px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more button:before {
  content: "もっと見る";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more button.on-click:before {
  content: "閉じる";
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more button:after {
  content: "";
  background: url("../img/angle-down.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  color: #fff;
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  margin: auto;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .button-more button.on-click:after {
  transform: rotate(180deg);
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content ul li::marker {
  font-size: 12px;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content {
  text-align: left;
  position: relative;
  min-height: 810px;
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content {
    min-height: 706px;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content p {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content p.strong {
  color: #134a9a;
  font-size: 20px;
  font-weight: 700;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content p.fw-700 {
  font-weight: 700;
}

.section.example-others .slick-dots {
  bottom: -45px;
}

.slider-result .wrap-slider .slick-dots {
  bottom: -36px;
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-dots {
    bottom: -36px;
  }
}
.slider-result .wrap-slider .slick-dots li button:before {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-dots li button:before {
    font-size: 50px;
  }
}

.slider-result .wrap-slider .slick-dots li.slick-active button:before {
  color: #134a9a;
}

.slider-result .wrap-slider .slick-arrow {
  top: 47%;
}

@media screen and (max-width: 550px) {
  .slider-result .wrap-slider .slick-arrow {
    top: 43.5%;
  }
}
.slider-result .wrap-slider .slick-prev {
  left: -85px;
  z-index: 5;
}
@media screen and (max-width: 1370px) {
  .slider-result .wrap-slider .slick-prev {
    left: 15px;
  }
}

.slider-result .wrap-slider .slick-next {
  right: -40px;
  z-index: 5;
}
@media screen and (max-width: 1370px) {
  .slider-result .wrap-slider .slick-next {
    right: 55px;
  }
}

.slider-result .wrap-slider .slick-next:before,
.slider-result .wrap-slider .slick-prev:before {
  opacity: 1;
  font-size: 64px;
}

@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-prev {
    left: -12px;
    width: 24px;
    height: 24px;
  }
  .slider-result .wrap-slider .slick-next {
    right: 3px;
    width: 24px;
    height: 24px;
  }
  .slider-result .wrap-slider .slick-next:before,
  .slider-result .wrap-slider .slick-prev:before {
    font-size: 40px;
  }
}
/*スライドCMCJ*/
.slick-1 {
  margin-bottom: 24px;
}

.slick-1:after {
  content: "";
  background: url("../images/lp3/cmcj-shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 9px;
  display: block;
  width: 100%;
  bottom: -9px;
  position: absolute;
}

.slick-1 .slick-prev:before {
  content: url("../img/arrow-left.png") !important;
  opacity: 1;
  width: 45px;
}

.slick-1 .slick-next:before {
  content: url("../img/arrow-right.png") !important;
  opacity: 1;
}

.slick-1 .slick-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 550px) {
  .slick-1 .slick-slide img {
    width: 100%;
    position: unset;
    transform: unset;
  }
}
.slick-1-thumb .slick-track {
  width: calc(100% + 20px) !important;
}

.slick-1-thumb li {
  margin-right: 20px;
  width: calc(25% - 20px) !important;
  background: #000;
}

@media screen and (max-width: 550px) {
  .slick-1-thumb li {
    margin-right: 7px;
    width: calc(25% - 10px) !important;
  }
}
.slick-1-thumb li:focus {
  outline: 0;
}

.slick-1-thumb li img {
  width: 100%;
  opacity: 0.4;
}

.slick-1-thumb li.slick-current img {
  opacity: 1;
}

.section .cmcj img {
  height: auto;
}

/*スライドCMCJ ここまで*/
.slick-prev:before {
  content: "←";
  background: url(../img/arrow-left.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  color: transparent;
}

.slick-next:before {
  content: "←";
  background: url(../img/arrow-right.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  color: transparent;
}

.slider-result .wrap-slider .slick-result .item-result .blue {
  color: #0050EF;
  font-weight: 700;
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .blue {
  color: #0050EF;
  font-weight: 700;
}

.cmcj {
  background-image: url("../img/06_cmcj_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 70px 20px 0;
  text-align: center;
  content-visibility: auto;
  contain-intrinsic-size: 500px;
  clear: both;
  margin: 0 20px;
}

@media screen and (min-width: 1400px) {
  .cmcj {
    background-position: top center;
  }
}
@media screen and (max-width: 991px) {
  .cmcj {
    padding: 40px 16px;
  }
}
.cmcj h2 {
  color: #ffffff;
  margin-bottom: 26px;
}

.cmcj > p {
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.cmcj .section-wrap {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .cmcj h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .cmcj {
    background-image: url("../images/lp3/06_cmcj_bg_sp.jpg");
  }
  .cmcj .section-wrap {
    padding: 0;
  }
  .cmcj h2 {
    font-size: 28px;
  }
}
/*スライドCMCJ*/
.slick-1 {
  margin-bottom: 24px;
}

.slick-1:after {
  content: "";
  background: url("../images/lp3/cmcj-shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 9px;
  display: block;
  width: 100%;
  bottom: -9px;
  position: absolute;
}

.slick-1 .slick-prev:before {
  content: url("../images/lp3/prev-white.png");
}

.slick-1 .slick-next:before {
  content: url("../images/lp3/next-white.png");
}

.slick-1 .slick-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 550px) {
  .slick-1 .slick-slide img {
    width: 100%;
    position: unset;
    transform: unset;
  }
}
.slick-1-thumb .slick-track {
  width: calc(100% + 20px) !important;
}

.slick-1-thumb li {
  margin-right: 20px;
  width: calc(25% - 20px) !important;
  background: #000;
}

@media screen and (max-width: 550px) {
  .slick-1-thumb li {
    margin-right: 7px;
    width: calc(25% - 10px) !important;
  }
}
.slick-1-thumb li:focus {
  outline: 0;
}

.slick-1-thumb li img {
  width: 100%;
  opacity: 0.4;
}

.slick-1-thumb li.slick-current img {
  opacity: 1;
}

.section .cmcj img {
  height: auto;
}

/*スライドCMCJ ここまで*/
.section-wrap {
  width: 1000px;
  max-width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
}

.cmcj .slick-next:before,
.cmcj .slick-prev:before {
  background-image: none;
}

.cmcj .slick-next {
  right: -50px;
}

.cmcj .slick-prev {
  left: -95px;
}

.pardot-form-wrap .form_title span {
  font-size: 100px !important;
}

/* 外枠（角丸と切り抜き） */
.stats-table-wrap {
  border: 1px solid #ddd;
  overflow: hidden;
  max-width: 693px;
  margin: 0 auto 30px;
}

/* テーブル本体 */
.stats-table {
  width: 100%;
  border-collapse: separate;
  /* 内部線を個別に出す */
  border-spacing: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

/* ヘッダー */
.stats-table thead th {
  background: #E2E9F0;
  font-weight: 700;
  text-align: left;
  padding: 13px 24px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .stats-table thead th {
    font-size: 12px;
    padding: 15px 16px;
  }
}
.stats-table thead th:nth-of-type(1) {
  width: 293px;
}
.stats-table thead th:nth-of-type(2), .stats-table thead th:nth-of-type(3) {
  width: 200px;
}

.stats-table thead th:last-child {
  border-right: none;
}

/* セル（本文） */
.stats-table td,
.stats-table tbody th {
  background: #fff;
  padding: 20px 24px;
  font-size: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e7eb;
  /* 横線 */
  border-right: 1px solid #e5e7eb;
  /* 縦線 */
}
@media screen and (max-width: 768px) {
  .stats-table td,
  .stats-table tbody th {
    font-size: 12px;
    padding: 14px 15px;
  }
}

.stats-table tbody tr > *:last-child {
  border-right: none;
}

/* 右端の線は外枠に任せる */
/* 最終行の下線は外枠に任せる */
.stats-table tbody tr:last-child > * {
  border-bottom: none;
}

/* 数値列は右寄せ */
.stats-table .num {
  text-align: right;
}

/* 合計行の強調 */
.stats-table .total th {
  font-weight: 700;
}

.stats-table .hl {
  color: #0050EF;
  font-weight: 700;
}

/* スマホでも同じ表示。列が入らない場合の保険で横スクロール可 */
@media (max-width: 640px) {
  .stats-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.slider-result .wrap-slider .slick-result .item-result:nth-of-type(4), .slider-result .wrap-slider .slick-result .item-result:nth-of-type(6) {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result:nth-of-type(4), .slider-result .wrap-slider .slick-result .item-result:nth-of-type(6) {
    padding-top: 30px;
  }
}

.slider-result .wrap-slider .slick-result .item-result .wrap-content .img2_2 {
  max-width: 691px;
  margin: 0 auto;
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content ul li {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content ul li {
    font-size: 13px;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content ol {
  background: #FAFBFC;
  padding: 20px 18px;
  margin-bottom: 40px;
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content ol li {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .slider-result .wrap-slider .slick-result .item-result .wrap-content ol li {
    font-size: 13px;
  }
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content .img4_2 {
  margin-bottom: 30px;
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-hide.hide2 p:nth-of-type(1) {
  margin-bottom: 30px;
}
.slider-result .wrap-slider .slick-result .item-result .wrap-content .content-hide.hide2 p:nth-of-type(2) {
  font-size: 13px;
  text-align: right;
}

/* slickのクローンスライド内はユーザー操作を無効化（誤爆防止） */
.slick-slide.slick-cloned .button-more {
  pointer-events: none;
}

/* スライダー内だけ sticky を無効化（必要な場合） */
.slide-1-wrap .slick-slide thead {
  position: static !important;
}

@media screen and (max-width: 782pxpx) {
  html {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */