a.btn.btn-header {
  width: 205px;
  height: 66px;
  margin-left: 20px;
  font-weight: bold;
  background-color: #089abc;
  border-radius: 33px;
  color: #fff;
  border: 1px solid;
  border-color: #089abc;
}
a.btn.btn-header::after {
  width: 8px;
  height: 12px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  right: 21px;
  transition: 0.3s;
}
a.btn.btn-header::before {
  width: 14px;
  height: 23px;
  mask-image: url(../images/index/icon-ques.svg);
  -webkit-mask-image: url(../images/index/icon-ques.svg);
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  left: 21px;
  transition: 0.3s;
}
a.btn.btn-header.btn-mail {
  background-color: #f98d21;
  border-color: #f98d21;
  padding-left: 20px;
}
a.btn.btn-header.btn-mail::before {
  width: 26px;
  height: 19px;
  mask-image: url(../images/index/icon-mail.svg);
  -webkit-mask-image: url(../images/index/icon-mail.svg);
}
a.btn.btn-header.btn-mail:hover {
  background-color: #fff;
  color: #f98d21;
}
a.btn.btn-header.btn-mail:hover::after, a.btn.btn-header.btn-mail:hover::before {
  background-color: #f98d21;
}
a.btn.btn-header:hover {
  background-color: #fff;
  color: #089abc;
}
a.btn.btn-header:hover::after, a.btn.btn-header:hover::before {
  background-color: #089abc;
}

.box-btn-header {
  display: flex;
}

.page-header {
  height: 380px;
  padding-top: 180px;
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(5, 216, 230) 0%, rgb(12, 159, 193) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}
.page-header::before {
  content: "";
  width: 359px;
  height: 352px;
  background-image: url(../images/index/favi.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.27;
  position: absolute;
  left: 60px;
  top: 75px;
  z-index: -1;
}

.title-jp {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.sub-title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #089abc;
  padding-bottom: 25px;
  position: relative;
}
.sub-title::after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #089abc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

a.btn.btn-link {
  min-height: 100px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(50, 151, 183, 0.25);
  font-size: 2.5rem;
  font-weight: bold;
  justify-content: flex-start;
  padding-left: 25px;
  color: #0071b7;
  letter-spacing: 0.1em;
}
a.btn.btn-link::after {
  width: 39px;
  height: 39px;
  background-image: url(../images/index/icon-down-white.svg);
  background-size: 16px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0071b7;
  border-radius: 50%;
  right: 22px;
}

.box-sub-link {
  padding: 30px 24px;
}

.box-sub-link a {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #0071b7;
}

.group-color-2 a.btn.btn-link {
  color: #29a6dd;
}
.group-color-2 a.btn.btn-link::after {
  background-color: #29a6dd;
}
.group-color-2 .box-sub-link a {
  color: #29a6dd;
}
.group-color-2 .box-title-link h2 {
  color: #29a6dd;
}
.group-color-2 a.btn.btn-more {
  background-color: #29a6dd;
}
.group-color-2 .toggle-pc.toggle-link .toggle-hd {
  color: #29a6dd;
}
.group-color-2 .toggle-pc.toggle-link .toggle-hd::after {
  background-color: #29a6dd;
}

.group-color-3 a.btn.btn-link {
  color: #09baa0;
}
.group-color-3 a.btn.btn-link::after {
  background-color: #09baa0;
}
.group-color-3 .box-sub-link a {
  color: #09baa0;
}
.group-color-3 .box-title-link h2 {
  color: #09baa0;
}
.group-color-3 a.btn.btn-more {
  background-color: #09baa0;
}
.group-color-3 .toggle-pc.toggle-link .toggle-hd {
  color: #09baa0;
}
.group-color-3 .toggle-pc.toggle-link .toggle-hd::after {
  background-color: #09baa0;
}

.group-color-4 a.btn.btn-link {
  color: #ea7526;
}
.group-color-4 a.btn.btn-link::after {
  background-color: #ea7526;
}
.group-color-4 .box-sub-link a {
  color: #ea7526;
}
.group-color-4 .box-title-link h2 {
  color: #ea7526;
}
.group-color-4 a.btn.btn-more {
  background-color: #ea7526;
}
.group-color-4 .toggle-pc.toggle-link .toggle-hd {
  color: #ea7526;
}
.group-color-4 .toggle-pc.toggle-link .toggle-hd::after {
  background-color: #ea7526;
}

a.btn.btn-more {
  width: 190px;
  height: 60px;
  border-radius: 30px;
  background: #0071b7;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
a.btn.btn-more::after {
  width: 13px;
  height: 8px;
  background-image: url(../images/index/icon-down-white.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
}

.box-title-link {
  position: relative;
  margin-bottom: 60px;
}

.box-title-link h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #0071b7;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 5px solid;
}

.toggle-pc.toggle-link {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.toggle-pc.toggle-link .toggle-hd {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid;
  border-radius: 10px;
  padding: 0 35px 5px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #0071b7;
  letter-spacing: 0.1em;
  position: relative;
}
.toggle-pc.toggle-link .toggle-hd span {
  margin-right: 3px;
}
.toggle-pc.toggle-link .toggle-hd::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../images/feature/icon-open.svg);
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0071b7;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.toggle-pc.toggle-link .toggle-hd.active::after {
  background-image: url(../images/feature/icon-close.svg);
}
.toggle-pc.toggle-link.toggle-open {
  margin-bottom: 50px;
}

.toggle-cont-link {
  padding: 35px 50px;
}

.box-ft-cont {
  padding-top: 25px;
}
.box-ft-cont h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #009fc4;
  line-height: 1.61;
  margin-bottom: 25px;
}
.box-ft-cont p {
  letter-spacing: 0.05em;
  color: #666;
  line-height: 1.875;
  font-weight: 500;
}

.box-link-01 {
  position: relative;
}
.box-link-01::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eff6f9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -5;
}

