@charset "UTF-8";

/*----------------------------------
共通
-----------------------------------*/
html {
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ol {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h2 {
	font-size: 140%;
}
body {
	font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
}

ul,ol {
	padding: 0;
	list-style: none;
}
.bbox {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
/* clearfix */
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
	font-size: 0;
}
.clear {
	clear: both;
}
a {
	color: #333;
	transition: 0.4s;
	text-decoration: none;
}
a:hover {
	color: #437722;
	font-weight: bold;
}
.gc {
	display: inline-block;
	font-size: 55%;
	line-height: 1;
	position: relative;
	top: 1px;
	margin-right: 2px;
}
.bg {
	position:fixed;
	z-index:-10;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	height:100dvh;
	background: radial-gradient(circle at 20% 30%,rgba(139, 199, 130, 0.1),transparent 50%),
radial-gradient(circle at 80% 70%,rgba(230, 230, 250, 1),transparent 50%),
#F8FFFC;
	background-size: cover;
}
/* border animation */
.bani a {
	display: block;
	padding-bottom: 2px;
	position: relative;
}
.bani a::before {
	background: #437722;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.bani a:hover::before,
.now a::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.now a {
	color: #437722;
	font-weight: bold;
}
/* border animation */
.bani02 a {
	padding: 0 5px 10px 10px;
	position: relative;
}
.bani02 a::before {
	background: #437722;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: left top;
	transform: scale(1, 1);
	transition: transform .3s;
}
.bani02 a:hover::before {
	transform-origin: right top;
	transform: scale(0, 1);
}
/* アイコン設定 */
.material-symbols-outlined {
	font-size: 1.3rem;
	position: absolute;
	bottom: 0.1rem;
	right: 0;
}
main .material-symbols-outlined {
	font-size: 140%;
	position: relative;
	top: 0.2em;
	display: inline-block;
	color: #437722;
	transition: transform 0.3s ease;
	margin-left: 0.5em;
}
main a:hover .material-symbols-outlined {
	transform: translateX(5px);
}
.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
.common p {
	font-size: 40px;
	line-height: 2.5;
}
}
/*----------------------------------
レイアウト設定
-----------------------------------*/
.container {
	width: 95%;
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}
header + div {
	margin-top: 100px;
}
/*----------------------------------
header
-----------------------------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	transition: background-color 0.3s;
	z-index: 9999;
	padding-bottom: 10px;
}
header h1 {
	width: 250px;
	font-size: 140%;
	line-height: 1.2;
	float: left;
}
header h1 span {
	font-size: 60%;
}
header h1 a {
	padding-left: 45px;
	font-size: 100%;
	background: url(../images/logo.png) no-repeat left 6px;
	background-size: 40px;
	display: inline-block;
	position: relative;
	padding-bottom: 30px;
}
header h1 a:hover {
	color: #000;
	opacity: 0.7;
}
header h1 a span.bar {
	position: absolute;
	bottom: 0;
	display: block;
	background-color: #fff;
	text-align: center;
	width: 100%;
	left: 0;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 60%;
	box-sizing: border-box;
	transition: 0.5s;
	border: 1px solid #fff;
}
header.hscroll {
	background-color: #fff;
}
header.hscroll h1 a span.bar {
	border: 1px solid #8bc782;
	color: #8bc782;
}
header .container {
	position: relative;
}
/*----------------------------------
nav
-----------------------------------*/
header label {
	display: none;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
	position: absolute;
	left: -9999px;
}
.nvwrap {
	width: 520px;
	height: 100%;
	float: right;
	padding-top: 20px;
}
.navarrow,navanoter {
	display: none;
}
/* #nav1 */
.nvwrap ul#nav1 {
	display: flex;
	justify-content: space-between;
	width: 380px;
	float: right;
	margin-bottom: 10px;
}
.nvwrap ul#nav1 li:nth-child(3) {
	border-right: 1px solid #333;
	padding-right: 20px;
}
.nvwrap ul#nav1 li a {
	font-weight: 400;
	font-size: 0.9rem;
	display: block;
}
.nvwrap ul#nav1 li:last-child,
.nvwrap ul#nav1 li:nth-child(2) {
	padding-right: 1.4rem;
	position: relative;
}
.nvwrap ul#nav1 li:last-child a .material-symbols-outlined,
.nvwrap ul#nav1 li:nth-child(2) a .material-symbols-outlined {
	transition: 0.3s;
}
.nvwrap ul#nav1 li:last-child a:hover .material-symbols-outlined,
.nvwrap ul#nav1 li:nth-child(2) a:hover .material-symbols-outlined {
	transform: translateX(1px) translateY(-1px);
}
/* nav */
nav {
	width: 520px;
	float: right;
}
nav ul {
	display: flex;
	justify-content: space-between;
}
nav ul li a {
	font-weight: bold;
}
/* #nav2 */
.nvwrap ul#nav2 {
	position: fixed;
	top: 20vh;
	right: 0;
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 0.7s ease-out, transform 1s ease-out;
}
.nvwrap ul#nav2.navscroll {
	opacity: 1;
	transform: translateX(0);
}
.nvwrap ul#nav2 li {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin-bottom: 1rem;
}
.nvwrap ul#nav2 li a {
	background: linear-gradient(129deg,rgba(213, 152, 237, 1) 0%,  rgba(243, 196, 255, 1) 100%)  rgba(243, 196, 255, 1);
	display: block;
	padding: 15px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.1rem;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	transition: 0.3s;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
