@charset "UTF-8";
/* CSS Document */
.sttl_bg .sub_ttl .s_inner .left h1:before {
	content: "About";
}
.sttl_bg .sub_ttl .s_inner .right .img {
	background-image: url("../img/about/sub_ttl_img.webp");
}

/* aboutArea */
/* about01 */
.aboutArea .about01 .desc01 .inner {
	padding: 120px 80px 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
}
.aboutArea .about01 .desc01 .inner .right {
	width: calc(60% - 40px);
}
.aboutArea .about01 .desc01 .inner .right h2 {
	font-size: 40px;
	color: #ff6800;
	font-weight: 500;
	padding-bottom: 26px;
}
.aboutArea .about01 .desc01 .inner .right .txt02 {
	text-align: right;
}
.aboutArea .about01 .desc01 .inner .left {
	width: calc(40% - 40px);
}
.aboutArea .about01 .desc01 .inner .left .img {
	background-image: url("../img/about/about_prof.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 452/536;
}
.aboutArea .about01 .desc02 .inner {
	padding: 50px 80px 150px;
	text-align: center;
}
.aboutArea .about01 .desc02 .inner .circle {
  width: 480px;
  height: 480px;
	margin: 0 auto;
  background:#fdecaf;
  animation: circlerotate 30s ease 0s infinite;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@keyframes circlerotate {
	0%, 100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}
.aboutArea .about01 .desc02 .inner .circle h3 {
	font-size: 40px;
	color: #ff6800;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 20px;
}
.aboutArea .about01 .desc02 .inner .circle p {
	font-size: 70px;
	letter-spacing: 0.2em;
	line-height: 1;
}

/* about02 */
.aboutArea .about02 {
	position: relative;
}
.aboutArea .about02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: 100%;
	background: #fddfc8;
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
}
.aboutArea .about02 .inner {
	position: relative;
	padding: 110px 80px 100px;
	z-index: 1;
}
.aboutArea .about02 .inner h2 {
	font-size: 40px;
	font-weight: 500;
	color: #ff6800;
}
.aboutArea .about02 .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 60px;
}
.aboutArea .about02 .inner ul li {
	width: calc(50% - 20px);
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	padding: 26px 36px;
	border: 1px solid #000;
	border-radius: 1rem;
	background-color: #fff;
	position: relative;
}
.aboutArea .about02 .inner ul li:before {
	position: absolute;
	top: -30px;
	left: 30px;
	font-size: 50px;
	line-height: 1;
	color: #ff6800;
}
.aboutArea .about02 .inner ul li:first-of-type::before {
	content: "01";
}
.aboutArea .about02 .inner ul li:nth-of-type(2)::before {
	content: "02";
}
.aboutArea .about02 .inner ul li:nth-of-type(3)::before {
	content: "03";
}
.aboutArea .about02 .inner ul li:last-of-type::before {
	content: "04";
}
.aboutArea .about02 .inner ul li .right {
	width: calc(60% - 10px);
}
.aboutArea .about02 .inner ul li .right p {
	font-size: 16px;
}
.aboutArea .about02 .inner ul li .left {
	width: calc(40% - 10px);
}
.aboutArea .about02 .inner ul li .left .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 440/400;
}
.aboutArea .about02 .inner ul li:first-of-type .left .img {
	background-image: url("../img/about/about_img01.webp");
}
.aboutArea .about02 .inner ul li:nth-of-type(2) .left .img {
	background-image: url("../img/about/about_img02.webp");
}
.aboutArea .about02 .inner ul li:nth-of-type(3) .left .img {
	background-image: url("../img/about/about_img03.webp");
}
.aboutArea .about02 .inner ul li:last-of-type .left .img {
	background-image: url("../img/about/about_img04.webp");
}

/* about03 */
.aboutArea .about03 {
	position: relative;
}
.aboutArea .about03:before {
	content: "";
	position: absolute;
	top: -300px;
	left: 0;
	width: 100%;
	height: 300px;
	background: #fff;
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
}
.aboutArea .about03 .inner {
	padding: 0 80px 120px;
}
.aboutArea .about03 .inner h2 {
	font-size: 40px;
	font-weight: 500;
	color: #ff6800;
}
.aboutArea .about03 .inner .item {
	margin-top: 40px;
	border-top: 1px solid #000;
}
.aboutArea .about03 .inner .item dl {
	padding-bottom: 40px;
	margin-top: 40px;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	}
	.aboutArea .about03 .inner .item dl dt {
	width: 240px;
	color: #6f6f6f;
	}
