@charset "UTF-8";


/*========================================

  indexページ

========================================*/

#fixnews {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #005ba7;
	width: 100%;
	padding: 10px 0;
	transition: .3s;
}

#fixnews .flex {
	display: flex;
	width: 800px;
	margin: 0 auto;
}

#fixnews .com_st {
	font-size: 40px;
	line-height: 1em;
}

#fixnews .com_h2 {
	font-size: 16px;
	letter-spacing: 1px;
}

#fixnews .ttl {
	align-content: center;
}

#fixnews .txt {
	display: flex;
	align-items: center;
	align-content: center;
	margin-left: 50px;
}

#fixnews .txt ul {
	list-style: none;
}

#fixnews .txt ul li {
	margin: .2em 0;
	text-align: left;
	letter-spacing: 1px;
}

#fixnews .txt ul a {
	color: #fff;
	font-size: 18px;
}

#fixnews .txt ul a span {
	margin-right: 1em;
}


#fixnews.close {
	opacity: 0;
	bottom: -100px;
}

@media screen and (max-width: 767px) {
	#fixnews {
		display: none;
	}
}



/* hero---------------*/
#hero {}

#hero .catch {
	max-width: 90%;
	margin: 0 auto;
}

#hero .catch strong {
	color: #005ba9;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 2px;
}

#hero .catch h1 {
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 2px;
}

#hero .logo {
	display: block;
	margin-top: 80px;
}

#hero .date {
	margin-top: 80px;
}

#hero .date dl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#hero .date dl dt {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 30px;
	border: 2px solid #000;
	padding: .2em .8em;
	margin-right: 10px;
}

#hero .date dl dd {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

#hero .date .free {
	text-align: center;
	margin-top: 20px;
}

#hero .date .free span {
	display: inline-block;
	background-color: #ffed00;
	color: #000;
	border-radius: 50%;
	padding: .4em 1.5em;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
}

#hero .date .btn {
	margin-top: 30px;
}

#hero .date .btn a {
	display: inline-block;
	background-color: #0069b2;
	color: #fff;
	padding: .8em 1.5em;
	font-size: 26px;
	font-weight: bold;
	border-radius: 999px;
	text-decoration: none;
	transition: .3s;
}

#hero .date .btn a:hover {
	opacity: .7;
}

#hero .report {
	display: inline-block;
	margin: 0 auto;
	border: 3px solid #ffed00;
	background-color: #ffe;
	border-radius: 20px;
	padding: 30px 50px;
	margin-top: 40px;
}

#hero .report p {
	font-weight: bold;
	font-size: 26px;
}

#hero .report .btnpdf {
	margin-top: 20px;
}

#hero .report .btnpdf a {
	display: inline-block;
	border-radius: 7px;
	background-color: #005ba7;
	color: #ffed00;
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
	padding: .8em 1.5em 1em;
	letter-spacing: 2px;
}

#hero .report .btnpdf a:hover {
	opacity: .7;
	transition: .3s;
}

#hero .report .btnpdf span::after {
	content: "\f1c1";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	margin-left: .5em;
}



@media screen and (max-width: 767px) {
	#hero {}

	#hero .catch strong {
		font-size: 5.5vw;
		letter-spacing: 2px;
	}

	#hero .catch span {
		display: block;
	}

	#hero .catch h1 {
		font-size: 4.2vw;
		letter-spacing: 1px;
		margin-top: 2vw;
	}

	#hero .logo {
		margin-top: 10vw;
	}

	#hero .logo img {
		width: 90vw;
	}

	#hero .date {
		margin-top: 10vw;
	}

	#hero .date img {
		width: 80vw;
	}

	#hero .date dl {
		display: block;
		margin-top: 5vw;
		margin-right: 5vw;
		margin-left: 5vw;
	}

	#hero .date dl dt {
		display: inline-block;
		font-size: 4.4vw;
		border-radius: 5vw;
		padding: .3em 2em;
		margin-right: 0;
	}

	#hero .date dl dd {
		font-size: 4.4vw;
		margin-top: 1vw;
	}

	#hero .date .free {
		margin-top: 5vw;
	}

	#hero .date .free span {
		font-size: 6vw;
	}

	#hero .date .btn {
		margin-top: 5vw;
	}

	#hero .date .btn a {
		font-size: 5vw;
	}

	#hero .report {
		width: 90%;
		border: 2px solid #ffed00;
		box-sizing: border-box;
		border-radius: 2vw;
		padding: 5vw 2vw;
		margin-top: 5vw;
	}

	#hero .report p {
		font-size: 3.8vw;
	}

	#hero .report .btnpdf {
		margin-top: 3vw;
	}

	#hero .report .btnpdf a {
		font-size: 5vw;
		padding: .8em 1em 1em;
		letter-spacing: 1px;
	}
}



