@charset "UTF-8";

/* common */
.slick-dots button {
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	background: #e7e5e2;
	border-radius: 50%;
	line-height: 1;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
}
.slick-dots li:not(.slick-active) button {
	cursor: pointer;
}
.slick-dots .slick-active button {
	background: #d70c19 !important;
}


/* main_slider */

.main_slider {
	position: relative;
	background: #f2efec;
	width: 100%;
	height: 636px;
	overflow: hidden;
}
.main_slider .slide {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.main_slider .slide a {
	width: 100%;
	height: 600px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1300px;
	overflow: hidden;
	color: #fff;
}
.main_slider .slide a.cc { background-position: center center; }
.main_slider .slide a.ct { background-position: center top; }
.main_slider .slide a.cb { background-position: center bottom; }
.main_slider .slide a.lc { background-position: left center; }
.main_slider .slide a.lt { background-position: left top; }
.main_slider .slide a.lb { background-position: left bottom; }
.main_slider .slide a.rc { background-position: right center; }
.main_slider .slide a.rt { background-position: right top; }
.main_slider .slide a.rb { background-position: right bottom; }

.main_slider .slide .ttl {
	font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
	font-weight: 800;
	left: 50%;
	top: 50%;
}
.main_slider .slide .txt {
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	left: 50%;
	top: 50%;
}
.main_slider .slide .btn {
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	width: 275px;
	height: 60px;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 30px;
	left: 50%;
	top: 50%;
	line-height: 57px;
}
.main_slider .slide .btn::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 100%;
	background: url('../img/arr1_wh.svg') no-repeat left center / 15px 15px;
	margin-right: 4px;
}
.main_slider .slide a:hover .btn {
	background: #fff;
	color: #d70c19;
}
.main_slider .slide a:hover .btn::before {
	background: url('../img/arr1_re.svg') no-repeat left center / 15px 15px;
}

/* AAR Japanについて */

.main_slider .slide.about a {
	background-image: url('../img/top_main_slide1.jpg');
	background-position: center top;
	background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
	.main_slider .slide.about a {
		background-image: url('../img/top_main_slide1@2x.jpg');
	}
}
.main_slider .slide.about .content {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 140px;
	text-align: left;
	width: 315px;
}
.main_slider .slide.about .ttl {
	font-size: 5rem;
	line-height: 1.3;
	margin-top: -3.9em;
	margin-right: -1em;
}
.main_slider .slide.about .txt {
	margin: 0.8em 0 25px;
	font-size: 1.6rem;
	line-height: 1.88;
}

/* マンスリーサポート */

.main_slider .slide.monthly a {
	background-image: url('../img/top_main_slide2.jpg');
	background-position: center 20%;
	background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
	.main_slider .slide.monthly a {
		background-image: url('../img/top_main_slide2@2x.jpg');
	}
}
.main_slider .slide.monthly .content {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 140px;
	text-align: left;
	width: 315px;
}
.main_slider .slide.monthly .ttl {
	font-size: 5rem;
	line-height: 1.3;
	margin-top: -4.4em;
	margin-right: -1em;
}
.main_slider .slide.monthly .txt {
	margin-top: 30px;
	width: 280px;
}
.main_slider .slide.monthly .txt img {
	width: 100%;
	height: auto;
}
.main_slider .slide.monthly .logo {
	margin-top: 8px;
	width: 355px;
}
.main_slider .slide.monthly .btn {
	margin-top: 43px;
	width: 315px;
}

/* 静止画 */
.main_slider .slide.img {
	background: #353535;
}
.main_slider .slide.img a {
	z-index: 1;
}
.main_slider .slide.img img {
	position: absolute;
	left: calc( 50% - 650px );
	top: 0;
}
.main_slider .slide.img .bg {
	position: absolute;
	left: -10%;
	top: -10%;
	width: 120%;
	height: 120%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
}
@media all and (-ms-high-contrast: none) {
	.main_slider .slide.img .bg {
		display: none;
	}
}

