@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*#################################
	サイト内共通
#################################*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	color: #4d4d4d;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.5;
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
	cursor: pointer;
	text-decoration: none;
	color: #4d4d4d;
}

p {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1030px;
	}
}
@media (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#btn_pagetop {
	display: none;
	z-index: 99;
	width: 56px;
	height: 56px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
	/*	border: 2px solid white;	*/
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#btn_pagetop {
		width: 40px;
		height: 40px;
	}
}

#btn_pagetop:hover {
	opacity: 0.3;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header .pc-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 10px 10px 15px;
}
@media screen and (max-width: 767px) {
	header .pc-nav {
		padding: 0 0 0 10px;
		min-height: 42px;
	}
}
header .pc-nav__item:nth-of-type(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	header .pc-nav__item:nth-of-type(1) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
header .pc-nav__item:nth-of-type(1) .ttl {
	font-size: 0;
}
@media screen and (max-width: 991px) {
	header .pc-nav__item:nth-of-type(1) .ttl__logo {
		width: 150px;
	}
}
header .pc-nav__item:nth-of-type(1) .catch {
	font-size: 20px;
	font-weight: bold;
	color: #004c98;
	padding-left: 15px;
}
@media screen and (max-width: 767px) {
	header .pc-nav__item:nth-of-type(1) .catch {
		padding-left: 10px;
		font-size: 12px;
	}
}
header .pc-nav__item a {
	display: inline-block;
}
@media screen and (max-width: 991px) {
	header .pc-nav__item .word-link {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	header .pc-nav__item .word-link {
		display: none;
	}
}
header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(255, 255, 255, 0.5);
}
header.fixed .pc-nav {
	padding: 10px 10px 10px 15px;
}
@media screen and (max-width: 767px) {
	header.fixed .pc-nav {
		padding: 0 0 0 10px;
	}
}
header.fixed .pc-nav .ttl {
	max-width: 180px;
}
header .drawer-hamburger {
	position: static;
	top: unset;
	left: unset;
	padding: 10px 0.75rem 0;
	z-index: 999;
}
header .drawer-hamburger:focus {
	outline: none;
}
header .drawer-hamburger:after {
	content: "MENU";
	font-size: 10px;
	display: inline-block;
	padding-top: 15px;
	color: black;
}
header .drawer-hamburger-icon {
	background-color: #72bf44;
}
header .drawer-hamburger-icon:after, header .drawer-hamburger-icon:before {
	background-color: #004c98;
}
header .drawer-hamburger-icon-2 {
	font-size: 10px;
	padding-top: 12px;
	display: inline-block;
}
header .drawer-nav {
	text-align: center;
	background: #004c98;
	overflow-y: auto;
	z-index: 999;
}
header .drawer-nav .drawer-menu-item:nth-of-type(1) {
	padding-top: 40px;
	padding-bottom: 40px;
}
header .drawer-nav .drawer-menu-item:nth-of-type(1) .ttl__logo {
	width: 180px;
}
header .drawer-nav .drawer-menu-item:nth-of-type(1) .catch {
	font-size: 12px;
	padding-left: 5px;
}
header .drawer-nav .drawer-menu-item:nth-of-type(9) {
	padding-top: 30px;
}
header .drawer-nav .drawer-menu-item:hover {
	text-decoration: none;
}
header .drawer-nav .drawer-menu-item a {
	color: white;
	font-size: 14px;
}
header .drawer-nav .drawer-menu-item a.disable {
	color: #5f7a95;
}
header .drawer-nav .drawer-menu-item a.disable:hover {
	cursor: default;
	opacity: 1;
}
header .drawer-nav .drawer-menu-item.drop-menu a {
	display: block;
}
header .drawer-nav .drawer-menu-item.drop-menu .menu-inner {
	display: none;
	padding-top: 10px;
}
header .drawer-nav .drawer-menu-item.drop-menu .menu-inner .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
header .drawer-nav .drawer-menu-item.drop-menu .menu-inner .list__item {
	background-color: white;
	width: 50%;
	border: 1px solid #004c98;
}
header .drawer-nav .drawer-menu-item.drop-menu .menu-inner .list__item a {
	color: black;
	display: block;
	padding: 10px;
}
header .drawer-nav .drawer-menu-item.drop-menu .menu-inner .list__item a.disable {
	color: #dfdfdf;
}
header .drawer-nav .drawer-menu-item.drop-menu .menu-inner .list__item a.disable:hover {
	cursor: default;
	opacity: 1;
}

.drawer-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 995;
}

.drawer-open header {
	background-color: transparent;
}
.drawer-open header .pc-nav {
	padding: 0;
}
.drawer-open header .pc-nav__item {
	display: none;
}
.drawer-open header .drawer-hamburger {
	position: fixed;
	top: 0;
}
.drawer-open header .drawer-hamburger:after {
	content: none;
}

