body {
	color: #5a5a5a;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.6
}

a {
	color: #af1e32;
	text-decoration: none
}

header {
	/* display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh; */
	position: absolute;
	z-index: 100;
	width: 100%;

}

#header {
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}



#menu {
	width: 100%;
	background: #fefefe;
	border-bottom: 1px solid #eee;

}

#menu * {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#menu ul {
	margin: 0 auto;
	width: 1300px
}

#menu ul li {
	float: left;
	width: 16.66%;
}

#menu ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	/* width: 180px; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
	color: #5a5a5a;
	text-shadow: -1px -1px 0px #FFFFFF,
		1px -1px 0px #FFFFFF,
		1px 1px 0px #FFFFFF,
		-1px 1px 0px #FFFFFF
}

#menu ul li a:hover {
	color: #13b342
}

#menu ul li a:before {
	font-family: 'FontAwesome';
	content: "\f078";
	margin-right: 5px
}


.clone-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	/* background-color: rgba(19, 179, 66, 0.8); */
	/* background-color: rgba(19, 179, 66, 1); */
	background-color: #fefefe;
	-webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 999;
}

.clone-nav.is-show {
	display: block;
}

.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 100;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%
}

#page-top a {
	width: 60px;
	color: #13b342;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #13b342;
	padding: 30px 0;
	text-align: center;
	display: block
}

#page-top a:after {
	position: absolute;
	top: 0;
	right: 22px;
	font-family: FontAwesome;
	content: "\f106";
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	line-height: 60px;
	z-index: 3;
	color: #1b63b9
}

#page-top a:hover {
	text-decoration: none;
	background: #13b342;
	color: #FFFFFF
}

#side-link {
	position: fixed;
	bottom: 280px;
	right: 0px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl
}

#side-link a {
	width: 55px;
	height: 100px;
	color: #13b342;
	background: #1b63b9;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	display: block;
	border: 1px solid #1b63b9;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

#side-link a:hover {
	text-decoration: none;
	background: #fff;
	color: #1b63b9;
	-webkit-transition: .3s;
	transition: .3s
}

#side-link p {
	padding-right: 5px;
	display: block
}

#side-link span {
	font-size: 13px;
	padding-top: 15px
}

#side-link2 {
	position: fixed;
	bottom: 100px;
	right: 0px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl
}

#side-link2 a {
	width: 55px;
	height: 157px;
	color: #13b342;
	background: #13b342;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	display: block;
	border: 1px solid #13b342;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

#side-link2 a:hover {
	text-decoration: none;
	background: #fff;
	color: #13b342;
	-webkit-transition: .3s;
	transition: .3s
}

#side-link2 p {
	padding-right: 5px;
	display: block;
	margin-bottom: 73px
}

#side-link2 span {
	font-size: 13px;
	padding-top: 15px
}

#side-link3 {
	position: fixed;
	bottom: 100px;
	left: 0px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl
}

#side-link3 a {
	width: 50px;
	height: 100px;
	color: #fff;
	background: #13b342;
	color: #fff;
	padding: 30px 5px 30px 0px;
	text-align: center;
	display: block;
	border: 1px solid #13b342;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

#side-link3 a:hover {
	text-decoration: none;
	background: #fff;
	color: #13b342;
	-webkit-transition: .3s;
	transition: .3s
}

#side-link3 p {
	padding-right: 15px
}

#side-link4 {
	position: fixed;
	/* bottom: 280px;
	left: 0px; */
	right: 0;
	bottom: 403px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl
}

#side-link4 a {
	width: 55px;
	height: 100px;
	color: #13b342;
	background: #1b63b9;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	display: block;
	border: 1px solid #1b63b9;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

#side-link4 a:hover {
	text-decoration: none;
	background: #fff;
	color: #1b63b9;
	-webkit-transition: .3s;
	transition: .3s
}

#side-link4 p {
	padding-right: 5px;
	display: block
}

#side-link4 span {
	font-size: 13px;
	padding-top: 15px
}

footer {
	text-align: center;
	padding: 30px 0;
	width: 100%;
	background: #13b342;
	color: #fff
}

footer #fmenu {
	margin: 0 auto;
	width: 1080px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff
}

footer #fmenu ul li {
	float: left;
	width: 180px
}

footer #fmenu ul li:before {
	font-family: 'FontAwesome';
	content: "\f054";
	margin-right: 10px;
	font-size: 12px;
	color: #fff
}

