@charset "UTF-8";
/* CSS Document */
/* mainArea */
.main_bg {
	padding: 100px 100px 0;
}
.mainArea {
	max-width: 2300px;
	margin: 0 auto;

	position: relative;
}
.swiper-container {
	width: 100%;
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 1300/700;
	border-radius: 2rem;
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide01 {
	background-image: url("../img/top/main_01.webp");
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide02 {
	background-image: url("../img/top/main_02.webp");
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide03 {
	background-image: url("../img/top/main_03.webp");
}
.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide04 {
	background-image: url("../img/top/main_04.webp");
}
.mainArea .main_inner {
	position: absolute;
	z-index: 50;
	top: calc(50% - 207px);
	left: 0;
	width: 100%;
}
.mainArea .main_inner .desc {
	padding-left: 6%;
}
.mainArea .main_inner .desc .m_txt .bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
	display: inline-block;
	margin: 10px 0;
}
@keyframes bgextendAnimeBase {
	from {
	opacity: 0;
	}
	to {
	opacity: 1;
	}
}
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1.6s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 1;
	font-size: 48px;
	padding: 0 16px;
	display: block;

}
.mainArea .main_inner .desc .m_txt02 .bgappear {
	color: #ff6800;
}

@keyframes bgextendAnimeSecond {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}
.bgLRextend:before {
  animation-name: bgLRextendAnime;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: .5rem;
	z-index: -1;
}
@keyframes bgLRextendAnime {
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(1);
	}
}
.bgappearTrigger,
.bgLRextendTrigger {
	opacity: 0;
}

/* topicsArea */
/* companyArea */
/* circle */
.topicsArea .t_inner .circle,
.companyArea .c_inner .circle {
  position: relative;
}
.topicsArea .t_inner .circle:before,
.companyArea .c_inner .circle:before {
	content: "";
	position: absolute;
	right: 0;
  width: 380px;
  height: 380px;
  background:#fdecaf;
  animation: circlerotate 30s ease 0s infinite;
}
.topicsArea .t_inner .circle:before {
	top: -64px;
}
.companyArea .c_inner .circle:before {
	top: 30px;
}
@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%;
	}
}
/* topicsArea */
.topicsArea .t_inner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 120px 0 140px;
}
.topicsArea .t_inner .topics {
	max-width: 1212px;
	margin: 0 auto;
	padding: 0 80px;
	position: relative;
}
.topicsArea .t_inner .topics h2 {
	font-size: 20px;
	padding-bottom: 60px;
	position: relative;
	width: 100%;
}
.topicsArea .t_inner .topics h2:before {
	content: "Topics";
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 50px;
	color: #ff4600;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.topicsArea .t_inner .topics ul {
	margin-top: 50px;
	border-top: 1px solid #000;
}
.topicsArea .t_inner .topics ul li {
	padding-bottom: 40px;
	margin-top: 40px;
	border-bottom: 1px solid #000;
}
/* .topicsArea .t_inner .topics ul li .top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
} */
.topicsArea .t_inner .topics ul li .top .date {
	color: #6f6f6f;
}
/* .topicsArea .t_inner .topics ul li .top .cate {
	margin-left: 16px;
}
.topicsArea .t_inner .topics ul li .top .cate a {
	color: #6f6f6f;
	font-weight: 300;
}
.topicsArea .t_inner .topics ul li .top .cate a:hover {
	color: #ff4600;
} */
.topicsArea .t_inner .topics ul li .bottom {
	padding-top: 10px;
}
.topicsArea .t_inner .topics .btn {
	padding-top: 60px;
}

