/* =================================
	common
================================= */
header #logo {
    height: 48px;
}
section:nth-child(n+2) {
    padding: 60px 0;
}
section:first-of-type {
    padding: 0;
}
h2 span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: var(--serif);
}
span.sec__head__en {
    font-size: 8.0rem;
    color: rgba(2, 188, 37, 0.3);
}
span.sec__head__jp {
    font-size: 4.0rem;
    font-weight: 600;
    margin-top: -30px;
    display: block;
}
.junior span.sec__head__en {
	background: linear-gradient(180deg, rgba(02, 188, 37, 1) 0%, rgba(2, 188, 37, 0.5) 50%, rgba(2, 188, 37, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.senior span.sec__head__en {
    background: linear-gradient(180deg, rgba(0, 163, 244, 1)0%, rgba(0, 163, 244, 0.5) 50%, rgba(0, 163, 244, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog__btn {
    margin-top: 40px;
}
.btn-a {
    border-radius: 100vh;
    justify-content: flex-start;
    padding: 10px 45px 10px 25px;
    max-width: unset;
    display: flex;
    width: 250px;
    margin-right: 0;
    margin-left: auto;
    color: #ffffff;
}
.junior a.btn-a {
    background-color: var(--jhsh);
}
.senior a.btn-a {
    background-color: var(--hs);
}
a.btn-a:before{
	background-color: #ffffff;
}
.btn-a:after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}


/* =================================
   mainvisual
================================= */
.mainvisual__inner {
    position: relative;
}
.mainvisual__slick__item img {
    aspect-ratio: 7/3;
    object-fit: cover;
    width: 100%;
}
.junior a.mainvisual__linkbtn{
	background: var(--jhsh-g);
}
.senior a.mainvisual__linkbtn{
	background: var(--hs-g);
}
a.mainvisual__linkbtn {
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 180px;
    border-radius: 100vh;
    justify-content: center;
    align-items: center;
	position: absolute;
    bottom: 50px;
    right: 9%;
}
a.mainvisual__linkbtn img {
    height: 41px;
}
span.mainvisual__linkbtn__name {
    font-size: 2.4rem;
    font-family: var(--serif);
    color: #ffffff;
    line-height: 1;
    margin-top: 10px;
}
span.mainvisual__linkbtn__nameen {
    font-size: 1.4rem;
    font-family: var(--serif);
    color: #ffffff;
    line-height: 1;
    margin-top: 5px;
}

/* =================================
   exam
================================= */
section.exam-link {
    position: relative;
}
.exam__deco01__left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.exam__deco01__right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
h2.exam__heading {
    text-align: center;
    font-size: 3.0rem;
    font-family: var(--serif);
    font-weight: 600;
}
.junior h2.exam__heading {
    color: var(--jhsh);
}
.senior h2.exam__heading {
    color: var(--hs);
}
.exam__link__wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	margin-top: 40px;
}
a.exam__link__ind {
    width: calc((100% / 4) - (60px / 4));
    font-family: "Noto Serif JP", sans-serif;
    display: flex;
    flex-direction: column;
    color: var(--txt);
    text-align: center;
    border: 1px solid #b3b3b3;
    min-height: 100px;
    justify-content: center;
    padding: 0 30px 0 20px;
    position: relative;
    align-items: center;
    background-color: #ffffff;
}
a.exam__link__ind:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg) skew(-15deg, -15deg);
    border-right: 1px solid var(--txt);
    border-bottom: 1px solid var(--txt);
    transition: all 0.5s;
}
span.exam__link__name {
    font-size: 1.8rem;
}

/* =================================
	news
================================= */
.junior section.blog-bumon {
    background: linear-gradient(45deg, rgba(0, 227, 174, 0.15) 0%, rgba(255, 222, 58, 0.15) 100%);
}
.senior section.blog-bumon {
    background: linear-gradient(45deg, rgba(72, 198, 239, 0.1) 0%, rgba(109, 61, 204, 0.1) 100%);
}
.blog__tab {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}
a.blog__tab__item {
    color: var(--txt);
    font-size: 1.6rem;
    padding: 5px 20px;
    position: relative;
}
a.blog__tab__item.active:before {
    width: 100%;
    transition: all 0.5s;
}
a.blog__tab__item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
}
.junior a.blog__tab__item:before {
    background-color: var(--jhsh);
}
.senior a.blog__tab__item:before {
    background-color: var(--hs);
}
.top-news-contentWrapper {
    margin-top: 50px;
}
.blog__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
}
.article_blk-article {
    width: calc((100% / 3) - (100px / 3));
}
.article_blk-thumb img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s;
}
.article_blk-textBoxTop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    font-size: 1.4rem;
    flex-direction: column;
}
.article_blk-btags {
    display: flex;
    gap: 2px 2px;
    flex-wrap: wrap;
}
.junior .article_blk-btags {
    color: var(--jhsh);
}
.senior .article_blk-btags {
    color: var(--hs);
}
.senior .article_blk-tag.junior{
	color: var(--jhsh);
}
.junior .article_blk-tag.senior{
	color: var(--hs);
}
span.article_blk-tag {
    font-size: 1.2rem;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
}
.article_blk-date {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    font-size: 1.2rem;
}
.article_blk-title {
    margin-top: 10px;
}
a.article_blk-a {
    color: var(--txt);
}
.article_blk-thumb {
    overflow: hidden;
}
.article_blk {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
}
p.noarticle_blk {
    padding: 20px;
    background-color: #f4f4f4;
    text-align: center;
}

