@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}





/*-----------------------------------------------------------------------------------------
000001 - Variables
000002 - Base Styles
000003 - main
000004 - HEADER
000005 - aside.pager
000006 - ハンバーガーメニュー / Click展開
000007 - p-gnav
000008 - footer
000009 - contents

100000 ====================
100001 - ul.area-button


200000 ====================
200001 - article
200002 - TYPO
200003 - .frame-youtube
200004 - .LAYOUT - ul.movies
200006 - .LAYOUT - ul.archive.single
200007 - .LAYOUT - ul.archive li dl
200008 - .LAYOUT - ul.archive.single li dl
200009 - .LAYOUT - FORM
200010 - .ul.btn-more
200011 - .blockquote

----------------------------------------------------------------------------------------- */









/*-----------------------------------------------------------------------------------------
000001 - Variables
----------------------------------------------------------------------------------------- */
:root {
	--easing: cubic-bezier(0.25, 1, 0.5, 1);

	--color-font: #222;
	--color-font-lite: #666;
	--color-waku: #ddd;
	--color-key: #0B58A1;
	--color-bg: #ddd;
	--color-blue: #0B58A1;
	--color-red: #FF0000;
	--color-green: #2db03f;
	--color-nav: #222;
	--color-bg: #EBECF1
}









/*-----------------------------------------------------------------------------------------
000002 - Base Styles
----------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	padding: 0;
	margin: 0 !important;
	background: black;
	color: black;
	scroll-padding-top: 9.0rem;
	-webkit-text-size-adjust: 100%;
	border-left: 0pt solid black
}


body {
	width: 100%;
	min-height: 100vh;
	font-weight: 400;
	font-size: 2.0rem;
	line-height: 1.75;
	position: relative;
	color: var(--color-font);
	background: white;
	margin: 0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}

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

main,
article,
section,
aside,
header,
footer {
	display: block;
	width: 100%;
}

img {
	vertical-align: bottom;
	backface-visibility: hidden;
	/* transition: 0.5s; */
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

iframe {
	width: 100%;
	border: none;
	vertical-align: bottom;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: inherit;
}

a {
	text-decoration: none;
	color: inherit;
	/* transition: 0.3s; */
}

ruby>rt {
	font-size: 0.4em;
	font-weight: 400;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
	font-weight: bold;
}

strong {
	font-weight: 700;
}

small {
	font-size: 0.75em;
}

hr {
	margin: 3.0rem auto;
	border: 0;
	border-top: 1px solid var(--color-font);
	width: 100%;
}

