@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html {
  color: #333;
  background: #fff;
  font-family: '游明朝','Yu Mincho',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

/* IE10以降 游ゴシック文字ずれ対応 */

@media all and (-ms-high-contrast: none) {
  html {
    font-family: '游明朝','Yu Mincho',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  }
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h4,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1040px;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 960px;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif;
}

@media screen and (min-width: 641px) {
  a,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#preheader {
  background: #333;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}

#header.outer-block {
  border-bottom: solid 1px #c2c2c2;
}

#header .logo-hd {
  border-bottom: solid 1px #c2c2c2;
  padding: 8px 0 16px;
  position: relative;
  text-align: center;
}

#header .logo-hd .en-btn {
  position: absolute;
  bottom: 10px;
  right: 150px;
  height: 18px;
}

#header .logo-hd .en-btn:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #85672d;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -10px;
  margin: auto;
}

#header .logo-hd .en-btn a {
  color: #85672d;
}

#header .nav-ul li {
  float: left;
}

#header .nav-ul li a {
  display: inline-block;
  line-height: 47px;
  padding: 0 0 3px 0;
  position: relative;
  text-align: center;
  width: 160px;
}

@media screen and (min-width: 641px) {
  #header .nav-ul li:hover a {
    opacity: 1;
  }
  #header .nav-ul li:hover a:after,
  #header .nav-ul li.current a:after {
    background: #c10000;
    content: "";
    height: 2px;
    width: 160px;
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 0;
  }
}

/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
.top h1 {
  font-size: 11px;
}

.mv-block {
  background: url(../img/top/mv.jpg) no-repeat;
  background-size: cover;
  min-height: 446px;
  text-align: center;
}

.mv-block .main-txt {
  color: #fff;
  font-size: 60px;
  margin: 0 0 20px;
  padding: 130px 0 0 37px;
  position: relative;
  text-shadow: 0px 0px 13px #ffd423;
  text-align: center;
}

.mv-block .main-txt:after {
  background: url(../img/top/line01.png) no-repeat; 
  content: "";
  display: inline-block;
  position: absolute;
  height: 25px;
  width: 728px;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
}

.mv-block .main-sub-txt {
  color: #fff;
  font-size: 24px;
  text-shadow: 0px 0px 13px #ffd423;
}

.ttl-h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 30px;
  text-align: center;
}

.ttl-h2 .sub-en {
  color: #c10000;
  display: block;
  font-size: 14px;
}

.content-block {
  padding: 50px 0;
}

.service-block .service-ul li {
  border: solid 1px #c2c2c2;
  border-radius: 10px;
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
  width: 310px;
  vertical-align: top;
}

.service-block .service-ul li:nth-child(3n) {
  margin: 0 0 15px 0;
}

.service-block .service-ul li .icon-area {
  background: #85672d;
  border-radius: 10px 10px 0 0;
  height: 70px;
  line-height: 70px;
  margin: 0;
  text-align: center;
}

.service-block .service-ul li .icon-area img {
  vertical-align: middle;
}

.service-block .service-ul li .txt-area {
  font-size: 16px;
  padding: 20px;
}

.service-block .service-ul li .txt-area a {
  color: #85672d;
  text-decoration: underline;
}

.ttl-h2.ttl-h2-wt, 
.ttl-h2.ttl-h2-wt .sub-en {
  color: #fff;
}

