@charset "utf-8";

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

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1rem;
    }
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

/* =======================================
  フォント設定
======================================== */

.top-lead, h1, h2, h3 span, #pc-nav, .openbtn {
    font-family: "Prata", sans-serif;
    letter-spacing: 0.1em;
}

#footer {
    font-family: sans-serif;
}

/* =======================================
  ナビゲーション設定
======================================== */

#pc-nav span.bgLRextend::before{
    background:#333;
}

.sp-fixed-footer {
  display: none;
}

@media screen and (max-width:990px) {
  #pc-nav{
      display: none;
  }
}

#pc-nav span {
  display: block;
  font-weight: 200;
  font-size: 0.7rem;
  margin-top: 0.2rem;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.5);
}

#header .header-item .c-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #f7ef0b;
  font-weight: bolder;
  padding: 33px 20px 0 20px;
  display: flex;
  height: 100px;
  min-width: 135px;
}

a.c-button:before {
  position: absolute;
  top: 0px;
  left: -100%;
  content:'';
  height: 100%;
  width: 100%;
  background : #ff6200;
  opacity: 0.3;
  transition: .2s ease-in-out;
}
a.c-button:hover:before {
  left:0;
}

@media screen and (max-width:990px) {
  #header .header-item .c-button {
    height: 75px;
    padding: 25px 20px 0 20px;
    font-size: 0.9rem;
  }

}

h2{
    font-size: 3rem;
    color: #1D3961;
    
}

@media screen and (max-width:768px) {

  h2{
      font-size:2rem;
    }
}

/* =======================================
  レスポンシブ改行設定
======================================== */
/*PCでは無効（改行しない）*/
.spbr,
.tbbr{
  display: none;
}

/*スマでは改行する*/
@media screen and (max-width:768px) {
  .spbr{
      display: block;
  }
}
/* タブレットでは改行する */
@media screen and (max-width:990px) {
  .tbbr{
    display: block;
  }
}
/* =======================================
  トップイメージ
======================================== */

.top-lead{
  font-family: serif;
  font-weight: 400;
  position: fixed;
  bottom:15%;
  left:10%;
  font-size:3rem;
  line-height: 1.5;
  background: #fff;
  color: #1D3961;
  padding: 5px;
}


.top-lead span.bgLRextend::before{
  background:#333;
}

@media screen and (max-width:768px) {
  .top-lead{
    font-size:2rem;
    bottom:53%;
    left:10%;
  }
}

@media screen and (max-width:550px) {
  .top-lead{
    font-size:1.5rem;
  }
}

/* =======================================
  メインエリア
======================================== */

#main-area{
  width:90%;
  margin:0 auto;
  padding: 100px 0 50px 0; 
}

@media screen and (max-width:768px) {
  #main-area{
    padding: 50px 0 50px 0;
  }
}


/* =======================================
  Visionセクション設定
======================================== */
#vision {
  position: relative;
  padding: 0;
  margin: 0 0 150px;
}

@media screen and (max-width: 768px) {
  #vision {
      margin: 0 0 50px;
  }
}

#vision h2 {
  position: absolute;
  left: 45%;
  z-index: 2;
  text-shadow: 3px 3px 0 #fff;
}

.vision-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.vision-img {
  background: url("../img/vision.jpg") no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 48%;
}

.vision-content {
  justify-content: center;
  padding: 100px 0 0;
  width: 45%;
  display: flex;
}

.vision-box {
  font-family: serif;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.3em;
}

.vision-content h3 {
  font-size: 1.5rem;
  line-height: 2.5;
}

/* IE11用ハック */
_:-ms-lang(x)::-ms-backdrop, .vision-content h3 {
  width: 30%;
}

.vision-content p {
  line-height: 3.5;
  margin: 0 0 0 50px;
}

_:-ms-lang(x)::-ms-backdrop, .vision-content p {
  width: 60%;
}