.none {
	display: none !important;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
000003 - main
----------------------------------------------------------------------------------------- */
main {
	display: block;
	padding: calc(7.0rem + 4.0rem) 0 0 0;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 1;
	border: 0pt solid red;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	main {
		padding-top: calc(9.0rem + 5.0rem);
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
000004 - HEADER
----------------------------------------------------------------------------------------- */
header {
	width: 100%;
	height: auto;
	z-index: 2000;
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.4)
}

header .header__container {
	width: 100%;
	height: 7.0rem;
	padding: 0;
	margin: 0;
	border: 0pt solid black;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.logo {
	width: 100%;
	height: 7.0rem;
	padding: 0;
	margin: 0;
	border: 0pt solid red;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.logo a {
	width: 100%;
	height: 100%;
	padding: 0.5rem 0.5rem 0.5rem 7.0rem;
	margin: 0;
	border: 0pt solid green;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.logo a img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
	border: 0pt solid blue;
	background: white;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	header .header__container {
		height: 9.0rem;
	}

	.logo {
		height: 9.0rem;
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
000005 - aside.pager
----------------------------------------------------------------------------------------- */
aside.pager {
	background: var(--color-font);
	width: 100%;
	height: 4.0rem;
	padding: 0;
	margin: 0;
	color: white;
	position: fixed;
	z-index: 2000;
	top: 7.0rem;
}

aside.pager ul {
	border: 0pt solid white;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0.75em;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}

aside.pager ul li {
	border: 0pt solid white;
	text-align: center;
	width: calc(100% - 1em - 1em);
	font-size: inherit;
	overflow: hidden;

}

aside.pager ul li:first-child,
aside.pager ul li:last-child {
	width: 1em;
	text-align: left;
	font-size:1.4em;
}

aside.pager ul li:last-child {
	text-align: right;
	display:none;
}

aside.pager button {
	color: white;
}

@media (min-width: 576px) {
	aside.pager ul {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	aside.pager {
		height: 5.0rem;
		top: 9.0rem;
	}

	aside.pager ul {
		font-size: 27px;
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
000006 - ハンバーガーメニュー / Click展開
----------------------------------------------------------------------------------------- */
.c-hamburger {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2200;
	width: 7.0rem;
	height: 7.0rem;
	padding: 0;
	margin: 0;
	border: 0pt solid red;
}

.c-hamburger__text {
	border: 0pt solid green;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--color-font);
	line-height: 1;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, 0%);
}

.c-hamburger__icon {
	border: 0pt solid blue;
	position: absolute;
	top: calc(15% + 1.5rem + 0.7rem);
	left: 50%;
	transform: translate(-50%, 0%);
	width: 4.0rem;
	height: 2.4rem;
}

.c-hamburger__icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.4rem;
	background-color: var(--color-font);
	transition: 1.5s var(--easing);
}

.c-hamburger__icon span:nth-child(1) {
	top: 0;
}

.c-hamburger__icon span:nth-child(2) {
	top: 10px;
}

.c-hamburger__icon span:nth-child(3) {
	top: 20px;
}

.drawer-opened .c-hamburger__text {
	color: var(--color-nav) !important;
}

.drawer-opened .c-hamburger__icon span:nth-child(1) {
	transform: translateY(10px) rotate(225deg);
	background: white;
}

.drawer-opened .c-hamburger__icon span:nth-child(2) {
	opacity: 0;
	transform: translateY(10px) rotate(540deg);
}

.drawer-opened .c-hamburger__icon span:nth-child(3) {
	transform: translateY(-10px) rotate(-225deg);
	background: white;
}

.drawer-opened .c-hamburger__text {
	color: white !important;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.c-hamburger {
		height: 9.0rem;
	}

	.c-hamburger__text {
		top: 25%;
	}

	.c-hamburger__icon {
		top: calc(25% + 1.5rem + 0.7rem);
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
000007 - p-gnav
----------------------------------------------------------------------------------------- */
.p-gnav {
	position: fixed;
	top: 0;
	left: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.9);
	background: rgba(11, 88, 161, 0.9);
	z-index: 2100;
	transition: 0.6s var(--easing);
	visibility: hidden;
	overflow-y: auto;
	padding-top: 9.0rem;
	padding-bottom: 9.0rem
}

.drawer-opened .p-gnav {
	left: 0;
	visibility: visible;
}

.l-header__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 2050;
	transition: 0.4s;
}

.drawer-opened .l-header__overlay {
	opacity: 1;
	visibility: visible;
}

.sub-menu-wrapper {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.45s var(--easing);
	overflow: hidden;
	background: rgba(0, 0, 0, 0.15);
	visibility: hidden;
}

.has-child.is-active .sub-menu-wrapper {
	grid-template-rows: 1fr;
	visibility: visible;
}

.p-gnav__list {
	border: 0pt solid red;
	flex-direction: column;
	list-style: none;
	padding: 1.0rem;
	margin: 0;
}

.p-gnav__list>li {
	border: 0pt solid green;
	padding: 0;
	margin: 0;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 0;
	transition: 0.4s;
}

.p-gnav__list>li:hover {
	opacity: 0.3;
}

.p-gnav__list>li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.p-gnav__list>li>a {
	border: 0pt solid white;
	padding: 0;
	margin: 0;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
	color: white;
}

.p-gnav__list>li>a small {
	order: 3;
	font-size: 10px;
	font-family: 'Oswald', san-serif;
	margin: 0 0 -0.3em 5px
}

.p-gnav__list>li>a img {
	order: 1;
	width: 12%;
	border: 0px solid black;
}

.p-gnav__list>li>a span {
	order: 2;
	font-size: 18px;
	margin: 0 0 0 10px
}

.p-gnav__list>li>a span::after {
	content: ' -'
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
000008 - footer
----------------------------------------------------------------------------------------- */
footer {
	border: 0pt solid red;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.copyright {
	border: 0pt solid red;
	display: block;
	padding: 0.5em;
	margin: 0;
	width: 100%;
	height: auto;
	background: #E8E8F1;
	font-size: clamp(calc(12px * 0.8), 1.2vw, 12px);
	line-height: 1;
	text-align: center;
	display:none;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
000009 - contents
----------------------------------------------------------------------------------------- */
.contents {
	border: 0pt solid red;
	max-width: 1024px;
	padding: 0 0 5vw 0;
	margin: 0 auto;
}

.page .contents {
	padding: 5vw;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
100001 - ul.area-button
----------------------------------------------------------------------------------------- */
ul.area-button {
	width: 100%;
	padding: 1vw;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background: white;
}

ul.area-button li {
	border: 0pt solid green;
	width: 33.33333%;
	overflow: hidden;
	padding: 1vw;
	margin: 0;
	transition: 0.4s;
	opacity: 1;
}

ul.area-button li:hover {
	opacity: 0.3;
}

ul.area-button li a {
	color: white;
	background: var(--color-key);
	padding: 1vw;
	margin: 0;
	width: 100%;
	min-height: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 0pt solid red;
	overflow: hidden;
}

ul.area-button li a[href$=".php"] {
	border: 0pt solid var(--color-font);
}

ul.area-button li a img {
	border: 0pt solid white;
	aspect-ratio: 1 / 1;
	width: auto;
	height: 50%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

ul.area-button li a small,
ul.area-button li a span {
	border: 0px solid white;
	width: 100%;
	font-size: clamp(calc(1.2rem * 0.6), 2.2vw, 22px);
	line-height: 1.1;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	max-height: 20%;
	height: 2.2em;
	text-align: center;
	font-weight: 600;
}

ul.area-button li a span {
	font-size: clamp(calc(3.0rem * 0.35), 3.0vw, 30px);
}

ul.area-button li:first-child {
	display: none;
}

ul.area-button li:last-child {
	width: 100%;
}

ul.area-button li:last-child a {
	aspect-ratio: 6 / 1;
}

ul.area-button li:last-child a img {
	height:40%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
200001 - article
----------------------------------------------------------------------------------------- */
article {
	border: 0pt solid black;
}

article#form {
	border-color: red;
}

article#archive {
	border-color: green;
}

article#list {
	border-color: blue;
}

article a {
	color: var(--color-key);
	/* text-decoration: underline; */
}







/*-----------------------------------------------------------------------------------------
200002 - TYPO
----------------------------------------------------------------------------------------- */
article p {
	color: var(--color-font);
	font-size: clamp(calc(2.4rem * 0.6), 2.4vw, 24px);
	line-height: 1.7;
	padding: 0;
	margin: 0.75em 0;
}

article h4 {
	font-size: clamp(calc(2.7rem * 0.7), 2.7vw, 27px);
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	margin: 0.5em 0 0 1em;
	display: block;
	position: relative;
}

article h4:before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	left: -1em;
	transform: translate(0%, 5%);
	color: var(--color-red);
}

.txt-large {
	font-size: 1.6em
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	article h4 {
		font-size: clamp(calc(1.8rem * 0.7), 1.8vw, 18px);
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
200003 - .frame-youtube
----------------------------------------------------------------------------------------- */
.frame-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 1px solid var(--color-waku);
	background: black;
}

.frame-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}









/*-----------------------------------------------------------------------------------------
200004 - .LAYOUT - ul.movies
----------------------------------------------------------------------------------------- */
ul.movies {
	border: 0pt solid green;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.movies li {
	border: 1pt solid var(--color-font);
	padding: 3vw;
	margin: 3vw 0;
	width: 100%;
	display: block;
	background: var(--color-bg);
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	ul.movies li {
		/* border:1pt solid black; */
		padding: 1.5rem;
		margin: 1.5rem;
		width: calc(50% - 1.5rem - 1.5rem);
		display: block;
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
200005 - .LAYOUT - ul.archive
----------------------------------------------------------------------------------------- */
ul.archive {
	border: 0pt solid green;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.archive li {
	border-bottom: 1pt solid black;
	padding: 0.95em 1.5em 0.95em 0;
	padding:0 1.5em 0 0.25em;
	margin: 0;
	width: 100%;
	display: block;
	position: relative;
	font-size: clamp(calc(2.7rem * 0.7), 2.7vw, 27px);
	font-weight: 400;
	line-height: 1.3;
	/* transition: 0.3s; */
	color: var(--color-key);
}

ul.archive li a {
	padding: 0.95em 1.5em 0.95em 0.25em;
	margin: 0;
	width: 100%;
	display: block;
	color: var(--color-key);
}


/* ul.archive li:last-child {
	border-bottom: 1pt solid black;
} */

ul.archive li:after {
	content: "\f35a";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-0.25em, -48%);
}

ul.archive li:hover {
	background: var(--color-bg);
}

ul.archive.single li:hover {
	background: transparent;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
200006 - .LAYOUT - ul.archive.single
----------------------------------------------------------------------------------------- */
ul.archive.single li {
	border: 0pt solid red;
	padding: 0;
}

ul.archive.single li:after {
	display: none;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
200007 - .LAYOUT - ul.archive li dl
----------------------------------------------------------------------------------------- */
ul.archive li dl {
	border: 0pt solid black;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.archive li dl dt,
ul.archive li dl dd {
	border: 0pt solid red;
	padding: 0;
	margin: 0;
	display: block;
	width: 30%
}

ul.archive li dl dt figure {
	border: 0pt solid red;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}


ul.archive li dl dt figure img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

ul.archive li dl dd {
	border-color: green;
	width: 70%;
	padding-left: 0.75em;
	padding-right: 0.25em;
}

ul.archive li dl dd p {
	padding: 0;
	margin: 0.3em 0;
}

ul.archive li dl dd p.entry-title {
	color: #2db03f;
	font-weight: 600;
	font-size: clamp(calc(3.2rem * 0.6), 3.2vw, 32px);
	line-height: 1.4;
}

ul.archive li dl dd p.entry-date {
	font-weight: 600;
}

ul.archive li dl dd p.entry-badge {
	font-weight: 600;
	color: var(--color-key)
}

ul.archive li dl dd p.entry-detail {
	font-weight: 600;
	margin: 0.75em 0;
	line-height: 1.4;
}

ul.archive li dl dd p:first-child {
	margin-top: 0;
}



@media (min-width: 576px) {}

@media (min-width: 768px) {
	ul.archive li dl dt {
		/* width: 20%; */
	}

	ul.archive li dl dd {
		/* width: 80%; */
		padding-left: 1.5em;
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}





ul.archive.how_to li dl dt {
	border: 0pt solid red;
	width: 25%
}

ul.archive.how_to li dl dd {
	border: 0pt solid red;
	width: 75%;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
ul.archive.how_to li dl dt {
	width: 20%
}

ul.archive.how_to li dl dd {
	width: 80%;
}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}








/*-----------------------------------------------------------------------------------------
200008 - .LAYOUT - ul.archive.single li dl
----------------------------------------------------------------------------------------- */
ul.archive.single li dl dt,
ul.archive.single li dl dd {
	width: 100%;
}

ul.archive.single li dl dd {
	padding: 1em 0 0 0;
}

ul.archive.single li dl dd a {
text-decoration:underline;
trsnsition:0.3s
}

ul.archive.single li dl dd a:hover {
opacity:0.5
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
	ul.archive.single li dl dt {
		width: 30%;
	}

	ul.archive.single li dl dd {
		width: 70%;
		padding-top: 0;
		padding-left: 1.5em;
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
200009 - .LAYOUT - FORM
----------------------------------------------------------------------------------------- */
#form {
	padding: 0;
	margin: 0 auto;
	border: 0pt solid green;
}

#form dl {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #999;
}

#form dl.last {
	border-bottom: 1px solid #999;
}

#form dl dt,
#form dl dd {
	font-size: clamp(calc(2.4rem * 0.6), 2.4vw, 24px);
	line-height: 1.5;
	padding: 1em 0.75em;
	margin: 0;
	color: var(--color-font);
}

#form dl dt {
	width: 100%;
	justify-content: flexd-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.1);
	background: #E4E4EE;
}

#form dl dd {
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}

#form dl dt div {
	font-weight: 600;
}

#form dl dt div small {
	font-weight: 400;
	display: block;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {

	#form dl dt,
	#form dl dd {
		width: 33.33333%;
		padding: 1em;
	}

	#form dl dd {
		width: 66.66666%;
	}
}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}





#form input,
#form input[type="text"],
#form input[type="email"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

#form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

#form input[type="text"],
#form input[type="email"],
#form textarea,
#form select {
	width: 100% !important;
	border: 3px solid #ddd;
	font-size: clamp(calc(2.4rem * 0.6), 2.4vw, 24px);
	line-height: 1.8;
	padding: 5px 15px;
	margin: 2.5px;
	color: #666;
	background: linear-gradient(#fafafa 0%, #fff 100%);
	border-radius: 2px;
}

#form textarea {
	height: 10em !important;
	width: 100%;
}

#form input[type="button"],
#form input[type="submit"],
#form input[type="reset"] {
	border: none;
	text-shadow: none;
	cursor: pointer;
	outline: none;
	font-size: clamp(calc(2.4rem * 0.6), 2.4vw, 24px);
	line-height: 1;
	font-weight: 600;
	text-align: center;
	padding: 1.0em 0.25em;
	margin: 0.25em;
	width: auto;
	min-width: 12em;
	background: var(--color-key);
	color: white !important;
	border-radius: 4px;
	/* transition: 0.8s; */

}

#form .warning {
	background: #666 !important;
}

#form input[type="button"]:hover,
#form input[type="submit"]:hover,
#form input[type="reset"]:hover {
	opacity: 0.5;
}

#form .area-btn {
	border: 0px solid blue;
	padding: 0;
	margin: 1.5rem 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background: transparent
}


#form input::placeholder,
#form textarea::placeholder {
	color: var(--color-font);
	opacity: 0.3;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}









