@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP Regular'),
       local('NotoSansCJKjp-Regular'),
       local('NotoSansJP-Regular'),
       url('../fonts/NotoSerifCJKjp-Regular.min.woff2') format('woff2'),
       url('../fonts/NotoSerifCJKjp-Regular.min.woff') format('woff'),
       url('../fonts/NotoSerifCJKjp-Regular.min.ttf') format('truetype');
  font-display: swap;
}

.l-cnt,
.cnt-inner {
  background-color: #000;
}

#page_title {
  margin-top: 40px;
  height: 60px;
  text-align: center;
  background-color: #58463e;
}

#page_title h1 {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", 'Noto Serif Japanese', serif;
  font-size: 27px;
  line-height: 60px;
}
.l-main {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
}
.main-text {
	font-weight:normal;
}
@media screen and (min-width: 768px){
.l-main {
	width: 100%;
	position: relative;
	min-width: 960px;
	margin: 41px 0 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-color: #58463E;
	height: 60px;
	color: #fff;
}
.main-text {
	font-size: 27.5px;
	margin: 0 auto;
	position: relative;
	width: 960px;
	text-align: center;
	line-height: 60px;
	height: 60px;
}
}
@media screen and (max-width: 767px){
.l-main {
	width: 100%;
	position: relative;
	font-size: 5.33vw;
	/*    margin: 41px 0 0;*/
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-color: #58463E;
	color: #fff;
	height: 14.6vw;
	line-height: 14.6vw;
}
.l-main img {
	vertical-align: bottom;
}
}
/*--------------------
ca
--------------------*/

#ca{
  font-size:20px;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  letter-spacing: 0.03em;
	width:100%;
  padding: 80px 0 80px;
	margin:0 auto;
}

#ca a{
	transition: 0.4s;
  color:#fff;
  text-decoration:none;
}

#ca a:hover{
  color:#ccc;
	opacity:0.50;
}

#ca .pc_nobr{
	display:none;
}

#ca .sp_nobr{
	display:block;
}

#ca .inner {
  width: 960px;
  margin: 0 auto;
}

#ca #main_img{
  margin: 0 auto 60px;
}

#ca .title{
  font-family: 'Libre Baskerville', serif;
  font-size: 45px;
  text-align: center;
  line-height: 1.2;
  padding: 0 0 25px;
  margin: 0 auto;
}

#ca .catch{
  font-size: 25px;
  text-align: center;
  font-family: serif;
  letter-spacing: normal;
  line-height: 2;
  margin-bottom: 30px;
}

#ca #about_ca{
  margin: 0 auto;
  overflow: hidden;
}

#ca #about_ca .txt {
  padding-top: 42px;
  border-top: 2px solid #808080;
}

#ca .btn_view_works {
  padding: 50px 0 65px;
  text-align: center;
}

#ca .btn_view_works img {
  width: 339px;
}

#ca #only_one{
  margin: 0 auto;
  color: #000;
}

#ca #only_one .only_one_inner {
  padding: 34px 70px 90px;
  background-color: #fff;
  overflow: hidden;
}

#ca #only_one h3 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #7f7f7f;
}

#ca #only_one .img {
  padding-top: 5px;
  float: left;
}

#ca #only_one .txt {
  width: 520px;
  letter-spacing: normal;
  float: right;
}


