@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&display=swap');

html{
	font-size: 10px;
	line-height: 1;
}
body{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #557EC0;
	padding: 0;
	margin: 0;
	transition: 0.3s;
}
a:hover{
	color: #fff;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	text-align: left;
}
p{
	margin: 0;
	padding: 0;
}
img{
	width: 100%;
}
dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*メインビジュアル*/
.main{
	background: url("../img/lower_common/main_bg.png");
	background-size: cover;
	background-position: center left;
	padding: 151px 4.16vw 0px;
	color: #fff;
}
.main .pan{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin-bottom: 59px;
    padding-left: 4.16vw;
}
.main .pan a{
	color: #fff;
}
.main .pan p{
	padding-left: 18px;
	position: relative;
}
.main .pan p::before{
	content: "";
	background: url("../img/common/pan_arrow.svg");
	background-size: 100%;
	width: 6px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(90%,-50%);
	opacity: 1;
}
.main .pan p span{
	opacity: 0.5;
}
.main h1{
	padding-bottom: 70px;
	padding-left: 4.16vw;
	font-size: 3.4rem;
}
.main .wbg{
	background: #fff;
	height: 76px;
	width: 100%;
}

/*コンテンツ*/
h2{
	font-size: 2rem;
	line-height:1.8;
	color: #1E286E;
	margin-bottom: 32px;
	position: relative;
}
h2::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #1E286E;
	opacity: 0.25;
	position: absolute;
	top: -37px;
	left: 0;
}
h2::after{
	content: "";
	width: 60px;
	height: 2px;
	background: #1E286E;
	position: absolute;
	top: -37px;
	left: 0;
}
h3{
	font-size: 1.8rem;
	margin-bottom: 16px;
}
h4{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 12px;
}
.column{
	display: flex;
	flex-wrap: wrap;
	gap:50px;
}
.column .col .note{
	margin-top: 0px;
	margin-bottom: 10px;
}
.column.col1{
	justify-content: center;
}
.column.col1 .col{
	max-width: 465px;
	width: 100%;
}
.column.col2 .col{
	width: calc(100%/2 - 25px);
}
.column2 .col{
	background: #D9D9D9;
	padding: 30px;
}
.column2 .col img{
	max-width: fit-content;
}
.column2.col2 .col{
	width: calc(100%/2 - 90px);
}
.column2.col2 .col .col_txt{
	margin-bottom: 16px;
}
.anker.column{
	gap:12px;
	margin-bottom: 109px;
}
.anker.column .col{
	width: calc(100%/2 - 83px);
}
.table table{
	width: 100%;
	border-collapse:collapse;
}
.table table tr th{
	width: 30%;
	background: #E6ECF6;
	border: solid 1px #E6ECF6;
	border-bottom: solid 1px #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 13px;
}
.table table tr:last-child th{
	border-bottom: solid 1px #E6ECF6;
}
.table table tr td{
	font-size: 1.2rem;
	border: solid 1px #DBDBDB;
	padding: 13px 30px;
	text-align: center;
}
.table.tleft table tr td{
	text-align: left;
}
#contents{
	padding: 38px 8.16vw 0px;
}
#contents .cnt{
	margin-bottom: 103px;
}
#contents p{
	font-size: 1.5rem;
	line-height: 2.8rem;
	letter-spacing: 0.3px;
}
#contents .cnt .column{
	margin-top: 32px;
}
.note{
	margin-top: 30px;
}
.note p{
	font-size: 1.5rem;
}
.box{
	margin-bottom: 32px;
}
.box:last-child{
	margin-bottom: 0px;
}

