body {
	font-family: zen-kaku-gothic-new, sans-serif;
}

.c-arrow {
	align-items: center;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

.c-arrow img {
	filter: invert(1);
}

.c-arrow.--gray {
	background-color: #f3f3f3;
}

.c-arrow.--gray img {
	filter: unset;
}

.c-bnr {
	padding-bottom: 3.75rem;
	padding-top: 1.875rem;
	position: relative;
}

.c-bnr::before {
	background-color: #F5F5F5;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.c-bnr a {
	display: block;
}

.c-bnr a img {
	transition: all 0.3s;
}

.c-btn {
	align-items: center;
	background-color: #fff;
	border-radius: 2rem;
	color: #000;
	display: inline-flex;
	font-size: 1rem;
	font-weight: bold;
	height: 3.75rem;
	max-width: 15rem;
	padding-left: 2.5rem;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.c-btn.u-en {
	font-size: 1.375rem;
	letter-spacing: 0.02em;
}

.c-btn.--border {
	border: 2px solid #000;
}

.c-btn .c-arrow {
	height: 1.625rem;
	position: absolute;
	right: 0.75rem;
	width: 1.625rem;
}

.c-btn .c-arrow img {
	width: 0.5625rem;
}

.c-contact__title {
	color: #27211f;
	font-size: 2.25rem;
	text-transform: uppercase;
}

.c-contact__box {
	background-color: #27211f;
	border-radius: 0.3125rem;
	padding-bottom: 1.3125rem;
	padding-top: 2.125rem;
}

.c-contact_bigText {
	font-size: 0.9375rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: center;
}

.c-contact__text {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4615384615;
	margin-top: 0.625rem;
	text-align: center;
}

.c-contact__btn {
	margin-top: 0.875rem;
	text-align: center;
}

.c-contact__privacy {
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 0.875rem;
	text-align: center;
}

.c-contact__privacy a {
	transition: all 0.3s;
}

.c-hamburger {
	height: 100%;
	height: 4.0625rem;
	mix-blend-mode: difference;
	padding: 0;
	position: fixed;
	right: 0.3125rem;
	top: 0;
	width: 100%;
	width: 4.0625rem;
	z-index: 101;
}

.c-hamburger span {
	background-color: #fff;
	border-radius: 2px;
	display: inline-block;
	height: 2px;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 12px);
	width: 100%;
}

.c-hamburger span:nth-child(2) {
	top: 50%;
	width: 2.625rem;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 12px);
	width: 1.625rem;
}

.c-hamburger.is-active span {
	background-color: #fff;
}

.c-hamburger.is-active span:nth-child(1) {
	left: 50%;
	right: initial;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 2.625rem;
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	left: 50%;
	right: initial;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 2.625rem;
}

