#main {
	padding-top: 0;
}
/* --------------------------------------------------- */
.mainView {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainView .hashi {
	display: block;
	width: 100%;
	height: 184px;
	background: url("../images/common/img01.png") repeat-x center top;
	background-size: 600px auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mainView .mv-ttl {
	text-align: center;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 180%;
}
.mainView .mv-ttl span {
	display: block;
	text-align: center;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	.mainView {
		background-position: center;
		background-size: cover;
		height: 620px;
	}
	.mainView .hashi {
		height: 76px;
        background-size: 250px auto;
	}
	.mainView .mv-ttl {
		width: 100%;
		font-size: 9px;
	}
	.mainView .mv-ttl span {
	}
}
/* --------------------------------------------------- */
#sec01 {
	width: 100%;
	height: 100vh;
	background: url("../images/top/img02.png") no-repeat center;
	background-size: cover;
	background-color: #2C6879;
	position: relative;
}
#sec01 dl {
	position: absolute;
	left: 7%;
	top: 20%;
	color: #fff;
	width: 45%;
}
#sec01 dt {
	font-size: 1.7em;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 20px;
}
#sec01 dt br {
	display: none;
}
#sec01 dd {
	max-width: 660px;
}
@media screen and (max-width: 900px) {
	#sec01 dt br {
		display: block;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
		background-image: url("../images/top/img02sp.png");
		height: 600px;
	}
	#sec01 dl {
		top: 5%;
		left: 5%;
		width: 90%;
		padding: 20px;
		background-color: rgba(44,104,121,.4);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		border-radius: 4px;
		border: rgba(255,255,255,.1) 1px solid;
	}
	#sec01 dt {
		font-size: 1.4em;
	}
}
/* --------------------------------------------------- */
.photo {
	width: 100%;
	height: 100vh;
	max-height: 700px;
	position: relative;
	background: url("../images/top/ph01.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 80px;
}
.photo::before {
	content: "";
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(44,104,121,1),rgba(44,104,121,0));
}
@media screen and (max-width: 900px) {
	.photo {
	}
}
@media screen and (max-width: 680px) {
	.photo {
		background-image: url("../images/top/ph01sp.jpg");
		height: 200px;
		margin-bottom: 40px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
}
#sec02 .ttl-style01 {
	width: 90%;
	margin: 0 auto 40px;
}
#sec02 .block {
	margin-bottom: 80px;
}
#sec02 .block .ph {
	max-width: 1200px;
	width: 90%;
	height: 500px;
	margin: 0 0 0 auto;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec02 .block:nth-child(odd) .ph {
	margin: 0 auto 0 0;
}
#sec02 .block .ph1 {
	background-image: url("../images/top/ph02.jpg");
}
#sec02 .block .ph2 {
	background-image: url("../images/top/ph03.jpg");
}
#sec02 .block .ph3 {
	background-image: url("../images/top/ph04.jpg");
}
#sec02 .block .box {
	max-width: 800px;
	width: 70%;
	background-color: #2C6879;
	color: #fff;
	padding: 35px;
	position: relative;
	margin: -200px auto 0 3%;
	
	background-color: rgba(44,104,121,.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 4px;
    border: rgba(255,255,255,.2) 1px solid;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0,.2);
}
#sec02 .block:nth-child(odd) .box {
	margin: -140px 5% 0 auto;
}
#sec02 .block .box .ttl {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 15px;
}
#sec02 .block .box .ttl a {
	display: inline-block;
	position: relative;
	color: #fff;
}
#sec02 .block .box .ttl a::before {
	content: "";
	display: inline-block;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	padding: 0;
	margin-right: 10px;
	top: -2px;
	position: relative;
}
#sec02 .block .box p {
	margin-bottom: 30px;
}
#sec02 .block .box .btn {
	display: block;
	color: #fff;
	max-width: 200px;
	width: 100%;
	margin: 0 0 0 auto;
	text-align: center;
	
	position: relative;
	border: none;
	border-bottom: 1px solid #fff;
	width: fit-content;
	padding: 5px 40px 8px 20px;
	font-size: .9em;
}
#sec02 .block .box .btn:hover {
}
#sec02 .block .box .btn::after {
	content: "keyboard_arrow_right";
    font-family: "Material Symbols Outlined";
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	transition: .3s;
}
#sec02 .block .box .btn:hover::after {
	right: 0px;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin-bottom: 30px;
	}
	#sec02 .ttl-style01 {
		margin-bottom: 20px;
    }
	#sec02 .block {
		width: 95%;
        margin: 0 auto 10px;
    }
    #sec02 .block .ph,
	#sec02 .block:nth-child(odd) .ph {
        width: 100%;
        height: 200px;
        margin: 0;
        background-size: cover;
    }
	#sec02 .block .box,
	#sec02 .block:nth-child(odd) .box {
        width: 100%;
        padding: 25px;
        margin: 0 auto;
    }
	#sec02 .block .box .ttl {
        font-size: 1.2em;
    }
	#sec02 .block .box p {
        margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	width: 100%;
	background-color: #F8F8F8;
	display: flex;
	justify-content: space-between;
}
#sec03 .left {
	width: 45%;
	padding: 50px;
}
#sec03 .left ul {
	max-width: 400px;
	width: 100%;
	margin: 30% 0 0;
}
#sec03 .left li {
	border-bottom: #ccc 1px solid;
}
#sec03 .left li a {
	display: block;
	position: relative;
	height: 70px;
	line-height: 70px;
	font-size: 1.1em;
}
#sec03 .left li a span.en {
	display: inline-block;
	font-size: 10px;
	margin-left: 20px;
}
#sec03 .left li a .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
#sec03 .left li a .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  right: 0.625rem;
  width: 1.125rem;
  height: 0.1rem;
  background: none;
}
#sec03 .left li a .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.28rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  transform: rotate(45deg);
}
#sec03 .left li a:hover .icon.arrow {
  background: #000;
  transform: translate(1rem, 0);
}
#sec03 .left li a:hover {
}
#sec03 .ph {
	width: 55%;
	background: url("../images/top/ph05.jpg") no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 900px) {
	#sec03 .left {
        width: 60%;
		padding: 40px;
    }
	#sec03 .ph {
        width: 40%;
    }
}
@media screen and (max-width: 680px) {
	#sec03 {
        display: block;
    }
	#sec03 .left {
        width: 100%;
		padding: 30px;
    }
	#sec03 .left ul {
		max-width: none;
        margin: 30px 0 0;
    }
	#sec03 .ph {
        width: 100%;
		height: 200px;
    }
}
/* --------------------------------------------------- */

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

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


