@charset "UTF-8";
/*
  about
*/

/*==============================
  about
==============================*/
#aboutWrap{
	max-width: 1200px;
	margin: 0 auto;
}


/*==============================
  about_top
==============================*/
#about_top{
	padding-bottom: 40px;
}

#about_top #about_top_txt{
	font-size:1.05em;
	padding-bottom: 30px;
}

#about_top #about_top_txt p{
	font-size:1.1em;
	line-height: 1.6;
	max-width: 1000px;
	margin: 0 auto;
}


/*==============================
  about_info
==============================*/
#about_info{}

.l-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}


@media screen and (min-width: 760px) {
  .l-inner {
    max-width: 1232px;
    padding-right: 16px;
    padding-left: 16px;
  }
}


@media screen and (min-width: 760px) {
  .p-contents {
    padding-top: 20px;
    padding-bottom: 120px;
  }
 
}


.c-button {
  font-size: 18px;
  line-height: calc(21.6/18);
  font-weight: 400;
  display: block;
  position: relative;
  border-radius: 8px;
  border: 1px solid #998969;
  background-color: #fff;
  padding: 21px 48px 23px;
  text-align: center;
  color: #998969;
  letter-spacing: 0.1em;
  transition: color .4s, background-color .4s;


}






.c-button::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #998969;
  border-right: solid 2px #998969;
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: border-color .4s;
}


.c-button:hover {
  background-color: #998969;
  color: #fff;
}




.c-button:hover::after {
  border-color: #fff;
}


.p-textImgBox {
  margin-top: 60px;
  counter-increment: number 1;
}


@media screen and (min-width: 760px) {
  .p-textImgBox {
    margin-top: 62px;
  }
}




.p-textImgBox__inner {
  display: block;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__inner {
    display: flex;
  }
}




.p-textImgBox__textBox {
  position: relative;
  background-color: #f2f2f2;
  padding: 60px 0 42px;
  width: 100%;
  z-index: 1;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__textBox {
    padding: 60px 72px 48px;
    margin-top: 50px;


  }
}




.p-textImgBox__textBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 53px;
  background-color: #f2f2f2;
  top: -53px;
  left: 0;
  z-index: -1;
}




@media screen and (min-width: 760px) {
  .p-textImgBox__textBox::before {
    width: 150px;
    height: 100%;
    top: 0;
    left: -150px;
  }
}


.p-textImgBox__title {
  font-size: 1.4em;
  line-height: calc(26.4/22);
  font-weight: 600;
  color: #565656;
  text-align: center;
	padding-top: 20px;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__title {
    text-align: left;
  }
}




.p-textImgBox__text {
  font-size: 16px;
  line-height: calc(27.2/16);
  font-weight: 400;
  color: #565656;
  margin-top: 39px;
	padding: 30px;
}

@media screen and (min-width: 760px) {
	.p-textImgBox__text {
		padding: 0;
	}
	
}


.p-textImgBox__img {
  width: 100%;
  max-width: 500px;
  display: block;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
}


@media screen and (min-width: 760px) {
  .p-textImgBox__img {
    max-width: 600px;
  }
}


.p-textImgBox__img img {
  aspect-ratio: 600 / 400;
  height: auto;
  object-fit: cover;
}


.p-textImgBox__button {
  margin-top: 40px;
}




.p-textImgBox__number::before {
  position: absolute;
  font-size: 70px;
  letter-spacing: 0.1em;
  line-height: calc(84/70);
  color: #CAA846;
  right: 25px;
  font-weight: 100;
  content: "0"counter(number) " ";
  top: 0;
}


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


  .p-textImgBox__number::before {
    right: 50px;
    top: -50px;
  }




  .p-textImgBox:nth-child(even) .p-textImgBox__inner {
    flex-direction: row-reverse;
  }


  .p-textImgBox:nth-child(even) .p-textImgBox__textBox::before {
    left: initial;
    right: -150px;
  }


  .p-textImgBox:nth-child(even) .p-textImgBox__number::before {
    right: initial;
    left: 50px;
  }
}


.kounou {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-top: 25px;
}

.kounou th,
.kounou td {
	display: block;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 5px 0;
}

.kounou tr:first-child th {
	border-top: 1px solid #999;
}

.kounou th {
	color: #CAA846;
}

@media (min-width: 760px) {
	.kounou {
		width: 100%;
		text-align: left;
	}
	.kounou th{
		width: 20%;
	}
	.kounou th,
	.kounou td {
	    display: table-cell;
	    border-top: 1px solid #999;
	}
}

/*==============================
  about_negai
==============================*/
#about_negai{
	text-align: center;
	padding-top: 70px;
}

#about_negai .productsIntro_img{
	margin-bottom: 0;
}

#about_negai .productsIntro_img img{
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	display: block;
}

#about_negai p{
	font-size:1.2em;
}

#about_negai p.title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.4;
	font-size: 1.8em;
	margin-bottom: 25px;
}

