@charset "utf-8";
/* RECRUIT */



.fc-skillb {
	color:#000;
}
	
.comment {
	width:600px;
	margin-left:190px;
}
.comment p.commentttl {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:solid 1px #CCCCCC;
}
.comment p.commenttxt {
	text-align:left;
	font-size:14px;
	line-height:1.5em;
}

.hondatv {
	width:620px;
	padding:50px;
	margin:30px auto;
	text-align:center;
	background:#f8f8f8;
	/*margin-left:180px;*/
	font-size:18px;
}
.hondatv img{
	margin-bottom:20px;
}
@media (min-width: 737px) {
.topmove {
    min-width: 800px !important;
    min-height: 450px !important;
    margin: 0 auto;
}
/*	.modal-window video, .modal-window .video-js{
width: 100% !important;
    height: auto !important;
    position: relative;
}*/
	#guide h2 img{
	    display: block;
    /* width: 650px; */
    height: auto;
    margin: 20px auto 20px;
    width: 350px;
    padding-top: 30px;
}
	
.cont_inner{
width: 90%;
	margin-bottom: 30px;
	margin: 0 auto;
}
	.cont_inner img{
	width: 50%;
	margin: 0 auto;
}
	
	#dream-page>div>div {
    height: auto;
		text-align: center;
}
		.sp {
    display: none !important;
}
					.pc {
    display: block!important;
}
}

#guide h3{
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
@media (max-width: 736px) {
			.pc {
    display: none !important;
}
				.sp {
    display: block!important;
}
		#dream-page>div>div {
    height: auto;
}
.topmove {
    width: 70% !important;
    height: 70% !important;
    margin: 0 auto;
}
	#guide h2 img{
	    display: block;
    /* width: 650px; */
    height: auto;
		margin: 0 auto;
    width: 80%;
    padding-top: 30px;
}
	
.cont_inner{
width: 90%!important;
margin: 0 auto;
    margin-bottom: 30px!important;
	text-align: center;
}
	.cont_inner img{
	width: 80%;
	margin: 0 auto;
}
	

}



/* ------------------------------
    #movie_modal
------------------------------ */
@media (min-width: 737px) {
.ProglamMoveWrap{
    width: 100%;
    margin: 40px auto 0;
    clear: both;
}

.ProglamMoveWrap ul{
    font-size: 0;
    letter-spacing: 0;
}

.ProglamMoveWrap ul li{
    display: inline-block;
    width: 290px;
    margin-right: 5px;
    box-sizing: border-box;
}

.ProglamMoveWrap ul li:last-child{
    margin-right: 0;
}

.ProglamMoveWrap ul li a{
    display: block;
}

.ProglamMoveWrap ul li a img{
    width: 100%;
}


.ProglamMoveInner{
    display: none;
}

.InnerMove{
    width: 980px;
    margin: 0 auto;
    display: block;
}

.InnerMove video{
    width: 980px !important;
    height: auto !important;
    background-color: #000;
}

.guidemove{
    background-color: #FFF !important;
}

.guidemove #cboxContent{
    padding-top: 0 !important;
}

.guidemoveSize{
    width: 980px;
    height: 555px;
    margin: 0 auto;
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
    color: #FFF !important;
    font-size: 78px;
    font-weight: 700;
    line-height: 61px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
}

}

@media (max-width: 736px) {
	.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.ProglamMoveWrap ul{
    display: none;
}

.ProglamMoveInner{
    width: 100%;
}

.ProglamMoveInner .InnerMove{
    width: 100%;
    margin: 80px auto 0;
}

.ProglamMoveInner .InnerMove video{
    width: 100% !important;
    height: auto !important;
}
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(255,255,255,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
}



.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}


