/*
Theme Name: Linkage Theme
Author: J.V.A
Description: 「」
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	--c_ylw: #ffc926;
	--c_blu: #1b4e9b;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	width: 1920px;
	max-width: 100%;
	margin: auto;
}

a {
	transition: all .3s;
}

a:hover, a:focus {
	text-decoration: none;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1375px;
	}
}

#page-wrap {
	overflow: hidden;
}

#main_header {
	position: relative;
	border-top: solid 10px var(--c_blu);
	padding: 30px 0;
}

.home #main_header {
	position: absolute;
	top: auto;
	left: auto;
	width: 1920px;
	max-width: 100%;
	z-index: 1;
}

#main_header::before {
	content: '';
	background-color: var(--c_ylw);
	height: 10px;
	display: block;
	width: 100%;
	position: absolute;
	inset: 0 0 auto 0;
}

#main_header .site_logo {
	display: table;
	margin: auto;
	position: relative;
}

#main_header .site_logo:before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #fff;
	z-index: -1;
	border-radius: 100%;
	filter: blur(9px);
	transform: scale(.9);
}

#main_header .site_logo:hover, #main_header .site_logo:focus {
	transform: scale(.96);
}

#banner_section {
	background-image: url(images/banner_pattern.fw.png);
	background-position: top center;
	background-size: cover;
}

#banner_section .banner_top {
	position: relative;
	margin-bottom: 50px;
}

#banner_section .banner_top .img_container .fake_image {
	/*padding-top: 59.36%;*/
	padding-top: 46%;
	background-size: cover;
	background-position: center;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
	width: 80%;
	margin: auto;
}

#banner_section .banner_top .container {
/*	position: absolute;*/
/*	inset: auto 0 0 0;*/
}

