@charset "UTF-8";
/*
 *   base
 */
html{
    /* Edge 12+, Internet Explorer 11- */
    overflow-y:scroll;
    /* 62.5% = 16px */
    font-size:62.5%;

    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust:100%;
    /* iOS 8+ */
    -ms-text-size-adjust:100%;
    -o-text-size-adjust:100%;
    text-size-adjust:100%;
}

body{
    margin:0;
    color:black;
    letter-spacing:-.001em;
    font-size:16px;
    font-size:16px;
    font-size:16px;
    font-size:1.6rem;
    font-family:Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.75;

    -webkit-text-size-adjust:100%;
}

dd{
    margin:0 30px;
}

svg:not(:root){
    overflow:hidden;
    /* Internet Explorer 11- */
}

select{
    /* Firefox 40+ */
    -webkit-appearance:none;
    -moz-appearance:none;
    /* Chrome 45+ */
}

select::-ms-expand{
    display:none;
    /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value{
    color:currentColor;
    /* Edge 12+, Internet Explorer 11- */
}

a:active,
a:hover{
    outline:0;
    opacity:.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

a:hover img,
a:active img{
    opacity:.7;
    -ms-filter:alpha(opacity=70);
    filter:alpha(opacity=70);

    -moz-opacity:.7;
}

/* iOS 8+ */
input[type="button"],
input[type="reset"],
input[type="submit"]{
    -webkit-appearance:button;
}

input[type="number"]{
    width:auto;
    /* Firefox 36+ */
}

input[type="search"]{
    -webkit-appearance:textfield;
    /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
    /* Chrome 45+, Safari 9+ */
}

img{
    max-width:100%;
    height:auto;
    vertical-align:bottom;
}

.ie8 img{
    width:auto;
}

.clearfix:after{
    display:block;
    clear:both;
    content:"";
}

.clearfix{
    *zoom:1;
}

.left{
    float:left;
}

.right{
    float:right;
}

.border-box{
    box-sizing:border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary,
section,
article,
input,
textarea,
div,
span,
ul,
li,
a{
    box-sizing:border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
    line-height:1;
}

.tab{
    display:none;
}

.phone{
    display:none;
    font-size:180px;
    font-size:180px;
    font-size:18rem;
}

a{
    color:black;
    text-decoration:none;
}

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

.middle{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    /*  対象物にwidth,heightを指定 */
    margin:auto;
}

.aligncenter{
    display:block;
    margin:0 auto;
}

.alignright{
    text-align:right;
}

.alignleft{
    text-align:left;
}

.clear{
    clear:both;
}

.relative{
    position:relative;
}

.absolute{
    position:absolute;
}

.pc{
    display:block;
}


/* スタート */

.foot {
    text-align: center;
    background-color: #3a3939;
    padding: 40px 0;
}
.foot a {
  color: white;
}
.heading4{
	position:relative;
	padding-left:40px;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}

.heading4:before {
    content: '';
    height: 335px;
    width: 3px;
    display: block;
    background: #ccc;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: -5px;
    left: 27px;
}

.heading4:after {
    content: '';
    height: 3px;
    width: 540px;
    display: block;
    background: #ccc;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: 38px;
    left: 0px;
}
.small {
  font-size: 16px;
  padding-right: 5px;
}
.heading4_caption {
    width: 510px;
    margin-left: 40px;
}
.heading4_caption h4 {
    font-size: 20px;
    line-height: 1.4;
}
.interview_profile, .interview_img {
  float: left;
}
.interview_img {
    width: 350px;
    margin: 60px 40px 0 40px;
}
.interview_each {
    width: 985px;
    margin: 70px auto;
}
.interview_img img {
    border-radius: 10px;
}
.interview {
    background-color: #f7f7f7;
    padding: 10px 0;
}
.interview h2 {
    text-align: center;
    font-size: 29px;
}
@media only screen and (max-width: 985px){
  .interview_profile, .interview_img {
      clear: left;
  }
  .interview_each {
    width: 540px;
  }
}
@media only screen and (max-width: 740px){
  .interview {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 610px){
  .interview {
    margin-top: 50px;
  }
  .interview_each, .heading4:after {
    width: 100%;
}
.heading4_caption {
    width: 85%;
}
.interview_img {
    width: auto;
    margin-top: 20px;
}
.heading4_caption {
  font-size: 15px;
}
.heading4, .heading4_caption h4 {
  font-size: 16px;
}
.small {
  font-size: 11px;
}
.heading4:before {
  height: 385px;
}
.interview h2 {
  font-size: 25px;
}
}
}