body {
/* 	font-family: 'UD デジタル 教科書体 NK-R'; */
	font-family: arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN",Meiryo,"メイリオ",sans-serif;
	color: #18344a;
    margin-top: 55px!important;
	height: calc(100% - 55px)!important;
}
.nr-navbar {
	position: fixed;
	top: 0;
    background-color: white;
    width: 100%;
	z-index: 1000;
}

.nr-menu {
	display: flex;
    list-style: none;
    height: 100%;
    padding: 0 10px;
	margin-bottom: 0;
}

.nr-menu li {
	margin: 0.3rem 10px;
	padding: 1.35rem 0 0 0;
	color: #2d7f97;
}

.nr-menu li a {
	color: #00467d;
/* 	color: #3aa6cc; */
	font-family: "凸版文久明朝 R","Yu Mincho Medium","游明朝 Medium",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3",serif;
/* 	font-size: 0.9rem; */
}

.nr-menu li a:hover {
	color: #3aa6cc;
/* 	color: #18344a; */
	text-decoration: none;
}

.nr-menu-button {
    position: relative;
    right: 4%;
    height: 20px;
    width: 24px;
    cursor: pointer;
    z-index: 110;
    transition: opacity .25s ease;
}

.nr-menu-button:hover {
    opacity: .7;
}

.nr-menu-button.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}

.nr-menu-button.active .middle {
    opacity: 0;
}

.nr-menu-button.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.nr-menu-button .top,
.nr-menu-button .middle,
.nr-menu-button .bottom {
	background: #18344a;
}

.nr-menu-button.active .top,
.nr-menu-button.active .middle,
.nr-menu-button.active .bottom {
	background: #18344a;
/* 	background: #0069a3; */
}

.nr-menu-button span {
/*     background: #18344a; */
	background: #0069a3;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.nr-menu-button span:nth-of-type(2) {
    top: 8px;
}

.nr-menu-button span:nth-of-type(3) {
    top: 16px;
}

.nr-floating-button {
	top: 0;
	right: 0;
	z-index: 990;
	margin: 1rem;
}

.nr-app-button {
	margin: auto 0.75rem 0.55rem 0.5rem;
	padding: 0.30rem 0.55rem 0.20rem!important;
	font-size: 0.9rem;
    border-radius: 0.35rem;
	color: #ffffff!important;
	background-color: #f57e54;
	/* border: 0.125rem solid #2d7f97; */
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
	height: auto;
}

.nr-app-button:hover {
	text-decoration: none;
    background-color: #f5ae25;
}

