@charset "UTF-8";
/* CSS Document */
.ttlArea .inner .h1_bg {
	background-image: url("/images/about/h1_bg.webp");
}
.content01Area .inner {
	padding: 40px 20px 40px;
}
.content01Area .inner .h2Area {
	text-align: center;
	margin-bottom: 30px;
}
.content01Area .inner .h2Area h2 {
	color: #B98F6D;
	font-size: 24px;
	position: relative;
}
.content01Area .inner .h2Area h2::after {
	content: '';
    width: 20px;
    height: 3px;
    display: inline-block;
    background-color: #B98F6D;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
}
.content01Area .inner .txtArea {
	text-align: center;
}
.content01Area .inner .txtArea p {
	font-size: 14px;
	line-height: 2em;
}
.content02Area {
	background: repeating-linear-gradient(90deg, #e9dfe0, #e9dfe0 10px, #eee6e7 0, #eee6e7 21px);
}
.content02Area .inner {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content02Area .inner .leftBox {
	width: 50%;
}
.content02Area .inner .leftBox h2 {
	width: fit-content;
}
.content02Area .inner .leftBox .txtArea p {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
}
.content02Area .inner .rightBox {
	width: 50%;
	padding-left: 20px;
}
.content02Area .inner .rightBox .img {
	background-image: url("../images/about/about_img.webp");
	background-size: cover;
	background-repeat: no-repeat;
	width: 560px;
    height: 420px;
}
.content03Area {
	background: repeating-linear-gradient(90deg, #fff, #fff 10px, #f9f9f9 0, #f9f9f9 21px);
}
  #content03,
  #content04 {
      padding-top: 40px;
      margin-top: -40px;
  }
.content03Area .inner {
	padding: 70px 20px;
}
.content03Area .inner h2 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}
.content03Area .inner .desc {
	display: flex;
}
.content03Area .inner .desc .leftBox {
	width: 50%;
}
.content03Area .inner .desc .leftBox .img {
	background-image: url("../images/about/about_img03.webp");
	background-size: cover;
	background-repeat: no-repeat;
	width: 560px;
    height: 420px;
}
.content03Area .inner .desc .rightBox {
	width: 50%;
	padding-left: 60px;
}
.content03Area .inner .desc .rightBox .txtArea {
	margin-bottom: 20px;
}
.content03Area .inner .desc .rightBox p {
	font-size: 18px;
    line-height: 2em;
}
.content04Area {
	background: repeating-linear-gradient(90deg, #e9dfe0, #e9dfe0 10px, #eee6e7 0, #eee6e7 21px);
}
.content04Area .inner {
	padding: 70px 20px;
}
.content04Area .inner h2 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}
.content04Area .inner .desc {
	display: flex;
}
.content04Area .inner .desc .leftBox {
	width: 50%;
	padding-right: 60px;
}
.content04Area .inner .desc .leftBox .txtArea {
    margin-bottom: 20px;
}
.content04Area .inner .desc .leftBox p {
    font-size: 18px;
    line-height: 2em;
}
.content04Area .inner .desc .rightBox {
	width: 50%;
}
.content04Area .inner .desc .rightBox .img {
	background-image: url("../images/about/about_img04.webp");
	background-size: cover;
	background-repeat: no-repeat;
	width: 560px;
    height: 420px;
}

.c-btn {
  display: inline-block;
  background-color: #3a2522;
  padding: 0.5rem 5rem 0.5rem;
  color: #fff;
  font-size: 0.90rem;
  border-radius: 1.875rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: color 0.3s;
  border: 1px solid transparent;
}
.c-btn::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.c-btn::before {
　width: 1.5625rem;
}
.c-btn:hover {
  color: #3a2522;
  border-color: #3a2522;
}
.c-btn:hover::before {
  background-color: #3a2522;
}
.c-btn::after {
  position: absolute;
  border-radius: 1.75rem;
  border: 1px solid #fff;
  top: -1%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  z-index: -1;
  height: 101%;
}
.c-btn:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1000px) {
.content02Area .inner {
	display: block;
}
.content02Area .inner .leftBox {
    width: 100%;
}
.content02Area .inner .leftBox h2 {
	margin: 0 auto;
}
.content02Area .inner .leftBox .txtArea {
	text-align: center;
}
.content02Area .inner .leftBox .txtArea,
.content03Area .inner .desc .rightBox .txtArea,
.content04Area .inner .desc .leftBox .txtArea {
	padding: 0 3vw;
}
.content02Area .inner .rightBox {
	width: 100%;
    padding: 20px 0;
}
.content02Area .inner .rightBox .img {
    margin: 0 auto;
}	
.content03Area .inner .desc {
	display: block;
}
.content03Area .inner .desc .leftBox {
	width: 100%;
}
.content03Area .inner .desc .leftBox .img {
    margin: 0 auto;
}
.content03Area .inner .desc .rightBox {
	width: 100%;
	padding: 40px 0 0;
}
.content03Area .inner .desc .rightBox .btn {
    text-align: center;
}
.content04Area .inner .desc {
	flex-direction: column-reverse;
}
.content04Area .inner .desc .leftBox {
	width: 100%;
	padding: 0 0 20px;
}
.content04Area .inner .desc .leftBox .btn {
    text-align: center;
}
.content04Area .inner .desc .rightBox {
	width: 100%;
}
.content04Area .inner .desc .rightBox .img {
    margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.content03Area .inner,
.content04Area .inner {
    padding: 40px 20px;
}
.content03Area .inner h2,
.content04Area .inner h2 {
    font-size: 22px;
	margin-bottom: 20px;
}
.content02Area .inner .rightBox .img,
.content03Area .inner .desc .leftBox .img,
.content04Area .inner .desc .rightBox .img {
    width: 100%;
    height: 360px;
}
.content03Area .inner .desc .rightBox {
    padding: 20px 0 0;
}
.content04Area .inner .desc .leftBox .txtArea {
    padding: 20px 3vw 0;
}
.c-btn {
	padding: 0.4rem 4rem 0.4rem;
}
}
@media screen and (max-width: 600px) {
.content01Area .inner .h2Area h2 {
    font-size: 18px;
}
.content03Area .inner h2,
.content04Area .inner h2 {
    font-size: 18px;
}
.content01Area .inner .txtArea {
    text-align: left;
}
.content02Area .inner .leftBox h2 {
    width: 260px;
}
.content02Area.inner .leftBox .txtArea {
	text-align: left;
}
.content02Area .inner .leftBox .txtArea p,
.content03Area .inner .desc .rightBox .txtArea,
.content04Area .inner .desc .leftBox .txtArea {
    font-size: 15px;
}
.content02Area .inner .rightBox .img,
.content03Area .inner .desc .leftBox .img,
.content04Area .inner .desc .rightBox .img {
    height: 300px;
}
}
@media screen and (max-width: 500px) {
.content02Area .inner .rightBox .img,
.content03Area .inner .desc .leftBox .img,
.content04Area .inner .desc .rightBox .img {
    height: 200px;
}
}
@media screen and (max-width: 400px) {
.content01Area .inner .h2Area h2 {
    font-size: 16px;
}
}