.main_slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: url('../img/arr1_wh.svg');
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	background-color: #d70c19;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.main_slider .slick-arrow:hover {
	background-color: #9a0912;
}

.main_slider .slick-prev {
	left: 0;
	-webkit-transform: rotateY(180deg);
					transform: rotateY(180deg);
}
.main_slider .slick-next {
	right: 0;
}
.main_slider .slick-dots {
	clear: both;
	display: table;
	margin: 0 auto;
	padding-top: 24px;
}
.main_slider .slick-dots li {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
}
.main_slider .slick-dots button {
	background: #fff;
}

@media screen and (max-width: 480px) {

	.main_slider {
		height: auto;
	}
	.main_slider .slide a {
		height: auto;
		background-size: cover;
		background-position: center top !important;
	}
	.main_slider .slide a::before,
	.main_slider .slide a::after {
		content: '';
		display: block;
	}
	.main_slider .slide a::before {
		padding-top: 128%;
	}
	.main_slider .slide a::after {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.main_slider .slide .btn {
		font-size: 1.5rem;
		font-size: 4vw;
		width: 66.67%;
		height: 13.4vw;
		border-radius: 6.7vw;
		line-height: calc( 13.4vw - 2px );
	}

	/* AAR Japanについて */

	.main_slider .slide.about a {
		background-image: url('../img/top_main_slide1_sp.jpg');
	}
	.main_slider .slide.about .content {
		position: absolute;
		left: 0;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.main_slider .slide.about .ttl {
		font-size: 10.67vw;
		margin-top: -3.3em;
		margin-right: auto;
	}
	.main_slider .slide.about .txt {
		font-size: 4vw;
		line-height: 1.67;
		width: 69%;
		margin: 0.25em auto 1.2em;
		text-align: left;
	}
	.main_slider .slide.about .btn {
		display: inline-block;
		vertical-align: top;
	}	

	/* マンスリーサポート */
	
	.main_slider .slide.monthly a {
		background-image: url('../img/top_main_slide2_sp.jpg');
	}
	.main_slider .slide.monthly .content {
		position: absolute;
		left: 0;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	.main_slider .slide.monthly .ttl {
		font-size: 9.33vw;
		line-height: 1.3;
		margin-top: -2.52em;
		margin-right: auto;
	}
	.main_slider .slide.monthly .txt {
		margin: 3.74vw auto 0;
		width: 53.33%;
	}
	.main_slider .slide.monthly .logo {
		margin: 1.6vw auto 0;
		width: 66.67%;
	}
	.main_slider .slide.monthly .btn {
		display: inline-block;
		vertical-align: top;
		margin-top: 4vw;
		width: 74.67%;
	}

	/* 静止画 */	

	.main_slider .slide.img img {
		left: 0;
		width: 100%;
		height: auto;
	}
	.main_slider .slide.img .bg {
		display: none;
	}

	.main_slider .slick-arrow:hover {
		background-color: #da222e;
	}
	.main_slider .slick-dots {
		padding-top: 14px;
	}
}

.quick_area {
	background: #f2efec;
	padding: 60px 0 64px;
}

@media screen and (max-width: 480px) {

	.quick_area {
		padding: 30px 0 38px;
	}

}


/* important */

.s_important {
	width: 960px;
	border-radius: 4px;
	margin: 0 auto;
	background: #d70c19;
	color: #fff;
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	position: relative;
	text-align: left;
}
.s_important::before {
	content: '';
	display: block;
	position: absolute;
	left: 156px;
	top: 10px;
	width: 1px;
	height: -webkit-calc( 100% - 20px );
	height: calc( 100% - 20px );
	background: #a6000c;
}
.s_important .s_ttl {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 80px;
	margin-left: 5px;
}
.s_important ul {
	display: inline-block;
	vertical-align: middle;
	width: 760px;
	text-align: left;
	margin-left: 16px;
	padding: 14px 0;
	position: relative;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
}
.s_important li {
	font-size: 1.4rem;
	line-height: 1.75;
}
.s_important li + li {
	margin-top: 4px;
}
.s_important li a {
	display: block;
	text-decoration: underline;
	color: #fff;
	position: relative;
	padding-left: 1.57em;
}
.s_important li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url('../img/arr1_wh.svg') no-repeat left center / 18px;
}
.s_important li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 480px) {

	.s_important {
		width: 90%;
	}
	.s_important::before {
		left: 76px;
		top: 15px;
		height: -webkit-calc( 100% - 30px );
		height: calc( 100% - 30px );
	}
	.s_important .s_ttl {
		width: 80px;
		padding: 1.4em 0;
		font-size: 1.2rem;
		line-height: 1.5;
		margin-left: 0;
	}
	.s_important ul {
		width: -webkit-calc( 100% - 100px	);
		width: calc( 100% - 100px	);
		margin-left: 0;
		-moz-box-sizing: border-box;
				 box-sizing: border-box;
	}
	.s_important li {
		font-size: 1.2rem;
	}
	.s_important li a {
		padding-left: 2em;
	}

}


/* quick */

.s_quick {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.s_important + .s_quick {
	margin: 50px auto 0;
}
.s_quick .s_ttl {
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 30px;
}
.s_quick .s_ttl .en,
.s_quick .s_ttl .ja {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	position: relative;	
}
.s_quick .s_ttl .en {
	background: #d70c19;
	color: #fff;
	border-radius: 4px 0 0 4px;
	padding: 0 20px 0 10px;
	z-index: 1;
}
.s_quick .s_ttl .en::after,
.s_quick .s_ttl .ja::after {
	content: '';
	display: block;
	width: 14px;
	height: 30px;
	position: absolute;
	right: -13px;
	top: 0;
}
.s_quick .s_ttl .en::after {
	background: url('../img/shape1_re.svg') no-repeat right top / 30px 30px;
}
.s_quick .s_ttl .ja {
	background: #fff;
	padding: 0 25px 0 28px;
}
.s_quick .s_ttl .ja::after {
	background: url('../img/shape1_wh.svg') no-repeat right top / 30px 30px;
}
.s_quick .bnr_list {
	width: 960px;
	margin: 32px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
			-ms-flex-pack: space-between;
					justify-content: space-between;
}
.s_quick .bnr_list li {
	width: 215px;
}
.s_quick .bnr_list a {
	display: block;
	position: relative;
}
.s_quick .bnr_list a:hover::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	border: 5px solid #d70c19;
}
.s_quick .bnr_list img {
	width: 100%;
	height: auto;
}
.s_quick .bnr_list p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.75;
}