/* ページ内共通---------------*/
.com_st {
	color: #fff;
	font-size: 90px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
}

.com_h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	.com_st {
		font-size: 10vw;
	}

	.com_h2 {
		font-size: 4vw;
	}
}



/* #sec001---------------*/
#sec001 {
	background-image: url(../img/bg_umi_pc.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 120px;
}

#sec001 .copy {}

#sec001 .copy p {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
}

#sec001 .box {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
}

#sec001 .box .item {
	margin-top: 30px;
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	border: 3px solid #005ba7;
	padding: 40px 5px;
}

#sec001 .box .item h3 {
	color: #005ba7;
	font-size: 64px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-right: .5em;
	margin-left: .5em;
	line-height: 1.1em;
}

#sec001 .box .item h3 small {
	font-size: 35px;
	margin-left: .3em;
}

#sec001 .box .item .place {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-top: .5em;
}

#sec001 .box .item .com_visitor_btn {
	margin-top: 30px;
}

#sec001 .box .item .com_visitor_btn a {
	margin: 0 auto;
	font-size: 36px;
}

#sec001 .box .item .com_visitor_btn.online a {
	font-size: 30px;
	padding: .4em 1.2em 1em;
	letter-spacing: 0;
}

#sec001 .box .cos {
	margin-top: .3em;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	line-height: 1.3em;
}

#sec001 .box .cos strong {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #444;
}

#sec001 .box .cos strong span {
	color: #e51;
}





#sec001 .box .item.mini {
	padding: 30px 5px;
	margin-top: 40px;
}

#sec001 .box .item.mini h3 {
	font-size: 32px;
}

#sec001 .box .item.mini h3 small {
	display: inline-block;
	font-size: 20px;
	margin-left: .5em;
}

#sec001 .box .item.mini .place {
	font-size: 20px;
	margin-top: .5em;
}

#sec001 .box .item .btnwrap {
	display: flex;
	justify-content: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	gap: 20px;
}

#sec001 .box .item.mini .btnwrap {
	gap: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

#sec001 .box .item.mini .com_visitor_btn {
	margin: 0;
}

#sec001 .box .item.mini .com_visitor_btn a {
	font-size: 22px;
}

#sec001 .box .item.mini .com_visitor_btn a span::before {
	width: 30px;
	height: 30px;
	transform: translateY(8px);
}




