@charset "utf-8";

* {
	box-sizing: border-box;
	transition-duration: .3s;
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.8px;
}

body {
	background-color: #fff;
	overflow-x: hidden;
	background-attachment: fixed;
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: 160px 0px;
	color: #333;
}


a {
	text-decoration: inherit;
	color: #333;
}

a:hover {
	opacity: .4;
}

a:visited {
	text-decoration: inherit;
}

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

p {
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 23px;
	font-size: 13px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

h2 {
	font-weight: 400;
	font-size: 40px;
	padding: 20px 0;
	margin-bottom: 40px;
	font-weight: 400;
	font-family: "Kaisei HarunoUmi", serif;
	letter-spacing: 0.05em;
}

h2 span {
	margin-top: 10px;
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

section {
	background-color: #fff;
}

.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	padding: 0 20px;
}

.container>p {
	padding: 10px 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	body {
		background-size: 100%;
		background-position: bottom;
	}

	img {
		max-width: 100%;
	}

	h2 {
		font-size: 26px;
		padding-bottom: 6px;
		margin-bottom: 16px;
	}

	h2 span {
		font-size: 10px;
		line-height: 18px;
	}

	.container {
		padding: 0;
		margin: 0 20px 0 46px !important;
		width: unset;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.en {
	font-family: "Kaisei HarunoUmi", serif;
}

/* header */
header {
	top: 0;
	z-index: 99999;
	position: fixed;
	width: 100%;
	padding-top: 20px;
	height: 60px;
	background-color: #fff;
}

header a {
	text-decoration: none;
	font-weight: 600;
}

header::before {
	left: 0;
	position: fixed;
	display: block;
	background-size: contain;
	content: "";
	background-image: url(../img/cl.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 400px;
}
header::after {
	right: 0;
	position: fixed;
	display: block;
	background-size: contain;
	content: "";
	background-image: url(../img/semi.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 400px;
}

header .container {
	width: 90%;
}

.header-content {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header-menu {
	cursor: pointer;
}

.header-navigation,
.header-navigation-list {
	transition-duration: unset;
}

.header-navigation-list li {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	list-style: none;
	margin-left: 20px;
}

.header-navigation-list li a:hover {
	color: #2e42aa;
}

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

	.header-container {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.header-menu {
		visibility: collapse;
	}

	.header-navigation-list ul {
		display: flex;
	}

}

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

	header {
		height: 60px;
		padding-top: 10px;
		background: none;
		background-color: transparent;
	}

	header::before {
		width: 40px;
	}

	header::after {
		top: 66px;
		right: 2px;
		width: 30px;
		height: 600px;
		background-position: 100% 100%;
		background-image: url(../img/semi_s.png);
	}

	.header-menu {
		visibility: visible;
		margin-left: auto;
		background: rgb(255 255 255 / 43%);
		padding: 0 4px;
		margin-top: 10px;
	}

	header .container {
		width: calc(100% - 46px);
	}

	#header-navigation {
		transition-duration: unset;
		margin-top: 10px;
		position: absolute;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
	}

	.header-menu div {
		height: 2px;
		width: 30px;
		margin: 8px 0;
		background-color: #333;
	}

	.header-menu.open div:nth-of-type(1) {
		transform: rotate(45deg) translateY(7px);
	}

	.header-menu.open div:nth-of-type(2) {
		transform: rotate(-45deg) translateY(-7px);
	}

	.header-navigation {
		background-color: #fff;
		color: #000;
		display: none;
	}

	.header-navigation-list ul {
		display: block;
		padding: 10px 0;
	}

	.header-navigation-list li {
		margin: 0;
		text-align: left;
		border-bottom: 1px solid #a1a1a1;
	}

	.header-navigation-list li a {
		display: block;
		padding: 10px 10%;
	}

	.header-logo {
		width: 200px;
	}

}

.drop .drop-menu {
	display: none;
	position: absolute;
	transition-duration: unset;
}

.drop .drop-menu li {
	margin: 0;
}

.drop .drop-menu li a {
	display: block;
	padding: 10px;
	background-color: rgba(0, 32, 96, 0.8);
	color: #d1d1d1;
}

.drop .drop-menu li a:hover {
	color: #d1d1d1;
	background-color: #002060;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.drop .drop-menu {
		display: block;
		position: relative;
		padding: 0 0 10px;
	}

	.drop .drop-menu li {
		border: none;
	}

	.drop .drop-menu li a {
		position: relative;
		background: unset;
		padding: 6px 15%;
	}

	.drop .drop-menu li a::before {
		content: "";
		position: absolute;
		left: 12%;
		top: 50%;
		transform: translateX(-50%);
		width: 6px;
		height: 1px;
		background-color: #d1d1d1;
	}
}

.mv {
	position: relative;
	margin-top: 60px;
	background-color: #fff;
}

.mv .mv-img {
	display: block;
	margin: auto;
}

.mv img {
	display: block;
	margin: auto;
}


h1 {
	border-bottom: 1px solid #333;
	font-family: "Kaisei HarunoUmi", serif;
}

.mv h1 {
	font-size: 40px;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.mv h1 span {
	font-size: 20px;
	margin-left: 20px;
	font-weight: 400;
}

.mv .mv-txt {
	display: block;
	letter-spacing: 0.05em;
}

.mv .msg {
	margin-bottom: 80px;
	line-height: 2;
	font-size: 18px;
}

.photo {
	color: #fff;
	text-align: right;
	font-weight: 100;
}

@media screen and (max-width: 768px) {
	.mv {
		margin-top: 0;
		padding-top: 0;
	}

	.mv img {
		margin-top: 0px;
	}

	.mv .mv-txt {
		position: relative;
	}

	.mv .container {
		padding: 0;
	}

	.mv .container.mv-container {
		margin-right: 0px !important;
	}

	.mv .msg {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.mv h1 {
		font-size: 30px;
	}

	.mv h1 span {
		display: block;
		font-size: 13px;
		margin: 10px 0 0;
		letter-spacing: 2px;
	}

	.photo {
		font-size: 10px;
		margin-right: 10px;
	}
}

a {
	text-decoration: underline;
}


.about {
	padding-top: 30px;
	margin-bottom: 60px;
}

.about p {
	font-weight: 500;
}

.about p a {
	color: #333;
}

.flier {
	max-width: 500px;
}

h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

a.btn {
	background: #fff;
	color: #333;
	border: 1px solid #333;
	text-decoration: none;
	display: block;
	width: 300px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
	animation-duration: .3s;
}

a.btn:hover {
	background: #333;
	opacity: 1;
	color: #fff !important;
}

@media screen and (max-width: 768px) {
	.about {
		padding: 60px 0 0;
	}

	.about p {
		font-size: 12px;
	}

	h3 {
		font-size: 16px;
		line-height: 1.4;
	}
}

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

	.flier {
		max-width: 100%;
	}
}

.pickup {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.pickup {
		margin-top: 40px;
		padding: 0 16px;
	}

}

.schedule {
	padding: 80px 0;
	background-color: transparent;
}

.schedule {
	background-repeat: no-repeat;
	background-position: 100% top;
}

.schedule ul li {
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.schedule ul li h3 {
	cursor: pointer;
	position: relative;
	letter-spacing: 0.1em;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px 0;
	line-height: 1.8;
	font-weight: 100;
	border-bottom: 1px solid #333;
}

.schedule ul li h3:hover {
	background-color: rgba(255, 255, 255, 0.70);
	color: #002060;
}

.schedule ul li p {
	margin-top: 10px;
}

.schedule ul li .date {
	font-weight: 700;
	display: block;
}

.schedule ul li h3::before,
.schedule ul li h3::after {
	transition-duration: .3s;
	content: "";
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 12px;
	height: 2px;
	background-color: #fff;
}

.schedule ul li h3::after {
	transform: rotate(90deg);
}

.schedule ul li h3.open::after {
	transform: unset;
}

.schedule ul li .cont {
	padding: 20px;
	margin-bottom: 30px;
	background: rgba(250, 250, 250, 0.8);
}

.schedule ul li .line {
	margin: 20px 0;
	border-bottom: 1px solid #bdbdbd;
}

.schedule ul li .cont {
	display: none;
	transition-duration: unset;
}

.schedule ul li .cont img {
	max-width: 600px;
	max-height: 600px;
}

@media screen and (max-width: 768px) {
	.schedule {
		background-size: auto 40px;
		padding: 40px 0 40px;
	}

	.schedule ul li h3 {
		font-size: 12px;
		line-height: 20px;
		padding: 6px 28px 6px 0px;
	}

	.schedule ul li .date {
		display: block;
	}

	.schedule ul li .cont img {
		max-width: 100%;
		max-height: unset;
	}
}

.music {
	background-repeat: no-repeat;
	background-position: 100% top;
	padding-top: 60px;
}

.music ul {
	display: flex;
	flex-wrap: wrap;
}

.music ul li {
    width: 50%;
}

.music ul li iframe {
	width: 100%;
	height: 240px;
}

.music ul li a {
	display: block;
}

.music ul li a p {
	padding-top: 20px;
	display: flex;
}

.music ul li a .more {
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.music {
		background-size: auto 40px;
		padding: 0px 16px;
	}

}

@media screen and (max-width: 768px) {
	.music ul li {
		margin: 0 auto 20px;
		width: 100%;
	}

	.music ul li a>img {
		width: 100%;
	}

	.music ul li iframe {
		height: 50vw;
	}
}

.works {
	padding: 80px 0;
}

.works ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.works ul li {
	width: 30%;
}

.works ul li img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}


.p-contact_bnr {
	margin-top: 180px;
}

@media screen and (max-width: 768px) {
	.works {
		padding: 40px 0 40px;
	}

	.p-contact_bnr {
		margin-top: 40px;
	}

	.works ul li img {
		height: 100px;

	}
}

/* footer */
footer {
	padding: 40px 0;
	position: relative;
}

footer::after {
	left: 0;
	bottom: 10px;
	position: fixed;
	display: block;
	background-size: contain;
	content: "";
	background-image: url(../img/bw.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 300px;
}

footer .ul_wrp {
	display: flex;
	justify-content: center;
}

footer .ul_wrp ul li {
	padding: 0 30px;
	font-size: 13px;
}

footer .ul_wrp ul li.sub_fmenu {
	margin-left: 20px;
}

footer .ul_wrp ul li a {
	color: #002060;
}

footer .copy {
	margin-top: 40px;
	text-align: center;
}

footer .copy p {
	font-size: 12px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 20px 0;
	}

	footer .ul_wrp {
		display: none;
	}

	footer .copy {
		margin-top: 0;
	}

	footer .copy p {
		font-size: 10px;
	}

	footer::after {
		width: 46px;
	}
}

/* 下層 */

.sub_mv {
	margin-top: 90px;
	position: relative;
	height: 350px;
}

.sub_mv .container {
	display: block;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}

.sub_mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub_mv h1 {
	font-size: 40px;
	line-height: 1;
	color: #d1d1d1;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.8);
}

.p-content {
	padding: 80px 0 0;
}

.p-content ul {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-content ul li {
	width: 32%;
}

.p-information .schedule .container {
	min-height: 60vh;
}

.p-information.p-info_sub h2 {
	font-size: 24px;
	padding-bottom: 10px;
}

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

	.sub_mv {
		margin-top: 60px;
		height: 40vw;
	}

	.sub_mv img {
		height: 40vw;
		object-fit: cover;
		object-position: right;
	}

	.sub_mv h1 {
		font-size: 30px;
	}

	.p-content {
		padding-top: 40px;
	}

	.p-content ul {
		margin-top: 10px;
	}

	.p-information.p-info_sub h2 {
		font-size: 18px;
		padding-bottom: 6px;
		line-height: 1.6;
	}
}

/* company */

.p-conpany_upper {
	display: flex;
	align-items: end;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 60px;
}

.p-company01 {
	background-image: url(../img/bg_company.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
	padding-top: 80px;
	margin-bottom: 100px;
}

.p-company01 .p-conpany_upper .f_right ul {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.p-company01 .p-company_lower ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.p-company01 .p-company_lower ul li p {
	text-align: center;
}

table {
	margin: 40px 0 80px;
}

table tr th {
	border: none;
	padding: 20px;
	border-bottom: 2px solid #002060;
	width: 230px;
	max-width: 26%;
	text-align: left;
	padding-left: 20px;
}

table tr td {
	border: none;
	padding: 20px;
	border-bottom: 1px solid #999;
}

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

	table tr th,
	table tr td {
		display: block;
		width: 100%;
		max-width: unset;
		padding: 4px 10px;
		border: none;
		font-size: 13px;
		line-height: 1.8;
	}

	table tr th {
		background: #002060;
		color: #d1d1d1;
	}

	table tr td {
		padding-bottom: 20px;
	}
}

.p-company02 {
	margin-bottom: 100px;
}

.p-company02 img {
	display: block;
	margin: auto;
	width: 540px;
	max-width: 100%;
}

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

	.p-conpany_upper {
		display: block;
		padding-bottom: 40px;
	}

	.p-conpany_upper .f_left img {
		display: block;
		margin: 0 auto 20px;
		width: 400px;
	}

	.p-company01 {
		background-size: auto 40px;
		padding-top: 40px;
	}
}

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

	.p-company01 .p-conpany_upper .f_right ul {
		flex-wrap: wrap;
		gap: unset;
		justify-content: center;
	}

	.p-company01 .p-conpany_upper .f_right ul li {
		width: 49%;
		margin-bottom: 10px;
	}

	.p-company01 .p-conpany_upper .f_right ul li:nth-child(1) {
		margin-right: 2%;
	}

	.p-company01 .p-company_lower ul {
		flex-wrap: wrap;
		gap: unset;
	}

	.p-company01 .p-company_lower ul li {
		width: 49%;
	}

}

.p-business .p-content:nth-of-type(2) {
	background-image: url(../img/bg_buss.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
}

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

	.p-business .p-content:nth-of-type(2) {
		background-size: auto 40px;
		padding-top: 40px;
	}

	.p-business .p-content ul {
		justify-content: center;
	}

	.p-business .p-content ul li {
		width: 49%;
		margin-bottom: 6px;
	}

	.p-business .p-content ul li:nth-child(1) {
		margin-right: 2%;
	}

	.p-business .p-content ul li a {
		background-size: 20px;
		background-position: 96% center;
	}
}

.p-works .p-content:nth-of-type(2) {
	background-image: url(../img/bg_works_p.svg);
	background-repeat: no-repeat;
	background-position: 100% top;
}

.p-works .p-content ul li {
	width: 23%;
	margin-bottom: 20px;
}

.p-works .p-content ul li a {
	display: block;
	background-image: url(../img/pdf.svg);
	background-size: 30px;
	background-position: 100% center;
	background-repeat: no-repeat;
	padding: 10px 0;
	font-weight: 400;
	border-bottom: 1px solid #002060;
}

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

	.p-works .p-content:nth-of-type(2) {
		background-size: auto 40px;
		padding-top: 40px;
	}

	.p-works .p-content ul li {
		width: 48%;
	}

	.p-works .p-content ul li a {
		background-size: 20px;
		background-position: 96% center;
	}
}

.tabs {
	list-style-type: none;
	padding: 20px 0 10px;
	margin: 0;
	display: flex;
}

.tabs li {
	display: inline;
	margin-right: 10px;
}

.tabs a {
	text-decoration: none;
	padding: 5px 10px;
	color: #333;
	border: 1px solid #000;
}

.tab-content {
	display: none;
	padding: 10px 0;
	border-radius: 5px;
}

.tab-content.active {
	display: block;
}

.tabs a.active {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

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

	.tabs a {
		padding: 2px 4px;
	}

	.tab-content {
		padding: 10px 0;
	}

}