@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  font-weight: 500;
}

@media not screen and (min-width: 846px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 846px) {
  .hidden-pc {
    display: none;
  }
}

.title__en {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 846px) {
  .title__en {
    font-size: 100px;
  }
}

.title__jp {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}
@media screen and (min-width: 846px) {
  .title__jp {
    font-size: 24px;
    margin-top: 17px;
  }
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 846px) {
  .inner {
    padding-left: 90px;
    padding-right: 90px;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
  }
}

.button {
  padding: 24px 32px;
  display: inline-block;
  border: 1px solid #023e78;
  background: #fff;
  color: #023e78;
  width: 297px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background-color: #023e78;
  color: #fff;
}
.button.is-bgcolor {
  background: #023e78;
  color: #fff;
  border: 1px solid #fff;
}
.button.is-bgcolor:hover {
  background-color: #002a52;
  color: #fff;
}
@media screen and (min-width: 846px) {
  .button {
    padding: 26px 30px;
    width: 176px;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 51;
  background: #fff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px 13px;
  height: 60px;
  align-items: center;
}
@media screen and (min-width: 846px) {
  .header__inner {
    padding: 27px 16px 26px;
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
  }
}

.header__logo a img {
  width: 198px;
  display: block;
}
@media screen and (min-width: 846px) {
  .header__logo a img {
    width: 280px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}

.header__nav__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 846px) {
  .header__nav__button {
    margin-left: 16px;
    gap: 10px;
  }
}

@media screen and (min-width: 1280px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 27px;
  height: 18px;
  position: relative;
  margin-top: -3px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 2.25px;
  background: #023e78;
  border-radius: 3px;
  transition: transform 0.3s linear, top 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 2px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 8.5px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 15px;
}

.drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #023e78;
  z-index: 50;
  padding: 120px 40px;
  transform: translateY(-100%);
  transition: transform 0.3s linear;
}
.drawer-content.is-checked {
  transform: translateY(0);
}
@media screen and (min-width: 846px) {
  .drawer-content {
    padding: 160px 40px;
  }
}

.drawer-content__menu {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #fff;
}

.drawer-content__link {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 846px) {
  .drawer-content__link {
    width: 200px;
  }
}

.drawer-content__button {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fv {
  position: relative;
  padding-bottom: 66px;
}
@media screen and (min-width: 846px) {
  .fv {
    padding-bottom: 150px;
  }
}

.fv__bg-image {
  position: relative;
  padding-left: 40px;
  right: 0;
}
@media screen and (min-width: 846px) {
  .fv__bg-image {
    padding-left: 90px;
  }
}

.swiper-slide img {
  width: 100%;
}

.fv__lead {
  position: absolute;
  z-index: 1;
  top: 103.2vw;
  left: 20px;
}
@media screen and (min-width: 846px) {
  .fv__lead {
    top: 33.984375vw;
    left: 50px;
  }
}

.fv__lead__wrapper {
  width: 280px;
}
@media screen and (min-width: 846px) {
  .fv__lead__wrapper {
    width: 500px;
  }
}

.fv__lead__en-pc {
  display: none;
}
@media screen and (min-width: 846px) {
  .fv__lead__en-pc {
    display: inline-block;
    color: #023e78;
    font-family: "Fira Sans", sans-serif;
    font-size: 60px;
    font-style: italic;
    background: #fff;
    margin-bottom: 16px;
    height: 72px;
    line-height: 72px;
    font-weight: 500;
  }
}

.fv__lead__en-sp {
  display: inline-block;
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  background: #fff;
  margin-bottom: 8px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
}
@media screen and (min-width: 846px) {
  .fv__lead__en-sp {
    display: none;
  }
}

.fv__lead__en {
  display: inline-block;
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  background: #fff;
  margin-bottom: 8px;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
}
@media screen and (min-width: 846px) {
  .fv__lead__en {
    display: inline-block;
    color: #023e78;
    font-family: "Fira Sans", sans-serif;
    font-size: 60px;
    font-style: italic;
    background: #fff;
    margin-bottom: 16px;
    height: 72px;
    line-height: 72px;
    font-weight: 500;
  }
}

.fv__lead__jp {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background: #023e78;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (min-width: 846px) {
  .fv__lead__jp {
    font-size: 20px;
    height: 29px;
    line-height: 29px;
    margin-top: 0;
  }
}

.about {
  position: relative;
}
.about-bg-skew {
  position: absolute;
  height: 1200px;
  width: 100%;
}
.about-bg-skew::before,
.about-bg-skew::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
}
.about-bg-skew::before {
  height: 11%;
  background: #fff;
  transform: skewY(10deg);
  transform: top right;
  z-index: -10;
}
.about-bg-skew::after {
  height: 77%;
  background: #edf3f8;
  transform: skewY(10deg);
  transform: top right;
  z-index: -11;
}
@media screen and (min-width: 846px) {
  .about-bg-skew::before {
    height: 22%;
    background: #fff;
    transform: skewY(10deg);
    transform: top right;
    z-index: -10;
  }
  .about-bg-skew::after {
    height: 70%;
    background: #edf3f8;
    transform: skewY(10deg);
    transform: top right;
    z-index: -11;
  }
}

.about__inner {
  position: relative;
}

@media screen and (min-width: 846px) {
  .heading {
    display: flex;
    justify-content: space-between;
    padding-top: 115px;
  }
}

.titles {
  white-space: nowrap;
  margin-left: 0;
}
@media screen and (min-width: 846px) {
  .titles {
    margin-left: 0;
  }
}

.about__title {
  margin-left: 2px;
}
@media screen and (min-width: 846px) {
  .about__title {
    margin-left: 0;
  }
}

.about__content {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
@media screen and (min-width: 846px) {
  .about__content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
  }
}

.about__text p {
  line-height: 24px;
}
@media screen and (min-width: 846px) {
  .about__text {
    padding-top: 75px;
    padding-bottom: 87px;
    width: 379px;
  }
}

.about__visual {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 846px) {
  .about__visual {
    margin-top: 0;
  }
}

.about__visual__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 846px) {
  .about__visual__content {
    flex-direction: column-reverse;
  }
}

.about__img {
  margin-top: 40px;
}
.about__img img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .about__img {
    margin-top: 0;
    max-width: 681px;
  }
}