.c-line {
	align-items: center;
	background-color: #2bae60;
	border-radius: 0.5rem;
	display: inline-flex;
	height: 6.375rem;
	max-width: 15.6875rem;
	padding-left: 2.125rem;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.c-line__text {
	color: #fff;
	font-size: 1.1875rem;
	text-align: left;
	line-height: 1;
}

.c-line__text span {
	font-size: 1.75rem;
	letter-spacing: -0.01em;
}

.c-line__img {
	bottom: 0;
	position: absolute;
	right: 1.75rem;
	width: 6.1875rem;
}

.c-line .c-arrow {
	bottom: 0.4375rem;
	height: 1.1875rem;
	position: absolute;
	right: 0.4375rem;
	width: 1.1875rem;
}

.c-line .c-arrow img {
	width: 0.4375rem;
}

.c-newsList {
	border-bottom: 1px solid #000;
	display: block;
	padding-bottom: 1.6875rem;
	padding-top: 0.8125rem;
	position: relative;
	transition: all 0.3s;
}

.c-newsList__time {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.c-newsList__time span {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.c-newsList__main {
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: 5.75rem 1fr;
	margin-top: 0.125rem;
}

.c-newsList__thumb {
	display: block;
	overflow: hidden;
}

.c-newsList__thumb img {
	-o-object-fit: cover;
	aspect-ratio: 92/60;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	width: 100%;
}

.c-newsList__title {
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.c-newsList .c-arrow {
	height: 2.125rem;
	position: absolute;
	right: 0.125rem;
	top: 1.1875rem;
	transition: all 0.3s;
	width: 2.125rem;
}

.c-newsList .c-arrow img {
	width: 0.875rem;
}

.c-text {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.2142857143;
	text-align: justify;
}

.c-text p + p {
	margin-top: 0.5rem;
}

.c-title {
	font-size: 1.8125rem;
	font-weight: 900;
	line-height: 1.7586206897;
	padding-bottom: 2.375rem;
	position: relative;
}

.c-title::before {
	background: url(../images/common/flag.webp) center center/cover no-repeat;
	bottom: 0;
	content: "";
	height: 1.0625rem;
	left: 0;
	position: absolute;
	width: 3.6875rem;
}

@media (hover: hover) {

.c-bnr a:hover img {
	transform: scale(1.02);
}

.c-btn:hover {
	background-color: #f2f2f2;
}

.c-contact__privacy a:hover {
	color: #b3b3b3;
}

.c-hamburger:not(.is-active):hover span:nth-child(1) {
	width: 3.75rem;
}

.c-hamburger:not(.is-active):hover span:nth-child(2) {
	width: 3.75rem;
}

.c-hamburger:not(.is-active):hover span:nth-child(3) {
	width: 3.75rem;
}

.c-line:hover {
	transform: scale(1.025);
}

.c-newsList:hover .c-arrow {
	background-color: #D9D9D9;
}

.c-newsList:hover .c-newsList__thumb img {
	transform: scale(1.1);
}

}

@media screen and (min-width: 768px) {

.c-bnr {
	margin-inline: auto;
	max-width: 62.5rem;
	padding-bottom: 8.75rem;
	padding-top: 5.9375rem;
}

.c-contact__title {
	display: none;
}

.c-contact__box {
	background: none;
	padding: 0;
}

.c-contact_bigText {
	font-size: 1.625rem;
	text-align: left;
}

.c-contact__text {
	font-size: 1rem;
	text-align: left;
}

.c-contact__btn {
	margin-top: 2rem;
	text-align: left;
}

.c-contact__privacy {
	font-size: 0.875rem;
	margin-top: 1.875rem;
	text-align: left;
}

.c-hamburger {
	height: 6.0625rem;
	right: 2.1875rem;
	width: 6.0625rem;
}

.c-line {
	border-radius: 0.9375rem;
	height: 14.875rem;
	max-width: 37.75rem;
	padding-left: 5.125rem;
}

.c-line__text {
	font-size: 3rem;
}

.c-line__text span {
	font-size: 4.25rem;
}

.c-line__img {
	right: 4.5rem;
	width: 14.375rem;
}

.c-line .c-arrow {
	bottom: 1.125rem;
	height: 3rem;
	right: 1.25rem;
	width: 3rem;
}

.c-line .c-arrow img {
	width: 1rem;
}

.c-newsList {
	align-items: center;
	display: grid;
	grid-template-columns: 9.375rem 1fr;
	padding-block: 2.8125rem;
	padding-right: 8.4375rem;
}

.c-newsList__time {
	font-size: 3.75rem;
	line-height: 1;
}

.c-newsList__time span {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
}

.c-newsList__main {
	align-items: center;
	gap: 3rem;
	grid-template-columns: 12.5rem 1fr;
}

.c-newsList__thumb img {
	aspect-ratio: 200/130;
}

.c-newsList__title {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-top: 0;
}

.c-newsList .c-arrow {
	height: 3.25rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.25rem;
}

.c-newsList .c-arrow img {
	width: 1.3125rem;
}

.c-newsList.--small {
	display: block;
	height: 100%;
	padding-block: 1.875rem;
	padding-right: 0;
}

.c-newsList.--small .c-arrow {
	display: none;
}

.c-newsList.--small .c-newsList__time {
	bottom: 0.625rem;
	color: #979797;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	right: 0;
}

.c-newsList.--small .c-newsList__time span {
	display: inline-block;
}

.c-newsList.--small .c-newsList__main {
	align-items: flex-start;
	gap: 0.875rem;
	grid-template-columns: 12.5rem 1fr;
}

.c-text {
	font-size: 1.25rem;
	line-height: 2.5;
}

.c-title {
	font-size: 4rem;
	line-height: 1.171875;
	padding-bottom: 4.625rem;
}

.c-title::before {
	height: 1.5625rem;
	width: 5.375rem;
}

}


/*# sourceMappingURL=component.css.map */
