@charset "UTF-8";
/* CSS Document */

#top_img {
	position: relative;
	padding-bottom: 173px;
}
#top_img .slideobject {
	height: 528px;
}
#top_img .slideobject .image {
	height: 100%;
	background-position: center;
	background-size: cover;
}
#top_img .slideobject .image a.container {
	display: block;
	text-decoration: none;
	font-size: 0;
}
#top_img .img > a.btn {
	display: inline-block;
	text-decoration: none;
	font-size: 0;
	width: 192px;
}
#top_img .img > a.btn1 {
	position: absolute;
	left: 5px;
	top: 307px;
}
#top_img .img > a.btn2 {
	position: absolute;
	left: 215px;
	top: 307px;
}

/* 効果をかけるためのスタイル設定 */
#slick-main .slick-slide {
    opacity: 1 !important;
	height: 528px;
}

#slick-main .slideobject {
    opacity: 0;
    transition: 0s;
}
#slick-main .img img.sp_view {
	display: none;
}

#slick-main .slick-active .slideobject {
    opacity: 1;
    transition: opacity 1s ease;
}

#slick-main .slick-continue .slideobject {
    opacity: 0;
    transition: opacity 1s ease;
}

/* 背景画像のズーム効果 */
#slick-main .image {
    position: relative;
    overflow: hidden;
}

#slick-main .image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1.0);
    transition: 0s;
}

#slick-main .slick-active .image::before {
    transform: scale(1.1);
    transition: transform 8s ease;
}

#slick-main .slick-continue .image::before {
    transform: scale(1.2);
    transition: transform 8s ease;
}

/* コンテンツ要素を背景の上に配置 */
#slick-main .image .container {
    position: relative;
    z-index: 1;
}

/* 最初のスライドのズーム効果を即座に開始 */
#slick-main .slick-slide:first-child .image::before {
    transform: scale(1.0);
    transition: 0s;
}

#slick-main .slick-slide:first-child.slick-active .image::before {
    transform: scale(1.1);
    transition: transform 8s ease;
}

/* スライド周りの基本スタイル */
.slideobject{
	position: relative;
	z-index: 10;
	overflow: hidden;
	vertical-align: bottom;
}
.slideobject figure.image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 817px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

.slick-arrows-wrapper {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	top: 582px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
.slick-arrow img {
	width: 18px;
	height: auto;
}

.custom-dots {
	position: absolute;
	width: 100%;
	max-width: 1052px;
	top: 561px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.custom-dots-header {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 10px;
}
.custom-dots-header div {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #231815;
	border-left: 1px solid #898a8a;
	text-align: center;
}
.custom-dots-header div:first-child {
	width: 352px;
}
.custom-dots-header div:last-child {
	width: 526px;
}
.custom-dot-wrap {
	display: flex;
	justify-content: space-between;
	gap: 4px;
}
.custom-dot-wrap .custom-dot {
	width: 100%;
	max-width: 172px;
}
.custom-dot-wrap .custom-dot .dot-number {
	display: block;
	text-indent: -9999px;
	font-size: 0;
	background-color: #dbdddc;
	height: 5px;
}
.custom-dot-wrap .custom-dot.active .dot-number {
	background-color: #727171;
}
.custom-dot-wrap .custom-dot .dot-title {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2px;
	padding-top: 15px;
	color: #231815;
}
.custom-dot-wrap .custom-dot .dot-gakka {
	display: none;
}


#topics {
	padding-bottom: 60px;
}
#topics .fblk {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px 10px;
}
#topics .fblk div {
	width: 393px;
	box-sizing: border-box;
	border: 1px solid #000;
	font-size: 0;
}
#topics .fblk img {
	width: 100%;
	height: auto;
}


#voice {
	padding: 70px 0 120px;
	background-image: url("/agrimar/img/top_voice_back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#voice .fblk {
	gap: 13px;
}
#voice .fblk a {
	display: block;
	text-decoration: none;
	width: 100%;
	background-color: #FFF;
}
#voice .fblk a h3 {
	font-size: 18px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}
#voice .fblk a img {
	width: 100%;
	height: auto;
}
#voice .fblk a strong {
	display: block;
	padding-top: 15px;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	color: #000;
}
#voice .fblk a strong span {
	display: block;
	font-size: 18px;
	line-height: 1.77;
}
#voice .fblk a > div > span {
	display: block;
	padding: 14px 28px 28px;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	color: #000;
}


