/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pc {
  display: block !important;
}
@media (max-width: 1280px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width: 1280px) {
  .mobile {
    display: block !important;
  }
}

.demo {
  position: absolute;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
}
.demo img {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  background-color: #fff;
  overflow: hidden;
}
.wrapper a {
  text-decoration: none;
}
.wrapper img {
  width: 100%;
  max-width: 100%;
  font-size: 0;
  display: block;
}
.wrapper .kv {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.wrapper .kv img {
  width: 100%;
}
.wrapper .part-container {
  z-index: 3;
  position: relative;
}
@media (max-width: 1280px) {
  .wrapper .part-container {
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 1280px) {
  .wrapper .part-container {
    width: 1920px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.wrapper .section {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.wrapper .section .content {
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.wrapper .section .content.btn-content {
  padding: 30px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.btn-content {
    padding: 2.32vw;
  }
}
.wrapper .section .content.btn-content .btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px 12px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.btn-content .btn-group {
    padding: 1.2vw 1vw;
  }
}
.wrapper .section .content.btn-content .btn-group a {
  width: 33.3333333333%;
  max-width: 100%;
  font-size: 36px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, #00a5ff 0%, #053b77 90%);
  padding: 15px;
  margin: 0 20px;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .wrapper .section .content.btn-content .btn-group a {
    font-size: 2.82vw;
    padding: 1.17vw;
    border-radius: 3vw;
    margin: 0 1.5vw;
  }
}
.wrapper .section .content.index-main {
  padding: 70px 30px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main {
    padding: 5.5vw 2.32vw;
  }
}
.wrapper .section .content.index-main h3 {
  font-size: 70px;
  color: #4cabc1;
  font-weight: bolder;
  padding-bottom: 37px;
  border-bottom: 4px solid #4cabc1;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main h3 {
    font-size: 5.46vw;
    padding-bottom: 3vw;
    border-bottom: 0.35vw solid #4cabc1;
  }
}
.wrapper .section .content.index-main h4 {
  font-size: 28px;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.7em;
  letter-spacing: 2px;
  padding: 28px 60px 0;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main h4 {
    font-size: 2.18vw;
    line-height: 3.7vw;
    letter-spacing: 0.15vw;
    padding: 2.2vw 4.6vw 0;
  }
}
.wrapper .section .content.index-main.p02 h3 {
  color: #fff;
  border-bottom: none;
}
.wrapper .section .content.index-main.p02 .p02-items-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 50px;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group {
    padding-top: 4vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item {
  position: relative;
  width: 33.3333333333%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 10px;
  box-sizing: border-box;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item {
    border-radius: 2.32vw;
    margin: 0 0.8vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item.item-border {
  position: relative;
  padding: 5px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item.item-border {
    padding: 0.4vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item.item-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-radius: 30px;
  background-image: linear-gradient(to right, #053b77 0%, #2c6ab4 100%);
  background-origin: border-box;
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item.item-border::before {
    border-width: 0.4vw;
    padding: 0.4vw;
    border-radius: 2.32vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #2c6ab4 0%, #053b77 100%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-title {
    font-size: 1.7vw;
    padding: 1vw 2vw;
    border-radius: 2.32vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-pic {
  width: 100%;
  max-width: 100%;
  background-color: #c9ecf4;
  padding: 25px 0 8px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-pic {
    padding: 2vw 0 0.7vw;
    border-radius: 2vw 2vw 0 0;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-pic .pic {
  width: 42%;
  max-width: 100%;
  margin: 0 auto;
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-pic .pic img {
  width: 100%;
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt {
  padding: 22px 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt {
    padding: 1.8vw 0 2.2vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt h5 {
  font-size: 32px;
  font-weight: bolder;
  color: #4cabc1;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt h5 {
    font-size: 2.5vw;
    padding-bottom: 1.5vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt p {
  font-size: 20px;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 1.3em;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt p {
    font-size: 1.55vw;
    line-height: 2.05vw;
  }
}
.wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt h6 {
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 35px;
  background: linear-gradient(to right, #57b5cd 0%, #8ac6d2 100%);
  margin: 23px 0 10px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p02 .p02-items-group .p02-item .item-txt h6 {
    font-size: 1.55vw;
    padding: 1vw 2.4vw;
    border-radius: 2.5vw;
    margin: 1.8vw 0 0.8vw;
  }
}
.wrapper .section .content.index-main.p03 .p03-items-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 70px 60px 0;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p03 .p03-items-group {
    padding: 5.5vw 4.8vw;
  }
}
.wrapper .section .content.index-main.p03 .p03-items-group .p03-item {
  width: 33.3333333333%;
  max-width: 100%;
  background-color: #4cabc1;
  border-radius: 40px;
  margin: 0 10px;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p03 .p03-items-group .p03-item {
    border-radius: 3vw;
    margin: 0 0.8vw;
    padding: 2.3vw 1.6vw;
  }
}
.wrapper .section .content.index-main.p03 .p03-items-group .p03-item .item-pic {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 38px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p03 .p03-items-group .p03-item .item-pic {
    padding-bottom: 3vw;
  }
}
.wrapper .section .content.index-main.p03 .p03-items-group .p03-item .item-pic img {
  width: 100%;
}
.wrapper .section .content.index-main.p03 .p03-items-group .p03-item p {
  font-size: 34px;
  font-weight: bolder;
  line-height: 1.3em;
  color: #fff;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p03 .p03-items-group .p03-item p {
    font-size: 2.65vw;
    line-height: 3.5vw;
  }
}
.wrapper .section .content.index-main.p03 .p03-items-group .p03-item:nth-child(3) .item-pic {
  padding-bottom: 14px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p03 .p03-items-group .p03-item:nth-child(3) .item-pic {
    padding-bottom: 1.1vw;
  }
}
.wrapper .section .content.index-main.p04 {
  position: relative;
}
.wrapper .section .content.index-main.p04 h6 {
  color: #fff;
  font-size: 36px;
  font-weight: bolder;
  letter-spacing: 2px;
  padding: 28px;
  border-radius: 60px;
  background: linear-gradient(to right, #053b77 0%, #2c6ab4 100%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p04 h6 {
    font-size: 2.81vw;
    letter-spacing: 0.16vw;
    padding: 2.2vw;
    border-radius: 5vw;
  }
}
.wrapper .section .content.index-main.p04 h3 {
  color: #184c15;
  text-align: left;
  border-bottom: none;
  padding: 85px 0 14px 50px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p04 h3 {
    padding: 6.6vw 0 1.1vw 3.9vw;
  }
}
.wrapper .section .content.index-main.p04 ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 32px;
  font-weight: bolder;
  color: #184c15;
  letter-spacing: 2px;
  background-color: #ecf2e4;
  padding: 10px 50px;
  margin-top: 30px;
  border-radius: 15px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p04 ul li {
    font-size: 2.5vw;
    letter-spacing: 0.15vw;
    padding: 0.8vw 3.9vw;
    margin-top: 2.32vw;
    border-radius: 1vw;
  }
}
.wrapper .section .content.index-main.p04 ul li::before {
  content: "";
  width: 48px;
  height: 53px;
  background-image: url("../img/index-icon-04.svg");
  background-repeat: no-repeat;
  display: block;
  padding-right: 14px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p04 ul li::before {
    width: 3.8vw;
    height: 4.1vw;
    padding-right: 1.1vw;
  }
}
.wrapper .section .content.index-main.p04 .p04-deco {
  position: absolute;
  right: 0;
  bottom: 69px;
  width: 40%;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .wrapper .section .content.index-main.p04 .p04-deco {
    bottom: 5.42vw;
  }
}
.wrapper .section .content.index-main.p04 .p04-deco img {
  width: 100%;
}
.wrapper .section .content.plan-main {
  padding: 70px 30px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main {
    padding: 5.5vw 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p01 {
  background-image: url("../img/plan-deco-01.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: right;
  padding: 80px 32px 9px 30px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p01 {
    padding: 6.3vw 2.5vw 0.6vw 5vw;
  }
}
.wrapper .section .content.plan-main .plan-p01 h3 {
  font-size: 101px;
  color: #4cabc1;
  font-weight: bolder;
  padding-bottom: 37px;
  letter-spacing: -1.5px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p01 h3 {
    font-size: 7.9vw;
    padding-bottom: 3vw;
    letter-spacing: -0.11vw;
  }
}
.wrapper .section .content.plan-main .plan-p01 h4 {
  font-size: 69px;
  font-weight: bolder;
  color: #4cabc1;
  letter-spacing: 2px;
  letter-spacing: -2.8px;
  padding-bottom: 27px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p01 h4 {
    font-size: 5.39vw;
    letter-spacing: -0.22vw;
    padding-bottom: 2.1vw;
  }
}
.wrapper .section .content.plan-main .plan-p02 {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #e6e6e6;
  border-radius: 30px;
  margin-top: 140px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02 {
    border-radius: 2.32vw;
    margin-top: 11vw;
  }
}
.wrapper .section .content.plan-main .plan-p02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background: linear-gradient(to bottom, #772105 50%, #b44e2c 100%);
  border-radius: 0 0 30px 30px;
  z-index: -1;
  transform: translateY(50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02::before {
    height: 5.2vw;
    border-radius: 0 0 2.32vw 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p02::after {
  content: "";
  position: absolute;
  width: 133px;
  height: 115px;
  background-image: url("../img/plan-icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: -3%;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02::after {
    width: 10.2vw;
    height: 9vw;
    bottom: -1.1vw;
  }
}
.wrapper .section .content.plan-main .plan-p02 .box-header {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02 .box-header {
    top: -0.7vw;
  }
}
.wrapper .section .content.plan-main .plan-p02 .box-header p {
  font-size: 21px;
  letter-spacing: 2px;
  color: #4d4d4d;
  padding-bottom: 12px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02 .box-header p {
    font-size: 1.65vw;
    letter-spacing: 0.15vw;
    padding-bottom: 1vw;
  }
}
.wrapper .section .content.plan-main .plan-p02 .box-header .box-title {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  display: inline-block;
  padding: 14px 93px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #b44e2c 0%, #772105 100%);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02 .box-header .box-title {
    font-size: 3.1vw;
    padding: 1.1vw 7.2vw;
    border-radius: 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p02 .p02-items-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 105px 36px 75px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02 .p02-items-group {
    gap: 1.2vw;
    padding: 8.2vw 2.8vw 6vw;
  }
}
.wrapper .section .content.plan-main .plan-p02 .p02-items-group .p02-item {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 32px);
  --widthC: calc(var(--widthB) / 3);
  width: var(--widthC);
  font-size: 32px;
  font-weight: bolder;
  padding: 24px 20px;
  color: #fff;
  background-color: #4cabc1;
  border-radius: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02 .p02-items-group .p02-item {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 2.4vw);
    --widthC: calc(var(--widthB) / 3);
    width: var(--widthC);
    font-size: 2.5vw;
    border-radius: 4vw;
    border: 0.1vw solid #fff;
    padding: 1.88vw 2vw;
  }
}
.wrapper .section .content.plan-main .plan-p02 .p02-items-group .p02-item:first-child {
  width: 41%;
  margin-left: auto;
}
.wrapper .section .content.plan-main .plan-p02 .p02-deco {
  position: absolute;
  width: 12%;
  top: 24%;
  left: 18%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p02 .p02-deco {
    top: 8.5vw;
    left: 17.2vw;
  }
}
.wrapper .section .content.plan-main .plan-p03 {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #e6e6e6;
  border-radius: 30px;
  margin-top: 166px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03 {
    margin-top: 13vw;
    border-radius: 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background: linear-gradient(to bottom, #f77d1e 50%, #fbbf3b 100%);
  border-radius: 0 0 30px 30px;
  z-index: -1;
  transform: translateY(50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03::before {
    height: 5.2vw;
    border-radius: 0 0 2.32vw 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p03::after {
  content: "";
  position: absolute;
  width: 133px;
  height: 115px;
  background-image: url("../img/plan-icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: -3%;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03::after {
    width: 10.2vw;
    height: 9vw;
    bottom: -1.1vw;
  }
}
.wrapper .section .content.plan-main .plan-p03 .box-header {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03 .box-header {
    top: -0.7vw;
  }
}
.wrapper .section .content.plan-main .plan-p03 .box-header p {
  font-size: 21px;
  letter-spacing: 2px;
  color: #4d4d4d;
  padding-bottom: 12px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03 .box-header p {
    font-size: 1.65vw;
    letter-spacing: 0.15vw;
    padding-bottom: 1vw;
  }
}
.wrapper .section .content.plan-main .plan-p03 .box-header .box-title {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  display: inline-block;
  padding: 14px 93px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #fbbf3b 0%, #f77d1e 100%);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03 .box-header .box-title {
    font-size: 3.1vw;
    padding: 1.1vw 7.2vw;
    border-radius: 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p03 .p03-items-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 105px 36px 75px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03 .p03-items-group {
    gap: 1.2vw;
    padding: 8.2vw 2.8vw 6vw;
  }
}
.wrapper .section .content.plan-main .plan-p03 .p03-items-group .p03-item {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 20px);
  --widthC: calc(var(--widthB) / 2);
  width: var(--widthC);
  font-size: 32px;
  font-weight: bolder;
  padding: 24px 20px;
  color: #fff;
  background-color: #4cabc1;
  border-radius: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03 .p03-items-group .p03-item {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 2.4vw);
    --widthC: calc(var(--widthB) / 2);
    width: var(--widthC);
    font-size: 2.5vw;
    border-radius: 4vw;
    border: 0.1vw solid #fff;
    padding: 1.88vw 2vw;
  }
}
.wrapper .section .content.plan-main .plan-p03 .p03-items-group .p03-item:nth-child(1) {
  width: 38%;
}
.wrapper .section .content.plan-main .plan-p03 .p03-items-group .p03-item:nth-child(2) {
  width: 38%;
}
.wrapper .section .content.plan-main .plan-p03 .p03-deco {
  position: absolute;
  width: 12%;
  top: 24%;
  right: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p03 .p03-deco {
    top: 8.5vw;
  }
}
.wrapper .section .content.plan-main .plan-p04 {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #e6e6e6;
  border-radius: 30px;
  margin-top: 166px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04 {
    margin-top: 13vw;
    border-radius: 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background: linear-gradient(to bottom, #c9a200 50%, #ffd06c 100%);
  border-radius: 0 0 30px 30px;
  z-index: -1;
  transform: translateY(50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04::before {
    height: 5.2vw;
    border-radius: 0 0 2.32vw 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p04 .box-header {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04 .box-header {
    top: -0.7vw;
  }
}
.wrapper .section .content.plan-main .plan-p04 .box-header p {
  font-size: 21px;
  letter-spacing: 2px;
  color: #4d4d4d;
  padding-bottom: 12px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04 .box-header p {
    font-size: 1.65vw;
    letter-spacing: 0.15vw;
    padding-bottom: 1vw;
  }
}
.wrapper .section .content.plan-main .plan-p04 .box-header .box-title {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  display: inline-block;
  padding: 14px 93px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #ffd06c 0%, #c9a200 100%);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04 .box-header .box-title {
    font-size: 3.1vw;
    padding: 1.1vw 7.2vw;
    border-radius: 2.32vw;
  }
}
.wrapper .section .content.plan-main .plan-p04 .p04-items-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 105px 63px 75px 20px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04 .p04-items-group {
    gap: 1.2vw;
    padding: 8.2vw 2.8vw 6vw;
  }
}
.wrapper .section .content.plan-main .plan-p04 .p04-items-group .p04-item {
  --widthA: 100%;
  --widthB: calc(var(--widthA) - 20px);
  --widthC: calc(var(--widthB) / 2);
  width: var(--widthC);
  font-size: 32px;
  font-weight: bolder;
  padding: 24px 20px;
  color: #fff;
  background-color: #4cabc1;
  border-radius: 40px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04 .p04-items-group .p04-item {
    --widthA: 100%;
    --widthB: calc(var(--widthA) - 2.4vw);
    --widthC: calc(var(--widthB) / 2);
    width: var(--widthC);
    font-size: 2.5vw;
    border-radius: 4vw;
    border: 0.1vw solid #fff;
    padding: 1.88vw 2vw;
  }
}
.wrapper .section .content.plan-main .plan-p04 .p04-items-group .p04-item:nth-child(1) {
  width: 33%;
  margin-left: auto;
}
.wrapper .section .content.plan-main .plan-p04 .p04-items-group .p04-item:nth-child(2) {
  width: 46%;
}
.wrapper .section .content.plan-main .plan-p04 .p04-deco {
  position: absolute;
  width: 12%;
  top: 51%;
  left: 11%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .wrapper .section .content.plan-main .plan-p04 .p04-deco {
    top: 10.5vw;
    left: 10.4vw;
  }
}
.wrapper .section .content.contact-main {
  padding: 70px 30px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main {
    padding: 5.5vw 2.32vw;
  }
}
.wrapper .section .content.contact-main.contact-p01 {
  background-image: url("../img/contact-deco-01.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: left;
  padding: 208px 30px 41px;
  margin-bottom: 55px;
  background-size: 95%;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p01 {
    padding: 16.1vw 2.32vw 3.2vw;
    margin-bottom: 4.2vw;
  }
}
.wrapper .section .content.contact-main.contact-p01 h3 {
  font-size: 101px;
  color: #4cabc1;
  font-weight: bolder;
  letter-spacing: -5px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p01 h3 {
    font-size: 7.9vw;
    letter-spacing: -0.4vw;
  }
}
.wrapper .section .content.contact-main.contact-p02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 114px 30px 158px;
  z-index: 0;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p02 {
    padding: 9vw 2vw 12vw;
  }
}
.wrapper .section .content.contact-main.contact-p02 .con-p02-img {
  width: 60%;
  max-width: 100%;
  padding-right: 22px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p02 .con-p02-img {
    padding-right: 1.6vw;
  }
}
.wrapper .section .content.contact-main.contact-p02 .con-p02-img img {
  width: 100%;
}
.wrapper .section .content.contact-main.contact-p02 .con-p02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .section .content.contact-main.contact-p02 .con-p02 .point {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 21px 0;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p02 .con-p02 .point {
    margin: 1.7vw 0;
  }
}
.wrapper .section .content.contact-main.contact-p02 .con-p02 .point h5 {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  background-color: #00a5ff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 14px;
  box-sizing: border-box;
  width: 37%;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p02 .con-p02 .point h5 {
    font-size: 3.1vw;
    border: 0.2vw solid #fff;
    border-radius: 3vw;
    padding: 1.1vw;
  }
}
.wrapper .section .content.contact-main.contact-p02 .con-p02 .point p {
  position: relative;
  font-size: 59px;
  font-weight: bolder;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  background: linear-gradient(to top, #ffb22a, #fff76a);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-left: 25px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p02 .con-p02 .point p {
    font-size: 4.6vw;
    padding-left: 1.9vw;
  }
}
.wrapper .section .content.contact-main.contact-p02 .con-p02 .point p::before {
  content: attr(data-storke);
  position: absolute;
  color: #004a98;
  -webkit-text-stroke: 3px #004a98;
  z-index: -1;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p02 .con-p02 .point p::before {
    -webkit-text-stroke: 0.2vw #004a98;
  }
}
.wrapper .section .content.contact-main.contact-p03 {
  padding: 60px 30px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p03 {
    padding: 4.8vw 2.32vw;
  }
}
.wrapper .section .content.contact-main.contact-p03 .right-now {
  width: 100%;
  max-width: 100%;
  padding-bottom: 47px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p03 .right-now {
    padding-bottom: 3.6vw;
  }
}
.wrapper .section .content.contact-main.contact-p03 .right-now img {
  width: 100%;
}
.wrapper .section .content.contact-main.contact-p03 .cta-txt {
  font-size: 39px;
  font-weight: bolder;
  color: #4cabc1;
  border: 5px solid #4cabc1;
  padding: 25px;
  border-radius: 50px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p03 .cta-txt {
    font-size: 3.05vw;
    border: 0.4vw solid #4cabc1;
    padding: 1.9vw;
    border-radius: 5vw;
  }
}
.wrapper .section .content.contact-main.contact-p03 .cta-btn {
  width: 26%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 37px;
}
@media (max-width: 1280px) {
  .wrapper .section .content.contact-main.contact-p03 .cta-btn {
    padding-top: 3vw;
  }
}
.wrapper .section .content.contact-main.contact-p03 .cta-btn img {
  width: 100%;
}
.wrapper .bg-btn {
  background-color: #e6faff;
}
.wrapper .bg-light-blue {
  background: linear-gradient(to bottom, #8ac6d2 0%, #57b5cd 100%);
}
.wrapper .bg-dark-blue {
  background: linear-gradient(to bottom, #2c6ab4 0%, #053b77 100%);
}
.wrapper .bg-gray {
  background-color: #f7f8f8;
}
.wrapper .font-weight-bolder {
  font-weight: bolder !important;
}
.wrapper .mb-auto {
  margin-bottom: auto !important;
}/*# sourceMappingURL=t_style.css.map */