@charset "utf-8";


/* MyFont */
@font-face {
	font-family: "MochiyPopOn";
	src: url("myfont/MochiyPopPOne-Regular.ttf");
	font-weight: normal;
}


/* ----------------------------------------------
	Common
---------------------------------------------- */
header#header {
	border-bottom: none;
}


#more-btn {
	margin-top: 20px;
	text-align: right;
}
#more-btn > a {
	display: inline-block;
	font-size: 130%;
	padding: 5px 50px;
	border-radius: 30px;
	background-color: #F90;
	color: #fff;
	text-decoration: none;
	font-family: myfont1;
}
#more-btn > a:hover,
#more-btn > a:active {
	opacity: 0.6;
}
#more-btn > a::after {
	content: ">";
	margin-left: 10px;
	display: inline-block;
	font-weight: 600;
}


/* ----------------------------------------------
	Top Photo
---------------------------------------------- */
#topphoto {
	margin: 0 auto 100px;
	overflow: hidden;
}
.swiper#swiper-home {
	width: 100%;
	max-width: 2300px;
	height: auto;
	margin: 0 auto;
}
.swiper#swiper-home .swiper-pagination {}
.swiper#swiper-home .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 0;
	box-shadow: 0 0 5px #000;

	background-color: #999;
	opacity: 0.6;
}
.swiper#swiper-home .swiper-pagination-bullet-active {
	background-color: #FFF;
	opacity: 1.0;
}
.swiper#swiper-home .swiper-button-next,
.swiper#swiper-home .swiper-button-prev {
	display: none;/* なし */

	color: #fff; /* ボタンの色 */
	background-color: rgba(0, 0, 0, 0.8); /* 背景色 */
	padding: 50px 0px;
	width: 50px;
	height: 150px;
	border-radius: 5px;
}
.swiper#swiper-home .swiper-button-next:hover,
.swiper#swiper-home .swiper-button-prev:hover {
	background-color: rgba(255,255,255,0.8);
	color: #490;
}
.swiper#swiper-home .swiper-button-next::after,
.swiper#swiper-home .swiper-button-prev::after {
	content: '';
}



/* ----------------------------------------------
	News
---------------------------------------------- */
section#home-news {}
main#main h2#home-news-title {
	border-bottom: none;
	margin-bottom: 0;
}
div#home-news-contents {
	background: #fff;
	padding: 80px 50px 50px;
	margin-top: -50px;
}
div#home-news-contents #more-btn > a {
	background-color: #59F;
/*	background-color: #6B2;*/
}


/* ----------------------------------------------
	Content 01
---------------------------------------------- */
section#home-recruit {}
section#home-recruit .post_box {
	width: 100%!important;
	max-width: 1440px!important;
	background-size: auto;
}
div#home-recruit-contents {
	position: relative;
}
div#home-recruit-contents > div {}
div#home-recruit-contents > div::before{
	content: "";
	display: block;
	background-color: #C53;
	background-image: url(images/home-recruit.jpg);
	background-size: cover;
	background-position: center;
}
div#home-recruit-contents h3 {
	font-family: "MochiyPopOn";
	text-shadow: 5px 5px 0px #CCCCCC;
	letter-spacing: 10px;
	padding-left: 0;
	font-size: min(260%, 8vw);
	text-align: center;
	white-space: nowrap;
}
div#home-recruit-contents h3::before {
	display: none;
}
div#home-recruit-contents  h3 span {
	color: #F70;
/*	color: #094;*/
}
#home-recruit-contents-text {
	padding-bottom: 30px;
/*	background-image: radial-gradient(circle, #dec 100px, transparent 100px);*/
	background-image: radial-gradient(circle, #fec 100px, transparent 100px);
	background-position: left bottom;
	background-size: 50% 200px;
	background-repeat: no-repeat;
}
#home-recruit-contents-text p {
	text-align: center;
	margin: 1.0em 0;
	font-size: 110%;
}
p#home-recruit-photo {
	text-align: center;
}
p#home-recruit-photo img {
	border: 1px solid #999;
	padding: 5px;
/*	box-shadow: 20px 20px 0 #CDB;*/
	box-shadow: 20px 20px 0 #DDD;
}
@media only screen and (min-width: 981px){
  div#home-recruit-contents > div {
	width: 50%;
	height: auto;
	min-height: min(75vw, 1080px);/* 1440*0.75 */
	margin-left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
  }
  div#home-recruit-contents > div::before{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

  }
}
@media only screen and (max-width: 980px){
  div#home-recruit-contents > div::before{
	width: 100%;
	height: 50vw;
	margin-bottom: 50px;
  }
}