@media screen and (max-width: 480px) {

	.s_quick {
		width: 90%;
		margin: 0 auto;
	}
	.s_important + .s_quick {
		margin: 30px auto 0;
	}
	.s_quick .s_ttl {
		font-size: 1.1rem;
		line-height: 22px;
		width: -webkit-calc( 100% - 11px );
		width: calc( 100% - 11px );
		position: relative;
		background: #fff;
	}
	.s_quick .s_ttl::before {
		content: '';
		display: block;
		width: 12px;
		height: 22px;
		background: url('../img/shape1_wh.svg') no-repeat right top / 22px 22px;
		position: absolute;
		top: 0;
		right: -11px;
	}
	.s_quick .s_ttl .en,
	.s_quick .s_ttl .ja {
		height: 22px;
	}
	.s_quick .s_ttl .en {
		border-radius: 3px 0 0 3px;
		padding: 0 0.4em 0 0.54em;
	}
	.s_quick .s_ttl .en::after {
		width: 12px;
		height: 22px;
		background: url('../img/shape1_re.svg') no-repeat right top / 22px 22px;
		position: absolute;
		top: 0;
		right: -11px;
	}
	.s_quick .s_ttl .ja {
		padding: 0 0 0 1.73em;
		margin-right: -2em;
		background: transparent;
	}
	.s_quick .s_ttl .ja::after {
		display: none;
	}
	.s_quick .bnr_list {
		width: auto;
		margin: 20px auto 0;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: flex-start;
						justify-content: flex-start;
		gap: 10px 5.6%;
	}
	.s_quick .bnr_list li {
		width: 47.2%;
	}
	.s_quick .bnr_list p {
		margin-top: 5px;
		font-size: 1.2rem;
	}

}


