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

* {
	box-sizing: border-box;
}

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

/* change styles
*****************************************/
/* 全体 */
body {
	color: #4F4F4F;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: .05em;
}

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

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

/* 背景色 */
.header01 {
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(12px);
}
.rightNav01 .globalNavArea01 {
	background-color: #3bbacd;
}
@media screen and (max-width: 767px) {
.globalNavArea01,
.rightNav01 .globalNavArea01 {
	background: rgba(255, 255, 255, .90);
	backdrop-filter: blur(12px);
}
.globalNav01 > ul > li > a {
	color: #4F4F4F;
}
}
.navButton01 > .top,
.navButton01 > .middle,
.navButton01 > .bottom {
	background-color: #898989;
}

.footer01 {
	background-color: #F5EEE6;
}

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

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

.btn01 > a {
	background: var(--grada, linear-gradient(90deg, #7D9CA3 0%, #98BDC5 100%));
	color: #fff;
}
.btn01 > a::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

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

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

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

.table01 {
	border-bottom: 1px solid #7D9CA3;
}
.table01 thead th {
	background-color: #7D9CA3;
}
.table01 tbody tr:nth-child(odd) {
	background: #FFF;
}
.table01 tbody tr:nth-child(even) {
	background: #F5EEE6;
}


/* 罫線色 */

.heading02 {
	border-bottom: 1px solid #4F4F4F;
}
.heading05 {
	border-bottom: #000 solid 2px;
}

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

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

.list01 > li::before {
	background-color: #7D9CA3;
}

.list02 > li {
	border-bottom: 1px solid #898989;
}

/* 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: 4vw;
	-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%;
}

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

.btn01 > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 20px 30px 20px 20px;
	height: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	text-decoration: none;
	transition: opacity .3s;
}
.btn01 > a:hover {
	opacity: .6;
}

.btn01 > a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	content: "";
	width: 14px;
	height: 14px;
	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%;
	border: rgba(0, 0, 0, .2) solid 1px;
	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 {
	margin-top: 5vw;
	width: 100%;
}

.btn01 > a {
	padding: 5vw 7.5vw 5vw 5vw;
	font-size: 4.5vw;
}
.btn01 > a:hover {
	opacity: 1.0;
}

.btn01 > a:after {
	right: 5vw;
	margin-top: -1.25vw;
	width: 2.5vw;
	height: 2.5vw;
}

.btn01.type02 > a {
	padding: 5vw 7.5vw 5vw 5vw;
	font-size: 4.5vw;
}

.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 0 10px;
	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 > a {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

.navButton01 {
	display: none;
}

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

.globalNav01 > ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	width: 100%;
}

.globalNav01 > ul > li {
	line-height: 1.0;
}

.globalNav01 > ul > li > a {
	position: relative;
	font-size: 2.0rem;
	font-weight: 500;
	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: 1000px) {
.globalNav01 > ul {
	column-gap: 4vw;
}

.globalNav01 > ul > li > a {
	font-size: 2.0vw;
}

}

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

.header01 > .inner01 > .logo01 {
	position: relative;
	z-index: 10;
	margin-left: 1.6vw;
}

.header01 > .inner01 > .logo01 > a {
	column-gap: 2.5vw;
}

.header01 > .inner01 > .logo01 > a > .image01 {
	max-width: inherit;
	width: 6.33vw;
}
.header01 > .inner01 > .logo01 > a > .image02 {
	max-width: inherit;
	width: 14.5vw;
}

.navButton01 {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 0;
	bottom: 0;
	right: 0;
	width: 13.5vw;
	aspect-ratio: 1 / 1;
	background: none;
	border: none;
	cursor: pointer;
	transition: all .1s;
}

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

.navButton01 > .top {
	top: 2.75vw;
}

.navButton01 > .bottom {
	top: 6.75vw;
}

.navButton01 > .middle {
	top: 4.75vw;
}

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

.active .navButton01 > .top {
	top: 5vw;
	transform: rotate(45deg);
}

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

.globalNavArea01 {
	display: block;
	position: fixed;
	top: 10vw;
	padding-top: 0;
	width: 100%;
	height: calc(100vh - 10vw);
	overflow-y: auto;
	scrollbar-width: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s, visibility .4s;
}
.active .globalNavArea01 {
	opacity: 1.0;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.globalNav01 {
	padding-top: 2.5vw;
	padding-bottom: 10vw;
	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: 2.2rem;
}

.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;
	margin-top: 180px;
	padding: 40px 20px;
}

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

.footWrap01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
}

.footWrap02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}

.footTxt01 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.0;
}

.snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.snsBtn01 > li {
	width: 40px;
}

.footList01 {
	display: flex;
	flex-wrap: wrap;
	text-align: right;
	font-weight: 400;
}
.footCol01 > .footList01 {
	display: block;
}

.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: #4F4F4F;
}

.footList02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	column-gap: 3.033%;
}

.footList02 > li {
	width: 22.7%;
}

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

.pageTop01 > a {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 50px;
	height: 50px;
	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;
}


@media screen and (max-width: 767px) {
.footer01 {
	margin-top: 45vw;
	padding: 10vw 3.75vw 20vw;
}

.footWrap01 {
	justify-content: center;
	column-gap: 7.5vw;
}

.footWrap02 {
	margin-top: 7.5vw;
	gap: 5vw;
}

.footTxt01 {
	margin-top: 0;
	font-size: 6.25vw;
}

.snsBtn01 {
	column-gap: 5vw;
}

.snsBtn01 > li {
	width: 10vw;
}

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

.footList01 {
	justify-content: center;
	width: 100%;
	font-size: 3.5vw;
}

.footList01 > li {
	margin-top: 0;
}
.footList01 > li:not(:last-child) {
	margin-right: 3vw;
	padding-right: 3vw;
}

.footList01 > li:not(:last-child)::before {
	height: 3.25vw;
}

.footCol01 {
	width: 100%;
}
.footCol01 > .footList01 {
	display: flex;

}

.footList02 {
	justify-content: space-between;
	margin: 7.5vw 0 0;
	row-gap: 2.5vw;
	column-gap: 0;
}

.footList02 > li {
	margin: 0;
	width: 48.64%;
}

.copyright01 {
	margin-top: 5vw;
	font-size: 3vw;
	text-align: center;
}

.pageTop01 > a {
	bottom: 0;
	right: 0;
	width: 12.5vw;
	height: 12.5vw;
}

.pageTop01 > a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0;
	translate: -50% 0;
	width: 4.5vw;
	height: 4.5vw;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}


}

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

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

.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: 10vw;
	padding-right: 7.5vw;
	max-height: 50vw;
}
.umj-feed .umj-feed-items .umj-feed-item {
	margin-top: 5vw !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-x: clip;
}

.container01 {
	position: relative;
	padding-top: 100px;
}
.container01:first-child {
	padding-top: 80px;
}

.container01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../images/bg01.jpg) no-repeat top center / cover;
}
.container01.fixed::before,
.container01:first-child::before {
	position: fixed;
}

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

.mainImage01 {
	position: relative;
}

.mainImage01 img {
	width: 100%;
}

.section01 {
	position: relative;
	padding: 160px 20px 0;
}
.section01:first-child {
	padding-top: 0;
}

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

.section02 {
	margin-top: 120px;
}

.section03 {
	margin-top: 30px;
}

.wrapper01 {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
}

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

.frameArea02 {
	margin-top: 20px;
}

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

.frameArea02 > .title01 > .button01 {
	padding: 15px 55px 15px 20px;
	width: 100%;
	background: none;
	color: inherit;
	font-family: inherit;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: left;
	border: none;
}

.frameArea02 > .title01 > .button01 > .font01 {
	display: block;
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: 500;
}

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

.frameArea02 > .title01::before {
	position: absolute;
	top: 50%;
	right: 25px;
	translate: 0 -50%;
	content: "";
	margin-top: -4px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #4F4F4F;
	border-right: 2px solid #4F4F4F;
	rotate: 135deg;
	transition: all .3s;
}

.frameArea02 > .title01.open::before {
	margin-top: 5px;
	rotate: -45deg;
}

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

.frameArea03 {
	margin-top: 40px;
	background-color: #F5EEE6;
}

.frameArea03 > .title01 {
	position: relative;
	padding: 10px 15px;
	background: linear-gradient(90deg, #7D9CA3 0%, #98BDC5 100%);
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
}

.frameArea03 > .inner01 {
	padding: 20px;
}

.frameArea04 {
	margin-top: 40px;
	padding: 40px;
	background-color: #fff;
	border: 8px solid #F5EEE6;
}

.frameArea04 > .title01 {
	padding-bottom: 20px;
	border-bottom: 1px solid #898989;
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}
.frameArea04 > .title01 + .list01 {
	margin-top: 40px;
}

.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: 3%;
	width: 31.4%;
}

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

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

.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;
}

.col04 {
	margin-top: 40px;
	width: 60%;
}

.col05 {
	margin-top: 40px;
	width: 37%;
}
.col05 > .txt01 {
	font-weight: 400;
}

.col06 {
	width: 37.5%;
}

.col07 {
	width: 58.33%;
}
.col07 > .txt01 {
	font-weight: 500;
}

.col08 {
	width: 56%;
}

.col09 {
	width: 40%;
}

.grid01 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
	row-gap: 40px;
	column-gap: 4.3%;
}

.col10 {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	row-gap: 10px;
}
.col10 > .txt01 {
	margin-top: 0;
	font-weight: 500;
}

.col10 > .btn01 {
	margin-top: 0;
	width: 100%;
}

.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: rgba(255, 255, 255, 0.90);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
	cursor: pointer;
}

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

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

.inlineBox01 > .inner01 > .title01 {
	margin-left: -40px;
	margin-right: -40px;
	padding: 10px;
	background: linear-gradient(90deg, #7D9CA3 0%, #98BDC5 100%);
	color: #FFF;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
}

.inlineBox01 > .inner01 > .image01 {
	margin-top: 40px;
}

.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: 2px;
	background-color: #4F4F4F;
}

.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: 4.5rem;
	line-height: 1.0;
	font-weight: 400;
	letter-spacing: 0;
}

.heading01 > .font01 {
	margin-left: 20px;
	font-size: 1.6rem;
	font-weight: 500;
}

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

.heading03 {
	font-size: 2.5vw;
	font-weight: 700;
}

.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;
}

.hgroup01 {
	position: relative;
}
.hgroup01::before {
	position: absolute;
	bottom: -18px;
	left: 50%;
	translate: -50% 0;
	content: "";
	width: 521px;
	aspect-ratio: 521 / 90;
	background: url(../../interview/images/bg01.svg) no-repeat 0 0 / cover;
}

.hgroup01 > .title01 {
	position: relative;
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.0;
	text-align: center;
}

.hgroup01 > .text01 {
	display: block;
	position: relative;
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
}

.txt01 {
	margin-top: 40px;
}
.txt01.wgt01 {
	font-weight: 400;
}

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

.txt01 + .txt01,
.table01 + .txt01 {
	margin-top: 15px;
}
.heading02 + .txt01 {
	margin-top: 20px;
}

.txt02 {
	margin-top: 40px;
	font-size: 20px;
}
.txt02.type02 {
	padding-left: 3.0em;
	text-indent: -3.0em;
}
.txt02.type03 {
	padding-left: 2.0em;
	text-indent: -2.0em;
}

.img01 {
	margin-top: 120px;
}
.img01:first-child {
	margin-top: 70px;
}

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

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

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

.list01 > li::before {
	position: absolute;
	top: .7em;
	left: 0;
	content: '';
	width: 8px;
	height: 8px;
	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: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}

.list02 > li:first-child {
	margin-top: 0;
}
.list02 > li > .textBlock01 > .text01 {
	font-size: 2.0rem;
	font-weight: 700;
}

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


.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;
}

.list03 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	row-gap: 30px;
	column-gap: 3%;
}

.list03 > li {
	width: 31.2%;
}

.list03 > li > a {
	display: block;
	padding: 4px 4px 0 4px;
	background: linear-gradient(90deg, #7D9CA3 0%, #98BDC5 100%);
	border: none;
	cursor: pointer;
	transition: all .3s;
	text-decoration: none;
}
@media (any-hover: hover) {
	.list03 > li > a:hover {
		opacity: .8;
	}
}
.list03 > li > a > .text01 {
	position: relative;
	padding: 10px 0;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
}
.list03 > li > a > .text01::before {
	position: absolute;
	top: 50%;
	right: 10px;
	translate: 0 -50%;
	content: "";
	width: 18px;
	height: 2px;
	background-color: #fff;
}
.list03 > li > a > .text01::after {
	position: absolute;
	top: 50%;
	right: 18px;
	translate: 0 -50%;
	content: "";
	width: 2px;
	height: 18px;
	background-color: #fff;
}

.list04 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	row-gap: 30px;
	column-gap: 3%;
}

.list04 > li {
	width: 31.2%;
}

.list04 > li > a {
	display: block;
	padding: 4px 4px 15px 4px;
	background: linear-gradient(90deg, #7D9CA3 0%, #98BDC5 100%);
	border: none;
	cursor: pointer;
	transition: all .3s;
	text-decoration: none;
}
@media (any-hover: hover) {
	.list04 > li > a:hover {
		opacity: .8;
	}
}
.list04 > li > a > .text01 {
	position: relative;
	padding-top: 10px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.list04 > li > a > .text01::before {
	position: absolute;
	bottom: 5px;
	right: 16px;
	content: "";
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	rotate: 45deg;
}
.list04 > li > a.anchor01 > .text01::before {
	bottom: 10px;
	right: 16px;
	rotate: 135deg;
}

.list04 > li > a > .text02 {
	position: relative;
	margin-top: 8px;
	color: #fff;
	line-height: 1.0;
	text-align: center;
	opacity: 0.5;
}

.list05 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	column-gap: 3%;
}

.list05 > li {
	width: 48.5%;
}

.list05 > li > a {
	display: block;
	padding: 4px 4px 10px 4px;
	background: linear-gradient(90deg, #7D9CA3 0%, #98BDC5 100%);
	border: none;
	cursor: pointer;
	transition: all .3s;
	text-decoration: none;
}
@media (any-hover: hover) {
	.list05 > li > a:hover {
		opacity: .8;
	}
}
.list05 > li > a > .text01 {
	position: relative;
	padding-top: 10px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.list05 > li > a > .text01::before {
	position: absolute;
	top: 50%;
	right: 16px;
	translate: 0 -50%;
	content: "";
	margin-top: 4px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	rotate: 45deg;
}

.list06 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 40px;
	row-gap: 40px;
}

.list06 > dt {
	margin-right: 20px;
	padding: 10px 10px 20px 10px;
	width: 72px;
	background: linear-gradient(90deg, #7D9CA3 0%, #98BDC5 100%);
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.0;
}
.list06 > dt > .font01 {
	font-size: 2.6rem;
}

.list06 > dd {
	width: calc(100% - 92px);
}

.list06 > dd > .text01 {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.6;
}
.list06 > dd > .text02 {
	margin-top: 10px;
}

.list07 {
	margin-top: 10px;
	font-weight: 400;
}

.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;
	margin-top: 30px;
	row-gap: 10px;
	column-gap: 1.2%;
}

.bnrList02 > li {
	width: 24%;
}

.tableWrap01 {
	margin-top: 40px;
}

.tableWrap01 > .text01 {
	display: none;
}

.table01 {
	width: 100%;
}

.table01 .w01 {
	width: 12%;
}
.table01 .w02 {
	width: 15%;
}
.table01 .w03 {
	width: 25%;
}
.table01 .w04 {
	width: 13%;
}
.table01 .w05 {
	width: 40%;
}

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


.table01 tbody td {
	padding: 10px;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 767px) {
.contents01,
.rightNav01 .contents01 {
	padding-top: 10vw;
}

.container01 {
	padding-top: 25vw;
}
.container01:first-child {
	padding-top: 20vw;
}

.container01::before {
	height: 100vh;
	background-size: cover;
}

.container01.fixed::before {
	position: fixed;
	background-size: cover;
}

.section01 {
	padding: 40vw 3.75vw 0;
}
.section02 {
	margin-top: 30vw;
}
.section03 {
	margin-top: 7.5vw;
}

.wrapper01 {
	padding: 0 3.75vw;
}

.frameArea01 {
	padding: 20px 4.3%;
}

.frameArea02 {
	margin-top: 5vw;
}

.frameArea02 > .title01:hover {
	opacity: 1.0;
}
.frameArea02 > .title01::before {
	right: 3.75vw;
	margin-top: -1vw;
	width: 4vw;
	height: 4vw;
}

.frameArea02 > .title01 > .button01 {
	padding: 5vw 10vw 5vw 3.75vw;
	font-size: 5vw;
}
.frameArea02 > .title01 > .button01 > .font01 {
	margin-top: 2.5vw;
	font-size: 4vw;
}


.frameArea02 > .inner01 {
	margin: 0 3.75vw;
	padding: 5vw 2.5vw 7.5vw;
}


.frameArea03 {
	margin-top: 10vw;
}

.frameArea03 > .title01 {
	padding: 2.5vw 3.75vw;
	font-size: 6.0vw;
}

.frameArea03 > .inner01 {
	padding: 3.75vw;
}

.frameArea04 {
	margin-top: 10vw;
	padding: 10vw 5vw;
	border: 1.5vw solid #F5EEE6;
}

.frameArea04 > .title01 {
	padding-bottom: 5vw;
	font-size: 7.4vw;
}
.frameArea04 > .title01 + .list01 {
	margin-top: 10vw;
}


.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;
}

.col04 {
	margin-top: 10vw;
	width: 100%;
}

.col05 {
	margin-top: 7.5vw;
	width: 100%;
}

.col06 {
	width: 100%;
}

.col07 {
	margin-top: 5vw;
	width: 100%;
}

.col08 {
	width: 100%;
}
.col09 {
	margin-top: 10vw;
	width: 100%;
}

.grid01 {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 10vw;
	row-gap: 10vw;
}
.col10 {
	row-gap: 2.5vw;
}

.col10 > .btn01 {
	margin-top: 0;
	width: 100%;
}

.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: 0 5vw 5vw;
}
.inlineBox01 > .inner01 > .title01 {
	margin-left: -5vw;
	margin-right: -5vw;
	padding: 2.5vw;
	font-size: 6vw;
}

.inlineBox01 > .inner01 > .image01 {
	margin-top: 5vw;
}

.inlineBox01 > .inner01 .col09 {
	margin-top: 0;
}
.inlineBox01 > .inner01 .col08 {
	margin-top: 5vw;
}

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

.movieItem01 {
	margin: 0 5px;
}

.heading01 {
	font-size: 8.75vw;
}

.heading01 > .font01 {
	display: block;
	margin: 3.75vw 0 0;
	font-size: 3.5vw;
}

.heading02 {
	font-size: 6.5vw;
}

.heading03 {
	font-size: 6.25vw;
}

.heading04 {
	font-size: 4vw;
}

.hgroup01::before {
	bottom: 0;
	width: 93vw;
}

.hgroup01 > .title01 {
	font-size: 10vw;
}

.hgroup01 > .text01 {
	margin-top: 5vw;
	font-size: 4vw;
}

.txt01 {
	margin-top: 10vw;
}

.txt01 + .txt01,
.table01 + .txt01 {
	margin-top: 5vw;
}
.heading02 + .txt01 {
	margin-top: 5vw;
}

.txt02 {
	margin-top: 10vw;
	font-size: 5vw;
}

.img01 {
	margin-top: 30vw;
}
.img01:first-child {
	margin-top: 17.5vw;
}

.catchTxt01 {
	margin-top: 10vw;
	font-size: 5vw;
	text-align: left;
}

.list01 > li {
	margin-top: 3.5vw;
	padding-left: 4.5vw;
}

.list01 > li::before {
	top: .7em;
	width: 2vw;
	height: 2vw;
}

.list02 > li {
	margin-top: 2.5vw;
	padding-bottom: 2.5vw;
}

.list02 > li > .textBlock01 {
	width: 100%;
}
.list02 > li > .textBlock01 > .text01 {
	font-size: 4vw;
}
.list02 > li > .textBlock01 > .text02 {
	margin-top: 1.25vw;
	font-size: 3.5vw;
}
.list02 > li > .button01 {
	margin-top: 15px;
}

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

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

.list03 {
	margin-top: 10vw;
	row-gap: 7.5vw;
	column-gap: 0;
}

.list03 > li {
	width: 100%;
}

.list03 > li > a {
	display: flex;
	flex-wrap: wrap;
	padding: 1vw 2.5vw 1vw 1vw;
}
.list03 > li > a > .image01 {
	width: 55.24%;
}

.list03 > li > a > .text01 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	position: relative;
	padding: 10px 0;
	width: 44.76%;
	font-size: 5vw;
	text-align: center;
}
.list03 > li > a > .text01 > .font01 {
	font-size: 4.5vw;
}
.list03 > li > a > .text01 > .font02 {
	font-size: 3.5vw;
}

.list03 > li > a > .text01::before {
	position: absolute;
	top: auto;
	bottom: 3.5vw;
	right: 0;
	translate: 0;
	content: "";
	width: 4.5vw;
}
.list03 > li > a > .text01::after {
	position: absolute;
	top: auto;
	bottom: 1.5vw;
	right: 2vw;
	translate: 0;
	height: 4.5vw;
}

.list04 {
	margin: 10vw 7vw 0;
	row-gap: 7.5vw;
	column-gap: 0;
}

.list04 > li {
	width: 100%;
}

.list04 > li > a {
	padding: 1vw 1vw 3.75vw 1vw;
}
.list04 > li > a > .text01 {
	padding-top: 2.5vw;
	font-size: 5vw;
}
.list04 > li > a > .text01::before {
	bottom: 1.25vw;
	right: 4vw;
	width: 4vw;
	height: 4vw;
}
.list04 > li > a.anchor01 > .text01::before {
	bottom: 2.5vw;
	right: 4vw;
}

.list04 > li > a > .text02 {
	margin-top: 2vw;
}

.list05 {
	margin-top: 10vw;
	column-gap: 0;
	row-gap: 7.5vw;
}

.list05 > li {
	width: 100%;
}

.list05 > li > a {
	padding: 1vw 1vw 2.5vw 1vw;
}
.list05 > li > a > .text01 {
	padding-top: 2.5vw;
	font-size: 5vw;
}
.list05 > li > a > .text01::before {
	right: 4vw;
	margin-top: 1.5vw;
	width: 4vw;
	height: 4vw;
}

.list06 {
	display: flex;
	margin-top: 10vw;
	row-gap: 0;
}

.list06 > dt {
	display: inline-block;
	margin: 10vw 0 0;
	padding: 1.25vw 5vw 3.75vw 5vw;
	width: auto;
	font-size: 9vw;
}
.list06 > dt:first-child {
	margin-top: 0;
}

.list06 > dt > .font01 {
	font-size: 6.5vw;
}

.list06 > dd {
	margin-top: 3.75vw;
	width: 100%;
}

.list06 > dd > .text01 {
	font-size: 5vw;
}
.list06 > dd > .text02 {
	margin-top: 3.75vw;
}

.list07 {
	margin-top: 3.75vw;
}


.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 {
	margin-top: 10vw;
	overflow-x: scroll;
}

.tableWrap01 > .text01 {
	display: block;
	position: absolute;
	right: 3.75vw;
	padding-right: 4.25vw;
	font-size: 3.5vw;
	font-weight: 700;
	text-align: right;
}
.tableWrap01 > .text01::before,
.tableWrap01 > .text01::after {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	content: "";
	margin-top: .3vw;
	width: 1.9vw;
	aspect-ratio: 8 / 12;
	background: url(../images/ic01.svg) no-repeat 0 0 / cover;
	box-sizing: border-box;
}

.tableWrap01 > .text01::before {
	right: 0;
}
.tableWrap01 > .text01::after {
	right: 1.2vw;
}

.table01 {
	margin-top: 7.5vw;
	width: 1000px;
}
.table01 thead th {
	padding: 2.5vw;
}
.table01 tbody td {
	padding: 2.5vw;
}



}
