@charset "utf-8";
/* CSS Document */
/*p-contact ------------------------------------------------------------------------*/

.p-contact {
	padding: 180px 0 0;
}
@media only screen and (max-width: 768px) {
.p-contact {
	padding: 30.222vw 0 0;
}
}

.p-contact__title {
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-contact__title {
	margin-bottom: 8vw;
	font-size: 8vw;
	letter-spacing: -0.04em;
}
}

.p-contact__lead {
	margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
.p-contact__lead {
	margin-bottom: 17.778vw;
}
}

.p-contact__caution {
	margin-bottom: 20px;
	font-size: 12px;
	color: #999;
}
@media only screen and (max-width: 768px) {
.p-contact__caution {
	margin-bottom: 8.444vw;
	font-size: 3.2vw;
}
}

.p-contact__discList {
	margin: 2em 0 0.6em;
}

.p-contact__discList li {
	position: relative;
	padding-left: 1em;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-contact__discList li {
	letter-spacing: -0.04em;
}
}

.p-contact__discList li::before {
	content: "・";
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: 0;	
}

.p-contact__discList li + li {
	margin-top: .6em;
}

.p-contact__content {
	margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
.p-contact__content {
	margin-bottom: 17.777vw;
}
}

.p-contact__form__title {
	margin: 85px 0 30px;
    font-size: 28px;
}
.p-contact__formItem + .p-contact__form__title {
	margin-top: 150px;
}
@media only screen and (max-width:768px){
.p-contact__form__title {
	margin: 17.777vw 0 14.222vw;
    font-size: 6.222vw;
	text-align: center;
}
.p-contact__formItem + .p-contact__form__title {
	margin-top: 20.444vw;
}
}

.p-contact__formItem {
	display: flex;
	border-bottom: solid 1px #c4c4c4;
}
@media only screen and (max-width: 768px) {
.p-contact__formItem {
	flex-direction: column;
}
.p-contact__formItem + .p-contact__formItem {
	margin-top: 8.889vw;
}
}

.p-contact__formItem__title {
	align-self: center;
	width: 280px;
	font-size: 16px;
}
@media only screen and (max-width: 768px) {
.p-contact__formItem__title {
	align-self: auto;
	width: auto;
	font-size: 5.333vw;
}
}

.p-contact__form__required .p-contact__formItem__title::after {
	content: "＊";
	font-size: .5em;
	vertical-align: super;
	color: red;
}

.p-contact__formItem__content {
	width: calc(100% - 280px);
	padding: 40px 0;
}
@media only screen and (max-width: 768px) {
.p-contact__formItem__content {
	width: auto;
	padding: 4.889vw 0 8.889vw;
}
}

.p-contact__formItem__list {
	display: inline-flex;
}
@media only screen and (max-width: 768px) {
.p-contact__formItem__list {
	display: flex;
	flex-wrap: wrap;
}
}

@media only screen and (max-width: 768px) {
.p-contact__formItem__list li {
	width: 50%;
}
}

.p-contact__formItem__list li:nth-child(n+2) {
	margin-left: 40px;
}
@media only screen and (max-width: 768px) {
.p-contact__formItem__list li:nth-child(n+2) {
	margin: 0;
}
.p-contact__formItem__list li:nth-child(n+3) {
	margin-top: 5.333vw;
}
}

.p-contact__form__action {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	padding-top: 60px;
}
@media only screen and (max-width: 768px) {
.p-contact__form__action {
	flex-direction: column;
	padding: 8.889vw 16vw 0;
}
}

.p-contact__form__action > * {
	margin: 0 10px;
}
@media only screen and (max-width: 768px) {
.p-contact__form__action > * {
	margin: 0;
}
.p-contact__form__action > *:nth-child(n+2) {
	margin-top: 5.333vw;
}
}

