@charset "utf-8";
@charset "utf-8";
/*****************************************
	style.css
	インタビュー用スタイルシート
******************************************/
*{
	margin:0;
	padding:0;
	/*\*/
	*zoom: 1;
	/**/
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
  text-align: center;
	margin: 0;
	padding: 0;
	height:100%;
	min-height:100%;
	background-color: #f4f4f4;
	text-align:center;
	font-size:12px;
	/*\*/
	*font-size: 76%;
	/**/
	line-height: 1.7;
  color: #3d3d3d;
}
div#container{
  width: 100%;
}
#main .content {
  width: 100%;
  text-align: center;
}
p,ul,ol,li,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
ol, ul {
  letter-spacing: -.40em;
}
li {
  letter-spacing: normal;
  list-style-type: none;
}
hr {
	display: none;
}
img {
	display: block;
	border: 0;
}
form {
	display: inline;
}
table {
	font-size: 12px;
	/*\*/
	*font-size: 100%;
	/**/
}
::-moz-selection{
	background: #77bbff;
	color:#FFF;
}
::selection {
	background: #77bbff;
	color:#FFF;
}

/* テキストリンク */
a:link, a:active
{
  color: #0055dd;
  text-decoration: none;
}

a:visited {
  color: #0055dd;
  text-decoration: none;
}

a:hover {
  color: #0055dd;
  text-decoration: underline;
}
/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height:80px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height:100px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 180px;  /* footerの高さ（ ★1＋★2 ）分指定する */
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
}

/*******************************
 INDEX用自由コンテンツ（上）
*******************************/
#main .content .pc { display: block; }
#main .content .sp { display: none; }

#main .content .wrap {
  margin: 0 auto;
  max-width: 1000px;
}

#main .content .free {
  background-color: #fff;
}

#main .content h2.title {
  color: #511200;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;  
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-top: 60px;
}

#main .content .main-image {
  margin: 0 auto 43px;
  position: relative;
  width: 98%;
}
  #main .content .main-image img {
    width: 100%;
  }

#main .content .main-image .catchcopy {
  background-color: rgba(0,0,0,0.43);
  color: #fff;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;  
  font-size: 40px;
  line-height: 60px;
  padding: 7px 21px 9px;
  position: absolute;
  bottom: 40px;
  right: 24px;
  text-align: left;
  text-shadow: 1px -3px 4px #382513, -1px 3px 4px #382513;
}

#main .content .main-image .catchcopy span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 6px;
  padding-left: 11px;
}

#main .content .article {
  margin: 0 auto 12px;
  overflow: hidden;
  width: 800px;
}

#main .content .article .texts {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

#main .content .article .image {
  float: right;
  margin: 0 0 25px 30px;
  width: 48.7%;
}

#main .content .article .image img {
  height: auto;
  width: 100%;
}

#main .content .article:nth-child(even) .image {
  float: left;
  margin: 0 30px 25px 0;
}

#main .content .article .article-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: -6px;;
}

#main .content .button a {
  background-color: #511200;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  margin: 16px auto 70px;
  position: relative;
  text-align: center;
  width: 800px;
}

#main .content .button a::before,
#main .content .button a::after {
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  right: 14px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0;
 }
#main .content .button a::after {
  margin-top: -2px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main .content .button a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#main .content .section2 {
  padding: 70px 0 1px;
  background-color: #f5f5f5;
}



/* ========================= */

/*  sp
/*   
/* ========================= */

@media screen and (max-width: 959px){

  #main .content .pc { display: none; }
  #main .content .sp { display: block; }

  #main .content img {
    height: auto;
    width: 100%;
  }
  
  #main .content .wrap {
    width: 100%;
  }
  
  #main .content h2.title {
    font-size: 21px;
    margin-bottom: 14px;
    padding-top: 24px;
  }

  #main .content .main-image {
    margin: 0 auto 12px;
    width: 100%;
  }

  #main .content .main-image .catchcopy {
    background: linear-gradient(135deg, #75675c, #c8ae9f);
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.6;
    position: static;
    padding: 14px 13px 10px;
    text-shadow: none;
    width: 100%;
  }

  #main .content .main-image .catchcopy span {
    display: block;
    font-size: 13px;
    padding-left: 2px;
  }

  #main .content .article {
    margin: 0 15px 13px;
    width: auto;
  }

  #main .content .article .texts {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 17px;
  }

  #main .content .article .image {
    float: none;
    margin: 0;
    width: 100%;
  }

  #main .content .article:nth-child(even) .image {
    float: none;
    margin: 0;
  }

  #main .content .article .article-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 2px;
  }

  #main .content .button a {
    border-radius: 3px;
    font-size: 16px;
    height: 45px;
    margin: 40px auto 50px;
    line-height: 45px;
    width: 80%;
  }
  
  @media screen and (max-width: 420px){
    #main .content .button a {
      font-size: 12px;
    }
  }
  #main .content .section2 {
    padding-top: 40px;
  }

}

/*-----------------------------------*/
#main .content .article p {
    margin-bottom: 1em;
}
#main .content .article .article-title {
    margin-bottom: 0;
}
#main .content .article p:last-child {
    margin-bottom: 0;
}

/*-----------------------------------*/
#main .content .main-image .catchcopy {
    font-size: 32px;
    line-height: 46px;
}
@media screen and (max-width: 959px) {
  #main .content .main-image .catchcopy {
    font-size: 17px;
    line-height: 1.6;
  }
}