.aboutArea .about03 .inner .item dl dd {
	width: calc(100% - 240px);
	}

@media screen and (max-width: 1200px) {
/* about01 */
	.aboutArea .about01 .desc01 .inner .left {
			width: calc(40% - 16px);
		}
	.aboutArea .about01 .desc01 .inner .right {
			width: calc(60% - 16px);
		}
	.aboutArea .about01 .desc02 .inner .circle p {
		font-size: min(11vw,60px);
		letter-spacing: 0.1em;
	}

/* about02 */
	.aboutArea .about02 .inner ul li {
		width: calc(50% - 10px);
		margin-bottom: 40px;
		padding: 20px;
	}
}

@media screen and (max-width: 1000px) {
/* about01 */
	.aboutArea .about01 .desc01 .inner {
		padding: 80px 6vw 40px;
	}
	.aboutArea .about01 .desc01 .inner .right h2 {
		font-size: min(8vw,30px);
		padding-bottom: 20px;
	}
	.aboutArea .about01 .desc02 .inner {
		padding: 40px 6vw 70px;
	}
	.aboutArea .about01 .desc02 .inner .circle h3 {
		font-size: min(8vw,30px);
	}

/* about02 */
	.aboutArea .about02:before {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
	}
	.aboutArea .about02 .inner {
		padding: 80px 6vw 60px;
	}
	.aboutArea .about02 .inner h2 {
		font-size: min(8vw,30px);
	}
	.aboutArea .about02 .inner ul {
		padding-top: 30px;
	}
	.aboutArea .about02 .inner ul li {
		width: calc(50% - 6px);
		margin-bottom: 30px;
	}
	.aboutArea .about02 .inner ul li:before {
		top: -20px;
		left: 20px;
		font-size: 40px;
	}
	.aboutArea .about02 .inner ul li .right {
		width: calc(50% - 6px);
	}
	.aboutArea .about02 .inner ul li .left {
		width: calc(50% - 6px);
	}
	.aboutArea .about02 .inner ul li .right p {
    font-size: 14px;
	}

/* about03 */
	.aboutArea .about03:before {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
	}
	.aboutArea .about03 .inner {
		padding: 0 6vw 100px;
	}
	.aboutArea .about03 .inner h2 {
		font-size: min(8vw,30px);
	}
	.aboutArea .about03 .inner .item {
		margin-top: 30px;
	}
	.aboutArea .about03 .inner .item dl {
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.aboutArea .about03 .inner .item dl dt {
		width: 160px;
	}
	.aboutArea .about03 .inner .item dl dd {
		width: calc(100% - 160px);
	}
}

@media screen and (max-width: 767px) {
/* about01 */
	.aboutArea .about01 .desc01 .inner {
		flex-direction: column-reverse;
		padding-top: 60px;
	}
	.aboutArea .about01 .desc01 .inner .right {
    width: 100%;
		padding-top: 30px;
	}
	.aboutArea .about01 .desc01 .inner .left {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	.aboutArea .about01 .desc02 .inner .circle {
    width: 380px;
    height: 380px;
	}

/* about02 */
	.aboutArea .about02 .inner ul {
		flex-direction: column;
	}
	.aboutArea .about02 .inner ul li {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
/* about01 */
	.aboutArea .about01 .desc02 .inner .circle {
		width: 270px;
		height: 270px;
	}

/* about02 */
	.aboutArea .about02:before {
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
	.aboutArea .about02 .inner ul li {
		padding-top: 30px;
		flex-direction: column;
	}
	.aboutArea .about02 .inner ul li .left {
		width: 100%;
		padding-top: 16px;
	}
	.aboutArea .about02 .inner ul li .left .img {
		max-width: 360px;
		margin: 0 auto;
	}
	.aboutArea .about02 .inner ul li .right {
		width: 100%;
	}

/* about03 */
	.aboutArea .about03 .inner {
		padding-bottom: 80px;
	}
	.aboutArea .about03:before {
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
	.aboutArea .about03 .inner .item dl {
		flex-direction: column;
	}
	.aboutArea .about03 .inner .item dl dt {
		width: 100%;
		padding-bottom: 6px;
	}
	.aboutArea .about03 .inner .item dl dd {
		width: 100%;
	}
}