@media screen and (max-width: 1000px) {
  .vision-content p {
      line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .vision-area {
      display: block;
  }

  .vision-box {
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      height: inherit;
      margin: 0 0 50px;
  }

  #vision h2 {
      position: relative;
      left: inherit;
  }

  .vision-img, .vision-content {
      width: 100%;
  }

  .vision-img {
      height: 40vh;
  }

  .vision-content {
      padding: 50px 0 0;
  }
}


@media screen and (max-width: 430px) {
  .vision-img {
      height: 20vh;
  }
}


/* =======================================
  Messageセクション設定
======================================== */

#message {
  position: relative;
  padding: 0;
  margin: 0 0 100px;
}

#message h2 {
  position: absolute;
  right: 43%;
  z-index: 2;
  text-shadow: 3px 3px 0 #fff;
}

.message-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message-img {
  background: url("../img/message.jpg") no-repeat center;
  background-size: cover;
  width: 48%;
}

.message-content {
  width: 45%;
  padding: 100px 0 0;
}

#message .message-lead {
  font-family: serif;
  position: relative;
  color: #1D3961;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 90px;
}

#message .message-lead::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  background: #1D3961;
  width: 13em;
  height: 3px;
}

@media screen and (max-width: 768px) {
  #message h2 {
      position: relative;
      right: inherit;
  }

  .message-img, .message-content {
      width: 100%;
  }

  .message-img {
      height: 40vh;
  }

  .message-content {
      padding: 50px 0 0;
  }
}

@media screen and (max-width: 430px) {
  .message-img {
      height: 20vh;
  }
}


/* =======================================
  強みセクション設定
======================================== */

#point {
  position: relative;
  margin: 0 0 100px;
}

#point h2 {
  text-align: center;
  margin: 0 0 50px;
}

@media screen and (max-width: 840px) {
  #point {
      margin: 0;
  }
}

#point:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100px;
  left: -30%;
  width: 150%;
  height: 400px;
  background: #c7ced3;
  transform: rotate(4deg);
}

.point-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.point-list section {
  width: 28%;
  background: #fff;
  position: relative;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 50px;
  padding: 20px 20px 30px;
}

.point-list section:nth-child(2){
  animation-delay: 0.2s;   
}
.point-list section:nth-child(3){
  animation-delay: 0.4s;   
}

@media screen and (max-width: 840px) {
  .point-list section {
      width: 46%;
  }
}


@media screen and (max-width:545px) {
  .point-list section{
    width:100%;
  }
  .point-list section:nth-child(2),
  .point-list section:nth-child(3){
    animation-delay: 0s;   
  }
}

.point-list section .point-img{
  padding-top:70%;
  background-size:cover!important;
}

.point-list section:nth-of-type(1) .point-img{
  background:url("../img/point_kokyuki.jpg") no-repeat center;
  background-size: cover;
}

.point-list section:nth-of-type(2) .point-img{
  background:url("../img/point_hihuka.jpeg") no-repeat center;
  background-size: cover;
}

.point-list section:nth-of-type(3) .point-img{
  background:url("../img/point_saisei.jpg") no-repeat center;
  background-size: cover;
}

.point-list section h3{
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 3px solid #333;
  margin: 30px 0 0 0;
  padding: 0 0 20px 0;
}

@media screen and (max-width:1090px) {
  .point-list section h3{
    font-size: 1rem;
  }    
}

/* =======================================
  ギャラリー
======================================== */

.img-gallery{
  margin: 0 0 100px 0;
}

.img-gallery img{
  border-radius: 10px;
}


/* =======================================
  Recruitセクション設定
======================================== */

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #1D3961;
  background-color: #c7ced3;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 60px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#mid-career:checked ~ #mid-career_content,
#part-timer:checked ~ #part-timer_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1D3961;
  color: #fff;
}


/* job */

#job{
  margin: 0 0 100px 0;
}

@media screen and (max-width:768px) {
  #job{
    margin: 0 0 50px 0;
  }
}

#job h2{
  text-align: center;
  margin:0 0 50px 0;
}

@media screen and (max-width:550px) {
  #job h2{
    margin:0 0 50px 0;
  }
}

#job .job-list{
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