/* ---- 740px > ---- */

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

  .cnt-inner {
    height: auto;
  }

  #page_title {
    margin-top: 0;
    height: 55px;
  }

  #page_title h1 {
    font-size: 21px;
    line-height: 55px;
  }


  /*--------------------
  ca
  --------------------*/

  #ca{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  #ca a:hover{
  	-webkit-tap-highlight-color:rgba(0,0,0,0);
  }

  #ca .pc_nobr{
  	display:block;
  }

  #ca .sp_nobr{
  	display:none;
  }

  #ca img {
    max-width: 100%;
  }

  #ca .inner {
    width: 100%;
  }

  #ca #main_img{
    width: 100%;
    height: auto;
    background: none;
    margin: 0 0 6%;
  }

  #ca .title{
    font-size: 25px;
    padding: 0 0 4.5%;
  }

  #ca h2{
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    margin-bottom: 5%;
  }

  #ca .catch{
    font-size: 18px;
    font-family: 'Noto Serif Japanese', sans-serif;
    line-height: 1.5;
    margin-bottom: 5%;
  }

  #ca h3{
    font-size: 22px;
    text-align: center;
    font-family: 'Noto Serif Japanese', sans-serif;
    margin-bottom:7%;
  }

  #ca p{
    line-height: 2;
  }

  #ca #about_ca{
    width: 90%;
    margin: 0 5%;
  }

  #ca #about_ca .txt{
    width: 100%;
    padding-top: 4%;
    margin-bottom:7%;
    float: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
    border-width: 1px;
  }

  #ca #about_ca .img{
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  #ca #about_ca .img img{
    width: 70%;
    padding: 0 0 6%;
  }

  #ca #about_ca .img p{
    font-size: 14px;
    padding: 0 0 0 3%;
    margin: 0;
    text-align: left;
  }

  #ca .btn_view_works {
    padding: 0 5% 5% 0;
    text-align: right;
  }

  #ca .btn_view_works img {
    width: 60.2%;
  }

  #ca #only_one{
    padding: 6% 5%;
    background-color: #dcdcdc;
  }

  #ca #only_one .only_one_inner {
    padding: 0;
    border: 1px solid #474747;
  }

  #ca #only_one h3 {
    padding: 6% 0 2%;
    margin-bottom: 0;
    font-family: 'Noto Serif Japanese', sans-serif;
    font-size: 23px;
    border-bottom: none;
  }

  #ca #only_one .img {
    padding: 6% 5% 4%;
    float: none;
  }

  #ca #only_one .txt {
    width: auto;
    padding: 0 5%;
    font-size: 14px;
    line-height: 1.8;
    float: none;
  }

}



.l-qa {
	background-color: #fff;
}
.l-qa2 {
width: 960px;
margin: 0 auto;
}
.qa-inner {
    padding-top: 0x;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.l-ca {
	background-color: #fff;
}
.ca-inner {
	padding-bottom: 30px;
}
.ca-heading {
	font-size: 35px;
	padding-top: 60px;
	padding-bottom: 40px;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
.l-main {
	width: 100%;
	position: relative;
	font-size: 5.33vw;
	/*    margin: 41px 0 0;*/
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-color: #58463E;
	color: #fff;
	height: 14.6vw;
	line-height: 14.6vw;
}
.l-main img {
	vertical-align: bottom;
}
.l-btn {
	margin-bottom: 4%;
}
.pt-inner {
	background: url(../img/index_bg_001_sp.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
}
.l-pt {
	background: none;
	width: 100%;
	/*
		background-size: cover;
		    padding-bottom: 60px;
*/
	background-color: #fff;
}

.pt-inner {
	padding-top: 8%;
	padding-bottom: 1%;
}
.pt-image {
	margin: 0 auto;
	text-align: center;
	width: 50%;
	padding: 0 0 5.5%;
}
.pt-heading-1 {
    font-size: 6.13vw;
    width: 87.5%;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto 0;
    text-align: center;
    line-height: 1.3;
    padding: 2.5% 0 2.5%;
}
.pt-heading-2 {
    font-size: 6.13vw;
    width: 87.5%;
    border: 1px solid #fff;
    color: #fff;
    padding: 5% 0 5%;
    margin: 10% auto 0;
    text-align: center;
}
.pt-text-1 {
	/*	margin-top: 5%!important;*/
	color: #fff!important;
	font-size: 4.4vw!important
}
.pt-text-2 {
	margin-top: 5%!important;
	color: #fff!important;
	margin-bottom: 8%!important;
}
.l-ca {
	background-color: #fff;
}
.ca-inner {
/*		padding-bottom: 30px;*/
}
.ca-heading {
	font-size: 4.666vw;
	padding-top: 8%;
	padding-bottom: 6.5%;
	line-height: 1;
	text-align: center;
	margin: 0 auto;
}
.ca-text-1 {
	margin: 0 0 6.67%!important;
}
}
/*==============================
	Q&A
==============================*/
.qa-box {
	box-sizing: border-box;
	position: relative;
}
  #ca .qa-box h2{
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }


  #ca .qa-box h3{
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }
@media screen and (min-width: 768px) {
.qa-box {
	margin: 0 auto 35px;
	width: 900px;
}
}

@media screen and (max-width: 767px) {
.l-qa p{
    line-height: 1.5!important;
  }
.l-qa .qa-body {
	background-color: #FDEBE1;
}
.l-qa2 .qa-body {
	background-color: #FDF5E6;
}
.l-qa2 .qa-col{
/*	background-color: #FDEBE1;*/
}
.qa-box {
	margin-bottom: 0;
}
}
.qa-col {
	border-radius: 5px;
	position: relative;
}
.qa-heading {
/*	font-weight: normal;*/
	position: relative;
	font-weight: bold;
}
.answer {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 5px;
	display: none;
}
.answer-text {
	font-weight: bold;
}
.answer-text a {
	color: #14A000;
	text-decoration: underline;
}
.answer-text a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.qa-icon img {
	width: 100%;
}
.answer-icon img {
	width: 100%;
}

