@charset "utf-8";

#school.support #contents {
    max-width: 100%;
}

#school.support h2 {
	padding: 0 0 0.5em 2%;
	width: 98%;
	max-width: 98%;
	margin-bottom: 2.75em;
}

/*******************************
result
*******************************/
#result {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.resultBox01 {
	display: flex;
	flex-wrap: wrap;
}

.resultBox01 .each {
	width: 100%;
	margin-bottom: 2.5em;
}

/* .resultBox01 .each:nth-child(odd) {
	margin-right: 4%;
} */

.resultBox01 .each h3 {
	font-size: 162.5%;
	font-weight: 500;
	color: #fff;
	background: #00336A;
	padding: 0.125em 0.25em 0.25em 0.75em;
}

.resultBox01 .each.sw h3 {
	border-left: 0.35em solid #EB6143;
}

.resultBox01 .each.psw h3 {
	border-left: 0.35em solid #3AB483;
}

.resultBox01 .each.st h3 {
	border-left: 0.35em solid #3071B7;
}

.resultBox01 .each.cw h3 {
	border-left: 0.35em solid #EB6D94;
}

.resultBox01 .each h4 {
	font-size: 150%;
	color: #00336A;
	text-align: center;
	margin-top: 0.15em;
	font-weight: 400;
}

.resultBox01 .each h4 strong {
	font-size: 200%;
}

.resultBox01 .each h5 {
	font-size: 22px;
	max-width: 750px;
	margin: 24px auto 0 auto;
	font-weight: 400;
	color: #333;
}

.resultBox01 .each .scroll {
	margin-top: 0.5em;
}

.resultBox01 .each .scroll .imgArea {
	margin: 0 auto;
	width: 750px;
}

.resultBox01 .each .scroll .imgArea img {
	width: 100%;
	height: auto;
}

.resultBox01 .each-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.resultBox01 .each-list ul {
	width: 49%;
	margin-top: 1em;
}

.resultBox01 .each ul li {
	font-size: 87.5%;
	color: #000000;
	text-indent: -1.25em;
	margin-left: 1.25em;
}

.resultBox01 .each ul li::before {
	content: "●";
	margin-right: 0.25em;
}

.resultBox01 .each.sw ul li::before {
	color: #EB6143;
}

.resultBox01 .each.psw ul li::before {
	color: #3AB483;
}

.resultBox01 .each.st ul li::before {
	color: #3071B7;
}

.resultBox01 .each.cw ul li::before {
	color: #EB6D94;
}

/*******************************
support
*******************************/
#support {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

#school.support #support h2 {
	margin-bottom: 5em;
}

.supportBox01 {
	padding-bottom: 5em;
}

.supportBox01 .title {
	position: relative;
}

.supportBox01 .title h3 {
	font-size: 125%;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #00336A;
	padding: 0.75em 0 0.85em;
	letter-spacing: 0.05em;
}

.supportBox01 .title h3 strong {
	font-size: 125%;
	font-weight: 500;
	margin-left: 0.15em;
}

.supportBox01 .title .subTxt01 {
	background: url("/school/support/images/bg01.svg") center bottom no-repeat;
	background-size: auto 1.5em;
	padding-bottom: 1.5em;
	position: absolute;
	top: -2em;
	left: -6%;
}

.supportBox01 .title .subTxt02 {
	width: 28em;
}

.supportBox01 .title .subTxt01 span {
	display: block;
	text-align: center;
	font-size: 125%;
	font-weight: 700;
	color: #00336A;
	background: #DED7B9;
	padding: 0.25em;
}

.supportBox01 .detail {
	margin-top: 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.supportBox01 .detail .detailBox01 {
	width: 63%;
}

.supportBox01:last-of-type .detail .detailBox01 {
	width: 100%;
}

.supportBox01 .detail .detailBox01 p {
	color: #000000;
	font-size: 125%;
	line-height: 2;
	margin-bottom: 1.25em;
}

.supportBox01 .detail .img01 {
	width: 33%;
}

.interview_btn {
	display: block;
	box-shadow: 4px 4px 0 #7f7f7f;
	margin-top: 30px;
	padding: 5px;
	background: #00336A;
	color: #fff;
	font-size: 212.5%;
	text-align: center;
}

.interview_btn div {
	border: 1px solid #fff;
	padding: 1.5rem 2rem 1.5rem 0;
	background: url(/common/images/arrow_06.svg) 97% center no-repeat;
	background-size: 1.15em auto;
}

/*******************************
center
*******************************/
#center {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

#center .txt01 {
	color: #000000;
	font-size: 125%;
	line-height: 1.8;
	margin-bottom: 3em;
}

#center .centerBox01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5em;
}

#center .centerBox01 h3 {
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border:1px solid #00336A;
	font-weight: 500;
	color: #00336A;
	font-size: 175%;
	text-align: center;
}

#center .centerBox0101 {
	width: 73%;
}

#center .centerBox0101 p {
	color: #000;
	font-size: 112.5%;
	line-height: 1.8;
	margin-top: -0.4em;
}