/*-----------------------------------------------------------------------------------------
200010 - .ul.btn-more
----------------------------------------------------------------------------------------- */
ul.btn-more {
	padding: 0;
	margin: 03.0rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	border: 0pt solid red;
	font-size: clamp(calc(2.4rem * 0.6), 2.4vw, 24px);
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

ul.btn-more li {
	display: block;
	width: fit-content;
	padding: 0.3em;
	border: 0pt solid green;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-align: inherit;
}

ul.btn-more li a {
	font-size: clamp(calc(2.4rem * 0.6), 2.4vw, 24px);
	line-height: 1;
	font-weight: 600;
	text-align: center;
	padding: 1.0em 0.25em;
	margin: 0.25em;
	width: auto;
	min-width: 12em;
	background: var(--color-key);
	color: white !important;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	/* transition: 0.8s; */
}

ul.btn-more li a:hover {
	opacity: 0.3;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}







/*-----------------------------------------------------------------------------------------
200011 - .blockquote
----------------------------------------------------------------------------------------- */
blockquote {
	font-size: clamp(calc(2.4rem * 0.6), 2.4vw, 24px);
	line-height: 1.4;
	background: var(--color-bg);
	padding: 1.5em;
	margin: 0.5em 0;
}

blockquote small {
	font-size: 0.8em
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 922px) {}

@media (min-width: 1200px) {}
























/* ----- 調整 ----- */
.contents {
	/* border:10px solid red; */
	padding-top:0 !important;
	/* padding-bottom:0 !important; */
}

.content-single {
	padding-top:5vw !important;

}

.index .contents {
	/* border:10px solid red; */
	/* padding-top:0 !important; */
	padding-bottom:0 !important;
}
.index aside.pager   {
	display:none;
}

ul.area-button {
	margin-top:-4.0rem
}





































	.custom-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	cursor: default; /* pointer から default に変更し、背景では指マークにならないように修正 */
	/* 背景のフェードイン・アウト用の設定 */
	opacity: 0;
	transition: opacity 0.5s ease;
}

