@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
	.spOnly, .sp-content {
		display: none;
	}
	.pcFlex{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;		
	}
	.pcFlex.between {
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
	.pcFlex.reverse {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
	  flex-direction: row-reverse;
	}
}/* //end PC */
@media (max-width: 767px) {
	.pcOnly , .pc-content {
		display: none;
	}
}/* //end SP */





/*-------------------------------
	main-visual
-------------------------------*/
.main-visual{
	background: #EAE4D1;
}
.main-visual h1{
	font-size: 0;
	padding: 0;
	border: none;
}
.main-visual h1{
	padding: 38px 0;
	text-align: center;
	box-sizing: border-box;
}
.p1_talk-container .main-visual h1{
	padding: 20px;
	text-align: right;
}
.main-visual h1 img{
	width: calc(100%*418/700);
	height: auto;
	margin: 0px auto;
}
.p1_talk-container .main-visual h1 img{
	width: calc(100%*330/660);
	height: auto;
}
.p1_talk-container .main-visual-img{
	margin: 68px auto 0;
	width: calc(100%*586/700);
}
.p1_talk-container .main-visual-txt{
	text-align: center;
}
.p1_talk-container .main-visual-txt > img{
	margin: 24px auto 0;
	width: calc(100%*358/700);	
}
.p1_talk-container .main-visual-txt:nth-of-type(2){
	margin-top: 23px;
	font-size: 14px;
	line-height: 1.5em;
	color: #4F2D03;
	text-align: center;
}
.p1_talk-container .main-visual .works{
	padding: 32px 0 50px;
}
@media (min-width: 768px) {
}/* //end PC */
@media (max-width: 767px) {
	.main-visual h1 img{
		width: 80%;
	}
	.p1_talk-container .main-visual h1{
	padding: 20px 5%;
	}
	.p1_talk-container .main-visual h1 img{
		width: 80%;
	}
	.p1_talk-container .main-visual-img {
		margin: 10px auto 0;
	}
	.p1_talk-container .main-visual-txt > img {
		margin: 14px auto 0;
		width: 76%;
	}
	.p1_talk-container .main-visual-txt:nth-of-type(2){
		margin-right: 3%;
		margin-left: 3%;
	}
}/* //end SP */

/* slider */
#gatun2020-talk .slider {
	padding: 0;
	list-style: none;
	position: relative;
}
#gatun2020-talk .slider .slick-arrow {
	position: absolute;
	top: 35%;
	width: 50px;
	height: 50px;
	z-index: 3;
	text-indent: -9999px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 0;
	border-radius: 25px; 
}
#gatun2020-talk .slider .slick-arrow:after {
	color: #FFF;
	font-family: FontAwesome;
	font-size: 2em;
	position: absolute;
	text-indent: 0px;
	top: 10px; 
}
#gatun2020-talk .slider .slick-next {
	right: -20px;
}
#gatun2020-talk .slider .slick-next:after {
	content: "\f0da";
	right: 35%;
}
#gatun2020-talk .slider .slick-prev {
	left: -20px;
}
#gatun2020-talk .slider .slick-prev:after {
	content: "\f0d9";
	left: 35%;
}
#gatun2020-talk .slider .slick-slide {
	margin: 0 5px;
}
@media (min-width: 768px) {
	.sp-only {
		display: none;
	}
}/* //end PC */
@media (max-width: 767px) {
	#gatun2020-talk .slider .slick-next {
		right: -6px;
	}
	#gatun2020-talk .slider .slick-prev {
		left: -6px;
	}
}/* //end SP */


.talk-contents {
	margin-top: 50px;
}

/*.p1_talk-container */
.p1_talk-container .talk-contents > div:nth-child(2),
.p1_talk-container .talk-contents > div:nth-child(5) + p{
	margin-top: 40px;
}
/*.p2_talk-container*/
.p2_talk-container .talk-contents > div:nth-child(1) > div > div:nth-child(1) + p{
	margin-top: 0;
  margin-bottom: 53px;
}

/*.p3_talk-container*/
.p3_talk-container .talk-contents > div:nth-child(2){
	margin-top: -130px;
}

.p3_talk-container .talk-contents > div:nth-child(2) > div > .text:nth-child(1){
	width: calc(100%*400/550);
	max-width: 400px;
}
.p3_talk-container .talk-contents > div:nth-child(2) > div > div:nth-child(2){
	margin-top: 53px;
}

