@charset "utf-8";

/* ------------------------------
 メインビジュアル（PC）
------------------------------ */
.mainimgBlock {
    position: relative;
    width: 100%;
}
.mainimgBlock .swiper,
.mainimgBlock .swiper-slide,
.mainimgBlock .swiper-img {
	height: 100%;
}
.mainimgBlock .swiper-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* -- スライド -- */
.mainimgBlock .mainimgSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
}
.mainimgSwiper .swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #f4f5f4);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.mainimgSwiper .swiper-pagination-bullet-active {
	background: var(--swiper-pagination-bullet-inactive-color, #059649);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

/* メインテキスト */
.mainText {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: absolute;
    bottom: 70px;
    left: 5%;
    z-index: 1;
    opacity: 0;
    animation: slideInFromBottom 2s forwards;
    animation-delay: 0.5s;
}
@keyframes slideInFromBottom {
  to {
    opacity: 1;
  }
}
.mainText h1 {
	font-size: 4.6vw;
	font-weight: 400;
	display: block;
	color: #fff;
    font-weight: 600;
	width: fit-content;
	position: relative;
    line-height: 1.25;
    margin-bottom: 5px;
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}
.mainText span {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: 0.1rem;
    text-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}
@media print, screen and (min-width: 1479px) {
    /* メインテキスト */
    .mainText {
        font-size: 1.09vw;
    }
    .mainText h1 {
        font-size: 4.6vw;
    }
    
}
@media print, screen and (min-width: 768px) {
    .mainText {
    }
    /* メインテキスト */
    .mainText .inBlock {
        width: 100%;
       padding: 0 7.8%;
    }
}
/* ------------------------------
 メインビジュアル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .mainimgBlock {
        z-index: 2;
        width: 100%;
        max-width: unset;
        max-height: unset;
        overflow: visible;
    }
    /* -- 動画・スライド -- */
    .mainimgBlock .mainimgSwiper {
        height: calc(100svh - 60px);
    }
    /* メインテキスト */
    .mainText {
        aspect-ratio: 2 / 1;
        bottom: 60px;
    }
    .mainText h1 {
        font-size: 5rem;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .mainText img {
        width: 250px;
    }
    .mainText span {
        font-size: 1.5rem;
    }
}

/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* -- h2 -- */
.contentsHome h2 {
    font-size: 5.5rem;
    letter-spacing: 0;
    margin-bottom: 30px;
    position: relative;
}
.contentsHome h2 span.en {
	font-size: 1.8rem;
	display: block;
    line-height: 1;
	color: var(--green-color);
	width: fit-content;
	position: relative;
    margin-bottom: 2px;
    padding-left: 20px;
}
.contentsHome h2 span.en::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid #059649;
}
.lead {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.5;
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    /* -- h2 -- */
    .contentsHome h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .contentsHome h2 span {
        font-size: 4rem;
    }
    .lead {
        font-size: 2.2rem;
    }
}

/* ------------------------------
 お知らせ（PC）
------------------------------ */
.newsBlock {
    position: relative;
}