.l-qa{
    color: #333333;
}

@media screen and (min-width: 768px) {

    .l-qa {
        font-size: 15.5px;
        font-weight: 500;
    }
    .line {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height: 3px;
}
.secondary-heading {
	font-size: 34px;
	line-height: 1;
	display: block;
	text-align: center;
	padding-bottom:30px;
}
.secondary-text {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.l-qa .qa-body {
	background-color: #FDEBE1;
}
.l-qa2 .qa-col {
	background-color: #FDF5E6;
}
.qa-col {
	padding-bottom: 0px;
	margin-bottom: 10px;
	cursor: pointer;
	
}
.qa-col:after{
	position: absolute;
	content: "";
	top: 16px;
	right: 30px;
	width: 30px;
	height: 30px;
	background: url("../../about_pt/img/index_under_arrow_001.png") top left no-repeat;
	background-size: 30px 30px;	
	}
.qa-col.active:after{
	position: absolute;
	content: "";
	top: 16px;
	right: 30px;
	width: 30px;
	height: 30px;
	background: url("../../about_pt/img/index_under_arrow_001.png") top left no-repeat;
	background-size: 30px 30px;
	transform: scale(1, -1);
	}
.answer {
	width: 915px;
	margin: 0 auto 10px;
}
.l-qa .answer  {
	width: 840px;
	overflow: hidden;
	margin: 0 auto;
}
.l-qa .answer-body {
	width: 840px;
	overflow: hidden;
	margin: 0 auto;
}
.answer-body {
/*	width: 890px;*/
	overflow: hidden;
}
.answer-icon {
	display: inline-block;
	width: 23px;
	margin: 27px 0 0 20px;
	padding: 0;
	top: 0;
	vertical-align: top;
}
.answer-text {
	display: inline-block;
	font-size: 20px;
	width: 838px;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: normal;
}
.qa-body {
/*	width: 915px;*/
	overflow: hidden;
	margin: 0 auto 0;
}
.qa-heading {
/*font-weight: normal;*/
    font-size: 24px;
    line-height: 1.0;
    padding-top: 19px;
    padding-bottom: 19px;
/*	top: -2px;*/
    padding-left: 10px;
    font-feature-settings: "palt";
    display: inline-block;
       line-height: 1;
	    vertical-align:middle;
	width: 810px;
  margin: 0;
}
.qa-icon {
    display: inline-block;
    width: 24px;
    vertical-align: top;
    overflow: hidden;
    /* height: 28px; */
    font-size: 0;
    margin: 0;
   
    padding: 15px 0 10px 20px;
}
.answer-margin {
	display: none;
	padding-bottom: 10px;
}
	.media{
		width: 840px;
		box-sizing: border-box;
		margin: 20px auto 0;
		justify-content: space-between;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
	}
		.media-2{
		width: 840px;
		box-sizing: border-box;
		margin: 20px auto 0;
		justify-content: space-between;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
	}
	.media-avator{
		width: 150px;
	}
	.media-selif{
		width: 624px;
		border: 1px solid #808080;
		position:relative;
	}
	.media-selif-2{
		width: 900px;
/*
		border: 1px solid #808080;
		position:relative;
*/
	}
	.media-selif:before{
    content: "";
    top: 25%;
    left: -40px;
    width: 40px;
    height: 40px;
    background: url(../../about_pt/img/index_fukidashi_pc.png) top left no-repeat;
    background-size: contain;
    position: absolute;
	
	}
	.selif-inner{
		margin: 20px;
	}
	.selif-inner-2{
		margin:0;
	}
	.media-detail{
		width: 840px;
		margin: 15px auto 0;
			border-bottom: 2px solid #000000;
		border-left: 2px solid #000000;
	}
	.detail-inner{
		 padding: 0 0 0 10px;
	     display: flex;
	}
	.detail-name{
		font-size: 24px;
		display: block;
		line-height: 35px;
	}
	.detail-text{
		font-size: 14px;
		display: block;
		line-height: 35px;
/*		    font-feature-settings: "palt";*/
		margin-left: 20px;
		
    letter-spacing: -0.8px;
	}
}
@media all and (-ms-high-contrast:none) {
	.qa-heading {
		font-size: 23px;
		vertical-align: top;
		margin-top: -5px;
	}
}
@media screen and (max-width: 767px) {
#ca .secondary-heading {
	font-size: 5.33vw!important;
	line-height: 1;
	display: block;
	text-align: center;
/*	padding-bottom:30px;*/
	width: 100%;
	background-color: #DCDCDC;
	height: 14.66vw;
	line-height: 14.66vw;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    margin-bottom: auto!important;
}
#ca .secondary-text {
	font-size:4.8vw;
	line-height: 1;
	text-align: center;
    padding-top: 6%;
    padding-bottom: 4%;
	
}
.qa-col {
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.qa-col:after{
position: absolute;
    content: "";
    top: 7.5vw;
    right: 15px;
    width: 15px;
    margin-top: -7.5px;
    height: 15px;
    background: url(../../about_pt/img/index_under_arrow_001.png) top left no-repeat;
    background-size: 15px;
	}
.qa-col.active:after{
	position: absolute;
	content: "";
    top: 7.5vw;
    right: 15px;
    width: 15px;
    margin-top: -7.5px;
    height: 15px;
    background: url(../../about_pt/img/index_under_arrow_001.png) top left no-repeat;
    background-size: 15px;
	transform: scale(1, -1);
	}
.answer {
	width: 90%;
	margin: 0 auto 0;
}
.answer-text {
	font-size: 3.33vw;
	    width: 84%;
	line-height: 1.5;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
}
.answer-body {
	width: 100%;
	overflow: hidden;
}
.answer-icon {
	display: inline-block;
	width: 5.5%;
	margin: 10px 0 0 10px;
	padding: 0;
	top: 0;
	vertical-align: top;
}
.qa-body {
	width: 100%;
	overflow: hidden;
	margin: 0;
	height: 14.66vw;
	  display: flex;
/*
　  align-self: center;
	 display: inline-block;
*/
/*
	    display: table-cell;
    vertical-align: middle;
    text-align: center;
*/
	position: relative;
}
#ca .qa-heading {
    margin: 0 auto;
    font-size: 3.73vw;
    line-height: 1.4;
    width: 77%;
    margin: 0 auto 0;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    padding-left: 6%;
    padding-right: 6%;
    font-feature-settings: "palt";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.qa-icon {
    display: inline-block;
    width: 5.5%;
    vertical-align: top;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 3.5% 0 0 15px;
}
.answer-margin {
	display: none;
	padding-bottom: 10px;
}
	
	.media{
		width:100%;
		box-sizing: border-box;
		margin: 5% auto 22px;
		justify-content: space-between;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
	}
		.media-2{
		width:100%;
		box-sizing: border-box;
		margin:0 auto 22px;
		justify-content: space-between;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
	}

	.media-avator{
		width:30%;
	}
	.media-selif{
width: 100%;
    border: 1px solid #808080;
    position: relative;
    box-sizing: border-box;
	}
		.media-selif-2{
width: 100%;
/*    border: 1px solid #808080;*/
    position: relative;
    box-sizing: border-box;
	}
	.media-selif:before{
    content: "";
    top:-20px;
    left: 15px;
    width: 16px;
    height: 20px;
    background: url(../../about_pt/img/index_fukidashi_sp.png) top left no-repeat;
    background-size: contain;
	position: absolute;
	}
	.selif-inner{
		margin: 15px;
	}
	.selif-text{
		font-size: 3.73vw;
	}
	.media-detail{
		width: 100%;
		margin: 0 auto 0;
/*
			border-bottom: 2px solid #000000;
		border-left: 2px solid #000000;
*/
	}
	.detail-inner{
		 padding: 0 0 0 10px;
/*	     display: flex;*/
	}
	.detail-name{
		font-size: 4vw;
		display: block;
		line-height: 1.3;
		font-weight: bold;
		margin-bottom: 1.5%;
	}
	.detail-text{
		font-size: 2.933vw!important;
		display: block;
		line-height: 1.3!important;
		    font-feature-settings: "palt";
/*		margin-left: 20px;*/
	}
}

@media all and (-ms-high-contrast: none) {
 *::-ms-backdrop, .qa-heading {
 padding-top: 25px;
 padding-bottom: 10px;
}
}
@media screen and (min-width: 768px){
	.humnan{
		text-align: center;
		margin: 0 auto;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 767px){
	.humnan{
		text-align: center;
		margin: 0 auto;
		margin-bottom: 6%;
		width: 90%;
	}
}

/*================================================
	utility
================================================*/

.u-black {
	color: #000;
}

@media screen and (max-width: 767px) {
.u-black_sp {
	color: #000!important;
}
}
.u-bgw{
	background: #fff;
}
.u-brown{
	color: #AB874F!important;
}