/*CSSのコメントアウト方法*/

/*セレクタ・プロパティ*/

.container {
  margin: 0 auto;
  width: 1050px;
  height: 100%;
}

header {
  color: white;
  background-color: rgba(6, 24, 36, 0.849);
  height: 84px;
}

li {
  list-style: none;
}

#header-left {
  float: left;
}

.logo {
  width: 125px;
  padding: 15px 15px;
}

#header-right {
  float: right;
}

#header-right li {
  height: 69px;
  float: right;
  padding: 15px 22px 0px 22px;
  margin-top: -16px;
  text-align: center;
}

#header-right li:hover {
  background-color: rgb(0, 183, 255);
}

#header-right li p {
  margin-top: 6px;
  font-size: 13px;
}

#entry-up {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0px 15px;
}

#entry-down {
  font-size: 12px;
  margin-top: 2px;
  letter-spacing: 2.5px;
}

.up {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.0px;
}

#top-wrapper {
  padding: 10px 0 150px 0;
  background-image: url("/images/fv1.png");
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  height: 600px;
}

#top-wrapper::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#top-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: 'arial black';
  font-weight: 200;
  width: 100%;
  padding: 0.5em 0.5em;
  margin: 2em 0;
}

#top-contents h1 {
  font-size: 45px;
  transform: scale(0.9, 1.4);
  letter-spacing: 10px;
}

#top-contents p {
  font-size: 20px;
  transform: scale(1.0, 1.1);
  letter-spacing: 4px;
  font-family: 'Hiragino Kaku Gothic Std';
  padding: 0;
}

#sub-title {
  height: 450px;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

#sub-title1 {
  font-size: 25px;
  letter-spacing: 2px;
  font-family: 'Hiragino Kaku Gothic Std';
}

#sub-title2 {
  font-size: 60px;
  letter-spacing: 4px;
  color: rgb(0, 183, 255);
  font-family: 'arial black';
  transform: scale(1.0, 1.1);
  font-weight: 10;
  margin: 0;
}

#sub-title3 {
  letter-spacing: 1px;
  margin-top: 30px;
}

#sub-title3 p {
  font-size: 15px;
  margin: 10px;
}

#about-rec {
  padding: 10px 0 150px 0;
  background-image: url("/images/about_back.png");
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  width: 100%;
  height: 400px;
}

#about-rec::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#about-rec-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-weight: 200;
  width: 800px;
}

#about-rec-text1 {
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#about-rec-text2 {
  margin-top: 0px;
  margin-bottom: 35px;
}

#about-rec-text3 {
  margin: 0 auto;
  width: 600px;
  margin-bottom: 35px;
  letter-spacing: 4px;
}

#concept p {
  margin: 12px 0px;
  letter-spacing: 1.5px
}

#work-style {
  width: 100%;
  height: 1440px;
  background-color: rgb(241, 244, 247);
  padding-top: 10px;
}

.title {
  margin: 0 auto;
  text-align: center;
}

.title h2 {
  font-size: 22px;
  letter-spacing: 1px;
  margin: 40px 0 6px 0;
}

.title p {
  color: rgb(0, 183, 255);
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 6px 0 38px 0;
}

#point1 {
  position: relative;
}

#work-style-photo1 {
  position: absolute;
  z-index: 0;
  margin: 10px 0 50px 0;
  background-image: url("/images/work1.png");
  background-size: cover;
  width: 590px;
  height: 380px;
}

#point1-text1 h2 {
  position: absolute;
  top: 15px;
  left: 525px;
  z-index: 2;
  width: 60px;
  padding: 5px 30px;
  font-size: 15px;
  color: white;
  background-color: rgb(0, 183, 255);
  font-style: italic;
}

#point1-contents {
  position: absolute;
  top: 40px;
  left: 500px;
  z-index: 1;
  background-color: white;
  width: 500px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
}

#point-contents-container {
  padding-top: 40px;
  width: 430px;
  margin: 0 auto;
  text-align: left;
}

#point1-contents h2 {
  font-size: 20px;
  margin-bottom: 45px;
}

#point1-contents p {
  font-size: 14px;
  margin: 7px 0px;
}

#point2 {
  position: relative;
}

#point2-text1 h2 {
  position: absolute;
  top: 443px;
  left: 30px;
  z-index: 2;
  width: 60px;
  padding: 5px 30px;
  font-size: 15px;
  color: white;
  background-color: rgb(0, 183, 255);
  font-style: italic;
}

#point2-contents {
  position: absolute;
  top: 470px;
  left: 0px;
  z-index: 1;
  background-color: white;
  width: 500px;
  height: 320px;
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
}

#point2-contents h2 {
  letter-spacing: 2px;
  margin-bottom: 45px;
}

#work-style-photo2 {
  position: absolute;
  top: 430px;
  left: 413px;
  z-index: 0;
  margin: 10px 0 50px 0;
  background-image: url("/images/work2.png");
  background-size: cover;
  width: 590px;
  height: 380px;
}

#point2-contents p {
  font-size: 14px;
  margin: 7px 0px;
}

