.introduction_page .tag_list {
  display: flex;
  gap: 1.3021vw;
  flex-wrap: wrap;
}
.introduction_page .tag_list .mod_tag {
  padding: 0.625vw 1.5625vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208vw;
  border-radius: 0.4688vw;
  background: #DCE6F2;
}
.introduction_page .tag_list .mod_tag img {
  width: 0.5729vw;
  height: 0.7813vw;
}
.introduction_page .tag_list .mod_tag span {
  font-family: 'Constantia' !important;
  font-size: 0.9375vw;
  line-height: calc(22/18);
  color: #0073b5;
  margin: 0 !important;
}
.introduction_page .banner {
  width: 100%;
  position: relative;
}
.introduction_page .banner .bg {
  height: 36.7708vw;
  background-color: #fff;
  position: relative;
  border-radius: 2.0833vw;
  overflow: hidden;
}
.introduction_page .banner .bg:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.introduction_page .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.introduction_page .banner .text-box {
  position: absolute;
  bottom: 5.3646vw;
  left: 4.375vw;
}
.introduction_page .banner .text-box h1 {
  font-size: 5.2083vw;
  line-height: calc(121/100);
  color: #ffffff;
  font-family: 'CormorantBold';
  font-weight: bold;
}
.introduction_page .module_1 .mod_container {
  width: 100%;
  background: url(/themes/theme/img/introduction/bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 5.1563vw 4.3229vw 5.2083vw;
  display: flex;
  gap: 6.25vw;
  justify-content: space-between;
  align-items: flex-start;
}
.introduction_page .module_1 .mod_container h2 {
  font-family: 'CormorantBold';
  font-size: 3.125vw;
  line-height: calc(72/60);
  color: #004170;
  font-weight: bold;
  margin-top: 0.9375vw;
  letter-spacing: -0.1042vw;
}
.introduction_page .module_1 .mod_container p {
  font-family: 'Avenir LT Std';
  font-size: 0.9375vw;
  line-height: calc(29/18);
  color: #000000;
  margin: 1.1979vw 0 0;
  max-width: 43.4896vw;
}
.introduction_page .module_1 .mod_container p + p {
  margin-top: 1.4583vw;
}
.introduction_page .module_1 .mod_container ul {
  display: flex;
  align-items: flex-start;
  gap: 0.9375vw;
  padding-top: 4.0104vw;
}
.introduction_page .module_1 .mod_container ul li {
  width: 15.5208vw;
  height: 21.7188vw;
}
.introduction_page .module_1 .mod_container ul li:nth-of-type(1) {
  width: 23.9583vw;
  height: 34.5313vw;
}
.introduction_page .module_1 .mod_container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1923px) {
  .introduction_page .tag_list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .introduction_page .tag_list .mod_tag {
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 9px;
    background: #DCE6F2;
  }
  .introduction_page .tag_list .mod_tag img {
    width: 11px;
    height: 15px;
  }
  .introduction_page .tag_list .mod_tag span {
    font-family: 'Constantia' !important;
    font-size: 18px;
    line-height: calc(22/18);
    color: #0073b5;
    margin: 0 !important;
  }
  .introduction_page .banner {
    width: 100%;
    position: relative;
  }
  .introduction_page .banner .bg {
    height: 706px;
    background-color: #fff;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }
  .introduction_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .introduction_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .introduction_page .banner .text-box {
    position: absolute;
    bottom: 103px;
    left: 84px;
  }
  .introduction_page .banner .text-box h1 {
    font-size: 100px;
    line-height: calc(121/100);
    color: #ffffff;
    font-family: 'CormorantBold';
    font-weight: bold;
  }
  .introduction_page .module_1 .mod_container {
    width: 100%;
    background: url(/themes/theme/img/introduction/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 99px 83px 100px;
    display: flex;
    gap: 120px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduction_page .module_1 .mod_container h2 {
    font-family: 'CormorantBold';
    font-size: 60px;
    line-height: calc(72/60);
    color: #004170;
    font-weight: bold;
    margin-top: 18px;
    letter-spacing: -2px;
  }
  .introduction_page .module_1 .mod_container p {
    font-family: 'Avenir LT Std';
    font-size: 18px;
    line-height: calc(29/18);
    color: #000000;
    margin: 23px 0 0;
    max-width: 835px;
  }
  .introduction_page .module_1 .mod_container p + p {
    margin-top: 28px;
  }
  .introduction_page .module_1 .mod_container ul {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-top: 77px;
  }
  .introduction_page .module_1 .mod_container ul li {
    width: 298px;
    height: 417px;
  }
  .introduction_page .module_1 .mod_container ul li:nth-of-type(1) {
    width: 460px;
    height: 663px;
  }
  .introduction_page .module_1 .mod_container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 1918px) {
  .introduction_page .tag_list {
    display: flex;
    gap: 1.3021vw;
    flex-wrap: wrap;
  }
  .introduction_page .tag_list .mod_tag {
    padding: 0.625vw 1.5625vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5208vw;
    border-radius: 0.4688vw;
    background: #DCE6F2;
  }
  .introduction_page .tag_list .mod_tag img {
    width: 0.5729vw;
    height: 0.7813vw;
  }
  .introduction_page .tag_list .mod_tag span {
    font-family: 'Constantia' !important;
    font-size: 0.9375vw;
    line-height: calc(22/18);
    color: #0073b5;
    margin: 0 !important;
  }
  .introduction_page .banner {
    width: 100%;
    position: relative;
  }
  .introduction_page .banner .bg {
    height: 36.7708vw;
    background-color: #fff;
    position: relative;
    border-radius: 2.0833vw;
    overflow: hidden;
  }
  .introduction_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .introduction_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .introduction_page .banner .text-box {
    position: absolute;
    bottom: 5.3646vw;
    left: 4.375vw;
  }
  .introduction_page .banner .text-box h1 {
    font-size: 5.2083vw;
    line-height: calc(121/100);
    color: #ffffff;
    font-family: 'CormorantBold';
    font-weight: bold;
  }
  .introduction_page .module_1 .mod_container {
    width: 100%;
    background: url(/themes/theme/img/introduction/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 5.1563vw 4.3229vw 5.2083vw;
    display: flex;
    gap: 6.25vw;
    justify-content: space-between;
    align-items: flex-start;
  }
  .introduction_page .module_1 .mod_container h2 {
    font-family: 'CormorantBold';
    font-size: 3.125vw;
    line-height: calc(72/60);
    color: #004170;
    font-weight: bold;
    margin-top: 0.9375vw;
    letter-spacing: -0.1042vw;
  }
  .introduction_page .module_1 .mod_container p {
    font-family: 'Avenir LT Std';
    font-size: 0.9375vw;
    line-height: calc(29/18);
    color: #000000;
    margin: 1.1979vw 0 0;
    max-width: 43.4896vw;
  }
  .introduction_page .module_1 .mod_container p + p {
    margin-top: 1.4583vw;
  }
  .introduction_page .module_1 .mod_container ul {
    display: flex;
    align-items: flex-start;
    gap: 0.9375vw;
    padding-top: 4.0104vw;
  }
  .introduction_page .module_1 .mod_container ul li {
    width: 15.5208vw;
    height: 21.7188vw;
  }
  .introduction_page .module_1 .mod_container ul li:nth-of-type(1) {
    width: 23.9583vw;
    height: 34.5313vw;
  }
  .introduction_page .module_1 .mod_container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 992px) {
  .introduction_page .tag_list {
    display: flex;
    gap: 2.5vw;
    flex-wrap: wrap;
  }
  .introduction_page .tag_list .mod_tag {
    padding: 2.7778vw 7.2222vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.6667vw;
    border-radius: 2.2222vw;
    background: #EEF0F7;
  }
  .introduction_page .tag_list .mod_tag img {
    width: 3.0556vw;
    height: 4.1667vw;
  }
  .introduction_page .tag_list .mod_tag span {
    font-size: 3.8889vw;
    line-height: calc(22/18);
    color: #0073b5;
  }
  .introduction_page .banner {
    width: 100%;
    padding-top: 22.2222vw;
  }
  .introduction_page .banner .bg {
    height: unset;
    background-color: #fff;
    position: relative;
    border-radius: 0;
  }
  .introduction_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .introduction_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .introduction_page .banner .text-box {
    position: absolute;
    bottom: 9.7222vw;
    left: 4.4444vw;
  }
  .introduction_page .banner .text-box h1 {
    font-size: 7.2222vw;
  }
  .introduction_page .module_1 .mod_container {
    padding: 11.1111vw 4.4444vw 13.8889vw;
    display: flex;
    gap: 7.2222vw;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    background-size: 120% 100%;
  }
  .introduction_page .module_1 .mod_container h2 {
    font-size: 5.5556vw;
    margin-top: 5.5556vw;
    text-align: center;
    letter-spacing: 0;
  }
  .introduction_page .module_1 .mod_container p {
    font-size: 3.8889vw;
    margin: 4.4444vw 0 0;
    max-width: unset;
    text-align: center;
  }
  .introduction_page .module_1 .mod_container p + p {
    margin-top: 2.7778vw;
  }
  .introduction_page .module_1 .mod_container ul {
    display: flex;
    align-items: flex-start;
    gap: 1.6667vw;
    padding-top: 0;
  }
  .introduction_page .module_1 .mod_container ul li {
    width: 45%;
    height: unset;
  }
  .introduction_page .module_1 .mod_container ul li:nth-of-type(1) {
    width: 55%;
    height: unset;
  }
  .introduction_page .module_1 .mod_container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 361px) {
  .introduction_page .tag_list {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
  }
  .introduction_page .tag_list .mod_tag {
    padding: 10px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    background: #EEF0F7;
  }
  .introduction_page .tag_list .mod_tag img {
    width: 11px;
    height: 15px;
  }
  .introduction_page .tag_list .mod_tag span {
    font-size: 14px;
    line-height: calc(22/18);
    color: #0073b5;
  }
  .introduction_page .banner {
    width: 100%;
    padding-top: 80px;
  }
  .introduction_page .banner .bg {
    height: unset;
    background-color: #fff;
    position: relative;
    border-radius: 0;
  }
  .introduction_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .introduction_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .introduction_page .banner .text-box {
    position: absolute;
    bottom: 35px;
    left: 16px;
  }
  .introduction_page .banner .text-box h1 {
    font-size: 26px;
  }
  .introduction_page .module_1 .mod_container {
    padding: 40px 16px 50px;
    display: flex;
    gap: 26px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    background-size: 120% 100%;
  }
  .introduction_page .module_1 .mod_container h2 {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0;
  }
  .introduction_page .module_1 .mod_container p {
    font-size: 14px;
    margin: 16px 0 0;
    max-width: unset;
    text-align: center;
  }
  .introduction_page .module_1 .mod_container p + p {
    margin-top: 10px;
  }
  .introduction_page .module_1 .mod_container ul {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding-top: 0;
  }
  .introduction_page .module_1 .mod_container ul li {
    width: 45%;
    height: unset;
  }
  .introduction_page .module_1 .mod_container ul li:nth-of-type(1) {
    width: 55%;
    height: unset;
  }
  .introduction_page .module_1 .mod_container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
