@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;
	line-height: 1.8;
	color: #000;
	width:100%;
	font-size: 1.6em;
}

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)";
}


/*写真拡大*/
.moimg1 {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.moimg1 img {
    width: 100%;
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}


/*PCでは非表示*/
.pc_displaynone {
    display: none;
}


/*スマホ（サイズ）のみ電話リンクイキ*/
@media (min-width: 600px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/*ページトップへ（矢印）*/

#ptop {
    position: fixed;
    bottom: 25px;
    right: 25px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
}



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

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

.h_logo h1 {
	margin-right: 20px;
}

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

.h_button {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 100;
}

.h_campus {
	margin-bottom: 10px;
}

.h_campus a {
	display: block;
	padding: 20px 10px 20px 15px;
	background-color: #d3462b;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 5px #918f90;
}

.h_materials a {
	display: block;
	padding: 20px 10px 30px 15px;
	background-color: #f79544;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 5px #918f90;
}

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

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

/*グレーボタン*/
.btn_gray a {
	width: 300px;
	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: 150px;
}

.topmain_con {
	position: relative;
}

.topmain_img li img {
	width: 100%;
	height: auto;
}

.topmain_copy {
	width: 32vw;
	position: absolute;
	top: 12vw;
	left: 50%;
	transform: translateX(-50%);
}

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

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

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

/*==================== 3つの強み ====================*/
.strengths {
	width: 100%;
	margin-bottom: 65px;
}

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

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

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

.strengths_item {
	margin-bottom: 65px;
}

.strengths_num {
	text-align: center;
}

.strengths_title {
	margin-top: -37px;
	background-color: #e94828;
	border-radius: 10px;
	padding: 25px 20px;
}

.strengths_title h3 {
	font-size: 3.5rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

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

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

.strengths_p_b {
	font-size: 2.0rem;
}

.strengths_link {
	width: 615px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.strengths_link li a {
	display: block;
	width: 300px;
	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 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: 300px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
}


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

.slide_width_img {
	margin-right: 10px;
}

.slide_width_img img {
	border-radius: 10px;
}


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

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

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

.faculty_ti {
	margin-bottom: 30px;
}

.faculty_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.faculty_item_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.faculty_item_a {
	width: 340px;
}

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

.faculty_item h3 a {
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0 15px;
	background-image: url(../images/arrow_left.png);
	background-size: 50px 13px;
	background-repeat: no-repeat;
	background-position: left 200px center;
	margin-bottom: 10px;
}

.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_kokusai {
	width: 100%;
	margin-bottom: 50px;
}

.faculty_item_green {
	width: 30.9%;
}

.faculty_item_blue {
	width: 65.45%;
}

.faculty_item_kokusai .faculty_item_a {
	width: 30.9%;
}

.faculty_item_green .faculty_item_a {
	width: 100%;
}

.faculty_item_blue .faculty_item_a {
	width: 47.2%;
}

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

.faculty_item_img {
	margin-bottom: 20px;
}

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

.faculty_link_b a {
	display: block;
	font-weight: bold;
	color: #4d4d4d;
	font-size: 1.8rem;
	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;
}


/*==================== 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: 50px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	border-radius: 10px;
	justify-content: center;
}

.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_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 15px center;

}

.links_ac_box {
	width: 31.7%;
}

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

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

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

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

.banner_btn {
	text-align: center;
}

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

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

.contact_con {
	width: 300px;
	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: flex-end;
}

.f_link_con ul li {
	margin-left: 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%;
}

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

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

/*==================== レスポンシブ ====================*/

/*1180px以下の時*/
@media screen and (max-width: 1180px) {
	.faculty_link_s a {
		font-size: 1.2rem;
		padding: 10px 35px 10px 15px;
	}
}














