.scroll_tgl_wrap {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    z-index: 6665;
}
.navlogo {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding-top: 20px;
}
.navlogo img {
	max-width: 100%;
}
.navlogo_d {
	width: 200px;
	margin-left: 0;
	margin-right: auto;
    margin-bottom: 10px;
}
.navlogo_d img {
	max-width: 100%;
}

/*togglewrap.active*/
.togglewrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1111;
    transform: translateX(102%);
    background-color: #fefefe;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 80px 0 120px;
}
.toggle-img-inner {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.togglewrap_inner {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.togglewrap_inner p {
    color: #000;
}
.togglemenu {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d7e7f9;
    margin-left: auto;
    margin-right: auto;
}

#tgl_menu {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d7e7f9;
    margin-left: auto;
    margin-right: auto;
}
#tgl_menu ul {
	text-align: left;
}
#tgl_menu li {
	font-size: 11px;
	margin-right: 5px;
	list-style-type: none;
	display: -moz-box;
	display: inline-block;
	padding-right: 10px;
	margin-top: 15px;
}
#tgl_menu li a {
    font-size: 1.2em;
	padding-left: 18px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7e7f9;
	list-style-type: none;
    color: #000;
}
#tgl_menu li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	text-decoration: none;
}
#tgl_menu li:last-of-type a {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
#tgl_more {
    width: 100%;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#tgl_more ul {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#tgl_more li {
    display: table-cell;
    float: left;
    width: 33.3%;
    padding: 0 10px;
	font-size: 11px;
	list-style-type: none;
    margin-bottom: 10px;
}
#tgl_more li a {
    color: #fff;
    font-size: 1.0em;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    padding: 10px 0 10px;
    background-color: rgba(0,22,35,1.00);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#tgl_more li a i {
    display: block;
    font-size: 1.8rem;
    float: left;
    padding: 5px 20px 0 20px;
}
#tgl_more li a span {
	display: block;
    font-size: 1.0rem;
    font-family: 'Montserrat', sans-serif;
}
#tgl_more li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	text-decoration: none;
}
.navsns {
    padding-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.navsns span {
    display: inline-block;
    margin-right: 10px;
}
.navsns span a{
	display: block;
    padding: 0 10px;
    width: 50px;
    height: 50px;
    background-color: rgba(0,22,35,1.00);
    border-radius: 50%;        /* CSS3 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome*/  
    -moz-border-radius: 50%;   /* Firefox */
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	text-align: center;
}
.navsns span a i {
    font-size: 2em;
    color: #fff;
	line-height: 50px;
	vertical-align: middle;
}
.navsns span a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
.tgl_copy {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*----------------------
tglbnr
------------------------*/
#tgl_layer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#tgl_layer ul {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#tgl_layer li {
    width: 100%;
	list-style-type: none;
}
.tglbnr {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 20px auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tglbnr_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.tglbnr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tglbnr_txt_after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: stretch;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tglbnr_txt_before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    text-align: center;
}
.tglbnr_txtinner_down {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    color: #fff;
    padding-top: 10%;
    padding-bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.tglbnr_txtinner {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.tglbnr_txt_down {
    margin-top: auto;
	margin-bottom: auto;
}
.tglbnr_nextarrow {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    top: 31%;
    left: 14px;
    padding-top: 2px;
}
.tglbnr_nextarrow i {
    font-size: 2.0rem;
    color: #fff;
}
.tglbnr-bfont img {
    width: 190px;
    height: auto;
}
.tglbnr-bfont span {
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    display: block;
    line-height: 1.0;
	padding-top: 6px;
}
.tglbnr-bfont div {
    padding-top: 6px;
	font-size: 1.2rem;
    display: block;
}
.tglbnr a:hover .tglbnr_txt_after {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
@media screen and (min-width:1001px) and ( max-width:1600px) {
    .accordion-wrap ul li a span {
        font-size: calc(2.2rem + ((1vw - 0.3rem) * -1.1111));
    }
}
@media screen and (min-width:1001px) and ( max-width:1300px) {
    #tgl_more li {
        width: 50%;
    }
}
@media screen and (min-width:1001px) and ( max-width:1200px) {
    #tgl_layer li {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .togglewrap {
        width: 100%;
        overflow-y: scroll;
        padding: 60px 0 120px;
    }
    .togglewrap_inner {
        width: 90%;
    }
    .navlogo_d {
        width: 150px;
        margin-left: 5px;
    }
    .accordion-wrap ul li a {
        font-size: 0.9em;
    }
    #tgl_menu ul {
        text-align: left;
    }
    #tgl_menu li {
        margin-right: 0px;
    }
    #tgl_more li {
        width: 100%;
    }
    #tgl_more li a i {
        font-size: 1.6rem;
        padding: 4px 12px 0 10px;
    }
    #tgl_more li a span {
        font-size: 0.7rem;
    }
    #tgl_layer li {
        width: 100%;
    }
    .tgl_copy {
        text-align: left;
        padding-bottom: 120px;
		font-size: 0.8em;
    }