footer #fmenu ul li a {
	position: relative;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s
}

footer #fmenu ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

footer #fmenu ul li a:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

footer .fBtm {
	margin: 0 auto;
	width: 1080px;
	padding-top: 20px;
	border-top: 1px solid #fff
}

footer .fBtm .copyright {
	margin-top: 15px
}

#juicysliderbox {
	position: relative
}

.topview {
	width: 100%
}

.topview img {
	max-width: 100%
}

.juicysliderimg {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.juicysliderimg h2,
.juicysliderimg div {
	background: rgba(19, 179, 66, 0.8);
	padding: 20px 0;
	opacity: 0;
	-webkit-transition: 4s;
	transition: 4s;
	width: 100%;
	text-shadow: 4px 4px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.3
}

#catch01 {
	z-index: 2;
	margin-bottom: 2rem
}

#catch01 ._sml {
	display: block;
	font-size: 1.8rem
}

#catch01 img {
	padding: 10px
}

#catch02 {
	z-index: 3;
	font-size: 3rem;
	-webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	-ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3)
}

#catch01.catch01On,
#catch02.catch02On {
	opacity: 1;
	-webkit-transition: 3s;
	transition: 3s
}

#container {
	position: relative
}

.single {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding: 50px 0
}

.single02 {
	width: 1350px;
	margin: 0 auto;
	padding: 50px 0
}

@media (max-width: 639px){
    .single02{
        width: 100%;
    }
}

.single_news {
	border: 1px solid #aaa;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 30px;
	min-height: 350px;

}

/* blog */
#main {
	float: left;
	width: 76%;
}

#side {
	float: right;
	position: sticky;
	right: 0;
	top: 100px;
	width: 21%;
	padding-right: 10px;
}

.mtitle_category {
	margin-bottom: 10px;
	font-family: "Comfortaa", sans-serif;
	font-weight: 700;
}

.mtitle_category:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ca";
	font-weight: 900;
	margin-right: 5px;
	color: #af1e32;
}

.category_nav {
	border: 1px solid #dddddd;
}

.category_nav li a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px dotted #dddddd;
	background-color: #ffffff;
}

.category_nav li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-right: 5px;
}

.category_nav li a:hover {
	opacity: .6;
}

.ssingle {
	width: 1080px;
	margin: 0 auto
}

.lsingle,
.rsingle {
	width: 48.44%
}

.lsingle {
	float: left
}

.rsingle {
	float: right
}

.mtitleA {
	border-bottom: 1px solid #5a5a5a;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.3
}

.mtitleA.top {
	border-bottom: none;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.mtitleA span {
	display: block;
	font-size: 1.1rem;
	color: #1b63b9;
	font-family: "Anton", sans-serif;
}

.mtitleA .eng {
	display: block;
	font-size: 1.1rem;
	color: #1b63b9;
	font-family: "Anton", sans-serif;
    font-weight: 400 !important;
    font-size: 6cqi !important;
}

.mtitleB {
	font-size: 1.2rem;
	color: #555;
	background: #13b342;
	padding: 5px 15px;
	margin-bottom: 15px
}

.mtitleC {
	text-align: center;
	background: #1b63b9;
	color: #FFFFFF;
	padding: 3px 0;
	font-size: 1.1rem;
	margin-bottom: 15px
}

.mtitleD {
	font-size: 1.1rem;
	color: #555;
	border-bottom: 2px dashed #13b342;
	padding: 5px 0;
	margin-bottom: 15px
}

.mtitleE {
	position: relative;
	background: #af1e32;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin: 20px 0 40px;
	font-size: 20px
}

.mtitleE:after,
.mtitleE:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.mtitleE:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #af1e32;
	border-width: 15px;
	margin-left: -15px
}

.mtitleE:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #af1e32;
	border-width: 20px;
	margin-left: -20px
}