/* =================================
   pick up
================================= */
section.pickup {
    position: relative;
}
.exam__deco02__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    z-index: -1;
}
.exam__deco02__right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
    z-index: -1;
}
.pickup__gallery__wrap {
    margin-top: 50px;
}
.pickup__gallery__ind {
    padding: 0 20px;
}
.pickup__gallery__ind img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}

.pickup__link__wrap {
    margin-top: 60px;
}
.pickup__link__icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vh;
    flex-shrink: 0;
}
.junior .pickup__link__icon {
    background-color: var(--jhsh);
}
.senior .pickup__link__icon {
    background-color: var(--hs);
}
.pickup__link__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
a.pickup__link__ind {
    width: calc((100% / 3) - (60px / 3));
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 20px;
    position: relative;
    border: 1px solid #f2f2f2;
}
a.pickup__link__ind:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg) skew(-15deg, -15deg);
    border-right: 1px solid var(--txt);
    border-bottom: 1px solid var(--txt);
    transition: all 0.5s;
}
figure.pickup__link__icon img {
    width: 33px;
    transition: all 0.5s;
}
.pickup__link__name {
    font-size: 2.0rem;
    font-family: var(--serif);
    font-weight: 600;
}
.pickup__link__txt {
    font-size: 1.4rem;
}
.pickup__link__txtarea {
    color: var(--txt);
}

/* =================================
   movie
================================= */
.junior section.movie {
    background: linear-gradient(45deg, rgba(0, 227, 174, 0.15) 0%, rgba(255, 222, 58, 0.15) 100%);
}
.senior section.movie {
    background: linear-gradient(45deg, rgba(72, 198, 239, 0.1) 0%, rgba(109, 61, 204, 0.1) 100%);
}
.movie__wrap {
    margin-top: 40px;
}
.movie__con .slick-slide figure.movie__img {
    transform: scale(0.8);
}
.movie__con .slick-slide figure.movie__img img {
    width: 100%;
}
.movie__con .slick-center figure.movie__img {
    transform: scale(1);
    transition: transform .3s;
}
.movie__con.slick-slider .slick-dots li button {
    border-radius: 100vh;
	border: 1px solid #b3b3b3;
}
.movie__con.slick-slider .slick-dots li.slick-active button{
    background-color: #b3b3b3;
}
.movie__con .slick-slide figure.movie__img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff;
    border-radius: 100vh;
    transform: translate(-50%, calc(-50% - 12px));
}
.movie__con .slick-slide figure.movie__img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 30px solid #ffffff;
    transform: translate(-50%, calc(-50% - 12px));
}

