/* スペシャル対談
----------------------------------*/
.head_bg {
    font-size: 13.2vw;
    color: rgba(197,236,234,0.20);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    overflow-x: hidden;
    width: 50%;
}
@media (max-width: 991px) {
.head_bg {    
    display: none;
}
}
.main_area {
  padding-top: 25%;
  padding-bottom: 2%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
 .main_area {  
  padding-bottom: 0%;
	 padding-top: 5%;
}
}
/* メイン背景設定
----------------------------------*/
.dst {
    background-image: url(../img/special/dst/main.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70vw auto;
}
@media screen and (max-width: 1399px) {
.dst {
    background-size: 85vw auto;
}
}
@media screen and (max-width: 991px) {
.dst {
    background-image: none;    
}
}
.yamatachi {
    background-image: url("../img/special/yamatachi/main.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70vw auto;
}
@media screen and (max-width: 1399px) {
.yamatachi {
    background-size: 85vw auto;
}
}
@media screen and (max-width: 991px) {
.yamatachi {
    background-image: none;    
}
}
.takehiro {
    background-image: url("../img/special/takehiro/main.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70vw auto;
}
@media screen and (max-width: 1399px) {
.takehiro {
    background-size: 85vw auto;
}
}
@media screen and (max-width: 991px) {
.takehiro {
    background-image: none;    
}
}
.tanamisa {
    background-image: url("../img/special/tanamisa/main.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70vw auto;
}
@media screen and (max-width: 1399px) {
.tanamisa {
    background-size: 85vw auto;
}
}
@media screen and (max-width: 991px) {
.tanamisa {
    background-image: none;    
}
}
.medical4 {
    background-image: url("../img/special/medical4/main.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70vw auto;
}
@media screen and (max-width: 1399px) {
.medical4 {
    background-size: 85vw auto;
}
}
@media screen and (max-width: 991px) {
.medical4 {
    background-image: none;    
}
}
.special_read {
    font-size: 2.1vw;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
    display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;	
	background: rgba(255, 255, 255, .8);
	padding: .4em 1em;
	line-height: 1.8;
}
@media screen and (max-width: 1199px) {
.special_read {
    font-size: 24px;
    line-height: 1.4;
    /*background: none;
    padding-right: 20px;
  padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;*/
}
}
@media screen and (max-width: 991px) {
.special_read {
    font-size: 20px;
    line-height: 1.4;
    background: none;
    padding-right: 20px;
  padding-left: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
}
}

@media screen and (max-width: 575px) {
.special_read {
    font-size: 17px;    
}
}
.member_area {
    background-color: rgba(18,150,143,0.1);  
	padding-top: 3%;	
	padding-bottom: 3%;
}
.special_imgc {    
    margin-right: auto;
    margin-left: auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
.special_imgc {
    padding-top: 30px;
}
}
.special_imgc img {
    border-radius: 50%;
    width: 70%;    
}
.special_imgc2 {    
    margin-right: auto;
    margin-left: auto;
	text-align: center;
}
.special_imgc2 img {
    border-radius: 50%;
}
.member_year {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
}

.member_name {
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
.member_name2 {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
.member_info {
    font-size: 16px; 
	text-align: center;
	padding-top: 10px;
}
.special_tx {
    font-size: 17px; 
	padding-top: 10px;
	line-height: 1.9;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (max-width: 575px) {
.special_tx {
    font-size: 14px;
}
}
.special_box {
    padding-top: 2%;
    padding-bottom: 2%;
    /*border-bottom: 1px dashed rgba(225,225,225,1.00);*/
}
@media screen and (max-width: 575px) {

}
.other_area {
    background-color: rgba(235,235,235,0.60);
    padding-top: 5%;
    padding-bottom: 5%;
}
.special_otherttl {
    font-size: 36px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;    
    margin-bottom: 1%;
    text-align: center;
	font-family: "Lora", serif;
}
@media screen and (max-width: 575px) {
.special_otherttl {
    font-size: 24px;
}
}

/* 一覧
----------------------------------*/
.special_list_area {
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: 1px dashed rgba(225,225,225,1.00);
}
.special_listbox {
    padding-top: 30px;
    position: relative;
}

.special_listbox .image01 {  
	line-height: 0;
  overflow: hidden;
	border-radius: 20px;
}
.special_listbox .image01 img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.special_listbox .image01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.special_listnumber {
    font-size: 14px;
    text-align: center;
    font-family: "Lora", serif;
    text-transform: uppercase;
    line-height: 1.1;
}
.special_listnumber span {
    font-size: 7vw;
    font-weight: bold;
	display: block;
}
.special_listttl {
    font-size: 24px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
    display: block;
    /*box-decoration-break: clone;
    -webkit-box-decoration-break: clone;*/
    background: rgba(255, 255, 255, .8);
    padding: .4em 1em;
    line-height: 1.8;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
}

@media screen and (max-width: 991px) {
.special_listttl {    
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.special_listttl {    
    position: static;
}
}
@media screen and (max-width: 575px) {
.voice_name {    
    font-size: 3.5vw;
}
}
.special_listttl_r {
    font-size: 24px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;
    display: block;
    /*box-decoration-break: clone;
    -webkit-box-decoration-break: clone;*/
    background: rgba(255, 255, 255, .8);
    padding: .4em 1em;
    line-height: 1.8;
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    text-align: right;
}

@media screen and (max-width: 991px) {
.special_listttl_r {    
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.special_listttl_r {    
    position: static;
	text-align: left;
}
}