.p-contact__btn--next {
	background-color: rgba(51,51,51,1);
	border: solid 1px rgba(51,51,51,1);
	color: #FFF;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	line-height: 1em;
	padding: 15px;
	min-width: 300px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
@media only screen and (max-width:768px){
.p-contact__btn--next {
	font-size: 3.2vw;
	line-height: 1.5;
	padding: 2.666vw;
	min-width: 53.333vw;
}
}

.p-contact__btn--next::after {
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: rotate(-45deg);
	transform-origin: right top;
	margin-top: -7px;
}
@media only screen and (max-width:768px){
.p-contact__btn--next::after {
	width: 2.4vw;
	height: 2.4vw;
	right: 4.6vw;
	margin-top: -1.5vw;
}
}
.p-contact__btn--next:hover {
	background-color: rgba(51,51,51,0.8);
	border-color: rgba(51,51,51,0.8);
}

.p-contact__btn--prev {
	background-color: rgba(255,255,255,1);
	border: solid 1px rgba(51,51,51,1);
	color: #333;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	line-height: 1em;
	padding: 15px;
	min-width: 300px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
@media only screen and (max-width:768px){
.p-contact__btn--prev {
	font-size: 3.2vw;
	line-height: 1.5;
	padding: 2.666vw;
	min-width: 53.333vw;
}
}

.p-contact__btn--prev::after {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: rotate(135deg);
    transform-origin: center;
    margin-top: -5px;
}
@media only screen and (max-width:768px){
.p-contact__btn--prev::after {
	width: 2.4vw;
	height: 2.4vw;
	right: 4.6vw;
	margin-top: -1.5vw;
}
}
.p-contact__btn--prev:hover {
	background-color: rgba(255,255,255,0.8);
	border-color: rgba(51,51,51,0.8);
}

.p-contact__form__error {
	margin-top: 8px;
	font-size: 12px;
	color: #81191b;
}
@media only screen and (max-width:768px){
.p-contact__form__error {
	margin-top: 1.333vw;
	font-size: 3.2vw;
}
}

.p-contact__linkToTop {
    margin: 40px 0 100px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.p-contact__linkToTop {
    margin-top: 4vw 0 14.666vw;
}
}

/*p-contact--confirm -------------*/
.p-contact--confirm .p-contact__lead {
	margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
.p-contact--confirm .p-contact__lead {
}
}

.p-contact--confirm .p-contact__formItem__content {
	padding: 55px 0;
	line-height: 2;
}
@media only screen and (max-width: 768px) {
.p-contact--confirm .p-contact__formItem__content {
	padding: 5.333vw 0 8.889vw 0;
}
}

/*p-contact--contact -------------*/
.p-contact--contact {
}
@media only screen and (max-width: 768px) {
.p-contact--contact {
}
}

.p-contact--contact__inner {
	background-color: #666;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__inner {
	width: auto;
}
}

.p-contact--contact__list {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 10px;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__list {
	flex-direction: column;
	padding: 0 7vw;
	width: auto;
}
}

.p-contact--contact__item {
	width: 50%;
	text-align: left;
}
.p-contact--contact__item:nth-child(2) {
	text-align: right;
	border-left: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__item {
	width: auto;
	padding: 12.888vw 0;
}
.p-contact--contact__item:nth-child(2) {
	border-left: none;
	border-top: solid 1px #fff;
}
}

.p-contact--contact__summary {
	display: inline-block;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__summary {
	display: block;
}
}

.p-contact--contact__title {
	margin-bottom: 30px;
	font-size: 28px;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__title {
	margin-bottom: 4.889vw;
	font-size: 6.222vw;
}
}

.p-contact--contact__subTitle {
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__subTitle {
	font-size: 4.8vw;
}
}

.p-contact--contact__mail {
	display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__mail {
}
}

.p-contact--contact__mail::before {
    content: "";
    display: inline-block;
    background-image: url(../image/common/link-icon_mail.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 19px;
	margin-right: 15px;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__mail::before {
	background-size: 8.533vw;
	width: 8.533vw;
	height: 5.333vw;
	margin-right: 1.778vw;
}
}

.p-contact--contact__tel {
	display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__tel {
}
}

.p-contact--contact__tel::before {
    content: "";
    display: inline-block;
    background-image: url(../image/common/link-icon_phone.svg);
	background-repeat: no-repeat;
	background-size: 29px;
	width: 29px;
	height: 29px;
	margin-right: 10px;
}
@media only screen and (max-width: 768px) {
.p-contact--contact__tel::before {
	margin-right: 2.667vw;
	background-size: 7.733vw;
	width: 7.733vw;
	height: 7.733vw;
}
}

/* recruit(newgraduate) --------------------------------- */
.p-contact--recruit__inner {
	width: 800px;
	margin: 0 auto;
}
@media only screen and (max-width:768px){
.p-contact--recruit__inner {
	width: 100%;
}
}

.p-contact--recruit__lead {
	margin-bottom: 50px;
}
@media only screen and (max-width:768px){
.p-contact--recruit__lead {
	margin-bottom: 7.111vw;
}
}

.p-contact--recruit__mailingAddress {
	display: flex;
	align-items: center;
	margin: 50px 0;
	padding: 40px 0;
	background-color: #fff;
}
@media only screen and (max-width:768px){
.p-contact--recruit__mailingAddress {
	display: block;
	margin: 9.7vw 0;
	padding: 8.8vw 5.3vw;
}
}

.p-contact--recruit__mailingAddress__title {
	width: 300px;
	padding: 0 75px;
	font-size: 28px;
	text-align: center;
}
@media only screen and (max-width:768px){
.p-contact--recruit__mailingAddress__title {
	width: auto;
	padding: 0 5.3vw 8.8vw;
	font-size: 6.2vw;
}
}

.p-contact--recruit__mailingAddress__text {
	width: calc(100% - 300px);
	padding: 0 75px;
	line-height: 1.8;
	border-left: 1px solid #c4c4c4;
}
@media only screen and (max-width:768px){
.p-contact--recruit__mailingAddress__text {
	width: auto;
	padding: 8.8vw 5.3vw 0;
	border-left: none;
	border-top: 1px solid #c4c4c4;
}
}

.p-contact--recruit__note {
	margin-top: 10px;
	color: #999;
}

/*form parts*/
.p-contact__formItem__birthColumnThree {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 90%;
}
@media only screen and (max-width:768px){
.p-contact__formItem__birthColumnThree {
	width: 100%;
}
}

.p-contact__formItem__birthColumnThree > li {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	width: calc(100% / 3);
}
.p-contact__formItem__birthColumnThree label {
	width: calc(100% - 3em);
}
@media only screen and (max-width:768px){
.p-contact__formItem__birthColumnThree label {
	width: calc(100% - 6.222vw);
}
}

.p-contact__formItem__birthColumnThree span {
	width: 3em;
	text-align: center;
}
@media only screen and (max-width:768px){
.p-contact__formItem__birthColumnThree span {
	width: 6.222vw;
}
}

.p-contact__formItem__nameColumnTwo {
	display: flex;
	justify-content: space-between;
}

.p-contact__formItem__nameColumnTwo > li {
	width: calc((100% - 20px) / 2);
}
@media only screen and (max-width:768px){
.p-contact__formItem__nameColumnTwo > li {
	width: calc((100% - 1.778vw) / 2);
}
}

.p-contact__formItem__mailLineTwo > li:nth-child(2) {
	margin-top: 20px;
}

.p-contact__formItem__numberColumnThree {
	display: inline-flex;
}
@media only screen and (max-width:768px){
.p-contact__formItem__numberColumnThree {
	width: 100%;
}
}

.p-contact__formItem__numberColumnThree > li:nth-child(n+2) {
	position: relative;
	padding-left: 3em;
}
.p-contact__formItem__numberColumnThree > li:nth-child(n+2)::before {
	content: "－";
	display: inline-block;
	width: 3em;
	text-align: center;
	position: absolute;
	top: 21px;
	left: 0;
}
@media only screen and (max-width:768px){
.p-contact__formItem__numberColumnThree > li:nth-child(n+2) {
	padding-left: 6.222vw;
}
.p-contact__formItem__numberColumnThree > li:nth-child(n+2)::before {
	width: 6.222vw;
}
}

.p-contact__formItem__numberColumnThree input {
	max-width: 200px;
}
@media only screen and (max-width:768px){
.p-contact__formItem__numberColumnThree input {
}
}

.p-contact__formItem__prefectureColumn {
	width: 200px;
}
@media only screen and (max-width:768px){
.p-contact__formItem__prefectureColumn {
	width: 100%;
}
}

.p-contact__formItem__occupationLineTwo > li:nth-child(2) {
	margin-top: 20px;
}

/* catalog ---------------------------------- */
.p-catalog__lead {
	margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
.p-catalog__lead {
	margin-bottom: 8.889vw;	
}
}

.p-catalog__bookList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
.p-catalog__bookList {
	margin-bottom: 17.778vw;
}
}

.p-catalog__bookList li {
	align-self: baseline;
	width: calc((100% - 150px) / 4);
}
@media only screen and (max-width: 768px) {
.p-catalog__bookList li {
	width: calc((100% - 7vw) / 2);
}
.p-catalog__bookList li:nth-child(n+2) {
	margin-top: 8.178vw;
}
}

.p-catalog__bookImg {
	margin-bottom: 20px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.p-catalog__bookImg {
	margin-bottom: 3.2vw;
}
}

.p-catalog__bookLink {
	display: inline-block;
	width: 100%;
}
@media only screen and (max-width: 768px) {
.p-catalog__bookLink {
}
}

.p-catalog__bookTitle {
	font-size: 16px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-catalog__bookTitle {
	font-size: 4.3vw;
}
}
