@media print, screen and (min-width: 768px) {
    .newsBlock {
		padding: 120px 0 120px;
	}
	.newsBlock .inBlock {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 50px;
        position: relative;
	}
	.newsBlock h2 {
		width: 230px;
		margin-bottom: 0;
	}
	.newsBlock .newsList {
		width: 845px;
	}
    .newsBlock .btn {
        position: absolute;
        left: 0;
        top: 135px;
    }
    .newsBlock .btn a {
        min-width: 230px;
        font-size: 1.6rem;
    }
}
/* ------------------------------
 教室のご案内（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .newsBlock {
		padding: 70px 0 50px;
	}
	.newsBlock .inBlock {
		margin: 0 5%;
	}
	.newsBlock .newsList {
		margin-bottom: 30px;
	}
}

/* ------------------------------
 仕事紹介（PC）
------------------------------ */
.worksBlock {
    background: var(--green-color);
    border-radius: 0 80px 0 80px;
    padding: 110px 0 0;
    position: relative;
    z-index: 2;
}
.worksBlock::before {
    content: "";
    display: block;
    width: 700px;
    height: 700px;
    background: url(/img/circle_bg_w.png) no-repeat top center;
    position: absolute;
    left: -30px;
    top: 170px;
}
.worksBlock h2 {
    color: #fff;
}
.contentsHome .worksBlock h2 span.en {
	color: #fff;
}
.contentsHome .worksBlock h2 span.en::before {
    border: 3px solid #fff;
}
.worksBlock .btn a {
    color: var(--green-color);
    background: #fff;
}
.worksBlock .btn a::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 8px;
    background: url(../img/icon_arrow_nav.svg) no-repeat center / cover;
    top: 0;
    bottom: 0;
    right: 25px;
    left: auto;
    margin: auto;
    transition: .3s ease-in-out;
}
.worksBlock .inBlock {
    position: relative;
    z-index: 3;
}
@media print, screen and (min-width:768px) {
    .worksBlock .flexBox {
        align-items: end;
    }
	.worksimg {
		margin-right: calc(29% - 50vw);
	}
	.worksimg img {
		width: 100%;
		object-fit: cover;
		overflow: hidden;
		border-radius: 30px 0 0 0;
		display: flex;
		align-items: center;
		min-width: 100%;
	}
}
@media print, screen and (min-width:1140px) {
	.worksimg {
		margin-right: calc(50% - 50vw);
	}
}
/* ------------------------------
 仕事紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .worksBlock {
        padding: 70px 0 0;
    }
    .worksBlock::before {
        width: 600px;
        height: 600px;
        background: url(/img/circle_bg_w.png) no-repeat top center / cover;
        left: -300px;
        top: 140px;
    }
    .worksimg {
		margin: 60px -5.5% 0;
        border-radius: 0 0 0 40px;
	}
    .worksimg img {
        border-radius: 0 0 0 40px;
	}
    .worksBlock .btn a::after {
        right: 20px;
    }
}
/* ------------------------------
 会社紹介（PC）
------------------------------ */
.companyBlock {
    position: relative;
    margin-top: -70px;
    margin-bottom: 60px;
}
.companyBlock .grayBlock {
    background: #f4f5f4;
    border-radius: 0 0 80px 0;
    padding: 190px 0;
    position: relative;
}
.companyBlock .grayBlock .inBlock {
    position: relative;
}
.companyBlock .grayBlock .inBlock::before {
    content: "";
    display: block;
    width: 430px;
    height: 430px;
    background: url(/img/circle_bg.png) no-repeat top center / cover;
    position: absolute;
    right: -160px;
    top: -320px;
    z-index: 1;
}
.companyBlock .whiteBlock {
    position: relative;
}
.companyBlock .whiteBlock .inBlock {
    position: relative;
    z-index: 5;
}
.companyBlock .whiteBlock a {
    display: block;
}
.companyBlock .whiteBlock a:hover {
    opacity: 1;
}
@media print, screen and (min-width:768px) {
	.companyimg {
		margin-left: calc(104% - 50vw);
	}
	.companyimg img {
		width: 100%;
		object-fit: cover;
		overflow: hidden;
		border-radius: 0 30px 0 0;
		display: flex;
		align-items: center;
		min-width: 100%;
	}
    .companyBlock .grayBlock .w1-2 {
        width: 46.5%;
    }
    .companyBlock .whiteBlock .inBlock {
        position: relative;
        z-index: 5;
        width: 1280px;
        padding: 70px;
        background: #fff;
        border-radius: 0 60px 0 0;
        margin-top: -190px;
    }
    .companyBlock .whiteBlock .inBlock::before {
        display: block;
        content: "";
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
    }
}
/* ------------------------------
 会社紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .companyBlock {
        margin-top: -40px;
        margin-bottom: 60px;
    }
    .companyBlock .grayBlock {
        padding: 120px 0;
        border-radius: 0;
    }
    .companyBlock .grayBlock .inBlock::before {
        width: 200px;
        height: 200px;
        background: url(/img/circle_bg.png) no-repeat top center / cover;
        right: -40px;
        top: -170px;
        mix-blend-mode: difference;
    }
    .companyimg {
		margin: 0 -5.5%;
	}
    .companyBlock .whiteBlock{
        padding: 60px 0 0;
        border-radius: 0 40px 0 0;
        margin-top: -60px;
        background: #fff;
    }
    .companyBlock .whiteBlock .w1-3 {
        margin-bottom: 30px;
    }
}
/* ------------------------------
 社員紹介（PC）
------------------------------ */
.personBlock {
    position: relative;
    z-index: 5;
}
.personBlock .inBlock::before {
    content: "";
    display: block;
    width: 674px;
    height: 674px;
    background: url(/img/circle_bg.png) no-repeat top center / cover;
    position: absolute;
    left: -600px;
    top: -440px;
    z-index: 0;
}
.personBox a {
    position: relative;
    display: block;
}
.personBox a .textBox {
    width: 80%;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
}
.personBox a .textBox .title {
    margin-bottom: 15px;
}

@media print, screen and (min-width:768px) {
    .personBlock {
        padding: 0 0 120px;
    }
    .personBlock .inBlock {
        position: relative;
    }
    .personBox {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 550px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        width: 58%;
    }
    .personBox a:hover {
        opacity: 1;
    }
    .personBox .w1-2 {
        width: 49%;
    }
    .personBox a .textBox {
        width: 86%;
    }
    .personBox a .textBox .title {
        font-size: 2.2rem;
    }
    .personBox a .textBox .sub {
        font-size: 1.5rem;
    }
}
@media print, screen and (min-width:1920px) {
    .personBlock {
        padding: 100px 0 230px;
    }
    .personBox {
        top: -100px;
        left: 593px;
        width: 937px;
    }
    .personBox .w1-2 {
        width: 48.88%;
    }
    .personBox a .textBox {
        width: 80%;
    }
    .personBox a .textBox .title {
        font-size: 2.8rem;
    }
    .personBox a .textBox .sub {
        font-size: 1.8rem;
    }
}
/* ------------------------------
 社員紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .personBlock .inBlock::before {
        width: 470px;
        height: 470px;
        background: url(/img/circle_bg.png) no-repeat top center / cover;
        left: -290px;
        top: -360px;
    }
    .personBox a .textBox .title {
        font-size: 2rem;
    }
    .personBox a .textBox .sub {
        font-size: 1.4rem;
    }
}