/* update */

.s_update {
	padding-top: 95px;
}
.s_update .s_ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.s_update .s_ttl .en {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	text-align: right;
	color: #d70c19;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.29;
	letter-spacing: .08em;
}
.s_update .s_ttl .ja {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	text-align: left;
	font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E';
	font-weight: 800;
	font-size: 1.8rem;
	padding-left: 20px;
	position: relative;
}
.s_update .s_ttl .ja::before {
	content: '';
	display: block;
	width: 1px;
	height: 24px;
	position: absolute;
	left: -.5px;
	top: calc( 50% - 12px );
	background: #e7e5e2;
}
.s_update .article_list1 {
	margin-top: 48px;
}
.s_update .btn1 {
	margin-top: 36px;
}

@media screen and (max-width: 480px) {

	.s_update {
		padding-top: 60px;
	}
	.s_update .article_list1 {
		margin-top: 28px;
	}
	.s_update .article_list1 article:nth-child(n+7) {
		display: none;
	}
	.s_update .btn1 {
		margin-top: 32px;
	}

}


/* activity */

.s_activity {
	margin-top: 100px;
	position: relative;
	padding-bottom: 100px;
}
.s_activity::before {
	content: '';
	display: block;
	background: #f2efec;
	position: absolute;
	left: 0;
	top: 180px;
	width: -webkit-calc( 50% + 344px );
	width: calc( 50% + 344px );
	bottom: 0;
}
.s_activity .inr {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.s_activity .s_ttl1 {
	position: absolute;
	top: -2px;
	right: 44px;
}
.s_activity .s_ttl1 .en {
	display: block;
}
.s_activity .s_ttl1 .ja {
	display: block;
	width: 235px;
	height: 485px;
	background: url('../img/top_activity_ttl.png') no-repeat 0 0 / 235px;
	text-indent: -9999px;
	overflow: hidden;
}
.activity_slider {
	width: 750px;
	height: 500px;
	position: relative;
}
.activity_slider .slide {
	position: relative;
	z-index: 1 !important;
	float: left;
}
.activity_slider .slide img {
	width: 100%;
	height: auto;
}
.activity_slider .slide .cap {
	position: absolute;
	background: #d70c19;
	color: #fff;
	left: 0;
	bottom: 0;
	font-size: 1.2rem;
	line-height: 35px;
	padding: 0 15px 0 20px;
}
.activity_slider .slide .copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1rem;
}
.activity_slider .slide1 .copyright,
.activity_slider .slide4 .copyright {
	color: #fff;
}
.activity_slider .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: transparent;
	background-image: url('../img/arr1_lb2.svg');
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
.activity_slider .slick-prev {
	left: -48px;
	-webkit-transform: rotateY(180deg);
					transform: rotateY(180deg);
}
.activity_slider .slick-next {
	right: -48px;
}
.activity_slider .slick-dots {
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 2;
	display: table;
}
.activity_slider .slick-dots li {
	display: table-cell;
	vertical-align: top;
}
.activity_slider .slick-dots li + li {
	padding-left: 10px;
}
.s_activity .s_lead {
	margin-top: 30px;
	margin-left: 110px;
	width: 640px;
	font-family: 'FOT-筑紫明朝 Pr6 D', 'TsukuMinPr6-D';
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.06em;
}
.s_activity .btn1 {
	margin-top: 28px;
	margin-left: 110px;
}