.feature-02 {
  position: relative;
}
.feature-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eff6f9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -5;
}
.feature-02::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -2;
}

.box-link-02 {
  position: relative;
}
.box-link-02::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -150px;
  z-index: -2;
  transform: scaleX(-1);
}

.feature-01 {
  position: relative;
}
.feature-01::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -2;
}

.footer-top {
  padding: 0 40px 50px;
  display: flex;
  position: relative;
}
.footer-top::after {
  content: "";
  width: calc(100% + 200px);
  height: 1px;
  background-color: #009fc4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.home-contact-top {
  width: 327px;
}

.footer-right.hide-for-small {
  flex: 1;
}

.box-link-footer {
  display: flex;
}

.link-footer-gr {
  min-width: 176px;
}

a.link-footer {
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
a.link-footer::after {
  content: "-";
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #009fc4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.home-contact-top img {
  width: 250px;
}

a.btn.btn-footer {
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(50, 151, 183, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
a.btn.btn-footer:hover {
  opacity: 0.7;
}

.footer-copyright {
  background-color: #009fc4;
  padding: 22px 0;
}

.no-image .large-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.info-data {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.data-left {
  width: 105px;
  text-align: right;
  font-weight: 500;
  color: #009fc4;
  line-height: 1.875;
}

.data-right {
  flex: 1;
  max-width: 810px;
  padding-left: 10px;
}

.page-navi {
  padding: 50px 0;
}

.page-news .breadcrums {
  padding-top: 25px;
}
.page-news .news-item.item-list {
  padding: 35px 50px;
  margin-bottom: 0;
}

.box-single-top {
  padding-top: 90px;
  padding-bottom: 20px;
  position: relative;
}
.box-single-top::after {
  content: "";
  width: calc(100% + 100px);
  height: 2px;
  background-color: #089abc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

a.btn.btn-main {
  max-width: 250px;
  min-height: 66px;
  background-color: #089abc;
  border: 1px solid #089abc;
  border-radius: 33px;
  color: #fff;
  font-weight: bold;
}
a.btn.btn-main::after {
  width: 6px;
  height: 12px;
  mask-image: url(../images/index/icon-right.svg);
  -webkit-mask-image: url(../images/index/icon-right.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  transition: 0.3s;
  right: 32px;
}
a.btn.btn-main:hover {
  background-color: #fff;
  color: #089abc;
}
a.btn.btn-main:hover::after {
  background-color: #089abc;
}
a.btn.btn-main.btn-white {
  background-color: #fff;
  color: #089abc;
  border-color: #fff;
}
a.btn.btn-main.btn-white::after {
  background-color: #089abc;
}
a.btn.btn-main.btn-white:hover {
  background-color: #089abc;
  color: #fff;
  border-color: #089abc;
}
a.btn.btn-main.btn-white:hover::after {
  background-color: #fff;
}

a.btn.btn-main.btn-home-single {
  width: 250px;
}

.single-content {
  position: relative;
}
.single-content::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -2;
}

.box-title-single {
  display: flex;
  margin-top: 60px;
}

.img-title-left {
  width: 245px;
}
.img-title-left img {
  box-shadow: 0px 0px 15px 0px #3297b7;
  border-radius: 50%;
}

.cont-title-right {
  flex: 1;
  margin-left: 25px;
}

.title-right-box {
  min-height: 130px;
  padding: 32px 45px;
  font-size: 2.4rem;
  font-weight: bold;
  background-image: url(../images/index/bg-title.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #666666;
}

.cont-title-right h2 {
  font-size: 2.1rem;
  font-weight: 500;
  color: #089abc;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 45px;
}

.title-single.title-qna {
  padding-left: 90px;
}

.title-single.title-qna:after {
  content: "Q.";
  font-size: 4.5rem;
  font-weight: bold;
  color: #089abc;
  position: absolute;
  left: -20px;
  top: -10px;
  line-height: 1;
}

.title-answer {
  font-size: 3.9rem;
  font-weight: bold;
  color: #089abc;
  margin-bottom: 30px;
}

.single .page-navi {
  position: relative;
}
.single .page-navi::after {
  content: "";
  width: calc(100% + 100px);
  max-width: 1100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #089abc;
  top: 0;
}

#banner-home {
  position: relative;
}
#banner-home::after {
  content: "";
  width: 100%;
  height: calc(100% + 92px);
  background-image: url(../images/index/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.banner-home {
  height: 748px;
  padding-top: 200px;
  display: flex;
}

.banner-home-text {
  width: 56%;
}

.img-banner {
  width: 44%;
  position: relative;
}

.img-banner img {
  position: absolute;
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}

.flex-item-banner {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.flex-item-banner p {
  width: 134px;
  height: 134px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #089abc;
}

.box-banner-text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 296px;
  height: 33px;
  background-color: #ffec1a;
  border-radius: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #089abc;
  padding-bottom: 1px;
}

.box-banner-text {
  max-width: 460px;
  margin-top: 25px;
}

.banner-home-text > h2 {
  font-size: 5.8rem;
  font-weight: bold;
  color: #fff;
}

.banner-home-text > h2 span {
  font-size: 6.7rem;
  color: #ffec1a;
}

.banner-home-text > p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  max-width: 466px;
  letter-spacing: 0.05em;
  line-height: 1.72;
  margin-top: 10px;
}

.news-item-imp {
  display: flex;
  flex: 1;
  align-items: center;
}

.box-news-important {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #aeaeae;
}

.box-news-important h2 {
  font-size: 2.2rem;
  color: #e81c24;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 45px;
}

.date {
  letter-spacing: 0.1em;
  color: #808080;
}

.news-item-imp .date {
  margin-right: 20px;
}

.box-btn-more a.btn.btn-more {
  position: relative;
  width: 150px;
  height: 48px;
  font-size: 1.5rem;
  background-color: #e81c24;
  border: 1px solid #e81c24;
}
.box-btn-more a.btn.btn-more::after {
  width: 6px;
  height: 10px;
  mask-image: url(../images/index/arrow-right.svg);
  -webkit-mask-image: url(../images/index/arrow-right.svg);
  background-size: unset;
  background-image: unset;
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  right: 16px;
}
.box-btn-more a.btn.btn-more:hover {
  background-color: #fff;
  color: #e81c24;
}
.box-btn-more a.btn.btn-more:hover::after {
  background-color: #e81c24;
}

.news-item-imp a {
  flex: 1;
  position: relative;
}
.news-item-imp a::after {
  content: "";
  width: 8px;
  height: 12px;
  mask-image: url(../images/index/icon-right-main.svg);
  -webkit-mask-image: url(../images/index/icon-right-main.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  background-color: #e81c24;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.home-news {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 45px 35px;
  box-shadow: 0 0 5px rgba(50, 151, 183, 0.75);
}

.list-news-home {
  display: flex;
}

.news-home-left {
  width: 185px;
}

.news-home-right {
  flex: 1;
}

.news-btn a.btn.btn-more {
  position: relative;
  background-color: #089abc;
  border: 1px solid #089abc;
  width: 150px;
  height: 48px;
  font-size: 1.5rem;
}
.news-btn a.btn.btn-more::after {
  width: 6px;
  height: 10px;
  mask-image: url(../images/index/arrow-right.svg);
  -webkit-mask-image: url(../images/index/arrow-right.svg);
  background-size: unset;
  background-image: unset;
  background-color: #fff;
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  right: 16px;
}
.news-btn a.btn.btn-more:hover {
  background-color: #fff;
  color: #089abc;
}
.news-btn a.btn.btn-more:hover::after {
  background-color: #089abc;
}

.text-underline {
  text-decoration-thickness: 5px;
  text-decoration-color: #f28e1e;
  text-underline-offset: 7px;
}

.home-whats {
  position: relative;
}
.home-whats::before {
  content: "";
  width: 578px;
  height: 566px;
  background-image: url(../images/index/favi-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: -1;
}

.home-whats-right {
  padding-left: 60px;
  margin-right: -35px;
}

.img-whats {
  text-align: right;
}
.img-whats img {
  box-shadow: 0 0 15px rgba(50, 151, 183, 0.25);
  border-radius: 50%;
}

.title-point {
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  color: #009fc4;
  align-items: center;
}

.title-point h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.05em;
  margin-right: 30px;
}

.title-point p {
  flex: 1;
  padding-top: 30px;
}

.title-point h2 span {
  font-size: 9rem;
  line-height: 1;
  font-weight: 500;
  margin-top: -10px;
}

.box-text-white {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #b4e3ef;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #009fc4;
  margin: 30px 0;
}

.box-text-white span {
  color: #ec5a24;
}

.box-point-3 .title-point p {
  margin-right: -90px;
}

.box-point {
  padding-top: 20px;
}

.box-point > p {
  font-weight: 500;
  line-height: 1.875;
  color: #666666;
  letter-spacing: 0.05em;
}

.box-img-point img {
  box-shadow: 0 0 15px rgba(50, 151, 183, 0.25);
  border-radius: 50%;
}

.box-img-point {
  text-align: right;
  margin-right: -50px;
}

.row-reverse .box-img-point {
  text-align: left;
  margin-left: -50px;
  margin-right: 0;
}

.home-point {
  position: relative;
}
.home-point::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eff6f9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -5;
}
.home-point::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  transform: scaleX(-1);
}

.home-feature-left {
  height: 523px;
  position: relative;
}
.home-feature-left img {
  max-width: unset;
  position: absolute;
  right: 0;
  border-radius: 0 20px 20px 0;
}

.img-custom {
  text-align: center;
}

.img-custom img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(50, 151, 183, 0.25);
}

.box-text-customer {
  min-height: 170px;
  padding: 24px;
  position: relative;
  margin-top: 11px;
  padding-top: 44px;
}
.box-text-customer::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-text.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: drop-shadow(0 0 15px rgba(50, 151, 183, 0.25));
  z-index: -1;
}
.box-text-customer h2 {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #089abc;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.box-text-customer a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #666666;
  padding-right: 30px;
  display: block;
  position: relative;
}
.box-text-customer a::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../images/index/icon-right-main.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.home-customer {
  position: relative;
}
.home-customer::after {
  content: "";
  width: 100%;
  height: 550px;
  background-color: #eff6f9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-customer::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: -2;
}

.case-item {
  display: flex;
  padding: 21px 25px;
  align-items: center;
  border-bottom: 1px solid #aeaeae;
}
.case-item:last-child {
  border-bottom: none;
}

.case-img {
  margin-right: 45px;
}

.case-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.case-info .title {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.case-info .title::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../images/index/icon-right-main.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}
.case-info .date {
  width: 100px;
  letter-spacing: 0;
}

.box-white {
  padding: 24px 75px;
  background-color: #fff;
  border-radius: 10px;
}

.home-case {
  position: relative;
}
.home-case::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgb(5, 216, 230) 0%, rgb(12, 159, 193) 100%);
}
.home-case::before {
  content: "";
  width: 578px;
  height: 566px;
  background-image: url(../images/index/favi.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.27;
  position: absolute;
  right: 0;
  top: 65px;
  z-index: -1;
}

ul.list-dot li {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.58;
  padding-left: 25px;
  position: relative;
  letter-spacing: 0.1em;
}
ul.list-dot li:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #089abc;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.img-info {
  padding-left: 50px;
}
.img-info img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(50, 151, 183, 0.25);
}