/* =================================
   
================================= */
section.txt-link {
    margin-top: 100px;
}
.bumontxt__link__wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
a.bumontxt__link__ind {
    width: calc((100% / 3) - (60px / 3));
    font-family: "Noto Serif JP", sans-serif;
    display: flex;
    flex-direction: column;
    color: var(--txt);
    text-align: center;
    border: 1px solid #b3b3b3;
    min-height: 70px;
    justify-content: center;
    padding: 0 30px;
    position: relative;
    align-items: center;
    background-color: #ffffff;
}
a.bumontxt__link__ind:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg) skew(-15deg, -15deg);
    border-right: 1px solid var(--txt);
    border-bottom: 1px solid var(--txt);
    transition: all 0.5s;
}
span.bumontxt__link__name {
    font-size: 1.8rem;
}
span.bumontxt__link__nameEn {
    font-size: 1.2rem;
    padding: 0 15px;
    position: relative;
}
span.bumontxt__link__nameEn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: var(--txt);
    transform: translateY(-50%);
}
span.bumontxt__link__nameEn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 1px;
    background-color: var(--txt);
}


@media (hover: hover) {
	a.exam__link__ind:hover:before{
		transform: translateY(-50%) rotate(-45deg) skew(25deg, 25deg);
	}
	.junior a.exam__link__ind:hover {
		background-color: rgba(2, 188, 37, 0.3);
	}
	a.pickup__link__ind:hover:before{
		transform: translateY(-50%) rotate(-45deg) skew(25deg, 25deg);
	}
	a.bumontxt__link__ind:hover:before{
		transform: translateY(-50%) rotate(-45deg) skew(25deg, 25deg);
	}
	.sogo a.bumontxt__link__ind:hover {
		background-color: rgba(181, 73, 91, 0.2);
	}
	.junior a.bumontxt__link__ind:hover {
		background-color: rgba(0, 227, 174, 0.2);
	}
	.senior a.bumontxt__link__ind:hover {
		background-color: rgba(0, 163, 244, 0.2);
	}
	.sogo a.pickup__link__ind:hover {
		background-color: rgba(181, 73, 91, 0.2);
	}
	.junior a.pickup__link__ind:hover {
		background-color: rgba(0, 227, 174, 0.2);
	}
	.senior a.pickup__link__ind:hover {
		background-color: rgba(0, 163, 244, 0.2);
	}
	a.pickup__link__ind:hover figure.pickup__link__icon img {
		transform: scale(1.1);
		transition: all 0.5s;
	}
	.sogo a.exam__link__ind:hover {
		background-color: rgba(181, 73, 91, 0.2);
	}
	.junior a.exam__link__ind:hover {
		background-color: rgba(0, 227, 174, 0.2);
	}
	.senior a.exam__link__ind:hover {
		background-color: rgba(0, 163, 244, 0.2);
	}
	a.article_blk-a:hover .article_blk-thumb img {
		transform: scale(1.1);
		transition: all 0.5s;
	}
	a.mainvisual__linkbtn:hover {
		transform: scale(1.1);
	}
}

@media only screen and (max-width: 1023px) {
	a.mainvisual__linkbtn {
		bottom: 20px;
		width: 150px;
		height: 150px;
	}
	span.mainvisual__linkbtn__name {
		font-size: 1.8rem;
	}
	span.mainvisual__linkbtn__nameen {
		font-size: 1.2rem;
	}

	a.pickup__link__ind {
		width: calc((100% / 2) - (30px / 2));
	}
	a.bumontxt__link__ind {
		width: calc((100% / 2) - (30px / 2));
	}
}

