@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);


/* =====================================
 *  RESET
 * ===================================== */

* { font-size: 100%;line-height: 100%;border:0;outline:0;vertical-align:baseline;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;padding:0;margin:0; }
section, article, aside, footer, header, nav, hgroup { display: block; }
address { font-style: normal; }
ul li { list-style:none; }
ol li { margin-left: 1em; }
span, button, strong, small, em, b { color: inherit; }
a { color: inherit; text-decoration: none; }
img { height: auto; vertical-align: bottom; }
table { border-collapse:collapse; border-spacing:0;width: 100%; }



/* =====================================
 *  装飾
 * ===================================== */

.tac { text-align: center; } .tal { text-align: left; } .tar { text-align: right; } .tdu { text-decoration: underline; }
.fl { float: left; } .fr { float: right; }
.mb0 { margin-bottom: 0 !important; }
.cf:after { content: " "; display: block;clear: both;height: 0;visibility: hidden; }
.w1200 { width: 1200px; margin-left: auto; margin-right: auto; }
.w965 { width: 965px; margin-left: auto; margin-right: auto; }
.w700 { width: 700px; margin-left: auto; margin-right: auto; }
.ofi { width: 100%; height: 100%; font-family: 'object-fit: cover;' }
.maxImg img { width: 100%; }