#center .centerBox0101 .table01 {
	margin-top: 2em;
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #00336A;
	border-right: 1px solid #00336A;
}

#center .centerBox0101 .table01 th, #center .centerBox0101 .table01 td {
	color: #00336A;
	padding: 0.5em;
	border-bottom: 1px solid #00336A;
	border-left: 1px solid #00336A;
	text-align: center;
	vertical-align: middle;
	width: 33.33%;
	line-height: 1.4;
}

#center .centerBox0101 .table01 th {
	font-size: 112.5%;
	font-weight: 400;
}

#center .centerBox0101 .table01 td {
	font-size: 125%;
}

#center .centerBox0101 .table01 th.cel01 {
	color: #fff;
	background: #00336A;
}

#center .centerBox0101 .table01 th.cel02 {
	background: #F5F3F2;
}

#center .centerBox0101 .table02 {
	margin-top: 2em;
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #00336A;
	border-right: 1px solid #00336A;
	line-height: 1.4;
}

#center .centerBox0101 .table02 th, #center .centerBox0101 .table02 td {
	color: #00336A;
	padding: 0.75em;
	border-bottom: 1px solid #00336A;
	border-left: 1px solid #00336A;
	text-align: center;
	vertical-align: middle;
}

#center .centerBox0101 .table02 th {
	font-size: 112.5%;
	color: #fff;
	background: #00336A;
	width: 33.33%;
	font-weight: 400;
}

#center .centerBox0101 .table02 td {
	font-size: 125%;
}

#center .centerBox0102 {
	width: 39%;
	color: #000;
	font-size: 112.5%;
}

#center .centerBox0102 p {
	line-height: 1.8;
	margin-top: -0.4em;
}

#center .centerBox0102 ol {
	margin: 1.75em 0 0 1.25em;
}

#center .centerBox0102 ol li {
	list-style-type: decimal;
	margin-bottom: 0.5em;
}

#center .centerBox0102 ol li ul {
	margin-top: 0.25em;
}

#center .centerBox0102 ol li ul li {
	list-style-type: disc;
}

#center .centerBox0103 {
	width: 30%;
}

#center .centerBox0103 img {
	box-shadow: 0 0 6px 4px rgba(0,0,0,0.25);
	border: 1px solid #e2e2e2;
}

/*******************************
other
*******************************/
#other {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

#schedule {
	background: #E5EBF0;
	padding: 4em 5.4%;
}

#schedule h3 {
	font-size: 200%;
	text-align: center;
	color: #00336A;
	overflow: hidden;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}

#schedule h3::before {
    content: '';
    border-top: #00336A solid 1px;
    margin: auto 0;
    width: 15em;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}

#schedule h3 span {
    background-color: #E5EBF0;
    padding: 0 0.5em;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#interview {
	margin-top: 5em;
	background: #E5EBF0;
	padding: 4em 6.8% 2.25em;
}

#interview h3 {
	font-size: 200%;
	text-align: center;
	color: #00336A;
	overflow: hidden;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}

#interview h3::before {
    content: '';
    border-top: #00336A solid 1px;
    margin: auto 0;
    width: 21em;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}

#interview h3 span {
    background-color: #E5EBF0;
    padding: 0 0.5em;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#interview .interviewWrap {
	background: #fff;
	padding: 3.5em 6% 2.5em;
	position: relative;
	margin-bottom: 2.5em;
}

#interview .interviewWrap h4 {
	text-align: center;
	font-size: 162.5%;
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 0.05em;
	color: #00336A;
}

#interview .interviewWrap .name {
	font-weight: 500;
	color: #00336A;
	letter-spacing: 0.05em;
	margin-top: 0.75em;
	text-align: center;
}

#interview .interviewWrap .name strong {
	font-size: 125%;
	font-weight: 500;
}

#interview .interviewBox01 {
	margin-top: 2.5em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#interview .interviewBox01 .img01 {
	width: 28.75%;
	background: #F5F5F0;
	margin-top: 0.5em;
}

#interview .interviewBox02 {
	width: 65.85%;
}

#interview .interviewBox02 p {
	font-size: 112.5%;
	margin-bottom: 1.5em;
	line-height: 1.8;
}

#interview .interviewWrap .circle01, #interview .interviewWrap .circle02, #interview .interviewWrap .circle03, #interview .interviewWrap .circle04 {
	background: #E5EBF0;
	width: 0.75em;
	height: 0.75em;
	border-radius: 100%;
	position: absolute;
}

#interview .interviewWrap .circle01 {
	top: 1.5em;
	left: 1.5em;
}

#interview .interviewWrap .circle02 {
	top: 1.5em;
	right: 1.5em;
}

#interview .interviewWrap .circle03 {
	bottom: 1.5em;
	left: 1.5em;
}

#interview .interviewWrap .circle04 {
	bottom: 1.5em;
	right: 1.5em;
}



.box_add1029 {
  border: 1px dashed #00336A;
  padding: 1em;
  margin-bottom: 5em;
}
.box_add1029 p {
  text-align: center;
  font-size: 112.5%;
  line-height: 1.8;
  color: #00336A;
}