@media screen and (max-width: 480px) {

	.s_activity {
		margin-top: 70px;
		padding-bottom: 0;
	}
	.s_activity::before {
		top: 125px;
		width: 80%;
		height: 71.5vw;
	}
	.s_activity .inr {
		width: 80%;
	}
	.s_activity .s_ttl1 {
		position: relative;
		top: 0;
		right: 0;
	}
	.s_activity .s_ttl1 .ja {
		position: relative;
		width: auto;
		height: auto;
		background: none;
		text-indent: 0;
		font-family: 'FOT-筑紫明朝 Pr6 E', 'TsukuMinPr6-E';
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.75;
	}
	.activity_slider {
		margin-top: 15px;
		width: 100%;
		height: auto;
	}
	.activity_slider .slide .img {
		position: relative;
	}
	.activity_slider .slide .copyright {
		left: 4px;
		border: 4px;
	}
	.activity_slider .slide .cap {
		position: relative;
		right: 0;
		bottom: 0;
		width: auto;
		font-size: 10px;
		line-height: 1.5;
		padding: 5px 8px;
	}
	.activity_slider .slide .copyright {
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: left bottom;
	}
	.activity_slider .slick-arrow {
		top: calc( 50% - 14px );
	}
	.activity_slider .slick-prev {
		left: -40px;
	}
	.activity_slider .slick-next {
		right: -40px;
	}
	.activity_slider .slick-dots {
		clear: both;
		padding-top: 15px;
		position: relative;
		top: 0;
		right: 0;
	}
	.s_activity .s_lead {
		margin-top: 12px;
		margin-left: 0;
		width: auto;
		font-size: 1.4rem;
	}
	.s_activity .s_lead br {
		display: none;
	}
	.s_activity .btn1 {
		margin-top: 18px;
		margin-left: 0;
	}

}


/* about */

.s_about {
	margin: 100px auto 0;
	position: relative;
}
.s_about .inr {
	text-align: left;
	position: relative;
	width: 1100px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	padding-left: 685px;
	padding-top: 70px;
}
.s_about .s_ttl1 {
	margin-bottom: 60px;
}
.s_about .img {
	width: 548px;
	position: absolute;
	left: 46px;
	top: 0;
}
.s_about .img img {
	width: 100%;
	height: auto;
}
.s_about .logo {
	clear: left;
	width: 340px;
}
.s_about .s_lead {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 2;
}
.s_about .btn1 {
	margin-top: 40px;
}