.custom-modal-overlay.is-visible {
	display: flex;
}

.custom-modal-overlay.is-active {
	opacity: 1;
}

.custom-modal-content {
	max-width: 90%;
	max-height: 85%;

	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	border: 0px solid red;
	border-radius: 4px;
	cursor: default;
	/* イージングを調整して気持ちの良い「シュッ」とした動きに */
	transition: transform 0.4s cubic-bezier(0.1, 0.76, 0.55, 0.94), opacity 0.4s ease;
	/* 下から出てくるアニメーション用追加：初期位置を下に100pxずらし、透明にする */
	transform: translateY(100px);
	opacity: 0;
}

.custom-modal-overlay.is-active .custom-modal-content {
	/* アクティブ時に元の高さに戻り、表示される */
	transform: translateY(0);
	opacity: 1;
}

.custom-modal-caption {
	position: absolute;
	bottom: 20px;
	color:black;
	font-size: 14px;
	font-weight: bold;
	background: white;
	padding: 5px 15px;
	border-radius: 4px;
	pointer-events: auto; /* none から auto に変更（クリックできるように修正） */
	cursor: pointer; /* マウスホバー時にカーソルを指マークにする追加 */
	/* 画像の動きを邪魔しないよう、キャプションもふわっと遅れて表示 */
	opacity: 0;
	transition: opacity 0.3s ease 0.15s;
	width:fit-content;
}