.view-more {
  line-height: 1;
  display: inline-block;
}
.view-more:hover .vm-img__allow {
  width: 100px;
}
.view-more.is-bg .view-more__text {
  color: #023e78;
}
@media screen and (min-width: 846px) {
  .view-more.is-bg .view-more__text {
    color: #000;
  }
}
.view-more.is-bg .view-more__img .vm-img__circle {
  border: none;
  background: #fef251;
}
@media screen and (min-width: 846px) {
  .view-more.is-bg .view-more__img .vm-img__circle {
    border: none;
    background: #fef251;
  }
}
.view-more.is-bg .view-more__img .vm-img__allow {
  background-color: #000;
}
.view-more.is-bg .view-more__img .vm-img__allow::before {
  background-color: #000;
}
@media screen and (min-width: 846px) {
  .view-more.is-bg .view-more__img .vm-img__allow::before {
    background-color: #000;
  }
}
@media screen and (min-width: 846px) {
  .view-more:hover .vm-img__allow {
    width: 150px;
  }
}

.view-more__text {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (min-width: 846px) {
  .view-more__text {
    font-size: 32px;
  }
}

.view-more__img {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 846px) {
  .view-more__img {
    margin-left: 39px;
  }
}

.vm-img__circle {
  display: inline-block;
  margin-left: 44px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fef251;
  margin-bottom: 10px;
}
@media screen and (min-width: 846px) {
  .vm-img__circle {
    width: 54px;
    height: 54px;
    border: 3px solid #fef251;
  }
}

.vm-img__allow {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 64px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: width 0.3s;
}
.vm-img__allow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  right: -1px;
  transform: rotate(40deg);
  top: -5px;
  background-color: #fff;
}
@media screen and (min-width: 846px) {
  .vm-img__allow {
    left: -22px;
    width: 95px;
  }
  .vm-img__allow::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    right: -1px;
    transform: rotate(40deg);
    top: -5px;
    background-color: #fff;
  }
}

.link-sp {
  margin-top: 32px;
  width: 100%;
  text-align: right;
  display: inline-block;
}
@media screen and (min-width: 846px) {
  .link-sp {
    display: none;
  }
}

.link-pc {
  margin-top: 40px;
  width: 100%;
  text-align: right;
  display: inline-block;
}
@media not screen and (min-width: 846px) {
  .link-pc {
    display: none;
  }
}

@media screen and (min-width: 846px) {
  .about__bg-img-pc {
    position: absolute;
    background: url(../img/about-bg-sp.png) center center/cover no-repeat;
    height: 62.5vw;
    width: 39.0625vw;
    max-height: 800px;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1280px) {
  .about__bg-img-pc {
    height: 62.5vw;
    width: 39.0625vw;
  }
}

.about__bg-img-sp {
  position: absolute;
  background: url(../img/about-bg-sp.png) center center/cover no-repeat;
  height: 96.5333333333vw;
  width: 78.6666666667vw;
  top: 0;
  right: -20px;
  z-index: -1;
}
@media screen and (min-width: 846px) {
  .about__bg-img-sp {
    display: none;
  }
}

.service {
  margin-top: 230px;
  padding-bottom: 150px;
}
@media screen and (min-width: 846px) {
  .service {
    padding-bottom: 104px;
  }
}

.service-bg-skew {
  position: absolute;
  height: 2300px;
  width: 100%;
}
@media screen and (min-width: 846px) {
  .service-bg-skew {
    height: 1500px;
  }
}
.service-bg-skew::before,
.service-bg-skew::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
}
.service-bg-skew::before {
  height: 46.6%;
  background: #fff;
  transform: skewY(10deg);
  transform: top right;
  z-index: -10;
}
.service-bg-skew::after {
  height: 98.2%;
  background: #edf3f8;
  transform: skewY(10deg);
  transform: top right;
  z-index: -11;
}
@media screen and (min-width: 846px) {
  .service-bg-skew::before {
    height: 46%;
    background: #fff;
    transform: skewY(10deg);
    transform: top right;
    z-index: -10;
  }
  .service-bg-skew::after {
    height: 84%;
    background: #edf3f8;
    transform: skewY(10deg);
    transform: top right;
    z-index: -11;
  }
}

@media screen and (min-width: 846px) {
  .service__heading {
    padding-top: 144px;
  }
}

.service__title__jp {
  margin-top: 9px;
}
@media screen and (min-width: 846px) {
  .service__title__jp {
    margin-top: 17px;
  }
}

.service__content {
  padding-left: 15px;
  margin-top: -1.7px;
}
@media screen and (min-width: 846px) {
  .service__content {
    padding-left: 0;
  }
}

@media screen and (min-width: 846px) {
  .service__items-list {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 91px;
  }
}

.service__item {
  position: relative;
  margin-top: 72px;
}
@media screen and (min-width: 846px) {
  .service__item {
    margin-top: 0;
  }
}

.s-item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media not screen and (min-width: 846px) {
  .s-item {
    max-width: 600px;
  }
}
@media screen and (min-width: 846px) {
  .s-item {
    width: 320px;
  }
  .s-item:nth-of-type(2) {
    margin-top: 60px;
  }
  .s-item:nth-of-type(3) {
    margin-top: 120px;
  }
}

.s-item__wrapper {
  position: relative;
  margin: 0 auto;
}

.s-item__num {
  position: absolute;
  top: -55px;
  right: 0;
  width: 103px;
}
.s-item__num img {
  width: 100%;
}

.s-num-2 {
  width: 109px;
}

.s-num-3 {
  width: 112px;
}

.s-item__title {
  position: absolute;
  bottom: 25px;
  left: -15px;
  width: 310px;
}
.s-item__title p {
  display: inline-block;
  color: #023e78;
  font-size: 28px;
  background: #fff;
  margin-bottom: 8px;
  height: 41px;
  line-height: 41px;
  font-weight: 700;
}
@media screen and (min-width: 846px) {
  .s-item__title {
    width: 180px;
    bottom: 20px;
  }
  .s-item__title p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .s-item__title {
    width: 100%;
    bottom: 25px;
    left: -32px;
  }
  .s-item__title p {
    font-size: 28px;
  }
}

.s-item__text {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 24px; /* 171.429% */
  margin-top: 14px;
}

.cs {
  background: url(../img/case-bg-sp.png) center center/cover no-repeat;
  width: 100%;
}
@media screen and (min-width: 846px) {
  .cs {
    background: url(../img/case-bg-pc.png) center center/cover no-repeat;
  }
}

.cs__inner {
  padding-top: 65px;
  padding-bottom: 47px;
}
@media screen and (min-width: 846px) {
  .cs__inner {
    padding-bottom: 121px;
  }
}

@media screen and (min-width: 846px) {
  .cs__heading {
    padding-top: 46px;
  }
}

.cs__title__en {
  color: #fff;
}

.cs__title__jp {
  color: #fff;
}

.cs__content {
  margin-top: 42px;
}
@media screen and (min-width: 846px) {
  .cs__content {
    margin-top: 84px;
  }
}

.cs__item__list {
  display: flex;
  flex-direction: column;
  gap: 50.5px;
}
@media screen and (min-width: 846px) {
  .cs__item__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;
  }
}