#point3 {
  position: relative;
}

#work-style-photo3 {
  position: absolute;
  top: 860px;
  left: 0px;
  z-index: 0;
  margin: 10px 0 50px 0;
  background-image: url("/images/work3.png");
  background-size: cover;
  width: 590px;
  height: 380px;
}

#point3-text1 h2 {
  position: absolute;
  top: 875px;
  left: 525px;
  z-index: 2;
  width: 60px;
  padding: 5px 30px;
  font-size: 15px;
  color: white;
  background-color: rgb(0, 183, 255);
  font-style: italic;
}

#point3-contents {
  position: absolute;
  top: 902px;
  left: 500px;
  z-index: 1;
  background-color: white;
  width: 500px;
  height: 320px;
  margin: 0 auto;
  text-align: center;
}

#point3-contents h2 {
  font-size: 20px;
  margin-bottom: 45px;
}

#point3-contents p {
  font-size: 14px;
  margin: 7px 0px;
}

#top-message {
  width: 100%;
  height: 550px;
  padding-top: 10px;
  background-color: rgba(37, 40, 48, 0.952);
}

#top-message-title {
  color: white;
}

#top-message-container {
  position: relative;
  margin: 0 auto;
  height: 360px;
}

#top-message-photo {
  position: absolute;
  top: 40px;
  z-index: 1;
  background-image: url("/images/top_message.png");
  background-size: cover;
  width: 465px;
  height: 340px;
}

#top-message-frame {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 950px;
  height: 350px;
  background-color: white;
}

#top-message-contents-frame {
  position: relative;
  width: 500px;
  height: 350px;
  float: right;
}

#ceo-name-plate {
  position: absolute;
  top: 20px;
  width: 460px;
  height: 80px;
  background-color: rgb(241, 239, 239);
}

#company-name h2 {
  font-size: 13px;
  color: rgb(0, 183, 255);
  padding: 5px 0 0 30px;
  margin-bottom: 5px;
  text-align: left;
}

#ceo-name h2 {
  margin-top: 5px;
  padding-left: 30px;
  font-size: 18px;
  text-align: left;
}

#furigana {
  font-size: 11px;
  color: rgb(82, 80, 80);
}

#top-message-contents {
  padding-top: 100px;
  width: 460px;
}

#top-message-contents-title h2 {
  font-size: 19px;
  padding-top: 7px;
  text-align: left;
}

#top-message-contents-detail {
  padding-top: 5px;
}

#top-message-contents-detail p {
  font-size: 14px;
  letter-spacing: 0.6px;
  margin: 2px 0;
}

#interview {
  padding-top: 10px;
  width: 100%;
  height: 600px;
  background-color: rgb(241, 239, 239);
}

.interview-container {
  margin-top: 8px;
  padding-top: 8px;
  width: 1200px;
  height: 600px;
  margin: 0 auto;
}

.interview-photo {
  position: relative;
  padding-right: 20px;
}

.interview-photo img {
  z-index: 0;
  width: 360px;
  height: 240px;
}

.interview-text h2 {
  position: absolute;
  top: 170px;
  left: 40px;
  z-index: 2;
  width: 80px;
  padding: 5px 20px 5px 20px;
  font-size: 15px;
  color: white;
  background-color: rgb(0, 183, 255);
  font-style: italic;
  font-size: 14px;
}

#interview-detail {
  float: left;
}

#interview-detail li {
  float: left;
}

.interview-contents-frame {
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: 1;
  width: 320px;
  height: 175px;
  background-color: white;
}

.interview-contents-frame-container {
  width: 280px;
  height: 150px;
  margin: 0 auto;
}

.interview-contents-title {
  padding-top: 40px;
}

.interview-contents-title p {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0 5px 0;
  letter-spacing: 0.5px;
}

.interview-contents-detail p {
  color: rgb(0, 183, 255);
  font-size: 12px;
  padding-top: 15px;
}

#interview-text-engineer h2 {
  background-color: rgb(20, 220, 255)
}

#interview-text-manager h2 {
  background-color: rgb(23, 74, 83)
}

#information {
  width: 100%;
  height: 1500px;
  margin-bottom: 50px;
}

#information-title {
  padding-top: 20px;
}

#information-title p {
  margin-bottom: 23px;
}

#information-contents table {
  width: 1050px;
  border-collapse: collapse
}

.lines {
  border-bottom: 1px dashed rgb(182, 178, 178);
  height: 100px;
}

.information-thema {
  width: 140px;
  text-align: left;
}

#occupation {
  height: 230px;
  position: relative;
}

#occupation-thema {
  position: absolute;
  top: 40px;
}

.themas {
  font-weight: bold;
}

.details {
  margin-top: 17px;
  padding-left: 15px;
}

#details-business {
  margin-bottom: 17px;
}

#work-place {
  position: relative;
  height: 170px;
}

#work-place-thema {
  position: absolute;
  top: 40px;
}

#welfare {
  position: relative;
  height: 120px;
}

