@charset "UTF-8";

 /* -----------------------------------------------------------
	reset
----------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
}
table, tr, th, td{
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 /* -----------------------------------------------------------
	共通装飾等
----------------------------------------------------------- */
body.jp{
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
	font-size: 100%;
	line-height: 1.8em;
    color: #636363;
}
a{
	text-decoration: underline;
}
.inner{
	max-width:980px;
	margin:0 auto;
	width:100%;
}
@media screen and (max-width:680px){
	.inner{
	width:95%;
	margin:0 auto;
	overflow: hidden;
}
    .br{
        display: block
    }
}
@media screen and (max-width:1024px){
.br-sp { display:none; }
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
}



/*=======================================================*/
/* float解除
/*=======================================================*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0.1em; 
line-height: 0; 
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

 /* margin*/
.mt_5 { margin-top: 5px;}
.mt_10 { margin-top: 10px;}
.mt_20 { margin-top: 20px;}
.mt_30 { margin-top: 30px;}
.mt_40 { margin-top: 40px;}
.mt_50 { margin-top: 50px;}

.ml_5 { margin-left: 5px;}
.ml_20 { margin-left: 20px;}
.ml_30 { margin-left: 30px;}
.ml_40 { margin-left: 40px;}
.ml_50 { margin-left: 50px;}
.ml_60 { margin-left: 60px;}
.ml_70 { margin-left: 70px;}
.ml_80 { margin-left: 80px;}

.mr_5 { margin-right: 5px;}
.mr_10 { margin-right: 10px;}
.mr_20 { margin-right: 20px;}

.mb_0 { margin-bottom: 0px !important;}
.mb_5 { margin-bottom: 5px;}
.mb_10 { margin-bottom: 10px;}
.mb_20 { margin-bottom: 20px;}
.mb_30 { margin-bottom: 30px;}
.mb_40 { margin-bottom: 40px;}
.mb_50 { margin-bottom: 50px;}
.mb_60 { margin-bottom: 60px;}
.mb_70 { margin-bottom: 70px;}

/*----- 横幅指定 -----*/
.wd1 {width: 1%;}
.wd5 {width: 5%;}
.wd10 {width: 10%;}
.wd13 {width: 13%;}
.wd15 {width: 15%;}
.wd20 {width: 20%;}
.wd25 {width: 25%;}
.wd30 {width: 30%;}
.wd35 {width: 35%;}
.wd40 {width: 40%;}
.wd44 {width: 44%;}
.wd45 {width: 45%;}
.wd50 {width: 50%;}
.wd60{width: 60%;}
.wd65 {width: 65%;}
.wd70 {width: 70%;}
.wd75 {width: 75%;}
.wd80 {width: 80%;}
.wd85 {width: 85%;}
.wd90 {width: 90%;}
.wd95 {width: 95%;}
.wd100 {width: 100%;}

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */
header{
    text-align: center;
}
header #mainvisual{
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
position: relative;
}
header #mainvisual img{
    max-width: 100%;
}
header #mainvisual .la{
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
}
header #mainvisual ul.la a{
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
header #mainvisual ul.la{
display: -webkit-flex;
    display: flex;
}
header #mainvisual ul.la li{
    margin-left: 16px;
    color: #000;
}
header #mainvisual ul.la li:hover{
    text-decoration: underline;
}
header #mainvisual ul.la li.current{
    text-decoration: underline;
}
@media screen and (max-width:680px){
header #mainvisual ul.la a{
    font-size: 1rem;
}
header #mainvisual ul.la{
display:block;
        text-align: right;
}
}


/* -----------------------------------------------------------
	動画
----------------------------------------------------------- */
.video-w{
    max-width: 929px;
    width: 80%;
    margin: 16px auto 72px auto;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
@media screen and (max-width:680px){
.video-w{
    margin: 36px auto 36px auto;
    width: 100%;
}
}

/* -----------------------------------------------------------
コンテンツ
----------------------------------------------------------- */
#contents{
    max-width: 1024px;
    width: 95%;
    margin: 0 auto;
}

/* -----------------------------------------------------------
	インタビュー
----------------------------------------------------------- */
#interview{
    padding: 100px 0 0 0;
    text-align: center;
    box-sizing: border-box;
}
#interview h2{
    margin: 0 auto;
}
#interview h2 img{
    max-width: 100%;
}
#interview .interview_box{
    background: #E6ECD9;
    padding: 80px 24px 100px 24px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
#interview .interview_box .box{
    max-width: 1024px;
    background: #fff;
    margin: 0 auto;
    padding: 200px 50px 5px 50px;
    box-sizing: border-box;
}
#interview .interview_box .box .profile-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
#interview .interview_box .box .image-area {
    flex: 1;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