@media only screen and (max-width: 767px) {
	span.sec__head__en {
		font-size: 5.5rem;
	}
	span.sec__head__jp {
		font-size: 2.6rem;
	}
	.mainvisual__slick__item img {
		aspect-ratio: 15/11;
	}
    span.mainvisual__linkbtn__name {
		font-size: 1.5rem;
		margin-top: 5px;
	}
	span.mainvisual__linkbtn__nameen {
		font-size: 0.9rem;
		margin-top: 2px;
	}
	a.mainvisual__linkbtn {
		width: 108px;
		height: 108px;
	}
	a.mainvisual__linkbtn img {
		height: 25px;
	}
	
	
	section.exam-link {
		padding: 50px 0;
	}
	.exam__deco01__left {
		width: 40%;
		height: auto;
	}
	.exam__deco01__right {
		width: 40%;
		height: auto;
	}
	.exam__deco02__left {
		width: 40%;
	}
	.exam__deco02__right {
		width: 40%;
	}
	h2.exam__heading {
		font-size: 2.2rem;
	}
	.exam__link__wrap {
		gap: 10px;
		margin-top: 15px;
	}
	a.exam__link__ind {
		width: calc((100% / 2) - (10px / 2));
		min-height: 90px;
		padding: 0 10px 0 10px;
	}
	
	.top-news-contentWrapper {
		margin-top: 30px;
	}
	.blog__flex {
		gap: 30px;
	}
	.article_blk-article {
		width: calc((100% / 3) - (60px / 3));
	}
	.article_blk-textBoxTop {
		font-size: 1.2rem;
	}
	.article_blk-title {
		margin-top: 7px;
		font-size: 1.2rem;
	}
	span.article_blk-tag {
		font-size: 1.0rem;
		padding: 2px 5px;
		border-radius: 2px;
	}
	a.blog__tab__item {
		font-size: 1.2rem;
		padding: 5px 10px;
	}
	.pickup__gallery__wrap {
		margin-top: 30px;
	}
	.pickup__link__wrap {
		margin-top: 40px;
	}
	.pickup__link__flex {
		gap: 10px;
	}
	a.pickup__link__ind {
		width: calc((100% / 2) - (20px / 2));
		padding: 15px 30px 15px 10px;
	}
	.pickup__link__name {
		font-size: 1.8rem;
	}
	.pickup__link__txt {
		font-size: 1.2rem;
	}
	.article_blk {
		gap: 30px;
	}
	
	.movie__wrap {
		margin-top: 30px;
	}
	.movie__con .slick-slide figure.movie__img:before {
		width: 38px;
		height: 38px;
	}
	.movie__con .slick-slide figure.movie__img:after {
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 12px solid #ffffff;
	}
	.bumontxt__link__wrap {
		gap: 10px;
	}
	a.bumontxt__link__ind {
		width: calc((100% / 2) - (10px / 2));
	}
	span.bumontxt__link__name {
		font-size: 1.3rem;
	}
	span.bumontxt__link__nameEn {
		font-size: 1.0rem;
		padding: 0 10px;
		line-height: 1.2;
		margin-top: 1px;
	}
	a.bumontxt__link__ind:before {
		right: 5px;
		width: 5px;
		height: 5px;
	}
	span.bumontxt__link__nameEn:before,
	span.bumontxt__link__nameEn:after {
		width: 5px;
	}
}

@media only screen and (max-width: 550px) {
	.blog__tab {
		justify-content: flex-start;
	}
    .blog__flex {
		gap: 20px;
	}
    .article_blk {
		gap: 20px;
	}
	.article_blk-article {
		width: calc((100% / 2) - (20px / 2));
	}
	a.btn-a {
		margin-left: auto;
		margin-right: auto;
		min-height: 60px;
	}
    a.pickup__link__ind {
		width: 100%;
	}
	
	a.mainvisual__linkbtn {
		right: auto;
		left: 10px;
	}
	
	span.exam__link__name {
		font-size: 1.3rem;
	}
	a.exam__link__ind {
		min-height: 70px;
	}
	a.exam__link__ind:before {
		right: 5px;
		width: 5px;
		height: 5px;
	}
}

@media only screen and (max-width: 500px) {
	.exam__deco01__left {
		width: 60%;
	}
	.exam__deco01__right {
		width: 60%;
	}
	.exam__deco02__left {
		width: 60%;
	}
	.exam__deco02__right{
		width: 60%;
	}
}


