*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
figcaption,
figure,
footer,
header,
nav,
section,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}

body {
	color: #333;
	font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	line-height: 1.7;
	font-feature-settings: "palt" 1;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

header {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	background: #fff;
	width: 100%;
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
}

header a {
	text-decoration: none;
}

header .thh-grp {
	border-top: 4px solid #0095d1;
	width: 100%;
	height: 33px;
	text-align: center;
}

header .inner {
	margin: 0 auto;
	position: relative;
}

header .inner h1 img {
	width: 100%;
	min-width: 100%;
	height: auto;
	vertical-align: top;
}

header .inner nav a {
	color: #002d50;
}

header .inner .change-language ul {
	list-style-type: none;
}

header .inner .change-language ul .globe img {
	width: 100%;
	min-width: 100%;
	height: auto;
	vertical-align: top;
}

.btn-basic {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #002d50;
	text-decoration: none;
	font-weight: bold;
	color: #002d50;
	position: relative;
	margin: 0 auto;
}

.btn-basic::after {
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #19467e;
	background: linear-gradient(to right, #19467e 0%, #002d50 100%);
	position: absolute;
	top: 0px;
	left: 0px;
}

.btn-basic:active {
	color: #fff;
}

.btn-basic:active:after {
	opacity: 1;
}

footer {
	margin-top: auto;
	border-top: 1px solid #e0e5ed;
	box-shadow: 0px 6px 6px -8px rgba(0,0,0,.2) inset;
	background: #f0f5fa;
}

footer .blv,
footer .copyright {
	width: 100%;
}

footer .blv {
	border-bottom: 1px solid #d8dee8;
}

footer .blv h2,
footer .extra-link {
	margin: 0 auto;
}

footer .blv h2 a img {
	width: 100%;
	min-width: 100%;
	height: auto;
	vertical-align: top;
}

footer .extra-link ul {
	list-style-type: none;
}

footer .extra-link a {
	color: #0d3c77;
	font-size: 1.3rem;
	line-height: 1;
}

footer .copyright {
	width: 100%;
	background: #0d3c77;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-family: "montserrat-m";
}

#page-header {
	width: 100%;
	background: #000;
	display: flex;
	align-items: flex-end;
}

#page-header .inner {
	margin: 0 auto;
}

#page-header .inner h2 {
	font-family: "nsjp-b";
	background: #fff;
	color: #002d50;
	font-weight: bold;
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,.25);
	position: relative;
}

#page-header .inner h2::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(to right, #ff7814 0%, #ffdc1e 14%, #00dc14 28%, #00dcff 42%, #0064ff 56%, #e60096 70%, #e60000 98%, #ff7814 100%);
}

#page-header .inner .breadcrumbs {
	list-style-type: none;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
}

#page-header .inner .breadcrumbs li:not(:first-child)::before {
	content: " ／ ";
}

#page-header .inner .breadcrumbs a {
	color: #333;
}

.underconstruction {
	color: #002d50;
	margin: 0 auto;
}

.underconstruction p {
	width: 100%;
	font-weight: bold;
	text-align: center;
	background: #f0f5fa;
	border-radius: 5px;
	border: 1px solid #e0e5ed;
	padding: 50px 0;
}

.title1 {
	color: #002d50;
	font-family: "nsjp-b";
	font-weight: bold;
	line-height: 1;
}