/*ボタン*/
.bnt_parts{
	padding: 0px 4.16vw;
}
.btn{
	display: block;
	border: solid 1px rgba(51,51,51,0.5);
	padding: 9px 20px;
	font-size: 1.2rem;
	color: #557EC0;
	font-weight: 700;
	width: 280px;
	position: relative;
}
.btn.normal_link::before{
	content: "";
	width: 12px;
	height: 12px;
	background: url("../img/common/normal_arrow.svg");
	background-size: 100%;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.btn.external_link::before{
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/common/external_arrow.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(-10px,-50%);
}
.btn.pdf_link::before{
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/common/pdf_arrow.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(-10px,-50%);
}
.btn:hover{
	background: #557EC0;
	border: solid 1px #557EC0;
}
.btn.normal_link:hover::before{
	content: "";
	width: 12px;
	height: 12px;
	background: url("../img/common/normal_arrow2.svg");
	background-size: 100%;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.btn.external_link:hover::before{
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/common/external_arrow2.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(-10px,-50%);
}
.btn.pdf_link:hover::before{
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/common/pdf_arrow2.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(-10px,-50%);
}
.anker_link{
	background: #fff;
	padding: 6px 30px 6px 44px;
	border-radius: 50px;
	border: solid 1px rgba(51,51,51,0.5);
	width: 100%;
	position: relative;
}
.anker_link:hover{
	background: #557EC0;
	border: solid 1px #557EC0;
}
.anker_link::before{
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/common/anker_arrow.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(10px,-50%);
}
.anker_link:hover::before{
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/common/anker_arrow2.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(10px,-50%);
}

/*header*/
header{
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
	padding: 31px 0px 16px;
}
.header2{
	padding:0px 4.16vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header2 .menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:48px;
}
.header2 .menu .menu1{
	display: flex;
	gap:28px;
	position: relative;
	align-items: center;
}
.header2 .menu .menu1 .hover_btn{
	position: relative;
}
.header2 .menu .menu1 .hover_btn p{
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #333;
	cursor: pointer;
	position: relative;
}
.header2 .menu .menu1 .hover_btn > p:hover{
	opacity: 0.8;
}
.header2 .menu .menu1 .hover_btn > p.active::before{
	content: "";
	width: 100%;
	height: 3px;
	background: #557EC0;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.header2 .menu .menu1 a{
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #333;
}
.header2 .menu .menu1 a:hover{
	color: #333;
	opacity: 0.8;
}
.header2 .menu .menu1 .sub_nav{
	position: absolute;
	top: 37px;
	left: -70px;
	background: #fff;
	padding: 30px;
	width: auto;           /* hover_btnと同じ幅にしない */
  	min-width: 180px;      /* 必要なら最小幅指定 */
	display: none;
	z-index: 10;
}
.header2 .menu .menu1 .sub_nav p{
	display: inline-block; /* ←これがポイント */
	margin-bottom: 10px;
  	padding: 0;
	font-size: 1.5rem;
}
.header2 .menu .menu1 .sub_nav p:last-child{
	margin-bottom: 0px;
}
.header2 .menu .menu1 .sub_nav a{
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.header2 .menu .menu1 .sub_nav a::before{
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/common/anker_arrow");
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%)rotate(-90deg);
}
.header2 .menu .menu3_sp{
	display: none;
}
/*footer*/
footer{	
	margin-top: 61px;
	padding: 0px 4.16vw;
}
footer .footer{
	border-top: solid 1px #557EC0;
	padding: 39px 0px;
	display: flex;
	justify-content: space-between;
}
footer .footer .f_list{
	display: flex;
	flex-wrap: wrap;
	gap:32px;
}
footer .footer .f_list a{
	font-size: 1.2rem;
	line-height: 14px; 
	color: #333;
	position: relative;
}
footer .footer .f_list a::after{
	content: "";
	width: 1px;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	right: -15px;
}
footer .footer .f_list a:last-child::after{
	display: none;
}
footer .footer .f_list a:hover{
	opacity: 0.8;
	color: #333;
}
footer .footer .f_copy p{
	font-size: 1.2rem;
}


/*news*/
.news .custom-select {
    position: relative;
    width: 150px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.12px;
    color: #557EC0;
}
.news .custom-select .selected {
    border: 2px solid #557EC0;
    padding: 10px;
    background: #fff url(../img/common/select_arrow.svg) no-repeat right 10px center;
    cursor: pointer;
    text-align: center;
}
.news .custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 97.4%;
    border: 2px solid #557EC0;
    border-top: none;
    background: #fff;
    display: none;
    z-index: 10;
}
.news .custom-select .options li {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-bottom: solid 2px #557EC0;
}
.news .custom-select .options li:last-child {
    border-bottom: none;
}
.news .custom-select.open .options {
    display: block;
}
.news .news_list {
    border-top: solid 1px #CCC;
    margin-bottom: 60px;
}
.news .list {
    padding: 25px 20px;
    border-bottom: solid 1px #CCC;
    display: block;
    position: relative;
}
.news .list:hover {
    color: #557EC0;
    background: #E9EEF5;
}
.news .list dl {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
}
.news .list dl dt {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    color: #1E286E;
}
.news .list dl dd {
    color: #333;
    letter-spacing: 0.3px;
}
.news .list::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/common/news_arrow.svg);
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-10px, -10px);
}
/*ipad*/
@media only screen and (max-width: 1024px) {
	#contents {
		padding: 38px 8.16vw 0px;
	}
}
@media only screen and (max-width: 822px) {
	header{
		padding: 31px 0px 16px;
	}
	.header2{
		padding: 0;
	}
	.header2{
		position: fixed;
		top: 78px;
		right: -1000px;
		transition: right 0.4s ease;
		width: 100%;
        background: #557EC0;
		z-index: 9999;
	}
	.header2.active {
	  right: 0;
	}
	.header2 .menu{
		height: calc(100vh - 106px);
		width: 100%;
	}
	.header2 .menu{
		display: block;
		padding-top: 20px;
	}
	.header2 .menu .menu1{
		display: block;
        flex-direction: column;
		gap:0;
	}
	.header2 .menu .menu1::after{
		display: none;
	}
	.header2 .menu .menu1 a{
		width: 100%;
		color: #fff;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 2.4rem;
		letter-spacing: 1.2px;
		border-bottom: solid 1px #385E9D;
		padding: 16px;
		display: block;
	}
	.header2 .menu .menu1 a:hover{
		color: #fff;
	}
	.header2 .menu .menu1 .hover_btn > p{
		color: #fff;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 2.4rem;
		letter-spacing: 1.2px;
		border-bottom: solid 1px #385E9D;
		padding: 16px;
		display: block;
		position: relative;
	}
	.header2 .menu .menu1 .hover_btn > p::before{
		content: "";
		width: 20px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-10px, -50%) rotate(0deg);
		transition: all 0.3s ease;
	}
	.header2 .menu .menu1 .hover_btn > p.active::before{
		content: "";
		width: 20px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: auto;
		right: 0;
		transform: translate(-10px, -50%) rotate(0deg);
		transition: all 0.3s ease;
	}
	.header2 .menu .menu1 .hover_btn > p::after{
		content: "";
		width: 1px;
		height: 20px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-20px, -50%) rotate(0deg);
		transition: all 0.3s ease;
	}
	.header2 .menu .menu1 .hover_btn > p.active::after {
		opacity: 0;
		transform: translate(-20px, -50%) rotate(90deg);
	}
	.header2 .menu .menu1 .sub_nav{
		background: none;
		position: static;
		min-width: auto;
		padding: 0;
	}
	.header2 .menu .menu1 .sub_nav p{
		display: block;
		margin-bottom: 0px;
	}
	.header2 .menu .menu1 .sub_nav a{
		padding-left: 35px;
		font-weight: normal;
	}
	.header2 .menu .menu1 .sub_nav a::before {
		content: "";
		width: 14px;
		height: 14px;
		background: url("../img/common/anker_arrow2.svg");
		background-size: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(16px, -50%) rotate(-90deg);
	}
	.header2 .menu .menu1 > p:first-child{
		border-top: solid 1px #385E9D;
	}
	.header2 .menu .menu2{
		padding: 16px;
		border-bottom: solid 1px #385E9D;
	}
	.header2 .menu .menu2 img{
		width: 28px;
	}
	.header2 .menu .menu3_sp{
		display: block;
		padding: 28px 0px;
		color: #fff;
	}
	.header2 .menu .menu3_sp a{
		color: #fff;
	}
	.header2 .menu .menu3_sp .language{
		margin-bottom: 24px;
		padding: 0px 16px;
		display: flex;
		gap:68px;
	}
	.header2 .menu .menu3_sp .language a{
		position: relative;
	}
	.header2 .menu .menu3_sp .language a::after{
		content: "";
		width: 20px;
		height: 20px;
		background: url("../img/common/group_sp.svg");
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(30px,-50%);
	}
	.header2 .menu .menu3_sp .language .lang_btn{
		position: relative;
		padding: 0px 16px;
		cursor: pointer;
	}
	.header2 .menu .menu3_sp .language .lang_btn::before{
		content: "";
		width: 20px;
		height: 1px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-10px, -50%) rotate(0deg);
		transition: all 0.3s ease;
	}
	.header2 .menu .menu3_sp .language .lang_btn::after{
		content: "";
		width: 1px;
		height: 20px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-20px, -50%) rotate(0deg);
		transition: all 0.3s ease;
	}
	.header2 .menu .menu3_sp .language .lang_btn.active::after {
		opacity: 0;
		transform: translate(-20px, -50%) rotate(90deg);
	}
	.header2 .menu .menu3_sp .language .lang_btn p {
		font-size: 1.4rem;
		position: relative;
		display: inline-block;
	}
	.header2 .menu .menu3_sp .language .lang_btn  a::after{
		content: "";
		width: 20px;
		height: 20px;
		background: url("../img/common/group_sp.svg");
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(24px,-50%);
	}
	.header2 .menu .menu3_sp .language .lang_select{
		display: flex;
    	flex-direction: column;
		margin-top: 20px;
		display: none;
	}
	.header2 .menu .menu3_sp .language .lang_select a:first-child{
		border-top: solid 1px #385E9D;
	}
	.header2 .menu .menu3_sp .language .lang_select a{
		border-bottom: solid 1px #385E9D;
		padding: 10px 16px;
	}
	.header2 .menu .menu3_sp a.blank{
		position: relative;
		padding: 0px 16px;
	}
	.header2 .menu .menu3_sp a.blank::after{
		content: "";
		width: 19px;
		height: 19px;
		background: url("../img/common/back-right_sp.svg");
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(10px,-50%);
	}
}
@media only screen and (max-width: 768px) {
	footer .footer{
		display: block;
	}
	footer .footer .f_list{
		margin-bottom: 40px;
	}
}
/*sp*/
@media only screen and (max-width: 767px) {
	.main{
		background: url("../img/lower_common/main_bg_sp.png");
		background-size: cover;
		background-position: center left;
		padding: 88px 16px 57px;
		color: #fff;
	}
	.main h1{
		font-size: 2rem;
		padding-left: 37px;
		padding-bottom: 0px;
	}
	.main .wbg{
		display: none;
	}
	.main .pan{
		padding-left: 0px;
		margin-bottom: 39px;
	}
	h2{
		font-size: 1.8rem;
		line-height: 1.8;
		margin-bottom: 28px;
	}
	.column{
		display: block;
	}
	.column.col2 .col{
		width: 100%;
		margin: 0 auto 24px;
		text-align: center;
	}
	.column.col2 .col img{
		/*max-width: 293px;*/
		text-align: center;
	}
	.column.col2 .col:last-child{
		margin-bottom: 0px;
	}
	.column.col1 .col{
		max-width: 293px;
		margin: 0 auto 24px;
	}
	.column2.col2 .col{
		max-width: -webkit-fill-available;
	}
	.column2.col2 .col_txt{
		margin-bottom: 20px;
	}
	.column2.col2 .col img{
		max-width: 100%;
	}
	#contents{
		padding: 93px 16px 0px;
	}
	#contents .cnt{
		margin-bottom: 91px;
	}
	#contents p{
		font-size: 1.4rem;
		text-align: left;
	}
	#contents .cnt .column{
		padding: 0px 16px;
	}
	
	.anker.column{
		display: flex;
		margin-bottom: 98px;
	}
	.anker.column .col {
		width: 100%;
		margin-bottom: 0px;
		text-align: left;
	}
	
	.table table tr th{
		width: 32%;
	}
	
	.box{
		margin-bottom: 28px;
	}
	
	.header2 .menu{
		width: 100%;
	}
	.header2 .menu .menu1 a{
		width: calc(100% - 33px);
	}
	
	footer {
		padding: 0px 16px;
	}
	footer .footer .f_list {
	  	display: flex;
	  	flex-direction: column;
	  	align-items: flex-start;
	  	gap: 16px; /* 行間 */
	}
	footer .footer .f_list a {
	  	display: inline-block; /* 幅は文字の分だけ */
	}
	footer .footer .f_list a::after{
		display: none;
	}
	
	/*news*/
	.news .news_ttl{
		margin-bottom: 32px;
	}
	.news .list{
		padding: 20px 0px;
	}
	.news .list dl{
		display: block;
	}
	.news .list dl dt{
		margin-bottom: 10px;
	}
	.news .list::after{
		display: none;
	}
}