.talk-contents .text-gray{
	color: #666464;
}
/*.icPickup*/
.talk-contents .icPickup{
	vertical-align: baseline;	
}
.talk-contents .icPickup::before{
	content: "";
	display: inline-block;
	height: 18.5px;
	width: 54px;
	font-size: 0;
	background: url("../../../../img/gatun/2022/talk/ic_pickup.png") no-repeat center top / auto 100%;
	vertical-align: middle;		
}
.talk-contents .icPickup a{
	/*margin: 0 4px;*/
	margin: 0px 5px;
	padding: 3px;
	background: #EAE4D1;
	border-radius: 5px;
	color: #4F2D03;
	font-weight: bold;
	text-decoration: none;	
	vertical-align: middle;
	display: inline;
}

.talk-flex-contents .flex-text-box{
}
.talk-flex-contents .text-img-flex{	
}

/*talk-textimg-box*/
.talk-textimg-box .talk-flex-contents .flex-text-box{	
}
.talk-textimg-box > figure{
	padding: 0 32px;
}
.talk-textimg-box > div{
}

.talk-contents > figure:last-of-type{
	margin-top: 60px;
}
.talk-contents > figure:last-of-type figcaption{
	margin-top: 30px;
	color: #4F2D03;
  background: #EAE4D1;
  padding: 20px;
  font-size: 14px;
}

.text-title {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: bold;
}


.text {
  margin-bottom: 1.5em;
  font-size: 14px;
}

.name {
  font-weight: bold;
}

.talk-subtitle {
  width: 100%;
  padding: 30px 0 30px 30px;
}

.talk-subtitle img {
  width: auto;
  max-width: 100%;
}
.flow{
  overflow: hidden;
}
.flow .f-right{
  float: right;
  margin-left: 30px;
}
.flow .f-left{
  float: left;
}
.ml270{
  margin-left: 270px;
}
.mb0{
  margin-bottom: 0;
}

@media (min-width: 768px) {

.talk-flex-contents .flex-text-box{
	width: calc(100%*450/700);	
}
.talk-flex-contents .text-img-flex{	
	width: calc(100%*220/550);	
	max-width: 220px;
}
.talk-textimg-box .talk-flex-contents .flex-text-box{	
	width: calc(100%*300/550);
}
.talk-textimg-box > figure{
	width: calc(100%*150/700);
	padding: 0 32px;
	box-sizing: border-box;
	text-align: center;
}
.talk-textimg-box > div{
	width: calc(100%*550/700);
}
}/* //end PC */


  @media (max-width: 768px ) and (min-width: 421px) {
  .p3_talk-container .talk-contents > div:nth-child(2){
	margin-top: -80px;
}
}

