@charset "UTF-8";
/*
Theme Name: 日本大学商学部 推しワードから知る先生の専門分野
*/

:root {
	--noto-sans: "Noto Sans JP", sans-serif;
	--noto-serif: "Noto Serif JP", serif;
	--site-color: #F1EAD9;
	--site-red: #EEB1AA;
	--site-blue: #CDE6F4;
	--site-yellow: #F2F3C1;
	--site-brown: #E5D7C8;
}

html {
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
	font-family: 'scroll-behavior:smooth';
}

* {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	font-family: inherit;
}

body {
	font-size: 15px;
	line-height: calc(21 / 15);
	color: #343434;
	font-family: var(--noto-sans);
	font-weight: 400;
}

body.noscroll {
	overflow: hidden;
	touch-action: pinch-zoom;
}

img {
  max-width: 100%;
  height: auto;
}

p {
	line-height: calc(27 / 15);
}

a {
	color: #343434;
}

a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.7;
}

.container {
	max-width: 1000px;
}

@media(min-width: 992px) {
	.container-large {
		max-width: 1300px;
	}
}

header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
}

header .kinuta-top-link a {
	border: 1px solid #000;
	border-radius: 40px;
}

header nav {
	position: relative;
}

nav ul{
	list-style: none;
}

.menuStudy ul,
.menuCommunity ul,
.menuFeature ul,
.menuEvent ul{
	list-style: none;
	font-size: 10px;
}

.site-header {
	position: relative;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: flex-end;
	padding: 0 25px;
}

.site-global-nav-button {
	width: 108px;
	aspect-ratio: 108 / 145;
	background: var(--site-pink);
	top: 0;
	outline: none;
	border: none;
	border-radius: 0 0 30px 30px;
	margin-right: 35px;
	z-index: 50;
}

.site-global-nav-button::before {
	content: "MENU";
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.site-global-nav-button:focus {
	outline: none;
}

.site-global-nav-button span {
	background: #FFF;
	display: block;
	width: 64px;
	aspect-ratio: 64 / 10;
	border-radius: 5px;
	position: absolute;
	transition: .5s;
}

.site-global-nav-button span:nth-of-type(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 30px));
}

.site-global-nav-button span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 15px));
}

.site-global-nav-button span:nth-of-type(3) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media(max-width: 767px) {
	.site-header-logo-link {
		display: block;
		width: clamp(194px,50vw,388px);
	}
}

@media(max-width: 575px) {
	.site-header {
		padding: 0 12px;
	}
	.site-global-nav-button {
		width: 54px;
		border-radius: 0 0 15px 15px;
		margin-right: 17px;
	}
	.site-global-nav-button span {
		width: 32px;
		height: 4px;
	}
	.site-global-nav-button::before {
		font-size: 10px;
		bottom: 15px;
	}
	.site-global-nav-button span:nth-of-type(1) {
		transform: translate(-50%,calc(-50% - 15px));
	}
	.site-global-nav-button span:nth-of-type(2) {
		transform: translate(-50%,calc(-50% - 7.5px));
	}
}

.highlight {
	background: linear-gradient(transparent 80%, #F8F4A4 20%);
}

/*   fv   */
.fv {
	position: relative;
	padding: 120px 0 0;
	overflow-x: clip;
}

.fv::before {
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	background-image: url(img/fv-bg.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0 0 180px 0;
	z-index: -2;
}

.fv::after {
	content: "";
	width: 100%;
	height: 90%;
	background: linear-gradient(135deg,#009DBF,#56B5C4,#56B5C4,#FFFFA0,#FFFF91);
	border-radius: 0 0 180px 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: .57;
	z-index: -1;
}

.fv-main-text {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	writing-mode: vertical-lr;
	flex-direction: column;
	gap: 10px;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	margin-bottom: 10px;
	z-index: 5;
}

.fv-main-text .fv-times {
	display: flex;
	justify-content: center;
	font-size: 48px;
	color: #FFF;
}

.fv-main-text .fv-future {
	position: relative;
	letter-spacing: 0.2em;
}

.fv-main-text .fv-future::before {
	content: "";
	width: 221px;
	aspect-ratio: 221 / 55;
	background-image: url(img/fv-future.svg);
	background-size: cover;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-40%);
	z-index: -1;
}

.fv-main-text .fv-pedagogy {
	position: relative;
	letter-spacing: 0.2em;
	padding-top: 1.4em;
	z-index: 5;
}

.fv-main-text .fv-pedagogy::before {
	content: "";
	width: 401px;
	aspect-ratio: 401 / 56;
	background-image: url(img/fv-advertisement.svg);
	background-size: cover;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-67%);
	z-index: -1;
}

.fv-title-content {
	position: relative;
	margin-top: -50px;
	margin-bottom: 65px;
	z-index: 10;
}

.fv-title-content::before {
	content: "";
	width: 240px;
	aspect-ratio: 1 / 1;
	background: url(img/fv-title-content-deco.png) center / cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-30%,-50%);
}