#aboutus {
	padding: 55px 0 60px;
}
#aboutus > .fblk {
	gap: 55px;
}
#aboutus h3 {
	font-size: 30px;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.6px;
}
#aboutus h3 + p {
	font-size: 18px;
	line-height: 1.55;
	text-align: justify;
	color: #FFF;
}
#aboutus .aboutus_left h3 + p {
	padding: 0 20px 20px;
}
#aboutus .aboutus_right h3 + p {
	padding: 0 110px 20px;
}
#aboutus .fblk .fblk > div {
	background-color: #FFF;
	border: 1px solid #999;
	box-sizing: border-box;
	position: relative;
	height: 580px;
}
#aboutus .aboutus_left .fblk > div {
	width: 50%;
}
#aboutus .aboutus_right .fblk > div {
	width: calc(100% / 3);
}
#aboutus .fblk .fblk > div h4 {
	font-size: 18px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}
#aboutus .fblk .fblk > div img {
	width: 100%;
	height: auto;
}
#aboutus .fblk .fblk > div strong {
	display: block;
	padding: 20px 0 15px;
	font-size: 17px;
	line-height: 1.55;
	text-align: center;
	color: #000;
	font-weight: 700;
}
#aboutus .fblk .fblk > div p {
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	color: #000;
	padding: 0 25px 35px;
}
#aboutus .fblk .fblk > div > a.bbtn {
	width: 180px;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


#course {
	background-image: url("/agrimar/img/top_course_back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 55px 0 98px;
}
#course .blk_title img {
	width: 570px;
	height: auto;
	padding-bottom: 0;
}
#course .fblk {
	flex-wrap: wrap;
	justify-content: space-between;
}
#course .fblk img {
	width: 100%;
	height: auto;
}
#course .fblk > div {
	height: 364px;
	position: relative;
	box-sizing: border-box;
}
#course .fblk > div:nth-child(9),#course .fblk > div:nth-child(10),#course .fblk > div:nth-child(11),#course .fblk > div:nth-child(12) {
	height: 390px;
}
#course .fblk > div.h2 {
	margin-bottom: 30px;
}
#course .item1 {
	width: 280px;
	padding-top: 20px;
}
#course .item2 {
	width: 264px;
	padding-top: 60px;
}
#course .item3 {
	width: 284px;
	padding-top: 30px;
}
#course .item4 {
	width: 248px;
}
#course .item5 {
	width: 260px;
}
#course .item6 {
	width: 264px;
	padding-top: 20px;
}
#course .item7 {
	width: 263px;
	padding-top: 30px;
}
#course .item8 {
	width: 267px;
	padding-top: 10px;
}
#course .item9 {
	width: 242px;
	padding-top: 10px;
}
#course .item10 {
	width: 286px;
	padding-top: 40px;
}
#course .item11 {
	width: 264px;
	padding-top: 40px;
}
#course .item12 {
	width: 247px;
	padding-top: 10px;
}
#course a {
	display: block;
	width: 180px;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #FFF;
	text-align: center;
	border-radius: 17px;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#course a.p2 {
	bottom: 40px;
}
#course a.p3 {
	bottom: 80px;
}
#course .fblk > div:nth-child(9) a.p2,#course .fblk > div:nth-child(10) a.p2,#course .fblk > div:nth-child(12) a.p2 {
	bottom: 80px;
}


#scrollblk1 {
    height: calc(100dvh + (100dvh * 5) );
}
.scroll_content_space {
    height: 90px;
    display: block;
    position: relative;
}

.scroll_content {
    color: #000;
    width: 100%;
    position: relative;
}

.scroll_content_inner {
    width: 100%;
    height: 100dvh;
    position: sticky;
    top: 0;
    z-index: 5;
    overflow: hidden;
}

.scroll_content_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.scroll_content_section:not(.active) {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease 0.2s;
}

.scroll_content_section.active {
    z-index: 2;
    opacity: 1;
}

.scroll_content_nav {
    position: absolute;
    width: 140px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 5;
	background-image: url("/agrimar/img/top_col_scroll_i.png");
	background-size: 48px auto;
	background-repeat: no-repeat;
	background-position: right top;
	box-sizing: border-box;
	padding: 62px 21px 0 0;
}

.scroll_content.one_content .scroll_content_nav {
    display: none;
}

.scroll_content_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.scroll_content_nav_item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 90px;
	margin-bottom: 5px;
    color: #000;
    font-size: 10px;
    line-height: 1;
    transition: color 0.1s ease, background 0.1s ease;
}
.scroll_content_nav_item > div:first-child {
    font-size: 12px;
	line-height: 1;
	margin-right: 15px;
	opacity: 0;
}
.scroll_content_nav_item > div:last-child {
    font-size: 0;
	width: 5px;
	height: 100%;
	background-color: #dbdddc;
}
.scroll_content_nav_item.active > div:first-child {
	opacity: 1;
}
.scroll_content_nav_item.active > div:last-child{
    background-color: #727171;
}

.scroll_content_spacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    scroll-snap-type: y mandatory;
}

.scroll_content_spacer_item {
    flex: 1;
    scroll-snap-align: start;
}

.scroll_content_spacer_item:last-child {
    flex: 2;
}

