@charset "utf-8";

/******************************************************
 PC、SP共通
******************************************************/
img {
	max-width: 100%;
}

/*----- js-fadein -----*/
.js-fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1s;
}
.js-fadein.js-scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*----- fancybox -----*/
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
.fancybox-bg {
	background-color: rgba(217,48,92,0.5) !important;
}
.fancybox-content {
	background-color: transparent !important;
}
.fancybox-button {
	width: 70px !important;
	height: 70px !important;
}

/*----- voice -----*/
/* 内定者 */
.offer .voice__item--photo .cat {
	background-color: rgba(128,192,192,0.8);
}
.offer .voice__item--info {
	border-color: #80c0ae;
}
.offer .voice__item--info .btn span {
	background-color: #80c0ae;
}

/* 卒業者 */
.graduate .voice__item--photo .cat {
	background-color: rgba(229,0,90,0.8);
}
.graduate .voice__item--info {
	border-color: #e5005a;
}
.graduate .voice__item--info .btn span {
	background-color: #e5005a;
}

/******************************************************
 SP
******************************************************/
@media only screen and (max-width: 768px) {
.spDisNone {
	display: none;
}

/*----- topMain -----*/
#topMain {
	background-color: #e5005a;
}
.topMain--logo {
	text-align: center;
	padding: 20px;
}
.topMain--logo img {
	width: 250px;
	height: auto;
}
.topMain--career {
	text-align: center;
	margin: 10px 0 30px;
}
.topMain--career img {
	width: 80%;
	max-width: 250px;
}
.topMain--hn {
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

/*----- contentsInner -----*/
.contentsInner {
	padding: 8% 4%;
}

/*----- career -----*/
#career {
	background-color: #fdeeef;
	padding: 10px;
	margin-bottom: 10%;
}
.career__news {
	display: table;
	width: 100%;
	background-color: #fff;
	border: 1px solid #aeb0b0;
	padding: 10px;
	margin-bottom: 15px;
}
.career__news > div {
}
.career__news--hn {
	margin-bottom: 15px;
}
.career__news--hn .sub {
	font-size: 2.0rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #e5005a;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.career__news--hn .hn {
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
}
.career__news--hn .hn span {
	display: inline;
	padding: 0 5px 5px;
	background: linear-gradient(transparent 60%, #f1c0cd 60%);
}
.career__news--txt {
}
.career__news--txt .title {
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 15px;
}
.career__news--txt .info {
	line-height: 1.6;
	padding-bottom: 10px;
}
.career__news--txt .info dt,
.career__news--txt .info dd {
	display: inline;
}
.career__news--txt .info dt {
	position: relative;
	color: #de7294;
	padding: 0 5px 0 8px;
}
.career__news--txt .info dt::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #de7294;
}
.career__news--txt .note {
	text-align: right;
}
.career__company {
	padding: 10px;
}
.career__company > div {
}
.career__company--txt {
}
.career__company--txt .hn {
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 15px;
	word-break: keep-all;
}
.career__company--txt .hn span {
	display: inline;
	padding: 0 10px 5px;
	background: linear-gradient(transparent 60%, #f1c0cd 60%);
}
.career__company--txt .hn .sub {
	font-size: 2.0rem;
	padding: 0 0 5px;
}
.career__company--txt .txt {
	line-height: 1.6;
	margin-top: 15px;
}
.career__company--txt .percentage {
	margin-top: 30px;
}
.career__company--txt .percentage img {
	width: 100%;
}
.career__company--img {
	padding-top: 30px;
}
.career__company--img img {
	width: 100%;
}

/*----- voice -----*/
.voice__ttl {
	text-align: center;
	margin-bottom: 7%;
}
.voice__ttl .hn {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1.2;
	background-image: url(../img/bg_voice_title.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: contain;
	padding: 0 30px;
}
.voice__item {
	position: relative;
	overflow: hidden;
}
.voice__item:not(:last-child) {
	margin-bottom: 10%;
}
.voice__item--photo {
}
.voice__item--photo img {
	width: 100%;
}
.voice__item--photo .cat {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	color: #fff;
	padding: 15px 20px;
}
.voice__item--info {
	position: relative;
	width: 92%;
	border-width: 4px;
	border-style: solid;
	background-color: rgba(255,255,255,0.75);
	margin: -25% auto 0;
	padding: 15px 15px 20px;
	z-index: 2;
}
.voice__item--info .hn {
	font-size: 2.4rem;
	line-height: 1.6;
	padding-bottom: 15px;
}
.voice__item--info .txt {
	font-size: 1.8rem;
	padding-bottom: 20px;
}
.voice__item--info .btn {
	text-align: center;
}
.voice__item--info .btn span {
	display: inline-block;
	width: 70%;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	padding: 15px;
	cursor: pointer;
}

/*----- footer -----*/
.footer--nav {
	background-color: #fcefef;
	padding: 5%;
}
.footer--nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.footer--nav ul li {
	width: 48.5%;
}
.footer--nav ul li:nth-of-type(n+3) {
	margin-top: 3%;
}
.footer--nav ul li a {
	display: block;
	height: 100%;
	text-align: center;
	background-color: #fff;
	padding: 5%;
	text-decoration: none;
}
.footer--logo {
	text-align: center;
	background-color: #444;
	padding: 20px 20px;
}
.footer--logo img {
	width: 200px;
	height: auto;
}
.footer--cr {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #3a3a3a;
	padding: 20px 20px;
}

/*----- fPage -----*/
.fancybox-slide--html {
}
.fancybox-button svg {
	color: #fff !important;
}
.fPage {
	display: none;
	width: 100% !important;
	padding: 70px 15px 15px !important;
}
.fPage__inner {
	background-color: #fff !important;
	padding: 20px;
}
.fPage__item:not(:last-of-type) {
	margin-bottom: 30px;
}
.fPage__item--ttl {
	font-size: 2.4rem;
	color: #d9305c;
	line-height: 1.4;
	padding-bottom: 10px;
}
.fPage__item--txt {
	font-size: 1.8rem;
}
.fPage__item--img {
	margin-top: 20px;
}
}

/******************************************************
 PC
******************************************************/
@media print,
screen and (min-width: 769px) {
.pcDisNone {
	display: none;
}

/*----- topMain -----*/
#topMain {
	background-color: #e5005a;
}
.topMain--logo {
	display: inline-block;
	padding: 30px 0 0 30px;
}
.topMain--logo img {
	width: 300px;
	height: auto;
}
.topMain--career {
	text-align: center;
	margin: 30px 0 50px;
}
.topMain--career img {
	width: 410px;
}
.topMain--hn {
	font-size: 3.4rem;
	color: #fff;
	text-align: center;
	padding-bottom: 70px;
}

/*----- contentsInner -----*/
.contentsInner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 6% 0;
}

