@charset "utf-8";
html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

:focus:not(:focus-visible) {
	outline: 0;
}

/* change styles
*****************************************/
/* 全体 */
body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}

/* リンク色 */
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

/* 背景色 */
.header01 {
	border-bottom: 4px solid #000;
	background: #CEDC00;
}
.rightNav01 .globalNavArea01 {
	background-color: #3bbacd;
}
@media screen and (max-width: 767px) {
.globalNavArea01,
.rightNav01 .globalNavArea01 {
	background: rgba(206, 220, 0, 0.90);
}
.globalNav01 > ul > li > a {
	color: #000;
}
}
.navButton01 > .top,
.navButton01 > .middle,
.navButton01 > .bottom {
	background-color: #000;
}

.footer01 {
	background-color: #CEDC00;
}

.pageTop01 > a {
	background-color: #000;
}

.section01.type01 {
	background-color: #CEDC00;
}
.section01.type02 {
	background-color: #d0f1f6;
}

.btn01 > a {
	background-color: #000;
	color: #fff;
}
.btn01 > a::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.btn02 > .inner01 > .button01 {
	background-color: #000;
	color: #fff;
}
.btn02 > .inner01 > .button01::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

.slideControl01 > .button01 {
	background-color: #000;
}

.list02 > li > .button01 > a {
	background-color: #000;
}

.table01 {
}
.table01 thead th {
	background-color: #000;
}
.table01 tbody tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 1.0);
}
.table01 tbody tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.80);
}


/* フォントファミリー */
.globalNav01 > ul > li > a {
	font-family: "East Sea Dokdo", sans-serif;
	font-weight: 400;
}
.footTxt01 {
	font-family: "East Sea Dokdo", sans-serif;
	font-weight: 400;
}
.heading01 {
	font-family: "East Sea Dokdo", sans-serif;
	font-weight: 400;
}
.tableWrap01 > .text01 {
	font-family: "East Sea Dokdo", sans-serif;
	font-weight: 400;
}


/* 罫線色 */
.footTxt01 {
	border-bottom: #000 solid 2px;
}

.heading02 {
	border-bottom: #000 solid 2px;
}
.heading03 {
	border-bottom: rgba(0, 0, 0, .4) solid 1px;
}
.heading05 {
	border-bottom: #000 solid 2px;
}

.frameArea01 {
	border: rgba(0, 0, 0, .4) solid 1px;
}
.frameArea02 {
	border: #000 solid 2px;
}

.frameArea02 > .title01::before,
.frameArea02 > .title01::after {
	background-color: #333;
}

.frameArea02 > .inner01 {
	border-top: #000 solid 2px;
}

.list01 > li::before {
	background-color: rgba(255, 255, 255, 1.0);
}

.list02 > li {
	border-bottom: rgba(0, 0, 0, .4) solid 1px;
}

