/*
Theme Name: asia-univ
*/

@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');



bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif !important;
	-webkit-text-size-adjust: 100%;
	font-size:1.3rem;
	color: #646464;
	font-weight: 200;
	background: #fff;
	line-height: 1.75;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color: #333;
}
table{
	width: 100%;
}
a:hover{
	opacity:0.6;
}

#wrap{
	overflow:hidden;
}
.relative{
	position:absolute;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
img.pc{
	display:inline;
}
img.sp{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.flex_ac{
	align-items: center;
}
.flex_jc{
	justify-content: center;
}
.line_g_btn{
	background: #009944;
	border: 2px solid #fff;
	border-radius: 100px;
	box-shadow: 0px 0px 7px 0 rgb(0 0 0 / 30%);
}
.g_btn{
	background: #009944;
	padding: 10px;
	width: 300px;
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 100px;
	color: #fff;
}
.g_btn.outline{
	background: none;
	border: 2px solid #009944;
	box-sizing: border-box;
}

.r_btn{
	background: #F05C5C;
	padding: 10px;
	width: 300px;
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 100px;
	color: #fff;
}

.g_btn:disabled,
.r_btn:disabled {
	background: #646464;
}
.round_f{
	 font-family: 'M PLUS Rounded 1c', sans-serif;
	 font-weight: 600;
}
.round_f_900{
	font-weight: 900;
}
.green_cor{
	color: #009944;
}
.white_cor{
	color: #fff;
}
.red_cor{
	color: #F05C5C;
}
.orange_cor {
	color: #FE9722;
}
.l_h_15{
	line-height: 1.5
}
.l_h_175{
	line-height: 1.75
}
.l_h_2{
	line-height: 2
}

.light_yellow{
	background: #FFF9EF;
}
.light_green{
	background: #EDFAF1;
}
.shadow{
	box-shadow: 0px 4px 5px 0px  rgba(0, 0, 0, 0.15);
}
.disable{
  opacity: 0.5;
  pointer-events: none;
}

.radio_w{
  padding: 5px 0;
}
.radio_w input[type=radio]{
	display: none;
}
.radio_w input[type=radio] + label{
	padding-left: 30px;
	position: relative;
}
.radio_w input[type=radio] + label:before{
	border-radius: 100px;
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	content: "";
	display: block;
	position: absolute;
	top:50%;
	transform: translate(0%,-50%);
}
.radio_w input[type=radio] + label:after{
	border-radius: 100px;
	width: 16px;
	height: 16px;
	background: #ff001f;
	content: "";
	position: absolute;
	top:50%;
	transform:translate(0%,-50%);
	left: 3px;
	opacity: 0;
}
.radio_w input[type="radio"]:checked + label:after{
	opacity: 1;
}

.check_w{
  padding: 5px 0;
}
.check_w input[type=checkbox]{
	display: none;
}
.check_w input[type=checkbox] + label{
	padding-left: 30px;
	position: relative;
}
.check_w input[type=checkbox] + label:before{
	border-radius: 5px;
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	content: "";
	display: block;
	position: absolute;
	top:50%;
	transform: translate(0%,-50%);
}
.check_w input[type=checkbox] + label:after{
	border-radius: 2px;
	width: 16px;
	height: 16px;
	background: #ff001f;
	content: "";
	position: absolute;
	top:50%;
	transform:translate(0%,-50%);
	left: 3px;
	opacity: 0;
}
.check_w input[type="checkbox"]:checked + label:after{
	opacity: 1;
}
.pdf_ico{
  position: relative;
}
.pdf_ico:after{
  background: url(images/common/out_icon.png);
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
}

.w_50{
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 640px) {
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	img.pc{
		display:none;
	}
	img.sp{
		display:inline;
	}
	.in {
			width: 340px;
			margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
  .w_50{
    width: 100%;
  }
}

/*header*/


#loader-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #009944;
    opacity: 1;
    z-index: 99999999;
}
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 50px 20px;
    z-index: 9999999988;
    webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#loader > div {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
    width: 600px;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

#header{
	padding: 20px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	top:0;
  background: rgba(255,255,255,0);
  transition: 0.5s;
}
#header.bg_h{
  background: rgba(255,255,255,1);
}
#header .in{
	width: 90%;
	justify-content: space-between;
	align-items: center;
}
#header .site_logo{
	width: 190px;
}
#header .btn_area a{
	color: #fff;
	margin-right: 10px;
}
#header .btn_area a.mypage_btn{
	background: #fff;
}
#header .btn_area a.mypage_btn img{
	width: 50px;
}
#header .btn_area a.ac_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
}
#header .btn_area .hum_btn{
	width: 30px;
	height: 25px;
	position: relative;
	cursor: pointer;
}
#header .btn_area .hum_btn span{
	background: #009944;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
}
#header .btn_area .hum_btn span:before{
	position: absolute;
	display: block;
	content: "";
	background: #33cc71;
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	transition: 0.5s;
}
#header .btn_area .hum_btn:hover span:before{
	left: 0%;
}
#header .btn_area .hum_btn span:nth-of-type(1){
	top:0;
}
#header .btn_area .hum_btn span:nth-of-type(2){
	top:50%;
	transform: translate(0%,-50%);
}
#header .btn_area .hum_btn span:nth-of-type(3){
	bottom:0;
}

.hum_menu{
	position: fixed;
	right: -100%;
	top: 0;
	background: #009944;
	height: 100%;
	box-sizing: border-box;
	padding: 80px 0 30px;
	overflow: auto;
	min-width: 25%;
	transition: 0.5s;
  z-index: 99999999;
}
.hum_menu.open{
	right: 0%;
}
.hum_menu .close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transform: rotate(45deg);
}
.hum_menu .close span{
	background: #fff;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
}
.hum_menu .close span:nth-of-type(1){
	transform: rotate(90deg);
}
.menu_parents > li{
	border-top: 2px solid #45AC69;
}
.menu_parents > li:nth-last-of-type(1){
	border-bottom: 2px solid #45AC69;
}
.hum_menu .menu_ttl{
	color: #fff;
	font-size: 1.8rem;
	cursor: pointer;
}
.menu_child{
	display: none;
}
.child_link{
	color: #fff;
	font-weight: 400;
	background: #45AC69;
	margin-bottom: 2px;
}
.menu_child li:nth-last-of-type(1) .child_link{
		margin-bottom: 0px;
}
.hum_menu .menu_ttl,
.hum_menu .child_link{
	padding:10px 20px;
	display:block;
}
.hum_menu .btns{
	padding: 20px;
}
.hum_menu .btns a{
	display: block;
	border-radius: 100px;
	border: 2px solid #fff;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	transition: 0.25;
}
.hum_menu .btns a:hover{
	background:#fff;
	color: #009944;
	opacity: 1;
}

@media screen and (max-width: 640px) {
  #header .site_logo {
    width: 120px;
  }
  #header .btn_area a.ac_btn{
    display: none;
  }
  .hum_menu{
    min-width: 100%;
  }
  #loader {
    width: 100%;
  }
  #loader > div {
      width: 80%;
      padding: 0;
          margin: auto;
  }
  #header .btn_area a.mypage_btn img{
  	width: 40px;
  }
}

.page_top{
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.page_top a{
  display: flex;
  background:#009944;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0px 0px 7px 0 rgb(0 0 0 / 30%);
}

.btns_w .btn_w{
	margin: 10px;
}











