@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
	font-size: 16px;
    color: #333;
	background-color: #F8F8F8;
	position: relative;
}


.inner {
	max-width: 1200px;
	margin: 0 auto;
}

a {
	transition: 0.3s;
	color: #036CF4;
	text-decoration: underline;
	}
a:hover {
	opacity: 0.7;
	}

img {
	max-width: 100%;
	}

.u-hidden {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important;
    }

/*----- header -----*/

header {
	border-top: 10px solid #D2DBE7;
	padding: 20px 0;
	}

header .headUpr {
	padding-bottom: 20px;
	}

header .headUpr .inner {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
    padding: 0 20px;
	}

header .headUpr .inner .logo {
	flex-shrink: 0;
	}

@media (max-width: 950px){
	header .headUpr .inner .logo {
	width: 250px;
	}
	}
	

header .headUpr .inner .wrap {
	display: flex;
	align-items: center;
    gap: 0 20px;
	}

header .headUpr .inner .search {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

header .headUpr .inner .search label {
    width: 250px;
}

@media (max-width: 950px){
header .headUpr .inner .search label {
    width: 200px;
}
	}

header .headUpr .inner .search input {
    width: 100%;
    height: 40px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    color: #000;
    outline: none;
	border-radius: 5px;
}
header .headUpr .inner .search input::placeholder {
	    color: #999;
	}

header .headUpr .inner .search button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 40px;
    border: none;
    background-color: #4070ff;
    color: #fff;
    cursor: pointer;
	border-radius: 5px;
	font-size:14px;
	transition: 0.3s;
}
header .headUpr .inner .search button:hover {
	opacity: 0.7;
	}

header .headUpr .inner .search button::after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-image: url(/lib/content/000011674.svg);
    background-repeat: no-repeat;
    content: '';
}

header .headUpr .inner .siteMap a,header .headUpr .inner .lang a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}

header .headUpr .inner .siteMap:before {
	content: '';
	display: inline-block;
	background-image: url(/lib/content/000011688.svg);
	background-size: cover;
	width: 8px;
	height: 10px;
	margin-right: 5px;
	}
header .headUpr .inner .lang:before {
	content: '';
	display: inline-block;
	background-image: url(/lib/content/000011682.svg);
	background-size: cover;
	width:10px;
	height: 10px;
	margin-right: 5px;
	}

header .gNav {
	background-color: #385CCA;
	color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	}
header .gNav a{
	color: #fff;
	text-decoration: none;
	}

header .gNav .primary {
	display: flex;
	align-items: center;
    font-weight: 500;
	font-size: 15px;
	}

header .gNav .primary > li {
	width : calc(100% / 5) ;
	position: relative;
	line-height: 1;
}
header .gNav .primary > li:after {
	content: "";
	background-color: #738dda;
	width: 1px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	}
header .gNav .primary > li:first-child:before {
	content: "";
	background-color: #738dda;
	width: 1px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	}
header .gNav .primary > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	transition: 0.3s;
	height: 60px;
}
header .gNav .primary > li:hover,
header .gNav .primary > li > a.focused,
header .gNav .primary > li.dropdown.active {
	background-color: #244ABE;
	z-index:1;
	}
header .gNav .primary > li:last-child {
	font-size: 14px;
	}
header .gNav .primary > li span {
	position: relative;
	display: flex;
	align-items: center;
	}
header .gNav .primary > li span:after {
	content: '';
	display: inline-block;
	background-image: url(/lib/content/000011687.svg);
	background-size: cover;
	width: 9px;
	height: 5px;
	margin-left: 10px;
	right: 0;
	}

header .gNav .secondary {
	position: absolute;
	background-color: #416AE8;
	width: 100%;
	top: 60px;
	font-size: 14px;
}
header .gNav .secondary > li {
	position: relative;
	border-bottom: 1px solid #738dda;
}
header .gNav .secondary > li a {
	min-height: 40px;
	display: flex;
	align-items: center;
	width: 100%;
	padding:5px 15px 5px 20px;
	transition: 0.3s;
	line-height: 1.2;
}
header .gNav .secondary > li:hover,
header .gNav .secondary > li a.focused,
header .gNav .secondary > li a.active {
	background-color: #244ABE;
	}

