.font-maru_folk_pro {
    font-family: 'maru folk pro';
}
 
@font-face {
	font-family: 'maru folk pro';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/maru_folk_pro/Maru_Folk_Pro.woff2") format("woff2"),
        url("../fonts/maru_folk_pro/Maru_Folk_Pro.woff") format("woff");
}

:root {
	--oc-link-color: #0d6efd;
	--oc-primary-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;
}

body {
	font-size: 16px;
	line-height: 1.8em;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	color: unset;
	text-decoration: none;
}
a:hover {
	color: unset;
	text-decoration: none;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */
.wrapp-blog-list{
	padding: 20px 0;
    min-height: calc(100vh - 222px - 94px);
}
/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */
.blog-item {
    margin-bottom: 4%;
    flex: 0 1 48%;
}
.blog-list>.row{
    justify-content: space-between;
}

/*Global*/
body{
    color: #32373E;
    font-family: 'Noto Sans JP'; /*Import from google font*/
}
.br-mobile{
    display: none;
}
.responsive-img{
    max-width: 100%;
    height: auto;
}
.color-white{
    color: white;
}
.front-section{
    padding: 130px 0;
}
/*Header*/
header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background: white;
    padding: 10px 0;
    top: 0;
    z-index: 2;
    box-shadow: 1px 1px 10px 0px #0000002e;
}
header .header-left{
	display: flex;
    align-items: flex-end;
}
header .header-right{
    display: flex;
    align-items: stretch;
}
header .logo{
    padding: 0 5px 0 30px;
}
header .menu-list {
    display: flex;
	padding-left: 20px;
}
header .site-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}
header .menu-item{
    position: relative;
}
header .menu-item a {
    display: inline-block;
    padding: 0 25px;
    text-decoration: revert;
    font-weight: bold;
}
header .menu-item:after {
    content: '';
    position: absolute;
    border-left: 2px solid #393939;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
header .menu-item:last-child:before{
    content: '';
    position: absolute;
    border-right: 2px solid #393939;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
header .contact-content-group{
    display: flex;
    align-items: center;
    margin-right: 30px;
} 
header .contact-text-group{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
header .contact-text{
    font-size: 13px;
    white-space: nowrap;
    line-height: 20px;
}
header .tell-number {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1.25px;
    white-space: nowrap;
}

.header-controls {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.header-controls .burger-icon {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 27px;
}
.header-controls .burger-icon {
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 27px;
}
.burger-icon .burger-bar {
    height: 3px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    background-color: #4976a3e3;
    transition: transform 0.3s;
}
.header-controls .burger-icon.open .burger-bar.top {
    position: absolute;
    top: calc(50% - 2.5px);
    transform: rotate(-45deg);
    background-color: #4976a3e3;
}
.header-controls .burger-icon.open .burger-bar.btm {
    position: absolute;
    top: calc(50% - 2.5px);
    transform: rotate(45deg);
    background-color: #4976a3e3;
}
.header-controls .burger-icon.open .burger-bar.mid {
    opacity: 0;
}
header .mobile-menu {
    position: fixed;
    top: 79px;
    right: -110vw;
    width: auto;
    min-width: 200px;
    transition: right 0.6s;
    background-color: #496ec1e0;
    box-shadow: 0 5px 21px -8px rgb(0 0 0 / 50%);
}
header .mobile-menu.open {
    right: 0px;
}
header .mobile-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .mobile-menu .menu .menu-item {
    padding: 0px 20px 0 20px;
}
header .mobile-menu .menu .menu-item a{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px solid rgba(255 255 255 / 100%);
}
header .mobile-menu .menu .menu-item a:before {
    content: ">";
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
header .mobile-menu .menu .menu-item:last-child a{
    border-bottom: none;
}
header .mobile-menu .header-control-link.contact {
    width: 90%;
    margin: 0 5%;
    padding: 0.5rem 0;
    display: inline-block;
    border-bottom: 1px solid rgba(255 255 255 / 80%);
}
.header-space{
    height: 75px;
}
/*Header*/
.front-header{
    height: calc(100vh - 94px); /*ลบความสูง Header*/
    width: 100%;
    background-image: url('../img/front-header.jpg');
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.front-header .content-group{
    max-width: 1000px;
    width: 100%;
    padding: 30px 0 20px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../img/front-header-text.jpg');
}
.front-header .blue-highlight{
    width: 100%;
    background: transparent linear-gradient(98deg, #4976BE 0%, #3D5FA0 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    padding: 30px 0;
    border-radius: 20px;
}
.front-header .headline{
    font: normal normal normal 70px/50px;
    letter-spacing: 7px;
    margin: 0;
}
.front-header .subheadline{
    font: normal normal normal 31px/46px;
    letter-spacing: 4.65px;
    text-align: center;
    margin-bottom: 20px;
}
.front-header .description{
    font: normal normal normal 20px/34px Noto Sans CJK JP;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.front-header .corner{
    position: absolute;
    width: 110px;
    height: 110px;
}
.front-header .top-left{
    top: -5px;
    left: -5px;
    transform: rotate(180deg);
}
.front-header .bottom-right{
    bottom: -5px;
    right: -5px;
    border-right: 5px solid #7BBAE2;
    border-bottom: 5px solid #7BBAE2;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    background-image: url(../img/front-header-corner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: unset;
}
.front-header .scrolldown{
    position: absolute;
    bottom: 15px;
}

.front-news{
    display: flex;
    text-align: center;
    background-color: #F4F5FA;
}
.front-news .news-group {
    max-width: 800px;
    display: flex;
    align-items: center;
    color: #32373E;
    letter-spacing: 1.5px;
    margin: 0 auto 20px auto;
}
.front-news .news-group:last-child{
    margin-bottom: 0;
}
.front-news .date {
    flex: 0 0 auto;
    font-weight: bold;
    text-align: left;
    margin-right: 15px;
    white-space: nowrap;
}
/* .front-news .tag {
    min-width: 80px;
    flex: 0 1 auto;
    color: white;
    text-align: center;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #333;
} */
.front-news .tag {
    flex: 0 1 auto;
    color: white;
    text-align: center;
    padding: 1.5px 8px;
    border-radius: 3px;
    letter-spacing: 0.1em;
    line-height: 25px;
    background-color: #333;
}
.front-news .blue {
    background-color: #496EC1;
}
.front-news .lightblue {
    background-color: #7F94C3;
}
.front-news .gray {
    background-color: #A4A6AF;
}
.front-news .title{
    flex: 1 0 0;
    text-align: left;
    padding-left: 15px;
}
.front-news .button{
    background: linear-gradient(white, white) padding-box, linear-gradient(101deg, #7BBAE2 0%, #4A78CE 100%) border-box;
    border-radius: 50px;
    border: 2px solid transparent;
    width: fit-content;
    padding: 17px 65px;
    position: relative;
    margin: 50px auto 0 auto;
    letter-spacing: 1.7px;
}
.front-news .button:after{
    content: '';
    background-image: url('../img/button-arrow.png');
    width: 6px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.front-service{
    color: #32373E;
}
.front-service .content-group {
    display: flex;
    align-items: flex-start;
	justify-content: flex-start;
}
.front-service .service {
    flex: 0 0 auto;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 0 10px 0 15px;
    height: 176px;
    text-align: end;
    border-right: 1px solid #496EC1;
    color: #496EC1;
    letter-spacing: 1.95px;
}
/* .front-service .service-img {
	flex: 1 0 10px;
} */
.front-service .service-image {
	flex-grow: 1;
}
.front-service .title{
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.66;
}
.front-service .tag{
    margin: 45px 0 40px 0;
    padding: 5px 20px 5px 7px;
    border-radius: 0 20px 20px 0;
    background: #333;
    color: white;
    width: fit-content;
    font-size: 13px;
    letter-spacing: 1.95px;
}
.front-service .description{
    line-height: 1.72;
    letter-spacing: 0.05em;
    text-align: justify;
}
.front-service-1{
    background-image: url('../img/front-service-1-bg.png');
    background-size: cover;
}
.front-service-1 .tag{
    background:transparent linear-gradient(105deg, #4976BE 0%, #3D5FA0 100%) 0% 0% no-repeat padding-box;
}
.front-service-2{
    background-image: url('../img/front-service-2-bg.jpg');
    background-size: cover;
    color: white;
}
.front-service-2 .service{
    color: white;
    border-right: 1px solid white;
}
.front-service-2 .tag{
   background: transparent linear-gradient(100deg, #4976BE 0%, #3D5FA0 100%) 0% 0% no-repeat padding-box;
}
.front-service-3{
    background-image: url('../img/front-service-3-bg.jpg');
    background-size: cover;
    color: white;
}
.front-service-3 .service{
    color: white;
    border-right: 1px solid white;
}
.front-service-3 .tag{
    background: white;
    color: #496EC1;
}
.front-strength {
	background-size: 120% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/bg-section-strength.jpg);
}
.front-strength .title{
    text-align: center;
    margin-bottom: 70px;
}
.front-strength .headline{
    font-size: 20px;
    letter-spacing: 2px;
    margin: 20px 0;
}
.front-strength .description{
    letter-spacing: 0.05em;
}
.front-transaction{
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: flex-end;
	margin-bottom: 80px;
	padding-bottom: 50px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../img/bg-section-transaction.jpg');
}
.front-transaction .bg-text {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #F9FBFD;
    font-size: 230px;
    font-weight: bold;
    white-space: nowrap;
    word-break: break-all;
    font-family: "DIN Condensed";
}
.front-transaction .transaction{
    z-index: 1;
    padding: 60px 0 0 60px;
    background-image: url(../img/front-transaction-bg.jpg);
    background-size: cover;
    margin-left: 100px;
}
.front-transaction .title{
    font-size: 25px;
    width: fit-content;
    letter-spacing: 0.1em;
    padding-right: 70px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid white;
}
.front-transaction .content-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
}
.front-transaction .content-group{
    display: flex;
    margin-bottom: 75px;
    max-width: 420px;
    position: relative;
}
.front-transaction .content-group:nth-child(5){
     max-width: 840px;
     text-align: justify;
}

.front-transaction .content-group:after{
    content: '';
    position: absolute;
    background-image: url('../img/transaction-arrow.png');
    width: 28px;
    height: 19px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.front-transaction .content-group:nth-child(3):after{
    display: none;
}
.front-transaction .content-group:nth-child(5):after{
    content: '';
    display: none;
}
.front-transaction .content-group:nth-child(2):before{
    content: '';
    position: absolute;
    background-image: url(../img/transaction-arrow-2.png);
    width: 551px;
    height: 50px;
    top: 100px;
    right: 20px;
}
.front-transaction .left-part{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #32373E;
    padding: 5px;
    margin-right: 10px;
}
.front-transaction .step{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}
.front-transaction .number {
    font-size: 32px;
    font-weight: 800;
}
.front-transaction .right-part{
    display: flex;
    flex-direction: column;
}
.front-transaction .headline{
    font-size: 17px;
    color: #FAFA97;
    letter-spacing: 1.7px;
}
.front-transaction .description{
    letter-spacing: 0.05em;
    line-height: 1.72;
}
.front-product{
    padding-bottom: 0;
}
.front-product .title{
    text-align: center;
    margin-bottom: 70px;
}
.front-product .subtitle {
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 70px;
}
.front-product .content-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.front-product .content-group{
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
}
.front-product .title-label{
    width: 330px;
    height: 70px;
    background-color: #32373E;
    font-size: 20px;
    color: white;
    margin: 10px auto 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}
.front-product .description{
    letter-spacing: 0.1em;
    text-align: justify;
}
.front-product .url-button{
    color: white;
    width: fit-content;
    position: relative;
    border-radius: 21px;
    background: transparent linear-gradient(180deg, #4976BE 0%, #3D5FA0 100%) 0% 0% no-repeat padding-box;
    padding: 2px 30px 2px 15px;
    margin: 1px auto 0;
}
.front-product .url-button:after{
    content: '>';
    color: #ffffff94;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.front-company{
    background-image: url(../img/front-company-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    color: white;
}
.front-company .title{
    text-align: center;
    margin-bottom: 70px;
}
.front-company .content-group{
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
}
.front-company .tag{
    font-size: 15px;
    font-weight: bold;
    color: #496EC1;
    padding: 4px 22px 4px 7px;
    background-color: white;
    border-radius: 0 20px 20px 0;
    margin-right: 15px;
}
.front-company .description{
    letter-spacing: 1.5px;
    line-height: 27px;
    align-self: center;
}
.front-company .message{
    letter-spacing: 1.5px;
    line-height: 25px;
}
.front-company .message-row{
    margin-top: 80px;
}
.front-contact{
    padding-bottom: 290px;
}
.front-contact .title{
    text-align: center;
    margin-bottom: 120px;
}
.front-contact .description{
    text-align: center;
    letter-spacing: 0.75px;
}
.front-contact .contact-box{
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 18px 0;
    border: 1px solid #111;
    color: #111;
}
.front-contact .contact-group{
    margin-left: 10px;
}
.front-contact .calling{
    font-size: 20px;
    letter-spacing: 2px;
}
.front-contact .datetime{
    font-size: 13px;
    letter-spacing: 1.3px;
}
.front-contact .contact-container{
    max-width: 700px;
    margin: 0 auto;
}
.front-contact .tag-contact{
    margin-right: 6px;
    width: fit-content;
    color: white;
    padding: 1px 5px;
    background: transparent linear-gradient(118deg, #DE62A0 0%, #B52B66 100%) 0% 0% no-repeat padding-box;
    border-radius: 3px;
}
.front-contact .tag-input{
    margin-left: 10px;
    font-weight: 100;
    font-size: 13px;
}
.front-contact .headline-text{
    padding: 60px 0 25px 0;
    border-bottom: #111 solid 1px;
}
.front-contact .contact-input-group{
    padding: 25px 0 30px 0;
    border-bottom: #707070 dashed 1px;
    color: #111;
}
.front-contact .contact-submit-group{
    padding: 30px 0;
	text-align: center;
}
.front-contact .contact-input-group:last-child{
    padding: 25px 0 115px 0;
    border-bottom: none;
}
.front-contact .input-title{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.front-contact .input-type-text{
    border: 1px #B3AD9B solid;
    padding: 10px;
    border-radius: 3px;
}
.front-contact .input-40{
    width: 40%;
}
.front-contact .input-50{
    width: 50%;
}
.front-contact .input-60{
    width: 60%;
}
.front-contact .input-100{
    width: 100%;
}
.read-privacy a{
    text-decoration: underline;
}
.front-contact .submit-button{
    color: white;
    font-size: 17px;
    letter-spacing: 1.7px;
    width: fit-content;
    border-radius: 30px;
    padding: 15px 110px;
    margin: 0 auto;
	border: none;
	outline: none;
    position: relative;
    background: transparent linear-gradient(282deg, #7BBAE2 0%, #4A78CE 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    transition: .3s;
}
.front-contact .submit-button:before{
	content: "";
	z-index: -1;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 33px;
    background: transparent linear-gradient(282deg, #4A78CE 0%, #7BBAE2 100%) 0% 0% no-repeat padding-box;
}
.front-contact .submit-button:after{
    content: '';
    background-image: url('../img/submit-button-arrow.png');
    width: 8px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.footer{
    color: white;
    padding: 30px 0;
    background: transparent linear-gradient(100deg, #4976BE 0%, #3D5FA0 100%) 0% 0% no-repeat padding-box;
}
.footer .footer-container{
    max-width: 1000px;
}
.footer .footer-group{

}
.footer .site-menu {
    width: fit-content;
    margin: 0 auto;
	padding-left: 15px;
    list-style-image: url('../img/menu-footer.png') ;
}
.footer .contact-content-group{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 20px;
}
.footer .contact-text-group{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.footer .contact-text{
    font-size: 13px;
}
.footer .tell-number{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.footer .content-section{
    border-left: 1px dashed #7F94C3;
}
.footer .content-section:last-child{
    border-right: 1px dashed #7F94C3;
}
.backtotop{
    position: fixed;
    color: white;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    width: 37px;
    height: 37px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(135deg, #7BBAE2 0%, #4A78CE 100%) 0% 0% no-repeat padding-box;
}
.mt-100{
    margin-top: 100px;
}
@media screen and (max-width: 1470px) {
    header .site-menu {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    header .menu-item a {
        white-space: nowrap;
    }
}
/* お取引の流れステップ3の長い矢印、1419pxまで非表示 */
/* 長い矢印はステップ２の疑似要素beforeなので注意 */
@media screen and (max-width: 1419px) {
    .front-transaction .content-group:nth-child(2):before {
        display: none;
    }
}

@media screen and (max-width: 999px){
    .front-transaction .content-group{
        max-width: 100%;
    }
    .front-transaction .content-group:after{
        display: none;
    }    
    .front-transaction .content-group:nth-child(5){
        max-width: 610px;
    }
}
@media screen and (min-width:1000px) and (max-width:1419px){
    .front-transaction .content-group:nth-child(3):after {
        display: block;
    }
}
@media screen and (min-width:1000px){
    .front-transaction .content-group:not(:nth-child(5)) .description {
        padding-right: 58px;
    }
}
@media screen and (max-width: 1170px) {
    header .menu-list.hide-mobile {
        display: none;
    }
    .header-controls{
        display: flex;
    }
    .header-controls .burger-icon {
        display: flex;
    }
    header .site-menu{
        flex-direction: column;
        color: white;
        align-items: baseline;
    }
    header .menu-item:after{
        border: none;
        background-image: url(../img/menu-footer.png);
        width: 5px;
        left: 6px;
        border: none;
    }
    header .menu-item:last-child:after{
        border: none;
    }
    header .menu-item:last-child:before{
    	display: none;
    }
    header .mobile-menu .menu-item{
        padding: 14px 20px;
        border-bottom: 1px dashed white;
        width: 200px;
        margin: 0 20px 0 20px;
    }
    header .mobile-menu .menu-item:last-child{
        border-bottom: none;
    }
    .header-space{
        height: 60px;
    }
    .front-service .service {
        line-height: 1;
    }
}

@media screen and (max-width: 767px){
    .front-transaction{
        margin-bottom: 0;
    }
    .front-service .service-image img {
        width: 100%;
        height: 176px;
        object-fit: cover;
    }
}
@media screen and (max-width: 769px){
    .hide-mobile{
        display: none;
    }
    .br-mobile{
        display: block;
    }
    header .menu-item a {
        padding: 0;
    }
    header .contact-content-group {
        display: none;
    }
    .front-section{
        padding: 50px 0;
    }
    .front-header{
        height: 600px;
        background-position: center bottom;
    }
    .front-header .subheadline{
        line-height: 25px;
        letter-spacing: 0.75px;
        font-size: 15px;
    }
    .front-header .headline{
        letter-spacing: 1.5px;
        line-height: 40px;
        font-size: 35px;
    }
    .front-header .description{
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.44px;
    }
    .front-header .bottom-right{
        background-size: 20px;
        width: 50px;
        height: 50px;
        border-width: 3px;
        right: -2px;
        bottom: -2px;
    }
    .front-header .top-left{
        top: -2px;
        left: -2px;
    }
    .front-header .content-group{
        max-width: 335px;
    }
    .front-sub-header{
        background: #F4F5FA 0% 0% no-repeat padding-box;
    }
    .front-news .news-group{
        flex-wrap: wrap;
        font-size: 16px;
        border-bottom: 1px dashed #CCC;
        padding: 15px 10px;
        margin: 0;
    }
    .front-news .tag {
        padding: 0.5px 5px;
        flex: none;
        line-height: 20px;
    }
    .front-news .title{
        flex: 1 0 100%;
        padding-left: 0;
    }
    .front-news .date{
        flex: 0 1 110px;
    }
    .front-news .button{
        font-size: 13px;
        margin: 15px auto;
        padding: 9px 84px;
    }
    .front-contact-mobile{
        z-index: 2;
        /* height: 124px; */
        width: 100%;
        position: fixed;
        bottom: -135px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px 0;
        background-color: #F4F5FA;
        box-shadow: 0px -3px 10px 0px #0000002e;
    }
    .front-contact-mobile .contact-content-group{
        background-image: url(../img/front-header-text.jpg);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        flex-basis: 161px;
        height: 60px;
        border-radius: 5px;
        color: white;
        font-size: 11px;
        line-height: 13.3px;
        font-size: 11px;
        line-height: 13.3px;
    }
    .front-contact-mobile .tell-number{
        font-size: 15px;
        line-height: 1.66;
    }
    .front-contact-mobile .contact-text-group{
        margin-left: 2.5px;
    }
    .front-contact-mobile .footer_icon{
        transform: scale(0.7);
    }
    
    .front-contact-mobile .contact-content-group:nth-child(2) .contact-text:nth-child(1){
        font-size: 12px;
        line-height:2.27;
    }
    .front-contact-mobile .contact-content-group:nth-child(2) .contact-text:nth-child(2){
        font-size: 10px;
        line-height: 1.5;
    }

    .front-service .responsive-img{
/*        width: calc(100% - 60px);*/
    }
    .front-service .title{
        font-size: 21px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .front-service .tag{
        font-size: 15px;
        margin: 15px 0;
    }
    .front-service .description{
        font-size: 16px;
        margin: 0;
    }
    .front-service{
        background-position: bottom center;
    }
    .front-strength .title {
        margin-bottom: 50px;
    }
    .front-strength .title .responsive-img,
    .front-product .title .responsive-img,
    .front-company .title .responsive-img{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .front-strength .headline{
        font-size: 21px;
    }
    .front-strength .description {
        font-size: 16px;
        line-height: 1.72;
        margin-bottom: 30px;
        text-align: justify;
    }
    .front-transaction .bg-text{
        font-size: 46px;
        top: 0;
    }
    .front-transaction .transaction{
        margin-left: unset;
        padding: 24px 20px;
        background-position: center bottom;
    }
    .front-transaction .title{
        margin-bottom: 16px;
        padding-bottom: 12px;
        padding-right: 35px;
        font-size: 21px;
    }
    .front-transaction .number {
        font-size: 30px;
        margin-bottom: 13px;
    }
    .front-transaction .content-group{
        margin-bottom: 30px;
        max-width: 100%;
    }
    .front-transaction .content-group:nth-child(2):before{
        display: none;
    }
    .front-transaction .content-group:nth-child(5) {
        max-width: 484px;
    }
    /* .front-transaction .content-group:nth-child(3):after{
        display: unset;
    } */
    .front-transaction .content-group:after{
        top: unset; 
        right: unset; 
        left: 10px;
        bottom: -24px;
        transform: rotate(90deg);
    }
    .front-transaction .left-part{
        padding: 5px 10px;
    }
    .front-transaction .headline{
        font-size: 15px;
    }
    .front-transaction .description{
        font-size: 16px;
    }
    .front-product .title{
        margin-bottom: 30px;
    }
    .front-product .subtitle{
        font-size: 17px;
        line-height: 1.66;
        letter-spacing: 0.05em;
        margin-bottom: 30px;
    }
    .front-product .content-group{
        margin-bottom: 30px;
    }
    .front-product .title-label{
        font-size: 21px;
        letter-spacing: 0.05em;
        height: unset;
        line-height: 1.66;
        min-height: 40px;
        margin-top: -22px;
        padding: 10px 0;
    }
    .front-product .description{
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.72;
        margin: 0;
    }
    .front-company .tag{
        font-size: 15px;
    }
    .front-company .content-group{
        margin-bottom: 10px;
    }
    .front-company .description.big-mobile{
        font-size: 16px;
    }
    .front-company .description,.front-company .message{
        font-size: 14px;
        line-height: 1.72;
        letter-spacing: 0.05em;
        align-self: center;
        text-align: justify;
    }
    .front-company .message{
        font-size: 16px;
        line-height: 1.72;
        letter-spacing: 0.05em;
        align-self: center;
        text-align: justify;
    }
    .front-company .responsive-img{
        margin-bottom: 30px;
    }
    .front-company .message-row{
        flex-direction: column-reverse;
        margin-top: 30px;
    }
    .front-contact .title{
        margin-bottom: 30px;
    }
    .front-contact .description{
        font-size: 11px;
        line-height: 19px;
        letter-spacing: 0.75px;
    }
    .front-contact .calling{
       font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.75px;
    }
    .front-contact .datetime{
        font-size: 11px;
        letter-spacing: 1.1px;
    }
    .front-contact .headline-text{
        font-size: 11px;
        padding: 32px 0 11px 0;
    }
    .front-contact .tag-contact{
        font-size: 9px;
    }
    .front-contact .contact-input-group{
        padding: 25px 0 10px 0;
    }
    .front-contact .input-50,.front-contact .input-40,.front-contact .input-60{
        width: 100%;
    }
    .front-contact .input-title{
        font-size: 13px;
    }
    .front-contact .contact-input-group:last-child{
        padding: 25px 0 20px 0;
    }
    .footer{
        padding: 30px 20px;
        font-size: 11px;
        margin-bottom: 80px;
    }
    .footer .row{
        flex-direction: column;
    }
    .footer .content-section{
        display: flex;
        border-left:none;
    }
    .footer .content-section:last-child{
        border-right: none;
        flex-wrap: wrap;
    }
    .footer .img-logo{
        height: 50px;
    }
    .footer .content-section:nth-child(1){
        justify-content: space-between;
        align-items: end;
        padding: 0 0 20px 0;
        border-bottom: 1px dashed #7F94C3;
    }
    .footer .content-section:nth-child(2){
        display: none;
    }
    .footer .contact-content-group{
        border-bottom: 1px dashed #7F94C3;
        width: calc(100% + 24px);
        margin: 0px -12px;
        padding: 10px 0;
    }
    .footer .contact-content-group:last-child{
        border-bottom: none;
    }
    .footer .tell-number{
        font-size: 15px;
    }
    .wrapp-blog-list {
        flex-wrap: wrap; 
    }
    .blog-list>.row {
        justify-content: center;
    }
    .blog-item{
        flex: 0 1 90%;
    }
    .blog-sidebar{
        padding: 10px;
    }
    .backtotop {
        bottom: 85px;
        right: 15px;
    }
    .only_pc{
        display: none;
    }
}
@media screen and (max-width: 428px){
    .front-transaction .content-group:after{
    display: block;
    }
    .front-transaction .content-group:nth-child(3):after{
        display: block;
    }
}