.list-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-step {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: bold;
  color: #009fc4;
}

.title-step span {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1;
}

.img-step {
  text-align: center;
  margin-top: 15px;
}

.box-step {
  max-width: 200px;
  position: relative;
}
.box-step::after {
  content: "";
  width: 14px;
  height: 16px;
  background-image: url(../images/index/icon-step.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  top: 45px;
}
.box-step:last-child::after {
  display: none;
}
.box-step h2 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 20px;
}
.box-step p {
  font-weight: 500;
  color: #666666;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.53;
}

.box-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 65px 35px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(50, 151, 183, 0.25);
}

.home-info {
  position: relative;
}
.home-info::after {
  content: "";
  width: 100%;
  height: 520px;
  background-color: #eff6f9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-info::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 520px;
  z-index: -2;
}

ul.tabs-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.tabs-nav li {
  width: calc(20% - 10px);
  min-height: 50px;
  background: #d3eff5;
  font-size: 1.7rem;
  color: #0c9fc1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.1em;
}

ul.tabs-nav li.active {
  background-color: #0c9fc1;
  color: #fff;
}

.post-qna {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #089abc;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 34px;
}
.post-qna a.cat {
  min-width: 100px;
  min-height: 30px;
  border-radius: 5px;
  background-color: #d3eff5;
  color: #0c9fc1;
  margin-right: 25px;
  border: none;
}
.post-qna .ques {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #089abc;
  margin-right: 15px;
  line-height: 1;
}
.post-qna .title {
  flex: 1;
  padding-right: 20px;
}
.post-qna .title a {
  font-weight: 500;
  position: relative;
  display: block;
}
.post-qna .title a::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../images/index/icon-right-main.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.home-qna {
  position: relative;
}
.home-qna::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: -2;
  transform: scaleX(-1);
}