/*--------- フォーム用 ---------*/
.btnSbmt {height: 40px;background-color: #ccc;-webkit-appearance: none;-moz-appearance: textfield;appearance: none;border-radius: 0;cursor: pointer;}
.wrap_sel {position: relative;display: inline-block;}
select {width: 100%;height: 40px;position: relative;padding-left: 10px;padding-right: 10px;background-color: #ccc;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;cursor: pointer;}
select::-ms-expand {display: none;}
.wrap_sel:before {content: "▽";display: block;position: absolute;top: 50%;right: 5px;z-index: 2;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-o-transform: translate(0,-50%);transform: translate(0,-50%);pointer-events: none;}
option {padding: 10px;}
.iptxt {height: 40px;padding-left: 10px;padding-right: 10px;border: 1px solid #ccc;-webkit-appearance: none;-moz-appearance: textfield;appearance: none;border-radius: 0;}
.iptxt:focus {-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);box-shadow: 0 0 4px rgba(0,0,0,0.2);}
.ipradi {display: none;}
.ipradi + span {display: inline-block;padding-left: 20px;position: relative;cursor: pointer;}
.ipradi + span:before {content: "";display: block;position: absolute;top: 0;left: 0;width: 15px;height: 15px;border: 1px solid #999;border-radius: 50%;}
.ipradi:checked + span {color: #009a9a;}
.ipradi:checked + span:after {content: '';display: block;position: absolute;top: 3px;left: 3px;width: 9px;height: 9px;background: #009a9a;border: 1px solid #009a9a;border-radius: 50%;}
.mwform-radio-field {margin-left: 0 !important;margin-right: 15px;}
.ipchk {display: none;padding: 6px;}
.ipchk + span {position: relative;display: inline-block;padding-left: 20px;cursor: pointer;}
.ipchk + span:before {content: '';position: absolute;top: -1px;left: 0;display: block;background: #fff;width: 13px;height: 13px;border: 2px solid #ccc;}
.ipchk:checked + span:after {content: '';display: block;width: 13px;height: 10px;position: absolute;top: -4px;left: 0;border-left: 3px solid #e71063;border-bottom: 3px solid #e71063;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
textarea { font-size: 15px;line-height: 1.6;display: block;width: 100%;height: 200px;padding: 15px;border: 1px solid #ccc;border-radius: 0;-webkit-appearance: none; appearance: none;}











/* =====================================
 * 	COMMON
 * ===================================== */

body {
	font-family: Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo;
	color: #333;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-width: 1200px;
}



/*
 * @WP LOGIN BAR
 *****************************************/

#loginNow {
	font-size: 12px;
	position: fixed;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
}


.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.overlay.on {
	display: block;
}


.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #a0a0a0;
	z-index: 10;
}
.pageTop img {
	width: 50px;
}

.request01,
.request02, 
.request03 {
	position: fixed;
	right: 0px;
}

.request01:hover,
.request02:hover,
.request03:hover{
	opacity: 0.8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.request01 {
	top: 250px;
	z-index: 11;
}
.request02 {
	top: 425px;
	z-index: 12;
}
.request03 {
	top: 600px;
	z-index: 13;
}

.btn_materials{
	top: 120px;
	z-index: 11;
}

.btn_opencampus{
	top: 240px;
	z-index: 12;
}

.btn_line{
	top: 360px;
	z-index: 13;
}

/*.request01,
.request02 {
	display: none;
}*/












/*
 * title
 *****************************************/

.ttl1 {
	color: #fff;
	margin-bottom: 35px;
}

.ttl1 [class*='txt'] {
	display: block;
}

.ttl1 .txtJa {
	font-size: 22px;
	margin-bottom: 5px;
}

.ttl1 .txtEn {
	font-family: DIN Condensed, Open Sans Condensed;
	font-size: 60px;
	letter-spacing: -0.025em;
}

.ttl2 {
	font-family: PT Sans Narrow, Open Sans Condensed;
	font-size: 65px;
	color: #fff;
	display: inline-block;
	/*background-color: #e50020;*/
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
}

.ttl2:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e50020;
}

.ttl2.__irre_club{
	height: 95px;
}
.ttl2.__irre_club:before{
	background-color: rgba(0,0,0,0);
}

.ttl2 span {
	position: relative;
	z-index: 2;
}


.ttl3 {
	color: #fff;
}

.ttl3 [class*='txt'] {
	display: block;
}

.ttl3 .txtMain {
	font-size: 45px;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.ttl3 .formTtl {
	font-size: 30px;
	line-height: 1.4;
}

.ttl3 .txtSub {
	font-size: 20px;
	letter-spacing: 0.1em;
}

.ttl3 .txtSub:lang(ne){
	line-height: 1.8;
}

.ttl3 .txtSub:lang(my){
	line-height: 1.8;
}

.ttl3 .txtSub:lang(si){
	line-height: 1.6;
}

.ttl3 .txtSub:lang(bn){
	line-height: 1.3;
}

.ttl4 {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}


.ttl5 {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #004522;
	margin-bottom: 10px;
}

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

.ttl6 {
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #e50020;
	padding-bottom: 20px;
	border-bottom: 1px solid #e50020;
	margin-bottom: 50px;
}

body.page-club_girls .ttl6,
body.page-girlshonda .ttl6{
	width: 100%;
	color: #fff;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #F29DA6;
	vertical-align: middle;
	border-radius: 25px 25px 25px 25px;
    border-bottom: none;
}

body.page-club_girls .ttl6:before,
body.page-club_girls .ttl6:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.ttl7 {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #666;
	padding: 10px 15px;
	margin-bottom: 20px;
}

body.page-club_girls .ttl7{
	background: #F29DA6;
	font-size: 22px;
	border-radius: 10px;
}

.ttl8 {
	font-size: 32px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
	padding: 10px 20px;
	margin-bottom: 40px;
}


.ttl9 {
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #e50020;
	margin-bottom: 20px;
}


.ttl10 {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.ttl10 b {
	font-size: 40px;
	color: #e60012;
}

.maintenance-text {
	text-align: center;
}

.qualification-tetx {
	text-align: left;
	margin-bottom: 15px;
}

.alumni-subttl {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
li.alumni-subttl {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
}
.alumni-bold {
	font-weight: bold;
}
.baseTxt01-alumni {
	font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.baseTxt01-alumni ol li {
	line-height: 1.8;
}
@media (max-width: 767px){
	.alumni-subttl, li.alumni-subttl {
		font-size: 15px;
	 }
	 .baseTxt01-alumni {
		font-size: 14px;
	 }
}



@media (max-width: 767px){
.qualification-tetx {
	font-size: 13px;
	margin-bottom: 10px;
 }
}

.ikkyu-text {
	text-align: center;
}

.ikkyu-text01 {
	font-size: 45px;
	margin-bottom: 10px;
}

@media (max-width: 767px){
.ikkyu-text01 {
	font-size: 27px;
	margin-bottom: 10px;
 }
}

.ikkyu-text02 {
	font-size: 22px;
	margin-bottom: 50px;
}

@media (max-width: 767px){
.ikkyu-text02 {
	font-size: 13px;
	margin-bottom: 25px;
 }
}

.subTtl01 {
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}


.pageHead01 {
	margin-bottom: 40px;
}

.pageHead01 .pageTtl {
	font-size: 50px;
}


.pageHead02 {
	background-color: #fff;
	padding-bottom: 50px;
}


.secTtl01 {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #e50020;
	margin-bottom: 10px;
}


.secTtl02 {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
}



/*
 * text
 *****************************************/

.baseTxt01 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}



.baseTxt02 {
	font-size: 15px;
	line-height: 2.33;
}


.baseTxt03 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #e50020;
}


.baseList01,
.ol01 {
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.baseList01 li,
.ol01 li {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 10px;
}

.ol01 li {
	list-style: decimal;
}

.baseList01 li:last-child,
.ol01 li:last-child {
	margin-bottom: 0;
}


.tdList {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.7em;
}
.tdList,
.tdList li {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
}


.ti01 {
	text-indent: -22px;
	display: inline-block;
	margin-left: 18px;
}


.ti02 {
	text-indent: -1em;
	margin-left: 1em;
}


.anno {
	font-family: Arial;
	font-style: normal;
}


.c-red01 { color: #f00; line-height: inherit; }
.c-red02 { color: #e50020; line-height: inherit; }
.c-black { color: #333333; line-height: inherit; }


.link01 {
	color: #e50020;
	text-decoration: underline;
}


.link02 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #e50020;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}



/*
 * base column
 *****************************************/

[class*='innerSec0'] {
	margin-bottom: 50px;
}

[class*='innerSec0'].last {
	margin-bottom: 0;
}

body.page-report_008 .innerSec01{
	margin-bottom: 80px;
}

/*
 * gcse-search
 *****************************************/
#___gcse_0 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#___gcse_0 .gsc-control-cse {
	width: 17%;
    margin-right: 1.8em;
}

@media (max-width: 1024px) {
	#___gcse_0 .gsc-control-cse{
        width: 25%;
	}
}

@media (max-width: 767px) {
	#___gcse_0 {
		margin: -1em 0px;
	}
	#___gcse_0 .gsc-control-cse {
        width: 100%;
		margin: 1em 0 3em;
		background: #000;
	}
	#___gcse_0 .gsc-control-cse {
		border: solid 1px #000;
	}
}


/*
 * global nav
 *****************************************/

.gNav .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gNav .menu {
	max-width: 965px;
	margin: 0 auto;
}

.gNav .menu:lang(ne){
	max-width: 1110px;
}

.gNav .menu:lang(my){
	max-width: 1150px;
}

.gNav li:lang(my){
	padding-inline: 5px;
}

.gNav .menu:lang(si){
	max-width: 1200px;
}

.gNav li:lang(si){
	padding-inline: 10px;
}


.gNav .menu:lang(bn){
	max-width: 1080px;
}

.gNav li:lang(bn){
	padding-inline: 10px;
}

.gNav li {
	text-align: center;
	/*width: 100%;*/
}

.gNav li a {
	display: inline-block;
}

.gNav li [class*='txt'] {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.gNav li .txtJa {
	font-size: 12px;
	margin-bottom: 10px;
}

.gNav li .txtEn {
	font-family: Open Sans Condensed;
	font-size: 27px;
	list-style-type: -0.025em;
}

.top_honda_w .gNav li .txtEn{
	font-size: 23px;
}

.gNav .menu-recommendation .txtEn {
	font-size: 1.4rem;
}

/*プルダウンメニュー*/

.gNav ul li > a{
    padding: 17px 0px;
} 

.siteHeader{
	position: relative;
}

.siteHeader .menuWrap{
	width: 100%;
	background: #000;
}

.siteHeader .menu-about-nav{
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
	position: absolute;
    top: 100%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) scaleY(0);
    transform-origin: 0 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

.siteHeader .menu-list:hover .menu-about-nav,
.siteHeader .menu-about-nav:hover .menu-about-nav{
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
}

.siteHeader .menu-about-nav ul{
	width: 965px;
	margin: 0 auto;
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
			gap:15px;
}

.siteHeader .menu-about-nav ul li{
	font-weight: bold;
	position: relative;
}
.siteHeader .menu-about-nav ul li.menu-about-nav-list > a{
	padding:17px 2px 17px 12px;
}
.siteHeader .menu-about-nav ul li:hover{
	color: #E50020;
}

.siteHeader .menu-about-nav-list.ikkyu_dev_list a{
	line-height: 1.3;
	text-align: left;
}

@font-face {
	font-family: "Ionicons";
	src: url("fonts/ionicons.eot?v=1.4.1");
	src: url("fonts/ionicons.eot?v=1.4.1#iefix")
	format("embedded-opentype"),
	url("fonts/ionicons.ttf?v=1.4.1")
	format("truetype"),
	url("fonts/ionicons.woff?v=1.4.1")
	format("woff"),
	url("fonts/ionicons.svg?v=1.4.1#Ionicons")
	format("svg");
	font-weight: normal;
	font-style: normal;
}

.siteHeader .menu-about-nav ul li:before{
    content: "";
    padding-right: 2px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e50020;
    border-width: 6px 0px 6px 6px;
}

.topFooter .menu-about-nav{
	display: none;
}

@-webkit-keyframes headerFixed {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes headerFixed {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes headerFixed {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.siteHeader .menuWrap.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: headerFixed;
    animation-name: headerFixed;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*li.menu-about ul.menu-about-nav-list {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #072A24;
}

li.menu-about:hover ul.menu-about-nav-list {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu-about ul.menu-about-nav-list > li {
    float: left;
    width: 100%;
    border: none;
}
*/


/*
 * nav
 *****************************************/

.linkNav li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.linkNav li:nth-child(3n) {
	margin-right: 0;
}

.linkNav li a {
	font-size: 18px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background-color: rgba(229,0,32,1);
	padding-top: 15px;
	padding-bottom: 15px;
}

.linkNav.departNav li {
	width: 308px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.linkNav.departNav li:nth-child(3n) {
	margin-right: 0;
}

.linkNav.departNav li a {
	font-size: 18px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.linkNav.departNav li a p{
	background-color: #E50020;
	line-height: 1.9;
}

.linkNav.departNav .departNavImg{
	overflow: hidden;
	width: 308px;
	height: 105px;
}
.linkNav.departNav .departNavImg img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.linkNav.departNav a:hover .departNavImg img {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}


.linkNav.fellowship_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
}
.linkNav.fellowship_btn li a {
	font-size: 23px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
	background-color: #333;
	padding-top: 25px;
	padding-bottom: 25px;
}
.linkNav.fellowship_btn li a:hover{
	background-color: #505050;
}

.dlList {
	margin-bottom: 30px;
}

.dlList li {
	padding: 20px;
	border: 1px solid #aaa;
	margin-bottom: 20px;
}

.dlList li:last-child {
	margin-bottom: 0;
}

.dlList .dlTtl {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.dlList .hasThumb {
	margin-top: 20px;
}

.dlList .dataTtl {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	float: left;
	width: 550px;
	margin-top: 5px;
}

.dlList .hasThumb .dataTtl {
	width: auto;
	float: none;
	margin-bottom: 15px;
}

.dlList .pdfImg {
	float: left;
}

.dlList .hasThumb .listData {
	width: 600px;
	float: right;
}

.dlList .pdfImg img {
	width: 270px;
	border: 1px solid #aaa;
}

.dlList .dlLink {
	width: 310px;
	float: right;
}

.dlList .hasThumb .dlLink {
	float: none;
}

.dlList .dlLink 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;
}

.dlList .dlLink .excel { background-image: url(../images/shp_excel.gif); }
.dlList .dlLink .word { background-image: url(../images/shp_word.gif); }

.dlList .dlLink02 {
	width: 100%;
	clear: both;
	float: none;
	padding-top: 20px;
}

.dlList .dlLink02 a {
	width: 48.5%;
}

.dlList .dlLink02 a:nth-child(odd) { float: left; }
.dlList .dlLink02 a:nth-child(even) { float: right; }


.dlList02 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.dlList02 dt,
.dlList02 dd {
	font-size: 16px;
	background-color: #fff;
	margin-bottom: 20px;
}

.dlList02 dt {
	float: left;
	position: relative;
	clear: both;
	padding-right: 20px;
}

.dlList02 dt:before {
	content: "";
	width: 600px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(../images/shp_dot.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: 5px;
	margin: auto;
}

.dlList02 dd {
	float: right;
	padding-left: 20px;
}

.dlList03 {
	font-size: 0;
	margin-bottom: 20px;
}

.dlList03 > *:nth-child(-n+2) {
	margin-top: 0;
}

.dlList03 dt,
.dlList03 dd {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	vertical-align: middle;
	float: left;
	margin-top: 20px;
}

.dlList03 dt {
	color: #fff;
	text-align: center;
	width: 150px;
	background-color: #e50020;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 25px;
}

.dlList03 dd {
	padding-top: 10px;
}

.pageSec2 .date_irre{
	width: 70%;
}
.pageSec2 .img_irre{
	width: 30%;
}

/*
 * button
 *****************************************/

.btnR a {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../images/btn_r_doc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.btnRequest a {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../images/btn_r_doc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.btnTour a {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url(../images/btn_tour_doc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}


.btnMore1 {
	display: block;
	height: 339px;
	position: relative;
	background-color: transparent !important;
	background-image: url(../images/btn_gra1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.btnMore1 .inTxt {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.btnMore1 .inTxt [class*='txt'] {
	display: inline-block;
	font-weight: bold;
	color: #fff;
}

.btnMore1 .txtEn {
	font-family: DIN Condensed, Open Sans Condensed;
	font-size: 29px;
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}

.btnMore1 .txtJa {
	font-size: 14px;
	background-image: url(../images/arw_rgt_wh.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 12px;
	padding-right: 15px;
}


.btnMore2 {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #231815;
}

.btnMore2 span {
	font-size: 14px;
	color: #fff;
	display: block;
	background-image: url(../images/arw_rgt_wh.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 12px;
	padding-right: 15px;
}


.btnMore3 {
	width: 97px;
	height: 97px;
	position: absolute;
	bottom: -30px;
	right: -30px;
	background-image: url(../images/btn_more3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}


.btnMore4 {
	text-align: center;
}

.btnMore4 a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
	width: 500px;
	background-color: #efefef;
	padding: 15px;
	border: 2px solid #e50020;
}


.btnMore5 {
	font-size: 14px;
	letter-spacing: 0.05em;
}



/*
 * タブ切り替え
 *****************************************/

.changeTab {
	display: table;
	width: 100%;
}

.changeTab a {
	font-size: 20px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	display: table-cell;
	width: 50%;
	border-bottom: 2px solid #efefef;
}

.changeTab a.on {
	border: 2px solid #efefef;
	border-bottom: 0;
	cursor: default;
	-webkit-box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.05);
	box-shadow: 0 -2px 4px 0px rgba(0,0,0,0.05);
}

.changePage {
	display: none;
}

.changePage.on {
	display: block;
}



/*
 * bnr
 *****************************************/

.bnrBox {
	text-align: center;
	display: table;
	width: 965px;
	height: 200px;
	border: 2px solid #000;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.bnrBox .bnrTtl {
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
	width: 330px;
	background-color: #000;
}

.bnrBox .bnrTtl.red {
	background-color: #e50020;
}

.bnrBox .bnrTtl .ttlMain {
	font-size: 38px;
	letter-spacing: 0.5em;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: -15px;
}

.bnrBox .bnrTtl .ttlMain:lang(ne){
	font-size: 24px;
	margin-bottom: 30px;
}

.bnrBox .bnrTtl .ttlMain:lang(my){
	font-size: 28px;
}

.bnrBox .bnrTtl .ttlMain:lang(si){
	font-size: 34px;
}

.bnrBox .bnrTtl .ttlMain02 {
	font-size: 30px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display: inline-block;
}

.bnrBox .bnrTtl .ttlSub {
	font-size: 15px;
	line-height: 1.4;
}

.bnrBox .bnrData {
	vertical-align: middle;
	display: table-cell;
}

.bnrBox .dataInner {
	text-align: left;
	display: inline-block;
	width: 480px;
}

.bnrBox .dataInner:lang(ne){
	width: 550px;
}
.bnrBox .dataBlock01 .item01:lang(ne){
	font-size: 22px;
	width: 250px;
}

.bnrBox .dataBlock02 .telNum:lang(ne){
	font-size: 25px;
	padding-block: 20px;
}

.bnrBox .dataBlock01 .item02:lang(ne){
	font-size: 21px;
}


.bnrBox .dataInner:lang(my){
	width: 500px;
}


.bnrBox .dataBlock01 .item01:lang(my){
    font-size: 20px;
	width: 250px;
}

.bnrBox .dataBlock01 .item02:lang(my){
	font-size: 20px;
}

.bnrBox .dataBlock02 .telNum:lang(my){
	font-size: 44px;
	padding-block: 15px;
}

.bnrBox .dataInner:lang(si){
	width: 510px;
}

.bnrBox .dataBlock01 .item01:lang(si){
	font-size: 18px;
}

.bnrBox .dataBlock01 .item02:lang(si){
	font-size: 23px;
}

.bnrBox .dataBlock02 .telNum:lang(si){
	padding-block: 5px;
}

.bnrBox .dataInner:lang(bn){
	width: 550px;
}

.bnrBox .bnrTtl .ttlMain:lang(bn){
	font-size: 30px;
}

.bnrBox .dataBlock01 .item02:lang(bn){
	font-size: 26px;
}


@media (max-width: 767px){
	.bnrBox .dataInner:lang(ne){
		width: 100%;
	}
	.bnrBox .bnrTtl .ttlMain:lang(ne) {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.bnrBox .dataBlock01 .item01:lang(ne){
		font-size: 16px;
		width: 120px;
	}
	.bnrBox .dataBlock01 .item02:lang(ne) {
    	font-size: 15px;
	}
	.bnrBox .dataBlock02 .telNum:lang(ne) {
		font-size: 16px;
		padding-block: 15px;
	}
	.bnrBox .dataInner:lang(my) {
		width: 100%;
	}
	.bnrBox .bnrTtl .ttlMain:lang(my) {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.bnrBox .dataBlock01 .item01:lang(my) {
		font-size: 14px;
		width: 140px;
	}
	.bnrBox .dataBlock01 .item02:lang(my) {
		font-size: 15px;
	}
	.bnrBox .dataBlock02 .telNum:lang(my){
		font-size: 28px;
	}
	.bnrBox .dataInner:lang(si){
		width: 100%;
	}
	.bnrBox .bnrTtl .ttlMain:lang(si) {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.bnrBox .dataBlock01 .item01:lang(si){
		font-size: 12px;
		line-height: 1.5;
		padding: 5px;
		width: 140px;
	}
	.bnrBox .dataBlock01 .item02:lang(si) {
		font-size: 13px;
	}
	.bnrBox .dataInner:lang(bn){
		width: 100%;
	}
	.bnrBox .dataBlock01 .item02:lang(bn) {
		font-size: 17px;
	}
}





.bnrBox .dataBlock01 {
	margin-bottom: 10px;
}

.bnrBox .dataBlock01 [class*='item0'] {
	display: inline-block;
}

.bnrBox .dataBlock01 .item01 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.4em;
	text-indent: 10px;
	color: #fff;
	text-align: center;
	width: 200px;
	background-color: #e50020;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bnrBox .dataBlock01 .item02 {
	font-size: 31px;
	letter-spacing: 0.08em;
	margin-left: 10px;
}

.bnrBox .dataBlock02 .telNum {
	font-size: 58px;
	letter-spacing: 0.03em;
	text-align: right;
	color: #003987;
	background-image: url(../images/shp_tel.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 55px;
	margin-bottom: 10px;
}

.bnrBox .dataBlock02 .dataAnno {
	font-size: 16px;
}

.bnrBox .dataBlock02 .dataTxt {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	margin-bottom: 20px;
}


.bnrBox02 {
	width: 965px;
	position: relative;
	background-color: #fcf3c2;
	padding: 30px 40px;
	margin-left: auto;
	margin-right: auto;
}

.bnrBox02 .boxPop {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -40px;
	left: -10px;
	background-color: #f39935;
	border-radius: 999px;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.bnrBox02 .popInner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.bnrBox02 .boxPop .big {
	font-size: 20px;
	letter-spacing: 0.2em;
	display: inline-block;
	margin-top: 5px;
}

.bnrBox02 .boxTtl {
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #e50020;
	text-align: center;
	line-height: 2.5;
}

.bnrBox02 .boxTtl._sub {
	text-align: start;
    width: 70%;
    margin: 0 auto;
}

.bnrBox02 .boxTxt {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
}



/*
 * degs layout
 *****************************************/

.degBox {
	overflow: hidden;
}

.wrap_degs {
	position: relative;
}

[class^='degs'] {
	overflow: hidden;
}

.fadeOp {
	opacity: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

[class^='degs'] .degInner {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

.degs1 {
	height: 860px;
	position: relative;
	z-index: 2;
	/*margin-top: -50px;*/
	/*padding-top: 295px;*/
	padding-bottom: 155px;
	/*background-image: url(../images/btn_spMenu_cls.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}
.degs1.noslide {
	height: 0;
	position: relative;
	z-index: 2;
	/*margin-top: -50px;*/
	/*padding-top: 295px;*/
	padding-bottom: 155px;
	/*background-image: url(../images/btn_spMenu_cls.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}


.degs2 {
	height: 0;
	position: relative;
	z-index: 2;
	/*margin-top: -50px;*/
	/*padding-top: 295px;*/
	padding-bottom: 155px;
	/*background-image: url(../images/btn_spMenu_cls.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
}

.mainBlock1 {
	opacity: 0;
}

.degs2 {
	height: 1280px;
	position: relative;
	z-index: 2;
	margin-top: -150px;
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 80%, 0 90%);
	clip-path: polygon(0 0, 100% 10%, 100% 80%, 0 90%);
}
.degs4 {
	height: 1730px;
	position: relative;
	z-index: 2;
	margin-top: -150px;
	-webkit-clip-path: polygon(0 0, 100% 7%, 100% 80%, 0 90%);
	clip-path: polygon(0 0, 100% 7%, 100% 80%, 0 90%);
}
.degs3_w {
	width: 100%;
    height: 2780px;
	position: relative;
	z-index: -1;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: -300px;
	margin-left: 0;
}
.degs3_e {
	width: 100%;
	height: 2000px;
	position: relative;
	z-index: -1;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: -300px;
	margin-left: 0;
}

.topBtn__e-book {
	background-image: url(../images/bn_e-book.jpg);
	margin: 80px auto;
	height: 204px;
	position: relative;
}
.topBtn{
	margin: 80px auto;
	background: #fff;
}
.topMovie{
	margin:80px auto;
	width:965px;
}
.topMovie video{
	width:100%;
	height:auto;
}
.topBtn a img, .topBtn__e-book{
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.topBtn a img:hover, .topBtn__e-book a img:hover{
		opacity: 0.8;
}
.navMovie{
	padding: 10px;
}

.recruitMovie video{
	width:100%;
	height:auto;
}
.apply_movie{
	margin-top: 30px;
}
.topBnr__btn {
	position: absolute;
	top: 110px;
    left: 40px;
}
.topBnr__btn a {
	margin-right: 2em;
}

._bn-line {
	margin-top: 0px;
	width: 890px;
}
@media (max-width: 767px){
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.degs2,
	.degs3,
	.degs4 {
		margin-top: 0;
	}
}

.degs2 .degInner {
	background-image: url(../images/bg2.jpg);
}
.degs4 .degInner {
	background-image: url(../images/bg2.jpg);
}

.mainBlock1 {
	height: 100%;
	position: relative;
	z-index: 2;
	padding-bottom: 340px;
}

.mainBlock1 .mainCatch img {
	position: absolute;
	top: 100px;
	left: -50px;
	width: 400px;
}

.mainBlock1 .btnR {
	position: absolute;
	right: -200px;
	bottom: 0;
}

.mainBlock1 .btnRequest{
	position: absolute;
	right: 120px;
	bottom: 0;
}

.mainBlock1 .btnTour{
	position: absolute;
	right: -90px;
	bottom: 0;
}

.mainBlock2 {
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
	z-index: 2;
}


.topConts2 {
	background-color: #e50020;
}

.bigNav {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 25px;
	border-left: 10px solid #fff;
}


.topConts3 {
	position: relative;
	background-image: url(../images/shp_tri2.png), url(../images/bg4.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, center;
	background-size: 100% 290px, cover;
	padding-top: 75px;
	padding-bottom: 765px;
}

body.top_honda_w .topConts3 {
	background-image: url(../images/shp_tri2.png), url(../images/bg5.jpg);
}

.compData {
	color: #fff;
}

.compData .dataInner {
	display: inline-block;
	position: relative;
	padding-right: 75px;
}
.compData .dataInner.dataInner_w {
	padding-right: 75px;
}

.compData .compTtl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.compData .compAdd {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.compData .compSns {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.compData .compSns-e {
	font-size: 0;
	position: absolute;
	top: 0;
	right: -236px;
}

.compData .compSns-w {
	font-size: 0;
	position: absolute;
	top: 0;
	right: -160px;
}

@media (max-width: 767px){
	.compData .compSns-w,
	.compData .compSns-e{
		position: static;
		text-align: center;
	}
}

.compData .snsIco {
	display: inline-block;
}

.compData .snsIco-w,
.compData .snsIco-e {
	display: inline-block;
}

.compData .snsIco-e:first-child  {
	margin-right: 20px;
}
.compData .snsIco-w:nth-child(-n+3) ,
.compData .snsIco-e:nth-child(-n+3) ,
.compData .snsIco-e:nth-child(-n+4) ,
.compData .snsIco-e:nth-child(-n+2)  {
	margin-right: 20px;
}

.compData .snsIco img {
	width: 40px;
}

.compData .snsIco-w img,
.compData .snsIco-e img {
	width: 40px;
}


.topFooter {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
}

.topFooter .btnR {
	margin-bottom: 25px;
}

.topFooter .btnRequest {
	margin-bottom: 25px;
}

.topFooter .btnTour.doc {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -275px;
}

.topFooter .gNav {
	margin-bottom: 0;
}

/*
 * noslider
 *****************************************/

 .noslider {
    position: relative;
    width: 100%;
    height: 137vh;
    background-image: url("../images/mainvisual.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	z-index: 1;
}

.noslider a {
    display: block;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease;
}

/*.noslider a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}*/

@media only screen and (max-width: 960px) {
	.noslider {
		height: 60vh;
	}
}
/* スマホ用の調整 */
@media only screen and (max-width: 767px) {
    .noslider {
        background-image: url("../images/sp_mainvisual.jpg");
        background-position: center;
        background-size: cover;
    }
}


/*
 * post template1
 *****************************************/

.postList1 .postItem {
	width: 225px;
	float: left;
	background-color: #fff;
	margin-bottom: 20px;
	margin-right: 21px;
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
}

.postList1 .postItem a {
	display: block;
}

.postList1 .postItem:nth-child(4n) {
	margin-right: 0;
}

.postList1 .postItem:nth-child(4n+1) {
	clear: both;
}

.postList1 .postData {
	padding: 15px;
}

.postList1 .postThumb img {
	width: 100%;
	height: 167px;
}

.postList1 .postTtl {
	font-size: 14px;
	line-height: 1.4;
	height: 3em;
	margin-bottom: 10px;
	overflow: hidden;
}

.postList1 .postCont {
	font-size: 12px;
	line-height: 1.5;
	height: 7.5em;
	overflow: hidden;
}


.postList2 {
	color: #fff;
	background-color: rgba(255,255,255,0.4);
	padding-top: 20px;
	padding-left: 135px;
	padding-right: 135px;
	padding-bottom: 45px;
	-webkit-box-shadow: 0 0 4px 7px rgba(0,0,0,0.1);
	box-shadow: 0 0 4px 7px rgba(0,0,0,0.1);
}

.postList2 .postItem {
	font-size: 15px;
	height: 1em;
	overflow: hidden;
	margin-bottom: 10px;
}
.postList2 .postItem:lang(en) {
	height: fit-content;
}

.postList2 .postItem:last-of-type {
	margin-bottom: 0;
}

.postList2 .listTtl {
	text-align: center;
	margin-bottom: 25px;
}

.postList2 [class*='txt'] {
	font-weight: bold;
	display: block;
}

.postList2 .txtEn {
	font-family: DIN Condensed, Open Sans Condensed;
	font-size: 28px;
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}

.postList2 .txtJa {
	font-size: 14px;
}

.postList2 .postDate {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width: 90px;
	float: left;
}

.postList2 .postTtl {
	font-size: 15px;
	font-weight: bold;
}

.postList2 .btnMore2 {
	position: absolute;
	bottom: 0;
	right: 0;
}



/*
 * big nav
 *****************************************/

[class^='navBox'] li {
	position: relative;
	background-color: #000;
	margin-bottom: 40px;
}

[class^='navBox'] li a {
	display: block;
	padding: 10px;
}

[class^='navBox'] .girls {
	background-color: #f29da6;
	border: 5px solid #000;
}

[class^='navBox'] li:last-child {
	margin-bottom: 0;
}

[class^='navBox'] .navTtl {
	font-weight: bold;
	color: #fff;
}

[class^='navBox'] .navTtl [class^='txt'] {
	display: block;
}

[class^='navBox'] .navTtl .txtMain {
	font-size: 30px;
	margin-bottom: 15px;
}

[class^='navBox'] .navTtl .txtSub {
	font-size: 14px;
	line-height: 1.8;
}

[class^='navBox'] .navData {
	float: left;
}

[class^='navBox'] .navThumb {
	width: 390px;
	height: 100%;
	float: right;
	overflow: hidden;
}

[class^='navBox'] .navThumb img {
	width: 390px;
}

[class^='navBox'] .navCat {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -0.065em;
	color: #e50020;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

[class^='navBox'] .navCat_02 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -0.065em;
	color: #e50020;
	position: absolute;
	bottom: 10px;
	right: 75px;
}

.navBox2 .navThumb {
	float: left;
}

.navBox2 .navData {
	float: right;
	width: 540px;
}



/*
 * page mv
 *****************************************/

.mvPage {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 165px;
	opacity: 0;
}

.mvPage:before {
	content: "";
	width: 100%;
	height: 145px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-image: url(../images/shp_tri3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 145px;
}

.mvInner {
	text-align: right;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}


.mvLay01 {
	background-image: url(../images/bg_lay_pink.png);
	background-size: auto 70px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #e898a1;
}

.mvLay02 {
	background-image: url(../images/bg_lay_green.png);
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #51ac35;
}

.mvLay01 .layTtl,
.mvLay02 .layTtl{
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.mvLay02 .layTtl{
	margin-bottom: 30px;
}

.mvLay01 .layImgBox {
	display: table;
	width: 100%;
}

.mvLay01 [class*='layImg0'] {
	vertical-align: middle;
	display: table-cell;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.mvLay01 [class*='layImg0'] img {
	width: 100%;
}



/*
 * section
 *****************************************/

body.top_2nd [class*='pageSec'] {
	padding-top: 40px;
	padding-bottom: 40px;
}

[class*='pageSec'] [class*='block0'] {
	margin-bottom: 50px;
}

.redSec {
	background-color: #e50020;
	padding-bottom: 80px;
}


.secType01 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 0 !important;
}

.secType01 .secInner {
	padding-top: 100px;
	padding-bottom: 100px;
}

.secType01 .secTtl {
	font-size: 35px;
	background-color: rgba(255,255,255,0.5);
	padding-top: 20px;
	padding-bottom: 20px;
}

.secType01 .courseData {
	text-align: left;
	display: inline-block;
	width: 480px;
	background-color: rgba(255,255,255,0.5);
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 15px;
	margin-bottom: 115px;
}

.secType01 [class*='course']:last-child {
	margin-bottom: 0;
}

.secType01 .courseData.data600 {
	width: 600px;
}

.secType01 .courseData.dataAuto {
	width: auto;
}

.secType01 .courseTxt01 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	background-color: #db7ca3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 999px;
	margin-bottom: 10px;
}

.secType01 .courseTxt02 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.secType01 .courseTxt03 {
	font-size: 20px;
	letter-spacing: 0.11em;
	line-height: 1.75;
	margin-bottom: 20px;
}

.secType01 .courseImg {
	margin-bottom: 30px;
}

.secType01 .courseImg img {
	width: 600px;
}

.secType01 .courseThumb {
	display: inline-block;
	width: 480px;
}

.secType01 .courseThumb li:first-child { float: left; }
.secType01 .courseThumb li:last-child { float: right; }

.secType01 .courseThumb li img {
	width: 235px;
}


.secChild-xs { margin-bottom: 10px; }
.secChild-s { margin-bottom: 20px; }
.secChild-m { margin-bottom: 30px; }
.secChild-l { margin-bottom: 50px; }
.secChild-xl { margin-bottom: 100px; }



/*
 * カラムレイアウト
 *****************************************/

.col_lay01 .img {
	margin-bottom: 15px;
}

.col_lay01 .img.fl { margin-right: 30px; }
.col_lay01 .img.fr { margin-left: 30px; }

.lay01Ttl {
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.lay01Ttl_red {
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	color: #e50020;
}

.col_lay02 {
	color: #fff;
	background-color: #e79bbc;
	padding: 40px;
}

.col_lay02 .lay02Ttl {
	font-size: 22px;
	letter-spacing: 0.06em;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.col_lay02 .lay02Ttl_small {
	font-size: 15px;
	position: absolute;
	bottom: 15px;
	right: 0;
}

.lay02Contents .baseTxt02 {
	width: 390px;
	float: left;
}

.lay02Contents .contImgList {
	width: 435px;
	float: right;
}

.lay02Contents .contImgList li:first-child { float: left; }
.lay02Contents .contImgList li:last-child { float: right; }

.lay02Contents .contImgList li img {
	width: 210px;
}


.col_lay03 {
	display: table;
	width: 100%;
	border: 2px solid #000;
	border-radius: 10px;
}

.lay03Ttl,
.lay03Contents {
	vertical-align: middle;
	display: table-cell;
}

.lay03Ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	border-right: 2px solid #000;
}

.lay03Contents {
	padding: 25px;
}

.lay03Contents .contList {
	font-size: 0;
	margin-bottom: 5px;
}

.lay03Contents .contList:last-child {
	margin-bottom: 0;
}

.lay03Contents .contList li {
	font-size: 14px;
	line-height: 1.6;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.lay03Contents .contList li:last-child {
	margin-right: 0;
}

.lay03Contents .contList .listTtl {
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 130px;
	background-color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 999px;
}

.lay03Contents .contList .listItem:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -12px;
	background-color: #000;
	border-radius: 999px;
	margin: auto;
}

.lay03Contents.ikkyu_list .contList .listItem:before{
	background-color: #ee7800;
}

.col_lay_2box > li {
	width: 48%;
	position: relative;
	margin-top: 4%;
}

.col_lay_2box > li:nth-child(-n+2) {
	margin-top: -2%;
}

.col_lay_2box > li:nth-child(odd) { float: left; }
.col_lay_2box > li:nth-child(even) { float: right; }

.col_lay_2box > li img {
	width: 100%;
}

.lay_2boxTtl {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(299,0,32,1);
	padding: 10px 20px;
	border: 1px solid #fff;
}
.lay_2boxTtl._360icon{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lay_2boxTtl._360icon:before{
	content: url(../images/img_honda_e_360icon.png);
		display: inline-block;
		margin-right: 8px;
}

.col_lay_2box_club > li {
	width: 48%;
	position: relative;
	margin-top: 4%;
}

.col_lay_2box_club > li:nth-child(-n+2) {
	margin-top: 0;
}

.col_lay_2box_club > li:nth-child(odd) { float: left; }
.col_lay_2box_club > li:nth-child(even) { float: right; }

.col_lay_2box_club > li img {
	width: 100%;
}

.col_lay_3box > li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}

.col_lay_3box > li:nth-child(-n+3) { margin-top: 0; }
.col_lay_3box > li:nth-child(3n) { margin-right: 0; }
.col_lay_3box > li:nth-child(3n+1) { clear: both; }

.col_lay_3box > li img {
	width: 100%;
}

.col_lay_3box_ikkyu_dev > li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}

.col_lay_3box_ikkyu_dev > li:nth-child(-n+3) { margin-top: 0; }
.col_lay_3box_ikkyu_dev > li:nth-child(3n) { margin-right: 0; }
.col_lay_3box_ikkyu_dev > li:nth-child(3n+1) { clear: both; }

/* .col_lay_3box_ikkyu_dev > li img { */
	/*width: 100%;*/
/* } */

.col_lay_4box > li {
	width: 23%;
	float: left;
	margin-right: 2%;
}

.col_lay_4box > li:nth-child(-n+3) { margin-top: 0; }

.col_lay_4box > li img {
	width: 100%;
}

.col_lay_4box_ikkyu_dev > li {
	width: 22%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}

.col_lay_4box_ikkyu_dev > li:nth-child(-n+3) { margin-top: 0; }
.col_lay_4box_ikkyu_dev > li:nth-child(3n) { margin-right: 0; }

.club_movie{
	position: relative;
	padding-bottom: 22%;
	height: 0;
	overflow: hidden;
}
.club_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px){
.col_lay_3box_ikkyu_dev > li img {
	width: 100%;
 }
 .col_lay_4box_ikkyu_dev > li img {
	width: 100%;
 }
 .club_movie{
	width: 93% !important;
    margin: 0 auto 20px auto !important;
    padding-bottom: 64.8%;
 }
}


.col_lay_5box > li {
	width: 18%;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
}
.col_lay_5box > li:nth-child(-n+5) { margin-top: 0; }
.col_lay_5box > li:nth-child(5n) { margin-right: 0; }
.col_lay_5box > li:nth-child(5n+1) { clear: both; }

.col_lay_5box > li img {
	width: 100%;
}


.colorBox li {
	width: 32%;
	height: 100px;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 2%;
	margin-right: 2%;
}

.colorBox li:nth-child(3n) { margin-right: 0; }
.colorBox li:nth-child(3n+1) { clear: both; }

.colorBox li.red { background-color: #df2121; }
.colorBox li.blu { background-color: #1e9eff; }
.colorBox li.grn { background-color: #6cc836; }

.colorBox li p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	text-shadow: 0 0 5px rgba(255,255,255,0.8);
}


.internshipMember {
	margin-top: 30px;
}

.internshipMember .memberName {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
	/*text-align: center;*/
	border-bottom: 5px solid #e50020;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
}


.pdBox30 {
	padding-left: 30px;
	padding-right: 30px;
}



/*
 * グリッドレイアウト
 *****************************************/

.gridBox01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
}

.gridBox01:after {
	content: "";
	width: 300px;
}

.gridBox01 .boxItem {
	width: 300px;
	padding-bottom: 20px;
	border: 1px solid #000;
	margin-top: 30px;
}

.gridBox01 .boxItem:nth-child(-n+3) { margin-top: 0; }

.gridBox01 .boxItem li {
	font-size: 14px;
	line-height: 1.4;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 7px;
}

.gridBox01 .boxItem .itemTop {
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.gridBox01 .boxItem li:first-child:not(.itemTop) {
	margin-top: 20px;
}

.gridBox01 .boxItem .topInner {
	color: #fff;
	display: block;
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.gridBox01 .boxItem .child {
	margin-left: 1em;
}

.gridBox01 .boxItem .child:before {
	content: "―";
	margin-right: 10px;
}



/*
 * table
 *****************************************/

.table01 {
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #aaa;
}

.table01 th,
.table01 td {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.table01 th {
	width: 100px;
	padding-left: 10px;
}

.table01 td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table01 .groupHead {
	border-top: 1px solid #aaa;
}

.table01 .groupHead td {
	padding-top: 30px;
}

.table01 .border {
	border-bottom: 1px solid #aaa;
}

.table01 .border td {
	padding-bottom: 30px;
}

.table01 .data01 {
	width: 70px;
}

.table01 .data02 {
	padding-right: 10px;
}


.table02 {
	text-align: left;
	width: 100%;
}

.table02 tr {
	border-bottom: 1px solid #e5e5e5;
}

.table02 th,
.table02 td {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
}

.table02 th {
	width: 320px;
	padding-left: 35px;
	padding-right: 10px;
}

.table02 td {
	padding-right: 35px;
}

.table02 .pick {
	padding-left: 15px;
}

.table02 .pick:before {
	content: "";
	vertical-align: -2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #e50020;
	border-radius: 999px;
	margin-right: 3px;
}

.table02 a {
	color: #666;
	text-decoration: underline;
}


.table03 {
	text-align: left;
}

.table03,
.table03 th,
.table03 td {
	border: 1px solid #aaa;
}

.table03 th,
.table03 td {
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 10px;
}

.table03 th {
	color: #444;
	width: 200px;
	background-color: #efefef;
}


.table04 tr th,
.table04 tr td {
	font-size: 15px;
	letter-spacing: 0.05em;
	padding: 10px;
}

.table04 tr th {
	text-align: left;
	width: 200px;
	padding-left: 44px;
}

.table04 .vt {
	vertical-align: top;
	padding-top: 20px;
}

.table04 [class*='wrap_sel_'],
.table04 [class*='wrap_sel_'] select,
.table04 [class*='iptxt_'] {
	width: 580px;
	height: 40px;
}

.table04 [class*='wrap_sel_'] {
	height: auto;
}

.table04 [class*='wrap_sel_'] select {
	color: #666;
}

.table04 [class*='ipchk_'] + span {
	font-size: 15px;
}

.table04 [class*='ipchk_'] + span:after {
	top: 10%;
}

.table04 .req {
	padding-left: 0;
}

.table04 .req:before,
.table04 .req:after {
	content: "必須";
	font-size: 12px;
	color: #fff;
	padding: 5px;
	background-color: #f00;
	margin-right: 10px;
}

.table04 .req:after {
	display: none;
	margin-right: 0;
	margin-left: 10px;
}

.table04 .td_anno {
	font-size: 13px;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

.table04 .iptxt,
.table04 .wrap_sel,
.table04 .wrap_sel select {
	width: 100%;
}

.table04 .tr_born .iptxt {
	width: 70px;
}

.btnSub {
	font-size: 0;
	text-align: center;
	margin-top: 25px;
}

.btnSub .btnSbmt {
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #fff;
	width: 400px;
	height: 50px;
	background-color: #e84747;
	margin-left: 10px;
	margin-right: 10px;
}


.btnSub .btnSbmt.back {
	background-color: #005ffc;
}

.page-confirm table tr:last-of-type {
	display: none;
}

.page-confirm .table04 tr th {
	padding-left: 0;
}

.mw_wp_form .error {
	margin-top: 10px;
}

.newsArchive .table02 th{
	width: 230px;
}



/*
 * dl
 *****************************************/

.dl01 {
	margin-bottom: 30px;
}

.dl01 dt:first-child {
	margin-top: 0;
}

.dl01 dt,
.dl01 dd {
	font-size: 16px;
	line-height: 1.4;
}

.dl01 dt {
	font-weight: bold;
	text-indent: -19px;
	margin-left: 19px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.dl01 dt:before {
	content: "";
	vertical-align: -1px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #000;
	margin-right: 3px;
}



/*
 * アーカイブセレクター
 *****************************************/

.archiveSelector,
.archiveSelector select {
	width: 280px;
}

.archiveSelector select {
	background-color: transparent;
	border: 1px solid #aaa;
}










/* =====================================
 *  HEADER
 * ===================================== */

.siteHeader {
	position: relative;
	z-index: 6;
}

.siteHeader .logoArea {
	position: relative;
	z-index: 2;
	padding-top: 26px;
	padding-left: 28px;
	padding-bottom: 85px;
	background-image: url(../images/shp_tri1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
}

.siteHeader .logoArea .logo {
	height: 98px;
}

.siteHeader .logoArea .logo .cp-logo {
	display: inline-block;
	margin-bottom: 25px;
}

.siteHeader .logoArea .logo .cp-logo img {
	width: 215px;
}

.siteHeader .logoArea .logo .sc-logo img {
	width: 230px;
	display: none;
}

.siteHeader .catchCopy {
	text-align: right;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	padding-top: 80px;
	padding-bottom: 15px;
	padding-right: 25px;
}

.home .siteHeader .catchCopy {
	background-color: #e50020;
}

.siteHeader .catchCopy a {
	position: relative;
	z-index: 3;
}

.siteHeader .catchCopy img {
	width: 305px;
}

.honda_e_top{
	width: 150px !important;
}
.honda_e_top_logo{
	width: 300px !important;
}


.l-header-lang {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 0.5rem;
	background: #000;
}
.l-header-lang__inner {
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1;
	padding-right: 1.5rem;
}
@media (max-width: 767px) {
	.l-header-lang__inner {
		padding-top: 1em;
		padding-right: 1em;
	}
}
.l-header-lang__select {
	color: #2d2d2d;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em 1em;
	font-size: 13px;
	height: 2rem;
	font-weight: bold;
	border: 1px solid #f5f5f3;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.l-header-lang__select:before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: url(../images/icon_translate.png) center center no-repeat;
	background-size: contain;
	margin-right: 1em;
}
.l-header-lang__select:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: .5em;
	border-width: .5em .35em;
	border-style: solid;
	border-color: transparent;
	border-top-color: #2d2d2d;
	margin-left: 1em;
}
.l-header-lang__select.is-opened {
	background: #2d2d2d;
	color: #fff;
	border: 1px solid #2d2d2d;
}
.l-header-lang__select.is-opened:before {
	border-top-color: #fff;
}
.l-header-lang__select.is-opened:after {
	border-top-color: #fff;
}
.l-header-lang__list {
	display: none;
	padding: 0.5em;
	background: #fff;
	margin-top: 0.5rem;
	width: 100%;
	font-size: 13px;
	text-align: center;
}
.l-header-lang__list li:not(:first-child) {
	margin-top: 0.5em;
}



/* =====================================
 *  FOOTER
 * ===================================== */

.footNav {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footNav li {
	float: left;
	margin-right: 25px;
}

.footNav li:last-child {
	margin-right: 0;
}

.footNav li a {
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	font-family: Century Gothic, Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic";
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #e50020;
	padding-top: 10px;
	padding-bottom: 10px;
}










/* =====================================
 *  SITECONTENTS
 * ===================================== */

/* 関東・関西 */
body.top_honda_e_honda_w .siteContent {
	margin-top: -49px;
	/*opacity: 0;*/
	/*-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;*/
}

/* 総合 */
body.top_all.page-lower .siteContent {
	padding-top: 115px;
	padding-bottom: 100px;
}













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

.dn { display: none; }
.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; }