@charset "UTF-8";

/* =====================================
	全ページ
		総合全ページ
		関東・関西全ページ
	TOPページ
		総合TOP
		関東・関西TOP
	下層ページ
		総合下層
		関東・関西下層
		関東
		関西
 * ===================================== */







/* =====================================
 *  全ページ
 * ===================================== */

/*
 * 総合全ページ
 *****************************************/

/* ヘッダー */
body.top_all .siteHeader .logoArea {
	/*margin-bottom: 35px;*/
}

body.top_all .siteHeader .logoArea .logo_top {
	display: inline;
}

body.top_all.top_honda_w .siteHeader .logoArea .logo_honda_w,
body.top_all.top_honda_e .siteHeader .logoArea .logo_honda_e {
	display: none;
}
body.top_all.home .siteHeader .logoArea {
	margin-bottom: 0;
}

body.top_2nd .siteHeader {
	background-color: #000;
	/*padding-bottom: 15px;*/
}

/*body.top_2nd.page-honda_e .siteHeader,
body.top_2nd.page-honda_w .siteHeader {
	background-color: transparent;
	padding-bottom: 0;
}*/


/* グロナビ */
body.page-honda_e .mainBlock2 .gNav,
body.page-honda_w .mainBlock2 .gNav {
	margin-bottom: 140px;
}


/* フッター */
body.top_all .siteFooter .footMenuBtn {
	-webkit-box-shadow: -2px 0 4px 2px rgba(0,0,0,0.1);
	box-shadow: -2px 0 4px 2px rgba(0,0,0,0.1);
}