#scroll_content_section_1_5 {
	background-image: url("/agrimar/img/top_col_back1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#scroll_content_section_2_5 {
	background-color: #eef5f9;
	background-image: url("/agrimar/img/top_col_back2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#scroll_content_section_3_5 {
	background-color: #7fc8fe;
}
#scroll_content_section_4_5 {
	background-image: url("/agrimar/img/top_col_back4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#scroll_content_section_5_5 {
	background-image: url("/agrimar/img/top_col_back5.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#scrollblk1 section h2 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
	letter-spacing: 2px;
}
#scrollblk1 section h2 span {
	display: block;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
	padding: 0;
	letter-spacing: 8px;
}
#scrollblk1 .container {
	max-width: 950px;
	margin: 0 auto;
}

#scroll_content_section_1_5 .container > p {
	font-size: 17px;
	line-height: 1.7;
	color: #000;
}
#scroll_content_section_1_5 .container > h3 {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 300;
	color: #000;
	padding: 20px 0 50px;
}
#scroll_content_section_1_5 .container > .fblk .img {
	width: 373px;
}
#scroll_content_section_1_5 .container > .fblk > div:last-child {
	width: calc(100% - 373px - 60px);
	color: #000;
}
#scroll_content_section_1_5 .container > .fblk > div:last-child .fblk {
	justify-content: flex-start;
}
#scroll_content_section_1_5 .container > .fblk > div:last-child .fblk > div:first-child {
	font-size: 24px;
	line-height: 28.9px;
	padding-right: 20px;
}
#scroll_content_section_1_5 .container > .fblk > div:last-child .fblk > div:last-child {
	font-size: 17px;
	line-height: 1.7;
}
#scroll_content_section_1_5 .container > .fblk > div:last-child p {
	padding: 40px 0 0;
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
}

#scroll_content_section_2_5 .container {
	padding-top: 50px;
	overflow: visible;
}
#scroll_content_section_2_5 .container > h3 {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 1.5px;
	color: #000;
}
#scroll_content_section_2_5 .container > p {
	font-size: 24px;
	line-height: 1.7;
	font-weight: 300;
	color: #000;
	padding: 30px 0 20px;
}
#scroll_content_section_2_5 .container > div {
	position: relative;
	width: 585px;
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
}
#scroll_content_section_2_5 .container > div .fblk {
	padding-top: 20px;
}
#scroll_content_section_2_5 .container > div .fblk:first-child {
	padding-top: 0;
}
#scroll_content_section_2_5 .container > div .fblk > div:first-child {
	width: 118px;
	font-size: 30px;
	line-height: 1.4;
}
#scroll_content_section_2_5 .container > div .fblk > div:last-child {
	width: calc(100% - 118px);
	font-size: 16px;
	line-height: 1.8;
}
#scroll_content_section_2_5 .container > div a {
	width: 180px;
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#scroll_content_section_3_5 .container {
	padding-top: 50px;
	overflow: visible;
}
#scroll_content_section_3_5 .container > h3 {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 1.5px;
	color: #000;
}
#scroll_content_section_3_5 .container > p {
	font-size: 24px;
	line-height: 1.7;
	font-weight: 300;
	color: #000;
	padding: 30px 0 20px;
}
#scroll_content_section_3_5 .container .fblk .txt {
	width: 320px;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}
#scroll_content_section_3_5 .container .fblk .img {
	width: 560px;
}
#scroll_content_section_3_5 .container .imgs {
	width: 100%;
	padding-top: 30px;
}
#scroll_content_section_3_5 .container .imgs img {
	width: 100%;
	height: auto;
}

#scroll_content_section_4_5 .container {
	padding-top: 50px;
	overflow: visible;
}
#scroll_content_section_4_5 .container > h3 {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 1.5px;
	color: #000;
}
#scroll_content_section_4_5 .container > p {
	font-size: 24px;
	line-height: 1.7;
	font-weight: 300;
	color: #000;
	padding: 30px 0 20px;
}
#scroll_content_section_4_5 .container .fblk {
	flex-wrap: wrap;
	gap: 10px;
}
#scroll_content_section_4_5 .container .fblk .img {
	width: calc((100% - 20px) / 3);
}
#scroll_content_section_4_5 .container .fblk .img img {
	width: 100%;
	height: auto;
}
#scroll_content_section_4_5 .container .btn {
	text-align: center;
}
#scroll_content_section_4_5 .container .bbtn {
	width: 180px;
	margin: 40px auto 0;
}

#scroll_content_section_5_5 .container {
	overflow: visible;
	padding-bottom: 300px;
}
#scroll_content_section_5_5 .container > h3 {
	font-size: 40px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 1.5px;
	color: #000;
}
#scroll_content_section_5_5 .container > p {
	font-size: 24px;
	line-height: 1.7;
	font-weight: 300;
	color: #000;
	padding: 30px 0 20px;
}
#scroll_content_section_5_5 .bbtn {
	width: 180px;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


