@charset "utf-8";
html,
body {
	height: auto;
}

body {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #000000;
	/* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
	-webkit-text-size-adjust: 100%;
	background: #000000;
}

img {
	max-width: 100%;
	vertical-align: middle;
}


.mt {
	margin-top: 20px;
}

.mtx4 {
	margin-top: 80px;
}

.pt {
	padding-top: 20px;
}

.ptx2 {
	padding-top: 30px;
}

.pb {
	padding-bottom: 20px;
}

.pbx2 {
	padding-bottom: 30px;
}

.mb02 {
	margin-bottom: 20px;
}

.mb {
	margin-bottom: 40px;
}

.mbi {
	margin-bottom: 40px !important;
}

.mbx2 {
	margin-bottom: 40px;
}

.mbx3 {
	margin-bottom: 60px;
}

.mbx4 {
	margin-bottom: 80px;
}

.mr {
	margin-right: 10px;
}

.cen {
	text-align: center;
}

.rel {
	position: relative;
}

.pcpt {
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.pw {
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
}

.ph100 {
	padding-top: 100px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.right {
	text-align: right;
}

/**Page Section*/
h1 {
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}
header {
	background-color: #000000;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding: 10px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header a {
	margin: 0 3%;
}

pre {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner_big {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner02 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner03 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

h2 {
	width: 100%;
	color: #826020;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.2em;
	display: inline-block;
}

h2 .sub {
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 0px;
	color: #977e4f;
	display: inline-block;
}

.fontb {
	color: #000000;
}
.fontw {
	color: #ffffff;
}
.fontbold {
	font-weight: bold;
}
.fonts {
	font-size: 80%;
}

.ttl {
	display: flex;
	justify-content: center;
}

.ttl img {
	margin: 2px 5px;
}

.nav {
	display: flex;
	justify-content: space-between;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 99;
}

.nav li {
	width: 19%;
}

.nav li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 19px;
	font-weight: 900;
	padding-bottom: 5px;
	border-bottom: 5px solid #ff0000;
	line-height: 1em;
	height: 30px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.nav li:nth-child(1) > a {
	border-color: #fff600;
}

.nav li:nth-child(2) > a {
	border-color: #e8314f;
}

.nav li:nth-child(3) > a {
	border-color: #31c8e8;
}

.nav li:nth-child(4) > a {
	border-color: #2abd16;
}

.nav li:nth-child(5) > a {
	border-color: #a41ee2;
}

.footer-bnr {
	padding: 2% 0;
}

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

.footer-bnr ul li {
	width: 38%;
	text-align: center;
}

footer {
	border-top: 0px solid #006cba;
	padding: 10px 0;
	background-color: #000000;
	font-family: 'Noto Serif JP', serif;
}

.copy {
	color: #ffffff;
}

.flexb {
	display: flex;
	justify-content: space-between;
}
.flexb02 {
	display: flex;
	justify-content: space-between;
}
.flexb02 .w50 {
	width: 48%;
	display: flex;
	flex-direction: column;
}
.flexb02 .cen img {
	max-width: 100%; /* 画像のサイズ調整 */
	height: auto;
	margin-bottom: 10px; /* 画像とテキストの間に少し余白を追加 */
}
#top > section.pt.bg02.bg05.scroll_up.mb.on > div > div > div.flexb02.pb.w90.spflex > div:nth-child(1) > img {
	margin-top: 24px !important;
}
.flexb02 .mt {
	margin-top: auto;
}

.flexc {
	display: flex;
	justify-content: center;
}

.flexa {
	display: flex;
	justify-content: space-around;
}

.gap20 {
	gap: 20px;
}

.flexc.col04 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexc.col04 li {
	width: 22%;
	text-align: center;
	margin-bottom: 20px;
}

.flexc.col04 li.x2 {
	width: 44%;
	text-align: center;
	margin-bottom: 20px;
}

.flexc.col05 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.flexc.col05 li {
	width: 18%;
	text-align: center;
	margin-bottom: 20px;
}

#top_btn {
	position: fixed;
	right: 9%;
	bottom: 10%;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}

.w50 {
	width: 48%;
}

.w40 {
	width: 40%;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.twitter-tweet {
	border: 2px solid #c9151e;
	border-radius: 14px;
	box-shadow: 5px 5px 4px #33333355;
}

.color02 .twitter-tweet {
	border: 2px solid #826020;
	border-radius: 14px;
	box-shadow: 5px 5px 4px #33333355;
}

.twitter-tweet .r-y54riw {
	border: 0px;
}

/*contents*/
.container {
	display: flex;
	width: 100%;
}

.fixed-menu {
	position: sticky;
	top: 0;
	width: 20%;
	height: 100vh;
	background-color: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
	flex-shrink: 0;
	max-width: 457px;
}
.fixed-menu .navitem {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.menu-item {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	margin-bottom: 15px;
}

.menu-item:before {
	content: '◆'; /* ひし形 */
	font-size: 12px;
	margin-right: 20px;
}

.menu-item1:before {
	color: #00e5e5; /* 水色 */
}

.menu-item2:before {
	color: #ffea00; /* 黄色 */
}

.menu-item3:before {
	color: #ff007f; /* ピンク */
}

.menu-item4:before {
	color: #ccff00; /* 黄緑 */
}

.logo {
	margin-bottom: 20px;
}

.links {
	margin-top: auto;
	padding-bottom: 60px;
	display: flex;
	gap: 30px;
}

.links a img {
	width: 80%;
	height: auto;
}

.fixed-menu img.logo {
	width: 90%;
	margin-bottom: 20px;
}

.menu-title {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
	color: #fff;
}

.menu-item {
	margin: 10px 0;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
}

.menu-item:hover {
	color: #f0f0f0;
}

/* 状態表示 */
.status {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	font-size: 0.9em;
}

/* コンテンツエリア */
.content {
	flex-grow: 1;
	padding: 20px;
	width: 80%;
	box-sizing: border-box;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.container {
		flex-direction: column;
		/* モバイルでは縦並びに変更 */
	}

	.fixed-menu {
		position: relative;
		width: 100%;
		height: auto;
	}

	.content {
		padding: 10px;
	}
}
#main_visual {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#main_visual img {
	width: 100%;
	display: block;
}
/* コンテナ全体のスタイル */
.h2container {
	display: flex;
	justify-content: center;
	align-items: center;
	/* 背景色 */
	color: #ffffff;
	/* テキスト色 */
	font-size: 22px;
	padding: 20px;
	border-radius: 5px;
}

/* カギカッコ部分のスタイル */
.h2container .bracket {
	font-size: 3em;
	font-weight: normal;
	color: #ffffff;
	margin: 0 10px;
}

/* テキスト部分のスタイル */
.h2container .text {
	text-align: center;
	font-weight: bold;
}

.h2container .text .head {
	font-size: 1em;
	text-align: center;
	line-height: 1.6em;
}

.h2container .text .title {
	font-size: 1.3em;
	text-align: center;
}

.h2container01 {
	color: #7bfff7;
	font-size: 2.8em;
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}
.h2container01.c02 {
	color: #fcff00;
}
.h2container01.c03 {
	color: #ff0078;
}
.h2container01.c04 {
	color: #aeff00;
}
.h2container02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	padding: 20px 10px;
	color: #000000;
	max-width: 800px;
	margin: -60px auto 20px auto;
}

.h2container02 .bracket {
	font-size: 52px;
	font-weight: bold;
	color: #000000;
}
.h2container02 .bracket img {
	max-height: 54px;
}

.h2container02 .text {
	display: flex;
	align-items: center;
	text-align: center;
}

.h2container02 .text .sub {
	font-size: 1.4em;
	color: #d82f2f;
	font-weight: bold;
	align-self: center;
	margin-right: 10px;
}

.h2container02 .text .title {
	font-size: 2.4em;
	font-weight: bold;
	color: #000000;
	align-self: center;
	margin-right: 10px;
}
.h2container02 .text .sub02 {
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
	align-self: baseline;
	margin: 0 5px;
	padding-top: 10px;
}

.h2container03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000;
	max-width: 720px;
	font-size: 17px;
	padding: 20px 0;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* カギカッコ部分のスタイル */
.h2container03 .bracket {
	font-size: 3em;
	font-weight: normal;
	color: #000000;
	margin: 0 10px;
}

/* テキスト部分のスタイル */
.h2container03 .text {
	text-align: center;
	font-weight: bold;
}

.h2container03 .text .head {
	font-size: 1em;
	text-align: center;
	line-height: 1.6em;
}

.h2container03 .text .title {
	font-size: 1.3em;
	text-align: center;
}

.title01 {
	font-size: 1.6em;
	font-weight: bold;
}
.title02 {
	font-size: 1.2em;
	font-weight: bold;
	color: #c9151e;
}
.title03 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
.title03 span {
	color: #c9151e;
}
.title04 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	padding: 5px 0;
}
.title05 {
	color: #ffffff;
	background: #620000;
	padding: 5px 0;
}
.title06 {
	color: #ffffff;
	background: #001d87;
	padding: 5px 0;
}
.font01 {
	font-size: 0.9em;
}

