@charset "UTF-8";
/* ------------------------------------
  ▼ベース設定
------------------------------------*/
html,
body {
  overflow-x: hidden !important;
}
html a,
body a {
  color: #184ED8;
  transition: 0.2s;
}
html a:hover,
body a:hover {
  opacity: 0.7;
}
@media all and (max-width: 834px) {
  html a:hover,
  body a:hover {
    opacity: 1;
  }
}
html *,
body * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
}
html b,
html strong,
html .bold,
body b,
body strong,
body .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}
html .enFont,
body .enFont {
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
}

/* ------------------------------------
  ▼汎用
------------------------------------*/
/* コンテンツ幅（大）*/
.contentWidth {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}
@media all and (max-width: 640px) {
  .contentWidth {
    padding: 0;
  }
}

/* コンテンツ幅（中） */
.middleContentWidth {
  max-width: 820px;
  margin: 0 auto;
}

/* セクション上下余白 */
.sectionBox {
  padding: 160px 0;
}
@media all and (max-width: 834px) {
  .sectionBox {
    padding: 80px 16px;
  }
}
@media all and (max-width: 640px) {
  .sectionBox {
    padding: 60px 16px;
  }
}

/* CTAボタン */
.ctaBtn {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
  padding: 10px 0;
  width: 100%;
  max-width: 380px;
  text-align: center;
  background: rgb(33, 206, 236);
  background: linear-gradient(-132deg, rgba(33, 206, 236, 0.6) 0%, rgba(52, 99, 220, 0.6) 100%);
  border-radius: 60px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  top: 0;
  z-index: 2;
}
@media all and (max-width: 834px) {
  .ctaBtn {
    font-size: 20px;
    max-width: 300px;
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .ctaBtn {
    margin: 0 auto;
  }
}
.ctaBtn:hover {
  top: 4px;
  box-shadow: none;
}

/* メインタイトル */
.mainTitle {
  position: relative;
  margin-bottom: 60px;
}
@media all and (max-width: 834px) {
  .mainTitle {
    margin-bottom: 30px;
  }
}
.mainTitle__en {
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 200px;
  transform: rotate(-4deg);
  position: absolute;
  top: -180px;
  left: 16px;
  letter-spacing: 0.1em;
  z-index: 1;
  color: rgba(0, 59, 209, 0.1);
}
@media all and (max-width: 834px) {
  .mainTitle__en {
    font-size: 110px;
    left: 0 !important;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .mainTitle__en {
    font-size: 70px;
    top: -90px;
  }
}
.mainTitle__ja {
  font-size: 40px;
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media all and (max-width: 834px) {
  .mainTitle__ja {
    font-size: 26px;
  }
}

.mainSummary {
  font-size: 18px;
  margin-top: -40px;
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 834px) {
  .mainSummary {
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px) {
  .mainSummary br {
    display: none;
  }
}

.fixBtn {
  /* 追従ボタン */
  background: rgb(114, 207, 226);
  background: linear-gradient(-132deg, rgba(88, 145, 232, 0.6) 0%, rgba(114, 207, 226, 0.6) 100%);
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 640px) {
  .fixBtn {
    padding: 5px 0;
  }
}
.fixBtn a {
  margin: 0 auto;
  transform: scale(0.8);
  background: linear-gradient(-132deg, rgb(33, 206, 236) 0%, rgb(52, 99, 220) 100%);
}

/* ------------------------------------
  ▼ヘッダー
------------------------------------*/
.headerLogo {
  border-top: solid 4px #003BD1;
  text-align: center;
  padding: 15px 0;
}
@media all and (max-width: 834px) {
  .headerLogo {
    padding: 10px 0;
  }
}
.headerLogo h1 {
  margin-bottom: 8px;
}
.headerLogo h1 img {
  max-height: 50px;
}
@media all and (max-width: 834px) {
  .headerLogo h1 img {
    max-height: 30px;
  }
}
.headerLogo__summary {
  font-size: 12px;
  font-weight: bold;
  color: #656565;
}
@media all and (max-width: 834px) {
  .headerLogo__summary {
    font-size: 10px;
  }
}

.headerMain {
  background-image: url(../img/main_visual.jpg);
  background-size: cover;
  background-position: center;
  min-height: 605px;
}
@media all and (max-width: 834px) {
  .headerMain {
    min-height: 460px;
  }
}
@media all and (max-width: 640px) {
  .headerMain {
    background-image: url(../img/main_visual_sp.jpg?ver2024-10-26);
    background-position: center;
    height: calc(100vh - 100px);
    position: relative;
  }
}
@media all and (max-width: 834px) {
  .headerMain__inner {
    padding: 0 80px;
  }
}
@media all and (max-width: 640px) {
  .headerMain__inner {
    padding: 0 16px;
  }
}
.headerMain__inner i {
  color: #FCFF7D;
  font-size: 30px;
  position: relative;
  right: 22px;
  top: 32px;
  transform: rotate(45deg);
}
@media all and (max-width: 640px) {
  .headerMain__inner i {
    right: 80px;
    top: 26px;
  }
}
.headerMain__inner--copy {
  padding-top: 40px;
}
@media all and (max-width: 640px) {
  .headerMain__inner--copy {
    text-align: center;
    padding-top: 0;
  }
}
.headerMain__inner--copy .copyMain {
  color: #ffffff;
  font-weight: bold;
  font-size: 37px;
  line-height: 1.4;
  letter-spacing: 0.25em;
  text-shadow: 0px 0px 10px rgba(0, 44, 156, 0.2);
  margin-bottom: 20px;
}
@media all and (max-width: 834px) {
  .headerMain__inner--copy .copyMain {
    font-size: 27px;
  }
}
@media all and (max-width: 640px) {
  .headerMain__inner--copy .copyMain {
    line-height: 1.4;
    letter-spacing: 0.15em;
  }
}
.headerMain__inner--copy .copyMain strong {
  font-size: 48px;
  color: #ffffff;
}
@media all and (max-width: 834px) {
  .headerMain__inner--copy .copyMain strong {
    font-size: 35px;
  }
}
.headerMain__inner--copy .copySub {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media all and (max-width: 834px) {
  .headerMain__inner--copy .copySub {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px) {
  .headerMain__inner .ctaBtn {
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(-132deg, rgba(33, 206, 236, 0.9) 0%, rgba(52, 99, 220, 0.9) 100%);
  }
}

/* ------------------------------------
  ▼MultipleCareer 
------------------------------------*/
.multipleCareer {
  background-color: #003BD1;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.multipleCareer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #003BD1 transparent;
  border-width: 0px 0px 60px 100vw;
  position: relative;
  bottom: 161px;
}
@media all and (max-width: 640px) {
  .multipleCareer:before {
    right: 16px;
  }
}
.multipleCareer:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #F1F6FF;
  border-width: 140px 0px 0px 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 834px) {
  .multipleCareer:after {
    border-width: 90px 0px 0px 100vw;
  }
}
.multipleCareer .contentWidth {
  position: relative;
  z-index: 1;
}
.multipleCareer .mainTitle__en {
  color: rgba(255, 255, 255, 0.5);
  top: -320px;
  left: 16px;
  letter-spacing: 0;
}
@media all and (max-width: 834px) {
  .multipleCareer .mainTitle__en {
    top: -200px;
  }
}
@media all and (max-width: 640px) {
  .multipleCareer .mainTitle__en {
    top: -114px;
  }
}
.multipleCareer .mainTitle__ja {
  color: #ffffff;
}
.multipleCareer .mainSummary {
  color: #ffffff;
}
@media all and (max-width: 640px) {
  .multipleCareer .mainSummary {
    text-align: left;
  }
}
.multipleCareer h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  max-width: 600px;
  text-align: center;
  padding: 6px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media all and (max-width: 834px) {
  .multipleCareer h3 {
    font-size: 20px;
  }
}
.multipleCareer h3::before {
  content: "";
  background-color: #6DD9EE;
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.merit {
  display: flex;
  gap: 20px;
  position: relative;
  top: 40px;
}
@media all and (max-width: 640px) {
  .merit {
    top: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.meritBox {
  width: 50%;
  border: solid 5px #003BD1;
  background-color: #ffffff;
  padding: 60px;
  text-align: center;
}
@media all and (max-width: 834px) {
  .meritBox {
    padding: 30px;
  }
}
@media all and (max-width: 640px) {
  .meritBox {
    width: 100%;
  }
}
.meritBox img {
  margin-bottom: 60px;
}
@media all and (max-width: 834px) {
  .meritBox img {
    max-width: 160px;
    margin-bottom: 30px;
  }
}
.meritBox h4 {
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 834px) {
  .meritBox h4 {
    font-size: 20px;
  }
}
.meritBox h4::after {
  content: "";
  width: 50px;
  height: 1px;
  border-top: 3px solid #003BD1;
  display: block;
  margin: 30px auto;
}
@media all and (max-width: 834px) {
  .meritBox h4::after {
    margin: 20px auto;
  }
}
.meritBox p {
  text-align: left;
}

/* ------------------------------------
  ▼Choices
------------------------------------*/
.choices {
  background-color: #F1F6FF;
  padding-top: 240px;
}
@media all and (max-width: 640px) {
  .choices {
    padding-top: 140px;
  }
}
.choices .contentWidth {
  position: relative;
  z-index: 1;
}

.chiceBox {
  position: relative;
  margin-bottom: 30px;
}
.chiceBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
@media all and (max-width: 834px) {
  .chiceBox:before {
    top: inherit;
    bottom: 0;
    transform: translateY(0);
    width: 100vw;
    left: -16px;
  }
}
@media all and (max-width: 834px) and (max-width: 640px) {
  .chiceBox:before {
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    height: calc(100% - 32px);
  }
}
@media all and (max-width: 640px) {
  .chiceBox.designer {
    padding-top: 0;
  }
}
@media all and (max-width: 834px) {
  .chiceBox.designer .chiceBox__inner {
    flex-direction: column-reverse;
  }
}
.chiceBox.designer .chiceBox__inner--img:before {
  top: 20px;
  left: 20px;
  background-color: #ADE6F2;
}
@media all and (max-width: 640px) {
  .chiceBox.designer .chiceBox__inner--img:before {
    top: 14px;
    left: 30px;
  }
}
@media all and (max-width: 640px) {
  .chiceBox.designer .chiceBox__inner--img img {
    right: 7px;
  }
}
.chiceBox.se {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .chiceBox.se {
    padding-top: 20px;
  }
}
@media all and (max-width: 834px) {
  .chiceBox.se .chiceBox__inner {
    flex-direction: column;
  }
}
.chiceBox.se .chiceBox__inner--img:before {
  bottom: 20px;
  right: 20px;
  background-color: #B7C9F6;
}
@media all and (max-width: 834px) {
  .chiceBox.se .chiceBox__inner--img {
    top: 20px;
  }
}
@media all and (max-width: 640px) {
  .chiceBox.se .chiceBox__inner--img {
    top: 0;
  }
  .chiceBox.se .chiceBox__inner--img:before {
    bottom: 14px;
    right: 30px;
  }
}
@media all and (max-width: 640px) {
  .chiceBox.se .chiceBox__inner--img img {
    left: 7px;
  }
}
@media all and (max-width: 640px) {
  .chiceBox.se .chiceBox__inner--text {
    margin-top: 20px;
  }
}

.chiceBox__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 360px;
}
@media all and (max-width: 640px) {
  .chiceBox__inner {
    padding: 0;
  }
}

.chiceBox__inner--text {
  max-width: 650px;
  padding: 50px;
}
@media all and (max-width: 640px) {
  .chiceBox__inner--text {
    margin-top: 40px;
    padding: 20px;
  }
}
.chiceBox__inner--text h3 {
  font-size: 32px;
  font-weight: bold;
  color: #003BD1;
  border-left: solid 10px #003BD1;
  padding-left: 10px;
  margin-bottom: 30px;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media all and (max-width: 834px) {
  .chiceBox__inner--text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .chiceBox__inner--text h3 {
    position: relative;
    right: 20px;
  }
}

.chiceBox__inner--img {
  max-width: 400px;
  position: relative;
}
@media all and (max-width: 640px) {
  .chiceBox__inner--img {
    text-align: center;
  }
}
.chiceBox__inner--img:before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 640px) {
  .chiceBox__inner--img:before {
    width: calc(100% - 46px);
  }
}
.chiceBox__inner--img img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 640px) {
  .chiceBox__inner--img img {
    width: calc(100% - 46px);
    position: relative;
  }
}

/* ------------------------------------
  ▼Support
------------------------------------*/
.support {
  position: relative;
  margin-bottom: 80px;
}
@media all and (max-width: 834px) {
  .support {
    padding-top: 160px;
  }
}
@media all and (max-width: 640px) {
  .support {
    padding-top: 120px;
  }
}
.support:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #F1F6FF transparent transparent transparent;
  border-width: 80px 100vw 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 640px) {
  .support:before {
    border-width: 60px 100vw 0px 0px;
  }
}
.support .mainTitle__en {
  top: -250px;
}
@media all and (max-width: 834px) {
  .support .mainTitle__en {
    top: -190px;
  }
}
@media all and (max-width: 640px) {
  .support .mainTitle__en {
    top: -80px;
  }
}

.supportBox {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .supportBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 834px) {
  .supportBox {
    padding: 0;
  }
}
.supportBox .supportBox__list:nth-child(2) img {
  margin-bottom: 0;
}

.supportBox__list {
  max-width: 350px;
  background-color: #F1F6FF;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 834px) {
  .supportBox__list {
    max-width: 280px;
  }
}
@media all and (max-width: 640px) {
  .supportBox__list {
    max-width: 100%;
  }
}

.supportBox__list--title {
  padding: 30px 0px;
  text-align: center;
  background: rgb(152, 143, 255);
  background: linear-gradient(-132deg, rgb(113, 206, 225) 0%, rgb(87, 144, 231) 100%);
}
.supportBox__list--title img {
  margin-bottom: 10px;
}
.supportBox__list--title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  min-height: 77px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-shadow: 0 0 10px #003BD1;
  line-height: 1.4;
}
@media all and (max-width: 834px) {
  .supportBox__list--title h3 {
    font-size: 20px;
    min-height: 55px;
  }
}

.supportBox__list--text {
  padding: 24px;
}

/* ------------------------------------
  ▼Job
------------------------------------*/
.job {
  background-color: #003BD1;
  position: relative;
  padding-top: 80px;
}
@media all and (max-width: 834px) {
  .job .mainTitle {
    margin-bottom: 60px;
  }
  .job .contentWidth {
    padding: 0;
  }
}
.job:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #003BD1;
  border-width: 80px 0px 0px 100vw;
  position: absolute;
  left: 0;
  top: -80px;
}
@media all and (max-width: 640px) {
  .job:before {
    border-width: 60px 0px 0px 100vw;
    top: -60px;
  }
}
.job .mainTitle__ja {
  color: #ffffff;
}
.job .mainTitle__en {
  color: rgba(179, 199, 255, 0.5);
  top: -260px;
}
@media all and (max-width: 834px) {
  .job .mainTitle__en {
    top: -170px;
  }
}
@media all and (max-width: 640px) {
  .job .mainTitle__en {
    top: -100px;
  }
}

.jobBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 50px;
  gap: 50px;
}
.jobBox:before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media all and (max-width: 834px) {
  .jobBox {
    display: block;
    padding: 0px;
  }
  .jobBox:before {
    width: 100%;
  }
}

.jobBox__img {
  max-width: 400px;
  text-align: center;
}
@media all and (max-width: 834px) {
  .jobBox__img {
    margin: 0 auto;
    position: relative;
    bottom: 30px;
    padding: 0 16px;
  }
}
.jobBox__img img {
  margin-bottom: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.jobBox__img a {
  font-size: 14px;
  text-decoration: underline;
  color: #ffffff;
}
.jobBox__img a i {
  color: #ffffff;
}

.jobBox__detail {
  max-width: 600px;
}
@media all and (max-width: 834px) {
  .jobBox__detail {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}
@media all and (max-width: 640px) {
  .jobBox__detail {
    width: 100%;
  }
}
.jobBox__detail h3 {
  text-align: center;
  font-size: 32px;
  color: #003BD1;
  font-weight: bold;
  background-color: #ffffff;
  padding: 10px 0 18px;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media all and (max-width: 834px) {
  .jobBox__detail h3 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 30px;
  }
}
.jobBox__detail h3 span {
  font-size: 16px;
  color: #003BD1;
  font-weight: bold;
  display: inline-block;
}
.jobBox__detail p {
  margin-bottom: 40px;
  color: #ffffff;
}
.jobBox__detail p:last-child {
  margin-bottom: 0;
  letter-spacing: -0.03px;
}
@media all and (max-width: 834px) {
  .jobBox__detail p {
    margin-bottom: 20px;
    letter-spacing: inherit;
  }
}

/* ------------------------------------
  ▼plan
------------------------------------*/
.planTitle {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 70px 0 130px;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 834px) {
  .planTitle {
    padding: 30px 16px 90px;
  }
}
.planTitle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.15);
}
.planTitle span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
  padding: 20px 100px;
}
@media all and (max-width: 640px) {
  .planTitle span {
    padding: 20px 0;
    width: 100%;
  }
}
.planTitle span:before {
  content: "";
  width: 130px;
  height: 75px;
  border-left: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  position: absolute;
  top: 0px;
  left: 0;
}
.planTitle span:after {
  content: "";
  width: 190px;
  height: 75px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media all and (max-width: 834px) {
  .planTitle span {
    font-size: 20px;
  }
  .planTitle span:before {
    width: 100px;
    height: 60px;
  }
  .planTitle span:after {
    width: 120px;
    height: 60px;
  }
}

.plan {
  padding-bottom: 80px;
}
@media all and (max-width: 834px) {
  .plan {
    padding-bottom: 0;
  }
}
.plan.designer {
  background-color: rgba(75, 170, 189, 0.1);
}
.plan.designer .planTitle {
  background-image: url(../img/plan_design.jpg);
}
.plan.se {
  background-color: #F1F6FF;
}
.plan.se .planTitle {
  background-image: url(../img/plan_se.jpg);
}

.planBoxWrap {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  bottom: 60px;
}
@media all and (max-width: 834px) {
  .planBoxWrap {
    margin: 0 16px;
  }
}

.planBox {
  padding: 60px 0;
}
@media all and (max-width: 834px) {
  .planBox {
    padding: 20px 0 30px;
  }
}
@media all and (max-width: 640px) {
  .planBox {
    padding: 20px 16px 30px;
  }
}
.planBox h3 {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 16px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 20px;
}
@media all and (max-width: 834px) {
  .planBox h3 {
    font-size: 20px;
    gap: 10px;
    margin-bottom: 20px;
  }
  .planBox h3 img {
    width: 40px;
  }
}

.planBox__link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  text-align: center;
  margin: 30px 0;
}
.planBox__link p {
  font-size: 12px;
  color: #184ED8;
  text-decoration: underline;
  margin-top: 4px;
}

.planBox__detail .planBox__detail--list {
  display: flex;
  align-items: center;
  border-top: dashed 1px #ccc;
  padding: 10px 0;
  gap: 20px;
}
@media all and (max-width: 640px) {
  .planBox__detail .planBox__detail--list {
    display: block;
    clear: both;
  }
}
.planBox__detail .planBox__detail--list:last-child {
  border-bottom: dashed 1px #ccc;
}

.phaseTitle {
  width: 110px;
  height: 110px;
  background-color: #003BD1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
}
@media all and (max-width: 834px) {
  .phaseTitle {
    width: 70px;
    height: 70px;
  }
}
@media all and (max-width: 640px) {
  .phaseTitle {
    float: left;
  }
}
.phaseTitle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FCFF7D transparent transparent transparent;
  border-width: 16px 16px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.phaseTitle span, .phaseTitle p {
  color: #ffffff;
  font-weight: bold;
}
.phaseTitle span {
  letter-spacing: 4px;
  line-height: 1.1;
}
@media all and (max-width: 834px) {
  .phaseTitle span {
    font-size: 10px;
  }
}
.phaseTitle p {
  font-size: 50px;
  line-height: 1;
}
@media all and (max-width: 834px) {
  .phaseTitle p {
    font-size: 31px;
  }
}

.phaseText h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media all and (max-width: 834px) {
  .phaseText h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .phaseText h4 {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    line-height: 1.3;
  }
}

/* ------------------------------------
  ▼voice
------------------------------------*/
.voice {
  position: relative;
}
@media all and (max-width: 640px) {
  .voice {
    padding-top: 120px;
  }
}
@media all and (max-width: 834px) {
  .voice .mainTitle__en {
    top: -150px;
  }
}
@media all and (max-width: 640px) {
  .voice .mainTitle__en {
    top: -90px;
  }
}

.voiceList {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 834px) {
  .voiceList {
    padding: 0;
  }
}

.voiceList__box {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 10px 10px 0 0 #F1F6FF;
}
@media all and (max-width: 834px) {
  .voiceList__box {
    margin: 0 10px 10px;
  }
}
.voiceList__box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 40px 40px 0px 0px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.voiceList__box--inner {
  border: solid 5px #003BD1;
  height: 100%;
}

.voiceList__box--detail {
  background-color: #003BD1;
  padding: 20px 0;
  position: relative;
}
.voiceList__box--detail:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #003BD1 transparent transparent transparent;
  border-width: 12px 12px 0px 12px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.voiceList__box--detail .profile {
  background-color: #ffffff;
  color: #003BD1;
  font-size: 14px;
  display: inline-block;
  padding: 0 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.voiceList__box--detail .title {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.15em;
  font-size: 20px;
  line-height: 1.4;
}

.voiceList__box--text {
  padding: 30px;
}
@media all and (max-width: 834px) {
  .voiceList__box--text {
    padding: 20px;
  }
}
.voiceList__box--text img {
  margin: 0 auto 16px;
}
.voiceList__box--text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #003BD1;
  letter-spacing: -0.8px;
}
@media all and (max-width: 834px) {
  .voiceList__box--text h3 {
    font-size: 21px;
  }
}
.voiceList__box--text p {
  text-align: left;
  margin-bottom: 1em;
}

/* slickドット調整 */
.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  z-index: 3;
}

