/*
Theme Name: eyez
Theme URI: -a
Author: 株式会社アイズ
Author URI: http://www.eyez.jp/
Description: -
Version: 1.0
*/

/*********************************************
*     default
**********************************************/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Monoton);
body * { font-family: 'Noto Sans Japanese', sans-serif; }
body { max-width: 100%; overflow-x: hidden; font-size: 62.5%; }
p { line-height: 1.8; font-size: 14px; font-size: 1.4rem; word-break: break-all; }
.container { width: 98%; }

/*********************************************
*     modules
**********************************************/

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
.btn, .btn-large {
	background: none;
	padding: 20px 0 !important;
	width: 32% !important;
	height: auto;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	border: 1px solid #fff;
	background: url(/img/cdb_01x05.png);
}
.btn, .btn-large:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
	z-index: 100;
}
.bottom-hr {
	background: url(../img/hr.png) bottom repeat-x;
}
.top-hr {
	padding: 100px 0 0 0;
	background: url(../img/hr.png) top repeat-x;
}
.mb-middle {
	margin-bottom: 4rem;
}
.sec-tit {
	margin: 0 0 50px 0;
	padding: 0 0 0 30px;
	border-left: 5px solid #000;
	line-height: 1.0;
}
.sec-tit span {
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 2.0rem;
	letter-spacing: 0.5rem;
}
.ceo-sub-tit {
	display: block;
	line-height: 1.6;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}
.bg-wh {
	color: #000 !important;
	text-shadow: none;
}
.bg-bl {
	color: #fff !important;
	border-color: #fff !important;
}
.ta-right {
	text-align: right;
}
.padder {
	padding-top: 1em;
	padding-bottom: 2em;
}
.top-dotted {
	border-top: 3px dotted #000;
	margin-top: 70px;
	padding-top: 30px;
}



/*********************************************
*     modal
**********************************************/

#modal-content{
	position: absolute;
	top: 40%;
	left: 15%;
	width: 70%;
	padding: 50px 100px;
	background:#fff;
	z-index:3;
	text-align: center;
	font-weight: bold;
}
.button-link{
	color:#00f;
	text-decoration:underline;
}
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
#modal-overlay{
	z-index: 1;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
	cursor:pointer;
}

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


#g-nav #logo-container img {
	max-width: 180px;
	height: auto !important;
	margin: 10px 0 0 0;
}
#page #g-nav {
	position: fixed;
	top: 0;
	z-index: 10000 !important;
	opacity: 0.4;
	background: #000;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}
#top #g-nav {
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 1.0;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
	z-index: 1000;
}
.fixed {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 10000 !important;
	opacity: 0.6;
}
#g-nav:hover, .fixed:hover {
	opacity: 1.0 !important;
}
#g-nav li a {
	font-weight: bold;
}
#g-nav .blank {
	border-top: 1px dotted #000;
}
#g-nav .blank .material-icons {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: middle;
}
#nav-mobile {
	z-index: 1000 !important;
}

/*********************************************
*     top
**********************************************/

/****** main top ******/

.sec-top-wrp {
	border-top: 20px solid #000;
	border-right: 20px solid #000;
	border-left: 20px solid #000;
}
#sec-top h1{
	font-size: 4.0rem;
}
@media only screen and (min-width : 992px) {
	#sec-top h1{
		margin-top: -80px;
	}
}
#sec-top {
	position: relative;
	min-height: 500px;
	z-index: 100;
}
/*
#index-banner video {
	width: 120%;
}*/
.video-container {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

#sec-top .head-tit {
	/*box-shadow: 0 0 5px #999;*/
}
#sec-top .head-tit .tit-01 {
	padding: 30px;
	color: #111;
	text-align: center;
	/*font-size: 5.0rem;*/
	font-weight: bold;
	line-height: 1.5;
}
#sec-top .head-tit .tit-02 {
	padding: 30px;
	color: #F2CA27;
	text-align: center;
	text-shadow: 0 0 20px #fff;
	font-size: 12.0rem;
	font-weight: bold;
	line-height: 0.6;
}
#sec-top .head-tit .tit-02 .amp {
	display: block;
	font-style: normal;
	color: rgba(0,0,0,0.8);
}
@media only screen and (max-width : 1160px) {
	#sec-top .head-tit .tit-02 {
		font-size: 12rem;
	}
	#sec-top .head-tit .tit-01 {
		font-size: 4rem;
	}
}
.over-ray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/msc_51.png);
	opacity: 0.2;
}
.over-ray02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/cdb_01x00.png);
	opacity: 0.3;
}
/****** 代表メッセージ ******/

