@charset "UTF-8";


body {
  color: #1c1c1c;
  font-family: "Noto Sans JP";
}


@media screen and (max-width: 1024px) {
  .sp_non {
    display: none;
  }
}

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

.fz-16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.fz-18 {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.fz-20 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.fz-28 {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
}

.fz-30 {
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
}

.fz-32 {
  font-size: 32px;
}

.fz-40 {
  font-size: 40px;
}

.fz-60 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .fz-sp8 {
    font-size: 8px;
    font-weight: 400;
  }
  .fz-sp14 {
    font-size: 14px;
  }
  .fz-sp20 {
    font-size: 20px;
  }
  .fz-sp20 {
    font-size: 20px;
  }
  .fz-sp32 {
    font-size: 32px;
  }
  .fv__spBottom {
    margin-bottom: 40px;
  }
  section.trade.footer-flex-link {
      flex-wrap: wrap;
      line-height: 2;
  }

}
.primary {
  color: #11376B;
}

.decoration1 {
  /* 英数字／大 */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 150%;
  /* identical to box height, or 150px */
  letter-spacing: 0.06em;
  /* 装飾1 */
  color: #8299B5;
}
@media screen and (max-width: 1024px) {
  .decoration1 {
    font-size: 60px;
  }
}

.font_PenGentle {
  font-family: "VDL-PenGentle";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .font_PenGentle {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    /* identical to box height, or 33px */
    text-shadow: 1px 0px 0px #000000;
    letter-spacing: 0.02em;
  }
}

.ta_kobe {
  font-family: ta-kobe, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 149.02%;
  text-align: right;
  padding-top: 38px;
}

.font_poppins {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .font_poppins {
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
  }
}

.under-line {
  background: linear-gradient(transparent 70%, #FCC615 30%);
}
@media screen and (max-width: 1024px) {
  .under-line {
    background: linear-gradient(transparent 40%, #FCC615 60%);
  }
}

.common-headline {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .common-headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
}

.img {
  max-width: 100%;
}

.inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner_narrow {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.header {
  background: #1C3667;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    height: 56px;
  }
}
.header__logo img {
  width: 360px;
  height: 54px;
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 190px;
    height: 28px;
  }
}
.header__btn {
  width: 254px;
  height: 56px;
  background: linear-gradient(93.15deg, #FCCC12 0%, #F26739 100%);
  border-radius: 100px;
  transition: all 0.5s;
}
.header__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .header__btn {
    width: 136px;
    height: 34px;
    text-align: center;
  }
}
.header__btn a {
  color: #fff;
  padding-left: 43px;
}
@media screen and (max-width: 1024px) {
  .header__btn a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
  }
}
.header__btn a::after {
  content: ">";
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .header__btn a::after {
    display: none;
    margin-left: 0;
  }
}

