a:focus,
*:focus {
	outline: none;
	text-decoration: none;
}

h1,
* {
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
}

input {
	max-width: 100%;
}

a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

h1:not(.site-title):before,
h2:before {
	content: none;
}

.commJust {
	text-align: justify;
	text-justify: inter-ideograph;
}

.commMb10 {
	clear: both;
	margin-bottom: 10px;
}

.commMb20 {
	clear: both;
	margin-bottom: 20px;
}

.commMb30 {
	clear: both;
	margin-bottom: 30px;
}

.commMb40 {
	clear: both;
	margin-bottom: 40px;
}

.commMb50 {
	clear: both;
	margin-bottom: 50px;
}

.commMb60 {
	clear: both;
	margin-bottom: 60px;
}

.commMb70 {
	clear: both;
	margin-bottom: 70px;
}

.commMb80 {
	clear: both;
	margin-bottom: 80px;
}

.commMb90 {
	clear: both;
	margin-bottom: 90px;
}

.commMb100 {
	clear: both;
	margin-bottom: 100px;
}

.commWrap {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.commWrapNarrow {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
	filter: grayscale(0%);
}

.image-filters-enabled .entry .post-thumbnail:before,
.image-filters-enabled .entry .post-thumbnail:after {
	content: "";
	background: rgba(0, 0, 0, 0);
}

.entry .entry-title:before {
	content: "";
	display: block;
	height: 0px;
	margin: 0rem 0;
	width: 0em;
}

.pagination .nav-links {
	align-items: center;
	justify-content: center;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	display: flex;
	align-items: center;
	border: none;
}

.nav-links a {
	color: #666;
}

.nav-links a:hover {
	color: #fff;
	background: #666;
	text-decoration: none;
}

span.page-numbers.current {
	color: #fff;
	background: #666;
}

.pagination span.page-numbers,
.pagination a.page-numbers {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 3px;
}

.footerWrap {
	background: #231815;
	padding: 20px 0;
}

.footerWrapInner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 0 20px;
}

.footerLink {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 40px;
}

.footerLink:first-of-type {
	margin-bottom: 0px;
}

.footerLink>div {
	margin: 5px 10px;
}

.footerLink a {
	color: #fff;
}

.footerText {
	text-align: center;
}

.headerNav {
	z-index: 5;
	position: fixed;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.headerNav a {
	color: #000;
	display: block;
	padding: 5px 20px;
	border-left: 1px solid #000;
}

.headerNav div:first-of-type a {
	border-left: none;
}


.swiper-slide {
	position: relative;
	z-index: 5;
	width: 100%;
}

.swiper-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 5;
}

.topSliderText {
	line-height: 1.4;
	position: absolute;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	width: 100%;
	z-index: 5;
	transform: translate(-50%, -50%);
	color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.65));
	top: 50%;
	left: 50%;
}

.topSliderText2,
.dummy {
	top: 75%;
}

.topSliderText3,
.dummy {
	transform: translate(0%, -50%);
	left: auto;
	right: 4.5%;
	text-align: right;
}

.topSliderText4,
.dummy {
	top: 75%;
}

.headerWrap:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
}

.headerWrap {
	position: relative;
	text-align: center;
	width: 100%;
	background-image: url(img/topSlider1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
}

.headerWrap h1 {
	font-size: 200%;
	font-weight: 500;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 5;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.65));
}

.commText {
	font-size: 120%;
	margin-bottom: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;

}

.commTextFlex {
	font-size: 120%;
	margin-bottom: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
}

.inNotice {
	line-height: 1.2;
}

.commTextFlex>div {}

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