#top #sec-ceo {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#top #sec-ceo a {
	display: block;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}
#top #sec-ceo .name-wrp {
	width: 300%;
	margin: 0 0 5em 0;
	border-bottom: 10px solid #eee;
}
#top #sec-ceo .sec-ceo-text {
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
}
#top #sec-ceo .img-wrp {
	opacity: 100;
}
#top #sec-ceo .name em {
	display: block;
	color: #000;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: bold;
}
#top #sec-ceo .name rb {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #000;
	font-weight: bold;
	font-size: 3.0rem;
}
#top #sec-ceo .name rt {
	display: inline-block;
	color: #F2CA27;
	font-weight: normal;
	font-size: 3.0rem;
}
#top #sec-ceo .sec-ceo-bg1:before {
  content: '';
  position: absolute;
	bottom: 0;
  left: 0;
  width: 300%;
  height: 80%;
  margin: 3% -120% 0;
  background: #ddd;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  z-index: -1;
	opacity: 1;
}
#top #sec-ceo .sec-ceo-bg2:before {
  content: '';
  position: absolute;
	bottom: 0;
  left: 0;
  width: 300%;
  height: 80%;
  margin: 2% -120% 0;
  background: #f1f1f1;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
	opacity: 0.4;
}
#top #sec-ceo .sec-ceo-bg3:before {
  content: '';
  position: absolute;
	bottom: 0;
  left: 0;
  width: 300%;
  height: 80%;
  margin: 3% -120% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: -1;
	opacity: 0.5;
}
#top #sec-ceo .ceo-img img {
	max-width: 100%;
}
#top #sec-ceo .sec-ceo-link {
	font-size: 3.0rem;
	text-align: right;
	color: #ccc;
	border-top: 5px solid #333;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}
#top #sec-ceo .sec-ceo-link:hover {
	color: #333;
	opacity: 0.8;
}
.sec-top-bottom {
	display: block;
	font-weight: bold;
	font-size:5.0rem;
	color: #F2CA27;
	text-align: center;
	opacity: 0.5;
}
.sec-top-bottom:hover {
	opacity: 0.8;
}



/****** 経営理念 ******/

#sec-mp {
	padding-bottom: 100px;
}
#sec-mp .mp-text {
	padding: 50px 0;
	font-weight: bold;
	background: rgba(0,0,0,0.2);
}
#sec-mp .mp-text h3 {
	padding-bottom: 20px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
}
#sec-mp .mp-text h3 span {
	color: #F2CA27;
}


/****** 社員インタビュー ******/

#sec-member {
	min-height: 500px;
}
#sec-member a {
	display: block;
	height: 100%;
}
#sec-member .readmore {
	color: rgb(204, 0, 0);
	font-size: 5rem;
	font-weight: bold;
	margin: 0px;
	opacity: 0.1;
	-o-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
	line-height: 1.0;
}
@media only screen and (max-width : 1338px) {
	#sec-member .readmore {
		display: none;
	}
}
#sec-member .member-body:hover > .readmore {
	opacity: 1.0;
}
#sec-member h2 {
	color: #000;
}
#sec-member .flexslider {
	margin: 20% 0 0 0;
	border: none;
	background: none;
}