.fv-title-content .fv-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 210px;
	min-height: 22px;
	max-inline-size: max-content;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	background: #000;
	border-radius: 20px;
	margin-bottom: 10px;
}

.fv-title-content .fv-sub-title span {
	position: relative;
	display: inline-flex;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	color: #FFF;
	background: #70d4ed;
	/* background: linear-gradient(to right, #F8F4A4, #EF97BF);
	background: -webkit-linear-gradient(to right, #F8F4A4, #EF97BF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	padding: 5px 10px;
}

.fv-title-content .fv-sub-title span::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #F8F4A4, #EF97BF);
	background: -webkit-linear-gradient(to right, #F8F4A4, #EF97BF);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.fv-title-content .fv-sub-title span:last-child {
	margin-left: 20px;
	margin-top: 5px;
}

.fv-signature {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-size: 25px;
	font-weight: bold;
}

.fv-signature span {
	font-size: 18px;
	font-weight: 500;
}

@media(min-width: 768px) {
	.fv {
		padding: 150px 30px 0;
	}
	.fv::before,
	.fv::after {
		width: 95%;
		left: 0;
		transform: none;
		border-radius: 0 0 300px 0;
	}
	.fv-main-text {
		writing-mode: horizontal-tb;
		align-items: flex-start;
		font-size: 90px;
		max-inline-size: max-content;
		margin-inline: auto;
		margin-bottom: 60px;
	}
	.fv-main-text .fv-future::before {
		width: 280px;
		left: 0%;
		transform: translate(-45%,-90%);
	}
	.fv-main-text .fv-pedagogy {
		padding-top: 0;
		padding-left: 1.5em;
	}
	.fv-main-text .fv-pedagogy::before {
		width: 490px;
		left: 100%;
		transform: translate(-50%,90%);
	}
	.fv-main-text .fv-times {
		width: 100%;
	}
	.fv-title-content .fv-title {
		font-size: 18px;
        min-width: 290px;
        min-height: 30px;
	}
	.fv-title-content .fv-sub-title span {
		font-size: 55px;
		padding: 5px 30px 10px;
	}
	.fv-signature {
		font-size: 40px;
	}
	.fv-signature span {
		font-size: 25px;
	}
}

.intro {
	position: relative;
	padding-top: 50px;
	overflow: hidden;
}

.intro h2 {
	position: relative;
	font-size: 23px;
	line-height: calc(30 / 23);
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.intro h2::before {
	content: "";
	width: 40px;
	height: 5px;
	background: linear-gradient(to right, #D3F3D9, #7BD6D3);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.intro-swiper {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 45px;
}

.intro-swiper .swiper {
	overflow: visible;
}

.intro-swiper .swiper-slide {
	transform: scale(.9);
	/* transition: 1.5s; */
}

.intro-swiper .swiper-slide-active {
	transform: scale(1);
}

.intro-swiper .swiper-slide img {
	width: 100%;
	border-radius: 20px;
}