.cs-item {
  color: #fff;
  max-width: 335px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 846px) {
  .cs-item {
    max-width: 320px;
  }
}

.cs-item__client {
  margin-top: 17px;
  font-size: 16px;
}
@media screen and (min-width: 846px) {
  .cs-item__client {
    margin-top: 19px;
  }
}

.cs-item__meta {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 846px) {
  .cs-item__meta {
    margin-top: 16px;
  }
}

.cs-item__meta__tag {
  padding: 8px 15px;
  border: 1px solid #fff;
}

.cs-item__meta__link {
  transition: all 0.3s ease 0s;
}
.cs-item__meta__link:hover {
  transform: translateX(5px);
}
.cs-item__meta__link:hover svg path {
  fill: #fff400;
}
@media screen and (min-width: 846px) {
  .cs-item__meta__link {
    margin-right: 8px;
  }
}

.cs__link-sp {
  margin-top: 54px;
}

.news {
  padding-top: 65px;
  padding-bottom: 194px;
}
@media screen and (min-width: 846px) {
  .news {
    padding-top: 62px;
    padding-bottom: 158px;
  }
}

.news-bg-skew {
  position: absolute;
  height: 800px;
  width: 100%;
}
@media screen and (min-width: 846px) {
  .news-bg-skew {
    height: 1000px;
  }
}
.news-bg-skew::before,
.news-bg-skew::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
}
.news-bg-skew::before {
  height: 18%;
  background: #fff;
  transform: skewY(10deg);
  transform: top right;
  z-index: -10;
}
.news-bg-skew::after {
  height: 92%;
  background: #edf3f8;
  transform: skewY(10deg);
  transform: top right;
  z-index: -11;
}
@media screen and (min-width: 846px) {
  .news-bg-skew::before {
    height: 53%;
    background: #fff;
    transform: skewY(10deg);
    transform: top right;
    z-index: -10;
  }
  .news-bg-skew::after {
    height: 94%;
    background: #edf3f8;
    transform: skewY(10deg);
    transform: top right;
    z-index: -11;
  }
}

.news__content {
  margin-top: 63px;
}
@media screen and (min-width: 846px) {
  .news__content {
    margin-top: 84px;
  }
}

.news__item__list {
  padding: 40px 20px 50px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 846px) {
  .news__item__list {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 59px 40px 42px;
    gap: 21px;
  }
}

.news-item {
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}

.news-item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-item__meta-tag {
  padding: 8px 19px 7px;
  border: 1px solid #e61264;
  color: #e61264;
  font-size: 12px;
}
@media screen and (min-width: 846px) {
  .news-item__meta-tag {
    padding: 10px 23px;
    font-size: 14px;
  }
}

.news-item__meta-date {
  color: #888;
}

.news-item__body {
  margin-top: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
@media screen and (min-width: 846px) {
  .news-item__body {
    font-size: 16px;
  }
}

@media screen and (min-width: 846px) {
  .footer-menu__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.footer-menu__link-1 {
  background: url(../img/footer-menu-bg-download.png) center center/cover no-repeat;
}

.fm-link {
  padding: 49px 40px 25px;
}
@media screen and (min-width: 846px) {
  .fm-link {
    padding: 62px 20px 50px;
  }
}

.fm-link__lead {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
}
@media screen and (min-width: 846px) {
  .fm-link__lead {
    font-size: 60px;
  }
}

.fm-link__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 13px;
}
@media screen and (min-width: 846px) {
  .fm-link__text {
    margin-top: 11px;
  }
}

.fm-link__button {
  position: relative;
  display: block;
  padding: 28px 20px;
  border: 2px solid #fff400;
  margin-top: 46px;
  transition: all 0.3s;
}
.fm-link__button p {
  color: #fff400;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  transition: all 0.3s;
}
.fm-link__button svg {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.fm-link__button svg path {
  transition: all 0.3s;
}
.fm-link__button:hover {
  background-color: #fff400;
}
.fm-link__button:hover p {
  color: #1a1a1a;
}
.fm-link__button:hover svg {
  right: 10px;
}
.fm-link__button:hover svg path {
  fill: #1a1a1a;
}
@media screen and (min-width: 846px) {
  .fm-link__button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    max-width: 315px;
    padding: 34px 20px 35px;
  }
  .fm-link__button p {
    font-size: 24px;
  }
  .fm-link__button svg {
    right: 29px;
  }
}

.footer-menu__link-2 {
  background: url(../img/footer-menu-bg-contact.png) center center/cover no-repeat;
}

.footer {
  padding-top: 59px;
  padding-bottom: 13px;
  background: #1a1a1a;
  position: relative;
}
@media screen and (min-width: 846px) {
  .footer {
    padding-top: 116px;
    padding-bottom: 17px;
  }
}

.footer__title {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer__title img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .footer__title {
    width: 363px;
  }
}

.footer__info {
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
@media screen and (min-width: 846px) {
  .footer__info {
    margin-top: 27px;
  }
}

.footer__info-text {
  text-align: left;
  display: inline-block;
}

.footer__copyright {
  display: block;
  margin-top: 35px;
  color: #fff;
  line-height: 24px; /* 171.429% */
  text-align: center;
}
@media screen and (min-width: 846px) {
  .footer__copyright {
    margin-top: 76px;
    font-size: 14px;
  }
}

.pagetop {
  position: absolute;
  right: 10px;
  bottom: 24px;
  width: 40px;
}
.pagetop img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .pagetop {
    right: 20px;
    bottom: 40px;
  }
}

.a-mainvisual {
  height: 250px;
  background: url(../img/about-mainvisual-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .a-mainvisual {
    background: url(../img/about-mainvisual-pc.png) center center/cover no-repeat;
  }
}

.breadcum {
  margin-top: 18px;
  font-size: 12px;
}

.a-mission {
  margin-top: 60px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 846px) {
  .a-mission {
    margin-top: 80px;
  }
}

.a-mission__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 281px;
  background: url(../img/about-handshake-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .a-mission__bg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 353px;
    max-width: 1100px;
    background: url(../img/about-handshake-pc.png) center center/cover no-repeat;
  }
}

.a-mission__title {
  margin-top: 5px;
}
@media screen and (min-width: 846px) {
  .a-mission__title {
    margin-top: 11px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

.a-mission__title-en {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 846px) {
  .a-mission__title-en {
    font-size: 100px;
  }
}

.a-mission__title-jp {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (min-width: 846px) {
  .a-mission__title-jp {
    margin-top: 15px;
    font-size: 24px;
  }
}

.a-mission__content {
  margin-top: 138px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 18px 20px;
}
@media screen and (min-width: 846px) {
  .a-mission__content {
    margin-top: 123px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 40px 30px 40px;
  }
}

.a-mission__content__title {
  color: #023e78;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .a-mission__content__title {
    font-size: 24px;
  }
}

.a-mission__content__body {
  margin-top: 18px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 846px) {
  .a-mission__content__body {
    margin-top: 31px;
  }
}

.a-vision {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 846px) {
  .a-vision {
    margin-top: 60px;
  }
}

.a-vision__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 281px;
  background: url(../img/about-vision-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .a-vision__bg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 353px;
    max-width: 1100px;
    background: url(../img/about-vision-pc.png) center center/cover no-repeat;
  }
}

.a-vision__title {
  margin-top: 5px;
}
@media screen and (min-width: 846px) {
  .a-vision__title {
    margin-top: 11px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

.a-vision__title-en {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 846px) {
  .a-vision__title-en {
    font-size: 100px;
  }
}

.a-vision__title-jp {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (min-width: 846px) {
  .a-vision__title-jp {
    margin-top: 15px;
    font-size: 24px;
  }
}

.a-vision__content {
  margin-top: 138px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 18px 20px;
}
@media screen and (min-width: 846px) {
  .a-vision__content {
    margin-top: 123px;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 40px 30px 40px;
  }
}

.a-vision__content__title {
  color: #023e78;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .a-vision__content__title {
    font-size: 24px;
  }
}

.a-vision__content__body {
  margin-top: 18px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 846px) {
  .a-vision__content__body {
    margin-top: 31px;
  }
}

.a-summary {
  background: url(../img/about-summary-bg-sp.png) center center/cover no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 846px) {
  .a-summary {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 61px;
  }
}

.a-summary__content {
  border: 1px solid #707070;
  background: #fff;
  padding: 40px 19px 38px;
}
@media screen and (min-width: 846px) {
  .a-summary__content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 39px 80px;
  }
}

.a-summary__content__title {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.a-summary__content__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 846px) {
  .a-summary__content__list {
    margin-top: 60px;
    gap: 24px;
  }
}

.a-s-content__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  border-bottom: 1px solid #e8eaec;
  width: 100%;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 16px;
}
.a-s-content__item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background-color: #023e78;
}
.a-s-content__item:nth-of-type(1) {
  border-top: 1px solid #e8eaec;
  width: 100%;
  padding-top: 16px;
}
.a-s-content__item:nth-of-type(1)::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 100px;
  height: 1px;
  background-color: #023e78;
}
@media screen and (min-width: 846px) {
  .a-s-content__item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 25px;
  }
  .a-s-content__item::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 200px;
    height: 1px;
    background-color: #023e78;
  }
  .a-s-content__item:nth-of-type(1) {
    border-top: 1px solid #e8eaec;
    width: 100%;
    padding-top: 25px;
  }
  .a-s-content__item:nth-of-type(1)::before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    width: 200px;
    height: 1px;
    background-color: #023e78;
  }
}

