@charset "UTF-8";
section * {
  box-sizing: border-box;
}
section div {
  line-height: 1;
}
section h2,
section h3,
section h4,
section h5 {
  letter-spacing: 0.1rem;
}
section h2,
section h3,
section h4,
section h5,
section span,
section li,
section a {
  box-sizing: border-box;
  line-height: 1.5;
  color: #333333;
}
section p {
  line-height: 2;
}

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

/* クラス要素 */
.flex {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

.space-btw {
  justify-content: space-between;
}

.al-center {
  align-items: center;
}

.al-start {
  align-items: flex-start;
}

.js-center {
  justify-content: center;
}

.bg_lightblue {
  background: #00F0FF;
}

.barlow, #Phase .phase_list_txt i {
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
}

.main_cl, #FirstView .w2_fv_text_container .w2_fv_text1::before, .container_ttl, #Phase .phase_list_txt h4::before, #Example .w2_section_title .w2_hr {
  background: linear-gradient(129deg, #AF0032 0%, #C80032 20%, #E30000 40%, #FF0000 60%, #FC3E38 80%, #FF0076 100%);
}

.w2_left_content img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #FirstView {
    margin-bottom: 0;
    padding-top: 12.33333vw;
  }
}
#FirstView .w2_container {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #FirstView .w2_container {
    flex-direction: column;
  }
}
#FirstView .w2_container .w2_fv_image_container {
  width: 63.125vw;
  position: unset;
}
@media screen and (min-width: 1920px) {
  #FirstView .w2_container .w2_fv_image_container {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_container .w2_fv_image_container {
    width: 100%;
  }
}
#FirstView .w2_fv_text_container {
  width: calc(100% - 63.125vw);
  padding-left: 0;
  padding-top: 1.7361111111vw;
  padding-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1920px) {
  #FirstView .w2_fv_text_container {
    width: calc(100% - 909px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_fv_text_container {
    width: 100%;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
}
#FirstView .w2_fv_text_container .w2_fv_text1 {
  font-size: 1.3888888889vw;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1920px) {
  #FirstView .w2_fv_text_container .w2_fv_text1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_fv_text_container .w2_fv_text1 {
    font-size: 4.8vw;
    width: 80vw;
    margin: 0 auto;
    margin-right: 0;
  }
}
#FirstView .w2_fv_text_container .w2_fv_text1::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -10px;
  left: 0;
}
#FirstView .w2_fv_text_container .w2_fv_logo {
  width: 19.4444444444vw;
}
@media screen and (min-width: 1920px) {
  #FirstView .w2_fv_text_container .w2_fv_logo {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_fv_text_container .w2_fv_logo {
    width: auto;
    margin-top: 4vw;
    max-width: 66.6666666667vw;
    padding: 0;
  }
}
#FirstView .w2_fv_text_container .w2_fv_copy {
  font-size: 2.2222222222vw;
  font-weight: 500;
  text-align: left;
  margin-top: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  #FirstView .w2_fv_text_container .w2_fv_copy {
    font-size: 32px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_fv_text_container .w2_fv_copy {
    font-size: 6.1333333333vw;
    margin-top: 4vw;
    line-height: 1.5;
    text-align: center;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
    padding: 4vw 8vw;
    font-weight: bold;
  }
}
#FirstView .w2_fv_text_container .n_cta {
  width: 27.7777777778vw;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  #FirstView .w2_fv_text_container .n_cta {
    width: 400px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_fv_text_container .n_cta {
    width: 92vw;
    margin: 4vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_fv_text_container .n_cta img {
    width: 100%;
  }
}