#sec-member .flex-control-thumbs {
	position: absolute;
	top: -45%;
	left: 17%;
	width: 70%;
	height: 100px;
	margin: 0 auto;
	overflow: visible;
}
#sec-member .flex-control-thumbs li {
	width: 9%;
	margin: 0 1.0% !important;
}
#sec-member .flex-control-thumbs img {
	width: 70%;
	opacity: 1;
	-moz-user-select: none;
	-webkit-backface-visibility: hidden
}
#sec-member .flex-control-thumbs img {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
#sec-member .flex-control-thumbs img:hover, #sec-member .flex-control-thumbs .flex-active {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
#sec-member .flex-viewport {
	border-top: 6px double #000;
}
#sec-member .flex-viewport img {
	max-width: 100%;
	margin: 0 auto;
}
.flex-direction-nav a {
	width: 45px;
	height: 90px;
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 10px #666;
}
#sec-member .flex-viewport li {
	position: relative;
}
#sec-member .flex-viewport .box {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
	padding: 0 50px;
	background: rgba(255,255,255,0.3);
}
#sec-member .flex-viewport .box_r {
	position: absolute;
	top: 0;
	right: 18%;
	text-align: right;
}
#sec-member .member-num {
	margin: 0 0 20px 0;
	color: #cc0000;
	font-size: 6.0rem;
	font-weight: bold;
	line-height: 1.0;
}
#sec-member .member-num span {
	display: inline-block;
	padding: 0 20px 0 0;
	color: #000;
	font-size: 2.0rem;
	vertical-align: middle;
}
#sec-member .member-body {
}
#sec-member .flex-viewport .box_r .member-body {
	padding: 0;
	border-left: none;
}
#sec-member .member-body h3 {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 3.0rem;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #000;
	line-height: 1.2;
}
#sec-member .member-body h3 span {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #000;
}
#sec-member .member-body h3 p {
	font-size: 2.5rem;
}

#sec-member .member-body h3 span:before {
	content: "/ ";
}
#sec-member .member-body .member-text {
	max-width: 750px;
	margin: 10px 0 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}
#sec-member .flex-direction-nav a {
	width: auto;
	height: auto;
	margin-top: 10px;
	overflow: visible;
	color: #fff;
	font-size: 5.0rem;
	text-shadow: 0px 0px 10px #fff;
}
.flex-direction-nav a:before {
	padding: 10px;
	content: "";
}
.flex-direction-nav a.flex-next:befor {
 	content: "";
}
#sec-member .sec-member-bg1:before {
  content: '';
  position: absolute;
	bottom: 0;
  left: 0;
  width: 300%;
  height: 100%;
  margin: 3% -120% 0;
	border-top: 5px solid #F2CA27;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  z-index: -1;
	opacity: 1;
	background-image: url(/img/cdb_01x05.png);

}
#sec-member .sec-member-bg2:before {
  content: '';
  position: absolute;
	bottom: 0;
  left: 0;
  width: 300%;
  height: 100%;
  margin: 2% -120% 0;
  border-top: 4px dotted #F2CA27;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
	opacity: 1;
}
.flex-active-slide {
	max-height: 595px;
}
@media only screen and (max-width : 1100px) {
	#sec-member .member-body h3 {
		border: none;
	}
	#sec-member .member-body .member-text {
		display: none;
	}
}
#sec-entry {
	margin: 0 0 100px 0;
	width: 100%;
	overflow: hidden;
}
#sec-entry h3 {
	font-weight: bold;
	color: #c00;
	line-height: 1.5;
}
#sec-entry h3 span {
	display: inline-block;
	font-size: 5.0rem;
}
#sec-entry p {
	color: #000;
	line-height: 1.5;
	font-size: 1.7rem;
	font-weight: bold;
}
#sec-entry .fresh {
	display: inline-block;
	color: #fff;
	background: #cc0000;
}
#sec-entry .career {
	display: inline-block;
	color: #fff;
	background: #FFB300;
}
#sec-entry .entry-message {
	background: url(/img/top_entry_img.png) center bottom no-repeat;
}
#sec-entry .entry-message p {
	margin: 0;
	padding: 30px 0;
	background: rgba(255,255,255,0.8);
}
#sec-entry .top-intern {
  position: relative;
	margin-bottom: 70px;
  padding: 110px 0 50px 0;
	color: #fff;
}
#sec-entry .top-intern:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #011931;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
#sec-entry .top-intern:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: url(/img/cdb_10x15.png);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}
#sec-entry .top-intern-inner {
  box-sizing: boder-box;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  color: #fff;
  text-align: center;
}
#sec-entry .top-intern h3 {
	margin: 0 0 40px 0;
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	border-bottom: 3px double #fff;
}
#sec-entry .top-intern h3 span {
	font-size: 7.0rem;
	color: #F2CA27;
}
#sec-entry .top-intern p {
	margin: 0 0 30px 0;
	color: #fff;
	font-weight: bold;
}
#sec-entry .top-intern .btn-large {
	width: 100% !important;
}