.a-s-content__item__meta {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .a-s-content__item__meta {
    width: 200px;
    padding-left: 32px;
    font-size: 16px;
  }
}

.a-s-content__item__body {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding-left: 24px;
  white-space: wrap;
}
@media screen and (min-width: 846px) {
  .a-s-content__item__body {
    padding-left: 36px;
    font-size: 16px;
  }
}

.a-member {
  padding-top: 60px;
  padding-bottom: 157px;
  position: relative;
}
@media screen and (min-width: 846px) {
  .a-member {
    padding-top: 120px;
    padding-bottom: 186px;
  }
}

.a-member-bg-skew {
  position: absolute;
  height: 2500px;
  width: 100%;
}
@media screen and (min-width: 846px) {
  .a-member-bg-skew {
    height: 2000px;
  }
}
.a-member-bg-skew::before,
.a-member-bg-skew::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
}
.a-member-bg-skew::before {
  height: 31%;
  background: #fff;
  transform: skewY(10deg);
  transform: top right;
  z-index: -10;
}
.a-member-bg-skew::after {
  height: 69.8%;
  background: #edf3f8;
  transform: skewY(10deg);
  transform: top right;
  z-index: -11;
}
@media screen and (min-width: 846px) {
  .a-member-bg-skew::before {
    height: 25%;
    background: #fff;
    transform: skewY(10deg);
    transform: top right;
    z-index: -10;
  }
  .a-member-bg-skew::after {
    height: 44.5%;
    background: #edf3f8;
    transform: skewY(10deg);
    transform: top right;
    z-index: -11;
  }
}

.a-member__title {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.a-member__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 63px;
}
@media screen and (min-width: 846px) {
  .a-member__content {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    gap: 60px;
  }
}

.a-member__content__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 846px) {
  .a-member__content__item {
    flex-direction: row-reverse;
    gap: 40px;
  }
}