@media (max-width: 420px) {
	.p3_talk-container .talk-contents > div:nth-child(2){
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.talk-textimg-box{
		position: relative;
	}
	.talk-textimg-box > figure{
		position: absolute;
		left:0;
		top: 0;
		width: 25%;
		padding: 0 5%;
	}
	.talk-textimg-box.reverse > figure{
		left:auto;
		right: 0;
	}
	.talk-textimg-box > div {
		width: 100%;
	}
	.p1_talk-container .talk-textimg-box:first-of-type > div .talk-flex-contents{
		width: 75%;
	}
	.p2_talk-container .talk-textimg-box:first-of-type > div .talk-flex-contents:first-of-type{
		width: 75%;
		margin-left: auto;
	}
	.p2_talk-container .talk-textimg-box:nth-of-type(2) > div > .text:nth-of-type(1),
	.p2_talk-container .talk-textimg-box:nth-of-type(2) > div > .text:nth-of-type(2),
	.p2_talk-container .talk-textimg-box:nth-of-type(2) > div > .text:nth-of-type(3){
		width: 75%;
	}
	.p3_talk-container .talk-textimg-box:first-of-type > div .talk-flex-contents:first-of-type{
		width: 75%;
	}
	.p3_talk-container .talk-textimg-box:first-of-type > div > .text:first-of-type{
		width: 75%;
	}

	.p3_talk-container .talk-contents > div:nth-child(2) > div > .text:nth-child(1){
		width: 75%;
		max-width: none;
		margin-left: auto;
	}
	.p3_talk-container .talk-contents > div:nth-child(2) > div > .talk-flex-contents .text-img-flex img:nth-of-type(1){
		width: 75%;
		max-width: none;
		margin-left: 25%;
	}
  .text.pr80{
    padding-right: 80px;
  }
  .text-img-flex img.spresize{
    		width: 75%;
		max-width: none;
		margin-left: 25%;
    margin-top: 10px;
  }
}/* //end SP */




/*-------------------------------
	.talk-profile-contents
-------------------------------*/
.talk-profile-contents{	
    background: #EAE4D1;
	padding: 68px calc(100%*60/700) 66px;
}
.talk-profile-contents h2{
	padding: 80px 0 0;
	background: url("../../../../img/gatun/2022/talk/p4_title_bg.png") no-repeat center top / 100% auto;
	text-align: center;
}
.talk-profile-contents h2 img{
	width: calc(100%*288/580);
	height: auto;
	margin: 0px auto;
}
.profile-box{
	padding: 52px 0 32px;
	border-bottom: 1px solid #4F2D03;
}
.profile-box:last-of-type{
	border-bottom: 6px solid #4F2D03;
}
.profile-box .profile-name.flex{ 
	-webkit-box-align: center;
      -ms-flex-align: center;
         align-items: center;
	margin-bottom: 35px;
}
.profile-box .profile-name figure{
	width: calc(100%*274/580);
	text-align: right;
}
.profile-box .profile-name figure img{
	max-width: 154px;
	display: inline-block;
}
.profile-box .profile-name .txt{
	width: calc(100%*274/580);	
}
.profile-box .profile-name .txt a{
	text-decoration: underline;
	display: inline-block;
	margin-top: 5px;
}
.profile-box .profile-name .txt dt{
	font-size: 16px;
	color: #4F2D03;
	font-weight: bold;
}
.profile-box .profile-name .txt dd{
	margin-top: 11px;
	font-size: 12px;
	color: #4F2D03;
	line-height: 1.5;
}
.profile-box .profile-name + p{
	color: #4F2D03;
	font-size: 14px;
}
.profile-box .profile-works{
	margin-top: 25px;
	margin-bottom: 0;
}
.profile-box .profile-works dt{
	font-size: 16px;
	color: #4F2D03;
	font-weight: bold;
}
.profile-box .profile-works dd{
	margin-top: 4px;
}
.profile-box .profile-works dd figure{
	width: calc(100%*134/580);	
}
.profile-box:nth-of-type(2) .profile-works dd figure{
	width: calc(100%*68/580);	
}
.profile-box:nth-of-type(2) .profile-works dd figure:nth-of-type(1),
.profile-box:nth-of-type(2) .profile-works dd figure:nth-of-type(2){
	width: calc(100%*160/580);	
}
.profile-box:nth-of-type(3) .profile-works dd figure{
	width: calc(100%*139/580);	
}
.profile-box:nth-of-type(3) .profile-works dd figure:last-of-type{
	width: calc(100%*118/580);	
}
.profile-box .profile-works dd figure figcaption{
	margin-top: 0.3em;
	font-size: 12px;
	color: #4F2D03;
}

@media (max-width: 767px) {
  .talk-flex-contents {
    flex-wrap: wrap;
  }
  .flex-text-box {
    width: 100%;
  }
  .text-img-flex {
    width: auto;
    max-width: 100%;
    /*margin: 30px auto;*/
  }
  
	.talk-profile-contents {
		padding: 68px 5% 66px;
	}
	.talk-profile-contents h2{
		padding: 50px 0 0;
	}
	.talk-profile-contents h2 img{
		width: 80%;
	}
	.profile-box .profile-works dd figure {
		width: 49%;
		margin-bottom: 20px;
	}
	.profile-box .profile-works dd.flex{
		  -webkit-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
	.profile-box:nth-of-type(2) .profile-works dd figure {
		width: 32.5%;
	}
	.profile-box:nth-of-type(2) .profile-works dd figure:nth-of-type(1), .profile-box:nth-of-type(2) .profile-works dd figure:nth-of-type(2) {
		width: 49%;
	}
	.profile-box:nth-of-type(3) .profile-works dd figure {
		width: 49%;
	}
	.profile-box:nth-of-type(3) .profile-works dd figure:nth-of-type(3) {
		width: 53.5%;
	}
	.profile-box:nth-of-type(3) .profile-works dd figure:last-of-type {
		width: 44.5%;
	}
}


/*-------------------------------
	#pager-bottom
-------------------------------*/
main #pager-bottom {
	padding: 60px 0 40px;
	margin-bottom: 0px;
}
main #pager-bottom ul {
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
main #pager-bottom ul li {
margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
main #pager-bottom ul li:first-child {
	margin-left: 0; 
}
main #pager-bottom ul li:not(.no-wrap) a, main #pager-bottom ul li:not(.no-wrap) span {
	padding: 5px 8px;
	border: 1px solid #666;
	border-radius: 0;
	display: block;
	line-height: 1;
}
main #pager-bottom ul li:not(.no-wrap) a {
	text-decoration: none;
}
main #pager-bottom ul li.no-wrap{
	font-size: 15px;
	margin: 0px 10px;
}
main #pager-bottom ul li.active span {
	background-color: #CCC;
}