.nvwrap ul#nav2 li a .material-symbols-outlined {
	font-size: 1.3rem;
	position: relative;
	margin-top: 0.5rem;
	transform: rotate(-90deg);
}
.nvwrap ul#nav2 li a:hover {
	background: #fff;
	color: rgba(213, 152, 237, 1);
	text-shadow: 1px 1px 3px #fff;
	border-top: 1px solid rgba(213, 152, 237, 1);
	border-bottom: 1px solid rgba(213, 152, 237, 1);
	border-left: 1px solid rgba(213, 152, 237, 1);
}
.nvwrap ul#nav2 li br {
	display: none;
}
@media screen and (max-width: 1200px) {
.nvwrap ul#nav1 li a::before {
  height: 0px;
}
.nvwrap ul#nav1 li:nth-child(3) {
	border-right: none;
	padding-right: 0;
}
/* humberger menu */
.menu-icon:checked ~ label,
.menu-icon:not(:checked) ~ label{
	position: fixed;
	top: 10px;
	right: 10px;
	display: block;
	width: 65px;
	height: 20px;
	padding: 45px 0 0 0;
	margin: 0;
	cursor: pointer;
	z-index: 9999;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	background-color: #dda0dd;
	animation: border-transform 7s linear infinite;
	transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
		background-color 800ms;
}
@keyframes border-transform{
	0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
.menu-icon:checked ~ label {
	background-color: #eee8aa;
	color: #000;
}
.menu-icon:checked ~ label:before,
.menu-icon:not(:checked) ~ label:before{
	position: absolute;
	content: '';
	display: block;
	width: 35px;
	height: 18px;
	z-index: 9999;
	top: 20px;
	right: 15px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition: border-width 100ms 1500ms ease, 
              top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked ~ label:after,
.menu-icon:not(:checked) ~ label:after{
	position: absolute;
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	z-index: 9999;
	top: 30px;
	right: 22px;
	background-color: #fff;
	margin-top: -1px;
	transition: width 100ms 1750ms ease, 
              right 100ms 1750ms ease,
              margin-top 100ms ease, 
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked ~ label:before{
	top: 30px;
	transform: rotate(45deg);
	height: 2px;
	background-color: #000;
	border-width: 0;
	transition: border-width 100ms 340ms ease, 
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked ~ label:after{
	width: 35px;
	margin-top: 0;
	right: 15px;
	background-color: #000;
	transform: rotate(-45deg);
	transition: width 100ms ease,
              right 100ms ease,  
              margin-top 100ms 500ms ease, 
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nvwrap {
	position: fixed;
	top: 5px;
	right: 10px;
	display: block;
	width: 75px;
	height: 75px;
	padding: 0;
	margin: 0;
	z-index: 9998;
	overflow: hidden;	
}
.menu-icon:checked ~ .nvwrap {
	animation-play-state: paused;
	top: 0;
	right: 1%;
	width: 98%;
	min-height: 100vh;
	padding: 100px 2% 0 2%;
	box-sizing: border-box;
	transition: 0.5s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background-color: rbga(255,255,255,0.1);
}
.menu-icon:checked ~ .nvwrap::-webkit-scrollbar {
	display: none;
}
.nvwrap nav {
	width: 100%;
}
.menu-icon:not(:checked) ~ .nvwrap ul#nav1,
.menu-icon:not(:checked) ~ .nvwrap nav ul {
	background-color: transparent;
}
.nvwrap ul#nav1,.nvwrap nav ul,.nvwrap ul#nav2{
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	float: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}
.nvwrap ul#nav1 li,.nvwrap nav ul li{
	position: relative;
	display: block;
	width: 100%;
	padding-left: 1rem;
	padding-bottom: 2vh;
	margin: 10px 0;
	list-style: none;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: all 250ms linear;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.nvwrap ul#nav1 li:nth-child(1),
.nvwrap nav ul li:nth-child(1){
	transition-delay: 200ms;
}
.nvwrap ul#nav1 li:nth-child(2),
.nvwrap nav ul li:nth-child(2){
	transition-delay: 150ms;
}
.nvwrap ul#nav1 li:nth-child(3),
.nvwrap nav ul li:nth-child(3){
	transition-delay: 100ms;
}
.nvwrap ul#nav1 li:nth-child(4),
.nvwrap nav ul li:nth-child(4){
	transition-delay: 50ms;
}
.nvwrap ul#nav1 li a,
.nvwrap nav ul li a{
	font-size: 110%;
	text-align: left;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	position: relative;
	color: #333;
	transition: all 250ms linear;
}
.nvwrap ul#nav1 li:last-child a,
.nvwrap nav ul li:last-child a {
	padding-right: 1.2em;
}
.nvwrap ul#nav1 li a:hover,
.nvwrap nav ul li a:hover{
	text-decoration: none;
	color: #437722;
}
.nvwrap ul#nav1 li a::before,
.nvwrap nav ul li a::before{
	display: none;
}
.menu-icon:checked ~ .nvwrap  ul#nav1 li,
.menu-icon:checked ~ .nvwrap  nav ul li {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 350ms ease,
		transform 250ms ease;
}
.menu-icon:checked ~ .nvwrap ul#nav1 li:nth-child(1),
.menu-icon:checked ~ .nvwrap nav ul li:nth-child(1){
  transition-delay: 600ms;
}
.menu-icon:checked ~ .nvwrap ul#nav1 li:nth-child(2),
.menu-icon:checked ~ .nvwrap nav ul li:nth-child(2){
  transition-delay: 650ms;
}
.menu-icon:checked ~ .nvwrap ul#nav1 li:nth-child(3),
.menu-icon:checked ~ .nvwrap nav ul li:nth-child(3){
  transition-delay: 700ms;
}
.menu-icon:checked ~ .nvwrap ul#nav1 li:nth-child(4),
.menu-icon:checked ~ .nvwrap nav ul li:nth-child(4){
  transition-delay: 750ms;
}
.nvwrap .material-symbols-outlined {
	font-size: 110%;
	position: absolute;
	bottom: 0.2rem;
	right: 1.4rem;
	display: block;
	color: #437722;
	transition: transform 0.3s ease;
}
.menu-icon:checked ~ .nvwrap a:hover .material-symbols-outlined {
	transform: translateX(5px);
}
.nvwrap ul#nav1 li:last-child,
.nvwrap ul#nav1 li:nth-child(2) {
	padding-right: 0;
}
.menu-icon:checked ~ .nvwrap ul#nav1 li:last-child a:hover .material-symbols-outlined {
  transform: translateX(2px) translateY(-2px);
}
.nvwrap ul#nav2 {
	position: relative;
	top: 0;
	clear: both;
	opacity: 1;
	transform: translateX(0) translateY(0);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background-color: #fff;
	margin-bottom: 0;
}
.nvwrap ul#nav2 li {
	-webkit-writing-mode: horizontal-tb;;
	writing-mode: horizontal-tb;
	margin-bottom: 0;
	height: auto;
	width: 42%;
}
.nvwrap ul#nav2 li a {
	background: #fffff0;
	display: block;
	padding: 15px 0;
	color: #000;
	transition: 0.3s;
	border: 1px solid #000;
	border-radius: 10px;
	text-align: center;
	height: 100%;
	line-height: 1.5;
}
.nvwrap ul#nav2 li:first-child a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nvwrap ul#nav2 li a .material-symbols-outlined {
	font-size: 1.3rem;
	position: relative;
	transform: rotate(0deg);
	display: inline-block;
	top: 0.3rem;
	right: 0;
	transition: 0.3s ease-out;
	line-height: 0;
	margin-top: 0;
}
.nvwrap ul#nav2 li:first-child a .material-symbols-outlined {
	top: 0;
}
.nvwrap ul#nav2 li a:hover {
	background: #fff;
	color: rgba(213, 152, 237, 1);
	text-shadow: 1px 1px 3px #fff;
	border: 1px solid rgba(213, 152, 237, 1);
}
.nvwrap ul#nav2 li a:hover .material-symbols-outlined {
	color: rgba(213, 152, 237, 1);
	transform: translateX(2px) translateY(-2px);
}
.nvwrap ul#nav2 li br {
	display: inline;
}
.nvwrap ul#nav2 li:last-child {
	width: 100%;
	position: relative;
	padding: 20px 0 0;
}
.menu-icon:checked ~ div.nvwrap label#close02 {
	display: block;
	width: 30px;
	height: 10px;
	padding: 40px 0 10px 0;
	margin: 0 auto;
	cursor: pointer;
	z-index: 9999;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	position: relative;
}
.menu-icon::not(:checked) ~ div.nvwrap label#close02 {
	display: none;
}
.menu-icon:checked ~ div.nvwrap label:before,
.menu-icon:checked ~ div.nvwrap label:after{
	position: absolute;
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	z-index: 9999;
	top: calc(50% - 7px);
	right: calc(50% - 17px);
	background-color: #000;	
}
.menu-icon:checked ~ div.nvwrap label:before{
	transform: rotate(45deg);
}
.menu-icon:checked ~ div.nvwrap label:after{
	transform: rotate(-45deg);
}
}
@media screen and (max-width: 500px) {
header h1 a {
	font-size: 90%;
}
}
/* recruit */
section#topRecruit {
	padding: 60px 0;
	margin-bottom: 100px;
}
section#topRecruit .container {
	width: 70%;	
}
section#topRecruit h2 {
	text-align: center;
	font-size: 180%;
	margin-bottom: 50px;
}
section#topRecruit .container ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section#topRecruit .container ul li {
	width: 32%;
	overflow: hidden;
}
section#topRecruit .container ul li:last-child {
	width: 26%;
}
section#topRecruit .container ul li.toRec a {
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: bold;
	aspect-ratio: 1 / 1;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
