/*
 * -> css/writing.css
 */
@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&display=swap");
.l-inner {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
.s--writing {
  color: #363636;
  font-size: 1.6rem;
}
.s--writing * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s--writing h2 {
  margin: 0;
}
.is-call {
  pointer-events: none;
  color: inherit;
}
.c-title {
  padding-left: 50px;
  font-size: 2.2rem;
  line-height: 1.363636363636364;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: left;
}
.c-title::before {
  display: block;
  content: '';
  width: 39px;
  height: 26px;
  background-image: url("../../img/lp/writing/header-point_pc.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
/******************************************************/
.writing-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 420px;
  width: 100%;
  height: 72px;
  font-size: 22px;
  font-weight: 600;
  margin: auto;
  color: #fff;
  background: #fd7158;
  background: -webkit-gradient(linear, left top, right top, from(#fd7158), to(#ffd341));
  background: -webkit-linear-gradient(left, #fd7158 0%, #ffd341 100%);
  background: -o-linear-gradient(left, #fd7158 0%, #ffd341 100%);
  background: linear-gradient(to right, #fd7158 0%, #ffd341 100%);
  /* -webkit-box-shadow: 0 20px 14px rgba(64,106,245,0.18);
  box-shadow: 0 20px 14px rgba(64,106,245,0.18); */
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.writing-btn-white {
  color: #000;
  background: #fff;
  border: 3px solid #000;
}

.writing-btn:nth-child(2) {
  margin-top: 24px;
}

.writing-btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.writing-btn__label {
  width: 100%;
  text-align: center;
}
.s-main {
  padding-bottom: 175px;
}
.s-main-visu {
  margin-top: 72px;
  position: relative;
}
.l-fv {
  width: 100%;
  height: 95.3125vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-fv__main {
  width: 100%;
  height: 81.25vw;
  position: relative;
}
.l-fv__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.l-fv__top {
  position: absolute;
  top: 0;
  right: 0;
}
.l-fv__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-header {
  min-height: calc(798px - 72px);
  padding-top: 7.03125vw;
  padding-bottom: 3.90625vw;
  line-height: 1.166666666666667;
  text-align: center;
}
.l-header__caption {
  display: block;
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.l-header__subject {
  font-size: 9rem;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}
.l-header__subject span {
  display: inline-block;
}
.l-header__desc {
  font-size: 3.2rem;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__desc .strong {
  font-size: 6rem;
  font-weight: 700;
  font-family: 'Chakra Petch', sans-serif;
  color: #ff593b;
}
.l-header__rectangle {
  margin: auto;
  text-align: center;
}
.l-header__btn {
  margin-top: 40px;
}
.l-cta {
  max-width: 880px;
  padding: 8px;
  margin: 45px auto 60px;
  background-image: url("../../img/lp/writing/cta-bg_pc.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-cta-btn .writing-btn {
  margin: 0;
}
.l-cta-content {
  padding: 50px 0 60px;
  color: #fff;
  text-align: center;
}
.l-cta-content__subject {
  font-size: 4.2rem;
  line-height: 1.391304347826087;
  font-weight: 800;
}
.l-cta-content__subject .small{
  font-size: 3.2rem;
}
.l-cta-content__caption {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.l-cta-footer {
  background-color: #fff;
  color: #2959c6;
  position: relative;
}
.l-cta-footer__info {
  font-size: 1.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.l-cta-footer__info .call {
  padding-left: 34px;
  padding-right: 50px;
  font-size: 2rem;
  font-weight: 700;
}
.l-content {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.l-problem {
  padding: 50px 0 0;
}
.l-problem-header {
  margin-bottom: 120px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-problem-header__subject {
  width: 330px;
  font-size: 3rem;
  line-height: 5.5rem;
  font-weight: 800;
  text-align: center;
}
.l-problem-header__subject .strong {
  font-size: 4rem;
  color: #2959c6;
}
.l-problem-header__subject .ul {
  display: inline-block;
  position: relative;
}
.l-problem-header__subject .ul::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #363636;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.l-problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-problem-conductor {
  margin-top: 30px;
  padding-top: 114px;
  font-weight: 800;
  text-align: center;
  background-image: url("../../img/lp/writing/conductor-bg_pc.png");
  background-position: center bottom 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-problem-conductor__caption {
  font-size: 2.1rem;
}
.l-problem-conductor__subject {
  font-size: 6.4rem;
}
.l-problem-conductor__subject .strong {
  color: #ff593b;
}
.p-problem-item {
  width: calc(33.3333% - 10px);
  margin-bottom: 30px;
  padding: 60px 0 50px;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  position: relative;
  background: #fff;
}
.p-problem-item__media {
  width: 102px;
  position: absolute;
  top: 4px;
  right: 0;
}
.p-problem-item__subject {
  font-size: 2rem;
  color: #4cb7ef;
  font-family: 'Chakra Petch', sans-serif;
  text-transform: uppercase;
}
.p-problem-item__subject .num {
  display: inline-block;
  width: 42px;
  margin-left: 0.8rem;
  text-align: center;
  position: relative;
}
.p-problem-item__subject .num::after {
  display: block;
  content: '';
  width: 44px;
  height: 22px;
  background-image: url("../../img/lp/writing/problem-num-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
}
.p-problem-item__desc {
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  margin-top: 1em;
}
.p-problem-item__desc a,
.p-problem-item__desc a:hover {
  color: #2959c6;
}
.p-problem-item__desc .strong {
  color: #2959c6;
}
.l-merit {
  margin: 70px 0 120px;
}
.l-merit-header {
  margin-bottom: 40px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-merit-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-merit-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-merit-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-merit-2 .l-merit-header__title span {
  font-size: 2.2rem;
  line-height: 2.2;
}
.p-merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-merit-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-merit-item:nth-child(odd) .p-merit-item__meta {
  padding: 0 0 0 20px;
}
.p-merit-item:nth-child(n+2) {
  margin-top: 120px;
}
.p-merit-item__meta {
  width: calc(50% + 100px);
  padding: 0 20px 0 0;
}
.p-merit-item__media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-merit-item .meta-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-merit-item .meta-header .point.point01 {
  width: 115px;
}
.p-merit-item .meta-header .point.point02 {
  width: 130px;
}
.p-merit-item .meta-header .point.point03 {
  width: 131px;
}
.p-merit-item .meta-header .subject {
  padding-left: 38px;
  font-size: 2.4rem;
  line-height: 1.583333333333333;
  font-weight: 800;
  color: #2959c6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-merit-item .meta-desc {
  margin-top: 2em;
  line-height: 2;
  letter-spacing: 0;
}
.l-strength {
  margin: 140px 0 120px;
}
.l-strength-header {
  margin-bottom: 50px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-strength-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-strength-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-strength-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-strength-header__title .caption {
  font-size: 2.2rem;
  display: block;
}
.l-strength-header__title .strong {
  font-size: 6.6rem;
  line-height: 1;
  color: #ff593b;
  font-family: 'Chakra Petch', sans-serif;
}
.l-strength-caption {
  line-height: 2;
}
.l-strength-list {
  margin-top: 40px;
}
.p-strength-item {
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-strength-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-strength-item:nth-child(odd) .p-strength-item__meta {
  padding: 0 0 0 50px;
}
.p-strength-item:nth-child(n+2) {
  margin-top: 120px;
}
.p-strength-item__meta {
  width: calc(50% + 110px);
  padding: 0 50px 0 0;
}
.p-strength-item__meta .meta-subject {
  padding-left: 70px;
  font-size: 3.2rem;
  line-height: 1.375;
  font-weight: 800;
  color: #2959c6;
  position: relative;
}
.p-strength-item__meta .meta-subject::after {
  display: block;
  content: '';
  width: 50px;
  height: 40px;
  background-image: url("../../img/lp/writing/strength-point.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-strength-item__meta .meta-subject .caption {
  font-size: 2.2rem;
  display: block;
  color: #363636;
}
.p-strength-item__meta .meta-desc {
  margin-top: 1.75em;
  line-height: 2;
}
.p-strength-item__media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-support {
  margin-top: 140px;
}
.l-support-header {
  margin-bottom: 50px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-support-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-support-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-support-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-support-caption {
  text-align: center;
  line-height: 2;
}
.l-support-figure {
  position: relative;
  margin-top: 20px;
}
.l-qualification {
  margin-bottom: 80px;
}
.l-qualification-content {
  background: #ECF1FC;
  padding: 42px 46px 18px 50px;
}
.l-qualification-header {
  margin-bottom: 30px;
}
.l-qualification-header__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1A294E;
}
.l-qualification-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
.l-qualification-listItem {
}
.l-qualification-listItem__title {
  color: #333333;
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}
.l-qualification-listItem__title::before {
  content: "";
  position: absolute;
  background-image: url("../../img/lp/writing/qualification-icon.svg");
  background-size: cover;
  width: 25px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-qualification-innerListItem {
  padding-left: 21px;
  margin-bottom: 5px;
  position: relative;
}
.l-qualification-innerListItem:last-child {
 margin-bottom: 0;
}
.l-qualification-innerListItem::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #2959C6;
  border-radius: 9px;
  left: 5px;
  top: 8px;
  /* transform: translateY(-50%); */
}
.l-qualification-innerListItemTxt {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 300;
}
.l-qualification-txt {
  font-size: 1.5rem;
  text-align: right;
}
.l-service {
  margin: 60px 0 90px;
}
.l-service-header {
  margin-bottom: 36px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-service-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-service-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-service-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-service-header__title .caption {
  font-size: 2.2rem;
  display: block;
}
.l-service-header__title .strong {
  font-size: 6.6rem;
  line-height: 1;
  color: #ff593b;
  font-family: 'Chakra Petch', sans-serif;
}
.l-service-caption {
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
.l-service-list {
  margin: 40px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-service-item {
  width: 33.333333333333336%;
  padding: 0 10px 60px;
  position: relative;
}
.p-service-item:nth-child(n+4) {
  margin-top: 80px;
}
.p-service-item::before {
  display: block;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 30px);
  position: absolute;
  top: 30px;
  left: 10px;
  -webkit-box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  z-index: -1;
}
.p-service-item__media {
  text-align: center;
}
.p-service-item__meta {
  padding: 0 30px;
  letter-spacing: 0;
}
.p-service-item__meta .meta-subject {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2959c6;
  text-align: center;
}
.p-service-item__meta .meta-subject a,
.p-service-item__meta .meta-subject a:hover {
  color: #2959c6;
}
.p-service-item__meta .meta-desc {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2;
}
.l-research {
  margin-bottom: 53px;
}
.l-research-header {
  margin-bottom: 30px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-research-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-research-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-research-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-research-header__title .caption {
  font-size: 2.2rem;
  display: block;
}
.p-research-captionTxt {
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.l-research-listWrap {
  background: #ECF1FC;
  margin-top: 33px;
  padding: 42px 30px;
}
.p-research-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-research-listItem {
  -webkit-box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  box-shadow: 0 12px 20px rgba(64,106,245,0.12);
}
.p-research-listItemUpper,
.p-research-listItemLower {
  background: #fff;
}
.p-research-listItemUpper {
  padding: 10px 10px 0;
}
.p-research-listItemLower {
  text-align: center;
  padding: 26px 0;
}
.p-research-listItemLowerTxt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1A294E;
  display: inline-block;
  position: relative;
  padding-right: 28px;
}
.p-research-listItemLowerTxt::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  background-image: url("../../img/lp/writing/research-modal-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 940px;
  overflow-y: auto;
  padding: 18px;
  width: 80%;
  text-align: center;
}
.modal-header {
  position: fixed;
  right: 40px;
  top: 40px;
}
.modal-close {
  background: transparent;
  border: 0;
  outline: none;
}
.modal-header .modal-close::before {
  content: "\2715";
  color: #FFF;
  font-size: 24px;
}
/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}




.l-price {
  margin-bottom: 80px;
}
.l-price-header {
  margin-bottom: 30px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-price-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-price-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-price-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-price .p-price-border {
  border: 5px solid #2959C6;
}
.l-price-listWrap {
  margin-bottom: 19px;
}
.p-price-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-price-listItem,
.l-price-option {
  -webkit-box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  box-shadow: 0 12px 20px rgba(64,106,245,0.12);
}
.p-price-listItem {
  display: grid;
  grid-template-rows: 76px auto 116px;
}
.p-price-listItemTitle {
  text-align: center;
  border: 5px solid #fff;
  background: #2959C6;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-price-listItemTitleTxt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
}
.p-price-listItemInner {
  padding: 21px 24px 0;
}
.p-price-listItemInnerLinkBox {
  padding: 23px 24px 32px;
}
.p-price-listItemInnerLink {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #fd7158 0%, #ffd341 100%);
  border-radius: 10px;
  -webkit-box-shadow: 2px 6px 8px rgba(1,1,116,0.14);
  box-shadow: 2px 6px 8px rgba(1,1,116,0.14);
  letter-spacing: 0.08rem;
  padding: 12px 0;
  transition: all 0.3s ease-out;
}
.p-price-listItemInnerLink:hover {
  text-decoration: none;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.p-price-listItemInnerLinkTxt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.26;
}
.p-price-listItemInnerTitle {
  color: #2959C6;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 23px;
}
.p-price-listItemInnerTitle strong {
  font-size: 3rem;
  line-height: inherit;
}
.p-price-listItemInnerTxt {
  color: #363636;
  font-weight: 300;
  font-size: 1.4rem;
}
.l-price-option {
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 120px 1fr;
}
.p-price-optionTitleTxt {
  font-size: 2.2rem;
  color: #2959C6;
  font-weight: bold;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1;
}
.p-price-optionList {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: 2fr;
  row-gap: 1.6rem;
  column-gap: 1rem;
}
.p-price-optionListItemTxt::before {
  content: "";
  position: absolute;
  background: #363636;
  width: 4px;
  height: 4px;
  border-radius: 23px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.p-price-optionListItemTxt {
  padding-left: 17px;
  font-size: 1.6rem;
  color: #363636;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.l-organization {
  margin-bottom: 68px;
}
.l-organization-header {
  margin-bottom: 30px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-organization-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-organization-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-organization-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-organization-header__title .caption {
  font-size: 2.2rem;
  display: block;
}
.l-organization-caption {
  margin-bottom: 34px;
}
.p-organization-captionTxt {
  letter-spacing: 0;
  text-align: center;
}
.l-organization-box {
  background: #ECF1FC;
  text-align: center;
  padding: 29px 30px;
}
.l-organization-box.u-upper {
  margin-bottom: 20px;
}
.l-organization-box.u-lower {
  padding-bottom: 15px;
}
.p-organization-boxTitle {
  margin-bottom: 20px;
}
.p-organization-boxTitleTxt {
  font-weight: 700;
  font-size: 1.6rem;
  color: #363636;
  line-height: 1;
}
.p-organization-box,
.p-organization-boxListItem {
  background: #fff;
  border: 1px solid #2959C6;
  padding: 17px 0;
  -webkit-box-shadow: 6px 6px 12px rgba(64,106,245,0.12);
  box-shadow: 6px 6px 12px rgba(64,106,245,0.12);
}
.u-lower .p-organization-box {
  display: inline-block;
  padding-right: 32px;
  padding-left: 32px;
}
.p-organization-boxTxt {
  font-weight: 600;
  font-size: 1.6rem;
  color: #2959C6;
  line-height: 1;
}
.p-organization-boxTxt sup {
  font-size: 1.2rem;
  vertical-align: top;
}
.p-organization-boxList {
  margin-top: 55px;
  margin-bottom: 31px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.2rem;
  position: relative;
}
.p-organization-boxList::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #2959C6;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
}
.p-organization-boxListItem {
  position: relative;
}
.p-organization-boxListItem::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background: #2959C6;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
}
.p-organization-boxListItem:nth-child(3):before {
  height: 56px;
  top: -56px;
}
.p-organization-boxListItem:nth-child(1):after {
  content: "";
  position: absolute;
  left: -1px;
  top: -56px;
  width: 50%;
  height: 55px;
  background: #ECF1FC;
}
.p-organization-boxListItem:nth-child(5):after {
  content: "";
  position: absolute;
  right: -1px;
  top: -56px;
  width: 50%;
  height: 55px;
  background: #ECF1FC;
}
.p-organization-caption {
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
  color: #363636;
  line-height: 1;
}
.l-relatedservice {
  margin-bottom: 40px;
}
.l-relatedservice-header {
  margin-bottom: 30px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-relatedservice-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-relatedservice-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-relatedservice-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.p-relatedservice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-relatedservice-listItemInner {
  -webkit-box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  box-shadow: 0 12px 20px rgba(64,106,245,0.12);
}
.p-relatedservice-listItemImg {
  position: relative;
  overflow: hidden;
}
.p-relatedservice-listItemImg::before {
  content: "";
  position: absolute;
  background: #91BBF4;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  right: -15px;
  bottom: -18px;
}
.p-relatedservice-listItemImgCap {
  position: absolute;
  color: #fff;
  right: 12px;
  bottom: 23px;
  line-height: 1.125;
}
.p-relatedservice-listItemImgCap.u-fst {
  bottom: 13px;
}
.p-relatedservice-listItemTitle {
  display: grid;
  grid-template-columns: 1fr 22%;

}
.p-relatedservice-listItemTitleButton {
  padding: 32px 23px 29px;
  background: transparent;
  border: none;
  width: 100%;
  position: relative;
}
.p-relatedservice-listItemTitleButton::before,
.p-relatedservice-listItemTitleButton::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #2959C6;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}
.p-relatedservice-listItemTitleButton::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
  top: 49%;
}
.p-relatedservice-listItemTitleButton.active::after {
  transform: rotate(0);
}

.p-relatedservice-listItemTitleLink {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2959C6;
  line-height: 1;
  text-decoration: underline;
  text-align: left;
  padding: 32px 0 29px 32px;
}
.p-relatedservice-listItemTxt {
  font-size: 1.4rem;
  font-weight: 300;
  color: #363636;
  height: 0;
  padding: 0 32px;
  opacity: 0;
  visibility: hidden;
}
.p-relatedservice-listItemTxt.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0 32px 26px;
  transition: 0.3s;
}
.l-survey {
  margin-bottom: 52px;
}
.l-survey .l-inner{
  background: #ECF1FC;
  padding: 49px 40px;
}
.l-survey-header {
  margin: 0 auto;
  margin-bottom: 30px;
  height: 130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-survey-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: auto;
}
.l-survey-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.p-survey-headerIcon {
  position: absolute;
  width: 67px;
  left: 0;
  top: 0;
}
.p-survey-headerImg {
  position: absolute;
  width: 167px;
  right: 0;
  bottom: 0;
}
.l-survey-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-survey-header__title .u-small {
  display: inline;
  font-size: inherit;
}
.l-survey-caption {
  margin-bottom: 27px;
}
.p-survey-captionTxt {
  letter-spacing: 0;
  text-align: center;
}
.l-survey-table {
  width: 100%;
  border: 7px solid #2959C6;
  border-collapse: collapse;
  margin-bottom: 27px;
}
.p-survey-tableThTitle {
  border: 3px solid #fff;
  background: #2959C6;
  padding: 21px 0 25px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.14rem;
  line-height: 1;
  color: #fff;
}
.p-survey-tableTh strong {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: inherit;
  margin-right: 14px;
}
.p-survey-tableBody {
  border-collapse: collapse;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  gap: 0.4rem;
  background: #ECF1FC;
}
.p-survey-tableBodyTr {
  background: #fff;
}
.p-survey-tableTd {
  display: grid;
  grid-template-columns: 15% 62% 1fr;
  align-items: center;
  min-height: 46px;
}
.p-survey-tableTd.u-last {
  display: block;
  position: relative;
}
.p-survey-tableTdNo {
  text-align: right;
  padding-right: 14px;
  line-height: 1;
  color: #34353E;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-survey-tableTdTitle {
  line-height: 1;
  color: #34353E;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-survey-tableTdPercentage {
  line-height: 1;
  color: #34353E;
  font-size: 1.6rem;
  font-weight: 500;
}
.u-strong .p-survey-tableTdNo {
  font-size: 2rem;
  font-weight: 800;
}
.u-strong .p-survey-tableTdTitle {
  color: #FB593B;
  font-size: 2rem;
  font-weight: 800;
}
.u-strong .p-survey-tableTdPercentage {
  font-size: 2rem;
  font-weight: 800;
}
.p-survey-tableTdLastTxt {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  position: absolute;
  right: 11px;
  bottom: 12px;
}
.l-survey-bottom {
  position: relative;
}
.p-survey-bottomList {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 0.9rem 1.4rem;
}
.p-survey-bottomListTitle,
.p-survey-bottomListDetail {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  color: #363636;
}
.p-survey-bottomListTitle {
  position: relative;
}
.p-survey-bottomListTitle::after {
  content: ":";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}
.p-survey-bottomLink {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-decoration: underline;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2D84FA;
}
.l-differ {
  margin-bottom: 85px;
}
.l-differ-header {
  margin-bottom: 50px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-differ-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-differ-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-differ-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-differ-caption {
  text-align: center;
  margin-bottom: 25px;
}
.l-differ-caption br {
  display: none;
}
.l-differ-content {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-differ-content::-webkit-scrollbar {
  display: none;
}
.l-differ-table {
  border-collapse: collapse;
  position: relative;
  width: 880px;
}
.l-differ-table th {
  height: 100px;
  background-color: #f5f5f5;
  font-weight: 700;
  line-height: 1.75;
  border-right: 4px solid #fff;
}
.l-differ-table th:first-child {
  background-color: transparent;
  position: relative;
}
.l-differ-table th:first-child::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #F5F7FD;
  left: 0;
  bottom: 0;
}
.l-differ-table th:nth-child(2) {
  background-color: #2959C6;
  color: #fff;
  position: relative;
}
.l-differ-table th:last-child {
  border-right: none;
}
.l-differ-table th:last-child br {
  display: none;
}
.l-differ-table td {
  width: 251px;
  height: 130px;
  text-align: center;
  padding: 20px 23px 0;
  vertical-align: top;
  border-right: 4px solid #fff;
}
.l-differ-table td:first-child {
  width: 130px;
  text-align: left;
  padding: 0 0 0 18px;
  vertical-align: middle;
}
.l-differ-table td:nth-child(2) {
  padding: 0;
}
.l-differ-table td:nth-child(2) div {
  padding: 20px 20px 0;
  height: 100%;
  border-left: 4px solid #2959C6;
  border-right: 4px solid #2959C6;
}
.l-differ-table td:last-child {
  border-right: none;
}
.l-differ-table td span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
}
.l-differ-table tbody tr:nth-child(2n) td {
  background-color: #F5F5F5;
}
.l-differ-table tbody tr:nth-child(2n) td:nth-child(2) {
  background-color: #ECF1FC;
}
.l-differ-table tbody tr:nth-child(3) td:nth-child(3),
.l-differ-table tbody tr:nth-child(4) td:nth-child(3),
.l-differ-table tbody tr:nth-child(5) td:nth-child(3) {
  padding-top: 0;
  vertical-align: middle;
}
.l-differ-table tbody tr:last-child td:nth-child(2) div {
  border-bottom: 4px solid #2959C6;
}
.l-differ-line {
  margin-top: 0;
  border: 1px solid #F5F7FD;
  margin-bottom: 16px;
  background-color: #F5F7FD;
}
.l-differ-line br {
  display: none;
}
.l-achieve .l-inner {
  position: relative;
}
.l-achieve-point {
  position: absolute;
  top: 45px;
  right: 0;
}
.l-achieve-header {
  padding: 56px 0 30px;
  letter-spacing: 0;
}
.l-achieve-header__title {
  font-size: 3.4rem;
  line-height: 1.647058823529412;
  font-weight: 800;
  text-align: left;
}
.l-achieve-header__title .subject {
  display: inline-block;
  position: relative;
}
.l-achieve-header__title .subject::before {
  display: block;
  content: '';
  width: 138px;
  height: 144px;
  background-image: url("../../img/lp/writing/achieve-arrow_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 100px;
  top: 0px;
}
.l-achieve-header__title .strong {
  font-size: 6rem;
  line-height: 1;
  color: #ff593b;
}
.p-achieve-item {
  margin: 12px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-achieve-item__meta {
  width: calc(50% + 110px);
  padding-left: 50px;
  margin-top: 30px;
  line-height: 2;
}
.p-achieve-item__media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-study {
  margin: 120px 0 100px;
}
.l-study-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-study-title {
  width: 245px;
}
.l-case {
  margin-bottom: 50px;
}
.l-case .l-inner {
  position: relative;
}
.l-flow {
  margin: 60px 0 75px;
  padding: 50px 0 40px;
  background-color: #ecf1fc;
}
.l-flow-header {
  margin-bottom: 50px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-flow-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-flow-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}

.l-flow-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-flow-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-flow-content {
  max-width: 800px;
  margin: auto;
}
.l-flow-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-flow-list {
  width: 42.5%;
  position: relative;
}
.l-flow-list__left .c-balloon__arrow {
  right: -20px;
}
.l-flow-list__right .c-balloon__arrow {
  left: -20px;
}
.l-flow-icon {
  width: 8%;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.l-flow-icon::before {
  display: block;
  content: '';
  width: 1px;
  height: calc(100% - 140px);
  background-color: #91bbf4;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: -1;
}
.l-flow-icon__item {
  margin-top: 48px;
}
.p-flow-item {
  margin-bottom: 14px;
  padding: 40px 40px 0px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 20px rgba(64,106,245,0.14);
  box-shadow: 0 14px 20px rgba(64,106,245,0.14);
  border-radius: 4px;
}
.p-flow-item a {
  color: initial;
  text-decoration: underline;
}
.p-flow-item--opt {
  padding-bottom: 60px;
}
.p-flow-item--01 {
  min-height: 255px;
}
.p-flow-item--02 {
  min-height: 240px;
}
.p-flow-item--03 {
  min-height: 227px;
}
.p-flow-item--04 {
  min-height: 211px;
}
.p-flow-item--05 {
  min-height: 247px;
}
.p-flow-item--06 {
  min-height: 223px;
}
.p-flow-item--07 {
  min-height: 218px;
}
.p-flow-item--08 {
  min-height: 219px;
}
.p-flow-step__subject {
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-flow-step__subject .num,
.p-flow-step__subject .label-opt {
  font-size: 2.8rem;
  font-family: 'Chakra Petch', sans-serif;
  color: #2959c6;
}
.p-flow-step__subject .label {
  font-size: 1.8rem;
  margin-left: 12px;
}
.p-flow-step__caption {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2;
}
.l-tips {
  margin-bottom: 81px;
}
.l-tips-header {
  margin-bottom: 27px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-tips-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-tips-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-tips-header__title {
  font-size: 3.8rem;
  font-weight: 800;
}
.l-tips-listWrap {
  margin-bottom: 30px;
}
.l-tips-listWrap:last-child {
  margin-bottom: 0;
}
.p-tips-listTitle {
  text-align: center;
  background: #2959C6;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px;
}
.p-tips-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 15px;
  background: #ECF1FC;
  padding: 20px;
}
.p-tips-listItemInner {
  background: #fff;
  box-shadow: 0 3px 6px rgba(64,106,245,0.16);
}
.p-tips-listItemTitle {
  padding: 25px 16px 24px 25px;
  background: transparent;
  border: none;
  width: 100%;
  position: relative;
  text-align: left;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #363636;
}
.p-tips-listItemTitle::before,
.p-tips-listItemTitle::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #2959C6;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.p-tips-listItemTitle::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
  top: 49%;
}
.p-tips-listItemTitle.active::after {
  transform: rotate(0);
}
.p-tips-listItemTxt {
  font-size: 1.4rem;
  font-weight: 300;
  color: #363636;
  height: 0;
  padding: 0 20px 0 25px;
  opacity: 0;
  visibility: hidden;
}
.p-tips-listItemTxt.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0 20px 22px 25px;
  transition: 0.3s;
}

.c-balloon__arrow {
  position: absolute;
}
.c-balloon__arrow--01 {
  top: 92px;
}
.c-balloon__arrow--02 {
  top: 200px;
}
.c-balloon__arrow--03 {
  top: 46px;
}
.c-balloon__arrow--04 {
  top: 168px;
}
.c-balloon__arrow--05 {
  top: 30px;
}
.c-balloon__arrow--06 {
  top: 172px;
}
.c-balloon__arrow--07 {
  top: 0px;
}
.c-balloon__arrow--08 {
  top: 160px;
}
.p-fixd-btn {
  width: 100%;
  height: 48px;
  font-size: 1.6rem;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #ff593b;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: url("/newwp/wp-content/themes/neutralworks/cursor/pointer-active.cur") 20 20, pointer;
  z-index: 99;
}
#footer {
  z-index: 105;
}
/******************************************************/
.l-case .cases-youtube {
  max-width: 920px;
  padding: 0 20px 32px;
  margin: 30px auto 0 !important;
  overflow: hidden;
}
.l-case .cases-youtube .swiper-container {
  overflow: visible !important;
}
.l-case .cases-youtube .swiper-slide {
  -webkit-box-shadow: 0 12px 20px rgba(64,104,245,0.12);
  box-shadow: 0 12px 20px rgba(64,104,245,0.12);
}
.l-case .cases-youtube .slide-meta {
  padding: 30px;
}
.l-case .cases-youtube figure::before {
  width: 32px;
  height: 22px;
}
.l-case .cases-youtube figure img {
  border: none;
}
.l-case .cases-youtube h3 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2959c6;
  text-align: center;
}
.l-case .cases-youtube h3 span {
  display: block;
  font-size: 1.4rem;
}
.l-case .cases-youtube .desc {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 2;
}
.l-case .swiper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  position: absolute;
  top: 12px;
  right: 0;
}
.l-case .swiper-button-prev,
.l-case .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-image: url("../../img/lp/writing/btn-slide.png");
  width: 48px;
  height: 48px;
  border: none;
}
.l-case .swiper-button-prev::after,
.l-case .swiper-button-next::after {
  display: none;
}
.l-case .swiper-button-prev {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.l-case .swiper-button-next {
  margin-left: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-qa-header {
  margin-bottom: 40px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-qa-header::before {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 48px;
  margin-right: 40px;
  margin-left: 40px;
}
.l-qa-header::after {
  content: "";
  position: relative;
  background-image: url("../../img/lp/writing/survey-header-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 130px;
  margin-left: 21px;
}
.l-qa-header__title {
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.l-qa-header__title span {
  font-size: 2.2rem;
  line-height: 2.2;
}
.l-qa-content {
  margin-bottom: 8px;
}
.l-qa-title {
  border: none;
  background-color: #F2F7FE;
  appearance: none;
  width: 100%;
  padding: 22px 50px 24px 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.l-qa-title::before,
.l-qa-title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #2277EA;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
.l-qa-title::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
  top: 49%;
}
.l-qa-title.active::after {
  transform: rotate(0);
}
.l-qa-title span:first-child {
  font-size: 2.6rem;
  font-weight: bold;
  color: #9DBBE6;
  margin-right: 29px;
  font-family: 'Roboto Condensed', sans-serif;
}
.l-qa-title span:last-child {
  font-weight: 600;
  font-size: 1.6rem;
  color: #203467;
  text-align: left;
  padding-top: 2px;
}
.l-qa-ans {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.l-qa-ans.active {
  padding-top: 23px;
  padding-bottom: 23px;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.l-qa-ansInner {
  display: flex;
  padding-left: 32px;
  padding-right: 77px;
}
.l-qa-ans span:first-child {
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2277EA;
  margin-right: 24px;
  line-height: 1.3;
}
.l-qa-ans span:last-child {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 300;
  color: #203467;
}
.l-qa-ansLinkArea {
  text-align: center;
  padding: 15px 0;
}
.p-qa-ansLink {
  display: inline-block;
  padding: 14px 38px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(to right, #fd7158 0%, #ffd341 100%);
  border-radius: 50px;
  letter-spacing: 0.2rem;
  -webkit-box-shadow: 0 12px 14px rgba(1,1,116,0.12);
  box-shadow: 0 12px 14px rgba(1,1,116,0.12);
}
.p-qa-ansLink:hover {
  text-decoration: none;
}
.l-related-header {
  margin-bottom: 27px;
}

.l-seoWritingRelated .support-articles_btn_link {
  height: auto;
  width: auto !important;
  line-height: 1.5 !important;
  color: #fff;
  background: transparent;
  box-shadow: none;
  display: inline-block
}

.l-seoWritingRelated .support-articles_btn {
  margin-top: 40px;
  text-align: center
}

.l-seoWritingRelated .support-articles_btn_text {
  background: #42C0CB !important;
  font-size: 20px !important;
  padding: 15px 30px;
  max-width: none;
  min-width: 300px
}

@media screen and (max-width: 768px) {
  .l-seoWritingRelated .support-articles_btn_text {
    height: auto;
    width: auto !important;
    max-width: none;
    position: relative;
    padding: 10px;
    min-height: 50px;
    font-size: 16px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%
  }
}

.l-seoWritingRelated .support-articles_btn_text::after {
  content: none !important
}

.l-seoWritingRelated .support-articles_btn .btn.pop-onhover:hover:before, .l-seoWritingRelated .support-articles_btn .btn.pop-onhover:before {
  background: linear-gradient(to right, #4fe5cd 0, #27bbd0 100%) !important
}

.support-articles_btn_text {
  color: #fff !important;
  box-sizing: border-box;
  background: #42C0CB !important;
  font-size: 20px !important;
  padding: 15px 30px;
  max-width: none;
  min-width: 320px;
  line-height: 30px
}

@media screen and (max-width: 768px) {
  .support-articles_btn_text {
    height: auto;
    width: auto !important;
    max-width: none;
    position: relative;
    padding: 10px;
    min-height: 50px;
    font-size: 16px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%
  }
}

.support-articles_btn_text::after {
  content: none !important
}

.support-articles_btn .btn.pop-onhover:hover:before, .support-articles_btn .btn.pop-onhover:before {
  background: linear-gradient(to right, #4fe5cd 0, #27bbd0 100%) !important
}


.l-seoWritingRelated {
  margin-bottom: 84px
}

@media screen and (max-width: 767px) {
  .l-seoWritingRelated {
    padding-bottom: 3rem
  }
}

.l-seoWritingRelated__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 767px) {
  .l-seoWritingRelated__inner {
    max-width: 100%
  }
}

@media screen and (max-width: 767px) {
  .l-seoWritingRelated__spSlider {
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .l-seoWritingRelated__inner {
    padding-left: 4.8rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: none
  }
}

.l-seoWritingRelated__spSlider {
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .l-seoWritingRelated__spSlider {
    margin-top: 4rem
  }
}

.l-seoWritingRelated__postList {
  flex-wrap: wrap;
  justify-content: flex-start
}

@media screen and (max-width: 767px) {
  .l-seoWritingRelated__postList {
    flex-wrap: nowrap
  }
}

.swiper-slide.l-seoWritingRelated__postItem {
  width: calc((100% - (26px * 2)) / 3);
  margin: 53px 0 0 26px;
}

@media screen and (max-width: 767px) {
  .swiper-slide.l-seoWritingRelated__postItem {
    width: calc((100% - 30px) / 3);
    /* youtubeサムネイルの大きさ制限 */
    max-width: 320px;
    margin-left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide.l-seoWritingRelated__postItem {
    width: 85.5%;
    margin: 0
  }
}

.l-seoWritingRelated__postItem:nth-child(1), .l-seoWritingRelated__postItem:nth-child(2), .l-seoWritingRelated__postItem:nth-child(3) {
  margin-top: 0
}

.l-seoWritingRelated__postItem:nth-child(3n+1) {
  margin-left: 0
}

.l-seoWritingRelated__postLink {
  display: block
}

@media screen and (min-width: 768px) {
  .l-seoWritingRelated__postLink {
    transition: all .3s ease-in-out 0s
  }
}

@media screen and (min-width: 768px) {
  .l-seoWritingRelated__postLink:hover {
    opacity: .6
  }
}

.l-seoWritingRelated__postTitle {
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
  color: #000;
}

@media screen and (max-width: 767px) {
  .l-seoWritingRelated__postTitle {
    font-size: 1.6rem;
    line-height: 1.87
  }
}

.l-seoWritingRelated__bnrArea {
  margin-top: 48px;
  display: flex;
  justify-content: center
}

.l-seoWritingRelated__bnr {
  font-size: 1.6rem;
  max-width: 230px;
  padding-right: 16px;
  padding-left: 16px
}
.l-seoWritingRelated__postThumb {
  -webkit-box-shadow: 0 12px 20px rgba(64,106,245,0.12);
  box-shadow: 0 12px 20px rgba(64,106,245,0.12);
}
.l-seoWritingRelated__postThumb img {
  color: #000;
}





@media (max-width: 767px) {
  .l-inner {
    padding: 0 4vw;
  }
  .l-cta-btn {
    flex-wrap: wrap;
    gap: 15px;
    transform: none;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .writing-btn {
    width: 100%;
    height: 17.066666666666666vw;
    max-height: 100px;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  .writing-btn:nth-child(2) {
    margin-top: 16px;
  }
  .writing-btn.cta {
    max-width: 83.2vw;
  }
  .s-main {
    padding-bottom: 0;
  }
  .s-main-visu {
    margin-top: 0;
  }
  .c-title {
    padding-left: 36px;
  }
  .c-title::before {
    width: 26px;
    height: 18px;
    background-image: url("../../img/lp/writing/header-point_sp.png");
    top: 2px;
  }
  .l-fv {
    height: calc(667px + 50px);
    min-height: 193.06666666666666vw;
  }
  .l-fv__main {
    width: 100%;
    height: 187.33333333333334vw;
  }
  .l-fv__top {
    position: absolute;
    top: initial;
    bottom: 48vw;
  }
  .l-header {
    min-height: 667px;
    padding-top: 33.6vw;
    padding-bottom: 24vw;
    line-height: 1.481481481481481;
  }
  .l-header__caption {
    font-size: 5.333333333333334vw;
    margin-bottom: 4.8vw;
  }
  .l-header__subject {
    font-size: 12.4vw;
    margin-bottom: 0;
  }
  .l-header__desc {
    font-size: 5.333333333333334vw;
    color: #fff;
    display: block;
  }
  .l-header__desc .strong {
    font-size: 7.199999999999999vw;
  }
  .l-header__rectangle {
    padding: 6.933333333333333vw 0 0;
  }
  .l-header__btn {
    padding: 0 10.666666666666668vw;
    margin-top: 17vw;
  }
  .l-cta {
    letter-spacing: 0;
    margin: 0;
    background-image: url("../../img/lp/writing/cta-bg_sp.png");
  }
  .l-cta-content {
    padding: 50px 0 55px;
  }
  .l-cta-content__subject {
    font-size: 33px;
    text-align: left;
  }
  .l-cta-content__subject .small {
    font-size: 26px;
  }
  .l-cta-content__caption {
    margin-top: 20px;
    text-align: left;
    font-size: 1.5rem;
  }
  .l-cta-footer {
    margin: 0 -4vw;
  }
  .l-cta-footer__info {
    display: block;
    text-align: center;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .l-cta-footer__info .call {
    font-size: 30px;
    padding: 0;
  }
  .l-problem {
    padding: 0;
    margin-bottom: 32px;
  }
  .l-problem-header {
    margin-bottom: 14px;
    padding-right: 0;
    display: block;
    position: relative;
  }
  .l-problem-header__subject {
    width: 100%;
    font-size: 22px;
    line-height: 1.954545454545455;
  }
  .l-problem-header__subject .strong {
    font-size: 30px;
    line-height: 1.433333333333333;
  }
  .l-problem-header__subject .ul::after {
    height: 1px;
    left: 0;
    bottom: 10px;
  }
  .l-problem-header__media {
    position: absolute;
    top: -30px;
    left: 0;
  }
  .l-problem-list {
    display: block;
  }
  .l-problem-conductor {
    padding-top: 83.8323353293413%;
    background-image: url("../../img/lp/writing/conductor-bg_sp.png");
    background-position: center top;
  }
  .l-problem-conductor__caption {
    font-size: 14px;
  }
  .l-problem-conductor__subject {
    font-size: 40px;
  }
  .p-problem-item {
    width: 100%;
    padding: 30px 0 45px;
  }
  .p-problem-item__media {
    top: 0;
  }
  .p-problem-item__desc {
    margin-top: 0.3em;
  }
  .l-merit {
    margin: 55px 0 20px;
  }
  .l-merit-header {
    height: 82px;
  }
  .l-merit-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-merit-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: -5px;
    margin: 0;
  }
  .l-merit-header__title {
    font-size: 34px;
    margin: 0;
  }
  .l-consultant-slider-writing .swiper-container {
    left: 0;
  }
  .p-merit-item {
    padding: 0;
    display: block;
  }
  .p-merit-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .p-merit-item__media {
    margin-top: 60px;
  }
  .p-merit-item__meta {
    width: 100%;
    padding: 0 !important;
  }
  .p-merit-item .meta-header .point {
    width: 80px;
  }
  .p-merit-item .meta-header .subject {
    padding-left: 18px;
    font-size: 22px;
  }
  .p-merit-item .meta-desc {
    margin-top: 1em;
  }
  .l-strength {
    margin: 55px 0;
  }
  .l-strength-header {
    margin-bottom: 35px;
    height: 80px;
    display: block;
  }
  .l-strength-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-strength-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-strength-header__title {
    font-size: 34px;
  }
  .l-strength-header__title .caption {
    font-size: 20px;
  }
  .l-strength-header__title .strong {
    font-size: 60px;
  }
  .l-strength-list {
    margin-top: 20px;
  }
  .p-strength-item {
    display: block;
    margin-top: 60px !important;
  }
  .p-strength-item__meta {
    width: 100%;
    padding: 0 !important;
  }
  .p-strength-item__meta .meta-subject {
    padding-left: 45px;
    font-size: 28px;
  }
  .p-strength-item__meta .meta-subject::after {
    width: 25px;
    height: 20px;
  }
  .p-strength-item__meta .meta-subject .caption {
    font-size: 20px;
  }
  .p-strength-item__media {
    margin-top: 60px;
  }
  .l-support {
    margin: 55px 0 20px;
  }
  .l-support-header {
    margin-bottom: 35px;
    height: 130px;
  }
  .l-support-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-support-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-support-header__title {
    font-size: 34px;
  }
  .l-support-caption {
    text-align: left;
  }
  .l-support-figure {
    margin: 50px -4vw;
  }
  .l-qualification {
    margin-bottom: 60px;
  }
  .l-qualification-content {
    padding: 32px 36px 24px 25px;
  }
  .l-qualification-header__title {
    font-size: 2.2rem;
  }
  .l-qualification-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .l-qualification-listItem {
    margin-bottom: 20px;
  }
  .l-qualification-listItem:last-child {
    margin-bottom: 0;
  }
  .l-qualification-innerListItem {
    padding-left: 34px;
  }
  .l-qualification-innerListItem::before {
    width: 8px;
    height: 8px;
    left: 12px;
  }
  .l-research {
    margin-bottom: 80px;
  }
  .l-research-header {
    margin-bottom: 25px;
    height: 112px;
  }
  .l-research-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-research-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-research-header__title {
    font-size: 3.4rem;
    font-weight: 800;
  }
  .p-research-captionTxt {
    text-align: left;
    line-height: 2;
  }
  .l-research-listWrap {
    margin-top: 28px;
    background: #fff;
    padding: 0;
  }
  .p-research-list {
    display: block;
  }
  .p-research-listItem {
    background: #ECF1FC;
    padding: 15px 0 15px 15px;
    box-shadow: none;
    margin-bottom: 14px
  }
  .p-research-listItem:last-child {
    margin-bottom: 0;
  }
  .p-research-listItemLink {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .p-research-listItemUpper {
    padding: 0;
    box-shadow: 0 12px 20px rgba(64,106,245,0.12);
    background: transparent;
  }
  .p-research-listItemLower {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-research-listItemLowerTxt {
    padding-right: 0;
    padding-bottom: 45px;
  }
  .p-research-listItemLowerTxt::after {
    width: 26px;
    height: 28px;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
  }
  .l-price {
    margin-bottom: 60px;
  }
  .l-price-header {
    margin-bottom: 25px;
    height: 112px;
  }
  .l-price-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-price-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-price-header__title {
      font-size: 3.4rem;
      font-weight: 800;
  }
  .p-price-list {
    display: block;
  }
  .l-price-option {
    display: block;
  }
  .l-price-listWrap {
    margin-bottom: 0;
  }
  .p-price-listItem {
    margin-bottom: 18px;
    grid-template-rows: auto;
  }
  .p-price-listItemTitle {
    padding: 17px;
    max-height: none;
  }
  .p-price-listItemTitleTxt {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
  }
  .p-price-listItemInner {
    padding-bottom: 25px;
  }
  .p-price-listItemInnerLink {
    padding: 16px 0;
  }
  .p-price-listItemInnerTitle strong {
    font-size: 4rem;
  }
  .l-price-option {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-price-optionTitle {
    margin-bottom: 17px;
  }
  .p-price-optionTitleTxt {
    text-align: center;
  }
  .p-price-optionList {
    grid-template-columns: 45% 55%;
    row-gap: 1rem;
  }
  .p-price-optionListItem {
    display: flex;
    align-items: center;
  }
  .p-price-optionListItemTxt {
    line-height: 1.2;
    padding-left: 17px;
    font-size: 1.4rem;
  }
  .p-price-optionListItemTxt::before {
    top: 8px;
  }
  .l-organization {
    margin-top: 60px;
    margin-bottom: 61px;
  }
  .l-organization-header {
      margin-bottom: 25px;
      height: 126px;
  }
  .l-organization-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-organization-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-organization-header__title {
      font-size: 3.4rem;
      font-weight: 800;
  }
  .l-organization-header__title .caption {
      font-size: 2rem;
  }
  .p-organization-captionTxt {
    text-align: left;
    line-height: 2;
  }
  .l-organization-box {
    padding: 29px 20px;
  }
  .u-lower .p-organization-box {
    width: 100%;
  }
  .l-organization-box.u-lower {
    position:relative;
    padding-bottom: 27px;
  }
  .p-organization-box .p-organization-boxTxt {
    font-size: 1.6rem;
  }
  .p-organization-boxList {
    margin-top: 12px;
    margin-left: 68px;
    margin-bottom: 0;
    display: block;
  }
  .p-organization-boxList::before {
    width: 1px;
    height: 100%;
    left: -32px;
    top: -13px;
  }
  .p-organization-boxList::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 23px;
    background: #ECF1FC;
    bottom: 1px;
    left: -69px;
  }
  .p-organization-boxListItem {
    width: 130px;
    margin-bottom: 14px;
  }
  .p-organization-boxListItem::before {
    width: 32px;
    height: 1px;
    left: -32px;
    transform: translateY(-50%);
    top: 50%;
  }
  .p-organization-boxListItem:nth-child(1):after,
  .p-organization-boxListItem:nth-child(5):after {
    position: static;
  }
  .p-organization-boxListItem:nth-child(3):before {
    height: 1px;
    top: 50%;
  }
  .p-organization-boxListItem:nth-child(5) {
    margin-bottom: 0;
  }
  .p-organization-boxTxt {
    font-weight: 500;
    font-size: 1.4rem;
  }
  .p-organization-caption {
    position:absolute;
    bottom: 25px;
    right: 16px;
  }
  .p-organization-boxTxt sup {
    font-size: 1.2rem;
  }
  .l-relatedservice-header {
    margin-bottom: 25px;
    height: 102px;
  }
  .l-relatedservice-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-relatedservice-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-relatedservice-header__title {
      font-size: 3.4rem;
      font-weight: 800;
  }
  .p-organization-captionTxt {
      text-align: left;
      line-height: 2;
  }
  .l-relatedservice {
    margin-bottom: 74px;
  }
  .l-relatedservice-listWrap {
    padding: 0 5px;
  }
  .p-relatedservice-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-relatedservice-listItem {
    margin-bottom: 20px;
  }
  .p-relatedservice-listItem:last-child {
    margin-bottom: 0;
  }
  .p-relatedservice-listItemImgCap {
    right: 15px;
  }
  .p-relatedservice-listItemTitleLink {
    padding: 25px 0 27px 28px;
  }
  .l-survey-header {
    max-width: 290px;
    margin-bottom: 24px;
    height: 103px;
  }
  .l-survey-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-survey-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .p-survey-headerIcon {
    position: absolute;
    width: 34px;
  }
  .p-survey-headerImg {
    position: absolute;
    width: 70px;
  }
  .l-survey-header__title {
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
  }
  .l-survey-header__title .subject {
    line-height: 1;
  }
  .l-survey-header__title .u-small {
    font-size: 2rem;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 5px;
  }
  .l-survey-header__title .sp_only {
    display: inline;
  }
  .l-survey-caption {
    margin-bottom: 17px;
  }
  .p-survey-captionTxt {
    text-align: left;
  }
  .l-survey .l-inner {
    padding: 38px 4vw 20px;
  }
  .p-survey-tableBody {
    border-collapse: collapse;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 0.4rem;
    background: #ECF1FC;
  }
  .p-survey-tableThTitle {
    border: 5px solid #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.64;
    text-align: left;
    position: relative;
    padding-left: 57px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .p-survey-tableTh strong {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 2.8rem;
    margin-right: 0;
  }
  .u-strong .p-survey-tableTdNo,
  .u-strong .p-survey-tableTdTitle,
  .u-strong .p-survey-tableTdPercentage {
    font-size: 1.7rem;
  }
  .p-survey-tableTdNo,
  .p-survey-tableTdTitle,
  .p-survey-tableTdPercentage {
    font-size: 1.3rem;
  }
  .p-survey-tableBodyTr:last-child {
    display:none;
  }
  .p-survey-bottomList {
    grid-template-rows: auto;
    gap: 0.7rem 1.2rem;
  }
  .p-survey-bottomListTitle::after {
    content: ":";
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
  .p-survey-bottomLink {
    position: relative;
  }
  .p-survey-bottomListDetail {
    line-height: 1.5;
    font-size: 1.1rem;
  }
  .l-tips {
    padding-top: 60px;
  }
  .l-tips .l-inner {
    padding-left:0;
    padding-right:0;
  }
  .l-tips-header {

  }
  .l-tips-header {
    max-width: 304px;
    margin: 0 auto 25px;
    height: 84px;
  }
  .l-tips-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-tips-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-tips-header__title {
      font-size: 3.4rem;
      font-weight: 800;
  }
  .p-tips-list {
    grid-template-columns: auto;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0 20px;
  }
  .p-tips-listTitle {
    text-align: left;
    padding: 23px 32px;
    position: relative;
  }
  .p-tips-list.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: grid;
    grid-template-columns: auto;
    gap: 8px 0;
    background: #ECF1FC;
    padding: 20px;
    transition: 0.3s;
  }
  .p-tips-listTitle::before,
  .p-tips-listTitle::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 3px;
    height: 12px;
    top: 50%;
  }
  .p-tips-listTitle::before {
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
  }
  .p-tips-listTitle::after {
    transform: translateY(-50%) rotate(-45deg);
    right: 27px
  }
  .p-tips-listTitle.active::before {
    transform: translateY(-50%) rotate(135deg);
  }
  .p-tips-listTitle.active::after {
    transform: translateY(-50%) rotate(-135deg);
  }
  .l-tips-listWrap {
    margin-bottom: 4px;
  }
  .l-qa .l-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .l-qa-title {
    align-items: flex-start;
  }
  .l-qa-ansInner {
    padding-left: 0;
    padding-right: 0;
  }
  .p-qa-ansLink {
    padding: 22px 30px;
    font-size: 2rem;
  }

  .l-service {
    margin: 55px 0;
  }
  .l-service-header {
    margin-bottom: 40px;
    height: 126px;
    display: block;
  }
  .l-service-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-service-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-service-header__title {
    font-size: 34px;
  }
  .l-service-list {
    margin: 0;
    display: block;
  }
  .p-service-item {
    width: 100%;
    padding: 0 0 30px;
    margin-top: 30px !important;
  }
  .p-service-item::before {
    width: 100%;
    left: 0;
  }
  .p-service-item__meta {
    padding: 0 24px;
  }
  .l-achieve {
    margin: 55px 0;
  }
  .l-achieve-point {
    width: 88px;
    right: 4vw;
    top: 25px;
  }
  .l-achieve-header {
    padding: 35px 0 12px;
  }
  .l-achieve-header__title {
    font-size: 24px;
    white-space: nowrap;
  }
  .l-achieve-header__title .subject::before {
    width: 132px;
    height: 137px;
    right: 80px;
    top: 0px;
  }
  .l-achieve-header__title .strong {
    font-size: 40px;
  }
  .p-achieve-item {
    margin: 12px 0 36px;
    display: block;
  }
  .p-achieve-item__meta {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
  .p-achieve-item__media {
    margin-top: 65px;
  }
  .l-study {
    margin: 120px 0 100px;
  }
  .l-study-grid {
    display: block;
  }
  .l-study-title {
    width: 100%;
    margin-bottom: 18px;
  }
  .l-case {
    margin-bottom: 40px;
  }
  .l-flow {
    margin: 0;
    padding: 60px 0 70px;
  }
  .l-flow-header {
    margin-bottom: 40px;
    height: 84px;
    display: block;
  }
  .l-flow-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-flow-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-flow-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-flow-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-flow-header__title {
    font-size: 34px;
  }
  .l-flow-pc {
    display: none;
  }
  .l-flow-list {
    width: 100%;
    z-index: 1;
  }
  .l-flow-list::before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #91bbf4;
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: -1;
  }
  .p-flow-item {
    margin-top: 16px;
    padding: 30px 24px 20px;
  }
  .c-balloon__arrow {
    display: none;
  }
  .l-case .case-swiper {
    -webkit-transform: translateX(-8vw);
    -ms-transform: translateX(-8vw);
    transform: translateX(-8vw);
  }
  .l-case .swiper-btns {
    display: none;
  }
  #footer {
    z-index: 1;
  }

  .l-merit-2 .l-merit-header__title span {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .l-merit-2 .l-merit-header {
    height: auto;
    padding-bottom: 40px;
  }
  .l-differ {
    padding-top: 50px;
    margin-bottom: 42px;
  }
  .l-differ-header {
    margin-bottom: 0;
    height: 80px;
  }
  .l-differ-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 0;
    margin: 0;
  }
  .l-differ-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .l-differ-header__title {
    font-size: 3.4rem;
  }
  .l-differ-caption {
    margin-bottom: 35px;
  }
  .l-differ-caption br {
    display: block;
  }
  .l-differ-content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .l-differ-line {
    margin: 0 calc(50% - 50vw) 7px;
    width: 100vw;
  }
  .l-differ-line br {
    display: block;
  }
  .l-qa {
    margin-top: 60px;
    margin-bottom: 64px;
  }
  .l-qa-header {
    margin-bottom: 22px;
    height: 94px;
    display: block;
  }
  .l-qa-header::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    top: 0;
    left: 4vw;
    margin: 0;
  }
  .l-qa-header::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 54px;
    bottom: 0;
    right: 4vw;
    margin: 0;
  }
  .l-qa-header__title {
    font-size: 34px;
  }
  .l-qa-header__title span {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .l-qa-content {
    margin-bottom: 4px;
  }
  .l-qa-title {
    padding: 20px 43px 20px 16px;
  }
  .l-qa-title span:first-child {
    font-size: 2.4rem;
    margin-right: 9px;
  }
  .l-qa-title span:last-child {
    padding-top: 2px;
  }
  .l-qa-title::before, .l-qa-title::after {
    width: 14px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-qa-title::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .l-qa-title.active::after {
    transform: translateY(-50%) rotate(0);
  }
  .l-qa-ans {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-qa-ans.active {
    padding-top: 26px;
    padding-bottom: 24px;
  }
  .l-qa-ans span:first-child {
    font-size: 24px;
    margin-right: 7px;
  }
  #movie{
    margin-top: -50px;
  }
}



@media screen and (max-width: 608px) {
  .l-differ-table {
    width: 608px;
  }
  .l-differ-table th {
    height: 80px;
    font-size: 14px;
  }
  .l-differ-table th:nth-child(2) {
    font-size: 16px;
  }
  .l-differ-table th:last-child br {
    display: block;
  }
  .l-differ-table td {
    width: 150px;
    height: 100px;
    padding: 13px 15px 0;
  }
  .l-differ-table td span {
    font-size: 12px;
  }
  .l-differ-table td:first-child {
    width: 104px;
    font-size: 14px;
  }
  .l-differ-table td:nth-child(2) {
    width: 198px;
  }
  .l-differ-table td:nth-child(2) div {
    padding: 13px 15px 0;
  }
}

.p-fix-cta .hs_submit input[type="submit"]{
  background: #ff593b;
}

@media (min-width: 768px){
  #movie{
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .l-qualification-list {
    display: block;
  }
  .p-relatedservice-list {
    display: block;
  }

}

/* l-caseSingle */
.l-caseSingle {
  display: flex;
  margin: 16px auto 40px;
  padding: 24px;
  box-shadow: 0 12px 20px rgb(64 106 245 / 12%);
}
.l-caseSingle-movie {
  width: 60%;
  cursor: url(/newwp/wp-content/themes/neutralworks/cursor/pointer-active.cur) 20 20,pointer;
}
.l-caseSingle h3 {
  text-align: center;
}
.l-caseSingle h3 a {
  margin-top: 24px;
  font-size: 28px;
  font-weight: bold;
  color: #2959C6;
  display: inline-block;
}
.l-caseSingle h3 a span {
  font-size: 22px;
  margin-right: 1em;
}
.l-caseSingle-content {
  width: 40%;
}
.l-caseSingle-content a {
  padding-left: 24px;
  display: block;
}
.l-caseSingle-content a .l-caseSingle-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.643;
  color: #363636;
}
.l-caseSingle-content a:hover {
  color: #363636;
}
@media (max-width: 768px){
  .l-caseSingle {
    display: block;
    margin: 8px auto 24px;
    padding: 16px;
  }
  .l-caseSingle-movie {
    width: 100%;
  }
  .l-caseSingle h3 a {
    margin-top: 16px;
    font-size: 22px;
  }
  .l-caseSingle h3 a span {
    font-size: 16px;
  }
  .l-caseSingle-content {
    width: 100%;
    margin-top: 24px;
  }
  .l-caseSingle-content a {
    padding-left: 0;
  }
  .l-caseSingle-content a .l-caseSingle-desc {
    font-size: 14px;
    line-height: 2;
  }
}