#interview .interview_box .box .image-area img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
#interview .interview_box .box .content-area {
    flex: 2;
    background-color: #75a342;
    color: #fff;
    padding: 40px 30px 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -80px; 
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
#interview .interview_box .box .name {
    font-size: 2rem;
    margin: 0 0 15px 0;
    font-weight: bold;
}
#interview .interview_box .box .meta-info {
    font-size: 1.2rem;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#interview .interview_box .box .question{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 80px;
}
#interview .interview_box .box .question .text{
    width: 55%;
}
#interview .interview_box .box .question .text img{
    width: 230px;
    margin-bottom: 8px;
}
#interview .interview_box .box .question .text h4{
    background: #E6ECD9;
    color: #75a342;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
    padding:14px 10px 10px 58px;
    margin-bottom: 24px;
    margin-left: -61px;
}
#interview .interview_box .box .question .photo{
    width: 40%;
}
#interview .interview_box .box .question .photo img{
    max-width: 100%;
}
@media (max-width:430px) {
#interview .interview_box .box{
    padding:360px 50px 5px 50px;
}
#interview .interview_box .box .profile-card {
        flex-direction: column;
        max-width: 98%;
    }
#interview .interview_box .box .content-area {
    flex: 2;
    padding: 20px;
    margin-left: 0; 
    clip-path:none;
}
#interview .interview_box .box .meta-info {
        justify-content: center;
        gap: 10px;
    }
#interview .interview_box .box .name {
        font-size: 1.5rem;
    }
#interview .interview_box .box .question{
display:block;
}
#interview .interview_box .box .question .text{
    width: 100%;
}
#interview .interview_box .box .question .photo{
    width: 100%;
}
}

/* インタビュー二人目) */
#interview .interview_box2{
    background: #FEF1DE;
    padding: 80px 24px 100px 24px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
#interview .interview_box2 .box{
    max-width: 1024px;
    background: #fff;
    margin: 0 auto;
    padding: 200px 50px 5px 50px;
    box-sizing: border-box;
}
#interview .interview_box2 .box .profile-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
#interview .interview_box2 .box .image-area {
    flex: 1;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
#interview .interview_box2 .box .image-area img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
#interview .interview_box2 .box .content-area {
    flex: 2;
    background-color: #F8B74A;
    color: #fff;
    padding: 40px 30px 40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -80px; 
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
#interview .interview_box2 .box .name {
    font-size: 2rem;
    margin: 0 0 15px 0;
    font-weight: bold;
}
#interview .interview_box2 .box .meta-info {
    font-size: 1.2rem;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#interview .interview_box2 .box .question{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 80px;
}
#interview .interview_box2 .box .question .text{
    width: 55%;
}
#interview .interview_box2 .box .question .text img{
    width: 230px;
    margin-bottom: 8px;
}
#interview .interview_box2 .box .question .text h4{
    background: #FEF1DE;
    color: #F8B74A;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
    padding:14px 10px 10px 58px;
    margin-bottom: 24px;
    margin-left: -61px;
}
#interview .interview_box2 .box .question .photo{
    width: 40%;
}
#interview .interview_box2 .box .question .photo img{
    max-width: 100%;
}
@media (max-width:430px) {
#interview .interview_box2 .box{
    padding:360px 50px 5px 50px;
}
#interview .interview_box2 .box .profile-card {
        flex-direction: column;
        max-width: 98%;
    }
#interview .interview_box2 .box .content-area {
    flex: 2;
    padding: 20px;
    margin-left: 0; 
    clip-path:none;
}
#interview .interview_box2 .box .meta-info {
        justify-content: center;
        gap: 10px;
    }
#interview .interview_box2 .box .name {
        font-size: 1.5rem;
    }
#interview .interview_box2 .box .question{
display:block;
}
#interview .interview_box2 .box .question .text{
    width: 100%;
}
#interview .interview_box2 .box .question .photo{
    width: 100%;
}
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */
footer{
    text-align: left;
    padding: 16px;
    background-color: #6BC2AB;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.2em;
    margin-top: 0;
}
footer img{
max-width: 327px;
}
@media screen and (max-width:680px){
footer img{
    width: 80%;
}
    footer .copyright{
        font-size: 80%;
        text-align: center;
        margin-top: 16px;
}
    }

/*=======================================================*/
/* テキスト装飾
/*=======================================================*/
.text-c{
	text-align:center !important;
}
.font-m{
	font-size: 150%;
}
.font-mm{
	font-size: 130%;
}
.font-s{
	font-size: 70%;
}
.f-bold{
    font-weight: bold;
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:32px;
	right:32px;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(../images/pagetop.png);
	width:49px;
	height:46px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
@media screen and (max-width:680px){
#pagetop {
	position: fixed;
	bottom:32px;
	right:16px;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(../images/pagetop.png);
    background-size: contain;
	width:39px;
	height:36px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
}

/*=======================================================*/
/*  indent
/*=======================================================*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
    margin-bottom: 24px;
}

/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img_l {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align:left;
}
.img_r {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align:left;
}
@media screen and (max-width:480px){
.img_r{
	width: 50%;
}
.img_l{
	width: 50%;
}
.img_r img,
.img_l img{
	width: 100%;
	}
}
