@charset "UTF-8";
/*!
Theme Name: myThemeBGmedia
Theme URI: https://geekhive.co.jp
Author: GeekHive
Author URI: https://geekhive.co.jp
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@import url(pages/customie.css);
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.pagination__btn {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #000;
}

.pagination__btn img {
	width: auto;
	height: 16px;
	object-fit: contain;
}

.pagination__btn.next img {
	margin-left: 3px;
}

.pagination__btn.prev img {
	margin-right: 3px;
}

.pagination__btn.disabled {
	background-color: #f4f4f4;
	cursor: not-allowed;
}

.pagination__current {
	padding: 0 4px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.top__new {
	padding: 70px 0 100px;
	overflow-x: hidden;
}

@media (max-width: 769px) {
	.top__new {
		padding: 42rem 0rem 60rem;
	}
}

.top__new .article-list {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 16px;
	display: block;
}

.top__newTitle {
	max-width: 1240px;
	margin: 0 auto 28px;
}

.top__new .latest {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 769px) {
	.top__new .latest {
		flex-direction: column;
		padding: 0 0px 30rem;
	}
}

.top__new .latest__link {
	width: 60%;
}

@media (max-width: 769px) {
	.top__new .latest__link {
		width: 100%;
	}
}

.top__new .latest__img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 15px;
	transition: all 0.5s ease;
}

.top__new .latest__imgWrapper {
	width: 100%;
	height: 100%;
	margin-right: 0;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.5s ease;
}

@media only screen and (max-width: 769px) {
	.top__new .latest__imgWrapper {
		width: 100%;
		height: 100%;
		margin-right: 0;
		margin-bottom: 15rem;
	}
}

.top__new .latest__body {
	width: 40%;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	z-index: 1;
}

@media (max-width: 769px) {
	.top__new .latest__body {
		width: 100%;
		height: 100%;
		padding: 0;
		gap: 8rem;
	}
}

.top__new .latest__bodyTop {
	display: flex;
	margin-bottom: -3px;
}

@media (max-width: 769px) {
	.top__new .latest__bodyTop {
		margin-bottom: 0;
	}
}

.top__new .latest__body .dateLink {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top__new .latest__bodyDate {
	padding: 6px 20px 3px 24px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #fff;
	border-radius: 0 20px 0 0;
	background-color: #fff;
	font-size: calc(min(24px, 1.5vw));
	font-weight: normal;
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
}

@media (max-width: 769px) {
	.top__new .latest__bodyDate {
		padding: 2rem 8rem 2rem 0rem;
		font-size: 12rem;
		font-weight: bold;
		border: none;
		border-radius: 0 15px 0 0;
	}
}

.top__new .latest__bodyCategory {
	margin-left: calc(min(-34px, -1vw));
	padding: 2px 22px 5px 53px;
	border-top: #000 2px solid;
	border-right: #000 2px solid;
	border-radius: 0 20px 0 0;
	font-size: calc(min(24px, 1.5vw));
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
}

@media (max-width: 769px) {
	.top__new .latest__bodyCategory {
		margin-left: 0;
		padding: 4rem 10rem;
		font-size: 12rem;
		line-height: 1.4;
		font-weight: bold;
		border: 1px solid;
		border-radius: 0 10px 0 0;
	}
}

.top__new .latest__body .titleLink {
	width: 100%;
	padding: 30px 24px;
	padding: calc(min(30px, 2.5vw)) calc(min(24px, 2vw));
	color: #000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: none;
	background-color: #fff;
	border-radius: 0 calc(min(50px, 4.5vw)) calc(min(50px, 4.5vw)) 0;
	transition: all 0.5s ease;
}

@media (max-width: 769px) {
	.top__new .latest__body .titleLink {
		padding: 0;
		border: none;
	}
}

.top__new .latest__bodyTitle {
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

@media (max-width: 769px) {
	.top__new .latest__bodyTitle {
		font-size: 16rem;
	}
}

.top__new .latest__bodyLink {
	color: #000;
	text-decoration: none;
}

@media (min-width: 770px) {
	.top__new .latest.is-hover .latest__imgWrapper img {
		transform: scale(1.1);
	}
	.top__new .latest.is-hover .latest__bodyDate {
		color: #fff;
		background-color: #000;
		border-bottom: 2px solid #000;
	}
	.top__new .latest.is-hover .titleLink {
		color: #fff;
		background-color: #000;
	}
}

.top__new .topNew__container {
	position: relative;
}

.top__new .topNew__container .top_new-btn {
	width: 50px;
	height: 50px;
	opacity: 0.75;
	z-index: 2;
}

.top__new .topNew__container .top_new-btn.swiper-button {
	transition: all 0.6s ease;
}

.top__new .topNew__container .top_new-btn.swiper-button-prev {
	top: 34%;
	left: -25px;
}

.top__new .topNew__container .top_new-btn.swiper-button-next {
	right: 0;
	top: 28%;
}

@media (max-width: 769px) {
	.top__new .topNew__container .top_new-btn {
		display: none;
	}
}

.top__new .swiper-button.swiper-button-prev.swiper-button-disabled,
.top__new .swiper-button.swiper-button-next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.top__new .topNew__slider {
	position: relative;
	left: 0;
	width: calc(100vw - var(--content-fit));
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 30px 0 70px auto;
	padding-right: calc(max(16px, var(--content-fit)));
	overflow: hidden;
}

@media (max-width: 769px) {
	.top__new .topNew__slider {
		width: 100%;
		margin: 0;
		padding: 0;
		flex-direction: column;
	}
}

@media (max-width: 769px) {
	.top__new .topNew__slider .swiper-wrapper {
		flex-direction: column;
	}
}

.top__new .topNew__slider .article-card {
	width: 100%;
	height: 100%;
}

@media (max-width: 769px) {
	.top__new .topNew__slider .article-card__date {
		font-size: 12rem;
		line-height: 1.4;
	}
}

.top__new .topNew__slider .article-card__category {
	display: flex;
	align-items: center;
	font-weight: bold;
}

@media (max-width: 769px) {
	.top__new .topNew__slider .article-card__category {
		padding: 4rem 15rem;
		font-weight: bold;
		border-radius: 0 10px 0 0;
		font-size: 12rem;
		line-height: 1.4;
		border: 1px solid;
	}
}

.top__video {
	background-color: #f4f4f4;
}

.top__videoInner {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 16px;
}

@media (max-width: 769px) {
	.top__videoInner {
		padding: 42rem 20rem 46rem;
	}
}

.top__videoInnerList {
	width: 100%;
	padding: 28px 32px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 769px) {
	.top__videoInnerList {
		padding: 30px 0;
		flex-direction: column;
		gap: 40rem;
	}
}

.top__videoInnerList-video {
	width: 100%;
}

.top__videoInnerList-video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}

.top__videoInnerList-item {
	width: calc(100% / 2 - 40px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

@media (max-width: 769px) {
	.top__videoInnerList-item {
		width: 100%;
		height: auto;
		gap: 8rem;
	}
}

.top__videoInnerList-title {
	font-size: 20px;
	font-size: calc(min(20px, 1.3vw));
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 769px) {
	.top__videoInnerList-title {
		font-size: 16rem;
	}
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}
}

.top__logoInnerWrapper {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 100px;
}

@media (max-width: 769px) {
	.top__logoInnerWrapper {
		height: 90px;
	}
}

.top__logoInnerList {
	padding: 0 30px;
	display: flex;
	gap: 60px;
	-webkit-animation: loop-slide 40s infinite linear 1s both;
	animation: loop-slide 40s infinite linear 1s both;
}

.top__logoInnerList-wrapper {
	overflow: hidden;
	width: 100%;
}

.top__logoInnerList-item {
	min-width: 100px;
	width: fit-content;
	min-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top__logoInnerList-item-img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

@-webkit-keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.top__category .container-inner {
	overflow-x: hidden;
}

.top__categoryInner {
	position: relative;
	padding: 0px 0;
}

.top__categoryBtn {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 769px) {
	.top__categoryBtn {
		top: 0;
		right: -70rem;
	}
}

.top__categoryBtn-inner {
	position: relative;
	width: 30vw;
	max-width: 400px;
	height: 25vw;
	max-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media (max-width: 769px) {
	.top__categoryBtn-inner {
		width: 238rem;
		height: 160rem;
		padding: 0;
	}
}

.top__categoryBtn-link {
	width: 100%;
	height: 100%;
}

@media (min-width: 770px) {
	.top__categoryBtn-link:hover .top__categoryBtn-arrow {
		transform: translateX(50%);
		transition: transform 0.6s cubic-bezier(0.7, 0, 0.84, 0.01);
	}
}

.top__categoryBtn-text {
	position: absolute;
	top: 20%;
	left: 67%;
	font-size: calc(min(18px, 1.2vw));
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 769px) {
	.top__categoryBtn-text {
		top: 18%;
		left: 44%;
		font-size: 18rem;
		line-height: 1;
	}
}

.top__categoryBtn-arrow {
	position: absolute;
	top: 24%;
	left: -50%;
	display: flex;
	font-size: calc(min(18px, 1.2vw));
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 769px) {
	.top__categoryBtn-arrow {
		top: 30%;
		left: -60%;
	}
}

.top__categoryBtn-arrow svg {
	width: 30vw;
	max-width: 400px;
	height: auto;
	object-fit: contain;
}

@media (max-width: 769px) {
	.top__categoryBtn-arrow svg {
		width: 238rem;
		height: auto;
	}
}

.top__categorySection {
	position: relative;
}

.top__categorySection .container-inner {
	position: relative;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 68px 16px 82px;
}

@media (max-width: 769px) {
	.top__categorySection .container-inner {
		padding: 41rem 20rem 56rem;
	}
}

.top__categorySection:nth-of-type(1) {
	background-color: #f4f4f4;
}

.top__categorySection:nth-of-type(1) .heading__h2 {
	width: fit-content;
	color: #d22d49;
}

.top__categorySection:nth-of-type(1) .heading__h2::before {
	background-image: url(./image/bud-r.png);
}

.top__categorySection:nth-of-type(1) .top__categoryBtn-inner {
	background-image: url(./image/red.png);
}

.top__categorySection:nth-of-type(1) .top__categoryBtn-inner svg {
	fill: #f4f4f4;
}

.top__categorySection:nth-of-type(1) .categoryswiper-pagination .swiper-pagination-bullet {
	border: 2px solid #d22d49 !important;
	background-color: transparent !important;
}

.top__categorySection:nth-of-type(1) .categoryswiper-pagination .swiper-pagination-bullet-active {
	background-color: #d22d49 !important;
	border: 2px solid #d22d49 !important;
	transition: all 0.5s ease;
}

.top__categorySection:nth-of-type(2) {
	background-color: #fff;
}

.top__categorySection:nth-of-type(2) .heading__h2 {
	width: fit-content;
	color: #f0c041;
}

.top__categorySection:nth-of-type(2) .heading__h2::before {
	background-image: url(./image/bud-y.png);
}

.top__categorySection:nth-of-type(2) .top__categoryBtn-inner {
	background-image: url(./image/yellow.png);
}

.top__categorySection:nth-of-type(2) .top__categoryBtn-inner svg {
	fill: #fff;
}

.top__categorySection:nth-of-type(2) .categoryswiper-pagination .swiper-pagination-bullet {
	border: 2px solid #f0c041 !important;
	background-color: transparent !important;
}

.top__categorySection:nth-of-type(2) .categoryswiper-pagination .swiper-pagination-bullet-active {
	background-color: #f0c041 !important;
	border: 2px solid #f0c041 !important;
	transition: all 0.5s ease;
}

.top__categorySection:nth-of-type(3) {
	background-color: #f4f4f4;
}

.top__categorySection:nth-of-type(3) .heading__h2 {
	width: fit-content;
	color: #204f9d;
}

.top__categorySection:nth-of-type(3) .heading__h2::before {
	background-image: url(./image/bud-b.png);
}

.top__categorySection:nth-of-type(3) .top__categoryBtn-inner {
	background-image: url(./image/blue.png);
}

.top__categorySection:nth-of-type(3) .top__categoryBtn-inner svg {
	fill: #f4f4f4;
}

.top__categorySection:nth-of-type(3) .categoryswiper-pagination .swiper-pagination-bullet {
	border: 2px solid #204f9d !important;
	background-color: transparent !important;
}

.top__categorySection:nth-of-type(3) .categoryswiper-pagination .swiper-pagination-bullet-active {
	background-color: #204f9d !important;
	border: 2px solid #204f9d !important;
	transition: all 0.5s ease;
}

.top__categorySwiper {
	margin-top: -14px;
}

.top__categoryList {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 24px;
	margin: 44px 0;
}

@media (max-width: 769px) {
	.top__categoryList {
		gap: 0;
	}
}

.top__categoryList .swiper-slide {
	width: calc(100% / 4 - 16px);
}

@media (max-width: 769px) {
	.top__categoryList .swiper-slide {
		width: 80%;
		height: auto;
	}
}

.top__categoryList-link {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	color: #000;
}

@media (max-width: 769px) {
	.top__categoryList-link {
		font-size: 16rem;
		gap: 0;
	}
}

.top__categoryList-img {
	aspect-ratio: 16 / 9;
}

.top__categoryList-img img {
	width: auto;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	aspect-ratio: 16 / 9;
}

.top__categoryList-title {
	margin-top: calc(min(16px, 1vw));
	font-size: 14px;
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 769px) {
	.top__categoryList-title {
		margin-top: 9rem;
		font-size: 16rem;
		line-height: 140%;
	}
}

.top__category .categoryswiper-pagination {
	display: flex;
	gap: 9px;
}

.top__media .top__categorySection {
	background-color: #dedede;
}

.top__media .top__categorySection .container-inner {
	padding-bottom: 80px;
}

@media (max-width: 769px) {
	.top__media .top__categorySection .container-inner {
		padding-bottom: 56rem;
	}
}

.top__media .top__categorySection .heading__h2 {
	width: fit-content;
	color: #000;
}

.top__media .top__categorySection .heading__h2::before {
	background-image: url(./image/bud.png);
}

.top__media .top__categorySection .categoryswiper-pagination .swiper-pagination-bullet {
	border: 2px solid #000 !important;
	background-color: transparent !important;
}

.top__media .top__categorySection .categoryswiper-pagination .swiper-pagination-bullet-active {
	background-color: #000 !important;
	border: 2px solid #000 !important;
	transition: all 0.5s ease;
}

.top__media .top__categoryList-title {
	line-height: 1.5;
	height: calc(1.5em * 3);
}

.top__media-line {
	width: 100%;
	height: 1px;
	margin: 5px auto 11px;
	background-color: #000;
}

@media (max-width: 769px) {
	.top__media-line {
		margin: 10rem auto 7rem;
	}
}

.top__media-date {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
}

@media (max-width: 769px) {
	.top__media-date {
		font-size: 12rem;
		font-weight: 400;
		line-height: 1;
	}
}

.top__media .view_more {
	margin: 26px auto 0;
}

@media (max-width: 769px) {
	.top__media .view_more {
		margin: 38rem auto 0;
	}
}

.top__tagInner {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
	padding: 70px 16px 0;
}

@media (max-width: 769px) {
	.top__tagInner {
		padding: 10.25641vw 5.12821vw 0;
	}
}

.top__tagTitle {
	margin-bottom: 28px;
}

.top__tagBlock {
	margin-bottom: 70px;
}

.top__tagBlock-item {
	margin-bottom: 40px;
}

.top__tagBlock-item:last-of-type {
	margin-bottom: 0;
}

.top__tagBlock-title {
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 769px) {
	.top__tagBlock-title {
		font-size: 4.61538vw;
	}
}

.top__tagBlockList {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.top__tag .top__tagBlockList-tags {
	font-size: 12px;
}

/* Pages
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

ul[role='list'],
ol[role='list'] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

:root {
	--slider-width: calc(55vw - 240px);
	--content-fit: calc((100vw - 1240px) / 2);
	--header-search-width: calc((100vw - 1240px) / 2 - 126px);
}

html {
	scroll-behavior: smooth;
	font-size: 1vw;
}

@media (max-width: 769px) {
	html {
		font-size: calc(100vw / 400);
	}
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 769px) {
	body {
		min-width: 100%;
		padding-top: 60px;
	}
}

main {
	min-height: 100vh;
}

@media (max-width: 769px) {
	.pc {
		display: none !important;
	}
}

@media (min-width: 770px) {
	.sp {
		display: none !important;
	}
}

@media (min-width: 770px) {
	.hover_action {
		transition: all 0.4s ease-in-out;
	}
	.hover_action img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.4s ease-in-out;
	}
	.hover_action figure {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 8px;
		transition: all 0.4s ease-in-out;
	}
	.hover_action figure:hover img {
		transform: scale(1.1);
	}
	.hover_action figure:hover .hover_action-text {
		opacity: 0.5;
	}
	.hover_action .hover_action-text {
		transition: all 0.4s ease-in-out;
	}
	.imgalpha {
		transition: all 0.4s ease-in-out;
	}
	.imgalpha:hover img {
		opacity: 0.8;
	}
}

.container {
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
	padding: 0 16px;
}

@media only screen and (max-width: 769px) {
	.container {
		display: block;
		padding: 36rem 0 0;
	}
}

.view_more {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 769px) {
	.view_more {
		max-width: 100%;
		margin-top: 30rem;
		padding: 0;
	}
}

.view_more__link {
	max-width: calc(min(720px, 50vw));
	width: 100%;
	padding: 20px 0;
	border: 2px solid #000;
	border-radius: 20px;
	background-color: #fff;
	font-size: calc(min(24px, 1.5vw));
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 770px) {
	.view_more__link:hover {
		color: #fff;
		background-color: #000;
	}
}

@media (max-width: 769px) {
	.view_more__link {
		max-width: 360rem;
		font-size: 20rem;
	}
}

.two-column-container {
	display: flex;
	margin: 0 auto;
	padding: 110px 50px 170px;
	max-width: 1240px;
	width: 100%;
}

@media only screen and (max-width: 769px) {
	.two-column-container {
		display: block;
		padding: 36rem 0 0;
	}
}

.two-column-container__main {
	flex-grow: 1;
}

@media only screen and (max-width: 769px) {
	.two-column-container__main {
		margin-right: 0;
		padding: 0 20rem;
	}
}

.two-column-container__side {
	flex-shrink: 0;
	flex-basis: 296px;
}

.two-column-container--top {
	padding-top: 130px;
	padding-bottom: 130px;
}

@media only screen and (max-width: 769px) {
	.two-column-container--top {
		padding-top: 66rem;
		padding-bottom: 0;
	}
}

.two-column-container--single {
	max-width: 1000px;
	margin: 0 auto;
	padding: 32px 16px 167px;
	flex-direction: column;
}

@media only screen and (max-width: 769px) {
	.two-column-container--single {
		display: block;
		padding: 20rem 0 0;
	}
}

.two-column-container--single .two-column-container__side {
	padding-top: 209px;
}

@media only screen and (max-width: 769px) {
	.two-column-container--single .two-column-container__side {
		display: block;
		padding-top: 0;
	}
}

.breadcrumbs {
	position: relative;
	padding: 124px 16px 0;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 7;
}

@media (max-width: 769px) {
	.breadcrumbs {
		max-width: 100%;
		padding: 0;
	}
}

.breadcrumbs__inner {
	display: flex;
	padding: 16px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 14px;
}

@media (max-width: 769px) {
	.breadcrumbs__inner {
		padding: 20px;
		font-size: 12px;
	}
}

.breadcrumbs__inner > span {
	margin: 0 12px;
	white-space: nowrap;
}

.breadcrumbs__inner > span:first-of-type {
	margin-left: 0;
}

.breadcrumbs__inner > span:last-of-type {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: normal;
	word-break: break-word;
}

.breadcrumbs__inner a {
	pointer-events: auto !important;
	padding-bottom: 0px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.breadcrumbs__inner a:focus, .breadcrumbs__inner a:hover {
	color: #7d7d7d;
	text-decoration: none;
	border-bottom: 1px solid #7d7d7d;
}

.heading__page {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 2px solid #000;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	color: #000000;
}

@media (max-width: 769px) {
	.heading__page {
		font-size: 30rem;
		padding-bottom: 0;
	}
}

.heading__page::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	background-image: url("./image/search-blk.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.heading__h2 {
	position: relative;
	padding-left: 60px;
	color: #000;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
}

@media only screen and (max-width: 769px) {
	.heading__h2 {
		font-size: 22rem;
		margin-bottom: 0;
		padding-left: 36rem;
	}
}

.heading__h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 58%;
	transform: translateY(-50%);
	width: calc(min(50px, 3.5vw));
	height: calc(min(30px, 2vw));
	background-image: url("./image/bud.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 769px) {
	.heading__h2::before {
		width: 30rem;
		height: 15rem;
	}
}

@media (max-width: 769px) {
	.article-lists {
		margin-bottom: 160rem;
	}
}

.article-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 36px;
	row-gap: 60px;
}

@media only screen and (max-width: 769px) {
	.article-list {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0;
	}
}

.article-list__total {
	margin: 24px 0 28px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 2px;
}

.article-list__total-num {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.article-list__total-text {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
}

.article-list .article-card {
	width: calc(100% / 3 - 24px);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media only screen and (max-width: 769px) {
	.article-list .article-card {
		position: relative;
		width: 100%;
		display: block;
		padding: 0 0 50rem;
	}
}

.article-list .article-card__img {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 769px) {
	.article-list .article-card__img {
		width: 100%;
		height: auto;
	}
}

.article-list .article-card__imgWrapper {
	width: 100%;
	flex-shrink: 0;
	display: block;
	transition: opacity 0.3s;
	text-decoration: none;
	overflow: hidden;
	border-radius: 15px;
}

@media only screen and (max-width: 769px) {
	.article-list .article-card__imgWrapper {
		height: 100%;
		margin-right: 0;
		margin-bottom: 15rem;
		border-radius: 10px;
	}
}

.article-list .article-card__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 8px;
}

.article-list .article-card__body-link {
	display: block;
	text-decoration: none;
}

@media (max-width: 769px) {
	.article-list .article-card__body-link {
		font-weight: 700;
		font-size: 16rem;
		line-height: 140%;
		letter-spacing: 0%;
	}
}

.article-list .article-card__meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

@media (min-width: 770px) {
	.article-list .article-card__meta {
		min-height: 26px;
	}
}

.article-list .article-card__date {
	font-size: calc(min(14px, 1vw));
	font-weight: normal;
}

@media (max-width: 769px) {
	.article-list .article-card__date {
		font-size: 14rem;
		font-weight: 700;
		line-height: 140%;
		letter-spacing: 0%;
	}
}

.article-list .article-card__category {
	padding: 6px 12px;
	border: 2px solid;
	border-radius: 0 15px 0 0;
	font-weight: normal;
	font-size: 14px;
	font-size: calc(min(14px, 1vw));
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

@media (max-width: 769px) {
	.article-list .article-card__category {
		padding: 4rem 8rem;
		border-radius: 0 10px 0 0;
		font-size: 14rem;
		border: 1px solid;
	}
}

.article-list .article-card__title {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: calc(min(20px, 1.5vw));
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 769px) {
	.article-list .article-card__title {
		font-size: 16rem;
		line-height: 140%;
		letter-spacing: 0%;
	}
}

.before-arrow-btn {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	max-width: 282px;
	border-bottom: 1.5px solid #000;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	line-height: 1.35;
	text-decoration: none;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.before-arrow-btn {
		padding-bottom: 21rem;
		max-width: 270rem;
	}
}

@media only screen and (max-width: 769px) {
	.before-arrow-btn__text {
		position: relative;
		right: 5rem;
	}
}

.before-arrow-btn__icon {
	display: inline-block;
	padding-right: 14px;
	font-weight: 500;
	transition: transform 0.3s;
}

@media only screen and (max-width: 769px) {
	.before-arrow-btn__icon {
		padding-right: 14rem;
	}
}

.before-arrow-btn:focus .before-arrow-btn__icon, .before-arrow-btn:hover .before-arrow-btn__icon {
	transform: translateX(8px);
}

.wp-pagenavi-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 96px;
}

@media only screen and (max-width: 769px) {
	.wp-pagenavi-wrapper {
		padding-top: 24rem;
	}
}

.wp-pagenavi-wrapper .wp-pagenavi a {
	display: inline-block;
	margin-right: 19px;
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #000;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
	transition: all 0.3s;
}

.wp-pagenavi-wrapper .wp-pagenavi a:focus, .wp-pagenavi-wrapper .wp-pagenavi a:hover {
	color: #fff;
	background-color: #000;
}

@media only screen and (max-width: 769px) {
	.wp-pagenavi-wrapper .wp-pagenavi a {
		margin-right: 15rem;
		width: 39rem;
		height: 39rem;
		font-size: 12rem;
		line-height: 39rem;
	}
}

.wp-pagenavi-wrapper .wp-pagenavi .current {
	display: inline-block;
	margin-right: 19px;
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 50%;
	color: #fff;
	background-color: #000;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi-wrapper .wp-pagenavi .current:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 769px) {
	.wp-pagenavi-wrapper .wp-pagenavi .current {
		margin-right: 15rem;
		width: 39rem;
		height: 39rem;
		font-size: 12rem;
		line-height: 39rem;
	}
}

.wp-pagenavi-wrapper .wp-pagenavi .extend {
	margin-right: 15px;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 769px) {
	.wp-pagenavi-wrapper .wp-pagenavi .extend {
		margin-right: 13rem;
		font-size: 12rem;
	}
}

.wp-pagenavi-wrapper .wp-pagenavi .nextpostslink {
	margin-right: 0;
}

.wp-pagenavi-wrapper .wp-pagenavi .nextpostslink,
.wp-pagenavi-wrapper .wp-pagenavi .prevpostslink {
	font-size: 16px;
}

@media only screen and (max-width: 769px) {
	.wp-pagenavi-wrapper .wp-pagenavi .nextpostslink,
	.wp-pagenavi-wrapper .wp-pagenavi .prevpostslink {
		font-size: 11rem;
	}
}

.search {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	text-decoration: none;
	color: #707070;
	width: 280px;
	height: 40px;
	font-size: 12px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

@media (max-width: 769px) {
	.search {
		max-width: 280rem;
		width: 100%;
		height: 40rem;
		font-size: 14rem;
	}
}

.search form {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	width: 100%;
	height: 100%;
}

.search .header__search {
	min-width: 140px;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border: 1px solid #000;
	border-radius: 50px 0 0 50px;
	background-color: #fff;
}

.search .search-btn {
	position: relative;
	width: calc(min(70px, 30%));
	height: 102%;
	margin-right: -1%;
	background-color: #000;
	border-radius: 0 50px 50px 0;
}

@media (max-width: 769px) {
	.search .search-btn {
		width: 50rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.search .search-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(./image/search.png);
	background-size: cover;
}

@media (max-width: 769px) {
	.search .search-btn::after {
		left: 46%;
	}
}

.lang {
	/* Bogo */
	/* englishをENに書き換える */
}