.container_ttl {
  width: 100%;
  padding: 2.0833333333vw;
  text-align: center;
  font-size: 2.5vw;
  color: #fff;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .container_ttl {
    padding: 30px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .container_ttl {
    padding: 4vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

.section_ttl {
  width: 100%;
  position: relative;
  background: #FC373F;
  padding: 1.3888888889vw;
  margin: 0 auto;
  margin-right: 0;
  clip-path: polygon(3.3888888889vw 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 1920px) {
  .section_ttl {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_ttl {
    padding: 4vw;
    clip-path: unset;
    background: linear-gradient(129deg, #AF0032 0%, #C80032 20%, #E30000 40%, #FF0000 60%, #FC3E38 80%, #FF0076 100%);
    font-weight: bold;
  }
}
.section_ttl_txt {
  color: #fff;
  font-size: 2.2222222222vw;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .section_ttl_txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section_ttl_txt {
    font-size: 4.8vw;
  }
}

#Lead .w2_right_content {
  border-left: 0;
}
#Lead .lead {
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 1920px) {
  #Lead .lead {
    padding: 60px 0;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #Lead .lead {
    padding: 8vw;
    max-width: 100%;
    flex-direction: column;
  }
}
#Lead .lead_txt {
  width: 43.0555555556vw;
}
@media screen and (min-width: 1920px) {
  #Lead .lead_txt {
    width: 620px;
  }
}
@media screen and (max-width: 767px) {
  #Lead .lead_txt {
    width: 100%;
  }
}
#Lead .lead_txt h3 {
  font-size: 2.2222222222vw;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  #Lead .lead_txt h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #Lead .lead_txt h3 {
    font-size: 4.8vw;
  }
}
#Lead .lead_txt p {
  font-size: 1.25vw;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  #Lead .lead_txt p {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Lead .lead_txt p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
#Lead .lead_img {
  width: 35.7638888889vw;
  margin-left: 2.7777777778vw;
}
@media screen and (min-width: 1920px) {
  #Lead .lead_img {
    width: 515px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #Lead .lead_img {
    width: 100%;
    margin-left: 0;
  }
}

.Noline .w2_content {
  border-top: none;
}
.Noline .w2_right_content {
  border: none;
}

.upper {
  margin-top: -5.5555555556vw;
}
@media screen and (min-width: 1920px) {
  .upper {
    margin-top: -80px;
  }
}

main {
  background: url(/assets/img/asia/bg.png) no-repeat right bottom;
  background-size: 100% 100%;
  background-position: left 11vw bottom -12vw;
}
@media screen and (max-width: 767px) {
  main {
    background: none;
  }
}

#EC .ec {
  position: relative;
  padding: 5.5555555556vw 5.5555555556vw 11.1111111111vw;
}
@media screen and (min-width: 1920px) {
  #EC .ec {
    padding: 80px 0 160px;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #EC .ec {
    padding: 8vw 8vw 16vw;
    flex-direction: column;
  }
}
#EC .ec_txt h3 {
  font-size: 2.2222222222vw;
  text-align: left;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  #EC .ec_txt h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #EC .ec_txt h3 {
    font-size: 4.8vw;
  }
}
#EC .ec_txt p {
  font-size: 1.25vw;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  #EC .ec_txt p {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #EC .ec_txt p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