/**********フッター********/

.page-footer {
	margin: 0 !important;
	border-top: 10px solid #bbb;
	/*background: url(/img/cdb_01x00.png);*/
	background: #333 !important;
}
.page-footer * {
	font-weight: bold;
}
.page-footer .site-author {
	padding: 20px 0;
	background: #555;
	border-radius: 5px;
	text-align: center;
}
.page-footer .site-author h5 {
	color: #fff;
	font-size: 1.4rem;
}
.page-footer .site-author a {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #F2CA27 !important;
}
.page-footer .site-author p {
	margin: 0;
	color: #fff;
	font-size: 1.0rem;
}
.page-footer .site-link h5 {
	margin: 10px 0;
	padding: 0 0 10px 0;
	color: #F2CA27;
	border-bottom: 1px solid #555;
}
.page-footer a {
	font-size: 1.0rem;
	color: #fff !important;
	text-decoration: underline;
}
.page-footer a .material-icons {
	vertical-align: middle;
	font-size: 1.1rem;
}
.page-footer .site-link a:hover {
	color: #F2CA27 !important;
}
.page-footer .site-link a:before {
	content: "◇ ";
}
.page-footer .site-link li {
	display: inline-block;
	width: 40%;
	margin-bottom: 10px;
}
.footer-copyright {
	margin: 0 !important;
	height: auto !important;
	padding: 0 !important;
	background: #000 !important;
}
.footer-copyright p {
	font-size: 0.8rem !important;
	color: #fff !important;
	font-weight: bold !important;
}


/*********************************************
*     page
**********************************************/

#page {
}


/*********************************************
*     ceo
**********************************************/

#ceo #ceo-top {
	padding-top: 100px;
}
#ceo .ceo-top-img {
	max-width: 445px;
}
#ceo #ceo-top h3 {
	font-size: 1.6rem;
	font-weight: bold;
}
#ceo #ceo-top h3 em {
	display: block;
	margin: 20px 0;
	font-size: 3.0rem;
	font-style: normal;
}
#ceo #ceo-top h3 span {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #4ac;
	font-weight: normal;
}
#ceo #ceo-top .top-message {
	font-size: 2.6rem;
}
#ceo #ceo-top .top-prof {
	font-size: 1.2rem;
}
#ceo .bg-box {
	padding: 30px;
	background: rgba(0,0,0,0.5);
	font-weight: bold;
	line-height: 1.6;
}
#ceo .next-bottom-link a {
	text-align: center;
	text-shadow: 0 0 3px #fff;
	font-size: 26px;
	font-weight: bold;
	color: #4ac;
	background: #fff;
}
#ceo .next-middle-link {
	margin-top: 30px;
	text-align: center;
}
#ceo .next-middle-link a {
	display: block;
	width: 100%;
	text-align: center;
	text-shadow: 0 0 3px #fff;
	font-size: 70px;
	font-weight: bold;
	background: #fff;
	opacity: 0.6;
}
#ceo #ceo04 .first-text {
	float: left;
	width: 50%;
	padding-right: 5%;
	color: #000;
	font-size: 1.2rem;
	border-right: 1px dotted #000;
}
#ceo #ceo04 .second-text {
	float: right;
	width: 45%;
	color: #000;
	font-size: 1.2rem;
}
#ceo #ceo04 .ceo-sign {
	max-width: 200px;
}

/*********************************************
*     member
**********************************************/