.mtitleF {
	color: #fff;
	font-size: 24px;
	position: relative;
	margin-left: -14px;
	padding: 8px 16px;
	background: #1b63b9;
	background: -webkit-gradient(linear, left bottom, left top, from(#1b63b9), to(#396afc));
	background: linear-gradient(to top, #1b63b9, #396afc);
	margin-bottom: 15px
}

.mtitleF:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 8px solid #fff;
	border-top: 8px solid rgba(0, 0, 0, 0.5);
	border-left: 8px solid rgba(0, 0, 0, 0.5)
}

.news_img_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news_img_box dt {
	width: 30%
}

.newsbx-mtl {
	height: 80px;
	line-height: 80px;
	width: 20.834%;
	float: left;
	font-size: 18px;
	background-color: #13b342;
	color: #555;
	text-indent: 0em;
	padding: 0;
	text-align: center;
	font-weight: bold;
	margin: 0px 0;
	border-radius: 5px 0px 0 5px;
	letter-spacing: 1px
}

.newsbx-bx {
	float: right;
	width: 79.16%;
	height: 80px;
	padding: 1%;
	border: 1px solid #13b342;
	margin-bottom: 0px;
	background: #fff;
	border-radius: 0 5px 5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.news {
	margin: 5px auto;
	overflow: hidden
}

.news dt {
	float: left;
	width: 7em;
	padding-top: 10px;
	line-height: 1.3;
	color: #555
}

.news dd {
	padding-left: 8em;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.3
}

.news-bl dt {
	float: left;
	width: 10em;
	padding: 4px;
	text-align: center;
	margin: 2px 0;
	background: #13b342;
	color: #fff
}

.news-bl dd {
	padding-left: 12em;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 5px 0;
	border-bottom: 1px dotted #CCCCCC
}

.news-bl dd:last-child {
	border-bottom: none
}

.linkBox {
	text-align: center
}

.btn {
	position: relative;
	display: block;
	width: 300px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
	letter-spacing: 1px;
	color: #1b63b9;
	background: #FFFFFF;
	border: 1px solid #1b63b9;
	margin: 30px auto 0;
	padding: 0
}

.btn:after {
	position: absolute;
	top: 0;
	right: 20px;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 18px;
	line-height: 60px;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.btn:hover {
	color: #FFFFFF;
	background: #1b63b9
}

.btn:hover:after {
	right: 10px
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.bg01,
.bg02,
.bg03,
.bg04 {
	margin: 0 0
}

.bg01 .parallax,
.bg02 .parallax,
.bg03 .parallax,
.bg04 .parallax {
	min-height: 300px
}

.bg01 .parallax2,
.bg02 .parallax2,
.bg03 .parallax2,
.bg04 .parallax2 {
	padding: 195px 0 100px;
}

.bg01 {
	background: url(../img/bg1.jpg) no-repeat 50% 80%
}

.bg02 {
	background: url(../img/bg2.jpg) no-repeat 50% 65%
}

.bg03 {
	background: url(../img/bg3.jpg) no-repeat center fixed
}

.bg04 {
	background: url(../img/bg4.jpg) no-repeat center fixed
}

.concept-wrap {
	position: relative;
	padding: 50px 0
}

.concept-wrap .bg-back {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #d7ebf3;
	width: 50%;
	height: 100%
}

.concept-wrap .bg-back2 {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #d7ebf3;
	width: 50%;
	height: 100%
}

.concept-wrap .concept-inner {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px
}

.concept-wrap .figure {
	position: absolute;
	top: 0;
	right: 0;
	display: table-cell;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 74%;
	height: 100%
}

.concept-wrap .figure2 {
	left: 0
}

.concept-wrap .fig01 {
	background-image: url("../img/fig01.jpg")
}

.concept-wrap .fig02 {
	background-image: url("../img/fig02.jpg")
}

.concept-wrap .in-wrap {
	position: relative;
	float: left;
	width: 530px;
	padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
	background-color: rgba(255, 255, 255, 0.8);
	width: 470px;
	padding: 50px 30px 80px
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 15px;
	color: #1b63b9
}

.concept-wrap .in-wrap .concept-box .conts-ttlB {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 15px;
	color: #13b342
}

.concept-wrap .in-wrap2 {
	float: right
}

.bnr {
	background: #13b342;
	color: #555;
	text-align: center
}

.bnr .bnrList {
	float: left;
	width: 25%;
	margin: 50px 0;
	position: relative
}

.bnr .bnrList a {
	display: block;
	color: #555;
	padding: 50px 10px;
	border-right: 1px solid #555
}

.bnr .bnrList a .ico {
	margin-bottom: 15px
}

.bnr .bnrList a .bnrDl dt {
	font-size: 2rem;
	font-family: "Sawarabi Mincho";
	margin-bottom: 10px
}

.bnr .bnrList a .bnrDl dd {
	text-align: left
}

.bnr .bnrList:after {
	content: '';
	position: absolute;
	height: 11px;
	width: 35px;
	top: -50px;
	left: 50%;
	margin-left: -17px;
	background: url(../img/bg_arrow.png) no-repeat
}

.bnr .bnrList:last-child a {
	border-right: none
}

.tbl {
	width: 100%
}

.tbl th,
.tbl td {
	border: 1px solid #666666;
	padding: 10px;
	vertical-align: middle;
	word-break: break-all
}

.tbl th {
	font-weight: normal;
	background: #F6F7F7
}

.tbl01 th {
	width: 42%
}

.tbl02 th {
	width: 32%
}

.tbl03 th {
	width: 20%
}

.company {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 5px
}

.company th,
.company td {
	padding: 10px;
	vertical-align: middle
}

.company th {
	background: #13b342;
	text-align: left;
	width: 20%;
	position: relative;
	color: #FFFFFF;
	font-weight: normal
}

.company th::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #FFFFFF;
	border-left-color: #13b342;
	border-width: 10px;
	margin-top: -10px;
	border-left-color: #13b342
}

.company td {
	background: #FFFFFF;
	padding-left: 20px;
	word-break: break-word
}

.sns li {
	float: right
}

.distribution {
	margin: 0 0 50px !important
}

.distribution #logo {
	padding-top: 10%;
	text-align: center
}

.distribution #logo img {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px
}

.distribution #logo.logo2 {
	padding-top: 13%
}

.distribution #page_title {
	background: rgba(19, 179, 66, 0.8);
	text-align: center;
	font-size: 40px;
	margin: 10px 0 0 0;
	padding: 30px 0;
	letter-spacing: 3px;
	color: #fff
}