#research {
	background-color: #ededed;
	padding: 65px 0 60px;
}
#research .blk_title span {
	padding-bottom: 20px;
}
#research h3 {
	font-size: 45px;
	line-height: 1.44;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #000;
	text-align: center;
}
#research .container > p {
	font-size: 18px;
	line-height: 1.88;
	font-weight: 300;
	color: #000;
	text-align: center;
	padding: 30px 0 60px;
}
#research h4 {
	text-align: center;
	font-size: 25px;
	line-height: 70px;
	font-weight: 300;
	color: #333;
	letter-spacing: 9px;
	border-top: 1px solid #828383;
	border-bottom: 1px solid #828383;
}
#research .container > .fblk > div {
	width: 564px;
	padding: 25px 0 0;
}
#research .container > .fblk > div > strong {
	display: block;
	font-size: 25px;
	line-height: 1;
	font-weight: 300;
	color: #333;
	padding-bottom: 35px;
}
#research .newarraival a {
	text-decoration: none;
	display: block;
}
#research .newarraival strong {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#research .newarraival strong span {
	display: inline-block;
	font-size: 17px;
	line-height: 27px;
	color: #FFF;
	padding: 0 5px;
}
#research .newarraival b {
	display: block;
	height: 180px;
	overflow: hidden;
}
#research .newarraival img {
	width: 100%;
	height: auto;
	transition: 0.4s all;
}
#research .newarraival a:hover img {
	transform: scale(1.1,1.1);
}
#research .newarraival h3 {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	letter-spacing: 0;
	text-align: left;
}
#research .newarraival h3 span {
	font-size: 18px;
	line-height: 2em;
	color: #333;
}
#research .backnumber > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px;
}
#research .backnumber > div > div:first-child {
	width: 205px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 0;
	line-height: 0;
}
#research .backnumber > div > div:first-child span {
	display: block;
	color: #FFF;
	font-size: 17px;
	line-height: 27px;
	text-align: center;
	flex: 1;
}
#research .backnumber > div > div:last-child {
	width: calc(100% - 220px);
	font-size: 17px;
	line-height: 1.3;
	color: #495475;
}
#research .backnumber > div > div:last-child a {
	text-decoration: none;
	color: #495475;
	transition-duration: 0.3s;
	font-feature-settings: "palt";
}
#research .backnumber > div > div:last-child a:hover {
	opacity: 0.7;
}
#research .btn {
	text-align: center;
}
#research .bbtn {
	width: 180px;
	margin: 20px auto 60px;
}
#research .student_research {
	padding-top: 25px;
}
#research .student_research strong {
	display: block;
	font-size: 25px;
	line-height: 1;
	font-weight: 300;
	color: #333;
	padding-bottom: 35px;
}
#research .student_research .fblk a {
	display: block;
	text-decoration: none;
	width: 370px;
}
#research .student_research .fblk a img {
	width: 100%;
	height: auto;
}
#research .student_research .fblk a span {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
	color: #333;
	padding: 15px 0 0;
}
#research .student_research .bbtn {
	width: 180px;
	margin: 40px auto 0;
}

#campuslife {
	background-image: url(/agrimar/img/top_campuslife_back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 45px 0 50px;
	position: relative;
}
#campuslife .blk_title,#campuslife .blk_title span {
	color: #FFF;
	padding-bottom: 0;
}
#campuslife h3 {
	font-size: 45px;
	line-height: 1.44;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #FFF;
	text-align: center;
	padding: 30px 0 15px;
}
#campuslife p {
	font-size: 18px;
	line-height: 1.88;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	padding: 0 0 440px;
}
#campuslife .img {
	width: 100%;
	max-width: 1002px;
	position: absolute;
	top: 265px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#campuslife .img img {
	width: 100%;
	height: auto;
}
#campuslife .fblk {
	justify-content: center;
	gap: 30px;
}
#campuslife .fblk .bbtn {
	width: 180px;
	margin: 0;
}

#after_graduation {
	padding: 65px 0 70px;
}
#after_graduation .blk_title span {
	padding-bottom: 0;
}
#after_graduation h3 {
	font-size: 45px;
	line-height: 1.44;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #000;
	text-align: center;
	padding: 0 0 30px;
}
#after_graduation p {
	font-size: 18px;
	line-height: 1.88;
	font-weight: 300;
	color: #000;
	text-align: center;
	padding: 0 0 30px;
}
#after_graduation .fblk {
	justify-content: center;
	gap: 100px;
}
#after_graduation .fblk a {
	display: block;
	text-decoration: none;
}
#after_graduation .fblk a:first-child {
	width: 485px;
}
#after_graduation .fblk a:last-child {
	width: 489px;
}
#after_graduation .fblk a img {
	width: 100%;
	height: auto;
}