section#topRecruit .container ul li.toRec a:hover {
	background-color: rgba(0,0,0,0.2);
}
section#topRecruit .container ul li.toRec span.recText {
	width: 100%;	
	display: block;
	padding: 15px 0;
	position: relative;
	font-size: 140%;
}
section#topRecruit .container ul li.toRec span.recText .material-symbols-outlined {
	color: #fff;
	position: relative;
	top: 7px;
}
section#topRecruit  ul li.toRec {
	background: url(../images/top/recruit01.jpg) no-repeat center;
	background-size: 100%;
	transition: 0.5s;
}
section#topRecruit  ul li#toVisit {
	background: url(../images/top/recruit02.jpg) no-repeat center;
	background-size: 100%;
}
section#topRecruit  ul li#toGuide:hover,
section#topRecruit  ul li#toVisit:hover {
	background-size: 105%;
}
section#topRecruit .container ul li#toContact {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section#topRecruit .container ul li#toContact ul {
	padding-left: 20px;
}
section#topRecruit .container ul li#toContact ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
section#topRecruit .container ul li#toContact ul li:last-child {
	margin-bottom: 0;
}
section#topRecruit .container ul li#toContact ul li a {
	font-weight: bold;
	font-size: 130%;
	margin-top: 0;
	background: url(../images/dot.png) no-repeat left center;
	background-size: 18px;
	padding: 2px 0 6px 1.4em;
}
section#topRecruit .alpha {
	font-weight: bold;
	font-size: 500%;
	background: linear-gradient(to right, #8bc782, #CAB8D9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
	position: absolute;
	transform: rotate(-5deg);
	left: 32%;
	top: -120px;
}
@media screen and (max-width: 1200px) {
section#topRecruit .alpha {
	font-size: 250%;
	left: 0;
	top: -40px;
}
section#topRecruit {
	margin-bottom: 100px;
}
section#topRecruit .container ul li#toGuide {
	width: 48%;
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
}
section#topRecruit .container ul li#toVisit {
	width: 48%;
	float: right;
	margin-right: 0;
	margin-bottom: 20px;
}
section#topRecruit .container ul li#toContact {
	float: none;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}
