/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	margin-top: 0;
}
@media print, screen and (min-width: 1100px) {/* PC */
.main {
	margin-top: 110px;
}
}/* @media */
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
}
.kv h2 {
	position: absolute;
	top: 166px;
	left: 22px;
	z-index: 2;
	color: var(--green);
}
.kv h2 img {
	width: 66px;
	vertical-align: middle;
}
.kv h2 .en {
	display: inline-block;
	margin: 16px 0 0 3px;
	font-family: var(--fontEn);
	font-size: calc(3.043rem / 1.6);
	font-style: italic;
	letter-spacing: .12em;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	vertical-align: middle;
}
.kv h2 .jp {
	display: block;
	margin-top: 10px;
	font-size: var(--r13);
	letter-spacing: .24em;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.kv .event {
	position: absolute;
	top: 258px;
	right: 17px;
	width: 110px;
	height: 110px;
	color: #fff;
	background: rgba(1,110,49,.7);
	border-radius: 50%;
	z-index: 2;
}
.kv .event span {
	display: grid;
	place-content: center;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 5px;
	padding-top: 13px;
	background: rgba(1,110,49,.5);
	border-radius: 50%;
	font-size: var(--r16);
	line-height: calc(18 / 16);
	text-align: center;
	box-sizing: border-box;
}
.kv .event span::before,
.kv .event span::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	filter: invert(99%) sepia(2%) saturate(398%) hue-rotate(80deg) brightness(116%) contrast(100%);
}
.kv .event span::before {
	top: 17px;
	width: 22px;
	height: 14px;
	background: url(../img/index/icon_event.svg) no-repeat 50% / 100% auto;
}
.kv .event span::after {
	bottom: 14px;
	width: 12px;
	height: 5px;
	background: url(../img/index/icon_arrow01.svg) no-repeat 50% / 100% auto;
}
.kv .swiper {
	padding-bottom: 40px;
}
.kv .swiper img {
	height: 350px;
	object-fit: cover;
}
.kv .swiper-slide.kv04 img {
	object-position: 90% 20%;
}
.kv .swiper-slide.kv03 img {
	object-position: 60% 20%;
}
.kv .swiper-pagination {
	top: auto;
	bottom: 16px;
	left: 10px;
	text-align: left;
}
.kv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.kv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.kv .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #ddd9bb;
	opacity: 1;
}
.kv .swiper-pagination-bullet-active {
	background: var(--bgGreen);
}
@media print, screen and (min-width: 768px) {/* PC */
.kv h2 {
	top: 239px;
	left: 72px;
}
.kv h2 img {
	width: 120px;
}
.kv h2 .en {
	margin: 30px 0 0 15px;
	font-size: calc(5.6rem / 1.6);
}
.kv h2 .jp {
	margin-top: 20px;
	font-size: calc(2.4rem / 1.6);
}
.kv .event {
	top: 516px;
	right: 56px;
	width: 220px;
	height: 220px;
}
.kv .event:hover {
	background: rgba(1,88,39,.7);
}
.kv .event span {
	width: 200px;
	height: 200px;
	margin: 10px;
	padding-top: 26px;
	font-size: calc(3.2rem / 1.6);
	line-height: calc(36 / 32);
}
.kv .event:hover span {
	background: rgba(1,88,39,.5);
}
.kv .event span::before {
	top: 34px;
	width: 44px;
	height: 29px;
}
.kv .event span::after {
	bottom: 28px;
	width: 24px;
	height: 10px;
}
.kv .swiper img {
	height: 700px;
	object-position: 50% 20%;
}
.kv .swiper-pagination {
	left: 0;
	bottom: 8px;
	text-align: center;
}
.kv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.kv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px;
}
.kv .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
}
}/* @media */
/* -----------------------------------------------
= attention
----------------------------------------------- */
.attention {
	padding: 0 18px 36px;
}
.attention dt {
	position: relative;
	padding-bottom: 9px;
	font-size: var(--r16);
}
.attention dt::before,
.attention dt::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}
.attention dt::before {
	width: 100%;
	background: #f6e5e5;
}
.attention dt::after {
	width: 125px;
	background: #a40000;
}
.attention dd {
	padding: 11px 0 20px;
	color: #a40000;
	border-bottom: 1px solid #f6e5e5;
}
.attention dd time {
	display: block;
	margin-bottom: 9px;
	font-family: var(--fontEn);
	font-size: var(--r14);
	font-style: italic;
}
.attention dd p {
	font-family: var(--fontGothic);
	font-size: var(--r13);
}
@media print, screen and (min-width: 768px) {/* PC */
.attention {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	max-width: 1100px;
	margin: 16px auto 70px;
	padding: 16px 20px;
}
.attention::before,
.attention::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
}
.attention::before {
	width: calc(100% - 40px);
	background: #f6e5e5;
}
.attention::after {
	width: 140px;
	background: #a40000;
}
.attention dl {
	display: flex;
	align-items: center;
}
.attention dt {
	width: 140px;
	padding-bottom: 0;
	font-size: var(--r18);
}
.attention dt::before,
.attention dt::after {
	display: none;
}
.attention dd {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 36px;
	border-bottom: none;
}
.attention dd time {
	margin: 0 20px 0 0;
	font-size: var(--r18);
}
.attention dd p {
	font-size: var(--r16);
}
.attention dd p a:hover {
	text-decoration: underline;
}
.attention .more {
	display: inline-block;
	position: relative;
	margin-right: 16px;
	padding-left: 16px;
	color: #a40000;
	font-size: var(--r16);
}
.attention .more::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 7px;
	height: 11px;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: invert(8%) sepia(87%) saturate(6648%) hue-rotate(24deg) brightness(100%) contrast(127%);
}
.attention .more:hover {
	opacity: .8;
}
}/* @media */
/* -----------------------------------------------
= banner
----------------------------------------------- */
.banner {
	margin-bottom: 20px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	top: auto;
	bottom: calc(40 / 375 * 100vw);
	width: calc(6 / 375 * 100vw);
	height: calc(10 / 375 * 100vw);
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: invert(45%) sepia(20%) saturate(1063%) hue-rotate(93deg) brightness(101%) contrast(93%);
	transform: unset;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	display: none;
}
.banner .swiper-button-prev {
	left: calc(50 / 375 * 100vw);
	transform: rotate(180deg);
}
.banner .swiper-button-next {
	right: calc(50 / 375 * 100vw);
}
@media print, screen and (min-width: 768px) {/* PC */
.banner.swiper {
	max-width: 1032px;
	margin: 0 auto 75px;
	padding: 0 34px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	bottom: 48px;
	width: 14px;
	height: 22px;
}
.banner .swiper-button-prev {
	left: 0;
}
.banner .swiper-button-next {
	right: 0;
}
.banner a:hover {
	opacity: .8;
}
}/* @media */
@media print, screen and (max-width: 980px) and (min-width: 768px) {/* TABLET */
.banner .swiper-button-prev,
.banner .swiper-button-next {
	bottom: calc(70 / 980 * 100vw);
}
.banner .swiper-button-prev {
	left: calc(245 / 980 * 100vw);
}
.banner .swiper-button-next {
	right: calc(245 / 980 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= news
----------------------------------------------- */
.news {
	padding: 0 18px 60px;
}
.news_heder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
}
.news_heder::before,
.news_heder::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}
.news_heder::before {
	width: 100%;
	background: #e7ece9;
}
.news_heder::after {
	width: 100px;
	background: var(--green);
}
.news h2 {
	color: var(--green);
	font-family: var(--fontEn);
	font-size: calc(4rem / 1.6);
	font-style: italic;
}
.news .list {
	color: var(--bgGreen);
	font-family: var(--fontGothic);
	font-size: var(--r13);
}
.news .list .category_btn {
	position: relative;
	margin-top: 15px;
	padding-right: 30px;
}
.news .list .category_btn::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 10px;
	width: 11px;
	height: 9px;
	background: var(--bgGreen);
	clip-path: polygon(0 0,100% 0,50% 100%);
}
.news .list .category_btn[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
.news .list ul {
	position: absolute;
	top: 59px;
	right: 0;
	z-index: 1;
	background: #fff;
	border: 1px solid #e8e4ca;
}
.news .list ul.is-close {
	display: none;
}
.news .list li + li {
	border-top: 1px solid #e8e4ca;
}
.news .list li button {
	position: relative;
	width: 100%;
	padding: 10px 40px 10px 30px;
	text-align: left;
}
.news .list .is-active button {
	color: var(--black);
}
.news .list .is-active button::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	width: 10px;
	height: 10px;
	background: var(--bgGreen);
	border-radius: 50%;
}
.news_cont {
	display: none;
}
.news_cont.is-active {
	display: block;
}
.news .item {
	margin-bottom: 30px;
}
.news .latest time,
.news .latest .new {
	margin-top: 8px;
}
.news .past .item a {
	display: flex;
	align-items: start;
}
.news .past .item .img {
	width: 140px;
}
.news .past .item .set {
	flex: 1;
	margin: -5px 0 0 16px;
}
.news .past .item .set h3 {
	font-size: var(--r13);
}
.news time {
	display: inline-block;
	color: var(--green);
	font-family: var(--fontEn);
	font-size: var(--r14);
	font-style: italic;
}
.news .new {
	display: inline-block;
	color: #c73888;
	font-family: var(--fontEn);
	font-size: var(--r14);
	font-weight: 600;
	font-style: italic;
}
.news h3 {
	margin: 3px 0 5px;
	color: var(--green);
	font-family: var(--fontGothic);
	font-size: var(--r15);
}
.news .text {
	margin-bottom: 10px;
	color: #595959;
	font-family: var(--fontGothic);
	font-size: calc(1.25rem / 1.6);
	line-height: 1.6;
}
.news .more {
	position: relative;
	color: var(--bgGreen);
	font-family: var(--fontEn);
	font-size: var(--r13);
	text-align: right;
}
.news .more::before,
.news .more::after {
	content: "";
	position: absolute;
}
.news .more::before {
	top: 50%;
	left: 0;
	width: calc(100% - 50px);
	height: 1px;
	background: #e7ece9;
}
.news .more::after {
	top: calc(50% - 4px);
	right: 45px;
	width: 4px;
	height: 8px;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: invert(45%) sepia(20%) saturate(1063%) hue-rotate(93deg) brightness(101%) contrast(93%);
}
.news .category {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	color: #595959;
	font-family: var(--fontGothic);
	font-size: calc(1.15rem / 1.6);
	line-height: 1;
}
.news .category span {
	margin-top: 5px;
	padding: 0 8px;
	border-right: 1px solid #e8e4ca;
}
.news .category span:last-child {
	border-right: none;
}
.news .index_btn {
	margin-top: 10px;
}
@media print, screen and (min-width: 768px) {/* PC */
.news {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 100px;
}
.news_heder {
	align-items: end;
	margin-bottom: 50px;
}
.news_heder::after {
	width: 190px;
}
.news h2 {
	width: 183px;
	padding-left: 17px;
	font-size: calc(7rem / 1.6);
}
.news .list {
	flex: 1;
	font-size: var(--r15);
}
.news .list ul {
	display: flex;
	justify-content: end;
	position: static;
	margin: 0 18px 0 0;
	border: none;
}
.news .list ul.is-close {
	display: flex;
}
.news .list li {
	margin-bottom: 22px;
	border-left: 1px solid #e8e4ca;
}
.news .list li:last-child {
	border-right: 1px solid #e8e4ca;
}
.news .list li + li {
	border-top: none;
}
.news .list li button {
	padding: 0 25px;
}
.news .list .is-active button::after {
	top: auto;
	bottom: -27px;
	left: 50%;
	transform: translateX(-5px);
}
.news .list li button:hover {
	text-decoration: underline;
}
.news .list .is-active button:hover {
	text-decoration: none;
}
.news .inner {
	display: flex;
}
.news .item {
	margin-bottom: 40px;
}
.news .item a .img {
	overflow: hidden;
}
.news .item a .img img {
	transition: transform .3s;
}
.news .item a:hover .img img {
	transform: scale(1.05);
}
.news .latest {
	width: 520px;
	margin-right: 40px;
}
.news .latest time,
.news .latest .new {
	margin-top: 12px;
}
.news .past {
	flex: 1;
}
.news .past .item .img {
	width: 210px;
}
.news .past .item .set {
	margin-left: 20px;
}
.news .past .item .set h3 {
	font-size: var(--r16);
}
.news time {
	font-size: var(--r18);
}
.news .new {
	font-size: var(--r18);
}
.news h3 {
	margin: 8px 0 10px;
	font-size: var(--r20);
}
.news a:hover h3 {
	text-decoration: underline;
}
.news .text {
	margin-bottom: 14px;
	font-size: var(--r15);
	line-height: calc(28 / 15);
}
.news .more {
	font-size: var(--r16);
}
.news .more::before {
	width: calc(100% - 65px);
}
.news .more::after {
	top: calc(50% - 5px);
	right: 55px;
	width: 7px;
	height: 11px;
}
.news .category {
	margin-left: -4px;
	font-size: var(--r13);
}
.news .category span {
	padding: 0 12px;
}
.news .index_btn {
	margin-top: 20px;
}
}/* @media */
@media print, screen and (max-width: 1080px) and (min-width: 768px) {/* TABLET */
.news_heder {
	display: block;
}
.news .list ul {
	margin: 0;
}
.news .list li button {
	padding: 0 15px;
}
.news .inner {
	display: block;
}
.news .latest {
	width: auto;
	margin-right: 0;
}
}/* @media */
/* -----------------------------------------------
= index_btn
----------------------------------------------- */
.index_btn {
	display: block;
	position: relative;
	width: 240px;
	margin: 0 auto;
	padding: 18px 10px 18px 0;
	color: #fff;
	background: var(--bgGreen);
	font-family: var(--fontGothic);
	font-size: var(--r16);
	text-align: center;
}
.index_btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 18px;
	width: 19px;
	height: 100%;
	background: url(../img/shared/icon_arrow02.svg) no-repeat 50% / 100% auto;
	filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(181deg) brightness(114%) contrast(100%);
}
.index_btn::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 5px;
	right: 5px;
	width: calc(100% - 10px);
	height: 1px;
	background: var(--lightGreen);
}
@media print, screen and (min-width: 768px) {/* PC */
.index_btn {
	width: 290px;
	padding: 25px 10px 25px 0;
	font-size: var(--r20);
}
.index_btn:hover {
	background: var(--hoverGreen);
}
.index_btn::before {
	right: 20px;
	width: 24px;
}
.index_btn::after {
	bottom: -3px;
	left: 10px;
	right: 10px;
	width: calc(100% - 20px);
}
}/* @media */
/* -----------------------------------------------
= subtitle
----------------------------------------------- */
.subtitle {
	margin-bottom: 30px;
	color: var(--green);
	text-align: center;
}
.subtitle .en {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	font-family: var(--fontEn);
	font-size: calc(4rem / 1.6);
	font-weight: 300;
	font-style: italic;
}
.subtitle .en::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(1.6rem / 1.6);
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgba(18,70,41,.2);
}
.subtitle .jp {
	display: block;
	font-size: var(--r17);
}
@media print, screen and (min-width: 768px) {/* PC */
.subtitle {
	margin-bottom: 35px;
}
.subtitle .en {
	margin-bottom: 5px;
	padding: 0 20px;
	font-size: calc(6rem / 1.6);
}
.subtitle .en::after {
	bottom: calc(2.6rem / 1.6);
}
.subtitle .jp {
	font-size: calc(2.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= exam
----------------------------------------------- */
.exam {
	padding: 30px 18px 0;
	background: #f3f1e6;
}
.exam .inner {
	margin-bottom: 12px;
}
.exam .item + .item {
	margin-top: 20px;
}
.exam .item a {
	display: block;
	padding: 10px 14px 10px 16px;
	color: var(--green);
	background: #fff;
	border-left: 2px solid var(--bgGreen);
}
.exam time {
	display: inline-block;
	font-family: var(--fontEn);
	font-size: var(--r14);
	font-style: italic;
}
.exam .new {
	display: inline-block;
	color: #c73888;
	font-family: var(--fontEn);
	font-size: var(--r14);
	font-weight: 600;
	font-style: italic;
}
.exam h3 {
	margin: 3px 0 5px;
	font-family: var(--fontGothic);
	font-size: var(--r13);
}
.exam .more {
	position: relative;
	color: var(--bgGreen);
	font-family: var(--fontEn);
	font-size: var(--r13);
	text-align: right;
}
.exam .more::before,
.exam .more::after {
	content: "";
	position: absolute;
}
.exam .more::before {
	top: 50%;
	left: 0;
	width: calc(100% - 50px);
	height: 1px;
	background: #e7ece9;
}
.exam .more::after {
	top: calc(50% - 4px);
	right: 45px;
	width: 4px;
	height: 8px;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: invert(45%) sepia(20%) saturate(1063%) hue-rotate(93deg) brightness(101%) contrast(93%);
}
.exam .index_btn {
	position: relative;
	bottom: -28px;
}
@media print, screen and (min-width: 768px) {/* PC */
.exam {
	padding: 50px 20px 0;
}
.exam .inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto 20px;
}
.exam .item + .item {
	margin-top: 0;
}
.exam .item a {
	height: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
}
.exam time {
	font-size: var(--r18);
}
.exam .new {
	font-size: var(--r18);
}
.exam h3 {
	margin: 3px 0 5px;
	font-size: var(--r16);
	line-height: calc(26 / 16);
}
.exam .item a:hover h3 {
	text-decoration: underline;
}
.exam .more {
	font-size: var(--r16);
}
.exam .more::before {
	width: calc(100% - 65px);
}
.exam .more::after {
	top: calc(50% - 5px);
	right: 55px;
	width: 7px;
	height: 11px;
}
.exam .index_btn {
	bottom: -40px;
}
}/* @media */
/* -----------------------------------------------
= education
----------------------------------------------- */
.education {
	padding: 85px 0 0;
}
.education .item + .item {
	margin-top: 40px;
}
.education .item a {
	display: block;
	position: relative;
	overflow: hidden;
}
.education .item a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
	width: 100vw;
	height: 100%;
}
.education .item:nth-child(2n-1) a::before {
	background: #dde5dc;
}
.education .item:nth-child(2n) a::before {
	background: #ecead9;
}
.education .item a::before {
	padding: 85px 0 0;
}
.education .item:nth-child(2n-1) .img {
	margin-right: 25px;
}
.education .item:nth-child(2n) .img {
	margin-left: 25px;
}
.education .item h3 {
	position: relative;
	margin: 20px 0;
	padding-bottom: 5px;
	font-size: calc(2.5rem / 1.6);
	text-align: center;
}
.education .item h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 35px;
	height: 1px;
	background: var(--bgGreen);
}
.education .item .set {
	padding: 18px;
	background: rgba(255,255,255,.3);
}
.education .item:nth-child(2n-1) .set {
	margin-right: 25px;
}
.education .item:nth-child(2n) .set {
	margin-left: 25px;
}
.education .text {
	font-family: var(--fontGothic);
	font-size: var(--r13);
	line-height: calc(25 / 13);
}
.education .more {
	position: relative;
	color: var(--green);
	font-family: var(--fontEn);
	font-size: var(--r13);
	text-align: right;
}
.education .more::before,
.education .more::after {
	content: "";
	position: absolute;
}
.education .more::before {
	top: 50%;
	left: 0;
	width: calc(100% - 50px);
	height: 1px;
	background: rgba(58,144,95,.3);
}
.education .more::after {
	top: calc(50% - 4px);
	right: 45px;
	width: 4px;
	height: 8px;
	background: url(../img/shared/icon_arrow01.svg) no-repeat 50% / 100% auto;
	filter: invert(19%) sepia(78%) saturate(426%) hue-rotate(93deg) brightness(91%) contrast(93%);
}
@media print, screen and (min-width: 768px) {/* PC */
.education {
	padding: 135px 0 60px;
}
.education .subtitle {
	margin-bottom: 55px;
}
.education .item {
	max-width: 1300px;
	margin-inline: auto;
}
.education .item + .item {
	margin-top: 80px;
}
.education .item a {
	display: grid;
}
.education .item a::before {
	top: 50px;
}
.education .item:nth-child(2n-1) a {
	grid-template-columns: auto calc(750 / 1300 * 100%);
}
.education .item:nth-child(2n) a {
	grid-template-columns: calc(750 / 1300 * 100%) auto;
}
.education .item:nth-child(2n-1) a::before {
	left: auto;
	right: 100px;
}
.education .item:nth-child(2n) a::before {
	left: 100px;
	right: auto;
}
.education .item a .img {
	margin-bottom: 30px;
	overflow: hidden;
}
.education .item a .img img {
	transition: transform .3s;
}
.education .item a:hover .img img {
	transform: scale(1.05);
}
.education .item h3 {
	place-content: end;
	margin: 90px 0 25px;
	padding-bottom: 10px;
	font-size: calc(4rem / 1.6);
}
.education .item h3::after {
	width: 50px;
}
.education .item .set {
	z-index: 1;
	padding: 20px 43px 40px;
}
.education .item a:hover .set {
	background: rgba(255,255,255,.6);
}
.education .item:nth-child(2n-1) .img {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	margin-right: 0;
}
.education .item:nth-child(2n-1) h3 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
.education .item:nth-child(2n-1) .set {
	grid-column: 1 / 2;
	grid-row: 2 / 2;
	margin-left: 60px;
	margin-right: -70px;
	padding-right: 156px;
}
.education .item:nth-child(2n) .img {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	margin-left: 0;
}
.education .item:nth-child(2n) h3 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.education .item:nth-child(2n) .set {
	grid-column: 2 / 3;
	grid-row: 2 / 2;
	margin-left: -70px;
	margin-right: 60px;
	padding-left: 156px;
}
.education .text {
	margin-bottom: 5px;
	font-size: var(--r16);
	line-height: calc(36 / 16);
}
.education .more {
	font-size: var(--r16);
}
.education .more::before {
	width: calc(100% - 65px);
}
.education .more::after {
	top: calc(50% - 5px);
	right: 55px;
	width: 7px;
	height: 11px;
}
.education a:hover .more::before {
	background: var(--bgGreen);
}
}/* @media */
@media print, screen and (max-width: 980px) and (min-width: 768px) {/* TABLET */
.education .item a {
	display: block;
}
.education .item:nth-child(2n-1) a::before {
	right: 0;
}
.education .item:nth-child(2n) a::before {
	left: 0;
}
}/* @media */
/* -----------------------------------------------
= footer_banner
----------------------------------------------- */
.footer_banner {
	padding: 40px 18px 30px;
}
.footer_banner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
@media print, screen and (min-width: 768px) {/* PC */
.footer_banner {
	padding: 80px 20px;
}
.footer_banner ul {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.footer_banner ul li {
	width: 340px;
}
.footer_banner ul li a:hover {
	opacity: .8;
}
}/* @media */