body.top_all .siteFooter .footMenuBtn a {
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

body.top_all .siteFooter .footMenuBtn a.on {
	display: none;
}

body.top_all .siteFooter .footMenuBtn img {
	width: 80px;
}

body.top_all .siteFooter .footMenu {
	font-size: 0;
	width: 100%;
	position: fixed;
	bottom: -87px;
	left: 0;
	z-index: 2;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

body.top_all .siteFooter .footMenu.on {
	bottom: 0;
}

body.top_all .siteFooter .footMenu .menuItem {
	display: inline-block;
}

body.top_all .siteFooter .footMenu .logo {
	margin-right: 170px;
}

body.top_all .siteFooter .footMenu li {
	float: left;
}

body.top_all .siteFooter .footMenu .list1 {
	margin-bottom: 20px;
}

body.top_all .siteFooter .footMenu .list1 li {
	margin-right: 65px;
}

body.top_all .siteFooter .footMenu .list2 li {
	margin-right: 33px;
}

body.top_all .siteFooter .footMenu li:last-child {
	margin-right: 0;
}

body.top_all .siteFooter .footMenu .list1 a {
	font-size: 15px;
	font-weight: bold;
	color: #e60012;
}

body.top_all .siteFooter .footMenu .list2 a {
	font-size: 11px;
	font-weight: bold;
}

body.top_all .siteFooter .footMenu .copyright {
	color: #727171;
	background-color: transparent;
	position: absolute;
	right: 30px;
	bottom: 20px;
	padding: 0;
}

body.page-honda_e .footBlock1 {
	padding: 1.5em 0;
}


/*
 * 関東・関西全ページ
 *****************************************/

body.top_2nd {}






/* =====================================
 *  TOPページ
 * ===================================== */

body.home .main {
	display: table;
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #000;
	background-image: url(../images/bg_home.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 115px;
	padding-bottom: 55px;
}


[class^='home_nav_'] {
	width: 50%;
	height: 100%;
	display: table-cell;
}

[class^='home_nav_'] a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

[class^='home_nav_'] a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 363px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.home_nav_honda_w a:before {
	right: -100%;
	background-color: rgba(55, 167, 237, 0.5);
	background-image: url(../images/txt_home_nav_kansai2.png);
}

.home_nav_honda_e a:before {
	left: -100%;
	background-color: rgba(224, 59, 114, 0.5);
	background-image: url(../images/txt_home_nav_kanto2.png);
}

[class^='home_nav_'] .navLayer {
	position: absolute;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.home_nav_honda_w .navLayer {
	bottom: 50px;
	left: 50px;
}

.home_nav_honda_e .navLayer {
	top: 50px;
	right: 50px;
}

[class^='home_nav_'] .navLayer img {
	width: 245px;
}


.home .siteFooter {
	width: 100%;
	min-width: 1200px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
}

body.page-honda_e .navBox1{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.page-honda_e .topConts2 .bigNav{
	border-left: none;
	padding-left: 0;
}

body.page-honda_e .topConts2 .navBox1 li{
	margin-bottom: 25px;
	width: 32%;
}

body.page-honda_e .topConts2 .navBox1 li a{
	padding: 20px 20px 55px;
}

body.page-honda_e .topConts2 .navBox1 li .navMain{
	width: auto;
	display: block;
}

body.page-honda_e .topConts2 .navBox1 li .txtMain{
	font-size: 22px;
}

body.page-honda_e .topConts2 .navBox1 .txtMain.cours_e{
	display: inline-block;
}

body.page-honda_e .topConts2 .navBox1 .navThumb{
	float: none;
	width: 100%;
}

body.page-honda_e .topConts2 .navBox1 .navThumb img{
	width: 100%;
}

body.page-honda_e .topConts2 .navBox1 .btnMore3{
	width: 60px;
    height: 60px;
    bottom: -20px;
    right: -20px;
}



/*
 * 総合TOP
 *****************************************/

body.top_all {}



/*
 * 関東・関西TOP
 *****************************************/

body.top_honda_e_honda_w {}

.coursDescription_e {
	margin-top: 10px;
}

.navMain{
	width: 520px;
	-moz-display: flex;
	-webkit-display: flex;
	-o-display: flex;
	-ms-display: flex;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.navData .navTtl .txtMain.cours_e,
.navData .navTtl .txtMain.cours_w{
	font-size: 20px;
	border: 1px solid #fff;
	padding: 3px;
	margin-right: 5px;
}



.List_w{
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 45px;
	border: double 10px #f3f3f3;
}
.postList2 article{
	position: relative;
}
.List_w article{
	/* height: 1.5em !important; */
	padding-left: 85px;
}
.List_w article:first-of-type{
	padding-top: 3px;
	padding-bottom: 20px;
}
.List_w article:first-of-type:lang(en) {
	padding-bottom: 0;
}


.List_w article:nth-child(n+3){
	margin-bottom: 15px;
}
.postList2 article:first-of-type:before{
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgb(210, 212, 50);
	border: 1px solid #fff;
	/* border-radius: 50%; */
	color: #fff;
	content: "NEW";
	font-size: 8px;
	font-size: .8rem;
	font-weight: 600;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
			width: 57px;
			height: 20px;
			top: 0px;
			left: 10px;
	z-index: 5;
}
.postList2 article:first-of-type:after{
	display: none;
}
@media (max-width: 767px){
	.List_w{
		padding-left: 15px;
		padding-right: 15px;
	}
	.postList2 article:first-of-type:before{
		display: none;
	}
	.List_w article{
		height: auto !important;
		padding-left: 0;
	}

	.postList2 article:first-of-type:after{
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: rgb(210, 212, 50);
		border: 1px solid #fff;
		/* border-radius: 50%; */
		color: #fff;
		content: "NEW";
		font-size: 6px;
		font-size: .6rem;
		font-weight: 600;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
				width: 38px;
				height: 16px;
				top: 1px;
				left: 88px;
		z-index: 5;
	}

}

.topBtn02.honda_e {
	position: absolute;
    z-index: 2;
    right: 14em;
    display: flex;
    gap: 20px;
    bottom: 10em;
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: mainBlock1;
	animation-name: mainBlock1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@media screen and (max-width: 560px) {
	.topBtn02.honda_e {
		right: 0;
		left: 0;
		flex-flow: column;
		align-items: center;
		gap: 5px;
		bottom: 1em;
	}
}


/* =====================================
 *  下層ページ
 * ===================================== */

/*
 * カレント
 **/

.mv-about .menu-about [class*="txt"],
.mv-departments .menu-departments [class*="txt"],
.mv-recruit .menu-recruit [class*="txt"],
.mv-campus .menu-campus [class*="txt"],
.mv-events .menu-events [class*="txt"],
.mv-apply .menu-apply [class*="txt"],
.mv-girlshonda .menu-girlshonda [class*="txt"] {
	color: #e50020;
}



	/* =====================================
	 *  アーカイブページ
	 * ===================================== */

/*.pgnv {
	font-size: 0;
	text-align: center;
}

.pgnv span,
.pgnv a {
	font-size: 16px;
	display: inline-block;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.pgnv .page-numbers {
	border: 1px solid #aaa;
}

.pgnv .current {
	color: #fff;
	background-color: #aaa;
}*/










	/* =====================================
	 *  投稿ページ
	 * ===================================== */

.singleArea {
	padding-bottom: 50px;
	border-bottom: 1px solid #aaa;
}

.single .postHead {
	margin-bottom: 50px;
}

.single .postHead h1 {
	margin-bottom: 20px;
}

.single .postHead time {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #aaa;
}

.single .postCont * { font-size: 15px; line-height: 1.6; letter-spacing: 0.06em; }
.single .postCont br { margin: 0; }
.single .postCont h1,
.single .postCont h2,
.single .postCont h3,
.single .postCont h4,
.single .postCont h5,
.single .postCont h6 { font-weight: bold; margin: 1em 0; }

.single .postCont h1 { font-size: 32px; }
.single .postCont h2 { font-size: 30px; }
.single .postCont h3 { font-size: 28px; }
.single .postCont h4 { font-size: 26px; }
.single .postCont h5 { font-size: 24px; }
.single .postCont h6 { font-size: 22px; }
.single .postCont p { margin: 1em 0; }
.single .postCont strong,
.single .postCont strong * { font-size: inherit; }
.single .postCont em,
.single .postCont em *  { font-size: inherit; font-style: italic; }
.single .postCont a { color: #262aea; font-size: inherit; text-decoration: underline; -ms-word-break: break-all; word-break: break-all; }
.single .postCont a:hover { text-decoration: none; }
.single .postCont ul,
.single .postCont ol { margin: 1.5em 0; }
.single .postCont ul li { list-style: disc; }
.single .postCont ol li { list-style-type: inherit; background: none; }
.single .postCont li { margin-left: 2em; margin-bottom: 0.5em; }
.single .postCont li:last-child { margin-bottom: 0; }
.single .postCont blockquote { background: #eee; padding: 10px; margin: 1.5em 0; }
.single .postCont img { max-width: 100%; height: auto; }
.single .postCont img.alignright { float: right; margin-left: 15px; } /* 配置位置 右 */
.single .postCont img.alignleft { float: left; margin-right: 15px; } /* 配置位置 左 */
.single .postCont img.aligncenter { display: block; margin: 0 auto; } /* 配置位置 中央 */
.single .postCont table,
.single .postCont table th,
.single .postCont table td { padding: 10px; border: 1px solid #333; }


.single .artNav .prev { float: left; }
.single .artNav .next { float: right; }


.single .postCont .newsbox .clearfix:after,
.single .postCont .newsbox-thumb .clearfix:after,
.single .postCont .newsbox-thumb2 .clearfix:after { content: " "; display: block;clear: both;height: 0;visibility: hidden; }

.single .postCont .newsbox ul li,
.single .postCont .newsbox-thumb ul li,
.single .postCont .newsbox-thumb2 ul li {
	list-style: none;
	margin-left: 0;
}

.single .postCont .newsbox dl {
  overflow: hidden;
  margin-bottom: 20px;
  font-size:14px;
}

.single .postCont .newsbox dt {
  float: left;
  margin:0 10px 0 0;
  margin-bottom: 10px;
}

.single .postCont .newsbox dd {
  float: none;
}

.single .postCont .newsbox dd:after { content: " "; display: block;clear: both;height: 0;visibility: hidden; }

/* 赤文字注釈 */
.single .postCont .newsbox dd .red {
  color: #ff0000;
  font-weight: bold;
}

/* ニュースのサムネイル */

.single .postCont .newsbox-thumb {
  width: 690px;
  margin-bottom: 40px;
  overflow:hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single .postCont .newsbox-thumb ul {
  /*float: left;*/
  overflow: hidden; /* 後続要素の回り込み解除 */
  margin: 0 5px 10px 5px;
  width: 220px; /* 220 x 165 */
}

.single .postCont .newsbox-thumb ul li img {
  width:220px;
  vertical-align: bottom; /* サムネイルの余白を削除 */
}

/* ニュースのサムネイル Photo & text (update : 2015-11-25) ///////////////////////////*/

.single .postCont .newsbox-thumb2 {
  width: 690px;
  margin: 0 auto;
  backgroun: #000;
  margin-bottom: 10px;
}

.single .postCont .newsbox-thumb2 ul {
  width: 690px;
  padding: 10px;
  background:#000;
  margin:0 0 20px 0;
}

.single .postCont .newsbox-thumb2 ul li {
  color:#fff;
}

.single .postCont .newsbox-thumb2 ul li.tit {
  font-weight:bold;
  font-size:1.1em;
  border-bottom: 1px solid #fff;
  margin:0 0 5px 230px;
}

.single .postCont .newsbox-thumb2 ul li img {
  float:left;
  margin: 0 10px 0 0;
  width:220px;
}

/* インデックスページ ////////////////////*/

.single .postCont .newsbox-index {
  margin-bottom:20px;
}

.single .postCont .newsbox-index ul {
  border-bottom: 1px solid #ccc;
  height:30px;
  margin:0 auto;
  margin-bottom:30px;
  width:680px;
}

.single .postCont .newsbox-index ul li {
  font-size:16px;
  float: left;
  margin: 0 10px 0 0;
  line-height: 30px;
}

.single .postCont .newsbox-archive {
  background: #eee;
  margin: 30px 10px 30px 10px;
}

.single .postCont .newsbox-archive ul li {
  float:left;
  padding:10px;
  font-size:16px;
}


.single .btnBackArchive {
	margin-top: 60px;
}




/*
 * 総合下層
 *****************************************/

/*
 * message
 *****************************************/

.page-message .founderData {
	width: 695px;
	float: left;
}

.page-message .founderData .dataTtl {
	margin-bottom: 55px;
}

.page-message .founderData .dataTtl .txtMain {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 30px;
	display: block;
	margin-bottom: 20px;
}

.page-message .founderData .dataTtl .txtSub {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	display: inline-block;
	width: 330px;
	position: relative;
	background-color: #fff;
}

.page-message .founderData .dataTtl .txtSub:before,
.page-message .founderData .dataTtl .txtSub:after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.page-message .founderData .dataTtl .txtSub:before { left: 0; }
.page-message .founderData .dataTtl .txtSub:after { right: 0; }

.page-message .founderData .founderName {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

.page-message .founderData .founderName .nameHead {
	display: inline-block;
	margin-right: 30px;
}

.page-message .founderData .founderMsg {
	font-size: 18px;
	line-height: 2.5;
	letter-spacing: 0.1em;
}

.page-message .founderThumb {
	float: right;
}

.page-message .founderThumb img {
	width: 210px;
}



/*
 * education
 *****************************************/

.page-education .policyBox {
	position: relative;
	padding: 40px 30px;
	border: 1px solid #666;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
}

.page-education .policyBox .boxTtl {
	font-size: 25px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	width: 200px;
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	background-color: #f00;
	padding: 10px;
	margin: auto;
}

.page-education .policyBox .descTtl {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: block;
}

.page-education .policyBox .descBox {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	display: block;
	padding-left: 30px;
}



/*
 * about-site
 *****************************************/

.page-about-site .txt01 {
	margin-bottom: 20px;
}



/*
 * privacy
 *****************************************/

.page-privacy .list01 li * {
	line-height: 1.6;
}

.page-privacy .list01 .ti01 {
	margin-left: 39px;
}

.page-privacy .txt03 {
	margin-bottom: 20px;
}

.page-privacy .l-header-lang {
	background: #fff;
}
.page-privacy .l-header-lang__select {
	background: #f5f5f3;
}
.page-privacy .l-header-lang__list {
	border: 1px solid #f5f5f3;
}

/*
 * fellowship
 *****************************************/

.fellowship_catch{
	font-weight: bold;
	text-decoration: underline;
}

.table03 .fellowship_catch{
	text-decoration: none;
}

/*
 * 関東・関西下層
 *****************************************/

.topInfo {
	margin-bottom: 110px;
}

.topInfo_e {
	margin-bottom: 80px;
}


/*
 * 学校案内
 *****************************************/

body.page-about .pageSec4 .block01 .table03 th {
	width: 100px;
}

body.page-about .pageSec4 .block01 .table03 th:nth-child(2) {
	text-align: right;
}

/*
 * 学科 カリキュラム共通
 *****************************************/

.curriculum-list{
	margin-bottom: 30px;
}
.curriculum-list_title {
	padding: 1rem;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
.page-maintenance .curriculum-list_title {
	background-color: #ff8817;
}
.page-kaisetsu .curriculum-list_title {
	background-color: #62C13B;
}
.page-jisei .curriculum-list_title {
	background-color: #D37CA2;
}
.curriculum-list_item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1em;
	padding: 1em;
	font-size: 15px;
}
.page-jisei .curriculum-list_item {
	background-color: #fae6ee;
}
.page-maintenance .curriculum-list_item {
	background-color: #ffebd8;
}
.page-kaisetsu .curriculum-list_item {
	background-color: #d6f1df;
}
.curriculum-list_item .curriculum-list_item_head{
	width: 25%;
	border-right: 3px solid #fff;
	text-align: center;
}
.curriculum-list_item .curriculum-list_item_head p {
    text-align: center;
    display: inline-block;
	background-color: #fff;
	padding: .8em 2em;
	border-radius: 2em;
	font-weight: bold;
	margin-bottom: .8em;
}

.page-maintenance .curriculum-list_item .curriculum-list_item_head p {
	border: 2px solid #ff8817;
	color: #ff8817;
}
.page-kaisetsu .curriculum-list_item .curriculum-list_item_head p {
	border: 2px solid #62C13B;
	color: #62C13B;
}
.page-jisei .curriculum-list_item .curriculum-list_item_head p {
	border: 2px solid #D37CA2;
	color: #D37CA2;
}

.curriculum-list_item .curriculum-list_item_head ul{
	text-align: left;
	margin-left: 35px;
}
.curriculum-list_item .curriculum-list_item_head li::before{
	content: "●";
}
.curriculum-list_item_body{
	width: 75%;
}
.curriculum-list_item_body > div{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.curriculum-list_item_body p{
	font-weight: bold;
	padding-left: 1em;
}
.curriculum-list_item_body > div:first-of-type{
	margin-bottom: 1em;
}

.curriculum-list_item_body ul{
	margin-left: 2em;
}
.curriculum-list_item_body ul li{
	margin-bottom: 5px;
}
.curriculum-list_item_body ul li::before{
	content: "・";
}
.curriculum-list_item_body ul li.listTtl{
	font-weight: bold;
	margin-bottom: 10px;
}
.curriculum-list_item_body ul li.listTtl::before{
	content: "";
}

/*
 * 学科共通
 *****************************************/

 #departments .secInner{
 	 height: 550px;
 }

 #departments .baseTxt02{
	padding-left: 365px;
}

.departments_contest .block01{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.departments_contest .block01 .img img{
	width: 335px;
	margin-right: 30px;
}

.bn_departments{
	width: 965px;
    margin: 0 auto;
}

.bn_departments a{
	transition: 0.2s;
}

.bn_departments :hover{
	opacity: 0.8;
}

.bn_departments img{
	width: 100%;
}

.departments_movie {
	text-align: center;
}

.departments_movie iframe {
	max-width: 965px;
    width: 100%;
    height: 529px;
}

@media (max-width: 767px){
	.departments_movie iframe {
		height: 200px;
	}
}

/*
 * 一級自動車整備学科
 *****************************************/

body.top_honda_e.page-ikkyu_dev .secType01 {
	background-image: url(../images/img_honda_e_page-ikkyu_dev01.jpg);
}

body.top_honda_e.page-ikkyu_dev .pageSec2 .block01 .img img,
body.top_honda_e.page-ikkyu_dev .pageSec2 .block02 .img img {
	width: 335px;
}

.page-ikkyu_dev__title{
	color: #4B4948;
	border-bottom: 1px solid #4B4948;
}

.page-ikkyu_dev__title._recruit-link {
	font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: underline solid 2px;
    border-bottom: unset;
    text-underline-offset: 0.5rem;
	margin-bottom: 5rem;
}
@media (max-width: 767px){
	.page-ikkyu_dev__title._recruit-link {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
}

.page-ikkyu_dev .span{
	font-size: 13px;
}

.kaisetsu-item {
	padding: 1em;
	background-color: #62C13B;
	margin-bottom: 1.5em;
	margin-right: 2em;
	border-radius: 15px;
}
.kaisetsu-item p{
	border-left: 3px solid #fff;
	padding-left: 1em;
	color: #fff;
	line-height: 1.5;
}

body.top_honda_e .page-ikkyu_dev {
	padding-bottom: 80px;
}

/*
 * 研究開発学科
 *****************************************/

 body.page-jisei .secType01 {
	background-image: url(../images/img_honda_e_page-jisei01.jpg);
}

.page-jisei__title{
	color: #50A87E;
	border-bottom: 1px solid #50A87E;
}

.page-jisei__title._recruit-link {
	font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: underline solid 2px;
    border-bottom: unset;
    text-underline-offset: 0.5rem;
	margin-bottom: 2em;
}
@media (max-width: 767px){
	.page-jisei__title._recruit-link {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
}


/*
 * 開発・設計工学コース
 *****************************************/

body.page-kaisetsu .secType01 {
	height: 740px;
	background-image: url(../images/img_honda_e_page-kaisetsu01.jpg);
}

body.page-kaisetsu .pageSec2 .block01 .img img {
	width: 335px;
}

body.page-kaisetsu .block01{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
body.page-kaisetsu .block01 .baseTxt02{
	width: 600px;
}

body.page-kaisetsu .kaisetsu-img img{
	width: 400px;
}

.feature-list_mainTitle{
	font-size: 1.4em;
	background-color: #D37CA2;
	color: #fff;
	display: inline-block;
	margin-top: 40px;
	padding: .8em 1.5em;
	font-weight: bold;
	border-radius: 15px;
}
.feature-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1em;
	justify-content: space-between;
}
.feature-list_item{
	width: 48%;
}
.feature-list_item .feature-list_title{
	color: #D37CA2;
	padding-bottom: 5px;
	border-bottom: 1px solid #D37CA2;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 18px;
}
.feature-list_inner{
	margin-bottom: 2em;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.feature-list_inner p{
	margin-right: 1em;
	font-size: 15px;
}
.feature-list_inner .feature-list_img img{
	border-radius: 15px;
}

/*
 * サービスエンジニア学科
 *****************************************/

.page-maintenance__title{
	color: #5185c5;
	border-bottom: 1px solid #5185c5;
}

.page-maintenance__title._recruit-link {
	font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    text-decoration: underline solid 2px;
    border-bottom: unset;
    text-underline-offset: 0.5rem;
}
@media (max-width: 767px){
	.page-maintenance__title._recruit-link {
		font-size: 2rem;
	}
}

/*
 * 海外インターンシップコース
 *****************************************/

body.page-internship .secType01 {
	height: 740px;
	background-image: url(../images/img_honda_e_page-intership01.jpg);
}

body.page-internship .secType01 .courseTxt01 {
	background-color: #8581BD;
}

body.page-internship .pageSec2 .block01 .img img {
	width: 335px;
}

body.page-internship .pageSec2 .block02.col_lay02 {
	background-color: #8581BD;
}

body.page-internship .internshipCaution{
	text-align: center;
	background-color: #e50020;
	padding: 1rem;
	margin-top: 1rem;
	color: #fff;
}

/*
 * 海外インターンシップコース
 *****************************************/

body.page-maintenance .secType01 {
	height: 740px;
	background-image: url(../images/img_honda_e_page-maintenance01.jpg);
}

body.page-maintenance .pageSec2 .block01 .img img,
body.page-maintenance .pageSec2 .block02 .img img {
	width: 335px;
}

body.page-maintenance .secType01 .courseData img {
	width: 250px;
}



/*
 * 就職について
 *****************************************/

body.page-employment .pageSec2 .col_lay01 img {
	width: 400px;
}

body.page-employment .pageSec2 .ttl7 {
	background-color: #ce93c0;
}

body.page-employment .almniMsg {
	padding-left: 430px;
}

body.top_honda_e.page-employment .ttl6{
	color: #ce93c0;
    border-bottom: 1px solid #ce93c0;
}

body.top_honda_e.page-employment .pageSec4 .lay01Ttl_red{
	color: #ce93c0;
	font-size: 20px;
}

/*
 * 資格について
 *****************************************/

body.page-qualification .col_lay_3box img {
	margin-bottom: 10px;
}

body.page-qualification .col_lay_3box .ttl7 {
	background-color: #f39935;
}

body.page-qualification .pageSec2 .ttl6 {
	margin-bottom: 30px;
}

body.page-qualification .pageSec2 .blockDesc {
	margin-bottom: 30px;
}

/*
 * 夢を叶えた先輩たち
 *****************************************/

body.page-interview .interview-text{
	padding: 2em 2.5em;
}
body.page-interview .interview-detail{
	display: flex;
	align-items: center;
	font-size: 16px;
	padding-bottom: 1em;
}
body.page-interview .interview-text__gra{
	color: #fff;
    background: #e50020;
    display: inline-block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
body.page-interview .interview-text__profile{
	padding: 0 0.7em 0;
}
body.page-interview .interview-text__item{
	line-height: 1.3em;
}
body.page-interview .interview-text__name{
	padding-top: 0.5em;
}
body.page-interview .interview-text__name span{
	font-size: 22px;
}
body.page-interview .interview-block{
	display: flex;
	padding-bottom: 5em;
}
body.page-interview .interview-block .interview-block__img img{
	max-width: 400px;
}
body.page-interview .interview-block:nth-child(odd) .interview-block__img{
	padding-right: 2em;	
}
body.page-interview .interview-block:nth-child(even) .interview-block__img{
	padding-left: 2em;	
}

.sp_only{
	display: none;
}
.pc_only{
	display: block;
}


/*
 * 在校生紹介
 *****************************************/
 body.page-student .pageSec1 .col_lay01 img{
	width: 400px;
 }
 body.page-student .almniMsg {
	padding-left: 430px;
}

body.page-student .baseTxt-wrap{
	margin-bottom: 30px;
}

body.page-student .question-span{
	padding-bottom: 10px; 
	display: block;
	line-height: 1.5;
	font-weight: bold;
}
/*
 * 先生紹介
 *****************************************/
 body.page-teacher .pageSec1 .col_lay01 img{
	width: 400px;
 }
 body.page-teacher .almniMsg {
	padding-left: 430px;
}

.teacher_name{
	font-size: 26px;
}
.teacher_name span{
	font-size: 20px;
}
.teacher_type{
	font-size: 18px;
	font-weight: bold;
}
.teacher_type_text{
	font-size: 15px !important;
}
.teacher_profile_box{
	background: #f0f0f0;
	padding: 28px; 
	margin-bottom: 50px;
}
.teacher_profile_subtitle{
	font-size: 22px;
	font-weight: bold;
}
.teacher_profile_text{
	font-size: 13px;
	line-height: 1.7;
	margin-top: 15px;
}
.teacher_mycar_box{
	position: relative;
	border: 2px solid #000;
	border-radius: 10px;
	padding: 30px;
}
.teacher_mycar_caption{
	position: absolute;
	top: -2em;
	left: 50%;
	transform: translateX(-50%);
}
.teacher_mycar_profile{
	font-size: 15px;
	line-height: 2;
}
.teacher_mycar_image img{
	width: 100% !important;
}
.teacher_mycar_image{
	margin-bottom: 0 !important;
}
.teacher_mycar_name{
	font-size: 18px !important;
	padding: 15px 0 !important;
}
.teacher_mycar_name span{
	font-size: 26px !important;
}
.teacher_mycar_name .teacher_mycar_left{
	margin-left: 10px
}
.teacher_mycar_name .teacher_mycar_right{
	margin-right: 10px
}
.teacher_hr{
	background-color: #e50220;
	height: 2px;
	margin: 70px 0;
}
@media (max-width: 767px){
	.teacher_name{
		font-size: 16px;
	}
	.teacher_name span{
	font-size: 12px;
}
.teacher_profile_box{
	padding: 20px
}
.teacher_mycar_image{
	margin-top: 10px;
	margin-right: 0 !important;
}
.teacher_mycar_caption{
	top: -1.6em;
}
.teacher_mycar_caption img{
	width: 200px;
}
	.teacher_mycar_profile{
		padding-left: 0;
		clear: both;
	}
	.teacher_mycar_name{
		clear: both;
	}
	.teacher_mycar_name{
	font-size: 14px !important;
	}
	.teacher_mycar_name span{
		font-size: 20px !important;
	}
	.teacher_mycar_profile{
		font-size: 14px;
	}
	.teacher_mycar_left.teacher_mycar_top{
		margin-left: 0;
		margin-top: 10px;
		line-height: 2;
	}
	.teacher_mycar_right.teacher_mycar_top{
		margin-top: 10px;
		line-height: 2;
	}
	.teacher_hr{
		margin: 40px 0;
	}
}

/*
 * 同好会
 *****************************************/
.bn_panorama{
	margin-bottom: 35px;
}
.bn_panorama a{
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.bn_panorama a:hover{
	opacity: 0.8;
}

/*
 * 学生寮
 *****************************************/

body.page-dormitory .ttl7 {
	background-color: #f39935;
}

body.page-dormitory .col_lay_3box img {
	margin-bottom: 10px;
}



/*
 * 学校見学会
 *****************************************/

body.page-tour .pageSec2 .block01 .ttl4 {
	color: #e50020;
}

body.page-tour .pageSec2 .block02 .ttl7 {
	background-color: #e50020;
}



/*
 * 学校見学会
 *****************************************/

body.page-festa [class*='pageSec'] [class*='block'] .col_lay01 img {
	width: 300px;
}

body.page-festa .pageSec4 .ttl7 {
	background-color: #e50020;
}

/*
 * 教育ローン
 *****************************************/
.apply_loan{
	margin-bottom: 35px;
}
.apply_loan p{
    line-height: 1.8;
    font-size: 16px;
}
.loan_list{
	display: flex;
	justify-content: center;
}

.loan_list div{
	border: 1px solid #aaa;
    padding: 10px;
    width: 282px;
}

.loan_list div:nth-child(2){
	margin: 0 20px;
}

.apply_loan .freeDial{
	font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    background-image: url(../images/shp_tel.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.apply_loan .freeDial._noimg{
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    background-image: none;
}

.loan_list .freeDial{
	font-size: 24px;
    background-size: 32px;
    padding-left: 50px;
}
.loan_list .freeDial._noimg{
	 padding-left: 0;
}

.apply_loan h3{
	padding-bottom: 15px;
	font-size: 22px;
}

.apply_loan h4{
	margin-bottom: 10px;
	font-size: 20px;
}
.apply_loan a{
	color: #fff;
    background-color: #e50020;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    width: 260px;
    text-align: center;
    margin-top: 6px;
}

.apply_loan a:hover{
	opacity: 0.8;
}

.apply_loantype{
	margin-bottom: 35px;
}

.apply_loantype p{
	line-height: 1.8;
}

.apply_loantype p:nth-child(4){
	margin-top: 10px;
}

.apply_loantype a{
	color: #e50020;
	border-bottom: 1px solid;
}


/*
 * Girl's Honda
 *****************************************/

body.page-girlshonda .pageSec1 .secTtl02 {
	color: #00a0e9;
	margin-top: 40px;
}

body.page-girlshonda .pageSec2 .ttl5 {
	color: #00a0e9;
	font-weight: bold;
}

body.page-girlshonda .pageSec3 .secTtl01,
body.page-girlshonda .pageSec3 .ttl5,
body.page-girlshonda .pageSec4 .secTtl01,
body.page-girlshonda .pageSec4 .ttl5 {
	color: #dd6a8e;
	font-weight: bold;
}

body.page-girlshonda .pageSec2 li{
	margin-bottom: 55px;
}

.club_girls_btn{
	text-align: center;
	display: inline;
}
.club_girls_btn a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #26b8fb;
	border: 2px solid #26b8fb;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 15px;
	margin-top: 20px;
	text-align: center;
	line-height: 2.3;
	transition: .4s;
}
.club_girls_btn a:hover{
	opacity: 0.8;
	color: #26b8fb;
	background-color: #fff;
}

.girls_comment__block{
	border-bottom: 1px solid #f29da6;
    border-style: dashed;
    margin-bottom: 45px;
    padding-bottom: 20px;
}

.girls_comment__block--last{
    margin-bottom: 100px;
}
@media (max-width: 767px){
	.secChild-m.girls_comment__block--last{
		margin-bottom: 60px;
	}
}

.girls_comment__img img{
	width: 100%;
	max-width: 400px;
}

.girls_comment__img{
	display: grid;
}

.girls_comment__img img{
	border-radius: 20px;
}

.girls_comment{
	padding-left: 435px;
}

.girls_comment__item{
	margin-bottom: 15px;
}

.girls_comment__item h6{
	line-height: 1.5rem;
	padding-bottom: 0.5rem;
}

.girls_interview_top {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0 100px;
}
@media (max-width: 767px){
	.girls_interview_top {
		margin: 50px 0 0;
	}
}
/* .girls_interview_top--first {
	margin: 50px 0 100px;
}
@media (max-width: 767px){
	.girls_interview_top--first {
		margin: 50px 0 100px;
	}
} */

.girls_interview_top .img{
	position: relative;
	padding-top: 20px;
}

.girls_interview_top .img .img_text{
	position: absolute;
	top: 0;
	left: 5%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.girls_interview_top .img .img_text p {
	padding: 5px;
	background-color: #fff;
	line-height: 1.2;
}

.girls_interview_top .img img{
    border-radius: 20px;
	max-width: 100%;
}

.girls_interview_block {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 100px 0;
}
@media (max-width: 767px){
	.girls_interview_block {
		flex-direction: column;
		align-items: center;
		margin: 0 0 20px;
	}
}

.girls_interview_block .img {
	width: 50%;
}
@media (max-width: 767px){
	.girls_interview_block .img {
		width: 100%;
		text-align: center;
	}
}

.girls_interview_block .img img{
	max-width: 100%;
	width: 100%;
	border-radius: 20px;
}
@media (max-width: 767px){
	.girls_interview_block .img img{
		width: auto;
	}
}

.girls_interview_comment {
	padding-left: 3rem;
	width: 50%;
}
@media (max-width: 767px){
	.girls_interview_comment {
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
	}
}

._reverse .girls_interview_comment {
	padding-left: 0;
	padding-right: 3rem;
}
@media (max-width: 767px){
	._reverse .girls_interview_comment {
		padding-right: 0;
	}
}

.girls_interview_comment p{
	margin-bottom: 20px;
}

.girls_interview_bottom .img img{
	width: 100%;
}

._reverse{
	flex-direction: row-reverse;
}
@media (max-width: 767px){
	._reverse{
		flex-direction: column-reverse;
	}
}

.girls_interview_text_vertical {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 2rem;
	margin: 150px 0;
}
@media (max-width: 767px){
	.girls_interview_text_vertical {
		margin: 100px 0;
	}
}

.girls_interview_text_bottom {
	margin: 50px 0 100px;
	padding: 0 15%;
}
@media (max-width: 767px){
	.girls_interview_text_bottom {
		margin: 20px 0 60px;
		padding: 0;
	}
}

._vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.text-combine {
	-webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}

._bold {
	font-weight: 700;
	font-size: 22px;
}
@media (max-width: 767px){
	.girls_interview_text_vertical ._bold {
		font-size: 22px; 
	}
}
@media (max-width: 767px){
	.img_text ._bold {
		font-size: 16px; 
	}
}


/*
 * International
 *****************************************/
body.page-international .pageSec1 .secTtl02,
body.page-international_china .pageSec1 .secTtl02,
body.page-international_vietnam .pageSec1 .secTtl02 {
	color: #51ac35;
}

body.page-international h5.secTtl01,
body.page-international_china h5.secTtl01,
body.page-international_vietnam h5.secTtl01{
	color: #333333;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.international_introduction{
	width: 70%;
}

.china_link,
.vietnam_link{
	font-size: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    display: block;
    width: 360px;
    background-color: rgba(229,0,32,1);
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto 40px;
}
.china_link:hover,
.vietnam_link:hover{
	opacity: 0.8;
}

.international_linkWrap{
	display: flex;
	justify-content: space-around;
}

.international_interview01,
.international_interview02,
.international_interview03,
.international_interview04{
	display: flex;
	justify-content: space-around;
}

.international_interview01,
.international_interview04{
	flex-direction: row-reverse;
}

.international_interview01,
.international_interview02,
.international_interview03{
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*comment*/
.interview_comment dt{
	font-size: 18px;
	padding-bottom: 8px;
	font-weight: bold;
}
.interview_comment .personal dt{
	font-size: 20px;
}

.interview_comment dd{
	padding-bottom: 5px;
	line-height: 1.3;
}
.interview_comment{
	width: 450px;	
}

.interview_comment .personal{
	border-bottom: 1px solid #51ac35;
	padding-bottom: 5px;
}

.interview_comment .qa{
	margin-top: 10px;
}

.interview_comment .personal dt,
.interview_comment .qa dt{
	color: #51ac35;
	font-weight: bold;
}

.interview_comment .qa .q02{
	margin-top: 10px;
}

.e_international_study {
    width: 644px;
    padding: 30px;
    margin: 35px auto 0;
    border: 3px solid #333333;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.e_international_studyy a{
	padding: 5px 40px;
	color: #e50020;
	border: 2px solid #333333;
	font-size: 24px;
    font-weight: bold;
}
.e_international_study a:hover{
	opacity: 0.8;
}

.e_international_study a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    background-color: #e50020;
    background-image: url(../images/shp_pdf.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.e_international_study p:nth-child(2){
	margin-top: 30px;
}

body.page-international .pageSec5 .text_nomal,
body.page-international .pageSec6 .text_nomal,
body.page-international_china .pageSec5 .text_nomal,
body.page-international_china .pageSec6 .text_nomal,
body.page-international_vietnam .pageSec5 .text_nomal,
body.page-international_vietnam .pageSec6 .text_nomal{
	margin-top: 20px;
	margin-bottom: 15px;
}

body.page-international .pageSec6 .telNum,
body.page-international_china .pageSec6 .telNum,
body.page-international_vietnam .pageSec6 .telNum{
	margin-top: 20px;
	margin-bottom: 20px;
}

body.page-international_vietnam .ttl6,
body.page-international_vietnam .baseTxt01,
body.page-international_vietnam .secTtl02,
body.page-international_vietnam .mvLay02 .layTtl{
     letter-spacing: 0em; 
}
body.page-international_vietnam .secTtl01{
     letter-spacing: 0em; 
}

.international_tc{
	text-align: center;
}


/*ruby*/
.interview_comment .personal rt{
	font-size: 14px;
}

.international_table{
	margin-bottom: 45px;
}
.international_table table th,
.international_table table td{
	border: 2px solid #333333;
	font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
}
.international_table table th{
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 55px;
}
.international_table table td{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;	
}

.e_international_img{
	text-align: center;
}

.text_nomal{
	font-size: 26px;
}


/*recruit*/

.recruitImg_wrap{
	width: 870px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.e_recruitList{
	margin-top: 15px;
	width: 870px;
}
.e_recruitList .ttl7{
	background-color: #e50020;
}
.e_recruitList .contList{
}
.e_recruitList .recruit_ttl{
	display: inline-block;
    padding: 10px 0 5px;
    margin-top: 5px;
    color: #51AC35;
    font-size: 18px;
    font-weight: bold;
}
.e_recruitList .lay03Contents{
	padding: 0 10px;
}
.e_recruitList .lay03Contents .contList li{
	right: -12px;
}

/*
 * 交通アクセス
 *****************************************/

body.page-access .pageSec4 iframe {
	width: 100%;
	height: 500px;
}



/*
 * クラブ活動
 *****************************************/

body.page-club .pageSec1 .block03 .lay03Ttl {
	padding-left: 10px;
	padding-right: 10px;
}

.culb_girlsImg{
	float: left;
	margin: 0 30px 30px 0;
}


/*
 * 関東
 *****************************************/

body.top_honda_e .siteHeader .logoArea .logo_honda_e {
	display: inline;
}

body.top_honda_e .topConts1 .swiper-slide {
	opacity: .3;
	transform: scale(.7);
	transition: .7s;
	height: 75%;
}

body.top_honda_e .topConts1 .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

body.top_honda_e .topConts1 #swiper_e {
	padding-top: 100px;
	background: #000;
}
@media ( max-width: 768px ) {
	body.top_honda_e .topConts1 #swiper_e {
		padding-bottom: 40px;
	}
}

body.top_honda_e .topConts1 #swiper_e .swiper-slide > a {
	display: block;
    width: 100%;
    height: 100%;
}

body.top_honda_e .degs1 {
	height: clamp(62.5rem, 26.21rem + 40.32vw, 93.75rem);
}
@media ( max-width: 1440px ) {
		body.top_honda_e .degs1 {
		height: clamp(46.875rem, 36.161rem + 22.32vw, 56.25rem);
	}
}
@media ( max-width: 768px ) {
		body.top_honda_e .degs1 {
		height: clamp(25rem, 10.091rem + 63.61vw, 40.625rem)
	}
}

body.top_honda_e .topConts1 .btnRequest.doc.honda_e {
	z-index: 100;
    position: absolute;
    right: 260px;
    bottom: 100px;
	opacity: 0;
	-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: mainBlock1;
    animation-name: mainBlock1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

body.top_honda_e .topConts1 .btnTour.doc.honda_e {
	z-index: 100;
    position: absolute;
    right: 50px;
    bottom: 100px;
	opacity: 0;
	-webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: mainBlock1;
    animation-name: mainBlock1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

/*
 * 関西
 *****************************************/

body.top_honda_w .siteHeader .logoArea .logo_honda_w {
	display: inline;
}



/*
 * 一級自動車研究 開発学科(4年過程)
 *****************************************/

body.top_honda_w.page-ikkyu_dev .secType01 {
	height: 750px;
	background-image: url(../images/img_honda_w_page-ikkyu_dev01.jpg);
}

body.top_honda_w.page-ikkyu_dev .secType01 .secInner {
	padding-top: 415px;
	/* text-align: right; */
}

body.top_honda_w.page-ikkyu_dev .ttlDev{
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    background-color: #004ea2;
    margin-bottom: 50px;
    padding: 0.5em;
}
body.top_honda_w.page-ikkyu_dev .ttlDev span{
	color: #fff100;
}
body.top_honda_w.page-ikkyu_dev .pageSec3 .ttlDev{
	text-align: center;
	margin-bottom: 0;
}
.ttlDev_img{
	display: block;
	margin: 0 auto 20px;
	line-height: 0;
}

/*コース選択と詳細共通部分*/
.course_inner,
.courseInfo{
	color: #fff;
}

.seibi,
#seibi_main .courseInfo{
	background-color: #00afec;
}

.kaihatu,
#kaihatu_main .courseInfo{
	background-color: #45b035;
}

/*コース選択部分*/
.course_wrap{
	height: 0;
}
.courseInfo{
	margin-bottom: 50px;
	}
.course_inner{
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
}
.course_inner:hover{
	cursor: pointer;
	opacity: 0.8;
	transition: all .2s ease;
}
.course_inner h3{
	font-size: 25px;
}
.course_inner .course_btn{
	font-size: 23px;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	width: 70%;
	background-color: #fff100;
	margin: 10px auto;
	padding: 0.5em;
}

.course_inner.seibi .course_btn{
	color: #00afec;
}
.course_inner.kaihatu .course_btn{
	color: #45b035;
}

/*一級自動車研究 開発学科共通2boxレイアウト*/
.dev_lay_2box{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 1em;
}

.dev_lay_2box > div{
	width: 50%;
}

/*コース紹介メイン部分*/
.dev_lay_2box > div.course_img{
	width: 40%
}
.dev_lay_2box > div.course_img img{
	width: 100%;
}
.dev_lay_2box > div.course_text{
	width: 55%;
	text-align: center;
}

.course_text h3{
	font-size: 25px;
	font-weight: bold;
	padding: 0.5em;
	margin-bottom: 1.5em;
}
#seibi_main .course_text h3{
	background-color: #0068b7;
}
#kaihatu_main .course_text h3{
	background-color: #007130;
}

.course_text p:first-of-type{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1.2em;
}

.course_text p:last-of-type{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.kaihatu_inner.dev_lay_2box{
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.kaihatu_inner{
	border: 2px solid #000;
	margin: 1em 0;
	text-align: center;
}
.kaihatu_inner h3{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1.2em;
}
.kaihatu_inner .kaihatu_text{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1.2em;
}

.kaihatu_inner .kaihatu_text:lang(ne){
	line-height: 1.5;
}

.kaihatu_inner .kaihatu_text:lang(my){
	line-height: 1.7;
}

.kaihatu_inner .kaihatu_text:lang(si){
	line-height: 1.3;
}

.kaihatu_inner .kaihatu_text:lang(bn){
	line-height: 1.2;
}

.kaihatu_inner .kaihatu_link a{
	color: #fff;
    display: block;
    background-color: #E50020;
    width: 60%;
    font-weight: bold;
    padding: 10px;
    margin: 0 auto;
}
.kaihatu_inner .kaihatu_link a:hover,
.kaihatu_blog a:hover{
	opacity: 0.8;
	transition: all .2s ease;
}

.kaihatu_blog{
	margin: 1em 0;
}

.kaihatu_blog img {
	width: 100%;
}

/*資格コーション*/
body.top_honda_w.page-ikkyu_dev .lay03Ttl{
	width: 120px;
}
body.top_honda_w.page-ikkyu_dev .listTtl{
	display: block;
}

body.top_honda_w.page-ikkyu_dev .caution{
	font-size: 15px;
	text-align: right;
}

body.top_honda_w.page-ikkyu_dev .pageSec4 .block03,
body.top_honda_w.page-ikkyu_dev .pageSec5 .block03{
	margin-top: 20px;
}

/*タブ設定*/
.course_description{
	display: none;
}

/*
 * 自動車整備科
 *****************************************/

body.top_honda_w.page-maintenance .secType01 {
	height: auto;
	background-image: url(../images/img_honda_w_page-maintenance01.jpg);
}

body.top_honda_w.page-maintenance .secType01 .secInner {
	padding-top: 415px;
	padding-bottom: 85px;
	text-align: right;
}

.youtube_ttl{
	font-weight: bold;
}

.youtube {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
 * 自動車研究開発科
 *****************************************/

body.top_honda_w.page-dev .secType01 {
	height: auto;
	background-image: url(../images/img_honda_w_page-dev01.jpg);
}

body.top_honda_w.page-dev .secType01 .secInner {
	padding-top: 50px;
	padding-bottom: 400px;
}

.honda_w_page-dev_wrap{
	background-color: #E50020;
}

.bn_blog a{
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.bn_blog a:hover{
	opacity: 0.8;
}

.honda_w_page-dev_ul{
	padding: 40px 0;
}

.honda_w_page-dev_desc{
	background-color: #000;
	height: 420px;
	padding: 20px 20px;
	color: #fff;
	position: relative;
}



.honda_w_page-dev_desc h3,
.honda_w_page-dev_desc div{
	margin-bottom: 15px;
}

.honda_w_page-dev_desc h3{
	font-size: 25px;
}

.honda_w_page-dev_link{
	border: 3px solid #E50020;
	background-color: #fff;
	width: 250px;
	color: #000;
	text-align: center;
	margin: 15px auto;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	webkit-transition: 0.2s;
	transition: 0.2s
}

.honda_w_page-dev_link:hover{
	color: #E50020;
}

.honda_w_page-dev_text{
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
}

.honda_w_page-dev_link a{
	display: block;
	width: 100%;
    font-weight: bold;
    padding: 10px;
}

/*
 * 自動車整備留学生科
 *****************************************/

.honda_w_page-ryugakusei_wrap h5.secTtl01{
	color: #333333;
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}

/*たくさんの留学生が学んでいるので“安心”！*/
.honda_w_page-ryugakusei_wrap .pageSec2 .col_lay01{
	margin-bottom: 80px;
}

.ryugakusei_caution{
	text-align: right;
	margin-top: 10px;
}

.honda_w_page-ryugakusei_wrap .ryugakusei_table{
	margin-bottom: 45px;
}
.honda_w_page-ryugakusei_wrap table th,
.honda_w_page-ryugakusei_wrap table td{
	border: 2px solid #333333;
	font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
}
.honda_w_page-ryugakusei_wrap table th{
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 55px;
}
.honda_w_page-ryugakusei_wrap table td{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;	
}

.w_ryugakusei_img{
	text-align: center;
}

.comment{
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e50020;
}

.name{
	font-weight: bold;
    padding: 25px 0;
    font-size: 18px;
}

.comment_native{
	margin-top: 40px;
}
/*授業イメージ*/
.w_ryugakusei_study{
	width: 644px;
	padding: 30px;
    margin: 35px auto 0;
	border: 3px solid #e50020;
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.w_ryugakusei_study p{
	line-height: 1.6;
}

.w_ryugakusei_study p:nth-child(2){
	margin-top: 30px;
	border: 2px solid #333333;
	text-align: center;
}

.w_ryugakusei_study a{
	color: #e50020;
	padding: 5px 40px;
	font-size: 24px;
    font-weight: bold;
	display: block;
	width: 100%;
}

.w_ryugakusei_study a:hover{
	opacity: 0.8;
}

/*就職先*/
.w_ryugakusei_recruit_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.w_ryugakusei_recruit{
	width: 430px;
	border: 3px solid #e50020;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 20px;
    line-height: 1.4;
	flex-direction: column;
	padding: 20px 0;
}

.w_ryugakusei_recruit img{
	width: 300px;
	margin-bottom: 15px;
}

.w_ryugakusei_recruit:nth-child(n+3){
	margin-top: 20px;
}

.w_ryugakusei_request{
	width: 644px;
    margin: 0 auto;
    padding-top: 30px;
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.ryugakusei_movie{
	margin-bottom: 50px;
}

.ryugakusei_movie iframe{
	width: 100%;
	height: 543px;
}

span.color_red{
	color: #e50020;
}



/*
 * 資格について
 *****************************************/

body.top_honda_w.page-qualification .pageSec1 .ttl7 {
	background-color: #45b035;
}



/*
 * アクセス
 *****************************************/

body.top_honda_w.page-access .pageSec1 .img02 img {
	width: 300px;
}


body.page-overview .request01,
body.page-overview .request02 {
	display: none !important;
}


/*
 * 保護者の皆様へ
 *****************************************/
 .parents__container p {
	line-height: 1.9;
}
.parents__btn {
	width: 50%;
	padding: 1.4em;
	/* margin: 0 1em 0; */
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #e50020;
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.parents__btn:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	/*margin: 12px 5px 0 0;*/
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	float: left;
}
 .parents__btn:hover {
	color: #fff;
	transition: all 0.2s ease-out;
	opacity: 0.8;
} 
.parents__btn a {
	color: #fff;
}
.parents__btn-container {
	text-align: center;
	margin-top: -1em;
	/* display: flex; */
}
.parents__btn-container p {
	padding: 1em 0 2em 0;
}
.parents__btn-container__txt {
	text-align: center;
    padding: 1em 0;
}
.parents__img {
	text-align: center;
}
.parents__img p {
	width: 540px;
    margin: 0 auto;
	text-align: left;
	padding-top: 1em;
	line-height: 1.9;
	font-size: 14px;
}
.parents__txt-right {
	padding: 0 0 0 1em !important;
	display: inline-block;
}
.parents__box {
	width: 965px;
    border: solid 1px #000000;
}
.parents__box h1 {
	background-color: #eeeeee;
	padding: 2em;
	font-size: 20px;
	text-align: center;
    border-bottom: solid 1px #000000;
}
.parents__box-txt {
	line-height: 1.9;
    text-align: center;
	padding: 2em 0;
}
.parents__box h3 {
	padding: 0.4em 0.5em;
    color: #000000;
    background: transparent;
    border-left: solid 3px #000000;
    font-size: 20px;
}
.parents__box-inner {
	padding: 0 4em 1em;
}
.parents__box-inner p {
	padding: 1em 0;
	line-height: 1.9;
}
.parents__box-inner-detail {
	padding-bottom: 3em;
}
.parents__box-link {
	font-weight: bold;
	padding-top: 1em;
}
.br-sp {
	display: none;
}
.br-pc {
	display: inline-block;
}
.parents__box-bn {
	display: flex;
	align-items: center;
}
.parents-limit__link {
	word-break: break-all
}
.parents-limit__container p {
	line-height: 1.9em;
}
.parents-limit__container span {
	font-weight: bold;
	font-size: 20px;
	display: block;
    padding-top: 1em;
}
.parents-limit__container a{
	word-break: break-all;
}
.parents-limit__container a:hover {
	transition: all 0.2s ease-out;
	opacity: 0.8;
}
.parents-limit__container._sub {
	margin-top: 2em;
}
.parents-limit__btn, .parents-limit__btn-club {
	width: 23.875%;
	padding: 0;
	margin: 1em 1.5% 0 0;
	text-align: center;
	color: #fff;
	background-color: #e50020;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
}
.parents-limit__btn-club {
	font-size: 15px;
	padding: 1.3em 0;
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	height: 60px;
}
.parents-limit__btn:hover {
	color: #fff;
	transition: all 0.2s ease-out;
	opacity: 0.8;
}
.parents-limit__btn a {
	color: #fff;
}
.parents-limit__btn:before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 5px 0 0;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	display: block;
	position: absolute;
	left: 1em;
}
.parents-limit__btn-club:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 5px 0 0;
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: block;
	position: absolute;
	left: 1em;
}
.parents-limit__btn:nth-of-type(4n) {
	margin: 1em 0 0 0;
}
.parents-limit__btn-club a {
	font-size: 16px;
}
.parents-limit__btn-club:hover {
	color: #fff;
	transition: all 0.2s ease-out;
	opacity: 0.8;
}
.parents-limit__btn-club:nth-of-type(4n) {
	margin: 1em 0 0 0;
}
.parents-limit__btn-club:nth-child(17n) {
    padding: 0.4em 1em;
}
.parents-limit__box-second {
	padding-top: 1.5em;
}
.parents-limit__box h3, .parents-limit__box-second h3 {
	padding: 0.4em 0.5em;
    color: #000000;
    background: transparent;
    border-left: solid 3px #000000;
	font-size: 20px;
	text-align: left;
}
.parents-limit__btn-box {
	display: flex;
    justify-content: start;
	flex-wrap: wrap;
}
.parents-limit__txt {
	color: #e50020;
}
.ttl6 span {
	font-size: 17px;
	padding-left: 1em;
}

@media (max-width: 767px) {
.parents__container p {
	font-size: 12px;
}
.parents__btn {
	width: 100%;
    padding: 1em;
    font-size: 15px;
	margin: 0 0 0.5em 0;
}
/* .parents__btn-container {
	display: block;
} */
.parents__btn-container p {
    padding: 0.5em 0 2em 0;
    font-size: 12px;
}
.parents-limit__btn:before {
	width: 14px;
	height: 14px;
}
.parents__img img {
	width: 100%;
}
.parents__img p {
	width: 100%;
    text-align: left;
    padding-top: 1em;
    line-height: 1.7;
    font-size: 12px;
}
.parents__txt-right {
	padding: 0 0 0 1em !important;
}
.parents__box {
	width: 100%;
}
.parents__box h1 {
    padding: 1em;
    font-size: 12px;
    line-height: 1.7;
}
.parents__box-txt {
    line-height: 1.9;
    padding: 2em 1.5em;
    font-size: 12px;
	text-align: left;
}
.parents__box-inner {
    padding: 0 1.5em;
}
.parents__box-inner-detail {
    padding-bottom: 1em;
}
.parents__box h3 {
    font-size: 15px;
}
.parents__box-inner p {
    padding: 0.5em 0;
    line-height: 1.9;
    font-size: 12px;
}
.parents__box-link {
    font-size: 12px;
}
.br-sp {
	display: inline-block;
}
.br-pc {
	display: none;
}
.parents__box-bn a img {
	width: 100%;
    max-width: 282px;
}
.parents-limit__btn, .parents-limit__btn-club {
	width: 49%;
	margin: 1em 0 0 0;
	font-size: 15px;
	height: 54px;
}
.parents-limit__btn:nth-child(odd) {
	margin-right: 2%;
}
.parents-limit__btn-club:nth-child(odd) {
	margin-right: 2%;
}
.parents-limit__btn-club a {
	font-size: 13px;
}
.parents-limit__btn-club {
	font-size: 12px;
}
.ttl6 span {
	font-size: 13px;
	padding: 0;
}
.parents-limit__btn:before {
	width: 14px;
	height: 14px;
}
.parents-limit__btn-club:before {
	width: 14px;
	height: 14px;
}
}


/* =====================================
 *  PC / SP 出し分け
 * ===================================== */







.pc_db { display: block; }
.pc_ib { display: inline-block; }
.pc_in { display: inline; }
.pc_dt { display: table; }
.pc_dtc { display: table-cell; }

.sp_db,
.sp_ib,
.sp_in,
.sp_dt,
.sp_dtc { display: none; }