.title2 {
	width: 100%;
	font-family: "nsjp-b";
	font-weight: bold;
	border-radius: 5px;
	color: #002d50;
	background: #f6f9fc;
	background: linear-gradient(to right, #F6F9FC 0%, #E1EDF6 100%);
	display: flex;
	align-items: center;
}

.title3 {
	color: #002d50;
	border-left: 5px solid #002d50;
}

.title4 {
	color: #002d50;
	border-bottom: 1px solid #bcc8d2;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.additional-link,
.pagetop {
	width: 100%;
}

.additional-link a,
.pagetop a {
	display: inline-flex;
	align-items: center;
}

.additional-link a:link,
.additional-link a:visited,
.pagetop a:link,
.pagetop a:visited {
	color: #002d50;
}

.additional-link a:hover,
.additional-link a:active,
.pagetop a:hover,
.pagetop a:active {
	color: #c80000;
}

.additional-link a span,
.pagetop a span {
	display: inline-block;
}

.additional-link a .icon,
.pagetop a .icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.additional-link a .icon img,
.pagetop a .icon img {
	width: 100%;
	min-width: 100%;
	height: auto;
	vertical-align: top;
}

.additional-link a .icon img {
	transform: rotate(90deg);
}

.pagetop {
	display: flex;
	justify-content: flex-end;
}

#page-header {
	background: #b4c8e6;
	background: linear-gradient(110deg, #b4c8e6 0%, #f5faff 100%);
}

.news {
	margin: 0 auto;
	position: relative;
}

.news .jumper select {
	color: #002d50;
	background: #fafdff;
	border: 1px solid #c8d2dc;
}

.news ul {
	list-style-type: none;
}

.news li {
	border-bottom: 1px dotted #ccc;
}

.news li:first-child {
	border-top: 1px dotted #ccc;
}

.news li .date {
	color: #333;
	font-family: "montserrat-m";
	font-weight: 500;
}

.news li .headline {
	color: #19467e;
}

.news li a:link,
.news li a:visited {
	color: #19467e;
}

.news li a:hover,
.news li a:active {
	color: #c80000;
}

.news-title {
	color: #002d50;
}

.news-title .date {
	font-family: "montserrat-m";
	font-weight: 500;
	display: block;
	color: #5d5d5d;
}

.news-block pre {
	white-space: pre-wrap;
	font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	line-height: 1.7;
}

.news-block .photo img {
	width: 100%;
	min-width: 100%;
	height: auto;
	vertical-align: top;
}

.news-block.withphoto {
	display: flex;
}

@media screen and (min-width: 769px) {

body {
	font-size: 1.5rem;
	padding-top: 133px;
}

header,
main,
footer {
	min-width: 1100px;
}

header {
	height: 133px;
}

header .thh-grp {
	background: url("../images/group-ribbon.svg") no-repeat center -4px #fff;
	background-size: 1000px 33px;
}

header .thh-grp img {
	width: 210px;
	height: 15.7px;
	margin-top: 5px;
}

header .inner {
	width: 1080px;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

header .inner h1 {
	width: 231px;
	height: 66px;
	margin-bottom: 17px;
}

header .inner h1 a img {
	transition: opacity .3s;
}

header .inner h1 a:hover img {
	opacity: .7;
}

header .inner .sp-nav {
	display: none;
}

header .inner nav {
	font-size: 1.5rem;
	font-weight: bold;
}

header .inner nav .nav-parent {
	display: flex;
}

header .inner nav .nav-parent>li {
	margin-left: 5px;
	position: relative;
}

header .inner nav .nav-parent>li>a {
	position: relative;
	overflow: hidden;
	padding: 0 15px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 5px 0 0;
	transition: color .25s .05;
}

header .inner nav .nav-parent>li>a::before,
header .inner nav .nav-parent>li>a::after {
	content: "";
	width: 100%;
	z-index: -1;
	border-radius: 5px 5px 0 0;
	transform: translateY(47px);
	transition: transform .2s ease-out;
}

header .inner nav .nav-parent>li>a::before {
	height: 47px;
	background: #002d50;
	background: linear-gradient(to bottom, #002d50 0%, #19467E 100%);
	position: absolute;
	top: 0px;
	left: 0px;
}

header .inner nav .nav-parent>li>a::after {
	height: 2px;
	background: linear-gradient(to right, #ff7814 0%, #ffdc1e 14%, #00dc14 28%, #00dcff 42%, #0064ff 56%, #e60096 70%, #e60000 98%, #ff7814 100%);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

header .inner nav .nav-parent>li>a:hover,
header .inner nav .nav-parent>li>a.current,
header .inner nav .nav-parent>li>a.active {
	color: #fff;
}

header .inner nav .nav-parent>li>a:hover::before,
header .inner nav .nav-parent>li>a:hover::after,
header .inner nav .nav-parent>li>a.current::before,
header .inner nav .nav-parent>li>a.current::after,
header .inner nav .nav-parent>li>a.active::before,
header .inner nav .nav-parent>li>a.active::after {
	transform: translateY(0px);
}

header .inner nav .nav-child {
	display: none;
	opacity: 0;
	width: 240px;
	position: absolute;
	top: 47px;
	left: 0px;
}

header .inner nav .nav-child ul {
	width: 100%;
}

header .inner nav .nav-child ul>li {
	height: 40px;
}

header .inner nav .nav-child ul>li>a {
	width: 100%;
	height: 40px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b4c3d7;
	background: #f5faff;
	background: linear-gradient(to right, #F5FAFF 0%, #B4C3D7 100%);
	padding-left: 20px;
}

header .inner nav .nav-child ul>li>a span {
	display: inline-block;
	z-index: 1;
}

header .inner nav .nav-child ul>li>a span::before,
header .inner nav .nav-child ul>li>a span::after {
	content: "";
	width: 5px;
	height: 1px;
	background: #002d50;
	position: absolute;
	top: 50%;
	right: 10px;
	transform-origin: right center;
	transition: background-color .25s ease-out;
}

header .inner nav .nav-child ul>li>a span::before {
	transform: rotate(-45deg);
}

header .inner nav .nav-child ul>li>a span::after {
	transform: rotate(45deg);
}

header .inner nav .nav-child ul>li>a::before {
	content: "";
	width: 5px;
	height: 100%;
	background: #002d50;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: width .25s ease-in-out;
}

header .inner nav .nav-child ul>li>a:hover {
	color: #fff;
}

header .inner nav .nav-child ul>li>a:hover span::before,
header .inner nav .nav-child ul>li>a:hover span::after {
	background: #fff;
}

header .inner nav .nav-child ul>li>a:hover::before {
	width: 100%;
}

header .inner .change-language {
	position: absolute;
	top: 12px;
	right: 0px;
	font-size: 1.3rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}

header .inner .change-language .globe {
	width: 26px;
	height: 26px;
}

header .inner .change-language ul {
	display: flex;
	margin-left: 5px;
}

header .inner .change-language li {
	width: 65px;
	height: 30px;
	margin-left: 2px;
	position: relative;
}

header .inner .change-language li:nth-child(1) a,
header .inner .change-language li:nth-child(1) a::after {
	border-radius: 5px 0 0 5px;
}

header .inner .change-language li:nth-child(3) a,
header .inner .change-language li:nth-child(3) a::after {
	border-radius: 0 5px 5px 0;
}

header .inner .change-language a {
	display: flex;
	width: 65px;
	height: 30px;
	background: #e4e8ec;
	justify-content: center;
	align-items: center;
	color: #002850;
	overflow: hidden;
	position: relative;
	line-height: 1;
	transition: color .3s,background .3s;
}

header .inner .change-language a::after {
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #002d50;
	background: linear-gradient(to right, #002D50 0%, #19467E 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	transition: opacity .3s;
}

header .inner .change-language a.current,
header .inner .change-language a:hover,
header .inner .change-language a:active {
	background: transparent;
	color: #fff;
}

header .inner .change-language a.current::after,
header .inner .change-language a:hover::after,
header .inner .change-language a:active::after {
	opacity: 1;
}

header .inner .change-language .tip {
	height: 30px;
	padding: 0 10px;
	display: flex;
	opacity: 0;
	font-size: 1.3rem;
	justify-content: center;
	align-items: center;
	background: #c80000;
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: -35px;
}

header .inner .change-language .tip.e {
	left: 100px;
	right: auto;
}

header .inner .change-language .tip.c {
	right: 0px;
	left: auto;
}

header .inner .change-language .tip::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #c80000 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
}

header .inner .change-language .tip.e::after {
	left: 27.5px;
	right: auto;
}

header .inner .change-language .tip.c::after {
	right: 27.5px;
	left: auto;
}

main {
	padding-bottom: 100px;
}

.btn-basic {
	width: 300px;
	height: 60px;
	font-size: 1.5rem;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	transition: transform .3s,color .3s,box-shadow;
}

.btn-basic::after {
	transition: opacity .3s;
}

.btn-basic:hover {
	color: #fff;
	border: none;
	transform: translate(0px, -3px);
	box-shadow: 0px 8px 10px -3px rgba(0,0,0,.5);
}

.btn-basic:hover::after {
	opacity: 1;
}

.btn-basic.narrow {
	width: 250px;
}

footer .blv h2 {
	height: 105px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 1080px;
}

footer .blv h2 a {
	display: block;
	width: 278px;
	height: 25px;
}

footer .extra-link {
	width: 1080px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .extra-link ul {
	display: flex;
	align-items: center;
}

footer .extra-link ul:nth-child(1) a {
	margin-right: 30px;
}

footer .extra-link ul:nth-child(2) a {
	margin-left: 20px;
}

footer .extra-link ul a:hover {
	color: #c80000;
}

footer .copyright {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
}

#page-header {
	min-width: 1100px;
	height: 340px;
	margin-bottom: 140px;
}

#page-header .inner {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#page-header .inner h2 {
	width: 500px;
	height: 100px;
	font-size: 3.2rem;
	padding-left: 20px;
	top: 40px;
}

#page-header .inner .breadcrumbs {
	height: 40px;
	position: relative;
	top: 40px;
}

#page-header .inner .breadcrumbs a:hover {
	color: #c80000;
}

.underconstruction {
	width: 1100px;
}

.underconstruction p {
	font-size: 2rem;
}

.title1 {
	font-size: 3.2rem;
	margin-bottom: 50px;
}

.title2 {
	padding-left: 20px;
	height: 60px;
	font-size: 2.1rem;
	margin-bottom: 30px;
}

.title3 {
	font-size: 2.1rem;
	padding: 10px 0 10px 15px;
	margin-bottom: 20px;
}

.title4 {
	font-size: 1.8rem;
}

.lead {
	margin-bottom: 50px;
}

#page-header {
	background: url("../images/news/header.jpg") no-repeat center #fff;
	background-size: 1280px 340px;
}

.news {
	width: 1100px;
	margin-bottom: 50px;
}

.news .jumper {
	position: absolute;
	top: 10px;
	right: 0px;
}

.news .jumper select {
	font-size: 1.3rem;
	width: 250px;
	height: 30px;
}

.news li {
	padding: 20px 0;
	display: flex;
}

.news li .date {
	width: 120px;
}

.news-title {
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.news-title .date {
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.news-block {
	margin-bottom: 50px;
}

.news-block.withphoto {
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-block.withphoto .text {
	width: 650px;
	flex: 0 0 650px;
}

.news-block.withphoto .photo {
	width: 400px;
	flex: 0 0 400px;
}

.additional-link {
	margin-bottom: 50px;
}

}

@media screen and (max-width: 768px) {

body {
	font-size: 1.4rem;
	padding-top: 90px;
}

header {
	height: 90px;
}

header .thh-grp {
	background: url("../images/group-ribbon-sp.svg") no-repeat center -4px #fff;
	background-size: 320px 20px;
	height: 20px;
}

header .thh-grp img {
	margin-top: 0px;
	width: 140px;
	position: relative;
	top: -3px;
}

header .inner {
	padding: 12px 10px 15px 10px;
	width: 100%;
}

header .inner h1 {
	width: 173.25px;
	height: 49.5px;
}

header .inner .nav-sp {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 48px;
	height: 48px;
	background: #19467e;
	background: linear-gradient(to bottom, #19467E 0%, #002d50 100%);
	border-radius: 5px;
}

header .inner .nav-sp .open-nav,
header .inner .nav-sp .open-nav span {
	display: block;
	width: 28px;
	transition: transform .3s,opacity .2s;
}

header .inner .nav-sp .open-nav {
	position: relative;
	width: 100%;
	height: 100%;
}

header .inner .nav-sp .open-nav span {
	position: absolute;
	right: 50%;
	height: 2px;
	background: #fff;
}

header .inner .nav-sp .open-nav span:nth-of-type(1) {
	top: 35%;
	transform: translate(50%, -50%);
}

header .inner .nav-sp .open-nav span:nth-of-type(2) {
	top: 50%;
	transform: translate(50%, -50%);
}

header .inner .nav-sp .open-nav span:nth-of-type(3) {
	top: 65%;
	transform: translate(50%, -50%);
}

header .inner .nav-sp .open-nav.active span:nth-of-type(1) {
	top: 50%;
	transform: translate(50%, -50%) rotate(-135deg);
}

header .inner .nav-sp .open-nav.active span:nth-of-type(2) {
	display: none;
}

header .inner .nav-sp .open-nav.active span:nth-of-type(3) {
	top: 50%;
	transform: translate(50%, -50%) rotate(135deg);
}

header .inner nav {
	display: none;
	opacity: 0;
	position: fixed;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

header .inner nav .nav-parent {
	padding-bottom: 120px;
}

header .inner nav .nav-parent>li {
	position: relative;
	border-top: 1px solid #b4c3d7;
}

header .inner nav .nav-parent>li>a {
	color: #fff;
	display: block;
	position: relative;
	padding: 25px 0px 25px 15px;
	background: #002d50;
	background: linear-gradient(to right, #002d50 0%, #19467E 100%);
}

header .inner nav .nav-parent>li>a::before,
header .inner nav .nav-parent>li>a::after {
	content: "";
	width: 8px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform-origin: right center;
	transition: background-color .25s ease-out;
}

header .inner nav .nav-parent>li>a::before {
	transform: rotate(-45deg);
}

header .inner nav .nav-parent>li>a::after {
	transform: rotate(45deg);
}

header .inner nav .nav-child ul {
	width: 100%;
}

header .inner nav .nav-child ul>li>a {
	font-size: 1.3rem;
	padding: 18px 0 18px 30px;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b4c3d7;
	background: #f5faff;
	background: linear-gradient(to right, #F5FAFF 0%, #B4C3D7 100%);
	position: relative;
}

header .inner nav .nav-child ul>li>a span {
	display: inline-block;
	z-index: 1;
}

header .inner nav .nav-child ul>li>a span::before,
header .inner nav .nav-child ul>li>a span::after {
	content: "";
	width: 5px;
	height: 1px;
	background: #002d50;
	position: absolute;
	top: 50%;
	right: 10px;
	transform-origin: right center;
	transition: background-color .25s ease-out;
}

header .inner nav .nav-child ul>li>a span::before {
	transform: rotate(-45deg);
}

header .inner nav .nav-child ul>li>a span::after {
	transform: rotate(45deg);
}

header .inner nav .nav-child ul>li>a::before {
	content: "";
	width: 5px;
	height: 100%;
	background: #002d50;
	position: absolute;
	top: 0px;
	left: 1px;
	transition: width .25s ease-in-out;
}

header .inner .change-language {
	position: absolute;
	top: 18px;
	right: 68px;
	z-index: 4;
	font-size: 1.3rem;
	font-weight: 500;
}

header .inner .change-language .globe {
	width: 40px;
	height: 40px;
}

header .inner .change-language .globe img {
	width: 40px;
	height: 40px;
}

header .inner .change-language ul {
	display: block;
	display: none;
	opacity: 0;
	position: absolute;
	top: 45px;
	right: 0px;
}

header .inner .change-language ul::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #002d50 transparent;
	position: absolute;
	top: -5px;
	right: 15px;
}

header .inner .change-language ul li {
	position: relative;
}

header .inner .change-language ul li a {
	display: block;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .inner .change-language li:nth-child(1) a {
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #fff;
}

header .inner .change-language li:nth-child(3) a {
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #fff;
}

header .inner .change-language li:nth-child(2)::after,
header .inner .change-language li:nth-child(3)::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 5px;
	border-color: transparent transparent transparent #c80000;
	position: absolute;
	top: 18px;
	left: 25px;
}

header .inner .change-language a {
	display: flex;
	width: 120px;
	height: 40px;
	background: #e4e8ec;
	justify-content: center;
	align-items: center;
	color: #002850;
	overflow: hidden;
	position: relative;
}

header .inner .change-language a::before {
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #002d50;
	background: linear-gradient(to right, #002D50 0%, #19467E 100%);
	position: absolute;
	top: 0px;
	left: 0px;
}

header .inner .change-language a.current {
	background: transparent;
	color: #fff;
}

header .inner .change-language a.current::before {
	opacity: 1;
}

header .inner .change-language .tip {
	display: none;
}

main {
	padding-bottom: 50px;
}

.btn-basic {
	width: 70%;
	padding: 15px 0;
	font-size: 1.3rem;
}

footer .blv h2 {
	padding: 20px 0;
	width: 100%;
}

footer .blv h2 a {
	display: block;
	width: 222.4px;
	height: 20px;
	margin: 0 auto;
}

footer .extra-link {
	width: calc(100vw - 20px);
	padding: 20px 0;
}

footer .extra-link ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .extra-link ul:nth-child(1) {
	margin-bottom: 10px;
}

footer .extra-link ul li {
	margin-right: 15px;
}

footer .copyright {
	padding: 15px 0;
	font-size: 1.1rem;
}

#page-header {
	height: 180px;
	display: flex;
	margin-bottom: 65px;
}

#page-header .inner {
	width: calc(100vw - 30px);
}

#page-header .inner h2 {
	font-size: 2rem;
	width: 85%;
	height: 60px;
	padding-left: 10px;
	top: 30px;
}

#page-header .inner .breadcrumbs {
	display: none;
}

.underconstruction {
	width: calc(100vw - 40px);
}

.underconstruction p {
	font-size: 1.7rem;
}

.title1 {
	font-size: 2.1rem;
	margin-bottom: 25px;
}

.title2 {
	padding-left: 10px;
	height: 40px;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.title3 {
	font-size: 1.6rem;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}

.title4 {
	font-size: 1.5rem;
}

.lead {
	margin-bottom: 25px;
}

#page-header {
	background: url("../images/news/header.webp") no-repeat center #fff;
	background-size: cover;
}

.news {
	width: calc(100vw - 50px);
}

.news .jumper {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.news .jumper select {
	overflow: hidden;
	width: 140px;
	font-size: 1.6rem;
	text-align: right;
}

.news li {
	font-size: 1.5rem;
	padding: 15px 0;
}

.news li .date,
.news li .headline {
	display: block;
}

.news li .date {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.news-title {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.news-title .date {
	font-size: 1.2rem;
	margin-bottom: 3px;
}

.news-block {
	margin-bottom: 25px;
}

.news-block.withphoto {
	flex-direction: column;
}

.news-block.withphoto .text {
	order: 2;
	overflow-wrap: break-word;
}

.news-block.withphoto .photo {
	order: 1;
	margin-bottom: 10px;
}

.additional-link {
	margin-bottom: 25px;
}

}