.topTextWrap {
	background-image: url(img/arch.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12em;
	width: 100%;
	display: flex;
	/* 両端 */
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

.topTextWrap .commText:first-of-type {}

header {
	margin-bottom: 40px;
}

.topSliderText1 img {
	width: 100%;
	max-width: 60%;
	padding: 0 20px;
}

.topMovWrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	justify-content: center;
}

.youtube {

}
.topMovWrap > div {
	width: calc(50% - 10px);
	margin: 0 5px;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}



.syuroTitle {
	font-size: 180%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.syuroWrap {
	margin-bottom: 20px;

}

.syuroWrap .commText {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	justify-content: center;

}

hr {
	height: 2px;
	margin: 80px 0;
	width: 100%;
	background: #f39800;
}

.syuroLogo {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.stepWrap .commText {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.stepBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.notice {
	font-size: 80%;
	line-height: 1.2;
}

.stepItem {
	padding: 20px;
	width: 80%;
	background: rgb(255, 242, 31);
	background: linear-gradient(90deg, rgba(255, 242, 31, 1) 0%, rgba(238, 130, 46, 1) 100%);

	font-weight: 500;
	font-size: 115%;
	border-radius: 3px;

	margin-bottom: 20px;
}

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

.stepItemTitle {
	font-size: 130%;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.syuroTextIndex {
	color: #ee832e;
	font-weight: 500;
	font-size: 115%;

}

.stepWrap .commTextFlex>div {
	margin-bottom: 10px;
}

.stepWrap .commTextFlex>div:last-of-type {
	margin-bottom: 0px;
}


.step4Wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.step4Box {
	width: 25%;
	padding: 0 10px;
	position: relative;
}

.step4Box:before {
	content: "▼";
	position: absolute;
	left: 0;
	transform: rotate(-90deg) translate(-50%, -50%);
	color: #9fa0a0;
}

.step4Box:first-of-type:before {
	content: "";
}

.step4Title {
	text-align: center;
	font-weight: 180%;
	font-weight: 500;
	background: #faee00;
	margin-bottom: 10px;
	border-left: 30px solid #fff;
	border-right: 30px solid #fff;
	font-size: 160%;
}

.step4Img {
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
}

.step4Img img {
	border-radius: 20px;
}

.step4ImgDescTitle {
	font-size: 140%;
	font-weight: 500;
	text-align: center;
	color: #ee832e;
}

.step4ImgDescText {
	line-height: 1.6;
	font-size: 120%;
	/* 両端 */
	flex-wrap: wrap;
	justify-content: center;

}

.step4Box:nth-of-type(2) .step4Title {
	background: #f8b62d;
}

.step4Box:nth-of-type(3) .step4Title {
	background: #f39800;
}

.step4Box:nth-of-type(4) .step4Title {
	background: #ea5514;
}

/*
padding-left: 1em;
text-indent: -0.8em;

*/

table {
	margin: 0;
}

.faqBox {
	display: flex;
	flex-direction: column;
	font-size: 120%;

	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.faqBox p {
	margin: 0;

}

.faqQ,
.faqA {
	display: flex;
	flex-direction: row;
	line-height: 1.6;
}

.faqQ {
	position: relative;
	color: #ee832e;
	font-weight: 500;
	margin-bottom: 5px;
}

.faqA {
	position: relative;
	margin-bottom: 25px;
}

.faqQ::before,
.faqA::before {
	width: 100%;
	max-width: 20px;
	text-align: center;
}

.faqQ::before {
	content: "Q";
}

.faqA::before {
	content: "A";
}



footer {
	margin-top: 40px;
}

.stepTable2 {
	width: 100%;
	overflow: auto;
}

.stepTable2 table {
	width: 100%;
	min-width: 800px;
}

.stepTable2 .notice {
	margin-bottom: 25px;
}

.stepTable2 tr:first-of-type {
	background: #e0ebff;
}

.stepTable2 tr:first-of-type td {
	background: #e0ebff;
}

.stepTable2 td:first-of-type {
	background: #fffee0;
}

.stepTable {
	width: 100%;
	overflow: auto;
}

.stepTable table {
	width: 100%;
	min-width: 820px;
}

.stepTable td {
	text-align: center;
}

.stepTable tr:first-of-type td {
	background: #fcffe1;
	font-weight: 500;
}

.stepTable tr:first-of-type td:first-of-type {
	background: #fff;
}

.stepTable td:first-of-type {
	background: #ebfee1;
	font-weight: 500;
}

.stepGraph {
	text-align: center;
}

.stepTaisyo {
	font-size: 150%;
}

.iframe {
	width: 100%;
	text-align: center;
}

.accessWrap iframe {
	margin-left: auto;
	margin-right: auto;
}

.accessWrap .commTextFlex a,
.accessWrap .commTextFlex input {}

.accessContactWrap {
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
}

.accessContactWrap div:first-of-type {
	margin-bottom: 20px;
}

.accessContactWrap span {
	font-size: 180%;
}

.accessContactWrap span:first-of-type {
	padding-right: 15px;
}

.accessContactWrap div:last-of-type a,
html[lang="ja"] .accessContactWrap input {
	font-size: 120%;
}

.blogWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

}

.entry-content {
	font-size: 110%;
}

.entry .entry-content,
.entry .entry-summary,
.entry .post-thumbnail,
.hfeed .entry .entry-header {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.contentWrap {
	width: 100%;
	max-width: 80%;
}

.sideWrap {
	width: 100%;
	max-width: 20%;
}

.archiveWrap article {
	display: flex;
	flex-wrap: wrap;
}

.entry-header {
	width: 100%;
}

.archiveWrap .contentWrap>article .entry-content,
.archiveWrap .contentWrap>article figure {
	width: 50%;
}

.entry {
	margin-top: 1em;
}

.sideWrap h3 {
	margin: 0 0 10px 0;
	font-size: 140%;
	font-weight: 700;
}

.entry-content {
	text-align: justify;
	text-justify: inter-ideograph;
}

.sideWrap ul {
	margin: 0 0 40px 0;
	padding: 0;
}

.archiveWrap figure img {
	padding-right: 20px;
}

.singleWrap .entry-content,
.archiveWrap .entry-content {
	padding-right: 40px;
}

.blogWrap .entry-title {
	padding-bottom: 15px;
	font-size: 120%;
	line-height: 1.4;
}

.blogWrap .entry-title a {
	text-decoration: none;
	display: block;
	font-weight: 500;
}

.singleWrap figure img {
	padding-right: 40px;
	margin-bottom: 20px;
}

.blogWrap p {
	margin: 0 !important;
	max-width: 100% !important;
	margin-bottom: 20px !important;
}

.blogWrap p:last-of-type {
	margin-bottom: 0px !important;
}

.blogArchive {}

.newPost div {
	line-height: 1.4;
}

.newPost li {
	margin: 0 0 10px 0;
	text-align: justify;
	text-justify: inter-ideograph;

}

.newPost li>div:first-of-type {
	font-size: 12px;
}

.footerCopy {
	color: #fff;
	background: #35231e;
	text-align: center;
}

.topBlogWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.topBlogImg {
	margin-bottom: 10px;
}

.topBlogTime {
	font-size: 12px;
}

.topBlogTitle {
	line-height: 1.4;
}

.topBlogWrap>div {
	width: 30%;
	margin: 0 10px;
}

h2.topH2 {
	width: 100%;
	font-size: 140%;
	font-weight: 500;
	text-align: center;
	position: relative;
}

h2.topH2:before {
	position: absolute;
	width: 100%;
	transform: translate(-50%, -50%);
	content: "";
	height: 7px;
	background: #e6e6e6;
	top: 50%;
	left: 50%;
	margin: 0;
	z-index: -1;
}

h2.topH2 span {
	background: #fff;
	padding: 0 20px;
}

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/


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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1000px) {
	.step4Box {
		width: 50%;
		padding: 0 10px;
		position: relative;
		margin-bottom: 20px;
	}

}

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

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

@media screen and (max-width: 800px) {
	.headerNav {
		display: none;
	}

	.topMovWrap {
		flex-direction: column;
		align-items: center;
	}
	.topMovWrap > div {
		width: 100%;
		margin: 0;
	}
	.commWrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.commWrapNarrow {
		padding-left: 20px;
		padding-right: 20px;
	}

	.topTextWrap {
		padding-top: 10em;
	}

	.youtube {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

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

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

	.archiveWrap .contentWrap>article .entry-content,
	.archiveWrap .contentWrap>article figure {
		width: 100%;
	}

	.singleWrap .entry-content,
	.archiveWrap .entry-content {
		padding-right: 0px;
	}

	.sideWrap {
		padding-top: 60px;
		max-width: 100%;
	}

	.singleWrap figure img {
		padding-right: 0px;
	}

	.archiveWrap figure img {
		padding-right: 0px;
		margin-bottom: 20px;
	}

	.topBlogWrap>div {
		width: 100%;
		margin: 0 10px 20px 10px;
	}

	.topBlogWrap>div:last-of-type {
		width: 100%;
		margin-bottom: 0;
	}



}

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

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

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

@media screen and (max-width: 550px) {
	.step4Box {
		width: 100%;
		padding: 0 10px;
		position: relative;
		margin-bottom: 50px;
	}

	.step4Box:before {
		content: "▼";
		position: absolute;
		left: 50%;
		top: -25px;
		transform: rotate(0deg) translate(-50%, -50%);
		color: #9fa0a0;
	}

	.step4Box:last-of-type {
		margin-bottom: 0px;
	}

}

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

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

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