@charset "UTF-8";
/* CSS Document */


/* ==================== base =====================*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

a {
	transition: .3s;
}

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #5798df;
	text-decoration: none;
	}
a:active {
	color:#5798df;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*ページトップへ（矢印）*/
#ptop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


/*スマホでは非表示*/
.sp_displaynone {
    display: none;
}



/*==================== header ====================*/

.h_logo {
	width: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
}

.h_logo h1 {
	width: 150px;
	margin-right: 15px;
}

.h_logo h1 img {
	width: 100%;
	height: auto;
}

.h_logo_p {
	font-size: 1.3rem;
	color: #4d4d4d;
	font-weight: bold;
}

.h_button {
	width: 100%;
	display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.h_campus {
	width: 59%;
	text-align: center;
}

.h_materials {
	width: 41%;
	text-align: center;
}

.h_campus a {
	width: 100%;
	display: block;
	padding: 15px 10px;
	background-color: #d3462b;
}

.h_materials a {
	width: 100%;
	display: block;
	padding: 15px 10px;
	background-color: #f79544;
}

/*==================== 共通 ====================*/

/*タイトル*/
.title_s_ora {
	font-size: 1.2rem;
	font-weight: bold;
	color: #e94828;
	text-align: center;
	line-height: 1.5;
}
.title_usually {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

/*グレーボタン*/
.btn_gray a {
	width: 250px;
	display: block;
	border-radius: 100px;
	background-color: #666666;
	color: #fff;
	font-weight: bold;
	padding: 15px 30px;
	background-image: url(../images/arrow_yellow.png);
	background-size: 8px 13px;
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.btn_gray a:hover {
	background-color: #4d4d4d;
}



/*==================== メイン画像 ====================*/

.topmain {
	width: 100%;
	margin-bottom: 80px;
}

.topmain_con {
	position: relative;
}

.topmain_img li {
	height: 380px;
	overflow: hidden;
}

.topmain_img li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topmain_copy {
	width: 300px;
	position: absolute;
	top: 20vw;
	left: 50%;
	transform: translateX(-50%);
}

.topmain_copy img {
	width: 100%;
	height: auto;
}

.topmain_copyen {
	width: 100%;
	max-width: 500px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.topmain_copyen img {
	width: 100%;
	height: auto;
}

/*==================== 3つの強み ====================*/

.strengths {
	width: 100%;
	margin-bottom: 50px;
}

.strengths_ti {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.strengths_box {
	width: 100%;
	background-color: #f7f7f7;
	padding-top: 15px;
	padding-bottom: 5px;
}

.strengths_box_con {
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}

.strengths_item {
	margin-bottom: 40px;
}

.strengths_num {
	text-align: center;
}

.strengths_num img {
	width: 70px;
	height: auto;
}

.strengths_title {
	margin-top: -21px;
	background-color: #e94828;
	border-radius: 10px;
	padding: 22px 15px 20px 15px;
}

.strengths_title h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}

.strengths_sti {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff5bc;
	text-align: center;
	line-height: 1.2;
}

.strengths_p {
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
}

.strengths_p_b {
	font-size: 1.5rem;
}

.strengths_link {
	width: 250px;
	margin: 0 auto;
}

.strengths_link li a {
	display: block;
	width: 250px;
	background-color: #fff;
	border: solid 1px #e94828;
	border-radius: 100px;
	font-weight: bold;
	color: #e94828;
	padding: 10px 30px;
	background-image: url(../images/arrow_orange.png);
	background-size: 8px 13px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	margin-bottom: 10px;
}

.strengths_link li a:hover {
	background-color: #fff5bc;
}

.strengths_link_one {
	width: 250px;
	margin: 0 auto;
}

.strengths_link_one li a {
	display: block;
	width: 250px;
	background-color: #fff;
	border: solid 1px #e94828;
	border-radius: 100px;
	font-weight: bold;
	color: #e94828;
	padding: 10px 30px;
	background-image: url(../images/arrow_orange.png);
	background-size: 8px 13px;
	background-repeat: no-repeat;
	background-position: right 20px center;

}

.strengths_link_one li a:hover {
	background-color: #fff5bc;
}

.strengths_p_s {
	font-size: 1.2rem;
	margin-top: 15px;
}

.strengths_graybtn {
	width: 250px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}


/*==================== スライド画像 ====================*/

.slide_width_img {
	margin-right: 10px;
}

.slide_width_img img {
	border-radius: 10px;
	width: 266px;
	height: auto;
}


/*==================== 学部・学科紹介 ====================*/

.faculty {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 60px;
}

.faculty_con {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.faculty_ti {
	margin-bottom: 20px;
}

.faculty_item_img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.faculty_item h3 a {
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 3px 15px;
	background-image: url(../images/arrow_left.png);
	background-size: 50px 13px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	margin-bottom: 5px;
}

.faculty_item_kokusai h3 a {
	background-color: #af71ae;
	border-left: solid 7px #984897;
}

.faculty_item_kokusai h3 a:hover {
	background-color: #984897;
}

.faculty_item_green h3 a {
	background-color: #81af66;
	border-left: solid 7px #50902b;
}

.faculty_item_green h3 a:hover {
	background-color: #50902b;
}

.faculty_item_blue h3 a {
	background-color: #5798df;
	border-left: solid 7px #3c72d7;
}

.faculty_item_blue h3 a:hover {
	background-color: #3c72d7;
}

.faculty_item {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.faculty_p {
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 15px;
}

.faculty_item_img {
	margin-bottom: 15px;
}

.faculty_item_img img {
	width: 100%;
	height: auto;
}

.faculty_link_b a {
	display: block;
	font-weight: bold;
	color: #4d4d4d;
	font-size: 1.6rem;
	padding: 2px 20px;
	border: solid 1px #c4c4c4;
	border-radius: 100px;
	background-image: url(../images/arrow_orange.png);
	background-size: 8px 13px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	margin-bottom: 15px;
}

.faculty_link_b a:hover {
	background-color: #e4e4e4;
}

.faculty_link_s a {
	font-weight: bold;
	color: #e94828;
	background-color: #fff09a;
	padding: 10px 45px 10px 18px;
	border-radius: 100px;
	background-image: url(../images/arrow_orange.png);
	background-size: 8px 13px;
	background-repeat: no-repeat;
	background-position: right 12px center;
}

.faculty_link_s a:hover {
	background-color: #ffe768;
}

.faculty_link_s_f {
	margin-right: 10px;
}

.faculty_item_a {
	margin-bottom: 40px;
}

.faculty_item_kokusai {
	margin-bottom: 60px;
}

.faculty_item_green {
	margin-bottom: 60px;
}

/*==================== LINKS ====================*/

.links {
	width: 100%;
	background-color: #e3ecee;
	padding: 40px 0 60px 0;
	margin-bottom: 50px;
}
.links_con {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.links_ti {
	margin-bottom: 20px;
}

.links_white {
	background-color: #fff;
	padding: 25px 20px 15px 20px;
	border-radius: 10px;
}

.links_ac_item {
	display: none;
}

.links_ac_item ul {
	width: 100%;
	background-color: #fdede9;
	padding: 8px 15px;
}

.links_ac_item li {
	margin-bottom: 5px;
	text-decoration: underline;
	color: #e94828;
}

.links_ac_item li a {
	color: #e94828;
}

.links_ac_item li a:hover {
	color: #5798df;
}

.links_ac_box {
	margin-bottom: 10px;
}

.links_ac_ti {
	background-color: #e94828;
	font-weight: bold;
	padding: 8px 15px;
	color: #fff;
	cursor: pointer;
	background-image: url(../images/icon_plus.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: right 10px center;
}

.close {
	background-image: url(../images/icon_minus.png);
	background-repeat: no-repeat;
	background-size: 19px;
	background-position: right 10px center;
}

/*==================== バナー ====================*/

.banner {
	width: 100%;
	margin-bottom: 50px;
}

.banner_con {
	width: 90%;
	margin: 0 auto;
}

.banner_btn {
	text-align: center;
}

.banner_btn img {
	width: 300px;
	height: auto;
}


/*==================== お問い合わせ ====================*/

.contact {
	width: 100%;
	background-color: #f0f0f0;
	padding: 40px 0;
}

.contact_con {
	width: 250px;
	margin: 0 auto;
}

.contact_policy {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 70px;
}

.contact_policy_link {
	text-align: center;
	font-size: 1.2rem;
	margin-top: 10px;
}

/*==================== footer ====================*/

/*f_link*/

.f_link {
	width: 100%;
	margin-bottom: 10px;
}


.f_link_con {
	width: 90%;
	margin: 0 auto;
}

.f_link_con ul {
	display: flex;
	justify-content: center;
	column-gap: 20px;
}

/*f_info*/

.f_info {
	width: 100%;
	background-color: #e94828;
	padding: 20px 0 30px 0;
}

.f_info_con {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.f_info h4 {
	font-weight: bold;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.f_info p {
	font-size: 1.2rem;
	color: #fff;
}

.f_info p a {
	color: #fff;
}

/*f_bottom*/

.f_bottom {
	width: 100%;
	margin-bottom: 58px;
}

.f_bottom p {
	font-size: 1.1rem;
	text-align: center;
	padding: 15px 0;
}