#member #member-top {
	padding: 100px 0 0 0;
}
#member #member-top h2 {
	color: #000;
	z-index: 100;
}
#member #member-top .member-top-wrp {
	position: relative;
	padding: 20px;
	border: 10px solid #000;
	background-color: rgba(255,255,255,0.4);
}
#member #member-top .member-top-wrp:after {
	content: "";
	display: block;
	clear: both;
}
#member #member-top .member-top-wrp h2, #member #member-top .member-top-wrp h3, #member #member-top .member-icon {
	position: relative;
}
#member #member-top .member-top-wrp h2 span {
	color: #0097E0;
}
#member #member-top .member-top-wrp h3 {
	color: #fff;
	font-size: 2.2rem;
}
#member #member-top .member-icon img {
	max-height: 440px;
}
#member #member-top .member-num {
	position: absolute;
	top: 10px;
	left: -10px;
	margin: 0;
	padding: 5px 30px;
	color: #fff;
	background: #0097E0;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	border-radius: 0 0 10px 0;
	box-shadow: 0 0 5px #333;
	text-shadow: 0 0 5px #fff;
}
#member #member-top .member-num span {
	display: block;
	margin: 0;
	color: #000;
	font-size: 1.4rem;
	text-shadow: none;
}
#member .sec-top-bottom {
	display: none;
}
#member .member-prof {
	padding: 50px;
}
#member .member-prof * {
	color: #000;
	font-style: normal;
}
#member .member-prof h2 {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#member .member-prof h2 em {
	display: block;
	margin: 30px 0 0 0;
}
#member .member-prof h2 em span {
	padding: 0 10px;
}
#member .member-prof h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
#member .member-iv-wrp {
	position:relative;
	margin-bottom: -20px;
	background: #F2CA27;
}
#member .member-hr {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 1000;
}
#member .member-iv-hr:after {
	content: "";
	display: block;
}
#member .member-iv-tit h2 {
	padding: 100px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 3.0rem;
}
#member .member-iv-body {
	margin: 0;
	padding: 100px 50px;
	background: #fff;
}
#member .member-iv-body .col {
}
#member .member-iv-body h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #000;
}
#member .iv-img-right {
	float: right;
	max-width: 50%;
}
#member #fresh-iv {}
#member #fresh-iv .fresh-ballon {
	position: relative;
	display: inline-block;
	margin: 100px 0 0 0;
	padding: 10px 25px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #c00;
	line-height: 40px;
	text-align: center;
	background: #fff;
	font-weight: bold;
	border-radius: 10px;
	z-index: 0;
}
#member #fresh-iv .fresh-ballon:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #c00 transparent transparent transparent;
}
#member #fresh-iv .fresh-ballon span {
	font-size: 3.0rem;
}
#member #fresh-iv .member-iv-tit h2 {
	padding: 0;
}
#member #fresh-iv .member-iv-body img {
	margin: 40px 0;
}
#member #fresh-iv .member-iv-body h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #333;
}
#member #fresh-iv .member-iv-body h3 span {
	display: inline-block;
	background: #c00;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 0 15px;
	border-radius: 10px;
}
#member #fresh-iv .member-iv-body h3:before {
	content: "";
}
#member #fresh-iv .member-iv-body p {
	margin: 0 0 50px 0;
	padding: 0;
	border-left: none;
}