/* ----------------------------------------------
	Contents Menu
---------------------------------------------- */
section#home-menu {
	padding: 150px 0 50px;
}
main#main h2#home-menu-title {
	border-bottom: none;
	margin-bottom: 0;
	text-align: center;
}
div#home-menu-contents {
/*	border: 1px solid #BD9;*/
	padding: 80px 50px 50px;
	margin-top: -45px;
}
div#home-menu-contents ul {}
div#home-menu-contents ul li {
	list-style-type: none;
	margin: 0;
}
div#home-menu-contents ul li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	position: relative;
	border-radius: 5px;
	color: #000;
}
div#home-menu-contents ul li a span {
	position: absolute;
	right: 5px;
	text-shadow: 0 0 2px #FFF, 0 0 5px #FFF;
}
div#home-menu-contents ul li a span:nth-of-type(1) {
	top: 50%;
	transform: translateY(-50%);
}
div#home-menu-contents ul li a span:nth-of-type(2) {
	font-family: "DancingFont";
	font-size: 300%;
	color: #CDB;
	bottom: 0;
}
div#home-menu-contents ul li a svg {
	padding: 0;
	stroke: #dec;
	stroke-width: 3px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

div#home-menu-contents ul li a::before,
div#home-menu-contents ul li a::after {
	content: "";
	display: block;
	background: #ddd;
	position: absolute;
}
div#home-menu-contents ul li a::before {
	width: 80%;
	height: 1px;
	top: -5px;
	left: calc(10% + 5px);
}
div#home-menu-contents ul li:nth-child(1) a::before {
	display: none;
}
div#home-menu-contents ul li a:hover span:nth-of-type(1),
div#home-menu-contents ul li a:active span:nth-of-type(1) {
	text-decoration: underline;
}
div#home-menu-contents ul li a:hover span:nth-of-type(2) {
	color: #480;
}
div#home-menu-contents ul li a:hover svg,
div#home-menu-contents ul li a:active svg {
	stroke: #fdb;
	stroke-width: 3px;
}

@media only screen and (min-width: 821px){
  div#home-menu-contents ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-around;
  }
  div#home-menu-contents ul li {
	width: calc(100% / 3 - 10px);
  }
  div#home-menu-contents ul li:nth-child(2) a::before,
  div#home-menu-contents ul li:nth-child(3) a::before {
	display: none;
  }
  div#home-menu-contents ul li a::after {
	width: 1px;
	height: 80%;
	left: -5px;
	top: 10%;
  }
  div#home-menu-contents ul li:nth-child(3n+1) a::after {
	display: none;
  }
  div#home-menu-contents ul li a svg {
	width: 65%;
  }
  div#home-menu-contents ul li a span:nth-of-type(1) {
	font-size: min(2vw,140%);
  }
}
@media only screen and (max-width: 820px){
  div#home-menu-contents {
	padding: 50px 15px 30px;
  }
  div#home-menu-contents ul {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
  }
  div#home-menu-contents ul li {
	font-size: 85%;
	padding: 5px 0;
  }
  div#home-menu-contents ul li a svg {
	width: 10%;
	stroke-width: 10px;
  }
  div#home-menu-contents ul li a:hover svg,
  div#home-menu-contents ul li a:active svg {
	stroke: #000;
  }
  div#home-menu-contents ul li a span:nth-of-type(1) {
	font-size: min(5vw,120%);
	color: #555;
  }
  div#home-menu-contents ul li a:hover span:nth-of-type(1),
  div#home-menu-contents ul li a:active span:nth-of-type(1) {
	color: #AAA;
  }
  div#home-menu-contents ul li a span:nth-of-type(2) {
	font-size: min(6vw,180%);
	left: 8%;
  }
}


/* ----------------------------------------------
	Inquiry Area
---------------------------------------------- */
section#home-inquiry {
	background-color: #9c5;
}
section#home-inquiry > .post_box {
	margin: 50px auto!important;
}
section#home-inquiry > .post_box p.txt {
	text-align: center;
	font-family: myfont1;
	font-size: 200%;
	color: #fff;
}
section#home-inquiry #more-btn {
	text-align: center;
}
section#home-inquiry #more-btn > a {
	background-color: #fff;
	color: #000;
}
section#home-inquiry #more-btn > a::after {
	color: #390;
}


/* ----------------------------------------------
	Banner Area
---------------------------------------------- */
section#home-banner {
/*	width: 100%!important;
	max-width: 100%!important;*/
}
section#home-banner > .post_box {
/*	width: 100%;
	max-width: 1080px;*/
	margin: 0 auto!important;
	padding: 10px;
	text-align: center;
}
section#home-banner > .post_box p#banner-trial {
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #A90;
	box-shadow: 2px 2px 5px #999;
}


/* ----------------------------------------------
	Banner Area
---------------------------------------------- */
ul#banner-link {
	margin-top: 50px;
	overflow: hidden;

	display: flex;
	justify-content: space-between;
	gap: max(calc(25vw - 150px),5px) 5px;
}
ul#banner-link li {
	margin: 0;
	list-style: none;
}
@media only screen and (max-width: 960px){
 ul#banner-link {
	justify-content: space-around;
	flex-wrap: wrap;
 }
 ul#banner-link li {
	width: calc(50% - 5px);
	max-width: 300px;
 }
}
