@charset "utf-8";

/* margin,padding
--------------------------------------------------------------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset,
header,
nav,
footer,
figure,
section,
article {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
}

/* font 
--------------------------------------------------------------------*/

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
}

body{
  word-wrap : break-all;
  overflow-wrap : break-word;
}

address,
em {
	font-style: normal;
}

/* list 
--------------------------------------------------------------------*/

ul,ol {
	list-style-type: none;
}

/* img 
--------------------------------------------------------------------*/

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

/* form
--------------------------------------------------------------------*/

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}

button {
	cursor: pointer;
}

/* table
--------------------------------------------------------------------*/

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}

table {
	display: table;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight:300;
}

/** table **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** margin-top **/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

/** margin-left **/
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}
.ml90{margin-left: 90px;}
.ml100{margin-left: 100px;}

/** margin-bottom **/
.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}

/** margin-right **/
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr80{margin-right: 80px;}
.mr90{margin-right: 90px;}
.mr100{margin-right: 100px;}



/* メイン
--------------------------------------------------------------------*/

*{
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000000;
	background: #fff;
	font-weight: 400;
}

svg {
	max-width:100%;
}

img[src$=".svg"] {
    width: 100%;
}



/*-------------------------------------------------------------------
	wrap
-------------------------------------------------------------------*/

#wrap {
	width: 100%;
	overflow: hidden;
}


@media screen and (max-width: 1024px){
	
}

/*-------------------------------------------------------------------
	header
-------------------------------------------------------------------*/

#header {
	background: #af1c3b;
	padding: 15px 0;
	position: relative;
	z-index: 10;
}


#header .hdLogo {
	display: flex;
	align-items: center;
	justify-content: center;
}


#globalNav {
	display:none;
	width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	box-sizing: border-box;
}

#globalNav.open {
	display: block;
}


#globalNav .glInner {
	padding: 100px 5% 50px;
	background: #af1c3b;
}

#globalNav .lastBg img {
	width: 100%;
}

.glLink li {
}

.glLink li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	line-height: 1.0;
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
	font-weight: 500;
}


.glLink li:nth-child(n + 2) {
	margin-top: 30px;
}

#header .navBtn {
	display:none;
}



@media screen and (max-width: 1024px){
	
	
	#header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 10;
		box-sizing: border-box;
		padding: 15px 5%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#header .hdLogo {
		display: block;
		width: 70%;
	}
	
	
	/*
	#header .hdLogo img {
		max-height: 40px;
	}
	*/
	#header .navBtn {
		display:block;
		position: relative;
		width:50px;
		height: 50px;
		cursor: pointer;
		background: #fff;
		border-radius: 50%;
	}
	
	#header .navBtn span {
		display: block;
		position: absolute;
		height: 2px;
		width: 60%;
		background: #af1c3b;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 20%;
	}
	
	#header .navBtn span:nth-child(1) {
		top: 13px;
	}
	
	#header .navBtn span:nth-child(2) {
		top: 23px;
	}
	
	#header .navBtn span:nth-child(3) {
		top: 33px;
	}
	
	#header .navBtn.move span:nth-child(1) {
		top: 23px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#header .navBtn.move span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#header .navBtn.move span:nth-child(3) {
		top: 23px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	
	
	
}



/*-------------------------------------------------------------------
	mainVisual
-------------------------------------------------------------------*/

#mainVisual {
	background: url("/admissions/afk/image/main_pcbg.jpg") left bottom no-repeat #af1c3b;
	background-size: 100% auto;
	padding: 60px 0 150px;
}

.mainInner {
	width: 1215px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}

.mainText {
	position: relative;
	z-index: 2;
}

.mainIcon {
	position: absolute;
	top: -30px;
	right: 21%;
	z-index: 1;
}

@media screen and (max-width: 1400px){
	
	.mainText {
		width: 88%;
	}
	
	.mainIcon {
		position: absolute;
		top: -30px;
		right: 18%;
		z-index: 1;
		width: 20%;
	}

	
	
	
}


@media screen and (max-width: 1024px){
	
	#mainVisual {
		background: url("/admissions/afk/image/main_spbg.jpg") left bottom no-repeat #af1c3b;
		background-size: 100% auto;
		padding: 50px 0 100px;
	}
	.mainText {
		width: auto;
		text-align: center;
	}
	
	.mainIcon {
		position: absolute;
		top: auto;
		right: 0;
		bottom: -40%;
		width: 30%;
	}
	
}