#member .member-iv-body h3:before {
	content: "―――";
}
#member .member-iv-body img {
	max-width: 100%;
	margin: 50px;
	box-shadow: 0 0 3px #999;
}
#member .member-iv-body h3 {
	font-size: 1.6rem;
}
#member .member-iv-body p {
	margin: 0;
	font-size: 1.1rem;
	padding: 10px 0 10px 35px;
	border-left: 10px solid #000;
}
#member #member-time {
	padding-bottom: 100px;
}
#member .card {
	max-width: 70%;
	padding: 0 15px;
	border-radius: 10px;
	border: 3px solid #fff;
	overflow: visible;
	color: #000;
	background: rgba(2555,255,255,0.6);
}
#member .card .card-title {
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.5);
}
#member .card .img-wrp {
}
#member .card .img-wrp img {
	max-width: 100%;
	border: 3px solid #fff;
}
#member .card .card-title {
	color: #000;
	font-size: 4.0rem;
	font-weight: bold;
	font-style: italic;
}
#member .card h3 {
	display: inline-block;
	margin: 0;
	color: #4ac;
	font-size: 1.6rem;
	font-weight: bold;
}
#member .card .card-content {
	padding: 30px 0 0 0;
}
#member .card .card-content p {
	font-size: 1.0rem;
	font-weight: bold;
}
#member .member-memo {
	background: rgba(0,0,0,0.4);
	min-height:320px;
}
#member .member-memo .after-7 {
}
#member .member-memo .after-tit {
	color: #F2CA27;
	font-weight: bold;
}
#member .member-memo .after-tit span {
	color: #fff;
}
#member .member-memo img {
	max-width: 100%;
}
#member .member-memo .after-tit .icon {
	max-width: 65px;
}
#member .member-memo .after-sub-tit:before {
	content: "定時後の過ごし方は ▶ ▶ ";
	display: block;
	color: #F2CA27;
	font-size: 1.0rem;
}
#member .member-memo .after-sub-tit {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	line-height: 1.7;
}
#member .member-memo .after-img {
	width: auto;
	max-width: 230px;
	max-height: 150px;
	border: 5px solid #fff;
}
#member .member-memo .after-text {
	margin: 0;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1.5;
}
#member .member-memo .review {
	margin-bottom: 0;
	padding: 10px 0;
	background-color: #F2CA27;
	background-image: url(/img/cdb_01x05.png);
}
#member .member-memo .review img {
	width: auto;
	max-height: 200px;
}
#member .member-memo .review-tit {
	margin: 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #F2CA27;
	text-align: center;
}
#member .member-memo .review .comment {
	position: relative;
	display: inline-block;
	padding: 10px;
	min-width: 115px;
	height: auto;
	color: #fff;
	line-height: 40px;
	text-align: center;
	color: #000;
	background: #f5f5f5;
	border-radius: 10px;
	z-index: 0;
}
#member .member-memo .review .comment:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #f5f5f5;
}
#member .member-memo .review .comment h3 {
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
}
#member .member-memo .review .comment .from {
}
#member .member-memo .review .comment .review-text {
	margin: 0;
	font-size: 1.0rem;
	text-align: left;
}
#member .member-memo .review .from {
	margin: 10px 0;
	font-size: 1.0rem;
	text-align: right;
	color: #333;
	font-weight: bold;
}




/*********************************************
*     fresh-entry
**********************************************/