@media screen and (max-width: 767px) {
	#sec001 {
		background-image: url(../img/bg_umi_sp.jpg);
		background-position-x: center;
		background-position-y: top;
		background-size: cover;
		margin-top: 10vw;
		padding-top: 10vw;
		padding-bottom: 13vw;
	}

	#sec001 .copy {}

	#sec001 .copy p {
		font-size: 5vw;
		line-height: 1.5em;
	}

	#sec001 .box {
		display: block;
		width: 80%;
		margin: 0 auto;
		margin-top: 0;
	}

	#sec001 .box .item {
		width: 100%;
		border-radius: 3vw;
		padding: 5vw 0;
		margin-top: 6vw;
	}

	#sec001 .box .item h3 {
		font-size: 9vw;
	}

	#sec001 .box .item h3 small {
		display: block;
		font-size: 6vw;
	}

	#sec001 .box .item .place {
		font-size: 4.5vw;
	}

	#sec001 .box .item .com_visitor_btn {
		margin-top: 3vw;
	}

	#sec001 .box .item .com_visitor_btn a {
		width: auto;
		margin: 0 auto;
		margin-right: 2vw;
		margin-left: 2vw;
		font-size: 5.5vw;
	}

	#sec001 .box .item .com_visitor_btn.online a {
		font-size: 4.8vw;
	}

	#sec001 .box .cos {
		font-size: 3.8vw;
	}

	#sec001 .box .cos strong {
		font-size: 4.5vw;
		line-height: 1.4em;
	}



	#sec001 .box .item.mini {
		padding: 4vw 0;
		margin-top: 6vw;
	}

	#sec001 .box .item.mini h3 {
		font-size: 6vw;
	}

	#sec001 .box .item.mini h3 small {
		display: block;
		font-size: 4vw;
		margin-left: 0;
	}

	#sec001 .box .item.mini .place {
		font-size: 3.6vw;
		margin-top: .5em;
	}

	#sec001 .box .item .btnwrap {
		display: block;
		margin-top: 5vw;
	}

	#sec001 .box .item.mini .com_visitor_btn {
		margin-top: 2vw;
	}

	#sec001 .box .item.mini .com_visitor_btn a {
		margin-right: 2vw;
		margin-left: 2vw;
		font-size: 4.5vw;
	}

	#sec001 .box .item.mini .com_visitor_btn a span::before {
		width: 6vw;
		height: 6vw;
		transform: translateY(1.5vw);
		background-size: 6vw 6vw;
	}
}




/* #sec002---------------*/
#sec002 {
	background-color: #0099dc;
	padding: 60px 0;
}

#sec002 ul {
	margin: 0;
	padding: 0;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	margin-top: 40px;
}

#sec002 ul li {
	list-style: none;
}

#sec002 ul li a {
	display: block;
	color: #fff;
	font-size: 26px;
	border-bottom: 1px solid #94d3ef;
	padding: 1em 1.5em;
}

#sec002 ul li a span {
	display: inline-block;
	margin-right: 1.5em;
}

#sec002 ul li:first-child a {
	border-top: 1px solid #94d3ef;
}

#sec002 ul li a:hover {
	opacity: .8;
	transition: .3s;
}

#sec002 .btn {
	margin-top: 50px;
}

#sec002 .btn a {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: .8em 2em;
}

#sec002 .btn a:hover {
	opacity: .8;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding: 10vw 0;
	}

	#sec002 ul {
		width: 90%;
		margin: 0 auto;
		margin-top: 8vw;
	}

	#sec002 ul li a {
		font-size: 4vw;
		padding: 1em 1em;
	}

	#sec002 ul li a span {
		display: block;
		margin-right: 0;
	}

	#sec002 .btn {
		margin-top: 8vw;
	}

	#sec002 .btn a {
		font-size: 4vw;
		border-radius: 8vw;
	}
}



/* #sec003---------------*/
#sec003 {
	background-color: #005ba9;
	padding: 120px 0;
}

#sec003 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}

#sec003 .box .item {
	position: relative;
	width: 380px;
	height: 380px;
	background-color: #fff;
	margin-top: 50px;
}

#sec003 .box .nolink {
	background-color: #7fadd3;
}

#sec003 .box .item::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 380px;
	height: 34px;
	background-image: url(../img/mrk_02_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec003 .box .item::after {
	position: absolute;
	content: "";
	bottom: 65px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../img/mrk_01.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec003 .box .item h3 {
	padding-top: 120px;
	line-height: 1.5em;
	margin-right: .5em;
	margin-left: .5em;
}

html[lang="en"] #sec003 .box .item.long h3 {
	padding-top: 80px;
}

#sec003 .box .item h3 a {
	color: #0069b2;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2em;
}

#sec003 .box .nolink h3 a {
	pointer-events: none;
}

#sec003 .box .item h3 small {
	display: block;
	font-size: 80%;
}


