@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #374190;
  word-break: break-all;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.section-block {
  width: 100%;
  padding: 10rem 2.5rem;
  position: relative;
}
.content {
  width: 1084px;
  max-width: 100%;
  margin: 0 auto;
}
.page-width {
  width: calc(1084px + 5rem);
  max-width: 100%;
  margin: 0 auto;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.w-sm {
  width: 71.6rem;
}
.l-card {
  border-radius: 2.4rem;
}
.l-card.red {
  background-color: #ed3e4e;
  color: #fff;
}
.l-card.blue {
  background-color: #374190;
  color: #fff;
}
.l-card.blue2 {
  background-color: #93d3df;
  color: #374190;
}
.l-card.yellow {
  background-color: #f7dd4b;
  color: #374190;
}
.l-card.white {
  background-color: #fff;
}
a {
  color: #374190;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
a:hover {
  cursor: pointer;
}
.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pic-shadow {
  filter: drop-shadow(1.6rem 1.6rem 4rem rgba(0, 0, 0, 0.1));
}
.object {
  position: absolute;
}
.object-parent {
  position: relative;
}
.object_a {
  width: 12.6rem;
  top: 21rem;
  left: -19rem;
}
@media (max-width: 833px) {
  .object_a {
    width: 64px;
  }
}
.object_d {
  width: 13.6rem;
  top: -33.3rem;
  right: -5.4rem;
}
@media (max-width: 833px) {
  .object_d {
    width: 71px;
    top: -20px;
  }
}
.object_z {
  width: 13.8rem;
  top: 11.8rem;
  left: 0;
  transform: rotate(34deg);
}
@media (max-width: 833px) {
  .object_z {
    width: 71px;
  }
}
.object_w {
  width: 12rem;
  right: -4.8rem;
  bottom: -4.4rem;
  z-index: 2;
}
@media (max-width: 833px) {
  .object_w {
    width: 82px;
    right: 0;
    bottom: -100px;
  }
}
.object_c {
  width: 13.6rem;
  top: 4.4rem;
  left: -9.8rem;
  z-index: 2;
}
.object_m {
  width: 106px;
  top: -106px;
  right: 0;
  z-index: 2;
}
@media (max-width: 833px) {
  .object_m {
    width: 52px;
  }
}
.object_x {
  width: 140px;
  top: -70px;
  left: 180px;
  z-index: 2;
}
@media (max-width: 833px) {
  .object_x {
    width: 72px;
    top: -42px;
    left: 90px;
  }
}
.object_h {
  width: 13.6rem;
  top: -3rem;
  right: -7.8rem;
}
svg {
  vertical-align: bottom;
}
.movie-box {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie-box iframe {
  width: 100%;
  height: 100%;
}
p {
  letter-spacing: 0.1em;
  line-height: 2;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: 700;
}
.modal-container {
  width: 100%;
  height: 100%;
  padding: 3.2rem 1.6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  overflow: auto;
  box-sizing: border-box;
  background: rgba(147, 211, 223, 0.8);
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
.modal-container:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.modal-container.active {
  visibility: visible;
  opacity: 1;
}
.modal-body {
  width: 100%;
  max-width: 80.8rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.modal-content {
  padding: 6.4rem 9.2rem;
  border-radius: 2rem;
  background: #fff;
  text-align: left;
  filter: drop-shadow(1.6rem 1.6rem 4rem rgba(0, 0, 0, 0.1));
}
.modal-content .title {
  margin-bottom: 1em;
}
.modal-close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 2;
  background: url(../../images/icon_close.svg) no-repeat center/contain;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.modal-close:hover {
  transform: rotate(360deg);
}
.tabOnly {
  display: none;
}
@media (max-width: 833px) {
  .tabOnly {
    display: inherit;
  }
}
.spOnly {
  display: none;
}
@media (max-width: 833px) {
  .spOnly {
    display: inherit;
  }
}
.headline-01 {
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.75;
}
.headline-02 {
  font-weight: 900;
  font-size: 2.4rem;
}
.headline-03 {
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 2rem;
}
.headline-04 {
  margin-bottom: 4.8rem;
  line-height: 1;
}
.headline-04 span {
  display: block;
}
.headline-04 .main {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
}
.headline-04 .label {
  margin-top: 0.8em;
  font-weight: 700;
  font-size: 2.4rem;
}
.pentagon {
  width: var(--w);
  height: var(--h);
  position: relative;
  box-sizing: border-box;
  --w: calc(var(--h) * 1.05);
}
.pentagon::before {
  content: "";
  width: var(--w);
  height: calc(var(--h) * 0.38);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-right: calc(var(--w) * 0.5) solid transparent;
  border-bottom: calc(var(--h) * 0.38) solid #f7dd4b;
  border-left: calc(var(--w) * 0.5) solid transparent;
}
.pentagon::after {
  content: "";
  width: var(--w);
  height: calc(var(--h) * 0.62);
  position: absolute;
  top: calc(var(--h) * 0.38);
  left: 0;
  box-sizing: border-box;
  border-top: calc(var(--h) * 0.62) solid #f7dd4b;
  border-right: calc(var(--w) * 0.19) solid transparent;
  border-left: calc(var(--w) * 0.19) solid transparent;
}
.btn-01 {
  width: 30.8rem;
  min-width: fit-content;
  height: 6.4rem;
  padding-right: 5.4rem;
  padding-left: 2.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  background-color: #f7dd4b;
  color: #374190;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.btn-01::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 2.9rem;
  z-index: 2;
  display: block;
  border-top: 2px solid #f7dd4b;
  border-right: 2px solid #f7dd4b;
  border-radius: 1px;
  transform: rotate(45deg);
}
.btn-01::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 2rem;
  border-radius: 50%;
  background-color: #374190;
}
.btn-01:hover {
  background-color: #fff;
  color: #374190;
}
.btn-01:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.btn-01:hover::after {
  background-color: #374190;
}
.btn-01[data-status="disable"] {
  background-color: #aaa;
  pointer-events: none;
}
.btn-01[data-color="blue"] {
  background-color: #374190;
  color: #fff;
}
.btn-01[data-color="blue"]::before {
  border-top-color: #374190;
  border-right-color: #374190;
}
.btn-01[data-color="blue"]::after {
  background-color: #fff;
}
.btn-01[data-color="blue"]:hover {
  background-color: #f1f1f1;
  color: #374190;
}
.btn-01[data-color="blue"]:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.btn-01[data-color="blue"]:hover::after {
  background-color: #374190;
}
.btn-center {
  margin-right: auto;
  margin-left: auto;
}
ul {
  list-style-type: none;
}
ul.dot {
  list-style-type: none;
}
ul.dot li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}
ul.dot li:before {
  content: "・";
}
ul.dot li:not(:last-child) {
  margin-bottom: 0.3em;
}
ul.circle {
  list-style-type: none;
}
ul.circle li {
  margin-left: 2rem;
  text-indent: -2rem;
}
ul.circle li:before {
  content: "●";
  margin-right: 0.4rem;
}
ul.circle li:not(:last-child) {
  margin-bottom: 0.8em;
}
ul.note {
  list-style-type: none;
}
ul.note li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}
ul.note li:before {
  content: "※";
  font-family: cursive;
}
ul.note li:not(:last-child) {
  margin-bottom: 0.3em;
}
.site-footer {
  padding: 6.4rem 4.8rem;
  background-color: #fff;
  color: #666;
  font-size: 1.2rem;
}
.site-footer p {
  letter-spacing: 0;
  font-size: 1.2rem;
}
.footer-area01 {
  font-weight: 700;
}
.footer-title figure {
  display: flex;
  align-items: center;
}
.footer-title .caption {
  margin-left: 1rem;
  color: #666;
  font-size: 1.6rem;
}
.copy-right {
  margin-top: 2.8rem;
  line-height: 1;
}
input::-webkit-input-placeholder {
  color: rgba(0, 22, 88, 0.2);
}
input:-ms-input-placeholder {
  color: rgba(0, 22, 88, 0.2);
}
input::-moz-placeholder {
  color: rgba(0, 22, 88, 0.2);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
select {
  background-image: url("../../images/select_arrow.svg");
  background-position: right 2rem center;
  background-size: 2rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select.form_control {
  padding: 12px 24px 12px 10px;
}
#hero-visual {
  width: 100%;
  margin-bottom: 6.2rem;
  position: relative;
}
#hero-visual::before {
  content: "";
  width: 185.8rem;
  height: 285rem;
  position: absolute;
  top: -43rem;
  left: 50%;
  z-index: -1;
  background: url(../../images/bg_pc.svg) no-repeat center top/contain;
  transform: translateX(-50%);
}
#hero-visual.is-animated .hero-text,
#hero-visual.is-animated .hero_img {
  -webkit-animation: heroFadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: heroFadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
#hero-visual.is-animated .text01 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#hero-visual.is-animated .text02 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#hero-visual.is-animated .text03 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#hero-visual.is-animated .text04 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-inner {
  padding-top: 8.2rem;
  padding-bottom: 6rem;
}
@-webkit-keyframes heroFadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroFadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-lead {
  position: relative;
  z-index: 3;
  color: #374190;
}
.hero-h1 {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 4rem;
}
.hero-lead .text01 {
  margin-left: 3.9rem;
  margin-bottom: 0.6rem;
}
.hero-lead .catch {
  margin-bottom: 10rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-size: 4rem;
  line-height: 2;
}
.hero-lead .catch span {
  display: block;
}
.hero-lead p {
  font-size: 2rem;
  line-height: 2.2;
}
.hero-lead .date {
  margin-top: 1rem;
  margin-bottom: 0.8em;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}
.hero-lead .date span {
  margin: 0 0.4rem;
  font-size: 4rem;
}
.hero-lead .date span:first-child {
  margin-left: 0;
}
.hero-lead .date .sm {
  letter-spacing: 0.08em;
  font-size: 3.2rem;
}
.hero-lead .note {
  font-size: 1rem;
}
.hero-lead .point-text {
  max-width: 40rem;
  padding: 0.2em;
  border-radius: 0.8rem;
  background-color: #ed3e4e;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0.8em;
}
.hero-slider {
  width: 942px;
  height: 62.7rem;
  position: absolute;
  top: 6rem;
  right: 5%;
  border-radius: 20px;
  overflow: hidden;
}
.hero-slider .pic {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cv-block {
  padding: 3.2rem 3.6rem;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cv-block .text {
  letter-spacing: 0;
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 1.375;
}
.cv-block .text strong {
  color: #f7dd4b;
}
.cv-block .pic {
  position: absolute;
  right: 366px;
  bottom: -6px;
}
.cv-block .pic > img {
  filter: drop-shadow(0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.2));
}
.cv-block .fukidashi {
  position: absolute;
  top: -22px;
  right: 186px;
}
.cv-block .fukidashi img {
  width: 254px;
  max-width: none;
}
.text-new {
  display: inline-block;
  font-size: 2rem;
}
@media (max-width: 833px) {
  .text-new {
    position: relative;
  }
}
.text-new::before,
.text-new::after {
  content: "";
  width: 3px;
  height: 1em;
  margin-bottom: -0.2rem;
  display: inline-block;
  background-color: #f7dd4b;
}
.text-new::before {
  margin-right: 0.8rem;
  transform: rotate(-24deg);
}
@media (max-width: 833px) {
  .text-new::before {
    position: absolute;
    top: 50%;
    transform: rotate(-24deg) translateY(-50%);
    left: -6px;
  }
}
.text-new::after {
  margin-left: 0.8rem;
  transform: rotate(24deg);
}
@media (max-width: 833px) {
  .text-new::after {
    position: absolute;
    top: 50%;
    transform: rotate(24deg) translateY(-50%);
    right: -6px;
  }
}
.block-campaign {
  padding-top: 8rem;
}
.campaign-card {
  padding: 4.8rem 7.2rem 3.2rem;
}
.campaign-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campaign-header .title {
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.2;
}
.campaign-header .title .text-new {
  color: #ed3e4e;
}
.campaign-header .title .text-new::before,
.campaign-header .title .text-new::after {
  background-color: #ed3e4e;
}
.campaign-header .title span {
  display: inline-block;
  line-height: 1.5277777778;
}
.campaign-info {
  font-weight: 900;
}
.campaign-info dl {
  margin-bottom: 0.8rem;
  display: flex;
}
.campaign-info dt {
  width: 8.2rem;
  margin-right: 1.6rem;
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  border-radius: 0.4rem;
  background-color: #ed3e4e;
  color: #fff;
  text-align: center;
}
.campaign-info dd {
  font-size: 1.4rem;
}
.campaign-info .note {
  font-weight: 400;
  font-size: 1.2rem;
}
.campaign-body {
}
.campaign-body .pic {
  display: block;
}
.campaign-body .pic img {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
}
.campaign-body .text {
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}
.campaign-notice {
  margin-top: 4rem;
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 1.5rem;
}
.campaign-notice dt {
  font-weight: 700;
}
.block-about {
  padding-top: 0;
  position: relative;
}
.block-about::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 43rem;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #93d3df;
}
.block-about .headline-02 {
  margin-bottom: 7.2rem;
}
.about-card {
  max-width: 71.6rem;
  margin: 0 auto 8rem;
  padding: 5rem 7.2rem;
  position: relative;
  text-align: center;
}
.about-card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 2.4rem;
  background-color: #374190;
  transform: rotate(5deg);
}
.about-card .headline-01 {
  margin-bottom: 4rem;
}
.about-card .headline-03 {
  margin-bottom: 2rem;
}
.about-card p {
  letter-spacing: 0;
}
.about-card .point-list {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}
.about-card .point-list li {
  width: 100%;
  height: 10.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  background-color: #fff;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
.about-card .point-list li + li {
  margin-left: 1.3rem;
}
.about-card .point-list small {
  margin-bottom: 0.6em;
  display: block;
  font-size: 1rem;
}
.about-card .pic img {
  width: 100%;
}
.specialist-wrap {
  display: flex;
  justify-content: space-between;
}
.specialist-card {
  width: 49%;
  padding: 6rem 4rem 4rem;
  position: relative;
}
.specialist-card .title {
  position: absolute;
  top: -2rem;
  left: 2rem;
}
.specialist-card .profile {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.specialist-card .pic {
  width: 16rem;

  flex: none;
}
.specialist-card .text-box span {
  display: block;
  letter-spacing: 0;
}
.specialist-card .text-box .text01 {
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
}
.specialist-card .text-box .text02 {
  font-weight: 700;
  font-size: 2rem;
}
.specialist-card .text-box .text03 {
  margin-top: 0.6em;
  font-size: 1.2rem;
}
.specialist-card .comment {
  letter-spacing: 0;
  font-size: 1.2rem;
}
.specialist-card .career {
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
  border-top: 1px solid #f1f1f1;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.specialist-card .career dt {
  margin-right: 5.2rem;

  flex: none;
  font-weight: 700;
}
.specialist-card .career dd {
  line-height: 2;
}
.block-introduction {
  margin-bottom: -7.3rem;
  padding-bottom: 24rem;
  position: relative;
  overflow: hidden;
}
.block-introduction::before {
  content: "";
  width: 185.8rem;
  height: 285rem;
  position: absolute;
  top: -28.8rem;
  left: 50%;
  z-index: -1;
  background: url(../../images/bg_pc.svg) no-repeat center top/contain;
  transform: translateX(-50%);
}
.block-introduction .headline-03 {
  margin-top: 1.8rem;
  margin-bottom: 8rem;
}
.character-block {
  width: 100%;
  padding-bottom: 32%;
  position: relative;
}
.character-block .character-pic {
  position: absolute;
}
.character-block .character-pic img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.character-name {
  margin-top: 1em;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media (max-width: 833px) {
  .character-name {
    text-align: left;
  }
}
.character-block .character-pic .fukidashi {
  padding: 0 1em;
  position: absolute;
  z-index: 2;
  background-image:
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.789%22%20height%3D%2224.895%22%3E%3Cpath%20data-name%3D%22%E3%83%91%E3%82%B9%202052%22%20d%3D%22m.894.447%2012%2024%22%20fill%3D%22none%22%20stroke%3D%22%23374190%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.789%22%20height%3D%2224.895%22%3E%3Cpath%20data-name%3D%22%E7%B7%9A%2056%22%20fill%3D%22none%22%20stroke%3D%22%23374190%22%20stroke-width%3D%222%22%20d%3D%22m12.894.447-12%2024%22%2F%3E%3C%2Fsvg%3E");
  background-position:
    left center,
    right center;
  background-repeat: no-repeat;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
}
.character-block .character-pic .comment {
  width: 38rem;
  height: 24rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  transform: rotate(-10deg);
}
.character-block .character-pic .comment span {
  transform: rotate(10deg);
}
.character-block .character01 {
  width: 29%;
  right: 44%;
  bottom: 2.4%;
}
.character-block .character01 .fukidashi {
  top: -6%;
  right: 82%;
  transform: rotate(-20deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.character-block .character01 .comment {
  top: 38%;
  right: 65.6%;
  background-color: #f7dd4b;
}
.character-block .character02 {
  width: 12.4%;
  bottom: 2.8%;
  left: 55.8%;
}
.character-block .character02 .fukidashi {
  top: -40%;
  left: 25%;
  transform: rotate(10deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.character-block .character02 .comment {
  top: -62.6%;
  left: 74.6%;
  background-color: #f7a9b0;
}
.character-block .characterCopy {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.6;
  transform: translateX(-50%);
}
.character-block .characterCopy span {
  display: block;
}
.character-sanrio {
  max-width: 53.2rem;
  margin: 8.4rem auto 0;
  padding: 2rem 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
  background-color: #93d3df;
}
.character-sanrio dt {
  margin-right: 0.8rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
.character-sanrio dd img {
  width: 20rem;
}
.block-point {
  margin-top: -7.3rem;
  padding-top: 17rem;
  background-color: #f7dd4b;
}
.block-point .headline-01 {
  margin-bottom: 7.8rem;
}
.block-point .headline-01 span {
  margin-top: 0.2em;
  display: block;
}
.point-box {
  position: relative;
  display: flex;
  align-items: center;
}
.point-box + .point-box {
  margin-top: 6.4rem;
}
.point-box > .pic {
  -webkit-box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.1);
}
.point-box dt {
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 2.4rem;
}
.point-box dd {
  font-weight: 700;
}
.point-box.point01 .pic {
  margin-right: 7.2rem;
}
.point-box.point02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.point-box.point02 .pic {
  margin-left: 7.2rem;
  position: relative;
}
.point-box.point02 .fukidashi {
  width: 14.6rem;
  height: 14.6rem;
  position: absolute;
  top: -4.4rem;
  right: -4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
}
.point-box.point02 dl {
  max-width: 34.8rem;
}
.point-box.point03 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.point-box.point03 .pic {
  margin-right: 6.2rem;
}
.point-card01 {
  margin-top: 17rem;
  padding: 6.4rem 5rem 8rem;
  position: relative;
}
.point-card01 .fukidashi {
  width: 27.8rem;
  position: absolute;
  top: -4rem;
  left: calc(50% - 13.9rem);
}
.point-card01 .headline-01 {
  margin-bottom: 5.6rem;
}
.point-card01 .special-set {
  max-width: 91.4rem;
  margin: 0 auto;
  display: flex;
}
.point-card01 .special-set .inner {
  width: 50%;
  text-align: center;
}
.point-card01 .special-set .pic {
  margin-bottom: 2.6rem;
  padding-bottom: 58%;
  position: relative;
}
.point-card01 .special-set .pic img {
  position: absolute;
  z-index: 2;
}
.point-card01 .special-set .label {
  width: 14.6rem;
  height: 14.6rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1.75;
}
.point-card01 .special-set p {
  font-weight: 700;
}
.point-card01 .special-set .special01 .pic img {
  width: 31.9rem;
  bottom: 0;
  left: 6.2rem;
  transform: rotate(-5deg);
}
.point-card01 .special-set .special02 .pic img {
  width: 36.8rem;
  right: 2rem;
  bottom: 0;
}
.point-card01 .special-set .special02 .fukidashi {
  width: fit-content;
  position: absolute;
  top: -2rem;
  left: 20.5rem;
  white-space: nowrap;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.point-card01 .special-set .special02 .fukidashi::before,
.point-card01 .special-set .special02 .fukidashi::after {
  content: "";
  width: 4px;
  height: 85%;
  position: absolute;
  bottom: 0;
  display: inline-block;
  background-color: #fff;
}
.point-card01 .special-set .special02 .fukidashi::before {
  left: -1.4em;
  transform: rotate(-20deg);
}
.point-card01 .special-set .special02 .fukidashi::after {
  right: -1.4em;
  transform: rotate(20deg);
}
.point-card02 {
  margin-top: 12rem;
  position: relative;
  z-index: 1;
}
.point-card02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 2.4rem;
  background-color: #374190;
  transform: rotate(3deg);
}
.point-card02 .l-card {
  padding: 6.4rem 6.4rem;
  display: flex;
}
.point-card02 .inner {
  width: 50%;
  font-weight: 700;
}
.point-card02 .inner * {
  letter-spacing: 0;
}
.point-card02 .headline-01 {
  margin-bottom: 3.4rem;
}
.point-card02 .pic img {
  transform: rotate(10deg);
  transform-origin: left bottom;
}
.point-card02 ul {
  margin-top: 4rem;
}
.point-movie {
  margin-top: 8rem;
}
.point-movie .headline-01 {
  width: fit-content;
  margin: 0 auto 2.8rem;
  padding: 0 6rem;
  position: relative;
  letter-spacing: 0;
  line-height: 1.4;
}
.point-movie .headline-01::before,
.point-movie .headline-01::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #374190;
}
.point-movie .headline-01::before {
  left: 0;
  transform: rotate(-20deg);
}
.point-movie .headline-01::after {
  right: 0;
  transform: rotate(20deg);
}
.point-movie .movie-box {
  max-width: 71.6rem;
  margin: 0 auto;
}
.block-ingenuity {
  margin-bottom: -7.3rem;
  padding-bottom: 23rem;
  background-color: #93d3df;
}
.ingenuity-box + .ingenuity-box {
  margin-top: 10rem;
}
.ingenuity-headline {
  position: relative;
  display: flex;
}
.ingenuity-headline .pentagon {
  margin-right: 2.6rem;
  left: -3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  filter: drop-shadow(2rem 2rem 0px #374190);
  transform: rotate(-10deg);
  --h: 33.1rem;
}
.ingenuity-headline .pentagon .title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.ingenuity-headline .pentagon .title span {
  display: block;
  line-height: 1;
}
.ingenuity-headline .pentagon .title .main {
  padding-top: 0.8em;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
}
.ingenuity-headline .pentagon .title .label {
  margin-top: 0.5em;
  font-weight: 900;
  font-size: 2.4rem;
}
.ingenuity-headline .sub-title {
  margin-top: auto;
  margin-bottom: 1.5em;
  z-index: 2;
  color: #fff;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 2;
}
.ingenuity-headline .headline-bg {
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  white-space: nowrap;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 1.3;
  opacity: 0.1;
}
.ingenuity-list {
  max-width: 90rem;
  margin: 2rem auto 0;
}
.ingenuity-list .ingenuity-card:nth-child(odd) {
  margin-left: auto;
}
.ingenuity-card {
  max-width: 80.8rem;
  padding: 5.6rem;
  position: relative;
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.ingenuity-card + .ingenuity-card {
  margin-top: 4rem;
}
.ingenuity-card .point {
  margin-bottom: 4rem;
}
.ingenuity-card .point dt {
  width: 14rem;
  margin-bottom: 1em;
  padding: 0.2em 0;
  border-radius: 1em;
  background-color: #374190;
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.ingenuity-card .point dd {
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 2rem;
}
.ingenuity-card .tips {
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: #fff;
  font-size: 1.4rem;
}
.ingenuity-card .tips dt {
  margin-bottom: 0.8em;
  font-weight: 700;
}
.ingenuity-card .pic img {
  width: 28rem;
  position: absolute;
  filter: drop-shadow(1.6rem 1.6rem 4rem rgba(0, 0, 0, 0.1));
}
.ingenuity-card .tips-list li {
  padding: 1.2rem 1.2rem 1.2rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ingenuity-card .tips-list li + li {
  margin-top: 0.8rem;
}
.ingenuity-card .tips-list .title {
  font-weight: 700;
}
.ingenuity-card .tips-list .modal-open {
  width: 18.6rem;
  height: 4rem;
  padding: 0 3.2rem 0 1.2rem;
  position: relative;
  border: 2px solid #374190;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 1.2rem;
}
.ingenuity-card .tips-list .modal-open::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
  right: 0.8rem;
  background: url(../../images/icon_plus.svg) no-repeat center/contain;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.ingenuity-card .tips-list .modal-open:hover::after {
  transform: rotate(180deg);
}
.ingenuity_input01 .pic1_1 {
  top: 8%;
  left: 75%;
}
.ingenuity_input01 .pic1_2 {
  bottom: 12%;
  left: 62%;
}
.ingenuity_input01 .tips {
  width: 100%;
}
.ingenuity_input02 .inner {
  width: 55%;
  margin-left: auto;
}
.ingenuity_input02 .pic2_1 {
  width: 37rem !important;
  top: 12%;
  right: 60%;
}
.ingenuity_input02 .pic2_2 {
  right: 60%;
  bottom: 11.2%;
}
.ingenuity_input03 .pic3_1 {
  top: -7%;
  left: 70%;
}
.ingenuity_input03 .pic3_2 {
  bottom: 5%;
  left: 56%;
}
.ingenuity_output01 .pic1_1 {
  top: -19%;
  left: 72%;
}
.ingenuity_output01 .pic1_2 {
  bottom: 7%;
  left: 55%;
}
.ingenuity_output01 .pic .fukidashi1_1 {
  width: 11rem;
  top: 6%;
  right: 30%;
}
.ingenuity_output01 .pic .fukidashi1_2 {
  width: 11rem;
  right: -5%;
  bottom: 25%;
}
.ingenuity_output02 .inner {
  width: 55%;
  margin-left: auto;
}
.ingenuity_output02 .pic2_1 {
  width: 35.6rem !important;
  top: 8%;
  right: 60%;
}
.ingenuity_output02 .pic2_2 {
  width: 17.6rem !important;
  right: 60%;
  bottom: 6%;
}
.block-footer {
  position: relative;
  overflow: hidden;
}
.block-footer::before {
  content: "";
  width: 185.8rem;
  height: 285rem;
  position: absolute;
  top: -28.8rem;
  left: 50%;
  z-index: -1;
  background: url(../../images/bg_pc.svg) no-repeat center top/contain;
  transform: translateX(-50%);
}
.block-footer .content + .content {
  margin-top: 12rem;
}
.flow-list {
  display: flex;
  justify-content: center;
}
.flow-list .flow-box {
  width: 100%;
  padding: 1.6rem 1.8rem;
  position: relative;
  border-radius: 2.4rem;
  background-color: #f7dd4b;
  text-align: center;
}
.flow-list .flow-box + .flow-box {
  margin-left: 2%;
}
.flow-list .flow-box + .flow-box::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: calc(100% + 0.6rem);
  border-width: 0.6rem 0 0.6rem 1.2rem;
  border-style: solid;
  border-color: transparent transparent transparent #374190;
}
.flow-list dt {
  width: fit-content;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  border-bottom: 0.4rem solid #374190;
  letter-spacing: -0.01em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.flow-list dd {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
}
.flow-list dd span {
  margin-top: 0.8em;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
.flow-list .flow-point {
  background-color: #ed3e4e;
  color: #fff;
}
.campaign-block .headline-04 {
  margin-bottom: 2.1rem;
}
.campaign-block .headline-04 .main {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (min-width: 834px) {
  .campaign-block .headline-04 .main {
    font-size: 4.8rem;
  }
  .campaign-row {
    display: flex;
    gap: clamp(2rem, 5%, 70px);
    justify-content: center;
  }
  .campaign-img {
    max-width: 533px;
    width: 49%;
  }
  .campaign-text {
    max-width: 476px;
    margin-top: 3rem;
    width: 44%;
  }
}
@media (max-width: 1190px) {
  .campaign-text {
    padding-right: 4rem;
  }
}
@media (max-width: 833px) {
  .campaign-text {
    margin: 2.1rem 0.8rem;
    padding-right: 0;
  }
}
.news-block {
  padding-bottom: 10rem;
}
.news-list {
  max-width: 90rem;
  margin: 0 auto;
  border-top: 1px solid #374190;
}
.news-list li {
  padding: 3.2rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #374190;
}
.news-list .date {
  margin-right: 2rem;
  flex: none;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.news-list .cat {
  min-width: 8rem;
  height: 2.4rem;
  margin-right: 2rem;
  padding: 0 1em;
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  border-radius: 1.2rem;
  background-color: #f7dd4b;
  font-weight: 900;
  font-size: 1.2rem;
}
.news-list .title {
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #374190;
  text-decoration: underline;
  letter-spacing: 0.12em;
  font-weight: 700;
  -webkit-line-clamp: 1;
}
.block-entry {
  background-color: #374190;
  color: #fff;
}
.block-entry .headline {
  margin-bottom: 0.5em;
  letter-spacing: 0.12em;
  font-size: 4rem;
}
.entry-info {
  display: flex;
  align-items: center;
  font-weight: 900;
  max-width: 90rem;
  margin: 0 auto;
}
.entry-info dl {
  display: flex;
  align-items: center;
}
.entry-info dt {
  width: 8.2rem;
  margin-right: 1.6rem;
  flex: none;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #374190;
  text-align: center;
}
.entry-info .note {
  margin-left: 3.2rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.2rem;
}
.entry-info .note li:not(:last-child) {
  margin-right: 1em;
  margin-bottom: 0;
}
.entry-form {
  max-width: 90rem;
  margin: 7.8rem auto 0;
}
.form-group {
  display: flex;
}
.form-group + .form-group {
  margin-top: 2.4rem;
}
.form-box {
  width: 100%;
}
.form-box + .form-box {
  margin-left: 2rem;
}
.form-box dt {
  margin-bottom: 1.2rem;
  letter-spacing: 0.12em;
}
.form-box .required {
  color: #ed3e4e;
}
.form-control {
  width: 100%;
  padding: 1.2em 1.5em;
  border: 2px solid #fff;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #374190;
  letter-spacing: 0;
}
.form-policy {
  max-width: 53.2rem;
  margin: 6.4rem auto 0;
  padding: 3.2rem 2.4rem 2.4rem;
  color: #374190;
  font-size: 1.4rem;
}
.form-policy dt {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
}
.form-doui {
  margin-top: 3.2rem;
  letter-spacing: 0;
}
.form-submit {
  width: 53.2rem;
  height: 6.4rem;
  margin: 3.2rem auto 0;
  padding: 0 3.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  background-color: #ed3e4e;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.form-submit::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 2.9rem;
  z-index: 2;
  display: block;
  border-top: 2px solid #ed3e4e;
  border-right: 2px solid #ed3e4e;
  border-radius: 1px;
  transform: rotate(45deg);
}
.form-submit::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 2rem;
  border-radius: 50%;
  background-color: #fff;
}
.form-submit:hover {
  background-color: #fff;
  color: #ed3e4e;
}
.form-submit:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.form-submit:hover::after {
  background-color: #ed3e4e;
}
.form-submit[data-status="disable"] {
  background-color: #aaa;
  pointer-events: none;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip {
  margin-bottom: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #ed3e4e;
  font-size: 1.2rem;
}
.wpcf7-not-valid {
  border-color: #ed3e4e !important;
  background-color: #fbd4d7 !important;
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em;
  text-align: center;
}
.notice-block {
  margin-top: 4.8rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 1.8rem;
}
.notice-block dt {
  margin-bottom: 0.4em;
}
.notice-block dd p {
  line-height: 1.75;
}
.block-entry .notice-block {
  max-width: 90rem;
}
.hs-form-private {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hs-form-field {
  width: 48.8%;
  margin-bottom: 2.4rem;
}
.hs-form-field.hs-recaptcha {
  width: 100%;
}
.hs-form-field > label {
  margin-bottom: 1.2rem;
  display: block;
  letter-spacing: 0.12em;
}
.hs-recaptcha {
  margin-top: 1.6rem;
}
.hs-recaptcha .input {
  width: fit-content;
  margin: 0 auto;
}
.hs-form-required {
  color: #ed3e4e;
}
.hs-input {
  width: 100%;
  padding: 1.2em 1.5em;
  border: 2px solid #fff;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #374190;
  letter-spacing: 0;
}
.hs-error-msgs,
.hs-error-msg {
  margin-top: 0.5em;
  color: #ed3e4e;
  font-size: 1.2rem;
}
.hs_error_rollup {
  width: fit-content;
  margin: 0 auto;
}
.hs_competitor_investigation + div {
  width: 100%;
}
.hs-richtext {
  max-width: 53.2rem;
  margin: 4rem auto 2.4rem;
  padding: 2.4rem 2.4rem;
  border-radius: 2.4rem;
  background-color: #fff;
  color: #374190;
  font-size: 1.4rem;
}
.hs-richtext p:not(:last-child) {
  margin-bottom: 1em;
}
.hs-richtext strong {
  display: block;
  text-align: center;
}
.hs-submit {
  width: 100%;
}
.hs-submit .hs-button {
  width: 53.2rem;
  max-width: 100%;
  height: 6.4rem;
  margin: 1.6rem auto 0;
  padding: 0 3.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  background-color: #ed3e4e;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.hs-submit .hs-button::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 2.9rem;
  z-index: 2;
  display: block;
  border-top: 2px solid #ed3e4e;
  border-right: 2px solid #ed3e4e;
  border-radius: 1px;
  transform: rotate(45deg);
}
.hs-submit .hs-button::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 2rem;
  border-radius: 50%;
  background-color: #fff;
}
.hs-submit .hs-button:hover {
  background-color: #fff;
  color: #ed3e4e;
}
.hs-submit .hs-button:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.hs-submit .hs-button:hover::after {
  background-color: #ed3e4e;
}
.lower {
  position: relative;
}
.lower::before {
  content: "";
  width: 185.8rem;
  height: 285rem;
  position: absolute;
  top: -28.8rem;
  left: 50%;
  z-index: -1;
  background: url(../../images/bg_pc.svg) no-repeat center top/contain;
  transform: translateX(-50%);
}

.lower .site-container {
  padding-top: 4.8rem;
}
.post-header .info {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.post-header .date {
  margin-right: 2rem;
  flex: none;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.post-header .cat {
  width: 8rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  border-radius: 1.2rem;
  background-color: #f7dd4b;
  font-weight: 900;
  font-size: 1.2rem;
}
.post-title {
  margin-bottom: 1em;
  font-size: 3.2rem;
  line-height: 1.5;
}
.post-thumbnail {
  margin-bottom: 6.4rem;
}
.post-content {
  font-size: 1.8rem;
}
.post-content h2 {
  margin-bottom: 2em;
  padding-left: 1em;
  border-left: 0.8rem solid #374190;
  font-size: 2rem;
}
.post-content p {
  font-weight: 700;
}
.post-content p:not(:last-child) {
  margin-bottom: 2em;
}
.post-content * + h2 {
  margin-top: 8rem;
}
.post-content .btn-01:hover {
  background-color: #f1f1f1;
}
.post-footer {
  margin-top: 8rem;
  padding-top: 6.4rem;
  border-top: 1px solid #374190;
}
.post-footer .btn-01 {
  font-size: 1.6rem;
}
.post-footer .btn-01:hover {
  background-color: #f1f1f1;
}
.block-request-thanks .content {
  width: 53.2rem;
}
.request-header {
  margin-bottom: 6.4rem;
  text-align: center;
}
.request-logo {
  margin-bottom: 5.4rem;
}
.request-title {
  font-size: 3.2rem;
}
.request-content p {
  letter-spacing: 0;
}
.request-content p a {
  text-decoration: underline;
}
.request-content .btn-01 {
  font-size: 1.6rem;
}
.request-content .btn-01:hover {
  background-color: #f1f1f1;
}
.request-content .btn-01:hover .icon * {
  fill: #374190;
}
.request-content .btn-01 .icon {
  margin-right: 0.6rem;
}
.request-content .btn-01 + p {
  margin-top: 12rem;
}
.request-footer {
  margin-top: 8rem;
}
.request-footer .btn-01 {
  font-size: 1.6rem;
}
@media (min-width: 834px) {
  .cv-block .text {
    position: relative;
    top: -1rem;
  }
  .site-footer .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer-area01 {
    max-width: 62.4rem;
  }
  .footer-area02 {
    margin-top: auto;
    text-align: right;
  }
  .campaign-body {
    display: flex;
    justify-content: center;
    margin: 0 0 3rem 0;
    max-width: 913px;
  }
  .campaign-body .text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .campaign-item {
    margin: 0 -15px;
  }
  .campaign-item:nth-child(1) {
    width: 34%;
  }
  .campaign-item:nth-child(2) {
    width: calc(30.95% + 30px);
  }
  .campaign-item:nth-child(3) {
    width: 51%;
  }
  .campaign-item .pic {
    width: 100%;
  }
  .campaign-item:nth-child(1) .pic {
  }
  .campaign-item:nth-child(2) .pic {
    width: calc(100% - 30px);
  }
  .campaign-item:nth-child(3) .pic {
    margin-bottom: -4rem;
  }
  .campaign-notice {
    margin-right: -4rem;
    margin-left: -4rem;
    display: flex;
    flex-wrap: wrap;
  }
  .flow-list .flow-box {
    padding-top: 6.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow-list .flow-box dt {
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow-list .flow-point {
    padding-top: 1.6rem;
  }
}
@media (min-width: 834px) and (max-width: 1134px) {
  html {
    font-size: 0.8818342152vw;
  }
  .object_z {
    top: auto;
    bottom: -6rem;
  }
  .hero-lead {
    max-width: 49vw;
  }
  .hero-lead .text01 {
    margin-left: 3.4vw;
    max-width: 42vw;
  }
  .hero-slider {
    right: 0;
    width: 78%;
  }
  .cv-block .pic {
    width: 22vw;
    right: calc(36.9rem);
  }
  .cv-block .fukidashi {
    width: 22.4vw;
    top: -1.9vw;
    right: 16vw;
  }
  .cv-block .fukidashi img {
    width: 100%;
  }
}
@media (max-width: 833px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.2rem;
  }
  .spHide,
  .pcOnly {
    display: none;
  }
  .section-block {
    padding: 6.4rem 1.6rem;
  }
  .page-width {
    padding: 0 1.6rem;
  }
  .l-card {
    border-radius: 1.6rem;
  }
  .pic-shadow {
    -webkit-filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
  }
  .object_a {
    top: -58px;
    left: 0.4rem;
  }
  .object_d {
    top: -84px;
    right: -0.8rem;
  }
  .object_k {
    top: -10rem;
    right: -1.6rem;
  }
  .object_z {
    top: 3.4rem;
    left: 0.4rem;
  }
  .object_b {
    right: 2.4rem;
    bottom: -9.4rem;
  }
  .object_c {
    width: 76px;
    top: -24px;
    left: calc(50% - 8.5rem);
  }
  .object_h {
    width: 5.8rem;
    top: -3rem;
    right: 0;
  }
  .headline-01 {
    font-size: 2rem;
  }
  .headline-02 {
    font-size: 2rem;
  }
  .headline-03 {
    font-size: 1.6rem;
  }
  .headline-04 .main {
    font-size: 4rem;
  }
  .headline-04 .label {
    margin-top: 1em;
    font-size: 1.6rem;
  }
  .btn-01 {
    width: 100%;
    height: 4.8rem;
    padding-right: 4.4rem;
    padding-left: 2.2rem;

    justify-content: center;
    border-radius: 2.4rem;
    font-size: 1.5rem;
  }
  .btn-01::before {
    width: 0.6rem;
    height: 0.6rem;
    top: calc(50% - 0.3rem);
    right: 2.1rem;
  }
  .btn-01::after {
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1rem);
    right: 1.4rem;
  }
  .site-footer {
    padding: 4.8rem 1.6rem;
  }
  .footer-area01 {
    font-size: 1.2rem;
  }
  .footer-area02 {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  .footer-area02 p {
    font-size: 1rem;
  }
  .footer-title img {
    width: 11.8rem;
  }
  .footer-title .caption {
    margin-left: 2rem;
    font-size: 1.4rem;
  }
  .modal-container {
    display: flex;
    align-items: center;
  }
  .modal-container:before {
    content: none;
  }
  .modal-content {
    padding: 2.6rem 2rem;
    border-radius: 1.6rem;
    filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
  }
  .modal-content .title {
    margin-bottom: 1.5em !important;
    text-align: left !important;
    font-size: 2rem !important;
  }
  .modal-close {
    top: 2rem;
    right: 2rem;
  }
  #hero-visual {
    margin-bottom: 4.6rem;
  }
  #hero-visual::before {
    width: 100vw;
    height: 255.4rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../images/bg_sp.svg);
    background-size: 100% auto;
    transform: none;
  }
  .hero-inner {
    padding-top: 2rem;
  }
  .hero-h1 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
  .hero-lead .catch {
    margin-top: 1.8rem;
    margin-bottom: 26rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
  }
  .hero-lead .catch-text {
    width: 32.2rem;
    display: inline-block;
  }
  .hero-lead .date {
    font-size: 1rem;
  }
  .hero-lead .date span {
    font-size: 2rem;
  }
  .hero-lead .date .sm {
    font-size: 1.6rem;
  }
  .hero-lead .point-text {
    max-width: 20.4rem;
    margin: 0 auto;
    border-radius: 0.4rem;
    font-size: 1rem;
    margin-top: 0.8em;
  }
  .hero-lead .text01 {
    margin: 0 auto;
    width: 28.5rem;
  }
  .hero-text.text04 {
    text-align: center;
  }
  .hero-text.text04 img {
    width: 20.4rem;
  }
  .hero-slider {
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 29.5rem;
    right: 0;
    clip-path: none;
  }
  .hero-slider img {
    width: 100%;
  }
  .cv-block {
    padding: 2rem 2rem;
    display: block;
  }
  #hero-visual + .page-width {
    margin-top: -4rem;
  }
  .cv-block .text {
    font-size: 1.6rem;
  }
  .cv-block .text .text01 {
    margin-bottom: 0.2em;
    display: inline-block;
  }
  .cv-block .text .text02 {
    font-size: 2rem;
  }
  .cv-block .pic {
    width: 16rem;
    top: 1.6rem;
    right: 1rem;
    bottom: auto;
    text-align: right;
  }
  .cv-block .pic img {
    width: 100%;
  }
  .cv-block .fukidashi {
    position: absolute;
    top: -4rem;
    right: 11.4rem;
    width: 7.2rem;
  }
  .cv-block .fukidashi img {
    width: 7.2rem;
  }
  .cv-block .btn-01 {
    margin-top: 12px;
  }
  .text-new {
    font-size: 1.6rem;
  }
  .block-campaign {
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
  }
  .campaign-card {
    padding: 3.2rem 3.6rem 2.4rem;
    border-radius: 0;
  }
  .campaign-header {
    display: block;
  }
  .campaign-header .title {
    margin-bottom: 2.8rem;
    text-align: center;
    font-size: 2.4rem;
  }
  .campaign-info {
    margin: 0 -1.6rem;
  }
  .campaign-info dl {
    font-size: 1.1rem;
  }
  .campaign-info dt {
    width: 6.8rem;
    margin-right: 1.2rem;
  }
  .campaign-info .note {
    margin-top: 1.6rem;
    text-align: center;
    font-size: 1rem;
  }
  .campaign-body {
    margin-bottom: 4rem;
  }
  .campaign-body .text {
    margin-top: -2rem;
  }
  .campaign-item {
    margin: 0 0 4rem;
  }
  .campaign-notice {
    margin-top: 2rem;
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 1.6rem 1.2rem;
    font-size: 1.4rem;
  }
  .campaign-notice dd {
    margin-top: 1rem;
  }
  .block-about {
    padding-top: 0;
  }
  .block-about::before {
    top: 40.8rem;
  }
  .block-about .headline-02 {
    margin-bottom: 3.6rem;
  }
  .about-card {
    max-width: 100%;
    margin: 0 auto 4rem;
    padding: 4rem 2rem;
  }
  .about-card::after {
    border-radius: 1.6rem;
    transform: rotate(2deg);
  }
  .about-card .headline-01 {
    margin-bottom: 2rem;
    letter-spacing: 0;
    font-size: 2.2rem;
  }
  .about-card .headline-03 {
    margin-bottom: 1.5rem;
  }
  .about-card p {
    margin-right: -0.5em;
    margin-left: -0.5em;
    letter-spacing: -0.06em;
  }
  .about-card .point-list {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: center;
  }
  .about-card .point-list li {
    width: 31.5%;
    height: 9.6rem;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
    border-radius: 1.6rem;
    font-size: 1.4rem;
  }
  .about-card .point-list li + li {
    margin-left: inherit;
  }
  .about-card .point-list li:nth-child(3n),
  .about-card .point-list li:last-child {
    margin-right: 0;
  }
  .about-card .point-list small {
    font-size: 0.8rem;
  }
  .specialist-wrap {
    display: block;
  }
  .specialist-card {
    width: 100%;
    padding: 3.2rem 2rem 2rem;
  }
  .specialist-card + .specialist-card {
    margin-top: 4.4rem;
  }
  .specialist-card .title {
    top: -2rem;
  }
  .specialist-card .title img {
    width: 100%;
  }
  .specialist-card .title01 {
    width: 22rem;
    left: calc(50% - 11rem);
  }
  .specialist-card .title02 {
    width: 18rem;
    left: calc(50% - 9rem);
  }
  .specialist-card .profile {
    padding-top: 7rem;
    position: relative;
    display: block;
  }
  .specialist-card .pic {
    width: 16rem;
    margin: 0 auto 1.6rem;
  }
  .specialist-card .pic img {
    width: 100%;
  }
  .specialist-card .text-box {
    text-align: center;
  }
  .specialist-card .text-box .text01 {
    width: 100%;
    position: absolute;
    top: 0;
    font-size: 1.6rem;
  }
  .specialist-card .text-box .text02 {
    font-size: 2rem;
  }
  .specialist-card .text-box .text03 {
    margin-top: 0.6em;
  }
  .specialist-card .career {
    margin-top: 2rem;
  }
  .specialist-card .career dt {
    margin-right: 3.6rem;
  }
  .block-introduction {
    margin-bottom: -3.6rem;
    padding-bottom: 12rem;
  }
  .block-introduction::before {
    width: 100vw;
    height: 255.4rem;
    position: absolute;
    top: -108rem;
    left: 0;
    background-image: url(../../images/bg_sp.svg);
    background-size: 100% auto;
    transform: none;
  }
  .block-introduction .headline-01 {
    margin-bottom: 3.6rem;
    font-size: 2rem;
  }
  .block-introduction .headline-03 {
    margin-bottom: 4rem;
  }
  .character-block {
    padding-bottom: 0;
  }
  .character-block .character-pic {
    position: relative;
  }
  .character-block .character-pic + .character-pic {
    margin-top: 3.8rem;
  }
  .character-block .character-pic .fukidashi {
    font-size: 2rem;
  }
  .character-block .character-pic .comment {
    width: 22.2rem;
    height: 17.6rem;
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .character-block .character01 {
    width: 100%;
    padding-top: 5.5rem;
    right: auto;
    bottom: auto;
  }
  .character-block .character01 img {
    width: 14.5rem;
  }
  .character-block .character01 .fukidashi {
    top: 10%;
    right: auto;
    left: -0.8rem;
    transform: rotate(-10deg);
  }
  .character-block .character01 .comment {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .character-block .character02 {
    width: 100%;
    padding-top: 7.6rem;
    padding-left: 19.6rem;
    bottom: auto;
    left: auto;
  }
  .character-block .character02 img {
    width: 7.4rem;
  }
  .character-block .character02 .fukidashi {
    top: 18%;
    right: 12%;
    left: auto;
    transform: rotate(15deg);
  }
  .character-block .character02 .comment {
    top: 0;
    left: -1rem;
    transform: rotate(10deg);
  }
  .character-block .character02 .comment span {
    transform: rotate(-10deg);
  }
  .character-block .characterCopy {
    bottom: -6.6rem;
    display: flex;
    transform: scale(0.8) translateX(-50%);
    transform-origin: left;
  }
  .character-block .characterCopy span {
    white-space: nowrap;
  }
  .character-block .characterCopy span + span {
    margin-left: 1em;
  }
  .character-sanrio {
    width: 30.8rem;
    padding: 2.8rem 1.8rem;
    display: block;
  }
  .character-sanrio dt {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .character-sanrio dd {
    text-align: center;
  }
  .character-sanrio dd img {
    width: 20rem;
  }
  .block-point {
    margin-top: -9.4rem;
    padding-top: 15.8rem;
  }
  .block-point .headline-01 {
    margin-bottom: 6.4rem;
  }
  .block-point .headline-01 img {
    width: 27.2rem;
  }
  .point-box {
    display: block;
  }
  .point-box > .pic {
    width: 22rem;
    -webkit-box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1);
  }
  .point-box > .pic img {
    width: 100%;
  }
  .point-box dt {
    font-size: 2rem;
  }
  .point-box dd {
    font-size: 1.4rem;
  }
  .point-box dd p {
    letter-spacing: 0;
  }
  .point-box.point01 .pic {
    margin-right: 0;
    margin-left: auto;
  }
  .point-box.point02 .pic {
    margin-bottom: 1.5rem;
    margin-left: auto;
  }
  .point-box.point02 .fukidashi {
    width: 8rem;
    height: 8rem;
    top: auto;
    right: 0;
    bottom: -3.5rem;
    font-size: 1.2rem;
  }
  .point-box.point02 dl {
    max-width: 100%;
  }
  .point-box.point03 .pic {
    margin-right: 0;
    margin-bottom: 1.5rem;
    margin-left: auto;
  }
  .point-card01 {
    margin-top: 10rem;
    padding: 4.8rem 1.6rem 4rem;
  }
  .point-card01 .fukidashi {
    width: 18.9rem;
    top: -3.2rem;
    left: calc(50% - 9.45rem);
  }
  .point-card01 .fukidashi img {
    width: 100%;
  }
  .point-card01 .headline-01 {
    margin-bottom: 4.6rem;
    letter-spacing: 0.04em;
  }
  .point-card01 .special-set {
    display: block;
  }
  .point-card01 .special-set .inner {
    width: 100%;
  }
  .point-card01 .special-set .inner + .inner {
    margin-top: 2.5rem;
  }
  .point-card01 .special-set .pic {
    margin-bottom: 1.6rem;
  }
  .point-card01 .special-set .label {
    font-size: 1.6rem;
  }
  .point-card01 .special-set p {
    font-size: 1rem;
  }
  .point-card01 .special-set .special01 .pic {
    padding-bottom: 14.6rem;
  }
  .point-card01 .special-set .special01 .pic img {
    width: 19.4rem;
    bottom: 1.5rem;
    left: 0;
  }
  .point-card01 .special-set .special01 .label {
    right: -0.8rem;
    left: auto;
  }
  .point-card01 .special-set .special02 .pic {
    padding-bottom: 21rem;
  }
  .point-card01 .special-set .special02 .pic img {
    width: 23rem;
    right: -0.8rem;
    bottom: 0;
  }
  .point-card01 .special-set .special02 .fukidashi {
    top: 1rem;
    left: 17.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .point-card01 .special-set .special02 .fukidashi::before,
  .point-card01 .special-set .special02 .fukidashi::after {
    width: 2px;
    height: 100%;
  }
  .point-card01 .special-set .special02 .fukidashi::before {
    left: -0.5em;
  }
  .point-card01 .special-set .special02 .fukidashi::after {
    right: -0.5em;
  }
  .point-card02 {
    margin-top: 6.4rem;
  }
  .point-card02::after {
    border-radius: 1.6rem;
    transform: rotate(2deg);
  }
  .point-card02 .l-card {
    padding: 4rem 2rem;
    position: relative;
    display: block;
  }
  .point-card02 .inner {
    width: 100%;
  }
  .point-card02 .headline-01 {
    margin-bottom: 23.8rem;
    text-align: center;
  }
  .point-card02 .pic img {
    width: 22rem;
    position: absolute;
    top: 9.2rem;
    left: calc(50% - 11rem);
    transform: rotate(-10deg);
    transform-origin: right center;
  }
  .point-movie {
    margin-top: 4.8rem;
  }
  .point-movie .headline-01 {
    margin-bottom: 2.4rem;
    padding: 0 2.6rem;
    font-size: 1.8rem;
  }
  .point-movie .movie-box {
    width: 88%;
  }
  .block-ingenuity {
    margin-bottom: -9.2rem;
    padding-top: 4.8rem;
    padding-bottom: 13.8rem;
  }
  .block-ingenuity .headline-01 {
    margin-bottom: 4.4rem;
  }
  .ingenuity-box + .ingenuity-box {
    margin-top: 5rem;
  }
  .ingenuity-headline {
    display: block;
  }
  .ingenuity-headline .pentagon {
    margin: 0 auto 4rem;
    left: auto;
    -webkit-filter: drop-shadow(1rem 1rem 0px #374190);
    filter: drop-shadow(1rem 1rem 0px #374190);
    --h: 16rem;
  }
  .ingenuity-headline .pentagon .title .main {
    font-size: 2.8rem;
  }
  .ingenuity-headline .pentagon .title .label {
    font-size: 1.4rem;
  }
  .ingenuity-headline .sub-title {
    margin-bottom: 1.8em;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ingenuity-headline .headline-bg {
    margin-right: 0;
    right: 50%;
    font-size: 12rem;
    line-height: 1.5;
    transform: translateX(50%);
  }
  .ingenuity-card {
    max-width: 100%;
    padding: 4.2rem 1.6rem 1.6rem;
    border-radius: 1.6rem;
  }
  .ingenuity-card + .ingenuity-card {
    margin-top: 1.8rem;
  }
  .ingenuity-card .point {
    margin-bottom: 2.4rem;
  }
  .ingenuity-card .point dt {
    width: 10.4rem;
    margin: 0 auto 1.6rem;
    padding: 0.4em 0;
    border-radius: 2em;
    font-size: 1.2rem;
  }
  .ingenuity-card .point dd {
    text-align: center;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .ingenuity-card .tips {
    padding: 2rem 1.6rem;
    font-size: 1.2rem;
  }
  .ingenuity-card .tips dt {
    font-size: 1.4rem;
  }
  .ingenuity-card .pic {
    width: 100%;
    position: relative;
  }
  .ingenuity-card .pic img {
    width: 16rem;
    -webkit-filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
  }
  .ingenuity-card .tips-list li {
    padding: 1.6rem;
    display: block;
  }
  .ingenuity-card .tips-list .title {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.6rem;
  }
  .ingenuity-card .tips-list .title br {
    display: none;
  }
  .ingenuity-card .tips-list .modal-open {
    width: 15.8rem;
    height: 3.2rem;
    margin: 0 auto;
    display: block;
    border-radius: 1.6rem;
    font-size: 1rem;
  }
  .ingenuity-card .circle {
    font-size: 1.4rem;
  }
  .ingenuity_input01 .pic {
    height: 15rem;
    margin-bottom: 2rem;
  }
  .ingenuity_input01 .pic1_1 {
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  .ingenuity_input01 .pic1_2 {
    bottom: 0;
    left: 0;
    transform: rotate(-10deg);
    transform-origin: left top;
  }
  .ingenuity_input01 .tips {
    width: 100%;
  }
  .ingenuity_input02 .inner {
    width: 100%;
  }
  .ingenuity_input02 .pic {
    height: auto;
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .ingenuity_input02 .pic2_1 {
    width: 25.6rem !important;
    position: relative !important;
    top: 0;
    right: auto;
    left: 0;
  }
  .ingenuity_input02 .pic2_2 {
    right: 0;
    bottom: 0;
    transform: rotate(10deg);
    transform-origin: right top;
  }
  .ingenuity_input03 {
    padding-bottom: 4rem;
  }
  .ingenuity_input03 .pic {
    height: 16rem;
    margin-bottom: 1.8rem;
  }
  .ingenuity_input03 .pic3_1 {
    top: 0;
    left: 1rem;
  }
  .ingenuity_input03 .pic3_2 {
    right: 1rem;
    bottom: 0;
    left: auto;
  }
  .ingenuity-output .ingenuity-headline .pentagon {
    transform: rotate(10deg);
  }
  .ingenuity_output01 {
    padding-bottom: 4rem;
  }
  .ingenuity_output01 .pic {
    height: 18.8rem;
    margin-bottom: 2.4rem;
  }
  .ingenuity_output01 .pic1_1 {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  .ingenuity_output01 .pic1_2 {
    top: 0;
    bottom: auto;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .ingenuity_output01 .pic .fukidashi1_1 {
    width: 8.2rem;
    top: auto;
    right: 55%;
    bottom: 10%;
  }
  .ingenuity_output01 .pic .fukidashi1_2 {
    width: 8.2rem;
    top: 10%;
    right: auto;
    bottom: auto;
    left: 55%;
  }
  .ingenuity_output02 .inner {
    width: 100%;
  }
  .ingenuity_output02 .pic {
    height: 20rem;
    margin-bottom: 2.4rem;
  }
  .ingenuity_output02 .pic2_1 {
    width: 23.6rem !important;
    top: 0;
    right: auto;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .ingenuity_output02 .pic2_2 {
    width: 11rem !important;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .block-footer {
    margin-top: -9.2rem;
    padding-top: 16.8rem;
  }
  .block-footer::before {
    width: 100vw;
    height: 260rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../images/bg_sp.svg);
    background-size: 100% auto;
    transform: none;
  }
  .block-footer .content + .content {
    margin-top: 8rem;
  }
  .flow-list {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .flow-list .flow-box {
    width: 100%;
    padding: 1.6rem 2rem 2.4rem;
    border-radius: 1.6rem;
    text-align: center;
  }
  .flow-list .flow-box + .flow-box {
    margin-top: 2rem;
    margin-left: 0;
  }
  .flow-list .flow-box + .flow-box::before {
    top: auto;
    right: calc(50% - 0.6rem);
    bottom: calc(100% + 0.4rem);
    border-width: 1.2rem 0.6rem 0 0.6rem;
    border-color: #374190 transparent transparent transparent;
  }
  .flow-list dt {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .flow-list dd {
    font-size: 1.6rem;
    line-height: 2;
  }
  .flow-list dd span {
    font-size: 1.2rem;
  }
  .flow-list .flow-point {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .faq-block .note {
    margin-top: 1.6rem;
    font-size: 1rem;
  }
  .news-block {
    padding-bottom: 5rem;
  }
  .news-list li {
    padding: 2.6rem 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: space-between;
  }
  .news-list .date {
    margin-right: auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .news-list .cat {
    margin-right: 0;
    border-radius: 1.2rem;
    font-size: 1rem;
  }
  .news-list .title {
    width: 100%;
    margin-top: 1em;
    display: block;
    line-height: 2;
  }
  .block-entry .headline {
    letter-spacing: 0.12em;
    font-size: 2.4rem;
  }
  .block-entry .headline + .notice {
    font-size: 1rem;
  }
  .entry-info {
    margin-top: 3.2rem;
    display: block;
  }
  .entry-info dt {
    width: 6.8rem;
    margin-right: 1.2rem;
  }
  .entry-info dd {
    font-size: 1.2rem;
  }
  .entry-info .note {
    margin: 1rem auto 0;

    justify-content: center;
    font-size: 1rem;
  }
  .entry-form {
    margin-top: 3.2rem;
  }
  .form-group {
    display: block;
  }
  .form-group + .form-group {
    margin-top: 1.6rem;
  }
  .form-box + .form-box {
    margin-top: 1.6rem;
    margin-left: 0;
  }
  .form-box dt {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .form-control {
    width: 100%;
    padding: 0.7em 0.8em;
    border-radius: 0.8rem;
    font-size: 1.6rem;
  }
  .form-policy {
    margin-top: 5.4rem;
    padding: 3.2rem 2rem;
    border-radius: 0.8rem;
    color: #374190;
    font-size: 1.2rem;
  }
  .form-policy dt {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
  }
  .form-doui {
    font-size: 1rem;
  }
  .form-submit {
    width: 90%;
    height: 4.8rem;
    margin-top: 2.4rem;
    padding: 0 3.8rem;
    border-radius: 2.4rem;
    font-size: 1.5rem;
  }
  .form-submit::before {
    right: 2.2rem;
  }
  .form-submit::after {
    content: "";
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1rem);
    right: 1.4rem;
  }
  .wpcf7-not-valid-tip {
    margin-bottom: 0.8rem;
    font-size: 1rem;
  }
  .notice-block {
    margin-top: 3.2rem;
    font-size: 1.6rem;
  }
  .lower::before {
    width: 100vw;
    height: 255.4rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../images/bg_sp.svg);
    background-size: 100% auto;
    transform: none;
  }

  .lower .site-container {
    padding-top: 3.2rem;
  }
  .post-header .info {
    margin-bottom: 1.4rem;
  }
  .post-header .date {
    margin-right: auto;
    font-size: 1.4rem;
  }
  .post-header .cat {
    margin-left: auto;
    font-size: 1rem;
  }
  .post-title {
    margin-bottom: 1.5em;
    font-size: 2rem;
  }
  .post-thumbnail {
    margin-bottom: 4rem;
  }
  .post-content {
    font-size: 1.6rem;
  }
  .post-content h2 {
    margin-bottom: 1.5em;
    padding-left: 0.75em;
    font-size: 1.6rem;
  }
  .post-content * + h2 {
    margin-top: 6.4rem;
  }
  .post-footer {
    margin-top: 6.4rem;
    padding-top: 4.8rem;
  }
  .post-footer .btn-01 {
    font-size: 1.3rem;
  }
  .request-header {
    margin-bottom: 4.8rem;
  }
  .request-logo {
    margin-bottom: 4.8rem;
  }
  .request-logo img {
    width: 27.2rem;
  }
  .request-title {
    font-size: 2rem;
  }
  .request-content p {
    font-size: 1.4rem;
  }
  .request-content .btn-01 {
    font-size: 1.4rem;
  }
  .request-content .btn-01 .icon {
    width: 1.6rem;
  }
  .request-content .btn-01 + p {
    margin-top: 6rem;
  }
  .request-footer {
    margin-top: 6.4rem;
  }
  .request-footer .btn-01 {
    font-size: 1.3rem;
  }
  .hs-form-private {
    display: block;
  }
  .hs-form-field {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .hs-form-field > label {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .hs-input {
    width: 100%;
    padding: 0.7em 0.8em;
    border-radius: 0.8rem;
    font-size: 1.6rem;
  }
  .hs-richtext {
    padding: 2.4rem 2rem;
    border-radius: 0.8rem;
    font-size: 1.2rem;
  }
  .hs-submit .hs-button {
    width: 90%;
    height: 4.8rem;
    margin-top: 2.4rem;
    padding: 0 3.8rem;
    border-radius: 2.4rem;
    font-size: 1.5rem;
  }
  .hs-submit .hs-button::before {
    right: 2.2rem;
  }
  .hs-submit .hs-button::after {
    content: "";
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1rem);
    right: 1.4rem;
  }
}
/* 2023.04.05 add */
.youtube {
  padding-bottom: 56.25%;

  width: 100%;

  position: relative;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.youtube img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;

  width: 100%;
  height: auto;
}
.youtube img.movie-thumb-icon {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);

  width: 68px;
  height: auto;
  display: block;
}
.sp-spacer {
  display: none;
}
@media screen and (max-width: 833px) {
  .sp-spacer {
    display: block;
  }
}
.footer-privacy-policy-link {
  color: #666;
}
@media (max-width: 833px) {
  .footer-privacy-policy-link {
    font-size: 10px;
  }
}
p.block-entry-catch {
  font-size: 30px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #f7dd4b;
  margin-bottom: 0;
  position: relative;
}
p.block-entry-catch::before,
p.block-entry-catch::after {
  content: "";
  width: 2px;
  height: 30px;
  background: #f7dd4b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

p.block-entry-catch::before {
  left: -40px;
  transform: translateY(-50%) rotate(-45deg);
}
p.block-entry-catch::after {
  right: -40px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 833px) {
  p.block-entry-catch {
    font-size: 20px;
    margin-bottom: 10px;
  }
  p.block-entry-catch::before {
    left: -12px;
    height: 20px;
  }
  p.block-entry-catch::after {
    right: -12px;
    height: 20px;
  }
}

.material-character-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 833px) {
  .material-character-heading {
    font-size: 20px;
    text-align: center;
  }
}
.material-character-heading img:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 833px) {
  .material-character-heading img:not(:last-child) {
    margin-right: 0;
    width: 69px;
  }
  .material-character-heading img:last-child {
    width: 88px;
  }
  .material-character-heading span {
    margin-left: -4px;
    margin-right: -16px;
  }
}
.material-character-text {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  padding: 0 16px;
}
@media (max-width: 833px) {
  .material-character-text {
    font-size: 14px;
  }
}
.material-swiper-container {
  margin-top: 50px;
  position: relative;
}
.material-swiper-pagination {
  bottom: -40px !important;
  z-index: 1 !important;
}
.material-swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
}
@media (max-width: 833px) {
  .material-swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.material-swiper-pagination .swiper-pagination-bullet-active {
  background: #00125e;
}
.material-swiper-container .swiper-slide img {
  border-radius: 20px;
  overflow: hidden;
}
.material-swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 17.5%;
  width: 50px;
  height: 50px;
  background: #00125e;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.material-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 17.5%;
  width: 50px;
  height: 50px;
  background: #00125e;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.material-swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 833px) {
  .material-swiper-button-next,
  .material-swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.material-swiper-button-prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
}
.material-swiper-button-prev::after {
  margin-inline-start: 5px;
}
.material-swiper-button-next::after {
  margin-inline-end: 5px;
}
@media (max-width: 833px) {
  .material-swiper-button-prev::after,
  .material-swiper-button-next::after {
    width: 8px;
    height: 8px;
  }
  .material-swiper-button-prev::after {
    margin-inline-start: 3px;
  }
  .material-swiper-button-next::after {
    margin-inline-end: 3px;
  }
}
@media (max-width: 833px) {
  .material-swiper-button-prev {
    left: 0;
  }
  .material-swiper-button-next {
    right: 0;
  }
}
.swiper-outer {
  position: relative;
}
.sample-swiper-container {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.sample-swiper-container .slide-head {
  margin: 1em 0;
  font-weight: 700;
}
@media (max-width: 833px) {
  .sample-swiper-container .slide-head {
    font-size: 1.2rem;
  }
}
.sample-swiper-container .slide-text {
  font-size: 1.4rem;
}
@media (max-width: 833px) {
  .sample-swiper-container .slide-text {
    font-size: 1.2rem;
    margin: 0 0;
  }
}
.sample-swiper-pagination {
  bottom: -40px !important;
  z-index: 1 !important;
}
.sample-swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
}
@media (max-width: 833px) {
  .sample-swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.sample-swiper-pagination .swiper-pagination-bullet-active {
  background: #00125e;
}
.sample-swiper-container .swiper-slide img {
  border-radius: 20px;
  overflow: hidden;
}
.sample-swiper-button-prev {
  position: absolute;
  top: 215px;
  left: -65px;
  width: 50px;
  height: 50px;
  background: #00125e;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sample-swiper-button-next {
  position: absolute;
  top: 215px;
  right: -65px;
  width: 50px;
  height: 50px;
  background: #00125e;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sample-swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 833px) {
  .sample-swiper-button-next,
  .sample-swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 8rem;
  }
}
@media (max-width: 410px) {
  .sample-swiper-button-next,
  .sample-swiper-button-prev {
    top: 7rem;
  }
}

.sample-swiper-button-prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
}
.sample-swiper-button-prev::after {
  margin-inline-start: 5px;
}
.sample-swiper-button-next::after {
  margin-inline-end: 5px;
}
@media (max-width: 833px) {
  .sample-swiper-button-prev::after,
  .sample-swiper-button-next::after {
    width: 8px;
    height: 8px;
  }
  .sample-swiper-button-prev::after {
    margin-inline-start: 3px;
  }
  .sample-swiper-button-next::after {
    margin-inline-end: 3px;
  }
}
@media (max-width: 833px) {
  .sample-swiper-button-prev {
    left: -15px;
  }
  .sample-swiper-button-next {
    right: -15px;
  }
}
.stage-head {
  text-align: left;
}
.stage-head .headline-03 {
  margin-bottom: 0;
}
@media (max-width: 833px) {
  .stage-head .headline-03 {
    margin-bottom: 0.2em;
  }
}
.stage-head .stage-label {
  border-radius: 5px;
  background: #374190;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2;
  padding: 0 1.5em;
  margin-bottom: 0.8em;
  margin-top: 4em;
  font-family: Jost;
}
.stage-head p {
  margin: 0;
}
@media (max-width: 833px) {
  .stage-head .stage-label {
    font-size: 1.2rem;
  }
}
.swiper-outer + .stage-head {
  margin-top: 5em;
  padding-top: 2em;
  border-top: 1px solid #c3cced;
}
.swiper-outer + .stage-head .stage-label {
  margin-top: 1em;
}

/* add fixed-button-block 20231228 */
.fixed-button-block {
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  transform: translateZ(0.01px);
}
.is-active .fixed-button-block {
  bottom: 0;
  opacity: 1;
}
.fixed-button-block .btn-01 {
  background: #ed3e4e;
  color: #fff;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.fixed-button-block .btn-01::after {
  background-color: #fff;
}
.fixed-button-block .btn-01::before {
  border-color: #ed3e4e;
}
@media (min-width: 834px) {
  .fixed-button-block {
    right: -10rem;
    top: 20rem;
    bottom: 0;
    margin: auto 0;
  }
  .is-active .fixed-button-block {
    top: 20rem;
    right: 3.2rem;
  }
  .fixed-button-block .btn-01 {
    max-width: 6.4rem;
    height: clamp(32rem, 50vh, 40rem);
    line-height: 1.2;
    padding: 2rem 2rem 5rem;
    font-size: clamp(1.4rem, 2.2vh, 1.8rem);
    text-align: center;
    writing-mode: vertical-rl;
  }
  .fixed-button-block .btn-01::after {
    top: auto;
    right: 2rem;
    bottom: clamp(1.8rem, 2.4vh, 2.4rem);
  }
  .fixed-button-block .btn-01::before {
    top: auto;
    right: 3rem;
    bottom: clamp(2.6rem, 3.2vh, 3.2rem);
  }
}
@media (min-width: 834px) and (max-width: 1284px) {
  .fixed-button-block {
    height: auto;
  }
  .is-active .fixed-button-block {
    right: 1.5rem;
  }
  .fixed-button-block .btn-01 {
    max-width: 4.2rem;
    padding: 2rem 1.5rem 4.3rem;
    font-size: clamp(1.1rem, 2.1vh, 1.5rem);
    margin: 1rem 0;
    text-align: center;
  }
  .fixed-button-block .btn-01::after {
    top: auto;
    right: 0.9rem;
    bottom: 0.9rem;
  }
  .fixed-button-block .btn-01::before {
    top: auto;
    right: 1.8rem;
    bottom: 1.7rem;
  }
}
@media (max-width: 833px) {
  .fixed-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.7rem;
    left: 0;
    bottom: -10rem;
    right: 0;
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.6);
  }
  .is_open .fixed-button-block {
    opacity: 0;
    bottom: -10rem;
  }
  .fixed-button-block .btn-01 {
    width: 30.4rem;
    font-size: 1.4rem;
    padding: 0.7rem 2.4rem 0.7rem 1.2rem;
    height: 4.5rem;
    border-radius: 2.4rem;
  }
  .fixed-button-block .free-paper-btn {
    padding-right: 3.1rem;
  }

  .fixed-button-block .btn-01::after {
    right: 1.4rem;
  }
  .fixed-button-block .btn-01::before {
    right: 2.2rem;
  }
}
.campaign-modal-content .warranty-benefit-section {
  width: 80%;
  margin: 0 auto;
}
.campaign-modal-content .warranty-benefit-section + .warranty-benefit-section {
  margin-top: 40px;
  border-top: 1px solid #fff;
}
.campaign-modal-content .campaign-description {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
.campaign-modal-content .campaign-note {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
.note-highlight {
  background: yellow;
  width: fit-content;
}
.campaign-modal-content .direct-campaign-section {
  width: 80%;
  margin: 0 auto;
}
.campaign-modal-content .direct-campaign-section + .direct-campaign-section {
  margin-top: 40px;
  border-top: 1px solid #fff;
}
.campaign-modal-content .direct-end-section {
  margin-bottom: 60px;
}
.campaign-modal-content .campaign-description + .campaign-note {
  margin-top: 8px;
}
#warranty-benefit--modal-1 .campaign-section-title-underline {
  margin-top: 40px;
}
.campaign-modal-content .campaign-section-sub-title {
  margin-top: 40px;
  font-size: 16px;
  border-left: 4px solid #374190;
  padding-left: 8px;
}
#warranty-benefit--modal-1 .campaign-pic {
  margin-top: 8px;
}
#warranty-benefit--modal-1 .campaign-section-title {
  margin-top: 24px;
}
#warranty-benefit--modal-1 .campaign-section-title-underline {
  width: 80%;
  margin: 40px auto 0;
  font-size: 24px;
}
.campaign-modal-content .campaign-block-sub-title {
  font-size: 14px;
  margin-top: 40px;
}
#warranty-benefit--modal-1 .campaign-list {
  margin-top: 8px;
}

@media (max-width: 833px) {
  .campaign-modal-content .warranty-benefit-section {
    width: 100%;
  }
  #warranty-benefit--modal-1 .campaign-section-title-underline {
    width: 100%;
  }
  #warranty-benefit--modal-1 .campaign-section-title {
    font-size: 18px;
  }
  .campaign-modal-content .campaign-description {
    font-size: 12px;
  }
  .campaign-modal-content .campaign-note {
    font-size: 12px;
  }
  .campaign-modal-content
    .warranty-benefit-section
    + .warranty-benefit-section {
    margin-top: 24px;
  }
  .campaign-modal-content .campaign-section-sub-title {
    margin-top: 32px;
  }
  .campaign-modal-content .campaign-block-sub-title {
    margin-top: 24px;
  }
  .campaign-modal-content .campaign-description + .campaign-note {
    margin-top: 0px;
  }
  .campaign-modal-content .direct-campaign-section {
    width: 100%;
  }
  .campaign-modal-content .direct-campaign-section + .direct-campaign-section {
    margin-top: 24px;
  }
  .campaign-modal-content .direct-end-section {
    margin-bottom: 40px;
  }
}
.warranty-benefit_bunner {
  width: calc(100% / 3);
}
@media (max-width: 833px) {
  .warranty-benefit_bunner {
    width: calc(100% / 2);
  }
}

/* sample page(renovated in November 2025(page-sample.php)) */

.lp-sample {
  width: 100%;
  height: 100%;
  background-image: url("../../../images/material-bg.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100%;
  color: #374190;
  word-break: normal;
  position: relative;
  z-index: 0;
}
.lp-fv {
  padding-bottom: 8rem;
}
@media (width <= 833px) {
  .lp-fv {
    padding-bottom: 4.8rem;
  }
}
.lp-fv__inner {
  position: relative;
  padding-top: 5.6rem;
}
@media (max-width: 833px) {
  .lp-fv__inner {
    padding-top: 0;
  }
}
.lp-fv__inner::before {
  position: absolute;
  content: "";
  background: url(../../images/object_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 96px;
  height: 132px;
  left: 60px;
  top: 63px;
}
@media (max-width: 1280px) {
  .lp-fv__inner::before {
    width: 74px;
    height: 104px;
    left: 60px;
    top: 20px;
  }
}
@media (max-width: 833px) {
  .lp-fv__inner::before {
    width: 78px;
    height: 108px;
    left: 16px;
    top: inherit;
    bottom: -83px;
    z-index: 1;
  }
}
.lp-fv__title-wrapper {
  position: relative;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-block-end: 5.6rem;
  position: relative;
  justify-content: end;
}
@media (max-width: 833px) {
  .lp-fv__title-wrapper {
    margin-block-end: 2.4rem;
    flex-direction: column;
    gap: 1.3rem;
    align-items: flex-start;
    margin-block-end: 7.2rem;
    text-align: center;
  }
}
.lp-fv__title {
  font-size: clamp(1.8rem, 3.95vw, 3.2rem);
  margin-inline-start: 12.52%;
  position: absolute;
  top: 50%;
  left: calc(50% - 76rem);
  transform: translateY(-50%);
  width: 100%;
  max-width: 670px;
}
@media (width <= 1340px) {
  .lp-fv__title {
    left: -9rem;
  }
}
@media (width <= 860px) {
  .lp-fv__title {
    max-width: 400px;
  }
}
@media (width <= 833px) {
  .lp-fv__title {
    max-width: 100%;
    margin-inline: 3.625rem;
    font-size: 2.4rem;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: none;
    padding: 2.4rem 1.6rem 0;
    margin: 0;
  }
}
.lp-fv__title-upper,
.lp-fv__title-lower {
  background: #374190;
  padding: 8px 12px;
  display: inline-block;
  font-weight: 700;
  color: #00125e;
  line-height: 1.2;
  border-radius: 4px;
  word-break: keep-all;
}
.lp-fv__title-upper {
  color: #fff;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.4vw, 3.2rem) !important;
  margin-bottom: 1.6rem;
}
@media (width <= 833px) {
  .lp-fv__title-upper {
    font-size: 1.4rem;
    line-height: 1.2;
    word-break: keep-all;
    margin-bottom: 0.8rem;
  }
}
.lp-fv__title-lower {
  color: #f7dd4b;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  font-size: clamp(2.6rem, 4vw, 4rem) !important;
}
@media (width <= 833px) {
  .lp-fv__title-lower {
    font-size: 2.4rem;
    margin-block-end: 0;
  }
}
.lp-fv__image-wrapper {
  width: 64.5%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
@media (width <= 833px) {
  .lp-fv__image-wrapper {
    width: 100%;
    border-radius: 0;
  }
}
.lp-fv__image-wrapper img {
  width: 100%;
}
.lp-fv__content {
  max-width: calc(1084px + 6.4rem);
  padding: 0 3.2rem;
  margin: 0 auto;
  position: relative;
}
@media (width <= 833px) {
  .lp-fv__content {
    padding: 0 1.6rem;
  }
}
.lp-fv__content::before {
  position: absolute;
  content: "";
  background: url(../../images/object_c.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 114px;
  height: 105px;
  right: -13px;
  top: -10px;
}
@media (width <= 1200px) {
  .lp-fv__content::before {
    width: 100px;
    height: 93px;
    right: 10px;
    top: -10px;
  }
}
@media (width <= 833px) {
  .lp-fv__content::before {
    width: 94px;
    height: 85px;
    right: 8px;
    top: -56px;
  }
}
.lp-fv__subtitle {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 8.6rem;
}
@media (width <= 833px) {
  .lp-fv__subtitle {
    max-width: 100%;
    margin: 0 auto 5.3rem;
  }
}
.lp-fv__subtitle-line {
  background: #ed3e4e;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.4rem, 4vw, 2rem);
  border-radius: 4px;
  padding: 0.4rem 1.2rem;
}
.lp-fv__subtitle-line--upper {
  margin-bottom: 1.6rem;
}
@media (width <= 833px) {
  .lp-fv__subtitle-line--upper {
    background: none;
    margin-bottom: 0;
    padding: 0;
  }
  .lp-fv__subtitle-line--upper span {
    background: #ed3e4e;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    border-radius: 4px;
    padding: 0.4rem 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.lp-fv__subtitle-line--lower {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.cta_sample {
  max-width: 1084px;
  margin: 0 auto;
}
@media (width <= 1146px) {
  .lp-about__item + .cta_sample,
  .lp-about__inner + .cta_sample {
    margin: 0 3.2rem;
  }
}
@media (width <= 833px) {
  .lp-about__item + .cta_sample,
  .lp-about__inner + .cta_sample {
    margin: 0;
  }
}
.l-card.sample {
  background-color: #374190;
  color: #fff;
  padding: 2.7rem 3.6rem;
}
.l-card.sample {
  background-color: #374190;
  color: #fff;
  padding: 2.7rem 3.6rem;
}
@media (width <= 833px) {
  .l-card.sample {
    padding: 1.5rem 2rem;
  }
}
.text.sample {
  display: block;
  line-height: 1.6;
  top: -0.8rem;
  margin: 0;
}
@media (width <= 833px) {
  .text.sample {
    margin-left: 1.5rem;
  }
  .text.sample .text01 {
    text-align: center;
    line-height: 1.2;
  }
  .text.sample .text-new {
    font-size: 1.4rem;
  }
  .text.sample .text02 {
    line-height: 1.2;
  }
}
.cv-block .pic.sample {
  right: 391px;
  bottom: 0px;
}
@media (width <= 1080px) {
  .cv-block .pic.sample {
    right: 360px;
  }
}
@media (width <= 1050px) {
  .cv-block .pic.sample {
    width: 200px;
    bottom: 1rem;
  }
  .cv-block .pic.sample .fukidashi {
    top: -50px;
    right: 115px;
  }
}
@media (width <= 1000px) {
  .cv-block .text.sample .text02 {
    font-size: 2.5rem;
  }
}
@media (width <= 960px) {
  .cv-block .pic.sample {
    width: 160px;
    bottom: 2.5rem;
  }
  .cv-block .pic.sample .fukidashi {
    right: 80px;
  }
}
@media (width <= 910px) {
  .cv-block .pic.sample {
    right: inherit;
    left: 30rem;
  }
  .cv-block .text.sample .text01 .text-new {
    font-size: 1.4rem;
  }
  .cv-block .text.sample .text02 {
    font-size: 1.8rem;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
  }
}
@media (width <= 870px) {
  .cv-block .pic.sample {
    left: 27rem;
  }
}
@media (width <= 833px) {
  .cv-block .pic.sample {
    width: 15.6rem;
    top: 1.3rem;
    right: 0.7rem;
    left: 17rem;
    bottom: auto;
  }
  .cv-block .pic.sample .fukidashi {
    top: -3.9rem !important;
    left: -1.5rem !important;
    transform: none !important;
  }
}
@media (width <= 480px) {
  .cv-block .pic.sample {
    left: inherit;
  }
}
.btn-01.sample {
  color: #374190;
}
.btn-01.sample::before {
  border-top-color: #f7dd4b;
  border-right-color: #f7dd4b;
}
.btn-01.sample::after {
  background-color: #374190;
}
.lp-fv__summary {
  max-width: 746px;
  margin: 4.8rem auto 0;
  background: #fbeea5;
  border-radius: 8px;
  padding: 3.2rem;
  display: flex;
  justify-content: space-between;
}
@media (width <= 833px) {
  .lp-fv__summary {
    margin: 2rem auto 0;
    flex-direction: column;
    padding: 1.6rem;
  }
}
.lp-fv__summary-item {
  display: flex;
  width: calc(329 / 682 * 100%);
}
@media (width <= 833px) {
  .lp-fv__summary-item {
    width: 100%;
  }
  .lp-fv__summary-item:first-child {
    margin-bottom: 1.2rem;
  }
}
.lp-fv__summary-term {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  width: 82px;
  background: #ed3e4e;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: clamp(1.2rem, 3.1vw, 1.6rem);
  font-weight: 900;
}
@media (width <= 833px) {
  .lp-fv__summary-term {
    width: 110px;
  }
}
@media (width <= 600px) {
  .lp-fv__summary-term {
    width: 68px;
  }
}
.lp-fv__summary-desc {
  width: calc(100% - 82px);
  padding-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00125e;
}
@media (width <= 833px) {
  .lp-fv__summary-desc {
    padding-left: 1.2rem;
    width: calc(100% - 68px);
  }
}
.lp-materials {
  background: #ffeaf6;
  padding: 10.4rem 3.2rem 8rem;
}
@media (width <= 833px) {
  .lp-materials {
    padding: 4.8rem 1.6rem;
  }
}
.lp-materials__inner {
  max-width: 904px;
  margin: 0 auto;
}
.lp-materials__item {
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 6.4rem 0;
  padding: 4rem;
  border-radius: 24px;
  position: relative;
}
@media (width <= 833px) {
  .lp-materials__item {
    padding: 2.4rem 1.6rem;
    margin: 0 auto 2.4rem 0;
  }
}
.lp-materials__item:nth-child(even) {
  margin: 0 0 6.4rem auto;
}
@media (width <= 833px) {
  .lp-materials__item:nth-child(even) {
    margin: 0 0 2.4rem auto;
  }
}
.lp-materials__item:last-child {
  margin-bottom: 11rem;
}
@media (width <= 833px) {
  .lp-materials__item:last-child {
    margin-bottom: 4.8rem;
  }
}
.lp-materials__item:nth-child(2) .lp-materials__figure {
  max-width: 514px;
  margin: 0 auto;
}
.lp-materials__item:nth-child(3) .lp-materials__figure {
  max-width: 563px;
  margin: 0 auto;
}
.lp-materials__item:nth-child(1)::before {
  position: absolute;
  content: "";
  background: url(../../images/object_k.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 81px;
  height: 112px;
  right: -170px;
  top: 120px;
}
.lp-materials__item:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(../../images/object_d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 108px;
  left: -170px;
  top: 204px;
}
.lp-materials__item:nth-child(3)::before {
  position: absolute;
  content: "";
  background: url(../../images/object_v.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 74px;
  height: 130px;
  right: -125px;
  top: 286px;
}
@media (width <= 1200px) {
  .lp-materials__item:nth-child(1)::before {
    width: 70px;
    height: 98px;
    right: -100px;
    top: 30px;
  }
  .lp-materials__item:nth-child(2)::before {
    width: 80px;
    height: 87px;
    left: -95px;
    top: 55px;
  }
  .lp-materials__item:nth-child(3)::before {
    width: 61px;
    height: 107px;
    right: -91px;
    top: 230px;
  }
}
@media (width <= 980px) {
  .lp-materials__item:nth-child(1)::before {
    right: -20px;
    top: 15px;
  }
  .lp-materials__item:nth-child(2)::before {
    left: -30px;
    top: 30px;
  }
  .lp-materials__item:nth-child(3)::before {
    right: -30px;
  }
}
@media (width <= 860px) {
  .lp-materials__item:nth-child(1)::before {
    right: -16px;
  }
  .lp-materials__item:nth-child(2)::before {
    left: -16px;
  }
  .lp-materials__item:nth-child(3)::before {
    right: 16px;
  }
}
@media (width <= 833px) {
  .lp-materials__item:nth-child(1)::before {
    width: 66px;
    height: 92px;
    right: 0;
    top: -37px;
  }
  .lp-materials__item:nth-child(2)::before {
    width: 82px;
    height: 88px;
    left: -8px;
    top: -37px;
  }
  .lp-materials__item:nth-child(3)::before {
    width: 60px;
    height: 107px;
    right: 13px;
    top: 140px;
  }
}
.lp-materials__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (width <= 833px) {
  .lp-materials__title {
    margin-bottom: 1.6rem;
  }
}
.lp-materials__title-line--upper {
  font-size: clamp(1.6rem, 4vw, 2rem);
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1;
}
.lp-materials__title-line--upper::before,
.lp-materials__title-line--upper::after {
  content: "";
  display: block;
  background: #374190;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 2px;
}
@media (width <= 833px) {
  .lp-materials__title-line--upper::before,
  .lp-materials__title-line--upper::after {
    top: -1px;
  }
}
.lp-materials__title-line--upper::before {
  left: -16px;
  transform: rotate(-28deg);
}
@media (width <= 833px) {
  .lp-materials__title-line--upper::before {
    left: -13px;
  }
}
.lp-materials__title-line--upper::after {
  right: -16px;
  transform: rotate(28deg);
}
@media (width <= 833px) {
  .lp-materials__title-line--upper::after {
    right: -13px;
  }
}
.lp-materials__title-line--lower {
  background: #374190;
  border-radius: 999px;
  color: #f7dd4b;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 2px;
  padding: 0.8rem 2rem;
  line-height: 1;
}
.lp-materials__image-wrapper {
  margin-bottom: 4rem;
}
@media (width <= 833px) {
  .lp-materials__image-wrapper {
    margin-bottom: 1.6rem;
  }
}
.lp-materials__text {
  font-size: clamp(1.4rem, 3.7vw, 1.6rem);
  font-weight: 400;
  line-height: 1.8;
}
.lp-about {
  padding-top: 0;
  position: relative;
  margin: 11.5rem 0 0;
}
@media (width <= 833px) {
  .lp-about {
    margin: 4.8rem 1.6rem 0;
  }
}
.lp-about::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 43rem;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #93d3df;
}
@media (width <= 833px) {
  .lp-about::before {
    width: calc(100% + 3.2rem);
    left: -1.6rem;
    top: 52rem;
  }
}
.lp-about__inner {
  margin-bottom: 15rem;
  position: relative;
}
@media (width <= 833px) {
  .lp-about__inner {
    margin-bottom: 5.6rem;
  }
}
.lp-about__inner::before {
  position: absolute;
  content: "";
  background: url(../../images/object_z.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 129px;
  height: 160px;
  left: 98px;
  top: 184px;
  z-index: 1;
}
.lp-about__inner::after {
  position: absolute;
  content: "";
  background: url(../../images/object_m.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 96px;
  height: 160px;
  right: 100px;
  top: 654px;
  z-index: 1;
}
@media (width <= 1200px) {
  .lp-about__inner::before {
    width: 100px;
    height: 124px;
  }
  .lp-about__inner::after {
    width: 70px;
    height: 118px;
  }
}
@media (width <= 890px) {
  .lp-about__inner::after {
    top: 580px;
  }
}
@media (width <= 833px) {
  .lp-about__inner::before {
    width: 90px;
    height: 112px;
    left: 0;
    top: -86px;
  }
  .lp-about__inner::after {
    width: 67px;
    height: 112px;
    right: 12px;
    top: -84px;
  }
}
.lp-about__item {
  max-width: 71.6rem;
  margin: 0 auto 11rem;
  padding: 6rem 2.4rem;
  position: relative;
  background-color: #f7dd4b;
  color: #374190;
  border-radius: 2.4rem;
}
.lp-about__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 2.4rem;
  background-color: #374190;
  transform: rotate(5deg);
}
@media (width <= 833px) {
  .lp-about__item {
    max-width: 100%;
    margin: 0 auto 4rem;
    padding: 4rem 1.6rem;
    border-radius: 1.6rem;
  }
  .lp-about__item::after {
    border-radius: 1.6rem;
    transform: rotate(2deg);
    top: 7px;
    left: -16px;
  }
}
.lp-about__title {
  text-align: center;
  margin: 0 1.55rem 3.2rem;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}
.lp-about__title img {
  width: 100%;
  max-width: 520px;
}
.lp-about__image-wrapper {
  margin: 0 1.55rem 3.2rem;
}
@media (width <= 833px) {
  .lp-about__image-wrapper {
    margin: 0 0 1.3rem;
  }
}
.lp-about__text-wrapper {
  margin: 0 3.25rem 9rem;
}
@media (width <= 833px) {
  .lp-about__text-wrapper {
    margin: 0 0 1.6rem;
  }
}
.lp-about__text {
  text-align: center;
  font-size: clamp(1.2rem, 3.1vw, 1.6rem);
  font-weight: 700;
}
@media (width <= 833px) {
  .lp-about__text {
    text-align: left;
    letter-spacing: 0;
  }
}
.lp-about__link-list {
  display: flex;
  justify-content: space-between;
}
@media (width <= 833px) {
  .lp-about__link-list {
    flex-wrap: wrap;
  }
}
.lp-about__link-item {
  width: calc(104 / 689 * 100%);
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media (width <= 833px) {
  .lp-about__link-item {
    width: calc(33.3333% - 5.3px);
    margin-top: 4.8rem;
  }
}
.lp-about__link-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
}
.lp-about__link-item:nth-child(1)::before {
  width: 52px;
  height: 45px;
  background-image: url(../../images/sample_lp-about_icon_01.svg);
  background-size: 100%;
}
.lp-about__link-item:nth-child(2)::before {
  width: 62px;
  height: 36px;
  background-image: url(../../images/sample_lp-about_icon_02.svg);
  background-size: 100%;
}
.lp-about__link-item:nth-child(3)::before {
  width: 40px;
  height: 49px;
  background-image: url(../../images/sample_lp-about_icon_03.svg);
  background-size: 100%;
}
.lp-about__link-item:nth-child(4)::before {
  width: 46px;
  height: 44px;
  background-image: url(../../images/sample_lp-about_icon_04.svg);
  background-size: 100%;
}
.lp-about__link-item:nth-child(5)::before {
  width: 38px;
  height: 37px;
  background-image: url(../../images/sample_lp-about_icon_05.svg);
  background-size: 100%;
}
.lp-about__link-item:nth-child(6)::before {
  width: 51px;
  height: 47px;
  background-image: url(../../images/sample_lp-about_icon_06.svg);
  background-size: 100%;
}
.lp-about__link {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  text-align: center;
  color: #374190;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.lp-about__link:hover {
  text-decoration: none;
}
.lp-about__feature {
  max-width: 80rem;
  margin: 10.4rem auto 0;
  color: #00125e;
}
@media (width <= 833px) {
  .lp-about__feature {
    margin-top: 7.2rem;
  }
}
.lp-about__feature-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 4rem;
  letter-spacing: 0.2rem;
}
@media (width <= 833px) {
  .lp-about__feature-title {
    margin-bottom: 1.6rem;
  }
}
.ingenuity-list .lp-about__feature-body:nth-child(odd) {
  margin-left: auto;
}
.lp-about__feature-body {
  max-width: 80rem;
  min-height: 34.9rem;
  padding: 5.6rem;
  position: relative;
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}
#feature1 .lp-about__feature-body:nth-child(5)::before {
  position: absolute;
  content: "";
  background: url(../../images/object_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 127px;
  left: -208px;
  top: 200px;
}
@media (width <= 1230px) {
  #feature1 .lp-about__feature-body:nth-child(5)::before {
    left: -150px;
  }
}
#feature3 .lp-about__feature-body::before {
  position: absolute;
  content: "";
  background: url(../../images/object_y.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 133px;
  right: -135px;
  bottom: 52px;
}
#feature6 .lp-about__feature-body::before {
  position: absolute;
  content: "";
  background: url(../../images/object_x.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 103px;
  height: 125px;
  left: -149px;
  top: -184px;
}
@media (width <= 1200px) {
  #feature1 .lp-about__feature-body:nth-child(5)::before {
    width: 100px;
    height: 105px;
    left: -85px;
  }
  #feature3 .lp-about__feature-body::before {
    width: 62px;
    height: 102px;
    right: -50px;
  }
  #feature6 .lp-about__feature-body::before {
    width: 74px;
    height: 92px;
    left: -56px;
    top: -144px;
  }
}
@media (width <= 833px) {
  #feature1 .lp-about__feature-body:nth-child(5)::before {
    width: 107px;
    height: 103px;
    left: inherit;
    top: inherit;
    right: -14px;
    bottom: -106px;
  }
  #feature3 .lp-about__feature-body::before {
    width: 65px;
    height: 104px;
    right: 10px;
    top: inherit;
    bottom: -125px;
  }
  #feature6 .lp-about__feature-body::before {
    width: 80px;
    height: 99px;
    left: 0;
    top: -147px;
  }
}
.lp-about__feature--double .lp-about__feature-body {
  min-height: 68.9rem;
}
@media (width <= 833px) {
  .lp-about__feature--double .lp-about__feature-body {
    min-height: auto;
  }
}
.lp-about__feature-body + .lp-about__feature-body {
  margin-top: 4.8rem;
}
@media (width <= 833px) {
  .lp-about__feature-body {
    max-width: 100%;
    padding: 1.6rem;
    border-radius: 1.6rem;
    min-height: auto;
    display: block;
  }
  .lp-about__feature-body + .lp-about__feature-body {
    margin-top: 1.8rem;
  }
}
.lp-about__feature-figure img {
  width: calc(440 / 835 * 100%);
  position: absolute;
  box-shadow: 16px 16px 20px 0px #0000001a;
  right: calc(384 / 688 * 100% + 3rem);
  top: 50%;
  transform: translateY(-50%);
}
.lp-about__feature--double .lp-about__feature-figure img {
  max-width: 28rem;
  top: calc(50% + 8px);
  transform: none;
  right: calc(384 / 688 * 100% + 17rem);
}
@media (width <= 833px) {
  .lp-about__feature--double .lp-about__feature-figure img {
    max-width: 70%;
    top: inherit;
    transform: none;
    right: inherit;
  }
}
.lp-about__feature--double .lp-about__feature-figure img:nth-child(odd) {
  top: inherit;
  bottom: calc(50% + 8px);
  right: calc(384 / 688 * 100% + 3rem);
}
@media (width <= 833px) {
  .lp-about__feature-figure {
    margin-bottom: 2rem;
  }
  .lp-about__feature-figure img {
    width: 100%;
    -webkit-filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.1));
    position: inherit;
    transform: none;
    top: inherit;
    right: inherit;
  }
  .lp-about__feature--double .lp-about__feature-figure img:nth-child(odd) {
    bottom: inherit;
    right: inherit;
    display: block;
    margin-left: auto;
    margin-bottom: 1.7rem;
  }
}
.lp-about__feature-body--even .lp-about__feature-figure img {
  left: calc(384 / 688 * 100% + 2rem);
}
@media (width <= 833px) {
  .lp-about__feature-body--even .lp-about__feature-figure img {
    left: inherit;
  }
}
.lp-about__feature-text-wrapper {
  width: calc(384 / 688 * 100%);
  margin-left: auto;
}
@media (width <= 833px) {
  .lp-about__feature-text-wrapper {
    width: 100%;
  }
}
.lp-about__feature-body--even .lp-about__feature-text-wrapper {
  margin-left: 0;
  margin-right: auto;
}
.lp-about__feature-subtitle {
  margin-bottom: 1.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-about__feature-subtitle-line {
  display: inline-block;
}
.lp-about__feature-subtitle-line--upper {
  font-size: clamp(1.6rem, 4vw, 2rem);
  position: relative;
  line-height: 1;
  margin-bottom: 1.6rem;
}
.lp-about__feature-subtitle-line--upper::before,
.lp-about__feature-subtitle-line--upper::after {
  content: "";
  display: block;
  background: #374190;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 2px;
}
.lp-about__feature-subtitle-line--upper::before {
  left: -16px;
  transform: rotate(-28deg);
}
.lp-about__feature-subtitle-line--upper::after {
  right: -16px;
  transform: rotate(28deg);
}
.lp-about__feature-subtitle-line--lower {
  background: #00125e;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 0.8rem 1.6rem;
}
.lp-about__feature-text {
  font-size: clamp(1.4rem, 3.7vw, 2rem);
  font-weight: 700;
  line-height: 1.8;
}
.supervisor__flow--top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.4rem;
  margin-block-end: 3.2rem;
}
@media (max-width: 833px) {
  .supervisor__flow--top {
    flex-direction: column;
    gap: 0.8rem;
    margin-block-end: 2.4rem;
  }
}
.supervisor__flow--top--text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: calc(46.13% + 2.2rem);
}
@media (max-width: 833px) {
  .supervisor__flow--top--text {
    width: 100%;
    gap: 0.8rem;
  }
}
.supervisor__flow--top--text h3 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 50.4px;
  letter-spacing: 0.08em;
}
@media (max-width: 833px) {
  .supervisor__flow--top--text h3 {
    font-size: 2rem;
    line-height: 32px;
  }
}
.supervisor__flow--top--text h3 span {
  background: linear-gradient(
    to top,
    transparent 0 10%,
    rgba(255, 227, 75, 0.5) 10% 40%,
    transparent 40% 100%
  );
}
.supervisor__flow--top--text p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 833px) {
  .supervisor__flow--top--text p {
    font-size: 1.4rem;
    line-height: 25.2px;
  }
}
.supervisor__flow--top--img {
  width: calc(100% - 46.13% - 2.2rem);
}
@media (max-width: 833px) {
  .supervisor__flow--top--img {
    width: 100%;
  }
}
.supervisor__flow--list {
  max-width: 88rem;
  margin-inline: auto;
  width: 100%;
}
.supervisor__flow--list--item--wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.supervisor__flow--list--item {
  display: flex;
  align-items: center;
  border: 1px solid #00125e;
  min-height: 5.6rem;
  background-color: #fff;
  position: relative;
}
@media (max-width: 833px) {
  .supervisor__flow--list--item {
    flex-direction: column;
  }
}
.supervisor__flow--list--item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../images/method_chevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.supervisor__flow--list--item dt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: #00125e;
  padding: 0.8rem;
  width: 35%;
}
@media (max-width: 833px) {
  .supervisor__flow--list--item dt {
    width: 100%;
  }
}
.supervisor__flow--list--item dt > p {
  font-size: 1.8rem;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 833px) {
  .supervisor__flow--list--item dt > p {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.supervisor__flow--list--item dt > img {
  zoom: 0.5;
}
.supervisor__flow--list--item dd {
  font-size: 1.6rem;
  line-height: 25.6px;
  font-weight: 500;
  padding: 0.8rem 1.6rem;
  width: 65%;
}
@media (max-width: 833px) {
  .supervisor__flow--list--item dd {
    width: 100%;
    font-size: 1.4rem;
    line-height: 22.4px;
  }
}
.supervisor {
  background: #fbeea5;
  margin-block-start: 8rem;
}
.supervisor__inner {
  padding-block: 8rem 10.4rem;
  padding-inline: 3.2rem;
  max-width: calc(1084px + 6.4rem);
  margin-inline: auto;
}
@media (width <= 833px) {
  .supervisor__inner {
    padding-block: 4.8rem;
    padding-inline: 1.6rem;
  }
}
.supervisor__section-title--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
  margin-block-end: 8rem;
}
@media (width <= 833px) {
  .supervisor__section-title--wrapper {
    margin-block-end: 6.4rem;
    gap: 1.2rem;
  }
}
.supervisor__section-title--wrapper h3 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 72px;
  display: inline-block;
  background: #fff;
  padding-inline: 2.4rem;
}
@media (width <= 833px) {
  .supervisor__section-title--wrapper h3 {
    font-size: 2rem;
    line-height: 36px;
    padding-inline: 1.6rem;
  }
}
.supervisor__section-title--wrapper p {
  font-size: 2.4rem;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (width <= 833px) {
  .supervisor__section-title--wrapper p {
    font-size: 1.6rem;
    line-height: 32px;
  }
}
.supervisor__card-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 11rem;
}
@media (width <= 833px) {
  .supervisor__card-wrapper {
    flex-direction: column;
    gap: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.supervisor__card {
  padding-block: 3.8rem;
  padding-inline: 4rem;
  background: #fff;
  border-radius: 2.4rem;
  position: relative;
}
@media (width <= 833px) {
  .supervisor__card {
    padding-block: 4rem;
    padding-inline: 2.4rem;
  }
}
.supervisor__title {
  position: absolute;
  width: 15.9rem;
  height: 5.6rem;
  top: -2.5rem;
  left: 1.9rem;
}
@media (width <= 833px) {
  .supervisor__title {
    width: 18rem;
    height: 4.4rem;
    top: -2.346rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.supervisor__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 38px;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  z-index: 0;
}
.supervisor__title span::before {
  content: "";
  position: absolute;
  background: #00125e;
  clip-path: polygon(5% 100%, 0 0%, 100% 15%, 95% 85%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (width <= 833px) {
  .supervisor__title span {
    line-height: 42px;
  }
}
.supervisor__top--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 833px) {
  .supervisor__top--wrapper {
    flex-direction: column;
    gap: 1.8rem;
  }
}
.supervisor__top--text--wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (width <= 833px) {
  .supervisor__top--text--wrapper {
    order: 3;
    text-align: center;
  }
}
.supervisor__intro {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0 !important;
}
@media (width <= 833px) {
  .supervisor__intro {
    line-height: 1.6;
    text-align: center;
  }
}
.supervisor__name {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.supervisor__name h5,
.supervisor__name h4 {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 700;
}
.supervisor__name p {
  font-size: 1.2rem;
  line-height: 20px;
}
.supervisor__img {
  max-width: 16rem;
  max-height: 16rem;
}
@media (width <= 833px) {
  .supervisor__img {
    order: 2;
  }
}
.supervisor__profile-note {
  display: block;
  font-size: 1rem;
  margin-top: 0.8rem;
}
.supervisor__accordion--button {
  width: 100%;
  padding-block: 1.6rem;
  border: 1px solid #00125e;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 700;
  margin-block-start: 1.6rem;
}
@media (width <= 833px) {
  .supervisor__accordion--button {
    font-size: 1.4rem;
    line-height: 14px;
  }
}
.supervisor__accordion--button span {
  display: block;
  position: relative;
}
.supervisor__accordion--is-close::after {
  content: "＋";
  position: absolute;
  font-size: 1.4rem;
  line-height: 14px;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  font-weight: 900;
}
.supervisor__accordion--is-open::after {
  content: "ー";
  position: absolute;
  font-size: 1.4rem;
  line-height: 14px;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  font-weight: 900;
}
.supervisor__accordion--body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s grid-template-rows ease;
}
.supervisor__accordion--body > div {
  overflow: hidden;
}
.supervisor__profile {
  padding-block: 1.6rem;
  border-block: 1px solid #f1f1f1;
  margin-block-start: 2.4rem;
}
.supervisor__profile p {
  font-size: 1.2rem;
  line-height: 24px;
  letter-spacing: 0;
}
@media (width <= 833px) {
  .supervisor__profile p {
    line-height: 1.6;
  }
}
.supervisor__history {
  padding-block-start: 1.6rem;
}
.supervisor__history dl {
  display: flex;
  gap: 5.2rem;
}
.supervisor__history dt {
  font-size: 1.2rem;
  line-height: 32px;
  font-weight: 700;
  flex-shrink: 0;
}
.supervisor__history dd {
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: 500;
}
.supervisor__accordion01.is-open > .supervisor__accordion--body,
.supervisor__accordion02.is-open > .supervisor__accordion--body {
  grid-template-rows: 1fr;
}
.learning-mechanism {
  background: #ffeaf6;
  margin-top: 8rem;
  color: #00125e;
}
@media (width <= 833px) {
  .learning-mechanism {
    margin-top: 4.8rem;
    position: relative;
    left: -1.6rem;
    width: calc(100% + 3.2rem);
  }
}
.learning-mechanism__inner {
  padding-block: 8rem 12.6rem;
  padding-inline: 3.2rem;
  max-width: calc(1084px + 6.4rem);
  margin-inline: auto;
}
.learning-mechanism__inner.age-not0 {
  padding-block: 3rem 9rem;
}
@media (width <= 833px) {
  .learning-mechanism__inner {
    padding-block: 4.8rem 4.8rem;
    padding-inline: 1.6rem;
  }
  .learning-mechanism__inner.age-not0 {
    padding-block: 15rem 9.7rem;
  }
}
.learning-mechanism__title {
  margin-block-end: 8rem;
  text-align: center;
}
@media (width <= 833px) {
  .learning-mechanism__title {
    margin-block-end: 4rem;
  }
}
.learning-mechanism__title_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}
.learning-mechanism__subtitle-line,
.learning-mechanism__maintitle-line {
  background: #fff;
  font-weight: 700;
}
.learning-mechanism__subtitle-line {
  font-size: clamp(2rem, 4.3vw, 3.2rem);
  margin-bottom: 0.4rem;
  padding: 0 0.4rem 0 1.6rem;
  line-height: 1.9;
}
@media (width <= 833px) {
  .learning-mechanism__subtitle-line {
    margin-bottom: 0;
    padding: 0 0 0 1.6rem;
  }
}
.learning-mechanism__maintitle-line {
  font-size: clamp(2.8rem, 4.3vw, 4rem);
  padding: 0.2rem 1.7rem 0.6rem;
  letter-spacing: 0;
}
.learning-mechanism__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.6rem;
  padding-bottom: 5.6rem;
  border-bottom-width: 1px;
  border-bottom-color: #374190;
  border-bottom-style: solid;
  border-image: repeating-linear-gradient(
      90deg,
      currentColor 0 4px,
      transparent 4px 8px
    )
    1;
}
@media (width <= 833px) {
  .learning-mechanism__block {
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.learning-mechanism__block:nth-child(odd) {
  flex-direction: row-reverse;
}
.learning-mechanism__block.last {
  margin-bottom: 10.4rem;
  padding-bottom: 0;
  border: none;
}
@media (width <= 833px) {
  .learning-mechanism__block.last {
    margin-bottom: 6.4rem;
  }
}
.learning-mechanism__text {
  max-width: calc(520 / 1084 * 100%);
}
@media (width <= 833px) {
  .learning-mechanism__text {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.learning-mechanism__block figure {
  max-width: calc(500 / 1084 * 100%);
}
@media (width <= 833px) {
  .learning-mechanism__block figure {
    max-width: 100%;
  }
}
.learning-mechanism__item-title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-block-end: 2.4rem;
  position: relative;
}
@media (width <= 833px) {
  .learning-mechanism__item-title {
    gap: 0.4rem;
  }
}
.learning-mechanism__item-title span {
  width: 12rem;
  height: 11.421rem;
  background: url(../../images/intellectual-pentagon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
  color: #374190;
}
@media (width <= 833px) {
  .learning-mechanism__item-title span {
    width: 10.15rem;
    height: 9.832rem;
  }
}
.learning-mechanism__item-title span::before {
  content: attr(data-text);
  position: absolute;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 49.13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (width <= 833px) {
  .learning-mechanism__item-title span::before {
    font-size: 2rem;
  }
}
.learning-mechanism__item-title h3 {
  font-size: clamp(2rem, 4.3vw, 2.8rem);
  font-weight: 700;
  line-height: 50.6px;
  color: #00125e;
}
@media (width <= 833px) {
  .learning-mechanism__item-title h3 {
    line-height: 1.8;
  }
}
.learning-mechanism__text p {
  letter-spacing: 0;
}
@media (width <= 833px) {
  .learning-mechanism__text p {
    font-size: 1.4rem;
  }
}
.learning-mechanism__button .btn-01 {
  background-color: #19a5a7;
  color: #fff;
  padding-right: 5.4rem;
  padding-left: 2.9rem;
}
.learning-mechanism__button .btn-01.center {
  padding-right: 6.9rem;
  padding-left: 4.4rem;
  margin: 6.4rem auto 0;
}
@media (width <= 833px) {
  .learning-mechanism__button .btn-01.center {
    padding-right: 5.9rem;
    padding-left: 3.4rem;
    margin-top: 2.4rem;
  }
}
.learning-mechanism__button .btn-01:hover {
  background-color: #fff;
  color: #19a5a7;
}
.learning-mechanism__button .btn-01::before {
  border-top: 2px solid var(--button-bg-color, #19a5a7);
  border-right: 2px solid var(--button-bg-color, #19a5a7);
}
.learning-mechanism__button .btn-01:hover::before {
  border-top: 2px solid var(--button-bg-color, #fff);
  border-right: 2px solid var(--button-bg-color, #fff);
}
.learning-mechanism__button .btn-01:hover::after {
  background-color: #19a5a7;
}
.learning-mechanism__supervisor-title {
  font-size: clamp(2rem, 4.3vw, 3.2rem);
  text-align: center;
  margin-bottom: 6.4rem;
}
@media (width <= 833px) {
  .learning-mechanism__supervisor-title {
    line-height: 1.8;
    margin-bottom: 6.4rem;
  }
}
.learning-mechanism .supervisor__card-wrapper {
  flex-wrap: wrap;
  gap: 6rem 2rem;
}
@media (width <= 833px) {
  .learning-mechanism .supervisor__card-wrapper {
    gap: 0;
  }
}
.learning-mechanism .supervisor__card {
  width: calc(50% - 1rem);
  max-width: calc(532 / 1084 * 100%);
}
@media (width <= 833px) {
  .learning-mechanism .supervisor__card {
    width: 100%;
    max-width: 100%;
    padding-block: 4rem 2.8rem;
    margin-bottom: 4.8rem;
  }
  .learning-mechanism .supervisor__card:last-child {
    margin-bottom: 0;
  }
}
.learning-mechanism .supervisor__card .supervisor__title {
  top: -2rem;
}
.learning-mechanism .supervisor__card:nth-child(1) .supervisor__title {
  width: 21.7rem;
}
.learning-mechanism .supervisor__card:nth-child(2) .supervisor__title {
  width: 20rem;
}
.learning-mechanism .supervisor__card:nth-child(3) .supervisor__title {
  width: 19rem;
}
.learning-mechanism .supervisor__card:nth-child(4) .supervisor__title {
  width: 23.5rem;
}
.learning-mechanism .supervisor__card .supervisor__title span {
  line-height: 43px;
}
.learning-mechanism .supervisor__profile {
  border: none;
  padding: 0;
}
.page-faq {
  background: #5b6fb3;
  padding-block-start: 4rem;
}
.faq-list {
  max-width: 1048px;
  margin: 0 auto;
}

.faq-box {
  width: 100%;
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: #f1f1f1;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.faq-box + .faq-box {
  margin-top: 2.4rem;
}

.faq-box h3 {
  padding: 32px 50px;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #00125e;
}

.faq-box h3::before {
  content: "Q";
  margin-right: 36px;
  color: #00125e;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
}

.faq-box h3::after {
  content: "+";
  margin-left: auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-top: -4px;
}

@media (max-width: 833px) {
  .faq-box h3::after {
    font-size: 32px;
    font-weight: 400;
  }
}

.faq-box h3:hover {
  cursor: pointer;
}

.faq-box h3 span {
  margin-top: 0.5em;
  padding-right: 16px;
  letter-spacing: normal;
}

.faq-box > div {
  padding: 32px 63px;
  display: none;
  font-size: 14px;
  line-height: 2;
  letter-spacing: normal;
  background: #fff;
  position: relative;
  color: #00125e;
  font-weight: 400;
}

.faq-box > div::before {
  content: "";
  display: block;
  width: 89%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #c3cced;
  transform: translateX(-50%);
}

.faq-box.is-open {
  margin-bottom: 4.8rem;
}

.faq-box.is-open dt::after {
  content: "-";
  margin-top: -12px;
}
@media (max-width: 833px) {
  .faq-box + .faq-box {
    margin-top: 0.8rem;
  }
  .faq-box h3 {
    min-height: 6rem;
    padding: 1.2rem;

    align-items: center;
    font-size: 1.2rem;
  }
  .faq-box h3::before {
    content: "Q";
    width: 2rem;
    height: 2rem;
    margin-right: 1.2rem;
    font-size: 1.4rem;
  }
  .faq-box h3::after {
    width: 2rem;
    height: 2rem;
  }
  .faq-box h3 span {
    margin-top: 0;
  }
  .faq-box > div {
    padding: 3rem 2rem;
  }
  .faq-box.is-open {
    margin-bottom: 2.4rem;
  }
}
.page-faq-heading {
  font-size: 3.2rem;
  color: #fff;
  margin-block-end: 5.6rem;
  text-align: center;
}

@media (max-width: 833px) {
  .page-faq-heading {
    font-size: 2.4rem;
    margin-block-end: 2rem;
  }
}
.page-faq-contents {
  max-width: 1080px;
  padding-block-end: 11rem;
  padding-inline: 1.6rem;
  margin-inline: auto;
  border-block-end: 1px solid #fff;
  scroll-margin-block-start: 8rem;
}

.page-faq-contents:last-of-type {
  border-block-end: none;
}

.page-faq-contents + .page-faq-contents {
  margin-block-start: 8rem;
}

@media (max-width: 833px) {
  .page-faq-contents {
    padding-block-end: 4.4rem;
  }

  .page-faq-contents + .page-faq-contents {
    margin-block-start: 4.4rem;
  }
}

.page-faq-list {
  display: flex;
  justify-content: center;
  gap: 10rem;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  margin-block-end: 8rem;
}

@media (max-width: 833px) {
  .page-faq-list {
    align-items: center;
    flex-direction: column;
    font-size: 1.2rem;
    gap: 1.6rem;
    margin-block-end: 5.5rem;
    padding-inline: 3.6rem;
  }
}

.page-faq-item {
  position: relative;
}

/* PC: 中央項目に縦線1本 */
.page-faq-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.page-faq-item:nth-child(1)::before {
  left: -5rem;
}

.page-faq-item:nth-child(1)::after {
  right: -5rem;
}

@media (max-width: 833px) {
  .page-faq-item {
    width: 100%;
  }
}

.page-faq-link {
  color: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 833px) {
  .page-faq-link {
    border-block-end: 1px solid #fff;
    justify-content: center;
    padding-block-end: 1.6rem;
  }
}

.page-faq-link-icon {
  margin-inline-start: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  position: relative;
  border-radius: 50%;
  display: inline-block;
}

.page-faq-link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(135deg);
  width: 0.8rem;
  height: 0.8rem;
  border-block-start: 2px solid #00125e;
  border-inline-end: 2px solid #00125e;
}

@media (max-width: 833px) {
  .page-faq-link-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .page-faq-link-icon::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.page-faq.years {
  padding-block-start: 8rem;
}
@media (width <= 833px) {
  .page-faq.years {
    padding-block-start: 4.8rem;
  }
}
.page-faq.years .page-faq-heading {
  margin-block-end: 3.2rem;
}
@media (width <= 833px) {
  .page-faq.years .page-faq-heading {
    margin-block-end: 2.4rem;
  }
}
.page-faq.years .page-faq-contents {
  padding-block-end: 8rem;
}
@media (width <= 833px) {
  .page-faq.years .page-faq-contents {
    padding-block-end: 4.8rem;
  }
}
.lp-entry {
  background-color: #374190;
  color: #fff;
  width: 100%;
  padding: 10rem 2.5rem;
  position: relative;
}
@media (width <= 833px) {
  .lp-entry {
    padding: 6.4rem 1.6rem 10.3rem;
  }
}
.lp-entry__content {
  width: 1084px;
  max-width: 100%;
  margin: 0 auto;
}
.lp-entry .lp-entry__headline {
  margin-bottom: 3rem;
  letter-spacing: 0.12em;
  font-size: 4rem;
  font-size: clamp(2.4rem, 4.3vw, 4rem);
  text-align: center;
}
@media (width <= 833px) {
  .lp-entry .lp-entry__headline {
    margin-bottom: 4.8rem;
  }
}
.lp-entry-info {
  display: flex;
  align-items: center;
  font-weight: 900;
  max-width: 90rem;
  margin: 0 auto;
}
.lp-entry__info {
  max-width: 90rem;
  margin: 0 auto;
}
.lp-entry__info-dl {
  display: flex;
  align-items: center;
  margin-left: 3.9rem;
}
@media (width <= 833px) {
  .lp-entry__info-dl {
    margin-left: 0;
  }
}
.lp-entry__info-term {
  width: 8.2rem;
  margin-right: 1.6rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  border-radius: 0.4rem;
  background-color: #fff;
  color: #00125e;
  text-align: center;
  font-size: clamp(1.2rem, 3.1vw, 1.6rem);
  font-weight: 900;
}
@media (width <= 833px) {
  .lp-entry__info-term {
    width: 6.8rem;
    margin-right: 1.2rem;
  }
}
.lp-entry__info-term::first-letter {
  margin-right: 1.5rem;
}
.lp-entry__info-desc {
  font-size: clamp(1.2rem, 3.1vw, 1.6rem);
  font-weight: 900;
}
.lp-entry__form {
  max-width: 90rem;
  margin: 7.8rem auto 0;
}
@media (width <= 833px) {
  .lp-entry__form {
    margin: 4.6rem auto 0;
  }
}
.hs_sample_cv + div {
  width: 100%;
}
.hs-richtext {
  max-width: 53.2rem;
  margin: 4rem auto 2.4rem;
  padding: 2.4rem 2.4rem;
  border-radius: 2.4rem;
  background-color: #fff;
  color: #374190;
  font-size: 1.4rem;
}

/**
 * Header Styles
 */
.site-header {
  width: 100%;
  padding: 2.4rem 4.8rem 1.65rem;
  background: #fff;
}

@media (max-width: 1240px) {
  .site-header {
    padding: 2.4rem;
  }
}

.site-header .btn-01 {
  width: 20.8rem;
  height: 4rem;
  padding-right: 3.6rem;
  padding-left: 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
}

.site-header .btn-01::before {
  right: 2.6rem;
}

.site-header .btn-01::after {
  width: 1.6rem;
  height: 1.6rem;
  top: calc(50% - 0.8rem);
}

@media (max-width: 833px) {
  .site-header {
    padding: 20px;
  }

  .site-header.is_open .header--menu-sp::before,
  .fixed-header.is_open .header--menu-sp::before {
    background-image: url(../../images/icon_close.min.svg);
    background-size: 22px 22px;
  }
}

.site-header.is_open + .header--pop-sp {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.header-container {
  position: relative;
  margin: 0 1.2rem;
}

.header-inner {
  display: block;
  align-items: center;
  justify-content: flex-start;
  max-width: 1256px;
  margin: 0 auto;
}

@media (max-width: 833px) {
  .header-inner {
    justify-content: center;
  }
}

.header-title {
  font-size: 1rem;
  text-align: left;
  line-height: 1;
}

.header-title a {
  display: inline-block;
}

.header-title figure {
  display: inline-block;
  margin-bottom: 0;
}

@media (max-width: 833px) {
  .header-title {
    width: 130px;
    z-index: 11;
    position: relative;
  }
}

.header-guide-button-block {
  position: absolute;
  top: -8px;
  right: 0;
  width: 100%;
  max-width: 173px;
}

@media (max-width: 833px) {
  .header-guide-button-block {
    display: none;
  }
}

.header-guide-button-block.button--sample {
  position: absolute;
  top: -8px;
  right: 189px;
}

.guide-button {
  background: #5064aa;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: bold;
  display: block;
  gap: 12px;
  align-items: center;
  color: #fff;
  text-align: center;
}

.guide-button img {
  margin-right: 1.2rem;
  position: relative;
  top: -4px;
}

.guide-button.pop-sp {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 20px 0;
  margin-bottom: 20px;
}

.button--sample .guide-button {
  background: #f7dd4b;
  color: #00125e;
}

.header--navi {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.3rem;
}

@media (max-width: 1120px) {
  .header--navi {
    font-size: 14px;
  }
}

@media (max-width: 940px) {
  .header--navi {
    font-size: 12px;
  }
}

@media (max-width: 833px) {
  .header--navi {
    display: none;
  }
}

.header--navi--item,
.header--navi--item > a {
  color: #00125e;
}

.header--navi--item--flex {
  display: flex;
  align-items: center;
}

.header--navi--link {
  display: flex;
  align-items: center;
  padding: 0 1em;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 1240px) {
  .header--navi--link {
    font-size: 15px;
  }
}

@media (max-width: 1120px) and (min-width: 834px) {
  .header--navi--link {
    padding: 0 0.8em;
    font-size: 15px;
  }
}

.header--navi--chevron {
  display: inline-flex;
  margin-inline-start: 6px;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-right: 5px;
}

.header--navi--item:hover .header--navi--chevron {
  transform: rotate(180deg);
}

.header--navi--chevron.sp.is-open {
  transform: rotate(180deg);
}

.header--navi--link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background: #c3cced;
  transform: translateY(-50%);
}

.header--navi--item:last-child .header--navi--link::before {
  display: none;
}

.header--navi--link--logo {
  margin-right: 6px;
  flex-shrink: 0;
}

.header--pop-sp--link .header--navi--link--logo {
  margin-right: 20px;
  width: 30px;
}

.header--navi--link--logo--pass {
  fill: currentColor;
}

.header--navi--link:hover .header--navi--link--logo--pass {
  fill: #e55c5c;
}

.header--navi--link:hover .header--navi--link--logo--stroke {
  stroke: #e55c5c;
}

.header--navi--children {
  position: absolute;
  left: 0;
  top: 12.8rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #fefae4;
  height: 8.6rem;
  z-index: 10;
  display: flex;
  align-items: center;
}

.header--navi--children.fixed {
  position: fixed;
  top: 7rem;
  height: 6rem;
}

.header--navi--children .header--navi--link {
  font-size: 1.5rem;
  gap: 0.5rem;
  padding: 0 2.5rem;
}

.header--navi--children .header--navi--link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background: linear-gradient(
    to top,
    #c3cced 10%,
    transparent 10%,
    transparent 20%,
    #c3cced 20%,
    #c3cced 30%,
    transparent 30%,
    transparent 40%,
    #c3cced 40%,
    #c3cced 50%,
    transparent 50%,
    transparent 60%,
    #c3cced 60%,
    #c3cced 70%,
    transparent 70%,
    transparent 80%,
    #c3cced 80%,
    #c3cced 90%,
    transparent 90%
  );
}

.header--navi--children--container {
  display: flex;
  align-items: center;
  max-width: 1084px;
  margin-inline: auto;
  width: 100%;
}

.header--navi--children.is-active {
  opacity: 1;
  visibility: visible;
}

.header--menu-sp-container {
  display: none;
}

.header--menu-sp {
  display: none;
}

@media (max-width: 833px) {
  .header--menu-sp {
    display: flex;
  }

  .header--menu-sp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 11;
  }

  .header--menu-sp::before {
    content: "";
    background: url(../../images/icon_menu.min.svg) no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 24px;
    display: block;
  }

  .site-header.is_open .header--menu-sp::before,
  .fixed-header.is_open .header--menu-sp::before {
    background-image: url(../../images/icon_close.min.svg);
    background-size: 22px 22px;
  }
}

.header--pop-sp {
  background: #fff;
  padding: 85px 20px 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s ease-in-out;
  transform: translate3d(200%, 0, 0);
  opacity: 0;
  overflow: scroll;
}

@media (max-width: 833px) {
  .header--pop-sp {
    padding: 57px 20px 0;
  }
}

.header--pop-sp-object-a {
  position: absolute;
  width: 89px;
  top: 217px;
  right: 30px;
  z-index: 1;
}

.header--pop-sp-object-d {
  position: absolute;
  width: 91px;
  right: 33px;
  top: 44.5rem;
}

.header--pop-sp--link {
  display: block;
}

.header--pop-sp--link li {
  border-top: 1px solid #d6d7e1;
  padding: 15px 0;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #00125e;
}

.header--pop-sp--link li:first-child {
  border-top: none;
}

.header--pop-sp--link .years ul {
  display: flex;
  flex-wrap: wrap;
}
.header--pop-sp--link .years li {
  width: 50%;
}
@media (max-width: 833px) {
  .header--pop-sp--link li:last-child {
    border-bottom: 1px solid #d6d7e1;
  }
  .header--pop-sp--link .years li {
    border-top: none;
    position: relative;
  }
  .header--pop-sp--link .years li::after {
    content: "";
    display: block;
    width: calc(100% - 3.2rem);
    height: 1px;
    border-bottom: dashed #c3cced 1px;
    position: absolute;
    left: 1.6rem;
    bottom: 0;
  }
}

.header--pop-sp--link .years li:nth-child(2) {
  border-top: none;
}

.header--pop-sp--link .years li:last-child {
  width: 100%;
  border-bottom: none;
}

@media (max-width: 833px) {
  .header--pop-sp--link .years li:last-child::after {
    display: none;
  }
}

.header--pop-sp--link:last-child {
  border-bottom: none;
}

.header--pop-sp--link .header--navi--link::before {
  display: none;
}

.header--pop-sp--link li a {
  color: #00125e;
}

p.header--pop-sp--btn {
  margin: 24px 0 0;
  text-align: center;
}

p.header--pop-sp--btn + p.header--pop-sp--btn {
  margin-top: 12px;
}

.header--pop-sp--link li.header--navi--sp--accordion {
  padding: 0;
}

.header--pop-sp--link .header--navi--link {
  padding: 0 10px;
}

.header--navi--sp--children .header--navi--link {
  gap: 0.5rem;
  padding: 0 16px;
  touch-action: manipulation;
}

.header--pop-sp .header--navi--item--flex {
  padding-inline: 1rem;
  font-size: 15px;
  height: 54px;
  cursor: pointer;
}

.header--navi--sp--children {
  display: grid;
  grid-template-rows: 0fr;
  transition: 500ms grid-template-rows ease;
}

.header--navi--sp--children.is-open {
  grid-template-rows: 1fr;
}

.header--navi--sp--children ul {
  overflow: hidden;
}

.header--navi--sp--children ul li {
  background: #fefae4;
}

.header--pop-sp--link .years ul {
  display: flex;
  flex-wrap: wrap;
}

.header--pop-sp--link .years li {
  width: 50%;
}

@media (max-width: 833px) {
  .header--pop-sp--link li:last-child {
    border-bottom: 1px solid #d6d7e1;
  }

  .header--pop-sp--link .years li {
    border-top: none;
    position: relative;
  }

  .header--pop-sp--link .years li::after {
    content: "";
    display: block;
    width: calc(100% - 3.2rem);
    height: 1px;
    border-bottom: dashed #c3cced 1px;
    position: absolute;
    left: 1.6rem;
    bottom: 0;
  }
}

.header--pop-sp--link .years li:nth-child(2) {
  border-top: none;
}

.header--pop-sp--link .years li:last-child {
  width: 100%;
  border-bottom: none;
}

@media (max-width: 833px) {
  .header--pop-sp--link .years li:last-child::after {
    display: none;
  }
}

.header--pop-sp--link:last-child {
  border-bottom: none;
}

.header--pop-sp--link .header--navi--link::before {
  display: none;
}

.header--pop-sp--link li a {
  color: #00125e;
}

p.header--pop-sp--btn {
  margin: 24px 0 0;
  text-align: center;
}

p.header--pop-sp--btn + p.header--pop-sp--btn {
  margin-top: 12px;
}

.header--pop-sp--button-block {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 833px) {
  .header--pop-sp--button-block {
    margin-top: 1.2rem;
  }
  .header--pop-sp--button-block.button--sample {
    margin-top: 2.4rem;
  }
}

.header--pop-sp--cta {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.header--pop-sp--cta--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #00125e;
}

.header--pop-sp--cta--img {
  width: 33.24%;
  height: auto;
}

.header--pop-sp--cta--content {
  width: calc(100% - 33.24%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header--pop-sp--cta--text {
  color: #f7dd4b;
  font-size: clamp(1.5rem, 3.99vw, 2.8rem);
  font-weight: 900;
  line-height: clamp(22.5px, 5.98vw, 40px);
  margin-bottom: 0 !important;
  letter-spacing: 0;
}

.header--pop-sp--cta--button {
  display: flex;
  align-items: center;
  padding-inline: 2.13vw 5.59vw;
  padding-block: 1.06vw;
  font-size: clamp(1.2rem, 3.19vw, 2.2rem);
  line-height: clamp(18px, 4.79vw, 33px);
  color: #fff;
  background: #ef5664;
  border-radius: 999px;
  position: relative;
}

.header--pop-sp--cta--button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 2.93vw;
  height: 2.93vw;
  background: url(../../../images/header_sp_cta_chevron.svg) no-repeat;
  background-size: contain;
}

.fixed-header {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  transition: top 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1240px) {
  .fixed-header.is-active {
    padding: 24px 48px 24px 24px;
  }
}

@media (max-width: 833px) {
  .fixed-header {
    height: 56px;
  }
}

.fixed-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.fixed-header.is-active {
  visibility: visible;
  top: 0;
}

@media (min-width: 1440px) {
  .fixed-header .header--navi {
    margin-left: auto;
  }
}

@media (max-width: 1240px) {
  .fixed-header .header--navi {
    display: none;
  }
}

@media (max-width: 1240px) {
  .fixed-header-guide-button-block {
    display: none;
  }
}

@media (max-width: 1240px) {
  .fixed-header .header--menu-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 29px;
    z-index: 11;
  }

  .fixed-header .header--menu-sp::before {
    content: "";
    background: url(../../images/icon_menu.min.svg) no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 24px;
    display: block;
  }

  .fixed-header .site-header.is_open .header--menu-sp::before,
  .fixed-header.is_open .header--menu-sp::before {
    background-image: url(../../images/icon_close.min.svg);
    background-size: 22px 22px;
  }
}

/**
 * Fixed Button Styles
 */
@media (min-width: 834px) and (max-width: 1284px) {
  .fixed-button-block .free-paper-btn {
    max-width: 4.2rem;
    /* height: clamp(13rem, 24vh, 16rem); */
    padding: 2rem 1.5rem 4.3rem;
    font-size: clamp(1.1rem, 2.1vh, 1.5rem);
    margin: 1rem 0;
    text-align: center;
  }
}

@media (min-width: 834px) {
  .fixed-button-block .free-paper-btn {
    max-width: 6.4rem;
    height: clamp(32rem, 50vh, 40rem);
    line-height: 1.2;
    padding: 2rem 2rem 5rem;
    font-size: clamp(1.4rem, 2.2vh, 1.8rem);
    /* margin: clamp(1rem, 2vh, 1.5rem) 0; */
    text-align: center;
    writing-mode: vertical-rl;
  }
}

.fixed-button-block .free-paper-btn {
  background: #ed3e4e;
  color: #fff;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.free-paper-btn {
  width: 30.8rem;
  min-width: fit-content;
  height: 6.4rem;
  padding-right: 5.4rem;
  padding-left: 2.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  background-color: #f7dd4b;
  color: #374190;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  transition: 0.3s ease-in-out;
}

@media (min-width: 834px) and (max-width: 1284px) {
  .fixed-button-block .free-paper-btn::before {
    top: auto;
    right: 1.8rem;
    bottom: 1.7rem;
  }
}

@media (min-width: 834px) {
  .fixed-button-block .free-paper-btn::before {
    top: auto;
    right: 3rem;
    bottom: clamp(2.6rem, 3.2vh, 3.2rem);
  }
}

.fixed-button-block .free-paper-btn::before {
  border-color: #ed3e4e;
}

.free-paper-btn::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 2.9rem;
  z-index: 2;
  display: block;
  border-top: 2px solid #f7dd4b;
  border-right: 2px solid #f7dd4b;
  border-radius: 1px;
  transform: rotate(45deg);
}

@media (min-width: 834px) and (max-width: 1284px) {
  .fixed-button-block .free-paper-btn::after {
    top: auto;
    right: 0.9rem;
    bottom: 0.9rem;
  }
}

@media (min-width: 834px) {
  .fixed-button-block .free-paper-btn::after {
    top: auto;
    right: 2rem;
    bottom: clamp(1.8rem, 2.4vh, 2.4rem);
  }
}

.fixed-button-block .free-paper-btn::after {
  background-color: #fff;
}

.free-paper-btn::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 2rem;
  border-radius: 50%;
  background-color: #374190;
}

.is-active .fixed-button-block {
  bottom: 0;
  opacity: 1;
}

@media (max-width: 833px) {
  .fixed-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.7rem;
    left: 0;
    bottom: -10rem;
    right: 0;
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.6);
  }
}

.fixed-button-block {
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  transform: translateZ(0.01px);
}

@media (max-width: 833px) {
  .fixed-button-block .free-paper-btn {
    padding-right: 3.1rem;
  }
}

@media (max-width: 833px) {
  .fixed-button-block .free-paper-btn {
    width: 30.4rem;
    font-size: 1.4rem;
    padding: 0.7rem 2.4rem 0.7rem 1.2rem;
    height: 4.5rem;
    border-radius: 2.4rem;
  }
}

.fixed-button-block .free-paper-btn {
  background: #ed3e4e;
  color: #fff;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 833px) {
  .free-paper-btn {
    width: 100%;
    height: 4.8rem;
    padding-right: 4.4rem;
    padding-left: 2.2rem;
    justify-content: center;
    border-radius: 2.4rem;
    font-size: 1.5rem;
  }
}

/**
 * FAQ Styles
 */
.faq-box + .faq-box {
  margin-top: 2.4rem;
}

.faq-box dt {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  background-color: #374190;
  color: #fff;
  font-size: 1.8rem;
}

.faq-box dt::before {
  content: "Q";
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 2.4rem;
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #374190;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
}

.faq-box dt::after {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  margin-left: auto;
  flex: none;
  background: url(../../images/faq_arrow.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.faq-box dt:hover {
  cursor: pointer;
}

.faq-box dt span {
  margin-top: 0.5em;
}

.faq-box dd {
  padding: 4rem 9.2rem;
  display: none;
  line-height: 2.25;
}

.faq-box.is-open {
  margin-bottom: 4.8rem;
}

.faq-box.is-open dt::after {
  transform: rotate(180deg);
}

.faq-block .note {
  width: fit-content;
  margin: 4rem auto 0;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 833px) {
  .faq-box + .faq-box {
    margin-top: 0.8rem;
  }

  .faq-box dt {
    min-height: 6rem;
    padding: 1.2rem;

    align-items: center;
    font-size: 1.2rem;
  }

  .faq-box dt::before {
    content: "Q";
    width: 2rem;
    height: 2rem;
    margin-right: 1.2rem;
    font-size: 1.4rem;
  }

  .faq-box dt::after {
    width: 2rem;
    height: 2rem;
  }

  .faq-box dt span {
    margin-top: 0;
  }

  .faq-box dd {
    padding: 3rem 2rem;
  }

  .faq-box.is-open {
    margin-bottom: 2.4rem;
  }
}
