@charset "utf-8";


/* ----------------------------------
brand
---------------------------------- */
#content_Wrap {
}

/* common */







/* kobetsu */
.top_logo{
  background: #fff;
  padding: 100px 0;
}
.top_logo figure{
  width: 90%;
  max-width: 675px;
  margin: 0 auto;
}

.main_boxs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #000;
}

.pr_box{ position: relative;}

.pr_box .cap_Txt{
/*  font-size: 11px;*/
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.7);

  width: 100%;
  text-align: center;
  font-feature-settings: 'palt';
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.3;
}

.main_boxs .box01 {
/*  width: 33.333333%;*/
  width: calc(100% / 3);
}
.main_boxs .box02 {
/*  width: 33.333333%;*/
  width: calc(100% / 3);
}

.main_bg {
  width: 100%;
  padding: 100px 0 10px;
  color: #000;
}
.con_titl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  color: #a38432;
  border-bottom: 1px #a38432 solid;
  line-height: 1.5;
}
.txt{
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}
.c01 .main_titl {
  width: 566px;
  margin: 0 auto 60px;
}
.c01 h3.titl {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.c01 .central_logo{
  width: 90%;
  max-width: 420px;
  margin: 80px auto;
}
.clare_concept{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 120px;
  justify-content: space-between;
}
.clare_concept .clare_txt{
  width: 100%;
  text-align: center;
}
.clare_concept .clare_txt .l_txt{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.clare_concept .clare_txt .txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
}
.clare_concept .clare_txt h4{
  /* background: #998a7a; */
  /* background: url(../../common/img/c_bg.jpg) top center no-repeat;
  background-size: cover; */
  background: #e9eded;
  margin: 40px 0 10px;
  padding: 15px 10px;
  /* color: #fff; */
  text-align: center;
  font-size: 18px;
}
.clare_concept .clare_txt h4 + .txt {
  text-align: justify;
}
.clare_concept .clare_txt figure{
  max-width: 900px;
  margin: 30px auto;
}
.clare_concept .clare_img{
  width: 65.5%;
  max-width: 655px;
  margin: 0 auto;
}

/*.bukken{
  margin: 100px auto 0;
  padding: 0 0 200px;
  background: #fff;
}*/
.results li { position: relative; }
/*.bukken li,.results li,
.results li ul li { position: relative;}*/
/*.bukken li .cap_Txt,*/
.results li .cap_Txt {
  width: 100%;
/*  font-size: 11px;*/
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.7);
/*  letter-spacing: -0.1em;*/
  transform: none;
  font-feature-settings: 'palt';
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.3;
}
.c04{ margin: 0 auto 0;}
.c04 h3.titl{
  line-height: 1.7;
  text-align: center;
  margin: 50px auto 30px;
  font-size: 1.8rem;
}
.kyudenko_logo{
  width: 100%;
  max-width: 234px;
  margin: 0 auto;
}
.kyudenko h5{
  position: relative;
  max-width: 570px;
  margin: 50px auto 0;
  padding: 0 65px;
  font-size: 24px;
  text-align: center;
}
.kyudenko h5::before,
.kyudenko h5::after{
  position: absolute;
  top: calc(50% - 3px);
  width: 35%;
  height: 6px;
  content: '';
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.kyudenko h5::before{ left: 0;}
.kyudenko h5::after{ right: 0;}
.kyudenko .rinen{
  max-width: 570px;
  font-size: 20px;
  margin: 30px auto 0;
  text-align: center;
  line-height: 2;
}
.kyudenko_detail{
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
.kyudenko_detail li{
  width: 48%;
  max-width: 480px;
  margin-bottom: 30px;
}
.kyudenko_detail li:nth-child(4){
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kyudenko_detail li h4{
  /* background: rgb(174, 159, 143);
  background: linear-gradient(90deg, rgba(174, 159, 143, 1) 0%, rgba(159, 142, 124, 1) 100%); */
  /* background: url(../../common/img/c_bg.jpg) top center no-repeat;
  background-size: cover; */
  background: #e9eded;
  margin: 0 0 10px;
  padding: 15px 10px;
  /* color: #fff; */
  text-align: center;
  font-size: 18px;
}
.kyudenko_detail li figure{
  position: relative;
  margin: 20px 0 0;
}
.kyudenko_detail li .kyudenko_company{
  background: #fff;
  padding: 20px;
  border: 1px solid #7a5424;
}
.kyudenko_detail li .kyudenko_company dl{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
}
.kyudenko_detail li .kyudenko_company dl dt{
  width: 20%;
  text-align-last: justify;
}
.kyudenko_detail li .kyudenko_company dl dd{
  position: relative;
  width: 80%;
  text-indent: -2em;
  padding-left: 2em;
  text-align: justify;
}
.kyudenko_detail li .kyudenko_company dl dd::before{
  content: "／";
  font-size: 12px;
  padding: 0 5px;
  color: #000;
}


/*=============================
tab
=============================*/
@media screen and (max-width: 1024px) {



}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {
  #content_Wrap {
  }

  /* common */



  /* kobetsu */
  .top_logo{ padding: 50px 0;}

  .main_boxs .box01 {
    width: 50%;
    order: 2;
  }
  .main_boxs .box02 {
    width: 100%;
    order: 1;
  }
  /* .pr_box .cap_Txt{
   font-size:10px;
  } */
  .main_boxs .cap {
    letter-spacing: -2px;
  }
  .main_bg {
    padding: 40px 0;
  }
  .con_titl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c01 .main_titl {
    width: 90%;
    margin: 10px auto 30px;
  }
  .c01 h3.titl {
    font-size: 1.3rem;
  }
  .c01 .txt {
    margin-bottom: 30px;
  }

  .c01 .central_logo{ margin: 40px auto;}
  .c04 h3.titl{ font-size: 1.3rem;}

  .clare_concept {
    margin: 0 auto 60px;
  }
  .clare_concept .clare_txt .l_txt{
    font-size: 16px;
    text-align: justify;
  }
  .clare_concept .clare_txt .txt {
    font-size: 14px;
    text-align: justify;
  }
  .clare_concept .clare_txt figure{ margin: 10px 0 20px;}
  .clare_concept,
  .bukken,.results{ flex-wrap: wrap;}
  .clare_concept .clare_txt,
  .clare_concept .clare_img,
  .kyudenko_detail li{
    width: 100%;
    max-width: none;
  }

  .results li{ width: 100%;}

  .kyudenko h5{ font-size: 20px;}
  .kyudenko h5::before,
  .kyudenko h5::after{ height: 4px;}
  .kyudenko .rinen {
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .kyudenko_detail li:nth-child(1){ order: 1;}
  .kyudenko_detail li:nth-child(2){ order: 3;}
  .kyudenko_detail li:nth-child(3){ order: 2;}
  .kyudenko_detail li:nth-child(4){ order: 4;}
  .kyudenko_detail li .kyudenko_company dl dt{ width: 26%;}

  .clare_concept .clare_txt h4,
  .kyudenko_detail li h4{
    padding: 10px;
    font-size: 16px;
  }
  .clare_concept .clare_txt h4 {
    margin: 30px 0 10px;
  }
  .c04{ margin: 0 auto 0;}
	.notes{
		font-size: 12px;
	}
	.notes_Wrap{
		padding-bottom: 30px;
	}



}