.lang .bogo-language-switcher {
	display: flex;
	flex-direction: row-reverse;
}

.lang .bogo-language-switcher a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	width: 60px;
	height: 40px;
	padding-bottom: 3px;
	font-size: 24px;
	background-color: #fff;
	border: 1px solid #000;
}

@media (max-width: 769px) {
	.lang .bogo-language-switcher a {
		padding-bottom: 1px;
		height: 25px;
		font-size: 15px;
	}
}

.lang .bogo-language-switcher .no-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	width: 60px;
	height: 40px;
	font-size: 24px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0 33px 33px 0;
}

@media (max-width: 769px) {
	.lang .bogo-language-switcher .no-link {
		height: 25px;
		font-size: 15px;
	}
}

.lang .bogo-language-switcher .ja {
	margin-right: -1px;
}

.lang .bogo-language-switcher .en a {
	padding-right: 2px;
	border-radius: 0 33px 33px 0;
}

.lang .bogo-language-switcher .ja a {
	padding-left: 2px;
	border-radius: 33px 0 0 33px;
}

.lang .bogo-language-switcher .en.current a {
	border-radius: 0 33px 33px 0;
	background-color: #000;
	color: #fff;
}

.lang .bogo-language-switcher .ja.current a {
	border-radius: 33px 0 0 33px;
	background-color: #000;
	color: #fff;
}