#welfare-thema {
  position: absolute;
  top: 35px;
}

#adress {
  position: relative;
  height: 220px;
}

#adress-thema {
  position: absolute;
  top: 40px;
}

/*

#recruit {
  width: 100%;
  margin: 0 auto;
  height: 575px;
}

#recruit-title {
  padding-top: 30px;
}

#recruit-title h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.kakko {
  font-weight: normal;
}


.slider {
  padding-top: 50px;
}

#step1 img {
  width: 70px;
  height: 100px;
}

#step2 img {
  width: 120px;
  height: 100px;
}

#step3 img {
  width: 120px;
  height: 100px;
}

#step4 img {
  width: 75px;
  height: 100px;
}

#step5 img {
  width: 120px;
  height: 100px;
}

.step-frame {
  width: 185.5px;
  height: 300px;
}

.step-frame img {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.step-detaile {
  padding-top: 10px;
  text-align: center;
}

.step-detaile p {
  font-size: 13px;
  margin-bottom: 2px;
}

.step-detaile h2 {
  font-size: 17px;
  margin-top: 2px;
}

.slick-dots li{
	width: 28px!important;
  margin-top: 20px;
  margin: 0 auto;
}

.slick-dots{
	bottom: 50px!important;
}

.slick-dots li button:before{
	font-size:  70px!important;
}

*/

.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}


.slider img {
  width: 60vw;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}

.slider .slick-slide {
  transform: scale(0.6);
  /*左右の画像のサイズを80%に*/
  transition: all .5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/

.slick-prev, .slick-next {
  
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;
  /*矢印の色*/
  border-right: 2px solid #666;
  /*矢印の色*/
  height: 15px;
  width: 15px;
}


.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 20px 5px 5px 5px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

/*========= レイアウトのためのCSS ===============*/

/*
.slider {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
*/

#recruit-slider {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: black;
  background-color: rgb(107, 107, 107);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.step-frame {
  padding-top: 50px;
  height: 800px;
}

#recruit-title h2 {
  margin-bottom: 50px;
  text-align: center;
}

.step-frame img {
  width: 250px;
  height: 250px;
}

.step-detaile p,h2 {
  text-align: center;
}

.slick-dots{
	bottom: -60px!important;
}


#recuit-entry {
  height: 590px;
  width: 100%;
  background-color: rgb(241, 239, 239);
  margin-top: 150px;
}

#recruit-entry-frame {
  width: 1050px;
  height: 100%;
}

/*
#form {
  margin: 0 auto;
  display:table;
}
*/

#form {
  position: relative;
  padding-top: 10px;
  margin-bottom: 5px;
  width: 1050px;
  margin: 0 auto;
}

#form-information {
  margin-left: 25px;
}

.form-container {
  display: inline-block;
}

#form-information-frame,
.form-information-contents,
.form-information-theme {
  border-bottom: rgb(241, 239, 239) solid 5px;
}

.form-information-theme {
  padding: 9px 7px 9px 7px;
  color: white;
  background-color: rgba(6, 24, 36, 0.849);
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.form-information-contents {
  padding: 9px 100px 9px 15px;
  background-color: white;
  color: rgb(190, 189, 189);
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
}

#complement {
  font-size: 14px;
}

#complement p {
  margin:5px 0;
}

#form-free {
  position: absolute;
  top: -5px;
  margin-left: 20px;
  width: 470px;
  height: 350px;
}

#form-free p {
  color: white;
  padding: 9px 7px 9px 7px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

#form-free-area {
  background-color: rgba(6, 24, 36, 0.849);
}

textarea {
  width: 462px;
  height: 100vh;
  border: 0; 
}

.button {
  width: 550px;
  text-align: center;
}

#textarea-contents {
  font-size: 18px;
}

textarea.sample-text {
  color: rgb(190, 189, 189);
  font-size: 90%;
  font-weight: normal;
  padding: 12px 0 0 7px;
}

#form-button {
  margin-top: 0px;
  margin-left: 180px;
}

#form-button p {
  background-color: rgb(241, 239, 239);
}

button {
  width: 270px;
  height: 50px;
  border: none;
  background-color: rgb(0, 183, 255);
  color: white;
  font-size: 113%;
  font-family: "ＭＳ ゴシック";
}

footer {
  color: white;
  background-color: rgba(6, 24, 36, 0.849);
  height: 84px;
  width:100%;
}

#footer-container {
  width: 1200px;
  height: 84px;
  margin: 0 auto;
}

#footer-left {
  float: left;
}

#footer-right ul {
  float: right;
}

#footer-right li {
  float: left;
}

.corporate-privacy {
  padding: 30px 0px 0px 22px;
  margin-top: -18px;
  letter-spacing: 0.5px;
}

#corporate {
  font-size: 15px;
  margin-right: 30px;
}

#privacy-policy {
  font-size: 15px;
  margin-right: 30px;
}

#copyright {
  font-size: 11px;
  margin-right: 120px;
  padding: 30px 0px 0px 22px;
  margin-top: -16px;
  color:rgb(231, 230, 230);
}