/* aboutArea */
.aboutArea {
	position: relative;
}
.aboutArea:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 98%;
	height: 100%;
	background: #fdede1;
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
}
.aboutArea .inner {
	position: relative;
	z-index: 2;
	padding: 120px 80px 90px;
	display: flex;
	justify-content: space-between;
}
.aboutArea .inner .left {
	width: calc(46%);
}
.aboutArea .inner .left h2 {
	font-size: 20px;
	padding-bottom: 60px;
	position: relative;
	width: 100%;
}
.aboutArea .inner .left h2:before {
	content: "About us";
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 50px;
	color: #ff4600;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.aboutArea .inner .left p {
	padding-top: 50px;
	line-height: 1.8;
}
.aboutArea .inner .left .btn {
	padding-top: 50px;
}
.aboutArea .inner .right {
	width: calc(54%);
	display: flex;
	flex-direction: column;
}
.aboutArea .inner .right .about_img {
	background-image: url("../img/top/about_img.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 612/670;
	position: relative;
	z-index: 2;
	margin-top: -160px;
}

/* businessArea */
.businessArea {
	position: relative;
}
.businessArea:before {
	content: "";
	position: absolute;
	top: -120px;
	left: 0;
	width: 98%;
	height: 100%;
	background: #fddfc8;
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
}
.businessArea .inner {
	position: relative;
	padding: 0 80px 200px;
}
.businessArea .inner h2 {
	font-size: 20px;
	padding-bottom: 60px;
	position: relative;
	width: 100%;
}
.businessArea .inner h2:before {
	content: "Business";
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 50px;
	color: #ff4600;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.businessArea .inner p {
	padding-top: 50px;
	line-height: 1.8;
}
.businessArea .inner ul {
	padding-top: 76px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.businessArea .inner ul li {
	width: calc(33.33% - 36px);
	border-radius: 1rem;
}
.businessArea .inner ul li a {
	display: block;
	border-radius: 1rem;
	border: 1px solid #000;
	background-color: #fff;
	text-align: center;
}
.businessArea .inner ul li a .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	aspect-ratio: 440/ 400;
	max-width: 280px;
	margin: 0 auto 30px;
}
.businessArea .inner ul li a .img01 {
	background-image: url("../img/top/business_img01.webp");
}
.businessArea .inner ul li a .img02 {
	background-image: url("../img/top/business_img02.webp");
}
.businessArea .inner ul li a .img03 {
	background-image: url("../img/top/business_img03.webp");
}
.businessArea .inner ul li a h3 {
	font-size: 26px;
}
.businessArea .inner ul li a .txt {
	font-size: 17px;
	padding: 16px 16px 30px;
	border-bottom: 1px solid #000;
}
.businessArea .inner ul li a .plus {
	background-image: url("../img/top/plus.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 18px;
	height: 18px;
	margin: 20px auto 0;
	transition: all .4s;
}
.businessArea .inner ul li a:hover {
	color: #000;
}
.businessArea .inner ul li a:hover .plus {
	background-image: url("../img/top/plus_h.svg");
}
.b_circle {
  background: #fff;
  overflow: hidden;
  position: relative;
	border-radius: 1rem;
	padding: 30px 30px 40px;
  transition-duration: .4s;
  z-index: 2;
}
.b_circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0;
  z-index: -1;
  background: #fff8e7;
  border-radius: 50%;
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  padding-top: 100%;
  transform: translateY(-50%) scale(.1);
  transition: 350ms cubic-bezier(.8, .5, .2, 1.4);
}
.b_circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.8);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