#fresh-entry {
	margin: 0;
	padding-top: 100px;
}
#fresh-entry #summary-table {
	margin: 80px 0;
	font-size: 1.2rem;
	line-height: 1.7;
}
#fresh-entry #summary-table a {
	color: #000;
	text-decoration: underline;
}
#fresh-entry #summary-table tr {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
#fresh-entry #summary-table th {
	width: 20%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: rgba(0,0,0,0.8);
}
#fresh-entry #summary-table td {
	padding: 20px;
	font-weight: bold;
	color: #000;
	background: rgba(255,255,255,0.8);
}
#fresh-entry #summary-table .school-type span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 3px 10px;
	background: #eee;
	border-radius: 5px;
}
#fresh-entry #summary-table .type-box {
	margin: 0 0 30px 0;
}
#fresh-entry #summary-table .type-box h3 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	border-left: 8px solid #F2CA27;
}
#fresh-entry #summary-table .type-box span {
	display: block;
	margin: 10px 0;
	font-size: 1.0rem;
}
#fresh-entry #summary-table .type-box p {
	font-size: 1.0rem;
	font-weight: normal;
}
#entry-form {
	margin-bottom: 100px;
	padding: 50px 100px;
	box-shadow: 0 0 10px #999;
}
#entry-form .info-text {
	margin: 50px 0 30px 0;
	font-weight: bold;
}
#entry-form .info-text .num {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 10px;
	color: #fff;
	background: #333;
	font-weight: bold;
}
#entry-form .session-list h3 {
	margin: 20px 0;
	padding: 0;
	padding-left: 15px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	border-left: 8px solid #26A69A;
	line-height: 1.5;
}
#entry-form .se-color h3 {
	border-left: 8px solid #FDB4C7;
}
#entry-form .session-list [type="radio"]:not(:checked) + label {
	font-size: 1.0rem;
}
#entry-form .session-list [type="radio"]:checked + label {
	color: #000;
	font-size: 1.2rem;
}
#entry-form .text-red {
	color: #c00;
}
#entry-form input, #entry-form textarea {
	cursor: pointer;
}
#entry-form #wpcf7-f469-o1 {
	margin-top: -100px;
	padding-top: 100px;
}
#entry-form .screen-reader-response {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #c00;
	font-size: 1.2rem;
	font-weight: bold;
}
#entry-form .screen-reader-response ul {
	display: none;
}
#entry-form .wpcf7-not-valid-tip {
	color: #c00;
	font-size: 0.8rem;
	font-weight: bold;
}
#entry-form .wpcf7-not-valid-tip:before {
	content: "▲";
}
#entry-form .wpcf7-response-output {
	display: none;
}
#entry-form .se-color [type="radio"]:checked + label::after {
	border: 2px solid #FDB4C7;
	background-color: #FDB4C7;
}
#entry-form .waves-button-input {
	border: none;
	font-style: normal;
	background: none;
}
#entry-form .wpcf7-validation-errors {
	padding: 5px 10px;
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	border: 3px solid #c00;
}
#entry-form .wpcf7-mail-sent-ok {
	display: none !important;
}



/*********************************************
*     intern
**********************************************/

#intern #intern-summary {
	padding-top: 100px;
}
#intern #intern-summary .day-tit {
	vertical-align: middle;
	padding: 70px 0px;
	border-style: solid;
	border-color: #4AC #3E7BB1 #5A3EBE #7C3EC2;
	color: #000;
	font-size: 4.0rem;
	font-weight: bold;
	border-width: 20px;
	line-height: 1.3;
	background: url(/img/cdb_01x05.png);
}
#intern #intern-summary .day-tit span {
	color: #F2CA27;
	font-size: 7.5rem;
}
#intern #intern-summary .day-desc h4 {
	margin: 80px  0;
	font-weight: bold;
}
#intern #intern-summary .day-desc p {
	font-size: 1.2rem;
}
#intern #intern-summary .day-box {
	position: relative;
	margin: 0;
	padding: 50px 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
#intern #intern-summary .day-box h4 {
	padding: 50px;
	font-weight: bold;
	text-align: center;
	border: 5px solid #fff;
}
#intern #intern-summary .day-box h4 span {
	display: block;
	margin-bottom: 20px;
}
#intern #intern-summary .day-1 {
	background: #3e95ad;
}
#intern #intern-summary .day-2 {
	background: #3e7bb1;
}
#intern #intern-summary .day-3 {
	background: #3e60b6;
}
#intern #intern-summary .day-4 {
	background: #5a3ebe;
}
#intern #intern-summary .day-5 {
	background: #7c3ec2;
}
#intern .day-num {
	position: absolute;
	top: 0;
	font-size: 10.0rem;
	font-weight: bold;
	color: rgba(255,255,255,0.1);
}
#intern #intern-summary .day-box ul {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #fff;
}
#intern #intern-summary .day-box ul li:before {
	content: "◇ ";
}
#intern [type="radio"]:not(:checked) + label {
	font-size: 1.0rem;
}
#intern [type="radio"]:checked + label {
	color: #000;
	font-size: 1.2rem;
}


/*********************************************
*     form items
**********************************************/

/*フォーム送信前個人情報の取り扱い確認*/
.recruit-privacy-text {
	font-size: 1.0rem;
}
/*フォーム送信ボタン*/
#entry-form .btn-large {
	font-size: 1.5rem;
}
@media only screen and (max-width : 600px) {
	#entry-form .btn-large {
		font-size: 1.3rem;
	}
  }

.ceo-top-img_test {
	max-width: 700px;
}