.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.fade {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 2s, transform 1.5s;
}

.active {
  opacity: 1;
  transform: translateY(0px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  box-sizing: border-box
}

body {
  background-color: #fff;
  font-family: 'Noto Sans JP';
}

a {
  text-decoration: none;
}

nav {
  top: 24px;
  position: sticky;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 16px;
}

.nav_inner {
  display: flex;
  margin: 0;
  width: 80%;
  max-width: 1200px;
  border-radius: 45px;
  justify-content: space-between;
  padding: 0 40px;
  backdrop-filter: blur(10px) brightness(100%);
  background-color: #ffffff8c;
  box-shadow: 5px 5px 10px #0000001a;
  height: 72px;
}

#header_logo {
  padding: 0 16px 0 0;
  line-height: 0;
}

.lang_btn_wrapper {
  width: auto;
  border-radius: 45px;
  height: 48px;
  justify-content: space-between;
  backdrop-filter: blur(10px) brightness(100%);
  background-color: #ffffff8c;
  box-shadow: 5px 5px 10px #0000001a;
  font-weight: bold;
  font-size: 14px;
}

.lang_btn {
  display: flex;
}

.lang_btn a {
  color: #4437A8;
  align-self: center;
  padding: 16px 14px;
}

.lang_selected {
  background-color: #4437A8;
  border-radius: 45px;
  color: #fff !important;
  margin: 1px;
}

.lang_other {
  transition: 0.5s;
}

.lang_other:hover {
  opacity: 0.5;
  transition: 0.5s;
}

nav img {
  width: 100%;
  max-width: 248px;
  height: auto;
}

.nav_list {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  right: 20px;
  width: 100%;
}

.js-target {
  display: flex;
}

.nav_inner a {
  color: #4437A8;
  font-weight: bold;
  padding: 16px 0;
  transition: 0.5s;
  font-size: 14px;
  line-height: 1.4em;
  align-self: center;
  text-align: center;
}

.nav_inner a:hover {
  color: #fff;
  transition: 0.5s;
}