header .gNav .secondary > li.has-tertiary:after {
	content: '';
	display: inline-block;
	background-image: url(/lib/content/000011687.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 9px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}

header .gNav .secondary > li.calendar > a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 28px;
}
header .gNav .secondary > li.calendar:after {
	content: none;
}
header .gNav .secondary > li.calendar > a:before {
	content: '';
	position: absolute;
	top: 1.15em;
	left: 15px;
	display: inline-block;
	background-image: url(/lib/content/000011685.svg);
	background-size: cover;
	width: 8px;
	height: 10px;
}
header .gNav .secondary > li.calendar a:hover,
header .gNav .secondary > li.calendar.focused a {
	opacity: 1;
}

header .gNav .tertiary {
	position: absolute;
    background-color: #416AE8;
    z-index: 10;
    top: 0;
    left: 100%;
		width: max-content;
		min-width: 150px;
		max-width: 450px;
	}

header .gNav .tertiary > li {
	position: relative;
	border-bottom: 1px solid #738dda;
}
header .gNav .tertiary > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 40px;
	line-height: 1.2;
	background-color: #244ABE;
	transition: 0.3s;
	padding:5px 15px 5px 28px;
}
header .gNav .tertiary > li > a:before {
	content: '';
	position: absolute;
	top: 1.15em;
	left: 15px;
	display: inline-block;
	background-image: url(/lib/content/000011685.svg);
	background-size: cover;
	width: 8px;
	height: 10px;
}


header .gNav .secondary,
header .gNav .tertiary{
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	}

header .gNav .primary > li:hover .secondary,
header .gNav .primary > li .secondary.focused {
	opacity: 1;
  visibility: visible;
	}

header .gNav .secondary > li:hover .tertiary,
header .gNav .secondary > li .tertiary.focused {
	opacity: 1;
  visibility: visible;
	}


/*----- content -----*/

main {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 50px;
	}

main .mainInner {
	padding: min(4.54vw, 50px);
	}

/*----- footer -----*/

footer {
	background-color: #244ABE;
	}

#footMenu {
	margin: 0 auto;
	color: #fff;
	padding: 30px 20px;
	font-size: 14px;
	max-width: 1240px;
	}

#footMenu a {
	color: #fff;
	text-decoration: none;
	}

#footMenu h3 {
	background-color: #385CCA;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 20px;
	line-height: 1;
	}

#footMenu h3:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 20px;
	background-color: #fff;
	margin-right: 14px;
	}

.uprMenuWrap {
	display: flex;
	gap:0 20px;
	margin-bottom: 40px;
	}

#footMenu h4 {
	font-weight: 700;
	border-bottom: 1px solid #6580d1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

#footMenu h4.calendar {
	margin-top: 40px;
	}

#footMenu .btmMenu {
	display: flex;
	gap:0 20px;
	}

#footMenu .menuWrap {
	width: 25%;
	}

#footMenu .menuWrap ul {
	display: flex;
	flex-direction: column;
	gap:10px 0;
	padding-left: 10px;
	}

#footMenu .menuWrap ul li {
	display: flex;
	align-items: baseline;
}

#footMenu .menuWrap ul li:before {
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011685.svg);
    background-size: cover;
    width: 8px;
    height: 10px;
    margin-right: 5px;
	flex-shrink: 0;
}

#footMenu .menuWrap ul li.lang:before {
    background-image: url(/lib/content/000011681.svg);
    width: 10px;
    height: 10px;
}

footer .externalLink {
	background-color: #385CCA;
	padding: 10px 0;
	}

footer .externalLink ul {
	display: flex;
	justify-content: center;
	gap:0 10px;
	}


footer .externalLink li a {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border-radius: 25px;
	font-weight: 500;
	padding: 0 20px;
	}
footer .externalLink li a:before {
    content: '';
    display: inline-block;
    background-image: url(/lib/content/000011688.svg);
    background-size: cover;
    width: 8px;
    height: 10px;
    margin-right: 5px;
}

footer .copy {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	}

@media (min-width: 769px){
    #footMenu > div.uprMenu > div > div:nth-child(4) > h4:nth-child(3){
    margin-top:40px;
    }
}

#pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

#pageTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

