#header {
    border-bottom: 1px solid #c5c5c5;
}
#pills-tab {
    justify-content: center;
    margin-bottom: 2rem;
    gap: 0 1.5rem;
}
#pills-tab li button {
    padding: 1.5rem;
    width: 200px;
    border: 1px solid #3169c0;
}
#pills-tab button.nav-link{
	    color: #2e4657!important;
}
#pills-tab button.nav-link.active{
	    color: #ffffff!important;
}
.nav-list-header li a {
    font-size: 16px;
    color: #000;
}
 .outline_profile {
    border-top: 1px solid #E1E1E1;
}

.all_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .outline_profile dt {
    background-color: #F4F7F9;
    width: 22rem;
    padding: 0 2rem;
    font-weight: 700;
}
 .outline_profile dt, .company_page .outline_profile dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E1E1E1;
	line-height: 2;
	height: auto;
}
.outline_profile dd {
    width: calc(100% - 22rem);
    padding: 3rem;
    height: 100%;
	border-bottom: 1px solid #E1E1E1;
	line-height: 2;
	margin-bottom: 0;
}
.outline_profile dd {
    width: calc(100% - 22rem);
    padding: 3rem;
    height: 100%;
    border-bottom: 1px solid #E1E1E1;
    line-height: 2;
    margin-bottom: 0;
}
.career-inner .career-wrap {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding-top: 5rem;
}
.big-btn-line {
    padding: 70px 0;
}
.big-box {
    border: 1px solid #052b54;
    border-radius: 10px;
    background-color: #07376c;
    text-align: center;
    max-width: 780px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2rem;
}
.big-btn-title h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.big-contact {
    border-radius: 10px;
    background: #fff;
}
.big-ft {
    background: #e7e7e7;
    padding: 2rem 2rem 2rem;
    transition: 0.5s ease;
    border-radius: 10px;
}
.big-box:hover .big-ft{
	opacity: 0.85;
}
.big-ft-btn {
    color: #fff;
    font-size: 2rem;
    width: 100%;
    display: block;
    border-radius: 0.5rem;
    padding: 1rem;
    font-weight: 600;
    text-shadow: -1px -1px rgb(0 0 0 / 40%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50% , rgba(0,0,0,0.2) 50%, transparent);
    background-color: #1AB822;
    line-height: 1.7;
}
.danger-mess {
    display: none;
    color: #B94A48!important;
    font-size: 0.9em;
}
.border-txt{
    color: #B94A48;
    background-color: #F2DEDE!important;
    border: 1px solid #EED3D7!important;
}
	.daijobu-mess {
    display: inline;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #3169c0!important;
}
.contact-ct {
    font-size: 3rem;
    margin: 10rem 0 5rem 0;
}
.group1 {
    display: flex;
    padding: 3px;
}
label {
    display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.text12 {
    width: 100%;
    border: none;
    font-size: 1.6rem;
    font-weight: 300;
    background: #F4F7F9;
    outline: none;
    min-height: 7rem;
    padding: 0 2rem;
}
.group1 .input{
	width: 100%;
}
span.require {
    background: rgba(217, 0, 12, 0.1);
    width: 4.5rem;
    height: 2.6rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #D9000C;
    border-radius: .02rem;
}
.privacy_policy p{
	padding: 1rem;
}
.submit_group .btn-submit {
    padding: 4rem 12rem;
    font-size: 2rem;
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #f0f0f0;
	position: relative;
	z-index: 1;
	color: #000;
}
.submit_group .btn-submit::before {
 content: '';
 width: 0;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
    background: #1b488f;
 -webkit-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
 display: block;
 z-index: -1;
}
.submit_group{
	margin-top: 5rem;
}
.submit_group .btn-submit:hover::before {
 width: 100%;
}
.submit_group .btn-submit:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
            box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    color: #fff;
}

.txt-area{
    height: 15rem;
    padding: 2rem;
    width: 100%;
    border: none;
    font-size: 1.6rem;
    font-weight: 300;
    background: #F4F7F9;
    outline: none;
}
.wrap-page-all {
    margin: 9.5rem 0 0;
    position: relative;
    background: #F4F7F9;
    padding: 4rem 0 9rem 3rem;
}
.privacy_policy p br.pc-none{
	display: none;
}
.privacy_policy p a{
color: #3b64c2;	
}
.fade {
    transition: opacity 0.3s linear!important;
}
.top_head-career .title-small{
	padding-bottom: 5rem;
}
.intro {
    color: #333333;
    position: relative;
    padding-top: 5rem;
}
.tag {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .08em;
    padding: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    z-index: 2;
    position: relative;
    background: #3382FF;
    border-radius: 0.5rem;
}
.intro .main-it .line {
    display: inline-block;
    padding-bottom: 5px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 34px;
}
.intro .text-intro {
    font-size: 16px;
    font-weight: 500;
    background: #E8FCFF;
    padding: 1.5rem 1rem;
    line-height: 1.6;
    color: #515151;
}
.under-color {
    color: #FF9C18;
    font-weight: 600;
}
.under-color-last {
    color: #3382FF;
}
.intro .container {
    margin: 0 auto;
    max-width: 1050px;
    width: 100%;
}
.hight-tt03{
    font-size: 2rem;
}
.hight-tt02{
color: #79A3D5;
}
.detail-fukuri {
    display: flex;
    gap: 0 4rem;
}
.under-color-last-tt{
    font-weight: 400;
}
.hight-tt04{
   color: #515151;
}








@media screen and (max-width: 576px){
.title-all-page {
    font-size: 3.4rem;
}
.wrap-page-all {
    margin: 9.5rem 0 0;
    padding: 4rem 0 3rem 0;
}	
.all_under_pagetitle {
    padding-top: 4rem;
}	
.big-ft-btn {
    font-size: 1.6rem;
}
.outline_profile dd {
    padding: 3rem 1rem;
}	
.all_flex {
    flex-direction: column;
}	
.outline_profile dt {
    width: 100%;
    padding: 0 1rem;
}	
.outline_profile dd {
    width: 100%;
    padding: 3rem 1rem;
    font-size: 15px;
}	
.big-btn-title h2 {
    font-size: 18px;
}	
.privacy_policy p {
    padding: 1rem;
    line-height: 1.6;
}	
#pills-tab li button {
    padding: 1.5rem;
    width: 160px;
    border: 1px solid #3169c0;
}	
.intro .main-it .line {
    display: inline-block;
    padding-bottom: 5px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 25px;
}	
	
	
	
	
	
	
	

}