@charset "utf-8";

/* inside
---------------------------------------------------------------------------*/
header {
  margin-bottom: 60px
}

.mainContents {
  width: 960px;
  margin: 0 auto
}

.ttlWrap {
  margin-bottom: 35px;
  padding-top: 10px
}

.ttlWrap .ttlno {
  float: left;
  width: 80px;
  margin-right: 25px
}

.ttlWrap .contTtl {
  float: left;
  background: #c00;
  border: 1px solid #B1CCEB;
  margin-top: 6px;
  padding: 2px 19px 10px 20px !important;
  background-color: #fff;
  text-align: center;
  line-height: 1
}

.ttlWrap .contTtl img {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 1
}

.copy {
  margin-bottom: 30px
}

.copyWrap {
  width: 100%;
/*   margin-bottom: 30px */
}

.copyWrap .ttlWrap {
  float: left;
  padding-top: 140px
}

.copyWrap .contR {
  float: right;
  margin-right: 65px;
  display: inline
}

.copyWrap .contR h2 {
  margin-bottom: 20px
}

.copyWrap .contR span {
  display: inline-block;
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #754c20;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2;
  text-align: left;
  color: #563317
}

.contTop {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 170px
}

.contTop .eyeCatch {
  margin-bottom: 50px;
  position: relative;
  left: -32px;
  height: 403px
}

.contTop .eyeCatch img {
  z-index: -1 !important;
  position: relative;
  display: none
}

.contTop .eyeCatch .firstChild {
  display: block
}

.contTop .flagUsagi {
  position: absolute;
  top: 324px;
  left: 4px
}

.contTop .sun {
  position: absolute;
  top: 259px;
  left: -17px
}

.contTop h1 {
  position: absolute;
  top: 380px;
  left: 130px;
  z-index: 500px;
  width: 230px;
  text-align: center
}

.contTop h1 em {
  font-size: 10px;
  letter-spacing: 2px;
  display: block;
  margin-top: 11px
}

.contTop .snav {
  background-color: #fff;
  border-bottom: 7px solid #CECEBF;
  float: right;
  padding-top: 10px;
  display: inline-block
}

.contTop .snav li {
  float: left;
  margin-left: 20px;
  padding-left: 15px;
  background: transparent url(../img/share/snav_arrow.gif) no-repeat left 48%;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 50px
}

.contTop .snav li a {
  color: #744C24
}

.contTop .snav li:first-child {
  margin-left: 30px
}

.contTop .snav li:last-child {
  margin-right: 30px
}

/* .interview-list
------------------------------------*/
.interview-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 27px;
  padding-right: 24px;
  white-space: nowrap;
}

.interview-list article {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 0px #F3D3D6;
  border-radius: 12px;
  transition: .15s ease-out;
}

.interview-list article:hover {
  opacity: 0.8;
}

.interview-list article a {
  display: block;
  position: relative;
  box-sizing: border-box;
  background: url(../img/share/ico-arrow-pink.svg) no-repeat right 26px bottom 22px;
  width: 100%;
  height: 100%;
  padding: 25px;
  text-decoration: none;
  opacity: 1 !important;
}

.interview-list figure {
  margin: 0 0 25px;
}

.interview-list figure > img {
  border-radius: 4px;
}

.interview-list figcaption {
  position: absolute;
  top: -16px;
  right: 43px;
}

.interview-list h4 {
  margin: 0 0 13px 1px;
  color: #EA9999 !important;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.interview-list h3 {
  margin: 0 0 0 1px;
  color: #563317;
}

.interview-list h3 strong {
  padding-right: 3px;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.interview-list h3 em {
  font-size: 12px;
  letter-spacing: 0.06em;
}