/* common
*****************************************/
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.pcNone {
	display: none;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.left {
	text-align: left !important;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.centerSpLeft {
	text-align: center;
}

.preload * {
	transition: none !important;
}

strong {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
body {
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

.centerSpLeft {
	text-align: left !important;
}

}

.mt00 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt70 {
	margin-top: 70px !important;
}

/* link
*****************************************/
.hover01 a img {
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover01 a:hover img {
	opacity: .6;
}

.imgOver01 > a {
	display: block;
	overflow: hidden;
}

.imgOver01 > a img {
	transform: scale(1);
	transition: transform .3s;
	backface-visibility: hidden;
}

.imgOver01 > a:hover img {
	transform: scale(1.1);
}

.btn01 {
	margin: 40px auto 0;
	width: 462px;
}

.col01 .btn01,
.col02 .btn01 {
	width: 100%;
}

.col01 .btn01 a {
	font-size: 1.8rem;
}
.col01 .btn01 > a::after {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -4px;
	content: "";
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.btn01.type02 {
	margin: 20px 0 0;
	width: 300px;
}

.btn01 > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 25px 70px 25px 25px;
	height: 100%;
	font-size: 3.0rem;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity .3s;
}
.btn01 > a:hover {
	opacity: .6;
}

.btn01 > a::after {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -8px;
	content: "";
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
}

.btn01.type02 > a {
	padding: 20px 70px 20px 20px;
	font-size: 1.8rem;
	line-height: 1.6;
}

.btn01.type02 > a::after {
	right: 15px;
	margin-top: -7px;
	content: "";
	width: 14px;
	height: 14px;
}

.btn02 {
	margin-top: 20px;
}

.btn02 > .inner01 {
	display: block;
	position: relative;
	padding: 20px 10px 60px;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
	transition: opacity .3s;
}

.btn02 > a.inner01:hover {
	opacity: .6;
}

.btn02 > .inner01 > .text01 {
	font-size: 1.8rem;
	font-weight: 700;
}

.btn02 > .inner01 > .text02 {
	color: rgba(0, 0, 0, .5);
	font-size: 1.4rem;
}

.btn02 > .inner01 > .button01 {
	position: absolute;
	bottom: -1px;
	left: -1px;
	padding: 6px 20px 6px 8px;
	width: calc(100% + 2px);
	font-size: 1.4rem;
}

.btn02 > .inner01 > .button01::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	content: "";
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

.btn03 {
	margin-top: 20px;
}

.btn03 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
	transition: opacity .3s;
}

.btn03 > a.inner01:hover {
	opacity: .6;
}

.btn03 > .inner01 > .image01 {
	width: 51%;
}

.btn03 > .inner01 > .btn02 {
	margin-top: 0;
	width: 49%;
}

.btn03 > .inner01 > .btn02 > .inner01 {
	border-left: none;
}
.btn03 > .inner01 > .btn02 > .inner01 > .button01 {
	left: 0;
	width: calc(100% + 1px);
}

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

.btnList01 > .btn01 {
	margin-left: 0;
	margin-right: 0;
	width: 48.5%;
}

.btnList02 {
	display: flex;
	flex-wrap: wrap;
}

.btnList02 > .btn01,
.btnList02 > .btn02 {
	margin-left: 1.3%;
	width: 24%;
}

.btnList02 > .btn01:nth-child(4n+1),
.btnList02 > .btn02:nth-child(4n+1) {
	margin-left: 0;
}

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

.btnList03 > li {
	width: 49.3%;
}

@media screen and (max-width: 767px) {
.hover01 a:hover img {
	opacity: 1.0;
}

.imgOver01 > a:hover img {
	transform: scale(1);
}

.btn01 {
	width: 100%;
}

.btn01.type02 {
	width: 100%;
}

.btn01 > a {
	padding: 20px 60px 20px 15px;
	font-size: 2.2rem;
}
.btn01 > a:hover {
	opacity: 1.0;
}
.col01 .btn01 a {
	font-size: 1.6rem;
}

.btn01 > a:after {
	right: 15px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
}

.btn01.type02 > a {
	padding: 20px 60px 20px 15px;
	font-size: 1.6rem;
}

.btn01.type02 > a:after {
	margin-top: -5px;
	content: "";
	width: 10px;
	height: 10px;
}

.btn02 > .inner01 {
	padding: 10px 3% 40px;
}

.btn02 > a.inner01:hover {
	opacity: 1.0;
}

.btn02 > .inner01 > .text01 {
	font-size: 1.5rem;
}

.btn02 > .inner01 > .text02 {
	font-size: 1.2rem;
}

.btn02 > .inner01 > .button01 {
	font-size: 1.0rem;
}
.btn02 > .inner01 > .button01::after {
	right: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
}

.btn03 > a.inner01:hover {
	opacity: 1.0;
}

.btnList01 > .btn01 {
	width: 100%;
}

.btnList02 {
	justify-content: space-between;
}

.btnList02 > .btn01,
.btnList02 > .btn02 {
	margin-left: 0;
	width: 47.8%;
}

.btnList03 > li {
	width: 100%;
}

}

/* header
*****************************************/
.header01 {
	position: fixed;
	top: 0;
	z-index: 1000;
	padding: 0 20px;
	width: 100%;
	height: 60px;
}

.header01 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	height: 100%;
}

.header01 > .inner01 > .logo01 {
	width: 120px;
}

.navButton01 {
	display: none;
}

.globalNavArea01 {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
}

.globalNav01 > ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.globalNav01 > ul > li {
	margin-left: 40px;
	line-height: 1.0;
}

.globalNav01 > ul > li:first-child {
	margin-left: 0;
}

.globalNav01 > ul > li > a {
	position: relative;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.0;
	text-decoration: none;
	transition: opacity .3s;
}

.globalNav01 > ul > li > a:hover {
	opacity: .6;
}

/* right navi */
.rightNav01 .header01 {
	top: 110px;
	right: 0;
	padding: 0;
	width: auto;
	border-bottom: none;
}

.rightNav01 .header01 > .inner01 {
	display: block;
}

.rightNav01 .header01 > .inner01 > .logo01 {
	display: none;
}

.rightNav01 .navButton01 {
	display: none;
}

.rightNav01 .globalNavArea01 {
	display: block;
	padding: 30px 18px 30px 29px;
}

.rightNav01 .globalNav01 > ul {
	display: block;
	width: 100%;
}

.rightNav01 .globalNav01 > ul > li {
	margin: 30px 0 0;
	line-height: 1.0;
	text-align: right;
}

.rightNav01 .globalNav01 > ul > li:first-child {
	margin-top: 0;
}

.rightNav01 .globalNav01 > ul > li > a {
	font-size: 2.4rem;
	color: #fff;
}

.rightNav01 .globalNav01 > ul > li > a:hover {
	opacity: .6;
}


@media screen and (max-width: 1090px) {
.globalNav01> ul > li {
	margin-left: 25px;
}

.globalNav01 > ul > li > a {
	font-size: 2.2rem;
}

}

@media screen and (max-width: 940px) {
.globalNav01> ul > li {
	margin-left: 18px;
}

.globalNav01 > ul > li > a {
	font-size: 1.7rem;
}

}

@media screen and (max-width: 767px) {
.header01 {
	padding: 0;
	height: 50px;
	transition: all .3s;
}

.header01 > .inner01 > .logo01 {
	position: relative;
	z-index: 10;
	margin-left: 5px;
	width: 94px;
}

.navButton01 {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: none;
	border: none;
	cursor: pointer;
	transition: all .1s;
}

.navButton01 > .top,
.navButton01 > .middle,
.navButton01 > .bottom {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 2px;
	text-indent: 100%;
	white-space: nowrap;
	transition: all .1s;
}

.navButton01 > .top {
	top: 16px;
}

.navButton01 > .bottom {
	top: 32px;
}

.navButton01 > .middle {
	top: 24px;
}

.active .navButton01 > .middle {
	background: none;
}

.active .navButton01 > .top {
	top: 23px;
	transform: rotate(45deg);
}

.active .navButton01 > .bottom {
	top: 23px;
	transform: rotate(-45deg);
}

.globalNavArea01 {
	display: block;
	position: fixed;
	top: 50px;
	padding-top: 0;
	width: 100%;
	height: calc(100% - 41px);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}
.active .globalNavArea01 {
	opacity: 1.0;
	visibility: visible;
}

.globalNav01 {
	padding-top: 10px;
	padding-bottom: 40px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.active .globalNav01 {
	opacity: 1.0;
	visibility: visible;
}

.globalNav01 > ul {
	display: block;
	width: 100%;
}

.globalNav01 > ul > li {
	margin: 30px 0 0;
	width: 100%;
	text-align: center;
}

.globalNav01 > ul > li > a {
	display: block;
	position: relative;
	font-size: 3.5rem;
}

.globalNav01 > ul > li > a:hover {
	opacity: 1.0;
}

/* right navi */
.rightNav01 .header01 {
	top: 0;
	right: auto;
	padding: 0;
	width: 100%;
	border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.rightNav01 .header01 > .inner01 {
	display: flex;
}

.rightNav01 .header01 > .inner01 > .logo01 {
	display: block;
}

.rightNav01 .navButton01 {
	display: block;
}

.rightNav01 .globalNavArea01 {
	padding: 0;
}

.rightNav01 .globalNav01 > ul {
	display: block;
	width: 100%;
}

.rightNav01 .globalNav01 > ul > li {
	text-align: center;
}

.rightNav01 .globalNav01 > ul > li:first-child {
	margin-top: 30px;
}

.rightNav01 .globalNav01 > ul > li > a {
	font-size: 2.2rem;
}

.rightNav01 .globalNav01 > ul > li > a:hover {
	opacity: 1.0;
}


}

/* footer
*****************************************/
.footer01 {
	position: relative;
	padding-bottom: 40px;
}

.footer01 > .text01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-size: 1.2rem;
}

.footer01 > .text01 > img {
	margin-right: 15px;
	width: 50px;
}

.pageTop01 > a {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity .3s;
}

.pageTop01 > a:hover {
	opacity: .6;
}

.pageTop01 > a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -9px;
	content: "";
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	transition: all .3s;
}

.footTxt01 {
	display: table;
	margin: 40px auto 0;
	padding-bottom: 5px;
	font-size: 4.0rem;
	line-height: 1.2;
}

.snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.snsBtn01 > li {
	margin-left: 10px;
	margin-right: 10px;
	width: 50px;
}

.footList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	font-size: 1.4rem;
}

.footList01 > li {
	margin-top: 10px;
}

.footList01 > li:not(:last-child) {
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
}

.footList01 > li:not(:last-child)::before {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background-color: #000;
}

.footList02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}

