@charset "utf-8";
html{
	font-size: 100%;
}
body{
    font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #333;
	line-height: 1.7;
	background: var(--bg-color01);
}

@media screen and (max-width: 767px) {
	body{
		font-size: 1rem;
	}
}

/************************************************************/
/** 共通色 */

:root{
	--main-color: #103058;/*紺色 コントラストOK*/
	
	--sub-color01: #125B9A;/*青 コントラストOK*/
	--sub-color02: #D33E00;/*オレンジ コントラストOK*/
	--sub-color03: #FF8627;/*オレンジ コントラストNG*/
	--sub-color04: #1E8C63;/*緑 コントラストNG*/
	--sub-color05: #78BAA1;/*薄い緑 コントラストNG*/
	
	--bg-color01: #C5E4F1;/*薄い青*/
	--bg-color02: #FFCFA9;/*薄いオレンジ*/
	--bg-color03: #CBEAD4;/*薄い緑*/
	
	--font-zenmaru: "Zen Maru Gothic", sans-serif;/*見出し用フォント*/
}

/************************************************************/
/** 共通装飾 **/

a{
	color: var(--main-color);
	text-decoration: underline;
}
a::visited{
	color: var(--sub-color01);
}

img{
	max-width: 100%;
}

ul{
	list-style: none;
	padding-left: 0;
	margin-left: 15px;
}
/*ul.row{
	margin-left: 15px;
    margin-right: 0;
}*/
ol{
	margin-left: 15px;
	padding-left: 25px;
}
button{
	border: none;
	background: transparent;
}

@media (hover: hover) {
	a:hover{
		color: var(--sub-color02);
	}
}

@media screen and (max-width: 767px) {
	/*ol,ul,ul.row{
		margin-left: 0;
	}*/
}

/************************************************************/
/** ページトップ */

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99998;
}
#pagetop a {
    display: block;
    background: var(--sub-color03);
    width: 50px;
    height: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
	transition: all .3s ease;
}
#pagetop a::after{
	content: '';
    display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 0;
	border-bottom: 15px solid #fff;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .3s ease;
}

@media (hover: hover) {
	#pagetop a:hover::after{
		top: 10px;
	}
}

@media screen and (max-width:767px){
	#pagetop {
		bottom: 20px;
    	right: 20px;
	}
	#pagetop a {
		width: 36px;
    	height: 36px;
	}
	#pagetop a::after{
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-bottom: 10px solid #fff;
		top: 12px;
	}
}


/************************************************************/
/** 表示時の動き */

@media screen{
	body{
		animation: fadeIn 1s ease-in;
	}
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1
	}
}

/************************************************************/
/** header */

@media (hover: hover) {
	
}

@media screen and (max-width: 991px) {
	
}



/************************************************************/
/** サイト内検索 */


/*#headercontainer .search-open{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all .3s ease;
	z-index: 99999;
	cursor: pointer;
}
#headercontainer.is-open-search .search-open{
	height: 100vh;
	opacity: 1;
}
#headercontainer .search-open > div{
	display: none;
}
#headercontainer.is-open-search .search-open > div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.search-closebutton{
	position: relative;
	display: inline-block;
	margin: 20px 20px 0;;
	padding-left: 26px;
	font-family: var(--font-en);
	color: #fff;
	line-height: 1;
	cursor: pointer;
}
.search-closebutton::before,
.search-closebutton::after{
	content: '';
	display: block;
	width: 18px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 0;
}
.search-closebutton::before{
    transform: rotate(30deg);
}
.search-closebutton::after{
    transform: rotate(-30deg);
}*/

/*検索エリア*/

/*#___gcse_0{
	margin: 5px;
	background: #fff;
	border-radius: 30px;
}
#___gcse_0 .gsc-control-cse{
	padding: 0;
	border-radius: 30px;
	border: none;
}
#___gcse_1 .gsc-control-cse{
	padding: 0;
}
#___gcse_0 .gsc-input-box,
#___gcse_1 .gsc-input-box{
	border: none;
}
#___gcse_0 .gsc-input-box{
	border-radius: 30px;
}
#___gcse_0 form.gsc-search-box,
#___gcse_1 form.gsc-search-box{
	margin-bottom: 0;
}
#___gcse_1 form.gsc-search-box{
	width: 700px;
}
#___gcse_0 table,
#___gcse_1 table{
	margin-top: 0;
	margin-bottom: 0;
}
#___gcse_0 table td,
#___gcse_1 table td{
	background: none;
    border: none;
}
#___gcse_1 table.gsc-search-box td.gsc-input{
	padding-left: 20px;
}
#___gcse_1 table.gsc-search-box input.gsc-input{
	min-height: 42px;
}
#___gcse_0 .gsc-search-button{
	padding: 0 5px 0 0;
}
#___gcse_1 .gsc-search-button{
	padding: 10px 20px 10px 10px;
}
#___gcse_0 .gsc-search-button-v2,
#___gcse_1 .gsc-search-button-v2{
	border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-image: url("../imgs/common/ic_search.svg");
	background-color: var(--sub-color01);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	position: relative;
}

#___gcse_0 .gsc-search-button-v2 svg,
#___gcse_1 .gsc-search-button-v2 svg{
	display: none;
}
#___gcse_0 .gsib_b{
	padding: 0;
}
#___gcse_0 .gsst_a{
	padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
#___gcse_0 .gsst_a .gscb_a,
#___gcse_1 .gsst_a .gscb_a{
	color: var(--sub-color01);
}
.gstl_50.gssb_c{
	position: fixed!important;
	top: auto!important;
	bottom: 50%!important;
	left: 20px!important;
	transform: translateY(50%);
	z-index: 999999;
	margin-top: 10px;
}
.gstl_51.gssb_c{
	position: fixed!important;
	top: 50%!important;
	left: 50%!important;
	transform: translateX(-50%) translateY(30px);
	margin-top: 10px;
	z-index: 999999;
}
.gssb_a img{
	width: auto;
}

#___gcse_0 .gsst_a:hover .gscb_a,
#___gcse_1 .gsst_a:hover .gscb_a,
.gsst_a:focus .gscb_a{
	color: var(--main-color);
}*/


