a.btn.btn-x {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #000;
    transition: 0.3s;
}

a.btn.btn-x svg path {
    transition: 0.3s;
}

a.btn.btn-x:hover {
    background-color: #fff;
}

a.btn.btn-x:hover svg path {
    fill: #000 !important;
}

a.btn.btn-mail {
    background: linear-gradient(-90deg, rgb(240, 208, 0) 0%, rgb(235, 113, 0) 73%);
    padding: 2px;
    border-radius: 40px;
    margin-left: 30px;
}

a.btn.btn-mail svg * {
    transition: 0.3s;
}

a.btn.btn-mail:hover .btn-mail-inner {
    color: #eb7100;
    background: #fff;
}

a.btn.btn-mail:hover svg * {
    stroke: #eb7100 !important;
}

.btn-mail-inner {
    display: flex;
    flex-direction: column;
    width: 160px;
    height: 80px;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
    background: linear-gradient(-90deg, rgb(240, 208, 0) 0%, rgb(235, 113, 0) 73%);
    border-radius: 38px;
    transition: 0.3s;
}

.btn-mail-inner span {
    margin-top: 8px;
    font-weight: 500;
}

.box-button-header {
    display: flex;
    align-items: center;
}

.slide-item {
    height: 580px;
    background-image: url(../images/index/slide-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-item.slide-item-2 {
    background-image: url(../images/index/slide-2.png);
}

.slide-item.slide-item-3 {
    background-image: url(../images/index/slide-3.png);
}

#main-slider ul.slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

#main-slider ul.slick-dots li {
    width: 85px;
    height: 5px;
    border-radius: 0;
}

#main-slider ul.slick-dots li.slick-active {
    background-color: #004ea6;
}

#main-slider button.slide-arrow {
    position: absolute;
    padding: 0;
    background: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    z-index: 1;
    cursor: pointer;
}

#main-slider button.slide-arrow.next-arrow {
    left: auto;
    right: -70px;
}

#main-slider .slick-list {
    overflow: visible;
    margin: 0 -44px;
}

#main-slider .slick-slide {
    margin: 0 44px;
}

body.home {
    position: relative;
}

body.home::after {
    content: "";
    width: 100%;
    height: 2260px;
    position: absolute;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(128, 227, 255) 52%, rgb(173, 226, 255) 71%, rgb(237, 249, 255) 93%);
    z-index: -15;
    top: 0;
    left: 0;
}

.main-title-jp {
    position: relative;
    padding-left: 25px;
    color: #133b9e;
    font-size: 2.5rem;
    font-weight: bold;
}

.main-title-jp::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #0095ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.main-title-en {
    font-size: 9rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    background: -webkit-linear-gradient(-90deg, rgb(0, 97, 207) 0%, rgb(0, 97, 207) 58%, rgb(0, 24, 84) 59%, rgb(0, 24, 84) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.text-home-about {
    padding-left: 75px;
    padding-top: 50px;
    padding-right: 55px;
}

.box-button-news a.btn.btn-main {
    max-width: 250px;
}

.img-home-about-1 {
    position: relative;
    height: 640px;
}

.img-home-about-1 img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: unset;
    animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

.btn.btn-main {
    background: linear-gradient(-90deg, rgb(0, 123, 166) 0%, rgb(0, 78, 166) 100%);
    padding: 3px;
    letter-spacing: 0.05em;
    border-radius: 35px;
    max-width: 280px;
    min-height: 70px;
    justify-content: flex-start;
    padding-left: 35px;
}

.btn.btn-main::after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 33px;
}