.mainLead {
	max-width: 90%;
	margin: 0 auto 100px;
	text-align: center;
	font-size: 2.0rem;
	line-height: 2.4;
}

.mainLead  span {
	font-weight: 600;
}

.newTitle01 {
	text-align: center;
	margin-bottom: 70px;
	background: #af1c3b;
}


@media screen and (max-width: 1024px){
	
	.mainLead {
		margin: 60px auto 60px;
		text-align: center;
		font-size: 1.8rem;
		line-height: 2.0;
	}
	
	
}


/* sec01 */

.sec01Wrap {
	margin: 0 0 200px;
 }

.sec01Title {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto 40px;
	text-align:center;
}



.sec01Flex {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-left: 1px solid #756e6c;
	border-right: 1px solid #756e6c;	
}

.sec01Flex li {
	width: 45%;
	text-align: center;
	padding: 40px 0;
}

.sec01Flex li:nth-child(n + 2) {
	width: 55%;
	border-left: 1px solid #756e6c;
}

.sec01Img {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

.sec01Img.ex {
	max-width: 100%;
}

.sec01Img02 {
	width: 1000px;
	max-width: 100%;
	margin: 100px auto 0;
	text-align: center;
	padding: 100px 0 0;
	border-top: 1px solid #933232;
}



@media screen and (max-width: 1000px){
	
	
	.sec01Wrap {
		margin: 0 0 100px;
 	}
	
	.sec01Flex {
		max-width: 90%;
		margin: 0 auto 50px;
		display: block;
		border-left: none;
		border-right: none;	
	}

	.sec01Flex li {
		width: auto;
		text-align: center;
		padding: 0 0 50px;
		border-bottom: 1px solid #756e6c;
		margin-bottom: 50px;
	}

	.sec01Flex li:nth-child(n + 2) {
		width: auto;
		border-left: none;
		margin: 0;
	}
	
	.sec01Img02 {
		margin: 50px auto 0;
		padding: 50px 0 0;
	}

	
	
}



@media screen and (max-width: 767px){
	
	
	
}

/* sec02 */

.sec02Wrap {
	background: #af1c3b;
	position: relative;
	padding: 130px 0 150px;
	color: #fff;
}

.sec02Wrap::before {
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #fff transparent transparent transparent;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sec02Title {
	position: relative;
	padding: 0 0 112px;
}


.sec02Title .sec02TxtTitle {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 600;
}


.sec02Title .sec02TxtTitle span {
	font-size: 4.5rem;
}

.sec02Title  .sec01Icon01 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sec02Title  .sec01Icon02 {
	position: absolute;
	right: 45px;
	bottom: 0;
}

.sec02WhiteBg {
	background: #fff;
	padding: 60px 5%;
	text-align: center;
	margin: 0 0 50px;
}

.sec02SubTitle {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.5rem;
	color: #231815;
	font-weight: 500;
}

.sec02Img {
	width: 1000px;
	max-width: 100%;
	margin: 80px auto 0;
	text-align: center;
	padding: 80px 0 0;
	border-top: 1px solid #933232;
}

@media screen and (max-width: 1000px){
	
	
	.sec02Wrap {
		padding: 80px 0;
	}



	.sec02Title {
		position: relative;
		padding: 0 0 180px;
	}


	.sec02Title .sec02TxtTitle {
		text-align: center;
		font-size: 2.0rem;
		line-height: 1.4;
		font-weight: 600;
	}


	.sec02Title .sec02TxtTitle span {
		font-size: 3.5rem;
	}

	.sec02Title  .sec01Icon01 {
		position: absolute;
		left: auto;
		bottom: 0;
		right: 0;
		width: 60%;
	}

	.sec02Title  .sec01Icon02 {
		display: none;
	}

	.sec02WhiteBg {
		padding: 50px 5% 50px;
		text-align: center;
		margin: 0 0 50px;
		position: relative;
	}
	
	.sec02WhiteBg::before {
		background: url("/admissions/afk/image/sec02_icon02.png") left bottom no-repeat;
		width: 50%;
		height: 120px;
		background-size: auto 100%;
		content: '';
		position: absolute;
		top: -120px;
		left: 5%;
		pointer-events: none;
	}
	
	.sec02WhiteBg.mb0::before {
		display: none;
	} 
	

	.sec02SubTitle {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	
	.sec02SubTitle img {
		max-width: 80%;
	}
	
	.sec02Img {
		margin: 50px auto 0;
		padding: 50px 0 0;
	}
	
	
}

@media screen and (max-width: 767px){
	
	
	
}


/* sec03 */

.sec03Wrap {
	background: url("/admissions/afk/image/sec03_bg.png") repeat;
	padding: 150px 5% 90px;
}


.sec03Title {
	text-align: center;
	color: #af1c3b;
	font-size: 4.0rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 60px;
}

.sec03Lead {
	text-align: center;
	line-height: 1.8;
	font-weight: 600;
	font-size: 2.4rem;
}

.sec03Lead span {
	background:linear-gradient(transparent 70%, #ff6 70%);
}

@media screen and (max-width: 1000px){
	
	.sec03Wrap {
		background: url("/admissions/afk/image/sec03_spbg.png") repeat;
		padding: 60px 5%;
	}


	.sec03Title {
		text-align: center;
		color: #af1c3b;
		font-size: 3.0rem;
		font-weight: 600;
		line-height: 1.2;
		margin: 0 0 40px;
	}

	.sec03Lead {
		text-align: center;
		font-weight: 600;
		font-size: 2.0rem;
	}
	
}


/* sec04 */

.sec04Wrap {
	padding:  0 0 200px;
}

.sec04Flex {
	display: flex;
	box-sizing: border-box;
	border-left: 1px solid #9fa0a0;
	border-right: 1px solid #9fa0a0;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.sec04Flex li {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 50px 0 0;
}

.sec04Flex li:nth-child(n + 2) {
	border-left: 1px solid #9fa0a0;
}


@media screen and (max-width: 1000px){
	
	
	.sec04Wrap {
		padding:  50px 0;
	}
	
	.sec04Flex {
		display: block;
		border: none;
		
	}

	.sec04Flex li {
		width: auto;
		box-sizing: border-box;
		text-align: center;
		padding: 0;
	}

	.sec04Flex li:nth-child(n + 2) {
		border-left: none;
		padding-top: 50px;
	}

	
}


/* sec05 */

.sec05Wrap {
	background: url("/admissions/afk/image/title_border.png") bottom left repeat-x;
	padding: 0 0 170px;
}

.sec05Title {
	margin: 0 0 90px;
	background: url("/admissions/afk/image/title_border.png") top 17px left repeat-x;
	text-align: center;
	position: relative;
}

.sec05Title .sec05Text {
	display: inline-block;
	background: #fff;
	padding: 0 60px;
	font-size: 4.0rem;
	font-weight: 600;
	color: #af1c3b;
	line-height: 1.2;
}

.sec05Title .sec05Text span {
	font-size: 1.8rem;
	color: #000;
	font-weight: 400;
}

.sec05SubTitle {
	position: relative;
	padding: 0 0 100px;
	z-index: 1;
}

.sec05Icon01 {
	position: absolute;
	left: 0;
	top: -165px;
}

.sec05Icon02 {
	position: absolute;
	right: -115px;
	bottom: -50px;
}

.sec05SubText {
	text-align: center;
	line-height: 2.0;
	font-weight: 600;
	font-size: 3.0rem;
	letter-spacing: .05em;
}

.sec05SubText span {
	background:linear-gradient(transparent 70%, #ff6 70%);
}

.sec05Flex {
	position: relative;
	z-index: 2;
	top: -10px;
	margin-bottom: -10px;
	display: flex;
	justify-content: space-between;
}


.sec05Flex li {
	width: 32%;
}

.sec05CauText {
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
}

.sec05RelaImg {
	position: relative;
}


@media screen and (max-width: 1000px){
	
	.sec05Wrap {
		padding: 60px 0 100px;
	}

	.sec05Title {
		margin: 0 0 60px;
		background: url("/admissions/afk/image/title_border.png") top 0 left repeat-x;
		text-align: center;
		padding: 70px 0 0;
	}
	

	.sec05Title .sec05Text {
		display: block;
		background: #fff;
		padding: 0;
		font-size: 3.0rem;
		font-weight: 600;
		color: #af1c3b;
		line-height: 1.4;
	}

	.sec05Title .sec05Text span {
		font-size: 1.8rem;
	}

	.sec05SubTitle {
		position: relative;
		padding: 0 0 50px;
		z-index: 1;
	}

	.sec05Icon01,
	.sec05Icon02 {
		display: none;
	}

	.sec05SubText {
		text-align: center;
		line-height: 1.8;
		font-weight: 600;
		font-size: 2.0rem;
		letter-spacing: 0;
	}

	.sec05Flex {
		position: relative;
		z-index: 2;
		top: 0;
		margin-bottom: 0;
		display: block;
	}

	.sec05Flex li {
		width: auto;
		text-align: center;
	}
	
	.sec05Flex li:nth-child(n + 2) {
		margin-top: 50px;
	}
	
	
}

/* sec06 */

.sec06Wrap {
	padding: 150px 0 60px;
}

.sec06Title {
	text-align: center;
	margin: 0 0 100px;
}

.sec06Lead {
	text-align: center;
	line-height: 2.0;
	font-weight: 600;
	font-size: 3.0rem;
	letter-spacing: .05em;
	margin-bottom: 40px;
}

.sec06Lead span {
	background:linear-gradient(transparent 70%, #ff6 70%);
}

.sec06Graph {
	text-align: center;
	margin: 0 0 80px;
}

.sec06Icon {
	text-align: center;
	margin: 0 0 30px;
}

@media screen and (max-width: 1000px){
	
	.sec06Wrap {
		padding: 100px 0 60px;
	}

	.sec06Title {
		text-align: center;
		margin: 0 0 50px;
	}

	.sec06Lead {
		font-size: 2.0rem;
		margin-bottom: 50px;
	}

	.sec06Graph {
		text-align: center;
		margin: 0 0 80px;
	}

	.sec06Icon {
		text-align: center;
		margin: 0 0 50px;
	}

	
	
}



/*-------------------------------------------------------------------
	container
-------------------------------------------------------------------*/

#container {
	
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.contInner {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 1024px){
	

	
	
}



/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/

#footer {
	background: #ae1c3e;
	padding: 100px 5% 25px;
	text-align: center;
}


.ftFlex {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.ftFlex li:nth-child(n + 2) {
	margin-left: 30px;	
}

.pageTop {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}


.pageTop a {
	display: inline-block;
	width: 100px;
	height: 100px;
	position: relative;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all,.2s;
	text-decoration: none;
}
.pageTop a::before {
	width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg) translate(-50%,-50%);
	position: absolute;
	top: 45%;
	left: 55%;
	content: '';
}

.pageTop a:hover {
	background: #fff;
}

.pageTop a:hover::before {
	border-color: #ae1c3e #ae1c3e transparent transparent;
}

#footer address {
	text-align: center;
}


#footer address img {
	max-width: 20%;
}


@media screen and (max-width: 1000px){
	

	#footer {
		background: #ae1c3e;
		padding: 50px 5% 20px;
		text-align: center;
	}


	.ftFlex {
		display: block;
		justify-content: center;
		margin-bottom: 50px;
	}

	.ftFlex li:nth-child(n + 2) {
		margin: 30px 0 0;	
	}

	.pageTop {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}

	#footer address img {
		max-width: 50%;
	}
	
	
	.wdt90 img {
		max-width: 90%;
	}
	.wdt80 img {
		max-width: 80%;
	}
	.wdt70 img {
		max-width: 70%;
	}
	.wdt60 img {
		max-width: 60%;
	}
	
	
	
}



/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::-focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

*:focus {
	outline: none;
}

html {
 -webkit-text-size-adjust: 100%;
}



.spIn,
.spBl {
	display: none;
}

.pcIn {
	display: inline;
}

.pcBl {
	display: block;
}

.relaWrap {
	position: relative;
}

.absLink {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}


@media screen and (max-width: 1024px){

	
	.spIn {
		display: inline;
	}
	.spBl {
		display: block;
	}

	.pcIn,
	.pcBl {
		display: none;
	}
	
	.absLink {
		top: -80px;
	}
	
}


/*-------------------------------------------------------------------
	fadein
-------------------------------------------------------------------*/

.fadein {
	visibility: hidden;
}

	.fadeInDown {
		animation-fill-mode:both;
		animation-duration:2s;
		animation-name: fadeInDown;
		visibility: visible !important;
	}

	@keyframes fadeInDown {
		0% { opacity: 0; transform: translateY(30px); }
		100% { opacity: 1; transform: translateY(0); }
	}

/*
@media screen and (max-width: 1024px){
	
	.fadein {
		visibility: visible !important;
	}
	
}
*/