@media screen and (max-width: 480px) {

	.s_about {
		margin: 70px auto 0;
		padding-bottom: 50px;
	}
	.s_about::before {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 96px;
		width: 85.87%;
		bottom: 0;
		background: #f2efec;
	}
	.s_about .inr {
		width: 80%;
		padding-left: 0;
		padding-top: 0;
	}
	.s_about .s_ttl1 {
		margin: 0 -12.5% 20px 0;
		white-space: nowrap;
	}
	.s_about .img {
		width: 112.67%;
		position: relative;
		margin-left: -12.67%;
		margin-bottom: 20px;
		left: 0;
	}
	.s_about .logo {
		width: 245px;
	}
	.s_about .s_lead {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.s_about .s_lead br {
		display: none;
	}
	.s_about .btn1 {
		margin-top: 20px;
	}

}


/* country */

.s_country {
	margin-top: 70px;
	position: relative;
}
.s_country::before {
	content: '';
	display: block;
	width: 895px;
	height: 760px;
	position: absolute;
	left: 50%;
	margin-left: -252px;
	top: 0;
	background: url('../img/top_country_bg1.png') no-repeat 0 0 / 895px;
}
.s_country .inr {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 55px;
}
.s_country .s_ttl1 .ja .num {
	font-size: 3.8rem;
	line-height: 1.167;
}
.s_country .s_lead {
	margin-top: 40px;
	font-size: 1.6rem;
	line-height: 2;
}
.s_country .btn1 {
	margin-top: 40px;
}

@media screen and (max-width: 480px) {

	.s_country {
		margin-top: 70px;
	}
	.s_country::before {
		width: 492px;
		height: 420px;
		left: 50%;
		margin-left: -238px;
		top: 18px;
		background: url('../img/top_country_bg1_sp.png') no-repeat center top / 492px;
	}
	.s_country .inr {
		width: 80%;
		padding-top: 0;
	}
	.s_country .s_ttl1 {
		margin-right: -12.5%;
	}
	.s_country .s_ttl1 .ja .num {
		font-size: 3rem;
	}
	.s_country .s_lead {
		margin-top: 234px;
		font-size: 1.4rem;
	}
	.s_country .s_lead br {
		display: none;
	}
	.s_country .btn1 {
		margin-top: 20px;
	}

}


/* field */

.s_field {
	width: 960px;
	margin: 218px auto 0;
	text-align: left;
}
.field_list {
	margin: 72px -45px -50px 0;
	letter-spacing: -.4em;
}
.field_list li {
	width: 290px;
	display: inline-block;
	vertical-align: top;
	margin: 0 45px 50px 0;
	letter-spacing: 0.04em;
	position: relative;
}
.field_list li::before {
	position: absolute;
	z-index: 1;
	left: 15px;
	top: -0.6em;
	color: #8ed3f5;
	font-size: 6rem;
	font-weight: 500;
}
.field_list a {
	display: block;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 170px;
	text-align: center;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	padding-top: 59px;
	text-decoration: none;
}
.field_list a:hover::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	border: 5px solid #d70c19;	
}
.field_list .ja {
	display: block;
	font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
	font-weight: 800;
	font-size: 2rem;
}
.field_list .en {
	margin-top: 12px;
	display: inline-block;
	vertical-align: top;
	background: #d70c19;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	height: 15px;
	padding: 0 5px;
}
.field_list a::after {
	content: '';
	display: block;
	background: url('../img/arr1_wh.svg') no-repeat center center / contain;
	width: 20px;
	height: 20px;
	margin: 11px auto 0;
}
.field_list li:nth-child(1)::before { content: '1'; }
.field_list li:nth-child(2)::before { content: '2'; }
.field_list li:nth-child(3)::before { content: '3'; }
.field_list li:nth-child(4)::before { content: '4'; }
.field_list li:nth-child(5)::before { content: '5'; }
.field_list li:nth-child(6)::before { content: '6'; }
.field_list li:nth-child(1) a {	background-image: url('../img/top_field_img1.jpg'); }
.field_list li:nth-child(2) a {	background-image: url('../img/top_field_img2.jpg'); }
.field_list li:nth-child(3) a {	background-image: url('../img/top_field_img3.jpg'); }
.field_list li:nth-child(4) a {	background-image: url('../img/top_field_img4.jpg'); }
.field_list li:nth-child(5) a {	background-image: url('../img/top_field_img5.jpg'); }
.field_list li:nth-child(6) a {	background-image: url('../img/top_field_img6.jpg'); }

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
	.field_list li:nth-child(1) a {	background-image: url('../img/top_field_img1@2x.jpg'); }
	.field_list li:nth-child(2) a {	background-image: url('../img/top_field_img2@2x.jpg'); }
	.field_list li:nth-child(3) a {	background-image: url('../img/top_field_img3@2x.jpg'); }
	.field_list li:nth-child(4) a {	background-image: url('../img/top_field_img4@2x.jpg'); }
	.field_list li:nth-child(5) a {	background-image: url('../img/top_field_img5@2x.jpg'); }
	.field_list li:nth-child(6) a {	background-image: url('../img/top_field_img6@2x.jpg'); }
}

