/*
* Theme Name: One Um theme
* Description:
* Theme URI: Lino 2025
* Version: 1.0
* Theme Author: ã‚´ãƒ¼ãƒªã‚¨ãƒ 
* Author URI:
* Tags: basic
* Textdomain:
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */

html {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}
body{
	font-family: 'LINESeedJP';
	font-size: 18px;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	overflow: hidden;
}
h1, h2, h3, h4, h5{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-weight: unset;
}
table, th, td {
	font-weight: unset;
	font-family: 'LINESeedJP';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	width: 100%;
}
.menu{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #0E1F42;
	border-top: 20px solid #304267;
	z-index: 10;
	-webkit-box-shadow: 0 5px 7px -6px black;
	-moz-box-shadow: 0 5px 7px -6px black;
	box-shadow: 0 5px 7px -6px black;
}
p{
	font-size: 18px;
	line-height: 1.5;
}
img {
	max-width: 100%;
}
.inner {
	max-width: 900px;
	margin: auto;
}
.menu .left{
	display: flex;
	align-items: center;
}
.menu .left a{
	width: 317px;
	margin: 0 0 0 30px;
}
.menu .left h2{
	font-size: 16px;
	color: #000000;
	padding-right: 20px;
}
.menu .left p{
	font-size: 9px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
}
.menu .right{
	display: flex;
	align-items: stretch;
	height: 80px;
	margin-top: -20px;
}
.menu .right a{
	width: 114px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.menu .right a.menu-contact-btn{background: #E01F08;color: #ffffff;}
.menu .right a.menu-contact-btn:hover{
	background: #AA1401;
}
.menu .right a.menu-contact-btn img{
	width: 25px;
}
.menu .right a.menu-contact-btn span{
	font-size: 10px;
	padding-top: 5px;
	font-family: 'LINESeedJP';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.menu .right a.menu-onelife-btn{
	background: #FFFFFF;
}
.menu .right a.menu-onelife-btn img{
	width: 47px;
}
.header{
	position: fixed;
	width: 100%;
	z-index: 2;
	transition: .3s;
}
.mv{
	position: relative;
	background: #ffffff;
	padding-top: 75px;
}
.mv .swiper-button-prev:after,
.mv .swiper-button-next:after{
	font-size: 60px;
	font-weight: bold;
}
.mv .swiper-button-prev{
	left: 100px;
	color: #C9C9C9;
}
.mv .swiper-button-next{
	right: 100px;
	color: #C9C9C9;
}

.background-page{
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.content{
	position: relative;
	z-index: 1;
}

.ct-title{
	text-align: center;
	padding-top: 67px;
	padding-bottom: 67px;
}
.ct-title img{
	max-width: 370px;
}
.ct-title h2{
	font-size: 35px;
	padding-bottom: 5px;
	color: #0E1F42;
}
.ct-title p{
	font-size: 24px;
	color: #0E1F42;
}
.ct1{
	background: #E01F08;
	text-align: center;
}
.ct1 img.ct1-icon{
	margin-top: -190px;
	max-width: 1228px;
}
.ct1 .ct1-conent{
	padding-top: 50px;
	padding-bottom: 55px;
}
.ct1 .ct1-conent p{
	color: #ffffff;
	font-size: 20px;
	padding-bottom: 50px;
	line-height: 1.8;
}
.ct1 .ct1-conent img{
	max-width: 138px;
}

.ct2{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background: #0E1F42;
	text-align: center;
}
.ct2 img.ct2-img1{
	width: 50%;
}
.ct2 .ct2-info{
	width: 50%;
}
.ct2-info-p1{font-size: 35px;color: #ffffff;margin-bottom: 5px;}
.ct2-info-p2{font-size: 24px;color: #ffffff;padding-bottom: 60px;}
.ct2-info-p3{font-size: 21px;color: #ffffff;padding-bottom: 36px;}
.ct2-info-p4{
	padding-top: 10px;
	color: #ffffff;
	padding-bottom: 57px;
	font-size: 18px;
}

.ct2-info-tell {
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-weight: unset;
	background: #ffffff;
	font-size: 30px;
	color: #3C3C3C;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 60px;
	margin: auto;
}
.ct2-info-tell img{
	width: 26px;
	margin-right: 15px;
}
.ct2-info-contact {
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-weight: unset;
	background: #E01F08;
	font-size: 26px;
	color: #ffffff;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 60px;
	margin: auto;
}
.ct2-info-contact:hover{
	background: #AA1401;
}
.ct2-info-contact img{
	width: 30px;
	margin-right: 15px;
}


.ct3 .ct-title{
	background: #ffffff;
}
.ct3-1{display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;}
.ct3-2{display: flex;justify-content: center;align-items: center;flex-wrap: nowrap;}

.ct3-1 .ct3-info{width: 590px;float: right;text-align: center;color: #ffffff;}
.ct3-2 .ct3-info{width: 590px;float: left;text-align: center;color: #ffffff;}
.ct3-1a{width: 50%;height: 364px;display: flex;background: #0E1F42;justify-content: flex-end;align-items: center;}
.ct3-1b{width: 50%;}
.ct3-2b{width: 50%;height: 364px;display: flex;background: #E01F08;justify-content: flex-start;align-items: center;}
.ct3-2b img{

}
.ct3-2a{width: 50%;}
.ct3-info-p1{font-size: 28px;padding-bottom: 30px;}
.ct3-info-p2{
	font-size: 18px;
	line-height: 1.7;
}
.ct3-1b img{
	width: 590px;
}
.ct3-2a img{
	width: 590px;
	float: right;
	background: #ffffff;
}
.ct3-3{
	background: #ffffff9e;
	min-height: 230px;
}

.ct4{
	background: #F2F5FC;
}
.ct4 .ct4-content{
	padding-bottom: 35px;
	color: #0E1F42;
}
.ct4 .ct4-content .ct4-1{
	text-align: center;
	font-size: 24px;
	padding-bottom: 22px;
}
.ct4 .ct4-content .ct4-2{
	padding: 18px 37px;
	margin-bottom: 15px;
	background: #ffffff;
	border: 1px solid #707070;
	font-size: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ct4 .ct4-content .ct4-3{
	padding-bottom: 50px;
	font-size: 19px;
}


.ct5{
	background: #ffffff;
	padding-bottom: 90px;
}
.ct5-1{
	width: 780px;
	margin: auto;
	padding-bottom: 90px;
}
.ct5-1box{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border: 1px solid #0E1F42;
	padding: 20px 0 20px 20px;
	border-radius: 16px;
	margin-bottom: 20px;
}
.ct5-1box1{
	width: 19.3%;
}
.ct5-1box2{
	width: 54.8%;
	padding-left: 38px;
}
.ct5-1box2 a{
	color: #212529;
}
.ct5-1box3{
	width: 26%;
	text-align: center;
	background: #0E1F42;
	color: #ffffff;
	padding: 16px 0;
}
.ct5-1box3 p{
	font-size: 28px;
}
.ct5-1box2 p:nth-child(1){
	font-size: 24px;
	padding-bottom: 2px;
}
.ct5-1box2 p:nth-child(2){
	font-size: 16px;
	padding-bottom: 8px;
}
.ct5-1box2 p:nth-child(3){
	font-size: 16px;
}
.ct5-1box2 p:nth-child(3) img{
	width: 19px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.ct5 p.ct5-2{
	font-size: 16px;
	text-align: center;
}


.ct6{
	background: #F2F5FC;
	padding-bottom: 100px;
}

.ct6 table{
	width: 100%;
	border-collapse: unset;
	border: 1px solid #0E1F42;
	border-radius: 16px;
}
.ct6 table th,
.ct6 table td{
	width: 50%;
	text-align: center;
	color: #0E1F42;
	border: 1px solid #0E1F42;
	font-weight: unset;
}
.ct6 table th{
	font-size: 21px;
}
.ct6 table th:nth-child(1){
	border-top-left-radius: 16px;
	padding: 10px 0;
}
.ct6 table th:nth-child(2){
	border-top-right-radius: 16px;
}
.ct6 table td:nth-child(1){
	border-bottom-left-radius: 16px;
	font-size: 24px;
}
.ct6 table td:nth-child(2){
	border-bottom-right-radius: 16px;
	padding: 25px 0 25px 30px;
	text-align: left;
}
.ct6 table td:nth-child(2) p{
	font-size: 22px;
	padding-bottom: 25px;
}
.ct6 table td:nth-child(2) p span{
	font-size: 21px;
	color: #E01F08;
}
.ct6 .ct6-2{
	font-size: 20px;
	color: #0E1F42;
	padding-top: 15px;
}


.ct7{
	background: #FFFFFF;
}
.ct7-content{
	max-width: 1150px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.ct7-box{
	width: 197px;
	padding-bottom: 50px;
	margin-left: 120px;
}
.ct7-banner{
	width: 513px;
}
.ct7-box:nth-child(1),
.ct7-box:nth-child(5),
.ct7-box:nth-child(9){
	margin-left: 0;
}
.ct7-avatar{
	position: relative;
}
.ct7-avatar img{
	border-radius: 16px;
}
.ct7-avatar p{
	position: absolute;
	bottom: 0;
	width: 147px;
	font-size: 15px;
	padding: 5px 0;
	text-align: center;
	background: #74C924;
	color: #ffffff;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 16px;
}
.ct7-avatar p.red{
	background: #EA4521;
}
.ct7-p1{
	font-size: 22px;
	padding-top: 10px;
}
.ct7-p2{
	font-size: 17px;
}
.ct7-p3{
	padding-top: 5px;
}
.ct8{background: #ffffff;padding-bottom: 60px}
.ct8 .ct8-content{}
.ct8 .ct8-content .ct8-box{
	border: 1px solid #707070;
	border-radius: 16px;
	margin-bottom: 40px;
	padding: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.ct8 .ct8-content .ct8-box img{
	max-width: 139px;
	margin-right: 40px;
}
.ct8 .ct8-content .ct8-box p{
	font-size: 21px;
	color: #304267;
	line-height: 1.8;
}
.ct9{
	text-align: center;
	padding-top: 100px;
}
.ct9 .ct9-content{display: flex;flex-direction: column;align-items: center;}
.ct9 .ct9-content img.ct9-logo{
	max-width: 158px;
	margin-bottom: -40px;
	z-index: 1;
}
.ct9 .ct9-content a{
	display: inline-block;
	position: relative;
	opacity: 1 !important;
	margin-bottom: 50px;
}
.ct9 .ct9-content a img{
	max-width: 945px;
}
.ct9 .ct9-content a .overlay{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E01F08;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
	border-radius: 39px;
}
.ct9 .ct9-content a:hover .overlay {
	opacity: 1;
	pointer-events: none;
}
.ct9 .ct9-content a .overlay p{
	font-size: 28px;
	color: #ffffff;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
}
.ct9 .ct9-content img.ct9-onelife{
	width: 945px;
}


footer{
	position: relative;
	background: #304267;
	padding-bottom: 150px;
}
.ft-menu{
	background: #ffffff;
	text-align: center;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ft-menu a{
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0E1F42;
}
.ft-menu a img{
	width: 14px;
	margin-right: 5px;
}
.ft{
	text-align: center;
	padding-top: 50px;
}
.ft img{
	max-width: 277px;
	padding-bottom: 15px;
}
.ft p.adress{
	font-size: 16px;
	color: #ffffff;
}
.ft p.copyright{color: #ffffff;font-size: 16px;padding-top: 50px;}

/*contact*/
.mv-contact{padding-top: 80px;position: relative;display: flex;justify-content: center;align-items: center;}
.mv-contact img{
	width: 100%;
}
.mv-contact .contact-title{
	position: absolute;
	text-align: center;
}
.mv-contact .contact-title h2{
	font-size: 35px;
	color: #ffffff;
}
.mv-contact .contact-title p{
	font-size: 24px;
	color: #ffffff;
}



.form-title{
	padding-bottom: 0;
}
.form-title p:nth-child(1){
	text-align: center;
	font-size: 18px;
	padding-bottom: 0;
}
.form-title p:nth-child(2){
	text-align: center;
	font-size: 13px;
}
/*.form-title p:nth-child(3){
text-align: right;
padding-bottom: 20px;
}*/

.page-contact{
	max-width: 1100px;
	margin: auto;
	background: #F8F8F8;
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 60px 100px;
	border-radius: 40px;
}
.form-title p:nth-child(3){
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}
.page-contact-confirm .form-policy{
	display: none;
}
.page-contact-confirm .form-btn{
	margin-top: 50px;
}
.page-contact form table{
	border: 1px solid #000000;
	margin-bottom: 60px;
	/*border-collapse: unset;*/
	width: 100%;
}
.page-contact form table th{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	width: 25%;
	color: #000000;
}
.page-contact form table td input::placeholder {
	color: #00000099;
	font-size: 15px;
}
.page-contact form table td textarea::placeholder {
	color: #00000099;
	font-size: 15px;
}
.page-contact form table td{
	width: 75%;
	padding: 25px 20px;
}
.page-contact form table th{
	font-size: 16px;
	padding: 25px 20px;
}
.page-contact form table th,
.page-contact form table td{
	border-bottom: 1px solid #000000;
}
.page-contact form table tr:last-child td{
	border-bottom: unset;
}
.page-contact form table.table1 th{
	background: #ffffff;
}
.page-contact form table.table1 td{
	font-size: 18px;
	padding: 25px 30px;
}
.page-contact form table td span.mwform-radio-field{
	margin-left: 0 !important;
	width: 45%;
	padding: 10px 0;
}
.page-contact form table td input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-top: -5px;
}
.page-contact form table.table2 td{
	padding: 30px 35px;
}
.page-contact form table.table2 td span.mwform-radio-field:first-child{
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
.page-contact form table.table3 td{
	padding: 17px 35px;
}
.page-contact form table.table3 td input{
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	font-size: 18px;
}
.page-contact form table.table3 td textarea{
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	height: 175px;
}
.page-contact form table.table3 tr span.note{
	font-size: 13px;
	color: #3C3C3C;
	padding-left: 10px;
}
.page-contact form{
	padding-bottom: 40px;
}
.page-contact .form-policy{
	text-align: center;
}
.form-policy .contact_note{
	font-size: 13px;
	padding-bottom: 15px;
}
.form-policy #policy_check{
	font-size: 15px;
	padding-top: 60px;
	padding-bottom: 85px;
}
.form-policy #policy_check input {
	width: 20px;
	height: 20px;
}
.form-btn{
	text-align: center;
}
.form-btn p.btn {
	text-align: center;
}
.form-policy p:nth-child(1) {
	font-size: 12px;
	padding-bottom: 40px;
}
.form-btn p.btn input {
	width: 436px;
	height: 84px;
	color: white;
	background: #E01F08;
	border-radius: 8px;
	font-size: 30px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: unset;
	border: unset;
}
.form-policy p:nth-child(2) a {
	color: black;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 15px 80px;
	position: relative;
}
.page-contact-confirm .form-policy #policy_check,
.page-contact-confirm .form-policy p:nth-child(2) a{
	display: none;
}
/*end contact*/
.form-policy p:nth-child(2) a img{
	width: 18px;
	position: absolute;
	right: 15px;
}
.contact_confirm .note{
	display: none;
}
.contact_confirm .form-policy{
	display: none;
}
.page-contact form table th span.required{
	background: #E64B1E;
	color: #ffffff;
	font-size: 12px;
	float: right;
	padding: 1px 6px;
	border-radius: 5px;
}

@media screen and (max-width:1700px){
	body{
		font-size: 16px;
	}
	p{
		font-size: 16px;
	}
	.menu {
		height: 65px;
		border-top: 10px solid #304267;
	}
	.menu .left a {
		width: 260px;
	}
	.menu .right {
		height: 65px;
		margin-top: -10px;
	}
	.mv {
		padding-top: 65px;
	}
	.menu .right a {
		width: 85px;
	}
	.ct1 img.ct1-icon {
		margin-top: -123px;
		max-width: 800px;
	}
	.ct1 .ct1-conent p {
		font-size: 18px;
	}
	.ct2-info-p1 {
		font-size: 30px;
	}
	.ct2-info-p2 {
		font-size: 20px;
		color: #ffffff;
		padding-bottom: 35px;
	}
	.ct2-info-p3 {
		font-size: 16px;
		padding-bottom: 30px;
	}
	.ct2-info-tell {
		font-size: 25px;
		width: 340px;
		height: 50px;
	}
	.ct2-info-p4 {
		padding-bottom: 35px;
		font-size: 13px;
	}
	.ct2-info-contact{
		font-size: 20px;
		width: 340px;
		height: 50px;
	}

	.ft img {
		max-width: 215px;
	}
	.ft p.adress {
		font-size: 13px;
	}
	.ft p.copyright {
		font-size: 13px;
	}
}
@media screen and (max-width:1400px){
	.menu {
		height: 60px;
		border-top: 10px solid #304267;
	}
	.menu .left a {
		width: 235px;
	}
	.menu .right {
		height: 60px;
		margin-top: -10px;
	}
	.mv {
		padding-top: 60px;
	}
	.menu .right a {
		width: 90px;
	}
	.menu .right a.menu-onelife-btn img {
		width: 43px;
	}
	.menu .right a.menu-contact-btn img {
		width: 25px;
	}
	.ft img {
		max-width: 190px;
	}
}
@media screen and (max-width:1280px){
	.menu .left p{
		display: none;
	}
}
@media screen and (min-width:737px){
	.sp_737{
		display: none !important;
	}
	.page-contact form table tr:first-child th{
		border-top-left-radius: 18px;
	}
	.page-contact form table tr:first-child td{
		border-top-right-radius: 18px;
	}
	.page-contact form table tr:last-child th{
		border-bottom-left-radius: 18px;
	}
	.page-contact form table tr:last-child td{
		border-bottom-right-radius: 18px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
	}
	.page-contact form table td{
		padding-left: 35px;
	}
	.page-contact form table th{
		border-right: 1px solid #000000;
	}
	.page-contact form table tr:last-child th{
		border-bottom: unset;
	}
	.menu-sp{
		display: none;
	}
}

@media screen and (max-width:737px){
	.inner{
		max-width: 93%;
	}
	.pc_737{
		display: none !important;
	}

	body p{
		font-size: 3.8vw;
		line-height: 1.8;
	}
	.header {
		padding-bottom: 16vw;
	}
	.menu {
		height: 16vw;
	}
	.menu .left{
		margin: 0 3vw;
		flex-direction: row;
	}
	.menu .left a{
		margin: 0;
		width: 80%;
		z-index: 5;
	}
	.menu .left img {
		width: 100%;
	}
	.menu .left p {
		display: none;
	}
	.menu {
		height: 16vw;
		border-top: 2vw solid #304267;
	}
	.menu .right {
		height: 16vw;
		margin-top: -2vw;
	}
	.menu .right a {
		width: 16vw;
	}
	.menu .right a.menu-onelife-btn img {
		width: 70%;
	}
	.menu .right a.menu-contact-btn img {
		width: 60%;
	}
	.ct1 img.ct1-icon {
		margin-top: -15.5vw;
		max-width: 100%;
	}
	.ct1 .ct1-conent {
		padding-top: 7vw;
		padding-bottom: 13vw;
	}
	.ct1 .ct1-conent p {
		font-size: 3.5vw;
		padding-bottom: 7vw;
	}
	.ct1 .ct1-conent img {
		max-width: 35%;
	}
	.ct-title {
		text-align: center;
		padding-top: 13vw;
		padding-bottom: 10vw;
		color: #0E1F42;
	}
	.ct-title h2 {
		font-size: 8vw;
	}
	.ct-title p {
		font-size: 4.5vw;
	}

	.ct2 {
		justify-content: flex-start;
		flex-direction: column;
	}
	.ct2 .ct2-info {
		width: 100%;
		padding-bottom: 13vw;
	}
	.ct2 img.ct2-img1 {
		width: 100%;
	}
	.ct2-info-p1 {
		font-size: 8vw;
		margin-top: 12vw;
	}
	.ct2-info-p2 {
		font-size: 4.5vw;
		padding-bottom: 1vw;
	}
	.ct2-info-p3 {
		font-size: 3.5vw;
		padding-bottom: 7vw;
	}
	.ct2-info-tell {
		font-size: 6vw;
		border-radius: 3vw;
		width: 77%;
		height: 12vw;
	}
	.ct2-info-tell img {
		width: 7%;
		margin-right: 3vw;
	}
	.ct2-info-p4 {
		padding-top: 3vw;
		padding-bottom: 11vw;
		font-size: 3.5vw;
	}
	.ct2-info-contact {
		font-size: 5.5vw;
		border-radius: 3vw;
		width: 77%;
		height: 12vw;
	}
	.ct2-info-contact img {
		width: 9%;
		margin-right: 3vw;
	}
	.ct3-1 {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 8vw;
	}
	.ct3-1a {
		width: 100%;
		height: auto;
		order: 2;
		z-index: 1;
		background: unset;
		margin-top: -8vw;
	}
	.ct3-2b {
		width: 100%;
		height: auto;
		order: 2;
		background: unset;
		margin-top: -8vw;
	}
	.ct3-1b {
		width: 100%;
	}
	.ct3-2 {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 8vw;
	}
	.ct3-2a {
		width: 100%;
	}
	.ct3-2b {
		width: 100%;
		height: auto;
	}
	.ct3-1 .ct3-info {
		width: 95%;
		text-align: left;
		background: #0E1F42;
		padding: 7vw 0 10vw 9vw;
	}
	.ct3-2 .ct3-info {
		width: 93%;
		text-align: left;
		background: #E01F08;
		padding: 7vw 0 10vw 9vw;
	}
	.ct3-info-p1 {
		font-size: 6vw;
		padding-bottom: 5vw;
	}
	.ct3-info-p2 {
		font-size: 3.8vw;
		line-height: 1.7;
	}
	.ct3-3 {
		min-height: 20vw;
	}
	.ct4 .ct4-content{
		padding: 3vw;
	}
	.ct4 .ct4-content .ct4-1 {
		font-size: 3.5vw;
	}
	.ct4 .ct4-content .ct4-2 {
		padding: 18px 0;
		font-size: 4.5vw;
		flex-direction: column;
	}
	.ct4 .ct4-content .ct4-3 {
		font-size: 3.6vw;
	}

	.ct5-1box {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 7vw;
	}
	.ct5-1box1 {
		width: 100%;
		padding-bottom: 3vw;
	}
	.ct5-1box2 {
		width: 100%;
		padding-left: 0;
		padding-bottom: 5vw;
	}
	.ct5-1box2 p:nth-child(1) {
		font-size: 4.5vw;
	}
	.ct5-1box2 p:nth-child(2) {
		font-size: 3.6vw;
		padding-bottom: 2vw;
	}
	.ct5-1box2 p:nth-child(3) {
		font-size: 3.6vw;
	}
	.ct5-1box2 p:nth-child(3) img {
		width: 5%;
	}
	.ct5-1box3 {
		width: 60%;
		text-align: center;
		font-size: 4.5vw;
		color: #ffffff;
		padding: 1vw 0;
	}
	.ct5 p.ct5-2 {
		font-size: 3.6vw;
	}
	.ct5 {
		padding-bottom: 15vw;
	}

	.ct6 table tr{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.ct6 table th, .ct6 table td {
		width: 100%;
		font-size: 4.5vw;
	}
	.ct6 table td:nth-child(2){
		padding: 7vw;
		text-align: center;
	}
	.ct6 table th:nth-child(1),
	.ct6 table td:nth-child(2) {
		width: 100%;
		border-radius: unset;
	}
	.ct6 table .tr1 th{
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
	.ct6 table .tr2 td{
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		text-align: left;
	}
	.ct6 table td:nth-child(2) p{
		font-size: 4.5vw;
	}
	.ct6 table td:nth-child(2) p span {
		font-size: 4vw;
	}
	.ct6 .ct6-2 {
		font-size: 4vw;
	}
	.ct6 {
		padding-bottom: 15vw;
	}
	.ct7-content {
		max-width: 90%;
		justify-content: space-between;
	}
	.ct7-box {
		width: 45%;
		padding-bottom: 7vw;
		margin-left: 0;
	}
	.ct7-avatar p {
		width: 88%;
		font-size: 3.2vw;
	}
	.ct7-p1 {
		font-size: 4vw;
	}
	.ct7-p2 {
		font-size: 3.2vw;
	}
	.ct7-p3 {
		font-size: 3.2vw;
	}
	.ct7-banner {
		width: 100%;
	}
	.ct8 .ct8-content .ct8-box {
		align-items: center;
		flex-direction: column;
	}
	.ct8 .ct8-content .ct8-box img {
		max-width: 45%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.ct8 .ct8-content .ct8-box p {
		font-size: 4vw;
	}
	.ct9 .ct9-content img.ct9-logo {
		max-width: 30%;
		margin-bottom: -14vw;
	}
	.ct9 .ct9-content {
		max-width: 90%;
		margin: auto;
	}
	.ct9 .ct9-content a img {
		max-width: 100%;
	}
	.ct9 .ct9-content a .overlay p {
		font-size: 5.5vw;
	}
	.ft-menu {
		padding: 0;
		flex-direction: column;
	}
	.ft-menu a {
		font-size: 4vw;
		padding: 2vw;
		width: 100%;
	}
	.ft img {
		max-width: 70%;
		padding-bottom: 2vw;
	}
	.ft p.adress {
		font-size: 3.5vw;
	}
	.ft p.copyright {
		font-size: 3vw;
		padding-top: 25vw;
		padding-bottom: 10vw;
	}
	footer {
		padding-bottom: 15vw;
	}


	.footer-fixed-wt{
		position: fixed;
		z-index: 100;
		bottom: 0;
		width: 100%;
	}
	.footer-fixed{
		width: 95%;
		margin: auto;
		background: #ffffff;
		border: 2px solid #ffffff;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		transition: bottom 0.3s;
	}
	.footer-fixed-link{
		display: flex;
		align-items: flex-end;
		justify-content: center;
		flex-wrap: nowrap;
	}
	a.footer-fixed-link-l{
		width: 50%;
		height: 50px;
		background: #ffffff;
		display: flex;
		align-items: center;
		color: #E01F08;
		border-top-left-radius: 14px;
		font-size: 20px;
		justify-content: center;
		font-family: 'LINESeedJP-bold';
		-moz-osx-font-smoothing: grayscale;   /* Firefox */
		-webkit-font-smoothing: antialiased; /* WebKit  */
	}
	a.footer-fixed-link-r{
		width: 50%;
		height: 50px;
		background: #E01F08;
		display: flex;
		align-items: center;
		color: #ffffff;
		border-top-right-radius: 14px;
		font-size: 20px;
		line-height: 1.2;
		justify-content: center;
		font-family: 'LINESeedJP-bold';
		-moz-osx-font-smoothing: grayscale;   /* Firefox */
		-webkit-font-smoothing: antialiased; /* WebKit  */
	}
	.footer-fixed-link a img{
		margin-right: 10px;
	}
	.footer-fixed-link a.footer-fixed-link-l img{
		width: 15%;
	}
	.footer-fixed-link a.footer-fixed-link-r img{
		width: 15%;
	}
	.footer-fixed p{
		background: #3C3C3C;
		color: #ffffff;
		font-size: 9px;
		padding: 3px 0 3px 10px;
	}


	/*contact*/
	.page-contact .page-info img {
		width: 20%;
		margin-top: 1vw;
	}
	.form-title p:nth-child(1) {
		font-size: 3.5vw;
		line-height: 1.7;
		padding-bottom: 0;
	}
	.form-title p:nth-child(2) {
		font-size: 2.5vw;
	}
	.form-title p:nth-child(3) {
		text-align: center;
		font-size: 2.5vw;
		line-height: 1.5;
		margin-top: 10px;
	}
	.form-title p:nth-child(3) span {
		font-size: 3vw;
	}
	.page-contact form {
		padding-bottom: 5vw;
	}
	.page-contact form table {
		margin-bottom: 3vw;
	}
	.page-contact form table th,
	.page-contact form table td {
		width: 100%;
	}
	.page-contact form table tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.page-contact form table th {
		font-size: 3.5vw !important;
		padding: 2vw !important;
		text-align: left;
		background: #0000003b;
	}
	.page-contact form table th span.required {
		float: unset;
		margin-left: 3vw;
		padding: 0 2vw;
	}
	.page-contact form table.table1 th {
		text-align: center;
		font-size: 4.5vw !important;
		padding: 4vw 0 !important;
	}
	.page-contact form table td {
		font-size: 3.5vw !important;
		padding: 5vw 3vw !important;
	}
	.page-contact form table td span.mwform-radio-field {
		padding-right: 0;
		margin-bottom: 3vw;
		margin-left: 0 !important;
		width: 100%;
		display: block;
	}
	.page-contact form table td span.mwform-radio-field:nth-child(4){
		margin-bottom: 0;
	}
	.page-contact form table.table2 td span.mwform-radio-field:first-child {
		padding-bottom: 0;
	}
	.form-policy .contact_note {
		font-size: 3vw;
	}
	.form-policy #policy_check {
		font-size: 3.5vw;
		padding-top: 10vw;
		padding-bottom: 15vw;
	}
	.form-btn p.btn input {
		width: 55vw;
		height: 15vw;
		font-size: 5vw;
	}
	.mv-contact {
		padding-top: 16vw;
	}
	.mv-contact img {
		height: 35vw;
		object-fit: cover;
	}
	.mv-contact .contact-title h2 {
		font-size: 6vw;
	}
	.mv-contact .contact-title p {
		font-size: 4vw;
	}
	.page-contact {
		max-width: 100%;
		background: #ffffff;
		margin-top: 10vw;
		margin-bottom: 15vw;
		padding: 8vw;
		border-radius: 0;
	}
	.page-contact form table.table3 tr span.note {
		font-size: 3vw;
		padding-left: 0;
	}
	.page-contact form table.table3 td input {
		font-size: 4vw;
	}

	.page-contact form table td input::placeholder {
		font-size: 3vw;
	}
	.page-contact form table td textarea::placeholder {
		font-size: 3vw;
	}
	.ct-cp-1box p {
		padding: 0 2vw;
	}
	.pd-1 .pd-group .pd-list .pd-list-note {
		width: 100%;
		font-size: 4vw;
		padding: 5vw 0;
		line-height: 1.8;
		margin-top: 0;
		margin-bottom: 5vw;
		margin-left: 0;
	}

	.privacy-form .privacy-content{
		padding: 3vw 2vw;
		margin-bottom: 5vw;
	}
	.privacy-content p {
		font-size: 3.5vw;
		padding-bottom: 8vw;
		padding-top: 2vw;
	}
	.privacy-content ul {
		padding-left: 5vw;
	}
	.privacy-content ul li {
		font-size: 3vw;
	}
	.privacy-content ul li p {
		font-size: 3vw;
	}
	.privacy-form .section-title {
		color: #004B9E;
		padding-bottom: 12vw;
		padding-top: 10vw;
	}

	.section-title {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.privacy-form .section-title img{
		width: 10%;
	}
	.privacy-form .section-title h2 {
		font-size: 5vw;
		padding-top: 2vw;
		padding-bottom: 1vw;
	}
	.section-title p {
		font-size: 2.5vw;
	}
	.privacy-form {
		max-width: 95%;
	}


	/* menu */
	.menu-sp {
		background: #4A4A4A;
		padding: 2vw 3vw;
		width: 13.5vw;
		height: 13.5vw;
	}

	/* biểu tượng ☰ / ✖ */
	.menu-toggle {
		font-size: 7vw;
		cursor: pointer;
		color: white;
		min-width: 8vw;
		text-align: center;
	}

	/* menu mobile */
	nav {
		background-color: #000000c7;
		position: absolute;
		top: 16vw;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1;
		padding-top: 5vw;

		/* hiệu ứng */
		opacity: 0;
		transform: translateY(-10px);
		pointer-events: none;
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	nav.show {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	nav ul li {
		border-bottom: 1px solid #909090;
		text-align: center;
	}

	nav ul li a {
		color: white;
		text-decoration: none;
		display: block;
		padding: 12px;
	}

}
/*@supports (-webkit-touch-callout: none) {
.ct3,.ct6{
background-attachment: scroll;
}
}*/

.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.5);
	animation-delay: calc(var(--animate-delay) * 0.5)
}
.animate__animated.animate__delay-0_8s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.8);
	animation-delay: calc(var(--animate-delay) * 0.8)
}
.animate__animated.animate__delay-1_1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.1);
	animation-delay: calc(var(--animate-delay) * 1.1)
}
.animate__animated.animate__delay-1_8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.8);
	animation-delay: calc(var(--animate-delay) * 1.8)
}
.animate__animated.animate__delay-2_3s {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.3);
	animation-delay: calc(var(--animate-delay) * 2.3)
}
.animate__animated.animate__delay-2_6s {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.6);
	animation-delay: calc(var(--animate-delay) * 2.6)
}
.animate__animated.animate__delay-2_9s {
	-webkit-animation-delay: 2.9s;
	animation-delay: 2.9s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.9);
	animation-delay: calc(var(--animate-delay) * 2.9)
}