@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');
.container {
	max-width: 1120px;
}
/*.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: calc(1120px + 20px);
}
.elementor-section.elementor-section-boxed > .elementor-column-gap-no {
	max-width: 1120px;
}*/

.elementor-column-gap-custom>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated,
.elementor-column-gap-custom>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated,
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.elementor-section-boxed .elementor-section.elementor-inner-section > .elementor-column-gap-default {
	margin-left: -10px;
	margin-right: -10px;
}
@media (min-width: 768px) {
	.elementor-section-boxed.elementor-top-section > .elementor-column-gap-wide {
		max-width: inherit;
		margin-left: -20px;
		margin-right: -20px;
	}
	.elementor-section-boxed.elementor-top-section > .elementor-column-gap-wide {
		max-width: calc(1120px + 40px);
	}
	.elementor-section-boxed.elementor-top-section .elementor-section.elementor-inner-section .elementor-column-gap-wide {
		max-width: calc(1120px + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}

	.elementor-section-boxed.elementor-top-section > .elementor-column-gap-wider {
		max-width: calc(1120px + 60px);
	}
	.elementor-section-boxed.elementor-top-section .elementor-section.elementor-inner-section .elementor-column-gap-wider {
		max-width: calc(1120px + 60px);
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media (max-width: 767px) {
	.elementor-section-wrap .container {
		padding-left: 0;
		padding-right: 0;
	}
	.container,
	.elementor-top-section>.elementor-column-gap-wider .elementor-top-column>.elementor-element-populated,
	.elementor-top-section>.elementor-column-gap-default .elementor-top-column>.elementor-element-populated {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.elementor-inner-section .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
		padding: 1rem!important;
	}
	.elementor-inner-section .elementor-column-gap-wide .elementor-column>.elementor-element-populated,
	.elementor-inner-section .elementor-column-gap-wider .elementor-column>.elementor-element-populated,
	.elementor-column-gap-wide .elementor-inner-section .elementor-column>.elementor-element-populated,
	.elementor-column-gap-wider .elementor-inner-section .elementor-column>.elementor-element-populated {
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	.elementor-inner-section .elementor-column-gap-no .elementor-column>.elementor-element-populated {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.elementor-top-section>.elementor-column-gap-default .elementor-top-column>.elementor-element-populated .elementor-top-column>.elementor-element-populated {
		padding-left: 0;
		padding-right: 0;
	}
	.elementor-section.elementor-inner-section > .elementor-column-gap-wider,
	.elementor-section.elementor-inner-section > .elementor-column-gap-wide,
	.elementor-section.elementor-inner-section > .elementor-column-gap-custom {
		margin-left: -10px;
		margin-right: -10px;
	}
	.elementor-section-full_width .elementor-section.elementor-inner-section > .elementor-column-gap-default {
		margin-left: -10px;
		margin-right: -10px;
	}
}
.text-center {
	text-align: center;
}
img {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
  	
}
body.page h1 {
	font-size: 3em;
	margin: 0;
}
body.page h2 {
	font-size: 2.25em;
	margin: 0;
}
body.page h3 {
    font-size: 1.625em;
    margin: 0;
}
body.page h4 {
	font-size: 1em;
	margin: 0;
}
@media (max-width: 767px) {
	.sp_none {
		display: none!important;
	}
	body.page h1 {
	    font-size: 1.75em;
	}
	body.page h2 {
		font-size: 1.375em;
	}
	body.page h3 {
	    font-size: 1.375em;
	}
	body.page h4 {
	    font-size: 0.875em;
	}
}
#wpadminbar.mobile {
  display: none;
}
@media (min-width: 768px) {
	.pc_none {
		display: none!important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
html {
	overflow-x: hidden;
	font-size: 10px;
}
body {
  	overflow-x: hidden;
  	letter-spacing: 0.05em!important;
  	font-feature-settings: inherit;
  	line-height: 1.8;
}
header.site-header.fixed.trans {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header.site-header.fixed.trans:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate(0, -101%);
    -ms-transform: translate(0, -101%);
    -o-transform: translate(0, -101%);
    transform: translate(0, -101%);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}
header.site-header.fixed.trans.eff:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media (min-width: 768px) {
	header.site-header .logo img {
		max-height: 64px;
	}
	header.site-header.fixed.fullwidth .container {
	    max-width: calc(100% - 8rem);
	}
	header.site-header.fixed .container {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
}
header.site-header.fixed {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/*.home header.site-header.fixed:not(.sticky) {
	background: transparent;
}
*/


#nav ul li {
    padding: 0 0.8rem;
    line-height: 1.1;
}
#nav ul li + li:not(.nav_btn) {
	border-left: 1px solid;
}
header.site-header.fixed {
	border-top: 4px solid #00379F;
}
#nav ul li.nav_btn a {
    display: block;
    line-height: 53px;
    background: #FA2F14;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    letter-spacing: 0.2em;
    padding: 0 4.15rem;
}
#nav ul li.nav_btn a:hover {
    background: #fc715f;
}
#nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
}


.section_1 {
	padding: 6rem 0;
}
.infact-news {
	padding: 0;
}
.infact-news .wrap .left {
	width: 20%;
	padding: 0;
	border: 0;
}
.infact-news .wrap .right {
	width: 75%;
	border: 0;
}
.infact-news .wrap .left:before,
.infact-news .wrap .right:before {
	display: none;
}
.infact-news .wrap .title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin: 0 0 3.2rem;
    font-weight: 500;
    font-size: 2.25em;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.infact-news .wrap .title span {
	color: #00379F;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 3.2rem 0 0;
	letter-spacing: 0.05em;
}
.infact-news .wrap .button {
	display: inline-block;
	padding: 0 3.2rem;
	width: 196px;
	max-width: 100%;
	line-height: 46px;
	background: #fff;
	color: #FA2F1B;
	border: 3px solid #FA2F1B;
	position: relative;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.infact-news .wrap .button:before {
	display: none;
}
.infact-news .wrap .button i {
	font-size: 1.2em;
	right: 1.6rem;
	color: inherit;
	font-weight: 700;
}
.infact-news .wrap .button:hover {
    background: #FA2F1B;
    color: #fff;
}
.section_1 .infact-news {
    padding: 4rem;
    border: 5px solid #D5F0FF;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
}
.infact-news .wrap ul li {
	font-size: 1.4rem;
	padding: 1.6rem 0;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
}
.infact-news .wrap ul li .date {
	font-style: inherit;
	font-size: 0.85714286em;
	color: #00379F;
	margin-right: 1.92rem;
	letter-spacing: inherit;
}
.infact-news .wrap ul li a {
	line-height: 1.4;
	padding-right: 1rem;
}
.infact-news .wrap ul li a:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    font-size: 1.2em;
    color: #00379F;
}
@media (min-width: 768px) {
	.infact-news .wrap ul li a:after {
	    top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
}
.infact-news .wrap ul li + li {
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
}

.sub-img img {
	vertical-align: top;
}
.section_2 {
    padding-top: 6rem;
    position: relative;
    background: url(../img/pattern.png) 0 0 repeat;
}
.section_2:before {
    content: '';
    height: 160px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff4e8;
    position: absolute;
}
.section_2 .section_2_txt {
	padding: 3.2rem 0;
}
.section_2 .infact-two-column {
    background: #fff;
    border: 2px solid #00379F;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-left: 3.5em;
    padding-right: 1.5em;
    position: relative;
    box-shadow: 6px 6px 0 0 #d5f0ff;
}
.section_2 .infact-two-column .list .item .icon-div.icon-top .sub-title {
    color: #FA2F14;
    padding-top: 4.8rem;
    margin-bottom: 0.8rem;
    margin-top: 0;
}
@media (min-width: 768px) {
	.section_2 .infact-two-column .list .item.reverse .left {
		margin-top: -2.4rem;
	}
}
.section_2 .sign {
	font-size: 1.4rem;
}
.section_2 .sign strong {
	font-size: 1.42857143em;
	font-weight: inherit;
}


.section_3 {
	padding-top: 1.2rem;
}
.section_3:before {
    content: '';
    height: 200px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff url(../img/pattern.png) 0 0 repeat;
    position: absolute;
}
.elementor:not(.elementor-edit-mode) .elementor-element.ttl {
	z-index: 1;
}
.elementor:not(.elementor-edit-mode) .section_3 .elementor-inner-section {
	z-index: 2;
}
.section_3 .elementor-element.ttl {
    padding-top: 7.2rem;
    padding-bottom: 2.4rem;
    position: relative;
    margin-bottom: 1.4rem;
}
.section_3 .ttl:before {
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: currentColor;
}
.section_3 .ttl:after {
    content: 'SERVICE';
    font-size: 17.625em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 0;
    left: -9.6rem;
    white-space: nowrap;
    line-height: 0.7;
    z-index: -1;
    letter-spacing: 0.1em;
}


.mtm_btn {
    display: inline-block;
    padding: 0 2rem;
    width: 196px;
    max-width: 100%;
    line-height: 46px;
    background: #fff;
    color: #FA2F1B;
    border: 3px solid #FA2F1B;
    position: relative;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
}
.mtm_btn:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.2em;
}
.mtm_btn:hover {
    background: #FA2F1B;
    color: #fff;
}

.section_3 .elementor-widget-image-box {
    padding: 2.88rem;
    background: #fff;
    border: 2px solid #00379F;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 6px 6px 0 0 #d5f0ff;
}
.section_3 .elementor-image-box-title {
	margin: 2rem 0 2.5rem;
}
.section_3 .elementor-image-box-description {
	text-align: left;
	font-size: 1.4rem;
}
.section_3 .elementor-image-box-description a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 3.2rem;
}
@media (min-width: 768px) {
	.section_3 .elementor-inner-column:nth-child(1) .elementor-widget-image-box {
	    margin-top: 8rem;
	}
	.section_3 .elementor-inner-column:nth-child(3) .elementor-widget-image-box {
	    margin-top: -8rem;
	}
}


.elementor-element.title_wrap {
    position: relative;
    text-align: center;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem!important;
}
.elementor-element.title_wrap h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.elementor-element.title_wrap h3 {
    font-size: 1.375em;
    margin-top: 0.5rem;
}
.elementor-element.title_wrap h1 {
    color: #00379F;
}
.title_wrap:after {
    content: '';
    height: 4px;
    width: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: #2B2B2B;
    display: block;
}
.section_4 {
    padding: 4.5rem 0 7rem;
}

@media (min-width: 768px) {
	.section_4 .infact-two-column .list .item {
	    display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    -moz-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	    align-items: center;
	}
	.section_4 .infact-two-column .list .item.reverse {
		flex-direction: row-reverse;
	}
	.section_4 .infact-two-column .list .item.default .right {
	    margin-left: auto;
	}
	.section_4 .infact-two-column .list .item.reverse .right {
	    margin-right: auto;
	}
}

.section_4 .infact-two-column .list .item .right .clearfix .sub-title {
	font-size: 2em;
	margin: 0 0 0.5rem;
	letter-spacing: 0;
}
.section_4 .infact-two-column .list .item .right .clearfix .sub-title span {
	color: #00379F;
}


.section_5 {
    padding: 7rem 0 8.6rem;
    position: relative;
}
.section_5:before {
    content: '';
    background: url(../img/img_blog_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 414px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.section_5 .ift-news  {
    padding-top: 2.4rem;
    margin-bottom: 2.2rem;
}
.ift-news .news-wrap .item {
	margin-bottom: 3.2rem;
}
.ift-news .news-wrap .item .img {
	width: 100%;
	padding-bottom: 67%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.ift-news .news-wrap .item .bottom .date {
	font-family: 'Poppins', sans-serif;
    color: #00379F;
    margin: 1.6rem 0 0.48rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    display: block;
}
.ift-news .news-wrap .item .bottom {
	padding: 0;
	background: transparent;
}
.ift-news .news-wrap .item h3 {
	font-size: 1em;
	font-family: inherit;
	font-weight: 500;
	margin: 0;
}


.elementor:not(.elementor-edit-mode) .section_shop {
	position: static;
}
.section_shop {
	padding-bottom: 10rem;
}
.section_shop > .elementor-container {
	margin-top: -35rem;
    padding: 8.6rem;
    background: #fff;
    position: relative;
}
.section_shop .border {
	margin-top: 2.5rem;
	padding: .8rem 0 0.8rem;
	border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.section_shop .mtm_btn {
    margin-top: 1rem;
    border: 1px solid #002771;
    line-height: 41px;
    color: #00379F;
}
.section_shop .mtm_btn:hover {
    background: #002771;
    color: #fff;
}
.section_shop .border + .elementor-widget-text-editor {
	margin-top: 1rem;
}
footer.site-footer {
	padding: 0!important;
}
footer.site-footer .footer-column {
	font-size: 1em;
	padding: 7rem 0;
}
footer.site-footer .widget_nav_menu ul.menu li {
	padding-left: 0;
	margin: 0 0 8px;
}
footer.site-footer .widget_nav_menu ul.menu li:before {
	display: none;
}
footer.site-footer .widget_nav_menu ul.menu > li > a {
	padding-left: 16px;
	position: relative;
}
footer.site-footer .widget_nav_menu ul.menu > li > a:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.2em;
    color: #00379F;
}
footer.site-footer #copyright {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    padding: 1.6rem;
    background: #EDF9FF;
    border-top: 4px solid #00379F;
    color: #000;
}
@media (max-width: 767px) {
	header.site-header .logo img {
		max-height: 36px;
	}
	header.site-header.fixed .container {
		padding-right: 0;
	}
	header.site-header .sp-right {
		width: 64px;
		height: 64px;
	}
	header.site-header .sp-right .group-menu a.sp-menu {
		width: 100%;
		height: 100%;
	}
	header.site-header .sp-right .group-menu a.sp-menu i {
	    -webkit-mask: url(../img/sp_menu.svg);
	    mask: url(../img/sp_menu.svg);
	    -moz-mask: url(../img/sp_menu.svg);
	    -ms-mask: url(../img/sp_menu.svg);
	    width: 28px;
	    height: 19px;
	    margin-top: 22.5px;
	}
	#nav-sp {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.4rem;
	}
	.section_1 {
		padding: 3.8rem 0;
	}
	.section_1 .infact-news {
		padding: 0.8rem 2.4rem 4rem;
	}
	.infact-news .wrap ul li {
	    -webkit-flex-flow: row wrap;
	    -moz-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    flex-flow: row wrap;
	}
	.infact-news .wrap ul li a:after {
		top: 2rem;
	}
	.infact-news .wrap ul li:first-child {
	    border-top: 1px dotted rgba(0, 0, 0, 0.2);
	}
	.infact-news .wrap .title {
		font-size: 1.75em;
	}
	.infact-news .wrap .title span {
		font-size: 1.4rem;
	}
	.infact-news .wrap .button {
		margin-top: 3rem;
	}
	.section_2 .infact-two-column {
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}
	.section_2 .infact-two-column .list .item {
		position: relative;
	}
	.section_2 .infact-two-column .list .item .left {
		border-bottom: 2px solid #00379F;
		position: absolute;
		top: -2.4rem;
		pointer-events: none;
	}
	.section_2 .infact-two-column .list .item .left .sub-img {
		width: 140px;
		float: right;
	}
	.section_2 .infact-two-column .list .item .icon-div.icon-top .sub-title {
		padding-top: .6rem;
		margin-bottom: 3.5rem;
	}
	.section_2 .infact-two-column .list .item .sub-desc {
		font-size: 1.4rem;
	}
	.section_3 {
		padding-top: 3.8rem;
	}
	.section_3 .elementor-element.ttl {
	    text-align: center;
	    padding-top: 1.6rem;
	}
	.section_3 .ttl:after {
	    font-size: 5.875em;
	    left: 50%;
	    -webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    -o-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	    top: 4rem;
	}
	.section_3 .ttl:before {
	    left: 50%;
	    background: #2B2B2B;
	    -webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    -o-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	}
	.section_3:before {
		height: 240px;
	}
	.section_4 {
		padding-bottom: 3rem;
	}
	.section_4 .infact-two-column .list .item .right .clearfix .sub-title {
		font-size: 1.375em;
		text-align: center;
		margin-top: .6rem;
	}
	.section_4 .infact-two-column  {
		margin-bottom: 3rem;
	}
	.section_5 {
		padding: 5.5rem 0;
	}
	.elementor-element.title_wrap h3 {
	    font-size: 1.125em;
	    margin-bottom: 0.5rem;
	}
	.ift-news .news-wrap .item {
		background: transparent;
	}
	.ift-news .news-wrap .item .img {
		height: 0;
		float: none;
		margin: 0;
	}
	.ift-news .news-wrap .item .bottom {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.section_shop {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 6.5rem;
	}
	.section_shop > .elementor-container {
		margin-top: -20.5rem;
		padding: 2.2rem .4rem 1.4rem;
	}
	footer.site-footer .footer-column {
		padding: 4.8rem 0;
	}
	footer.site-footer .footer-column .column {
		width: 100%!important;
		margin: 0;
		position: relative;
	}
	footer.site-footer .footer-column .column:first-child {
		margin-bottom: 3rem;
	}
	footer.site-footer .footer-column .column:first-child .widget_custom_html a {
		position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 50%;
	    height: 15%;
	}
	footer.site-footer .widget_nav_menu ul.menu li {
		margin-bottom: 1rem;
	}
	footer.site-footer .footer-column .column:last-of-type {
		margin-top: 0;
	}
}