@media screen and (max-width: 480px) {

	.s_field {
		width: 80%;
		margin: 70px auto 0;
	}
	.field_list {
		margin: 32px -8.67% -28px;
	}
	.field_list li {
		width: 45.4%;
		margin: 0 2.3% 28px;
	}
	.field_list li::before {
		left: 6px;
		top: -0.6em;
		font-size: 3.2rem;
	}
	.field_list a {
		height: 24.8vw;
		padding-top: -webkit-calc( 12.4vw - 20px );
		padding-top: calc( 12.4vw - 20px );
	}
	.field_list a:hover::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-moz-box-sizing: border-box;
				 box-sizing: border-box;
		border: 5px solid #d70c19;	
	}
	.field_list .ja {
		font-size: 1.1rem;
	}
	.field_list .en {
		margin: 6px -12.5% 0;
		-webkit-transform: scale(0.8);
						transform: scale(0.8);
		-webkit-transform-origin: center top;
						transform-origin: center top;
	}
	.field_list a::after {
		width: 15px;
		height: 15px;
		margin: 2px auto 0;
	}
	.field_list li:nth-child(1) a {	background-image: url('../img/top_field_img1_sp.jpg'); }
	.field_list li:nth-child(2) a {	background-image: url('../img/top_field_img2_sp.jpg'); }
	.field_list li:nth-child(3) a {	background-image: url('../img/top_field_img3_sp.jpg'); }
	.field_list li:nth-child(4) a {	background-image: url('../img/top_field_img4_sp.jpg'); }
	.field_list li:nth-child(5) a {	background-image: url('../img/top_field_img5_sp.jpg'); }
	.field_list li:nth-child(6) a {	background-image: url('../img/top_field_img6_sp.jpg'); }

}


/* support */

.s_support {
	margin-top: 95px;
}
.s_support .img {
	position: relative;
	background: url('../img/top_support_bg1.jpg') no-repeat center top / cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
	.s_support .img {
		background: url('../img/top_support_bg1@2x.jpg') no-repeat center top / cover;
	}
}
.s_support .img::before,
.s_support .img::after {
	content: '';
	display: block;
}
.s_support .img::before {
	padding-top: 43.15%;
}
.s_support .img::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.s_support .img img {
	position: absolute;
	left: 27.2%;
	margin-left: -107px;
	top: 40%;
	margin-top: -24px;
	width: 215px;
	height: auto;
}
.s_support .img .note {
	position: absolute;
	background: rgba(0,0,0,0.3);
	color: #fff;
	right: 0;
	top: 0;
	padding: 0 18px;
	line-height: 35px;
}
.s_support .img .cap {
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
}
.s_support .img .copyright {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin-left: 22px;
}
.s_support .inr {
	background: #f2efec;
	border-radius: 4px;
	width: 1010px;
	margin: -110px auto 0;
	padding-bottom: 68px;
	position: relative;
}
.s_support .s_ttl {
	background: #d70c19;
	color: #fff;
	border-radius: 4px 4px 0 0;
	line-height: 60px;
	font-family: 'Manrope', '游ゴシック体 StdN E', 'Yu Gothic StdN E', sans-serif;
	font-weight: 800;
	font-size: 2.3rem;
	margin-bottom: 45px;
}
.s_support .s_lead {
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2;
}
.support_list {
	margin: 30px auto 0;
	display: table;
}
.support_list li {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}
.support_list a {
	display: block;
	background: #fff;
	border-radius: 5px;
	width: 280px;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	position: relative;
	padding: 42px 0;
	color: #353535;
	text-decoration: none;
}
.support_list a:hover {
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}
.support_list a:hover::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	border: 2px solid #d70c19;
	border-radius: 5px;
}
.support_list .ttl {
	color: #d70c19;
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	font-size: 2rem;
}
.support_list .ttl::after {
	content: '';
	display: block;
	width: 23px;
	height: 1px;
	background: #c5c3bf;
	margin: 20px auto;
}
.support_list .txt {
	font-size: 1.4rem;
	line-height: 1.71;
}
.support_list .link {
	margin-top: 25px;
	color: #2192d9;
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 15px;
	height: 15px;
}
.support_list .link::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('../img/arr1_lb.svg') no-repeat center center / contain;
	width: 15px;
	height: 100%;
	margin-right: 6px;	
}
.s_support .btn1 {
	margin-top: 38px;
}

