@charset "UTF-8";


#l-content{
  font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
	text-align: justify;
	font-weight: 500
}
.saiyo_menu a:hover {
  opacity: 0.7;
}

.pc {
  display: block
}
.sp {
  display: none
}
.saiyo_top{
	background-image: url("../images/saiyo_topmv.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 253px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 100px;
	background-position: -500px center;
	margin-top: 60px
}
.saiyo_top_ttl{
	color: #083e6d;
	font-size: 32px;
	line-height: 1;
	margin-top: 10px
}
.saiyo_top_ttl span{
	color: #8b8ba7;
	font-size: 16px;
}
.saiyo_txt{
	text-align: center;
	margin: 70px auto 50px;
	line-height: 2
}
.saiyo_copy{
	color: #083e6d;
	font-size: 26px;
	margin-bottom: 20px
}
.saiyo_lead{
	font-size: 16px;
}
.saiyo_menu, .saiyo_menu * {
    box-sizing: border-box;
}
.saiyo_menu{
	background: #edeff2;
	padding: 80px 0 150px;
}
.saiyo_menu_flex{
	max-width: 1100px;
	width: 80vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.saiyo_menu_box{
	position: relative;
	width: 82%;
	margin: 0 auto;
}
.saiyo_box_bg{
	position: absolute;
	max-width: 180px;
	width: 60%;
	top:-20px;
	left: -20px;
	z-index: 0
}
.saiyo_box_bg img{
	width: 100%;
}
.saiyo_menu_img{
	position: relative;
	z-index: 1
}
.saiyo_menu_img img{
	width: 100%;
}
.saiyo_menu_txt{
	background: #00264c;
	color: #fff;
	font-size: clamp(13px, 1.3vw, 18px);
	padding: 1.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	font-weight: 400;
}


@media screen and (min-width: 0) and (max-width: 980px) {
.pc {
    display: none
  }
.sp {
    display: block
}
.saiyo_top{
	background-size: cover;
	min-height: 70px;
	height: 20vw;
	padding-left: 5vw;
	background-position: -300px center;
	margin-top: 90px
}
.saiyo_top_ttl{
	font-size: clamp(13px, 2vw, 18px);
	line-height: 1;
	margin-top: 10px
}
.saiyo_top_ttl span{
	font-size: 10px;
}
.saiyo_txt{
	margin: 40px auto 30px;
	line-height: 1.8
}
.saiyo_copy{
	font-size: 17px;
	margin-bottom: 35px
}
.saiyo_lead{
	font-size: 14px;
}
.saiyo_menu{
	padding: 50px 0;
}
.saiyo_menu_flex{
	max-width: 800px;
	width: 80vw;
	flex-wrap: wrap;
	justify-content: center
}
.saiyo_menu_box{
	width: 75%;
	max-width: 320px;
	margin: 0 auto 50px
}
.saiyo_box_bg{
	max-width: 150px;
	width: 40%;
	top:-15px;
	left: -15px;
}
.saiyo_menu_txt{
	font-size: clamp(13px, 1.3vw, 18px);
	padding: 1.3em 10px;
	letter-spacing: 0.03em;
}
}

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

.saiyo_top{
	background-position: -140px center;
}
}