.nr-overlay {
    position: fixed;
    background: white;
    top: 42px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.nr-overlay.open {
    opacity: 1;
    visibility: visible;
/*    height: 100%;*/
    top: 55px;
    min-height: calc(100% - 55px);
    z-index: 1000;
}

.nr-overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.nr-overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.nr-overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.nr-overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.nr-overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.nr-overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.nr-overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.nr-overlay nav {
    position: relative;
    height: 100%;
/*    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    font-size: 50px;
    /*font-family: 'Vollkorn', serif;*/
    font-weight: 400;
    text-align: center;
	overflow-x: hidden;
	overflow-y: scroll;
}

.nr-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    /*height: 100%;*/
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.nr-overlay ul li {
    display: block;
/*    height: 20%;
    height: calc(100% / 5);*/
    min-height: 50px;
    position: relative;
    opacity: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
/*    border-bottom: 1px solid;
    border-image: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0)) 1;*/
}

.nr-overlay .nr-overlay-menu ul li a {
    display: block;
    position: relative;
    color: #00467d;
/* 	color: #0069a3; */
    text-decoration: none;
    overflow: hidden;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nr-overlay ul li a {
    font-size: 1.2rem;
}

.nr-overlay ul li .collapse a,
.nr-overlay ul li .collapsing a {
    font-size: 0.9rem;
    padding-top: 8px;
    padding-bottom: 7px;
/*     color: #007bff; */
	color: #0069a3;
}

.nr-overlay ul li i,
.nr-overlay ul li p {
/*     color: #007bff; */
	color: #0069a3;
}

.nr-overlay-sub-menu {
	position: fixed;
    top: 58px;
    right: 0px;
}

.nr-overlay-sub-menu ul {
	display: flex;
    list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.nr-overlay-sub-menu ul li {
/* 	padding-top: 9px;
	padding-bottom: 10px; */
	filter: drop-shadow(-1px 1px 1px rgba(0,0,0,.2));
}

.nr-overlay-sub-menu ul li i {
	font-size: 1.1rem;
	margin-left: 5px;
    padding-right: 5px;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) a {
	color: #18344a;
    font-weight: bold;
	text-decoration: none;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) .item {
	position: relative;
	padding: 9px 20px 9px 20px;
	border-radius: 0 0 0 15px / 0 0 0 15px;
    background: linear-gradient(72.92600deg, #ffbc28 0%, #ff761d 100%);
    background-size: 200% 200%;
    background-position: 0 100%;
	background-color: #ff9c00;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) .item::before {
	position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    content: "";
    width: 35px;
    color: #18344a;
/*     background-color: #ff9c00; */
    background: linear-gradient(63.82917962deg, #ffbe26 0%, #ff8f00 100%);
    background-size: 500% 200%;
    background-position: 0 100%;
    -webkit-clip-path: polygon(0% 0%, 10px calc(100% - 12px), 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 10px calc(100% - 12px), 100% 100%, 100% 0%);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) .item::after {
	content: "";
	position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
	width: 15px;
	background-color: #ff9c23;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) a:hover {
	color: black;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) a:hover .item {
	background-position: 100% 0;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) a:hover .item::before {
	background-position: 100% 0;
}

.nr-overlay-sub-menu ul li:not(:nth-last-child(1)) a:hover .item::after {
	background-color: #ff791d;
}

.nr-overlay-sub-menu ul li:nth-last-child(1) .item {
	position: relative;
    background-color: #16354a;
    margin: 0;
	padding: 9px 220px 10px 25px;
    border-radius: 0 0 0 15px / 0 0 0 15px;
	z-index: 100;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nr-overlay-sub-menu ul li:nth-last-child(1) .item::before {
	position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    content: "";
    width: 35px;
    color: #18344a;
    background-color: #16354a;
    -webkit-clip-path: polygon(0% 0%, 10px calc(100% - 12px), 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 10px calc(100% - 12px), 100% 100%, 100% 0%);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nr-overlay-sub-menu ul li:nth-last-child(1) a:hover .item,
.nr-overlay-sub-menu ul li:nth-last-child(1) a:hover .item::before {
	background-color: #255271;
}

.nr-overlay-sub-menu ul li:nth-last-child(1) a {
	color: white;
	text-decoration: none;
}

.nr-logo {
	width: 45px;
	margin-left: 5px;
}

.nr-zaidan {
	font-family: 'UD デジタル 教科書体 NK-R';
	color: #18344a;
	padding-left: 10px;
}

.nr-zaidan.en {
	font-family: "Cambria Math";
}

.nr-zaidan .top {
	margin-top: 3px;
	font-size: 90%;
}

.nr-zaidan.en .top {
	margin-top: 0;
	font-size: 130%;
}

.nr-zaidan .bottom {
	font-size: 130%;
}

.nr-zaidan.en .bottom {
	font-size: 90%;
}

a.no-line:hover {
	text-decoration: none;
}

.nr-banner {
	position: relative;
	height: 250px;
}

.nr-banner .title {
	position: absolute;
	top: 55%;
	left: 5%;
	transform: translateY(-50%);
	width: 90%;
	font-size: 2rem;
	text-align: center;
    color: #00467d;
    font-family: "凸版文久明朝 R","Yu Mincho Medium","游明朝 Medium",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3",serif;
}

.nr-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nr-banner-text {
	position: absolute;
    top: 15px;
    left: 20px;
    z-index: 900;
    color: white;
    font-family: "HG行書体","HGP行書体",cursive;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 1.00);
}

.nr-slogan {
	color: #009fd4;
    font-family: 'UD デジタル 教科書体 NK-R';
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.5rem;
	writing-mode: vertical-rl;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.20);
}

.nr-gallery {
    height: 850px;
	overflow: hidden;
}

.nr-gallery .carousel-inner {
	height: 100%;
}

.nr-gallery .carousel-inner .carousel-item {
	height: 100%;
}

.nr-gallery .carousel-inner .carousel-item img {
    height: 100%;
	width: 100%;
    object-fit: cover;
	-webkit-animation: zoomOut 8.6s ease-in infinite;
	animation: zoomOut 8.6s ease-in infinite;
}

.nr-gallery-text-wrapper {
	display: flex;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
	width: 100%;
    z-index: 10;
}

.nr-gallery-text {
    color: white;
    font-family: "HG行書体","HGP行書体",cursive;
    writing-mode: vertical-rl;
	margin: auto;
    padding: 15px 10px;
    font-size: 2rem;
    text-align: center;
    border: 2px solid white;
	text-shadow: 0px -2px 10px rgba(0, 0, 0, 1.00);
}

.nr-gallery-text.en {
	writing-mode: unset;
	padding: 16px 15px 0 15px;
}

.nr-banner-text ruby rt,
.nr-gallery-text ruby rt {
	text-align: left;
	font-weight: bold;
	padding: 5px 0 0 0;
	text-shadow: 0px -2px 8px rgba(0, 0, 0, 1.00);
}

.nr-banner-text ruby rt {
	padding: 0 0 0 5px;
}

.nr-banner-text:not(.en) ruby rt,
.nr-gallery-text:not(.en) ruby rt {
	display: none;
}

.nr-intro {}

.nr-intro .title {
	border-right: 1px solid black;
}

.nr-intro h3 {
	border-bottom: 0px;
}

.nr-intro p {
	font-size: 16px;
	margin: 0;
}

.nr-page-header {
	margin-top: 0px;
	padding: 7px;
	background-color: forestgreen;
	color: white;
	font-size: 36px;
	text-align: center;
}

.nr-page-header h2 {
	margin: 0 auto;
}

.nr-content-header {
	font-size: 20px;
}

.nr-content-set {}

.nr-content-set h1 {
	padding-top: 2rem !important;
	padding-bottom: 1rem !important;
	font-weight: bold;
	font-size: 20px;
}

.nr-content-set h2 {
	font-weight: bold;
	font-size: 20px;
}

.nr-content-set ul li {
	margin-top: 0.5rem !important;
	font-size: 15px;
}

.nr-content-set table td b {
	margin-right: 1rem !important;
}

.nr-content-set-link {
	word-break: break-all;
}

.nr-content-set-link h1 {
	padding-top: 2rem !important;
	padding-bottom: 1rem !important;
	font-size: 1rem;
}

.nr-content-set-image {
	margin-top: 2rem !important;
	margin-bottom: 1rem !important;
}

.nr-content-set-image .img {}

.nr-project-gallery ul.blocks-gallery-grid {
	width: 100%;
}

.nr-project-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure {
	margin-top: 100%;
}

.nr-project-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nr-project-gallery ul.blocks-gallery-grid li.blocks-gallery-item figure a img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nr-box {
	border: 1px solid forestgreen;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.nr-box-header {
	padding: 6px;
	background-color: forestgreen;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.nr-box-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.nr-box-content ul {
	list-style-type: square;
	font-size: 15px;
}

.nr-box-content ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

.nr-box-content-set {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 2rem !important;
}

.nr-box-content-set ul {
	list-style-type: square;
	color: forestgreen;
	font-weight: bold;
	font-size: 15px;
}

.nr-box-content-set ul ul {
	list-style-type: disc;
	color: black;
	font-weight: normal;
	font-size: 14px;
}

.nr-box-footer {
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem !important;
	border: 1px solid forestgreen;
	background-color: forestgreen;
	color: white;
	text-align: center;
	font-size: 14px;
}

.nr-footer {
	display: flex;
	height: 200px; /* 250px; */
	background: url('images/footer.jpg');
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.nr-footer-submenu {
	margin-bottom: 60px;
}

.nr-footer-message {
	color: #00467d;
	font-weight: bold;
	padding: 0 5px;
	font-size: 14px;
	margin-bottom: 1rem;
}

.nr-footer-message .legal-copyright {
	text-align: right;
}

.nr-footer a.nr-footer-button {
	background-color: white;
	color: #1a78b6;
	font-weight: bold;
	padding: 1.2rem 1.8rem;
    border-radius: 20%/50%;
    margin: 0 30px;
	filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.2));
}

.nr-footer a.nr-footer-button:hover {
	background-color: white;
/* 	color: #00467d; */
	filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
}

.nr-footer a {
	color: #00467d;
	font-weight: bold;
	word-break: keep-all;
}

.nr-about {
	margin-top: 3rem !important;
	font-size: 15px;
}

.nr-about h1 {
	margin-bottom: 1rem !important;
	font-size: 20px;
	font-weight: bold;
}

.nr-about h2 {
	font-size: 15px;
	font-weight: bold;
}

.nr-about p {
	font-size: 15px;
}

.nr-about ul {
	list-style-type: square;
}

.nr-about ul li {
	font-weight: bold;
}

.nr-about ol li {
	font-weight: bold;
}

.nr-about ul p {
	margin-top: 0.5rem !important;
}

.nr-about ol p {
	margin-top: 0.5rem !important;
}

.nr-contact {
	margin-top: 3rem !important;
	font-size: 15px;
}

.nr-contact h1 {
	margin-bottom: 1rem !important;
	font-size: 18px;
	font-weight: bold;
}

.nr-contact p {
	font-size: 15px;
}

.nr-contact ul {
	list-style-type: none;
}

.nr-contact ul li {
	font-weight: bold;
	margin-top: 1.5rem !important;
	margin-bottom: 0.5rem !important;
}

.nr-contact ul p {
	margin-bottom: 0.5rem !important;
}

.nr_home_news .header {
    border-bottom: 1px solid;
    padding: 0.5px;
    margin-bottom: 2.5rem;
}

.nr_home_news .header a {
    display: inline-block;
}

.nr_home_news h2 {
	display: inline-block;
	color: #00467d;
    font-weight: bolder;
}

.nr_home_news h3 {
	background-color: #2facf2;
    color: #fff;
    padding: 0.25rem 1rem;
	text-align: center;
	width: 6.5rem;
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 0;
}

.nr_home_news h4 {
	color: #2facf2;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.nr_home_news ul {
	margin-bottom: 1rem;
}

.nr_home_news ul li {
	margin-bottom: 1rem;
}

.nr_home_news ul li strong {
	line-height: 1.2rem;
}

.nr-news-left-panel .title {
	margin: 0 0.5rem;
	padding: 0.25rem;
    color: #00467d;
    font-family: "凸版文久明朝 R","Yu Mincho Medium","游明朝 Medium",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3",serif;
    font-weight: bold;
	font-size: 1.2rem;
}

.nr-news-left-panel .category ul {
	list-style-type: square;
	font-size: 1rem;
}

.nr-news-left-panel .category ul li {
	word-break: break-all;
}

.nr-news-left-panel .category ul li a {
	color: rgb(77, 77, 77);
}

.nr-news-left-panel .category ul li a:hover {
	text-decoration: none;
	color: #00467d;
}

a.nr-news-current-category {
	color: #2facf2;
    font-weight: bold;
}

a.nr-news-current-category:hover {
	text-decoration: none;
}

.nr-news .title {
	color: #00467d;
	font-size: 1.1rem;
    font-weight: bold;
	padding-left: 1rem;
	margin: 0.5rem 0;
}

.nr-news .meta {
	font-size: 1rem;
}

.nr-news .cat {
	color: #2facf2;
    font-weight: bold;
}

.nr-news p {
	font-size: 1rem;
	margin-bottom: 0;
	padding-left: 1rem;
}

.nr-keyword .remove-button {
    display: inline-block;
    background-color: #c9ecff;
    font-weight: bold;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    color: rgb(77, 77, 77);
    border-radius: 5px;
}

.nr-back-button {
	margin-top: 2rem!important;
	margin-bottom: 2rem!important;
}

.nr-apl-download {
	width: 50%;
	float: left;
}

.nr-apl-download-google-play {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}

.nr-apl-download-app-store {
	width: 70%;
	margin-left: auto;
    margin-right: auto;
}

.nr-button-next {
	display: block;
	color: #00467d;
	width: 80px;
    border: 2px #00467d solid;
    padding: 8px 15px;
    letter-spacing: 2px;
    border-radius: 4px;
	transition: all 0.5s;
	text-align: center;
	font-weight: bold;
}

.nr-button-next.see-more {
	width: 110px;
    padding: 0.25rem 0.5rem;
	font-size: 0.8rem;
}

.nr-button-next.en {
	width: 100px;
}

.nr-button-next:hover {
	color: #00467d;
	text-decoration: none;
}

.nr-button-next span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-webkit-transition: 0.2s all ease-in;
}

.nr-button-next span::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 0px;
	opacity: 0;
	transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-webkit-transition: 0.2s all ease-in;
}

.nr-button-next:hover span {
	padding-right: 10px;
}

.nr-button-next:hover span::after {
	right: -5px;
	opacity: 1;
}

.nr-button-back {
	display: block;
	color: #00467d;
	width: 80px;
    border: 2px #00467d solid;
    padding: 8px 15px;
    letter-spacing: 2px;
    border-radius: 4px;
	transition: all 0.5s;
	text-align: center;
	font-weight: bold;
}

.nr-button-back.en {
	width: 90px;
}

.nr-button-back:hover {
	color: #00467d;
	text-decoration: none;
}

.nr-button-back span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-webkit-transition: 0.2s all ease-in;
}

.nr-button-back span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	position: absolute;
	left: 0px;
	opacity: 0;
	transition: 0.2s all ease-in;
	-o-transition: 0.2s all ease-in;
	-ms-transition: 0.2s all ease-in;
	-moz-transition: 0.2s all ease-in;
	-webkit-transition: 0.2s all ease-in;
}

.nr-button-back:hover span {
	padding-left: 10px;
}

.nr-button-back:hover span::before {
	left: -5px;
	opacity: 1;
}

.nr-button-animation {
	position: relative;
	height: 45px;
	width: 150px;
	margin: 10px 7px;
	padding: 5px 5px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	color: #00467d;
	border: 2px #00467d solid;
	border-radius: 4px;
	text-transform: uppercase;
	outline: 0;
	overflow: hidden;
	background: none;
	z-index: 1;
	cursor: pointer;
	transition: 0.08s ease-in;
	-o-transition: 0.08s ease-in;
	-ms-transition: 0.08s ease-in;
	-moz-transition: 0.08s ease-in;
	-webkit-transition: 0.08s ease-in;
}

.nr-button-animation.big {
	height: 60px;
    width: 160px;
}

.nr-button-animation.force {
	position: relative!important;
	height: 45px!important;
	width: 150px!important;
	padding: 5px 5px!important;
	font-weight: 700!important;
	font-size: 15px!important;
	letter-spacing: 2px!important;
	color: #00467d!important;
	border: 2px #00467d solid!important;
	border-radius: 4px!important;
	text-transform: uppercase!important;
	outline: 0!important;
	overflow: hidden!important;
	background: none!important;
	z-index: 1!important;
}

.fill:hover {
	color: whitesmoke;
}

.fill.force:hover {
	color: whitesmoke!important;
}

.fill:before {
	content: "";
	position: absolute;
	background: #00467d;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	-webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
	top: 0;
}

h3, h5, h6 {
	padding: 5px;
	border-bottom: 1px solid black;
    color: #00467d;
	font-family: "凸版文久明朝 R","Yu Mincho Medium","游明朝 Medium",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3",serif;
	font-weight: bold;
}

h3 small {
	font-size: 80%;
}

h6 {
	font-size: 1.1rem;
}

p {
	padding: 5px;
}

ol li,
ul li {
	margin-top: 0.5rem;
}

ol li strong,
ul li strong {
	line-height: 2rem;
}

ul.no-bullet {
	list-style-type: none;
}

.wp-block-column {
	margin-bottom: 0;
}

button:focus {
    outline: none;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes zoomOut {
  0% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

@keyframes zoomOut {
  0% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

@media (max-width: 1199.98px) {
	.nr-menu li {
		margin: 0.3rem 8px;
	}
	
	.nr-menu li a {
		font-size: 0.9rem;
	}
	
	.nr-logo {
		width: 45px;
	}
	
	.nr-slogan {
		font-size: 22px;
	}
}
@media (min-width: 990px) and (max-width: 1060px) {
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

 .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-lg-block{
		display:none!important;
	}
.d-block {
    display: block!important;
}	
.nr-overlay.open {
		top: 55px;
		min-height: calc(100% - 57px);
	}
	
.nr-overlay.en.open {
		top: 55px;
		min-height: calc(100% - 57px);
	}
}
@media (max-width: 991.98px) {
 	body {
        margin-top: 57px!important;
		height: calc(100% - 57px)!important;
    }
	
 	body.en {
        margin-top: 55px!important;
		height: calc(100% - 55px)!important;
    }
	
	.nr-overlay.open {
		top: 57px;
		min-height: calc(100% - 57px);
	}
	
	.nr-overlay.en.open {
		top: 55px;
		min-height: calc(100% - 55px);
	}
	
	.nr-logo.en {
		padding: 5px 0;
	}
	
	.nr-zaidan {
		padding: 1px 10px;
		font-size: 1rem;
	}
	
	.nr-footer-submenu {
		margin-bottom: 60px;
	}
}

@media (max-width: 767.98px) {
	.nr-page-header {
		font-size: 24px;
	}
	
	.nr-content-header {
		font-size: 17px;
	}
	
	.nr-content-set h1 {
		font-size: 17px;
	}
	
	.nr-content-set h2 {
		font-size: 17px;
	}
	
	.nr-slogan {
		font-size: 18px;
	}
	
	.nr-intro .title {
		border-right: 0;
	}
	
	.nr-intro h3 {
		border-bottom: 1px solid black;
	}
	
	.nr-footer {
		padding-bottom: 10px;
	}
	
	.nr-footer-submenu {
		margin-bottom: 45px;
	}
	
	h3 small {
		font-size: 70%;
	}
}

@media (max-width: 575.98px) {
	body {
        margin-top: 56px!important;
		height: calc(100% - 56px)!important;
    }

	.nr-overlay.open {
		top: 56px;
		min-height: calc(100% - 56px);
	}
	
	.nr-logo {
		margin-left: 5px;
	}
	
	.nr-zaidan {
/* 		font-size: 0.8rem; */
    	padding: 1px 8px;
	}
	
	.nr-zaidan.en .top {
		font-size: 125%;
	}
	
	.nr-zaidan .bottom {
		font-size: 125%;
	}

	.nr-gallery {
		height: calc(100vh - 56px);
	}
	
	.nr-gallery-text {
		font-size: 1.6rem;
	}
	
	.nr-banner-text {
		top: 10px;
		left: 15px;
	}
	
	.nr-banner .title {
		font-size: 1.8rem;
	}
	
	.nr-footer {
		height: auto;
	}
	
	.nr-footer a.nr-footer-button {
		margin: 10px 0px 5px 0px;
	}
	
	.nr-footer-submenu {
		margin: 10px 0px 20px 0px;
	}
	
	.nr-footer-message {
		margin-bottom: 0;
	}
	
	.nr-footer-message .legal-copyright {
		margin-top: 5px;
		text-align: left;
		word-break: keep-all;
	}
}

@media (max-width: 420px) {
	body {
        margin-top: 51px!important;
		height: calc(100% - 51px)!important;
    }
	
	body.en {
        margin-top: 49px!important;
		height: calc(100% - 49px)!important;
    }
	
	.nr-overlay.open {
		top: 51px;
		min-height: calc(100% - 51px);
	}
	
	.nr-overlay.en.open {
		top: 49px;
		min-height: calc(100% - 49px);
	}
	
	.nr-logo {
		margin-left: 2px;
	}
	
	.nr-logo.en {
		padding: 2px 0;
	}
	
	.nr-zaidan {
		font-size: 0.9rem;
    	padding: 1px 8px;
	}
	
	.nr-gallery {
		height: calc(100vh - 51px);
	}
	
	.nr-gallery.en {
		height: calc(100vh - 49px);
	}
	
	.nr-page-header {
		font-size: 18px;
	}
	
	.nr-content-set-image .img {
		width: 100%;
	}
}

@media (max-width:380px) {
	body {
        margin-top: 46px!important;
		height: calc(100% - 46px)!important;
    }
	
	body.en {
        margin-top: 44px!important;
		height: calc(100% - 44px)!important;
    }
	
	.nr-overlay.open {
		top: 46px;
		min-height: calc(100% - 46px);
	}
	
	.nr-overlay.en.open {
		top: 44px;
		min-height: calc(100% - 44px);
	}
	
	.nr-gallery {
		height: calc(100vh - 46px);
	}
	
	.nr-gallery.en {
		height: calc(100vh - 44px);
	}
	
	.nr-gallery-text.en {
		padding: 16px 5px 0 5px;
	}
	
	.nr-logo {
		width: 40px;
		margin-left: 3px;
	}
	
	.nr-zaidan {
		font-size: 0.8rem;
	}
	
	.nr-zaidan.en {
		font-size: 0.75rem;
	}
}

.modal-content {
text-align:center;
}
.modal-dialog{
	top: 2rem !important;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	width: 30px;
	height: 48px;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	width: 30px;
	height: 48px;
}
.wp-image-1277{
  width: 60%!important;
  height: auto!important;
}