@media screen and (max-width: 480px) {

	.s_support {
		margin-top: 70px;
	}
	.s_support .img {
		background: url('../img/top_support_bg2.jpg') no-repeat center top / cover;
	}
	.s_support .img::before {
		padding-top: 111.47%;
	}
	.s_support .img img {
		left: auto;
		margin-left: 0;
		top: auto;
		margin-top: 0;
		width: 170px;
		right: 5%;
		bottom: 137px;
	}
	.s_support .img .note {
		background: transparent;
		right: 6px;
		top: 10px;
		padding: 0;
		line-height: 1.2;
		text-align: right;
	}
	.s_support .img .cap {
		display: block;
		font-size: 1.1rem;
	}
	.s_support .img .copyright {
		margin-top: 4px;
		display: block;
		font-size: 1rem;
		margin-left: 0;
	}
	.s_support .inr {
		width: 90%;
		margin: -116px auto 0;
		padding-bottom: 40px;
	}
	.s_support .s_ttl {
		font-size: 2rem;
		line-height: 45px;
		margin-bottom: 20px;
	}
	.s_support .s_lead {
		font-size: 1.4rem;
		line-height: 1.75;
		padding: 0 7.8%;
		text-align: left;
	}
	.s_support .s_lead br {
		display: none;
	}
	.support_list {
		margin: 18px 7.8% 0;
		display: block;
	}
	.support_list li {
		display: block;
		padding: 0;
	}
	.support_list li + li {
		margin-top: 10px;
	}
	.support_list a {
		width: auto;
		padding: 21px 0;
	}
	.support_list a:hover {
		box-shadow: none;
	}
	.support_list a:hover::before {
		display: none;
	}
	.support_list .ttl {
		font-size: 1.8rem;
	}
	.support_list .ttl::after {
		display: none;
	}
	.support_list .txt {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	.support_list .link {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	.support_list .link::before {
		margin-right: 4px;	
	}
	.s_support .btn1 {
		margin-top: 14px;
	}

}


/* supporter1 */

.s_supporter1 {
	width: 960px;
	margin: 95px auto 0;
	text-align: left;
}

@media screen and (max-width: 480px) {

	.s_supporter1 {
	}

}


/* supporter2 */

.s_supporter2 {
	width: 960px;
	margin: 145px auto 0;
	text-align: left;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	padding-left: 276px;
	position: relative;
}
.s_support + .s_supporter2 {
	margin: 95px auto 0;	
}
.s_supporter2 .s_ttl1 {
	position: absolute;
	left: 0;
	top: 0;
}
.supporter_compay {
	width: 684px;
	padding-top: 60px;
}
.supporter_compay img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 480px) {

	.s_supporter2 {
		width: 80%;
		margin: 65px auto 0;
		padding-left: 0;
	}
	.s_support + .s_supporter2 {
		margin: 70px auto 0;	
	}
	.s_supporter2 .s_ttl1 {
		position: relative;
	}
	.supporter_compay {
		width: auto;
		text-align: center;
		margin: 0 -12.5%;
		padding-top: 30px;
	}
	.supporter_compay img {
		width: 335px;
	}

}


/* sdgs */

.s_sdgs {
	width: 960px;
	margin: 60px auto 0;
	text-align: left;
	border-top: 1px solid #e7e5e2;
	padding: 86px 0 80px;
}
.s_sdgs .s_ttl {
	font-family: 'Manrope', '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
}
.s_sdgs img {
	margin-top: 50px;
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media screen and (max-width: 480px) {

	.s_sdgs {
		width: 90%;
		margin: 35px auto 0;
		text-align: center;
		padding: 36px 0 43px;
	}
	.s_sdgs .s_ttl {
		font-size: 1.4rem;
		line-height: 1.71;
	}
	.s_sdgs img {
		margin-top: 20px;
		width: 300px;
	}

}