/*===*/
}
/*body.fixed*/
body.fixed{
    position: fixed;
    width:100%;
    height: 100%;
}
/*togglewrap.active*/
.togglewrap.active {
    transform: translateX(0%);
    overflow-y: scroll;
}
/*Toggle*/
.Toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 6666;
    background-color: #0c315b;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.Toggle::after {
    position: absolute;
    content: "MENU";
    font-size: 0.8rem;
    left: 26px;
    bottom: 7px;
    color: #fff;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 34px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 28px;
    padding-top: 5px;
}
#header.view .Toggle::after {
    color: #fff;
}
#header.view .Toggle span {
    border-bottom: solid 3px #fff;
}
.Toggle span:nth-child(1) {
    top: 23px;
}
.Toggle span:nth-child(2) {
    top: 30px;
}
.Toggle span:nth-child(3) {
    top: 37px;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {

}
.Toggle::after.tgl-active span {
    color: #fff;
}
.Toggle.tgl-active span {
    border-bottom: solid 3px #fff;
}
.Toggle.tgl-active span:nth-child(1) {
    top: 30px;
    left: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Toggle.tgl-active span:nth-child(2),
.Toggle.tgl-active span:nth-child(3) {
    top: 30px;
    left: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 1000px以下用の記述 */
@media screen and (max-width: 1000px) {
.scroll_tgl_wrap {
    width: 60px;
    height: 60px;
}
.Toggle {
    width: 60px;
    height: 60px;
}
.Toggle::after {
	left: 13px;
	bottom: 3px;
    font-size: 0.7rem;
}
.Toggle span {
	left: 14px;
}
.Toggle span:nth-child(1) {
    top: 11px;
}
.Toggle span:nth-child(2) {
    top: 18px;
}
.Toggle span:nth-child(3) {
    top: 25px;
}
.Toggle.tgl-active span:nth-child(1) {
    top: 18px;
    left: 12px;
}
.Toggle.tgl-active span:nth-child(2),
.Toggle.tgl-active span:nth-child(3) {
    top: 18px;
    left: 16px;
}
}
/*user*/
	.user2{
		background-color: #d7e7f9;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 8px;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}
.user2 li{
	list-style: none;
}
.user2 li i {
	font-size: 16px;
	margin-left: 5px;
	color: #0c315b;
	padding-right: 2px;
}
.user2 li a {
	position: relative;
	display: block;
	text-align: left;
	line-height: 60px;
    line-height: 1.5;
    color: #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.user2 li a:hover {
	text-decoration: none;
    color: #565656;
}
@media screen and (max-width: 767px){
	.user2{
		flex-wrap: wrap;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.user2 li{
		width: 50%;
		margin-bottom: 5px;
	}
}
/*accordion*/
.accordion-wrap {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.accordion-wrap ul {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.accordion-wrap ul > li {
    padding: 0 16px 10px 0;
}
.accordion-wrap ul li a {
    font-size: 1em;
    text-align: left;
    line-height: 1.3;
    color: #000;
    width: 100%;
    display: block;
    padding: 0 10px;
    border-left: 4px solid #AFD1E5;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.accordion-wrap ul li a:hover {
    text-decoration: none;
    color: #565656;
}
.accordion-wrap li.sub{
	margin-left: 10px;
}
.accordion-wrap li.sub a{
    border-left: 4px solid #C5D8E3;
}
.accordion-wrap li.sub2{
	margin-left: 20px;
}
.accordion-wrap li.sub2 a{
    border-left: 4px solid #d7e7f9;
}
.accordion {
	display: block;
    width: 33.3%;
    margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}
.accordion-title {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	color: #0c315b;
	padding-bottom: 10px;
	padding-right: 5%;
}
.accordion-title:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  content: "\f107";
    display: inline-block;
    float: right;
}
.accordion-title.open:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  content: "\f106";
    display: inline-block;
    float: right;
}
.accordion-box{
  padding: 0 0 0 5px;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.acc-down ul {
	width:100%;
    height: auto;
    text-decoration: none;
	display: block;
}
.acc-down ul li {
	display: block;
    width: 100%;
}
.acc-down ul li a {
	width: 100%;
}
@media screen and (max-width: 767px){
.accordion {
    width: 100%;
}
}
/* toggle_en */
.toggle_en_wrap{
	text-align: center;
	width: 100%;
}
.toggle_en_wrap .navlogo_d{
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
.toggle_en{
	margin-top: 60px;
	margin-bottom: 40px;
}
.toggle_en li{
	list-style: none;
	margin-bottom: 20px;
}
.toggle_en li a{
	width: 100%;
	font-family: 'Lora', serif;
	font-size: 1.4rem;
	transition: .3s;
}
.toggle_en li a:hover{
	opacity: 0.6;
	text-decoration: none;
}
.toggle_en_wrap p{
	display: inline-block;
	text-align: left;
	font-family: 'Lora', serif;
}
.toggle_en_wrap .navsns{
	text-align: center;
}
