@charset "UTF-8";
/**
 * 轉換字型大小Rem
 */
/**
 * 轉換字型大小Rem
 */
.container {
  position: relative;
  z-index: 2;
  width: 88%;
  max-width: 1440px;
  margin: 0 auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "PingFang TC", "Heiti TC", "LantingHei TC", "Microsoft YaHei", sans-serif;
}

table {
  border-collapse: collapse;
  border: 1px solid #464646;
  min-width: 100%;
  color: #323c50;
}
table th, table td {
  text-align: center;
  border: 1px solid #464646;
  padding: 4.9333333333vw 3.2vw;
}
@media (min-width: 1024px) {
  table th, table td {
    width: 6.0625vw;
    padding: 1.15625vw 0.75vw;
  }
}
@media (min-width: 1600px) {
  table th, table td {
    width: 97px;
    padding: 18.5px 12px;
  }
}
table th {
  font-size: 4.8vw;
}
@media (min-width: 1024px) {
  table th {
    font-size: 1.375vw;
  }
}
@media (min-width: 1600px) {
  table th {
    font-size: 22px;
  }
}
table td {
  font-size: 3.7333333333vw;
}
@media (min-width: 1024px) {
  table td {
    font-size: 1.25vw;
  }
}
@media (min-width: 1600px) {
  table td {
    font-size: 20px;
  }
}
table .height-light {
  color: #ff761e;
  font-size: 4.8vw;
}
@media (min-width: 1024px) {
  table .height-light {
    font-size: 1.375vw;
  }
}
@media (min-width: 1600px) {
  table .height-light {
    font-size: 22px;
  }
}
table .bg-009482 {
  color: #fff;
  background-color: #009482;
}
table .bg-9BA4B7 {
  color: #323c50;
  background-color: #DCE1E6;
}