.fv {
  height: 670px;
  background: no-repeat url(../img/fv_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .fv {
    height: 744px;
  }
}
.fv__title-sp {
  text-align: right;
}
.fv__title-sp img {
  max-width: 80%;
  padding-top: 36px;
}
@media screen and (max-width: 1024px) {
  .fv__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .fv__spInner {
    background: no-repeat url(../img/fv_bgSf.jpg);
    background-position: center;
    background-size: cover;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
  }
}
.fv__titleHeadline {
  font-size: 80px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 110px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fv__titleHeadline {
    font-weight: 700;
    font-size: 40px;
    line-height: 149.02%;
    margin-bottom: 24px;
    padding: 0;
    text-align: right;
  }
}
.fv__titleHeadline::before {
  content: "";
  width: 386px;
  height: 30px;
  position: absolute;
  top: 70px;
  left: 5px;
  background: url(../img/fv_titleText.png);
  transform: rotate(-6.39deg);
}
@media screen and (max-width: 1024px) {
  .fv__titleHeadline::before {
    display: none;
  }
}
.fv__titleText {
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .fv__titleText {
    font-size: 16px;
    text-align: right;
    margin-bottom: 234px;
  }
}
.fv__titleText::after {
  content: "";
  width: 193px;
  height: 61px;
  position: absolute;
  top: -5px;
  background: url(../img/fv_discText.png);
}
@media screen and (max-width: 1024px) {
  .fv__titleText::after {
    top: 38px;
    right: 0;
    width: 156px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.fv__inside {
  color: #fff;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .fv__inside {
    justify-content: center;
  }
}
.fv__insideWrap {
  background: #11376B;
  font-size: 18px;
  width: 200px;
  height: 115px;
  transform-origin: bottom left;
  transform: skewX(-15deg);
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .fv__insideWrap {
    display: none;
  }
}
.fv__insideWrap p {
  transform: skewX(15deg);
  text-align: center;
  position: relative;
  top: 20px;
}
.fv__spBottom img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .fv__cta {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.fv__cta_interview {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 16px 62px;
  transition: all 0.5s;
}
.fv__cta_interview:hover {
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .fv__cta_interview {
    font-size: 16px;
    padding: 16px;
  }
}
.fv__cta_document {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 16px 62px;
  transition: all 0.5s;
  position: relative;
}
/* .fv__cta_document::before {
  content: "資料請求（準備中）";
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.fv__cta_document:hover {
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .fv__cta_document {
    font-size: 16px;
    padding: 16px 0;
  }
}
.fv__cta p {
  max-width: 673px;
}
@media screen and (max-width: 1024px) {
  .fv__cta p {
    font-size: 10px;
  }
}
.fv__ctaInner {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .fv__ctaInner {
    flex-direction: column;
  }
}
.fv__ctaInner .free_interview {
  background: linear-gradient(93.15deg, #FCCC12 0%, #F26739 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.5s;
}
.fv__ctaInner .free_interview:hover {
  opacity: 0.5;
  box-shadow: none;
}
.fv__ctaInner .free_interview::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 7px;
  background: url(../img/btn_arrowWhite.svg);
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.fv__ctaInner .free_document {
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.5s;
}
.fv__ctaInner .free_document:hover {
  box-shadow: none;
  background: #f4f4f4;
}
.fv__ctaInner .free_document::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 6px;
  background: url(../img/btn_arrowBlack.svg);
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.vision {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .vision {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.vision__headline {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .vision__headline {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 52px;
  }
}
.vision__content {
  background: linear-gradient(146deg, #415F89 0%, #415F89 50%, #11376B 50%, #11376B 100%);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .vision__content {
    background: linear-gradient(125deg, #415F89 0%, #415F89 50%, #11376B 50%, #11376B 100%);
  }
}
.vision__contentHeadline {
  background: #fff;
  display: inline-block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #11376B;
  padding: 1px 72px;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0px 4px 4px 0px;
  border-style: solid;
  border-color: #11376B;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .vision__contentHeadline {
    font-size: 20px;
    top: -20px;
    padding: 5px 40px;
    width: 240px;
  }
}
.vision__contentText {
  text-align: center;
  line-height: 200%;
  padding: 87px 0 56px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .vision__contentText {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    padding: 52px 8px 40px 8px;
  }
}
.vision__contentText .bold {
  font-weight: 900;
}

.offer {
  padding-top: 100px;
  background: #F4FBFF;
}
@media screen and (max-width: 1024px) {
  .offer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .offer__imgArea img {
    max-width: 100%;
  }
}
.offer__inner {
  display: flex;
  background: #fff;
  border-radius: 40px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .offer__inner {
    flex-direction: column;
  }
}
.offer__textArea {
  text-align: center;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .offer__textArea {
    padding: 32px 10px;
  }
}
.offer__headline {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .offer__headline {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
  }
}
.offer__headline-Emphasis {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .offer__headline-Emphasis {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
  }
}
.offer__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  padding: 0px 49px;
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .offer__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding: 16px 6px 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.offer .arrow_down {
  text-align: center;
  padding: 24px 0;
}

.cta {
  background: url(../img/cta_bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cta {
    padding: 0 16px;
    background: #11376B;
    background-image: none;
  }
}
.cta__content {
  padding: 80px 0;
  max-width: 524px;
  margin: 0 auto;
  text-align: center;
}
.cta__contentSns{
margin-top:10px;
}
.cta__contentSns .sns1{
  width: 9%;
  margin: 0 15px 8px 0;
}
.cta__contentSns .sns2{
  width: 5%;
  margin:0 10px 10px ;
}
.cta__contentSns .sns3{
  width: 9%;
}
@media screen and (max-width: 1024px) {
  .cta__content {
    padding: 40px 0;
  }
}
.cta__MicroCopy {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .cta__MicroCopy {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
  }
}
.cta__headline {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .cta__headline {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }
}
.cta__btn-interview {
  width: 100%;
  padding: 23px 0;
  background: linear-gradient(93.15deg, #FCCC12 0%, #F26739 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease;
}
.cta__btn-interview:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .cta__btn-interview {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 16px 0;
  }
}
.cta__btn-interview::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 7px;
  background: url(../img/btn_arrowWhite.svg);
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .cta__btn-interview::after {
    width: 24px;
    height: 5px;
    background-size: contain;
    right: 16px;
  }
}
.cta__btn-document {
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-align: center;
  letter-spacing: 0.05em;
  color: #1C1C1C;
  padding: 16px 64px;
  transition: all 0.5s;
}
/* .cta__btn-document::before {
  content: "資料請求（準備中）";
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.cta__btn-document:hover {
  color: #999;
  box-shadow: none;
  background: #fefefe;
}
@media screen and (max-width: 1024px) {
  .cta__btn-document {
    font-size: 16px;
    padding: 16px 0;
    width: 100%;
  }
}
.cta__btn-document::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 6px;
  background: url(../img/btn_arrowBlack.svg);
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .cta__btn-document::after {
    width: 24px;
    height: 5px;
    background-size: contain;
    right: 16px;
  }
}
.cta__document {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .cta__document {
    flex-direction: column;
  }
}
.cta__documentText {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .cta__documentText {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.cta__documentText::after {
  content: "▶︎▶︎";
  font-size: 12px;
  padding-left: 4px;
}
@media screen and (max-width: 1024px) {
  .cta__documentText::after {
    display: none;
  }
}

.reason {
  z-index: 0;
  padding: 140px 0 100px 0;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 60%, #11376B 60%, #11376B 100%);
}
@media screen and (max-width: 1024px) {
  .reason {
    padding: 80px 0 50px;
    background: linear-gradient(180deg, #FFFFFF 80%, #11376B 80%, #11376B 100%);
  }
}
.reason::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #11376b;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 0px solid transparent;
  transform: translateX(-50%) translateY(100%);
}
.reason__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .reason__title {
    margin-bottom: 32px;
  }
}
.reason__headline {
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reason__headline {
    font-weight: 700;
  }
}
.reason__headline::before {
  content: "REASON";
  font-family: "Poppins";
  font-weight: 700;
  font-size: 100px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #F4F4F4;
  position: absolute;
  left: 50%;
  top: -75PX;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .reason__headline::before {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    /* identical to box height, or 72px */
    top: -25px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.reason__cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .reason__cards {
    flex-direction: column;
  }
}
.reason__card {
  max-width: 380px;
  padding: 40px 16px 16px;
  background: #F4FBFF;
  border-radius: 0px 8px 8px 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .reason__card {
    padding-top: 20px;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.reason__cardNum {
  position: absolute;
  top: 0;
  left: 0;
}
.reason__cardTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .reason__cardTitle {
    font-size: 16px;
  }
}
.reason__cardTitle .middleTitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  color: #11376b;
}
@media screen and (max-width: 1024px) {
  .reason__cardTitle .middleTitle {
    font-size: 20px;
  }
}
.reason__cardImg {
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .reason__cardImg {
    width: 100%;
    margin-bottom: 20px;
  }
}
.reason__cardText {
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .reason__cardText {
    font-size: 14px;
  }
}
.reason__message {
  padding-top: 160px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .reason__message {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.reason__messageText {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .reason__messageText {
    font-weight: 500;
    font-size: 20px;
  }
}

.service {
  background: #F4FBFF;
  padding-top: 166px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .service {
    padding-top: 88px;
    padding-bottom: 10px;
  }
}
.service__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .service__title {
    margin-bottom: 40px;
  }
}
.service__headline {
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .service__headline {
    font-weight: 700;
  }
}
.service__headline::before {
  content: "SERVICE";
  font-weight: 700;
  font-size: 100px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #E9F0F4;
  position: absolute;
  left: 50%;
  top: -90PX;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .service__headline::before {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    /* identical to box height, or 72px */
    top: -38px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.service__content {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}
.service__content-wrap {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .service__content-wrap {
    flex-direction: column;
  }
}
.service__contentTextrarea {
  padding-top: 24px;
  padding-left: 24px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .service__contentTextrarea {
    padding: 0;
    margin-right: 0;
    margin-bottom: 37px;
  }
}
.service__contentImgrarea img {
  max-width: 500px;
  height: 345px;
}
@media screen and (max-width: 1024px) {
  .service__contentImgrarea img {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
.service__contentTitle {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .service__contentTitle {
    margin-bottom: 16px;
  }
}
.service__contentHeadline {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .service__contentHeadline {
    font-size: 18px;
    line-height: 130%;
  }
}
.service__contentText {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .service__contentText {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
}
.service .serviceResult {
  text-align: center;
}
.service .serviceResult__headline {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .service .serviceResult__headline {
    font-weight: 700;
    font-size: 16px;
  }
}
.service .serviceResult_imgArea {
  padding-top: 58px;
}
@media screen and (max-width: 1024px) {
  .service .serviceResult_imgArea {
    margin-bottom: 16px;
    padding-top: 25px;
  }
}
.service .serviceResult_imgArea img {
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .service .serviceResult_imgArea img {
    margin-bottom: 4px;
    width: 100%;
  }
}
.service .serviceResult_imgArea p {
  font-size: 10px;
  margin-bottom: 12px;
  text-align: left;
}
.service .supplement {
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .service .supplement {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .service__contentResult .inner_narrow {
    padding: 0;
    margin: 0;
  }
}

.serviceResult__headline {
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 2px solid;
  color: black;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  display: inline-block;
}

.serviceResult__headline:before,
.serviceResult__headline:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.serviceResult__headline:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: black;
  margin-left: -16px;
}

.serviceResult__headline:after {
  border: 14px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -14px;
}
@media screen and (max-width: 1024px) {
  .serviceResult__headline:after {
    margin-top: -2px;
  }
}

.service-number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: #11376B;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .service-number {
    width: 53px;
    height: 53px;
    font-size: 32px;
  }
}

.curriculum {
  padding: 170px 0 100px 0;
}
@media screen and (max-width: 1024px) {
  .curriculum {
    padding: 88px 0 50px 0;
  }
}
.curriculum__headlineTop {
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .curriculum__headlineTop {
    font-weight: 700;
    margin-bottom: 32px;
  }
}
.curriculum__headlineTop::before {
  content: "CURRICULUM";
  font-weight: 700;
  font-size: 100px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #E9F0F4;
  position: absolute;
  left: 50%;
  top: -90PX;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .curriculum__headlineTop::before {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    /* identical to box height, or 72px */
    top: -38px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.curriculum__content {
  margin-bottom: 40px;
}
.curriculum__content:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .curriculum__content {
    margin-bottom: 24px;
  }
}
.curriculum__headline {
  color: #fff;
  background: #11376B;
  border-radius: 8px 8px 0px 0px;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .curriculum__headline {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 0;
  }
}
.curriculum__contents {
  background: #F4FBFF;
  padding: 24px 40px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .curriculum__contents {
    padding: 15px 16px;
  }
}
.curriculum__contents-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .curriculum__contents-row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.curriculum__contents-row .curriculum__contentsTitle {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .curriculum__contents-row .curriculum__contentsTitle {
    width: 100%;
  }
}
.curriculum__contentsTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 10px;
}
.curriculum__contentsTitle:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .curriculum__contentsTitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
  }
}

.curriculum__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .curriculum__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.curriculum__item {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 10px;
}
.curriculum__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .curriculum__item {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
  }
}

.roadmap {
  padding: 168px 0 20px 0;
}
@media screen and (max-width: 1024px) {
  .roadmap {
    padding: 88px 0 50px 0;
  }
}
.roadmap__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .roadmap__title {
    margin-bottom: 0;
  }
}
.roadmap__headline {
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .roadmap__headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
  }
}
.roadmap__headline::before {
  content: "ROADMAP";
  font-weight: 700;
  font-size: 100px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #E9F0F4;
  position: absolute;
  left: 50%;
  top: -100PX;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .roadmap__headline::before {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    /* identical to box height, or 72px */
    top: -38px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.roadmap__content {
  display: flex;
  gap: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .roadmap__content {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
}
.roadmap__content-rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .roadmap__content-rev {
    flex-direction: column;
    gap: 0;
  }
}
.roadmap__textArea {
  border-width: 0px 4px 4px 0px;
  border-style: solid;
  border-color: #11376B;
  border-radius: 8px;
  padding: 64px 32px 40px;
}
@media screen and (max-width: 1024px) {
  .roadmap__textArea {
    padding: 29px 16px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .roadmap__imageArea img {
    width: 100%;
  }
}
.roadmap__textTitle {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .roadmap__textTitle {
    gap: 16px;
  }
}
.roadmap__textHeadline {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .roadmap__textHeadline {
    font-size: 16px;
  }
}
.roadmap__textDesc {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .roadmap__textDesc {
    font-size: 14px;
  }
}

.voice {
  padding: 170px 0 80px 0;
  background: #F4FBFF;
}
@media screen and (max-width: 1024px) {
  .voice {
    padding: 88px 0 82px 0;
  }
}
.voice__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .voice__title {
    margin-bottom: 0;
  }
}
.voice__headline {
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .voice__headline {
    margin-bottom: 44px;
  }
}
.voice__headline::before {
  content: "VOICE";
  font-weight: 700;
  font-size: 100px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #E9F0F4;
  position: absolute;
  left: 50%;
  top: -100PX;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .voice__headline::before {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    /* identical to box height, or 72px */
    top: -40px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.voice_img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .voice_img img {
    width: 100%;
  }
}
.voice__slider {
  position: relative;
}
.voice__slider::before {
  content: "";
  width: 2.778vw;
  height: 5.278vw;
  background-image: url(../img/slideArrowLeft.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -4.883vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .voice__slider::before {
    left: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .voice__slider::before {
    left: -25px;
    width: 1.953vw;
    height: 3.906vw;
  }
}
.voice__slider::after {
  content: "";
  width: 2.778vw;
  height: 5.278vw;
  background-image: url(../img/slideArrowRight.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -4.883vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .voice__slider::after {
    right: -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .voice__slider::after {
    right: -25px;
    width: 1.953vw;
    height: 3.906vw;
  }
}

.slick-next {
  z-index: 1;
  opacity: 0;
  right:-65px;
}

@media screen and (max-width: 1400px) {
  .slick-next {
    right: -15px;
    font-size: 16px;
  }
}

.slick-prev {
  z-index: 1;
  opacity: 0;
  left: -65px;
}
@media screen and (max-width: 1400px) {
  .slick-prev {
    left: -15px;
    font-size: 16px;
  }
}
/* .slick-prev,
.slick-next{
  font-size: 40px;
} */
.instructor {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .instructor {
    padding-top: 50px;
  }
}
.instructor__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .instructor__title {
    margin-bottom: 24px;
  }
  .instructor__title img {
    width: 80%;
  }
}
.instructor__img {
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .instructor__img img {
    width: 100%;
  }
}
.instructor__bubble {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 24px;
  min-width: 311px;
  max-width: 860px;
  margin-bottom: 56px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .instructor__bubble {
    min-width: 90%;
  }
}
.instructor__bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgb(253, 253, 253);
  filter: drop-shadow(2px 8px 6px rgba(0, 0, 0, 0.25));
}
.instructor__bubble p {
  margin: 0;
  padding: 0;
}
.instructor__bubbleText {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .instructor__bubbleText {
    font-size: 14px;
    line-height: 180%;
  }
}
.instructor__bubbleText-lg {
  font-weight: 700;
  color: #11376B;
  font-size: 32px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .instructor__bubbleText-lg {
    font-size: 16px;
  }
}
.instructor__container {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .instructor__container {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
  }
}
.instructor__content {
  background: #F4FBFF;
}
.instructor__textArea {
  padding: 24px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .instructor__textArea {
    padding: 10px 16px;
  }
}
.instructor_suppotText {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .instructor_suppotText {
    font-size: 14px;
  }
}
.instructor_suppotText span {
  font-weight: 700;
}
.instructor__suppotImage {
  width: 100%;
}
.instructor__inner {
  background: #F4FBFF;
  padding: 150px 0 150px 0;
}
@media screen and (max-width: 1024px) {
  .instructor__inner {
    padding: 60px 0;
  }
}
.instructor__representative {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .instructor__representativeImage img {
    max-width: 100%;
  }
}

.representative__textArea {
  position: relative;
  margin-right: 65px;
}
@media screen and (max-width: 1024px) {
  .representative__textArea {
    margin-right: 0;
  }
}
.representative__textArea::after {
  content: "Apparel Resellers’College";
  position: absolute;
  top: 50%;
  right: -220px;
  font-weight: 700;
  font-size: 30px;
  line-height: 149.02%;
  color: #11376B;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .representative__textArea::after {
    display: none;
  }
}
.representative__headline {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .representative__headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }
}
.representative__treatment {
  font-weight: 700;
  font-size: 30px;
  color: #11376B;
  transform: rotate(-90deg);
}
.representative__achievementBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .representative__achievementBox {
    margin-top: 24px;
  }
}
.representative__achievement {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #11376B;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .representative__achievement {
    font-size: 16px;
  }
}
.representative__achievementBlock {
  width: 75%;
  height: 4px;
  background: #11376B;
}
@media screen and (max-width: 1024px) {
  .representative__achievementBlock {
    height: 2px;
  }
}
.representative__sentence {
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .representative__sentence {
    font-size: 14px;
  }
}

.recommendation {
  padding: 80px 0;
  background: url(../img/recommendation_bg.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .recommendation {
    padding: 50px 0;
  }
}
.recommendation__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .recommendation__title {
    margin-bottom: 24px;
  }
}
.recommendation__content {
  background: #fff;
  padding: 80px 120px;
}
@media screen and (max-width: 1024px) {
  .recommendation__content {
    padding: 30px 16px;
  }
}
.recommendation__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  background-image: url("../img/list-style.svg");
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .recommendation__item {
    font-size: 16px;
    background-size: 16px;
    background-position: top 3px left 8px;
  }
}
.recommendation__item .under_line {
  background: #FCC615;
}

.membership {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .membership {
    padding: 50px 0;
  }
}
.membership__title {
  margin-bottom: 40px;
}
.membership__contain {
  padding: 48px 80px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .membership__contain {
    padding: 24px 16px;
  }
}
.membership__containText {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .membership__containText {
    font-size: 14px;
    text-align: center;
    line-height: 200%;
  }
}
.membership__containBoxlight {
  background: #F4FBFF;
  padding: 25px 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .membership__containBoxlight {
    font-size: 16px;
    padding: 10px 19px;
  }
}
.membership__topText {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .membership__topText {
    font-size: 14px;
  }
}
.membership__bottomText {
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .membership__bottomText {
    font-size: 20px;
  }
}
.membership__supplement {
  color: #E35959;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .membership__supplement {
    font-size: 10px;
    margin-bottom: 16px;
  }
}
.membership__supplementLg {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .membership__supplementLg {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
  }
}
.membership__containBoxDark {
  color: #fff;
  background: #11376B;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  padding: 24px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .membership__containBoxDark {
    font-size: 24px;
    padding: 15px 0;
    margin-bottom: 8px;
  }
}
.membership__containTextLeft {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .membership__containTextLeft {
    font-size: 12px;
  }
}