.slick-dots li button {
  background-color: #F1F6FF;
  border-radius: 50%;
}
.slick-dots li button:before {
  content: none;
}

.slick-dots .slick-active button {
  background-color: #6DD9EE;
}

/* slick矢印調整 */
.arrow_box {
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: 11px;
  z-index: 2;
}

.slick-arrow {
  display: none;
  top: inherit;
  bottom: -50px;
  color: #003BD1;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}
@media all and (max-width: 834px) {
  .slick-arrow {
    display: block;
  }
}

/* ------------------------------------
  ▼Thing to do
------------------------------------*/
.toDo {
  background-color: #F1F6FF;
}
@media all and (max-width: 640px) {
  .toDo {
    padding-top: 120px;
  }
}
.toDo .mainTitle__en {
  top: -300px;
}
@media all and (max-width: 834px) {
  .toDo .mainTitle__en {
    top: -170px;
  }
}
@media all and (max-width: 640px) {
  .toDo .mainTitle__en {
    top: -90px;
  }
}
.toDo .mainSummary {
  margin-bottom: 90px;
}
@media all and (max-width: 640px) {
  .toDo .mainSummary {
    margin-bottom: 60px;
  }
}

.toDoWrap {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 640px) {
  .toDoWrap {
    flex-wrap: wrap;
    gap: 60px;
  }
}

.toDoBox {
  width: 50%;
  background-color: #ffffff;
  text-align: center;
  padding: 0 60px 60px 60px;
}
@media all and (max-width: 834px) {
  .toDoBox {
    padding: 0 20px 20px 20px;
  }
}
@media all and (max-width: 640px) {
  .toDoBox {
    width: 100%;
  }
}
.toDoBox h3 {
  background-color: #003BD1;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0;
  position: relative;
  bottom: 30px;
}
@media all and (max-width: 834px) {
  .toDoBox h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .toDoBox h3 {
    padding: 10px 0;
  }
}
.toDoBox img {
  margin: 10px auto 40px;
}
@media all and (max-width: 834px) {
  .toDoBox img {
    max-width: 150px;
    margin: 10px auto 30px;
  }
}
.toDoBox__url {
  padding: 10px;
  background-color: #F1F6FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #6DD9EE;
}
.toDoBox__url input {
  background-color: transparent;
  width: 280px;
  color: #003BD1;
}
@media all and (max-width: 834px) {
  .toDoBox__url input {
    font-size: 13px;
    width: 230px;
  }
}
.toDoBox__url i {
  color: #6DD9EE;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.toDoBox__url i:after {
  display: none;
  content: "copy";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: bold;
  background-color: #003BD1;
  color: #ffffff;
  width: 5em;
  padding: 5px 0;
  border-radius: 3px;
}
.toDoBox__url i:hover {
  color: #003BD1;
}
.toDoBox__url i:hover:after {
  display: block;
}
.toDoBox small {
  font-size: 12px;
  font-weight: bold;
  color: #999797;
  display: block;
  margin: 6px 0 16px;
}
.toDoBox__text {
  text-align: left;
}

/* ------------------------------------
  ▼CTA
------------------------------------*/
.cta {
  background-color: #003BD1;
  text-align: center;
  padding: 80px 0;
  position: relative;
  z-index: 1000;
}
@media all and (max-width: 640px) {
  .cta {
    padding: 40px 0 60px;
  }
}
.cta .ctaBtn {
  margin: 0 auto;
}
.cta__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 834px) {
  .cta__title {
    font-size: 23px;
  }
}
@media all and (max-width: 640px) {
  .cta__title {
    line-height: 2.5;
  }
}
.cta__title span,
.cta__title small {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
}
@media all and (max-width: 834px) {
  .cta__title span,
  .cta__title small {
    font-size: 30px;
  }
}
.cta__title span {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 10px;
}
@media all and (max-width: 640px) {
  .cta__title span {
    padding-bottom: 6px;
  }
}
.cta__title span:last-child {
  font-size: 30px;
}
.cta__title small {
  position: relative;
  display: inline-block;
}
.cta__title small:before {
  content: "・";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 640px) {
  .cta__title small:before {
    top: -26px;
  }
}
.cta p {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  margin: 40px 0;
  letter-spacing: 0.1em;
}
@media all and (max-width: 834px) {
  .cta p {
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .cta p {
    margin: 20px 0 30px;
  }
}

/* ------------------------------------
  ▼フッター
------------------------------------*/
footer {
  position: relative;
  z-index: 1000;
}
footer small {
  background-color: #184ED8;
  text-align: center;
  display: block;
  color: #ffffff;
  padding: 16px 0;
}

.footerMenu {
  background-color: #F1F6FF;
  display: flex;
  justify-content: center;
  gap: 6px 60px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.footerMenu a {
  display: block;
  color: #184ED8;
  font-weight: bold;
  font-size: 14px;
}
.footerMenu a:before {
  content: "\f111";
  font-family: Fontawesome;
  color: #6DD9EE;
  margin-right: 6px;
}
@media all and (max-width: 640px) {
  .footerMenu {
    padding-left: 30px;
    flex-direction: column;
  }
}

.footerDetail {
  background-image: url(../img/footer_bg.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 140px;
}
.footerDetail:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: url(../img/footer_line.png);
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: repeat-x;
}
.footerDetail p {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.footerDetail p i {
  color: #FCFF7D;
  margin-right: 4px;
  font-size: 14px;
}
.footerDetail img {
  max-width: 300px;
}