.scroll-table {
  width: 100%;
  position: relative;
}
.scroll-table::before {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  opacity: 0;
  background-color: #000;
  transition: opacity 0.3s ease-in-out;
}
.scroll-table::after {
  content: "SCROLL";
  background-image: url(../images/common/icon_arrow_white.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(50% + 40px) 50%;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
.scroll-table table {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .scroll-table table {
    min-width: 1500px;
  }
}
.scroll-table .scroll-table_tip {
  display: block;
  color: #323C50;
  font-size: 3.2vw;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .scroll-table .scroll-table_tip {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .scroll-table .scroll-table_tip {
    font-size: 16px;
  }
}

.scroll-table__content {
  width: 100%;
  position: relative;
  overflow: auto;
}

.scroll-table--show-notice::before {
  opacity: 0.5;
}
.scroll-table--show-notice::after {
  opacity: 1;
}

.blogall-header {
  width: 100%;
  background-image: url(../images/blogArticle/blogArticle_article02_pageHeader-xs.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90.6666666667vw;
}
@media (min-width: 1024px) {
  .blogall-header {
    height: 30vw;
    background-image: url(../images/blogArticle/blogArticle_article02_pageHeader-lg.png);
  }
}
@media (min-width: 1600px) {
  .blogall-header {
    height: 480px;
  }
}
.blogall-header .container {
  height: 100%;
}
.blogall-header .blogall-header-title {
  margin: 0 0 2.6666666667vw 0;
  position: absolute;
  top: 0%;
  padding: 0;
}
@media (min-width: 1024px) {
  .blogall-header .blogall-header-title {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 1.25vw;
  }
}
@media (min-width: 1600px) {
  .blogall-header .blogall-header-title {
    padding: 0 20px;
  }
}
.blogall-header .blogall-header-title h1 {
  margin: 29.3333333333vw 0 0 0;
  font-size: 7.4666666667vw;
  color: #323c50;
}
@media (min-width: 1024px) {
  .blogall-header .blogall-header-title h1 {
    margin: 6.25vw 0 0 0;
    font-size: 3.25vw;
  }
}
@media (min-width: 1600px) {
  .blogall-header .blogall-header-title h1 {
    margin: 100px 0 0 0;
    font-size: 52px;
  }
}
.blogall-header .blogall-header-title h1 span {
  display: block;
  font-size: 0;
}

.span_brmb {
  display: block;
  font-size: 0;
}
@media (min-width: 1024px) {
  .span_brmb {
    display: none;
  }
}

.blogall-h2 {
  color: #009482;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  font-size: 7.4666666667vw;
}
@media (min-width: 1024px) {
  .blogall-h2 {
    font-size: 2.75vw;
  }
}
@media (min-width: 1600px) {
  .blogall-h2 {
    font-size: 44px;
  }
}
.blogall-h2 span {
  color: #ff761e;
}

.blogall-h3 {
  color: #323c50;
  margin: 0 0 20px;
  line-height: 1.4;
  text-align: center;
  font-size: 4.8vw;
}
@media (min-width: 1024px) {
  .blogall-h3 {
    font-size: 1.75vw;
  }
}
@media (min-width: 1600px) {
  .blogall-h3 {
    font-size: 28px;
  }
}
.blogall-h3 strong {
  font-size: 6.4vw;
  color: #ff761e;
}
@media (min-width: 1024px) {
  .blogall-h3 strong {
    font-size: 2.75vw;
  }
}
@media (min-width: 1600px) {
  .blogall-h3 strong {
    font-size: 44px;
  }
}

.blogall-h3centent {
  text-align: center;
}
.blogall-h3centent .blogall-h3u {
  display: inline-block;
  color: #009482;
  border-bottom: 1px solid #009482;
  margin: 0;
}

.blogall-h4 {
  color: #009482;
  line-height: 1.4;
  font-size: 4.8vw;
  margin: 0;
}
@media (min-width: 1024px) {
  .blogall-h4 {
    font-size: 1.875vw;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .blogall-h4 {
    font-size: 30px;
    text-align: center;
  }
}

.blogall-p {
  color: #323c50;
  line-height: 1.4;
  font-size: 3.7333333333vw;
  margin: 0;
}
@media (min-width: 1024px) {
  .blogall-p {
    font-size: 1.375vw;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .blogall-p {
    font-size: 22px;
    text-align: center;
  }
}
.blogall-p.blogall-p-blue {
  color: #002d46;
}
.blogall-p.blogall-p-gray {
  color: #5C667B;
}
.blogall-p.blogall-p-green {
  color: #009482;
}
.blogall-p.blogall-p-orange {
  color: #ff761e;
}

.blogall-p-small {
  color: #323c50;
  line-height: 1.4;
  margin: 0;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .blogall-p-small {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .blogall-p-small {
    font-size: 16px;
  }
}
.blogall-p-small.blogall-p-smallright {
  text-align: right;
}
.blogall-p-small.blogall-p-smallleft {
  text-align: left;
}

.blogall-lightbulb {
  background: #fff;
  border: 1px solid #32c3af;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  padding: 2.6666666667vw 5.0666666667vw;
  margin-bottom: 3.2vw;
}
@media (min-width: 1024px) {
  .blogall-lightbulb {
    font-size: 1.75vw;
    padding: 1.25vw 1.75vw;
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 1600px) {
  .blogall-lightbulb {
    padding: 20px 28px;
    margin-bottom: 20px;
  }
}
.blogall-lightbulb p {
  line-height: 1.4;
  text-align: center;
  color: #009482;
  font-weight: bold;
  font-size: 4.8vw;
  margin: 0;
}
@media (min-width: 1024px) {
  .blogall-lightbulb p {
    font-size: 1.75vw;
  }
}
@media (min-width: 1600px) {
  .blogall-lightbulb p {
    font-size: 28px;
  }
}
.blogall-lightbulb p small {
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .blogall-lightbulb p small {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .blogall-lightbulb p small {
    font-size: 16px;
  }
}
.blogall-lightbulb img {
  position: absolute;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  top: -10%;
  left: -5.1875vw;
}
@media (min-width: 1024px) {
  .blogall-lightbulb img {
    width: 3.125vw;
    height: 3.125vw;
    left: -1.9375vw;
  }
}
@media (min-width: 1600px) {
  .blogall-lightbulb img {
    width: 50px;
    height: 50px;
    left: -31px;
  }
}

.blogall-table {
  text-align: center;
  padding: 0 0 5.3333333333vw;
}
@media (min-width: 1024px) {
  .blogall-table {
    padding: 0 0 5vw;
  }
}
@media (min-width: 1600px) {
  .blogall-table {
    padding: 0 0 80px;
  }
}
.blogall-table .scroll-table {
  margin: 5.3333333333vw 0;
}
@media (min-width: 1024px) {
  .blogall-table .scroll-table {
    margin: 1.25vw 0;
  }
}
@media (min-width: 1600px) {
  .blogall-table .scroll-table {
    margin: 20px 0;
  }
}
.blogall-table .scroll-table table {
  border: 0;
}
.blogall-table .scroll-table table th, .blogall-table .scroll-table table td {
  border: 0;
}
.blogall-table .scroll-table table.table-bottom, .blogall-table .scroll-table table .table-bottom {
  border-bottom: 1px solid #9BA4B7;
}

.blogall-keys {
  padding: 10.6666666667vw 0;
}
@media (min-width: 1024px) {
  .blogall-keys {
    padding: 5vw 0;
  }
}
@media (min-width: 1600px) {
  .blogall-keys {
    padding: 80px 0;
  }
}
.blogall-keys ul {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 2.6666666667vw 0 0;
}
@media (min-width: 1024px) {
  .blogall-keys ul {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .blogall-keys ul {
    flex-direction: row;
  }
}
.blogall-keys ul li {
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
}
@media (min-width: 1024px) {
  .blogall-keys ul li {
    flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .blogall-keys ul li {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .blogall-keys ul li + li {
    margin-left: calc(20px + 30 * (100vw - 375px) / 1225);
  }
}
@media (min-width: 1600px) {
  .blogall-keys ul li + li {
    margin-left: 80px;
  }
}
.blogall-keys ul li img {
  width: calc(132px + 204 * (100vw - 375px) / 1225);
}
.blogall-keys ul.blogall-ul {
  padding: 0;
}

.blogall-gray {
  background: #EBEEF1;
}

.blogall-online {
  padding: 10.6666666667vw 0;
}
@media (min-width: 1024px) {
  .blogall-online {
    padding: 5vw 0 3.75vw;
  }
}
@media (min-width: 1600px) {
  .blogall-online {
    padding: 80px 0 60px;
  }
}
.blogall-online .blogall-boxs {
  margin: 0 auto;
  padding: 5.3333333333vw 6vw;
  border-radius: 40px;
  border: 1px solid #DCE1E6;
}
@media (min-width: 1024px) {
  .blogall-online .blogall-boxs {
    padding: 2.5vw;
    width: calc(100% - 228px);
  }
}
@media (min-width: 1600px) {
  .blogall-online .blogall-boxs {
    padding: 40px;
  }
}
.blogall-online .blogall-boxs .blogall-box {
  display: flex;
  justify-content: center;
  margin: 12px 0 0;
}
.blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images {
    display: block;
  }
}
@media (min-width: 1600px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images {
    display: block;
  }
}
.blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images .blogall-float {
  float: initial;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images .blogall-float {
    padding-top: 0.9375vw;
    float: left;
    max-width: 45%;
  }
}
@media (min-width: 1600px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images .blogall-float {
    padding-top: 15px;
  }
}
.blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images .blogall-h3 {
  padding-top: 3.2vw;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images .blogall-h3 {
    padding-top: 2vw;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-images .blogall-h3 {
    padding-top: 32px;
  }
}
.blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-w {
  margin: 0 0 0 auto;
}
.blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-w .link-group {
  justify-content: center;
  padding: 5.3333333333vw 0;
}
@media (min-width: 1024px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-w .link-group {
    padding: 1.25vw 0;
    justify-content: start;
  }
}
@media (min-width: 1600px) {
  .blogall-online .blogall-boxs .blogall-box .blogall-boxtext .blogall-w .link-group {
    padding: 20px 0;
  }
}

.blogall-layout {
  padding: 10.6666666667vw 0;
}
@media (min-width: 1024px) {
  .blogall-layout {
    padding: 5vw 0;
  }
}
@media (min-width: 1600px) {
  .blogall-layout {
    padding: 80px 0;
  }
}
.blogall-layout .blogall-ps {
  padding: 2.6666666667vw 0;
}
@media (min-width: 1024px) {
  .blogall-layout .blogall-ps {
    padding: 1.25vw 0;
  }
}
@media (min-width: 1600px) {
  .blogall-layout .blogall-ps {
    padding: 20px 0;
  }
}
.blogall-layout .blogall-ps .blogall-p {
  text-align: center;
  font-weight: bold;
}
.blogall-layout .blogall-ps .blogall-p-small {
  padding: 20px 0 0;
}

.blogall-advantage .blogall-adboxs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10.6666666667vw 0;
}
@media (min-width: 1024px) {
  .blogall-advantage .blogall-adboxs {
    padding: 5vw 4.0625vw;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .blogall-advantage .blogall-adboxs {
    padding: 80px 65px;
  }
}
.blogall-advantage .blogall-adboxs .blogall-adbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blogall-advantage .blogall-adboxs .blogall-adbox .blogall-p-small {
  text-align: center;
}
.blogall-advantage .blogall-adboxs .blogall-adbox .blogall-p-small a {
  color: #009482;
}
.blogall-advantage .blogall-adboxs picture img {
  width: 88vw;
}
@media (min-width: 1024px) {
  .blogall-advantage .blogall-adboxs picture img {
    width: 32.5vw;
  }
}
@media (min-width: 1600px) {
  .blogall-advantage .blogall-adboxs picture img {
    width: 520px;
  }
}

.mobile .mobile_banner img, .mobile .mobile_m1 img, .mobile .mobile_m2 img, .mobile .mobile_m3 img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: attr(width)/attr(height);
}
.mobile .container {
  max-width: 1220px;
  margin: 0 auto;
  height: 100%;
}
.mobile .span_v {
  display: block;
  font-size: 0;
}
@media (min-width: 1024px) {
  .mobile .span_v {
    font-size: 50px;
    display: inline;
  }
}
.mobile .span_br {
  display: block;
  font-size: 0;
}
.mobile .span_brmb {
  display: block;
  font-size: 0;
}
@media (min-width: 1024px) {
  .mobile .span_brmb {
    display: none;
  }
}
.mobile .mobile_h1 {
  color: #2d7fb3;
  font-size: 40px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .mobile .mobile_h1 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_h1 {
    font-size: 50px;
  }
}
.mobile .mobile_h1 strong {
  color: #009f40;
  font-size: 50px;
}
@media (min-width: 1024px) {
  .mobile .mobile_h1 strong {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_h1 strong {
    font-size: 60px;
  }
}
.mobile .mobile_h2 {
  color: #2d7fb3;
  line-height: 1.4;
  font-size: 28px;
  text-align: center;
  font-family: "Microsoft YaHei";
}
@media (min-width: 1024px) {
  .mobile .mobile_h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_h2 {
    font-size: 40px;
  }
}
.mobile .mobile_h2 strong {
  color: #009f40;
  font-weight: bold;
}
.mobile .mobile_h3 {
  color: #000;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .mobile .mobile_h3 {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_h3 {
    font-size: 24px;
  }
}
.mobile .mobile_p {
  color: #000;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .mobile .mobile_p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_p {
    font-size: 18px;
  }
}
.mobile .mobile_p strong {
  color: #009f40;
}
.mobile .mobile_p20 {
  color: #000;
  line-height: 1.2;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .mobile .mobile_p20 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_p20 {
    font-size: 20px;
  }
}
.mobile .mobile_p20 strong {
  color: #009f40;
}
.mobile .m1_h3box {
  color: #fefdfd;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  background: #2d7fb3;
  border-radius: 10px;
  padding: 13px 0;
  text-align: center;
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  .mobile .m1_h3box {
    font-size: 30px;
    padding: 10px 122px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1600px) {
  .mobile .m1_h3box {
    font-size: 30px;
    padding: 10px 122px;
    margin: 0 0 12px;
  }
}
.mobile .m1_h3half {
  color: #fefdfd;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  background: #fc8f26;
  text-align: center;
  margin: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 50px;
}
@media (min-width: 1024px) {
  .mobile .m1_h3half {
    font-size: 30px;
    margin: 0 0 12px;
    width: 218px;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .mobile .m1_h3half {
    font-size: 24px;
    margin: 0;
    width: 218px;
    height: 50px;
  }
}
.mobile .m3_h3box {
  background: #38b2d1;
  border: 3px solid #2d7fb3;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  height: 39px;
  font-size: 18px;
  font-weight: bold;
  margin: 35px auto 30px;
}
.mobile .mobile_banner {
  width: 100%;
  background-image: url(../../images/mobile/mobile_bgmb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 690px;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner {
    height: 500px;
    background-image: url(../../images/mobile/mobile_bg.png);
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner {
    height: 500px;
  }
}
.mobile .mobile_banner .banner_header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header {
    flex-direction: row;
  }
}
.mobile .mobile_banner .banner_header .banner_title {
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header .banner_title {
    margin: 0 45px 0 0;
    align-items: flex-start;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner .banner_header .banner_title {
    margin: 0 45px 0 0;
  }
}
.mobile .mobile_banner .banner_header .banner_title .mobile_h1 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header .banner_title .mobile_h1 {
    margin: 0 0 15px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner .banner_header .banner_title .mobile_h1 {
    margin: 0 0 15px;
  }
}
.mobile .mobile_banner .banner_header .banner_title .bannet_text {
  display: flex;
  align-items: flex-end;
  margin: 0 0 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header .banner_title .bannet_text {
    margin: 0 0 40px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner .banner_header .banner_title .bannet_text {
    margin: 0 0 40px;
  }
}
.mobile .mobile_banner .banner_header .banner_title .bannet_text img {
  width: 40px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header .banner_title .bannet_text img {
    width: 48px;
    height: 46px;
    margin: 0 0 10px;
    position: initial;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner .banner_header .banner_title .bannet_text img {
    width: 48px;
    height: 46px;
  }
}
.mobile .mobile_banner .banner_header .banner_title a {
  background: #f76854;
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
  padding: 10px 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header .banner_title a {
    font-size: 25px;
    padding: 11px 55px;
    border-radius: 25px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner .banner_header .banner_title a {
    font-size: 25px;
    padding: 11px 55px;
  }
}
.mobile .mobile_banner .banner_header .banner_title a img {
  width: 21px;
  margin: 0 0 0 5px;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header .banner_title a img {
    width: 28px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner .banner_header .banner_title a img {
    width: 28px;
  }
}
.mobile .mobile_banner .banner_header .banner_hrimg {
  width: 354px;
}
@media (min-width: 1024px) {
  .mobile .mobile_banner .banner_header .banner_hrimg {
    width: 519px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_banner .banner_header .banner_hrimg {
    width: 519px;
  }
}
.mobile .mobile_m1 {
  background: url(../../images/mobile/mobile_m1_bg.png) no-repeat center;
  background-size: cover;
  padding: 77px 0 93px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m1 {
    padding: 77px 0 93px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m1 {
    padding: 77px 0 93px;
  }
}
.mobile .mobile_m1 .m1_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 35px 0 0;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m1 .m1_content {
    margin: 70px 0 0;
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m1 .m1_content {
    margin: 70px 0 0;
  }
}
.mobile .mobile_m1 .m1_content .m1_img1 {
  width: 217px;
  margin: 0 auto 2px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m1 .m1_content .m1_img1 {
    margin: 20px 0 0;
    width: 285px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m1 .m1_content .m1_img1 {
    width: 285px;
    margin: 20px 0 0;
  }
}
.mobile .mobile_m1 .m1_content .m1_img2 {
  width: 333px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mobile .mobile_m1 .m1_content .m1_img2 {
    margin: 25px 0 0 5px;
    width: 217px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m1 .m1_content .m1_img2 {
    width: 217px;
    margin: 25px 0 0 5px;
  }
}
.mobile .mobile_m1 .m1_content .m1_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mobile .mobile_m1 .m1_content .m1_title {
    flex-direction: column;
  }
}
.mobile .mobile_m1 .m1_content .m1_title .m1_text:nth-child(1) {
  margin: 0 45px 0 0;
}
@media (min-width: 1024px) {
  .mobile .mobile_m1 .m1_content .m1_title .m1_text:nth-child(1) {
    margin: 0 0 40px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m1 .m1_content .m1_title .m1_text:nth-child(1) {
    margin: 0 0 40px;
  }
}
.mobile .mobile_m1 .m1_content .m1_title .m1_text .mobile_p {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.2;
  display: flex;
}
@media (min-width: 1024px) {
  .mobile .mobile_m1 .m1_content .m1_title .m1_text .mobile_p {
    margin: 0 0 9px;
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m1 .m1_content .m1_title .m1_text .mobile_p {
    margin: 0 0 9px;
    padding: 0 30px;
  }
}
.mobile .mobile_m2 {
  background: #e3fafa;
  padding: 65px 0;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 {
    padding: 84px 0 113px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 {
    padding: 84px 0 113px;
  }
}
.mobile .mobile_m2 .m2_boxs {
  display: none;
  align-items: flex-end;
  margin: 45px 0 0;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_boxs {
    margin: 70px 0 0;
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_boxs {
    margin: 70px 0 0;
  }
}
.mobile .mobile_m2 .m2_boxs .m2_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 295px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_boxs .m2_box + .m2_box {
    margin: 0 0 0 7px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_boxs .m2_box + .m2_box {
    margin: 0 0 0 7px;
  }
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_boxs .m2_box {
    width: 295px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_boxs .m2_box {
    width: 295px;
  }
}
.mobile .mobile_m2 .m2_boxs .m2_box.m2_boximg1 img {
  width: 146px;
}
.mobile .mobile_m2 .m2_boxs .m2_box.m2_boximg2 img {
  width: 140px;
}
.mobile .mobile_m2 .m2_boxs .m2_box.m2_boximg3 img {
  width: 140px;
}
.mobile .mobile_m2 .m2_boxs .m2_box.m2_boximg4 img {
  width: 124px;
}
.mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext {
  text-align: center;
  background: #ffeebb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  height: 450px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext {
    padding: 0 20px;
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext {
    padding: 0 20px;
    height: 450px;
  }
}
.mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .mobile_h3 {
  color: #009f40;
  font-weight: bold;
  line-height: 1.2;
  margin: 24px 0 31px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .mobile_h3 {
    margin: 24px 0 31px;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .mobile_h3 {
    margin: 24px 0 31px;
    font-size: 24px;
  }
}
.mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .m2_boxtxt {
  display: flex;
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .m2_boxtxt {
    margin: 0 0 10px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .m2_boxtxt {
    margin: 0 0 10px;
  }
}
.mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .m2_boxtxt .mobile_p {
  text-align: left;
  line-height: 1.4;
  font-size: 17px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .m2_boxtxt .mobile_p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_boxs .m2_box .m2_boxtext .m2_boxtxt .mobile_p {
    font-size: 17px;
  }
}
.mobile .mobile_m2 .m2_swipers {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_swipers {
    display: none;
  }
}
.mobile .mobile_m2 .m2_swipers .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin: 50px auto 0;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  height: 100%;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 295px;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box.m2_boximg1 img {
  width: 146px;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box.m2_boximg2 img {
  width: 140px;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box.m2_boximg3 img {
  width: 140px;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box.m2_boximg4 img {
  width: 124px;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext {
  text-align: center;
  background: #ffeebb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  height: 450px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext {
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext {
    padding: 0 20px;
  }
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .mobile_h3 {
  color: #009f40;
  font-weight: bold;
  line-height: 1.2;
  margin: 24px 0 31px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .mobile_h3 {
    margin: 24px 0 31px;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .mobile_h3 {
    margin: 24px 0 31px;
    font-size: 24px;
  }
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .m2_boxtxt {
  display: flex;
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .m2_boxtxt {
    margin: 0 0 10px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .m2_boxtxt {
    margin: 0 0 10px;
  }
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .m2_boxtxt span {
  margin: 5px 0 0;
}
.mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .m2_boxtxt .mobile_p {
  text-align: left;
  line-height: 1.4;
  font-size: 17px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .m2_boxtxt .mobile_p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m2 .m2_swipers .swiper-wrapper .m2_box .m2_boxtext .m2_boxtxt .mobile_p {
    font-size: 17px;
  }
}
.mobile .mobile_m2 .m2_swipers .m2-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.mobile .mobile_m2 .m2_swipers .m2-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #a4a4a4;
  opacity: 1;
}
.mobile .mobile_m2 .m2_swipers .m2-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #009f40;
}
.mobile .mobile_m3 {
  padding: 68px 0 80px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 {
    padding: 93px 0 148px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 {
    padding: 93px 0 148px;
  }
}
.mobile .mobile_m3 .m3_swipers {
  width: 100%;
  border: 4px solid #2d7fb3;
  border-radius: 5px;
  background: #e3fafa;
  margin: 40px 0 0;
  display: none;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers {
    display: block;
    margin: 90px auto 0;
    padding: 55px 0 31px;
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers {
    margin: 90px 0 0;
    padding: 55px 0 31px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3-pagination {
    margin: 0 auto;
    top: 115px;
    max-width: 1200px;
    left: initial;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3-pagination {
    top: 115px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3-pagination .swiper-pagination-bullet {
  background: #bcb7b1;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 1;
  width: 180px;
  height: 39px;
}
.mobile .mobile_m3 .m3_swipers .m3-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin: 0 0 0 5px;
}
.mobile .mobile_m3 .m3_swipers .m3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #38b2d1;
  border: 3px solid #2d7fb3;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3-pagination .swiper-pagination-bullet {
    font-size: 24px;
    width: 220px;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3-pagination .swiper-pagination-bullet {
    font-size: 24px;
    width: 220px;
    height: 50px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3_swiper {
  width: 100%;
}
.mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide .mobile_p20 {
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide .mobile_p20 {
    margin: 0 0 25px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide .mobile_p20 {
    margin: 0 0 25px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
}
.mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide1 img {
  width: 324px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide1 img {
    width: 768px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide1 img {
    width: 768px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide2 img {
  width: 334px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide2 img {
    width: 508px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide2 img {
    width: 508px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide3 img {
  width: 333px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide3 img {
    width: 520px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide3 img {
    width: 520px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide4 img {
  width: 333px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide4 img {
    width: 508px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide4 img {
    width: 508px;
  }
}
.mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide5 img {
  width: 343px;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide5 img {
    width: 564px;
  }
}
@media (min-width: 1600px) {
  .mobile .mobile_m3 .m3_swipers .m3_swiper .swiper-wrapper .swiper-slide.m3_slide5 img {
    width: 564px;
  }
}
.mobile .mobile_m3 .m3_swipersmb {
  display: block;
}
@media (min-width: 1024px) {
  .mobile .mobile_m3 .m3_swipersmb {
    display: none;
  }
}
.mobile .mobile_m3 .m3_swipersmb .m3-paginationmb {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 27px 0 0;
}
.mobile .mobile_m3 .m3_swipersmb .m3-paginationmb .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #a4a4a4;
  opacity: 1;
}
.mobile .mobile_m3 .m3_swipersmb .m3-paginationmb .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin: 0 0 0 9px;
}
.mobile .mobile_m3 .m3_swipersmb .m3-paginationmb .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #009f40;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb {
  padding: 0 15px;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb .swiper-wrapper img {
  margin: 0 auto;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb .swiper-wrapper .m3-slide1mb img {
  width: 324px;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb .swiper-wrapper .m3-slide2mb img {
  width: 334px;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb .swiper-wrapper .m3-slide3mb img {
  width: 333px;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb .swiper-wrapper .m3-slide4mb img {
  width: 333px;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb .swiper-wrapper .m3-slide5mb img {
  width: 343px;
}
.mobile .mobile_m3 .m3_swipersmb .m3_swipermb .swiper-wrapper .mobile_p20 {
  margin: 0 0 30px;
}

h2.section-title {
  font-size: calc(30px + 32 * (100vw - 375px) / 1225);
  line-height: 1.2;
  text-align: center;
  color: #323c50;
  margin: 0;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: calc(22px + 18 * (100vw - 375px) / 1225) auto 0;
}
@media (min-width: 1600px) {
  .owl-carousel .owl-nav {
    margin: 40px auto 0;
  }
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  font-size: 0;
  width: calc(40px + 20 * (100vw - 375px) / 1225);
  height: calc(40px + 20 * (100vw - 375px) / 1225);
  background-color: #009482;
  background-image: url("../images/common/icon_arrow_white.png");
  background-size: calc(16px + 4 * (100vw - 375px) / 1225);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #009482;
  background-image: url("../images/common/icon_arrow_white.png");
  background-size: calc(16px + 4 * (100vw - 375px) / 1225);
  background-position: center;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.owl-carousel .owl-dots {
  width: calc(100% - (50px + 30 * (100vw - 375px) / 1225) * 2);
  max-width: 640px;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc((40px + 20 * (100vw - 375px) / 1225) / 2);
  transform: translateY(50%);
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .owl-carousel .owl-dots {
    bottom: 30px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 100%;
  height: calc(2px + 2 * (100vw - 375px) / 1225);
  margin: 0;
  background-color: rgba(50, 195, 175, 0.4);
}
@media (min-width: 1600px) {
  .owl-carousel .owl-dots .owl-dot span {
    height: 4px;
  }
}
.owl-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: calc(4px + 4 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 8px;
  }
}
.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #009482;
}

.link-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-group .link {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px calc(8px + 12 * (100vw - 375px) / 1225);
  border-radius: 99px;
  border-width: 2px;
  border-style: solid;
  font-size: calc(16px + 6 * (100vw - 375px) / 1225);
  line-height: 1.4;
}
@media (min-width: 1600px) {
  .link-group .link {
    padding: 8px 20px;
    font-size: 22px;
  }
}
.link-group .link::after {
  content: "";
  display: block;
  width: calc(16px + 4 * (100vw - 375px) / 1225);
  height: calc(16px + 4 * (100vw - 375px) / 1225);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .link-group .link::after {
    width: 20px;
    height: 20px;
  }
}
.link-group .link.link-outlined {
  color: #323c50;
  border-color: #323c50;
}
.link-group .link.link-outlined::after {
  background-image: url("../images/common/icon_arrow_gray.png");
}
.link-group .link.link-filled {
  background-color: #ff761e;
  color: #fff;
  border-color: #ff761e;
}
.link-group .link.link-filled::after {
  background-image: url("../images/common/icon_arrow_white.png");
}
.link-group .link + .link {
  margin-left: calc(10px + 10 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .link-group .link + .link {
    margin-left: 20px;
  }
}

.section-event .page-title {
  font-size: calc(42px + 50 * (100vw - 375px) / 1225);
  line-height: 1.2;
  color: #323c50;
  text-align: center;
}
@media (min-width: 1600px) {
  .section-event .page-title {
    font-size: 92px;
  }
}
.section-event .page-title span {
  display: block;
}
@media (min-width: 1600px) {
  .section-event .page-title span {
    display: inline;
  }
}
.section-event .page-title small {
  display: block;
  margin-top: calc(10px + 10 * (100vw - 375px) / 1225);
  font-size: calc(26px + 36 * (100vw - 375px) / 1225);
  line-height: 1.2;
  color: #009482;
}
@media (min-width: 1600px) {
  .section-event .page-title small {
    font-size: 62px;
    margin-top: 20px;
  }
}
.section-event .description {
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.5;
  color: #323c50;
  margin-top: 0;
  margin-bottom: calc(16px + 24 * (100vw - 375px) / 1225);
}
@media (min-width: 1024px) {
  .section-event .description {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .section-event .description {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .section-event .description span {
    display: block;
    font-size: 0;
  }
}
.section-event .event-list {
  margin-bottom: calc(20px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1024px) {
  .section-event .event-list {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .section-event .event-list {
    margin-bottom: 40px;
  }
}
.section-event .event-list .event-item {
  padding: calc(20px + 15 * (100vw - 375px) / 1225) calc(10px + 25 * (100vw - 375px) / 1225);
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .section-event .event-list .event-item {
    padding: 35px;
  }
}
.section-event .event-list .event-item .event-item-wrap {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item .event-item-wrap {
    flex-direction: column;
    align-items: start;
  }
}
.section-event .event-list .event-item .title {
  font-size: calc(22px + 18 * (100vw - 375px) / 1225);
  line-height: 1.4;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item .title {
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 1600px) {
  .section-event .event-list .event-item .title {
    font-size: 40px;
  }
}
.section-event .event-list .event-item .title::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  border-radius: 2px;
  margin: 0 10px;
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item .title::after {
    margin: 10px 0;
    width: 60px;
    height: 4px;
  }
}
.section-event .event-list .event-item p,
.section-event .event-list .event-item ul {
  margin: 0;
  font-size: calc(16px + 6 * (100vw - 375px) / 1225);
  line-height: 1.5;
}
@media (min-width: 1600px) {
  .section-event .event-list .event-item p,
  .section-event .event-list .event-item ul {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item p span {
    display: block;
  }
}
.section-event .event-list .event-item ul {
  list-style: disc;
  padding-left: 24px;
}
.section-event .event-list .event-item:nth-child(odd) {
  background-color: #d8fcc0;
  transform: rotate(1deg);
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item:nth-child(odd) {
    transform: rotate(4deg);
  }
}
.section-event .event-list .event-item:nth-child(odd) .event-item-wrap {
  transform: rotate(-1deg);
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item:nth-child(odd) .event-item-wrap {
    transform: rotate(-4deg);
  }
}
.section-event .event-list .event-item:nth-child(odd) .title::after {
  background-color: #3d853c;
}
.section-event .event-list .event-item:nth-child(even) {
  background-color: #91f4ca;
  transform: rotate(-1deg);
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item:nth-child(even) {
    transform: rotate(-4deg);
  }
}
.section-event .event-list .event-item:nth-child(even) .event-item-wrap {
  transform: rotate(1deg);
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item:nth-child(even) .event-item-wrap {
    transform: rotate(4deg);
  }
}
.section-event .event-list .event-item:nth-child(even) .title::after {
  background-color: #323c50;
}
.section-event .event-list .event-item + .event-item {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .section-event .event-list .event-item + .event-item {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .section-event .event-list .event-item + .event-item {
    margin-left: 40px;
  }
}
.section-event .hint {
  font-size: calc(12px + 4 * (100vw - 375px) / 1225);
  line-height: 1.4;
  color: #323c50;
  display: block;
  text-align: center;
  margin-bottom: calc(20px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-event .hint {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.section-choose .section-title {
  color: #323c50;
  font-size: calc(30px + 32 * (100vw - 375px) / 1225);
  line-height: 1.2;
  margin-bottom: calc(10px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1024px) {
  .section-choose .section-title {
    display: block;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 1600px) {
  .section-choose .section-title {
    font-size: 62px;
    margin-bottom: 30px;
  }
}
.section-choose .section-title small {
  display: block;
  color: #009482;
  font-size: calc(24px + 18 * (100vw - 375px) / 1225);
  line-height: 1.4;
  margin-bottom: calc(10px + 10 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-choose .section-title small {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .section-choose .section-title span {
    display: block;
    font-size: 0;
  }
}
.section-choose .description {
  color: #323c50;
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: calc(20px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-choose .description {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .section-choose .description span {
    display: block;
    font-size: 0;
  }
}
@media (min-width: 1024px) {
  .section-choose .choose-list {
    display: flex;
  }
}
.section-choose .choose-item {
  box-shadow: 0px 0px 12px 0px rgba(0, 45, 70, 0.2);
  background-color: #fff;
  border-radius: 10px 30px;
  display: flex;
  align-items: center;
  width: calc(100% - 10px);
  position: relative;
}
@media (min-width: 1024px) {
  .section-choose .choose-item {
    flex-direction: column;
    width: 100%;
  }
}
.section-choose .choose-item .image {
  width: calc(120px + 160 * (100vw - 375px) / 1225);
  margin-right: 5px;
}
@media (min-width: 1600px) {
  .section-choose .choose-item .image {
    width: 280px;
  }
}
.section-choose .choose-item .title {
  font-size: calc(20px + 24 * (100vw - 375px) / 1225);
  line-height: 1.4;
  color: #009482;
  margin: 0;
}
@media (min-width: 1600px) {
  .section-choose .choose-item .title {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .section-choose .choose-item .title span {
    display: block;
    margin-bottom: calc(24px + 8 * (100vw - 375px) / 1225);
  }
}
@media (min-width: 1600px) {
  .section-choose .choose-item .title span {
    margin-bottom: 32px;
  }
}
.section-choose .choose-item .btn-choose {
  border: none;
  outline: none;
  width: calc(40px + 40 * (100vw - 375px) / 1225);
  height: calc(40px + 40 * (100vw - 375px) / 1225);
  border-radius: 50%;
  background-color: #009482;
  background-image: url("../images/common/icon_arrow_white.png");
  background-size: calc(16px + 4 * (100vw - 375px) / 1225);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  bottom: -10px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .section-choose .choose-item .btn-choose {
    bottom: -24px;
  }
}
@media (min-width: 1600px) {
  .section-choose .choose-item .btn-choose {
    width: 80px;
    height: 80px;
    background-size: 20px;
  }
}
.section-choose .choose-item + .choose-item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section-choose .choose-item + .choose-item {
    margin-top: 0;
    margin-left: calc(20px + 30 * (100vw - 375px) / 1225);
  }
}
@media (min-width: 1600px) {
  .section-choose .choose-item + .choose-item {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .section-compare .container {
    display: flex;
    align-items: center;
  }
}
.section-compare .section-title {
  color: #323c50;
  font-size: calc(30px + 32 * (100vw - 375px) / 1225);
  line-height: 1.2;
  margin-bottom: calc(10px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1024px) {
  .section-compare .section-title {
    display: block;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 1600px) {
  .section-compare .section-title {
    font-size: 62px;
    margin-bottom: 30px;
  }
}
.section-compare .section-title small {
  display: block;
  color: #009482;
  font-size: calc(24px + 18 * (100vw - 375px) / 1225);
  line-height: 1.4;
  margin-bottom: calc(10px + 10 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-compare .section-title small {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .section-compare .section-title span {
    display: block;
  }
}
.section-compare .description {
  color: #323c50;
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: calc(10px + 52 * (100vw - 375px) / 1225);
  text-align: center;
}
@media (min-width: 1024px) {
  .section-compare .description {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media (min-width: 1600px) {
  .section-compare .description {
    font-size: 22px;
    margin-bottom: 62px;
  }
}
@media (min-width: 1024px) {
  .section-compare .compare-text {
    padding: calc(10px + 30 * (100vw - 375px) / 1225);
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .section-compare .compare-text {
    width: 44.4444444444%;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .section-compare .compare-text .link-group {
    justify-content: start;
  }
}
.section-compare .compare-content {
  box-shadow: 0px 0px 12px 0px rgba(0, 45, 70, 0.2);
  border-radius: calc(20px + 20 * (100vw - 375px) / 1225);
  margin-top: calc(10px + 10 * (100vw - 375px) / 1225);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-compare .compare-content {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .section-compare .compare-content {
    width: 55.5555555556%;
    border-radius: 40px;
    margin-top: 20px;
  }
}
.section-compare .compare-content .compare-range {
  padding: 20px 35px 0;
}
.section-compare .compare-content .compare-range .range-wrap {
  position: relative;
  box-sizing: border-box;
  padding-top: calc(44px + 10 * (100vw - 375px) / 1225);
}
@media (min-width: 1024px) {
  .section-compare .compare-content .compare-range .range-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .section-compare .compare-content .compare-range .range-wrap {
    padding-top: 54px;
  }
}
.section-compare .compare-content .compare-range .range-wrap input {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
}
.section-compare .compare-content .compare-range .range-wrap input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: calc(12px + 12 * (100vw - 375px) / 1225);
  height: calc(12px + 12 * (100vw - 375px) / 1225);
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .section-compare .compare-content .compare-range .range-wrap input::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
}
.section-compare .compare-content .compare-range .range-wrap input::-moz-range-thumb {
  width: calc(12px + 12 * (100vw - 375px) / 1225);
  height: calc(12px + 12 * (100vw - 375px) / 1225);
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .section-compare .compare-content .compare-range .range-wrap input::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
}
.section-compare .compare-content .compare-range .range-wrap .range {
  position: absolute;
  width: 100%;
  height: calc(12px + 12 * (100vw - 375px) / 1225);
  top: calc(44px + 10 * (100vw - 375px) / 1225);
  left: 0;
  background-color: #dce1e6;
  pointer-events: none;
  border-radius: 99px;
}
@media (min-width: 1600px) {
  .section-compare .compare-content .compare-range .range-wrap .range {
    height: 24px;
    top: 54px;
  }
}
.section-compare .compare-content .compare-range .range-wrap .range .fill {
  content: "";
  position: absolute;
  height: calc(12px + 12 * (100vw - 375px) / 1225);
  background-color: #bde9e3;
  width: 50%;
  left: 0;
  border-radius: 99px;
  transition: 0.3s;
}
@media (min-width: 1600px) {
  .section-compare .compare-content .compare-range .range-wrap .range .fill {
    height: 24px;
  }
}
.section-compare .compare-content .compare-range .range-wrap .range .icon {
  content: "";
  width: calc(49px + 21 * (100vw - 375px) / 1225);
  height: calc(70px + 30 * (100vw - 375px) / 1225);
  position: absolute;
  left: 50%;
  top: calc(-44px + -10 * (100vw - 375px) / 1225);
  transform: translateX(-50%);
  background-image: url("../images/index/index_compare_slideBar_icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (min-width: 1600px) {
  .section-compare .compare-content .compare-range .range-wrap .range .icon {
    width: 70px;
    height: 100px;
    top: -54px;
  }
}
.section-compare .compare-content .compare-range .range-wrap .range-label {
  display: flex;
  justify-content: space-between;
  color: #9ba4b7;
  font-size: calc(16px + 6 * (100vw - 375px) / 1225);
  font-weight: 700;
  margin-top: calc(22px + 7 * (100vw - 375px) / 1225);
  margin-bottom: calc(8px + 22 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-compare .compare-content .compare-range .range-wrap .range-label {
    font-size: 22px;
    margin-top: 29px;
    margin-bottom: 30px;
  }
}
.section-compare .compare-content .text {
  text-align: center;
  font-weight: 700;
  color: #323c50;
  font-size: calc(24px + 18 * (100vw - 375px) / 1225);
  margin: 0;
}
@media (min-width: 1600px) {
  .section-compare .compare-content .text {
    font-size: 42px;
  }
}
.section-compare .compare-content .text .multiple {
  color: #ff761e;
}
.section-compare .compare-content .text .multiple .multiple-number {
  font-size: calc(30px + 14 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-compare .compare-content .text .multiple .multiple-number {
    font-size: 44px;
  }
}
.section-compare .compare-content .video {
  padding-bottom: 75%;
  position: relative;
}
.section-compare .compare-content .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.section-plan .section-title {
  margin-bottom: calc(10px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1024px) {
  .section-plan .section-title {
    margin-bottom: 30px;
  }
}
.section-plan .description {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #323c50;
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .section-plan .description {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .section-plan .description {
    font-size: 22px;
  }
}
.section-plan .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto calc(20px + 10 * (100vw - 375px) / 1225);
  max-width: 800px;
}
@media (min-width: 1600px) {
  .section-plan .btn-group {
    margin: 0 auto 30px;
  }
}
.section-plan .btn-group .btn-plan {
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 6px calc(20px + 10 * (100vw - 375px) / 1225);
  box-shadow: 0px 0px 12px 0px rgba(0, 45, 70, 0.2);
  padding: 10px;
  width: 100%;
  cursor: pointer;
  color: #12695f;
  font-weight: 700;
  font-size: calc(16px + 6 * (100vw - 375px) / 1225);
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .section-plan .btn-group .btn-plan {
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .section-plan .btn-group .btn-plan {
    border-radius: 6px 30px;
    font-size: 22px;
  }
}
.section-plan .btn-group .btn-plan + .btn-plan {
  margin-left: calc(10px + 30 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-plan .btn-group .btn-plan + .btn-plan {
    margin-left: 40px;
  }
}
.section-plan .btn-group .btn-plan .icon {
  display: none;
}
@media (min-width: 1024px) {
  .section-plan .btn-group .btn-plan .icon {
    display: block;
    width: 40px;
    height: 40px;
  }
}
.section-plan .btn-group .btn-plan.active {
  background-color: #91f4ca;
}
@media (min-width: 1024px) {
  .section-plan .btn-group .btn-plan.active {
    font-size: calc(18px + 8 * (100vw - 375px) / 1225);
  }
}
@media (min-width: 1600px) {
  .section-plan .btn-group .btn-plan.active {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .section-plan .btn-group .btn-plan.active .icon {
    width: 60px;
    height: 60px;
  }
}
.section-plan .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
.section-plan .plan-item {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 45, 70, 0.2);
  border-radius: calc(20px + 20 * (100vw - 375px) / 1225);
  padding: calc(40px + 10 * (100vw - 375px) / 1225) calc(20px + 10 * (100vw - 375px) / 1225);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1600px) {
  .section-plan .plan-item {
    border-radius: 40px;
    padding: 50px 30px;
  }
}
.section-plan .plan-item .title {
  color: #009482;
  font-size: calc(20px + 22 * (100vw - 375px) / 1225);
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .section-plan .plan-item .title {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .section-plan .plan-item .title strong {
    font-size: calc(20px + 42 * (100vw - 375px) / 1225);
  }
}
@media (min-width: 1600px) {
  .section-plan .plan-item .title strong {
    font-size: 62px;
  }
}
.section-plan .plan-item .content {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: calc(14px + 16 * (100vw - 375px) / 1225);
  line-height: 1.4;
}
@media (min-width: 1600px) {
  .section-plan .plan-item .content {
    font-size: 30px;
  }
}

.section-fund .section-title {
  margin-bottom: calc(10px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1024px) {
  .section-fund .section-title {
    margin-bottom: 30px;
  }
}
.section-fund .description {
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.5;
  color: #323c50;
  margin-top: 0;
  margin-bottom: calc(10px + 10 * (100vw - 375px) / 1225);
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .section-fund .description {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.section-fund .fund-item {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding-bottom: calc(100% - 32px);
  background-image: url("../images/index/index_fund_item_board.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1024px) {
  .section-fund .fund-item {
    width: 87.5%;
    padding-bottom: 87.5%;
    margin: 0;
  }
}
.section-fund .fund-item .fund-item-wrap {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-fund .fund-item .image {
  width: calc(50px + 60 * (100vw - 375px) / 1225);
  height: calc(50px + 60 * (100vw - 375px) / 1225);
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .section-fund .fund-item .image {
    width: 110px;
    height: 110px;
  }
}
.section-fund .fund-item .text {
  text-align: center;
}
.section-fund .fund-item .title {
  font-size: calc(18px + 10 * (100vw - 375px) / 1225);
  line-height: 1.5;
  color: #009482;
  margin-top: 0;
  margin-bottom: 4px;
}
@media (min-width: 1600px) {
  .section-fund .fund-item .title {
    font-size: 28px;
  }
}
.section-fund .fund-item .content {
  display: none;
  margin-top: 0;
  margin-bottom: calc(10px + 5 * (100vw - 375px) / 1225);
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.4;
}
@media (min-width: 1600px) {
  .section-fund .fund-item .content {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.section-fund .fund-item .btn-fund {
  cursor: pointer;
  border: none;
  outline: none;
  display: none;
  background-color: #ff761e;
  color: #fff;
  text-decoration: none;
  padding: 8px calc(10px + 10 * (100vw - 375px) / 1225);
  font-size: calc(16px + 6 * (100vw - 375px) / 1225);
  font-weight: 700;
  border-radius: 99px;
}
@media (min-width: 1600px) {
  .section-fund .fund-item .btn-fund {
    padding: 8px 20px;
    font-size: 22px;
  }
}
.section-fund .fund-item .btn-fund::after {
  content: "";
  display: block;
  width: calc(16px + 4 * (100vw - 375px) / 1225);
  height: calc(16px + 4 * (100vw - 375px) / 1225);
  background-image: url("../images/common/icon_arrow_white.png");
  background-size: contain;
}
@media (min-width: 1600px) {
  .section-fund .fund-item .btn-fund::after {
    font-size: 20px;
  }
}
.section-fund .owl-stage {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-fund .owl-item.center .fund-item {
    width: 125%;
    padding-bottom: 125%;
    margin: 0 0 0 -12.5%;
  }
}
.section-fund .owl-item.center .fund-item .title {
  color: #ff761e;
  font-size: calc(22px + 14 * (100vw - 375px) / 1225);
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  .section-fund .owl-item.center .fund-item .title {
    font-size: 36px;
  }
}
.section-fund .owl-item.center .fund-item .title::after {
  content: "";
  position: absolute;
  width: 70px;
  height: calc(2px + 2 * (100vw - 375px) / 1225);
  background-color: #ff761e;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .section-fund .owl-item.center .fund-item .title::after {
    height: 4px;
  }
}
.section-fund .owl-item.center .fund-item .content {
  display: block;
}
.section-fund .owl-item.center .fund-item .btn-fund {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-fund .owl-item.center + .active .fund-item {
    margin-left: 12.5%;
  }
}

.section-blog .section-title {
  margin-bottom: calc(20px + 10 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-blog .section-title {
    margin-bottom: 30px;
  }
}
.section-blog .blog-item {
  box-shadow: 0px 0px 12px 0px rgba(0, 45, 70, 0.2);
  border-radius: 12px;
  padding: calc(18px + 2 * (100vw - 375px) / 1225);
  margin: calc(12px + 8 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-blog .blog-item {
    padding-bottom: 20px;
    margin: 20px;
  }
}
.section-blog .blog-item .image {
  margin-bottom: 15px;
}
.section-blog .blog-item .title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: calc(20px + 8 * (100vw - 375px) / 1225);
  line-height: 1.4;
  color: #009482;
}
@media (min-width: 1600px) {
  .section-blog .blog-item .title {
    font-size: 28px;
  }
}
.section-blog .blog-item .content {
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.4;
  color: #323c50;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 1600px) {
  .section-blog .blog-item .content {
    font-size: 22px;
  }
}
.section-blog .blog-item btn-fund-wrap {
  display: flex;
  justify-content: end;
}
.section-blog .blog-item btn-fund-wrap .link {
  color: #323c50;
  font-size: calc(18px + 4 * (100vw - 375px) / 1225);
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #323c50;
  padding: calc(4px + 4 * (100vw - 375px) / 1225) calc(20px + 4 * (100vw - 375px) / 1225);
  border-radius: 99px;
}
@media (min-width: 1600px) {
  .section-blog .blog-item btn-fund-wrap .link {
    font-size: 22px;
    padding: 8px 24px;
  }
}

.section-qa .section-title {
  margin-bottom: 30px;
}
.section-qa .qa-list {
  padding-left: 0;
  counter-reset: qa;
}
.section-qa .qa-item {
  box-shadow: 0px 0px 12px 0px rgba(0, 45, 70, 0.2);
  border-radius: calc(20px + 10 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-qa .qa-item {
    border-radius: 30px;
  }
}
.section-qa .qa-item details {
  padding: calc(10px + 10 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-qa .qa-item details {
    padding: 20px;
  }
}
.section-qa .qa-item details summary {
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: calc(16px + 12 * (100vw - 375px) / 1225);
  line-height: 1.4;
  color: #009482;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1600px) {
  .section-qa .qa-item details summary {
    font-size: 20px;
  }
}
.section-qa .qa-item details summary::-webkit-details-marker {
  display: none;
}
.section-qa .qa-item details summary span {
  margin: 0 calc(5px + 15 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-qa .qa-item details summary span {
    margin: 0 20px;
  }
}
.section-qa .qa-item details summary::before {
  content: "Q" counter(qa);
  counter-increment: qa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 20 * (100vw - 375px) / 1225);
  height: calc(30px + 20 * (100vw - 375px) / 1225);
  background-color: #d3f4f0;
  border-radius: 50%;
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.4;
  font-weight: 700;
  flex-shrink: 0;
}
@media (min-width: 1600px) {
  .section-qa .qa-item details summary::before {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.section-qa .qa-item details summary::after {
  content: "";
  display: block;
  width: calc(40px + 20 * (100vw - 375px) / 1225);
  height: calc(40px + 20 * (100vw - 375px) / 1225);
  background-color: #009482;
  background-image: url("../images/common/icon_arrow_white.png");
  background-size: calc(16px + 4 * (100vw - 375px) / 1225);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: transform 0.3s;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: auto;
}
@media (min-width: 1600px) {
  .section-qa .qa-item details summary::after {
    width: 60px;
    height: 60px;
    background-size: 20px;
  }
}
.section-qa .qa-item details p {
  margin: 0 calc(45px + 35 * (100vw - 375px) / 1225) 0 calc(35px + 35 * (100vw - 375px) / 1225);
  padding-top: calc(10px + 10 * (100vw - 375px) / 1225);
  color: #002d46;
  font-weight: normal;
  font-size: calc(14px + 8 * (100vw - 375px) / 1225);
  line-height: 1.5;
}
@media (min-width: 1600px) {
  .section-qa .qa-item details p {
    margin: 0 80px 0 70px;
    padding-top: 20px;
    font-size: 22px;
  }
}
.section-qa .qa-item details[open] summary::after {
  transform: rotate(-90deg);
}
.section-qa .qa-item + .qa-item {
  margin-top: calc(20px + 20 * (100vw - 375px) / 1225);
}
@media (min-width: 1600px) {
  .section-qa .qa-item + .qa-item {
    margin-top: 40px;
  }
}