/************************************************************/
/** お知らせ **/

.news-linklist{
	margin: 0;
}
.news-linklist > li{
	margin: 10px 0;
	padding: 20px 30px 20px 30px;
	background: var(--bg-color03);
	border-radius: 30px;
	display: flex;
	align-items: center;
	transition: all .3s ease;
}
.news-linklist > li:has(> a){
	padding: 0;
	transition: all .3s ease;
}
.news-linklist > li > a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 60px 20px 30px;
	color: #333;
	text-decoration: none;
	position: relative;
}
.news-linklist > li > a::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 16px solid var(--sub-color03);
	border-right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto 0;
	transition: all .3s ease;
}
.news-linklist > li time{
	white-space: nowrap;
	font-size: 1.12rem;
	padding: 5px 30px;
	background: #fff;
	border-radius: 30px;
}
.news-linklist > li p{
	margin: 5px 0 0 20px;
	text-align: left;
}	

@media (hover: hover) {
	.news-linklist > li:has(> a:hover){
		background: var(--sub-color05);
	}
	.news-linklist > li > a:hover::after{
		right: 25px;
	}
}

@media screen and (max-width:767px){
	.news-linklist > li{
		flex-direction: column;
		align-items: flex-start;
		border-radius: 20px;
		padding: 15px 10px 15px 10px;
	}
	.news-linklist > li > a{
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 40px 15px 10px;
	}
	.news-linklist > li time{
		font-size: 1rem;
		padding: 3px 20px;
	}
	.news-linklist > li p{
		margin: 5px 0 0 0;
	}
	.news-linklist > li > a::after{
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 10px solid var(--sub-color03);
		right: 20px;
	}
}


/************************************************************/
/** footer */

#footercontainer{
	margin-top: 60px;
	margin-bottom: 60px;
}
.footer-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-illa{
	width: 280px;
}
.footer-illa img{
	width: 100%;
}
.footer-text{
	text-align: center;
	margin: 0 130px;
}
.footer-logo{
	font-size: 2rem;
	font-family: var(--font-zenmaru);
	font-weight: 500;
}
.footer-logo-hos{
	width: 240px;
	margin: 0 auto;
}
.footer-add{
	margin: 40px 0 20px;
}
.footer-add p{
	margin-bottom: 0;
}
.footer-tel{
	display: inline-block;
	font-size: 2.6rem;
	font-family: var(--font-zenmaru);
	font-weight: 500;
	color: var(--sub-color01);
	padding-left: 32px;
	position: relative;
}
.footer-tel::before{
	content: '';
	display: block;
	width: 25px;
	height: 32px;
	background: url("../imgs/common/icon-tel.png") center / contain no-repeat;
	position: absolute;
	top: 23px;
	left: 0;
}
.link-policy a{
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.link-policy a::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid var(--sub-color03);
	border-right: 0;
	position: absolute;
	top: 12px;
	left: 0;
	transition: all .3s ease;
}
.copyright{
	font-size: 1rem;
	color: #666;
	margin-bottom: 0;
}
.copyright-sp{
	display: none;
}

@media (hover: hover) {
	.link-policy a:hover::before{
		left: 5px;
	}
}

@media screen and (max-width:1400px){
	.footer-text{
		margin: 0 40px;
	}
}

@media screen and (max-width:1200px){
	.footer-illa{
		width: 230px;
	}
	.footer-logo{
		font-size: 1.68rem;
	}
}

@media screen and (max-width:991px){
	.footer-wrap{
		flex-direction: column;
	}
	.copyright{
		display: none;
	}
	.copyright-sp{
		display: block;
		text-align: center;
		font-size: 0.875rem;
		color: #666;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
}

@media screen and (max-width:767px){
	.footer-illa{
		width: 120px;
	}
	.footer-text{
		margin: 0 10px;
	}
	.footer-logo{
		margin-top: 20px;
		font-size: 1.31rem;
	}
	.footer-logo-hos{
		width: 215px;
	}
	.footer-add{
		margin: 10px 0 20px;
	}
	.link-policy a::before{
		top: 8px;
	}
}