.staff {
	margin-bottom: 40px
}

.staff:last-child {
	margin-bottom: 0
}

.staffImg {
	float: left;
	width: 26%;
	text-align: center
}

.staffImg img {
	max-width: 100%;
	height: auto
}

.staffTxt {
	float: right;
	width: 70%
}

.parent {
	position: relative;
	margin: 50px auto 20px
}

.parent .ttl {
	position: absolute;
	top: -20px;
	left: -10px;
	text-align: center;
	background: #af1e32;
	display: block;
	width: 100%;
	max-width: 270px;
	color: #fff;
	padding: 3px 0;
	font-size: 1.1rem;
	margin: 0 auto
}

.parent .child {
	padding: 30px 20px 20px;
	border: 1px solid #CCCCCC;
	background-color: #FFF
}

.staffList li {
	float: left;
	width: 26%;
	margin-right: 3%;
	text-align: center
}

.staffList li:last-child {
	margin: 0
}

.listA li {
	margin-bottom: 5px
}

.listA li:last-child {
	margin-bottom: 0
}

.listA li:before {
	font-family: 'FontAwesome';
	content: "\f10c";
	margin-right: 10px;
	color: #13b342
}

.listB li {
	margin-bottom: 5px
}

.listB li:last-child {
	margin-bottom: 0
}

.listB li:before {
	content: "※";
	margin-right: 10px;
	color: #FF0000
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}

.galleryUl .galleryList {
	float: left;
	width: 298px;
	margin: 10px;
	text-align: center
}

.galleryUl .galleryList img {
	width: 100%;
	height: auto
}

.voice_faq {
	padding-top: 20px
}

.voice_faq dt {
	position: relative;
	border-top: solid 1px #D8D8D8;
	padding: 10px 0 25px 72px
}

.voice_faq dt span {
	position: absolute;
	left: 0;
	top: -20px;
	display: block;
	width: 56px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	background: #13b342;
	font-family: 'Crimson Text', serif;
	font-weight: 100;
	letter-spacing: 0.05rem
}

.voice_faq dd {
	position: relative;
	padding: 0 40px 45px 72px
}

.voice_faq dd span {
	position: absolute;
	left: 15px;
	top: -10px;
	display: block;
	font-size: 2rem;
	font-family: 'Crimson Text', serif;
	font-weight: 100;
	letter-spacing: 0.05rem;
	color: #1b63b9
}

.list_link {
	padding: 10px 0;
	margin-bottom: 20px;
	display: table;
	width: 100%
}

.list_link ul {
	display: table-row
}