#job .job-list li{
  border-bottom: 1px solid #ccc;
  margin:0 0 15px 0;
  padding: 0 0 15px 0;
}

#job .job-list dl{
  display: flex;
  justify-content: space-between;
}

#job .job-list dt{
  width:30%;
  padding: 0 0 0 40px;
}

@media screen and (max-width:590px) {
  #job .job-list dt{
    padding:0 0 0 10px; 
  }
}

#job .job-list dd{
  width:65%;
}

@media screen and (max-width:768px) {
  .tabs {
    width: 100%;
  }

  .tab_content{
    padding: 30px 20px;
  }

  #job .job-list li{
    border-bottom: 0;
  }

  #job .job-list dl {
    display: block;
  }
  #job .job-list dt {
    background: #ccc;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  #job .job-list dd {
    width: 100%;
  }
}


/* =======================================
  応募
======================================== */

#entry {
  text-align: center;
}

#entry {
  margin: 0 0 100px 0;
}

@media screen and (max-width:768px) {
  #entry {
    margin: 0 0 50px 0;
  }
}



/*================================================ 
form.html, thanks.html
================================================ */
.page-form,
.page-thanks {
  background-size: 60vw auto, contain;
  background-repeat: no-repeat;
}

.page-form {
  background-image: url('../img/form.jpeg'), linear-gradient(180deg, transparent 0%,transparent 50%, #f2f5f8 50%, #f2f5f8 100%);
  background-position: right 100px, 0 0;
}


.page-thanks {
  background-image: url('../img/thanks.jpeg'), linear-gradient(180deg, transparent 0%,transparent 50%, #f2f5f8 50%, #f2f5f8 100%);
  background-position: left 100px, 0 0;
}


.page-form #container,
.page-thanks #container {
  background: transparent;
}



.page-form #main-area,
.page-thanks #main-area {
  max-width: 900px;
  width: 94%;
  margin: 20rem auto 10rem;
  padding: 3rem 2rem;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.2)
}

#contact,
#thanks {
  margin:0 0 100px 0;
}

#contact h2,
#thanks h2 {
  text-align: center;
  margin:0 0 50px 0;
}

#contact .form-list{
  width:100%;
  max-width: 700px;
  margin: 0 auto;
}

#contact input , button , textarea {
  margin:0;
  padding:0;
  border:none;
  outline:none;
  background:none;
  font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
  width:100%;
  border:1px solid #666;
  background:#fff;
  padding: 10px;
  -webkit-appearance:none;
    -moz-appearance:none;
          appearance:none;
}

#contact .form-list #contactChoice2 {
  margin-left: 20px;
} 

#contact .form-list input[type='text'] , input[type='email'] {
  height:50px;
}

#contact .submit-btn{
  width:152px;
  margin: 0 auto;
}

#contact input[type='submit']{
  border:2px solid #333;
  color: #333;
  text-align: center;
  padding: 5px 20px;
  width:152px;
  margin: 0 auto;
  transition: all .3s;
}

#contact input[type='submit']:hover{
  background: #333;
  color: #fff;
} 

#contact .form-list dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact .form-list dt, 
#contact .form-list dd {
  padding: 1.25rem;
  display: flex;
  align-items: center;
}

#contact .form-list dt{
  width:30%;
}

#contact .form-list dd{
  width:66%;
}

#contact .form-list textarea {
  height:200px;
}

.form-list li:nth-child(odd) {
  background: #f4f4f4;
}

@media screen and (max-width:768px) {
  .page-form #main-area,
  .page-thanks #main-area {
    margin-top: 15rem;
  }
  .form-list li:nth-child(odd) {
    background: transparent;
  }
  #contact .form-list dt {
    font-weight: normal;
    background: #f4f4f4;
    vertical-align: middle;
    padding: 0.5rem;
  }

  
  #contact .form-list dd {
    padding: .5rem 0rem 1.75rem;
  }

  #contact .form-list dt,
  #contact .form-list dd{
    width:100%;
  } 
}

.privacy{
  text-align: center;
  font-size: 0.8rem;
  margin-top: 1em;
}

#thanks p {
  text-align: center;
}