.bg02.bg04 .transbg {
	background: rgba(255, 255, 255, 0.5);
	padding: 20px 0;
	box-sizing: border-box;
}
.bg02.bg04 .title02 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#slide_img .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	background-color: #ffffff;
	color: #ffffff;
	cursor: pointer;
}
#slide_img .slick-dots li button:before {
	color: transparent;
}

/* アクティブなドットのスタイル */
#slide_img .slick-dots li.slick-active button {
	background-color: #000000;
}

.fadein {
	animation-name: fadein;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#sec01 {
	background: url(../img/bg02.jpg) repeat;
}
#sec_chk {
	background: #290e12;
	border-bottom: 3px solid #cfc7b7;
}
.bg01 {
	background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(50, 75, 0) 14%, rgb(99, 128, 0) 52%, rgb(50, 75, 0) 89%, rgb(0, 0, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative; /* 疑似要素用の基準位置 */
}

.bg01::before {
	content: '';
	position: absolute;
	top: 45%;
	right: 4%;
	width: 30%;
	height: 200px;
	background-image: url(../img/bg_acc01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	z-index: 1;
}
.bg02 {
	background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(62, 128, 124) 14%, rgb(123, 255, 247) 52%, rgb(62, 128, 124) 89%, rgb(0, 0, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative; /* 疑似要素用の基準位置 */
}

.bg02::before {
	content: '';
	position: absolute;
	bottom: 40%;
	right: 4%;
	width: 30%;
	height: 200px;
	background-image: url(../img/bg_acc01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	z-index: 1;
}
/* 左側の真ん中に配置する背景画像 */
.bg02::after {
	content: '';
	position: absolute;
	bottom: 25%;
	left: 4%; /* 左側の位置 */
	width: 30%;
	height: 200px;
	background-image: url(../img/bg_acc02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transform: translateY(-50%); /* 真ん中に配置するために調整 */
	z-index: 1;
}

/* 右側の真ん中に配置する追加の背景画像 */
.bg02 .extra-bg {
	position: relative; /* 疑似要素用の基準位置 */
}

.bg02 .extra-bg::after {
	content: '';
	position: absolute;
	bottom: 25%;
	right: 4%; /* 右側の位置 */
	width: 30%;
	height: 200px;
	background-image: url(../img/bg_acc02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transform: translateY(-50%); /* 真ん中に配置するために調整 */
	z-index: 1;
}

.bg02.bg03 {
	background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(126, 128, 0) 14%, rgb(252, 255, 0) 52%, rgb(126, 128, 0) 89%, rgb(0, 0, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative; /* 疑似要素用の基準位置 */
}
.bg02.bg04 {
	background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(128, 0, 60) 14%, rgb(255, 0, 120) 52%, rgb(128, 0, 60) 89%, rgb(0, 0, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative; /* 疑似要素用の基準位置 */
}
.bg02.bg05 {
	background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(87, 128, 0) 14%, rgb(174, 255, 0) 52%, rgb(87, 128, 0) 89%, rgb(0, 0, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative; /* 疑似要素用の基準位置 */
}

.custom-list li {
	position: relative;
	padding-left: 1.5em;
	line-height: 1.6;
	text-indent: 0em;
}

.custom-list li::before {
	content: '※ ';
	position: absolute;
	left: 0;
	top: 0;
}
.slider01 {
	margin: 0 auto;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slick-prev {
	left: 25px;
	z-index: 5;
}

.slick-next {
	right: 52px;
}

.slick-next:before {
	content: '▶';
	color: #7f5f26;
}

.slick-prev:before {
	content: '◀';
	color: #7f5f26;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 47px;
	line-height: 1;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**Hover*/

a:hover,
a:hover img,
.nav li:hover,
.nav2 li:hover,
.nav3 li:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

a:hover {
	opacity: 1;
	-webkit-animation: none 1.5s;
	animation: none 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}

/**Scroll Anime*/

.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1;
}
#menu-toggle {
	display: none;
}
#overlay-button {
	display: none; /* モバイルでのみ表示 */
}
@media screen and (min-width: 1200px) {
	/*.pconly {}*/
	.sponly {
		display: none !important;
	}
}

@media screen and (max-width: 1200px) {
	body {
		background-attachment: fixed;
		font-size: 10px;
		background: #000000;
	}
	.inner {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
		z-index: 2;
	}
	.inner_big {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 0%;
		box-sizing: border-box;
		z-index: 2;
	}
	.inner02 {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
		z-index: 2;
	}
	.inner03 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		padding: 0 2%;
		box-sizing: border-box;
		z-index: 2;
	}
	.mb02 {
		margin-bottom: 10px;
	}

	.spb {
		display: block;
	}
	.spbr {
		display: block;
	}

	.pcpt {
		padding-top: 10px;
		padding-bottom: 0px;
		margin-top: -10px;
	}
	.sppt {
		padding-top: 20px;
	}
	.pconly {
		display: none !important;
	}
	/*.sponly {
        
    }*/
	.pt {
		padding-top: 10px;
	}
	.pb {
		padding-bottom: 10px;
	}
	.pbx2 {
		padding-bottom: 20px;
	}
	.ttl {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.mfp-bg {
		background: none;
		opacity: 1;
	}
	.mfp-auto-cursor .mfp-content {
		cursor: auto;
		padding: 40px 0;
		background-color: #000000a0;
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}
	.mfp-close-btn-in .mfp-close {
		color: #fff;
		font-size: 60px;
	}

	#top_btn {
		position: fixed;
		right: 0%;
		bottom: 5%;
		width: 15%;
		opacity: 1;
		z-index: 9;
	}
	.section_border {
		min-height: 10px;
	}
	/*contents*/
	.container {
		display: block;
	}
	.fixed-menu {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.fixed-menu .navitem {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: auto;
	}
	.menu-item {
		margin: 20px 0;
		font-size: 2.2em;
		color: #fff;
		text-decoration: none;
	}
	.links {
		margin-top: auto;
		padding-bottom: 60px;
		display: flex;
		gap: 9px;
		justify-content: space-between;
		align-items: center;
	}
	.fixed-menu img.logo {
		width: 40%;
		margin-bottom: 20px;
	}
	#overlay-button {
		position: fixed;
		right: 0em;
		top: 0em;
		padding: 26px 11px;
		z-index: 15;
		cursor: pointer;
		user-select: none;
		background: #aeff00;
		display: none; /* モバイルでのみ表示 */
	}

	#overlay-button span {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: white;
		position: relative;
		display: block;
		transition: all 0.2s ease-in-out;
	}

	#overlay-button span:before,
	#overlay-button span:after {
		content: '';
		position: absolute;
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: white;
		transition: all 0.2s ease-in-out;
	}

	#overlay-button span:before {
		top: -10px;
	}

	#overlay-button span:after {
		top: 10px;
	}

	/* チェックボックスがオンのときのハンバーガーボタンの変化 */
	input[type='checkbox']:checked ~ #overlay-button span {
		background: transparent;
	}

	input[type='checkbox']:checked ~ #overlay-button span:before {
		transform: rotate(45deg) translate(7px, 7px);
	}

	input[type='checkbox']:checked ~ #overlay-button span:after {
		transform: rotate(-45deg) translate(7px, -7px);
	}

	/* オーバーレイメニュー */
	.fixed-menu {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
	}

	/* チェックボックスがオンのときにオーバーレイを表示 */
	input[type='checkbox']:checked ~ .fixed-menu {
		visibility: visible;
		opacity: 1;
	}

	/* ハンバーガーボタンをモバイルで表示 */
	#overlay-button {
		display: block;
	}

	body {
		background-attachment: fixed;
		font-size: 11px;
		background: #000000;
	}
	.content {
		flex-grow: 1;
		padding: 0 2%;
		width: 100%;
		box-sizing: border-box;
	}
	.mb {
		margin-bottom: 20px;
	}
	.spw70 img {
		width: 70%;
	}
	.sph40 img {
		max-height: 35px;
	}
	.flexc {
		display: flex;
		justify-content: center;
		gap: 5px;
	}
	.font01 {
		font-size: 0.7em;
		line-height: 2em;
	}
	h1 {
		font-size: 0.6em;
		color: #ffffff;
		text-align: left;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.h2container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #ffffff;
		font-size: 9px;
		padding: 20px 5px;
		border-radius: 5px;
		box-sizing: border-box;
		width: 100%;
		overflow: hidden;
	}
	.h2container .bracket {
		font-size: 3em;
		font-weight: normal;
		color: #ffffff;
		margin: 4px 10px;
		width: 10px;
		text-align: center;
		text-indent: -1em;
	}
	.h2container .bracket:last-of-type {
		font-size: 3em;
		font-weight: normal;
		color: #ffffff;
		margin: 4px 10px;
		width: 10px;
		text-align: center;
		text-indent: 0em;
	}
	.h2container .text .head {
		font-size: 1em;
		text-align: center;
		line-height: 1.6em;
	}
	.h2container .text .title {
		font-size: 1.5em;
		text-align: center;
	}
	.bg01::before {
		content: '';
		position: absolute;
		top: 25%;
		right: 4%;
		width: 100%;
		height: 200px;
		background-image: url(../img/bg_acc01.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		opacity: 1;
		z-index: 1;
	}
	.h2container03 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000000;
		max-width: 800px;
		font-size: 14px;
		padding: 10px 0;
		border-radius: 5px;
		background: rgba(255, 255, 255, 0.2);
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.h2container03 .bracket {
		font-size: 3em;
		font-weight: normal;
		color: #000000;
		margin: 0 10px;
		width: 10px;
		text-indent: -0.5em;
	}
	.h2container03 .text .head {
		font-size: 0.6em;
		text-align: center;
		line-height: 1.6em;
	}
	.h2container03 .text .title {
		font-size: 1em;
		text-align: center;
	}
	.h2container03 .bracket:last-of-type {
		font-size: 3em;
		font-weight: normal;
		color: #000000;
		margin: 0 10px;
		text-indent: -0.5em;
		width: 0px;
	}
	.title01 {
		font-size: 1.4em;
		font-weight: bold;
	}
	.w50 .title01 br {
		display: none;
	}
	.w50 .font01 br {
		display: none;
	}
	.spw90 {
		width: 90%;
	}
	.bg02::before {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 4%;
		width: 60%;
		height: 200px;
		background-image: url(../img/bg_acc01.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		opacity: 1;
		z-index: 0;
	}
	.comment03 {
		padding: 0 10%;
	}
	.title03 {
		margin-bottom: 20px;
	}
}