.list_link li {
	border-left: 10px solid #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative;
	background: #f5f5f5 url(../img/icon_list_link.png) no-repeat 10px center;
	padding: 5px 10px 5px 35px;
	border-radius: 4px;
	width: 20%
}

.list_link li:first-child {
	border-left: none
}

.list_link li a {
	text-decoration: none;
	line-height: 19px;
	display: block;
	color: #333333
}

.list_link li a:hover {
	color: #1b63b9
}

.listFlow li {
	margin-bottom: 10px;
	padding-bottom: 10px
}

.listFlow:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.listFlow h3 {
	font-size: 1rem;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	color: #13b342;
	padding-bottom: 5px
}

.listFlow dl {
	display: table;
	width: 100%
}

.listFlow dl dt {
	display: table-cell;
	padding: 10px 0;
	border: 1px solid #13b342;
	width: 100px;
	background: #13b342;
	font-size: 13px;
	font-size: 0.82rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2
}

.listFlow dl dt .num {
	display: block;
	font-size: 21px;
	font-size: 1.32rem
}

.listFlow dl dd {
	display: table-cell;
	background: #FFFFFF;
	padding: 15px 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle
}

.entry img {
	max-width: 100%;
	height: auto
}

.pages {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.pages>div {
	font-size: 13px;
	line-height: 1.4;
	padding: 15px;
}

.pages>div:last-of-type {
	/* margin-left: 15px; */
	padding-left: 15px;
	border-left: 1px solid #ccc;
}


.pages>div a {
	display: block;
	font-weight: 600;
}

.pages>div a:hover {
	opacity: .6;
}

.movieContents {
	float: left;
	width: 48.44%;
	margin: 0 3% 3% 0
}

.movieContents:nth-child(2n) {
	margin: 0 0 3% 0
}

.cut {
	overflow: hidden;
	zoom: 1
}

.form dl {
	margin: 10px 0
}

.form dt {
	float: left;
	width: 280px;
	padding-top: 20px
}

.form dd {
	padding-left: 280px;
	padding-bottom: 20px;
	padding-top: 23px;
	line-height: 1.5;
	border-bottom: 1px solid #eee
}

.form dd:last-child {
	border-bottom: none
}

.form dt span {
	color: #fff;
	background: #FF4F4F;
	padding: 0 5px 0;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	position: relative;
	top: -2px
}

.textarea,
textarea,
.dropdown {
	border: 1px solid #ddd;
	padding: 5px;
	width: 80%
}

.textarea,
textarea {
	border-radius: 0;
	-webkit-appearance: none
}

.textarea {
	height: 20px
}

.textarea02 {
	width: 36%;
	margin-right: 1%
}

.form-button {
	padding: 5px;
	text-align: center;
	margin: 10px 0
}

#mailform button {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	color: #333;
	text-align: center;
	width: 300px;
	background: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #333
}

#mailform button:before {
	font-family: 'FontAwesome';
	content: "\f003";
	margin-right: .5em
}

#mailform button:hover {
	background: #333;
	color: #FFFFFF
}

#mailform button * {
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.form-button * {
	-webkit-transition: 0.2s;
	transition: 0.2s
}

.select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333
}

.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	padding: .6875rem 2.1875rem .6875rem .6875rem;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5
}

.entypo-down-open-mini:before {
	font-family: "FontAwesome";
	content: "\f0ab";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: .75rem;
	margin-top: -8px;
	margin-top: -.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #13b342
}

label.radio_text {
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 20px;
	display: inline-block
}

label.radio_text:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 2px;
	content: '';
	z-index: 3
}

label.radio_text:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 3px;
	top: 5px;
	background-color: #13b342;
	z-index: 1
}

label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 0px;
	margin: 0px;
	-webkit-box-shadow: 20px -1px #FFFFFF;
	box-shadow: 20px -1px #FFFFFF
}

label.radio_text input[type="radio"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none
}

label.radio_text input[type="radio"]:focus {
	opacity: 0.2;
	-webkit-box-shadow: 20px -1px #FFF;
	box-shadow: 20px -1px #FFF
}

label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

label.checkbox_text:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3
}

label.checkbox_text:after {
	content: '';
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #1b63b9;
	border-bottom: 3px solid #1b63b9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1
}