/*----- career -----*/
#career {
	background-color: #fdeeef;
	padding: 20px;
	margin-bottom: 10%;
}
.career__news {
	display: table;
	width: 100%;
	background-color: #fff;
	border: 1px solid #aeb0b0;
	padding: 20px;
	margin-bottom: 30px;
}
.career__news > div {
	display: table-cell;
	vertical-align: top;
}
.career__news--hn {
	width: 30%;
}
.career__news--hn .sub {
	font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #e5005a;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.career__news--hn .hn {
	font-size: 3.8rem;
	line-height: 1.4;
	text-align: center;
}
.career__news--hn .hn span {
	display: inline;
	padding: 0 10px 5px;
	background: linear-gradient(transparent 60%, #f1c0cd 60%);
}
.career__news--txt {
	padding: 0 0 0 20px;
}
.career__news--txt .title {
	font-size: 2.3rem;
	line-height: 1.4;
	padding-bottom: 15px;
}
.career__news--txt .info {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-bottom: 10px;
}
.career__news--txt .info dt,
.career__news--txt .info dd {
	display: inline;
}
.career__news--txt .info dt {
	position: relative;
	color: #de7294;
	padding: 0 5px 0 10px;
}
.career__news--txt .info dt::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #de7294;
}
.career__news--txt .note {
	font-size: 1.4rem;
	text-align: right;
}
.career__company {
	display: table;
	width: 100%;
}
.career__company > div {
	display: table-cell;
	vertical-align: top;
}
.career__company--txt {
	width: 65%;
	padding-right: 30px;
}
.career__company--txt .hn {
	font-size: 3.8rem;
	line-height: 1.2;
	margin-bottom: 20px;
}
.career__company--txt .hn span {
	display: inline;
	padding: 0 10px 5px;
	background: linear-gradient(transparent 60%, #f1c0cd 60%);
}
.career__company--txt .hn .sub {
	font-size: 2.2rem;
	padding: 0 0 5px;
}
.career__company--txt .txt {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 20px;
}
.career__company--txt .percentage {
	margin-top: 30px;
}
.career__company--txt .percentage img {
	width: 100%;
}
.career__company--img {
	padding-top: 50px;
}
.career__company--img img {
	width: 100%;
}

/*----- voice -----*/
.voice__ttl {
	text-align: center;
	margin-bottom: 10%;
}
.voice__ttl .hn {
	display: inline-block;
	font-size: 4.0rem;
	line-height: 1.2;
	background-image: url(../img/bg_voice_title.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: contain;
	padding: 0 30px;
}
.voice__item {
	position: relative;
	overflow: hidden;
}
.voice__item:not(:last-child) {
	margin-bottom: 10%;
}
.voice__item--photo {
	position: absolute;
	top: 0;
	width: 70%;
	max-width: 500px;
}
.voice__item--photo img {
	width: 100%;
}
.voice__item:nth-child(2n) .voice__item--photo {
	left: 0;
}
.voice__item:nth-child(2n+1) .voice__item--photo {
	right: 0;
}
.voice__item--photo .cat {
	position: absolute;
	top: 0;
	font-size: 2rem;
	color: #fff;
	padding: 20px 25px;
}
.voice__item:nth-child(2n) .voice__item--photo .cat {
	left: 0;
}
.voice__item:nth-child(2n+1) .voice__item--photo .cat {
	right: 0;
}
.voice__item--info {
	position: relative;
	width: 60%;
	max-width: 580px;
	border-width: 5px;
	border-style: solid;
	background-color: rgba(255,255,255,0.75);
	margin-top: 80px;
	padding: 30px;
	z-index: 2;
}
.voice__item:nth-child(2n) .voice__item--info {
	float: right;
}
.voice__item:nth-child(2n+1) .voice__item--info {
	float: left;
}
.voice__item--info .hn {
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: -1px;
	padding-bottom: 30px;
}
.voice__item--info .txt {
	font-size: 1.4rem;
	text-align: right;
	padding-bottom: 30px;
}
.voice__item--info .btn {
	text-align: center;
}
.voice__item--info .btn span {
	display: inline-block;
	width: 80%;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	padding: 20px;
	transition: all .5s;
	cursor: pointer;
}
.voice__item--info .btn span:hover {
	opacity: .7;
}

/*----- footer -----*/
.footer--nav {
	background-color: #fcefef;
	padding: 5%;
}
.footer--nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
.footer--nav ul li {
	width: 48.5%;
}
.footer--nav ul li:nth-of-type(n+3) {
	margin-top: 3%;
}
.footer--nav ul li a {
	display: block;
	text-align: center;
	background-color: #fff;
	padding: 30px;
	text-decoration: none;
	transition: all .5s;
}
.footer--nav ul li a:hover {
	opacity: .7;
}
.footer--logo {
	text-align: center;
	background-color: #444;
	padding: 30px 20px;
}
.footer--logo img {
	width: 300px;
	height: auto;
}
.footer--cr {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	background-color: #3a3a3a;
	padding: 20px 20px;
}

/*----- fPage -----*/
.fancybox-slide--html {
}
.fancybox-button svg {
	color: #fff !important;
}
.fPage {
	display: none;
	width: 80% !important;
	max-width: 780px !important;
	padding: 70px 0 !important;
}
.fPage__inner {
	background-color: #fff !important;
	padding: 40px;
}
.fPage__item:not(:last-of-type) {
	margin-bottom: 40px;
}
.fPage__item--ttl {
	font-size: 2.8rem;
	color: #d9305c;
	padding-bottom: 15px;
}
.fPage__item--img {
	margin-top: 20px;
}
}

/******************************************************
 印刷
******************************************************/
@media print {
.js-fadein {
	opacity : 1;
	transform : translate(0, 0);
}
}