.intro-swiper .swiper-button-next,
.intro-swiper .swiper-button-prev {
	width: 37px;
	height: 37px;
	aspect-ratio: 1 / 1;
	background: linear-gradient(to right, #D3F3D9, #7BD6D3);
	border-radius: 50%;
}

.intro-swiper .swiper-button-next {
	right: 10%;
}

.intro-swiper .swiper-button-prev {
	left: 10%;
}

.intro-swiper .swiper-button-prev:after {
	content: "";
	height: 12px;
	aspect-ratio: cos(30deg);
	clip-path: polygon(100% 0,0 50%,100% 100%);
	background: #FFF;
	position: absolute;
	left: 50%;
    transform: translateX(-60%);
}

.intro-swiper .swiper-button-next:after {
	content: "";
	height: 12px;
	aspect-ratio: cos(30deg);
	clip-path: polygon(0 0,100% 50%,0 100%);
	background: #FFF;
	position: absolute;
	right: 50%;
    transform: translateX(60%);
}

.intro-swiper .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	gap: 15px;
	margin-top: 20px;
}

.intro-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	aspect-ratio: 1 / 1;
	border: 1px solid #6E6E6E;
	background: transparent;
	opacity: 1;
	margin: 0!important;
}

.intro-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	position: relative;
	width: 12px;
	height: 12px;
	background: linear-gradient(to right, #D3F3D9, #7BD6D3);
	border: none;
}

.intro-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content: "";
	width: 18px;
	height: 18px;
	aspect-ratio: 1 / 1;
	background: linear-gradient(to right, #D3F3D9, #7BD6D3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.4;
	border-radius: 50%;
}

@media(min-width: 768px) {
	.intro {
		padding-top: 120px;
	}
	.intro h2 {
		font-size: 35px;
		padding-bottom: 25px;
		margin-bottom: 50px;
	}
	.intro h2::before {
		width: 70px;
		height: 7px;
	}
	.intro-swiper {
		margin-bottom: 55px;
	}
	.intro-swiper .swiper-button-next, .intro-swiper .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	.intro-swiper .swiper-button-next {
		right: 20%;
	}
	.intro-swiper .swiper-button-prev {
		left: 20%;
	}
	.intro-swiper .swiper-button-next:after,
	.intro-swiper .swiper-button-prev:after {
		height: 18px;
	}
}

