@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
.txt01{
	line-height: 30px;
}
/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.txt01 {
		line-height: 1.7;
	}
	p.mb0 {
		margin-bottom: 0 !important;
	}
	.content_low section .head {
		margin: 0 0 8vw -6.5vw;
		white-space: nowrap;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 4vw;
		padding-left: 6vw;
	}
	.content_low section h3 span {
		font-size: calc(44/640*100vw);
		text-align: left;
		line-height: 1.4;
	}
	.content_low section h3:before {
		left: 0;
		top: 3vw;
	}
	.content_low section h3:after {
		content: "";
		top: 5vw;
		left: 2vw;
	}
	.hdg4 {
		position: relative;
		margin: 4vw auto;
		text-align: left;
	}
	.hdg4.mb70 {
		margin-bottom: 8vw;
	}
	.bg-white {
		background: #FFFFFF;
		padding: 14px 16px;
		height: 140px;
		margin-top: 10vw;
	}
	.bg-gray {
		background: #F8F8F8;
		padding: 14px 16px;
		height: 140px;
		margin-top: 10vw;
	}
	.bg-white .blue,
	.bg-gray .blue {
		font-size: calc(40/640*100vw);
		color: #32339F;
		text-align: center;
	}
	.sec1 ul {
		margin-bottom: 8vw;
		display: block;
	}
	.sec1 ul li {
		width: auto;
		background: #fff;
		padding: 2vw 0 8vw;
		margin-bottom: 4vw;
		text-align: center;
	}
	.sec1 ul li span{
		font-size: calc(71/640*100vw);
		color: #32339F;
		line-height: 1.7;
	}
	.sec1 ul li p{
		font-size: calc(36/640*100vw);
		color: #32339F;
		line-height: 1.4;
	}
	.btn-recruit {
		display: block;
		width: auto;
		border: 1px solid #32339F;
		color: #32339F;
		padding: 10px 14px 10px 0;
		font-weight: 600;
		text-align: center;
		position: relative;
	}
	.btn-recruit:after {
		position: absolute;
		content: '';
		background: url('../img/page/interview/arrow_down.svg') no-repeat center;
		background-size: contain;
		width: calc(24/640*100vw);
		height: calc(24/640*100vw);
		right: calc(20/640*100vw);
		top: 50%;
		transform: translateY(-50%);
	}
	p.txt01 {
		text-align: justify;
		margin-bottom: 8vw;
	}
	p.bold {
		font-size: calc(32/640*100vw);
		color: #333333;
		margin: 0 auto 4vw;
		font-weight: bold;
		padding-left: 5vw;
		position: relative;
		line-height: 1.7;
	}
	p.bold:before {
		position: absolute;
		content: '';
		width: 4vw;
		height: 4vw;
		border-radius: 20px;
		background: #32339F;
		left: 0;
		top: 2.3vw;
		transform: none;
	}
	.float-container .right {
		text-align: center;
	}
	.float-container img {
		margin-bottom: 4vw;
	}
	.sec ul li {
		width: 45vw;
		margin-bottom: 2vw
	}
	.sec ul li .float-right {
		height: auto;
		width: 100%;
		background: #F8F8F8;
		color: #333333;
		padding: 12px 8px 12px 10px;
	}
	.sec ul li .float-right p {
		font-size: calc(42/640*100vw);
		padding-bottom: 5vw;
		border-bottom: 1px solid #fff;
		line-height: 1.4;
		height: calc(140/640*100vw);
	}
	.sec ul li .float-right .small {
		display: block;
		font-size: calc(20/640*100vw);
		margin: 0 auto 2vw;
		line-height: 16px;
	}
	.sec ul li .float-right .name {
		display: block;
		font-size: calc(32/640*100vw);
		margin-bottom: 3vw;
	}
	.sec ul li a:hover .float-right{
		background: #fff;
		color: #32339F;
	}
	.sec ul li a:hover .float-right p {
		border-bottom: 1px solid #BCBCBC;
	}
	.sec ul li a:hover .float-right .small,
	.sec ul li a:hover .float-right span.name {
		color: #333333 !important;
	}
	.sec ul li a:hover .float-right .btn-recruit {
		border: 1px solid #32339F;
		color: #32339F;
		font-weight: 600;
	}
	.sec ul li a:hover .float-right .btn-recruit:after {
		background: url('../img/page/recruit/btn_hover.svg') no-repeat center;
		background-size: contain;
	}
	.lh13 {
		line-height: 1.4;
		font-size: calc(36/640*100vw) !important;
		white-space: nowrap;
	}
	.buttons {
		width: auto;
		margin: 4vw auto 0;
		display: block;
		justify-content: space-between;
	}
	.buttons a {
		width: 100%;
		display: block;
		border: 1px solid #32339F;
		font-size: calc(32/640*100vw);
		padding: 5vw 5vw 5vw 0;
		margin: 0 auto 4vw;
		color: #32339F;
		text-align: center;
		position: relative;
	}
	.buttons a:after {
		position: absolute;
		content: '';
		background: url('../img/common/btn_arrow.svg') no-repeat center;
		background-size: contain;
		width: calc(30/640*100vw);
		height: calc(30/640*100vw);
		right: calc(40/640*100vw);
		top: 50%;
		transform: translateY(-50%);
	}
	.buttons a.open:after {
		background: url('../img/common/icon_open.svg') no-repeat center;
		background-size: contain;
	}
	.mt70 {
		margin-top: 8vw;
	}
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.content_low section {
		padding: 110px 0 100px;
	}
	.content_low .sec1,
	.content_low .sec2,
	.content_low .sec3,
	.content_low .sec4,
	.content_low .sec5 {
		padding: 100px 0;
	}
	.content_low section .head {
		margin-bottom: 50px;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 28px;
		padding-left: 35px;
	}
	.content_low section h3 span {
		font-size: 28px;
		text-align: left;
		line-height: 37px;
	}
	.content_low section h3:before {
		content: "";
		top: 10px;
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		top: 20px;
		left: 10px;
	}
	.hdg4 {
		position: relative;
		line-height: 1.4;
		margin-bottom: 38px;
	}
	.hdg4.mb70 {
		margin-bottom: 70px;
	}
	.mb40 {
		margin-bottom: 40px;
	}
	section .float-container p.small {
		display: block;
		color: #333333;
		font-size: 14px;
		margin: 0 auto;
		line-height: 23px;
	}
	.sec ul {
		justify-content: space-between;
	}
	.sec ul li {
		width: 460px;
		margin-bottom: 15px;
	}
	.sec ul li .float-left {
		width: 238px;
	}
	.sec ul li .float-right {
		height: 195px;
		width: 222px;
		background: #F8F8F8;
		color: #333333;
		padding: 27px 13px 16px 17px;
	}
	.sec ul li .float-right p {
		font-size: 21px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
		line-height: 29px;
		height: 98px;
	}
	.sec ul li .float-left img {
		width: 100%;
	}
	.sec ul li .float-right .small {
		display: block;
		font-size: 16px;
		margin: 0 auto;
		line-height: 23px;
		height: 45px;
	}
	.sec ul li .float-right .name {
		display: block;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.sec ul li a:hover .float-right{
		background: #32339F;
		color: #fff;
	}
	.sec ul li a:hover .float-right p {
		border-bottom: 1px solid #BCBCBC;
	}
	.sec ul li a:hover .float-right .small,
	.sec ul li a:hover .float-right span.name {
		color: #fff !important;
	}
	.sec ul li a:hover .float-right .btn-recruit {
		border: 1px solid #FFFFFF;
		color: #fff;
	}
	.sec ul li a:hover .float-right .btn-recruit:after {
		background: url('../img/page/interview/arrow_down_hover.svg') no-repeat center;
		background-size: contain;
	}
	.hdg4 {
		white-space: nowrap;
	}
	.bg-white {
		background: #FFFFFF;
		padding: 14px 16px;
		height: 165px;
		margin-top: 51px;
	}
	.bg-gray {
		background: #F8F8F8;
		padding: 14px 16px;
		height: 165px;
		margin-top: 51px;
	}
	.bg-white .blue,
	.bg-gray .blue {
		font-size: 26px;
		color: #32339F;
		text-align: center;
	}
	.lh13 {
		line-height: 1.3;
	}
	.float-container .float-right img {
		margin-top: 20px;
	}
	.float-right p.txt01 {
		margin-bottom: 38px;
	}
	.btn-recruit {
		display: block;
		width: 190px;
		font-weight: 600;
		border: 1px solid #32339F;
		color: #32339F;
		padding: 15px 14px 16px 0;
		text-align: center;
		position: relative;
	}
	.btn-recruit:after {
		position: absolute;
		content: '';
		background: url('../img/page/interview/arrow_down.svg') no-repeat center;
		background-size: contain;
		width: 14px;
		height: 14px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.buttons {
		width: 620px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.buttons a {
		width: 300px;
		display: inline-block;
		border: 1px solid #32339F;
		font-size: 16px;
		font-weight: 500;
		padding: 20px 14px 20px 0;
		color: #32339F;
		text-align: center;
		position: relative;
	}
	.buttons a:after {
		position: absolute;
		content: '';
		background: url('../img/common/btn_arrow.svg') no-repeat center;
		background-size: contain;
		width: 14px;
		height: 14px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.buttons a:hover {
		background: #32339F;
		color: #fff;
	}
	.buttons a:hover:after {
		background: url('../img/common/arrow_hover.svg') no-repeat center;
		background-size: contain;
	}
	.buttons a.open:after {
		background: url('../img/common/icon_open.svg') no-repeat center;
		background-size: contain;
	}
	.buttons a.open:hover:after {
		background: url('../img/common/icon_hover.svg') no-repeat center;
		background-size: contain;
	}
	p.bold {
		font-size: 16px;
		color: #333333;
		margin: 0 0 25px;
		font-weight: bold;
		padding-left: 23px;
		position: relative;
		line-height: 30px;
		text-align: left;
	}
	p.bold:before {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 20px;
		background: #32339F;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.mt70 {
		margin-top: 70px;
	}
	.mb0 {
		margin-bottom: 0 !important;
	}
}