.a-m-item__image {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.a-m-item__image img {
  width: 100%;
}

.a-m-item__body {
  margin-top: 22px;
}
@media screen and (min-width: 846px) {
  .a-m-item__body {
    margin-top: 0;
    width: 408px;
  }
}

.a-m-item__body__prof {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.a-m-item__body__prof__post {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.a-m-item__body__prof__name {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.a-m-item__body__text {
  margin-top: 17px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 846px) {
  .a-m-item__body__text {
    margin-top: 30px;
  }
}

.a-m-item__body__sns {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 29px;
}
@media screen and (min-width: 846px) {
  .a-m-item__body__sns {
    margin-top: 32px;
    gap: 30px;
  }
}

.sns-twitter {
  width: 28px;
}
.sns-twitter img {
  width: 100%;
}

.sns-facebook {
  width: 28px;
}
.sns-facebook img {
  width: 100%;
}

.sns-instagram {
  width: 28px;
}
.sns-instagram img {
  width: 100%;
}

.s-mainvisual {
  height: 250px;
  background: url(../img/service-mainvisual-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .s-mainvisual {
    background: url(../img/service-mainvisual-pc.png) center center/cover no-repeat;
  }
}

.s-programs {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 846px) {
  .s-programs {
    padding-top: 80px;
    padding-bottom: 249px;
  }
}

.s-programs-bg-skew {
  position: absolute;
  height: 3000px;
  width: 100%;
}
@media screen and (min-width: 846px) {
  .s-programs-bg-skew {
    height: 5000px;
  }
}
.s-programs-bg-skew::before,
.s-programs-bg-skew::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
}
.s-programs-bg-skew::before {
  height: 41%;
  background: #fff;
  transform: skewY(10deg);
  transform: top right;
  z-index: -10;
}
.s-programs-bg-skew::after {
  height: 74%;
  background: #edf3f8;
  transform: skewY(10deg);
  transform: top right;
  z-index: -11;
}
@media screen and (min-width: 846px) {
  .s-programs-bg-skew::before {
    height: 27%;
    background: #fff;
    transform: skewY(10deg);
    transform: top right;
    z-index: -10;
  }
  .s-programs-bg-skew::after {
    height: 50%;
    background: #edf3f8;
    transform: skewY(10deg);
    transform: top right;
    z-index: -11;
  }
}

.s__title {
  color: #1a1a1a;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 846px) {
  .s__title {
    font-size: 28px;
    line-height: 40px; /* 142.857% */
  }
}

.s__content {
  margin-top: 59px;
}
@media screen and (min-width: 846px) {
  .s__content {
    margin-top: 133px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.s__content__items {
  display: flex;
  flex-direction: column;
  gap: 79px;
}
@media screen and (min-width: 846px) {
  .s__content__items {
    gap: 358px;
  }
}

.s-c-item {
  position: relative;
  padding-top: 153px;
}
@media screen and (min-width: 846px) {
  .s-c-item {
    padding-top: 0;
  }
}

.s-c-item__bg {
  position: absolute;
  top: 0;
  right: -20px;
  width: 50.1333333333vw;
}
.s-c-item__bg img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .s-c-item__bg {
    top: 63px;
    right: -90px;
    width: 43.75vw;
    max-width: 560px;
  }
}
.s-c-item__bg.is-rev {
  right: auto;
  left: -20px;
}
@media screen and (min-width: 846px) {
  .s-c-item__bg.is-rev {
    right: 0;
    left: -90px;
  }
}

.s-c-item__body {
  padding: 42px 20px 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 846px) {
  .s-c-item__body {
    width: 590px;
    padding: 93px 40px 60px;
  }
}
.s-c-item__body.is-rev {
  margin-left: auto;
}

.s-c-item__body__num {
  position: absolute;
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  top: -43px;
}
@media screen and (min-width: 846px) {
  .s-c-item__body__num {
    font-size: 100px;
    top: -53px;
    left: 59px;
  }
}
.s-c-item__body__num.is-rev {
  right: 20px;
}

.s-c-item__body__title-jp {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  line-height: 36px; /* 128.571% */
}
@media screen and (min-width: 846px) {
  .s-c-item__body__title-jp {
    font-size: 40px;
  }
}

.s-c-item__body__title-en {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-top: 6px;
}
@media screen and (min-width: 846px) {
  .s-c-item__body__title-en {
    font-size: 16px;
    padding-top: 10px;
  }
}

.s-c-item__body__text {
  margin-top: 31px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 846px) {
  .s-c-item__body__text {
    margin-top: 59px;
    padding-bottom: 58px;
  }
}

.s-c-item__body__target {
  display: flex;
  gap: 52px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 846px) {
  .s-c-item__body__target {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.target__meta {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.target__body {
  width: 215px;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 846px) {
  .target__body {
    width: 392px;
  }
}

.s-c-item__body__fee {
  display: flex;
  gap: 52px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 846px) {
  .s-c-item__body__fee {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.fee__meta {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.fee__body {
  width: 215px;
}
@media screen and (min-width: 846px) {
  .fee__body {
    width: 392px;
  }
}

.s-c-item-link__button {
  position: relative;
  display: block;
  padding: 27px 0;
  max-width: 295px;
  text-align: center;
  border: 2px solid #023e78;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.s-c-item-link__button p {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  transition: all 0.3s;
}
.s-c-item-link__button svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.s-c-item-link__button svg path {
  fill: #023e78;
  transition: all 0.3s;
}
.s-c-item-link__button:hover {
  background-color: #023e78;
}
.s-c-item-link__button:hover p {
  color: #fff;
}
.s-c-item-link__button:hover svg {
  right: 5px;
}
.s-c-item-link__button:hover svg path {
  fill: #fff;
}
@media screen and (min-width: 846px) {
  .s-c-item-link__button {
    margin-top: 59px;
    max-width: 305px;
    text-align: center;
    padding: 27px 0;
  }
  .s-c-item-link__button p {
    font-size: 16px;
  }
  .s-c-item-link__button svg {
    right: 18px;
  }
}

.s-flow {
  background: url(../img/s-flow-bg.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .s-flow {
    background: url(../img/s-flow-bg-pc.png) center center/cover no-repeat;
  }
}

.s-flow__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 846px) {
  .s-flow__inner {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.s-flow__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.s-flow__content {
  margin-top: 40px;
}

@media screen and (min-width: 1094px) {
  .s-flow__steps {
    display: flex;
    justify-content: center;
  }
}

.s-flow__step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
.s-flow__step.gap-fix {
  gap: 15.5px;
}
@media screen and (min-width: 1094px) {
  .s-flow__step {
    flex-direction: column;
  }
  .s-flow__step.gap-fix {
    gap: 17px;
  }
}

@media screen and (min-width: 1094px) {
  .s-flow__step__meta {
    display: flex;
    align-items: baseline;
    gap: 7px;
  }
}

.s-flow__step__text {
  color: #fff400;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.s-flow__step__num {
  color: #fff400;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.s-flow__nav-step-01 {
  width: 275px;
  padding: 22px 20px;
  background: #edf3f8;
  position: relative;
}
.s-flow__nav-step-01:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  left: 0;
  top: 100%;
  background: linear-gradient(to right top, hsla(0deg, 0%, 100%, 0) 50%, #edf3f8 50.5%) 0 0/50% 100% no-repeat, linear-gradient(to left top, hsla(0deg, 0%, 100%, 0) 50%, #edf3f8 50.5%) 100% 0/50% 100% no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1094px) {
  .s-flow__nav-step-01 {
    max-width: 275px;
    height: 209px;
    padding: 46px 5px 47px 20px;
  }
  .s-flow__nav-step-01:after {
    border-bottom: 104.5px solid transparent;
    border-left: 30px solid #edf3f8;
    border-top: 104.5px solid transparent;
    height: 0;
    inset: 0 -30px auto auto;
    width: 0;
  }
}

.s-flow__nav-step-02 {
  width: 275px;
  padding: 38px 20px 19px;
  background: #dde8f0;
  position: relative;
}
.s-flow__nav-step-02:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  left: 0;
  top: 100%;
  background: linear-gradient(to right top, hsla(0deg, 0%, 100%, 0) 50%, #dde8f0 50.5%) 0 0/50% 100% no-repeat, linear-gradient(to left top, hsla(0deg, 0%, 100%, 0) 50%, #dde8f0 50.5%) 100% 0/50% 100% no-repeat;
  z-index: 2;
}
@media screen and (min-width: 1094px) {
  .s-flow__nav-step-02 {
    max-width: 275px;
    height: 209px;
    padding: 46px 5px 47px 50px;
  }
  .s-flow__nav-step-02:after {
    border-bottom: 104.5px solid transparent;
    border-left: 30px solid #dde8f0;
    border-top: 104.5px solid transparent;
    height: 0;
    inset: 0 -30px auto auto;
    width: 0;
  }
}

.s-flow__nav-step-03 {
  width: 275px;
  padding: 41px 20px 18px;
  background: #c7dbe9;
  position: relative;
}
.s-flow__nav-step-03:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  left: 0;
  top: 100%;
  background: linear-gradient(to right top, hsla(0deg, 0%, 100%, 0) 50%, #c7dbe9 50.5%) 0 0/50% 100% no-repeat, linear-gradient(to left top, hsla(0deg, 0%, 100%, 0) 50%, #c7dbe9 50.5%) 100% 0/50% 100% no-repeat;
  z-index: 3;
}
@media screen and (min-width: 1094px) {
  .s-flow__nav-step-03 {
    max-width: 275px;
    height: 209px;
    padding: 46px 3px 47px 50px;
  }
  .s-flow__nav-step-03:after {
    border-bottom: 104.5px solid transparent;
    border-left: 30px solid #c7dbe9;
    border-top: 104.5px solid transparent;
    height: 0;
    inset: 0 -30px auto auto;
    width: 0;
  }
}

.s-flow__nav-step-04 {
  width: 275px;
  padding: 42px 20px 20px;
  background: #b0d0e5;
}
@media screen and (min-width: 1094px) {
  .s-flow__nav-step-04 {
    max-width: 252px;
    height: 209px;
    padding: 46px 10px 47px 50px;
  }
  .s-flow__nav-step-04:after {
    border-bottom: 104.5px solid transparent;
    border-left: 30px solid #b0d0e5;
    border-top: 104.5px solid transparent;
    height: 0;
    inset: 0 -30px auto auto;
    width: 0;
  }
}

.nav-item__title {
  color: #023e78;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1094px) {
  .nav-item__title {
    font-size: 20px;
    text-align: left;
  }
}

.nav-item__body {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-top: 6px;
}
.nav-item__body span {
  color: #e61264;
}

.s-qa {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 846px) {
  .s-qa {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

.s-qa__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.s-qa__boxes {
  margin-top: 40px;
}
@media screen and (min-width: 846px) {
  .s-qa__boxes {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-qa__box {
  transition: all 0.3s;
}
.s-qa__box.is-open .s-qa-box__head-text {
  color: #e61264;
}
.s-qa__box.is-open .s-qa-box__head:before {
  background-color: #e61264;
  transform: translateY(-50%) rotate(45deg);
}
.s-qa__box.is-open .s-qa-box__head:after {
  background-color: #e61264;
  transform: translateY(-50%) rotate(45deg);
}

.s-qa-box {
  padding-top: 19px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.s-qa-box__head {
  position: relative;
  width: 100%;
}
.s-qa-box__head:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 2px;
  background-color: #1a1a1a;
  transition: all 0.3s;
}
.s-qa-box__head:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 21px;
  background-color: #1a1a1a;
  transition: all 0.3s;
}

.s-qa-box__head-text {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 262px;
  transition: all 0.3s;
}
@media screen and (min-width: 846px) {
  .s-qa-box__head-text {
    font-size: 20px;
    width: 100%;
  }
}

.s-qa-box__body {
  margin-top: 19px;
  display: none;
}

.s-qa-box__a-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 846px) {
  .s-qa-box__a-text {
    width: 588px;
    margin-left: 40px;
  }
}

.n-mainvisual {
  height: 250px;
  background: url(../img/news-mainvisual-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .n-mainvisual {
    background: url(../img/news-mainvisual-pc.png) center center/cover no-repeat;
  }
}

.n-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 846px) {
  .n-content {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 846px) {
  .news__wrapper {
    display: flex;
    gap: 40px;
  }
}

@media screen and (min-width: 846px) {
  #primary {
    width: 69.0909090909%;
  }
}

@media screen and (min-width: 846px) {
  #secondary {
    width: 27.2727272727%;
    min-width: 300px;
    flex-shrink: 0;
  }
}

.news-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .news-lead {
    font-size: 32px;
  }
}

.n-entries {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 846px) {
  .n-entries {
    margin-top: 27px;
    gap: 40px;
  }
}

.n-entry-item {
  display: flex;
  gap: 12px;
}

.n-entry-item-img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 35.8208955224%;
}
.n-entry-item-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 846px) {
  .n-entry-item-img {
    width: 32.8947368421%;
  }
  .n-entry-item-img img {
    aspect-ratio: 250/156;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.n-entry-item-body {
  flex-grow: 1;
  flex-shrink: 1;
  width: 74.6268656716%;
}

.n-entry-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.n-entry-item-tag {
  padding: 4px 12px 5px;
  border: 1px solid #e61264;
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .n-entry-item-tag {
    font-size: 14px;
    padding: 8px 24px;
  }
}

.n-entry-item-published {
  color: #888;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.n-entry-item-title {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
@media screen and (min-width: 846px) {
  .n-entry-item-title {
    margin-top: 17px;
    font-size: 16px;
  }
}

.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination a {
  transition: all 0.3s ease 0s;
}
.pagination a:hover {
  opacity: 0.6;
}
.pagination a.next,
.pagination a.prev {
  font-size: 16px;
}
.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}
@media screen and (min-width: 846px) {
  .pagination {
    margin-top: 60px;
  }
}

.page-numbers {
  background: #f8f8f8;
  color: #888;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-right: 6px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.current {
  background: #023e78;
  color: #fff;
  font-weight: 700;
}
.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: 40px;
}
@media screen and (min-width: 846px) {
  .page-numbers {
    margin-right: 8px;
  }
}

.widget_recent {
  margin-top: 100px;
}
@media screen and (min-width: 846px) {
  .widget_recent {
    margin-top: 0;
  }
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.wpost-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 846px) {
  .wpost-items {
    gap: 16px;
  }
}

.wpost-item {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 846px) {
  .wpost-item {
    gap: 10px;
  }
}

.wpost-item-img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 35.8208955224%;
}
.wpost-item-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 846px) {
  .wpost-item-img {
    width: 33.3333333333%;
  }
  .wpost-item-img img {
    aspect-ratio: 1/1;
  }
}

.wpost-item-body {
  flex-grow: 1;
  flex-shrink: 1;
  width: 60.5970149254%;
}

.wpost-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wpost-item-tag {
  padding: 4px 12px 5px;
  border: 1px solid #e61264;
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.wpost-item-published {
  color: #888;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.wpost-item-title {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
@media screen and (min-width: 846px) {
  .wpost-item-title {
    margin-top: 8px;
  }
}

.widget_archive {
  margin-top: 60px;
}
.widget_archive ul {
  border-top: 1px solid #ddd;
  margin-top: 16px;
}
.widget_archive ul li a {
  display: block;
  padding: 17px 17px 16px 39px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.widget_archive ul li a::before {
  position: absolute;
  content: "";
  background: url(../img/widget-arrow.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 846px) {
  .widget_archive {
    margin-top: 80px;
  }
}

.widget_block {
  margin-top: 60px;
}
.widget_block ul {
  border-top: 1px solid #ddd;
  margin-top: 16px;
}
.widget_block ul li a {
  display: block;
  padding: 17px 17px 16px 39px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.widget_block ul li a::before {
  position: absolute;
  content: "";
  background: url(../img/widget-arrow.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (min-width: 846px) {
  .widget_block {
    margin-top: 80px;
  }
}

.nd-content {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 846px) {
  .nd-content {
    margin-top: 80px;
    margin-bottom: 175px;
  }
}

.nd-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nd-item-tag {
  color: #e61264;
  font-size: 12px;
  padding: 8px 12px 9px;
  border: 1px solid #e61264;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .nd-item-tag {
    font-size: 14px;
  }
}

.nd-item-published {
  color: #888;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.nd-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 846px) {
  .nd-item-title {
    margin-top: 22px;
    font-size: 24px;
  }
}

.nd-item-img {
  margin-top: 24px;
}
.nd-item-img img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .nd-item-img {
    margin-top: 41px;
  }
}

.nd-item-body {
  margin-top: 40px;
}
.nd-item-body h2 {
  background: #f8f8f8;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 26px;
  color: #023e78;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: block;
  position: relative;
}
.nd-item-body h2::before {
  position: absolute;
  content: "";
  background: #023e78;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
}
.nd-item-body p {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.nd-item-body h3 {
  margin-top: 32px;
  color: #023e78;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #023e78;
}
.nd-item-body h4 {
  margin-top: 32px;
  color: #023e78;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.nd-item-body ul {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}
@media screen and (min-width: 846px) {
  .nd-item-body h2 {
    padding-bottom: 10px;
  }
  .nd-item-body h3 {
    margin-top: 38px;
  }
  .nd-item-body h4 {
    margin-top: 39px;
  }
  .nd-item-body ul {
    margin-top: 38px;
    margin-left: 40px;
  }
}

q {
  display: block;
  padding: 32px 30px;
  margin-top: 57px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  background: #f8f8f8;
  position: relative;
}
q::before {
  position: absolute;
  content: "";
  background: url(../img/quote.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 20px;
  z-index: 0;
}
q::after {
  position: absolute;
  content: "";
  background: #023e78;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}
q p {
  position: relative;
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 846px) {
  q {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 74px;
    padding: 33px 35px;
  }
}

blockquote {
  display: block;
  padding: 32px 30px;
  margin-top: 57px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  background: #f8f8f8;
  position: relative;
}
blockquote::before {
  position: absolute;
  content: "";
  background: url(../img/quote.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 20px;
  z-index: 0;
}
blockquote::after {
  position: absolute;
  content: "";
  background: #023e78;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}
blockquote p {
  position: relative;
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 846px) {
  blockquote {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 74px;
    padding: 33px 35px;
  }
}

.nd-item-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.nd-item-prev,
.nd-item-next {
  display: inline-block;
  color: #023e78;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #023e78;
}

.nd-item-prev {
  margin-right: auto;
}

.nd-item-next {
  margin-left: auto;
}

.cs-mainvisual {
  height: 250px;
  background: url(../img/casestudy-mainvisual-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .cs-mainvisual {
    background: url(../img/casestudy-mainvisual-pc.png) center center/cover no-repeat;
  }
}

.c-s-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 846px) {
  .c-s-content {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.c-s__links__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 846px) {
  .c-s__links__list {
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
  }
}

.c-s-link__item {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  background: #eee;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 294px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 846px) {
  .c-s-link__item {
    width: 208px;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-s-content__items {
  margin-top: 62px;
  display: flex;
  flex-direction: column;
  gap: 62px;
}
@media screen and (min-width: 846px) {
  .c-s-content__items {
    margin-top: 80px;
    gap: 80px;
  }
}

.c-s-item__title {
  padding-left: 18px;
  position: relative;
}
.c-s-item__title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  background: #023e78;
  left: 0;
  top: 0;
}
@media screen and (min-width: 846px) {
  .c-s-item__title {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.c-s-item__title-jp {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .c-s-item__title-jp {
    font-size: 28px;
  }
}

.c-s-item__title-en {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .c-s-item__title-en {
    font-size: 16px;
  }
}

@media screen and (min-width: 846px) {
  .c-s-item__case__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 66px;
    margin-top: 67px;
  }
}

.c-s-item__case {
  margin-top: 25px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}
@media screen and (min-width: 846px) {
  .c-s-item__case {
    margin-top: 0;
  }
}

.c-s-case__head {
  border-radius: 12px 12px 0px 0px;
  background: #023e78;
  display: flex;
  justify-content: space-between;
  padding: 6px 20px 7px;
  align-items: center;
}
@media screen and (min-width: 846px) {
  .c-s-case__head {
    padding-top: 18px;
    padding-bottom: 19px;
    position: relative;
  }
}

.case__title__business {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 846px) {
  .case__title__business {
    font-size: 14px;
  }
}

.case__title__client {
  margin-top: 3px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 846px) {
  .case__title__client {
    margin-top: 8px;
    align-items: baseline;
    gap: 16px;
  }
}

.cs-client-name {
  font-size: 16px;
}
@media screen and (min-width: 846px) {
  .cs-client-name {
    font-size: 24px;
  }
}

.cs-client-sup {
  font-size: 14px;
}
@media screen and (min-width: 846px) {
  .cs-client-sup {
    font-size: 16px;
  }
}

.case__image {
  width: 90px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.case__image img {
  width: 52px;
  height: 52px;
}
@media screen and (min-width: 846px) {
  .case__image {
    position: absolute;
    right: 20px;
    width: 12.5vw;
    height: 8.75vw;
    max-width: 160px;
    max-height: 112px;
  }
  .case__image img {
    width: 68px;
    height: 68px;
  }
}

.c-s-case__body {
  padding-top: 22px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.case-body__course {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #ddd;
}

.case-body__text__list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.case-body__text-head {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.case-body__text-head::before {
  position: absolute;
  content: "";
  background: url(../img/icon-check.png) center center/contain no-repeat;
  width: 15.516px;
  height: 15.516px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.case-body__text-detail {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.c-s-item__link__button {
  position: relative;
  display: block;
  padding: 27px 0;
  width: 295px;
  text-align: center;
  border: 2px solid #023e78;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.c-s-item__link__button p {
  color: #023e78;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  transition: all 0.3s;
}
.c-s-item__link__button svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c-s-item__link__button svg path {
  fill: #023e78;
  transition: all 0.3s;
}
.c-s-item__link__button:hover {
  background-color: #023e78;
}
.c-s-item__link__button:hover p {
  color: #fff;
}
.c-s-item__link__button:hover svg {
  right: 5px;
}
.c-s-item__link__button:hover svg path {
  fill: #fff;
}
@media screen and (min-width: 846px) {
  .c-s-item__link__button {
    margin-top: 59px;
    text-align: center;
    padding: 24px 80px;
    width: 400px;
    white-space: nowrap;
  }
  .c-s-item__link__button p {
    font-size: 16px;
  }
  .c-s-item__link__button svg {
    right: 18px;
  }
}

.contact-mainvisual {
  height: 250px;
  background: url(../img/contact-mainvisual-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .contact-mainvisual {
    background: url(../img/contact-mainvisual-pc.png) center center/cover no-repeat;
  }
}

.contact__content {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 846px) {
  .contact__content {
    margin-top: 80px;
    margin-bottom: 160px;
  }
}

.contact__inner {
  max-width: 867px;
}

.contact__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.contact__form {
  margin-top: 60px;
}
@media screen and (min-width: 846px) {
  .contact__form {
    margin-top: 80px;
  }
}

.contact__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.Form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 846px) {
  .Form {
    margin-top: 60px;
    gap: 32px;
  }
}

.Form-Item-Label {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .Form-Item-Label {
    font-size: 18px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.wpcf7-form-control-wrap input {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.wpcf7-form-control-wrap input::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.wpcf7-form-control-wrap input::placeholder {
  color: #ccc;
  font-size: 14px;
}
.wpcf7-form-control-wrap select {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.wpcf7-form-control-wrap select.is-empty {
  color: #ccc;
}
.wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 140px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-top: 12px;
  padding-left: 16px;
}
.wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
.wpcf7-form-control-wrap textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}
@media screen and (min-width: 846px) {
  .wpcf7-form-control-wrap {
    margin-top: 12px;
  }
  .wpcf7-form-control-wrap input {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 16px;
  }
  .wpcf7-form-control-wrap input::-moz-placeholder {
    font-size: 16px;
  }
  .wpcf7-form-control-wrap input::placeholder {
    font-size: 16px;
  }
  .wpcf7-form-control-wrap select {
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 16px;
    font-size: 16px;
  }
  .wpcf7-form-control-wrap textarea {
    height: 240px;
    padding-top: 10px;
    padding-left: 16px;
  }
  .wpcf7-form-control-wrap textarea::-moz-placeholder {
    font-size: 16px;
  }
  .wpcf7-form-control-wrap textarea::placeholder {
    font-size: 16px;
  }
}

.Form-Item-Label-Required {
  color: #fff;
  background: #e61264;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin-left: 12px;
}

.checkbox-privacy {
  padding-top: 32px;
}
@media screen and (min-width: 846px) {
  .checkbox-privacy {
    margin-top: 8px;
  }
}

.wpcf7-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.wpcf7-checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  transition: border-color 0.3s;
}
.wpcf7-checkbox input:checked + label::after {
  opacity: 1;
}
.wpcf7-checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 36px;
}
.wpcf7-checkbox label::before,
.wpcf7-checkbox label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-checkbox label::before {
  width: 28px;
  height: 28px;
  border: 1px solid #3e3e3e;
  transition: border-color 0.3s;
  background: #fff;
}
.wpcf7-checkbox label::after {
  width: 14px;
  height: 9px;
  left: 7px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.wpcf7-checkbox a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-right: 6px;
}
@media screen and (min-width: 846px) {
  .wpcf7-checkbox {
    font-size: 16px;
  }
  .wpcf7-checkbox::before {
    width: 32px;
    height: 32px;
  }
  .wpcf7-checkbox a {
    margin-right: 10px;
  }
}

.wpcf7-acceptance {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.wpcf7-acceptance input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  transition: border-color 0.3s;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 36px;
}
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  width: 28px;
  height: 28px;
  border: 1px solid #3e3e3e;
  transition: border-color 0.3s;
  background: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  width: 14px;
  height: 9px;
  left: 7px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.wpcf7-acceptance a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-right: 6px;
}
@media screen and (min-width: 846px) {
  .wpcf7-acceptance {
    font-size: 16px;
  }
  .wpcf7-acceptance::before {
    width: 32px;
    height: 32px;
  }
  .wpcf7-acceptance a {
    margin-right: 10px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.button-wrap {
  margin-top: 32px;
  width: 295px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 846px) {
  .button-wrap {
    margin-top: 8px;
    width: 336px;
  }
}

.wpcf7-submit {
  display: block;
  padding: 26px 0;
  color: #023e78;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #023e78;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
  cursor: pointer;
  width: 100%;
}
.wpcf7-submit:hover {
  color: #fff;
  background: #023e78;
}
@media screen and (min-width: 846px) {
  .wpcf7-submit {
    font-size: 16px;
    padding: 24px 0;
    max-width: 336px;
  }
}

.contact-thanks__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.contact-thanks__link {
  margin-top: 14px;
  display: block;
  padding-left: 22px;
  position: relative;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.contact-thanks__link::before {
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  color: #1a1a1a;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.download-mainvisual {
  height: 250px;
  background: url(../img/download-mainvisual-sp.png) center center/cover no-repeat;
}
@media screen and (min-width: 846px) {
  .download-mainvisual {
    background: url(../img/download-mainvisual-pc.png) center center/cover no-repeat;
  }
}

.download__content {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 846px) {
  .download__content {
    margin-top: 80px;
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 846px) {
  .download__wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}

@media screen and (min-width: 846px) {
  .download__body {
    width: 510px;
  }
}

.download__body__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 846px) {
  .download__body__title {
    font-size: 28px;
    line-height: 40px; /* 142.857% */
  }
}

.download__body__image {
  margin-top: 40px;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.download__body__image img {
  width: 100%;
}
@media screen and (min-width: 846px) {
  .download__body__image {
    margin-top: 41px;
  }
}

.download__body__text {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 846px) {
  .download__body__text {
    margin-top: 38px;
  }
}

.download__form {
  margin-top: 59px;
  border-radius: 12px;
  background: #edf3f8;
  padding: 40px 20px;
}
@media screen and (min-width: 846px) {
  .download__form {
    margin-top: 0;
    width: 550px;
  }
}

.download__form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .download__form-title {
    font-size: 32px;
  }
}

.download-thanks__form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 846px) {
  .download-thanks__form-title {
    font-size: 32px;
  }
}

.download-thanks__form-text {
  margin-top: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.download-thanks__form-link {
  margin-top: 14px;
  display: block;
  padding-left: 22px;
  position: relative;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.download-thanks__form-link::before {
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  color: #1a1a1a;
}
