@charset "UTF-8";

.t-first_load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 90000;
}

.t-all_wrap{
	overflow:  hidden;
}

/* -----------------------------------------------------------------------------
.t-header
----------------------------------------------------------------------------- */

.t-header{
	position: relative;
	z-index: 50000;
}

.t-header_func_wrap{
	padding: 15px 0 15px 25px;
    height: 61px;
}

.t-header_func{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
}
.t-header_logo a {
	display: inline-block;
}
.t-header_logo a:hover {
	opacity: 0.5;
}
.t-header_logo img {
    width: 230px;
    height: 31px;
}
/* sp */
@media screen and (max-width: 750px) {
	
	.t-header_func_wrap{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 50000;
        padding-right: 0;
        height: 61px;
	}
	
}

/* .t-main_nav_switch */

.t-main_nav_switch{
	display: none;
}

@media screen and (max-width: 750px) {
	.t-main_nav_switch{
		cursor: pointer;
		display: block;
		width: 61px;
        height: 61px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.t-main_nav_switch_in{
		position: relative;
		width: 3.0rem;
		height: 2.4rem;
		margin: 0 auto;
	}
	
	.t-bar{
		position: absolute;
		left: 0;
		width: 3rem;
		height: 0.3rem;
		background-color: #00979C;
		transform-origin: 0% 50%;
		
	}
	
	.nav_anime .t-bar{
		transition: top 0.4s ease 0s,left 0.4s ease 0s,transform 0.4s ease 0s;
	}
	
	.t-bar.bar01{
		top: 0;
	}
	
	
	.t-bar.bar02{
		top: 1.05rem;
	}
	
	.t-bar.bar03{
		top: 2.1rem;
	}
	
	.t-main_nav_switch_text{
		font-size: 1.0rem;
		font-weight: 700;
		white-space: nowrap;
		color: #00979C;
		line-height: 1;
		margin: 0.5rem 0 0 0;
		text-align: center;
		
	}
	
	.nav_active .t-bar.bar01{
		transform: rotate(45deg);
	}
	
	
	.nav_active .t-bar.bar02{
		display: none;
	}
	
	.nav_active .t-bar.bar03{
		transform: rotate(-45deg);
	}
	
	.nav_active .t-bar{
		left: 0.7rem;
	}
	
}

/* -----------------------------------------------------------------------------
.t-main_nav
----------------------------------------------------------------------------- */

@media all and (-ms-high-contrast:none){
	.t-main_nav_list_obj_text{
		padding-top: 1rem;
	}
}

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

	.t-main_nav{
		display: block !important;
		position: relative;
		height: 10.0rem;
		background-color: #118589;
		color: #fff;
	}

	.t-main_nav_in{
		height: 100%;
	}

	.t-main_nav_content{
		height: 100%;
	}

	.t-main_nav_list_wrap{
		height: 100%;
		margin: 0 -2.5rem;
	}

	.t-main_nav_list{
		height: 100%;
		display: flex;
	}

	.t-main_nav_list_item{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

		.t-main_nav_list_item{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	/*
	.t-main_nav_list_item:first-child,
	.t-main_nav_list_item:last-child{
		flex-grow: 0;
	}*/

	.t-main_nav_list_block{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.t-main_nav_list_link{
		text-decoration: none !important;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.t-main_nav_list_block_in{
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
		transition: background-color 0.4s ease 0s;
		padding: 0 2.5rem;
	}

	.normal .t-main_nav_list_item:hover .t-main_nav_list_block_in{
		background-color: #00595c;
	}

	.t-main_nav_list_obj{
		display: flex;
		align-items: center;
	}

	.t-main_nav_list_obj_img{
		margin: 0 1.0rem 0 0;
		width: 5.0rem;
		height: 5.0rem;
	}

	.t-main_nav_list_obj_img img{
		width: 100%;
		height: 100%;
	}

	.t-main_nav_list_obj_text{
		font-size: 2.6rem;
		line-height: 1.15;
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-weight: 600;
	}


	.t-main_nav_child{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		display: none;
		white-space: nowrap;
	}

	.t-main_nav_child_in{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #00595c;
		padding: 3.0rem 0 4rem 0;
	}
	
		.t-main_nav_child_in{
			display: block !important;
			opacity: 1 !important;
		}

}

@media screen and (max-width: 750px) {
	
	.t-main_nav{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #118589;
		color: #fff;
		height: 0;
		overflow:  hidden;
	}

	.nav_active .t-main_nav{
		height: 100%;
	}

	.nav_anime  .t-main_nav{
		transition: height 0.4s ease 0s;
	}

	.t-main_nav_in{
		padding: 6rem 0 0 0;
		height: 100%;
	}

	.t-main_nav_content{
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 0;
	}

	.t-main_nav_list_wrap{
	}

	.t-main_nav_list_wrap:last-child{
		}

	.t-main_nav_list{
	}

	.t-main_nav_list_item{
		border-bottom: 0.1rem solid #fff;
	}

	/*
	.t-main_nav_list_item:first-child,
	.t-main_nav_list_item:last-child{
		flex-grow: 0;
	}*/

	.t-main_nav_list_block{
	}

	.t-main_nav_list_link{
		text-decoration: none !important;
		display: block;
	}

	.t-main_nav_list_block_in{
		padding: 1.5rem 2rem;
		min-height: 5rem;
	}


	.t-main_nav_list_obj{
		display: flex;
		align-items: center;
	}

	.t-main_nav_list_obj_img{
		margin: 0 1.0rem 0 0;
		width: 4.0rem;
		height: 4.0rem;
	}

	.t-main_nav_list_obj_img img{
		width: 100%;
	}

	.t-main_nav_list_obj_text{
		font-size: 1.6rem;
		line-height: 1.15;
		font-family: dnp-shuei-mgothic-std, sans-serif;
		font-weight: 600;
	}
	
	.t-main_nav_list_item{
		position: relative;
	}
	
	.t-main_nav_child{
	}
	
	.t-main_nav_child:before{
		content: "";
		position: absolute;
		top: 3.5rem;
		right: 2rem;
		pointer-events: none;
		width: 0;
		height: 0;
		margin: -0.3em 0 0 0;
		border-style: solid;
		border-width: 1.2rem 0.8rem  0 0.8rem;
		border-color: #fff transparent transparent transparent;
		transform-origin: 50% 50%;
		transform: rotate(0deg);
	}
	
	.t-main_nav_list_item.active .t-main_nav_child:before{
		transform: rotate(180deg);
	}
	
	.t-main_nav_child{
		display: block !important;
		opacity: 1 !important;
	}

	.t-main_nav_child_in{
		display: none;
		padding: 0;
	}
	
	.t-main_nav_child_content{
		border-top: 0.1rem solid #fff;
		background-color: #00595c;
		padding: 3rem 2.0rem;
	}
	
}

/* .t-main_nav_child_list_area  */

.t-main_nav_child_list_area{
	margin: 0 -6rem 0 0;
	display: flex;
	flex-wrap: wrap;
}

.t-main_nav_child_list_wrap{
	padding: 0 6rem 0 0;
}

@media screen and (max-width: 750px) {
	.t-main_nav_child_list_area{
		margin: 0 0 -3rem 0;
	}
	
	.t-main_nav_child_list_wrap{
		padding:  0 0 3rem 0;
	}
	
}

.t-main_nav_child_list_row{
	display: flex;
	margin: 0 -5em -1em 0;
}

.t-main_nav_child_list_col{
	max-width: 50%;
	padding: 0 5em 1em 0;
}

@media screen and (max-width: 750px) {
	.t-main_nav_child_list_row{
		flex-wrap: wrap;
	}

	.t-main_nav_child_list_col{
		width: 100%;
		max-width: none;
	}
	
	.t-main_nav_child_list_col:first-child{
		padding-top: 0;
	}
	
}

.t-main_nav_list_child_text:before{
	border-color: transparent transparent transparent #fff !important;
}

/* ------------------------- .t-main_nav_child_list_area ------------------------- */

.t-main_nav_child_list_area{
	font-size: 1.87rem;
}

.t-main_nav_child_list_wrap{
}

.t-main_nav_child_list{
	flex-wrap: wrap;
	line-height: 1.3;
	margin: 0 -3em -1em 0;
}

.t-main_nav_child_list_item{
	padding: 0 3em 1em 0;
}

.t-main_nav_list_child_link{
	display: block;
	text-decoration: none !important;
	transition: opacity 0.4s ease 0s;
}

.normal .t-main_nav_list_child_link:hover{
	opacity: 0.7;
}

.t-main_nav_list_child_text{
	position: relative;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	padding: 0 0 0 1em;
}

.t-main_nav_list_child_text p{
	margin: 0 0 0 -0.1em;
}

.t-main_nav_list_child_text:before{
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #000;
}
	
.t-main_nav_child_list_title{
	font-size: 2.2rem;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	margin: 0 0 2rem 0;
}

.t-main_nav_child_list_title + *{
	padding: 0 0 0 2.2rem;
}

.t-main_nav_child_list_item .t-main_nav_child_list{
	padding: 1em 0 0 1em;
}


@media screen and (max-width: 750px) {
	
	.t-main_nav_child_list_area{
		font-size: 1.4rem;
	}
	
	.t-main_nav_child_list_wrap{
	}

	.t-main_nav_child_list_title{
		font-size: 1.6rem;
		margin: 0 0 1.0rem 0;
	}
	
	.t-main_nav_child_list_title + *{
		padding: 0 0 0 1.6rem;
	}
	
}

/* -----------------------------------------------------------------------------
.t-main
----------------------------------------------------------------------------- */


.t-main .c-main_content_wrap{
	padding-top: 12.0rem;
	padding-bottom: 14.0rem;
}

@media screen and (max-width: 750px) {
	.t-main .c-main_content_wrap{
		padding-top: 6.0rem;
		padding-bottom: 6.0rem;
	}
}

/* -----------------------------------------------------------------------------
.t-footer
----------------------------------------------------------------------------- */

.t-footer{
	overflow: hidden;
}

/* .t-footer_content01_wrap */

.t-footer_content01_wrap{
	/*height: 41.5rem;
	font-size: 3.4rem;
	background-color: #C8C9CA;*/
}

.t-footer_content01{
	/*height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;*/
}

/* .t-footer_content02_wrap */

.t-footer_content02_wrap{
	background-color: #0F8FBF;
	color: #fff;
	padding-top: 2.0rem;
	padding-bottom: 2.0rem;
}

.t-footer_content02{
	max-width: 140.0rem;
}

.t-footer_content02_in{
	display: flex;
	justify-content: space-between;
	line-height: 1;
}

.t-footer_link_list_wrap{
	font-size: 1.7rem;
}

.t-footer_link_list{
	display: flex;
	margin: 0 -3.0rem -1.0rem 0;
}

.t-footer_link_list_item{
	padding: 0 3.0rem 1.0rem 0;
}

/* .t-footer_copy */

.t-footer_copy{
	font-size: 1.7rem;
}

@media screen and (max-width: 750px) {
	
.t-footer{
	
}

/* .t-footer_content01_wrap */

.t-footer_content01_wrap{
	font-size: 1.7rem;
}

/* .t-footer_content02_wrap */

.t-footer_content02_wrap{
	padding-top: 4.0rem;
	padding-bottom: 2.0rem;
}

.t-footer_content02{
	max-width: none;
}

.t-footer_content02_in{
	display: block;
}

.t-footer_link_list_wrap{
	font-size: 1.7rem;
}

.t-footer_link_list{
	display: block;
	margin: 0;
}

.t-footer_link_list_item{
	padding: 0 0rem 2.0rem 0;
}
	
.t-footer_link_list_item:last-child{
	padding-bottom: 0;
}
	
	.t-footer_link_list_item a{
		position: relative;
		display: inline-block;
		vertical-align: bottom;
		padding-left: 1em;
	}
	
.t-footer_link_list_item a:before{
	content: "";
	position: absolute;
	top: 0.15em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #fff;
}

/* .t-footer_copy */

.t-footer_copy{
	margin: 4.0rem 0 0 0;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
}
	
}


.t-footer_content01_wrap{
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #eee;
}

/* .t-footer_nav_child_list_area  */
	

	
.t-footer_nav_child_list_zone{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -3rem -3rem 0;
}

.t-footer_nav_child_list_area{
	max-width: 33.3%;
	padding: 0 3rem 3rem 0;
}

.t-footer_nav_child_list_wrap{
	margin: 0 0 3rem 0;
}

@media screen and (max-width: 750px) {
	.t-footer_nav_child_list_zone{
		display: flex;
		flex-wrap: wrap;
	}
	
	.t-footer_nav_child_list_area{
		max-width: 100%;
		width: 100%;
	}
	
	.t-footer_nav_child_list_wrap:last-child{
		margin: 0 0 0 0;
	}
	
}

/* ------------------------- .t-footer_nav_child_list_area ------------------------- */

.t-footer_nav_child_list_area{
	font-size: 1.87rem;
}

.t-footer_nav_child_list_wrap{
}

.t-footer_nav_child_list_title + *{
	padding: 0 0 0 2rem;
}

.t-footer_nav_child_list{
	flex-wrap: wrap;
	line-height: 1.3;
	margin: 0 -3em -1em 0;
}

.t-footer_nav_child_list_item{
	padding: 0 3em 1em 0;
}

.t-footer_nav_list_child_link{
	display: block;
	text-decoration: none !important;
	transition: opacity 0.4s ease 0s;
}

.normal .t-footer_nav_list_child_link:hover{
	opacity: 0.7;
}

.t-footer_nav_list_child_text{
	position: relative;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	padding: 0 0 0 1em;
}

.t-footer_nav_list_child_text p{
	margin: 0 0 0 -0.1em;
}

.t-footer_nav_list_child_text:before{
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0 0.4em 0.6em;
	border-color: transparent transparent transparent #000;
}
	
.t-footer_nav_child_list_title{
	font-size: 2.2rem;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	margin: 0 0 2rem 0;
}

.t-footer_nav_child_list_item .t-footer_nav_child_list{
	padding: 1em 0 0 1em;
}


@media screen and (max-width: 750px) {
	
	.t-footer_nav_child_list_area{
		font-size: 1.4rem;
	}
	
	.t-footer_nav_child_list_wrap{
	}

	.t-footer_nav_child_list_title{
		font-size: 1.6rem;
		margin: 0 0 1.0rem 0;
	}
	
	.t-footer_nav_child_list_title + *{
		padding: 0 0 0 1.8rem;
	}
	
}


/* ------------------------- .footer_bottom ------------------------- */
footer .footer_bottom {
	background-color: #0F8FBF;
    text-align: center;
    font-size: 12px;
    /* height: 40px; */
    padding: 5px 0;
    color: #fff;
    display: flex;
}
footer .footer_bottom .footer_bottom_inner {
    width: 100%;
	max-width: 144.0rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
    line-height: 30px;
	row-gap: 10px;
}
footer .footer_bottom .footer_link a {
    color: #fff;
	margin-right: 20px;
}
footer .footer_bottom .footer_link a:hover {
    opacity: 1;
    text-decoration: underline;
}
.copyright {
	margin-left: auto;
}
@media screen and (max-width: 750px) {
    footer .footer_bottom {
        height: 160px;
        padding: 20px;
        font-size: 11px;
    }
    footer .footer_bottom .footer_bottom_inner {
        flex-wrap: wrap;
        align-content: space-between;
    }
    footer .footer_bottom .footer_bottom_inner .footer_link {
        display: flex;
        flex-flow: column;
        text-align: left;
        justify-content: flex-end;
		font-size: 14px;
        line-height: 28px;
        margin-top: -8px;
    }
    footer .footer_bottom .footer_bottom_inner .footer_link a {
        position: relative;
		padding-left: 17px;
        line-height: 28px;
    }
    footer .footer_bottom .footer_bottom_inner .footer_link a::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 11px;
        border-color: transparent transparent transparent #fff;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
    }
    .copyright {
        width: 100%;
		line-height: 17px;
        font-size: 11px;
		letter-spacing: 0.016rem;
    }
}