.perform-block {
  background: url(../img/top/bg_img01.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.perform-block .perform-txt {
  font-size: 16px;
  line-height: 30px;
  margin: 70px 0 40px;
  text-align: center;
  text-shadow: 0px 0px 13px #000;
}

.detail-btn {
  text-align: center;
}

.detail-btn a {
  border: solid 1px #333;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 300px;
}

.detail-btn a:after {
  background: url(../img/common/arrow_r_gr.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.detail-btn.detail-btn-wt a {
  border: solid 1px #fff;
  color: #fff;
}

.detail-btn.detail-btn-wt a:after {
  background: url(../img/common/arrow_r_wt.svg) no-repeat;
  content: "";
}

.president-block {
  background: url(../img/top/bg_img02.jpg) no-repeat;
  background-size: cover;
}

.president-block .bio-block {
  font-weight: bold;
  display: inline-block;
  margin: 0 30px 0 0;
  width: 590px;
}

.president-block .bio-block .bio-txt {
  line-height: 28px;
  margin: 0 0 30px;
}

.president-block .bio-block .bio-txt a {
  color: #85672d;
  text-decoration: underline;
}
  
.president-block .bio-img {
  display: inline-block;
  width: 336px;
  vertical-align: top;
}

.president-block .detail-btn {
  text-align: left;
}

.president-block .bio-img .pre-name {
  display: block;
  font-size: 15px;
  text-align: right;
  margin-top: 5px;
}

.president-block .bio-img .pre-name strong {
  font-size: 24px;
  font-weight: bold;
}

.news-block {
  background: linear-gradient(13deg,#cabe911c 0%,#ffddd32b 100%);
}

.news-block a{
  color: #85672d;
}

.news-block .news-box .news-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}

.news-block .news-box .news-detail:nth-child(n+2){
  border-top: solid 1px #DBD4C9;
  padding-top: 20px;
}

news-block .news-box .news-detail p{
  
}

.news-block .news-box img {
  width: 30%;
  filter: saturate(0.5);
}

.newbook-block {
  border-bottom: solid 1px #f7f7f7;
}

.newbook-block .shincho-box img {
  width:300px;
}

.newbook-block .shincho-box .book-detail {
  display: inline-block;
  float: right;
  width: 590px;
  font-weight: 500;
  line-height: 1.7;
}

.newbook-block .shincho-box .book-detail a {
  display: inline-block;
  color: #85672d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.book-detail .detail-btn {
  text-align: left;
  margin-top: 50px;
}

.newbook-block .shincho-box .book-detail .detail-btn a {
  color: #333;
  font-weight: normal;
  font-size: 16px;
}　

.link-block {
  height: 120px;
}

.link-block li {
  float: left;
}

.link-block li a {
  display: inline-block;
  font-size: 18px;
  height: 120px;
  padding: 50px 0;
  position: relative;
  opacity: 1;
  text-align: center;
  width: 320px;
}

.link-block li a:after {
  background: url(../img/common/arrow_r_rg.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.link-block li:hover a {
  background: #85672d;
  color: #fff;
  opacity: 1;
}

.link-block li:hover a:after {
  background: url(../img/common/arrow_r_wt.svg) no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
}


/*----------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

.contact-block {
  background: url(../img/top/bg_img03.jpg) no-repeat;
  background-size: cover;
}

.contact-block p {
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}

.contact-block .mail-btn {
  text-align: center;
}

.contact-block .mail-btn a {
  background: #85672d;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 384px;
}

.contact-block .mail-btn a:before {
  background: url(../img/icon/icon_mail.svg) no-repeat;
  content: "";
  height: 18px;
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

.contact-block .mail-btn a:after {
  background: url(../img/common/arrow_r_wt.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  width: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.contact-block .tel-box {
  margin: 20px 0 0;
  text-align: center;
}

.contact-block .tel-box small {
  display :inline-block;
  font-weight: bold;
  font-size: 14px;
}

.contact-block .tel-box .tel {
  color: #c10000;
  display: inline-block;
  font-size: 30px;
  padding: 0 0 0 40px;
  position: relative;
}

.contact-block .tel-box .tel:before {
  background: url(../img/icon/icon_tel.svg) no-repeat;
  content: "";
  background-size: contain;
  display: inline-block;
  height: 25px;
  width: 25px;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 10px;
  margin: auto;
}

#footer .link-bnr-ul {
  padding: 20px 0  40px;
  text-align: center;
}

#footer .link-bnr-ul li {
  display: inline-block;
  margin: 0 35px 0 0;
}

#footer .link-bnr-ul li a {
  display: table-cell;
  height: 83px;
  vertical-align: middle;
}

#footer .link-bnr-ul li a img {
  vertical-align: middle;
}

#footer .ft-nav {
  background: #f0eff0;
  padding: 15px 0;
}

#footer .ft-nav .ft-nav-ul {
  background: url(../img/common/simbol.png) no-repeat left;
  background-size: 70px;
  padding: 0 0 0 100px;
}

#footer .ft-nav .ft-nav-ul li {
  display: inline-block;
}

#footer .ft-nav .ft-nav-ul li:first-child {
  border-left: solid 1px #e7e6e7;
}

#footer .ft-nav .ft-nav-ul li a {
  display: inline-block;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 140px;
}

#footer .ft-nav .ft-nav-ul li a:after {
  background: url(../img/common/arrow_r_rg.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

#footer .copyright {
  background: #333;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/*----------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#page-ttl {
  background: url(../img/work/page-ttl.jpg) no-repeat;
  background-size: cover;
  height: 223px;
  position: relative;
  text-align: center;
}

#page-ttl .page-ttl {
  border-bottom: solid 2px #fff;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 60px 0 0;
}

#page-ttl .bread {
  padding: 5px 0 0;
}

#page-ttl .bread li {
  color: #fff;
  float: left;
  position: relative;
}

#page-ttl .bread li + li {
  margin: 0 0 0 20px;
}

#page-ttl .bread li + li:before {
  background: url(../img/common/arrow_r_wt.svg) no-repeat;
  background-size: 6px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  height: 10px;
  width: 6px;
}

#page-ttl .bread li a {
  color: #fff;
  text-decoration: underline;
}

.pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 16px;
  right: 0;
}

.pagetop > a {
  background: url(../img/common/page_top.png) center center no-repeat;
  background-size: 32px auto;
  background-color: rgba(0,0,0,0.7);
  display: block;
  width: 80px;
  height: 80px;
}

/*----------------------------------------------------------------------------
  work
------------------------------------------------------------------------------*/
.example-block .work-block {
  border: solid 1px #c2c2c2;
  border-radius: 10px;
  height: 137px;
}

.example-block .work-block + .work-block {
  margin: 20px 0 0;
}

.example-block .work-block .img-area {
  background: #85672d;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 137px;
  width: 134px;
  vertical-align: top;
}

.example-block .work-block .img-area img {
  vertical-align:  middle;
}

.example-block .work-block .txt-area {
  display: inline-block;
  padding: 15px;
  width: 820px;
}

.example-block .work-block .txt-area .txt-ttl {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 5px;
}

/*----------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/

.h4-ttl {
  border-bottom: solid 1px #ccc;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.cnt-table {
  margin: 0 auto;
}

.cnt-table .th-block {
  border: solid 2px #faf3e4;
  display: table;
  height: 210px;
  margin: 0 20px 0 0;
  width: 112px;
}

.cnt-table th {
  display: block;
  padding: 20px 0;
  width: 112px;
}

.cnt-table .td-block {
  background: #faf3e4;
  display: table-cell;
  padding: 0 20px;
  width: 738px;
}

.cnt-table td {
  display: block;
  padding: 0 0 20px;
}

/*
.cnt-table th {
  border-right: solid 2px #faf3e4;
  border-left: solid 2px #faf3e4;
  width: 112px;
  text-align: center;
  padding: 10px 0;
}

.cnt-table tr:first-child th { border-top: solid 2px #faf3e4; }
.cnt-table tr:last-child th { border-bottom: solid 2px #faf3e4; }

.cnt-table td {
  background: #faf3e4;
  padding: 20px;
  width: 738px;
}*/

.cnt-table001 {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 auto 100px;
} 

.cnt-table001 th {
  border-right: solid 2px #faf3e4;
  border-left: solid 2px #faf3e4;
  padding: 20px 0;
  width: 112px;
}

.cnt-table001 tr:first-child th {
  border-top: solid 2px #faf3e4;
}

.cnt-table001 tr:last-child th {
  border-bottom: solid 2px #faf3e4;
}

.cnt-table001 td {
  background: #fbf5f5;
  border: none;
}

.cnt-table001 td {
  padding: 0 20px;
  width: 740px;
} 

/*--追記2018/12--*/
.cnt-table03 {
  border-spacing: 20px 0;
  border-collapse: separate;
  margin: 0 auto;
  width: 90%;
}

.cnt-table03 th {
  border: solid 2px #faf3e4;
  border-bottom: none;
  padding: 10px;
  width: 17%;
}

.cnt-table03 tr + tr th {
  border-top: none;
}

.cnt-table03 tr:last-child th {
  border-bottom: solid 2px #faf3e4;
}

.cnt-table03 .te-tr td {
  background: #faf3e4;
  padding: 20px;
}



/*----------------------------------------------------------------------------
  president
------------------------------------------------------------------------------*/
.president #page-ttl {
  background: url(../img/president/page-ttl.jpg) no-repeat;
}

.president .bio-block .h4-ttl {
  text-align: left;
  width: 620px;
}

.president .bio-block .bio-txt {
  display :inline-block;
  line-height: 28px;
  width: 620px;
}

.president .bio-block .bio-txt a,
.papers-block .book-list-txt a{
  color: #85672d;
  text-decoration: underline;
}

.president .bio-block .bio-img {
  display: inline-block;
  width: 280px;
  float: right;
}

.h3-ttl {
  border-bottom: solid 1px #333;
  border-top: solid 1px #333;
  font-size: 24px;
  margin: 0 0 20px;
  text-align: center;
  padding: 20px 0;
}

.president .cnt-table th {
  min-height: 62px;
}

.president .cnt-table td {
  padding: 20px 0;
}

.president .cnt-table .td-block {
  padding: 0 0 0 20px;
}

.papers-block .book-list-txt {
  line-height: 2;
  margin: 30px auto 40px;
  width: 670px;
}

.papers-block .books-img {
  margin: 30px 0;
}

.papers-block.papers02 .book-list-txt {
  width: 890px;
}

.papers-block .detail-btn a {
  font-size: 14px;
}

/*---------------
en-----------------------*/
.president .rec-book {
  margin: 0 auto 30px;
  text-align: center;
}

.president .rec-book p {
  margin: 10px 0 0;
}

/*----------------------------------------------------------------------------
  book
------------------------------------------------------------------------------*/
.book #page-ttl {
  background: url(../img/book/page-ttl.jpg) no-repeat;
}

.cnt-table02 .th-block {
  border: solid 2px #faf3e4;
  padding: 10px 20px;
  margin: 0 0 20px;
  text-align: left;
}

.cnt-table02 .th-block th {
  padding: 10px 20px;
}

.cnt-table02 .th-block .year { width: 15%; }
.cnt-table02 .th-block .auther { width: 30%; }

.cnt-table02 .blank-td {
  height: 20px;
}

.cnt-table02 tr:nth-child(2) td {
  background: none;
}

.cnt-table02 td {
  background: #faf3e4;
  padding: 10px 20px;;
}

.book .cnt-table02 a {
  color: #85672d;
  text-decoration: underline;
}

/*----------------------------------------------------------------------------
  terms
------------------------------------------------------------------------------*/
.terms #page-ttl {
  background: url(../img/terms/page-ttl.jpg) no-repeat;
}

.term-list-block .term-block {
  border: solid 1px #c2c2c2;
  border-radius: 10px;
  margin: 0 0 10px;
}

.term-list-block .term-block .ttl-area {
  background: #85672d;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  width: 100%;
}

.term-list-block .term-block .txt-area {
  font-size: 16px;
  padding: 15px;
}

/*----------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after,
.inner-block:after,
.service-block .service-ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}