@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.outfit {
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 14rem;
	min-height: 40rem;
	padding-bottom: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	background: url("../img/news/page_img.jpg") no-repeat center center / cover;
}
.pageTitle::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20rem;
	background: url("../img/common/page_title_bg.png") no-repeat center bottom;
	background-size: 100%;
	content: "";
}
.pageTitle .headLine01 {
	position: relative;
	width: 100%;
	color: #FFF;
	text-align: center;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 3.3rem !important;
		min-height: 27rem;
		padding-bottom: 2.8rem;
	}
	.pageTitle::before {
		height: 26.933vw;
		background-image: url("../img/common/page_title_bg_sp.png");
		background-size: 100%;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 .en {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 7.2rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}
.headLine01 .jp {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine01 .en {
		font-size: 4.2rem;
		line-height: 1.1;
	}
	.headLine01 .jp {
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 7.9rem;
}
.headLine02 .en {
	padding-top: 1.2rem;
    margin-bottom: 0.5rem;
    display: block;
    color: #003B94;
    font-size: 6.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
	line-height: 1.1;
    font-family: "Outfit", sans-serif;
}
.headLine02 .jp {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 2.5rem !important;
    }
    .headLine02 .en {
		padding-top: 0.8rem;
        font-size: 4rem;
    }
    .headLine02 .jp {
		margin-top: 0.5rem;
        font-size: 1.5rem;
    }
}
/*------------------------------------------------------------
    headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 4rem;
    padding: 1rem 0 1.4rem 3rem;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.headLine03::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    bottom: 0;
    border-radius: 0.5rem;
    background: #003B94;
    content: '';
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 3rem;
        padding: 0.3rem 0 0.5rem 2rem;
        font-size: 1.8rem;
        line-height: 1.75;
    }
    .headLine03::before {
        width: 0.6rem;
    }
}
/*------------------------------------------------------------
    headLine04
------------------------------------------------------------*/
.headLine04 {
    padding: 2.1rem 4rem 2.7rem;
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 2rem 2rem 0 0;
    background-color: #003B94;
}
@media all and (max-width: 896px) {
    .headLine04 {
        padding: 1.5rem 2rem;
        color: #FFF;
        font-size: 1.8rem;
        border-radius: 1rem 1rem 0 0;
    }
}
/*------------------------------------------------------------
    headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 2.8rem;
	padding-bottom: 1.2rem;
	position: relative;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #CCCCCC;
}
.headLine05::after {
	width: 30rem;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	content: "";
	background-color: #003B94;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 2rem;
		padding-bottom: 0.7rem;
		font-size: 1.8rem;
	}
	.headLine05::after {
		width: 8.7rem;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 {
	text-align: center;
}
.comLink01 a {
	padding: 0 0 0.4rem 8rem;
	display: inline-flex;
	align-items: center;
	min-height: 6rem;
	color: #003B94;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url(../img/common/icon01.png) no-repeat left center / 6rem;
}
.comLink01 a:hover {
	opacity: 0.7;
} 
.comLink01.left {
	text-align: left;
}
.comLink01.left a {
	padding: 0 8rem 0.4rem 0;
	font-size: 1.8rem;
	font-weight: 500;
	background-image: url(../img/common/icon06.png);
	background-position: right center;
}
@media all and (max-width: 896px) {
	.comLink01 a {
		padding-left: 6.5rem;
		background-size: 5rem auto;
	}
}
/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
.comLink02 {
	text-align: left;
}
.comLink02 a {
	padding: 0 8rem 0.4rem 0;
	display: inline-flex;
	align-items: center;
	min-height: 6rem;
	font-size: 1.8rem;
	color: #003B94;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../img/common/icon06.png) no-repeat right center / 6rem;
}
.comLink02 a:hover {
	opacity: 0.7;
} 
@media all and (max-width: 896px) {
	.comLink02 {
		text-align: right;
	}
	.comLink02 a {
		padding-right: 6.5rem;
		font-size: 1.5rem;
		background-size: 5rem auto;
	}
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li {
	border-top: 1px solid #ccc;
}
.comNewsList li:last-child {
	border-bottom: 1px solid #ccc;
}
.comNewsList a {
	padding: 3.4rem 0 4rem;
	display: block;
	background: url(../img/common/icon07.png) no-repeat right center / 2.8rem;
}
.comNewsList .no_link {
	padding: 3.4rem 0 4rem;
	display: block;
}
.comNewsList a:hover {
	opacity: 0.7;
}
.comNewsList .ttl {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.comNewsList .ttl .time {
	width: 13rem;
	display: inline-block;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #666;
}
.comNewsList .ttl .tagList {
	flex: 1;
	display: inline-block;
}
.comNewsList .ttl .tag {
	margin-right: 1rem;
	display: inline-block;
	color: #003B94;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.comNewsList .txt {
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comNewsList a {
		padding: 1.6rem 3rem 1.6rem 0;
		background-image: url(../img/common/icon07_sp.png);
		background-size: 2.5rem auto;
		background-position: right top 4.7rem;
	}
 .comNewsList .no_link {
		padding: 1.6rem 3rem 1.6rem 0;
		background-size: 2.5rem auto;
		background-position: right top 4.7rem;
	}
	.comNewsList a:hover {
		opacity: 0.7;
	}
	.comNewsList .ttl {
		margin-bottom: 0.7rem;
	}
	.comNewsList .ttl .time {
		width: 10.5rem;
	}
	.comNewsList .ttl .tag {
		font-size: 1.3rem;
	}
	.comNewsList .txt {
		line-height: 1.75;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	margin-top: -7.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comPhotoList li {
	margin-top: 7.6rem;
	width: 57rem;
}
.comPhotoList a {
	display: block;
}
.comPhotoList a:hover {
	opacity: 0.7;
}
.comPhotoList .photoBox {
	margin-bottom: 1rem;
	border-radius: 3rem;
	overflow: hidden;
}
.comPhotoList .photoBox img {
	width: 100%;
}
.comPhotoList p {
	padding: 0 1rem;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url(../img/common/icon07.png) no-repeat right 1rem top 1.5rem / 2.8rem;
}
@media all and (max-width: 896px) {
	.comPhotoList {
		margin-top: 0;
		display: block;
	}
	.comPhotoList li {
		margin: 0 0 2.5rem;
		width: auto;
	}
	.comPhotoList li:last-child {
		margin-bottom: 0;
	}
	.comPhotoList .photoBox {
		margin-bottom: 1rem;
		border-radius: 1.5rem;
	}
	.comPhotoList p {
		padding: 0;
		font-size: 2rem;
		background: url(../img/common/icon07_sp.png) no-repeat right center / 2.5rem;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 13.2rem 0 15rem;
	position: relative;
	background: url(../img/common/contact_photo01.jpg) no-repeat left top / cover;
	border-radius: 6rem 6rem 0 0;
	overflow: hidden;
}
.comContactBox .headLine02 {
	margin-bottom: 4rem;
}
.comContactBox .headLine02 .en {
	color: #fff;
}
.comContactBox .headLine02 .jp {
	color: #fff;
}
.comContactBox .text {
	margin-bottom: 5.5rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}
.comContactBox .comLink02 a {
	color: #fff;
	font-size: 1.6rem;
	background-image: url(../img/common/icon10.png);
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 10.667vw 0 12vw;
		background-image: url(../img/common/contact_photo01_sp.jpg);
		border-radius: 3rem 3rem 0 0;
	}
	.comContactBox .headLine02 {
		margin-bottom: 2rem !important;
	}
	.comContactBox .text {
		margin: 0 6rem 1.8rem 0;
		line-height: 1.75;
	}
	.comContactBox .comLink02 {
		text-align: left;
	}
	.comContactBox .comLink02 a {
		padding-right: 7rem;
		font-size: 1.4rem;
		background-image: url(../img/common/icon10_sp.png);
	}
}
/*------------------------------------------------------------
	comNumUl
------------------------------------------------------------*/
.comNumUl li {
	padding: 4.5rem 10rem;
	text-align: center;
	background: url(../img/common/line01.png) no-repeat right center / 0.8rem auto;
}
.comNumUl {
	margin-bottom: 3.5rem;
}
.comNumUl li:last-child {
	background: none;
}
.comNumUl .ttl {
	padding: 0.7rem 0;
	margin: 0 auto 2.5rem;
	width: 40rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #003B94;
	background-color: #fff;
	border-radius: 2.5rem;
}
.comNumUl .txt {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
}
.comNumUl .num {
	color: #fff;
	font-size: 4.8rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.comNumUl .num .outfit {
	margin-right: 1rem;
	display: inline-block;
	font-size: 12rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	position: relative;
}
.comNumUl .num .outfit .number {
    opacity: 0;
    visibility: hidden;
}
.comNumUl .num .jsNum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media all and (min-width: 897px) {
	.comNumUl {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 896px) {
	.comNumUl li {
		margin: 0 auto;
		padding: 3.2rem 2rem 2.8rem;
		width: 25rem;
		background-position: center bottom;
		background-image: url(../img/common/line01_sp.png);
		background-size: 25rem auto;
	}
	.comNumUl {
		margin-bottom: -0.3rem;
	}
	.comNumUl .ttl {
		padding: 0.3rem 0 0.4rem;
		margin: 0 auto 1.5rem;
		width: 20rem;
		font-size: 1.8rem;
		border-radius: 1.75rem;
	}
	.comNumUl .txt {
		font-size: 1.6rem;
	}
	.comNumUl .num {
		font-size: 3rem;
	}
	.comNumUl .num .outfit {
		margin-right: 0;
		font-size: 6.6rem;
		line-height: 1.15;
}
}
/*------------------------------------------------------------
    comTextBox
------------------------------------------------------------*/
.comTextBox .textBox {
    padding: 3.5rem 4rem 4rem;
    background-color: #FFF;
    border-radius: 0 0 2rem 2rem;
}
.comTextBox .textBox .text {
    margin: 0 0 3rem;
    line-height: 2;
    letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
    .comTextBox .textBox {
        padding: 3rem 2rem;
        border-radius: 0 0 1rem 1rem;
    }
    .comTextBox .textBox .text {
        margin: 0 0 2rem;
    }
}
/*------------------------------------------------------------
    comTextList
------------------------------------------------------------*/
.comTextList {
    margin-bottom: 4.7rem;
}
.comTextList li:not(:last-child) {
    margin-bottom: 3.2rem;
}
.comTextList li .ttl {
    margin-bottom: 0.6rem;
    color: #003B94;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.comTextList li .txt {
    line-height: 2;
    letter-spacing: 0.1em;
}
.comTextList li .blue {
	display: block;
	font-weight: 700;
	color: #0080CA;
}
.comTextList li .blue a {
	color: #0080CA;
}
@media all and (max-width: 896px) {
    .comTextList {
        margin-bottom: 3.5rem;
    }
    .comTextList li:not(:last-child) {
        margin-bottom: 2rem;
    }
    .comTextList li .ttl {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .comTextList li .txt {
        line-height: 2;
        letter-spacing: 0.1em;
    }
}
/*------------------------------------------------------------
	comTimeBox
------------------------------------------------------------*/
.comTimeBox {
	margin-bottom: 8rem;
}
.comTimeBox .nav {
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
}
.comTimeBox .nav a {
	width: 14.8rem;
	display: inline-block;
}
.comTimeBox .nav a:hover {
	opacity: 0.7;
}
.comTimeBox table {
	width: 100%;
	border-collapse: collapse;
}
.comTimeBox table th,
.comTimeBox table td {
	padding: 1.1rem 0.5rem 1.4rem;
	width: 12.5%;
	font-weight: 500;
	text-align: center;
	border: 0.1rem solid #999999;
	vertical-align: top;
	word-break: break-all;
	background-color: #fff;
}
.comTimeBox table thead th,
.comTimeBox table thead td {
	color: #fff;
	background-color: #003B94;
}
.comTimeBox table td.blue {
	color: #003B94;
}
@media all and (max-width: 896px) {
	.comTimeBox {
		margin-bottom: 4rem;
	}
	.comTimeBox .nav {
		margin-bottom: 1rem;
	}
	.comTimeBox .nav a {
		width: 12rem;
	}
	.comTimeBox table th,
	.comTimeBox table td {
		padding: 0.5rem 0;
		font-size: 1.4rem !important;
		width: auto;
		line-height: 1.35;
	}
	.comTimeBox table th {
		width: 19%;
	}
	.comTimeBox table thead td {
		letter-spacing: -0.1em;
	}
}
/*------------------------------------------------------------
    pageNavi
------------------------------------------------------------*/
.pageNavi {
    margin-top: -1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pageNavi span,
.pageNavi a {
    margin: 1rem 0.5rem 0;
    padding-bottom: 0.3rem;
    min-width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid #CCC;
    font-family: "Outfit", sans-serif;
}
.pageNavi .current {
    color: #FFF;
    border-color: #003B94;
    background: #003B94;
}
.pageNavi .extend,
.pageNavi .pages,
.pageNavi .last,
.pageNavi .first {
    min-width: inherit;
    border: 0;
    display: none;
    background: none !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.pageNavi .previouspostslink {
    margin-right: 1.5rem;
    display: none;
    font-size: 0;
    border: 0;
    background: url("../img/common/icon16.png") no-repeat center center /  100%;
}
.pageNavi .nextpostslink {
    margin-left: 1.5rem;
    border: 0;
    font-size: 0;
    background: url("../img/common/icon15.png") no-repeat center center / 100%;
}
@media all and (min-width: 897px) {
    .pageNavi a:hover {
        color: #FFF;
        border-color: #003B94;
        background-color: #003B94;
    }
    .pageNavi .last:hover,
    .pageNavi .previouspostslink:hover,
    .pageNavi .nextpostslink:hover {
        opacity: 0.7;
        background-color:#FFF;
    }
    .pageNavi .last:hover,
    .pageNavi .first:hover {
        color: #003B94;        
    }
}
@media all and (max-width: 896px) {
    .pageNavi span, 
    .pageNavi a {
        min-width: 4rem;
        height: 4rem;
        font-size: 1.8rem;
    }    
}
/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/
.comTableBox table {
	margin-bottom: 6rem;
	width: 100%;
	border-collapse: collapse;
}
.comTableBox table th,
.comTableBox table td {
	padding: 3rem 1rem 3rem 2rem;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 500;
	letter-spacing: 0.1em;
	vertical-align: top;
	word-break: break-all;
}
.comTableBox table tr:first-child th,
.comTableBox table tr:first-child td {
	border-top: 1px solid #CCCCCC;
}
.comTableBox table th {
	padding: 3.4rem 1rem;
	width: 25.1%;
	position: relative;
	font-weight: 700;
	border-color: #003B94 !important;
}
.comTableBox table th .must {
	position: absolute;
	z-index: 1;
	top: 3.5rem;
	right: 2rem;
}
.comTableBox table th.blue {
	color: #003B94;
	font-size: 2rem;
}
.comTableBox .must {
	padding: 0.15rem 0;
	display: inline-block;
	width: 5rem;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #C1272D;
	border-radius: 0.4rem;
}
.comTableBox table input[type="text"],
.comTableBox table input[type="email"], 
.comTableBox table input[type="tel"],
.comTableBox table select, 
.comTableBox table textarea {
	padding: 0.5rem 1rem;
	width: 100%;
	height: 4rem;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	display: inline-block;
	border: 1px solid #999999;
	box-sizing: border-box;
	box-shadow: none;
	background-color: #F2F2F2;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.comTableBox select::-ms-expand {
	display: none;
}
.comTableBox select {
	background-image: url(../img/common/icon17.png);
	background-repeat: no-repeat;
	background-size: 0.8rem auto;
	background-position: right 1rem center;
}
.comTableBox table .wid01 {
	width: 30rem !important;
}
.comTableBox table .wid02 {
	width: 9rem !important;
}
.comTableBox table .wid03 {
	width: 60rem !important;
}
.comTableBox table .wid04 {
	width: 20rem !important;
}
.comTableBox table .wid05 {
	width: 12rem !important;
}
.comTableBox table .wid06 {
	width: 24rem !important;
}
.comTableBox .clock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.comTableBox .clock .txt01 {
	margin: 0 0.5rem;
	display: inline-block;
}
.comTableBox .clock .txt02 {
	margin: 0 2.2rem;
	display: inline-block;
}
.comTableBox td .notes {
	margin-top: 1.5rem;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	letter-spacing: 0.1em;
}
.comTableBox .namelist {
	display: flex;
	flex-wrap: wrap;
}
.comTableBox .namelist li {
	margin-right: 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.comTableBox .namelist li:last-child {
	margin-right: 0;
}
.comTableBox .namelist span {
	margin-right: 1.3rem;
	display: inline-block;
}
.comTableBox .addBox {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.comTableBox .addBox input {
	margin: 0 3rem 0 1.5rem;
}
.comTableBox td .txt {
	margin-top: 1rem;
	letter-spacing: 0.1em;
}
.comTableBox .addBox .txt,
.comTableBox .addBox .notes {
	margin-top: 0 !important;
}
.comTableBox .employerBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.comTableBox .employerBox .redNotes {
	margin-left: 3rem;
	color: #C1272D;
	letter-spacing: 0.1em;
}
.comTableBox .radioList,
.comTableBox .checkList {
	display: flex;
	flex-wrap: wrap;
}
.comTableBox .radioList li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.comTableBox .radioList li:not(:last-child),
.comTableBox .checkList li:not(:last-child) {
	margin-right: 5rem;
}
.comTableBox input[type="radio"] {
	display: none;
}
.comTableBox input[type="radio"] ~ .mark {
	padding-left: 2.5rem;
	display: inline-block;
	background: url(../img/common/radio_img.png) no-repeat left center / 1.5rem;
}
.comTableBox input[type="radio"]:checked ~ .mark {
	background-image: url(../img/common/radio_img_on.png);
}
.comTableBox .radioList li:not(:last-child) {
	margin-right: 5rem;
}
.comTableBox input[type="checkbox"] {
	display: none;
}
.comTableBox input[type="checkbox"] ~ .mark {
	padding-left: 2.5rem;
	display: inline-block;
	background: url(../img/common/check_img.png) no-repeat left center / 1.6rem;
}
.comTableBox input[type="checkbox"]:checked ~ .mark {
	background-image: url(../img/common/check_img_on.png);
}
.comTableBox .radioList .input01 {
	margin-left: 1.5rem;
}
.comTableBox .peopleBox span {
	margin-left: 1rem;
	display: inline-block;
}
.comTableBox textarea {
	min-height: 20rem;
	resize: vertical;
}
.comTableBox .privacy {
	padding: 2.5rem 3rem;
	margin: 0 auto 4.7rem;
	width: 100rem;
	text-align: justify;
	border: 1px solid #999999;
	border-radius: 2rem;
	overflow: auto;
	height: 30rem;
	line-height: 1.75;
}
.comTableBox .privacy p {
	margin-bottom: 2.7rem;
	text-align: justify;
}
.comTableBox .privacy span {
	font-weight: 600;
}
.comTableBox .privacy .txtList li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
.comTableBox .privacy a:hover {
	opacity: 0.7;
}
.comTableBox .agreeText {
	margin-bottom: 7.9rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.comTableBox .agreeText .must {
	margin-left: 2rem;
}
.comTableBox .submit li {
	margin: 0 1.5rem;
}
.comTableBox .submit input {
    width: 36rem;
    padding: 2.8rem 0;
    text-align: center;
	color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
	letter-spacing: 0.1em;
    background-color: #003B94;
	border-radius: 4rem;
	box-shadow: none;
	box-sizing: border-box;
    border: 0;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	transition: .3s;
}
.comTableBox label {
	cursor: pointer;
}
@media all and (min-width: 897px) {
	.comTableBox .submit input:hover {
		opacity: 0.7;
	}
	.comTableBox .submit {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media all and (max-width: 896px) {
	.comTableBox table {
		margin-bottom: 3rem;
	}
	.comTableBox table th,
	.comTableBox table td {
		display: block;
		width: 100% !important;
		padding: 1.5rem 0 0 !important;
		border-color: #003B94 !important;
	}
	.comTableBox table th {
		border-bottom: 0;
	}
	.comTableBox table tr:first-child td {
		border-top: 0;
	}
	.comTableBox table td {
		padding-bottom: 1.5rem !important;
		border-top: 0;
	}
	.comTableBox table th .must {
		top: 1.5rem;
		right: 0;
	}
	.comTableBox table th.blue {
		font-size: 1.4rem;
	}
	.comTableBox .must {
		width: 4rem;
		font-size: 1.2rem;
	}
	.comTableBox table input[type="text"],
	.comTableBox table input[type="email"], 
	.comTableBox table input[type="tel"],
	.comTableBox table select, 
	.comTableBox table textarea {
		padding: 0.5rem 1rem;
		width: 100% !important;
		font-size: 1.4rem;
	}
	.comTableBox table .wid01 {
		width: 100% !important;
	}
	.comTableBox table .wid02 {
		width: 7rem !important;
	}
	.comTableBox table input.wid05 {
		width: 50% !important;
	}
	.comTableBox .clock .txt01 {
		margin: 0 0.2rem;
	}
	.comTableBox .clock .txt02 {
		margin: 0 0.5rem;
	}
	.comTableBox .namelist {
		justify-content: space-between;
	}
	.comTableBox .namelist li {
		width: 48%;
		margin: 0;
	}
	.comTableBox .namelist span {
		margin-right: 0;
	}
	.comTableBox .addBox {
		margin-bottom: 1rem;
		display: block;
	}
	.comTableBox .addBox input {
		margin: 0 0 0 1rem;
	}
	.comTableBox .addBox input.wid04 {
		width: calc(100% - 2.7rem) !important;
	}
	.comTableBox .addBox .notes {
		display: block;
	}
	.comTableBox .employerBox {
		display: block;
	}
	.comTableBox .employerBox .redNotes {
		margin-left: 0;
		display: block;
	}
	.comTableBox .radioList,
	.comTableBox .checkList {
		display: block;
	}
	.comTableBox .radioList input.wid04 {
		width: calc(100% - 8.5rem) !important;
	}
	.comTableBox .radioList li:not(:last-child),
	.comTableBox .checkList li:not(:last-child) {
		margin-right: 5rem;
	}
	.comTableBox .radioList .input01 {
		margin-left: 1rem;
	}
	.comTableBox textarea {
		min-height: 10rem;
	}
	.comTableBox .privacy {
		margin-bottom: 2rem;
		padding: 1.5rem 1rem;
		width: auto;
		border-radius: 1rem;
	}
	.comTableBox .agreeText {
		margin-bottom: 4rem;
	}
	.comTableBox .agreeText .must {
		margin-left: 1rem;
	}
	.comTableBox .submit li {
		margin-bottom: 1.5rem;
		text-align: center;
	}
	.comTableBox .submit li:last-child {
		margin-bottom: 0;
	}
	.comTableBox .submit input {
		width: 30rem;
		padding: 2rem 0;
	}
}
/*------------------------------------------------------------
	comTableBox01
------------------------------------------------------------*/
.comTableBox01 {
	margin-bottom: 2.2rem;
}
.comTableBox01 table {
	width: 100%;
	border-collapse: collapse;
}
.comTableBox01 table td {
	padding: 1.75rem 0.5rem;
	border: 1px solid #999999;
	vertical-align: top;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
	letter-spacing: 0.1em;
	word-break: break-all;
	width: calc(100% / 3);
}
.comTableBox01 table thead td {
	background-color: #EDF3FB;
	color: #003B94;
}
@media all and (max-width: 896px) {
	.comTableBox01 {
		margin-bottom: 1.5rem;
	}
	.comTableBox01 table thead {
		display: none;
	}
	.comTableBox01 table td {
		padding: 0 1.5rem 1.2rem;
		width: 100% !important;
		position: relative;
		display: block;
		text-align: left;
		border-bottom: 0;
	}
	.comTableBox01 table tr:last-child td:last-of-type {
		border-bottom: 1px solid #999999;
	}
	.comTableBox01 table td::before {
		margin: 0 -1.5rem 1.15rem;
		padding: 1.1rem 1.5rem 1.2rem;
		content: attr(data-label);
		display: block;
		background-color: #EDF3FB;
		color: #003B94;
		border-bottom: 1px solid #999999;
	}
}
/*------------------------------------------------------------
    comTableBox02
------------------------------------------------------------*/
.comTableBox02 {
	margin-bottom: 3.2rem;
}
.comTableBox02 table {
	width: 100%;
	border-collapse: collapse;
}
.comTableBox02 table th,
.comTableBox02 table td {
	padding: 2.25rem 1rem;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 500;
	letter-spacing: 0.1em;
	vertical-align: top;
	word-break: break-all;
}
.comTableBox02 table tr:first-child th,
.comTableBox02 table tr:first-child td {
	border-top: 1px solid #CCCCCC;
}
.comTableBox02 table th {
	width: 18.5%;
	position: relative;
	font-weight: 700;
	border-color: #003B94 !important;
}
@media all and (max-width: 896px) {
	.comTableBox02 {
		margin-bottom: 2.4rem;
	}
	.comTableBox02 table th,
	.comTableBox02 table td {
		padding: 1rem 0;
		line-height: 1.75;
	}
	.comTableBox02 table th {
		width: 22.5%;
	}
	.comTableBox02 table td {
		padding-left: 2rem;
	}
}
/*------------------------------------------------------------
    comLinkList
------------------------------------------------------------*/
.comLinkList {
    margin: -0.3rem 0 11.9rem;
}
.comLinkList li {
    margin: 1rem 2.9rem 0;
}
.comLinkList li a {
    padding-left: 3rem;
    display: inline-block;
    letter-spacing: 0.1em;
    background: url("../img/common/icon13.png") no-repeat left 0.3rem / 2rem;
}
.comLinkList .on a {
        color: #003B94;
        background-image: url("../img/common/icon14.png");
    }    
@media all and (min-width: 897px) {
    .comLinkList li a:hover {
        color: #003B94;
        background-image: url("../img/common/icon14.png");
    }    
}
@media all and (max-width: 896px) {
    .comLinkList {
        margin-bottom: 5rem;
    }
    .comLinkList li {
        margin: 1rem 1rem 0;
    }
    .comLinkList li a {
        min-height: 2rem;
        background-position: left center;
    }    
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate(0, 7rem);
	-ms-transform: translate(0, 7rem);
	transform: translate(0, 7rem);
	will-change: transform, opacity;
	transition-duration: 1.2s, .8s;
	transition-property: opacity, transform;
	transition-timing-function: 0.8s linear, cubic-bezier(0.47, 0, 0.75, 0.72);
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	will-change: transform, opacity;
	transition-duration: 1.2s, .8s;
	transition-property: opacity, transform;
	transition-timing-function: 0.8s linear, cubic-bezier(0.47, 0, 0.75, 0.72);
}
@media all and (max-width: 896px) {
}
/* fadeTxt */
.fadeTxt,
.fadeTitle {
	overflow: hidden;
}
.fadeTxt .fadeSpan,
.fadeTitle .fadeSpan {
	display: inline-block;
	opacity: 0;
	transform: translateY(15rem);
	transition: 0.8s ease all;
}
.fadeTxt.on .fadeSpan,
.fadeTitle.on .fadeSpan {
	opacity: 1;
	transform: translateY(0);
}
.fadeTitle .fadeSpan {
	transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translateY(5rem);
}