label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	-webkit-box-shadow: 41px 0px #FFF;
	box-shadow: 41px 0px #FFF;
	z-index: 2;
	margin: 0px;
	padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
	-webkit-box-shadow: none;
	box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
	-webkit-box-shadow: 40px 0px #666;
	box-shadow: 40px 0px #666;
	opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
	-webkit-box-shadow: 41px 0px #EEE;
	box-shadow: 41px 0px #EEE
}

.contact_tel {
	margin: 15px 0
}

.contact_tel a {
	display: block;
	text-align: center;
	font-size: 40px
}

.contact_tel a:before {
	font-family: "fontAwesome";
	content: "\f098";
	margin-right: 8px
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.container>div img {
	max-width: 100%
}

.container .con_img {
	width: 50%
}

.container .con_text {
	width: 50%;
	margin-left: 30px;
	padding-top: 30px
}

.container .con_ttl {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1b63b9;
	text-align: right;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-shadow: -1px -1px 0px #FFFFFF,
		1px -1px 0px #FFFFFF,
		1px 1px 0px #FFFFFF,
		-1px 1px 0px #FFFFFF
}

.lst01 {
	width: 100%;
	margin: 30px 0
}

.lst01 li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dotted #999;
	padding: 5px 0
}

.lst01 li:before {
	font-family: "fontAwesome";
	content: "\f0a9";
	margin-right: 5px;
	color: #333
}

.lst02 {
	width: 100%;
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.lst02 li {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dotted #999;
	padding: 5px 0
}

.lst02 li:before {
	font-family: "fontAwesome";
	content: "\f0a9";
	margin-right: 5px;
	color: #1b63b9
}

video {
	max-width: 100%;
	height: auto
}

.video-wrapper {
	width: 450px;
	max-width: 100%
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video-container iframe,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blog_side_list {
	position: relative;
	margin: 0 0 0px;
	padding: 0;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/* flex-direction: column; */
}

.blog_side_list .blog_bx {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	position: relative;
	padding: 10px 10px 10px
}

.blog_side_list .blog_bx a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
	width: calc(100% - 320px)
}

.blog_side_list .blog_bx:hover {
	background: #f2f2f2
}

.blog_side_list .blog_bx figcaption {
	display: block;
	text-align: center;
	width: 300px;
	height: 200px;
	overflow: hidden;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	float: left
}

.blog_side_list .blog_bx * {
	-webkit-transition: 0.3s;
	transition: 0.3s
}

.blog_side_list .blog_bx p {
	line-height: 1.6em;
	font-size: 13px
}

.blog_side_list .blog_bx img {
	vertical-align: middle;
	height: 200px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.blog_side_list .blog_bx:hover img {
	opacity: 1 !important;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #af1e32;
	padding: 0 15px;
	margin-bottom: 5px
}

.blog_side_list .blog_bx .ttm {
	padding-top: 0px;
	font-size: 13px;
	font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f017";
	margin-right: 5px;
	font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
	clear: both;
	font-weight: bold;
	font-size: 18px
}

.movie_lst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.movie_lst li {
	width: 33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px
}

.movie_lst li img {
	max-width: 100%
}

.movie_lst li h3 {
	text-align: center
}

.time:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f017";
	margin-right: 5px;
	font-weight: normal
}

.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}

.products_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.products_img>div {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px
}

.products_img>div img {
	max-width: 100%
}

.topics {
	display: block;
	font-size: 1.1rem;
	color: #626060;
	margin-top: 10px
}

#toplink2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#toplink2 li {
	text-align: center;
	margin: 25px 47px
}

#toplink2 li a {
	text-decoration: none
}

/*# sourceMappingURL=basis.css.map */

.galleryUl.type02 .galleryList {
	width: 250px;
}

#slider_psvxvi_1739515231 .main_slider__outer {
	height: 100vh !important;
}


/* top_contents */

.top_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	/* padding: 50px 0; */
}