.qa {
  padding: 170px 0 100px 0;
}
@media screen and (max-width: 1024px) {
  .qa {
    padding: 88px 16px 50px;
    width: 100%;
  }
}
.qa__headline {
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .qa__headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 36px;
  }
}
.qa__headline::before {
  content: "Q&A";
  font-family: "Poppins";
  font-weight: 700;
  font-size: 100px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #E9F0F4;
  position: absolute;
  left: 50%;
  top: -100PX;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .qa__headline::before {
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    /* identical to box height, or 72px */
    top: -40px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.qa__q {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  background: #F4FBFF;
  padding: 16px 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .qa__q {
    font-size: 14px;
    padding: 16px;
    margin-bottom: 0;
  }
}
.qa__q::before {
  content: "Q.";
}
.qa__a {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  padding: 0 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .qa__a {
    font-size: 14px;
    padding: 16px;
    margin-bottom: 8px;
  }
}
.qa__a::before {
  content: "A.";
}
@media screen and (max-width: 1024px) {
  .qa__inner.inner {
    width: 100%;
  }
}

.message {
  padding: 146px 0 100px 0;
  background: url(../img/message_bg.png);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .message {
    padding: 73px 0 40px;
  }
}
.message__headline {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .message__headline {
    top: 40px;
    width: 224px;
  }
}
@media screen and (max-width: 1024px) {
  .message__container {
    width: 100%;
  }
}
.message__text {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 112px 120px 80px;
  font-weight: 500;
  font-size: 20px;
  line-height: 250%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .message__text {
    padding: 73px 16px 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-align: left;
  }
}
.message__text .bold {
  font-weight: 900;
}

.fw500 {
  font-weight: 500;
}

.instructor__inner_narrow {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .curriculum__list .order1 {
    order: 1;
  }
  .curriculum__list .order2 {
    order: 3;
    margin-bottom: 10px;
  }
  .curriculum__list .order3 {
    order: 2;
    margin-bottom: 10px;
  }
  .curriculum__list .order4 {
    order: 4;
  }
  .curriculum__list .order5 {
    order: 5;
  }
}
.slider {
  padding-top: 194px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .slider {
    padding-top: 112px;
  }
}
.slider__title {
  position: absolute;
  top: 80px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .slider__title {
    top: 60px;
  }
  .slider__title img {
    max-width: 70%;
  }
}
.slider.inner {
  width: 100%;
}

.footer {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.footer__wrap {
  display: flex;
}
.footer__btn-interview {
  flex-basis: 60%;
  width: 100%;
  padding: 23px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(93.15deg, #FCCC12 0%, #F26739 100%);
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); */
  position: relative;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease;
}
.footer__btn-interview:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .footer__btn-interview {
    font-size: 16px;
    padding: 16px 0;
    margin: 0;
  }
}
.footer__btn-document {
  flex-basis: 40%;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-align: center;
  letter-spacing: 0.05em;
  color: #1C1C1C;
  padding: 16px 64px;
  transition: all 0.5s;
}
/* .footer__btn-document::before {
  content: "資料請求(準備中)";
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.footer__btn-document:hover {
  color: #999;
  box-shadow: none;
}

section.trade.footer-flex-link {
    display: flex;
    justify-content: center;
}

section.trade.footer-flex-link p.trade__link {
    margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .footer__btn-document {
    font-size: 16px;
    padding: 16px 0;
    width: 100%;
  }
}

.trade {
  text-align: center;
  padding: 32px 0;
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .trade {
    padding-bottom: 76px
  }
}
/*# sourceMappingURL=style.css.map */


main.content .inner-wrap {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

main.content h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 25px 0;
}

main.content .inner-wrap p {
    line-height: 2;
    margin-bottom: 20px;
}

main.content h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 25px 0;
}

main.content .inner-wrap ul {
    line-height: 2;
    margin-left: 20px;
    margin-bottom: 25px;
}

main.content .inner-wrap a {
    text-decoration: underline;
    color: #4252ff;
    transition: 0.3s;
}
main.content .inner-wrap a:hover {
    color: #00d6ff;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
  main.content .inner-wrap {
      width: 85%;
  }
  main.content h1 {
      font-size: 30px;
      margin: 10px 0;
  }
  main.content h2 {
      font-size: 25px;
      margin: 20px 0;
  }

}