/* companyArea */
.companyArea {
	position: relative;
}
.companyArea:before {
	content: "";
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 400px;
	background: #fff;
	border-top-left-radius: 6rem;
	border-top-right-radius: 6rem;
}
.companyArea .c_inner {
	position: relative;
	padding-bottom: 120px;
	max-width: 1600px;
	margin: 0 auto;
}
.companyArea .c_inner .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	padding: 0 80px;
	position: relative;
}
.companyArea .c_inner .inner .right {
	width: calc(46%);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.companyArea .c_inner .inner .right h2 {
	font-size: 20px;
	padding-bottom: 60px;
	position: relative;
	width: 100%;
	max-width: 408px;
}
.companyArea .c_inner .inner .right h2:before {
	content: "Company";
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 50px;
	color: #ff4600;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.companyArea .c_inner .inner .right p {
	padding-top: 50px;
	line-height: 1.8;
}
.companyArea .c_inner .inner .right .btn {
	padding-top: 50px;
}
.companyArea .c_inner .inner .left {
	width: calc(54%);
}
.companyArea .c_inner .inner .left .company_img {
	background-image: url("../img/top/company_img.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	aspect-ratio: 666/674;
}

@media screen and (max-width: 1600px) {
/* mainArea */
	.main_bg {
		padding: 80px 80px 0;
	}

/* businessArea */
	.businessArea .inner ul li {
		width: calc(33.33% - 16px);
	}
}

@media screen and (max-width: 1450px) {
/* mainArea */
	.mainArea .main_inner {
	top: calc(50% - 188px);
	}
	.bgappear {
		font-size: 42px;
	}
	.mainArea .main_inner .desc {
		padding-left: 4%;
	}

/* topicsArea */

/* aboutArea */

/* businessArea */
	.businessArea .inner ul li {
		width: calc(33.33% - 8px);
	}
	.b_circle {
		padding: 20px 20px 30px;
	}
	.businessArea .inner ul li a h3 {
    font-size: 20px;
	}
	.businessArea .inner ul li a .txt {
		padding: 10px 0 20px;
		font-size: 14px;
		min-height: 106px;
	}

/* companyArea */
.companyArea .c_inner .inner .right h2 {
	max-width: 327px;
	}
}

@media screen and (max-width: 1200px) {
/* mainArea */
	.mainArea .main_inner {
		top: calc(50% - 144.5px);
	}
	.main_bg {
		padding: 80px 80px 0;
	}
	.bgappear {
		font-size: 36px;
	}
	.mainArea .main_inner .desc .m_txt .bgextend {
		margin: 4px 0;
	}

/* aboutArea */
	.aboutArea:before {
		border-top-left-radius: 4rem;
		border-top-right-radius: 4rem;
	}
	.aboutArea .inner .left {
		padding-bottom: 90px;
	}

/* businessArea */
	.businessArea:before {
		border-top-left-radius: 4rem;
		border-top-right-radius: 4rem;
	}
	.b_circle:hover::after {
		transform: translateY(-50%) scale(2);
	}

/* companyArea */
.companyArea:before {
		border-top-left-radius: 4rem;
		border-top-right-radius: 4rem;
	}
}

@media screen and (max-width: 1000px) {
/* mainArea */
	.main_bg {
		padding-top: calc(70px + 6vw);
		padding-left: 6vw;
		padding-right: 6vw;
	}
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
		border-radius: 1.5rem;
	}
	.bgappear {
		font-size: 32px;
	}
	.mainArea .main_inner {
    top: calc(50% - 125px);
}
/* topicsArea */
/* companyArea */
/* circle */
.topicsArea .t_inner .circle:before,
.companyArea .c_inner .circle:before {
    width: 40vw;
    height: 40vw;
		right: 20px;
	}

/* topicsArea */
	.topicsArea .t_inner {
		width: 100%;
		padding: 100px 0;
	}
	.topicsArea .t_inner .topics {
		width: 100%;
		padding: 0 6vw;
	}
	.topicsArea .t_inner .topics ul {
		margin-top: 40px;
	}
	.topicsArea .t_inner .topics ul li {
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.topicsArea .t_inner .topics ul li .bottom .ttl {
		line-height: 1.4;
	}
	.topicsArea .t_inner .topics .btn {
		padding-top: 50px;
	}

/* aboutArea */
.aboutArea:before {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
	}
	.aboutArea .inner {
		padding: 80px 6vw 60px;
	}
	.aboutArea .inner .left {
		width: calc(50% - 10px);
		padding-bottom: 60px;

	}
	.aboutArea .inner .left p {
		padding-top: 40px;
	}
	.aboutArea .inner .left .btn {
		padding-top: 40px;
	}
	.aboutArea .inner .right {
		width: calc(50% - 10px);
		padding-bottom: 60px;
	}
	.aboutArea .inner .right .about_img {
		margin-top: -50px;
	}

/* businessArea */
	.businessArea:before {
		top: -90px;
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
	}
	.businessArea .inner {
		padding: 0 6vw 160px;
	}
	.businessArea .inner p {
		padding-top: 40px;
	}
	.businessArea .inner ul {
		padding-top: 60px;
	}
	.businessArea .inner ul li {
		width: calc(33.33% - 6px);
	}
	.b_circle {
		padding: 20px 10px;
	}
	.businessArea .inner ul li a h3 {
		font-size: 18px;
	}
	.b_circle:hover::after {
		transform: translateY(-50%) scale(3);
	}

/* companyArea */
	.companyArea .c_inner {
		padding-bottom: 100px;
		width: 100%;
	}
	.companyArea:before {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
	}
	.companyArea .c_inner .inner {
		padding: 0 6vw;
	}
	.companyArea .c_inner .inner .left {
		width: calc(50% - 10px);
		display: flex;
		flex-direction: column;
	}
	.companyArea .c_inner .inner .right {
		width: calc(50% - 10px);
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.companyArea .c_inner .inner .right p {
		padding-top: 40px;
	}
	.companyArea .c_inner .inner .right h2 {
		max-width: 286px;
	}
	.companyArea .c_inner .inner .right .btn {
		padding-top: 40px;
	}
}

@media screen and (max-width: 767px) {
/* mainArea */
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
		aspect-ratio: 1000/680;
		border-radius: 1rem;
		background-position: bottom right -40px;
	}
	.bgappear {
		font-size: 28px;
	}
	.mainArea .main_inner .desc {
		padding-left: 2%;
	}

/* topicsArea */
	.topicsArea .t_inner .topics h2 {
		padding-bottom: 50px;
		font-size: 17px;
	}
	.topicsArea .t_inner .topics h2:before {
		font-size: 40px;
		letter-spacing: inherit;
	}

/* aboutArea */
	.aboutArea .inner {
		display: block;
	}
	.aboutArea .inner .left {
		width: 100%;
		padding-bottom: 40px;
	}
	.aboutArea .inner .right {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.aboutArea .inner .right .about_img {
		margin-top: 0;
	}
	.aboutArea .inner .left h2 {
		font-size: 17px;
		padding-bottom: 50px;
	}
	.aboutArea .inner .left h2::before {
		font-size: 40px;
		letter-spacing: inherit;
	}

/* businessArea */
	.businessArea .inner {
	padding-bottom: 100px;
	}
	.businessArea .inner h2 {
    font-size: 17px;
    padding-bottom: 50px;
	}
	.businessArea .inner h2:before {
	font-size: 40px;
	letter-spacing: inherit;
	}
	.businessArea .inner ul {
		display: block;
		max-width: 560px;
		margin: 0 auto;
	}
	.businessArea .inner ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.businessArea .inner ul li a .txt {
		min-height: inherit;
	    text-align: left;
	}

/* companyArea */
	.companyArea:before {
		top: -200px;
		height: 100%;
	}
	.companyArea .c_inner .circle:before {
    top: 0;
	}
	.companyArea .c_inner .inner {
		display: block;
	}
	.companyArea .c_inner .inner .right {
		width: 100%;
		display: block;
		padding-bottom: 40px;
	}
	.companyArea .c_inner .inner .right h2 {
    font-size: 17px;
    padding-bottom: 50px;
	}
	.companyArea .c_inner .inner .right h2:before {
	font-size: 40px;
	letter-spacing: inherit;
	}
	.companyArea .c_inner .inner .left {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
/* mainArea */
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
		aspect-ratio: 850/1000;
		border-radius: 1rem;
		background-position: bottom center;
	}
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide01 {
		background-image: url("../img/top/main_01_sp.webp");
	}
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide02 {
		background-image: url("../img/top/main_02_sp.webp");
	}
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide03 {
		background-image: url("../img/top/main_03_sp.webp");
	}
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide04 {
		background-image: url("../img/top/main_04_sp.webp");
	}
	.mainArea .main_inner {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.mainArea .main_inner .desc {
		padding-top: 20px;
		padding-left: 4%;
	}
	.mainArea .main_inner .desc .m_txt .bgextend {
		margin: 2px 0;
	}
	.bgappear {
		font-size: min(7.6vw,38px);
		padding: 0 8px;
	}

/* topicsArea */
/* companyArea */
/* circle */
	.topicsArea .t_inner .circle:before,
	.companyArea .c_inner .circle:before {
    width: 50vw;
    height: 50vw;
		right: 10px;
}

/* topicsArea */
	.topicsArea .t_inner {
		padding: 100px 0 80px;
	}
	.topicsArea .t_inner .topics ul {
		margin-top: 30px;
	}
	.topicsArea .t_inner .topics ul li {
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.topicsArea .t_inner .topics .btn {
		padding-top: 36px;
	}

/* aboutArea */
	.aboutArea:before {
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
	.aboutArea .inner .left p {
		padding-top: 20px;
	}
	.aboutArea .inner .left .btn {
		padding-top: 30px;
	}

/* businessArea */
	.businessArea:before {
		top: -80px;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
	.businessArea .inner {
		padding-bottom: 50px;
	}
	.businessArea .inner p {
		padding-top: 20px;
	}
	.businessArea .inner ul {
		padding-top: 40px;
	}
	.businessArea .inner ul li a .img {
    max-width: 220px;
		margin: 0 auto 20px;
}

/* companyArea */
	.companyArea .c_inner {
		padding-bottom: 80px;
	}
	.companyArea:before {
		top: -160px;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
	.companyArea .c_inner .inner .right p {
		padding-top: 20px;
	}
	.companyArea .c_inner .inner .right .btn {
		padding-top: 30px;
	}
}

@media screen and (max-width: 550px) {
/* mainArea */
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
		aspect-ratio: 850/1200;
		border-radius: 0.5rem;
		background-position: bottom center;
	}
	.bgLRextend:before {
		border-radius: .3rem;
	}
}
@media screen and (max-width: 500px) {
/* mainArea */
	.mainArea .swiper-container01 .swiper-wrapper .swiper-slide .slide-img {
		aspect-ratio: 850/1400;
	}
}