.top_contents .child {
	position: relative;
	width: calc(25% - 1%);
	margin-bottom: 2%;
	background: linear-gradient(to right, #222, #000);
}

.top_contents .child a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.top_contents .child a img {
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.8s ease;
	width: 100%;
	opacity: .6 !important;
}



.top_contents .child:hover {
	transition: all 0.8s ease;
}

.top_contents .child:hover .ttl {
	background: #13b342;
	text-shadow: none;
}

.top_contents .child:hover .link-arrow {
	transition: all 0.8s ease;
	right: 10px;
	mix-blend-mode: color-burn;
}

.top_contents .child:hover figure img {
	position: relative;
	transform: scale(1.2);
	opacity: 1 !important;
}

.top_contents .child:hover .txt-box {
	transition: all 0.8s ease;
	background-color: rgb(26, 26, 26);
}

.top_contents .child:hover .txt {
	display: block;
	bottom: 0;
	left: 110px;
	color: #fff;
	text-align: left;
	padding: 56px 0 0 30px;
}

.top_contents .child .txt-box {
	position: relative;
}

.top_contents .child .ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 10px;
	border: 1px solid #fff;
	font-size: 1rem;
	text-align: center;
	transition: all 0.8s ease;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	color: rgb(255, 255, 255);
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	width: 80%;
}

.top_contents .child .subttl {
	position: absolute;
	bottom: 20px;
	right: 150px;
	margin: 0 auto;
	text-align: center;
	font-style: normal;
	letter-spacing: 0.1em;
	letter-spacing: 0.3em;
	font-size: .8rem;
	color: #fff;
}




.arrow-line {
	position: absolute;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	outline: none;
	width: 150px;
	bottom: 50px;
	right: 50px;
}


.arrow-line:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 200px;
	height: 1px;
	background: #fff;
}

.arrow-line:after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 10px;
	width: 21px;
	height: 11px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
}

.arrow-line:before {
	animation: arrowlong01 2s ease infinite;
}

.arrow-line:after {
	animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01 {
	0% {
		width: 0;
		opacity: 0;
	}

	20% {
		width: 0;
		opacity: 1;
	}

	80% {
		width: 105%;
		opacity: 1;
	}

	100% {
		width: 105%;
		opacity: 0;
	}
}

@keyframes arrowlong02 {
	0% {
		left: 0;
		opacity: 0;
	}

	20% {
		left: 0;
		opacity: 1;
	}

	80% {
		left: 100%;
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}
}

@media all and (max-width: 1100px) {

	.top_contents {
		width: 98%;
	}

	.top_contents .child .ttl {
		padding: 8px 16px;
		font-size: .9rem;
	}

	.top_contents .child .subttl {
		right: 100px;
		bottom: 12px;
	}

	.arrow-line {
		width: 60px;
		bottom: 8px;
		right: 40px;
	}
}

@media all and (max-width: 896px) {
	.top_contents .child {
		margin-bottom: 20px;
		width: calc(50% - 1%);
	}

	.top_contents .child:hover .txt {
		position: initial;
		padding: 0 0 0 0;
		text-align: center;
	}

	.top_contents .child .subttl {
		right: 70px;
		bottom: 10px;
		font-size: .8rem;
	}

	.arrow-line {
		width: 70px;
		bottom: 40px;
	}
}

@media all and (max-width: 639px) {
	.top_contents {
		flex-direction: column;
		width: 95%;
	}

	.top_contents .child {
		width: 100%;
	}

	.top_contents .child a img {
		height: 250px;
	}

	.top_contents .child .ttl {
		padding: 15px;
		font-size: 1.0rem;
		line-height: 1.5;
	}


	.top_contents .child .ttl span {
		font-size: 2rem;
	}

	.top_contents .child .subttl {
		right: 50px;
	}

	.arrow-line {
		width: 50px;
	}

	.arrow-line:after {
		bottom: -3px;
		width: 18px;
	}
}

#slider_psvxvi_1739515231 .main_catch .swiper-wrapper .main_catch__inner ul {
	padding: 20px !important;
}

#slider_psvxvi_1739515231 .main_catch .swiper-wrapper .main_catch__inner ul li span {
	text-shadow: 0px 0px 5px rgba(153, 138, 121, 0.5), 0px 0px 3px rgba(153, 138, 121, 0.75), 0px 0px 10px rgba(153, 138, 121, 0.5), 0px 0px 20px rgba(153, 138, 121, 0.5), 0px 0px 20px rgba(153, 138, 121, 0.5), 0px 0px 20px rgba(153, 138, 121, 0.5), 0px 0px 20px rgba(153, 138, 121, 0.5);
	padding: 5px !important;

}

.spbr {
	display: none;
}

.pcbr {
	display: block;
}

.sp_bottombtn {
	display: none;
}

#newsbox {
	position: relative;
	padding-top: 65px;

}

#newsbox .single_news iframe {
	max-width: 100% !important;

}