﻿@charset "utf-8";

/*===============================================

 mainVisual

=================================================*/
#mainVisual.pageInterview {
	background: url(../img/interview/mainv.jpg) center center no-repeat;
}


/*===============================================

 top

=================================================*/
#content #secInterviewList {
    margin-top: 0;
}
#secInterviewList figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height:  165px;
    background-color: #fff;
}
#secInterviewList figure img {
    width: 75%;
    height: auto;
}
#secInterviewList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#secInterviewList ul li {
    width: 270px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
#secInterviewList ul li a {
    text-decoration: none;
    display: flex;
  flex-direction: column;
   height: 100%;
}
#secInterviewList ul li .txt {
    margin-top: 30px;
    margin-bottom: 25px;
}
#secInterviewList ul li .txt h4 {
    color: #2969b0;
}
#secInterviewList ul li .txt p {
    line-height: 1.4;
    margin-top: 25px;
    font-size: 1.8rem;
    font-weight: bold;
}
#secInterviewList ul li a .btnInR {
	display: block;
    position: relative;
    margin-top: auto; /* ボタン位置揃え */
    padding: 17px 0;	
	text-decoration: none;
	color: #fff;
	text-align: center;
    border: 1px solid #b71d37;
    background-color: #b71d37;
	background-image: url(../img/common/link_arrow_w_right.svg);
	background-repeat: no-repeat;
	background-position: right 21px center;
    background-size: 10px 6px;
	transition-duration: 300ms;
	box-sizing: border-box;
}
#secInterviewList ul li a:hover .btnInR {
	background-color: #fff;
	border-color: #b71d37;
	color: #b71d37;
	background-image: url(../img/common/link_arrow_r_right.svg);
}

/*---------------------------------
    #sideContent
-----------------------------------*/
#content.pageInterview.top .newsNav .ttl {
    margin: 0 0 30px;
}

/*===============================================

 detail

=================================================*/
/*---------------------------------
    #sideContent
-----------------------------------*/
.pageInterview.riso #sideContent .newsNav .riso,
.pageInterview.beams #sideContent .newsNav .beams,
.pageInterview.toho #sideContent .newsNav .toho{
    display: none;
}

/*---------------------------------
    #secCatch
-----------------------------------*/
#content  #secCatch {
    margin-top: 0;
}
#secCatch p {
    font-size: 4.0rem;
    font-weight: bold;
}
#secCatch p .small {
    font-size: 3.2rem;
}

/*---------------------------------
    #secOverview
-----------------------------------*/
#mainContent h3.tab {
  width: 213px;
    height: 55px;
    margin: 0;
    padding: 23px 0 0 0;
    border-bottom: none;
    background-image: url("../img/interview/tab.svg");
    background-size: 213px auto;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    text-indent: -0.5em;
    box-sizing: border-box;
}
#secOverview .inner {
    display: flex;
    width: 880px;
    padding: 50px;
    background-color: #252525;
    box-sizing: border-box;
}
#secOverview .inner .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    height: 315px;
    background-color: #fff;
}
#secOverview .inner .logo img {
    width: 80%;
    max-width: 200px;
}
#secOverview .inner .txt {
    width: 425px;
    margin-left: 40px;
    text-align: left;
}
#secOverview .inner .txt p,
#secOverview .inner .txt dt,
#secOverview .inner .txt dd{
    line-height: 1.8;
    font-size: 1.4rem;
    color: #fff;
}
#secOverview .inner .txt p{
    line-height: 2.0;
    text-align: justify;
}
#secOverview .inner .txt .dlWrap {
    margin-top:2rem;
    padding-top: 2rem;
    border-top:1px solid #fff;
}
#secOverview .inner .txt .dlWrap dl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: max-content;
  max-width: 100%;
  line-height: 1.6;
}
#secOverview .inner .txt .dlWrap dt,
#secOverview .inner .txt .dlWrap dd {
    margin-bottom: 5px;
}
#secOverview .inner .txt .dlWrap dt {
  padding-right: 2em;
    font-weight: bold;
}
#secOverview .inner .txt .dlWrap dd a {
  color: #fff;
}
#secOverview .inner .txt .dlWrap .listDisc li {
    padding-bottom: 0;
    margin-left: -0.5em;
}
#secOverview .inner .txt .dlWrap .listDisc li a {
	text-decoration: underline;
}

/*---------------------------------
    #secInterview
-----------------------------------*/
#secInterview h3 {
    margin-top: 85px;
    padding-top: 15px;
}
#secInterview h4 {
    position: relative;
    line-height: 1.6;
    margin:40px 0 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
#secInterview h4::before {
    position: absolute;
    top: 9px;
	width: 8px;
	height: 8px;
	border: 3px solid #b71d37;
	content: "";
	display: inline-block;
	margin-left: -20px;
	border-radius: 8px;
}
#secInterview .answer p {
    margin-top: 20px;
}

/*---------------------------------
    #secContact
-----------------------------------*/
#secContact .frame {
    margin-top: 40px;
}
#secContact .frame .btnWrap {
    display: flex;
    justify-content: space-between;
    margin-top:15px;
}
#secContact .frame .btnInR {
	float: none;
}
#secContact .frame .btnInR a {
	width: 390px;
}