section#topRecruit .container ul li#toContact ul li a {
	font-size: 120%;
	padding: 2px 0 3px 1.4em;
}
section#topRecruit .container ul li#toContact ul {
	padding: 0;
	oberflow: hidden;
}
section#topRecruit .container ul li#toContact ul {
	display: block;
}
section#topRecruit .container ul li#toContact ul li {
	float: left;
	width: 48%;
	margin-bottom: 0;
}
section#topRecruit .container ul li#toContact ul li:last-child {
	float: right;
	margin-right: 0;
}
}
@media screen and (max-width: 700px) {
section#topRecruit .container {
	width: 90%;
}
section#topRecruit h2 {
	margin-bottom: 20px;
}
section#topRecruit .container ul li.toRec span.recText {
	font-size: 100%;
}
section#topRecruit .container ul li.toRec span.recText .material-symbols-outlined {
	top: 5px;
}
section#topRecruit .container ul li#toContact ul li a {
	font-size: 100%;
	padding: 2px 0 4px 1.8em;
	background-size: 16px;
}
}
/*----------------------------------
footer
-----------------------------------*/
footer {
	background-color: #F5F5DC;
	border-radius: 100px 100px 0 0;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}
footer div.container {
	width: 82%;
	padding-top: 160px;
	display: flex;
	justify-content: space-between;
	
}
footer div#fLogo {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
footer div#fLeft {
	width: 40%;
}
footer div#fLogo p {
	padding-left: 63px;
	font-weight: bold;
	font-size: 160%;
	background: url(../images/logo.png) no-repeat left 11px;
	background-size: 55px;
	display: inline-block;
	position: relative;
	padding-bottom: 40px;
}
footer div#fLogo span {
	font-size: 60%;
}
footer div#fLogo span.gc {
	position: relative;
	top: 2px;
}
footer div#fLogo p span.bar {
	position: absolute;
	bottom: 0;
	display: block;
	background-color: #fff;
	text-align: center;
	width: 100%;
	left: 0;
	padding: 5px 0;
	border-radius: 5px;
	font-size: 60%;
	box-sizing: border-box;
	transition: 0.5s;
	border: 1px solid #8bc782;
	color: #8bc782;
	letter-spacing: 0.05em;
}
footer address {
	font-style: normal;
	font-size: 99%;
	margin-bottom: 30px;
}
footer address a {
	font-weight: bold;
	font-size: 120%;
	color: #333;
}
footer address span {
	font-size: 89%;
	display: inline-block;
	text-indent: -0.5em;
}
footer div#fRight {
	width: 59%;
	padding-top: 40px;
}
footer div#fRight ul#fNav {
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
}
footer div#fRight ul#fNav li {
	float: left;
	width: 29%;
	padding-left: 15px;
	background: url(../images/dot.png) no-repeat left center;
	background-size: 12px;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