.custom-modal-overlay.is-active .custom-modal-caption {
	opacity: 1;
}









/*
.skill-file {
	width:100%;
	height:auto;
	border:0px solid red;
}

.skill-file img {
	width: 100%;
	height: auto;
	min-width: max-content;
}

.skill-file dl {
	width:100%;
	height:auto;
	border:0px solid green;
	overflow: hidden;

}

.skill-file dl dt,
.skill-file dl dd {
	width:100%;
	height:auto;
	border:0px solid green;
	overflow: auto;
}

.skill-file dl dd {
	border-color:blue; */

.skill-file {
		border: 0px solid red;
		padding: 2.5vw;
		margin: 0;
		width: 100%;
	}

	.skill-file .frame-table {
		border: 0px solid red;
		overflow-x: auto;
		width: 100%;
	}

	.skill-file table {
		border-collapse: separate;
		border-spacing: 0;
		width: max-content;
		min-width: 100%;
		table-layout: fixed;
		border: 1px solid black
	}

	.skill-file th,
	.skill-file td {
		font-weight: normal;
		text-align: center;
		border: 0.5px solid rgba(0, 0, 0, 0.3);
		/* font-size: clamp(1.4rem, 1.6vw, 1.6rem); */
		font-size: clamp(calc(2.4rem * 0.2), 1.7vw, 20px);
		font-size: clamp(calc(2.4rem * 0.3), 2.0vw, 20px);
		line-height: 1.3;
		padding: 0.4em 0.25em;
		width: 4em;
		box-sizing: border-box;
	}

	.skill-file th small,
	.skill-file td small {
		font-size:0.8em
	}

	.skill-file .syumoku {
		width: 7em !important;
	}

	.skill-file .vertical-text {
		writing-mode: vertical-rl;
		text-orientation: mixed;
		font-family: sans-serif;
		text-align: left;
	}

	.skill-file .txt-left {
		text-align: left;
	}

	.skill-file .txt-right {
		text-align: right;
	}

	.skill-file ol {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}

	.skill-file ol li {
		position: relative;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.6;
		/* font-size: clamp(1.4rem, 1.6vw, 1.6rem); */
		font-size: clamp(calc(2.4rem * 0.4), 2.0vw, 20px);
		margin: 0.25em 0;
	}

	.skill-file ul {
		list-style: none;
		border: 1px solid black;
		display: flex;
		flex-wrap: wrap;
		padding: 0.5em;
		margin: 1em 0;
		background: rgba(200, 200, 200, 0.1);
		width:100%;
	}

	.skill-file ul li {
		position: relative;
		line-height: 1.6;
		/* font-size: clamp(1.6rem, 1.8vw, 1.8rem); */
		font-size: clamp(calc(2.4rem * 0.4), 2.0vw, 20px);
		margin: 0.25em;
		font-weight: 600;
		/* border:1px solid red; */
		width:auto;
	}

	.skill-file ul li span {
		display:inline-block;
		min-width:15em;
		width:16em;
		/* border:1px solid green; */
		font-size: clamp(calc(2.4rem * 0.30), 2.1vw, 20px);

	}

	.skill-file blockquote {
		border: 1px solid black;
		padding: 1em;
		margin: 1em 0;
		/* font-size: clamp(1.6rem, 1.8vw, 1.8rem); */
		font-size: clamp(calc(2.4rem * 0.4), 2.0vw, 20px);

	}

	.skill-file p {
		/* font-size: clamp(1.4rem, 1.6vw, 1.6rem); */
		font-size: clamp(calc(2.4rem * 0.4), 2.0vw, 20px);
		margin: 1.5em 0 0.5em 0;
		line-height: 1.6;

	}

	.skill-file p b {
		font-size: 1.5em;
	}

	.skill-file figure {
		width: 100%;
		padding: 0 auto;
		margin: 5vw 0;
	}

	.skill-file figure img {
		width: 100%;
		height: auto;
		display: block;
		padding: 0;
		margin: 0;
	}

	.skill-file a {
		color:Red;
	}










	.skill-file.en ol {
		list-style-type: disc;
		list-style-position: outside;
		padding-left: 1em;
	}

	.skill-file.en ol li {
		padding-left: 0;
		text-indent: 0;
	}