.footList02 > li {
	margin: 20px 15px 0;
	width: 250px;
}

.copyright01 {
	margin-top: 18px;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
.footer01 > .text01 {
	font-size: 1.0rem;
}

.footTxt01 {
	margin-top: 30px;
	font-size: 3.0rem;
}

.pageTop01 > a:hover {
	opacity: 1.0;
}

.footList01 {
	margin: 17px 10% 0;
	font-size: 1.2rem;
}

.footList02 {
	justify-content: space-between;
	margin: 15px 4% 0;
}

.footList02 > li {
	margin: 15px 0 0;
	width: 47.8%;
}

.copyright01 {
	padding-right: 4%;
	padding-left: 4%;
	font-size: 1.0rem;
}

}

/* RSS feed
*****************************************/
.umj-rss-feed {
	margin-top: 60px;
	padding-right: 30px;
	max-height: 200px;
	overflow-y: auto;
}

.umj-feed {
	max-width: 100% !important;
}

.umj-feed .umj-feed-items .umj-feed-item {
	display: flex;
	flex-direction: row;
	margin-top: 20px !important;
	padding: 0 !important;
	border: none !important;
}

.umj-feed .umj-feed-items .umj-feed-item:first-child {
	margin-top: 0 !important;
}

.umj-feed-item-title {
	flex: none !important;
	order: 2;
	text-decoration: none;
	width: calc(100% - 120px) !important;
}
.umj-feed-item-date {
	order: 1;
	width: 120px !important;
}