.fv_area {
  background-image: url(../img/EN_alliancelp_mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: -112px 80px;
  width: auto;
  height: auto;
  padding: 0 0 80px;
  border-radius: 0 0 40px 40px;
}

.lp_fv_text {
  font-size: 36px;
  line-height: 1.7em;
  padding-left: 70px;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  padding-top: 296px;
  filter: drop-shadow(0px 4px 4px #4437A885);
}

.lp_fv_text_inner {
  position: relative;
  line-height: 0;
  display: block;
}

.txt_fv1 {
  position: absolute;
  top: 64px;
}

.txt_46px {
  font-size: 32px;
}

.txt_36px {
  font-size: 26px;
}

.txt_56px {
  font-size: 44px;
}

.pink_highlight {
  position: relative;
  z-index: 1;
}

.pink_highlight::after {
  content: "";
  background: linear-gradient(90deg, rgb(230, 40, 128) 0%, rgb(246, 121, 121) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 22px;
  width: 100%;
  display: inline-block;
  z-index: -1;
}

.lp_fv_text img {
  width: 400px;
  height: auto;
  margin-bottom: 8px;
}

.contacttop_deme {
  line-height: 1.7em;
}

.contact_btn {
  margin: 0 auto;
  display: flex;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 48px;
  margin-top: 120px;
  font-size: 18px;
  background: linear-gradient(to right, #E62880, #F67979);
  box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.1);
  width: fit-content;
  position: relative;
  transition: 0.5s;
}

.contact_btn:hover img {
  transition: 0.5s;
  right: 38px;
}

.contact_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.contact_btn img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 52px;
  transition: 0.5s;
}

.contact_btn a {
  color: #fff;
  gap: 16px;
  display: flex;
  align-items: center;
  padding: 24px 80px 24px 40px;
  width: 320px;
  justify-content: center;
}

.intro_logos {
  padding: 136px 0 64px 0;
  margin-top: 44px;
}

.intro_logos_text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
  color: #333;
}

.intro_logos img {
  height: 90px;
}

.green_highlight {
  position: relative;
  font-size: 28px;
  background: linear-gradient(90deg, rgb(68, 55, 168) 0%, rgb(121, 193, 246) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.green_highlight::after {
  content: "";
  background: #D6E62880;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 19px;
  width: 100%;
  display: inline-block;
  z-index: -1;
}

.green_highlight2 {
  position: relative;
  font-size: 28px;
  background: linear-gradient(90deg, rgb(68, 55, 168) 0%, rgb(121, 193, 246) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.green_highlight2::after {
  content: "";
  background: #D6E62880;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 19px;
  width: 100%;
  display: inline-block;
  z-index: -1;
}

/*右から左へ文字が流れる*/
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 120s infinite linear 0.5s both;
}

/*左から右へ文字が流れる*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.scroll-infinity__wrap {
  display: flex;
  overflow-y: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-infinity__wrap::-webkit-scrollbar {
  display: none;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__item {
  width: 2287px;
  text-align: center;
  white-space: nowrap;
}

.scroll-infinity__item>img {
  width: 100%;
}


.lp_section3-1 {
  background: linear-gradient(180deg, rgb(229, 237, 243) 0%, rgb(255, 255, 255) 100%);
  padding: 0 80px;
}

.lp_section3-1 p span {
  font-size: 28px;
  background: linear-gradient(90deg, rgb(68, 55, 168) 0%, rgb(121, 193, 246) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  display: block;
  margin-top: 16px;
  height: 34px;
}

.s3_inner2 {
  width: fit-content;
  margin: -62px auto 0;
}

.sb1 {
  padding-top: 100px;
}

.sb1 img {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  display: block;
}

.s3_text1 {
  font-size: 20px;
  text-align: center;
  margin: 26px auto 0;
  color: #333;
}

.downarrow {
  margin: 24px auto;
  width: 100%;
  text-align: center;
}

#lp_section3-2 {
  background: linear-gradient(90deg, rgb(68, 55, 168, 0.5) 0%, rgb(121, 193, 246, 0.5) 100%);
  border-radius: 40px;
  margin: 0 80px 80px;
  padding: 0 72px 48px
}

#lp_section3-2 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 40px 0;
  filter: drop-shadow(0px 1px 10px #4437A840);
}

#lp_section3-2 h4::before {
  content: "";
  background-image: url(../img/dec_left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 28px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -7px;
}

#lp_section3-2 h4::after {
  content: "";
  background-image: url(../img/dec_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 28px;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: -7px;
}

.s3_inner3 {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-bottom: 40px;
}

.s3_inner3 p {
  color: #fff;
}

.s3_inner3 div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 28px;
  width: 33%;
  max-width: 369px;
  background-color: rgb(255, 255, 255, 80%);
  border-radius: 8px;
  filter: drop-shadow(0 4px 4px #4437A825);
}

.s3_text_bottom {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  filter: drop-shadow(0px 1px 10px #4437A840);
  line-height: 1.7em;
}

.s3_text_bottom span {
  font-size: 20px;
  display: block;
  margin-bottom: 16px;
}

.s3_inner3 div img {
  height: 88px;
  width: auto;
}

.s3_inner3 div p {
  font-size: 18px;
  text-align: center;
  line-height: 1.7em;
  color: #4437A8;
  font-weight: bold;
}

#lp_sc2 {
  background-image: url(../img/strength_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: auto;
  margin: 0 80px;
  padding: 80px 0 0;
}

.titlearea {
  text-align: center;
  font-weight: bold;

}

.s4_titlearea h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
}

.s4_titlearea span {
  font-size: 18px;
  color: #fff;
}

.s4_number {
  font-size: 240px;
  line-height: 300px;
  color: rgb(68, 55, 168, 0.3);
  font-weight: bold;
  -webkit-text-stroke: 1px #fff;
  font-family: Arial;
  letter-spacing: -0.06em;
}

#s4_number_01,
#s4_number_03 {
  position: absolute;
  top: -132px;
  left: 30px;
}

#s4_number_02 {
  position: absolute;
  top: -132px;
  right: 30px;
}

#s4_inner1 h4,
#s4_inner3 h4 {
  margin: 0 auto 88px 13%;
  width: 100%;
  padding-left: 200px;
  max-width: 656px;
}

#s4_inner2 h4 {
  margin: 0 auto 88px 0;
  width: 100%;
  padding-right: 200px;
}

.s4_ctt_wrapper {
  padding: 40px;
}

.s4_ctt {
  background-color: rgb(255, 255, 255, 0.75);
  border-radius: 40px;
  position: relative;
  margin-top: 116px;
  padding: 0 40px 500px;
  position: relative;
  max-width: 1340px;
  width: 100%;
}

#s4_ctt1 {
  padding: 0 40px 680px;
  margin: 48px auto 0;
}

#s4_ctt2 {
  padding: 0 40px 260px;
  margin: 200px auto 0;
  min-height: 924px;
}

#s4_ctt3 {
  padding: 0 40px 80px;
  margin: 200px auto 0;
  min-height: 1068px;
}

.s4_ctt h4 {
  color: #4437A8;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 88px;
  padding-top: 64px;
  width: fit-content;
  line-height: 1.4em;
}

.s4_txtimg {
  color: #4437A8;
  font-size: 20px;
  line-height: 2.2em;
}

.s4_txtimg p {
  margin-bottom: 48px;
  text-align: left;
}

#img1 {
  width: 100%;
  height: auto;
  max-width: 620px;
  position: absolute;
  top: 49%;
  left: 6%;
  border: 2px solid;
  border-radius: 8px;
  z-index: 2;
}

#img2 {
  width: 100%;
  height: auto;
  max-width: 620px;
  position: absolute;
  right: 6%;
  border: 2px solid;
  border-radius: 8px;
}

#img3 {
  width: 100%;
  height: auto;
  max-width: 620px;
  right: 10%;
  position: absolute;
  bottom: 0;
  border: 2px solid;
  border-radius: 8px;
  z-index: 3;
  margin-bottom: 80px;
}

#img4 {
  width: 100%;
  max-width: 504px;
  border: 2px solid;
  border-radius: 8px;
  left: 3%;
  position: absolute;
}

#img5 {
  width: 100%;
  max-width: 504px;
  top: 60%;
  position: absolute;
  left: 27%;
  border: 2px solid;
  border-radius: 8px;
}

#img6 {
  width: 100%;
  max-width: 327px;
  position: absolute;
  top: 36%;
  right: 20%;
  border: 2px solid;
  border-radius: 8px;
}

#img7 {
  width: 100%;
  max-width: 244px;
  position: absolute;
  top: 56%;
  right: 3%;
  border: 2px solid;
  border-radius: 8px;
}

#img8 {
  width: 100%;
  max-width: 604px;
  position: absolute;
  border: 2px solid;
  border-radius: 8px;
  left: 10%;
}

#img9 {
  width: 100%;
  max-width: 604px;
  position: absolute;
  top: 60%;
  right: 10%;
  border: 2px solid;
  border-radius: 8px;
}

.s4_btnarea {
  background-color: rgb(255, 255, 255, 0.5);
  margin-top: 80px;
}

.s4_btnarea {
  text-align: center;
  margin-top: 78px;
  padding-bottom: 90px;
}

.s4_btnarea p {
  background: linear-gradient(-90deg, rgb(230, 40, 128) 0%, rgb(246, 121, 121) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  padding-top: 64px;
  font-size: 24px;
  line-height: 1.4em;
}

#contact_btn2 {
  margin: 70px auto 0;
}

#lp_sc3 {
  padding-top: 124px;
}

.s5_titlearea h3 {
  font-size: 32px;
  font-weight: bold;
  color: #4437A8;
  margin-bottom: 16px;
}

.s5_titlearea span {
  font-size: 18px;
  font-weight: bold;
  color: #4437A8;
}

.s5_ctt {
  background-color: rgb(68, 55, 168, 0.04);
  display: flex;
  gap: 40px;
  width: 90%;
  border-radius: 24px;
}

.s5_ctt:nth-of-type(odd) {
  margin-left: auto;
  padding-right: 80px;
  padding-left: 40px;
  border-radius: 24px 0 0 24px;
}

.s5_ctt:nth-of-type(even) {
  margin-right: auto;
  padding-left: 80px;
  border-radius: 0 24px 24px 0;
}

.s5_ctt img {
  width: 100%;
  max-width: 508px;
  border: 2px solid #4437A8;
  border-radius: 8px;
}

.s5_ctt_wrapper {
  margin: 64px 0 124px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.s5_textarea {
  color: #4437A8;
  height: 256px;
}

.s5_textarea h4 {
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  padding: 12px 20px;
  position: relative;
  width: fit-content;
  margin: 24px 0 16px;
  line-height: 1.35em;
}

.s5_textarea h4::before {
  content: "";
  background-image: url(../img/dec_left2.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 2;
  left: -2px;
  top: -2px;
}

.s5_textarea h4::after {
  content: "";
  background-image: url(../img/dec_right2.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 2;
  right: -2px;
  bottom: -2px;
}

.s5_textarea p {
  line-height: 1.8em;
}

.s5_slide_wrapper {
  margin: 0 auto;
  padding: 40px 40px 16px 40px;
  width: 100%;
  max-width: 1080px;
  position: relative;
  filter: drop-shadow(5px 5px 20px #00000015);
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 16px;
  color: #949494;
}

.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  border: none;
  background: url(../img/btn_slider_next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  width: 80px;
  height: 80px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.slick-prev {
  position: absolute;
  top: 50%;
  left: 4px;
  border: none;
  background: url(../img/btn_slider_prev.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  width: 80px;
  height: 80px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;

}

.slick-prev:hover {
  background: url(../img/btn_slider_prev.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slide_panel a {
  background-color: rgb(121, 193, 246, 0.1);
  color: #79C1F6;
  padding: 12px;
  width: 100%;
  border-radius: 0 0 8px 8px;
  text-align: right;
  font-weight: 500;
}

.s5_slide h5 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 16px auto;
}

.slick-dots {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: auto;
  margin: 32px auto 0;
}

.slick-active button {
  background-color: #949494;
}

.slide_panel_text {
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto 24px;
  width: 320px;
  height: 88px;
  display: flex;
  flex-direction: column;
}

.slide_panel_text span {
  color: #fff;
  border-radius: 16px;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  font-size: 12px;
  height: auto;
  font-weight: bold;
  width: fit-content;
  margin-top: -8px;
  margin-left: -2px;
  display: block;
  text-align: center;
  align-content: center;
}

.slide_panel_text p {
  padding: 4px 8px 16px;
  margin: 0 auto;
  line-height: 1.4em;
  text-align: center;
  align-self: center;
}

#slick-slide00 {
  border: 3px solid #79C1F6;
  border-radius: 40px;
  max-width: 1000px;
  min-height: 629px;
  background-color: #fff;
}

#slick-slide00 h4 {
  color: #79C1F6;
}

#slick-slide00 .slide_panel_text span {
  background-color: #79C1F6;
}

#slick-slide00 .slide_panel_text {
  border: solid 1px #79C1F6;
}

#slick-slide01 {
  border: 3px solid #6180D1;
  border-radius: 40px;
  background-color: #fff;
  max-width: 1000px;
  min-height: 629px;
}

#slick-slide01 h4 {
  color: #6180D1;
}

#slick-slide01 .slide_panel_text span {
  background-color: #6180D1;
}

#slick-slide01 .slide_panel_text {
  border: solid 1px #6180D1;
}

#slick-slide02 {
  border: 3px solid #5F7CCF;
  border-radius: 40px;
  background-color: #fff;
  max-width: 1000px;
  min-height: 629px;
}

#slick-slide02 h4 {
  color: #5F7CCF;
}

#slick-slide02 .slide_panel_text span {
  background-color: #5F7CCF;
}

#slick-slide02 .slide_panel_text {
  border: solid 1px #5F7CCF;
}


#slick-slide03 {
  border: 3px solid #535CBD;
  border-radius: 40px;
  background-color: #fff;
  max-width: 1000px;
  min-height: 629px;
}

#slick-slide03 h4 {
  color: #535CBD;
}

#slick-slide03 .slide_panel_text span {
  background-color: #535CBD;
}

#slick-slide03 .slide_panel_text {
  border: solid 1px #535CBD;
}


#slick-slide04 {
  border: 3px solid #4437A8;
  border-radius: 40px;
  background-color: #fff;
  max-width: 1000px;
  min-height: 629px;
}

#slick-slide04 h4 {
  color: #4437A8;
}

#slick-slide04 .slide_panel_text span {
  background-color: #4437A8;
}

#slick-slide04 .slide_panel_text {
  border: solid 1px #4437A8;
}

#slick-slide05 {
  border: 3px solid #4437A8;
  border-radius: 40px;
  background-color: #fff;
  max-width: 1000px;
  min-height: 629px;
}

#slick-slide05 h4 {
  color: #4437A8;
}

#slick-slide05 .slide_panel_text span {
  background-color: #4437A8;
}

#slick-slide05 .slide_panel_text {
  border: solid 1px #4437A8;
}


#s5_slide1::before {
  content: "";
  background-image: url(../img/btn_arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  transform: rotate(180deg);
  width: 12px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  padding: 28px 32px;
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: -38px;
}

#s5_slide1::after {
  content: "";
  background-image: url(../img/btn_arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 12px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  padding: 28px 32px;
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
  top: 40%;
  right: -38px;
}

.s5_slide h4 {
  margin: 40px auto 32px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.s5_slide_inner {
  display: flex;
  gap: 80px;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 40px;
}

.slide_panel {
  border-radius: 8px;
  box-shadow: 0 3px 10px rgb(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  width: 384px;
}

.slide_panel img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.slide_inner_btn {
  margin: 0 auto;
  display: flex;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  margin: 8px auto 48px;
  font-size: 18px;
  background: linear-gradient(to right, #4437A8, #79C1F6);
  max-width: 462px;
  box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.1);
  width: fit-content;
  position: relative;
  transition: 0.5s;
}

.slide_inner_btn:hover img {
  transition: 0.5s;
  right: 38px;
}

.slide_inner_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.slide_inner_btn img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 46px;
  transition: 0.5s;
}

.slide_inner_btn a {
  color: #fff;
  gap: 16px;
  display: flex;
  align-items: center;
  padding: 24px 100px 24px 80px;
  justify-content: center;
  width: 320px;
}

.dl_text {
  text-align: center;
  line-height: 26px;
  margin-top: 48px;
  color: #333;
}

.dl_btnarea {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.dl_btn {
  width: 320px;
  height: 52px;
  border: solid #79C1F6 2px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 3px 3px 10px #00000010;
}

.dl_btn img {
  width: 20px;
  height: auto;
}

.dl_btn a {
  color: #79C1F6;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
}

#lp_sc5 {
  margin: 120px 80px 0;
}

.s6_titlearea h3 {
  font-size: 32px;
  color: #4437A8;
  margin-bottom: 16px;
}

.step_icon {
  color: #4437A8;
  border: solid 2px #4437A8;
  background-color: #fff;
  border-radius: 32px;
  width: fit-content;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 38px;
}

.s6_titlearea span {
  font-size: 18px;
  color: #4437A8;
}

.step_number {
  font-size: 34px;
  font-weight: bold;
}

#lp_sc6 {
  background-image: url(../img/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 80px 120px;
  padding: 0 72px 96px;
  border-radius: 40px;
}

.lp_sc_text {
  font-size: 18px;
  text-align: center;
  line-height: 1.7em;
  width: fit-content;
  margin: 0 auto 8px;
  color: #333;
}

.flow_ctt {
  background-color: #EDECF7;
  border-radius: 20px;
  position: relative;
  width: auto;
  min-width: 180px;
  height: 220px;
}

.flow_ctt_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 200px;
}

.flow_line {
  width: 12px;
  height: 22px;
  margin: 0 auto;
}

.flow_title {
  color: #4437A8;
  font-size: 18px;
  font-weight: bold;
  line-height: 116%;
  text-align: center;
}

.s6_inner {
  display: flex;
  align-items: center;
  gap: 40px 8px;
  flex-wrap: wrap;
  max-width: 1440px;
  justify-content: center;
  margin: 0 auto 120px;
}

.s6_titlearea {
  margin-bottom: 64px;
}

.flow_textarea {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 56px 32px 32px 32px;
  margin: auto 0;
  flex-direction: column;
  height: 220px;
  max-width: 180px;
  width: 100%;
  justify-content: space-around;
}

.s7_titlearea {
  margin: 0 auto 32px;
}

.s7_titlearea h3 {
  font-size: 32px;
  color: #4437A8;
  font-weight: bold;
  margin-bottom: 16px;
}

.s7_titlearea span {
  color: #4437A8;
  font-size: 18px;
  font-weight: bold;
}

.s7_inner {
  background-color: #ffffff75;
  border-radius: 48px;
  margin: 0 auto 56px;
  padding: 40px 64px;
  max-width: 1340px;
}

.s7_inner ul li {
  list-style-type: disc;
  margin-bottom: 12px;
}

.s7_inner span a {
  color: #E62880;
  text-decoration: underline;
}

.contact_inner {
  margin-top: 56px;
}

input {
  border: none;
  border-radius: 5px;
  height: 40px;
  width: 50%;
}

textarea {
  border: none;
  border-radius: 5px;
  height: 544px;
  width: 50%;
}

.contact_name {
  color: #4437A8;
  font-size: 16px;
  font-weight: bold;
}

.contact_req {
  color: #E62880;
  font-size: 14px;
  font-weight: bold;
}

.contact_line {
  display: flex;
  justify-content: space-between;
}

.contact_line:last-of-type {
  align-items: flex-start;
}

.contact_inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn_submit {
  margin: 0 auto;
  display: flex;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  background: linear-gradient(to right, #E62880, #4437A8);
  box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.1);
  width: auto;
  max-width: 320px;
}

.btn_submit a {
  padding: 24px 80px 24px 60px;
  color: #fff;
  width: 320px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: 0.5s;

}

.btn_submit a:hover img {
  transition: 0.5s;
  right: 38px;
}

.btn_submit img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 48px;
  transition: 0.5s;
}

.btn_submit:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.contact_sb {
  width: 548px;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 72px;
}

@media only screen and (max-width:1100px) and (min-width:1025px) {
  .fv_area {
    margin: -112px 40px;
  }

  .nav_inner a {
    font-size: 14px;
  }

  #lp_section3-2 h4 {
    font-size: 22px;
  }

  #s4_inner1 h4,
  #s4_inner3 h4 {
    padding-left: 200px;
    line-height: 1.4em;
    margin: 0 auto 48px 80px;
  }

  #s4_inner2 h4 {
    padding-left: 0;
    padding-right: 240px;
    line-height: 1.4em;
    margin: 0 auto 48px 0;
  }

  #img1,
  #img2,
  #img3 {
    position: initial;
  }

  #img8,
  #img9 {
    position: initial;
  }

  .s4_txtimg {
    text-align: center;
  }

  #s4_ctt1 {
    padding: 0 40px 40px;
  }

  .s5_textarea h4 {
    font-size: 18px;
  }
}

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

  .sp_only {
    display: block;
  }

  .fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2.5s, transform 2s;
  }

  .active {
    opacity: 1;
    transform: translateY(0px);
  }

  /* hamburgermenu */
  .hamburger {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 52;
    padding: 14.5px 16px;
    border-radius: 32px;
    backdrop-filter: blur(10px) brightness(100%);
    background-color: #ffffff8c;
    box-shadow: 5px 5px 10px #0000001a;
  }

  .row {
    margin: 6px 0;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #4437A8;
  }

  .hamburger-menu {
    position: absolute;
    top: -24px;
    right: 0;
    visibility: hidden;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    z-index: 51;
    backdrop-filter: blur(10px) brightness(100%);
    background-color: #ffffff8c;
    box-shadow: 5px 5px 10px #0000001a;
    max-width: 360px;
    margin: 0 0 0 auto;
    justify-content: flex-start;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
  }

  nav {
    height: 62px;
    overflow: initial;
  }

  nav img {
    width: 200px;
    margin-left: -8px;
    height: auto;
  }

  .nav_inner {
    border-radius: 0;
  }

  .nav_inner a {
    width: 100%;
    transition: none;
    text-align: left;
  }

  .lang_btn_wrapper {
    width: 166px;
  }

  .lang_other,
  .lang_selected {
    text-align: center !important;
  }

  .lang_btn_wrapper {
    padding: 1px;
    height: 55px;
    margin-top: 32px;
  }

  .lp_fv_text_inner {
    padding: 0;
  }

  .js-target {
    opacity: 0;
    transform: translateY(20px);
  }

  .js-target:first-child {
    animation: catch_anime 0.1s forwards 0.1s;
  }

  .js-target:nth-child(2) {
    animation: catch_anime 0.1s forwards 0.2s;
  }

  .js-target:nth-child(3) {
    animation: catch_anime 0.1s forwards 0.3s;
  }

  .js-target:nth-child(4) {
    animation: catch_anime 0.1s forwards 0.4s;
  }

  .js-target:nth-child(5) {
    animation: catch_anime 0.1s forwards 0.5s;
  }

  .js-target:nth-child(6) {
    animation: catch_anime 0.1s forwards 0.6s;
  }

  .js-target:nth-child(7) {
    animation: catch_anime 0.1s forwards 0.7s;
  }

  @keyframes catch_anime {
    0% {
      transform: translateY(8px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    opacity: 1;
  }

  .close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px;
  }

  .square_btn {
    display: block;
    position: absolute;
    right: 56px;
    top: 56px;
  }

  .square_btn::before,
  .square_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 40px;
    border-radius: 3px;

    background: #4437A8;
  }

  .square_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .square_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  ul.nav_list {
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
    overflow: hidden;
    align-items: flex-start;
  }

  /* hamburgermenu end */

  .fv_area {
    border-radius: 0 0 24px 24px;
    background-position: 50%;
    margin: -62px 0 0 0;
  }

  .txt_fv1 {
    top: 24px;
  }

  .txt_36px {
    font-size: 18px;
  }

  .contact_btn img {
    width: 32px;
    height: 32px;
    right: 27px;
  }

  .lp_fv_text {
    line-height: 1.8em;
    font-size: 24px;
    padding: 368px 0 0;
    text-align: left;
    filter: drop-shadow(0px 4px 4px #4437A890);
    margin: 0 24px;
  }

  .lp_fv_text img {
    width: 230px;
  }

  .intro_logos {
    padding: 40px 0 48px 0;
    margin-top: 0;
  }

  .txt_46px {
    font-size: 22px;
  }

  .txt_56px {
    font-size: 26px;
  }

  .pink_highlight::after {
    height: 16px;
  }

  .contact_btn {
    margin: 56px auto;
  }

  .contact_btn a {
    font-size: 14px;
    padding: 20px 64px 20px 48px;
    width: 280px;
  }

  .intro_logos_text {
    font-size: 16px;
  }

  .green_highlight {
    font-size: 18px;
    line-height: 1.8em;
  }

  .green_highlight::after {
    height: 12px;
    bottom: -2px;
  }

  .green_highlight2 {
    font-size: 18px;
    line-height: 1.8em;
  }

  .green_highlight2::after {
    width: 14.5em;
    height: 16px;
    bottom: -2px;
    left: -240px;
  }

  .lp_section3-1 {
    padding: 48px 16px 24px;
  }

  .sb1 {
    padding-top: 0;
  }

  .sb1 img {
    max-width: 316px;
  }

  .sb2 {
    text-align: center;
    margin-top: 0;
    margin-right: 240px;
  }

  .sb2 img {
    max-width: 230px;
  }

  .sb3 {
    text-align: center;
    margin-top: -42px;
    margin-left: 200px;
  }

  .sb3 img {
    max-width: 235px;
  }

  .sb4 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .downarrow {
    margin: 24px auto 0;
  }

  .s3_inner2 {
    margin: -8px auto 0;
  }

  .s3_inner2 img {
    width: 100%;
    max-width: 91px;
    height: 100%;
  }

  .s3_text1 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .lp_section3-1 p span {
    font-size: 24px;
    line-height: 1.4em;
    height: auto;
  }

  #lp_section3-2 {
    margin: 0 0 56px;
    border-radius: 24px;
    padding: 32px 40px 48px;
  }

  #lp_section3-2 h4 {
    font-size: 16px;
    text-align: center;
    position: relative;
    line-height: 1.4em;
    padding: 0 16px 24px;
  }

  #lp_section3-2 h4::before {
    position: absolute;
    margin: 0;
    left: -12px;
    top: 17px;
    transform: rotate(6deg);
    width: 21px;
    height: 24px;
  }

  #lp_section3-2 h4::after {
    position: absolute;
    margin: 0;
    right: -12px;
    top: 17px;
    transform: rotate(-6deg);
    width: 21px;
    height: 24px;
  }

  #lp_sc3 {
    padding-top: 56px;
  }

  .s3_inner3 {
    flex-direction: column;
    gap: 24px;
  }

  .s3_inner3 div {
    width: 100%;
    max-width: 760px;
    min-width: 264px;
    margin: 0 auto;
  }

  .s3_inner3 div p {
    font-size: 16px;
  }

  .s3_text_bottom {
    font-size: 18px;
    line-height: 1.6em;
  }

  .s3_text_bottom span {
    font-size: 14px;
    line-height: 1.6em;
  }

  #img1,
  #img2,
  #img3,
  #img4,
  #img5,
  #img6,
  #img7 {
    position: initial;
  }

  #img3 {
    margin-bottom: 0;
  }

  .s4_imginner {
    text-align: center;
  }

  .s4_ctt_wrapper {
    padding: 24px 40px;
  }

  #lp_sc2 {
    margin: 0;
    border-radius: 24px;
    padding: 40px 0 0;
  }

  #s4_ctt1 {
    padding: 0 10px 24px;
    margin: 24px auto 0;
    border-radius: 20px;
  }

  #s4_ctt2 {
    padding: 0 10px 24px;
    margin: 56px auto 0;
    border-radius: 20px;
  }

  #s4_ctt3 {
    padding: 0 20px 24px;
    margin: 56px auto 0;
    border-radius: 20px;
    min-height: initial;
  }

  .s4_txtimg {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .s4_titlearea h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .s4_titlearea span {
    font-size: 12px;
  }

  #s4_inner1 h4,
  #s4_inner3 h4 {
    font-size: 18px;
    width: 80%;
    padding-left: 64px;
    padding-bottom: 8px;
    padding-top: 32px;
    margin: 0 auto 16px auto;
    line-height: 1.7em;
    text-align: left;
  }

  #s4_inner2 h4 {
    font-size: 18px;
    width: 80%;
    padding-left: 0;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-top: 24px;
    margin: 0 auto 16px 0;
    line-height: 1.7em;
    text-align: center;
  }

  .s4_btnarea p {
    font-size: 16px;
    line-height: 1.7em;
    padding: 32px 16px 0;
  }

  .s4_txtimg p {
    font-size: 14px;
    line-height: 2.2em;
    text-align: left;
    margin-bottom: 8px;
  }

  #contact_btn2 {
    margin: 32px auto 0;
  }

  .s4_btnarea {
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .s5_titlearea h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .s5_titlearea span {
    font-size: 12px;
  }

  .s5_textarea h4 {
    font-size: 18px;
    margin: 24px auto 16px;
    line-height: 1.2em;
    text-align: center;
    padding: 10px 16px;
  }

  .s5_textarea p {
    font-size: 14px;
    text-align: center;
  }

  .s5_ctt_wrapper {
    gap: 0;
    margin: 16px 0 48px;
  }

  .s5_textarea {
    height: auto;
  }

  #img8,
  #img9 {
    position: initial;
  }


  .s5_slide_wrapper {
    width: 100%;
    max-width: 760px;
    padding: 0 40px 8px;
    margin: 16px auto;
  }

  .slide_panel {
    max-width: 380px;
    width: 100%;
  }

  #slick-slide00,
  #slick-slide01,
  #slick-slide02,
  #slick-slide03,
  #slick-slide04,
  #slick-slide05 {
    width: 100%;
    max-width: 760px;
    border-radius: 20px;
    padding: 0 20px;
    height: 1000px;
  }

  .slick-dots {
    margin: 16px auto 0;
  }

  .slide_panel_text {
    width: 87%;
  }

  .s5_slide h4 {
    font-size: 18px;
  }

  .slide_inner_btn {
    font-size: 18px;
  }

  .slide_inner_btn a {
    padding: 20px 76px 20px 40px;
    font-size: 14px;
    width: 240px;
    justify-content: center;
  }

  .s5_slide_inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 794px;
  }

  .slick-prev.slick-arrow {
    left: 6px;
    width: 60px;
    height: 60px;
    text-indent: 120%;
  }

  .s5_slide:nth-of-type(3)+.slick-prev.slick-arrow {
    top: 29%;
  }

  .slick-next.slick-arrow {
    right: 6px;
    width: 60px;
    height: 60px;
    text-indent: 120%;
  }

  .slide_inner_btn img {
    right: 34px;
    width: 32px;
    height: 32px;
  }

  .s5_slide h5 {
    font-size: 14px;
  }

  .slide_panel_text p,
  .slide_panel_text span {
    font-size: 12px;
  }

  .dl_text {
    padding: 0 16px;
    margin-bottom: 16px;
    font-size: 12px;
    width: 100%;
    line-height: 1.7em;
    margin-top: 48px;
  }

  .s4_number {
    font-size: 100px;
    letter-spacing: -0.08em;
  }

  #s4_number_01,
  #s4_number_03 {
    left: 10px;
  }

  #lp_sc5 {
    margin: 80px 16px 0;
  }

  .s5_ctt {
    width: fit-content;
  }

  .s5_ctt:nth-of-type(odd) {
    flex-direction: column-reverse;
    margin: 0;
    padding: 0 20px 32px;
    border-radius: 0;
    gap: 16px;
    width: 100%;
  }

  .s5_ctt:nth-of-type(even) {
    flex-direction: column;
    margin: 0;
    padding: 0 20px 32px;
    border-radius: 0;
    gap: 16px;
    width: 100%;
  }

  .s5_ctt img {
    margin: 0 auto;
  }

  .dl_btnarea {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .dl_btn {
    width: 100%;
    max-width: 233px;
    margin: 0 auto;
    height: 40px;
    font-size: 12px;

  }

  .dl_btn a {
    height: 36px;
  }

  .dl_btn a img {
    width: 17px;
    height: 19px;
  }

  .s6_inner {
    flex-direction: column;
    margin-bottom: 56px;
    gap: 8px;
  }

  .s6_titlearea {
    margin-bottom: 56px;
  }

  .s6_titlearea h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .s6_titlearea span {
    font-size: 12px;
  }

  .step_icon {
    left: 8px;
    top: -26px;
  }

  .flow_text p {
    font-size: 14px;
    line-height: 1.2em;
  }

  .step_text {
    font-size: 14px;
  }

  #lp_sc6 {
    margin: 0 0 80px;
    border-radius: 24px;
    padding: 0 16px 48px;
  }

  .contact_sb {
    width: 100%;
    padding-top: 40px;
    max-width: 440px;
  }

  .flow_textarea {
    padding: 40px 24px 32px;
    width: 100%;
    gap: 24px;
    flex-direction: row;
    height: 128px;
    justify-content: center;
    margin: 0 auto;
  }

  .flow_ctt_wrapper {
    flex-direction: column;
    min-width: initial;
    width: 100%;
  }

  .step_number {
    font-size: 28px;
  }

  .flow_ctt {
    width: 100%;
    max-width: 680px;
    min-width: 256px;
    height: 128px;
  }

  .flow_line {
    transform: rotate(90deg);
  }

  .flow_title {
    font-size: 16px;
  }

  .s7_inner {
    border-radius: 20px;
    margin: 0 20px;
    padding: 32px 16px;
    margin: 0 32px 32px;
  }

  .s7_titlearea h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .s7_titlearea span {
    font-size: 12px;
  }

  .s7_inner ul li {
    font-size: 14px;
    margin-left: 1em;
    line-height: 1.8em;

  }

  .contacttop_deme {
    font-size: 14px;
  }

  .contact_line {
    flex-direction: column;
  }

  .contact_inner {
    max-width: 440px;
    margin: 56px auto 0;
  }

  input {
    width: 100%;
    max-width: 440px;
    margin: 8px auto 0;
    height: 30px;
  }

  textarea {
    width: 100%;
    margin: 8px auto 0;
    max-width: 440px;
    height: 300px;
  }

  .contact_textarea {
    height: 300px;
  }

  .contact_name {
    font-size: 14px;
  }

  .contact_req {
    font-size: 12px;
  }

  .contact_item {
    gap: 8px;
  }

  .btn_submit a {
    font-size: 14px;
    padding: 20px 80px 20px 48px;
    max-width: 268px;
    width: 100%;
  }

  .btn_submit a img {
    width: 32px;
    height: 32px;
    right: 34px;
    position: absolute;
  }

  .lp_sc_text {
    font-size: 14px;
  }

  .btn_submit {
    max-width: 268px;
  }

}