.contents {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contens-content {
	max-inline-size: max-content;
	margin-inline: auto;
}

.contens-content h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.contens-content ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.contens-content ul li {
	letter-spacing: 0.1em;
	text-indent: -.5em;
	margin-left: 1em;
	margin-bottom: 7px;
}

.contens-content ul li::before {
	content: "・";
	display: inline-block;
}

@media(min-width: 768px) {
	.contents {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.contens-content h2 {
		font-size: 30px;
		border-bottom: 2px solid #000;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.contens-content ul li {
		font-size: 23px;
		margin-bottom: 10px;
	}
}

.profile-content {
	display: grid;
	row-gap: 25px;
	margin-bottom: 50px;
}

.profile-image {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
	z-index: -2;
}

.profile-header {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	background: #231815;
	max-inline-size: max-content;
	padding: 15px 25px 20px;
	margin-inline: auto;
	margin-top: -75px;
}

.profile-header::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	background: linear-gradient(to right,  #D3F3D9, #7BD6D3);
	z-index: -1;
}

.profile-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
}

.profile-title span {
	font-size: 14px;
	color: #FFF;
}

.profile-title h2 {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #FFF;
}

.profile-specialist {
	font-size: 15px;
	text-align: left;
	color: #FFF;
	display: block;
	max-inline-size: max-content;
	margin-inline: auto;
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

.profile-text {
	max-width: 270px;
	margin-inline: auto;
}

.profile-text h3 {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

@media(min-width: 768px) {
	.profile-content {
		max-width: 600px;
		margin-inline: auto;
	}
	.profile-header {
		max-width: 500px;
		width: 100%;
	}
	.profile-title span {
		font-size: 16px;
	}
	.profile-title h2 {
		font-size: 30px;
	}
	.profile-specialist {
		font-size: 18px;
	}
	.profile-text {
		max-width: 500px;
	}
	.profile-text h3 {
		font-size: 20px;
	}
}


.education {
	background: #C9D1CD;
	clip-path: polygon(0 35px, 100% 0%, 100% 100%, 0% 100%);
	padding-top: 60px;
	padding-bottom: 25px;
}

.education-technology {
	margin-bottom: 60px;
}

:is(.education-technology,.education-future) h2 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	line-height: calc(34 / 23);
	letter-spacing: 0.1em;
	padding: 0 15px;
	margin-bottom: 15px;
}

:is(.education-technology-image,.education-future-image) {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 25px;
}

:is(.education-technology-content,.education-future-content) {
	background: #FFF;
	border-radius: 45px;
	padding: 30px 25px;
}

:is(.education-technology-item,.education-future-item):not(:last-child) {
	margin-bottom: 60px;
}

:is(.education-technology-content,.education-future-content) h3 {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: calc(30 / 17);
	margin-bottom: 30px;
	z-index: 5;
}

:is(.education-technology-content,.education-future-content) h3::before {
	content: "";
	width: 105%;
	height: 130%;
	min-height: 122px;
	background-image: url(img/moya-bg.png?v2);
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

:is(.education-technology-item,.education-future-item) span.under-line {
	position: relative;
	line-height: 1.6;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

:is(.education-technology-item,.education-future-item) span.under-line::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #D3F3D9, #7BD6D3);
	bottom: 0;
	left: 0;
	opacity: 0.7;
}

:is(.education-technology-item-text,.education-future-item-text) img {
	max-width: 150px;
	width: 40%;
}

.education-technology-item-text::before,
.education-future-item-text::before {
	content: "";
	display: block;
	clear: both;
}

:is(.education-technology-item-image,.education-future-item-image) {
	position: relative;
	max-inline-size: max-content;
	z-index: 5;
}

:is(.education-technology-item-image,.education-future-item-image)::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	background: linear-gradient(to right, #D3F3D9, #7BD6D3);
	border-radius: 35px;
	z-index: -1;
}

:is(.education-technology-item-image,.education-future-item-image) img {
	border-radius: 35px;
}

@media(min-width: 768px) {
	.education {
		clip-path: polygon(0 80px,100% 0%,100% 100%,0% 100%);
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.education-technology {
		margin-bottom: 120px;
	}
	:is(.education-technology,.education-future) h2 {
		text-align: center;
		font-size: 30px;
		text-shadow: 2px 2px 5px #9e9e9e;
		margin-bottom: 30px;
	}
	:is(.education-technology-image,.education-future-image) {
		text-align: center;
		margin-bottom: 40px;
	}
	:is(.education-technology-content,.education-future-content) {
		padding: 60px 50px;
	}
	:is(.education-technology-item,.education-future-item):not(:last-child) {
		margin-bottom: 100px;
	}
	:is(.education-technology-content,.education-future-content) h3 {
		font-size: 19px;
		margin-bottom: 30px;
	}
	:is(.education-technology-item,.education-future-item) span.under-line {
		font-size: 17px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.education-technology-item:has(.education-technology-item-image),
	.education-future-item:has(.education-future-item-image) {
		display: grid;
		grid-template-columns: 40% 1fr;
		column-gap: 30px;
		align-items: center;
	}
	.education-technology-item:has(.education-technology-item-image):nth-child(odd),
	.education-future-item:has(.education-future-item-image):nth-child(odd) {
		grid-template-columns: 1fr 40%;
	}	
	.education-technology-item:has(.education-technology-item-image) h3,
	.education-future-item:has(.education-future-item-image) h3 {
		grid-column: 1 / 3;
	}
	.education-technology-item:has(.education-technology-item-image):nth-child(odd) .education-technology-item-text,
	.education-future-item:has(.education-future-item-image):nth-child(odd) .education-future-item-text {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.education-technology-item:has(.education-technology-item-image):nth-child(even) .education-technology-item-text,
	.education-future-item:has(.education-future-item-image):nth-child(even) .education-future-item-text {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.education-technology-item:has(.education-technology-item-image):nth-child(odd) .education-technology-item-text,
	.education-future-item:has(.education-future-item-image):nth-child(odd) .education-future-item-text {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.education-technology-item:has(.education-technology-item-image):nth-child(even) .education-technology-item-text,
	.education-future-item:has(.education-future-item-image):nth-child(even) .education-future-item-text {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	:is(.education-technology-item-image,.education-future-item-image) img {
		aspect-ratio: 5 / 4;
		object-fit: cover;
	}
}

.charge {
	padding-top: 65px;
	padding-bottom: 40px;
}

.charge h2 {
	position: relative;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 0 0px 20px;
	max-inline-size: max-content;
	margin-inline: auto;
	margin-bottom: 50px;
}

.charge h2::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translate(-50%,100%) rotate(45deg);
}

.charge-content {
	display: grid;
	row-gap: 60px;
	padding: 0 15px;
}

.charge-item h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.charge-item-image {
	margin-bottom: 20px;
}

.charge-item-image:has(figcaption) {
	margin-bottom: 10px;
}

.charge-item-image figcaption {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin-top: 5px;
}

.charge-item-text > * {
	padding: 0 10px;
	margin-bottom: 0;
}

@media(min-width: 768px) {
	.charge {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.charge h2 {
		font-size: 30px;
	}
	.charge-content {
		grid-template-columns: repeat(3,3fr);
		column-gap: 15px;
	}
	.charge-item h3 {
		text-align: center;
	}
	.charge-item-text > * {
		padding: 0;
	}
}

.information {
	padding: 40px 20px;
}

.information-title {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.information-title h2 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: calc(30 / 20);
	padding: 0 40px;
	margin-bottom: 0;
}

.information-title h2::before,
.information-title h2::after {
	content: "";
	width: 25px;
	aspect-ratio: 25 / 46;
	background-image: url(img/information-title-bg.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
}

.information-title h2::before {
	left: 0;
	transform: translateY(-50%) scale(-1,1);
}

.information-title h2::after {
	right: 0;
	transform: translateY(-50%);
}

.information-content {
	background: linear-gradient(45deg, #D3F3D9, #7BD6D3);
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 15px;
}

.information-content h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.information-content p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	border-radius: 15px;
	padding: 15px 5px;
	margin-bottom: 0;
}

.information-text {
	padding: 0 10px;
}

@media(min-width: 768px) {
	.information-title h2 {
		font-size: 35px;
	}
	.information-title span img {
		width: 150px;
	}
	.information-content {
		padding: 15px;
		margin-bottom: 20px;
	}
	.information-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.information-content p {
		font-size: 30px;
	}
}

.information {
	padding-top: 30px;
	padding-bottom: 80px;
}

.link-btn a {
	position: relative;
	display: grid;
	justify-content: center;
	align-items: center;
	place-content: center;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	max-width: 330px;
	width: 100%;
	min-height: 66px;
	border-radius: 40px;
	padding: 5px 10px;
	margin-inline: auto;
}

.link-btn a::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 40px;
	z-index: -1;
}

.link-btn a::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #D3F3D9, #7BD6D3);
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 40px;
	z-index: -5;
}

.link-btn a span {
	font-size: 16px;
}

@media(min-width: 768px) {
	.link-btn a {
		min-width: 400px;
		min-height: 80px;
	}
}


































.topics {
	padding: 70px 15px 60px;
}

.topics h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	aspect-ratio: 689 / 100;
	font-size: clamp(21px,5.8vw,42px);
	font-weight: 600;
	letter-spacing: 0.12em;
	border: 3px solid #343434;
	border-radius: 60px;
	margin-bottom: clamp(30px,8vw,60px);
	margin-inline: auto;
}

.topics h2::before {
	content: "";
    max-width: 24px;
	width: 5%;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #343434;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.topics h2::after {
	content: "";
    max-width: 18px;
	width: calc(5% - 5px);
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #FFF;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
}

.topics-wrapper {
	display: grid;
	grid-template-columns: repeat(3,3fr);
	column-gap: 30px;
}

.topics-content {
	max-width: 690px;
	width: 100%;
	border: 1px solid #343434;
	border-radius: 25px;
	margin-inline: auto;
}

.topics-content-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	aspect-ratio: 580 / 470;
	border-radius: 25px 25px 0 0;
}

.topics-content-body {
	aspect-ratio: 688 / 142;
	padding: 5px 15px 15px;
}

.topics-content-body .date {
	font-size: 18px;
}

.topics-content-title {
	font-size: 20px;
	font-weight: 600;
	line-height: calc(42 / 30);
	letter-spacing: 0.12em;
	margin-bottom: 0;
}

@media(min-width: 992px) {
	.topics h2 {
		font-size: 35px;
		max-height: 80px;
	}
}

@media(max-width: 991px) {
	.topics-wrapper {
		grid-template-columns: auto;
		row-gap: 40px;
	}	
	.topics-content {
		border-radius: 50px;
	}
	.topics-content-image img {
		border-radius: 50px 50px 0 0;
	}
	.topics-content-body {
		padding: 5px 30px 15px;
	}
	.topics-content-body .date {
		font-size: clamp(13px,3.5vw,26px);
	}
	.topics-content-title {
		font-size: clamp(15px,4vw,30px);
	}
}

@media(max-width: 575px) {
	.topics {
		padding: 35px 0 60px;
	}
	.topics-wrapper {
		row-gap: 20px;
	}
	.topics-content {
		border-radius: 25px;
	}
	.topics-content-image img {
		border-radius: 25px 25px 0 0;
	}
	.topics-content-body {
		padding: 5px 15px 10px;
	}
}

.share {
	padding: 0 15px 100px;
}

.share h2 {
	position: relative;
	font-size: clamp(21px,5vw,42px);
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.12em;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.share h2::before {
	content: "";
	width: 50px;
	height: 5px;
	background: #343434;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.share-sns {
	display: grid;
	grid-template-columns: 20% 20% 20%;
	gap: 30px;
	justify-content: space-between;
	max-width: 480px;
	width: 70%;
	margin-inline: auto;
}

@media(min-width:992px) {
	.share h2 {
		font-size: 35px;
	}
}

@media(max-width: 575px) {
	.share {
		padding: 0 0 50px;
	}
}


.site-footer-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}

.site-footer-list li {
	border-bottom: 1px solid #6E6E6E;
}

.site-footer-list li:first-child {
	border-top: 1px solid #6E6E6E;
}

.site-footer-list li a {
	display: block;
	font-size: clamp(15px,4vw,30px);
	text-align: center;
	letter-spacing: 0.14em;
	color: #000;
	width: 100%;
	padding: 25px 15px;
}

.copyright {
	font-size: clamp(10px,2.7vw,20px);
	text-align: center;
	letter-spacing: 0.14em;
	line-height: calc(24 / 20);
	margin-bottom: 25px;
}

@media(min-width:992px) {
	.site-footer-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.site-footer-list li {
		border-bottom: 1px solid #6E6E6E;
	}
	.site-footer-list li:nth-child(-n+3) {
		border-top: 1px solid #6E6E6E;
	}
	.site-footer-list li a {
		font-size: 20px;
	}
	.copyright {
		font-size: 15px;
	}
}

@media(max-width: 575px) {
	.site-footer-list {
		margin-bottom: 20px;
	}
	.site-footer-list li a {
		padding: 15px;
	}
	.copyright {
		margin-bottom: 13px;
	}
}

.page-top {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.page-top.show {
	opacity: 1;
	visibility: visible;
}

@media(min-width: 992px) {
	.page-top img {
		width: 90px;
	}
}

@media(max-width:575px) {
	.page-top {
		right: 3%;
	}
}

.text-underline,
.text-underline:hover {
	text-decoration: underline;
}

.wow:not(.animate__animated) {
	animation-name: none;
	visibility: hidden;
}



/*   1月号   */
.topics-content:first-child .topics-content-image img {
	object-position: 40% center;
}

.kome{
	font-size: 0.8em;
	vertical-align: top;
	margin-right: 2px;
}