#Phase .phase {
  padding: 5.5555555556vw;
}
@media screen and (min-width: 1920px) {
  #Phase .phase {
    padding: 80px 0;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase {
    padding: 8vw;
  }
}
#Phase .phase_head_txt {
  text-align: center;
}
#Phase .phase_head_txt h3 {
  font-size: 2.2222222222vw;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_head_txt h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_head_txt h3 {
    font-size: 4.8vw;
  }
}
#Phase .phase_head_txt p {
  font-size: 1.25vw;
  margin-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_head_txt p {
    font-size: 18px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_head_txt p {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
#Phase .phase_head_img {
  margin-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_head_img {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_head_img {
    margin-top: 8vw;
  }
}
#Phase .phase_list {
  padding: 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  gap: 5.5555555556vw;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_list {
    padding: 80px 0 120px;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_list {
    padding: 8vw 8vw 16vw;
    max-width: 100%;
    flex-direction: column;
  }
}
#Phase .phase_list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Phase .phase_list li {
    flex-direction: column;
  }
}
#Phase .phase_list_txt {
  width: calc(100% / 2.1);
}
@media screen and (max-width: 767px) {
  #Phase .phase_list_txt {
    width: 100%;
  }
}
#Phase .phase_list_txt i {
  font-size: 4.8611111111vw;
  background: linear-gradient(to bottom, #af003254, #ff000069, #ff007682);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_list_txt i {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_list_txt i {
    font-size: 13.3333333333vw;
  }
}
#Phase .phase_list_txt h4 {
  font-size: 2.2222222222vw;
  font-weight: bold;
  position: relative;
  background: linear-gradient(to right, #AF0032, #FF0000, #FF0076);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_list_txt h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_list_txt h4 {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}
#Phase .phase_list_txt h4::before {
  content: "";
  position: absolute;
  width: 3.125vw;
  height: 2px;
  left: 0;
  bottom: -1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_list_txt h4::before {
    width: 45px;
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_list_txt h4::before {
    width: 12vw;
    bottom: -2.6666666667vw;
  }
}
#Phase .phase_list_txt h5 {
  font-size: 1.7361111111vw;
  text-align: left;
  margin-top: 2.0833333333vw;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_list_txt h5 {
    font-size: 25px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_list_txt h5 {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
#Phase .phase_list_txt p {
  font-size: 1.25vw;
  margin-top: 2.0833333333vw;
  text-align: left;
}
@media screen and (min-width: 1920px) {
  #Phase .phase_list_txt p {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Phase .phase_list_txt p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
#Phase .phase_list_img {
  width: calc(100% / 2.1);
}
@media screen and (max-width: 767px) {
  #Phase .phase_list_img {
    width: 100%;
    margin-top: 4vw;
  }
}

#Example .w2_right_content {
  padding: 8.3333333333vw 5.5555555556vw;
  background: linear-gradient(129deg, #fccbbc52 0%, #ffe4d254 20%, #ffe6d84f 40%, #ffe2c738 60%, #ffd3c142 80%, #fff4bc73 100%);
}
@media screen and (min-width: 1920px) {
  #Example .w2_right_content {
    padding: 120px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #Example .w2_right_content {
    padding: 16vw 8vw;
  }
}
#Example .w2_section_title {
  padding: 0;
}
#Example ul {
  gap: 5.5555555556vw;
}
@media screen and (min-width: 1920px) {
  #Example ul {
    gap: 80px;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #Example ul {
    gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #Example ul .example_list {
    flex-direction: column;
  }
}
#Example ul .example_list_txt {
  width: calc(100% - 35.7638888889vw - 15px);
}
@media screen and (min-width: 1920px) {
  #Example ul .example_list_txt {
    width: calc(100% - 515px - 15px);
  }
}
@media screen and (max-width: 767px) {
  #Example ul .example_list_txt {
    width: 100%;
  }
}
#Example ul .example_list_txt_ttl_logo {
  width: 40%;
}
#Example ul .example_list_txt_ttl_logo img {
  width: auto;
}
#Example ul .example_list_txt_ttl h4 {
  width: 60%;
  font-size: 2.2222222222vw;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  #Example ul .example_list_txt_ttl h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #Example ul .example_list_txt_ttl h4 {
    font-size: 4.2666666667vw;
  }
}
#Example ul .example_list_txt p {
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  #Example ul .example_list_txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #Example ul .example_list_txt p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
#Example ul .example_list_txt_link {
  width: 12.1527777778vw;
  border-radius: 100px;
  background: #FC373F;
  text-align: center;
  padding: 0.6944444444vw;
  padding-right: 2.0833333333vw;
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  #Example ul .example_list_txt_link {
    width: 175px;
    padding: 10px;
    padding-right: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Example ul .example_list_txt_link {
    width: 100%;
    padding: 2.6666666667vw;
    padding-right: 8vw;
    margin-top: 8vw;
  }
}
#Example ul .example_list_txt_link a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}
#Example ul .example_list_txt_link a::before {
  content: "";
  position: absolute;
  right: -0.6944444444vw;
  top: 50%;
  background: url(../img/asia/arrow.png) no-repeat center;
  background-size: cover;
  transform: translate(0, -50%);
  width: 0.6944444444vw;
  height: 1.1805555556vw;
}
@media screen and (min-width: 1920px) {
  #Example ul .example_list_txt_link a::before {
    width: 10px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  #Example ul .example_list_txt_link a::before {
    width: 2.6666666667vw;
    height: 4.5333333333vw;
    right: 2.6666666667vw;
  }
}
#Example ul .example_list_img {
  width: 35.7638888889vw;
}
@media screen and (min-width: 1920px) {
  #Example ul .example_list_img {
    width: 515px;
  }
}
@media screen and (max-width: 767px) {
  #Example ul .example_list_img {
    width: 100%;
    margin-top: 4vw;
  }
}

#Contact .w2_right_content {
  padding: 8.3333333333vw 0;
}
@media screen and (min-width: 1920px) {
  #Contact .w2_right_content {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  #ContactForm .w2_radio_group {
    flex-direction: column;
    gap: 10px;
  }
}
#ContactForm .w2_radio_group input {
  width: auto !important;
  height: auto !important;
}

/*# sourceMappingURL=asia.css.map */