@media screen and (min-width: 770px) {
	.lang .header__lang.sp {
		display: none;
	}
}

@media screen and (max-width: 769px) {
	.lang .header__lang.pc {
		display: none;
	}
	.lang .header__lang.sp {
		position: absolute;
		margin-top: -0.76923vw;
		right: 15px;
		top: 45%;
	}
	.lang .bogo-language-switcher a {
		width: 40px;
	}
	.lang .bogo-language-switcher .en span {
		width: 40px;
	}
	.lang .bogo-language-switcher .ja span {
		width: 40px;
	}
}

.lang .display-none {
	display: none;
}

.sp {
	display: none;
}

@media only screen and (max-width: 769px) {
	.sp {
		display: block;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.header {
	width: 100%;
}

@media (min-width: 770px) {
	.header {
		display: none;
	}
}

@media (max-width: 769px) {
	.header {
		display: block !important;
	}
}

.header__inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media only screen and (max-width: 769px) {
	.header__inner {
		height: 60rem;
		padding: 0 20px;
		justify-content: space-between;
	}
}

.header__left {
	position: fixed;
	left: 0;
	top: 0;
	padding: 24px 30px 0;
	z-index: 9;
}

.header__leftLogo {
	height: 90px;
	display: block;
}

@media only screen and (max-width: 769px) {
	.header__leftLogo {
		display: none;
	}
}

.header__leftLogo img {
	width: auto;
	height: 100%;
}

.header__right {
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	width: 126px;
	z-index: 9;
}

.header__rightLogo {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}

.header__rightLogo img {
	width: 100%;
	max-width: 80px;
}

.header__rightHamburger {
	width: 100%;
}

.header__rightHamburger .hamburger_one {
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 0 0 0 20px;
	z-index: 100;
}

.header__rightHamburger .hamburger_one .item {
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: center;
}

.header__rightHamburger .hamburger_one .menu-trigger {
	position: relative;
	width: 56px;
	height: 20px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.header__rightHamburger .hamburger_one .menu-trigger__text {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.header__rightHamburger .hamburger_one .menu-triggerLine {
	position: absolute;
	left: 0;
	width: 56px;
	height: auto;
	transition: all 0.4s;
}

.header__rightHamburger .hamburger_one .menu-triggerLine:nth-of-type(1) {
	top: 0;
}

.header__rightHamburger .hamburger_one .menu-triggerLine:nth-of-type(1):nth-of-type(2) {
	bottom: 0;
}

.header__rightHamburger .hamburger_one .menu-trigger.active {
	height: 44px;
}

.header__rightHamburger .hamburger_one .menu-trigger.active .menu-triggerLine:nth-of-type(1) {
	transform: translate(0, 16px) rotate(-45deg);
}

.header__rightHamburger .hamburger_one .menu-trigger.active .menu-triggerLine:nth-of-type(2) {
	transform: translate(0, -6px) rotate(45deg);
}

.header__right.active .header__rightLogo {
	display: none;
}

.header__right.active .header__rightHamburger .hamburger_wrap {
	width: 90px;
	height: 90px;
	border-bottom-left-radius: 0px;
}

.header__right.active .header__rightHamburger .menu-trigger {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 44px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.header__right.active .header__rightHamburger .menu-trigger.active .menu-triggerLine:nth-of-type(1) {
	transform: translate(-4px, 20px) rotate(-45deg);
}

.header__right.active .header__rightHamburger .menu-trigger.active .menu-triggerLine:nth-of-type(2) {
	transform: translate(-4px, -16px) rotate(45deg);
}

.header__right.active .header__rightHamburger .menu-trigger__text {
	margin-top: 3px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 9;
	background-color: #fff;
}

@media (max-width: 769px) {
	.header {
		height: 60px;
		width: 100vw;
	}
}

.header__top {
	height: 90px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 769px) {
	.header__top {
		height: 60px;
	}
}

.header__topLeft {
	padding: 12px 16px;
}

@media (max-width: 769px) {
	.header__topLeft {
		padding: 8px 16px;
	}
}

.header__topLeftLogo {
	height: 100%;
	width: auto;
}

.header__topRight {
	display: flex;
	align-items: center;
}

.header__topRightLang {
	padding: 0 70px 0 50px;
}

@media (max-width: 769px) {
	.header__topRightLang {
		padding: 0 20px;
	}
}

.header__bottom {
	position: fixed;
	top: 89px;
	left: 0px;
	width: 101%;
	height: calc(100vh - 89px);
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 7;
	display: none;
	opacity: 0;
	transition: all 0.4s;
}

@media (max-width: 769px) {
	.header__bottom {
		top: 59px;
		height: calc(100% - 59px);
	}
}

.header__bottom.active {
	animation: fadeIn 0.4s forwards;
	display: block;
}

@media (min-width: 770px) {
	.header__bottom a:hover {
		color: #7d7d7d;
	}
}

.header__bottomInner {
	position: relative;
	padding: 48px 140px 48px 120px;
	background-color: #000;
	z-index: 10;
}

@media (max-width: 769px) {
	.header__bottomInner {
		height: 100%;
		padding: 40px 24px calc(min(80px, 10vw)) 24px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		overflow-x: hidden;
		overflow-y: auto;
	}
}

.header__bottomList {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media (max-width: 769px) {
	.header__bottomList {
		width: 100%;
		flex-direction: column;
		gap: 20rem;
	}
}

.header__bottomListItem {
	width: calc(100% / 4 - 20px);
}

@media (max-width: 769px) {
	.header__bottomListItem {
		width: 100%;
	}
}

.header__bottomListItem-link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 4px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	transition: all 0.4s;
}

@media (max-width: 769px) {
	.header__bottomListItem-link {
		font-size: 18rem;
		padding: 2px 0;
	}
}

.header__bottomListItem-icon {
	height: 10px;
}

.header__bottomListItem-icon img {
	width: auto;
	height: 100%;
}

.header__bottomList--category {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
}

.header__bottomListInner {
	margin: 16px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	width: 80%;
}

@media (max-width: 769px) {
	.header__bottomListInner {
		width: 100%;
		gap: 8rem;
		padding: 0 4px 0 16px;
	}
}

.header__bottomListInnerItem {
	width: 100%;
}

.header__bottomListInnerItem-link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
}

@media (max-width: 769px) {
	.header__bottomListInnerItem-link {
		font-size: 18rem;
	}
}

.header__bottomListInnerItem-icon {
	height: 10px;
}

.header__bottomListInnerItem-icon img {
	width: auto;
	height: 100%;
}

.header__bottomBottom {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 769px) {
	.header__bottomBottom {
		margin-top: 0;
		padding-top: 40px;
		flex-direction: row-reverse;
		align-items: flex-end;
	}
}

.header__bottomBottomLeft-logo {
	display: flex;
	max-width: 150px;
	width: 100%;
}

.header__bottomBottomLeft-logoImg {
	width: 100%;
	height: auto;
}

.header__bottomBottomRight-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

@media (max-width: 769px) {
	.header__bottomBottomRight-sns {
		gap: 20px;
	}
}

.header__bottomBottomRight-snsLink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
}

@media (max-width: 769px) {
	.header__bottomBottomRight-snsLink {
		width: 24px;
		height: 24px;
	}
}

.header__bottomBottomRight-snsLink img {
	width: auto;
	height: 100%;
}

.header .hamburger {
	min-width: 90px;
	width: 101px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #000;
	z-index: 100;
}

@media (max-width: 769px) {
	.header .hamburger {
		min-width: 60px;
		width: 60px;
		height: 60px;
	}
}

.header .hamburger .item {
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: center;
}

@media (max-width: 769px) {
	.header .hamburger .item {
		width: 34px;
		height: auto;
		margin-top: 7px;
	}
}

.header .hamburger .menu-trigger {
	position: relative;
	width: 56px;
	height: 20px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

@media (max-width: 769px) {
	.header .hamburger .menu-trigger {
		width: 32px;
		height: 14px;
	}
}

.header .hamburger .menu-trigger__text {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

@media (max-width: 769px) {
	.header .hamburger .menu-trigger__text {
		font-size: 9px;
	}
}

.header .hamburger .menu-triggerLine {
	position: absolute;
	left: 0;
	width: 56px;
	height: auto;
	transition: all 0.4s;
}

@media (max-width: 769px) {
	.header .hamburger .menu-triggerLine {
		width: 34px;
	}
}

.header .hamburger .menu-triggerLine:nth-of-type(1) {
	top: 0;
}

.header .hamburger .menu-triggerLine:nth-of-type(1):nth-of-type(2) {
	bottom: 0;
}

.header .hamburger .menu-trigger.active {
	height: 44px;
}

@media (max-width: 769px) {
	.header .hamburger .menu-trigger.active {
		height: 26px;
	}
}

.header .hamburger .menu-trigger.active .menu-triggerLine:nth-of-type(1) {
	transform: translate(0, 16px) rotate(-45deg);
}

@media (max-width: 769px) {
	.header .hamburger .menu-trigger.active .menu-triggerLine:nth-of-type(1) {
		transform: translate(0, 10px) rotate(-45deg);
	}
}

.header .hamburger .menu-trigger.active .menu-triggerLine:nth-of-type(2) {
	transform: translate(0, -6px) rotate(45deg);
}

@media (max-width: 769px) {
	.header .hamburger .menu-trigger.active .menu-triggerLine:nth-of-type(2) {
		transform: translate(0, -3px) rotate(45deg);
	}
}

.header__toppage {
	position: relative;
	width: 100%;
	height: 76px;
	background-color: #000;
	z-index: 7;
}

@media (max-width: 769px) {
	.header__toppage {
		height: 100%;
	}
}

.header__toppageInner {
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	display: flex;
}

@media (max-width: 769px) {
	.header__toppageInner {
		flex-direction: column;
	}
}

.header__toppageLeft {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 769px) {
	.header__toppageLeft {
		width: 100%;
	}
}

.header__toppageRight {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 40%;
}

@media (max-width: 769px) {
	.header__toppageRight {
		width: 100%;
		padding: 30px 0;
		background-color: #fff;
		border-bottom: 1px solid #000;
	}
}

.header__toppageRightText {
	display: block;
	width: 20%;
	font-size: calc(min(20px, 1.5vw));
	color: #fff;
	text-align: center;
	padding: 0;
}

@media (max-width: 769px) {
	.header__toppageRightText {
		display: none;
	}
}

.header__toppageRightSearch.search {
	width: 72%;
}

@media (max-width: 769px) {
	.header__toppageRightSearch.search {
		max-width: 280rem;
		width: 100%;
		font-size: 14rem;
	}
}

.header__toppageList {
	width: 100%;
	height: 100%;
	border-right: 2px solid #fff;
}

@media (max-width: 769px) {
	.header__toppageList:last-of-type {
		border-right: none;
	}
}

.header__toppageList-Link {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(min(20px, 1.5vw));
	color: #fff;
	text-decoration: none;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	transition: all 0.4s;
}

@media (max-width: 769px) {
	.header__toppageList-Link {
		padding: 12rem 0;
		font-size: 14rem;
	}
}

@media (min-width: 770px) {
	.header__toppageList-Link:hover {
		color: #000;
		background-color: #fff;
	}
}

.header__toppageLang {
	position: absolute;
	top: -70px;
	right: 0;
	width: 126px;
	height: 70px;
}

@media (max-width: 769px) {
	.header__toppageLang {
		display: none;
	}
}

.header__toppageLang .bogo-language-switcher {
	height: 100%;
	width: 100%;
	display: flex;
}

.header__toppageLang .bogo-language-switcher li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	width: 100%;
	height: 100%;
}

.header__toppageLang .bogo-language-switcher a {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: none;
	border-radius: 20px 0 0 0;
	transition: all 0.4s;
}

@media (min-width: 770px) {
	.header__toppageLang .bogo-language-switcher a:hover {
		background-color: #000;
		color: #fff;
	}
}

.header__toppageLang .bogo-language-switcher .bogo-language-name {
	width: 100%;
	height: 100%;
}

.header__toppageLang .bogo-language-switcher .current {
	display: none;
}

.header__toppageLang .display-none {
	display: none;
}

.header_one.header__right {
	z-index: 990;
}

.header__beforeWrap {
	display: none;
}

.header__afterWrap {
	display: none;
}

@media (max-width: 769px) {
	.header__afterWrap {
		display: block !important;
	}
}

.header__before .header__top {
	display: none;
	transition: all 0.4s;
}

.header__before .header__top.active {
	display: flex;
}

.header__before .header__topRight {
	margin-right: calc(max(var(--content-fit), 140px));
}

.header__after {
	display: block;
}

.header__after .header__top {
	display: flex;
	transition: all 0.4s;
}

.header__after .header__topRight {
	margin-right: 0;
}

.footer {
	position: relative;
}

@media (min-width: 770px) {
	.footer .sp {
		display: none;
	}
}

@media (max-width: 769px) {
	.footer .pc {
		display: none;
	}
}

.footer__inner {
	position: relative;
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: space-between;
	background-color: #000;
}

@media (max-width: 769px) {
	.footer__inner {
		height: 420px;
		padding: 34px 16px;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		gap: 34px;
	}
}

.footer__left {
	display: flex;
	align-items: flex-end;
	padding-bottom: calc(min(3vw, 40px));
	padding-left: calc(min(7vw, 140px));
}

@media (max-width: 769px) {
	.footer__left {
		padding: 0;
		align-items: center;
		justify-content: center;
		gap: 34px;
	}
}

.footer__leftMenuLink {
	padding: 0 calc(min(4vw, 70px));
	font-size: calc(min(18px, 1.2vw));
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	transition: all 0.3s ease;
}

@media (max-width: 769px) {
	.footer__leftMenuLink {
		padding: 0 20rem;
		font-size: 14px;
		color: #fff;
	}
	.footer__leftMenuLink:nth-last-child(2) {
		border: none;
	}
}

@media (min-width: 770px) {
	.footer__leftMenuLink:hover {
		color: #7d7d7d;
	}
}

.footer__leftMenuLink:last-child {
	border: none;
}

@media (max-width: 769px) {
	.footer__leftMenuLink:last-child {
		display: block;
		width: 100%;
		text-align: center;
	}
}

.footer__right {
	display: flex;
	align-items: center;
	padding-right: calc(min(5vw, 110px));
}

@media (max-width: 769px) {
	.footer__right {
		padding: 0;
		flex-direction: column;
	}
}

.footer__rightInner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

@media (max-width: 769px) {
	.footer__rightInner {
		gap: 34px;
	}
}

.footer__rightLogo {
	max-width: 148px;
	width: 100%;
	display: block;
}

@media (max-width: 769px) {
	.footer__rightLogo {
		max-width: 164px;
	}
}

.footer__rightSns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: calc(min(2vw, 40px));
}

@media (max-width: 769px) {
	.footer__rightSns {
		gap: 40px;
		padding-bottom: 40px;
	}
}

.footer__rightSnsLink {
	width: 24px;
	height: 24px;
}

@media (max-width: 769px) {
	.footer__rightSnsLink {
		width: 26px;
		height: 26px;
	}
}

.footer .toTop {
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .toTop__inner {
	transition: all 0.3s ease-in-out;
}

.footer .toTop__link {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	text-decoration: none;
}

@media (min-width: 770px) {
	.footer .toTop__link:hover .toTop__inner {
		transform: translateY(-10%);
		transition: all 0.3s ease-in-out;
	}
}

.footer .toTop__text {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

@media (max-width: 769px) {
	.footer .toTop__text {
		font-size: 14px;
	}
}

.footer .toTop__img {
	width: 100%;
	max-width: 100px;
}

.p-top {
	padding-bottom: 160px;
}

.slider {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.swiper-pagination {
	width: fit-content !important;
	margin-left: calc(min(650px, 35%));
	display: flex;
	align-items: center;
	gap: calc(min(20px, 2vw));
	transition: all 0.5s ease;
	z-index: 5 !important;
}

@media (max-width: 769px) {
	.swiper-pagination {
		margin-left: 0 !important;
		bottom: 16rem !important;
		left: auto !important;
		right: 20rem !important;
	}
}

.swiper-pagination-bullet {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #000 !important;
	background-color: #fff !important;
	opacity: 1 !important;
	transition: all 0.5s ease;
}

@media (max-width: 769px) {
	.swiper-pagination-bullet {
		border: 1px solid #000 !important;
	}
}

.swiper-pagination-bullet-active {
	background-color: #000 !important;
	transition: all 0.5s ease;
}

.swiper-slide-next {
	margin-left: 3px !important;
}

.pickup {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(./image/bg_circle.png);
	background-size: calc(min(66vw, 1120px)) calc(min(66vw, 1120px));
	background-position: 50% calc(max(-25vw, -400px));
	background-repeat: no-repeat;
}

@media (max-width: 769px) {
	.pickup {
		background-size: 100vw 100vw;
		background-position: 50% -36vw;
		margin-top: -1px;
		overflow: hidden;
	}
}

.pickup .slider__circle {
	position: absolute;
	top: 0%;
	left: 49.9%;
	transform: translate(-50%, 0%);
	margin-top: calc(max(-25vw, -400px));
	width: calc(min(66vw, 1120px));
	height: calc(min(66vw, 1120px));
	padding: calc(min(1.2vw, 20px));
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

@media (max-width: 769px) {
	.pickup .slider__circle {
		left: 50%;
		max-width: 100%;
		width: 100%;
		height: 100vw;
		margin-top: -36vw;
		padding: 2vw;
	}
}

.pickup .slider__circle img {
	overflow: visible;
	animation: rotation 120s linear infinite;
	width: 100%;
	height: 100%;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

.swiper-pickup {
	overflow: hidden;
	margin-top: -0.1%;
}

.swiper-pickup .swiper-slide {
	position: relative;
	min-height: 500px;
	max-height: 800px;
	height: calc(min(100vh, 45vw));
	overflow: hidden;
	border: transparent 1px solid;
	box-sizing: border-box;
}

@media (max-width: 769px) {
	.swiper-pickup .swiper-slide {
		min-height: calc(100vw * 0.9);
		height: 100%;
		margin-top: -1px;
		margin-left: 1vw;
	}
}

@media (max-width: 769px) {
	.swiper-pickup .swiper-slide[aria-label]:not([aria-label="1 / 5"]) .slider__imgThumb {
		transform: translate(0, 0);
	}
}

.swiper-pickup .slider {
	position: relative;
}

.swiper-pickup .slider__link {
	position: relative;
	width: calc(min(65vw, 1086px));
	height: fit-content;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}

.swiper-pickup .slider__link:hover {
	text-decoration: none;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__link {
		max-width: 100%;
		width: 100%;
	}
}

.swiper-pickup .slider__img {
	position: relative;
	margin: 0 auto;
}

.swiper-pickup .slider__imgThumb {
	position: relative;
	width: calc(min(59vw, 1000px));
	height: calc(min(59vw, 1000px));
	margin: 0 auto;
	margin-top: calc(max(-21.5vw, -338px));
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__imgThumb {
		max-width: 89vw;
		max-height: 100%;
		width: 100%;
		height: 100%;
		margin-top: -30.5vw;
	}
}

.swiper-pickup .slider__imgThumb img {
	height: calc(100% - (min(21vw, 333px)));
	width: 100%;
	object-fit: cover;
	transition: all 0.5s ease;
	position: absolute;
	top: calc(min(21vw, 335px));
}

@media (max-width: 769px) {
	.swiper-pickup .slider__imgThumb img {
		height: calc(100% - (30vw));
		width: 100%;
		margin-left: 0;
		top: 30.5vw;
	}
}

.swiper-pickup .slider__body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55%;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	transition: all 0.5s ease;
	z-index: 1;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__body {
		max-width: 100%;
		width: 100%;
		height: fit-content;
		padding: 0;
		margin-top: calc(max(-15vw, -240px));
	}
}

.swiper-pickup .slider__bodyTop {
	display: flex;
	margin-bottom: -2.5px;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__bodyTop {
		margin-bottom: -1px;
	}
}

@media screen and (min-width: 1400px) {
	.swiper-pickup .slider__bodyTop {
		margin-bottom: -3px;
	}
}

.swiper-pickup .slider__bodyDate {
	width: 100%;
	font-size: calc(min(24px, 1.5vw));
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
	text-align: right;
	padding: 6px 20px 4px;
	padding-left: calc(max(16px, var(--content-fit)));
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #fff;
	border-radius: 0 20px 0 0;
	background-color: #fff;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__bodyDate {
		padding: 5rem 12rem 3rem 20rem;
		font-size: 12rem;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #fff;
		border-radius: 0 15px 0 0;
	}
}

.swiper-pickup .slider__body .dateLink {
	transition: all 0.5s ease;
	z-index: 2;
}

.swiper-pickup .slider__bodyCategory {
	display: flex;
	align-items: center;
	margin-left: -20px;
	padding: 2px 24px 5px 44px;
	border-top: #000 2px solid;
	border-right: #000 2px solid;
	border-radius: 0 20px 0 0;
	font-size: 24px;
	font-weight: bold;
	font-size: calc(min(24px, 1.5vw));
	text-decoration: none;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__bodyCategory {
		margin-left: -20rem;
		padding: 2rem 24rem 2rem 40rem;
		font-size: 12rem;
		border-top: #000 1px solid;
		border-right: #000 1px solid;
		border-radius: 0 15px 0 0;
	}
}

.swiper-pickup .slider__body .titleLink {
	width: 100%;
	padding: 32px 40px 75px;
	padding-left: calc(max(40px, var(--content-fit)));
	color: #000;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #fff;
	border-radius: 0 50px 0 0;
	transition: all 0.5s ease;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__body .titleLink {
		padding: 16rem 20rem 50rem;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-radius: 0 30px 0 0;
	}
}

.swiper-pickup .slider__bodyTitle {
	max-width: 700px;
	font-size: calc(min(28px, 2vw));
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all 0.5s ease;
}

@media (max-width: 769px) {
	.swiper-pickup .slider__bodyTitle {
		line-height: 1.5;
		height: calc(1.5em * 3);
		font-size: 16rem;
		-webkit-line-clamp: 3;
	}
}

.swiper-pickup .slider__bodyLink {
	color: #000;
	text-decoration: none;
}

.swiper-pickup .is-hover .slider__imgThumb img {
	transform: scale(1.2);
}

.swiper-pickup .is-hover .slider__bodyDate {
	color: #fff;
	background-color: #000;
	border-bottom: 2px solid #000;
}

@media (max-width: 769px) {
	.swiper-pickup .is-hover .slider__bodyDate {
		border-bottom: 1px solid #000;
	}
}

.swiper-pickup .is-hover .slider__bodyLink.titleLink {
	color: #fff;
	background-color: #000;
}

.swiper-pickup.slide-hover .swiper-pagination .swiper-pagination-bullet {
	background-color: #000 !important;
	border: 2px solid #fff !important;
}

@media (max-width: 769px) {
	.swiper-pickup.slide-hover .swiper-pagination .swiper-pagination-bullet {
		border: 1px solid #fff !important;
	}
}

.swiper-pickup.slide-hover .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff !important;
}

.swiper-pickup .swiper-pagination {
	margin-left: var(--slider-width);
	bottom: 35px !important;
}

@media (max-width: 769px) {
	.swiper-pickup .swiper-pagination {
		bottom: 22rem !important;
		gap: calc(min(9px, 3.8vw)) !important;
	}
}

@media (max-width: 769px) {
	.swiper-pickup .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}
}

.br-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.br-sp {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.br-sp {
		display: block;
	}
}

.article {
	padding-bottom: 40px;
}

@media only screen and (max-width: 769px) {
	.article {
		padding-bottom: 0;
	}
}

.article p img {
	max-width: calc(min(90%, 750px));
	height: auto;
	margin: 16px 0;
}

@media (max-width: 769px) {
	.article p img {
		max-width: 100%;
	}
}

.article a {
	color: #000;
	text-decoration: underline;
	transition: all 0.3s ease;
}

@media (min-width: 770px) {
	.article a:hover {
		color: #7d7d7d;
		text-decoration: none;
	}
}

.article__meta {
	margin: 0 0 -4px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 769px) {
	.article__meta {
		justify-content: flex-start;
	}
}

.article__category {
	margin-left: -20px;
	padding: 6px 18px 10px 38px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-radius: 0 20px 0 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none !important;
	z-index: 0;
}

@media (max-width: 769px) {
	.article__category {
		margin-left: -20px;
		padding: 6px 20px 10px 38px;
		font-size: 14rem;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-radius: 0 15px 0 0;
	}
}

.article__date {
	padding: 6px 18px 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	z-index: 1;
}

@media only screen and (max-width: 769px) {
	.article__date {
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		font-size: 14rem;
		border-radius: 15px 15px 0 0;
	}
}

.article__title {
	padding-bottom: 24px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}

@media only screen and (max-width: 769px) {
	.article__title {
		margin-bottom: 13rem;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 20rem;
		font-weight: 700;
		line-height: 140%;
		letter-spacing: 0%;
	}
}

.article__main-img {
	max-width: 100%;
	margin-bottom: 44px;
}

@media only screen and (max-width: 769px) {
	.article__main-img {
		margin-bottom: 13rem;
	}
}

.article__main-img img {
	position: relative;
	max-width: 100%;
	border-radius: 0 20px 20px 20px;
	border: 2px solid #000;
	width: 100%;
	height: auto;
	z-index: 1;
}

@media (max-width: 769px) {
	.article__main-img img {
		border: 1px solid #000;
		border-radius: 0 15px 15px 15px;
	}
}

.article .profile {
	margin-bottom: 20px;
	backdrop-filter: blur(20.3px);
	border: 2px solid #000;
}

@media (max-width: 769px) {
	.article .profile {
		margin-bottom: 10rem;
		border: 1px solid #000;
	}
}

.article .profile:last-of-type {
	margin-bottom: 0;
}

.article__content {
	margin-bottom: 50px;
}

@media only screen and (max-width: 769px) {
	.article__content {
		margin-bottom: 50rem;
	}
}

.article__content > p {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0%;
}

@media only screen and (max-width: 769px) {
	.article__content > p {
		margin-bottom: 20rem;
		font-weight: 400;
		font-size: 16rem;
		letter-spacing: 0%;
	}
}

.article__caption {
	margin-bottom: 44px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #565656;
}

@media only screen and (max-width: 769px) {
	.article__caption {
		margin-bottom: 20rem;
		font-weight: 400;
		font-size: 14rem;
		letter-spacing: 0%;
		line-height: 100%;
		color: #565656;
	}
}

.article__caption__img {
	text-align: center;
	margin-bottom: 44px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #565656;
}

@media only screen and (max-width: 769px) {
	.article__caption__img {
		text-align: center;
		margin-bottom: 20rem;
		font-weight: 400;
		font-size: 14rem;
		letter-spacing: 0%;
		line-height: 100%;
		color: #565656;
	}
}

.article__heading {
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 32px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.46;
}

@media only screen and (max-width: 769px) {
	.article__heading {
		margin-top: 40rem;
		margin-bottom: 20rem;
		font-size: 22rem;
		padding-left: 5.5vw;
		font-weight: 700;
		line-height: 1.3;
	}
}

.article__heading::before {
	content: "";
	position: absolute;
	bottom: 3%;
	left: 0;
	display: block;
	width: 15px;
	height: 94%;
	border-radius: 5px;
	background: linear-gradient(to top, #204f9d 0%, #204f9d 33.33%, #f0c041 33.33%, #f0c041 66.66%, #d22d49 66.66%, #d22d49 100%);
}

@media only screen and (max-width: 769px) {
	.article__heading::before {
		top: 50%;
		transform: translateY(-50%);
		height: 100%;
		width: 2.5641vw;
	}
}

.article__heading-h4 {
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 32px;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0%;
}

@media (max-width: 769px) {
	.article__heading-h4 {
		margin-top: 40rem;
		margin-bottom: 20rem;
		font-size: 20rem;
		padding-left: 4vw;
		font-weight: 700;
		line-height: 150%;
		letter-spacing: 0%;
	}
}

.article__heading-h4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 10px;
	height: 100%;
	border-radius: 5px;
	background: #000;
}

@media only screen and (max-width: 769px) {
	.article__heading-h4::before {
		top: 50%;
		transform: translateY(-50%);
		width: 1.53846vw;
	}
}

.article__heading-h5 {
	margin: 40px 0 30px;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
}

@media (max-width: 769px) {
	.article__heading-h5 {
		margin: 30rem 0 20rem;
		font-size: 18rem;
		font-weight: 700;
		line-height: 150%;
		letter-spacing: 0%;
	}
}

.article__heading-black {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 18px 0;
	margin: 40px 0 30px;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
}

@media (max-width: 769px) {
	.article__heading-black {
		margin: 30rem 0 20rem;
		font-size: 18rem;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: 0%;
	}
}

.article ul {
	margin-bottom: 40px;
	padding-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0%;
}

@media only screen and (max-width: 769px) {
	.article ul {
		margin-bottom: 30rem;
		font-weight: 400;
		font-size: 16rem;
		letter-spacing: 0%;
	}
}

.article ul li {
	margin-bottom: 20px;
	list-style: disc;
}

.article ul li:last-of-type {
	margin-bottom: 0;
}

.article ol {
	margin-bottom: 40px;
	padding-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0%;
}

@media only screen and (max-width: 769px) {
	.article ol {
		margin-bottom: 30rem;
		font-weight: 400;
		font-size: 16rem;
		letter-spacing: 0%;
	}
}

.article ol li {
	margin-bottom: 20px;
	list-style: decimal;
}

.article ol li:last-of-type {
	margin-bottom: 0;
}

.article .balloon-media {
	margin-bottom: 30px;
}

@media only screen and (max-width: 769px) {
	.article .balloon-media {
		margin-bottom: 20rem;
	}
	.article .balloon-media + .balloon-media {
		margin-top: -6px;
	}
}

.article iframe {
	max-width: 100%;
	aspect-ratio: 16 / 9 !important;
	height: auto;
	display: block;
	margin: 0 auto;
}

.article__recruit-heading {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 769px) {
	.article__recruit-heading {
		margin-bottom: 12rem;
		padding-bottom: 12rem;
		font-size: 16rem;
	}
}

.article__recruit-item {
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0%;
}

@media only screen and (max-width: 769px) {
	.article__recruit-item {
		margin-bottom: 2rem;
		font-weight: 400;
		font-size: 16rem;
		letter-spacing: 0%;
	}
}

.article__recruit-item:last-of-type {
	margin-bottom: 0;
}

.article__tags {
	margin-top: 40px;
	padding-bottom: 38px;
	border-bottom: 2px solid #000;
}

.article__tags .tag {
	margin-right: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 769px) {
	.article__tags .tag {
		margin-right: 8rem;
		margin-bottom: 6rem;
	}
}

.article__tags .tag:last-of-type {
	margin-right: 0;
}

.article__sns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
	padding: 29px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 769px) {
	.article__sns {
		margin-bottom: 58rem;
		padding: 12rem 0 20rem;
		flex-wrap: wrap;
	}
}

.article__sns a {
	color: #fff;
}

.article__sns-heading {
	font-size: 14px;
	font-weight: bold;
}

@media only screen and (max-width: 769px) {
	.article__sns-heading {
		display: block;
		width: 100%;
		margin-bottom: 20rem;
		font-size: 14rem;
		text-align: center;
	}
}

.article__sns-btn {
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-left: 20px;
	text-decoration: none;
	border-radius: 20px;
}

@media only screen and (max-width: 769px) {
	.article__sns-btn {
		margin-bottom: 20rem;
		font-size: 13rem;
		text-align: center;
		height: 21px;
		margin-left: 10rem;
		padding: 0 10rem;
	}
}

.article__sns-btn.twitter {
	background-color: #1da1f2;
}

@media only screen and (max-width: 769px) {
	.article__sns-btn.twitter {
		margin-left: 0;
	}
}

.article__sns-btn.facebook {
	background-color: #1877f2;
}

.article__sns-btn.line {
	background-color: #00b900;
}

.article__sns-btn.linkedin {
	background-color: #0e76a8;
}

.profile {
	padding: 40px 3.3% 40px 4.4%;
	background-image: url(./image/profile-bg.png);
	background-size: 180px 180px;
	background-position: -2px -4px;
	background-repeat: no-repeat;
	border: 1px solid #000;
	border-radius: 20px;
}

@media (max-width: 769px) {
	.profile {
		display: block;
		padding: 32rem 20rem 38rem;
	}
}

.profile__inner {
	display: flex;
	align-items: flex-start;
}

@media only screen and (max-width: 769px) {
	.profile__inner {
		align-items: center;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 7rem;
	}
}

.profile__img {
	flex-shrink: 0;
	margin-right: 25px;
	min-width: 100px;
}

@media only screen and (max-width: 769px) {
	.profile__img {
		min-height: 120px;
		margin-right: 0;
	}
}

.profile__img img {
	max-width: 100%;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}

.profile p:not([class]) {
	font-size: 16px;
	line-height: 1.45;
}

@media only screen and (max-width: 769px) {
	.profile p:not([class]) {
		font-size: 12rem;
	}
}

.profile__position {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}

@media only screen and (max-width: 769px) {
	.profile__position {
		font-size: 16rem;
		font-weight: 400;
		line-height: 100%;
		letter-spacing: 0%;
	}
}

.profile__name {
	margin-bottom: 10px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.44;
}

@media only screen and (max-width: 769px) {
	.profile__name {
		margin: 10px 0;
		font-size: 20rem;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: 0%;
	}
}

.profile__text {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.45;
}

@media only screen and (max-width: 769px) {
	.profile__text {
		display: none;
	}
}

.profile__sp-text {
	display: none;
	font-size: 12rem;
	font-weight: bold;
	line-height: 1.45;
}

@media only screen and (max-width: 769px) {
	.profile__sp-text {
		display: block;
	}
}

.balloon-media {
	display: flex;
	align-items: flex-start;
}

.balloon-media__left {
	flex-shrink: 0;
	margin-right: 21px;
}

@media only screen and (max-width: 769px) {
	.balloon-media__left {
		margin-right: 17rem;
		padding-top: 5rem;
	}
}

.balloon-media__img {
	margin-bottom: 4px;
}

@media only screen and (max-width: 769px) {
	.balloon-media__img {
		margin-bottom: 1rem;
	}
}

.balloon-media__img img {
	width: 83px;
	height: 83px;
	border-radius: 50%;
	object-fit: cover;
}

@media only screen and (max-width: 769px) {
	.balloon-media__img img {
		width: 57rem;
		height: 57rem;
	}
}

.balloon-media__name {
	color: #d14343;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.balloon-media__name {
		font-size: 12rem;
	}
}

.balloon-media__text {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.43;
}

@media only screen and (max-width: 769px) {
	.balloon-media__text {
		font-size: 12rem;
	}
}

.balloon-media--2 .balloon-media__name {
	color: #436fd1;
}

.balloon-media--3 .balloon-media__name {
	color: #d17f43;
}

.balloon-media--reverse {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 769px) {
	.balloon-media--reverse {
		flex-direction: row;
	}
}

.balloon-media--reverse .balloon-media__left {
	margin-right: 0;
}

@media only screen and (max-width: 769px) {
	.balloon-media--reverse .balloon-media__left {
		margin-right: 17rem;
		padding-top: 5rem;
	}
}

.balloon-media--reverse .balloon-media__right {
	margin-right: 21px;
}

@media only screen and (max-width: 769px) {
	.balloon-media--reverse .balloon-media__right {
		margin-right: 0;
	}
}

.single-wide-img {
	margin-bottom: 30px;
}

@media only screen and (max-width: 769px) {
	.single-wide-img {
		margin-bottom: 20rem;
	}
}

.single-wide-img img {
	width: 100%;
}

.double-img {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media only screen and (max-width: 769px) {
	.double-img {
		margin-bottom: 20rem;
	}
}

.double-img__img:first-of-type {
	margin-right: 15px;
}

@media only screen and (max-width: 769px) {
	.double-img__img:first-of-type {
		margin-right: 6rem;
	}
}

.media-img {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

@media only screen and (max-width: 769px) {
	.media-img {
		display: block;
		margin-bottom: 20rem;
	}
}

.media-img__img {
	flex-shrink: 0;
	margin-right: 20px;
	width: 31.3%;
}

@media only screen and (max-width: 769px) {
	.media-img__img {
		margin-bottom: 20rem;
		width: 100%;
	}
}

.media-img__text {
	font-size: 14px;
	line-height: 1.43;
}

@media only screen and (max-width: 769px) {
	.media-img__text {
		font-size: 12rem;
	}
}

@media (max-width: 769px) {
	.recommends {
		padding-left: 16px;
		margin-bottom: 160rem;
	}
}

.recommends .heading__h2 {
	margin-left: 16px;
}

@media (max-width: 769px) {
	.recommends .heading__h2 {
		margin-left: 0;
	}
}

.recommends .article-card {
	width: calc(100% / 4 - 20px);
}

.recommends .article-card:last-of-type::after {
	content: "";
}

.recommends .article-card__link {
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.recommends .article-list {
	margin-top: 20px;
	display: flex;
	column-gap: 20px;
}

@media (max-width: 769px) {
	.recommends .article-list {
		row-gap: 20px;
	}
}

@media (max-width: 769px) {
	.recommends .recommends__slider {
		overflow: hidden;
		padding-right: 16px;
	}
	.recommends .recommends__slider .swiper-wrapper {
		flex-direction: row;
		gap: 0;
	}
	.recommends .recommends__slider .swiper-slide {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.recommends .recommends__slider .article-card {
		width: 100%;
		padding: 0;
	}
	.recommends .recommends__slider .article-card__img-wrapper {
		margin-bottom: 0;
	}
	.recommends .recommends__slider .article-card__img img {
		width: 100%;
		height: 150rem;
		padding: 0;
		aspect-ratio: 9 / 16;
		overflow: hidden;
		border-radius: 8px;
		object-fit: cover;
	}
	.recommends .recommends__slider .article-card__body {
		flex-grow: 1;
		display: flex;
		align-items: flex-end;
		padding: 0;
	}
	.recommends .recommends__slider .article-card__link {
		font-family: "M PLUS 2", sans-serif;
		font-weight: 700;
		font-size: 16rem;
		line-height: 1.4;
		letter-spacing: 0%;
		vertical-align: middle;
		color: #000;
		text-decoration: none;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.recommends .scrollbar {
		padding: 0 16px 0 0;
	}
}

@media (max-width: 769px) and (max-width: 769px) {
	.recommends .scrollbar {
		margin-top: 20px;
	}
}

@media (max-width: 769px) {
	.recommends .recommend-scrollbar {
		width: 100% !important;
		height: 5px !important;
		margin: 0 !important;
		border-radius: 3px !important;
		border: none !important;
		background-color: #f4f4f4 !important;
	}
	.recommends .swiper-scrollbar-drag {
		background-color: #000 !important;
	}
}

.recommends__heading {
	position: relative;
	margin-bottom: 38.5px;
	padding-bottom: 23px;
	font-size: 22px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.recommends__heading {
		margin-bottom: 0;
		font-size: 22rem;
		padding-left: 2.93333vw;
	}
}

.recommends__heading::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: 60px;
	height: 0.5px;
	background-color: #000;
}

.tag_all .heading__page::before {
	width: 0;
	height: 0;
	margin-right: 0;
	background-image: none;
}

.tag {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 4.5px 17.5px;
	border-radius: 50px;
	text-decoration: none !important;
	overflow: hidden;
	border: 1px solid #000;
	transition: all 0.3s ease-in-out;
}

.tag__icon {
	position: relative;
	z-index: 0;
	margin-right: 2.8px;
	width: 9.5px;
}

@media only screen and (max-width: 769px) {
	.tag__icon {
		margin-right: 0.51282vw;
		width: 1.79487vw;
	}
}

.tag__icon:nth-of-type(2) {
	display: none;
}

.tag__text {
	position: relative;
	z-index: 0;
	color: #000;
	font-size: calc(min(14px, 3.5vw));
	line-height: 1.4;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 769px) {
	.tag__text {
		font-size: 3.5vw;
	}
}

@media (min-width: 770px) {
	.tag:focus, .tag:hover {
		background-color: #000;
	}
	.tag:focus .tag__icon:nth-of-type(1), .tag:hover .tag__icon:nth-of-type(1) {
		display: none;
	}
	.tag:focus .tag__icon:nth-of-type(2), .tag:hover .tag__icon:nth-of-type(2) {
		display: inline-block;
	}
	.tag:focus .tag__text, .tag:hover .tag__text {
		color: #fff;
	}
}

.sidenavi__pickup {
	margin-bottom: 111px;
}

@media only screen and (max-width: 769px) {
	.sidenavi__pickup {
		margin-bottom: 20.51282vw;
		padding-top: 23.07692vw;
	}
}

.sidenavi__heading {
	position: relative;
	padding-bottom: 23px;
	font-size: 25px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 769px) {
	.sidenavi__heading {
		font-size: 6.41026vw;
	}
}

.sidenavi__heading::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: 60px;
	height: 0.5px;
	background-color: #000;
}

.sidenavi__tags {
	margin: 64px auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width: 769px) {
	.sidenavi__tags {
		margin: 6.15385vw 0 41.02564vw;
	}
}

.sidenavi__before-arrow-btn {
	margin: 0 auto;
	padding-bottom: 6px;
	max-width: 134px;
}

@media only screen and (max-width: 769px) {
	.sidenavi__before-arrow-btn {
		margin-right: auto;
		padding-bottom: 5.38462vw;
		max-width: 69.23077vw;
	}
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking {
		padding: 6.66667vw 5.12821vw 6.41026vw;
	}
}

.sidenavi__ranking-list {
	margin-top: 20px;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-list {
		margin-top: 0;
	}
}

.sidenavi__ranking-item {
	position: relative;
	padding: 32px 0 12px;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-item {
		padding: 8.71795vw 0 8.20513vw;
	}
	.sidenavi__ranking-item:last-of-type::after {
		content: none;
	}
}

.sidenavi__ranking-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 0.5px;
	background-color: #000;
}

.sidenavi__ranking-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-link {
		display: block;
	}
}

.sidenavi__ranking-link:focus, .sidenavi__ranking-link:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-link:focus, .sidenavi__ranking-link:hover {
		opacity: 1;
	}
}

.sidenavi__ranking-img {
	flex-shrink: 0;
	flex-basis: 200px;
	width: 100%;
	position: relative;
	padding-top: 14.67%;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-img {
		margin-right: 0;
		margin-bottom: 3.84615vw;
		padding-top: 59.47%;
	}
}

.sidenavi__ranking-img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sidenavi__ranking-title {
	font-size: 10px;
	line-height: 1.5;
	font-weight: bold;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-title {
		font-size: 3.84615vw;
	}
}

.sidenavi__ranking-meta {
	display: flex;
	align-items: center;
	padding: 18px 0 10px;
}

.sidenavi__ranking-date {
	font-size: 10px;
	font-family: "Roboto", sans-serif;
	line-height: 1;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-date {
		margin-right: 3.07692vw;
		font-size: 2.82051vw;
	}
}

.sidenavi__ranking-category {
	margin-right: 6px;
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	font-size: 9px;
	line-height: 1.42;
	text-decoration: none;
}

@media only screen and (max-width: 769px) {
	.sidenavi__ranking-category {
		padding-bottom: 0.51282vw;
		color: #000;
		background-color: #fff;
		font-size: 2.5641vw;
		line-height: 1.5;
	}
}

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