/*
* Theme Name: Job Life 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: 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #004096;
	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: 1180px;
	margin: auto;
}
.menu .left{
	display: flex;
	align-items: center;
}
.menu .left a{
	width: 180px;
	margin: 0 25px 0 30px;
}
.menu .left h2{
	font-size: 16px;
	color: #ffffff;
	padding-right: 20px;
}
.menu .left p{
	font-size: 9px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
}
.menu .right{
	padding-right: 30px;
}
.menu .right a{
	background: #EA4521;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 28px;
	color: #ffffff;
	border-radius: 15px;
}
.menu .right a img{
	max-width: 22px;
	margin-right: 5px;
}
.header{
	position: fixed;
	width: 100%;
	z-index: 15;
	transition: .3s;
}
.mv{
	padding-top: 75px;
	position: relative;
	z-index: 10;
}
.mv .mv-text{
	position: absolute;
	top: 25%;
	left: 15%;
}
.mv .mv-image{
	position: absolute;
	max-width: 420px;
	bottom: -80px;
	right: 0;
}
.gallery{
	display: flex;
}
.gallery .gallery1{
	width: 44.8%;
}
.gallery .gallery1 .gallery1a{
	display: flex;
}
.gallery .gallery2{
	width: 22.9%;
}
.gallery .gallery3{
	width: 32.3%;
}
.item {
	position: relative;
	overflow: hidden;
}

.ct-title{
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
}
.ct-title img{
	max-width: 370px;
}
.ct-title h2{
	font-size: 40px;
}
.ct-title p{
	font-size: 23px;
}
.bnr-flex{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	max-width: 420px;
}
.ct1{
	background: #E8F5FC;
}
.ct1-title{
	position: relative;
	background: linear-gradient(to bottom, var(--blue-light) 0%, var(--blue-light) 100%);
	overflow: hidden;
	text-align: center;
	margin-bottom: -25px;
}
.ct1-title svg{
	position:absolute;
	left:0;
	bottom:0;
	height: 100%;
	width:100%;
	display:block;
	pointer-events:none;
}
.ct1-title p{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	color: #004096;
}
.ct1-title .content{
	position:relative;
	z-index:2;
	padding-bottom: 50px;
}
.ct1-conent{
	text-align: center;
}
.ct1-conent h3{
	color: #00347A;
	font-size: 30px;
	padding-bottom: 10px;
}
.ct2{
	position: relative;
}
.ct2 .ct2-content{
	position: absolute;
	top: 0;
	width: 100%;
}
.ct2 .ct2-content .ct2-text{
	padding-top: 110px;
}
.ct2 .ct2-content .ct2-text h3{
	font-size: 30px;
	color: #00347A;
	line-height: 1.2;
	padding-bottom: 20px;
}
.ct2 .ct2-content .ct2-text h3 span{
	font-size: 20px;
}

.ct3{
	background: #F2F5F7;
	padding-bottom: 130px;
	position: relative;
}
.ct3 img.ct3-background{
	position: absolute;
	top: 0;
}
.ct3 .ct3-p{
	text-align: center;
}
.ct3-box{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border: 1px solid #707070;
	margin-top: 30px;
}
.ct3-box div{
	width: 16%;
	text-align: center;
}
.ct3-box p{
	width: 68%;
	font-size: 20px;
	text-align: left;
	margin: 15px 0;
	padding: 15px 0 15px 45px;
	border-left: 1px solid;
}
.ct3-box h3{
	font-size: 54px;
}

.ct4{
	padding-bottom: 100px;
	background: #3246E0;
}
.ct4 .ct-title{
	color: #ffffff;
}
.ct4 .ct4-box {
	text-align: center;
}
.ct4 .ct4-box h2{
	background: #FFFFFF;
	color: #3246E0;
}
.ct4-box h2 {
	width: 476px;
	margin: auto;
	background: #EA4521;
	color: #ffffff;
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ct4-box1 {
	border: 1px solid #EA4521;
	border-radius: 16px;
	padding: 30px 50px 40px 50px;
}
.ct4-box1 p:nth-child(1){
	font-size: 24px;
	color: #EA4521;
	padding-bottom: 25px;
}
.ct4-box1 p:nth-child(2){
	font-size: 16px;
}
.ct4-box2{
	margin-top: 20px;
	border: 1px solid #EA4521;
	border-radius: 16px;
	color: #EA4521;
}
.ct4-box2 p:nth-child(1){
	border-bottom: 1px solid #ffffff;
	font-size: 18px;
	padding: 5px 0;
}
.ct4-box2 p:nth-child(2){
	font-size: 24px;
	padding: 25px 0;
}
.ct4 .ct4-box1 p:nth-child(1){
	color: #3246E0;
}
.ct4 .ct4-box1{
	border-color: #3246E0;
}
.ct4 .ct4-box2{
	color: #3246E0;
	border-color: #3246E0;
	background: #ffffff;
}
.ct4 .ct4-box1{
	border-color: #3246E0;
	background: #ffffff;
}
.ct4 .ct4-box2 ul{
	padding: 35px 90px;
	font-size: 20px;
	text-align: left;
	list-style-type: "●";
	border-top: 1px solid #3246E0;
}
.ct4 .ct4-box2 li{
	padding-bottom: 10px;
}
.ct4 .ct4-2{
	padding-top: 68px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ct4 .ct4-2 .ct4-2-box{
	width: 47.5%;
	padding-bottom: 30px;
}
.ct4 .ct4-2 .ct4-2-box .ct4-2-title{
	padding-bottom: 15px;
}
.ct4 .ct4-2 .ct4-2-box .ct4-2-text{
	display: flex;
	align-items: flex-start;
}
.ct4 .ct4-2 .ct4-2-box .ct4-2-text img{
	max-width: 270px;
	padding-right: 20px;
}
.ct4 .ct4-2 .ct4-2-box .ct4-2-text p{
	color: #ffffff;
}
.ct5{
	background: #E8F5FC;
	padding-bottom: 130px;
	position: relative;
}
.ct5 .ct5-background{
	position: absolute;
	bottom: -175px;
}
.ct5 .ct5-content{
	padding-top: 25px;
	text-align: center;
}
.ct5 .ct5-content h3{
	color: #004096;
	font-size: 30px;
	padding-bottom: 45px;
}
.ct5 .ct5-content img{}
.ct6{
	padding-bottom: 150px;
}
.ct6 .ct6-content{
	padding-top: 25px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ct6 .ct6-content .ct6-box{
	width: 30%;
	border: 1px solid #707070;
	border-radius: 18px;
	padding: 22px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}
.ct6 .ct6-content .ct6-box .ct6-a{
	text-align: center;
}
.ct6 .ct6-content .ct6-box .ct6-a img{
	width: 70px;
	padding-bottom: 25px;
}
.ct6 .ct6-content .ct6-box .ct6-a p{
	text-align: left;
	font-size: 16px;
	padding-bottom: 50px;
}
.ct6 .ct6-content .ct6-box .ct6-b {}
.ct6 .ct6-content .ct6-box .ct6-b h4{}
.ct6 .ct6-content .ct6-box .ct6-b p{}
.ct7{
	background: #E2F4FC;
	padding-bottom: 70px;
}
.ct7 .ct7-content{}
.ct7 .ct7-content .ct7-box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 60px;
}
.ct7 .ct7-content .ct7-box img{
	max-width: 460px;
	border-radius: 18px;
}
.ct7 .ct7-content .ct7-box .ct7-info{
	padding-left: 80px;
}
.ct7 .ct7-content .ct7-box .ct7-info h3{
	font-size: 30px;
}
.ct7 .ct7-content .ct7-box .ct7-info h3 span{
	display: block;
	font-size: 60px;
}
.ct7 .ct7-content .ct7-box .ct7-info p{
	font-size: 20px;
}
/*.ct7 .ct7-content .ct7-box .ct7-info p span{
	font-size: 18px;
	display: block;
}*/
.ct7 .ct7-btn{
	text-align: center;
	display: flex;
	justify-content: center;
}
.ct7 .ct7-btn a{
	width: 317px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #74C924;
	border-radius: 18px;
	color: #ffffff;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	padding: 15px 0;
}
.ct7 .ct7-btn a img{
	width: 28px;
	margin-right: 30px;
}
.ct9{
	padding-bottom: 130px;
}
.ct9 .ct9-content{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ct9 a{
	display: flex;
	align-items: center;
	height: 72px;
	width: 285px;
	background: #E8F5FC;
	border-radius: 25px;
	color: #000000;
	margin: 0 70px;
	justify-content: center;
}
.ct9 a img{
	height: 20px;
	margin-right: 10px;
}
.ct9 a h3{
	font-size: 23px;
	line-height: 1;
}
.ct9 a h3 span{
	font-size: 10px;
	padding-left: 30px;
}
.ct9 a:nth-child(2){
	background: #EA4521;
	color: #ffffff;
}
.ct9 a:nth-child(2) h3{
	font-size: 20px;
}





footer{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
footer img.ft-logo{
	max-width: 370px;
	padding-bottom: 45px;
}
footer .footer{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3C3C3C;
	padding-bottom: 15px;
}
footer .footer a{
	color: #3C3C3C;
}
footer p.since{
	font-size: 11px;
	color: #3C3C3C;
}


/*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: 17px;
}
.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;
}*/

.contact_form{
	background: #f8f8f8b3;
}
.form-title p:nth-child(3){
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}
.contact_form-confirm .form-policy{
	display: none;
}
.contact_form-confirm .form-btn{
	margin-top: 50px;
}
.contact_form form table{
	border: 1px solid #000000;
	margin-bottom: 60px;
	/*border-collapse: unset;*/
	width: 100%;
}
.contact_form form table th{
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	width: 25%;
	color: #000000;
}
.contact_form form table td input::placeholder {
	color: #00000099;
	font-size: 15px;
}
.contact_form form table td textarea::placeholder {
	color: #00000099;
	font-size: 15px;
}
.contact_form form table td{
	width: 75%;
}
.contact_form form table th{
	font-size: 16px;
	padding: 25px 20px;
	background: #E6E6E6;
}
.contact_form form table th,
.contact_form form table td{
	border-bottom: 1px solid #000000;
}
.contact_form form table tr:last-child td{
	border-bottom: unset;
}
.contact_form form table.table1 th{
	background: #ffffff;
}
.contact_form form table.table1 td{
	font-size: 18px;
	padding: 25px 30px;
}
.contact_form form table td span.mwform-radio-field{
	margin-left: 0 !important;
	width: 45%;
	padding: 10px 0;
}
.contact_form form table td input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-top: -5px;
}
.contact_form form table.table2 td{
	padding: 30px 35px;
}
.contact_form form table.table2 td span.mwform-radio-field:first-child{
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
.contact_form form table.table3 td{
	padding: 17px 35px;
}
.contact_form form table.table3 td input{
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	font-size: 18px;
}
.contact_form form table.table3 td textarea{
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	height: 175px;
}
.contact_form form table.table3 tr span.note{
	font-size: 13px;
	color: #3C3C3C;
	padding-left: 10px;
}
.contact_form form{
	background: #FFFFFF;
	padding: 60px 100px;
}
.contact_form .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: #E01F06;
	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;
}
.contact_form-confirm .form-policy #policy_check,
.contact_form-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_form form table th span.required{
	background: #E64B1E;
	color: #ffffff;
	font-size: 12px;
	float: right;
	padding: 1px 6px;
	border-radius: 5px;
}
.inner{
	max-width: 1100px;
	margin: auto;
}
.formTable_content_not {
	text-align: center;
	padding-bottom: 60px;
}
.formTable_content_not input {
	width: 20px;
	height: 20px;
}
@media screen and (max-width:1700px){
	.menu {
		height: 65px;
	}
	.mv {
		padding-top: 65px;
	}
	.menu .left a {
		width: 135px;
	}
	.menu .right a {
		padding: 13px 25px;
		font-size: 16px;
	}
	.menu .left h2 {
		font-size: 13px;
	}
	.mv .mv-text {
		width: 50%;
	}
	footer img.ft-logo {
		max-width: 350px;
	}
}
@media screen and (max-width:1400px){
	.menu {
		height: 60px;
	}
	.mv {
		padding-top: 60px;
	}
	.menu .right a {
		padding: 10px 20px;
		font-size: 13px;
	}
	.ct7 .ct7-content .ct7-box .ct7-info h3 {
		font-size: 25px;
	}
	footer img.ft-logo {
		max-width: 300px;
	}
}
@media screen and (max-width:1280px){
	.menu .left p{
		display: none;
	}
	.inner{
		max-width: 900px;
	}
}
@media screen and (min-width:737px){
	.sp_737{
		display: none !important;
	}
	.contact_form form table tr:first-child th{
	}
	.contact_form form table tr:first-child td{
		border-top-right-radius: 18px;
	}
	.contact_form form table tr:last-child th{
	}
	.contact_form 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%;
	}
	.contact_form form table td{
		padding-left: 35px;
	}
	.contact_form form table th{
		border-right: 1px solid #000000;
	}
	.contact_form form table tr:last-child th{
		border-bottom: unset;
	}
	.ct6 .ct6-a1_sp{
		display: none;
	}
}

