@charset "utf-8";
/*
  CSS のみのドロップダウンメニュー
  Copyright Rectus Inc, 2019
  https://www.rectus.co.jp/
  Released under the MIT license
 */





/********* フッター *************************************************/

.grid_foot {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.grid_foot_add {
    grid-column: span 4 / span 4;
}
.grid_foot_menu {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
@media only screen and (max-width: 1032px) {
.grid_foot {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
}
.grid_foot_add {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.grid_foot_menu {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
}
.grid_footadd {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.grid_footadd_logo {
    grid-column: span 4 / span 4;
}
.grid_footadd_txt {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
@media only screen and (max-width: 1032px) {
.grid_footadd {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
}



#footer {
  display: block;
  margin: 0 auto;
  padding: 0 0;
	background-color: #eeeeee;
	color: #000;
}
#footer-in {
  position: relative;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
    padding-bottom: 24px;
}
@media only screen and (max-width: 1080px) {
#footer-in {
  padding: 40px 16px;
}
}

@media only screen and (max-width: 1032px) {
  #footer-in {
    padding: 32px 16px;
	padding-top: 0;
	border-top: none;
}
}


.copy {
  text-box-trim: trim-both;
display: block;
padding: 24px;
    margin-top: 0;
text-align: center;
line-height: 1.5;
    color: #FFF;
    background-color: #2fb5dc;
}
.copy p {
line-height: 1.5;
margin-bottom: 0;
}
.copy_img {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 220px;
}
.grid_copy {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
  place-content: center;
}
.grid_copy_logo {
    grid-column: span 1 / span 1;
}

.grid_copy_logo .imagecneter00 {
width: 100% !important;
}
.grid_copy_txt {
    grid-column: span 9 / span 9;
  place-content: center;
}
@media screen and (max-width: 1032px) {
.copy {
display: block;
}
.grid_copy {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
.grid_copy_logo {
    grid-column: span 2 / span 2;
}
.grid_copy_txt {
    grid-column: span 9 / span 9;
}
}




ul.bt_foot_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px 0;
	margin-bottom: 0;
	padding: 0;
}
ul.bt_foot_sns li {
	display: inline-block;
	padding: 0;
	margin: 0 4px;
	text-decoration: none;
}

ul.bt_foot_sns li img {
max-width: 40px !important;
}
@media only screen and (max-width: 1032px) {
ul.bt_foot_sns {
	margin: 8px 0;
	margin-bottom: 0;
}
}




ul.bt_foot_sns li a:hover img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}



.foot_add_flex {
    display: block;
	margin-bottom: 8px;
}
.foot_add_grid_mail,
.foot_add_grid_tel {
display: inline-block;
margin: 0;
}

.foot_add_grid_mail {
margin-bottom: 8px;
}
@media only screen and (max-width: 1032px) {
.foot_add_flex {
display: none;
/*    display: flex;*/
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.foot_add_grid_mail,
.foot_add_grid_tel {
display: inline-block;
max-width: calc(100% / 2 - 8px);
text-align: center;
margin: 0 4px;
}

.foot_add_grid_mail {
margin-bottom: 16px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.foot_add_grid_mail {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
}

p.foot_add_txt {
margin-bottom: 0;
line-height: 1.5;
display: block;
}
p.foot_add_txt_pc {
margin-bottom: 0;
line-height: 1.5;
display: block;
}
p.foot_add_txt_sp {
display: none;
}
@media only screen and (max-width: 1032px) {
p.foot_add_txt {
text-align: center;
}
p.foot_add_txt_pc {
display: none;
}
p.foot_add_txt_sp {
margin-bottom: 0;
display: block;
text-align: center;
}
}



 

/************************
/ ページトップボタン
/************************/
#go-to-top {bottom: 68px;}

.footerMenu_aki {
display: none;
}

#footerMenu {
	display: none;
}

@media screen and (max-width: 1032px) {
.footerMenu_aki {
display: block;
padding-top: 60px;
}

#footerMenu {
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	overflow: none;
	left: 0;
	transition: all 0.4s ease-in-out;
}
#footerMenu.show {
	height: 60px;
	padding: 0 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.footerMenu {
position: relative;
	display: block;
margin: 0 auto;
color: #FFF;
}
}




ul.footerMenulist {
    display:flex;
    flex-wrap:wrap;
margin: 0;
padding: 0;
	height: 60px;
justify-content: center;
align-items: center;
}
ul.footerMenulist li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: inline-block;
	line-height: 150%;
width: calc(100% / 2 );
	vertical-align: middle;
	text-align: center;
	box-sizing:border-box;
}
ul.footerMenulist li a {
display: flex;
background-color: #e18c41;
color: #FFFF;
width: 100%;
	height: 100%;
align-items: center;
justify-content: center;
}
ul.footerMenulist li:nth-child(2) a {
background-color: #64a137;
}
ul.footerMenulist li .imagecenter00 {
width: auto;
max-height: 60px;
}




ul.footerMenulist li a:hover {
	background-color: #EEE;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/*フッターモバイルポップアップ*/
.mobile-footer-menu-buttons .menu-button .fas,
.mobile-footer-menu-buttons .menu-button .far {
  color: #FFF;
}
.mobile-footer-menu-buttons .menu-button {
background-color: #4cb29d;
  border-left: 1px solid #FFF;
}
.mobile-footer-menu-buttons .menu-button::first-child {
background-color: #4cb29d !important;
  border-left: none;
}
.mobile-footer-menu-buttons .menu-button a {
  color: #FFF;
}


.foot_add_pc {
display: block;
}
.foot_add_pad {
display: none;
}
@media screen and (max-width: 1032px) {
.foot_add_pc {
display: none;
}
.foot_add_pad {
display: block;
}
}

.footer-bottom {
display: block;
  margin: 0;
  padding: 0;
}
.foot_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.foot_flex_left {
order: 1;
display: block;
max-width: 320px;
width: 32%;
}
.foot_flex_right {
order: 2;
display: block;
  width: calc(68% - 24px);
  max-width: 680px;
}


@media screen and (max-width: 1032px) {
.foot_flex {
  display: block;
}
.foot_flex_left {
max-width: inherit;
padding: 0 2em;
width: auto;
margin: 0 auto;
margin-top: 16px;
text-align: center;
}
.foot_flex_right {
width: auto;
max-width: inherit;
  margin-left: auto;

}
}

.footlogo {
display: block;
margin: 0 auto;
max-width: 260px;
}

@media screen and (max-width: 1032px) {
.footlogo {
display: block;
margin: 0 auto;
max-width: 240px;
}
}


.footer_menu_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1032px) {
.footer_menu_box {
  display: block;
}
}

ul.foot_sns {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
margin-top: 8px;
padding: 0;
}
ul.foot_sns li {
display: inline-block;
margin: 0 4px;
padding: 0;
}
ul.foot_sns li i {
color: #479557;
}
ul.foot_sns li i.color_line {
color: #479557;
}

ul.foot_sns li i.color_insta {
color: #479557;
}



ul.foot_menu {
margin: 0;
padding: 0;
}
ul.foot_menu li {
position: relative;
list-style: none;
line-height: 150%;
margin: 0;
padding: 0;
margin-bottom: 8px;
color: #000;
}

ul.foot_menu li a {
position: relative;
display: block;
font-weight: bold;
color: #000 !important;
}
ul.foot_menu li:last-child {
margin-bottom: 0;
}

ul.foot_menu li a:hover {
text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.foot_menu li ul li {
margin-bottom: 0;
margin-left: 1em;
}

ul.foot_menu li ul li a {
font-weight: normal;
}



ul.foot_menu li:nth-child(n+2) {
margin-top: 0;
}
ul.foot_menu li ul li:first-child {
margin-top: 0;
}
ul.foot_menu li ul li:nth-child(n+2) {
margin-top: 0;
}

@media screen and (max-width: 1032px) {

ul.foot_menu {
margin: 0 -16px;
margin-bottom: 0;
padding: 0;
width: auto;
}
ul.foot_menu li {
margin-bottom: 0;
color: #FFF;
}

ul.foot_menu li a {
padding: 16px 16px;
color: #FFF !important;
	    border: 1px solid #68e9ff;
    background-color: #9bf1ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9bf1ff), to(#4fd4f5));
    background-image: -webkit-linear-gradient(top, #9bf1ff, #4fd4f5);
    background-image: -moz-linear-gradient(top, #9bf1ff, #4fd4f5);
    background-image: -ms-linear-gradient(top, #9bf1ff, #4fd4f5);
    background-image: -o-linear-gradient(top, #9bf1ff, #4fd4f5);
    background-image: linear-gradient(to bottom, #9bf1ff, #4fd4f5);
margin-bottom: 0;
}
ul.foot_menu li a:hover {
text-decoration: none;
color: #FFF !important;
}
ul.foot_menu li ul {
margin: 0;
padding: 0;
}

ul.foot_menu li ul li {
margin: 0;
display: block;
padding: 0;
color: #000;
}
ul.foot_menu li ul li a {
padding: 10px 16px;
color: #000 !important;
    border: 1px solid #d7dada;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
}

ul.foot_menu li ul li {
margin-right: 0;
}
ul.foot_menu li ul li a {
padding-right: 0;
margin-right: 0;
}
}


@media screen and (max-width: 1032px) {
  ul.foot_menu ul.sub-menu {
    display: none;  /* 初期は非表示 */
    padding: 0;
    margin: 0;
  }

  ul.foot_menu li.has-submenu > a::after {
    content: "＋";
    float: right;
    color: #00a0e9;
    font-size: 80%;
  }

  ul.foot_menu li.open > a::after {
    content: "－";
  }
}


.footer_schList {
display: block;
	margin: 0 auto;
	border: 2px #004DA1 solid;
	border-radius: 8px;
}
.footer_schList .ttl {
padding: 0.5em 1em;
background: #004DA1;
color: #FFF;
font-weight: bold;
border-radius: 8px 8px 0 0;
}
.footer_schList .ttl small {
		font-size: 80%;
}
.footer_schList ._list_wrap {
padding: 24px;
background: #FFFCDA;
	border: 2px #004DA1 solid;
border-radius: 0 0 8px 8px;
}



.grid_footer_schList {
  display: grid;
  gap: 16px;
  grid-template-columns: [label] 10em [input] 1fr;
}

.grid_footer_schList > .schList_name {
  grid-column: label;
  color: #0075c1;
font-weight: bold;
/*  place-content: center;*/
}

.grid_footer_schList > .schList_cont {
  grid-column: input;
font-weight: bold;
}

ul.list_footer_schList {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
ul.list_footer_schList li {
display: inline-block;
list-style: none;
margin: 0;
margin-right: 1em;
padding: 0;
}
ul.list_footer_schList li:nth-child(5n) {
width: 40%;
}
@media screen and (max-width: 1032px) {
ul.list_footer_schList li:nth-child(5n) {
width: inherit;
}
}



.footer_schList ._list_wrap ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.footer_schList ._list_wrap ._inner_wrap {
				display: flex;
			}
				.footer_schList ._list_wrap ._inner_wrap .pre {
					display: block;
					width: 9em;
					height: 100%;
					color: #0075c1;
					font-weight: bold;
					font-size: 150%;
					font-size: 160%;
				}
				.footer_schList ._list_wrap ._inner_wrap li {
					display: inline-block;
					list-style: none;
					margin: 0 .5em .5em;
					font-weight: bold;
					font-size: 140%;
				}
				.footer_schList ._list_wrap ._inner_wrap ._sub {
					display: flex;
					font-size: 140%;
				}
					.footer_schList ._list_wrap ._inner_wrap ._sub dt {
						margin: 0 .5em .5em;
						margin-right: 0;
						padding: 0 .5em;
						background: #595757;
						color: #f9f8ee;
						font-weight: bold;
					}
					.footer_schList ._list_wrap ._inner_wrap ._sub dd {
						margin: 0 .5em .5em;
						font-weight: bold;
					}
				.footer_schList ._list_wrap ._inner_wrap * + ._sub {
					margin-top: 8px;
				}
			.footer_schList ._list_wrap ._inner_wrap + ._inner_wrap {
				margin-top: 20px;
			}
@media only screen and (max-width: 640px) {
	.footer_schList .ttl small {
		display: block;
		margin-top: 8px;
	}
	.footer_schList ._list_wrap ._inner_wrap .pre {
		min-width: 9em;
	}
}