#sec003 .box .item.min {
	width: 280px;
	height: 280px;
	margin-top: 30px;
}

#sec003 .box .item.min h3 {
	padding-top: 70px;
}

html[lang="en"] #sec003 .box .item.min.long h3 {
	padding-top: 40px;
}

#sec003 .box .item.min h3 a {
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.4em;
}


#sec003 .box .item.min::before {
	width: 280px;
	height: 30px;
	background-size: cover;
}

#sec003 .box .item.min::after {
	bottom: 60px;
	width: 50px;
	height: 50px;
	background-size: cover;
}



#sec003 .btn {
	margin-top: 50px;
	margin-right: 1em;
	margin-left: 1em;
}

#sec003 .btn a {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 999px;
	border: 1px solid #fff;
	padding: .8em 2em;
}

#sec003 .btn a:hover {
	opacity: .8;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding: 10vw 0;
	}

	#sec003 .box {
		width: 90%;
		margin: 0 auto;
		margin-top: 5vw;
		justify-content: center;
		gap: 3%;
	}

	#sec003 .box .item.min,
	#sec003 .box .item {
		width: 43vw;
		height: 43vw;
		margin-top: 3%;
	}

	#sec003 .box .item.min::before,
	#sec003 .box .item::before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 100%;
		height: 5vw;
		background-image: url(../img/mrk_02_pc.png);
		background-size: cover;
		background-repeat: no-repeat;
	}

	#sec003 .box .item.min::after,
	#sec003 .box .item::after {
		position: absolute;
		content: "";
		bottom: 10vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 7vw;
		height: 7vw;
		background-image: url(../img/mrk_01.svg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	#sec003 .box .item.min h3,
	#sec003 .box .item h3 {
		padding-top: 13vw;
		line-height: 1em;
	}

	html[lang="en"] #sec003 .box .item.long h3,
	html[lang="en"] #sec003 .box .item.min.long h3 {
		padding-top: 5vw;
	}

	#sec003 .box .item.min h3 a,
	#sec003 .box .item h3 a {
		font-size: 4.2vw;
		letter-spacing: 0;
	}

	#sec003 .box .item.long h3 a font {
		display: block;
		transform: translateY(-3vw);
	}

	#sec003 .btn {
		margin-top: 8vw;
	}

	#sec003 .btn a {
		font-size: 4vw;
	}
}



/* #sec004---------------*/
#sec004 {
	padding: 0 0 00px;
}

#sec004 .com_st {
	color: #0069b2;
}

#sec004 .com_h2 {
	color: #0069b2;
}

#sec004 p {
	color: #666;
	font-size: 36px;
	margin-top: 100px;
	font-weight: bold;
}


#sec004 ul {
	display: flex;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
}

#sec004 ul li {
	width: 22%;
	margin: 1%;
}

#sec004 ul li.bdr img {
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#sec004 ul li img {
	width: 100%;
}

#sec004 ul.wide {
	width: 90%;
	max-width: 1900px;
}

#sec004 ul.wide li {
	width: 400px;
	margin: .7%;
}

#sec004 .com_st.mt {
	display: block;
	margin-top: 50px;
}

@media screen and (max-width: 1885px) {
	#sec004 ul.wide {
		width: 1200px;
	}

	#sec004 ul.wide li {
		width: 430px;
		margin: 1%;
	}
}


@media screen and (max-width: 767px) {
	#sec004 {
		padding: 10vw 0;
		padding-bottom: 15vw;
		max-width: 1200px;
		margin: 0 auto;
	}

	#sec004 p {
		font-size: 6vw;
		margin-top: 15vw;
	}

	#sec004 ul {
		display: block;
		width: 60%;
		margin-top: 5vw;
		padding-bottom: 0;
	}

	#sec004 ul li {
		width: 100%;
		margin: 0;
		margin-top: 5vw;
	}

	#sec004 ul.wide {
		width: 90%;
	}

	#sec004 ul.wide li {
		width: 100%;
		margin-top: 5vw;
	}

	#sec004 .com_st.mt {
		margin-top: 15vw;
	}
}