@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
not側のベースのフォントなど
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.not_pc {
  display: block;
}

.not_sp {
  display: none;
}

.eimoji001 {
  font-family: "Gotham-Bold", gill-sans-nova, sans-serif;
}

.eimoji002 {
  font-family: "Gotham-Bold", gill-sans-nova-condensed, sans-serif;
}

.eimoji003 {
  font-family: linotype-didot, serif;
}

.eimoji004 {
  font-family: linotype-didot-headline, serif;
}

.eimoji005 {
  font-family: montserrat,sans-serif;
}

.new_goth {
  font-family: 'Noto sans JP', dnp-shuei-gothic-kin-std, sans-serif !important;
}

.new_min {
  font-family: 'Noto Serif JP', a-otf-ryumin-pr6n, serif;
}

.new_chinese001 {
  font-family: 'Noto Sans SC', 'Noto Sans TC', source-han-sans-cjk-sc, sans-serif;
}

.new_chinese002 {
  font-family: 'Noto Serif SC', 'Noto Serif TC', source-han-serif-sc, serif;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ここからコンテンツのCSSなど
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* .l-container-sm {
	width: 1000px;
} */

.box_location {}

.box_location h2 {
	margin-top: auto;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #141f3f;
	padding-bottom: 1em;
	padding-top: 2em;
	border-top: solid thin #e3e3e3;
	margin-top: 3.5vw;
}

.box_location p {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.05em;
	color: #141f3f;
}


.box_location h3 {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	font-weight: 600;
	padding: 2em 0 1em;
}

.box_location ul.not_rlit_pa {}

.box_location ul.not_rlit_pa li {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	color: #141f3f;
	position: relative;
	padding: 0.5em 0 0.6em 1.2em;
}

.box_location ul.not_rlit_pa li::before {
    display: block;
	background: #141f3f;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    transform: rotate(32deg);
    position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 1.25em;
	left: 0px;
	margin: auto;
	border-radius: 50%;
	transition: all 0.3s;
}

.not_lo_anch {}

.not_lo_anch dl,
.not_lo_anch ul {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
}

.not_lo_anch dl dt {
	width: 15%;
}

.not_lo_anch dl dd {
	width: fit-content;
	margin-right: 1.3vw;
}

.not_lo_anch .not_lo_anch_tit {
	position: relative;
	font-size: 20px;
	line-height: 1.5em;
}

.not_lo_anch .not_lo_anch_tit::before {
	position: absolute;
    content: "";
    width: 2px;
    height: 1px;
    top: 0.7em;
    left: 4em;
    margin: auto;
    border-left: 2.5em solid #a78d69;
}

.not_lo_anch .not_lo_anch_pf {}

.not_lo_anch .not_lo_anch_pf a {
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #141f3f;
	display: inline-block;
	padding: 0 0.3em;
	transition: color .3s;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #192d8c 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	text-decoration: none;
}

.not_lo_anch .not_lo_anch_pf a:hover {
	background-position: -100% 0;
	/* background: #566c99; */
	color: #fff;
}

.not_lo_career {
}

.not_lo_career .not_lo_ca_box {
	display: flex;
	flex-flow: row wrap;
	background: #fff;
	margin-top: 2em;
}

.not_lo_career .not_lo_ca_box .not_ca_le {
	font-size: 30px;
	font-weight: 600;
	width: 40%;
	margin: auto;
}

.not_lo_career .not_lo_ca_box .not_ca_le span {
	background: #0d2d51;
	font-size: 27px;
    line-height: 1.5em;
    padding: 0.2em 0 0em 0.5em;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #fff;
    display: block;
}

.not_lo_career .not_lo_ca_box .not_ca_ri {
	width: 	60%;
}

.not_lo_career .not_lo_ca_box .not_ca_ri a {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}

.not_lo_career .not_lo_ca_box .not_ca_ri a br {
	display: none;
}

.not_lo_career .not_lo_ca_box .not_ca_ri a img {
	margin: auto;
}


.not_lo_chosei {
	padding-top: 5vw;
}

.not_lo_chosei h2 {
	margin-top: auto;
	font-size: 18px;
	line-height: 2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	color: #141f3f;
	padding-bottom: 1em;
	padding-top: 2em;
	border-top: solid thin #e3e3e3;
}

.not_lo_chosei ul.related-list.related-list-single p {
	display: none;
}

.not_lo_chosei ul.related-list {}

.not_lo_chosei ul.related-list .related-list-article br {
	display: none;
}

.not_lo_chosei ul.related-list li.related-list-item {}

.not_lo_chosei ul.related-list li.not_rli {}

.not_lo_chosei ul.related-list li.related-list-item a {
	display: block;
	text-decoration: none;
	padding: 20px 16px;
	position: relative;
	box-shadow: 0px 2px 8px rgba(100, 100, 100, 0.05);
}


.not_lo_chosei ul.related-list li.related-list-item a::before {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 28px;
    top: 18px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}

.not_lo_chosei ul.related-list li.related-list-item a:hover:before {
    clip-path: inset(0);
    transform: rotate(180deg);
}

.not_lo_chosei ul.related-list li.related-list-item a:hover {
    background: #fafbff;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
    color : #023859;
}
.not_lo_chosei ul.related-list li.related-list-item a:hover .date {
    color : #1B5D89;
}

.not_lo_chosei ul.related-list li.related-list-item a time {
	display: block;
	color: #192d8c;
	transition: all .4s;
	letter-spacing: 0.05em;
}


.not_lo_chosei ul.related-list li.related-list-item a span {
	display: inline-block;
	padding: 0.4em 1em;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1em;
	background: #fff;
	box-shadow: 0px 1px 6px rgba(100,100,100,0.15);
	margin-right: 1em;
}

.not_lo_chosei ul.related-list li.related-list-item a span.not_rlitc {
	box-shadow: none;
	display: inline-block;
	padding: 0;
	font-size: 16px;
	background: none;
	line-height: 1.7em;
}

.not_lo_ah_pad {
	padding: 8% 0 0;
}

.not_lo_ah_pad h2 {}

.not_lo_ah_pad p {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.05em;
	color: #13243C;
	font-weight: ;
}

.not_lo_ah_pad .not_pdf_dl {}

.not_lo_ah_pad .not_pdf_dl p {}

.not_lo_ah_pad .not_pdf_dl p a {
	display: inline-block;
	/*background: #000;*/
	background: -moz-linear-gradient(30deg, #3f70b6 0%, #192d8c 32%, #2187bf 62%, #192d8c 100%);
	background: -webkit-linear-gradient(30deg, #3f70b6 0%, #192d8c 32%, #2187bf 62%, #192d8c 100%);
	background: linear-gradient(30deg, #3f70b6 0%, #192d8c 32%, #2187bf 62%, #192d8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06172f",endColorstr="#05162e",GradientType=1);
	color: #fff;
	position: relative;
	font-weight: bold;
	padding: 0.4em 2em 0.4em 3em;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    background-size: 400px 300px;
    margin-top: 2em;
    text-decoration: none;
}

.not_lo_ah_pad .not_pdf_dl p a::before {
	content: '';
	background-image: none;
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50% !important;
	left: 1em;
	margin-top: -4px;
	transform: rotate(45deg);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}


.not_lo_ah_pad .not_pdf_dl p a:hover {
	background: -moz-linear-gradient(30deg, rgb(8 31 65) 0%, rgb(16 59 107) 32%, rgb(7 34 71) 62%, rgb(19 63 116) 100%);
	background: -webkit-linear-gradient(30deg, rgb(8 31 65) 0%, rgb(16 59 107) 32%, rgb(7 34 71) 62%, rgb(19 63 116) 100%);
	background: linear-gradient(30deg, rgb(8 31 65) 0%, rgb(16 59 107) 32%, rgb(7 34 71) 62%, rgb(19 63 116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05162e",endColorstr="#06172f",GradientType=1);
	background-position: 0 100%;
	/*background: blue;*/
}


.not_lo_ah_pad .not_pdf_dl p a:hover::before {
	left: 1.5em;
}

.not_lo_chosei .not_lo_lw_photo {
	margin: 2em auto;
	padding: 0em 1em 0.5em;
	background: none;
	text-align: center;
	vertical-align: bottom;
}

.not_lo_chosei .not_lo_lw_photo img {
	max-width: 100%;
}

.not_lo_top_ft {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	padding: 1em;
	margin: 2em auto;
}

.not_lo_top_ft::before {
	position: absolute;
    content: "";
    background: #141f3f;
    width: 80%;
    height: 8.5vw;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    display: block;
}

.not_lo_top_ft::after {
	position: absolute;
    content: "";
    background: #dce0e1;
    width: 80%;
    height: 8.5vw;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: block;
}

.not_lo_top_ft .not_lo_top_ft_left {
	z-index: 5;
}

.not_lo_top_ft .not_lo_top_ft_left .ft_ei {
	color: #a78d69;
	font-size: 30px;
	font-weight: 600;
}

.not_lo_top_ft .not_lo_top_ft_left .ft_jp {
	margin: 0;
	color: #fff;
}

.not_lo_top_ft .not_lo_top_ft_right {
	z-index: 5;
	width: 72%;
	margin: auto;
	margin-right: 0;
}

.not_lo_top_ft .not_lo_top_ft_right .not_lo_top_ft_right_ul {
	display: flex;
	flex-flow: row wrap;
	margin-top: auto;
}

.not_lo_top_ft .not_lo_top_ft_right .not_lo_top_ft_right_ul li {
	width: 47%;
	margin: auto;
	padding: 0;
}

.not_lo_top_ft .not_lo_top_ft_right .not_lo_top_ft_right_ul.n_single_bunner li {
	width: 80%;
	margin: auto;
	padding: 0;
}


.not_lo_top_ft .not_lo_top_ft_right .not_lo_top_ft_right_ul li::before {
	display: none;
}

.not_lo_top_ft .not_lo_top_ft_right .not_lo_top_ft_right_ul li a {
	display: inline-block;
}

.not_lo_top_ft .not_lo_top_ft_right .not_lo_top_ft_right_ul li a br {
	display: none;
}

.not_lo_top_ft .not_lo_top_ft_right .not_lo_top_ft_right_ul li a img {
	margin: auto;
}

.not_lo_llist {
	width: fit-content;
	display: flex;
	flex-flow: row wrap;
	margin-top: 0.8em;
}

.not_lo_llist p {
	display: none;
}

.not_lo_llist li {
	margin-top: 8px;
	margin-right: 1.5em;
}

.not_lo_llist li:nth-child(1) {
	margin-top: ;
}

.not_lo_llist li a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
	padding: 0.2em 0 0.2em 1em;
}

.not_lo_llist li a::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 1.1em;
	left: 0px;
	margin: auto;
	border-radius: 50%;
	background: #141f3f;
	transition: all 0.3s;
}


.not_lo_llist li a {
	color: #023859;
}

.not_lo_llist li a:hover::before {
	background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    transform: rotate(32deg);
}


.list-heading {
	margin-top: 3vw !important;
}


@media screen and (min-width: 1920px) {
.not_lo_chosei .not_lo_lw_photo {
	margin: 2em auto;
	padding: 0em 1em 0.5em;
	background: #f6f7fc;
	text-align: center;
}

.not_lo_chosei .not_lo_lw_photo img {
	max-width: 75%;
}
}

@media screen and (max-width: 1550px) {

.not_lo_top_ft::before {
	position: absolute;
    content: "";
    background: #141f3f;
    width: 80%;
    height: 9.5vw;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    display: block;
}

.not_lo_top_ft::after {
	position: absolute;
    content: "";
    background: #dce0e1;
    width: 80%;
    height: 9.5vw;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: block;
}

}

@media screen and (max-width: 1000px) {

.not_lo_anch .not_lo_anch_tit::before {
    border-left: 1.5em solid #a78d69;
}

}


@media screen and (max-width: 640px) {

/* .l-container-sm {
	width: 100%;
} */

.box_location h2 {
	font-size: 4.6154vw;
}

.box_location p {
	font-size: 3.733vw;
	line-height: 2.2em;
}


.box_location h3 {
	font-size: 3.733vw;
	padding: 2em 0 1em;
}

.not_lo_anch {
	/* background: #fff; */
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1em 0;
}

.not_lo_anch dl,
.not_lo_anch ul {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	/* overflow-x: scroll;
    -webkit-overflow-scrolling: touch; */
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 800px;
    margin-top: auto;
}

.not_lo_anch dl dt {
	width: 15%;
}

.not_lo_anch dl dd {
	width: fit-content;
	margin-right: 1.3vw;
	padding: 0.3em;
	margin-top: auto;
}


.not_lo_career {
	margin-top: 2em;
}

.not_lo_career .not_lo_ca_box {
	display: block;
}

.not_lo_career .not_lo_ca_box .not_ca_le {
	font-size: 30px;
	font-weight: 600;
	width: 100%;
	margin: auto;
}

.not_lo_career .not_lo_ca_box .not_ca_le span {
	background: transparent;
    font-size: 18px;
    line-height: 1.5em;
    padding: 0.5em 0px 0.6em 0.5em;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #0d2d51;
    display: block;
    text-align: left;
}

.not_lo_career .not_lo_ca_box .not_ca_ri {
	width: 	100%;
}

.not_lo_career .not_lo_ca_box .not_ca_ri a {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}

.not_lo_career .not_lo_ca_box .not_ca_ri a br {
	display: none;
}

.not_lo_career .not_lo_ca_box .not_ca_ri a img {
	margin: auto;
}



.not_lo_chosei {
	padding-top: 15vh;
}

.not_lo_top_ft .not_lo_top_ft_right {
	z-index: 5;
	width: 100%;
	margin: auto;
	margin-right: 0;
}

.not_lo_top_ft::before {
	position: absolute;
    content: "";
    background: #141f3f;
    width: 87%;
    height: 20vh;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    display: block;
}

.not_lo_top_ft::after {
	position: absolute;
    content: "";
    background: #dce0e1;
    width: 87%;
    height: 20vh;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: block;
}

/* .button.button-external::before {
    top: 26px;
    left: 17px;
}
 */




.not_lo_ah_pad p {
	font-size: 3.733vw;
	line-height: 2.2em;
}

.not_lo_chosei ul.related-list li.related-list-item a {
	display: block;
	text-decoration: none;
	padding: 20px 16px;
	position: relative;
	box-shadow: 0px 2px 8px rgba(100, 100, 100, 0.05);
}


.not_lo_chosei ul.related-list li.related-list-item a::before {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 28px;
    top: 18px;
    background: linear-gradient(0deg, rgba(20, 47, 128, 1) 0%, rgba(0, 175, 223, 1) 100%);
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}

.not_lo_chosei ul.related-list li.related-list-item a:hover:before {
    clip-path: inset(0);
    transform: rotate(180deg);
}

.not_lo_chosei ul.related-list li.related-list-item a:hover {
    background: #fafbff;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.1);
    color : #023859;
}
.not_lo_chosei ul.related-list li.related-list-item a:hover .date {
    color : #1B5D89;
}

.not_lo_chosei ul.related-list li.related-list-item a time {
	display: inline-block;
	color: #192d8c;
	transition: all .4s;
	letter-spacing: 0.05em;
}


.not_lo_chosei ul.related-list li.related-list-item a span {
	padding: 0.4em 1.5em;
	font-size: 2.667vw;
}
.not_lo_chosei ul.related-list li.related-list-item a span.not_rlitc {
	box-shadow: none;
	display: block;
	font-size: 3.733vw;
    margin-top: 2.133vw;
}

}