@media screen and (max-width:737px){
	.inner {
		max-width: 85%;
	}
	.pc_737{
		display: none !important;
	}

	body p{
		font-size: 3.8vw;
		line-height: 1.8;
	}
	.header {
		padding-bottom: 16vw;
	}
	.menu {
		height: 16vw;
	}
	.menu .left {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		margin-left: 13vw;
	}
	.menu .right a {
		padding: 10px;
	}
	.menu .left a{
		margin: 0;
		width: 57%;
	}
	.menu .left img {
		width: 100%;
	}
	.menu .left p {
		display: none;
	}
	.menu .right {
		padding-right: 3vw;
	}
	.menu .right a img {
		margin-right: 0;
	}
	.mv {
		padding-top: 16vw;
	}
	.mv .mv-text {
		top: 33%;
		left: 3%;
		width: 45%;
	}

	.ct-title h2 {
		font-size: 6.8vw;
	}
	.ct-title p {
		font-size: 3.8vw;
	}
	.ct-title {
		padding-top: 20vw;
		padding-bottom: 2vw;
	}
	.ct-title img {
		max-width: 50%;
	}
	.ct1-title p {
		padding: 5vw 3vw;
	}
	.ct1-conent h3 {
		font-size: 5vw;
		padding-bottom: 2vw;
	}
	.ct2 .ct2-content {
		position: unset;
	}
	.ct2 .ct-title {
		padding-top: 10vw;
	}
	.ct2 .ct2-content .ct2-text {
		padding-top: 5vw;
	}
	.ct2 .ct2-content .ct2-text h3 {
		font-size: 5vw;
		padding-bottom: 5vw;
	}
	.ct2 .ct2-content .ct2-text h3 span {
		font-size: 3.8vw;
	}
	.ct2 {
		padding-bottom: 15vw;
	}

	.ct3-box{
		margin-top: 5vw;
	}
	.ct3-box div {
		width: 15%;
	}
	.ct3-box p {
		width: 70%;
		font-size: 3vw;
		margin: 2vw 0;
		padding: 2vw 0 2vw 2vw;
	}
	.ct3-box h3 {
		font-size: 7vw;
	}
	.ct3-box div img{
		width: 75%;
	}
	.ct3 {
		padding-bottom: 20vw;
	}
	.ct4-box h2 {
		width: 80%;
		font-size: 4.5vw;
		padding-top: 3vw;
		padding-bottom: 2vw;
	}
	.ct4-box1 {
		padding: 3vw;
	}
	.ct4-box1 p:nth-child(1) {
		font-size: 4.5vw;
		padding-bottom: 3vw;
	}
	.ct4-box1 p:nth-child(2) {
		font-size: 3.5vw;
	}
	.ct4-box2 p:nth-child(1) {
		font-size: 3.5vw;
	}
	.ct4-box2 p:nth-child(2) {
		font-size: 4.5vw;
		padding: 3vw 0;
	}
	.ct4 .ct4-box2 ul {
		padding: 3vw 3vw 3vw 6vw;
		font-size: 3.5vw;
	}
	.ct4 .ct4-2 {
		padding-top: 10vw;
		flex-direction: column;
	}
	.ct4 .ct4-2 .ct4-2-box {
		width: 100%;
		padding-bottom: 5vw;
	}
	.ct4 .ct4-2 .ct4-2-box .ct4-2-title {
		padding-bottom: 3vw;
		height: 13vw;
	}
	.ct4 .ct4-2 .ct4-2-box .ct4-2-text img {
		max-width: 50%;
		padding-right: 3vw;
	}
	.ct5 .ct5-content {
		padding-top: 3vw;
	}
	.ct5 .ct5-content h3 {
		font-size: 5vw;
		padding-bottom: 5vw;
	}
	.ct5 .ct5-content img {
		width: 90%;
	}
	.ct5 {
		padding-bottom: 20vw;
	}
	.ct6 {
		padding-bottom: 15vw;
	}
	.ct6 .ct6-content {
		padding-top: 7vw;
	}
	.ct6 .ct6-content {
		padding-top: 7vw;
		display: flex;
		flex-direction: column;
		align-items: unset;
		justify-content: unset;
	}
	.ct6 .ct6-content .ct6-box {
		width: 100%;
		padding: 5vw 3vw;
		margin-bottom: 7vw;
	}
	.ct6 .ct6-content .ct6-a {
		padding: 0;
	}
	.ct6 .ct6-content .ct6-box .ct6-a p {
		font-size: 3.5vw;
		padding-bottom: 8vw;
	}
	.ct6 .ct6-content .ct6-box .ct6-b h4 {
		font-size: 3.5vw;
	}
	.ct6 .ct6-content .ct6-box .ct6-b p {
		font-size: 3.5vw;
	}
	.ct7 {
		padding-bottom: 8vw;
	}
	.ct7 .ct7-content .ct7-box {
		padding-bottom: 8vw;
		flex-direction: column;
		align-items: flex-start;
	}
	.ct7 .ct7-content .ct7-box img {
		width: 100%;
		margin-bottom: 3vw;
	}
	.ct7 .ct7-content .ct7-box .ct7-info {
		padding-left: 0;
	}
	.ct7 .ct7-content .ct7-box .ct7-info h3 {
		font-size: 4.8vw;
	}
	.ct7 .ct7-content .ct7-box .ct7-info h3 span {
		font-size: 9vw;
	}
	.ct7 .ct7-content .ct7-box .ct7-info p {
		font-size: 3.5vw;
	}
	.ct7 .ct7-content .ct7-box .ct7-info p span {
		font-size: 3vw;
	}
	.ct7 .ct7-btn a {
		font-size: 4.2vw;
		width: 80%;
	}
	.ct7 .ct7-btn a img {
		width: 7vw;
		margin-right: 4vw;
	}
	.ct9 .ct9-content {
		padding-top: 5vw;
		flex-direction: column;
	}
	.ct9 a {
		margin: 3vw 0 !important;
	}


	footer {
		padding-top: 20vw;
		padding-bottom: 50vw;
	}
	footer img.ft-logo {
		width: 50%;
		padding-bottom: 7vw;
	}
	footer .footer a {
		font-size: 3.8vw;
	}

	.fs-24 {
		font-size: 5vw;
	}
	.fs-28 {
		font-size: 5.2vw;
	}



	/*contact*/
	.contact_form .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;
	}
	.contact_form form {
		padding: 3vw;
	}
	.contact_form form table {
		margin-bottom: 3vw;
	}
	.contact_form form table th,
	.contact_form form table td {
		width: 100%;
	}
	.contact_form form table tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.contact_form form table th {
		font-size: 3.5vw !important;
		padding: 2vw !important;
		text-align: left;
		background: #0000003b;
	}
	.contact_form form table th span.required {
		float: unset;
		margin-left: 3vw;
		padding: 0 2vw;
	}
	.contact_form form table.table1 th {
		text-align: center;
		font-size: 4.5vw !important;
		padding: 4vw 0 !important;
	}
	.contact_form form table td {
		font-size: 3.5vw !important;
		padding: 5vw 3vw !important;
	}
	.contact_form form table td span.mwform-radio-field {
		padding-right: 0;
		margin-bottom: 3vw;
		margin-left: 0 !important;
		width: 100%;
		display: block;
	}
	.contact_form form table td span.mwform-radio-field:nth-child(4){
		margin-bottom: 0;
	}
	.contact_form 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;
	}
	.contact_form {
		max-width: 100%;
		padding-bottom: 15vw;
		border-radius: 0;
		background: #ffffff;
	}
	.contact_form form table.table3 tr span.note {
		font-size: 3vw;
		padding-left: 0;
	}
	.contact_form form table.table3 td input {
		font-size: 4vw;
	}

	.contact_form form table td input::placeholder {
		font-size: 3vw;
	}
	.contact_form 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%;
	}
	.mv .mv-image {
		max-width: 50%;
		bottom: -15vw;
		margin: 0 2vw;
	}
	.ct5 .ct5-background {
		bottom: -10vw;
	}
}
/*@supports (-webkit-touch-callout: none) {
	.ct4,.ct6{
		background-attachment: scroll;
	}
}*/

.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.2);
	animation-delay: calc(var(--animate-delay) * 0.2)
}
.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)
}