@charset "utf-8";
body.no_scroll {
		height: 100vh !important;
		overflow: hidden;
}
.loading_base {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 5000
}
.loading_base .loading_bar {
		position: absolute;
		top: calc(50% - 15px);
		left: 0;
		width: 0%;
		height: 1px;
		background: #D3372D;
		transform-origin: left center;
}
.loading_base .loading_percent {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		width: 48px;
		height: 24px;
		z-index: 6000;
		color: #D3372D;
		font-family: Arial, Helvetica, 'sans-serif';
		font-size: 12px;
		line-height: 1;
		display: flex;
		align-items: center;
		text-align: center;
}
.loading_count {
		width: 2em;
		display: inline-block;
		text-align: right;
		font-size: 16px;
}
@media(max-width: 767px) {
		.loading_base .loading_percent {
				width: 48px;
				height: 24px;
				font-size: 10px;
		}
		.loading_count {
				width: 2em;
				font-size: 14px;
		}
}
/* =============== */
.kv {
		/* height: 100vh; */
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		position: relative;
		box-sizing: border-box;
}

@media(max-width: 840px) {
		.verLandscape .kv {
				height: 100vh !important;
				min-height: inherit !important;
				aspect-ratio: unset;
		}
}
@media(max-width: 767px) {
		.kv {
				aspect-ratio: initial;
		}
}
.kv .kv_contact {
		position: absolute;
		right: 80px;
		bottom: 20px;
		width: 320px;
		height: 320px;
		z-index: 1;
		cursor: pointer;
		color: #fff;
		mix-blend-mode: lighten;
}
.kv_contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 320px;
		height: 320px;
		text-decoration: none;
		color: #fff;
}
.kv_contact p {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.8;
		position: relative;
		z-index: 5;
		text-shadow: 0px 0px 10px rgba(15, 124, 234, 1);
}
.kv_contact p span {
		font-size: 135%;
}
.kv_contact::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-image: url("../images/top_kv_contact.png");
		width: 320px;
		height: 320px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 320px;
		pointer-events: none;
}
.kv .kv_scroll {
		position: absolute;
		width: 40px;
		height: 120px;
		bottom: 0;
		left: calc(50% - 20px);
		cursor: pointer;
		z-index: 100
}
.kv_scroll .kv_scroll_bar {
		position: absolute;
		width: 1px;
		background: #fff;
		top: 40px;
		left: 19.5px;
		height: 80px;
		transform-origin: center top;
		animation: scrollBar 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes scrollBar {
		0% {
				transform: scaleY(0);
				opacity: 0;
		}
		80% {
				transform: scaleY(1);
				opacity: 1;
		}
		100% {
				transform: scaleY(1);
				opacity: 0;
		}
}
@media(max-width: 1500px) {
		.kv .kv_contact {
				right: 20px;
				bottom: 20px;
				width: 260px;
				height: 260px;
		}
		.kv_contact a {
				width: 260px;
				height: 260px;
		}
		.kv_contact::before {
				width: 260px;
				height: 260px;
				background-size: 260px;
		}
		.kv_contact p {
				font-size: 14px;
		}
}
@media(max-width: 840px) {
		.kv .kv_contact {
				right: 10px;
				bottom: 10px;
				width: 220px;
				height: 220px;
		}
		.kv_contact a {
				width: 220px;
				height: 220px;
		}
		.kv_contact::before {
				width: 220px;
				height: 220px;
				background-size: 220px;
		}
		.kv_contact p {
				font-size: 14px;
		}
}
@media(max-width: 840px) {
		.verLandscape .kv .kv_contact {
				left: inherit;
				right: 15px;
				bottom: 15px;
				width: 180px;
				height: 180px;
		}
		.verLandscape .kv_contact::before {
				width: 180px;
				height: 180px;
				background-size: 180px;
		}
		.verLandscape .kv_contact a {
				width: 180px;
				height: 180px;
		}
		.verLandscape .kv_contact p {
				font-size: 12px;
		}
}
@media(max-width: 767px) {
		.kv .kv_contact {
				right: inherit;
				left: calc(50vw - 110px);
				bottom: 50px;
		}
		.kv_contact p {
				font-size: 14px;
		}
}
@media(max-width: 400px) {
		.kv .kv_contact {
				right: inherit;
				left: calc(50vw - 100px);
				bottom: 0px;
				width: 200px;
				height: 200px;
		}
		.kv_contact a {
				width: 200px;
				height: 200px;
		}
		.kv_contact::before {
				width: 200px;
				height: 200px;
				background-size: 200px;
		}
		.kv_contact p {
				font-size: 13px;
		}
}
.swiper-slide {
		height: 100%!important;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: 100% !important;
}
@media(max-width: 1600px) {
		.swiper-slide {
				display: flex;
				justify-content: flex-start;
				align-items: center;
		}
}
@media(max-width: 767px) {
		.swiper-slide {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				padding-left: 25px;
				aspect-ratio: initial;
				height: 100vh !important;
				width: 100%;
				box-sizing: border-box;
		}
		.kv .kv_scroll {
				display: none
		}
}
.kv_lead {
		position: relative;
		z-index: 100;
		color: #fff;
		font-weight: 700;
		padding-top: 40px;
		transition: opacity 0.8s;
		transition-delay: 0.8s;
		opacity: 0;
}
.kv_en {
		position: relative;
		z-index: 5;
		color: #fff;
		font-size: clamp(1.375rem, 2.323vw + 0.261rem, 2.875rem);
		font-family: "Poppins", sans-serif;
		font-weight: 300;
		font-style: italic;
		margin-top: 40px;
		padding-left: 10px;
		transition: opacity 0.8s;
		transition-delay: 1.1s;
		opacity: 0;
}
.swiper-slide-active .kv_lead, .swiper-slide-active .kv_en {
		opacity: 1;
}
.kv_lead.type-1 {
		font-size: clamp(1.5rem, 1.208vw + 1.217rem, 2.5rem);
		line-height: 1.6;
}
.kv_lead.type-2 {
		font-size: clamp(1.875rem, 1.965vw + 1.414rem, 3.625rem);
		line-height: 1.6;
}
@media(max-width: 1600px) {
		.kv_lead, .kv_en {
				padding-left: 80px;
		}
}
@media(max-width: 840px) {
		.kv_lead, .kv_en {
				padding-left: 40px;
		}
		.verLandscape .kv_lead {
				padding-top: 0;
		}
		.verLandscape .kv_lead_gr {
				top: 20px
		}
		.verLandscape .kv_lead.type-1 {
				font-size: 22px;
		}
		.verLandscape .kv_lead.type-2 {
				font-size: 24px;
		}
		.verLandscape .kv_en {
				margin-top: 15px;
		}
}
@media(max-width: 767px) {
		.kv_lead_gr {
				position: relative;
				top: -15vh
		}
		.kv_lead {
				padding-top: 0;
				position: relative;
		}
		.kv_lead, .kv_en {
				padding-left: 0;
		}
		.kv span.extra {
				font-size: 70%;
		}
		.kv_lead.type-1 {
				font-size: 24px;
		}
		.kv_lead.type-2 {
				font-size: 26px;
		}
}
@media(max-width: 400px) {
		.kv_lead_gr {
				position: relative;
				top: -10vh
		}
		.kv_lead.type-1 {
				font-size: 20px;
		}
		.kv_lead.type-2 {
				font-size: 24px;
		}
		.kv_en {
				margin-top: 25px;
		}
}
.top_hd_col {
		position: relative;
		margin-left: 65px;
}
.top_hd_col h3 {
		font-family: 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 42px;
		font-weight: 700;
		line-height: 1.5;
}
@media(max-width: 840px) {
		.top_hd_col h3 {
				font-size: 34px;
		}
}
@media(max-width: 767px) {
		.top_hd_col {
				margin-left: 45px;
		}
		.top_hd_col h3 {
				font-size: 22px;
		}
}
.top_service .top_hd_col {
		color: #fff;
}
.top_hd_col::before {
		content: '';
		display: block;
		position: absolute;
		top: 25px;
		left: -65px;
		width: 34px;
		height: 12px;
}
.top_value .top_hd_col::before, .top_message .top_hd_col::before, .top_news .top_hd_col::before {
		background: #D3372D;
}
.top_service .top_hd_col::before {
		background: #fff;
}
.enHd {
		font-family: "Poppins", sans-serif;
		font-weight: 100;
		font-style: italic;
		color: #fff;
		font-size: 104px;
		line-height: 1;
}
@media(max-width: 1300px) {
		.enHd {
				font-size: 88px;
		}
}
@media(max-width: 1100px) {
		.enHd {
				font-size: 78px;
		}
}
.top_message .enHd {
		color: #D3372D;
}
.top_value {
		background: #E5E5E5;
		padding: 100px 40px;
}
.top_value_hd_flex {
		display: flex;
		align-items: flex-end;
		position: relative;
}
.top_value_inner {
		max-width: 1160px;
		margin: 0 auto;
		position: relative;
}
.top_value_inner .top_hd_col {
		margin: 0 0 60px;
		margin-left: 65px;
		position: relative;
}
.top_value_hd_flex .line {
		content: '';
		display: block;
		position: absolute;
		top: 70px;
		left: 550px;
		pointer-events: none;
		width: 130px;
		height: 60px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
}
.top_value_hd_flex .line::before, .top_service_inner .line::before, .top_message_inner .line::before {
		content: '';
		display: block;
		position: absolute;
		top: -4.5px;
		left: -4.5px;
		width: 9px;
		height: 9px;
		background: #fff;
		border-radius: 50%;
}
.top_message_inner .line::before {
		background: #D3372D;
}
.top_value_hd_flex .enHd {
		position: absolute;
		top: 160px;
		left: 480px;
}
.top_value_inner .top_hd_col h3, .top_value_inner .top_hd_col p {
		font-family: 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 42px;
		font-weight: 700;
		line-height: 1.5;
}
.top_value_inner p {
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: 20px;
		font-weight: 500;
		line-height: 2.0;
		letter-spacing: 0.03em
}
@media(max-width: 1300px) {
		.top_value_inner .top_hd_col p {
				font-size: 34px;
		}
		.top_value_inner p {
				font-size: 18px;
		}
		.top_value_hd_flex .line {
				left: 450px;
		}
		.top_value_hd_flex .enHd {
				left: 380px;
		}
}
.top_value_col {
		margin-left: 65px;
}
@media(max-width: 1200px) {
		.top_value_inner .top_hd_col, .top_value_col {
				margin-left: 45px;
		}
		.top_value_inner .top_hd_col p {
				font-size: 30px;
		}
		.top_value_hd_flex .line {
				left: 380px;
		}
		.top_value_hd_flex .enHd {
				left: 320px;
		}
		.top_value_inner p {
				font-size: 17px;
		}
}
.top_value_hd_flex .top_value_figurePC {
		width: 455px;
		position: absolute;
		top: -25px;
		right: -100px;
}
.top_value_figurePC img {
		width: 100%;
		height: auto;
}
.top_value_figurePC div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%
}
@media(max-width: 1300px) {
		.top_value_hd_flex .top_value_figurePC {
				width: 33vw;
				right: -40px;
				top: 5vw;
		}
}
@media(max-width: 1200px) {
		.top_value_hd_flex .top_value_figurePC {
				right: -60px
		}
}
@media(min-width: 901px) {
		.top_value_gr {
				display: none
		}
}
@media(max-width: 900px) {
		.top_value_hd_flex .top_value_figurePC {
				display: none
		}
		.top_value_hd_flex .line, .top_value_hd_flex .enHd {
				display: none
		}
		.desktopBr {
				display: none
		}
		.top_value_figure_up, .top_value_figure_bottom {
				margin-bottom: 25px;
				width: calc(100% + 80px);
				position: relative;
				left: -40px;
		}
		.top_value_inner .top_hd_col {
				margin: 0 0 30px;
				margin-left: 55px;
		}
		.top_value_figure_up {
				margin-top: 60px;
		}
		.top_value_figure_up img, .top_value_figure_bottom img {
				width: 100%;
				height: auto;
		}
		.top_value_gr.catchGr {
				margin-bottom: 40px;
				margin-left: 155px;
				display: flex;
				position: relative;
		}
		.catchGr .line {
				position: absolute;
				top: -20px;
				left: -55px;
				width: 40px;
				height: 55px;
				border-left: 1px solid #fff;
				border-bottom: 1px solid #fff;
		}
		.catchGr .line::before {
				content: '';
				display: block;
				position: absolute;
				top: -4.5px;
				left: -4.5px;
				width: 9px;
				height: 9px;
				background: #fff;
				border-radius: 50%;
		}
}
@media (min-width: 768px) and (max-width: 900px) {
		.extarBr {
				display: none;
		}
}
@media(max-width: 840px) {
		.top_value {
				padding: 80px 40px;
		}
		.top_value_inner .top_hd_col h3, .top_value_inner .top_hd_col p {
				font-size: 34px;
		}
		.top_value_inner p {
				font-size: 16px;
		}
		.top_value_inner .top_hd_col, .top_value_col {
				margin-left: 55px;
		}
		.top_hd_col::before {
				top: 21px;
				left: -55px;
				width: 34px;
				height: 10px;
		}
}
@media(max-width: 767px) {
		.top_value {
				padding: 60px 20px;
		}
		.top_value_inner .top_hd_col h3, .top_value_inner .top_hd_col p {
				font-size: 24px;
		}
		.top_value_inner p {
				font-size: 15px;
		}
		.top_value_inner .top_hd_col {
				margin-left: 45px;
				position: relative;
		}
		.top_value_col {
				margin-left: 0;
		}
		.top_hd_col::before {
				top: 13px;
				left: -45px;
				width: 25px;
				height: 8px;
		}
		.enHd {
				font-size: 76px;
		}
		.top_news_inner_left {
				position: relative;
		}
		.top_news_inner_left .enHd {
				position: absolute;
				top: -13px;
				left: inherit;
				right: 0;
				margin-left: 0;
		}
		.verLandscape .top_news_inner_left .enHd {
				top: -25px
		}
		.top_value_hd_flex .line {
				width: 35px;
				height: 50px;
				border-top: none;
				border-right: none;
				border-left: 1px solid #fff;
				border-bottom: 1px solid #fff;
				margin-left: 0;
				position: relative;
				top: -80px;
				left: -190px;
				margin-bottom: -20px;
		}
		.top_value_hd_flex .enHd {
				top: 170px;
				left: 140px;
				font-size: 64px;
		}
		.top_value_figure_up, .top_value_figure_bottom {
				margin-bottom: 25px;
				width: calc(100% + 40px);
				position: relative;
				left: -20px;
		}
}
/* ==== SERVICE ==== */
.top_service {
		background: #D3372D;
		padding: 100px 40px;
}
.top_service_inner {
		max-width: 1160px;
		margin: 0 auto;
}
.top_service_inner .line, .top_message_inner .line {
		pointer-events: none;
		width: 140px;
		height: 60px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		margin-left: 340px;
		position: relative;
		top: -33px;
		margin-bottom: -20px;
}
.top_message_inner .line {
		border-top: 1px solid #D3372D;
		border-right: 1px solid #D3372D;
}
.top_service_inner .enHd, .top_message_inner .enHd {
		margin-left: 190px;
}
.top_service_flex {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
}
.top_service_item {
		width: calc(50% - 16px);
		background: #fff;
		min-height: 300px;
		box-sizing: border-box;
		padding: 45px;
}
.top_service_item_thumb {
		margin: 0 0 40px;
}
.top_service_item_thumb img {
		width: 100%;
		height: auto;
}
.top_service_item h3 {
		text-align: center;
		font-size: 26px;
		font-weight: 700;
		margin: 0 0 35px;
}
.top_service_item p {
		text-align: center;
		font-size: 20px;
		line-height: 1.8;
		font-weight: 500;
		margin: 0 0 40px
}
@media(max-width: 1300px) {
		.top_service_inner .line, .top_message_inner .line {
				margin-left: 300px;
				top: -30px;
		}
}
@media(max-width: 1200px) {
		.top_service_item {
				padding: 25px;
		}
		.top_service_item p {
				font-size: 18px;
		}
}
@media(max-width: 840px) {
		.top_service {
				padding: 80px 40px;
		}
		.top_service_item {
				padding: 20px;
		}
		.top_service_item h3 {
				font-size: 22px;
				margin: 0 0 25px;
		}
		.top_service_item p {
				font-size: 16px;
		}
		.top_service_inner .line, .top_message_inner .line {
				margin-left: 280px;
				top: -30px;
		}
		.top_service_inner .enHd, .top_message_inner .enHd {
				margin-left: 180px;
		}
}
@media(max-width: 767px) {
		.top_service {
				padding: 60px 20px;
		}
		.top_service_flex {
				display: block;
				margin-top: 30px;
		}
		.top_service_item {
				width: 100%;
				background: #fff;
				padding: 20px;
		}
		.top_service_flex .top_service_item:first-child {
				margin-bottom: 25px;
		}
		.top_service_item_thumb {
				margin: 0 0 20px;
		}
		.top_service_item h3 {
				font-size: 18px;
				margin: 0 0 15px;
		}
		.top_service_item p {
				font-size: 15px;
				line-height: 1.8;
				margin: 0 0 30px
		}
		.top_service_inner .enHd, .top_message_inner .enHd {
				margin-left: 50px;
				font-size: 60px;
		}
		.top_service_inner .line {
				width: 35px;
				height: 50px;
				border-top: none;
				border-right: none;
				border-left: 1px solid #fff;
				border-bottom: 1px solid #fff;
				margin-left: 0;
				position: relative;
				top: 10px;
				margin-bottom: -20px;
		}
		.top_message_inner .line {
				width: 35px;
				height: 50px;
				border-top: none;
				border-right: none;
				border-left: 1px solid #D3372D;
				border-bottom: 1px solid #D3372D;
				margin-left: 0;
				position: relative;
				top: 10px;
				margin-bottom: -20px;
		}
		.top_message_inner .line::before {
				left: -5px
		}
}
/* ==== MESSAGE ==== */
.top_message {
		background: #FFF;
		padding: 80px 40px 120px;
}
.top_message_inner {
		max-width: 1160px;
		margin: 0 auto;
}
.top_message_col {
		display: flex;
		align-items: center;
		margin-top: 70px;
}
.top_message_photo {
		width: 595px;
		margin-right: 85px;
}
.top_message_photo img {
		width: 100%;
		height: auto;
}
.top_message_caption {
		flex: 1
}
.top_message_caption h4 {
		font-size: 40px;
		line-height: 1.6;
		font-weight: 700;
		margin: 0 0 50px
}
.top_message_caption p {
		line-height: 1.8;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.03em;
		text-align: justify;
}
.top_message_caption p.message_name {
		text-align: right;
		font-size: 24px;
		font-weight: 500;
		margin-top: 35px;
}
.top_message_caption .link_btn_center {
		margin-top: 3em;
}
@media(max-width: 1600px) {
		.top_message_photo {
				width: 40%;
				margin-right: 40px;
		}
		.top_message_caption .link_btn_center {
				margin-top: 2em;
		}
}
@media(max-width: 1200px) {
		.top_message_col {
				display: flex;
				align-items: flex-start;
				margin-top: 70px;
		}
		.top_message_caption h4 {
				font-size: 32px;
				margin: 0 0 25px
		}
		.top_message_caption p {
				line-height: 1.8;
				font-size: 16px;
		}
		.top_message_caption p.message_name {
				font-size: 18px;
				margin-top: 25px;
		}
}
@media(max-width: 840px) {
		.top_message {
				padding: 80px 40px;
		}
}
@media(max-width: 767px) {
		.top_message {
				padding: 60px 20px;
		}
		.top_message_col {
				display: block;
				margin-top: 35px;
		}
		.top_message_photo {
				width: 100%;
				margin: 0 0 20px
		}
		.top_message_caption h4 {
				font-size: 22px;
				margin: 0 0 20px;
		}
		.top_message_caption h4 br {
				display: none
		}
		.top_message_caption p {
				font-size: 15px;
		}
		.top_message_caption p.message_name {
				font-size: 17px;
				margin-top: 25px;
		}
}
/* ==== NEWS ==== */
.top_news {
		background: #E5E5E5;
		padding: 100px 40px;
}
.top_news_inner {
		max-width: 1060px;
		margin: 0 auto;
		display: flex;
}
.top_news_inner_left {
		margin-right: 80px;
}
.top_news_inner_left .top_hd_col {
		margin-bottom: 20px;
}
.top_news_inner_right {
		flex: 1;
}
@media(max-width: 840px) {
		.top_news {
				padding: 80px 40px;
		}
		.top_news_inner_left {
				margin-right: 30px;
		}
}
@media(max-width: 767px) {
		.top_news {
				padding: 60px 20px;
		}
		.top_news_inner {
				display: block;
		}
		.top_news_inner_left {
				margin-right: 0;
				display: flex;
				align-items: center;
		}
}
/* ==== FOOTER LINKS ==== */
section.top_footerlinks {
		min-height: inherit;
		height: 375px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/top_footer_bg_pc.jpg");
		padding: 0 40px;
		position: relative;
		z-index: 3
}
.top_footerlinks_inner {
		max-width: 1160px;
		margin: 0 auto;
		background: #D3372D;
		min-height: 300px;
		position: relative;
		z-index: 5;
		top: 100px;
		box-sizing: border-box;
		padding: 50px;
}
.top_footerlinks_inner h4 {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 50px;
}
.top_footerlinks_flex {
		display: flex;
		justify-content: space-between;
}
.top_footerlinks_item {
		box-sizing: border-box;
		background: #fff;
		width: calc(calc(100% - 60px) / 3);
		padding: 25px;
		text-align: center;
}
.top_footerlinks_item_hd {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		margin: 0 0 15px;
}
.top_footerlinks_item h5 {
		line-height: 1.6;
		font-size: 16px;
}
.top_footerlinks_item .link_btn {
		width: 250px;
}
.top_footerlinks_item .link_btn_center + p {
		font-weight: 500;
		margin-top: 20px;
}
@media(max-width: 1100px) {
		section.top_footerlinks {
				padding: 0 20px;
		}
		.top_footerlinks_inner {
				padding: 20px;
		}
		.top_footerlinks_item {
				width: calc(calc(100% - 30px) / 3);
				padding: 15px;
		}
		.top_footerlinks_inner h4 {
				font-size: 18px;
				margin: 0 0 30px;
		}
		.top_footerlinks_item .link_btn {
				font-size: 15px;
		}
}
@media(max-width: 840px) {
		.top_footerlinks_inner {
				padding: 30px 15px;
				min-height: 280px;
		}
		.top_footerlinks_item {
				width: calc(calc(100% - 20px) / 3);
				padding: 10px;
		}
		.top_footerlinks_inner h4 {
				font-size: 18px;
				margin: 0 0 30px;
		}
		.top_footerlinks_item .link_btn {
				font-size: 15px;
		}
		.top_footerlinks_item .link_btn_center + p {
				font-size: 14px;
				margin-top: 15px;
		}
}
@media(max-width: 767px) {
		section.top_footerlinks {
				height: 240px;
				background-image: url(../images/top_footer_bg_sp.jpg);
				padding: 0 20px;
		}
		.top_footerlinks_inner {
				min-height: 300px;
				top: 190px;
				padding: 40px 20px;
				margin-bottom: 250px;
		}
		.top_footerlinks_inner h4 {
				font-size: 18px;
				margin: 0 0 25px;
		}
		.top_footerlinks_flex {
				display: block;
		}
		.top_footerlinks_item {
				width: 100%;
				padding: 20px;
				margin: 0 0 30px;
		}
}
@media(max-width: 450px) {
		.enHd, .top_service_inner .enHd, .top_message_inner .enHd {
				margin-left: 50px;
				font-size: 58px !important;
		}
		.top_value .enHd {
				margin-left: 0;
		}
}
/* ======= */
footer {
		padding-top: 180px;
}
@media(max-width: 1100px) {
		footer {
				padding-top: 100px;
		}
}
@media(max-width: 767px) {
		footer {
				padding-top: 820px;
		}
}