#banner_section .banner_top .banner_badge {
	/*transform: translateY(80px);*/
	margin: 15px auto;
	/*margin-bottom: -130px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

#banner_section .banner_top .banner_badge .img-responsive {
	max-width: 250px;
}

#banner_section .banner_top .socials {
	font-size: 25px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#banner_section .banner_top .socials li {
	display: inline-block;
	vertical-align: middle;
}

#banner_section .banner_top .socials li a {
	display: flex;
	width: 55px;
	height: 55px;
	align-items: center;
	justify-content: center;
	border: solid 5px rgba(165, 165, 165, 0.45);
	border-radius: 100%;
	color: var(--c_blu);
}

#banner_section .banner_top .socials li a:hover, #banner_section .banner_top .socials li a:focus {
	border-color: rgba(165, 165, 165, 1);
}

#banner_section .banner_top .socials li:not(:last-child), #banner_section .banner_top .socials span {
	margin-right: 20px;
}

#banner_section .banner_top .phone {
	text-align: right;
	font-size: 25px;
}

#banner_section .banner_top .phone a {
	color: #000000;
}

#banner_section .banner_top .register {
	font-size: 25px;
	display: table;
	margin-left: auto;
}

#banner_section .banner_top .badge_text {
	text-align: center;
	margin: 0 10px;
	margin-top: 1em;
	margin-right: 4em;
	margin-left: auto;
	display: table;
}

#banner_section .banner_top .badge_text .p1 {
	font-size: 25px;
	margin: 0;
	font-weight: 600;
	line-height: 1;
}

#banner_section .banner_top .badge_text .p2 {
	font-size: 33px;
	font-weight: 900;
	margin: 0;
	line-height: 1;
}

#banner_section .banner_top .badge_text .p3 {
	font-size: 54px;
	margin: 0;
	line-height: 1;
}

#banner_section .banner_top .phone a:hover, #banner_section .banner_top .phone a:focus {
	color: var(--c_blu);
}

#banner_section .banner_bot {
	margin-bottom: 100px;
}

#banner_section .banner_bot .banner_subtitle {
	text-align: center;
	font-size: 35px;
	color: var(--c_ylw);
	margin: 0;
}

#banner_section .banner_bot .banner_title {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	color: var(--c_blu);
	margin-bottom: 1em;
}

#banner_section .banner_bot .banner_content {
	max-width: 1000px;
	margin: auto;
}

#banner_section .banner_bot .banner_content p {
	text-align: center;
	font-size: 20px;
	line-height: 2;
}

#about_section {
	position: relative;
	overflow: hidden;
	padding: 50px 0 100px;
}

#about_section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 0px;
	border-radius: 100%;
	box-shadow: 0 0px 30px 1px rgba(0, 0, 0, 0.5);
}

#about_section .counter_box {
	background-color: var(--c_blu);
	padding: 50px 15px;
}

#about_section .counter_box p {
	text-align: center;
	font-size: 3rem;
	color: #fff;
}

#about_section .counter_box .s_title {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	color: var(--c_ylw);
}

#about_section .counter_box #countdown_timer {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
}

#about_section .counter_box .reg_now {
	display: block;
	text-align: center;
	font-size: 40px;
	color: var(--c_ylw);
	font-weight: 600;
	border: solid 2px var(--c_ylw);
	padding: 10px;
	margin-top: 20px;
	border-radius: 10px;
}

#about_section .counter_box .reg_now:hover, #about_section .counter_box .reg_now:focus {
	color: #ffffff;
	border-color: #ffffff;
}

#about_section .title {
	font-size: 50px;
	font-weight: 700;
	color: var(--c_blu);
}

#about_section .title span {
	color: var(--c_ylw);
}

#about_section .content p {
	font-size: 18px;
	margin-bottom: 1em;
	line-height: 2;
}

#register_section {
	position: relative;
	overflow: hidden;
	padding: 50px 0 100px;
}

#register_section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 0px;
	border-radius: 100%;
	box-shadow: 0 0px 30px 1px rgba(0, 0, 0, 0.5);
}

#register_section .s_title {
	font-size: 90px;
	text-align: center;
	font-weight: 600;
	color: var(--c_blu);
}

#register_section .s_title span {
	font-size: 300px;
	vertical-align: middle;
	margin-left: -8rem;
	color: var(--c_ylw);
}

#register_section .register_content {
	max-width: 1143px;
	margin: auto;
	text-align: center;
	font-size: 20px;
	line-height: 2;
}

#register_section .pre_form {
	max-width: 797px;
	margin: auto;
}

#register_section .pre_form .title {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: var(--c_blu);
}

#register_section .pre_form .title:before {
	content: '';
	height: 125px;
	width: 2px;
	background-color: var(--c_ylw);
	display: block;
	margin: 2rem auto;
}

#register_section .pre_form .excerpt {
	text-align: center;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 4rem;
}

#register_section .pre_form .form-group {
	max-width: 725px;
	margin: 0 auto 15px;
}

#register_section .pre_form .form-group .form-control {
	height: 60px;
	border-radius: 0;
	border-color: #000;
	font-size: 20px;
}

#register_section .pre_form .radio {
	text-align: center;
	font-size: 20px;
	margin-bottom: 2rem;
}

#register_section .pre_form .radio label {
	position: relative;
}

#register_section .pre_form .radio input {
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	left: 0;
}

#register_section .pre_form .banks .bank_info {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
}

#register_section .pre_form .btn {
	width: 100%;
	font-size: 50px;
	font-weight: 600;
	color: #ffffff;
	padding: 17px;
	background-color: var(--c_blu);
	margin-top: 4rem;
}

#register_section .pre_form .btn span {
	color: var(--c_ylw);
}

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
	width: auto;
}

#footer {
	position: relative;
	overflow: hidden;
}

#footer:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 0px;
	border-radius: 100%;
	box-shadow: 0 0px 30px 1px rgba(0, 0, 0, 0.5);
}

#footer .footer_top {
	padding: 100px 0;
}

#footer .footer_top .row_box {
	justify-content: center;
	margin-bottom: 50px;
}

#footer .footer_top .footer_logo {
	display: table;
	margin: 0 30px;
	align-self: center;
}

#footer .footer_top .row_box .box {
	flex: 1;
	padding: 30px;
	text-align: center;
}

#footer .footer_top .row_box .box .icon {
	color: #ffffff;
	font-size: 5em;
}

#footer .footer_top .row_box .box .title {
	color: #fff;
	font-size: 2em;
}

#footer .footer_top .footer_excerpt {
	max-width: 1143px;
	margin: 0 auto 4rem;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}

#footer .footer_top .phone_number {
	display: table;
	margin: 0 auto 1rem;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: var(--c_blu);
}

#footer .footer_top .phone_number a {
	color: var(--c_blu);
}

#footer .footer_top .phone_number a:hover, #footer .footer_top .phone_number a:focus {
	color: var(--c_ylw);
}

#footer .footer_top .socials {
	font-size: 25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#footer .footer_top .socials span {
	display: block;
	margin-bottom: 1rem;
}

#footer .footer_top .socials li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1rem;
}

#footer .footer_top .socials li a {
	display: flex;
	width: 55px;
	height: 55px;
	align-items: center;
	justify-content: center;
	border: solid 5px rgba(165, 165, 165, 0.45);
	border-radius: 100%;
	color: var(--c_blu);
}

#footer .footer_top .socials li a:hover, #footer .footer_top .socials li a:focus {
	border-color: rgba(165, 165, 165, 1);
}

#footer .footer_bot {
	background-color: var(--c_blu);
	border-top: solid 6px var(--c_ylw);
	padding: 4rem 0;
}

#footer .footer_bot .copyright {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 0;
}

.gform_confirmation_message {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}