#attention_link {
	background-color: #f7f7f7;
	padding: 60px 0 85px;
}
#attention_link .fblk {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 40px 30px;
}
#attention_link .fblk a {
	display: block;
	text-decoration: none;
	width: 216px;
}
#attention_link .fblk a img {
	box-sizing: border-box;
	border: 1px solid #000;
	width: 100%;
	height: auto;
}
#attention_link .fblk a strong {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
	color: #000;
	text-align: justify;
	padding-top: 12px;
}
#attention_link .fblk a span {
	display: block;
	font-size: 14px;
	line-height: 1.44;
	font-weight: 300;
	color: #000;
	text-align: justify;
	padding-top: 12px;
}

#links {
	padding: 55px 0 80px;
}
#links .blk_title {
	font-weight: 300;
}
#links .fblk {
	justify-content: center;
	gap: 20px;
}
#links .fblk + .blk_title {
	margin-top: 60px;
}
#links .bbtn {
	width: 180px;
}
#links .bbtnl {
	width: 262px;
}
@media screen and (max-width: 1230px) {
	#scroll_content_section_4_5 .container .fblk {
		justify-content: center;
	}
	#scroll_content_section_4_5 .container .fblk .img {
		width: calc((75% - 20px) / 3);
	}
}
@media screen and (min-width: 1000px) and (max-height: 990px) {
	#scroll_content_section_1_5 .container > h3 {
		font-size: 32px;
		padding: 10px 0 25px;
	}
	#scroll_content_section_2_5 .container > h3 {
		font-size: 32px;
	}
	#scroll_content_section_2_5 .container > p {
		padding: 15px 0 10px;
	}
	#scroll_content_section_3_5 .container > h3 {
		font-size: 32px;
	}
	#scroll_content_section_3_5 .container > p {
		padding: 15px 0 10px;
	}
	#scroll_content_section_4_5 .container > h3 {
		font-size: 32px;
	}
	#scroll_content_section_4_5 .container > p {
		padding: 15px 0 10px;
	}
	#scroll_content_section_5_5 .container > h3 {
		font-size: 32px;
	}
	#scroll_content_section_5_5 .container > p {
		padding: 15px 0 10px;
	}
}
@media screen and (min-width: 1000px) and (max-height: 920px) {
	#scrollblk1 section h2 {
		font-size: 20px;
		top: 20px;
	}
	#scrollblk1 section h2 span {
		font-size: 18px;
	}
}
@media screen and (min-width: 1000px) and (max-height: 790px) {
	#scroll_content_section_2_5 .container > div .fblk > div:last-child > span {
		display: none;
	}
	#scroll_content_section_3_5 .container > p {
		padding: 10px 0;
	}
	#scroll_content_section_3_5 .container .fblk .txt {
		width: 400px;
	}
	#scroll_content_section_3_5 .container .fblk .img {
		width: 450px;
	}
	#scroll_content_section_3_5 .container .imgs {
		padding-top: 10px;
	}
	#scroll_content_section_4_5 .container > p {
		font-size: 18px;
	}
	#scroll_content_section_4_5 .container .fblk {
		justify-content: center;
	}
	#scroll_content_section_4_5 .container .fblk .img {
		width: calc((80% - 20px) / 3);
	}
	#scroll_content_section_5_5 .container {
		padding-bottom: 200px;
	}
}
@media screen and (min-width: 1000px) and (max-height: 684px) {
	#scroll_content_section_2_5 .container > div .fblk > div:first-child {
		font-size: 25px;
	}
	#scroll_content_section_2_5 .container > div .fblk > div:last-child {
		font-size: 14px;
	}
	#scroll_content_section_3_5 .container .fblk .txt {
		width: 500px;
	}
	#scroll_content_section_3_5 .container .fblk .img {
		width: 300px;
	}
}
@media screen and (max-width: 999px) {
	#contents {
		overflow: visible;
    }
	.slick-slide img.pc_view {
		display: none;
	}
	#slick-main .img img.sp_view {
		display: block;
	}
	#top_img {
		padding-bottom: 26.66vw;
	}
	#top_img .container {
		padding: 0;
	}
	#top_img .img > a.btn {
		width: 119px;
	}
	#top_img .img > a.btn1 {
		top: 145px;
		left: 63px;
		right: auto;
	}
	#top_img .img > a.btn2 {
		top: 145px;
		right: 63px;
		left: auto;
	}
	#top_img .slideobject,#slick-main .slick-slide {
		height: 120.8vw;
	}
	.custom-dots {
		top: calc(125.33vw + 10px);
	}
	.custom-dot-wrap {
		gap: 2px;
		justify-content: center;
	}
	.custom-dot-wrap .custom-dot {
		max-width: 30px;
	}
	.custom-dot-wrap .custom-dot .dot-title {
		display: none;
	}
	.custom-dot-wrap .custom-dot.active .dot-title {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 190px;
		padding-top: 10px;
	}
	.custom-dot-wrap .custom-dot .dot-gakka {
		display: none;
	}
	.custom-dot-wrap .custom-dot.active .dot-gakka {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: -25px;
		margin: 0 auto;
		width: 190px;
		font-size: 13px;
		letter-spacing: 3px;
		text-align: center;
	}
	.slick-arrows-wrapper {
		max-width: 250px;
		top: 125.33vw;
	}
	.slick-arrows-wrapper a {
		color: #333;
		text-decoration: none;
		position: relative;
	}
	.slick-arrows-wrapper .slick-next::after {
		content: 'swipe';
		font-size: 12px;
		line-height: 1;
		position: absolute;
		top: 7px;
		left: 28px;
	}
	.custom-dots-header {
		display: none;
	}
	#topics {
		padding-bottom: 25px;
	}
	#topics .fblk {
		flex-direction: row;
		gap: 8px;
	}
	#topics .fblk div {
		width: calc(50% - 4px);
	}
	#voice {
		padding: 35px 0 120px;
		background-image: url(/agrimar/img/top_voice_back_sp.jpg);
	}
	#voice .fblk a {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	#voice .fblk a > div {
		width: 50%;
	}
	#voice .fblk a h3 {
		font-size: 13px;
		line-height: 35px;
	}
	#voice .fblk a strong {
		font-size: 15px;
		padding-top: 10px;
	}
	#voice .fblk a strong span {
		font-size: 12px;
		line-height: 1.4;
	}
	#voice .fblk a > div > span {
		font-size: 11px;
		line-height: 1.5;
		padding: 6px 16px 0;
	}
	#aboutus h3 {
		font-size: 18px;
		line-height: 50px;
	}
	#aboutus h3 + p {
		font-size: 12px;
	}
	#aboutus > .fblk {
		padding: 0 25px;
		gap: 35px;
	}
	#aboutus .aboutus_left .fblk > div {
		width: 100%;
		height: auto;
		padding-bottom: 25px;
	}
	#aboutus .fblk .fblk > div h4 {
		font-size: 17px;
	}
	#aboutus .fblk .fblk > div p {
		font-size: 12px;
		padding: 0 25px;
	}
	#aboutus .fblk .fblk > div strong {
		padding-bottom: 10px;
	}
	#aboutus .fblk .fblk > div > a.bbtn {
		position: relative;
		width: 128px;
		bottom: 0;
		margin: 15px auto 0;
	}
	#aboutus .aboutus_right h3 + p {
		padding: 0 20px 20px;
	}
	#aboutus .aboutus_right .fblk > div {
		width: 100%;
		height: auto;
		padding-bottom: 25px;
	}
	#course {
		padding: 40px 0 30px;
	}
	#course .blk_title {
		padding-bottom: 30px;
	}
	#course .blk_title img {
		width: 312px;
		margin: 0 auto;
	}
	#course .item {
		height: 100%;
	}
	#course .item a {
		position: relative;
		bottom: 0;
		margin-top: 5px;
	}
	#course .slick-dots {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 12px;
		justify-content: center;
		padding: 0;
		margin: 35px auto 15px;
	}
	#course .slick-dots li {
		display: block;
		width: 10px;
		height: 10px;
		background-color: #dbdddc;
		border-radius: 5px;
	}
	#course .slick-dots li.slick-active {
		background-color: #727171;
	}
	#course .slick-dots li button {
		display: none;
	}
	#course .fblk {
		overflow: visible;
	}
	#course .fblk > div {
		height: 450px !important;
	}
	#course .fblk::before {
		content: 'swipe';
		font-size: 12px;
		line-height: 1;
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	#course a.slick-arrow {
		width: 20px;
	}
	#course a.slick-prev {
		left: 25px;
		right: auto;
		top: auto;
		bottom: -10px;
	}
	#course a.slick-next {
		right: 25px;
		left: auto;
		top: auto;
		bottom: -10px;
	}
	#course .fblk > div:nth-child(9) a.p2,#course .fblk > div:nth-child(10) a.p2,#course .fblk > div:nth-child(12) a.p2 {
		bottom: 40px;
	}
	#scrollblk1 section h2 {
		font-size: 20px;
		top: 20px;
		letter-spacing: 0;
	}
	#scrollblk1 section h2 span {
		font-size: 17px;
	}
	#scrollblk1 .container {
		padding-top: 0;
	}
	#scroll_content_section_1_5 .container > p {
		font-size: 12px;
		text-align: center;
	}
	#scroll_content_section_1_5 .container > h3 {
		font-size: 16px;
		text-align: center;
		padding: 10px 0 20px;
	}
	.scroll_content_nav_item > div:first-child {
		position: absolute;
		height: 100%;
		width: 9px;
		text-indent: -9999px;
		margin-right: 6px;
		background-size: 9px auto;
		background-repeat: no-repeat;
		background-position: left center;
		opacity: 1;
	}
	#scroll_content_nav_1_5 > div.txt {
		background-image: url(/agrimar/img/top_col_m1_spt1.png);
	}
	#scroll_content_nav_2_5 > div.txt {
		background-image: url(/agrimar/img/top_col_m1_spt2.png);
	}
	#scroll_content_nav_3_5 > div.txt {
		background-image: url(/agrimar/img/top_col_m1_spt3.png);
	}
	#scroll_content_nav_4_5 > div.txt {
		background-image: url(/agrimar/img/top_col_m1_spt4.png);
	}
	#scroll_content_nav_5_5 > div.txt {
		background-image: url(/agrimar/img/top_col_m1_spt5.png);
	}
	.scroll_content_nav {
		width: 30px;
		background-size: 30px auto;
		right: 5px;
		padding: 40px 14px 0 0;
	}
	.scroll_content_nav_item {
		height: 57px;
		position: relative;
	}
	.scroll_content_nav_item > div:last-child {
		width: 3px;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child {
		width: 100%;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child > div {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 10px;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child > div > div:first-child {
		width: 149px;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child > div > div:last-child {
		width: calc(100% - 149px);
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child > div .sp_view img {
		width: 100%;
		height: auto;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child .fblk > div:first-child {
		font-size: 16px;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child .fblk > div:last-child {
		font-size: 11px;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child p {
		font-size: 12px;
		padding: 15px 20px 0 0;
	}
	#scroll_content_section_1_5 .container > .fblk > div:last-child p br {
		display: none;
	}
	#scroll_content_section_2_5 {
		background-image: url(/agrimar/img/top_col_back2_sp.png);
		background-size: cover;
		background-position: center top;
	}
	#scroll_content_section_2_5 .container {
		padding-top: 50px;
	}
	#scroll_content_section_2_5 .container > .sp_view img {
		width: 100%;
		height: auto;
	}
	#scroll_content_section_2_5 .container > h3 {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0;
	}
	#scroll_content_section_2_5 .container > p {
		display: none;
	}
	#scroll_content_section_2_5 .container > div {
		background-color: transparent;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px 0 0;
		text-align: center;
	}
	#scroll_content_section_2_5 .container > div .fblk {
		padding-top: 0;
	}
	#scroll_content_section_2_5 .container > div .fblk > div:first-child {
		width: 100%;
		text-align: center;
		font-size: 14px;
		padding-top: 5px;
	}
	#scroll_content_section_2_5 .container > div .fblk > div:last-child {
		width: 100%;
		font-size: 10px;
		line-height: 1.6;
		text-align: justify;
		padding-top: 5px;
	}
	#scroll_content_section_2_5 .container > div .fblk > div:last-child > span {
		display: none;
	}
	#scroll_content_section_2_5 .container > div a {
		width: 128px;
		position: relative;
		bottom: 0;
		margin: 15px auto 0;
	}
	#scroll_content_section_3_5 .container {
		padding-top: 60px;
		padding-right: 30px;
	}
	#scroll_content_section_3_5 .container > div.sp_view {
		font-size: 12px;
		text-align: center;
		padding: 15px 0 10px;
	}
	#scroll_content_section_3_5 .container > h3 {
		font-size: 16px;
		text-align: center;
	}
	#scroll_content_section_3_5 .container > p {
		font-size: 12px;
		line-height: 1.6;
		text-align: center;
		padding: 10px 0;
	}
	#scroll_content_section_3_5 .container .fblk {
		flex-direction: column-reverse;
	}
	#scroll_content_section_3_5 .container .fblk .txt {
		width: calc(100% - 10px);
		font-size: 10px;
		line-height: 1.6;
		padding: 10px 0;
	}
	#scroll_content_section_3_5 .container .fblk .img {
		width: 290px;
	}
	#scroll_content_section_3_5 .container .imgs {
		padding-top: 0;
	}
	#scroll_content_section_4_5 {
		background-image: url(/agrimar/img/top_col_back4_sp.jpg);
		background-size: cover;
	}
	#scroll_content_section_4_5 .container {
		padding-top: 40px;
		padding-right: 30px;
	}
	#scroll_content_section_4_5 .container > div.sp_view {
		font-size: 12px;
		text-align: center;
		padding: 15px 0 10px;
	}
	#scroll_content_section_4_5 .container > h3 {
		font-size: 16px;
		text-align: center;
	}
	#scroll_content_section_4_5 .container > p {
		font-size: 12px;
		padding: 12px 15px 15px 0;
		text-align: justify
	}
	#scroll_content_section_4_5 .container > p br {
		display: none;
	}
	#scroll_content_section_4_5 .container .fblk {
		flex-direction: row;
		gap: 4px;
		padding: 0 40px 0 20px;
	}
	#scroll_content_section_4_5 .container .fblk .img {
		width: calc(50% - 2px);
	}
	#scroll_content_section_4_5 .container .bbtn {
		width: 128px;
		margin: 20px auto 0;
	}
	#scroll_content_section_5_5 {
		background-image: url(/agrimar/img/top_col_back5_sp.jpg);
		background-size: cover;
	}
	#scroll_content_section_5_5 .scroll_content_section_inner {
		padding-bottom: 300px;
	}
	#scroll_content_section_5_5 .container {
		padding-bottom: 0;
		padding-top: 50px;
	}
	#scroll_content_section_5_5 .container > div.sp_view {
		font-size: 12px;
		text-align: center;
		padding: 15px 0 10px;
	}
	#scroll_content_section_5_5 .container > h3 {
		font-size: 16px;
		text-align: center;
	}
	#scroll_content_section_5_5 .container > p {
		font-size: 12px;
		padding: 12px 25px 10px 0;
		text-align: justify;
	}
	#scroll_content_section_5_5 .container > p br {
		display: none;
	}
	#scroll_content_section_5_5 .bbtn {
		width: 128px;
		position: relative;
		bottom: 0;
		margin: 0 auto;
	}
	#research {
		padding: 30px 0 45px;
	}
	#research .blk_title {
		padding-bottom: 0;
	}
	#research h3 {
		font-size: 23px;
	}
	#research .container > p {
		font-size: 14px;
		padding: 20px 0 28px;
	}
	#research h4 {
		font-size: 16px;
		line-height: 40px;
	}
	#research .container > .fblk > div {
		width: 100%;
		padding-top: 30px;
	}
	#research .container > .fblk > div > strong {
		font-size: 24px;
		padding-bottom: 15px;
	}
	#research .newarraival b {
		height: auto;
	}
	#research .backnumber > div {
		flex-direction: column;
		align-items: flex-start;
	}
	#research .backnumber > div > div:last-child {
		width: 100%;
		padding-top: 5px;
	}
	#research .bbtn {
		width: 128px;
		margin: 20px auto 40px;
	}
	#research .student_research strong {
		font-size: 17px;
		padding-bottom: 15px;
	}
	#research .backnumber > div p {
		font-size: 15px;
		line-height: 1;
	}
	#research .student_research .fblk a {
		width: 100%;
	}
	#research .student_research .fblk a span {
		font-size: 16px;
		padding: 5px 0 20px;
	}
	#research .student_research .fblk a span br {
		display: none;
	}
	#research .student_research .bbtn {
		width: 128px;
		margin: 10px auto 0;
	}
	#campuslife {
		background-image: url(/agrimar/img/top_campuslife_back_sp.jpg);
		background-size: cover;
		padding: 30px 0 25px;
	}
	#campuslife h3 {
		font-size: 23px;
		padding: 20px 0;
	}
	#campuslife p {
		font-size: 14px;
		font-weight: 400;
		padding: 0;
	}
	#campuslife .img {
		width: 95%;
		position: relative;
		top: 0;
		padding-bottom: 10px;
	}
	#campuslife .fblk {
		flex-direction: column;
		align-items: center;
	}
	#campuslife .fblk {
		gap: 14px;
	}
	#campuslife .fblk .bbtn {
		width: 165px;
	}
	#after_graduation {
		padding: 50px 0 30px;
	}
	#after_graduation h3 {
		font-size: 23px;
		padding-bottom: 20px;
	}
	#after_graduation p {
		font-size: 14px;
		padding-bottom: 25px;
	}
	#after_graduation .fblk {
		gap: 25px;
		align-items: center;
	}
	#after_graduation .fblk a:first-child {
		width: calc(100% - 50px);
	}
	#after_graduation .fblk a:last-child {
		width: calc(100% - 50px);
	}
	#attention_link {
		padding: 25px 0;
	}
	#attention_link .blk_title {
		padding-bottom: 25px;
	}
	#attention_link .fblk {
		gap: 16px 20px;
		flex-direction: row;
	}
	#attention_link .fblk a {
		width: calc(50% - 10px);
	}
	#attention_link .fblk a strong {
		font-size: 11px;
		padding-top: 6px;
	}
	#attention_link .fblk a span {
		font-size: 10px;
		padding-top: 6px;
	}
	#links {
		padding: 30px 0 35px;
	}
	#links .blk_title {
		padding-bottom: 25px;
	}
	#links .fblk {
		align-items: center;
		gap: 15px;
	}
	#links .fblk + .blk_title {
		margin-top: 30px;
	}
	#links .bbtn {
		width: 144px;
	}
	#links .bbtnl {
		width: 210px;
	}
}