@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* 共通パーツ
***************************************************************/
.l-container {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .l-container {
    max-width: 980px;
    padding: 0;
    margin: 0 auto;
  }
}

.l-container__lg {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .l-container__lg {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .c-br.-sp {
    display: none;
  }
}
.c-br.-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br.-pc {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .c-br.-tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-br.-tab {
    display: inline-block;
  }
}

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

.sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sp-none {
    display: block;
  }
}

/* body
***************************************************************/
.p-wcs {
  font-family: "Noto Sans JP", sans-serif;
}
.p-wcs a:hover {
  text-decoration: none;
}

/* head
***************************************************************/
.c-head {
  color: #2F5597;
  font-weight: 700;
  text-align: center;
}
.c-head__first {
  display: block;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .c-head__first {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.c-head__second {
  display: block;
  font-size: 24px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .c-head__second {
    font-size: 40px;
  }
}
.c-head__second.-black {
  color: #333;
}

/* text
***************************************************************/
.c-text {
  font-size: 16px;
  line-height: 1.5;
}
.c-text .bold {
  font-weight: 700;
}

.c-text__notice {
  font-size: 12px;
  color: #2F5597;
  font-weight: 700;
}

/* botton
***************************************************************/
.p-wcsButton {
  background: #FF9E00;
  border-radius: 32px;
  height: 48px;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 700;
  display: block;
  max-width: 240px;
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .p-wcsButton {
    height: 60px;
    padding: 19px;
    transition: 0.5s all !important;
  }
  .p-wcsButton:hover {
    transform: translate(-3px, -3px);
    opacity: 1 !important;
  }
}
.p-wcsButton::after {
  content: "";
  background: url(/common/images/wcs/arrow_white.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
}

.p-wcsButton.-blue {
  background: #FFF;
  border: 2px solid #2F5597;
  color: #2F5597 !important;
  padding: 12px;
}
@media screen and (min-width: 1024px) {
  .p-wcsButton.-blue {
    padding: 19px;
  }
}
.p-wcsButton.-blue::after {
  background: url(/common/images/wcs/arrow_blue.svg);
}

/* MV
***************************************************************/
.p-wcsMv {
  position: relative;
}

.p-wcsMv__bg {
  height: 586px;
  width: 100%;
  background-image: url(/common/images/wcs/main_bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__bg {
    height: 514px;
    background-image: url(/common/images/wcs/main_bg_pc.png);
    padding-top: 106px;
  }
}

.p-wcsMv__btnArea {
  position: absolute;
  display: block;
  top: 406px;
  text-align: center;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__btnArea {
    position: initial;
    width: 500px;
  }
}

.p-wcsMv__title {
  margin: 0 auto 19px;
  width: 263px;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__title {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 53px;
  }
}
.p-wcsMv__titleJa {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__titleJa {
    font-size: 24px;
  }
}
.p-wcsMv__titleEn {
  font-family: Arial;
  font-weight: 700;
  font-size: 32px;
  color: #2F5597;
  display: block;
  line-height: 1.15625;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__titleEn {
    font-size: 42px;
  }
}

.p-wcsMv__btnText {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__btnText {
    font-size: 20px;
  }
}
.p-wcsMv__btnText::before {
  content: "";
  background: url(/common/images/wcs/icon_diagonal_sp.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: -54px;
  transform: scale(-1, 1);
  width: 45px;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__btnText::before {
    background: url(/common/images/wcs/icon_diagonal_pc.svg);
    width: 22px;
    height: 27px;
    left: -33px;
  }
}
.p-wcsMv__btnText::after {
  content: "";
  background: url(/common/images/wcs/icon_diagonal_sp.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: -54px;
  width: 45px;
  height: 48px;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__btnText::after {
    width: 22px;
    height: 27px;
    background: url(/common/images/wcs/icon_diagonal_pc.svg);
    right: -22px;
  }
}

.p-wcsMv__btnWrapper {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__btnWrapper {
    display: flex;
    gap: 20px;
    width: 500px;
  }
}
.p-wcsMv__btnWrapper .p-wcsButton.-blue {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__btnWrapper .p-wcsButton.-blue {
    margin: 0;
  }
}

.p-wcsMv__image {
  width: 297px;
}
@media screen and (min-width: 768px) {
  .p-wcsMv__image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsMv__image {
    width: 470px;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-wcsMv__flex {
    display: flex;
    gap: 82px;
  }
}

/* sec01
***************************************************************/
.p-wcsSec01__wrapper {
  padding: 80px 0 40px;
  background: #F5F8FB;
}
.p-wcsSec01__wrapper .c-head {
  margin-bottom: 40px;
}
.p-wcsSec01__wrapper .c-text__notice {
  margin-top: 20px;
}

.p-wcsSec01__box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-wcsSec01__box {
    width: 480px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec01__box {
    width: 480px;
    margin-top: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-wcsSec01__textArea {
    width: 400px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .p-wcsSec01__flex {
    display: flex;
    justify-content: space-between;
  }
}

/* sec02
***************************************************************/
.p-wcsSec02__wrapper {
  background: #F5F8FB;
  padding: 47px 0 55px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec02__wrapper {
    text-align: center;
    padding: 11px 0 40px;
  }
}
.p-wcsSec02__wrapper::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 38px 0 38px;
  border-color: #F5F8FB transparent transparent transparent;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-wcsSec02__wrapper::before {
    border-width: 59px 113px 0 113px;
    bottom: -56px;
  }
}

.p-wcsSec02__title {
  font-size: 24px;
  font-weight: 700;
  color: #2F5597;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec02__title {
    font-size: 40px;
    display: inline-block;
    padding-left: 94px;
    margin-bottom: 28px;
  }
}
.p-wcsSec02__title::before {
  content: "";
  background: url(/common/images/wcs/icon_q.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec02__title::before {
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 81px;
    height: 81px;
  }
}

.p-wcsSec02__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  width: 320px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec02__list {
    width: 761px;
    gap: 15px 20px;
    justify-content: center;
  }
}
.p-wcsSec02__list::before {
  content: "";
  background: url(/common/images/wcs/sec02_image.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -14px;
  right: 88px;
  width: 48px;
  height: 82px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec02__list::before {
    width: 76px;
    height: 129px;
    bottom: -5px;
    right: -33px;
  }
}

.p-wcsSec02__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border: 1px solid #2F5597;
  border-radius: 10px;
  width: 150px;
  height: 60px;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec02__item {
    font-size: 16px;
    width: 240px;
    border: 2px solid #2F5597;
    height: 70px;
  }
}

/* sec03
***************************************************************/
.p-wcsSec03__wrapper {
  background: #2F5597;
  text-align: center;
  padding: 135px 0 80px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__wrapper {
    padding: 96px 0 80px;
  }
}

.p-wcsSec03__title {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  line-height: 1.8181818182;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__title {
    font-size: 40px;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__title::first-line {
    font-size: 24px;
  }
}
.p-wcsSec03__title::before {
  content: "";
  background: url(/common/images/wcs/icon_light.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__title::before {
    top: 0;
    left: -111px;
    transform: none;
    width: 81px;
    height: 81px;
  }
}

.p-wcsSec03__flexBox {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__flexBox {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 60px;
  }
}

.p-wcsSec03__box {
  background: #FFF;
  border-radius: 20px;
  padding: 20px 13px 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__box {
    padding: 39px 28px 15px 30px;
    width: calc((100% - 60px) / 2);
    margin-bottom: 0;
  }
}
.p-wcsSec03__box h4 {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__box h4 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.p-wcsSec03__box p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin: 20px auto;
  width: 295px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__box p {
    width: auto;
    max-width: 369px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__box p.p-wcsSec03__boxText {
    width: 295px;
  }
}
@media screen and (min-width: 768px) {
  .p-wcsSec03__box img {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__box img {
    width: auto;
  }
}

.p-wcsSec03__imageSheet {
  width: 276px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__imageSheet {
    width: 334px;
    margin-left: 20px;
  }
}

.p-wcsSec03__bottomBox {
  background: #FFF;
  border-radius: 20px;
  padding: 20px 28px 50px 20px;
  position: relative;
  z-index: 1;
  margin-top: 88px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__bottomBox {
    margin-top: 67px;
    padding: 27px 20px 30px;
  }
}
.p-wcsSec03__bottomBox::before {
  content: "";
  background: url(/common/images/wcs/icon_arrow.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -82px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__bottomBox::before {
    top: -79px;
  }
}
.p-wcsSec03__bottomBox::after {
  content: "";
  background: url(/common/images/wcs/icon_bill.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  right: 17px;
  width: 83px;
  height: 92px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__bottomBox::after {
    bottom: auto;
    top: 33px;
    right: 103px;
    width: 118px;
    height: 131px;
  }
}
.p-wcsSec03__bottomBox h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #2F5597;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__bottomBox h4 {
    font-size: 28px;
    line-height: 1.4285714286;
    margin-bottom: 15px;
  }
}
.p-wcsSec03__bottomBox p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-wcsSec03__bottomBox p {
    margin: 0 auto;
    max-width: 442px;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec03__bottomBox p {
    width: 442px;
    margin: 0 auto;
  }
}

/* sec04
***************************************************************/
.p-wcsSec04__wrapper {
  background: #F4F8FB;
  padding: 40px 0 80px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__wrapper {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-wcsSec04__flexBox {
    display: flex;
    gap: 102px;
  }
}

.p-wcsSec04__image {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__image {
    margin-left: 30px;
  }
}
.p-wcsSec04__image img {
  width: 206px;
  margin: 0 auto;
  border: 1px solid #707070;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__image img {
    width: 324px;
  }
}

.p-wcsSec04__head {
  font-size: 16px;
  font-weight: 700;
  color: #2F5597;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__head {
    text-align: left;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.p-wcsSec04__head span {
  -webkit-text-decoration: underline 6px solid #FF9E00;
  text-decoration: underline 6px solid #FF9E00;
  text-underline-offset: -2px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__head span {
    font-size: 32px;
  }
}

.p-wcsSec04__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-wcsSec04__text {
    width: 442px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__text {
    width: auto;
    margin: 0;
  }
}

.p-wcsSec04__btnWrapper {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__btnWrapper {
    margin-top: 22px;
    display: flex;
    gap: 16px;
    width: 528px;
  }
}
.p-wcsSec04__btnWrapper .p-wcsButton {
  max-width: 256px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__btnWrapper .p-wcsButton {
    width: 100%;
    padding: 21px;
  }
}
.p-wcsSec04__btnWrapper .p-wcsButton::after {
  right: 20px;
}
.p-wcsSec04__btnWrapper .p-wcsButton.-blue {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec04__btnWrapper .p-wcsButton.-blue {
    padding: 19px;
  }
}
.p-wcsSec04__btnWrapper .p-wcsButton.-blue::after {
  right: 33px;
}

/* sec05
***************************************************************/
.p-wcsSec05__wrapper {
  background: #F2F3F7;
  padding: 40px 0 6px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__wrapper {
    padding: 75px 0 5px;
  }
}
.p-wcsSec05__wrapper h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6363636364;
  color: #2F5597;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__wrapper h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__wrapper h2::first-line {
    font-size: 24px;
  }
}

.p-wcsSec05__list {
  margin-top: 82px;
  counter-reset: num;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__list {
    display: flex;
    gap: 11px;
    margin-top: 94px;
  }
}

.p-wcsSec05__item {
  background: #FFF;
  border-radius: 24px;
  padding: 20px 18px;
  height: 300px;
  margin-bottom: 74px;
  counter-increment: num;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__item {
    width: calc((100% - 22px) / 3);
    height: 340px;
  }
}

.p-wcsSec05__point {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #2F5597;
  top: -45px;
  left: 24px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__point {
    top: -61px;
  }
}
.p-wcsSec05__point::before {
  position: absolute;
  top: 25px;
  left: 50%;
  font-weight: 700;
  content: "0" counter(num);
  margin-bottom: 10px;
  font-size: 61px;
  line-height: 1;
  color: #2F5597;
  font-family: Arial, Helvetica, sans-serif;
  transform: translateX(-50%);
}

.p-wcsSec05__itemhead {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__itemhead {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.p-wcsSec05__itemText {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.p-wcsSec05__profileWrapper {
  display: flex;
  gap: 44px;
  width: 199px;
  margin: 20px auto 0;
}

.p-wcsSec05__profile {
  width: 77px;
}
.p-wcsSec05__profileName {
  text-align: center;
  font-size: 12px;
}

.p-wcsSec05__item:nth-child(2) .p-wcsSec05__itemText {
  margin: 0 auto;
  width: 257px;
}
.p-wcsSec05__item:nth-child(2) img {
  width: 138px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__item:nth-child(2) img {
    width: 164px;
  }
}

.p-wcsSec05__item:nth-child(3) .p-wcsSec05__itemText {
  margin: 0 auto;
  width: 257px;
}
.p-wcsSec05__item:nth-child(3) img {
  width: 141px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec05__item:nth-child(3) img {
    margin: 16px auto 0;
  }
}

/* sec06
***************************************************************/
.p-wcsSec06__wrapper {
  background: #F2F3F7;
  padding-bottom: 40px;
}
.p-wcsSec06__wrapper h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6363636364;
  color: #2F5597;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__wrapper h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__wrapper h2::first-line {
    font-size: 24px;
  }
}

.p-wcsSec06__text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-wcsSec06__text {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__text {
    text-align: center;
  }
}

.p-wcsSec06__list {
  margin-top: 24px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 8px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__list {
    margin-top: 40px;
    gap: 23px 22px;
  }
}

.p-wcsSec06__item {
  width: calc((100% - 8px) / 2);
  background: #FFF;
  border-radius: 18px;
  padding: 24px 14px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__item {
    width: calc((100% - 44px) / 3);
    padding: 33px 20px 19px;
  }
}
.p-wcsSec06__item img {
  width: 123px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__item img {
    width: 100%;
  }
}

.p-wcsSec06__itemHead {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__itemHead {
    margin-bottom: 14px;
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .p-wcsSec06__itemText {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__itemText {
    text-align: center;
  }
}

.p-wcsSec06__item:nth-child(4) {
  padding: 10px 14px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__item:nth-child(4) {
    padding: 33px 20px 19px;
  }
}
.p-wcsSec06__item:nth-child(4) .p-wcsSec06__itemHead {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec06__item:nth-child(4) .p-wcsSec06__itemHead {
    margin-bottom: 14px;
  }
}

/* sec07
***************************************************************/
.p-wcsSec07__wrapper {
  background: #F2F3F7;
  padding: 40px 0 64px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__wrapper {
    padding: 40px 0 174px;
  }
}
.p-wcsSec07__wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2F5597;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__wrapper h2 {
    font-size: 40px;
  }
}

.p-wcsSec07__text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-wcsSec07__text {
    width: 442px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__text {
    text-align: center;
    margin: 0;
    width: auto;
  }
}
.p-wcsSec07__text span {
  font-weight: 700;
}

.p-wcsSec07__list {
  margin-top: 40px;
  counter-reset: num;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid: 20px;
    position: relative;
    z-index: 0;
  }
  .p-wcsSec07__list::after {
    content: "";
    background: url(/common/images/wcs/sec07_image_05.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -95px;
    right: 110px;
    width: 524px;
    height: 110px;
    z-index: 0;
  }
}

.p-wcsSec07__item {
  background: #FFF;
  border-radius: 17px;
  padding: 20px 33px 20px 35px;
  height: 203px;
  width: 76.8vw;
  margin: 0 auto 30px;
  counter-increment: num;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__item {
    width: calc((100% - 60px) / 4);
    height: 288px;
    padding: 37px 18px 20px;
    z-index: 0;
    margin-bottom: 0;
  }
}
.p-wcsSec07__item::before {
  position: absolute;
  top: 19px;
  left: 56px;
  font-weight: 700;
  content: "0" counter(num);
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1;
  color: #2F5597;
  font-family: Arial, Helvetica, sans-serif;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__item::before {
    top: 17px;
    left: 43px;
  }
}
.p-wcsSec07__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 30px 0px 30px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__item::after {
    border-width: 30px 0px 30px 37px;
    border-color: transparent transparent transparent #FFF;
    right: -15px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__item:nth-child(4)::after {
    content: none;
  }
}
.p-wcsSec07__item img {
  width: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__item img {
    margin: 0 auto 5px;
    width: 85px;
    padding-left: 15px;
  }
}
.p-wcsSec07__itemHead {
  font-size: 16px;
  font-weight: 700;
  color: #2F5597;
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__itemHead {
    padding-left: 5px;
  }
}
.p-wcsSec07__itemHead.-left {
  text-align: left;
}
.p-wcsSec07__itemText {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-wcsSec07__itemText {
    width: 300px;
    margin: 16px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-wcsSec07__itemText {
    margin: 0;
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 0.03em;
    width: auto;
  }
}

.p-wcsSec07__item05 {
  margin: 40px auto 0;
  width: 227px;
}
.p-wcsSec07__item05 .p-wcsSec07__itemHead {
  padding-left: 60px;
  position: relative;
  display: inline-block;
}
.p-wcsSec07__item05 .p-wcsSec07__itemHead::before {
  content: "05";
  position: absolute;
  top: -2px;
  left: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1;
  color: #2F5597;
  font-family: Arial, Helvetica, sans-serif;
  transform: translateX(-50%);
}

/* sec08
***************************************************************/
.p-wcsSec08__wrapper {
  background: #2F5597;
  padding: 26px 0;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec08__wrapper {
    padding: 39px 0 41px;
  }
}

.p-wcsSec08__btnWrapper {
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec08__btnWrapper {
    gap: 40px;
    width: 680px;
    margin: 0 auto;
  }
}
.p-wcsSec08__btnWrapper .p-wcsButton {
  width: 160px;
  font-size: 12px;
  line-height: 48px;
  padding: 0;
  padding-left: 22px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec08__btnWrapper .p-wcsButton {
    max-width: 320px;
    width: 100%;
    font-size: 16px;
    line-height: 59px;
    padding-left: 56px;
  }
  .p-wcsSec08__btnWrapper .p-wcsButton .sp-none {
    display: inline-block;
  }
}
.p-wcsSec08__btnWrapper .p-wcsButton::after {
  width: 24px;
  height: 43px;
  background: url(/common/images/wcs/arrow_white_sm.svg);
  top: 54%;
  transform: translateY(-50%);
  right: 18px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec08__btnWrapper .p-wcsButton::after {
    background: url(/common/images/wcs/arrow_white.svg);
    width: 8px;
    height: 14px;
    right: 30px;
    top: 51%;
  }
}
.p-wcsSec08__btnWrapper .p-wcsButton.-blue {
  line-height: 48px;
  padding-left: 32px;
  border: none;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec08__btnWrapper .p-wcsButton.-blue {
    line-height: 60px;
    padding-left: 28px;
  }
}
.p-wcsSec08__btnWrapper .p-wcsButton.-blue::after {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: url(/common/images/wcs/arrow_blue_sm.svg);
}
@media screen and (min-width: 1024px) {
  .p-wcsSec08__btnWrapper .p-wcsButton.-blue::after {
    background: url(/common/images/wcs/arrow_blue.svg);
    width: 8px;
    height: 14px;
    right: 20px;
  }
}

/* sec09
***************************************************************/
.p-wcsSec09__wrapper {
  background: #F2F3F7;
  padding: 40px 0 73px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec09__wrapper {
    padding: 80px 0;
  }
}

.p-wcsSec09__titleFirst {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec09__titleFirst {
    font-size: 24px;
  }
}
.p-wcsSec09__titleSecond {
  margin-top: 5px;
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 700;
  color: #2F5597;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec09__titleSecond {
    font-size: 40px;
    margin-top: 7px;
  }
}

@media screen and (min-width: 1024px) {
  .p-wcsSec09__textArea {
    width: 376px;
    margin-top: 22px;
  }
}
.p-wcsSec09__textArea p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-wcsSec09__flexBox {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec09__flexBox {
    flex-direction: row;
    gap: 49px;
    margin-top: 34px;
  }
}

.p-wcsSec09__image {
  width: 265px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec09__image {
    max-width: 574px;
    width: 100%;
  }
}

.p-wcsSec09__button {
  background: #2FAECB;
  border-radius: 32px;
  height: 60px;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 700;
  display: block;
  max-width: 320px;
  width: 100%;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  padding-left: 25px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec09__button {
    height: 62px;
    line-height: 62px;
    max-width: 374px;
    padding-left: 33px;
    font-size: 16px;
    margin-top: 35px;
    transition: 0.5s all !important;
  }
  .p-wcsSec09__button:hover {
    transform: translate(-3px, -3px);
    opacity: 1 !important;
  }
}
.p-wcsSec09__button::after {
  content: "";
  background: url(/common/images/wcs/arrow_white.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .p-wcsSec09__button::after {
    right: 33px;
  }
}

/* sticky
***************************************************************/
.p-wcs__sticky {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-wcs__sticky {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: 0;
    bottom: 40%;
    transform: none;
  }
}

.p-wcs__stickyBtn {
  padding: 0 !important;
  padding-left: 65px !important;
  line-height: 44px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 240px;
}
@media screen and (min-width: 1024px) {
  .p-wcs__stickyBtn {
    width: 90px;
    height: 250px;
    border-radius: 0 20px 20px 0;
    padding-left: 0 !important;
    border: 4px solid #2F5597 !important;
    font-size: 20px;
    padding-top: 40px !important;
    padding-right: 20px !important;
  }
}
.p-wcs__stickyBtn::after {
  content: none;
}
.p-wcs__stickyBtn::before {
  content: "";
  background: url(/common/images/wcs/sec07_icon_02.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 50px;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .p-wcs__stickyBtn::before {
    transform: none;
    top: 6px;
    left: 17px;
  }
}

.js-sticky.is-show {
  visibility: visible;
  opacity: 1;
  z-index: 90;
}
@media screen and (min-width: 1024px) {
  .js-sticky.is-show {
    transform: none;
    opacity: 1;
  }
}/*# sourceMappingURL=wcs.css.map */