/*-------------------------------
	#backNumber
-------------------------------*/
main #backNumber {
	margin-bottom: 55px;
}
main #backNumber ul {
	list-style: none;
	padding: 0;
}


/*-------------------------------
	.modal
-------------------------------*/
.modal {
	margin: 0;
    font-family: sans-serif;
    font-size: 14px;
}
.modal .container {
    padding: 36px;
}
#cboxLoadedContent{
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
}
#cboxLoadedContent::-webkit-scrollbar {
	display:none;
}
.modal .pick-up h4.pickup-ttl {
	margin: 0;
	text-align: left;
	font-size: 16px;
}
.modal .pick-up h4.pickup-ttl + p{
	margin-top: 24px;
}
.modal .pick-up h4.pickup-ttl + dl dt{
	width: calc(100%*110/368);
}
.modal .pick-up h4.pickup-ttl + dl dd{
	margin-left: calc(100%*16/368);
}
.modal .pick-up h4.pickup-ttl + dl dd p:nth-of-type(1){
	margin: 0;
	font-weight: bold;
}
.modal .pick-up h4.pickup-ttl + dl dd p:nth-of-type(2){
	margin: 16px 0 0;
}
.modal .pick-up h4.pickup-ttl + dl dd p a,
.modal .pick-up h4.pickup-ttl + dl dd p a:visited{
	color: #000000;
	text-decoration: none;
}

.modal .pick-up p span{
	font-weight: bold;
}
.modal .pick-up .pickup-img{
	margin-top: 24px;
}
.pickup-img.flex{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pickup-img figure{
	margin: 0;
}
.pickup-img.flex figure{
	width: calc(100%*174/370);
	margin-bottom: 11px;
}
.pickup-img figure figcaption{
	margin-top: 8px;
	text-align: center;
}
#cboxLoadedContent {
    border: none;
}
#cboxClose{
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	background:url(../img/ic_controls.png) no-repeat top center / 100% 100%;
	width:32px;
	height:32px;
	text-indent:-9999px;
}
@media (max-width: 767px) {
	.modal .container {
		padding: 36px 5%;
	}
	.modal .container .pickup-tw iframe{
		width: 100% !important;
	}
}




@media (min-width: 768px) {
	.sp-content {
		display: none!important;
	}
}


@media (max-width: 767px) {
	.pc-content {
		display: none!important;
	}
	.flex.between{
		flex-wrap: wrap;
	}
	.talk-textimg-box > figure{
		position: relative;
		margin-bottom: 20px;
	}
	.talk-textimg-box > div.sp-content{
		width: 75%;
		flex: 1;
	}
	.talk-textimg-box > div.sp-flex-content{
		width: 75%;
		flex: 1;
	}
	.talk-textimg-box > div.sp-flex-content .text{
		width: 100%!important;
	}
	.talk-textimg-box > div.spOnly .text{
		width: 100%!important;
	}
	.talk-textimg-box > div.sp-content .text{
		width: 100%!important;
	}
	.talk-textimg-box > div.sp-content .text-img-flex{
		/*display: flex;*/
		margin-bottom: 0px;
	}
	.talk-textimg-box > div.sp-content .text-img-flex img{
		width: 100%;
		margin: 0px;
	}
	.p3_talk-container .talk-contents > div:nth-child(2){
		margin-top: 0px;
	}
	.p3_talk-container .talk-contents > div:nth-child(2) > div > div:nth-child(2) {
	    margin-top: 33px;
	}
}





