@charset "UTF-8";
.l-conversionBoxA1 {
  padding: 0 70px 60px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1 {
    display: block;
    padding: 0 20px 40px;
  }
}
.l-conversionBoxA1__inner {
  align-items: center;
  background-color: #f2f4f8;
  border-radius: 6px;
  display: flex;
  gap: 0 45px;
  justify-content: space-between;
  margin: 90px auto 10px;
  max-width: 1200px;
  padding: 50px 7.5%;
}
@media screen and (min-width: 1441px) {
  .l-conversionBoxA1__inner {
    padding: 50px 97px;
  }
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__inner {
    display: block;
    padding: 60px 50px 50px;
  }
}
.l-conversionBoxA1__inner--yahooAds {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__inner--yahooAds {
    padding-bottom: 63px;
    padding-top: 40px;
  }
}
.l-conversionBoxA1__textCol {
  color: #00003e;
  width: 525px;
}
.l-conversionBoxA1__textCol--download {
  color: #03003e;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__textCol {
    font-size: 1.4rem;
    text-align: center;
    width: auto;
  }
}
.l-conversionBoxA1__textCol p {
  font-family: "LINESeedJPStd Regular", sans-serif !important;
}
.l-conversionBoxA1__text {
  color: #00003e;
  font-weight: 700;
}
.l-conversionBoxA1__appeal {
  font-family: "LINESeedJPStd ExtraBold", sans-serif !important;
  font-size: 3.1rem;
  font-weight: 800;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__appeal {
    font-size: 2.4rem;
    margin-top: 16px;
  }
}
.l-conversionBoxA1__appeal--navy {
  color: #00003e;
}
.l-conversionBoxA1__btnCol {
  flex: 1 0 0;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btnCol {
    margin-top: 16px;
    width: auto;
  }
}
.l-conversionBoxA1__btn {
  align-items: center;
  background-color: #f77911;
  border: 2px solid #f77911;
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.1rem;
  font-weight: 600;
  height: 68px;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s var(--transition-default);
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-conversionBoxA1__btn:hover {
    background-color: #fff;
    color: #f77911;
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btn {
    font-size: 1.6rem;
    height: 54px;
    margin-inline: auto;
    max-width: 450px;
  }
}
.l-conversionBoxA1__btnLarge {
  margin-top: 0;
  max-width: 450px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btnLarge {
    margin-inline: auto;
  }
}
.l-conversionBoxA1__btnLarge a {
  font-size: 2.1rem;
  padding: 19px 47px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btnLarge a {
    font-size: 1.6rem;
    padding: 16px 45px;
  }
}
.l-conversionBoxA1__btnInner {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB1--cta {
    padding: 0 20px;
  }
}
.l-conversionBoxB1--cta .l-conversionBoxB1__container {
  margin: 0 auto 60px;
  max-width: 1200px;
}
.l-conversionBoxB1__container {
  background-color: #f2f4f8;
  padding: 68px 20px 60px 20px;
  text-align: center;
}
.l-conversionBoxB1__ttlBox {
  margin-top: 0;
}
.l-conversionBoxB1__ttl {
  color: #00003e;
  font-size: 3rem;
  text-align: center;
}
.l-conversionBoxB1__txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB1__txt--spLeft {
    margin: 0 auto 20px;
    max-width: 590px;
    text-align: left;
  }
}
.l-conversionBoxB1__link {
  align-items: center;
  border: 2px solid #00003e;
  border-radius: 100px;
  color: #00003e;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.428;
  max-width: 395px;
  min-height: 40px;
  overflow: hidden;
  padding: 2px 50px 2px 28px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 100%;
}
.l-conversionBoxB1__link::after {
  align-items: center;
  background-color: #00003e;
  border-radius: 100%;
  color: #fff;
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: 16px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: scale(0.5) translateY(-50%);
  transform-origin: 100% 0;
  transition: all 0.2s var(--transition-default);
  width: 40px;
}
.l-conversionBoxB1__link--red {
  border: 2px solid #f03 !important;
  color: #f03 !important;
}
.l-conversionBoxB1__link--red::after {
  background-color: #f03 !important;
}
.l-conversionBoxB1__link--red:hover {
  background-color: #ff0132 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.l-conversionBoxB1__link--red:hover::after {
  background-color: #fff !important;
  color: #ff0132 !important;
}
.l-conversionBoxB1__pdf {
  text-align: center;
}
.l-conversionBoxB1__atentionBox {
  display: flex;
  justify-content: center;
}
.l-conversionBoxB1__atentionTxt {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  text-align: initial;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB1__atentionTxt--shrink {
    flex-shrink: 0;
  }
}
.l-conversionBoxB2--type1 .pageH3Area {
  margin-bottom: 0;
  margin-top: 0;
}
.l-conversionBoxB2--type1 .l-conversionBoxB2__btnBox {
  margin-top: 35px;
}
.l-conversionBoxB2--type1 .l-conversionBoxB2__container {
  padding-top: 68px;
}
.l-conversionBoxB2--type1 .l-conversionBoxB2__list {
  margin-top: 35px;
}
.l-conversionBoxB2__container {
  background-color: #f2f4f8;
  margin: 90px auto 10px;
  max-width: 1200px;
  padding: 38px 20px 80px 20px;
  text-align: center;
}
.l-conversionBoxB2__ttl {
  color: #00003e;
  font-size: 3rem;
  text-align: center;
}
.l-conversionBoxB2__btnBox {
  display: flex;
  gap: 55px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB2__btnBox {
    display: block;
  }
}
.l-conversionBoxB2__btn--dl {
  width: 320px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB2__btn--dl {
    margin-inline: auto;
    width: 275px;
  }
}
.l-conversionBoxB2__btn a {
  color: #fff;
}
.l-conversionBoxB2__btn a:hover {
  color: #f77911;
}
.l-conversionBoxB2__btn.orangeBtn a {
  color: #fff !important;
}
.l-conversionBoxB2__btn.orangeBtn a:hover {
  color: #f77911 !important;
}
.l-conversionBoxB2__headTxt {
  margin-top: 10px;
}
.l-conversionBoxB2__btn2 {
  margin-top: 15px;
}
.l-conversionBoxB2__btn2.navyBtn a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #00003e !important;
  display: inline-flex;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  min-height: 66px;
  min-width: 360px;
  padding: 3px 18px;
  position: relative;
  transition: all 0.4s;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB2__btn2.navyBtn a {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
    max-width: 335px;
    min-height: 54px;
    min-width: inherit;
    width: 100%;
  }
}
.l-conversionBoxB2__btn2.navyBtn a:hover {
  background-color: #00003e;
  border: 2px solid #00003e;
  color: #fff !important;
  text-decoration: none;
}
.l-conversionBoxB2__list {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB2__list {
    width: 100%;
  }
}
.l-conversionBoxB2__list--short {
  width: -moz-fit-content;
  width: fit-content;
}
.l-conversionBoxB2__listItem {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6428571429;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB2__listItem {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.l-conversionBoxB3 {
  padding: 0 20px;
}
.l-conversionBoxB3__container {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB3__container {
    padding: 0;
  }
}
.l-conversionBoxB3__head {
  margin-bottom: 50px;
  text-align: center;
}
.l-conversionBoxB3__btn {
  margin-top: 50px;
}
.l-conversionBoxB3__txt {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB3__txt {
    -moz-text-align-last: auto;
    text-align-last: auto;
  }
}
.l-conversionBoxB4__container {
  background-color: #f2f4f8;
  margin: 90px auto 40px;
  max-width: 1200px;
  padding: 38px 20px 80px 20px;
  text-align: center;
}
.l-conversionBoxB4__ttlBox {
  margin: 30px auto 10px;
}
.l-conversionBoxB4__ttl {
  color: #00003e;
  font-size: 3rem;
  text-align: center;
}
.l-conversionBoxB4__btnBox {
  display: flex;
  gap: 55px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB4__btnBox {
    display: block;
  }
}
.l-conversionBoxB4__headTxt {
  margin-top: 10px;
}
.l-conversionBoxB4__btn {
  margin-top: 20px;
}
.l-conversionBoxB4__btn.navyBtn a {
  align-items: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #00003e !important;
  display: inline-flex;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  min-height: 66px;
  min-width: 360px;
  padding: 3px 18px;
  position: relative;
  transition: all 0.4s;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB4__btn.navyBtn a {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
    max-width: 335px;
    min-height: 54px;
    min-width: inherit;
    width: 100%;
  }
}
.l-conversionBoxB4__btn.navyBtn a:hover {
  background-color: #00003e;
  border: 2px solid #00003e;
  color: #fff !important;
}
.l-conversionBoxB4__list {
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB4__list {
    width: 100%;
  }
}
.l-conversionBoxB4__list--short {
  width: -moz-fit-content;
  width: fit-content;
}
.l-conversionBoxB4__listItem {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6428571429;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB4__listItem {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.l-conversionBoxB5 {
  padding: 0 70px 60px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5 {
    display: block;
    padding: 0 20px 40px;
  }
}
.l-conversionBoxB5__container {
  align-items: center;
  background-color: #f2f4f8;
  border-radius: 6px;
  display: flex;
  gap: 0 45px;
  justify-content: space-between;
  margin: 100px auto 10px;
  max-width: 1200px;
  padding: 50px 7.5%;
}
@media screen and (min-width: 1441px) {
  .l-conversionBoxB5__container {
    padding: 50px 97px;
  }
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__container {
    display: block;
    margin: 60px auto 10px;
    padding: 60px 45px 50px;
  }
}
.l-conversionBoxB5__textCol {
  color: #00003e;
  width: 530px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__textCol {
    font-size: 1.4rem;
    text-align: center;
    width: auto;
  }
}
.l-conversionBoxB5__text {
  color: #00003e;
  font-weight: 700;
}
.l-conversionBoxB5__appeal {
  font-size: 3.1rem;
  font-weight: 800;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__appeal {
    font-size: 2.4rem;
    margin-top: 16px;
  }
}
.l-conversionBoxB5__appeal--navy {
  color: #00003e;
}
.l-conversionBoxB5__contactCol {
  border-top: 1px solid #dcdcdc;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__contactCol {
    margin-top: 27px;
    text-align: center;
  }
}
.l-conversionBoxB5__contactTxt {
  color: #00003e;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__contactTxt {
    font-size: 1rem;
  }
}
.l-conversionBoxB5__contactLink {
  color: #00003e;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__contactLink {
    font-size: 3rem;
  }
  .l-conversionBoxB5__contactLink:hover {
    text-decoration: unset;
  }
}
.l-conversionBoxB5__btnCol {
  flex: 1 0 0;
  margin-top: 58px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__btnCol {
    margin-top: 16px;
    width: auto;
  }
}
.l-conversionBoxB5__btn {
  align-items: center;
  background-color: #f77911;
  border: 2px solid #f77911;
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.1rem;
  font-weight: 600;
  height: 68px;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s var(--transition-default);
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-conversionBoxB5__btn:hover {
    background-color: #fff;
    color: #f77911;
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__btn {
    font-size: 1.6rem;
    height: 54px;
    margin-inline: auto;
    max-width: 450px;
  }
}
.l-conversionBoxB5__btnLarge {
  margin-top: 0;
  max-width: 450px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__btnLarge {
    margin-inline: auto;
  }
}
.l-conversionBoxB5__btnLarge a {
  font-size: 2.1rem;
  padding: 19px 47px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxB5__btnLarge a {
    font-size: 1.6rem;
    padding: 16px 45px;
  }
}
.l-conversionBoxB5__btnInner {
  position: relative;
}
.l-conversionBoxB5__txtLink {
  margin-top: 10px;
  text-align: center;
}
.l-conversionC1 {
  margin-bottom: 100px;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .l-conversionC1 {
    margin-bottom: 100px;
    margin-top: 40px;
  }
}
.l-conversionC1__container {
  margin-inline: auto;
  max-width: 1020px;
  padding-inline: 20px;
}
.l-conversionC1__btn {
  text-align: center;
}
.l-conversionC1__link {
  align-items: center;
  border: 2px solid #00003e;
  border-radius: 100px;
  color: #00003e;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 1.428;
  max-width: 388px;
  min-height: 40px;
  overflow: hidden;
  padding: 2px 50px 2px 28px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: all 0.2s linear;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-conversionC1__link {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .l-conversionC1__link {
    font-size: 1.1rem;
  }
}
.l-conversionC1__link::after {
  align-items: center;
  background-color: #00003e;
  border-radius: 100%;
  color: #fff;
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: 16px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: scale(0.5) translateY(-50%);
  transform-origin: 100% 0;
  transition: all 0.2s var(--transition-default);
  width: 40px;
}
.l-conversionC1__link--red {
  border: 2px solid #f03 !important;
  color: #f03 !important;
}
.l-conversionC1__link--red::after {
  background-color: #f03 !important;
}
.l-conversionC1__link--red:hover {
  background-color: #ff0132 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.l-conversionC1__link--red:hover::after {
  background-color: #fff !important;
  color: #ff0132 !important;
}
.l-containerE1 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .l-containerE1 {
    padding-bottom: 20px;
  }
}
.l-partnerConversion {
  align-items: center;
  background-color: #f2f4f8;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 60px;
}
@media screen and (max-width: 1023px) {
  .l-partnerConversion {
    border-radius: 3px;
    padding: 24px 19px;
  }
}
.l-partnerConversion__ttl {
  color: #00003e;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 3.1rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .l-partnerConversion__ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-partnerConversion__ttl .pc-hide {
    display: none;
  }
}
.l-partnerConversion__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .l-partnerConversion__txt {
    font-size: 1rem;
  }
}
.l-partnerConversion__btn {
  margin-top: 27px;
  width: 513px;
}
@media screen and (max-width: 1023px) {
  .l-partnerConversion__btn {
    width: 100%;
  }
}
.l-footerGlobalE1 {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-footerGlobalE1 {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
.l-footerGlobalE1.footer-global {
  padding: 0;
}
.c-blockB1 {
  margin-top: 64px;
}
@media screen and (max-width: 1023px) {
  .c-blockB1 {
    padding-inline: 20px;
    width: 100%;
  }
}
.c-blockB1__container {
  background-color: #fbebeb;
  border: 1px solid #dfa6a6;
  border-radius: 6px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  width: 980px;
}
@media screen and (max-width: 1023px) {
  .c-blockB1__container {
    padding: 12px 6px 8px 0;
    text-align: unset;
    width: 100%;
  }
}
.c-blockB1__txt {
  color: #c9002c;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-blockB1__txt {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.153;
    padding-left: 32px;
  }
}
.c-blockB1__txt::before {
  background: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/calendar/202301/img/icon_attention.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 1023px) {
  .c-blockB1__txt::before {
    height: 17px;
    left: 10px;
    width: 17px;
  }
}
.c-blockD1 {
  border: 1px solid #d6d9e0;
  border-radius: 4px;
  padding: 0 18px;
}
.c-blockD1__inner {
  background-color: #f7f7f7;
  border-radius: 4px;
  display: none;
  margin-bottom: 26px;
  padding: 52px 55px;
}
@media screen and (max-width: 1023px) {
  .c-blockD1__inner {
    padding: 32px;
  }
}
.c-blockD1__ttl {
  color: #212121;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 0 20px 60px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-blockD1__ttl {
    padding-left: 32px;
  }
}
.c-blockD1__ttl::before {
  background: url(/sites/default/files/media/jp/partner/technology/yahoo/application/measurement_partner/img/icon_arrow.svg) no-repeat;
  background-size: 8px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  left: 25px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transform: rotate(180deg);
  width: 8px;
}
@media screen and (max-width: 1023px) {
  .c-blockD1__ttl::before {
    left: 10px;
  }
}
.c-blockD1__ttl.open::before {
  transform: rotate(0);
}
.c-blockD1__clipttlWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.c-blockD1__ClipText {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  font-size: 1.4rem;
  margin-bottom: 32px;
  padding: 10px 30px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-blockD1__ClipText {
    padding: 10px 20px;
  }
}
.c-blockD1__ClipArea {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 10px 30px;
}
@media screen and (max-width: 1023px) {
  .c-blockD1__ClipArea {
    padding: 10px 20px;
  }
}
.c-blockD1__ClipButton {
  background: inherit;
  border: none;
  color: #1a72b0;
  cursor: pointer;
  position: relative;
}
.c-blockD1__ClipButton .c-blockD1__BalloonInverse {
  display: none;
  position: absolute;
  right: 10px;
  top: -50px;
}
.c-blockD1__ClipButton .c-blockD1__BalloonInverse.active {
  display: inline-block;
}
.c-blockD1__BalloonInverse {
  background-color: #fff;
  border-radius: 10em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #545454;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 25px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.c-blockD1__BalloonInverse::after {
  background: #fff;
  border-radius: 3px;
  bottom: -5px;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(30deg) skewY(30deg) scaleX(0.9);
  width: 12px;
}
.c-blockD1__align-middle {
  vertical-align: middle;
}
.c-blockD1__txtBold {
  font-weight: 700;
}
.c-blockD1__link {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.c-blockD1__link:hover {
  text-decoration: none;
}
.c-blockE1 {
  align-items: center;
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  display: flex;
  padding: 28px 5.1020408163% 28px 2.8571428571%;
}
@media screen and (max-width: 1023px) {
  .c-blockE1 {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    display: block;
    padding: 18px 4.2666666667% 30px;
  }
}
.c-blockE1__ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-blockE1__ttl {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-blockE1__ttl--sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .c-blockE1__ttl--pc {
    display: none;
  }
}
.c-blockE1__img {
  flex-shrink: 0;
  width: 30.8888888889%;
}
@media screen and (max-width: 1023px) {
  .c-blockE1__img {
    margin-inline: auto;
    margin-top: 48px;
    width: 64.4736842105%;
  }
}
.c-blockE1__img img {
  height: auto;
  width: 100%;
}
.c-blockE1__inner {
  margin-left: 3.0368763557%;
}
@media screen and (max-width: 1023px) {
  .c-blockE1__inner {
    margin-left: 0;
  }
}
.c-blockE1__txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 14px;
}
@media screen and (max-width: 1023px) {
  .c-blockE1__txt {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-top: 45px;
  }
}
.c-blockE1__list {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-blockE1__list {
    margin-top: 16px;
  }
}
.c-blockE1__listItem {
  display: flex;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4166666667;
}
@media screen and (max-width: 1023px) {
  .c-blockE1__listItem {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}
.c-blockE1__listItem:nth-of-type(n + 2) {
  margin-top: 12px;
}
@media screen and (max-width: 1023px) {
  .c-blockE1__listItem:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}
.c-blockE1__listNum {
  flex-shrink: 0;
}
.c-blockE1__listTxt {
  margin-left: 13px;
}
.c-blockE2__head {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .c-blockE2__head {
    font-size: 1.25rem;
  }
}
.c-blockE2__body {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-blockE2__body {
    margin-top: 10px;
  }
}
.c-blockE2__fig {
  width: 79.4117647059%;
}
@media screen and (max-width: 1023px) {
  .c-blockE2__fig {
    width: 100%;
  }
}
.c-blockE2__list {
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .c-blockE2__list {
    margin-top: 34px;
  }
}
.c-blockE2__listItem {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .c-blockE2__listItem {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
.c-blockE2__listItem:first-of-type {
  margin-top: 0;
}
.c-blockE2__listNum {
  flex-shrink: 0;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin-right: 18px;
}
@media screen and (max-width: 1023px) {
  .c-blockE2__listNum {
    font-size: 1.3rem;
    margin-right: 4px;
  }
}
.c-blockTabSelectorE1 {
  display: flex;
}
@media screen and (max-width: 950px) {
  .c-blockTabSelectorE1 {
    display: block;
  }
}
.c-blockTabSelectorE1 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  text-indent: 0.01px;
  text-overflow: "";
}
@media screen and (max-width: 950px) {
  .c-blockTabSelectorE1 button {
    color: #545454;
  }
}
.c-blockTabSelectorE1 .tab__link {
  color: #545454;
  display: block;
  font-size: 16px;
  height: 100%;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .c-blockTabSelectorE1 .tab__link {
    box-sizing: border-box;
    padding: 10px 45px 10px 15px;
    text-align: left;
  }
}
@media screen and (max-width: 950px) {
  .c-blockTabSelectorE1 .tab__link.is-current {
    background-color: #f5f5f5;
  }
}
.c-blockTabSelectorE1 .tab__link.is-current::after {
  animation: spreadLine 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}
.c-blockTabSelectorE1__item {
  font-size: 1.6rem;
}
.c-boxA1Wrap {
  display: flex;
  gap: 0 1.5625%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 50px 40px 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-boxA1Wrap {
    background-color: #f5f5f5;
    display: block;
    max-width: initial;
    padding: 20px 20px;
  }
}
.c-boxA1 {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-boxA1 {
    background-color: #fff;
    border: none;
    max-width: initial;
  }
}
@media screen and (max-width: 1023px) {
  .c-boxA1 + .c-boxA1 {
    margin-top: 20px;
  }
}
.c-boxA1__container {
  padding: 37px 30px 30px;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__container {
    padding: 20px 15px 15px;
  }
}
.c-boxA1__head {
  padding: 0 26px;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__head {
    padding: 0;
  }
}
.c-boxA1__head .pageH3Area {
  margin: 0;
}
.c-boxA1__head .pageTxt {
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__head .pageTxt {
    margin-top: 18px;
    padding-left: 0;
  }
}
.c-boxA1__head .orangeBtn {
  margin-top: 26px;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__head .orangeBtn {
    margin-top: 14px;
  }
}
.c-boxA1__head .pageTxtLink {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__head .pageTxtLink {
    margin-top: 14px;
  }
}
.c-boxA1__body {
  background-color: #f2f4f8;
  border-radius: 6px;
  margin-top: 17px;
  padding: 33px 6px 30px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__body {
    padding: 22px 21px 18px;
    text-align: left;
  }
}
.c-boxA1__body .pageTxt {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__body .pageTxt {
    font-size: 1.2rem;
  }
}
.c-boxA1__body .backBtn {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__body .backBtn {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.c-boxA1__body .pageTxtLink {
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__body .pageTxtLink {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .c-boxA1__body .pageTxtLink__arrow01 {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-boxA1__body .pageTxtLink__arrow01::before {
    margin-right: 8px;
    transform: translateY(1px);
  }
}
.c-boxA1__btn {
  margin-inline: auto;
  max-width: 356px;
}
.c-boxA1__btn .backBtn a {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 21px 50px 21px 5px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__btn .backBtn a {
    font-size: 1.2rem;
    padding: 16px 45px 16px 3px;
  }
}
.c-boxA1__btn .backBtn__arrow01:before {
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .c-boxA1__btn .backBtn__arrow01:before {
    height: 22px;
    right: 16px;
    width: 22px;
  }
}
.c-boxA1__linkSmall .pageTxtLink {
  font-size: 1.2rem;
}
.c-boxAnchorB {
  display: flex;
  justify-content: center;
}
.c-boxE1 {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .c-boxE1 {
    border-radius: 4px;
    padding: 15px 11px;
  }
}
.c-boxE1__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-boxE1__ttl {
  background-color: #06c755;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .c-boxE1__ttl {
    font-size: 1.3rem;
    padding: 10px 7px 7px;
  }
}
.c-boxE1__content {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .c-boxE1__content {
    font-size: 1.1rem;
    line-height: 1.8181818182;
    margin-left: 10px;
  }
}
.c-boxE2 {
  color: #000;
  margin-inline: auto;
  margin-top: 47px;
  max-width: 1060px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-boxE2 {
    background-color: #f5f5f5;
    margin-top: 0;
    padding: 19px 20px 30px;
  }
}
.c-boxE2 a {
  font-family: "LINESeedJPStd Regular", sans-serif;
}
.c-boxE2__container {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  padding: 43px 8.1632653061% 38px;
}
@media screen and (max-width: 1023px) {
  .c-boxE2__container {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    padding: 24px 15px 16px;
  }
}
.c-boxE2__ttl {
  border-bottom: 2px solid #d6d9e0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3333333333;
  margin-inline: auto;
  padding-bottom: 7px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .c-boxE2__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.c-boxE2__txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 47px;
}
@media screen and (max-width: 1023px) {
  .c-boxE2__txt {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-top: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .c-boxE2__outsideTxt {
    margin-top: -10px;
  }
}
.c-boxE2 a {
  color: #000;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-boxE2 a:hover {
    text-decoration: none;
  }
}
.c-boxE3 {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 30px 8.3333333333% 30px 10.5555555556%;
}
@media screen and (max-width: 1023px) {
  .c-boxE3 {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 20px;
  }
}
.c-boxE3__head {
  align-items: center;
  display: flex;
}
.c-boxE3__icon {
  max-width: 88px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-boxE3__icon {
    max-width: none;
    width: 44px;
  }
}
.c-boxE3__headTxt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-left: 16px;
}
@media screen and (max-width: 1023px) {
  .c-boxE3__headTxt {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-left: 13px;
  }
}
.c-boxE3__body {
  margin-top: 17px;
}
@media screen and (max-width: 1023px) {
  .c-boxE3__body {
    margin-top: 24px;
  }
}
.c-boxE3__listItem {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 9px;
  padding-left: 1.3em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-boxE3__listItem {
    font-size: 1.35rem;
  }
}
.c-boxE3__listItem:first-of-type {
  margin-top: 0;
}
.c-boxE3__listItem::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .c-boxE3__listItem--spSmall {
    font-size: 1.2rem;
  }
}
.c-boxE4 {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 29px 4.4117647059%;
}
@media screen and (max-width: 1023px) {
  .c-boxE4 {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 22px 19px;
  }
}
.c-boxE4__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
.c-boxE4__list {
  margin-top: 12px;
}
.c-boxE4__listItem {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 9px;
  padding-left: 1.3em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-boxE4__listItem {
    font-size: 1.35rem;
  }
}
.c-boxE4__listItem:first-of-type {
  margin-top: 0;
}
.c-boxE4__listItem::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.c-boxNoteE1 {
  background-color: #ffe8ed;
  border-radius: 6px;
  padding: 14px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-boxNoteE1 {
    border-radius: 3px;
    padding: 7px;
  }
}
.c-boxNoteE1__txt {
  color: #c9002c;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-boxNoteE1__txt {
    font-size: 1.3rem;
  }
}
.c-btnD1 {
  align-items: center;
  border: 2px solid #f03;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 100px;
  border-style: solid;
  border-width: 2px;
  color: #f03;
  display: inline-flex;
  font-family: "LINESeedJPStd Bold";
  font-size: 1.4rem;
  justify-content: center;
  line-height: 1.3;
  max-width: 340px;
  min-height: 40px;
  overflow: hidden;
  padding: 2px 50px 2px 28px;
  position: relative;
  text-align: center;
  transition: all 0.2s linear 0s;
  width: 100%;
}
.c-btnD1::after {
  align-items: center;
  background-color: #f03;
  border-radius: 100%;
  color: #fff;
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: 16px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: scale(0.5) translateY(-50%);
  transform-origin: 100% 0;
  transition: all 0.2s var(--transition-default);
  width: 40px;
}
.c-btnD1:hover {
  background-color: #f03;
  color: #fff;
  text-decoration: none;
}
.c-btnD1:hover:after {
  background-color: #fff;
  color: #f03;
}
.c-btnE1 {
  align-items: center;
  background-color: #fff;
  border: 3px solid #06c755;
  border-radius: 100px;
  color: #06c755;
  display: block;
  font-family: "LINESeedJPStd Bold";
  font-size: 2.1rem;
  line-height: 1.3;
  overflow: hidden;
  padding: 18px 57px 18px 47px;
  position: relative;
  transition: all 0.2s linear 0s;
  width: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-btnE1 {
    border-width: 1px;
    font-size: 1.3rem;
    padding: 20px 38px 15px 14px;
  }
}
.c-btnE1::after {
  align-items: center;
  background-color: #06c755;
  border-radius: 100%;
  color: #fff;
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: 26px;
  height: 80px;
  justify-content: center;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: scale(0.5) translateY(-50%);
  transform-origin: 100% 0;
  transition: all 0.2s var(--transition-default);
  width: 80px;
}
@media screen and (max-width: 1023px) {
  .c-btnE1::after {
    font-size: 18px;
    height: 52px;
    width: 52px;
  }
}
.c-btnE1:hover {
  background-color: #06c755;
  color: #fff;
  text-decoration: none;
}
.c-btnE1:hover:after {
  background-color: #fff;
  color: #06c755;
}
.c-btnE2 {
  align-items: center;
  background-color: #00003e;
  border: none;
  border-radius: 40px;
  display: flex;
  font-size: 0;
  justify-content: center;
  padding: 15px;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-btnE2 {
    transition: background-color 0.3s;
  }
  .c-btnE2:hover {
    background-color: #fff;
  }
  .c-btnE2:hover .c-btnE2__txt {
    color: #00003e;
  }
  .c-btnE2:hover::after {
    background-color: #00003e;
  }
}
.c-btnE2--dl {
  padding-right: 33px;
}
@media screen and (max-width: 1023px) {
  .c-btnE2--dl {
    padding-right: 35px;
  }
}
.c-btnE2--dl::after {
  background-color: #fff;
  content: "";
  height: 16px;
  -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_dl.svg) 0 0 no-repeat;
  mask: url(/sites/default/files/media/jp/common/img/icon_dl.svg) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  right: 28px;
  top: 48%;
  transform: translateY(-50%);
  width: 14px;
}
@media screen and (max-width: 1023px) {
  .c-btnE2--dl::after {
    height: 15px;
    width: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btnE2--dl::after {
    transition: background-color 0.3s;
  }
}
.c-btnE2--dl .c-btnE2__txt {
  letter-spacing: 0.14em;
}
.c-btnE2--log {
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none !important;
}
.c-btnE2--log .c-btnE2__txt {
  color: #00003e;
}
@media (hover: hover) and (pointer: fine) {
  .c-btnE2--log {
    transition: background-color border 0.3s;
  }
  .c-btnE2--log:hover {
    background-color: #00003e;
    border: 1px solid #00003e;
  }
  .c-btnE2--log:hover .c-btnE2__txt {
    color: #fff;
  }
}
.c-btnE2--bgWhite {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btnE2--bgWhite:hover {
    background-color: #00003e;
  }
  .c-btnE2--bgWhite:hover .c-btnE2__txt {
    color: #fff;
  }
}
.c-btnE2--bgWhite .c-btnE2__txt {
  color: #00003e;
}
.c-btnE2__txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-btnE2__txt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btnE2__txt {
    transition: color 0.3s;
  }
}
.c-btnE2__txt-small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .c-btnE2__txt-small {
    font-size: 1.1rem;
  }
}
.c-cardA1Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 67px 3.75%;
}
@media screen and (max-width: 1023px) {
  .c-cardA1Wrap {
    display: block;
  }
}
.c-cardA1 {
  width: 30.8333333333%;
}
@media screen and (max-width: 1023px) {
  .c-cardA1 {
    margin-top: 40px;
    width: 100%;
  }
  .c-cardA1:first-of-type {
    margin-top: 0;
  }
}
.c-cardA1__link {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-cardA1__link:hover {
    text-decoration: none;
  }
}
.c-cardA1__img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.c-cardA1__img img {
  border-radius: 5px;
  transition: transform 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .c-cardA1__link:hover .c-cardA1__img img {
    transform: scale(1.05);
  }
}
.c-cardA1__box {
  margin-top: 25px;
}
.c-cardA1__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.375;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-cardA1__ttl {
    font-size: 2.1rem;
    line-height: 1.33;
  }
}
.c-cardA1__ttl::before {
  background-color: #06c755;
  content: "";
  display: block;
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 2px;
  width: 7px;
}
@media screen and (max-width: 1023px) {
  .c-cardA1__ttl::before {
    height: calc(100% - 7px);
    top: 3px;
  }
}
.c-cardA1--red .c-cardA1__ttl::before {
  background-color: #f03;
}
.c-cardA1--navy .c-cardA1__ttl::before {
  background-color: #00003e;
}
.c-cardA1__txt {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.71;
  margin: 18px 0 24px;
}
@media screen and (max-width: 1023px) {
  .c-cardA1__txt {
    margin: 11px 0 0;
  }
}
.c-cardA1__txt--dummy {
  color: #888;
}
.c-cardA1__btn {
  align-items: center;
  background-color: #00003e;
  background-image: linear-gradient(135deg, #d6d9e0 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border-radius: 32px;
  display: inline-flex;
  height: 52px;
  margin: auto auto 0;
  padding: 3px 46px 3px 29px;
  position: relative;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
  width: 178px;
}
@media (hover: hover) and (pointer: fine) {
  .c-cardA1__link:hover .c-cardA1__btn {
    background-position: 0;
    text-decoration: none;
    transition: background 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .c-cardA1__btn {
    margin-top: 25px;
    width: 169px;
  }
}
.c-cardA1__btnTxt {
  color: #fff;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  transition: color 0.6s;
}
@media (hover: hover) and (pointer: fine) {
  .c-cardA1__link:hover .c-cardA1__btnTxt {
    color: #00003e;
  }
  .c-cardA1__link:hover .c-cardA1__btnTxt::after {
    background-image: url(/static/jp/common/img/ico_rightArrow01.svg);
  }
}
@media screen and (max-width: 1023px) {
  .c-cardA1__btnTxt {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}
.c-cardA1__btnTxt::after {
  background: url(/static/jp/common/img/ico_rightArrow02.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 26px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 26px;
}
.c-cardE1 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-cardE1 {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-cardE1__item {
  background-color: #fff;
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  padding: 19px 5% 29px;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__item {
    border: none;
    border-radius: 3px;
    padding: 25px 15px 20px;
  }
}
.c-cardE1__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__inner {
    display: block;
  }
}
.c-cardE1__ttl {
  align-items: center;
  display: flex;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__ttl {
    font-size: 1.8rem;
    line-height: 1.2162162162;
    min-height: auto;
  }
}
.c-cardE1__foot {
  margin-top: 27px;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__foot {
    margin-top: 14px;
  }
}
.c-cardE1__fig {
  align-items: center;
  aspect-ratio: 340/226;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__fig {
    aspect-ratio: 611/407;
    width: 100%;
  }
}
.c-cardE1__fig img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.c-cardE1__desc {
  margin-top: 11px;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__desc {
    margin-top: 10px;
  }
}
.c-cardE1__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__txt {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.c-cardE1__btn {
  text-align: center;
}
.c-cardE1__btn .defaultBtn {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-cardE1__btn .defaultBtn {
    text-align: center;
  }
}
.c-cassetteA1Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 3.6666666667%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1Wrap {
    display: block;
  }
}
.c-cassetteA1 {
  position: relative;
  width: 48.1666666667%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1 {
    margin-top: 30px;
    width: 100%;
  }
  .c-cassetteA1:first-of-type {
    margin-top: 0;
  }
}
.c-cassetteA1__link {
  background-color: #f7f7f7;
  border-radius: 6px;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 39px 8.9965397924%;
  text-decoration: none !important;
  transform: translateZ(0);
  transition: all 0.2s var(--transition-default);
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1__link {
    padding: 37px 30px 34px;
  }
}
.c-cassetteA1__link::after {
  align-items: center;
  background-color: #d6d9e0;
  border-radius: 50%;
  color: #00003e;
  content: "\e900";
  display: flex;
  font-family: "linebiz-icon";
  font-size: 1.6rem;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 6.0553633218%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s var(--transition-default);
  width: 38px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1__link::after {
    bottom: 15px;
    height: 30px;
    padding-left: 2px;
    right: 15px;
    top: auto;
    transform: none;
    width: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cassetteA1__link:hover {
    background-color: #fcfcfc;
    filter: drop-shadow(2px 2px 8px rgba(90, 90, 90, 0.32));
    text-decoration: none;
  }
  .c-cassetteA1__link:hover::after {
    background-color: #00003e;
    color: #fff;
  }
}
.c-cassetteA1__inner {
  padding-right: 20.7612456747%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1__inner {
    padding-right: 0;
  }
}
.c-cassetteA1__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.375;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1__ttl {
    font-size: 2.1rem;
    padding-left: 21px;
  }
}
.c-cassetteA1__ttl::before {
  background-color: #06c755;
  content: "";
  display: block;
  height: calc(100% - 11px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 6px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1__ttl::before {
    height: calc(100% - 8px);
    top: 3px;
    width: 7px;
  }
}
.c-cassetteA1--red .c-cassetteA1__ttl::before {
  background-color: #f03;
}
.c-cassetteA1--navy .c-cassetteA1__ttl::before {
  background-color: #00003e;
}
.c-cassetteA1__txt {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.71;
  margin-top: 11px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteA1__txt {
    font-size: 1.3rem;
    line-height: 1.69;
    margin-top: 12px;
  }
}
.c-cassetteB1 {
  margin-bottom: 100px;
  margin-top: 100px;
}
.c-cassetteB1--width .c-cassetteB1__container {
  max-width: 945px;
}
.c-cassetteB1__container {
  margin: 0 auto;
  max-width: 880px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB1__container {
    max-width: initial;
  }
}
@media screen and (max-width: 1023px) {
  .c-cassetteB1__head {
    padding: 0 20px;
  }
}
.c-cassetteB1__anno {
  display: block;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB1__anno::before {
    left: -5px;
    position: relative;
  }
}
.c-cassetteB2 {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB2__container {
    padding: 0 20px;
  }
}
.c-cassetteB2__anno {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.2rem;
  margin-top: 10px;
}
.c-cassetteB2__anno--s {
  padding-right: 15px;
}
.c-cassetteB3 {
  padding-left: 68px;
  width: 400px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB3 {
    padding-left: 0;
    width: auto;
  }
}
.c-cassetteB3 + .c-cassetteB3 {
  padding-left: 0;
}
.c-cassetteB3__container {
  margin-top: 37px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB3__container {
    margin-top: 27px;
  }
}
.c-cassetteB3__head {
  margin: 0 auto 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB3__head {
    margin: 0 auto 17px;
  }
}
.c-cassetteB3__link {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB3__link a {
    font-size: 1.4rem;
  }
}
.c-cassetteB4__ttl {
  margin: 30px auto 32px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB4__ttl {
    margin: 32px auto 9px;
  }
}
.c-cassetteB4__ttl--mb {
  margin: 40px auto 9px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB4__ttl--mb {
    margin: 30px auto 20px;
  }
}
.c-cassetteB4__ttl--spuser {
  margin: 47px auto 13px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB4__ttl--spuser {
    margin: 30px auto 20px;
  }
}
.c-cassetteB4__list {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB4__list {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .c-cassetteB5 {
    padding: 0 20px;
  }
}
.c-cassetteB5__container {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB5__container {
    display: block;
  }
}
.c-cassetteB5__img {
  border-radius: 6px;
  flex-shrink: 0;
  width: 372px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB5__img {
    width: 100%;
  }
}
.c-cassetteB5__img img {
  border-radius: 6px;
  width: 100%;
}
.c-cassetteB5__ttl {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB5__ttl {
    margin-bottom: 16px;
    margin-top: 25px;
  }
}
.c-cassetteB5__txt {
  margin-top: 0;
}
.c-cassetteB5__list {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteB5__list {
    display: block;
    padding: 0 23px;
  }
}
.c-cassetteC1 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteC1 {
    display: block;
    margin-top: 50px;
  }
}
.c-cassetteC1:first-of-type {
  margin-top: 0;
}
.c-cassetteC1__txtContent {
  max-width: 470px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteC1__txtContent {
    margin-bottom: 25px;
    max-width: none;
  }
}
.c-cassetteC1__txtContent .pageH3Area {
  margin-bottom: 50px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-cassetteC1__txtContent .pageH3Area {
    margin-bottom: 25px;
  }
}
.c-cassetteC1__txtContent .pageTxt {
  text-align: left;
}
.c-cassetteC1__txtContent .pageTxt--bold {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-cassetteC1__txtContent .pageTxt--bold {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
.c-cassetteC1__img {
  margin-right: 70px;
  width: 210px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteC1__img {
    margin: 25px auto 0;
  }
}
.c-cassetteD1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteD1 {
    padding: 0 20px;
  }
}
.c-cassetteD2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteD2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .c-cassetteD2__container {
    padding: 0 20px;
  }
}
.c-cassetteD2__btn-wrap {
  margin: 40px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-cassetteD2__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-bottom: 20px;
}
.c-cassetteD2__list-item {
  display: flex;
  font-size: 1.2rem;
  gap: 15px;
  line-height: 1.4166666667;
}
.c-cassetteD2__list-item::before {
  content: "※";
}
.c-cassetteD2__list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-cassetteD2__body {
  margin-bottom: 40px;
}
.c-cassetteD2__link {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.c-cassetteD2__link:hover {
  text-decoration: none;
}
.c-cassetteE1__headTxt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE1__headTxt {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.8461538462;
  }
}
.c-cassetteE1__noteList {
  margin-top: 10px;
}
.c-cassetteE1__bodyLink {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE1__bodyLink {
    margin-top: 17px;
  }
}
.c-cassetteE1__bodyLink .pageTxtLink {
  margin-top: 0;
}
.c-cassetteE1__list {
  margin-top: 20px;
}
.c-cassetteE1__foot {
  margin-top: 21px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE1__foot {
    margin-top: 14px;
  }
}
.c-cassetteE2__container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__container {
    width: 100%;
  }
}
.c-cassetteE2__icon {
  flex-shrink: 0;
  width: 71px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__icon {
    width: 35px;
  }
}
.c-cassetteE2__headTxt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__headTxt {
    font-size: 1.5rem;
    line-height: 1.5666666667;
  }
}
.c-cassetteE2__desc {
  margin-top: 8px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__desc {
    margin-top: -5px;
  }
}
.c-cassetteE2__desc--mail {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__desc--chat {
    margin-top: -4px;
  }
}
.c-cassetteE2__telLink {
  color: #f03;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.0857142857;
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__telLink {
    font-size: 2.5rem;
  }
}
.c-cassetteE2__telLink--small {
  font-size: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__telLink--small {
    font-size: 2.1rem;
  }
}
.c-cassetteE2__telTxt {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__telTxt {
    margin-top: 10px;
  }
}
.c-cassetteE2__telTxt--small {
  margin-top: 15px;
}
.c-cassetteE2__telNote {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__telNote {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.c-cassetteE2__telNote--small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__telNote--small {
    font-size: 1rem;
    margin-top: 9px;
  }
}
.c-cassetteE2__btn {
  margin-top: 18px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__btn {
    margin-top: 15px;
  }
}
.c-cassetteE2__btn .whiteBtn {
  margin-top: 0;
}
.c-cassetteE2__btnTxt {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 3px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__btnTxt {
    font-size: 1rem;
    margin-top: 7px;
  }
}
.c-cassetteE2__descHead {
  padding-left: 3.2702237522%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descHead {
    padding-left: 14px;
  }
}
.c-cassetteE2__descHead--chat {
  padding-left: 1.8867924528%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descHead--chat {
    padding-left: 16px;
  }
}
.c-cassetteE2__descHead--mail {
  padding-left: 1.8867924528%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descHead--mail {
    padding-left: 16px;
  }
}
.c-cassetteE2__mailBox {
  margin-left: calc(1.8867924528% + 71px);
  margin-top: 23px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__mailBox {
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }
}
.c-cassetteE2__mailLink {
  margin-top: 10px;
}
.c-cassetteE2__mailLink .pageTxtLink {
  margin-top: 0;
}
.c-cassetteE2__descHeadBtn {
  margin-top: 10px;
}
.c-cassetteE2__descHeadBtn .whiteBtn {
  margin-top: 0;
}
.c-cassetteE2__descBody {
  border-top: 1px solid #dedede;
  margin-top: 25px;
  padding-left: 3.2702237522%;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descBody {
    border-top: none;
    padding-top: 0;
  }
}
.c-cassetteE2__descBody--chat {
  border-top: none;
  margin-top: 19px;
  padding-left: 1.8867924528%;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descBody--chat {
    padding-left: 16px;
  }
}
.c-cassetteE2__descBody--mail {
  border-top: none;
  margin-top: 15px;
  padding-left: 1.8867924528%;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descBody--mail {
    margin-top: 18px;
    padding-left: 15px;
    padding-top: 0;
  }
}
.c-cassetteE2__descFoot {
  border-top: 1px solid #dedede;
  margin-left: calc(1.8867924528% + 71px);
  margin-top: 30px;
  padding-top: 19px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descFoot {
    margin-left: 0;
    margin-top: 25px;
    padding-top: 22px;
  }
}
.c-cassetteE2__descFootTxt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descFootTxt {
    font-size: 1.3rem;
    line-height: 1.8846153846;
  }
}
.c-cassetteE2__descFootLink {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descFootLink {
    margin-top: 15px;
  }
}
.c-cassetteE2__descFootLink .pageTxtLink {
  margin-top: 0;
}
.c-cassetteE2__descBodyTxt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__descBodyTxt {
    font-size: 1.25rem;
  }
}
.c-cassetteE2__noteList {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__noteList {
    margin-left: 0;
    margin-top: 21px;
  }
}
.c-cassetteE2__chatTxt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
.c-cassetteE2__chatList {
  margin-top: 23px;
}
.c-cassetteE2__chatNote {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__chatNote {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 11px;
  }
}
.c-cassetteE2__flow {
  margin-left: calc(1.8867924528% + 71px);
  margin-top: 37px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__flow {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__flow.sp-hide {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-cassetteE2__flow.pc-hide {
    display: none;
  }
}
.c-cassetteE2__bottomLinks {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE2__bottomLinks {
    margin-top: 20px;
  }
}
.c-cassetteE3 {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 33px 3.0612244898% 27px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE3 {
    border-radius: 3px;
    padding: 21px 15px 18px;
  }
}
.c-cassetteE3__head .pageH4Area {
  margin-bottom: 0;
  margin-top: 0;
}
.c-cassetteE3__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE3__txt {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.8461538462;
  }
}
.c-cassetteE3__body {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE3__body {
    margin-top: 12px;
  }
}
.c-cassetteE3__body,
.c-cassetteE3__foot {
  padding-left: 2.6086956522%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE3__body,
  .c-cassetteE3__foot {
    padding-left: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .c-cassetteE3__foot .pageTxtLink {
    margin-top: 19px;
  }
}
.c-cassetteE4 {
  background-color: #f5f5f5;
  padding: 29px 0;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.c-cassetteE4__container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__container {
    padding-inline: 0;
  }
}
.c-cassetteE4__head .c-kvE1List__item:not(:first-of-type)::before {
  border-color: #404040;
}
.c-cassetteE4__head .c-kvE1List__txt {
  color: #404040;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__head .pageH3Area {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.c-cassetteE4__body {
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__body {
    display: block;
    margin-top: 15px;
  }
}
.c-cassetteE4__foot {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__foot {
    display: block;
    margin-top: 30px;
  }
}
.c-cassetteE4__desc {
  margin-left: 3.3333333333%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__desc {
    margin-left: 0;
    padding: 38px 20px 44px;
  }
}
.c-cassetteE4__fig {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 39.5833333333%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__fig {
    aspect-ratio: 750/500;
    width: 100%;
  }
}
.c-cassetteE4__fig img {
  -o-object-fit: contain;
  object-fit: contain;
}
.c-cassetteE4__contact {
  flex-shrink: 0;
  margin-top: 16px;
  width: 263px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__contact {
    margin-top: 28px;
    width: 100%;
  }
}
.c-cassetteE4__contact .orangeBtn {
  margin-top: 0;
  width: 100%;
}
.c-cassetteE4__contact .orangeBtn a {
  min-width: auto;
  width: 100%;
}
.c-cassetteE4__txt {
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__list {
    margin-top: 9px;
  }
}
.c-cassetteE4__linkTtl {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE4__linkTtl {
    font-size: 1.1rem;
  }
}
.c-cassetteE5__container {
  display: flex;
  margin-inline: auto;
  max-width: 1120px;
}
.c-cassetteE5__container--2Col {
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__container--2Col {
    display: block;
  }
}
.c-cassetteE5__container--2Col .c-cassetteE5__item {
  margin: 0;
  max-width: 531px;
  padding: 46px 30px 30px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__container--2Col .c-cassetteE5__item {
    margin-inline: auto;
    max-width: none;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__container--2Col .c-cassetteE5__item:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.c-cassetteE5__item {
  background-color: #fff;
  border-radius: 6px;
  margin-inline: auto;
  max-width: 815px;
  padding: 46px 0 30px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__item {
    border-radius: 3px;
    padding: 20px 15px;
  }
}
.c-cassetteE5__itemInner {
  margin-inline: auto;
  max-width: 593px;
}
.c-cassetteE5__itemBody {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__itemBody {
    margin-top: 11px;
  }
}
.c-cassetteE5__ttl {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__ttl {
    font-size: 1.8rem;
  }
}
.c-cassetteE5__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__txt {
    font-size: 1.5rem;
  }
}
.c-cassetteE5__foot {
  border-top: 1px solid #d6d9e0;
  margin-top: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__foot {
    margin-top: 9px;
    padding-top: 9px;
  }
}
.c-cassetteE5__address {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__address {
    flex-direction: column;
    font-size: 1.2rem;
  }
}
.c-cassetteE5__addressZip {
  flex-shrink: 0;
}
.c-cassetteE5__addressTxt {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__addressTxt {
    margin-left: 0;
    margin-top: 5px;
  }
}
.c-cassetteE5__link {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-cassetteE5__link {
    margin-top: 8px;
  }
}
.c-cassetteE5__link .pageTxtLink {
  margin-top: 0;
}
.c-kvA1 {
  background-color: #00003e;
  overflow: hidden;
  padding-inline: 106px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kvA1 {
    padding-inline: 40px;
  }
}
.c-kvA1::before,
.c-kvA1::after {
  aspect-ratio: 18/17;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .c-kvA1::before,
  .c-kvA1::after {
    height: 50%;
  }
}
.c-kvA1::before {
  background-color: #06c755;
  -webkit-clip-path: polygon(50% 0, 50% 100%, 100% 0);
  clip-path: polygon(50% 0, 50% 100%, 100% 0);
  left: 0;
  top: 0;
  transform: translateX(-50%);
}
.c-kvA1--red::before {
  background-color: #f03;
}
.c-kvA1::after {
  background-color: #f03;
  bottom: 0;
  -webkit-clip-path: polygon(50% 0, 50% 100%, 0 100%);
  clip-path: polygon(50% 0, 50% 100%, 0 100%);
  right: 0;
  transform: translateX(50%);
}
.c-kvA1--green::after {
  background-color: #06c755;
}
.c-kvA1--lowerGray {
  background-color: #e4e8f0;
}
.c-kvA1--lowerGray::before,
.c-kvA1--lowerGray::after {
  background-color: #00003e;
}
.c-kvA1--lower .c-kvA1__container::before,
.c-kvA1--lower .c-kvA1__container::after,
.c-kvA1--lowerGray .c-kvA1__container::before,
.c-kvA1--lowerGray .c-kvA1__container::after {
  aspect-ratio: 18/17;
  content: "";
  display: inline-block;
  height: 94%;
  position: absolute;
  width: auto;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .c-kvA1--lower .c-kvA1__container::before,
  .c-kvA1--lower .c-kvA1__container::after,
  .c-kvA1--lowerGray .c-kvA1__container::before,
  .c-kvA1--lowerGray .c-kvA1__container::after {
    height: 46%;
  }
}
.c-kvA1--lower .c-kvA1__container::before,
.c-kvA1--lowerGray .c-kvA1__container::before {
  -webkit-clip-path: polygon(50% 0, 50% 100%, 100% 0);
  clip-path: polygon(50% 0, 50% 100%, 100% 0);
  left: -1px;
  top: -1px;
  transform: translateX(-50%);
}
.c-kvA1--lower .c-kvA1__container::after,
.c-kvA1--lowerGray .c-kvA1__container::after {
  bottom: -1px;
  -webkit-clip-path: polygon(50% 0, 50% 100%, 0 100%);
  clip-path: polygon(50% 0, 50% 100%, 0 100%);
  right: -1px;
  transform: translateX(50%);
}
.c-kvA1--lower .c-kvA1__container::before {
  background-color: #00003e;
}
.c-kvA1--lower .c-kvA1__container::after {
  background-color: #00003e;
}
.c-kvA1--lowerGray .c-kvA1__container::before {
  background-color: #e4e8f0;
}
.c-kvA1--lowerGray .c-kvA1__container::after {
  background-color: #e4e8f0;
}
.c-kvA1__inner {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
  margin-inline: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kvA1__inner {
    height: auto;
    max-width: initial;
    padding: 35px 0 34px;
  }
}
.c-kvA1__ttl {
  color: #fff;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.533;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-kvA1__ttl {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: center;
  }
}
.c-kvA1--lowerGray .c-kvA1__ttl {
  color: #00003e;
}
.c-kvA1List {
  font-size: 0;
  left: 0;
  position: absolute;
  top: 20px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-kvA1List {
    display: none;
  }
}
.promoContentAll .c-kvA1List a {
  color: #fff;
}
.c-kvA1List__item {
  display: inline-block;
  position: relative;
}
.c-kvA1List__item + .c-kvA1List__item {
  padding-left: 23px;
}
.c-kvA1List__item:not(:first-of-type)::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  left: 7px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 5px;
}
.c-kv1--lowerGray .c-kvA1List__item:not(:first-of-type)::before {
  border-right-color: #00003e;
  border-top-color: #00003e;
}
.c-kvA1List__txt {
  border-bottom: none;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.c-kv1--lowerGray .c-kvA1List__txt {
  color: #00003e;
}
@media (hover: hover) and (pointer: fine) {
  .c-kvA1List__txt[href]:hover {
    text-decoration: underline;
  }
}
a.c-kvA1List__txt {
  font-family: "LINESeedJPStd Regular", sans-serif !important;
}
span.c-kvA1List__txt {
  font-family: "LINESeedJPStd ExtraBold", sans-serif !important;
}
.c-kvA2 {
  background-color: #00003e;
  position: relative;
  width: 100%;
}
.c-kvA2__container {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .c-kvA2__container {
    display: block;
  }
}
.c-kvA2__img {
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 200px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .c-kvA2__img {
    -webkit-clip-path: none;
    clip-path: none;
    height: 140px;
    position: relative;
    width: 100%;
  }
}
.c-kvA2--l .c-kvA2__img {
  -webkit-clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 300px;
}
@media screen and (max-width: 1023px) {
  .c-kvA2--l .c-kvA2__img {
    -webkit-clip-path: none;
    clip-path: none;
    height: 140px;
  }
}
.c-kvA2--shadow .c-kvA2__img::before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.c-kvA2__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kvA2__img img {
    height: 140px;
    width: 100%;
  }
}
.c-kvA2__block {
  height: 200px;
  margin-right: auto;
  padding-left: 8.33%;
  width: 50%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-kvA2__block {
    height: auto;
    padding: 35px 0 34px;
    width: 100%;
  }
}
.c-kvA2--l .c-kvA2__block {
  height: 300px;
}
@media screen and (max-width: 1023px) {
  .c-kvA2--l .c-kvA2__block {
    height: auto;
  }
}
.c-kvA2__inner {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kvA2__inner {
    justify-content: center;
    padding-inline: 40px;
  }
}
.c-kvA2__ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.533;
  padding-left: 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .c-kvA2__ttl {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-left: 0;
    text-align: center;
  }
}
.c-kvA2__txt {
  color: #fff;
  font-family: "LINESeedJPStd Regular";
  font-size: 1.3rem;
  margin-top: 16px;
  padding-left: 48px;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .c-kvA2__txt {
    padding-left: 0;
  }
}
.c-kvA2List {
  font-size: 0;
  left: 0;
  position: absolute;
  top: 20px;
  width: 200%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-kvA2List {
    display: none;
  }
}
.c-kvA2List__item {
  display: inline-block;
  position: relative;
}
.c-kvA2List__item + .c-kvA2List__item {
  padding-left: 23px;
}
.c-kvA2List__item:not(:first-of-type)::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  left: 7px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 5px;
}
.c-kvA2List__txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (hover: hover) and (pointer: fine) {
  .c-kvA2List__txt[href]:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1023px) {
  .c-kvTechPartnerListC1.c-kvA1 {
    padding-inline: 30px;
    white-space: nowrap;
  }
}
.c-kvE1 {
  position: relative;
  width: 100%;
}
.c-kvE1--red {
  background-color: #f03;
}
.c-kvE1--green {
  background-color: #06c755;
}
.c-kvE1--navy {
  background-color: #00003e;
}
.c-kvE1__container {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__container {
    display: block;
  }
}
.c-kvE1__img {
  -webkit-clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0% 100%);
  height: 510px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__img {
    -webkit-clip-path: none;
    clip-path: none;
    height: 200px;
    position: relative;
    width: 100%;
  }
}
.c-kvE1__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__img img {
    width: 100%;
  }
}
.c-kvE1__block {
  height: 510px;
  margin-right: auto;
  padding-left: 8.75%;
  width: 47%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__block {
    height: auto;
    padding: 35px 0 40px;
    width: 100%;
  }
}
.c-kvE1__inner {
  height: 100%;
  padding-top: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__inner {
    justify-content: center;
    padding-inline: 20px;
    padding-top: 0;
  }
}
.c-kvE1__desc {
  margin-top: 70px;
  max-width: 480px;
  width: 120%;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__desc {
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
}
.c-kvE1__desc--wide {
  max-width: 550px;
  width: 150%;
}
@media screen and (max-width: 1199px) {
  .c-kvE1__desc--wide {
    width: 110%;
  }
}
@media screen and (max-width: 1023px) {
  .c-kvE1__desc--wide {
    max-width: none;
    width: 100%;
  }
}
.c-kvE1__desc--exWide {
  max-width: 550px;
  width: 120%;
}
@media screen and (max-width: 1199px) {
  .c-kvE1__desc--exWide {
    width: 110%;
  }
}
@media screen and (max-width: 1023px) {
  .c-kvE1__desc--exWide {
    max-width: none;
    width: 100%;
  }
}
.c-kvE1__desc--l {
  margin-top: 40px;
}
.c-kvE1__desc--high {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__desc--high {
    margin-top: 0;
  }
}
.c-kvE1__ttl {
  color: #fff;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2173913043;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__ttl {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
    line-height: 1.4285714286;
    padding-left: 0;
    text-align: center;
  }
}
.c-kvE1__txt {
  color: #fff;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 34px;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__txt {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.5714285714;
    margin-top: 30px;
  }
}
.c-kvE1__btn {
  margin-top: 34px;
  width: 320px;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__btn {
    margin-inline: auto;
    margin-top: 30px;
    max-width: 275px;
  }
}
.c-kvE1__btn:nth-of-type(n + 2) {
  margin-top: 13px;
}
@media screen and (max-width: 1023px) {
  .c-kvE1__btn:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.c-kvE1__btn .c-btnE2--bgWhite {
  border: none;
}
.c-kvE1__anno {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 25px;
}
.c-kvE1__link {
  color: #fff;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1023px) {
  .c-kvE1__link:hover {
    text-decoration: unset;
  }
}
.c-kvE1List {
  color: #fff !important;
  font-size: 0;
  width: 320%;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-kvE1List {
    display: none;
  }
}
.c-kvE1List__item {
  display: inline-block;
  position: relative;
}
.c-kvE1List__item + .c-kvE1List__item {
  padding-left: 23px;
}
.c-kvE1List__item:not(:first-of-type)::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  left: 7px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 5px;
}
.c-kvE1List__txt {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (hover: hover) and (pointer: fine) {
  .c-kvE1List__txt[href]:hover {
    text-decoration: underline;
  }
}
a.c-kvE1List__txt {
  font-family: "LINESeedJPStd Regular", sans-serif !important;
}
span.c-kvE1List__txt {
  font-family: "LINESeedJPStd Bold", sans-serif !important;
}
.c-listAnchorA1Wrap {
  background-color: #eceef0;
  padding: 32px 40px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorA1Wrap {
    padding: 40px 20px;
  }
}
.c-listAnchorA1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7699115044%;
  margin-inline: auto;
  max-width: 1243px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorA1 {
    display: block;
    max-width: initial;
  }
}
.c-listAnchorA1__item {
  height: 44px;
  width: 18.5840707965%;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorA1__item {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorA1__item + .c-listAnchorA1__item {
    margin-top: 10px;
  }
}
.c-listAnchorA1__link {
  align-items: center;
  background-color: #fff;
  background-image: linear-gradient(135deg, #00003e 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  border-radius: 22px;
  display: inline-flex;
  height: 100%;
  padding: 3px 22.5108225108% 3px 12.5541125541%;
  position: relative;
  text-decoration: none !important;
  transition: background 600ms ease-in-out;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-listAnchorA1__link:hover {
    background-position: 0;
    text-decoration: none;
    transition: background 600ms ease-in-out;
  }
}
@media screen and (max-width: 1240px) {
  .c-listAnchorA1__link {
    padding-left: 8.658008658%;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorA1__link {
    border-radius: 36px;
    padding: 3px 36px 3px 28px;
  }
}
.c-listAnchorA1__txt {
  color: #00003e;
  font-family: "LINESeedJPStd Bold";
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.6s;
}
@media (hover: hover) and (pointer: fine) {
  .c-listAnchorA1__link:hover .c-listAnchorA1__txt {
    color: #fff;
  }
  .c-listAnchorA1__link:hover .c-listAnchorA1__txt::after {
    background-image: url(../service/img/ico_arw_down_wh.svg);
  }
}
@media screen and (max-width: 1240px) {
  .c-listAnchorA1__txt {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorA1__txt {
    font-size: 1.6rem;
    letter-spacing: 0.14em;
  }
}
.c-listAnchorA1__txt::after {
  background: url(../service/img/ico_arw_down_nv.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 28px;
  position: absolute;
  right: 8.2251082251%;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  width: 28px;
}
@media screen and (max-width: 1240px) {
  .c-listAnchorA1__txt::after {
    height: 24px;
    width: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorA1__txt::after {
    height: 18px;
    right: 13px;
    width: 18px;
  }
}
.c-listCradB1 {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-listCradB1 {
    gap: 15px;
    justify-content: unset;
    overflow: auto;
    padding: 0 20px;
    scrollbar-width: none;
  }
  .c-listCradB1::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-listCradB1--wrap {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 640px;
  }
}
.c-listCradB1__item {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .c-listCradB1__item {
    flex-shrink: 0;
    width: 275px;
  }
}
.c-listCradB1__item--border {
  border: 1px solid #d6d9e0;
}
.c-listCradB1__numBox {
  left: 7px;
  position: absolute;
  top: 6px;
}
.c-listCradB1__num {
  color: #959595;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-feature-settings: "palt";
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .c-listCradB1__num {
    font-size: 5.5rem;
  }
}
.c-listCradB1__num--s {
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .c-listCradB1__num--s {
    font-size: 2.7rem;
  }
}
.c-listCradB1__img {
  align-items: end;
  display: flex;
  height: 235px;
  justify-content: center;
}
.c-listCradB1__img img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .c-listCradB1__img img {
    height: 190px;
  }
}
.c-listCradB1__body {
  margin: 40px auto 30px;
  width: 252px;
}
@media screen and (max-width: 1023px) {
  .c-listCradB1__body {
    width: 230px;
  }
}
.c-listCradB1__ttl {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.3333333333;
}
.c-listCradB1__txt {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 10px;
}
.c-listCradB1__link {
  font-weight: 400;
  text-align: left;
}
.c-listCardB2 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB2 {
    display: block;
  }
}
.c-listCardB2__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  transition: box-shadow 0.3s;
  width: 280px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB2__item {
    width: 100%;
  }
  .c-listCardB2__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.c-listCardB2__item:hover {
  box-shadow: 0 0 6px rgba(136, 136, 136, 0.16);
}
.c-listCardB2__link {
  display: block;
  height: 113px;
  padding: 20px 0 0 0;
  width: 100%;
}
.c-listCardB2__link:hover {
  text-decoration: none;
}
.c-listCardB2__img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-listCardB2__img img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 180px;
}
.c-listCardB2__name {
  color: #000;
  display: block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin-top: 10px;
  text-align: center;
}
.c-listCardB2__name--s {
  display: inline-block;
  font-size: 1rem;
  scale: 0.6 0.6;
  transform-origin: 0 0;
}
.c-listCardB3 {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB3 {
    gap: 15px;
    max-width: initial;
    padding: 0 20px;
  }
}
.c-listCardB3__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  height: 62px;
  width: 130px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB3__item {
    height: 71px;
    width: calc(50% - 8px);
  }
}
.c-listCardB3__link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-listCardB3__link img {
  width: 95px;
}
.c-listCardB3__link:hover {
  box-shadow: 0 0 6px rgba(136, 136, 136, 0.16);
}
.c-listAnchorB {
  align-items: center;
  display: flex;
  gap: 85px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB {
    background-color: #f2f4f8;
    display: block;
    padding: 30px 20px 37px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB__item {
    background-color: #fff;
    border-radius: 55px;
    margin: 0 auto;
    padding: 7px 0;
    width: 100%;
  }
  .c-listAnchorB__item:nth-of-type(n + 2) {
    margin-top: 6px;
  }
}
.c-listAnchorB__link {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB__link {
    align-items: center;
    display: flex;
    gap: 10px;
  }
}
.c-listAnchorB__link:hover .c-listAnchorB__txt {
  color: #07b53b;
  text-decoration: underline;
}
.c-listAnchorB__link:hover .c-listAnchorB__img {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .c-listAnchorB__img {
    margin: 0 auto;
    transition: opacity 0.3s;
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB__img {
    margin-left: 11px;
    width: 30px;
  }
}
.c-listAnchorB__txt {
  color: #333;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  margin-right: 5px;
  margin-top: 20px;
  position: relative;
  transition: color 0.4s, background-color 0.4s;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB__txt {
    color: #00003e;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-listAnchorB__txt::after {
    background: url(/sites/default/files/media/jp/partner/sales/yahoo/img/ico_bottomArrow01.svg) 0 0 no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 6px;
    margin-bottom: 3px;
    margin-left: 11px;
    width: 10px;
  }
}
.c-listAnchorB1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin: 40px 0;
  max-width: 980px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB1 {
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-start;
    overflow: auto;
    padding: 0 20px;
    scrollbar-width: none;
  }
  .c-listAnchorB1::-webkit-scrollbar {
    display: none;
  }
}
.c-listAnchorB1__item {
  width: 236px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB1__item {
    flex-shrink: 0;
    width: 150px;
  }
}
.c-listAnchorB1__link {
  background-color: #e4e8f0;
  border-radius: 6px;
  color: #000;
  display: block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.625;
  padding: 15px 0 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
.c-listAnchorB1__link::after {
  background: url(/sites/default/files/media/jp/partner/adnetwork/yahoo/img/icon_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 45px;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 10px;
}
.c-listAnchorB1__link:hover {
  background-color: #00003e;
  color: #fff;
  text-decoration: none;
}
.c-listAnchorB1__link:hover::after {
  filter: brightness(0) invert(1);
}
.c-listAnchorB2 {
  background-color: #f2f4f8;
  padding: 30px 0;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2 {
    padding: 20px;
  }
}
.c-listAnchorB2__inner {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2__inner {
    padding-inline: 0;
  }
}
.c-listAnchorB2__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #00003e;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-indent: 0.01px;
  text-overflow: "";
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2__trigger {
    background-color: #fff;
    border-radius: 5px;
    font-size: 1.3rem;
    height: 44px;
    letter-spacing: 0.05em;
    width: 100%;
  }
  .is-anchorAccOpen .c-listAnchorB2__trigger {
    background-color: #c6c6d8;
    border-radius: 5px 5px 0 0;
  }
  .is-anchorAccOpen .c-listAnchorB2__trigger::after {
    display: none;
  }
}
.c-listAnchorB2__trigger::before,
.c-listAnchorB2__trigger::after {
  background-color: #00043e;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-listAnchorB2__trigger::before {
  border-radius: 40px;
  height: 2px;
  right: 15px;
  width: 8px;
}
.c-listAnchorB2__trigger::after {
  border-radius: 40px;
  height: 8px;
  right: 21px;
  width: 2px;
}
.c-listAnchorB2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2__list {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    padding: 26px 48px;
    width: auto;
  }
}
.c-listAnchorB2__item {
  min-width: 297px;
  width: 24.75%;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2__item {
    min-width: inherit;
    min-width: initial;
    min-width: revert;
    min-width: unset;
    width: 100%;
  }
}
.c-listAnchorB2__link {
  background-color: #fff;
  border-radius: 5px;
  color: #00003e;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 9px 20px;
  position: relative;
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2__link {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    max-width: 100%;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-listAnchorB2__link {
    transition: 0.3s background-color;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .c-listAnchorB2__link:hover {
    background-color: #c6c6d8;
  }
}
.c-listAnchorB2__link::after {
  background-color: #00003e;
  content: "";
  display: block;
  height: 5px;
  -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
  mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2__link::after {
    background-color: #f77911;
    content: "";
    display: block;
    height: 5px;
    -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB2__txt {
    position: relative;
  }
}
.c-listAnchorB3 {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB3 {
    width: 100%;
  }
}
.c-listAnchorB3--spuser {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB3__item {
    margin-top: 9px;
  }
}
.c-listAnchorB3__link {
  color: #000;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorB3__link {
    display: block;
    font-size: 1.3rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.c-listCardB4 {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 3.5%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4 {
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: unset;
    overflow: auto;
    padding: 0 20px;
    scrollbar-width: none;
  }
  .c-listCardB4::-webkit-scrollbar {
    display: none;
  }
}
.c-listCardB4__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  padding-bottom: 30px;
  width: 31%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4__item {
    flex-shrink: 0;
    padding-bottom: 22px;
    width: 282px;
  }
}
.c-listCardB4__head {
  height: 188px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4__head {
    height: 141px;
  }
}
.c-listCardB4__body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 188px);
  justify-content: space-between;
  padding: 25px 30px 0 30px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4__body {
    height: calc(100% - 141px);
    padding: 20px 24px 0 20px;
  }
}
.c-listCardB4__img img {
  border-radius: 6px 6px 0 0;
}
.c-listCardB4__ttl {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.47;
  margin-bottom: 13px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4__ttl {
    font-size: 1.7rem;
    margin-bottom: 19px;
    text-align: left;
  }
}
.c-listCardB4__txt {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4__txt {
    font-size: 1.2rem;
  }
}
.c-listCardB4__target {
  color: #7f7f9b;
  display: block;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 9px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4__target {
    margin-top: 18px;
  }
}
.c-listCardB4__btn {
  height: 52px;
  margin: 30px auto 0;
  text-align: center;
  width: 183px;
}
.c-listCardB4__btn--icon {
  width: 203px;
}
.c-listCardB4__link {
  align-items: center;
  background-color: #03003e;
  border: 2px solid #03003e;
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: all 0.4s;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB4__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-listCardB4__link:hover {
    background-color: #fff;
    border: 2px solid #03003e;
    color: #03003e;
    text-decoration: none;
  }
}
.c-listCardB4__link--icon {
  padding-right: 15px;
  position: relative;
}
.c-listCardB4__link--icon::after {
  background: url(/sites/default/files/media/jp/download/line/img/icon_download.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  width: 26px;
}
@media screen and (min-width: 1024px) {
  .c-listCardB4__link--icon:hover::after {
    background-image: url(/sites/default/files/media/jp/download/line/img/icon_download_hover.svg);
  }
}
.c-listCardB5 {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 3.5%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5 {
    display: block;
    padding: 0 20px;
  }
}
.c-listCardB5__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  padding-bottom: 30px;
  width: 31%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__item {
    flex-shrink: 0;
    padding-bottom: 22px;
    width: 100%;
  }
  .c-listCardB5__item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.c-listCardB5__head {
  height: 190px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__head {
    height: 168px;
  }
}
.c-listCardB5__body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 190px);
  justify-content: space-between;
  padding: 25px 30px 0 30px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__body {
    height: calc(100% - 168px);
    padding: 20px 24px 0 20px;
  }
}
.c-listCardB5__img {
  height: 100%;
}
.c-listCardB5__img img {
  border-radius: 6px 6px 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-listCardB5__ttl {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.47;
  margin-bottom: 13px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__ttl {
    font-size: 1.7rem;
    margin-bottom: 19px;
  }
}
.c-listCardB5__txt {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.c-listCardB5__target {
  color: #7f7f9b;
  display: block;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 9px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__target {
    margin-top: 18px;
  }
}
.c-listCardB5__btn {
  height: 52px;
  margin: 24px auto 0;
  text-align: center;
  width: 183px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__btn {
    margin: 13px auto 0;
  }
}
.c-listCardB5__btn--icon {
  width: 203px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__btn--icon {
    width: 200px;
  }
}
.c-listCardB5__link {
  align-items: center;
  background-color: #03003e;
  border: 2px solid #03003e;
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: all 0.4s;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB5__link {
    font-size: 1.4rem;
  }
  .c-listCardB5__link:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-listCardB5__link:hover {
    background-color: #fff;
    border: 2px solid #03003e;
    color: #03003e;
    text-decoration: none;
  }
}
.c-listCardB5__link--icon {
  padding-right: 15px;
  position: relative;
}
.c-listCardB5__link--icon::after {
  background: url(/sites/default/files/media/jp/download/line/img/icon_download.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  width: 26px;
}
@media screen and (min-width: 1024px) {
  .c-listCardB5__link--icon:hover::after {
    background-image: url(/sites/default/files/media/jp/download/line/img/icon_download_hover.svg);
  }
}
.c-listCardB5__link--icon2 {
  padding-right: 15px;
  position: relative;
}
.c-listCardB5__link--icon2::after {
  background: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  width: 12px;
}
@media screen and (min-width: 1024px) {
  .c-listCardB5__link--icon2:hover::after {
    background-image: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download_hover.svg);
  }
}
.c-listCardB6 {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 2.2%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6 {
    display: block;
    padding: 0 20px;
  }
}
.c-listCardB6__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  padding-bottom: 23px;
  width: 23.334%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__item {
    flex-shrink: 0;
    padding-bottom: 22px;
    width: 100%;
  }
  .c-listCardB6__item:nth-of-type(n + 2) {
    margin-top: 26px;
  }
}
.c-listCardB6__head {
  height: 190px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__head {
    height: 168px;
  }
}
.c-listCardB6__body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 190px);
  justify-content: space-between;
  padding: 25px 21px 0 21px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__body {
    height: calc(100% - 168px);
    padding: 26px 16px 0 16px;
  }
}
.c-listCardB6__img {
  height: 100%;
}
.c-listCardB6__img img {
  border-radius: 6px 6px 0 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-listCardB6__ttl {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.47;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__ttl {
    font-size: 1.7rem;
    margin-bottom: 22px;
  }
}
.c-listCardB6__txt {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.c-listCardB6__target {
  color: #7f7f9b;
  display: block;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 9px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__target {
    margin-top: 18px;
  }
}
.c-listCardB6__btn {
  height: 61px;
  margin: 24px auto 0;
  text-align: center;
  width: 152px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__btn {
    height: 47px;
    margin: 18px auto 0;
    width: 152px;
  }
}
.c-listCardB6__btn--icon {
  width: 203px;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__btn--icon {
    width: 200px;
  }
}
.c-listCardB6__link {
  align-items: center;
  background-color: #03003e;
  border: 2px solid #03003e;
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.5rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: all 0.4s;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-listCardB6__link {
    font-size: 1.4rem;
  }
  .c-listCardB6__link:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-listCardB6__link:hover {
    background-color: #fff;
    border: 2px solid #03003e;
    color: #03003e;
    text-decoration: none;
  }
}
.c-listCardB6__link--icon {
  padding-right: 15px;
  position: relative;
}
.c-listCardB6__link--icon::after {
  background: url(/sites/default/files/media/jp/download/line/img/icon_download.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  width: 26px;
}
@media screen and (min-width: 1024px) {
  .c-listCardB6__link--icon:hover::after {
    background-image: url(/sites/default/files/media/jp/download/line/img/icon_download_hover.svg);
  }
}
.c-listCardB6__link--icon2 {
  padding-right: 15px;
  position: relative;
}
.c-listCardB6__link--icon2::after {
  background: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  width: 12px;
}
@media screen and (min-width: 1024px) {
  .c-listCardB6__link--icon2:hover::after {
    background-image: url(/sites/default/files/media/jp/ebook/yahoo-ads/support/img/icon_download_hover.svg);
  }
}
.c-listLinkB1--1 {
  margin-right: 102px;
}
@media screen and (max-width: 1023px) {
  .c-listLinkB1--1 {
    display: flex;
    margin-right: 0;
  }
}
.c-listLinkB1--2 {
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .c-listLinkB1--2 {
    margin-right: 0;
  }
}
.c-listLinkB1--3 {
  margin-right: 46px;
}
@media screen and (max-width: 1023px) {
  .c-listLinkB1--3 {
    margin-right: 0;
  }
}
.c-listLinkB1__link {
  margin-top: 14px;
}
@media screen and (max-width: 1023px) {
  .c-listLinkB1__link {
    margin-top: 12px;
  }
}
.c-listC1 {
  background-color: #f5f5f5;
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 6px 0;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 332px;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .c-listC1 {
    height: auto;
    max-width: none;
    width: 100%;
  }
}
.c-listC1__item {
  align-items: center;
  display: flex;
  gap: 0 10px;
  width: 100%;
}
.c-listC1__item:first-of-type,
.c-listC1__item:nth-of-type(2) {
  width: 50%;
}
.c-listC1__icon {
  width: 40px;
}
.c-listC1__txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.c-listC1__txt--s {
  font-size: 1.1rem;
}
.c-listC2 {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-listC2 {
    margin-top: 15px;
  }
}
.c-listC2__item {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 15px;
  padding-left: 1em;
  text-align: right;
  text-indent: -1em;
}
@media screen and (max-width: 1023px) {
  .c-listC2__item {
    font-size: 1.1rem;
  }
}
.c-listC2__item:first-of-type {
  margin-top: 0;
}
.c-listC3 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-listC3 {
    display: block;
  }
}
.c-listC3--pcCol1 {
  display: block;
}
.c-listC3--pcCol2 {
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.c-listC3__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  height: 113px;
  padding: 12px 20px;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-listC3__item {
    height: 176px;
    margin-top: 10px;
    padding: 8px 18px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listC3__item:first-of-type {
    margin-top: 0;
  }
}
.c-listC3__item:hover {
  box-shadow: 0 0 6px rgba(136, 136, 136, 0.16);
}
@media screen and (min-width: 1024px) {
  .c-listC3--pcCol3 .c-listC3__item {
    height: 160px;
  }
}
.c-listC3__itemInner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-inline: auto;
  max-width: 480px;
}
@media screen and (max-width: 1023px) {
  .c-listC3__itemInner {
    flex-direction: column;
    justify-content: flex-end;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-listC3--pcCol3 .c-listC3__itemInner {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.c-listC3__content01 {
  position: relative;
  width: 59.375%;
}
@media screen and (max-width: 1023px) {
  .c-listC3__content01 {
    align-items: flex-end;
    display: inline-flex;
    flex-grow: 1;
    padding-bottom: 12px;
    width: 100%;
  }
}
.c-listC3__content01::before {
  background-color: #d6d9e0;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .c-listC3__content01::before {
    bottom: 0;
    height: 1px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-listC3--pcCol3 .c-listC3__content01 {
    align-items: flex-end;
    display: inline-flex;
    flex-grow: 1;
    padding-bottom: 10px;
    width: 100%;
  }
  .c-listC3--pcCol3 .c-listC3__content01::before {
    bottom: 0;
    height: 1px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 280px;
  }
}
.c-listC3__content02 {
  padding-left: 30px;
  width: 40.625%;
}
@media screen and (max-width: 1023px) {
  .c-listC3__content02 {
    min-height: 45px;
    padding-left: 0;
    padding-top: 5px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-listC3--pcCol3 .c-listC3__content02 {
    min-height: 45px;
    padding-left: 0;
    padding-top: 5px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-listC3__content02--noIcon {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listC3__content02--noIcon {
    min-height: 36px;
    padding-top: 8px;
  }
}
.c-listC3__link {
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-listC3__link:hover {
  text-decoration: none;
}
.c-listC3__img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-listC3__img img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .c-listC3__img img {
    height: 55px;
    width: 215px;
  }
}
.c-listC3__name {
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.714;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-listC3__name {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-listC3__name--pcFz11 {
    font-size: 1.1rem;
  }
}
.c-listC3__iconList {
  align-items: center;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1023px) {
  .c-listC3__iconList {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .c-listC3--pcCol3 .c-listC3__iconList {
    justify-content: center;
  }
}
.c-listC3__iconLink {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: relative;
  --wBalloon1: 175px;
  --wBalloon2: 167px;
  --wBalloon3: 251px;
  --wBalloon4: 362px;
  width: 40px;
}
.c-listC3__iconLink img {
  border-radius: inherit;
}
@media screen and (max-width: 1023px) {
  .c-listC3__iconLink {
    --wBalloon1: 125px;
    --wBalloon2: 120px;
    --wBalloon3: 180px;
    --wBalloon4: 260px;
  }
}
.c-listC3__iconLink::before {
  background: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon1.png) center bottom no-repeat;
  background-size: contain;
  bottom: 75%;
  content: "";
  display: block;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.16));
  height: 39px;
  left: calc(50% - var(--wBalloon1) / 2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s;
  width: var(--wBalloon1);
}
@media screen and (max-width: 1023px) {
  .c-listC3__iconLink::before {
    height: 28px;
  }
}
.c-listC3__iconLink--02::before {
  background-image: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon2.png);
  left: calc(50% - var(--wBalloon2) / 2);
  width: var(--wBalloon2);
}
.c-listC3__iconLink--03::before {
  background-image: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon3.png);
  left: calc(50% - var(--wBalloon3) / 2 + 1px);
  width: var(--wBalloon3);
}
.c-listC3__iconLink--04::before {
  background-image: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon4.png);
  left: calc(50% - var(--wBalloon4) / 2 - 5px);
  width: var(--wBalloon4);
}
.c-listC3__iconLink:hover::before {
  opacity: 1;
  pointer-events: auto;
}
.c-listC3__txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.714;
}
@media screen and (max-width: 1023px) {
  .c-listC3__txt {
    align-items: center;
    display: flex;
    font-size: 1rem;
    height: 100%;
    justify-content: center;
    line-height: 1.1;
    margin-left: 0;
    text-align: center;
  }
}
.c-listC4 {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-listC4 {
    display: block;
  }
}
.c-listC4__item {
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1023px) {
  .c-listC4__item {
    align-items: center;
    border: 1px solid #d6d9e0;
    border-radius: 6px;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 40px;
    padding: 8px 8px 8px 16px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listC4__item:first-of-type {
    margin-top: 0;
  }
}
.c-listC4__link {
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.714;
  position: relative;
  text-decoration: none;
}
.c-listC4__link:hover {
  text-decoration: underline;
}
.c-listC4__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
  position: relative;
  --wBalloon1: 175px;
  width: 20px;
}
.c-listC4__icon img {
  border-radius: inherit;
}
@media screen and (max-width: 1023px) {
  .c-listC4__icon {
    --wBalloon1: 125px;
  }
}
.c-listC4__icon::before {
  background: url(/sites/default/files/media/jp/partner/sales/yahoo/list/img/img_partnerListBalloon1.png) center bottom no-repeat;
  background-size: contain;
  bottom: 75%;
  content: "";
  display: block;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.16));
  height: 39px;
  left: calc(50% - var(--wBalloon1) / 2);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s;
  width: var(--wBalloon1);
}
@media screen and (max-width: 1023px) {
  .c-listC4__icon::before {
    height: 28px;
    left: calc(50% - var(--wBalloon1) / 2 - 30px);
  }
}
.c-listC4__icon:hover::before {
  opacity: 1;
  pointer-events: auto;
}
.c-listD1__item:not(:last-of-type) {
  margin-bottom: 46px;
}
.c-listD2__item {
  align-items: center;
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  display: flex;
  gap: 28px;
  min-height: 119px;
  padding: 25px;
}
.c-listD2__item::before {
  background: url(/sites/default/files/media/jp/partner/technology/yahoo/application/measurement_partner/img/icon_check.svg) no-repeat;
  background-size: 48px 36px;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 36px;
  width: 48px;
}
@media screen and (max-width: 1023px) {
  .c-listD2__item::before {
    background-size: 24px 18px;
    height: 18px;
    width: 24px;
  }
}
.c-listD2__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-listD2__item-txt {
  font-size: 2rem;
}
.c-listD2__item-txt {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-listD2__item-txt {
    font-size: 1.6rem;
  }
}
.c-listD2__item-description {
  font-size: 1.4rem;
  font-weight: 500;
}
.c-listE1 {
  display: grid;
  gap: 1.7346938776%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-listE1 {
    gap: 3.2835820896%;
  }
}
.c-listE1__icon {
  display: block;
  height: 71px;
  width: 71px;
}
@media screen and (max-width: 1023px) {
  .c-listE1__icon {
    aspect-ratio: 59/59;
    height: auto;
    width: 28.8461538462%;
  }
}
.c-listE1__icon--tel {
  background: url(/sites/default/files/media/jp/common/img/icon_tel.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.c-listE1__icon--chat {
  background: url(/sites/default/files/media/jp/common/img/icon_chat.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.c-listE1__icon--mail {
  background: url(/sites/default/files/media/jp/common/img/icon_mail.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.c-listE1__link {
  align-items: center;
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 22px 10px 35px;
  position: relative;
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  .c-listE1__link {
    border-radius: 3px;
    padding: 12px 0;
  }
}
.c-listE1__link::before {
  background-color: #f77911;
  bottom: 15px;
  content: "";
  height: 4px;
  left: 50%;
  -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
  mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  transform: translateX(-50%);
  width: 8px;
}
@media screen and (max-width: 1023px) {
  .c-listE1__link::before {
    bottom: 5px;
    height: 2px;
    width: 4px;
  }
}
.c-listE1__txt {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-left: 17px;
}
@media screen and (max-width: 1023px) {
  .c-listE1__txt {
    font-size: 1.2rem;
    margin-left: 8px;
  }
}
.c-listE1__txtSmall {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .c-listE1__txtSmall {
    display: none;
  }
}
.c-listE2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .c-listE2 {
    gap: 10px;
  }
}
.c-listE2__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  padding: 26px 3.0612244898%;
}
@media screen and (max-width: 1023px) {
  .c-listE2__item {
    border-radius: 3px;
    padding: 15px 20px;
  }
}
.c-listE2__item a.pageTxtLink__blank01:after {
  display: inline-block;
  margin-left: 11px;
}
.c-listE2__item a {
  color: #000;
  font-family: "LINESeedJPStd Regular", sans-serif;
}
.c-listE2__txt {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1023px) {
  .c-listE2__txt {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.c-listE2__link {
  margin-left: 11px;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .c-listE2__link {
    margin-left: 0;
  }
}
.c-listE2__link .pageTxtLink {
  margin-top: 0;
}
.c-listE2__note {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .c-listE2__note {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-top: 9px;
  }
}
.c-listE4 {
  display: grid;
  gap: 3.1632653061%;
  grid-template-columns: repeat(4, 1fr);
}
.c-listE5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-listE5 {
    display: block;
  }
}
.c-listE5__item {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  display: flex;
  padding: 30px 12px;
  width: 32.6530612245%;
}
@media screen and (max-width: 1023px) {
  .c-listE5__item {
    border: none;
    border-radius: 0;
    border-top: 1px solid #d6d9e0;
    padding: 23px 5px 3px;
    width: 100%;
  }
}
.c-listE5__item:nth-of-type(4),
.c-listE5__item:nth-of-type(5) {
  margin-top: 11px;
  width: 48.9795918367%;
}
@media screen and (max-width: 1023px) {
  .c-listE5__item:nth-of-type(4),
  .c-listE5__item:nth-of-type(5) {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .c-listE5__item:first-of-type {
    border: none;
    padding-top: 3px;
  }
}
.c-listE5__item--2Col {
  padding: 27px 10px 27px 33px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__item--2Col {
    padding: 27px 10px 19px 0;
  }
}
.c-listE5__item--2Col .c-listE5__inner {
  margin-left: 22px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__item--2Col .c-listE5__inner {
    margin-left: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listE5__item--2Col .c-listE5__txt {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listE5__item--2Col .c-listE5__ttl {
    line-height: 1.25;
  }
}
.c-listE5__item a {
  font-family: "LINESeedJPStd Regular", sans-serif;
}
.c-listE5__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
.c-listE5__ttl--small {
  font-size: 1.5rem;
}
.c-listE5__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  margin-top: 7px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__txt {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.8461538462;
  }
}
.c-listE5__icon {
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  width: 36px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__icon {
    margin-top: 5px;
    width: 20px;
  }
}
.c-listE5__icon--help img {
  width: 24px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__icon--help img {
    width: 12px;
  }
}
.c-listE5__icon--learning img {
  width: 32px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__icon--learning img {
    width: 16px;
  }
}
.c-listE5__icon--campus img {
  width: 36px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__icon--campus img {
    width: 20px;
  }
}
.c-listE5__icon img {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.c-listE5__btn {
  margin-top: 18px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__btn {
    margin-top: 8px;
  }
}
.c-listE5__btn .backBtn {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-listE5__btn .backBtn {
    text-align: left;
  }
}
.c-listE5__fig {
  flex-shrink: 0;
  margin-top: 20px;
  width: 86px;
}
@media screen and (max-width: 1023px) {
  .c-listE5__fig {
    margin-top: 0;
    width: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listE5__link .pageTxtLink {
    margin-top: 10px;
  }
}
.c-listE6 {
  display: flex;
  flex-direction: column;
  gap: 70px 0;
}
@media screen and (max-width: 1023px) {
  .c-listE6 {
    gap: 30px 0;
  }
}
.c-listE6__item .pageTxtLink {
  margin-top: 0;
}
.c-listE6__item .pageTxtLink a {
  letter-spacing: -0.01em;
}
.c-listE6__item .pageBorderBox {
  border-radius: 3px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-listE6__item .pageBorderBox {
    padding: 25px 15px;
  }
}
.c-listE6__item .pageBorderBox__fig {
  margin-bottom: 18px;
}
.c-listE6__item .pageBorderBox__txt {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .c-listE6__item .pageBorderBox__tit {
    line-height: 1.3235294118;
    padding-bottom: 2px;
  }
}
.c-listE6__item .pageTxtList {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-listE6__item .pageTxtList {
    font-size: 1.5rem;
  }
}
.c-listE6__item .pageTxtList__item {
  margin-top: 0;
}
.c-listAnchorE1 {
  background-color: #f2f4f8;
  padding: 30px 0;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1 {
    padding: 20px;
  }
}
.c-listAnchorE1__inner {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1__inner {
    padding-inline: 0;
  }
}
.c-listAnchorE1__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #00003e;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  text-indent: 0.01px;
  text-overflow: "";
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1__trigger {
    background-color: #fff;
    border-radius: 5px;
    font-size: 1.3rem;
    height: 44px;
    letter-spacing: 0.05em;
    width: 100%;
  }
  .is-anchorAccOpen .c-listAnchorE1__trigger {
    background-color: #c6c6d8;
    border-radius: 5px 5px 0 0;
  }
  .is-anchorAccOpen .c-listAnchorE1__trigger::after {
    display: none;
  }
}
.c-listAnchorE1__trigger::before,
.c-listAnchorE1__trigger::after {
  background-color: #00043e;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-listAnchorE1__trigger::before {
  border-radius: 40px;
  height: 2px;
  right: 15px;
  width: 8px;
}
.c-listAnchorE1__trigger::after {
  border-radius: 40px;
  height: 8px;
  right: 21px;
  width: 2px;
}
.c-listAnchorE1__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1__list {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    padding: 26px 48px;
    width: auto;
  }
}
.c-listAnchorE1__item {
  min-width: 297px;
  width: 24.75%;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1__item {
    min-width: inherit;
    min-width: initial;
    min-width: revert;
    min-width: unset;
    width: 100%;
  }
}
.c-listAnchorE1__link {
  background-color: #fff;
  border-radius: 5px;
  color: #00003e;
  display: block;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 9px 20px;
  position: relative;
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1__link {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    max-width: 100%;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-listAnchorE1__link {
    transition: 0.3s background-color;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .c-listAnchorE1__link:hover {
    background-color: #c6c6d8;
  }
}
.c-listAnchorE1__link::after {
  background-color: #00003e;
  content: "";
  display: block;
  height: 5px;
  -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
  mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1__link::after {
    background-color: #f77911;
    content: "";
    display: block;
    height: 5px;
    -webkit-mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    mask: url(/sites/default/files/media/jp/common/img/icon_anchor_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .c-listAnchorE1__txt {
    position: relative;
  }
}
.c-listNoteE1__item {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  padding-left: 1.3em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-listNoteE1__item {
    font-size: 1.1rem;
    line-height: 1.6363636364;
    padding-left: 1.7em;
  }
}
.c-listNoteE1__item::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
.c-listNoteE1__item a {
  color: #000;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-listNoteE1__item a:hover {
    text-decoration: none;
  }
}
.c-sectionA1 {
  margin-top: 46px;
}
@media screen and (max-width: 1023px) {
  .c-sectionA1 {
    margin-top: 22px;
  }
}
.c-sectionA1 + .c-sectionA1 {
  margin-top: 58px;
}
@media screen and (max-width: 1023px) {
  .c-sectionA1 + .c-sectionA1 {
    margin-top: 78px;
  }
}
.c-sectionA1:last-of-type {
  margin-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .c-sectionA1:last-of-type {
    margin-bottom: 100px;
  }
}
.c-sectionA1__container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 70px 40px 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionA1__container {
    max-width: initial;
    padding: 20px 20px 0;
  }
}
.c-sectionA1__body {
  margin-top: 54px;
}
@media screen and (max-width: 1023px) {
  .c-sectionA1__body {
    margin-top: 36px;
  }
}
.c-sectionA2 {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionA2 {
    margin-top: 48px;
  }
}
.c-sectionA2:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionA2:last-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionA2 + .c-sectionA2 {
    margin-top: 114px;
  }
}
.c-sectionA2__container {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionA2__container {
    padding-inline: 20px;
  }
}
.c-sectionA2 .faq {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c-sectionA2 .faq .faq__title {
  background-image: url(/sites/default/files/media/jp/contact/img/icon_faq01L.png);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  outline: none;
  padding-left: 61px;
  padding-right: 60px;
  padding-top: 26px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1023px) {
  .c-sectionA2 .faq .faq__title {
    background-position: 0 0;
    background-size: 22px 18px;
    font-size: 1.3rem;
    padding-bottom: 13px;
    padding-left: 31px;
    padding-right: 40px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionA2 .faq .faq__title span {
    max-width: none;
  }
}
.c-sectionA2 .faq .faq__content {
  cursor: auto;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
.c-sectionA2 .faq .faq__content a {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-weight: 500;
}
.c-sectionA2 .faq .faq__content .font-b,
.c-sectionA2 .faq .faq__content .examination dt,
.c-sectionA2 .faq .faq__content .timing dt {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-weight: 700;
}
.c-sectionA2 .faq--red .faq__title {
  background-image: url(/sites/default/files/media/jp/contact/img/icon_faq01Y.png);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.c-sectionA2 .faq__title::after {
  border-color: #e5e5e5;
}
@media screen and (max-width: 1023px) {
  .c-sectionA2 .faq__content {
    background-position: 0 15px;
    background-size: 22px 18px;
    font-size: 1.3rem;
    padding: 13px 2px 13px 31px;
  }
}
.c-sectionA2 .faq__content a {
  color: #000;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-sectionA2 .faq__content a:hover {
    text-decoration: none;
  }
}
.c-sectionA2 .faq__content .pageTxtLink {
  display: inline-block;
}
.c-sectionA2 .faq__content .pageTxtLink + .pageTxtLink {
  margin-left: 40px;
}
.c-sectionA2 .more {
  max-width: initial;
}
.c-sectionB1 {
  padding-bottom: 60px;
  padding-top: 70px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB1 {
    padding-bottom: 100px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB1__container {
    padding: 0 20px;
  }
}
.c-sectionB1__inner {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionB1__inner {
    display: block;
  }
}
.c-sectionB1__ttl {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-sectionB1__ttl {
    max-width: initial;
  }
}
.c-sectionB1__img {
  width: 315px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB1__img {
    margin-top: 40px;
    width: 100%;
  }
}
.c-sectionB1__btn {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB1__btn {
    margin: 20px auto 0;
    text-align: center;
    width: 240px;
  }
}
.c-sectionB2 {
  background-color: #f7f7f7;
  padding-bottom: 60px;
  padding-top: 70px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB2--pb {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB2__head {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB2__ttl {
    max-width: initial;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB2__ttlTxt {
    background-color: unset !important;
  }
}
.c-sectionB3__head {
  margin: 0 auto;
  max-width: 1000px;
}
.c-sectionB3__txt {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionB3__txt {
    padding: 0 20px;
    text-align: unset;
  }
}
.c-sectionB3__txt--left {
  text-align: unset;
}
.c-sectionB3__link {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .c-sectionB3__link:hover {
    text-decoration: none;
  }
}
.c-sectionB3__anno {
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 0.044rem;
  line-height: 1.7;
  margin: 30px auto 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionB3__anno {
    padding: 0 20px;
    padding-left: 3.9rem;
    text-align: unset;
    text-indent: -1.3rem;
  }
}
.c-sectionB3__anno::before {
  content: "※";
  font-size: 1.15rem;
  left: -5px;
  position: relative;
}
.c-sectionB3__anno2 {
  color: #000;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.044rem;
  line-height: 1.7;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .c-sectionB3__anno2 {
    padding: 0 20px;
  }
}
.c-sectionB3__anno2::before {
  content: "※";
  font-size: 1.15rem;
  left: -5px;
  position: relative;
}
.c-sectionB4 {
  background-color: #f7f7f7;
  padding-top: 50px;
}
.c-sectionB4__ttl {
  align-items: center;
  background-color: #e4e8f0;
  -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0);
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 18px 0;
  position: relative;
  width: 410px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB4__ttl {
    gap: 8px;
    width: 290px;
  }
}
.c-sectionB4__icon {
  width: 36px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB4__icon {
    width: 25.8px;
  }
}
.c-sectionB4__txt {
  color: #00003e;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .c-sectionB4__txt {
    font-size: 2rem;
  }
}
.c-sectionB5 {
  padding-top: 30px;
}
.c-sectionB5--mb {
  margin-bottom: 120px;
}
.c-sectionB5__container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-sectionB5__container {
    max-width: initial;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB5__body {
    display: flex;
    justify-content: center;
  }
}
.c-sectionB5__link {
  margin-top: 0;
  position: absolute;
  right: 40px;
  top: 38px;
}
.c-sectionB5__ttl {
  margin: 63px auto 58px;
}
.c-sectionB5__linkArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 840px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB5__linkArea {
    display: block;
    padding: 0 47px;
  }
}
.c-sectionB5__linkAreaTxt a {
  font-size: 1.7rem;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 1024px) {
  .c-sectionB5__linkAreaTxt:nth-of-type(1),
  .c-sectionB5__linkAreaTxt:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionB5__ml1 {
    margin-left: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionB5__ml2 {
    margin-left: 117px;
  }
}
.c-sectionB6 {
  padding: 80px 40px 0;
}
@media screen and (max-width: 1023px) {
  .c-sectionB6 {
    padding: 58px 20px 0;
  }
}
.c-sectionB6--mb {
  margin-bottom: 122px;
}
.c-sectionB6__container {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 1200px;
}
.c-sectionB6__head {
  background-color: #f03;
  border-radius: 6px 6px 0 0;
  padding: 11px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionB6__head {
    padding: 8px 0;
  }
}
.c-sectionB6__ttl {
  color: #fff;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .c-sectionB6__ttl {
    font-size: 2rem;
    line-height: 2.3;
  }
}
.c-sectionB6__body {
  display: flex;
  gap: 22.3%;
  justify-content: flex-start;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 1023px) {
  .c-sectionB6__body {
    display: block;
    margin: 0 auto;
    max-width: 333px;
    padding: 0 0 39px 27px;
  }
}
.c-sectionB7 {
  margin-bottom: 120px;
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB7 {
    margin-bottom: 100px;
  }
}
.c-sectionB7__container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-sectionB7__container {
    max-width: initial;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB7__body {
    display: flex;
    justify-content: center;
  }
}
.c-sectionB7__link {
  margin-top: 0;
  position: absolute;
  right: 40px;
  top: 38px;
}
.c-sectionB7__ttl {
  margin: 63px auto 58px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB7__ttl {
    margin: 30px auto 30px;
  }
}
.c-sectionB7__linkArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 830px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB7__linkArea {
    display: block;
    padding: 0 47px;
  }
}
.c-sectionB7__linkAreaTxt a {
  font-size: 1.7rem;
  letter-spacing: 0.13em;
}
.c-sectionB7__linkAreaTxt:nth-of-type(1),
.c-sectionB7__linkAreaTxt:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .c-sectionB7__ml1 {
    margin-left: 98px;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionB7__ml2 {
    margin-left: 117px;
  }
}
.c-sectionB8__container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB8__container {
    max-width: initial;
    padding-inline: 0;
  }
}
.c-sectionB8__container--calendar {
  padding-top: 40px;
}
.c-sectionB9__container {
  margin-inline: auto;
  max-width: 1060px;
  padding-inline: 40px;
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__container {
    max-width: initial;
    padding-inline: 20px;
    padding-top: 30px;
    width: 100%;
  }
}
.c-sectionB9__container--spuser {
  padding-top: 72px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__container--spuser {
    padding-top: 30px;
  }
}
.c-sectionB9__flexBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__flexBox {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.c-sectionB9__flexBox--spuser {
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__flexBox--spuser {
    align-items: center;
  }
}
.c-sectionB9__txtArea {
  width: 600px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__txtArea {
    order: 0;
    width: 100%;
  }
}
.c-sectionB9__ttl {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__txt {
    margin-top: 6px;
  }
}
.c-sectionB9__txt--s {
  font-size: 10px;
  vertical-align: super;
}
.c-sectionB9__txt--spuser {
  margin-top: 18px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__txt--spuser {
    margin-top: 13px;
  }
}
.c-sectionB9__imgArea {
  margin-left: 90px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__imgArea {
    margin-left: 0;
    order: 2;
    text-align: center;
  }
}
.c-sectionB9__imgArea + .c-sectionB9__imgArea {
  margin-top: 14px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__imgArea + .c-sectionB9__imgArea {
    margin-top: 0;
  }
}
.c-sectionB9__img {
  margin-bottom: 5px;
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__img {
    margin: 35px auto 18px;
    width: 85.7142857143%;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__img--spuser {
    width: 160px;
  }
}
.c-sectionB9__btnArea {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__btnArea {
    order: 1;
  }
}
.c-sectionB9__anno {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
.c-sectionB9__btn {
  margin-bottom: 45px;
  margin-top: 122px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__btn {
    margin-bottom: 0;
    margin-top: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__btn a {
    letter-spacing: 0;
    max-width: 285px;
  }
}
.c-sectionB9__btn--spuser {
  margin-top: 53px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__btn--spuser {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__inner {
    display: flex;
    gap: 14px;
    margin-top: 14px;
  }
}
.c-sectionB9__annoList {
  margin-top: 17px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB9__annoList {
    margin-top: 7px;
  }
}
.c-sectionB9__annoListItem {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}
.c-sectionB9__annoListItem::before {
  content: none;
}
.c-sectionB10__container {
  margin-inline: auto;
  max-width: 1060px;
  padding-inline: 40px;
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB10__container {
    max-width: initial;
    padding-inline: 20px;
    width: 100%;
  }
}
.c-sectionB10__body {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-sectionB10__body {
    display: block;
  }
}
.c-sectionB10__body--reverse {
  flex-direction: row-reverse;
}
.c-sectionB10__body--reverse .c-sectionB10__img {
  margin-left: 24px;
  margin-right: 34px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB10__body--reverse .c-sectionB10__img {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-sectionB10__txt {
  line-height: 1.6;
  margin-top: 26px;
}
.c-sectionB10__txt--mt0 {
  margin-top: 0;
}
.c-sectionB10__img {
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 24px;
  width: 400px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB10__img {
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionB11 + .c-sectionB11 {
    margin-bottom: 40px;
  }
}
.c-sectionB11 + .c-sectionB11 .c-sectionB11__container {
  padding-top: 66px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB11 + .c-sectionB11 .c-sectionB11__container {
    padding-top: 36px;
  }
}
.c-sectionB11__container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .c-sectionB11__container {
    max-width: initial;
    padding-inline: 0;
    padding-top: 60px;
  }
}
.c-sectionB11__container--calendar {
  padding-top: 40px;
}
.c-sectionB12__ttl {
  margin: 63px auto 0;
}
@media screen and (max-width: 1023px) {
  .c-sectionB12__ttl {
    margin: 23px auto 0;
  }
}
.c-sectionC1 {
  color: #000;
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1 {
    margin-top: 50px;
  }
}
.c-sectionC1:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1:first-of-type {
    margin-top: 35px;
  }
}
.c-sectionC1__container {
  margin-inline: auto;
  max-width: 1020px;
  padding-inline: 20px;
}
.c-sectionC1__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1__head {
    margin-bottom: 30px;
  }
}
.c-sectionC1__head .pageH2Area {
  margin: 0;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1__head--techPartnerList .pageH2Area__tit01__txt {
    letter-spacing: 0.1rem;
    margin-right: -0.1em;
    white-space: nowrap;
  }
}
.c-sectionC1__txt .pageTxt {
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1__txt .pageTxt {
    text-align: left;
  }
}
.c-sectionC1__imgStar {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1__imgStar {
    margin-top: 10px;
  }
}
.c-sectionC1__imgStar img {
  height: 37px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 317px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1__imgStar img {
    height: 23px;
    width: 198px;
  }
}
.c-sectionC1 .spHide {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-sectionC1 .spHide {
    display: block;
  }
}
.c-sectionC1 .pcHide {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-sectionC1 .pcHide {
    display: block;
  }
}
.c-sectionC2 {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC2 {
    margin-top: 50px;
  }
}
.c-sectionC2__cassetteWrap {
  border: 1px solid #d6d9e0;
  border-radius: 6px;
  padding: 70px 40px 70px 60px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC2__cassetteWrap {
    border: none;
    border-radius: none;
    padding: 0;
  }
}
.c-sectionC3 {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC3 {
    margin-top: 50px;
  }
}
.c-sectionC3:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC3:first-of-type {
    margin-top: 30px;
  }
}
.c-sectionC3:last-of-type {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC3:last-of-type {
    margin-bottom: 50px;
  }
}
.c-sectionC3__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionC3__head {
    margin-bottom: 30px;
  }
}
.c-sectionC3__head .pageH3Area {
  margin: 0;
}
.c-sectionD1 {
  color: #000;
}
.c-sectionD1__head {
  margin-inline: auto;
  max-width: 1020px;
  padding: 70px 20px 0;
}
.c-sectionD1 .pageH2Area--tit01 {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .c-sectionD1 .pageH2Area--tit01 {
    max-width: initial;
  }
}
.c-sectionD1 .pageTxt {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionD1 .pageTxt {
    text-align: left;
  }
}
.c-sectionD1__body {
  margin: 60px auto 0;
  max-width: 1060px;
  padding: 0 40px 100px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionD1__body {
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 0;
  }
}
.c-sectionD1__anchorLink {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionD1__anchorLink {
    margin-bottom: 80px;
    overflow-x: scroll;
  }
}
.c-sectionD1__btn-wrap {
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .c-sectionD1 .c-listAnchorB1__item {
    min-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionD1 .pc-hide {
    display: none;
  }
}
.c-sectionE1 {
  color: #000;
}
.c-sectionE1__head {
  margin: 0 auto;
  max-width: 1060px;
  padding: 63px 40px 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionE1__head {
    padding-inline: 0;
    padding-top: 18px;
  }
}
.c-sectionE1__head .c-listAnchorB1 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-sectionE1__head .c-listAnchorB1 {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-start;
    max-width: none;
    overflow: auto;
    padding: 0 20px;
    scrollbar-width: none;
  }
  .c-sectionE1__head .c-listAnchorB1::-webkit-scrollbar {
    display: none;
  }
}
.c-sectionE1__head .c-listAnchorB1__item {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionE1__head .c-listAnchorB1__item {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionE1__head .c-listAnchorB1__link {
    font-size: 1.3rem;
  }
}
.c-sectionE1__head .pageH2Area--tit01 {
  margin: 0 auto;
}
.c-sectionE1__body {
  margin: 60px auto 0;
  max-width: 1060px;
  padding: 0 40px 100px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionE1__body {
    background-color: #f5f5f5;
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 20px 20px 30px;
  }
}
.c-sectionE1__anchorLink {
  margin-top: 63px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE1__anchorLink {
    margin-top: 20px;
  }
}
.c-sectionE1__anchorLink .c-listAnchorB1 {
  margin: 0;
}
.c-sectionE1__contents {
  display: grid;
  gap: 40px 0;
  grid-template-columns: repeat(1, 100%);
}
@media screen and (max-width: 1023px) {
  .c-sectionE1__contents {
    gap: 20px 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionE2--spBgGray {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionE2--spBgGray .pageH2Area--tit01 .pageH2Area__tit01__txt {
    background-color: #f5f5f5;
  }
}
.c-sectionE2__head .pageH2Area--tit01 {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .c-sectionE2__head .pageH2Area--tit01 {
    max-width: none;
  }
}
.c-sectionE2__body {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE2__body {
    margin-top: 20px;
  }
}
.c-sectionE2__intro {
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionE2__intro {
    margin-top: 20px;
    text-align: left;
  }
}
.c-sectionE2__intro-box {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 700px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE2__intro-box {
    margin-top: 20px;
  }
}
.c-sectionE2__card {
  margin-top: 68px;
}
.c-sectionE2__schedule-fig {
  margin-top: 68px;
}
.c-sectionE3 {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE3 {
    margin-top: 0;
  }
}
.c-sectionE3__container {
  margin-inline: auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE3__container {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionE3 .l-partnerConversion__btn {
    margin-inline: auto;
    max-width: 297px;
  }
}
.c-sectionE4 {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE4 {
    margin-top: 0;
    padding-top: 57px;
  }
}
.c-sectionE4__container {
  margin-inline: auto;
  max-width: 1060px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE4__container {
    padding-inline: 20px;
  }
}
.c-sectionE4__head .pageH2Area {
  margin-bottom: 0;
  margin-top: 0;
}
.c-sectionE4__body {
  margin-top: 18px;
}
.c-sectionE5 {
  color: #000;
  margin-top: 102px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5 {
    margin-top: 50px;
  }
}
.c-sectionE5__container {
  margin-inline: auto;
  max-width: 1060px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__container {
    padding-inline: 20px;
  }
}
.c-sectionE5__body {
  margin-top: 20px;
}
.c-sectionE5__contentWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-sectionE5__content--midWide {
  margin-top: 8px;
  padding-left: 1.0204081633%;
  width: 60.306122449%;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__content--midWide {
    margin-top: 0;
    width: 100%;
  }
}
.c-sectionE5__content--narrow {
  width: 36.7346938776%;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__content--narrow {
    margin-top: 38px;
    width: 100%;
  }
}
.c-sectionE5__content--wide {
  width: 100%;
}
.c-sectionE5__content--note {
  margin-left: calc(1.2861736334% + 71px);
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__content--note {
    margin-left: 0;
  }
}
.c-sectionE5__content--chat {
  padding-left: 0.8163265306%;
}
.c-sectionE5__content--mail {
  margin-top: 8px;
  padding-left: 0.8163265306%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__content--mail {
    margin-top: 0;
  }
}
.c-sectionE5__content--contact {
  margin-top: 17px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__content--contact {
    margin-top: 19px;
  }
}
.c-sectionE5__foot {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__foot.pc-only {
    display: none;
  }
}
.c-sectionE5__contents {
  margin-top: 37px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__contents {
    margin-top: 0;
  }
}
.c-sectionE5__otherList {
  margin-top: 38px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE5__otherList {
    margin-top: 25px;
  }
}
.c-sectionE6 {
  padding-top: 65px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6 {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionE6--schedule {
    padding-bottom: 28px;
    padding-top: 68px;
  }
}
.c-sectionE6 + .c-sectionE6 {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6 + .c-sectionE6 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionE6--spBgGray {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sectionE6--spBgGray .pageH2Area--tit01 .pageH2Area__tit01__txt {
    background-color: #f5f5f5;
  }
}
.c-sectionE6__container {
  margin-inline: auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6__container {
    padding-inline: 20px;
    width: 100%;
  }
}
.c-sectionE6__head .pageH2Area--tit01 {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6__head .pageH2Area--tit01 {
    max-width: none;
  }
}
.c-sectionE6__body {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6__body {
    margin-top: 20px;
  }
}
.c-sectionE6__intro {
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6__intro {
    margin-top: 20px;
    text-align: left;
  }
}
.c-sectionE6__intro-box {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 700px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6__intro-box {
    margin-top: 20px;
  }
}
.c-sectionE6__card {
  margin-top: 62px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6__card {
    margin-top: 18px;
  }
}
.c-sectionE6__scheduleFig {
  margin-inline: auto;
  margin-top: 68px;
  max-width: 700px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE6__scheduleFig {
    margin-top: 20px;
    max-width: none;
  }
}
.c-sectionE6__scheduleFig img {
  width: 100%;
}
.c-sectionE7 {
  padding-top: 103px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE7 {
    padding-top: 50px;
  }
}
.c-sectionE7__container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE7__container {
    padding-inline: 20px;
  }
}
.c-sectionE7__head .pageH2Area--tit01 {
  margin-bottom: 0;
  margin-top: 0;
}
.c-sectionE7__body {
  margin-top: 72px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE7__body {
    margin-top: 29px;
  }
}
.c-sectionE8 {
  margin-top: 103px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE8 {
    margin-bottom: 50px;
    margin-top: 51px;
  }
}
.c-sectionE8__container {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sectionE8__container {
    padding-inline: 0;
  }
}
.c-sectionE8__head .pageH2Area--tit01 {
  margin-bottom: 0;
  margin-top: 0;
}
.c-sectionE8__body {
  background-color: #f2f4f8;
  margin-top: 41px;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .c-sectionE8__body {
    margin-top: 30px;
    padding: 16px 20px;
  }
}
.c-sliderB1 {
  padding: 0 70px 50px;
}
@media screen and (max-width: 1023px) {
  .c-sliderB1 {
    padding: 0 0 50px;
  }
}
.c-sliderB1__container {
  margin: auto;
  max-width: 1200px;
  position: relative;
}
.c-sliderB1 .swiper-slide {
  background-color: #fff;
  border-radius: 6px;
  height: 321px;
  position: relative;
  width: 282px;
}
.c-sliderB1__link {
  color: #000;
  display: block;
  height: 100%;
  transition: box-shadow 0.4s var(--transition-default);
  width: 100%;
}
.c-sliderB1__link:hover {
  box-shadow: 2px 2px 8px rgba(90, 90, 90, 0.32);
  text-decoration: none;
}
.c-sliderB1__link:hover .c-sliderB1__img img {
  transform: scale(1.1);
}
.c-sliderB1__head {
  height: 143px;
  width: 100%;
}
.c-sliderB1__img {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.c-sliderB1__img img {
  border-radius: 6px 6px 0 0;
  height: 143px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s var(--transition-default);
  width: 282px;
}
.c-sliderB1__body {
  padding: 20px 20px 0 20px;
}
.c-sliderB1__ttl {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.41;
  margin-bottom: 14px;
}
.c-sliderB1__txt {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
}
.c-sliderB1__icon {
  background-color: #e4e8f0;
  border-radius: 50%;
  bottom: 20px;
  height: 23px;
  position: absolute;
  right: 20px;
  width: 23px;
}
.c-sliderB1__icon::after {
  background: url(/sites/default/files/media/jp/download/line/img/icon_arrow_right.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
}
.c-sliderB1 .swiper {
  overflow: visible;
}
.c-sliderB1 .swiper-button-next {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  height: 89px;
  justify-content: center;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-sliderB1 .swiper-button-next {
    height: 66px;
    margin-top: -33px;
    width: 22px;
  }
}
.c-sliderB1 .swiper-button-next::after {
  color: #fff;
  content: "\e901";
  font-family: "linebiz-icon";
  font-size: 13px;
}
@media screen and (max-width: 1023px) {
  .c-sliderB1 .swiper-button-next::after {
    content: "\e900";
    font-size: 16px;
    transform: scale(0.5);
  }
}
.c-sliderB1 .swiper-button-prev {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  height: 89px;
  justify-content: center;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .c-sliderB1 .swiper-button-prev {
    height: 66px;
    margin-top: -33px;
    width: 22px;
  }
}
.c-sliderB1 .swiper-button-prev::after {
  color: #fff;
  content: "\e901";
  font-family: "linebiz-icon";
  font-size: 13px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .c-sliderB1 .swiper-button-prev::after {
    content: "\e900";
    font-size: 16px;
    transform: scale(0.5) rotate(180deg);
  }
}
.c-tableB1 {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .c-tableB1 {
    margin-top: 35px;
  }
}
.c-tableB1 table {
  border-collapse: separate;
  border-left: 1px solid #f2f4f8;
  border-spacing: 0;
  border-top: 1px solid #f2f4f8;
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-tableB1 table {
    font-size: 1rem;
  }
}
.c-tableB1 th {
  background-color: #f2f4f8;
  border-bottom: 1px solid #f2f4f8;
  border-right: 1px solid #f2f4f8;
  padding: 5px 10px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .c-tableB1 th {
    padding: 2px 10px;
  }
}
.c-tableB1 td {
  border-bottom: 1px solid #f2f4f8;
  border-right: 1px solid #f2f4f8;
  padding: 10px 10px;
  width: 33.3333%;
}
@media screen and (max-width: 1023px) {
  .c-tableB1 td {
    padding: 3px 6px;
  }
}
.c-tableB1 ul {
  margin-top: 0;
}
.c-tableB1 ul li {
  font-size: 1.2rem;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1023px) {
  .c-tableB1 ul li {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
.c-tableB1--2 td {
  width: 50%;
}
.c-ttlA1 {
  display: flex;
  flex-direction: column;
}
.c-ttlA1__jp {
  display: inline-block;
  font-family: "LINESeedJPStd Bold";
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .c-ttlA1__jp {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }
}
.c-ttlA1__en {
  display: inline-block;
  font-family: "Volte Regular";
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .c-ttlA1__en {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
.c-txtA1Wrap {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .c-txtA1Wrap {
    margin-top: 26px;
  }
}
.c-txtA1 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .c-txtA1 {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
.c-txtD1 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  text-align: center;
}
.c-txtE1 {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
  .c-txtE1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-txtE1 .sp-hide {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .storevisit .c-wrapE1 > * {
    margin: auto 0;
  }
}
@media screen and (max-width: 950px) {
  .storevisit .c-wrapE1.contents__inner > * {
    margin: auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-wrapE1.contents__inner {
    max-width: none;
  }
}
.c-wrapCtaE1 {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .c-wrapCtaE1 {
    margin-top: 48px;
  }
  .c-wrapCtaE1 .l-conversionBoxA1 {
    padding-bottom: 20px;
  }
  .c-wrapCtaE1 .l-conversionBoxA1__inner {
    margin-bottom: 0;
    margin-top: 48px;
  }
  .c-wrapCtaE1 .l-conversionBoxA1__btnCol {
    margin-top: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .c-wrapCtaE2 .l-conversionBoxA1 {
    padding-bottom: 20px;
  }
}
.js-anchorAccTrigger {
  display: block;
}
@media screen and (min-width: 1024px) {
  .js-anchorAccTrigger {
    display: none;
  }
}
.js-anchorAccTarget {
  display: none;
}
@media screen and (min-width: 1024px) {
  .js-anchorAccTarget {
    display: block !important;
  }
}
.js-tabTarget {
  display: none;
}
.js-tabTarget.is-current {
  display: block;
}
.js-telDisabled {
  pointer-events: none;
}