@media only screen and (max-width:480px) {
  .hamburger-menu {
    margin: 0;
  }

  .fv_area {
    background-image: url(../img/EN_alliancelp_mv_sp.jpg);
    height: 733px;
    margin: -62px 0 0 0;
  }

  .lp_fv_text {
    line-height: 1.8em;
    font-size: 20px;
    padding: 368px 16px 0;
    text-align: center;
    filter: drop-shadow(0px 4px 4px #4437A885);
    margin: 0 auto;
  }

  .txt_56px {
    line-height: 1.7em;
  }

  .txt_46px {
    font-size: 18px;
  }

  .green_highlight2 {
    font-size: 18px;
    line-height: 1.8em;
  }

  .green_highlight2::after {
    width: 14.5em;
    height: 16px;
    bottom: -2px;
    left: -240px;
  }

  .downarrow {
    margin: 24px auto;
  }


  .lp_section3-1 {
    padding: 32px 16px 0;
  }

  .sb1 {
    position: initial;
    padding-top: 0;
  }

  .sb2,
  .sb3,
  .sb4 {
    position: initial;
  }

  .sb1 img {
    position: initial;
    width: 100%;
    max-width: 335px;
  }

  .sb2 img {
    position: initial;
    width: 100%;
    min-width: 230px;
    margin-bottom: 32px;
  }

  .sb3 img {
    position: initial;
    width: 100%;
    min-width: 226px;
    float: right;
    margin: 16px 0;
  }

  .sb4 img {
    position: initial;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 340px;
  }

  #img8,
  #img9 {
    position: initial;
  }

  #lp_section3-2 {
    padding: 32px 16px 48px;
  }

  #s4_inner1 h4,
  #s4_inner2 h4,
  #s4_inner3 h4 {
    font-size: 16px;
    padding-top: 64px;
    margin: 0 auto 16px;
    text-align: center;
    line-height: 1.7em;
    padding-left: 0;
    padding-right: 0;
    word-break: break-all;
    max-width: 300px;
  }

  .s4_number {
    font-size: 100px;
    letter-spacing: -0.08em;
  }

  .s4_ctt_wrapper {
    padding: 40px 16px;
  }

  #lp_section3-2 h4 {
    padding-top: 0;
  }

  .slide_panel {
    max-width: 280px;
    width: 100%;
  }

  .s5_slide_inner {
    height: 692px;
  }

  .s5_slide_wrapper {
    padding: 0 20px 8px;
  }

  #slick-slide00,
  #slick-slide01,
  #slick-slide02,
  #slick-slide03,
  #slick-slide04,
  #slick-slide05 {
    height: 888px;
  }

  .slick-dots li button:before {
    font-size: 10px;
  }

  .slick-dots {
    gap: 2px;
  }

  .slick-prev.slick-arrow {
    left: 0px;
    width: 48px;
    height: 48px;
  }

  .slick-next.slick-arrow {
    right: 0;
    width: 48px;
    height: 48px;
  }

  .dl_text {
    margin-top: 48px;
  }

  .s7_inner {
    padding: 32px 16px;
  }
}