@charset "utf-8";

body {
font-family: "Open Sans", sans-serif;
color: #061B64;
}
main::before {
content: "";
display: block;
position: fixed;
top: 0px;
left: 0px;
z-index: -1;
width: 100%;
height: 100vh;
background-image:url(//typical-japan.com/wp-content/themes/mythema/assets/img/top-page-img/bg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position:bottom;
}
a {
color: #061B64;
text-decoration: none;
}
a:hover {
color: #73c5eb;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Jost", sans-serif;
}
p {
line-height:32px;
}
table{
text-align: left;
}
img	{
height:auto;
width:100%;
} @media only screen and (min-width: 768px){
.pc_none{
display: none!important;
}
} @media only screen and (max-width: 767px){
.sp_none{
display: none!important;
}
}
@media (max-width: 991px) {
table{
font-size: 12px;
}
} #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #37517e;
}
#preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #37517e;
border-top-color: #fff;
border-bottom-color: #fff;
border-radius: 50%;
width: 60px;
height: 60px;
animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 996;
background: #47b2e4;
width: 40px;
height: 40px;
border-radius: 50px;
transition: all 0.4s;
}
.back-to-top i {
font-size: 24px;
color: #fff;
line-height: 0;
}
.back-to-top:hover {
background: #6bc1e9;
color: #fff;
}
.back-to-top.active {
visibility: visible;
opacity: 1;
} #header {
transition: all 0.5s;
z-index: 997;
padding: 5px 0;
}
#header.header-scrolled,
#header.header-inner-pages {
background: #051b64c7;
} #header .logo {
max-width:200px;
width:100%;
}
#header .logo a {
color: #fff;
}  .navbar {
padding: 0;
}
.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.navbar li {
position: relative;
}
.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-size: 15px;
font-weight: 500;
color: #fff;
white-space: nowrap;
transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #47b2e4;
}
.navbar .getstarted,
.navbar .getstarted:focus {
padding: 8px 20px;
margin-left: 30px;
border-radius: 50px;
color: #fff;
font-size: 14px;
border: 2px solid #47b2e4;
font-weight: 600;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
color: #fff;
background: #31a9e1;
}
.navbar .dropdown ul {
display: block;
position: absolute;
left: 14px;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
border-radius: 4px;
}
.navbar .dropdown ul li {
min-width: 200px;
}
.navbar .dropdown ul a {
padding: 10px 20px;
font-size: 15px;
text-transform: none;
font-weight: 500;
color: #0c3c53;
}
.navbar .dropdown ul a i {
font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
color: #47b2e4;
}
.navbar .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
left: -90%;
}
.navbar .dropdown .dropdown:hover>ul {
left: -100%;
}
} .mobile-nav-toggle {
color: #fff;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
color: #fff;
}
@media (max-width: 991px) {
.mobile-nav-toggle {
display: block;
}
.navbar ul {
display: none;
}
}
.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(40, 58, 90, 0.9);
transition: 0.3s;
z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}
.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
border-radius: 10px;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}
.navbar-mobile ul li{
border-bottom:1px solid #ccc;
padding:15px 0;
}
.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 20px;
color: #37517e;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #47b2e4;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
margin: 15px;
color: #37517e;
}
.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 10px 20px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
min-width: 200px;
}
.navbar-mobile .dropdown ul a {
padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
color: #47b2e4;
}
.navbar-mobile .dropdown>.dropdown-active {
display: block;
visibility: visible !important;
} .section-hero{
width: 100%;
height: 80vh;
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/top-page-img/top.webp);
background-size: cover;
background-position:right;
background-attachment: fixed;
position:relative;
}
.system-page{
background-color: #0495b4!important;
}
#hero .container { }
#hero h1 {
margin: 0 0 10px 0;
font-size: 100px;
font-weight: 700;
background: linear-gradient(45deg, #fff 57%, #051b64 70%);
background: -webkit-linear-gradient(45deg, #fff 57%, #051b60 70%);
background-size: 300% auto;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: gradientEffect 3s infinite alternate;
}
@keyframes gradientEffect {
from {
background-position: left
}
to {
background-position: right
}
}
#hero h2 {
color: #fff;
margin-bottom: 50px; font-size: 24px;
font-weight: 600;
text-shadow: 1px 1px 1px #061b64;
}
#hero .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#hero .hero-img img {
border:10px #fff solid;
}
.child-line__bunner{
width:170px;
}
.child-line__bunner img{
width:100%;
}
@media (max-width: 991px) {
#hero {
}
#hero h1 {
font-size: 70px;
}
#hero .animated {
animation: none;
}
#hero .hero-img {
text-align: center;
}
#hero .hero-img img {
width: 50%;
}
}
@media (max-width: 768px) {
#hero{
background-attachment:inherit; 
}
#hero h1 {
font-size: 50px;
}
#hero h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
#hero .hero-img img {
width: 70%;
}
}
@media (max-width: 575px) {
#hero .hero-img img {
width: 80%;
}
#hero .btn-get-started {
font-size: 16px;
padding: 10px 24px 11px 24px;
}
}
@keyframes up-down {
0% {
transform: translateY(10px);
}
100% {
transform: translateY(-10px);
}
}
.section-subtitle{
background-color: #061b64;
color: #fff; padding: 100px 20px; 
margin: 0 auto;
}
.subtitle{
}
.subtitle-2{
padding-bottom:0px!important;
}
.section-subtitle h4 {
max-width: 700px;
margin: 0 auto;
font-weight: 600;
line-height: 30px;
}
.section-subtitle p{
max-width: 700px;
margin: 0 auto;
text-align: left;
}
.blog-bunner{
width: 280px;
position: absolute;
bottom: 20px;
right: 20px;
}
@media (max-width: 575px) {
section-subtitle__paddding0 {
padding: 100px 20px 0px!important; 
}
.section-subtitle{
padding: 60px 20px; 
}
.blog-bunner{
width: 160px;
}
.section-subtitle h4 {
font-size: 18px;
}
} section {
padding: 80px 0;
overflow: hidden;
}
.section-title {
text-align: center;
}
.section-title h2 {
font-size: 70px;
font-weight: bold;
margin-bottom: 30px;
padding-bottom: 30px;
position: relative;
color: #fff;
}
.section-title h2::before {
content: "";
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}
.section-title h2::after {
content: "";
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #47b2e4;
bottom: 0;
left: calc(50% - 20px);
}
.section-title p {
font-size: 20px;
font-weight: 700;
text-align: left;
max-width: 700px;
margin: 0 auto;
}
@media(max-width:768px){
.section-title h2 {
font-size: 50px;
}
} .clients {
text-align: center;
}
.clients ul{
padding-left:inherit;
}
.clients img {
max-width: 85%;
transition: all 0.4s ease-in-out;
display: inline-block;
padding: 15px 0;
}
.clients img:hover {
filter: none;
transform: scale(1.1);
}
.clients ul li {
width:15%!important;
}
@media (max-width: 991px) {
.clients ul li {
width:30%!important;
}
}
@media (max-width: 600px) {
.clients ul li {
width:48%!important;
}
section {
padding: 60px 0;
}
} .about{
background-color:#fff;
}
.about h2{
color: #061B64;
}
.about .content h3 {
font-weight: 600;
font-size: 26px;
}
.about .content ul {
list-style: none;
padding: 0;
}
.about .content ul li {
padding-left: 28px;
position: relative;
}
.about .content ul li+li {
margin-top: 10px;
}
.about .content ul i {
position: absolute;
left: 0;
top: 2px;
font-size: 20px;
color: #47b2e4;
line-height: 1;
}
.about .content p:last-child {
margin-bottom: 0;
}
.about .content .btn-learn-more {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 32px;
border-radius: 4px;
transition: 0.3s;
line-height: 1;
color: #47b2e4;
animation-delay: 0.8s;
margin-top: 6px;
border: 2px solid #47b2e4;
}
.about .content .btn-learn-more:hover {
background: #47b2e4;
color: #fff;
text-decoration: none;
}   .services{
background-color: #061B64;
}
.services h2 {
color: #fff;
}
.services .icon-box {
padding: 20px 0 0;
transition: all ease-in-out 0.4s;
text-align: center;
border:1px #fff solid;
}
.services .icon-box .icon {
margin-bottom: 10px;
}
.services .icon-box .icon i {
color: #47b2e4;
font-size: 36px;
transition: 0.3s;
background-color:#061b64c2;
padding:20px 0;
border:1px solid #fff;
}
.services .icon-box h4 {
font-weight: 600;
font-size: 36px;
color:#fff;
}
.services .icon-box h4 a {
color: #fff;
}
.services .icon-box:hover {
transform: translateY(-10px);
}
.services .icon-box p {
line-height: 24px;
font-size: 14px;
margin-bottom: 20px;
color: #fff;
}
.services-1{
height: auto;
width:100%
}
@media (max-width: 780px) {
.services .icon-box h4 {
font-size: 30px;
}
} .top-about{
background: linear-gradient(rgb(17 72 255 / 65%), rgba(0, 0, 0, 0)), url(//typical-japan.com/wp-content/themes/mythema/assets/img/system/AdobeStock_280874073-1.webp) fixed center center;
background-size: cover;
padding: 100px 10px;
}
.top-about__discription {
background-color:#061b64c2;;
border:2px solid #fff;
padding: 40px 10px;
}
.cta h3 {
font-size: 20px;
line-height: 28px;
letter-spacing: 0.6px;
color: #fff;
font-weight: 700;
}
.cta p {
color: #fff;
}
.cta .cta-btn {
font-family: "Jost", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 40px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #949494;
color: #fff;
background-color:#061B64;
}
.cta .cta-btn-container {
display: flex;
align-items: center;
justify-content: center;
}
.cta .cta-btn:hover {
background:#0277c1;
border: 2px solid #eee;
color: #eee;
}
@media (max-width: 1024px) {
.top-about {
background-attachment: scroll;
}
}
@media (min-width: 769px) {
.cta .cta-btn-container {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-about__discription {
}
.cta h3 {
font-size: 28px;
line-height: 40px;
}
}
@media (max-width: 769px){
.top-about{
padding:60px 10px;
}
} .team {
background-color:#051b64;
}
.team .member {
position: relative;
padding: 10px;
border-radius: 5px;
transition: 0.5s;
height: 300px;
}
.team .member .pic {
overflow: hidden;
width: 180px;
border-radius: 50%;
}
.team .member .pic img {
transition: ease-in-out 0.3s;
}
.team .member:hover {
transform: translateY(-10px);
}
.team .member .member-info {
padding-left: 30px;
}
.team .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
color: #37517e;
}
.team .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.team .member span::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #cbd6e9;
bottom: 0;
left: 0;
}
.team .member p {
margin: 10px 0 0 0;
font-size: 14px;
}
.team .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.team .member .social a {
transition: ease-in-out 0.3s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
width: 32px;
height: 32px;
background: #eff2f8;
}
.team .member .social a i {
color: #37517e;
font-size: 16px;
margin: 0 2px;
}
.team .member .social a:hover {
background: #47b2e4;
}
.team .member .social a:hover i {
color: #fff;
}
.team .member .social a+a {
margin-left: 8px;
} .products{
background-color:#f8f9fa;
} .products-01 h3{
font-weight: 600;
font-size: 20px;	
}
.products-01 p{
   line-height: 24px;
font-size: 14px;
margin-bottom: 20px;
font-weight:600; }
.viet{
width:50%;
text-align:right;
}
.products-01__button{
text-align:right;
padding-top:40px;
}
.products-color{
color:#fff;
}
.products-img{
max-width: 400px;
width:100%;
height:auto;
}
@media (min-width: 769px) {
.products{
}
.vietnam{
background-image: url(https://typical-japan.com/wp-content/uploads/2025/10/vet-mapimg.png);
background-size: contain;
background-repeat: no-repeat;
background-position: left;
}
.products__inner{
align-items:center; }
}
@media (max-width: 768px) {
.products-img{
text-align:center;
}
.viet{
width:100%;
text-align:center;
}
.products__inner{
padding:0;
}
}
.faq .faq-list {
padding: 0 100px;
}
.faq .faq-list ul {
padding: 0;
list-style: none;
}
.faq .faq-list li+li {
margin-top: 15px;
}
.faq .faq-list li {
padding: 20px;
background: #fff;
border-radius: 4px;
position: relative;
}
.faq .faq-list a {
display: block;
position: relative;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding: 0 30px;
outline: none;
cursor: pointer;
}
.faq .faq-list .icon-help {
font-size: 24px;
position: absolute;
right: 0;
left: 20px;
color: #47b2e4;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
}
.faq .faq-list p {
margin-bottom: 0;
padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
display: none;
}
.faq .faq-list a.collapsed {
color: #37517e;
transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
color: #47b2e4;
}
.faq .faq-list a.collapsed .icon-show {
display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
display: none;
}
@media (max-width: 1200px) {
.faq .faq-list {
padding: 0;
}
} .partner-name{
font-size:10px;
} .system-page {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/system/system-top-2-scaled.webp);
background-size: cover;
background-position: center;
}
.section-discription {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/system/system-bg.webp);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.discription-bg__filter{
background-color: #FFFFFFab;
padding: 80px 20px;
margin: 0 auto;
box-shadow: 1px 1px 40px #051b6429;
}
.discription-bg__filter h3 {
border-bottom: 2px ridge red;
font-weight: 600;
max-width: 700px;
width:100%;
margin: 0 auto 20px;
}
.discription-bg__filter p {
font-size: 18px;
max-width: 700px;
width:100%;
margin: 0 auto;
text-align:left;
}
.system-1{
width: 50%;
padding-right: 0;
padding-left: 0;
}
.system-1 img {
width: 100%;  
}
.system-1__discription {
background-color: #fff; width: 50%;  
}
.system-1__discription div{
width:80%;
margin:0 auto;
}
.system-1__discription h3{
color: #639cb8;
font-weight: 600;
margin-bottom: 20px;
border-bottom: 1px ridge #061B64;
}
.system-1__discription p{
font-size: 18px;
line-height: 2rem;
}
.reverse {
flex-direction: row-reverse;
}
.system-2{
width: 50%; 
padding-right: 0;
padding-left: 0;
}
.system-2 img {
width: 100%;
}
.system-2__discription {
background-color: #fff; width: 50%;   
}
.system-2__discription div{
width:80%;
margin:0 auto;
}
.system-2__discription h3{
color: #639cb8;
font-weight: 600;
margin-bottom: 20px;
border-bottom: 1px ridge #061B64;
}
.system-2__discription p{
font-size: 18px;
line-height: 2rem;
}
.system-3{
width: 50%;   
padding-right: 0;
padding-left: 0;
}
.system-3 img {
width: 100%;
}
.system-3__discription {
background-color: #fff;
width: 50%;   
}
.system-3__discription div{
width:80%;
margin:0 auto;
}
.system-3__discription h3{
color: #639cb8;
font-weight: 600;
margin-bottom: 40px;
border-bottom: 1px ridge #061B64;
}
.system-3__discription p{
font-size: 18px;
line-height: 2rem;
}
.system-4{
width: 50%;   
padding-right: 0;
padding-left: 0;
}
.system-4 img {
width: 100%;
}
.system-4__discription {
background-color: #fff;
width: 50%;   
}
.system-4__discription div{
width:80%;
margin:0 auto;
}
.system-4__discription h3{
color: #639cb8;
font-weight: 600;
margin-bottom: 40px;
border-bottom: 1px ridge #061B64;
}
.system-4__discription p{
font-size: 18px;
line-height: 2rem;
}
.section-list h3 {
border-bottom: 2px ridge red;
font-weight: 600;
max-width:700px;
width:100%;
margin: 0 auto 60px;
}
.section-list{
padding-bottom: 0px;
}
.section-list ul{
padding: 60px 0;
list-style: none;
}
.section-list ul li{
font-size: 18px;
font-weight: 600;
line-height: 4rem;
}
.section-list img {
width: 50px;
}
.section-discription2 {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/system/AdobeStock_495429364.webp);
background-size: cover;
background-position: left;
background-attachment: fixed;
}
@media (max-width: 1024px) {
.section-discription {
background-attachment: scroll;
}
.section-discription2 {
background-attachment: scroll;
}
}
@media (max-width: 768px) {
.section-discription h3{
text-align:left;
}
.section-discription2 h3{
text-align:left;
}
.system-bg{
display: block;
background-color: #fff;
}  
.system-1,.system-2,.system-3,.system-4{
width: 90%;
margin: 0 auto;
}
.system-1__discription {
width: 90%;
margin:0 auto;
padding-top:0px;
padding-bottom:20px;
}
.system-2__discription {
width: 90%;
margin:0 auto;
padding-top:0px;
padding-bottom:20px;
}
.system-3__discription {
width: 90%;
margin:0 auto;
padding-top:0px;
padding-bottom:20px;
}
.system-4__discription {
width: 90%;
margin:0 auto;
padding-top:0px;
padding-bottom:20px;
}
.system-1__discription div{
width:100%;
margin:0 auto;
}
.system-2__discription div{
width:100%;
margin:0 auto;
}
.system-3__discription div{
width:100%;
margin:0 auto;
}
.system-4__discription div{
width:100%;
margin:0 auto;
}
.discription-bg__filter{
padding:40px 20px;
}
}
.contact-h2{
color: #061b64!important;
} .app-page {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/app/app-top.webp);
background-size: cover;
background-position: left;
}
.section-discription__app {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/app/app-bg.webp);
background-size: cover;
background-position: bottom;
background-attachment: fixed;
}
.section-discription3 {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/web-design/AdobeStock_208992757-edited.webp);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
@media (max-width: 1024px) {
.section-discription__app{
background-attachment: scroll;
}
.section-discription3 {
background-attachment: scroll;
background-position:bottom;
}
} .infura-page{
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/infura/infura-1.webp);
background-size: cover;
background-position: center;
} .web-page {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/web-design/app-top.webp);
background-size: cover;
background-position: center;
}
.section-discription__web {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/web-design/web-bg.webp);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.webprice{
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/web-design/price-img.webp);
background-size: cover;
background-position: center;
}
.webprice h3{
font-size: 50px;
color:#061B64;
}
.webprice p{
color:#061B64;
}
.web-bg {
background-color: #fff!important;
}
.webprice .cta-btn {
font-family: "Jost", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 40px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}
.webprice .cta-btn-container {
display: flex;
align-items: center;
justify-content: center;
}
.webprice .cta-btn:hover {
background: #47b2e4;
border: 2px solid #061B64;
color: #061B64;
}
@media (max-width: 1024px) {
.section-discription__web {
background-attachment: scroll;
}
.webprice {
background-attachment: scroll;
}
}
@media (min-width: 769px) {
.webprice .cta-btn-container {
display: flex;
align-items: center;
justify-content: flex-end;
}
} .price-page h2 {
color: #061b64!important
}
.price-page__title h3{
border-bottom: 2px ridge red;
margin-bottom: 60px;
font-weight: 600;
text-align: center;
}
.price-table{
margin-bottom: 80px;
}
@media (max-width: 768px) {
.price-table{
margin-bottom: 0;
}
} .about-page {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/system/AdobeStock_280874073-1.webp);
background-size: cover;
background-position: center;
}
.about-page h2 {
color: #061b64!important
}
.section-discription__about {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/about.webp);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.section-discription__keireki {
background-color: #c8eae4;
}
.discription-bg__filter ul{
text-align: left;
}
.discription-bg__filter ul li{
margin-top: 40px;
}
@media (max-width: 1024px) {
.section-discription__about {
background-attachment: scroll;
}
} .product-page {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/top-page-img/product.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: right;
background-color: #5977ba;
}
.product-page h2 {
color: #061b64!important;
font-weight: 600;
}
.product .icon-box{
text-align: left;
padding: 0;
}
.product h4{
margin-top: 20px;
text-align:center;
font-size: 14px;
color:#fff;
}
.product p {
margin-top: 20px;
font-size: 24px;
margin-bottom: 0;
color: #fff;
text-align:center;
}
.product-1 {
}
.product-1 img{
width: 100%;
}
.product-2 img{ width: 100%}
.product-3 img{ width: 100%}
.product-4 img{ width: 100%}
.product-5 img{ width: 100%}
.product-5 img {
width: 100%;
}  .medi-page {
background-color: #5977ba;
padding-top: 20px;
}
.subtitle p {
font-size: 18px;
margin-top: 60px;
}
.pdf-buttom{
text-align: center;
}
.pdf-buttom a{
font-family: "Jost", sans-serif;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 40px;
border-radius: 50px;
transition: 0.5s;
margin: 60px auto;
border: 2px solid #fff;
color: #fff;
}
.pdf-buttom a:hover{
background-color: #47b2e4;
color: #fff;
} .contact-buttom{
text-align:center;
background-color:#061b64
}
.contact-buttom__design{
font-family: "Jost", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: block;
padding: 12px 40px;
border-radius: 50px;
transition: 0.5s;
margin: 0 auto;
max-width:250px;
border: 2px solid;
background-color: #fff;
}
.contact-buttom__design a {
color: #061b64;
}
.contact-buttom__design:hover{
background-color: #47b2e4;
color: #061b64;
} .tjs-page {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/tjs.webp);
background-size: cover;
}
.tjs-page h2{
}
.tjs-buttom a{
font-family: "Jost", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 40px;
border-radius: 50px;
transition: 0.5s;
margin: 60px 10px;
border: 2px solid #061b64;
color: #061b64;
}
.tjs-buttom a:hover{
background-color: #47b2e4;
color: #061b64;
} .contact-page {
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/top-page-img/AdobeStock_549688372-scaled-e1681831472850.webp);
background-size: contain;
background-color: #061b6452;
}
.form {
max-width: 700px;
margin: 0 auto;
} .thumbnail {
width:100%;
}
.thumbnail img{
width:100%;
}
.shingle_wrapper{
margin:0 auto;
}
.single_thumbnail{
max-width:300px;
}
.single_thumbnail img {
width:100%;
}
.main_contents{
max-width:800px;
margin:0 auto;
}  .loop_wrap {
display: flex;
width: 100vw;
height: 135px;
overflow: hidden;
margin-bottom: -5px;
}
.loop_wrap img {
width: auto;
height: 100%;
}
@keyframes loop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}
@keyframes loop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}
.loop_wrap img:first-child {
animation: loop 50s -25s linear infinite;
}
.loop_wrap img:last-child {
animation: loop2 50s linear infinite;
}  .section-contact{
height: auto;
padding: 100px 20px 0;
width: 100%;
line-height: 38px;
background:linear-gradient(0deg, #04286e, #00548f);
}
.section-contact2{
height: auto;
padding: 100px 20px 40px;
width: 100%;
background-color: #04286e;
line-height: 38px;
background-image: url(https://typical-japan.com/wp-content/uploads/2025/02/under-bg_wave.png);
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
}
.section-contact__under-inner {
text-align: center;
}
.section-contact h2 {
font-size: 60px;
color: #fff;
padding-top: 20px;
max-width: 1200px;
margin: 0 auto;
font-weight: 700;
}
.section-contact__01 {
width: 50%;
padding-left: 40px;
}
.section-contact p {
font-size: 16px;
color: #fff;
font-weight: 400;
text-align: left;
padding: 40px 0;
width: 100%;
line-height: 40px;
}
@media screen and (max-width: 460px) {
.contact-buttom {
display: block;
}
.section-contact__inner {
padding: 60px 0;
}
.section-contact {
padding-bottom: 0px;
}
.section-contact__01 {
width: 100%;
padding-left: 0;
text-align:center;
}
.section-contact h2{
font-size:50px;
}
.section-contact p {
font-size: 14px;
}
} .section-access__map {
width: 50%;
padding-top:40px;
}
.section-access__map img {
width: 100%;
}
.section-access__map p {
text-align: right;
font-size: 12px;
}
.section-access__map p a {
color: #fff9c6;
} .footer {
background-color: #01548f;
height: auto;
width: 100%;
padding-left: 20px;
padding-right: 20px;
padding-top: 40px;
background-image: url(//typical-japan.com/wp-content/themes/mythema/assets/img/top-page-img/under-bg.png);
background-size: cover;
border-top: 1px solid #91bfe0;
}
.footer h1 {
font-size: 12px;
line-height: 30px;
padding-bottom: 18px;
font-weight: 400;
color: #fff9c6;
}
.footer h1 span {
font-size: 20px;
font-weight: 700;
}
.footer-inner {
display: flex;
justify-content: space-between;
color: #fff;
max-width: 1200px;
width: 100%;
margin: 0 auto;
}
.footer-inner-01{
padding-right:20px;
}
.footer-inner-02 {
padding: 0 20px;
border-left: solid 1px #91bfe0;
}
.footer-inner ul{
list-style:none;
padding-left:0;
}
.footer-inner ul li {
padding-top: 12px;
line-height: normal;
}
.footer-inner a {
color: #fff;
font-size: 14px;
}
.corporate {
line-height: 18px;
text-align: center;
color: #fff;
padding-bottom: 60px;
font-size: 10px;
}
.corporate p {
line-height:16px;
}
.child-footer {
}
.child-footer img {
width: 240px;
margin-top: 10px;
}
.child-footer a {
font-size: 13px;
}
@media screen and (max-width: 960px) {
.footer-inner {
align-items: flex-start;
}
}
@media screen and (max-width: 480px) {
.footer-inner {
display: block;
}
.footer-inner-02 {
padding: 0;
border-top: solid 1px #FFFFFF;
border-left: none;
}
.footer-inner ul li {
margin-left: 0;
padding-top: 5px;
}
.footer-inner ul {
padding-bottom: 20px;
padding-top: 15px;
}
.footer h1 {
font-size: 12px;
line-height: 24px;
padding-bottom: 0;
}
}  *, *:before, *:after {
box-sizing: border-box;
padding: 0;
margin: 0;
text-decoration: none; }
a:hover { }
button:hover {
cursor: pointer
}
button {
background: transparent;
outline: none;
position: relative;
border: 2px solid #fff;
padding: 15px 20px;
overflow: hidden;
max-width: 400px;
width: 100%;
font-size: 20px;
color: #fff;
height: 60px;
} button:hover:before {
opacity: 1;
transform: translate(0, 0);
}
button:before {
content: attr(data-hover);
position: absolute;
top: 1.1em;
left: 0;
width: 100%;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: .8em;
opacity: 0;
transform: translate(-100%, 0);
transition: all .3s ease-in-out;
} button:hover div {
opacity: 0;
transform: translate(100%, 0);
}
button div {
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 800;
font-size: 20px;
transition: all .3s ease-in-out;
color: #fff;
}
@media (max-width: 500px) {
.section-access__map {
width:100%;
}
}
.viet_video{
height:auto;
width:100%;
}