.btn.btn-main::before {
    width: 40px;
    height: 40px;
    background-image: url(../images/index/icon-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 15px;
    z-index: 1;
    transition: 0.3s;
}

.btn.btn-main span {
    position: relative;
    color: #fff;
    z-index: 1;
    transition: 0.3s;
}

.btn.btn-main:hover span {
    color: #004ea6;
}

.btn.btn-main:hover::after {
    opacity: 1;
}

.btn.btn-main:hover::before {
    background-image: url(../images/index/icon-right-2.svg);
}

.box-home-news {
    display: flex;
    align-items: flex-start;
}

.home-news-left {
    width: 400px;
    padding-left: 65px;
}

.box-news-list {
    padding-top: 50px;
    padding-left: 40px;
    border-bottom-left-radius: 48px;
    border-top-left-radius: 48px;
    padding-bottom: 55px;
    position: relative;
    margin-right: -197px;
}

.box-news-list::after {
    content: "";
    width: calc(100% + 200px);
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 48px;
    border-top-left-radius: 48px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}

.home-news-right {
    width: calc(100% - 400px);
}

.list-news .slick-list {
    margin: 0 -14px;
}

.list-news .slick-slide {
    padding: 0 14px;
}

.list-news .slick-slide.slick-active:nth-child(5) {
    opacity: 0.3;
    pointer-events: none;
}

.list-news button.slide-arrow.prev-arrow.slick-arrow {
    display: none;
}

.list-news button.slide-arrow {
    position: absolute;
    top: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
    right: 170px;
    cursor: pointer;
}

.faded-slide {
    opacity: 0.3;
    pointer-events: none;
    transition: opacity 0.1s;
}

.home-about {
    position: relative;
}

.home-about::after {
    content: "";
    width: 1498px;
    height: 917px;
    background-image: url(../images/index/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -130px;
    z-index: -2;
    position: absolute;
    right: -555px;
}

.img-service {
    overflow: hidden;
    border-radius: 20px;
}

.img-service img {
    transition: 0.3s;
}

.box-service:hover .img-service img {
    transform: scale(1.1);
}

.text-service a {
    display: block;
    margin: 20px 0;
    font-size: 2.2rem;
    font-weight: 500;
    color: #001854;
    padding-right: 80px;
    position: relative;
}

.text-service a::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/index/icon-right-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.text-service p {
    line-height: 2;
}

.box-home-service-title {
    display: flex;
    align-items: flex-end;
}

.box-home-service-title .main-title {
    margin-right: 80px;
}

.box-home-service-btn {
    flex: 1;
    padding-bottom: 15px;
}

.home-service {
    position: relative;
}

.home-service::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(240, 249, 255) 0%, rgb(140, 229, 255) 61%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -6;
    -webkit-clip-path: polygon(0 0, 100% 85px, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 85px, 100% 100%, 0% 100%);
}

.home-service::before {
    content: "";
    width: 1498px;
    height: 917px;
    background-image: url(../images/index/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -280px;
    z-index: -2;
    position: absolute;
    right: -360px;
    transform: scaleX(-1);
}

.box-home-message {
    display: flex;
}

.box-home-message.row-reverse .home-message-right {
    padding-left: 100px;
    padding-right: 55px;
    position: relative;
}

.box-home-message.row-reverse .home-message-right>p {
    margin-left: 35px;
}

.box-home-message.row-reverse .title-message {
    margin-left: 0;
    margin-right: -110px;
    z-index: 1;
    position: relative;
}

.home-message-left {
    width: 448px;
}

.home-message-right {
    flex: 1;
    padding-left: 60px;
    padding-top: 60px;
}

.title-message {
    display: flex;
    align-items: center;
    border: 2px solid #0061cf;
    border-radius: 50px;
    min-height: 100px;
    padding-left: 50px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #001854;
    line-height: 1.28;
    margin-left: -110px;
    background-color: #fff;
    max-width: 600px;
    box-shadow: 3px 3px 0 0 #0061cf;
}

.title-message span {
    margin-right: 35px;
    font-family: "Montserrat", sans-serif;
    font-size: 6rem;
    line-height: 1;
    color: #0061cf;
    font-weight: 600;
}

.home-message-right>p {
    max-width: 465px;
    margin-top: 25px;
    line-height: 1.875;
}

#home-features {
    position: relative;
}

#home-features::before {
    content: "";
    width: 1498px;
    height: 917px;
    background-image: url(../images/index/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -389px;
    z-index: -2;
    position: absolute;
    left: -245px;
    transform: scaleX(-1);
}

.home-features {
    position: relative;
}

.home-features::after {
    content: "";
    width: 100%;
    height: calc(100% + 500px);
    background: linear-gradient(0deg, rgb(240, 249, 255) 0%, rgb(140, 229, 255) 61%);
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -6;
    -webkit-clip-path: polygon(0 0, 100% 85px, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 85px, 100% 100%, 0% 100%);
    transform: scaleX(-1);
}

.home-features::before {
    content: "";
    width: 1498px;
    height: 917px;
    background-image: url(../images/index/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -1150px;
    z-index: -2;
    position: absolute;
    right: -385px;
}

.box-contact {
    display: flex;
    background-color: #00a9c2;
    border-radius: 21px;
    color: #fff;
    overflow: hidden;
}

.box-contact .main-title-jp {
    color: #fff;
}

.box-contact .main-title-jp::after {
    background-color: #ffce00;
}

.box-contact .main-title-en {
    background: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 56%, rgb(255, 206, 0) 56%);
    -webkit-background-clip: text;
}

.box-contact-left {
    width: 61%;
    padding: 50px 87px;
}

.box-contact-left p {
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 500;
}

.box-contact-right {
    width: 39%;
}

a.btn.btn-contact {
    width: 332px;
    justify-content: flex-start;
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

a.btn.btn-contact::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/index/icon-right-white.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
}

a.btn.btn-contact img {
    margin-right: 25px;
}

.news-img img {
    border-radius: 10px;
}

.icon-box-contact {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #fff;
    background: #5ecada;
    border-bottom: 1px solid #fff;
}

.icon-box-contact:last-child {
    border-bottom: none;
}

.icon-box-contact:hover {
    background: #ffbf00;
}

.footer {
    position: relative;
}

.footer::after {
    content: "";
    width: 100%;
    height: calc(100% + 105px);
    background-color: #123a66;
    position: absolute;
    z-index: -4;
    top: -105px;
    left: 0;
}

.footer::before {
    content: "";
    width: 100%;
    height: calc(100% + 105px);
    background-image: url(../images/index/bg-ft.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -3;
    top: -105px;
    left: 0;
}

.footer-top {
    display: flex;
}

.footer-left {
    width: 50%;
}

.footer-right {
    width: 50%;
}

.box-link-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.link-footer {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    padding: 7px 0;
    border-bottom: 1px solid #fff;
    margin-left: 34px;
    transition: 0.3s;
}

a.link-footer:first-child {
    margin-left: 0;
}

a.link-footer:hover {
    border-bottom: none;
}

a.icon-x img {
    width: 34px;
}

header {
    position: relative;
}

header::after {
    content: "";
    width: 633px;
    height: 490px;
    background-image: url(../images/index/bg-header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -97px;
    top: -270px;
    z-index: -4;
    filter: drop-shadow(7px 7px 40px rgba(0, 176, 212, 0.2));
}

.home-contact-top {
    position: relative;
    max-width: 312px;
    padding-bottom: 20px;
}

.home-contact-top::after {
    width: 180px;
    height: 1px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-header {
    height: 335px;
    padding-top: 160px;
    position: relative;
}

.page-header::after {
    content: "";
    width: 100%;
    height: 480px;
    background-image: url(../images/index/bg-page.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -5;
}

.title-en {
    font-size: 9.5rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    background: -webkit-linear-gradient(-90deg, rgb(0, 97, 207) 0%, rgb(0, 97, 207) 58%, rgb(0, 24, 84) 59%, rgb(0, 24, 84) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.title-jp {
    position: relative;
    padding-left: 25px;
    color: #133b9e;
    font-weight: bold;
    font-size: 3rem;
}

.title-jp::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #0095ff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.page-news .news-item.item-list {
    padding: 30px;
    border-bottom: 1px solid #b1bede;
    display: flex;
    align-items: center;
    position: relative;
}

.page-news .news-item.item-list:last-child {
    border-bottom: none;
}

.page-news .news-img img {
    border-radius: 10px;
}

.page-news .news-img {
    width: 230px;
}

.page-news .news-content {
    flex: 1;
    padding-left: 30px;
    padding-right: 55px;
    position: relative;
}

.page-news .news-content::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/index/icon-next-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    right: -10px;
}

.page-news .box-cat {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
}

.page-news .news-item .date {
    width: 135px;
    text-align: left;
    font-size: 2rem;
}

.page-news a.cat {
    font-size: 1.6rem;
}

.sidebar-list {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.works-filter {
    position: relative;
    padding-bottom: 55px;
}

.works-filter::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(-90deg, rgb(64, 189, 214) 50%, rgb(0, 97, 207) 51%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-post {
    position: relative;
    padding-bottom: 20px;
}

.list-post::after {
    content: "";
    width: 100vw;
    max-width: 1000px;
    height: 3px;
    background: linear-gradient(-90deg, rgb(64, 189, 214) 50%, rgb(0, 97, 207) 51%);
    position: absolute;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

a.btn.btn-main.btn-home-single {
    width: 280px;
}

body:not(.home) .footer::before {
    height: 100%;
    top: 0;
    background-position: center bottom;
}

body:not(.home) .footer::after {
    height: 100%;
    top: 0;
    background-position: center bottom;
}

.box-single-top {
    padding: 30px 35px;
    border: 2px solid #1e3a94;
    border-radius: 20px;
}

.infor-line {
    padding-left: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1e3a94;
}

h2.sub-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #133b9e;
    padding-left: 35px;
    position: relative;
}

h2.sub-title:after {
    content: "";
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 97, 207) 70%, rgb(0, 24, 84) 70%);
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.company-1 {
    position: relative;
    padding-bottom: 305px;
}

.company-1::after {
    content: "";
    width: 100%;
    height: 617px;
    background-image: url(../images/company/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.company-2 {
    position: relative;
    padding-bottom: 240px;
    padding-top: 220px;
}

.company-2::after {
    content: "";
    width: 100%;
    height: calc(100% - 85px);
    background-image: url(../images/company/bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.text-company-2 {
    margin-right: -80px;
}

.text-company-2 p {
    max-width: 485px;
}

.company-info {
    display: flex;
    align-items: stretch;
}

.company-info span.label {
    width: 140px;
    border-bottom: 2px solid #0061cf;
    padding: 15px 16px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #133b9e;
}

.company-info span.value {
    flex: 1;
    margin-left: 15px;
    padding: 15px 17px;
    padding-right: 0;
    border-bottom: 1px solid #b0c3d9;
}

.company-info:last-child span {
    border-bottom: none;
}

ul.list-dot {
    list-style: none;
    padding-left: 0;
}

ul.list-dot li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 0;
    line-height: 1.68;
}

ul.list-dot li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0061cf;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.img-company-3 {
    margin-left: 15px;
    position: relative;
}

.img-company-3 img {
    border-radius: 40px;
    max-width: calc(50vw - 20px);
}

.company-3 {
    position: relative;
}

.company-3::after {
    content: "";
    width: 1498px;
    height: 917px;
    background-image: url(../images/company/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 250px;
    z-index: -2;
    position: absolute;
    right: -555px;
}

.company-4 {
    padding-bottom: 275px;
    position: relative;
}

.company-4::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(128, 227, 255) 61%, rgb(255, 255, 255) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.list-history {
    position: relative;
}

.list-history::after {
    content: "";
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, rgb(19, 59, 158) 0%, rgb(0, 97, 207) 33%, rgb(0, 149, 255) 62%, rgb(255, 255, 255) 100%);
    position: absolute;
    top: 0;
    /*left: 215px;*/
    left: 290px;
}

.box-history {
    display: flex;
    padding-bottom: 75px;
}

.time-his {
    width: 325px;
    font-size: 3.3rem;
    font-family: "Montserrat", serif;
    padding-left: 30px;
    color: #133b9e;
    position: relative;
}

.time-his:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #0095ff;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 18px;
}

.content-his {
    flex: 1;
    padding-top: 8px;
    letter-spacing: 0.05em;
}

.company-5 {
    position: relative;
    padding-bottom: 275px;
}

.company-5::after {
    content: "";
    width: 1498px;
    height: 917px;
    background-image: url(../images/company/bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 95px;
    z-index: -10;
    position: absolute;
    right: -400px;
}

.box-contact-nurse {
    border: 2px solid #133b9e;
    border-radius: 20px;
    background-color: #fff;
    min-height: 240px;
    text-align: center;
    padding: 60px 20px 40px;
}

.box-tel {
    padding-bottom: 15px;
    border-bottom: 1px solid #222222;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.box-tel a {
    font-size: 4rem;
    font-family: "Montserrat", serif;
    color: #133b9e;
    font-weight: 500;
}

.box-tel p {
    font-size: 1.8rem;
}

.submit-btn {
    position: relative;
}

.submit-btn::after {
    content: "";
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(19, 59, 158) 28%, rgb(19, 59, 158) 72%, rgb(255, 255, 255) 100%);
    left: 0px;
    top: -50px;
    position: absolute;
}

#contact-02 {
    position: relative;
}

#contact-02::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(128, 227, 255) 61%, rgb(255, 255, 255) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.title-bottom {
    font-weight: bold;
    color: #133b9e;
    border-bottom: 1px solid;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.page-sub .submit-btn {
    flex-direction: column;
}

.page-sub .submit-btn .one-btn+.one-btn {
    margin-left: 0;
    margin-top: 50px;
}

.page-sub .submit-btn .one-btn.back-btn {
    background: linear-gradient(90deg, rgb(0, 123, 166) 0%, rgb(0, 78, 166) 100%);
    padding: 2px;
}

.page-sub .submit-btn .one-btn.back-btn .btn {
    background-color: #fff;
    border-radius: 40px;
}

.page-sub .submit-btn .one-btn.back-btn::after {
    left: 15px;
    background-image: url(../images/index/icon-right-2.svg);
    z-index: 3;
    transform: translateY(-50%) rotate(180deg);
}

.page-sub .submit-btn .one-btn.back-btn:hover .btn {
    background: transparent;
    color: #fff;
}

.page-sub .submit-btn::after {
    display: none;
}

.page-sub .stepList::after {
    display: none;
}


/*# sourceMappingURL=style-2.css.map */

.text-service a,
.title-message {
    font-weight: bold;
}

.icon-box-contact {
    transition: all 0.5s;
}

.time-his span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 80%;
}