.box-contact {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
}

.box-contact-left {
  width: 50%;
  text-align: center;
  border-right: 1px solid #aeaeae;
}
.box-contact-left a {
  font-size: 4.8rem;
  font-weight: bold;
  color: #0c9fc1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}

.box-contact-right {
  width: 50%;
}
.box-contact-right .box-btn-header {
  justify-content: flex-end;
}

.home-contact {
  position: relative;
}
.home-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-contact.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.loading-inner p {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.loading-inner p span {
  color: #f98d21;
}

.page-contact .box-contact {
  border: 1px solid #089abc;
}
.page-contact .box-contact-left {
  border-color: #089abc;
}
.page-contact .box-contact-left a {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #333;
}
.page-contact .box-contact-left a img {
  width: 34px;
}
.page-contact a.btn.btn-main {
  max-width: 300px;
  min-height: 63px;
  box-shadow: 0 0 8px rgba(50, 151, 183, 0.25);
}

#contact-02 {
  position: relative;
}
#contact-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eff6f9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
#contact-02::before {
  content: "";
  width: 100%;
  height: 1362px;
  background-image: url(../images/feature/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -600px;
  z-index: -2;
}

.about-text {
  padding: 100px 0;
  background-color: #eff6f9;
}

.list-select-month label {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.list-select-month label input {
  width: 210px;
  height: 50px;
  margin-left: 30px;
  padding: 10px 20px;
  border: 1px solid #92aeb7;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
}

@media (min-width: 768px) and (max-width: 1390px) {
  .header-inner {
    padding-left: 15px;
  }
  .header-main .main-menu .nav > li {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1210px) {
  .banner-home-text > h2 {
    font-size: 4rem;
  }
  .banner-home-text > h2 span {
    font-size: 4.2rem;
  }
  .header-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  header a.btn.btn-header {
    font-size: 1.4rem;
    width: 140px;
    height: 40px;
    margin-left: 10px;
  }
  header a.btn.btn-header::after {
    width: 6px;
    height: 10px;
    right: 10px;
  }
  header a.btn.btn-header.btn-mail::before {
    width: 13px;
    height: 10px;
    left: 10px;
  }
  header a.btn.btn-header.btn-mail {
    padding-left: 10px;
  }
  header a.btn.btn-header::before {
    width: 7px;
    height: 12px;
    left: 10px;
  }
  .home-whats-right {
    margin-right: 0;
    padding-left: 30px;
  }
  .box-img-point {
    margin-right: 0;
  }
  .img-info {
    padding-left: 20px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1045px) {
  .header-main .logo-left .logo {
    width: 150px;
  }
  .header-main .main-menu .nav > li > a {
    font-size: 1.4rem;
  }
  .img-banner img {
    max-width: 100%;
  }
}/*# sourceMappingURL=style-2.css.map */