footer div#fRight ul#fNav li:nth-child(3n) {
	margin-right: 0;
	width: 38%;
}
footer div#fRight ul#fNav li a {
	font-size: 120%;
}
footer div#fRight .bani a {
	display: inline-block;
}
footer div#fRight ul#fSidenav {
	text-align: right;
	margin-bottom: 10px;
}
footer div#fRight ul#fSidenav li {
	position: relative;
	display: inline-block;
	padding-right: 1.5em;
	margin-left: 2em;
}
footer div#fRight ul#fSidenav li a .material-symbols-outlined {
	transition: 0.2s;
}
footer div#fRight ul#fSidenav li a:hover .material-symbols-outlined {
	bottom: 0.2rem;
	right: -0.2rem;
}
footer div#fRight ul#fSocial {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer div#fRight ul#fSocial li {
	width: 30px;
	margin-left: 15px;
}
footer div#fRight ul#fSocial li img {
	width: 100%;
}
footer div#fRight ul#fSocial li a:hover {
	opacity: 0.5;
}

/* ページトップ */
p#page-top {
	width: 180px;
	height: 180px;
	position: absolute;
	top: -70px;
	left: calc(50% - 90px);
}
p#page-top a {
	display: block;
	aspect-ratio: 1 / 1;
	background: url(../images/totop.png) no-repeat 3px 3px;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	font-weight: bold;
	font-size: 140%;
}
p#page-top a:hover {
	background: url(../images/totop.png) no-repeat left top;
	background-size: cover;
	color: #666;
}
@media screen and (max-width: 1200px) {
footer div.container {
	width: 82%;
	padding-top: 160px;
	display: block;
	padding-bottom: 60px;
}
footer div#fLeft {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
footer p#copy {
	position: absolute;
	bottom: 5px;
	text-align: center;
}
footer div#fRight {
	width: 100%;
	padding-top: 40px;
}
}
@media screen and (max-width: 700px) {
footer {
	border-radius: 60px 60px 0 0;
}
footer div.container {
	width: 90%;
	padding-top: 120px;
}
p#page-top {
	width: 140px;
	height: 140px;
	position: absolute;
	top: -45px;
	left: calc(50% - 70px);
}
p#page-top a {
	font-size: 100%;
}
footer div#fLogo p {
	padding-left: 50px;
	font-size: 130%;
	background: url(../images/logo.png) no-repeat left 9px;
	background-size: 45px;
	padding-bottom: 35px;
	margin-bottom: 10px;
}
footer div#fLogo span {
	font-size: 70%;
}
footer div#fRight ul#fNav {
	padding-left: 15%;
}
footer div#fRight ul#fNav li {
	float: left;
	width: 48%;
	background-size: 12px;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
footer div#fRight ul#fNav li:nth-child(2n) {
	margin-right: 0;
}
footer div#fRight ul#fNav li:nth-child(3n) {
	margin-right: 2%;
	width: 48%;
}
footer div#fRight ul#fNav li a {
	font-size: 120%;
}
}
@media screen and (max-width: 620px) {
footer div#fRight ul#fNav {
	padding-left: 0%;
}

footer div#fRight ul#fNav li a {
	font-size: 100%;
}
footer div#fRight ul#fNav li:nth-child(2n+1) {
	width: 60%;
}
footer div#fRight ul#fNav li:nth-child(2n) {
	width: 35%;
}
}