@media screen and (max-width: 767px) {
.umj-rss-feed {
	margin-top: 30px;
	padding-right: 4%;
}
.umj-feed .umj-feed-items .umj-feed-item {
	margin-top: 30px !important;
}

.umj-feed-item-title {
	width: 100% !important;
}
.umj-feed-item-date {
	order: 1;
	width: 120px !important;
}


}

/* contents
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}

.contents01 {
	padding-top: 60px;
	overflow: hidden;
}

.rightNav01 .contents01 {
	padding-top: 0;
}

.mainImage01 img {
	width: 100%;
}

.section01 {
	position: relative;
	padding: 90px 20px 140px;
	border-top: #000 solid 4px;
}

.section01 > .inner01 {
	margin: 0 auto;
	max-width: 1000px;
}

.section02 {
	margin-top: 55px;
}

.section03 {
	margin-top: 30px;
}

.frameArea01 {
	margin-top: 30px;
	padding: 20px;
}

.frameArea02 {
	margin-top: 60px;
}

.frameArea02 + .frameArea02 {
	margin-top: 40px;
}

.frameArea02 > .title01 {
	position: relative;
	transition: opacity .3s;
}

.frameArea02 > .title01 > .button01 {
	padding: 20px 55px 20px 20px ;
	width: 100%;
	background: none;
	color: inherit;
	font-family: inherit;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
	border: none;
}

.frameArea02 > .title01:hover {
	opacity: .6;
}

.frameArea02 > .title01::before {
	position: absolute;
	top: 50%;
	right: 31px;
	content: "";
	margin-top: -12px;
	width: 3px;
	height: 25px;
	transition: all .3s;
}

.frameArea02 > .title01.open::before {
	transform: rotate(90deg);
}

.frameArea02 > .title01::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	margin-top: -1px;
	width: 25px;
	height: 3px;
	transition: all .3s;
}

.frameArea02 > .inner01 {
	margin: 0 20px;
	padding: 40px 20px;
}

.col01 {
	margin-top: 60px;
	width: 48%;
}

.col02 .col01 {
	margin-top: 0;
}

.col01 > .image01 + .heading02,
.col01 > .image02 + .heading02,
.col02 > .image01 + .heading02,
.col03 > .image01 + .heading02 {
	margin-top: 15px;
}

.col02 {
	margin-top: 30px;
	margin-left: 4%;
	width: 30.6%;
}

.col02:nth-child(3n+1) {
	margin-left: 0;
}

.col02:nth-child(1),
.col02:nth-child(2),
.col02:nth-child(3) {
	margin-top: 60px;
}

.frameArea02 .wrap01:first-child .col02:nth-child(1),
.frameArea02 .wrap01:first-child .col02:nth-child(2),
.frameArea02 .wrap01:first-child .col02:nth-child(3) {
	margin-top: 0;
}

.col03 {
	margin-top: 30px;
	margin-left: 3%;
	width: 22.7%;
}

.col03:nth-child(4n+1) {
	margin-left: 0;
}

.col03:nth-child(1),
.col03:nth-child(2),
.col03:nth-child(3),
.col03:nth-child(4) {
	margin-top: 60px;
}

.newsList01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-right: 30px;
	max-height: 200px;
	overflow-y: auto;
}

.newsList01 > dt {
	margin-top: 20px;
	width: 110px;
}

.newsList01 > dd {
	margin-top: 20px;
	width: calc(100% - 110px);
}

.slideArea01 {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0;
	padding: 0 51px;
}

.slideArea02 {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0;
	padding: 0 51px;
}

.slideControl01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.slideControl01 > .button01 {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity .3s;
	cursor: pointer;
	border: none;
}

.slideControl01 > .button01:hover {
	opacity: .6;
}

.backdrop01 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, .9);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
	cursor: pointer;
}

.inlineBox01 {
	display: flex;
	align-items: center;
	justify-self: center;
	padding: 20px;
	width: 100%;
	height: 100%;
	z-index: 1100;
	overflow: auto;
}

.inlineBox01 > .inner01 {
	position: relative;
	z-index: 1100;
	margin: 0 auto;
	padding: 40px;
	max-width: 1000px;
	background-color: #fff;
}

.inlineBox01 > .inner01 > .button01 {
	position: absolute;
	top: -40px;
	right: 0;
	width: 35px;
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.inlineBox01 > .inner01 > .button01::before,
.inlineBox01 > .inner01 > .button01::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: auto;
	width: 40px;
	height: 4px;
	background-color: #fff;
}

.inlineBox01 > .inner01 > .button01::before {
	transform: rotate(45deg);
}
.inlineBox01 > .inner01 > .button01::after {
	transform: rotate(-45deg);
}

.movieL01 {
	margin: 60px auto 0;
	padding: 0 66px;
}

.movieL01:first-child {
	margin-top: 0;
}

.movieItem01 {
	margin: 0 15px;
	width: 269px;
}

.iframeWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframeWrap01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBlock01 {
	display: none;
	max-width: 920px !important;
}

.heading01 {
	font-size: 8.0rem;
	font-weight: 400;
	line-height: 1.0;
	text-align: center;
}

.heading02 {
	padding-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: 400;
}

.heading03 {
	padding-bottom: 8px;
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: 400;
}

.heading04 {
	font-size: 1.8rem;
	font-weight: 700;
}

.heading05 {
	padding-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}

.heading06 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.txt01:not(:first-child) {
	margin-top: 15px;
}

.img01:not(:first-child) {
	margin-top: 60px;
}
.img02:not(:first-child) {
	margin: 50px auto 0;
	max-width: 600px;
}

.catchTxt01 {
	margin-top: 55px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.catchTxt01:first-child {
	margin-top: 0;
}

.list01 {
	margin-top: 20px;
}
.list01:first-child {
	margin-top: 0;
}

.list01 > li {
	position: relative;
	margin-top: 10px;
	padding-left: 20px;
}
.list01:first-child {
	margin-top: 0;
}

.list01 > li::before {
	position: absolute;
	top: .6em;
	left: 4px;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.list02 {
	margin-top: 20px;
}

.list02:first-child {
	margin-top: 0;
}

.list02 > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 15px;
	padding-bottom: 15px;
}

.list02 > li:first-child {
	margin-top: 0;
}

.list02 > li > .textBlock01 > .text01 {
	font-size: 2.0rem;
}

.list02 > li > .textBlock01 > .text02 {
	margin-top: 5px;
}

.list02 > li > .textBlock01 > .text03 {
	margin-top: 5px;
	color: rgba(0, 0, 0, .4);
	font-size: 1.4rem;
}

.list02 > li > .button01 > a {
	display: block;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: opacity .3s;
}

.list02 > li > .button01 > a:hover {
	opacity: .6;
}

.bnrList01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.bnrList01 > li {
	margin-right: 1.2%;
}

.bnrList01 > li:nth-child(1) {
	width: 27.8%;
}
.bnrList01 > li:nth-child(2) {
	width: 22.0%;
}

.bnrList02 {
	display: flex;
	flex-wrap: wrap;
}

.bnrList02 > li {
	margin: 10px 0 0 1.2%;
	width: 24%;
}

.bnrList02 > li:nth-child(4n+1) {
	margin-left: 0;
}

.tableWrap01 {
	margin-top: 50px;
}

.tableWrap01 > .text01 {
	display: none;
}

.table01 {
	width: 100%;
}

.table01 .w01 {
	width: 15%;
}
.table01 .w02 {
	width: 20%;
}
.table01 .w03 {
	width: 30%;
}
.table01 .w04 {
	width: 20%;
}
.table01 .w05 {
	width: 15%;
}

.table01 .font01 {
	color: rgba(0, 0, 0, .5);
}

.table01 thead th {
	padding: 10px 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}


.table01 tbody td {
	padding: 10px 25px;
	text-align: center;
}

@media screen and (max-width: 767px) {
.wrap01.reverse {
	flex-direction: column-reverse;
}

.contents01,
.rightNav01 .contents01 {
	padding-top: 50px;
}

.section01 {
	padding: 70px 4% 100px;
}

.frameArea01 {
	padding: 20px 4.3%;
}

.frameArea02 {
	margin-top: 50px;
}

.frameArea02 + .frameArea02 {
	margin-top: 30px;
}

.frameArea02 > .title01:hover {
	opacity: 1.0;
}

.frameArea02 > .title01 > .button01 {
	padding: 20px 50px 20px 4.3%;
}

.frameArea02 > .inner01 {
	margin: 0 4.3%;
	padding: 30px 0;
}

.col01 {
	margin-top: 40px;
	width: 100%;
}

.col01 + .col01 {
	margin-top: 30px;
}

.col02 .col01 + .col01 {
	margin-top: 15px;
}

.column02 .col01 {
	width: 47.8%;
}

.column02 .col01 + .col01 {
	margin-top: 40px;
}

.col01 > .image01 {
	margin: 0 auto;
	width: 70.1%;
}

.col01 > .image02 {
	margin: 0 auto;
	width: 100%;
}

.col01 > .image01 + .heading02,
.col01 > .image02 + .heading02  {
	margin-top: 20px;
}

.col02 {
	margin-top: 25px;
	margin-left: 4.4%;
	width: 47.8%;
}

.slideArea03 .col02 {
	margin-top: 60px !important;
}

.col02:nth-child(1),
.col02:nth-child(2) {
	margin-top: 40px;
}

.col02:nth-child(3) {
	margin-top: 25px;
}

.frameArea02 .wrap01:first-child .col02:nth-child(3) {
	margin-top: 25px;
}

.frameArea02 .col02:nth-child(3) {
	margin-top: 25px;
}

.col02:nth-child(3n+1) {
	margin-left: 4.4%;
}
.col02:nth-child(2n+1) {
	margin-left: 0;
}

.col03 {
	margin-top: 25px;
	margin-left: 4.4%;
	width: 47.8%;
}

.col03:nth-child(4n+1) {
	margin-left: 4.4%;
}
.col03:nth-child(2n+1) {
	margin-left: 0;
}

.col03:nth-child(1),
.col03:nth-child(2) {
	margin-top: 40px;
}

.col03:nth-child(3),
.col03:nth-child(4) {
	margin-top: 25px;
}

.slideArea03 .col02 {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	width: 71.3%;
}

.newsList01 {
	margin-top: 30px;
	padding-right: 4%;
}

.newsList01 > dt {
	margin-top: 30px;
	width: 100%;
}
.newsList01 > dt:first-child {
	margin-top: 0;
}

.newsList01 > dd {
	margin-top: 0;
	width: 100%;
}

.slideArea01 {
	margin-top: 10px;
	padding: 0 19px;
}

.slideArea02 {
	margin-top: 30px;
	padding: 0 19px;
}

.slideControl01 > .button01 {
	font-size: 1.6rem;
}

.slideControl01 > .button01:hover {
	opacity: 1.0;
}

.inlineBox01 {
	align-items: flex-start;
	padding: 40px 4% 20px;
}

.inlineBox01 > .inner01 {
	padding: 40px 4%;
}

.movieL01 {
	margin-top: 40px;
	padding: 0;
}

.movieItem01 {
	margin: 0 5px;
}

.heading01 {
	font-size: 6.0rem;
}

.heading02 {
	font-size: 2.2rem;
}

.heading03 {
	font-size: 1.8rem;
}

.heading04 {
	font-size: 1.6rem;
}

.txt01:not(:first-child) {
	margin-top: 15px;
}

.catchTxt01 {
	margin-top: 40px;
	font-size: 2.0rem;
	text-align: left;
}

.list02 > li > .textBlock01 {
	width: 100%;
}

.list02 > li > .textBlock01 > .text01 {
	font-size: 1.8rem;
}

.list02 > li > .textBlock01 > .text03 {
	font-size: 1.2rem;
}

.list02 > li > .button01 {
	margin-top: 15px;
}

.list02 > li > .button01 > a {
	padding: 8px 10px;
}

.list02 > li > .button01 > a:hover {
	opacity: 1.0;
}

.bnrList01 {
	justify-content: space-between;
}

.bnrList01 > li {
	margin-right: 0;
}

.bnrList01 > li:nth-child(1) {
	width: 53.4%;
}
.bnrList01 > li:nth-child(2) {
	width: 42%;
}

.bnrList02 {
	justify-content: space-between;
}

.bnrList02 > li {
	margin: 10px 0 0;
	width: 47.8%;
}

.tableWrap01 {
	overflow-x: scroll;
}

.tableWrap01 > .text01 {
	display: block;
	position: absolute;
	right: 20px;
	padding-right: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 600;
	text-align: right;
}
.tableWrap01 > .text01::before,
.tableWrap01 > .text01::after {
	position: absolute;
	top: 50%;
	content: "";
	margin-top: -4px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}

.tableWrap01 > .text01::before {
	right: 10px;
}
.tableWrap01 > .text01::after {
	right: 5px;
}

.table01 {
	margin-top: 30px;
	width: 900px;
}

.table01 tbody td {
	font-size: 1.2rem;
}



}
