@charset "UTF-8";
/**
 * common.css
 */

/* common */
body{
  position: relative;
  font-family:sans-serif;
  color: #333333;
  font-size: 1.4rem;
  background: #271f1c;
}
.tC{
    text-align: center;
}
a{
  color: #333333;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
p{
  line-height: 1.72;
}
.clear:after{
  content: '';
  clear: both;
  display: block;
}
h4{
  line-height: 1.5;
}

/* layout */
#container{
  position: relative;
  background: white;
}
.innerBox{
  padding: 60px 0;
  max-width: 950px;
  margin: 0 auto;
}
.innerBox2{
  padding: 60px 0;
  max-width: 972px;
  margin: 0 auto;
}
.textBox{
  max-width: 630px;
  margin: 0 auto;
}
.bg-gray{
  background: #f8f8f8;
}
.bg-gray2{
  background: #f0f0ec;
}
.gradation-green{
  background: #d8e1dc;
  background: -moz-linear-gradient(top, #d8e1dc 0%, #f0f0ec 100%);
  background: -webkit-linear-gradient(top, #d8e1dc 0%,#f0f0ec 100%);
  background: linear-gradient(to bottom, #d8e1dc 0%,#f0f0ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e1dc', endColorstr='#f0f0ec',GradientType=0 );
}
.gradation-pink{
  background: #edd2d5;
  background: -moz-linear-gradient(top, #edd2d5 0%, #eeedf5 100%);
  background: -webkit-linear-gradient(top, #edd2d5 0%,#eeedf5 100%);
  background: linear-gradient(to bottom, #edd2d5 0%,#eeedf5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd2d5', endColorstr='#eeedf5',GradientType=0 );
}
.graybox{
  width: 100%;
  min-height: 204px;
  background: #eee;
}

/* レイアウトパターン1 */
.cBox1{
  margin-top: 35px;
  padding-bottom: 45px;
  display: table;
}
.cBox1 figure,
.cBox1-info{
  display: table-cell;
  vertical-align: top;
}
.cBox1 figure{
  width: 28%;
}
.cBox1 figure span{
  width: 306px;
  display: inline-block;
}
.cBox1-info{
  width: 48%;
}
.cBox1-info .cBox1-label{
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.cBox1-info h4{
  font-size: 1.8rem;
  padding-bottom: 18px;
}
.cBox1-info p{
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 20px;
}

/* レイアウトパターン2 */
.cBox2{
  width: 466px;
  float: left;
  overflow: hidden;
  margin-bottom: 40px;
}
.cBox2:nth-child(2n){
  margin-left: 40px;
}
.cBox2 figure{
  display: block;
  float: left;
}
.cBox2-info{
  display: block;
  float: left;
  width: 233px;
  height: 233px;
  font-size: 1.2rem;
  vertical-align: top;
  background: rgba(255,255,255,0.5);
  padding: 20px 30px;
}
.cBox2-info h4{
  font-weight: bold;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  text-align: justify;
  margin-bottom: 10px;
}
.cBox2-title{
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.cBox2-title span{
    font-size: 1.8rem;
}
.cBox2-title span.cBox2-roman,
.cBox2-roman{
  font-weight: normal;
  font-size: 1rem;
  padding-bottom: 28px;
}
.cBox2-info{
  position: relative;
}
.cBox2-info p{
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.cBox2-info .btnArea{
  position: absolute;
  left: 30px;
  bottom: 20px;
}

/* レイアウトパターン3 */
.cBox3{
  margin-top: 35px;
  padding-bottom: 45px;
  overflow: hidden;
}
.cBox3 figure{
  float: left;
  width: 306px;
  text-align: center;
}
.cBox3 figure img{
  max-width: 100%;
  height: auto;
}
.cBox3-info{
  float: right;
  width: 580px;
}
.cBox3-info time{
  font-size: 1.2rem;
  padding-bottom: 10px;
  display: inline-block;
}
.cBox3-info h4{
  font-size: 1.8rem;
  padding-bottom: 30px;
}
.cBox3-info p{
  line-height: 1.9;
  padding-bottom: 20px;
}

/* レイアウトパターン4 */
.cBox4{
  margin-top: 35px;
  padding-bottom: 5px;
  overflow: hidden;
}
.cBox4 figure{
  float: left;
  width: 350px;
  text-align: center;
}
.cBox4-info{
  float: right;
  width: 537px;
}
.cBox4-title{
  font-size: 3rem;
  padding-bottom: 15px;
}
.cBox4-roman{
  display: block;
  font-size: 1.2rem;
  padding-bottom: 25px;
}
.cBox4-position{
  display: block;
  font-size: 1.4rem;
  padding-bottom: 60px;
}
.cBox4-info p{
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 25px;
}

/* miniArrowLink */
.miniArrowLink{
  padding-left: 20px;
  background: url('../images/common/ico_mini_arrow.png') no-repeat left center;
}

/* action */
.op img{
  transition: ease .3s;
}
.op:hover img{
  opacity: .7;
}

/* header */
header{
  position: fixed;
  width: 100%;
  background: #271f1c;
  height: 64px;
  padding: 12px;
  z-index: 5;
}
header h1{
  float: left;
}
header nav{
  float: right;
  padding-top: 13px;
  padding-right: 30px;
}
header nav ul li{
  display: inline-block;
  padding-left: 35px;
}
header nav ul li a{
  display: inline-block;
  height: 12px;
}
header nav ul li a img{
  vertical-align: top;
}
header nav ul li.nav-ico img{
  position: relative;
  margin-top: -5px;
}
header nav ul li.nav-ico.pc{
  display: inline-block;
}

/* ie11 */
@media all and (-ms-high-contrast: none){
  *::-ms-backdrop, header nav:not(:target){
    padding-top: 12px;
  }
  *::-ms-backdrop, header nav ul li a:not(:target){
    vertical-align: top;
  }
}

/* copyright */
.icoFb{
  position: absolute;
  z-index: 2;
  top: 0;
  margin-top: 45px;
  right: 25px;
}
.copy{
  color: white;
  font-size: 1rem;
  letter-spacing: 2;
  padding: 10px 0 0 0;
  /*
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin-top: 170px;
  margin-right: -94px;
  transform: rotate(-90deg);
  */
}

/* footer */
footer{
  background: #271f1c;
  padding: 30px 0;
}
.footerPrivacy{
  padding: 20px 0 5px;
}
.footerPrivacy a{
  color: white;
  font-size: 1.2rem;
}

/* parts */
.of-img{
  object-fit: cover;
  object-position: center;
}
.subtitle{
  padding-bottom: 30px;
}
.nodisp{
  display: none;
}

/* president */
.person{
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: right;
}
.person p{
  font-size: 2.4rem;
  padding: 10px 0;
}
.person span{
  display: block;
  font-size: 1.2rem;
}
.person span.roman{
  font-size: 1rem;
}

/* news list */
.newslist {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
.newslist li{
  padding-bottom: 6px;
}
.newslist li time{
  margin-right: 10px;
}
.newslist li a:hover{
  text-decoration: none;
  opacity: .5;
}
.newslist li a span{
  vertical-align: middle;
}

.catLabel{
  font-size: 0.8rem;
  display: inline-block;
  text-align: center;
  color: white;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.catLabel.blog{
  background: #c69c3f;
}
.catLabel.info{
  background: #d32d2f;
}
.catLabel.recruit{
  background: #8cc63f;
}
.catLabel.press{
  background: #999999;
}
time{
  display: inline-block;
  width: 70px;
  letter-spacing: -0.4;
  vertical-align: middle;
}

/* links */
.btnArea{
  font-size: 1.6rem;
}
.btnArea .icon{
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -2px;
  transition: .3s ease;
  left: 0;
}
.btnArea a:hover{
  opacity: .7;
  text-decoration: none;
}

.linkBtn a:hover .icon{
  left: 5px;
}
.openBtn .close{
  display: none;
}

.boxLinks{
  text-align: center;
  max-width: 660px;
}
.boxLinks a{
  width: 306px;
  height: 120px;
  display: inline-block;
  background: #f8f8f8;
  text-align: center;
  margin: 0 8px;
}
.boxLinks a:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.outerLink{
  margin-bottom: 60px;
}
.outerLink a{
  border: 1px solid #333;
  border-radius: 25px;
  padding: 10px 15px;
  display: inline-block;
}
.outerLink a:hover{
  color: #b3b3b3;
  background: #333333;
}

/* underpage */
.underpage #main{
  padding-top: 64px;
}
.underpage .icoFb{
  display: none;
  margin-top: 96px;
}
/*
.underpage .copy{
  color: #333;
  margin-top: 240px;
}
*/
.underpage .cv{
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.underpage .cv img{
  width: 100%;
  height: 100%;
}

/* posts list */
.newsArea{
  overflow: hidden;
  padding-top: 30px;
}
.newsArea #entries{
  float: right;
  width: 715px;
}
.post{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
article:last-of-type .post{
  border-bottom: none;
}
.post time{
  font-size: 1.2rem;
}
.post h3{
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 15px 0;
}
.post p{
  line-height: 1.7;
  padding-bottom: 20px;
}
/* posts single */
.post a span.catLabel{
  vertical-align: middle;
}
.post-detail{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: none;
}
.post-detail img{
  max-width: 100%;
  height: auto;
}
.post-detail h3{
  font-size: 2.2rem;
}
.post-detail .eyecatch{
  padding-bottom: 15px;
}
.post-detail p{
  font-size: 1.4rem;
}
.underlink{
  text-align: center;
  padding-bottom: 20px;
}
.underlink a{
  text-align: center;
  padding: 15px;
  border: 1px solid #e6e6e6;
  color: #b3b3b3;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin: 0 6px;
}
.underlink a:hover{
  background: #333333;
  text-decoration: none;
}
.underlink_prev_arrow img{
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-right: 14px;
}
.underlink_next_arrow img{
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-left: 14px;
}

/* pagination */
.pagination{
  padding-bottom: 20px;
}
.pagination a,
.pagination .current{
  font-size: 1.8rem;
  padding: 16px 18px;
  border: 1px solid #e6e6e6;
  color: #b3b3b3;
  margin-right: 5px;
}
.pagination .current,
.pagination a:hover{
  text-decoration: none;
  background: #333333;
}


/* sidebar news */
.newsArea #side{
  float: left;
  width: 200px;
}
.news-side{
  border-bottom: 1px solid #e6e6e6;
}
.news-side li a{
  display: block;
  padding: 18px;
  border-top: 1px solid #e6e6e6;
  color: #b3b3b3;
}
.news-side li a:hover,
.news-side li.current-cat a{
  text-decoration: none;
  background: #f2f2f2;
  color: #333333;
}

/* 404 */
.not_found{
  min-height: 600px;
  text-align: center;
  padding-top: 150px;
}
.not_found p{
  font-size: 5rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.not_found span{
  display: block;
  padding-bottom: 30px;
}
.not_found a{
  display: inline-block;
}

/* break point */
.sp,
span.sp,
img.sp,
a.sp {
  display: none;
}

.pc {
  display: block;
}

span.pc,
img.pc,
a.pc {
  display: inline-block;
}

/* 800px */
@media screen and (max-width: 835px){
  .pc,
  span.pc,
  img.pc,
  a.pc{
    display: none;
  }
  .sp {
    display: block;
  }
  span.sp,
  img.sp,
  a.sp{
    display: inline-block;
  }

  body{
    position: static;
  }
  img{
    max-width: 100%;
  }
  .op:hover img{
    opacity: 1;
  }
  .innerBox{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .textBox{
    max-width: 630px;
  }
  .icoFb{
    margin-top: 10px;
    right: 10px;
  }

  .underpage #main{
    padding-top: 56px;
  }
  .underpage .icoFb{
    display: none;
  }
  .underpage .copy{
    color: white;
    margin-top: 0;
  }
  .underpage .cv{
    height: 300px;
  }

  /* header */
  header{
    top: 0;
    height: 56px;
  }
  header h1 a{
    display: inline-block;
    height: 100%;
  }
  header h1 img{
    max-height: 100%;
    width: auto;
  }
  header nav{
    position: fixed;
    background: #271f1c;
    width: 100%;
    top: 56px;
    left: 0;
    float: 0;
    padding: 20px 0 45px;
    display: none;
  }
  header nav ul li{
    display: block;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  header nav ul li a{
    display: inline-block;
    text-align: center;
    padding: 15px;
    height: auto;
    /* border-top: 1px solid #4a3a35; */
  }
  header nav ul li a img{
    vertical-align: middle;
  }

  .spmenu{
    position: absolute;
    right: 55px;
    top: 18px;
  }
  .wai-ham{
    width: 24px;
  	height: 19px;
  }
  .wai-ham span {
  	height: 1px;
  	border-radius: 0;
  }
  .wai-ham span:nth-of-type(2) {
  	top: 9px;
  }
  .wai-ham.active span:nth-of-type(1) {
  	-webkit-transform: translateY(9px) rotate(-45deg);
  	transform: translateY(9px) rotate(-45deg);
  }
  .wai-ham.active span:nth-of-type(3) {
  	-webkit-transform: translateY(-9px) rotate(45deg);
  	transform: translateY(-9px) rotate(45deg);
  }

  .sp-nav-fb{
    position: absolute;
    display: block;
    top: 16px;
    right: 15px;
  }

  /* newslist */
  .newslist li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newslist li a:hover{
    opacity: 1;
  }

  .btnArea a:hover{
    opacity: 1;
    text-decoration: none;
  }
  .linkBtn a:hover .icon{
    left: 0;
  }

  /* footer */
  footer{
    padding: 30px 0 15px;
  }
  .footerLogo{
    display: inline-block;
    margin-bottom: 0;
  }
  .footerPrivacy{
    padding-top: 20px;
  }
  .copy{
    color: white;
    font-size: 1rem;
    letter-spacing: 1;
    position: static;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    transform: none;
  }

  /* pattern1 */
  .cBox1{
    display: block;
  }
  .cBox1 figure,
  .cBox1-info{
    display: block;
    text-align: center;
  }
  .cBox1 figure{
    width: auto;
    padding-bottom: 20px;
  }
  .cBox1 figure span{
    width: auto;
  }
  .cBox1-info{
    width: auto;
  }
  .cBox1-info h4{
    font-size: 1.8rem;
    padding-bottom: 18px;
    text-align: center;
  }
  .cBox1-info p{
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 30px;
  }
  .cBox1-info .btnArea{
    text-align: center;
  }

  /* pattern2 */
  .cBox2{
    width: 100%;
    padding: 0 10px;
    float: none;
    padding-bottom: 65px;
  }
  .cBox2:nth-child(2n){
    margin-left: 0;
  }
  .cBox2 figure{
    float: none;
    padding-right: 0;
    text-align: center;
    width: auto;
  }
  .cBox2-info{
    width: auto;
    max-width: 342px;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .cBox2 p{
    font-size: 1.4rem;
    padding-bottom: 32px;
  }
  .cBox2 .btnArea{
    margin-top: 30px;
    position: static;
    text-align: center;
  }
  .cBox2-info h4{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  /* pattern3 */
  .cBox3 figure,
  .cBox3-info{
    float: none;
    width: auto;
  }
  .cBox3 figure{
    margin-bottom: 30px;
  }

  .cBox3-info time,
  .cBox3-info h4{
    display: block;
    text-align: center;
    width: auto;
  }
  .cBox3 p{
    font-size: 1.4rem;
  }
  .cBox3 .btnArea{
    text-align: center;
  }

  /* pattern4 */
  .cBox4{
    margin-top: 5px;
  }
  .cBox4 figure,
  .cBox4-info{
    float: none;
    width: auto;
  }
  .cBox4 figure{
    margin-bottom: 30px;
  }
  .cBox4-title{
    font-size: 2.4rem;
    text-align: center;
  }
  .cBox4-roman{
    font-size: 1rem;
    text-align: center;
  }
  .cBox4-position{
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 40px;
  }
  .cBox4 p{
    font-size: 1.4rem;
  }
  .cBox4 .btnArea{
    text-align: center;
  }

  /* contact */
  .boxLinks a{
    margin-bottom: 15px;
    max-width: 306px;
    width: 100%;
    margin: 0 auto 15px;
  }

  /* posts list */
  .newsArea #entries{
    float: none;
    width: auto;
    padding-bottom: 50px;
  }
  .newsArea #side{
    float: none;
    width: auto;
  }
  .post p{
    font-size: 1.4rem;
  }
  .post-detail{
    margin-bottom: 10px;
  }

  /* pagination */
  .pagination{
    margin-bottom: 20px;
  }
  .pagination .prev,
  .pagination .next{
    width: 49%;
    display: block;
    float: left;
    margin: 0;
  }
  .pagination .next{
    float: right;
    text-align: right;
  }
  .pagination .prev img{
    padding-right: 15%;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .pagination .next img{
    padding-left: 15%;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }

  /* underpage */
  .underpage .cv img{
    width: 100%;
    height: 100%;
  }
}