footer {
	border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
	footer {
		padding-top: 30px;
	}
}
footer .container {
	max-width: 90%;
}
@media screen and (max-width: 991px) {
	footer .container {
		max-width: 100%;
	}
}
footer .breadcrumbs {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .breadcrumbs .nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .breadcrumbs .nav-list__item {
	padding: 0 20px;
	position: relative;
}
footer .breadcrumbs .nav-list__item:first-child {
	padding-left: 0;
}
footer .breadcrumbs .nav-list__item:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
footer .breadcrumbs .nav-list__item:last-child:after {
	content: none;
}
footer .breadcrumbs .nav-list__item a {
	display: inline-block;
}
footer .c01 {
	padding-top: 50px;
	padding-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	    flex-flow: wrap;
}
@media screen and (max-width: 991px) {
	footer .c01 {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	footer .c01 {
		display: block;
		padding-bottom: 30px;
		padding-top: 0;
	}
}
footer .c01 .nav-1 {
	padding-right: 30px;
}
@media screen and (max-width: 991px) {
	footer .c01 .nav-1 {
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	footer .c01 .nav-1 {
		padding-right: 0;
	}
}
footer .c01 .nav-1 ul li {
	padding: 5px 0;
}
footer .c01 .nav-1 ul li:before {
	font-family: FontAwesome;
	content: "\f04b";
	color: #0d50a5;
	display: inline-block;
	margin-right: 3px;
}
footer .c01 .nav-1 ul li a {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
footer .c01 .logo {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-left: auto;
}
@media screen and (max-width: 1199px) {
	footer .c01 .logo {
		padding-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	footer .c01 .logo {
		text-align: center;
		padding-top: 80px;
	}
}
@media screen and (max-width: 1199px) {
	footer .c01 .logo img {
		width: 220px;
	}
}
footer .c02 {
	position: relative;
}
footer .c02 .nav-1 {
	padding: 30px 0;
	background-color: #0d50a5;
}
footer .c02 .nav-1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .c02 .nav-1 ul li {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
@media screen and (max-width: 767px) {
	footer .c02 .nav-1 ul li {
		width: 40%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
}
footer .c02 .nav-1 ul li:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-49%);
	        transform: translateY(-49%);
	right: 0;
	width: 1px;
	height: 12px;
	background-color: white;
	content: "";
}
footer .c02 .nav-1 ul li:first-child {
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	footer .c02 .nav-1 ul li:first-child {
		width: 30%;
	}
}
@media screen and (max-width: 767px) {
	footer .c02 .nav-1 ul li:last-child {
		width: 30%;
	}
}
footer .c02 .nav-1 ul li:last-child:after {
	content: none;
}
footer .c02 .nav-1 ul li a {
	color: white;
	font-size: 12px;
}
footer .c02 .copy {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background-color: #78dc39;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	footer .c02 .copy {
		position: static;
		width: 100%;
		padding: 10px;
	}
}
footer .c02 .copy__txt {
	color: white;
	font-size: 12px;
}

.voice-slide {
	padding-left: 60px;
	padding-right: 60px;
	max-width: 1500px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.voice-slide {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.voice-slide .owl-carousel {
	position: relative;
}
.voice-slide .owl-carousel .owl-nav {
	margin-top: 0;
}
.voice-slide .owl-carousel .owl-nav button {
	position: absolute;
	top: calc(50% - 30px);
	z-index: 200;
	color: #333333;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.voice-slide .owl-carousel .owl-nav button i {
	font-size: 50px;
	color: #989898;
}
@media screen and (max-width: 767px) {
	.voice-slide .owl-carousel .owl-nav button i {
		font-size: 35px;
	}
}
.voice-slide .owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}
@media screen and (max-width: 767px) {
	.voice-slide .owl-carousel .owl-nav button.owl-prev {
		left: -35px;
	}
}
.voice-slide .owl-carousel .owl-nav button.owl-prev:focus {
	outline: none;
	background: none;
}
.voice-slide .owl-carousel .owl-nav button.owl-prev:hover {
	background: none;
	background: none;
}
.voice-slide .owl-carousel .owl-nav button.owl-next {
	right: -50px;
}
@media screen and (max-width: 767px) {
	.voice-slide .owl-carousel .owl-nav button.owl-next {
		right: -35px;
	}
}
.voice-slide .owl-carousel .owl-nav button.owl-next:focus {
	outline: none;
	background: none;
}
.voice-slide .owl-carousel .owl-nav button.owl-next:hover {
	background: none;
	background: none;
}
.voice-slide .owl-carousel .item {
	position: relative;
}
.voice-slide .owl-carousel .item__label {
	position: absolute;
	width: 85%;
	left: 0;
	bottom: 10%;
}
.voice-slide .owl-carousel .owl-dots {
	margin-top: 20px;
}
.voice-slide .owl-carousel .owl-dots .owl-dot:focus {
	outline: none;
	font-size: 36px;
}

.mv-sub {
	position: relative;
}
.mv-sub__img {
	width: 100%;
}
.mv-sub__ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	max-width: 95%;
}
.mv-sub__chara {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 226px;
	max-width: 16%;
	-webkit-transform: translateY(10%);
	        transform: translateY(10%);
}
@media screen and (max-width: 767px) {
	.mv-sub__chara {
		width: 97px;
		max-width: 19.4%;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(50%);
		        transform: translateX(-50%) translateY(50%);
	}
}