@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-bottom: 5vw;
	}
	.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 {
		content: "";
		top: 3vw;
		left: 0;
	}
	.content_low section h3:after {
		content: "";
		top: 5vw;
		left: 2vw;
	}
	.hdg4 {
		position: relative;
		margin: 12vw auto 8vw;
	}
	.hdg4.mb70 {
		margin-bottom: 8vw;
	}
	.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;
	}
	.row_flow li{
		padding: 12vw 4vw;
		position: relative;
	}
	.row_flow li:nth-child(2n-1){
		background: #F8F8F8;
	}
	.row_flow li:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid #F8F8F8;
		border-right: 20px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 20px solid transparent;
		position: absolute;
		bottom: -30px;
		left: calc(50% - 20px);
		z-index: 10;
	}
	.row_flow li:nth-child(2n):after{
		border-top-color: #fff;
	}
	.row_flow li .col_img{
		padding-top: 75%;
	}
	.row_flow li .col_txt{
		margin-bottom: 4vw;
	}
	.row_flow li .col_txt h4{
		color: #32339F;
		font-size: 1.2rem;
		margin-bottom: 2vw;
	}
	.row_flow .col_flow02 li:last-child h4{
		color: #32339F;
		font-size: 1.6rem;
	}
	.btn-recruit {
		display: block;
		width: auto;
		border: 1px solid #FFFFFF;
		padding: 10px 14px 12px 0;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.btn-recruit:after {
		position: absolute;
		content: '';
		background: url('../img/common/arrow_hover.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%);
	}
	.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%);
	}
	p.txt01 {
		margin-bottom: 8vw;
	}
	p.bold {
		font-size: calc(32/640*100vw);
		color: #333333;
		margin: 2vw auto;
		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: 3vw;
		transform: none;
	}
	.float-container .right {
		text-align: center;
	}
	.float-container img {
		margin-bottom: 4vw;
	}
	.float-container {
		margin-top: 4vw;
	}
	.sec3 ul {
		margin-bottom: 5vw;
	}
	.sec3 ul li {
		width: 45vw;
		margin-bottom: 2vw
	}
	.sec3 ul li .float-right {
		height: auto;
		width: 100%;
		background: #32339F;
		color: #fff;
		padding: 12px 8px 12px 8px;
	}
	.sec3 ul li .float-right p {
		font-size: calc(28/640*100vw);
		padding-bottom: 5vw;
		border-bottom: 1px solid #fff;
		line-height: 1.4;
		height: calc(130/640*100vw);
	}
	.sec3 ul li .float-right .small {
		display: block;
		font-size: calc(20/640*100vw);
		margin: 3vw auto 2vw;
		line-height: 16px;
	}
	.sec3 ul li .float-right .name {
		display: block;
		font-size: calc(32/640*100vw);
		margin-bottom: 3vw;
	}
	.sec3 ul li a:hover .float-right{
		background: #fff;
		color: #32339F;
	}
	.sec3 ul li a:hover .float-right p {
		border-bottom: 1px solid #BCBCBC;
	}
	.sec3 ul li a:hover .float-right .small,
	.sec3 ul li a:hover .float-right span.name {
		color: #333333 !important;
	}
	.sec3 ul li a:hover .float-right .btn-recruit {
		border: 1px solid #32339F;
		color: #32339F;
		font-weight: 600;
	}
	.sec3 ul li a:hover .float-right .btn-recruit:after {
		background: url('../img/page/recruit/btn_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;
	}
	.btn-w440 {
		margin-bottom: 12vw;
	}
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.content_low section {
		padding: 120px 0 100px;
	}
	.content_low section .head {
		margin-bottom: 40px;
	}
	.content_low section h3 {
		padding-top: 0;
		margin-bottom: 30px;
		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;
	}
	.content_low .sec1 {
		padding: 100px 0;
	}
	.hdg4 {
		position: relative;
		line-height: 1.7;
		margin-bottom: 40px;
	}
	.hdg4.mb70 {
		margin-bottom: 70px;
	}
	.mb40 {
		margin-bottom: 40px;
	}

	.content_low .sec2 {
		padding: 100px 0 50px;
	}
	.col_flow01{
		width: 460px;
		padding-left: 45px;
		background: url("../img/page/recruit/line01.png") no-repeat left 18px top 70px;
	}
	.col_flow02{
		width: 460px;
		padding-left: 45px;
		background: url("../img/page/recruit/line02.png") no-repeat left 18px top;
	}
	.row_flow .col_img{
		width: 160px;
		height: 160px;
	}
	.row_flow .col_txt{
		width: 255px;
		background: #F8F8F8;
		padding: 15px 20px;
	}
	.row_flow .col_txt h4{
		font-size: 16px;
		line-height: 1;
		color: #32339F;
		margin-bottom: 15px;
	}
	.col_flow01 li:last-child h4{
		margin-bottom: 5px;
	}
	.col_flow01 li,.col_flow02 li{
		height: 160px;
		margin-bottom: 40px;
		display:-webkit-box; /*--- Androidブラウザ用 ---*/
		display:-ms-flexbox; /*--- IE10 ---*/
		display: -webkit-flex; /*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify; /*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify; /*--- IE10 ---*/
		-webkit-justify-content:space-between; /*--- safari（PC）用 ---*/
		justify-content:space-between;
	}
	.col_flow02 li:last-child{
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		padding-left: 20px;
		font-size: 26px;
		color: #32339F;
	}
	.content_low .sec3 h3 {
		margin-bottom: 60px;
	}
	.sec3 ul {
		justify-content: space-between;
	}
	.sec3 ul li {
		width: 460px;
		margin-bottom: 15px;
	}
	.sec3 ul li .float-left {
		width: 238px;
	}
	.sec3 ul li .float-right {
		height: 313px;
		width: 222px;
		background: #32339F;
		color: #fff;
		padding: 27px 13px 16px 17px;
	}
	.sec3 ul li .float-right p {
		font-size: 21px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
		line-height: 29px;
		height: 98px;
	}
	.sec3 ul li .float-left img {
		width: 100%;
	}
	.sec3 ul li .float-right .small {
		display: block;
		font-size: 16px;
		margin: 16px auto 6px;
		line-height: 22px;
	}
	.sec3 ul li .float-right .name {
		display: block;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.sec3 ul li a:hover .float-right{
		background: #fff;
		color: #32339F;
	}
	.sec3 ul li a:hover .float-right p {
		border-bottom: 1px solid #BCBCBC;
	}
	.sec3 ul li a:hover .float-right .small,
	.sec3 ul li a:hover .float-right span.name {
		color: #333333 !important;
	}
	.sec3 ul li a:hover .float-right .btn-recruit {
		border: 1px solid #32339F;
		color: #32339F;
		font-weight: 600;
	}
	.sec3 ul li a:hover .float-right .btn-recruit:after {
		background: url('../img/page/recruit/btn_hover.svg') no-repeat center;
		background-size: contain;
	}
	.btn-recruit {
		display: block;
		width: 190px;
		border: 1px solid #FFFFFF;
		padding: 15px 14px 16px 0;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.btn-recruit:after {
		position: absolute;
		content: '';
		background: url('../img/common/arrow_hover.svg') no-repeat center;
		background-size: contain;
		width: 14px;
		height: 14px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.btn-w440 {
		margin-top: 100px;
	}
	.buttons {
		width: 620px;
		margin: 70px auto 0;
		display: flex;
		justify-content: space-between;
	}
	.buttons a {
		width: 300px;
		display: inline-block;
		border: 1px solid #32339F;
		font-size: 16px;
		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 10px;
		font-weight: bold;
		padding-left: 23px;
		position: relative;
		line-height: 30px;
	}
	p.bold:before {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		border-radius: 20px;
		background: #32339F;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	p.mt0 {
		margin-top: 0;
	}
}
.video {
    text-align: center;
    margin-bottom: 30px;
}

.youtube {
    max-width: 100%;
}
