@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

/*------------------------------------------------------------------------------
reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
    font-family: "Sawarabi Gothic", sans-serif;
}

html {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
	box-sizing: border-box;
}

body {
    margin: 0;
    position: relative;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
	box-sizing: inherit;
}

img {
    border: 0;
    margin: 0;
    vertical-align: top;
}

p {
    margin: 0;
    overflow-wrap: break-word;
    padding: 0;
    word-wrap: break-word;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

table {
    border-collapse: collapse;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#wrap {
	position: relative;
	width:100%;
	max-width:1440px;
	margin:0 auto;
	background: #FFF9E6;
}
@media screen and (max-width: 1440px) {
	#wrap {
		max-width:768px;
		overflow: hidden;
	}
}

main {
    display: block;
    background-position: bottom;
    background:none;
    background-repeat: no-repeat;
}

.menu{
    position: absolute;
    right: 25px;
    top: 25px;
    width: 80px;
    height: 80px;
    z-index: 99;
	background: url("../img/top/menu_open.png") no-repeat;
}

.menu.active{
	background: url("../img/top/menu_close.png") no-repeat;
}

.gnav{
    background: #F3F8E6;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
	max-width:1440px;
    z-index: 98;
	left:0;
	right:0;
	margin:0 auto;
}
.gnav:before{
	position: absolute;
	content: url("../img/top/gnav_top.png");
	top:0;
	left:0;
	right:0;
}
.gnav:after{
	position: absolute;
	content: url("../img/top/gnav_bottom.png");
	bottom:0;
	left:0;
	right:0;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
	max-width:1340px;
	margin:0 auto;
	gap:24px 120px;
	left:0;
	right:0;
}
.gnav__menu{
    display:flex;
	flex-wrap: wrap;
	gap:16px;
}
.gnav__menu__item{
    margin: 0;
	min-width:230px;
}
.gnav__menu__item a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}
.gnav__menu_hoiku{
	margin-top:30px;
    display:flex;
	flex-wrap: wrap;
	gap:16px;
}
.gnav__menu_hoiku_item a{
	display:flex;
	justify-content:center;
	align-items:center;
    margin: 0;
	width:165px;
	height:40px;
	color:#fff;
	border-radius: 20px;
}
@media screen and (max-width: 1440px) {
	.gnav{
		max-width:768px;
	}
	.gnav:before{
		display:hidden;
		content: url("../img/top/gnav_top.png");
	}
	.gnav:after{
		display:hidden;
		content: url("../img/top/gnav_bottom.png");
	}

	.gnav__wrap{
		max-width:768px;
	}
	.gnav__wrap img{
		display: none;
	}
	.gnav__menu{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:16px;
	}
	.gnav__menu__item{
		margin: 0;
		min-width:230px;
	}
	.gnav__menu__item a{
		color: #000;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		transition: .5s;
	}
	.gnav__menu__item a:hover{
		color: #666;
	}
	.gnav__menu_hoiku{
		margin-top:30px;
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:16px;
	}
	.gnav__menu_hoiku_item a{
		display:flex;
		justify-content:center;
		align-items:center;
		margin: 0;
		width:165px;
		height:40px;
		color:#fff;
		border-radius: 20px;
	}
}


.hoiku01 a.hoiku-link{
	background:#69A042;
}
.hoiku02 a.hoiku-link{
	background:#4890CD;
}
.hoiku03 a.hoiku-link{
	background:#E57373;
}
.hoiku04 a.hoiku-link{
	background:#FAC64E;
}
.hoiku05 a.hoiku-link{
	background:#FF7A38;
}

.container_02 {
	position: relative;
	height: 653px;
	display: flex;
	margin-bottom:140px;
}
.container_02:after {
	position:absolute;
	content:url("../img/top/slide_bottom.png");
	bottom:-132px;
	left:0;
	right:0;
}

.split-left,
.split-right {
  position: relative;
  height: 100%;
}

.split-left:before {
	top:50px;
	left:50px;
	position:absolute;
	content:url("../img/top/logo.png");
}

.split-left {
  background: #fff;
  width: 460px;
  padding: 0;
}

.split-right {
  width:980px;
  animation-delay: 0.3s;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.split-right::-webkit-scrollbar {
  display: none;
}

.image-container {
  display: flex;
  flex-direction: column;
}

.scroll-image {
  width: 100%;
  height: 653px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s forwards;
}

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}

@media screen and (max-width: 1440px){
	.container_02 {
		position: relative;
		height: auto;
		display: flex;
		margin-bottom:0;
	}
	.container_02:after {
		display:none;
	}
	.split-left {
		display:none;
	}
	.split-right {
	  width:100%;
	}
	.slick-slide img {
	  width: 100%;
	  height: auto;
	}
}

#top-recruit {
	margin:100px 0 70px;
}

.wp-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	text-align: center;
}

.wp-title a{
	transition: 0.3s;
	position: relative;
	text-decoration: none;
}
.color01 a{
	color:#0000ee;
}
.color02 a{
	color:#ff0000;
}
.color03 a{
	color:#F58220;
}

.wp-title a:hover::after {
	transform: scaleX(1);
}


.color01 a::after {
	background-color: #0000ee;
}
.color02 a::after {
	background-color: #ff0000;
}
.color03 a::after {
	background-color: #F58220;
}

.wp-title a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transition: transform 0.3s;
}

.wp-title span,
.wp-title span {
  font-size: 36px;
  position: relative;
  display: inline-block;
}

.wp-title span:before {
  display: block;
  width: 51px;
  height: 44px;
  bottom: 5px;
  background: url(../img/top/cm_icon3.png) no-repeat left center;
  content: "";
  position: absolute;
  left: -70px;
}
.wp-title span:after {
  display: block;
  width: 51px;
  height: 44px;
  background: url(../img/top/cm_icon3.png) no-repeat left center;
  content: "";
  position: absolute;
  right: -80px;
  bottom: 0;
}

@media screen and (min-width: 1440px){
	.wp-title span br{
	  display:none;
	}
}
@media screen and (max-width: 1440px){
	#top-recruit {
		margin:30px 0;
	}
	.wp-title{
	  position: relative;
	  max-width:320px;
	  margin-left:auto;
	  margin-right:auto;
	}
	.wp-title a {
	  position: relative;
	}
	.wp-title span,
	.wp-title span {
	  font-size: 24px;
	  position:inherit;
	  display: inline-block;
	}
	.wp-title span:before {
		position:absolute;
		top:40%;
		left:-40px;
		content: '';/*何も入れない*/
		width: 29px;/*画像の幅*/
		height: 25px;/*画像の高さ*/
		background-image: url("../img/top/cm_icon3.png");
		background-size: contain;
	}
	.wp-title span:after {
		position:absolute;
		top:40%;
		right:-40px;
		content: '';/*何も入れない*/
		display: inline-block;
		width: 29px;/*画像の幅*/
		height: 25px;/*画像の高さ*/
		background-image: url("../img/top/cm_icon3.png");
		background-size: contain;
		vertical-align: middle;
	}
}

.note {
	width:100%;
	max-width:1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin:0 auto 75px;
	gap:20px 0;
}

.note div {
	padding: 16px 0;
	border-radius: 5px;
	margin-right: 20px;
}
.note div a{
	width: 187px;
	color: #fff;
	font-size: 19px;
	text-align:center;
	display:inline-block;
	position: relative;
}
.gnav__menu_hoiku .hoiku01 a,
.note div.note01 {
	background: #69a042;
}
.gnav__menu_hoiku .hoiku02 a,
.note div.note02 {
	background: #4790cd;
}
.gnav__menu_hoiku .hoiku03 a,
.note div.note03 {
	background: #e57373;
}
.gnav__menu_hoiku .hoiku04 a,
.note div.note04 {
	background: #fac64e;
}
.gnav__menu_hoiku .hoiku05 a,
.note div.note05 {
	background: #FF7A38;
}


.note div a img{
	width:100%;
	max-width:80px;
	height:auto;
	margin:5px;
}

.note-intro {
	width:100%;
	max-width:900px;
	margin:0 auto 12px;
	font-size:18px;
}
.note-intro .kome{
	margin:0.5em;
	font-size:16px;
}

#hoiku-nav {
	padding-bottom:160px;
}

#hoiku-nav .link-area{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:12px;
}
.hoiku-photo{
	display: flex;
	justify-content:center;
	gap:24px;
}
.hoiku-photo li{
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:12px;
}
.hoiku-photo a{
	background:none;
}
a.hoiku-link{
	display:flex;
	justify-content:center;
	align-items:center;
    margin: 0;
	height:40px;
	color:#fff;
	border-radius: 20px;
	width:190px;
}
.hoiku-link a{
	display:flex;
	justify-content:center;
	align-items:center;
    margin: 0;
	height:40px;
	color:#fff;
	border-radius: 20px;
	width:190px;
}
@media screen and (max-width: 1440px){
	.note-intro {
		max-width:none;
	}
	.hoiku-photo,
	.hoiku-link {
		flex-wrap: wrap;
		justify-content:center;
	}
	.nav-area {
		position:relative;
		z-index:9999;
	}
}

#news-area {
	position: relative;
	margin:0;
	padding:150px 0 100px;
	background:#fff;
/*
	min-height:900px;
*/
}

#news-area .banner {
	display: flex;
	justify-content: center;
	align-items:center;
	gap:30px;
}

#news {
	width:1000px;
	margin:50px auto;
}

h2.headline {
	font-size:32px;
}
h3.headline {
	font-size:18px;
}

.news-list{
  list-style: none outside;
  margin: 35px 0;
  padding: 0;
}
.news-list .item{
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #27AAD3;
  padding: 20px 20px;
}
.news-list .item:first-child{
  border-top: 1px solid #27AAD3;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #000;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item .intro{
  margin: 0.25em 1em;
  width: calc(100% - 30px);
  line-height:1.6;
}
.news-list .item a{
	color: #0033cc;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.news-list .item a:hover{
  color: #f60;
}

@media screen and (max-width: 1440px){
	.news-list .item a{
	  flex-wrap: wrap;
	}
	.news-list .item .date{
	  min-width: 100px;
	}
	.news-list .item .title{
	  margin-top: 10px;
	}
	#news-area {
		box-sizing:content-box;
		position: relative;
		margin:0;
		padding:75px 0;
		background:#fff;
		min-height: inherit;
	}

	#news-area .banner {
		display: flex;
		justify-content: center;
		align-items:center;
		gap:30px;
	}

	#news {
		width:1000px;
		margin:50px auto;
	}

	h2.headline {
		font-size:32px;
	}
	h3.headline {
		font-size:18px;
	}
	.news-list .item{
	  display: flex;
	  flex-wrap: wrap;
		flex-direction: column;
	  text-decoration: none;
	  color: #000;
	  border-bottom: 1px solid #27AAD3;
	  padding: 20px 20px;
	}
	.news-list .item:first-child{
	  border-top: 1px solid #27AAD3;
	}
	.news-list .item .date{
	  margin: 0;
	  min-width: 120px;
	  font-size: 16px;
	  color: #000;
	  padding: 0 20px 0 0;
	}
	.news-list .item .title{
	  margin: 0;
	  width: 100%;
	}
	.news-list .item .intro{
	  margin: 0.25em 1em;
	  width: calc(100% - 30px);
	  line-height:1.6;
	}
	.news-list .item a{
		color: #0033cc;
		text-decoration: underline;
		text-underline-offset: 5px;
	}
	.news-list .item a:hover{
	  color: #f60;
	}
}

/* company */

#company-area {
	position: relative;
	margin:0;
	padding:150px 0;
	background:#FFF9E6;
}

#company {
	width:1000px;
	margin:0 auto;
}

#company .flex{
	max-width:1000px;
	display: flex;
	justify-content: center;
	gap:24px;
	margin:40px auto;
	padding:32px;
	border-radius: 20px;
	background: #fff;
}

#company dl.about{
	width:100%;
	margin:0;
	padding:0;
	white-space: nowrap;
}
#company dl.about dt{
	margin:0;
	padding:0;
	font-size:18px;
	line-height:1.4;
	text-align:left;
}
#company dl.about dd{
	margin:0;
	padding:0 0 0.5em 1em;
	font-size:18px;
	color:#000;
}

#company dl.history{
	width:100%;
	margin:0;
	padding:0;
	white-space: nowrap;
}
#company dl.history dt{
	margin:0;
	padding:0;
	font-size:18px;
	line-height:1.4;
	text-align:left;
}
#company dl.history dd{
	margin:0;
	padding:0 0 0 0.5em;
	font-size:16px;
	line-height:1.6;
	color:#000;
}
#company dl.history dd span.date {
	display:inline-block;
	width:11em;
}
@media screen and (max-width: 1440px) {
	#company-area {
		position: relative;
		margin:0;
		padding:0;
		background:#FFF9E6;
	}

	#company {
		width:100%;
		margin:0 auto;
	}

	#company .flex{
		max-width:none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap:24px;
		margin:40px auto;
		padding:16px;
		border-radius: 20px;
		background: #fff;
	}

	#company dl.about{
		width:100%;
		margin:0;
		padding:0;
		white-space: nowrap;
	}
	#company dl.about dt{
		margin:0;
		padding:0;
		font-size:18px;
		line-height:1.4;
		text-align:left;
	}
	#company dl.about dd{
		margin:0;
		padding:0 0 0.5em 1em;
		font-size:18px;
		color:#000;
	}

	#company dl.history{
		width:100%;
		margin:0;
		padding:0;
		white-space:normal;
	}
	#company dl.history dt{
		margin:0;
		padding:0;
		font-size:18px;
		line-height:1.4;
		text-align:left;
	}
	#company dl.history dd{
		margin:0;
		padding:0 0 0 1.5em;
		font-size:16px;
		line-height:1.6;
		color:#000;
	}
	#company dl.history dd span.date {
		display:block;
		margin-top:0.25em;
		margin-left:-0.75em;
		width:auto;
	}
}

#philosophy {
	box-sizing: content-box;
	width:100%;
	max-width:800px;
	margin:24px auto 0;
	padding:32px;
	border-radius: 20px;
	background: #fff;
}

#philosophy .flex{
	display: flex;
	justify-content: center;
	gap:24px;
}

#philosophy dl{
	width:100%;
	margin:0;
	padding:0;
	overflow: hidden;
}
#philosophy dl dt{
	margin:0;
	padding:0 0 1em 0;
	color:#2E962E;
	font-size:28px;
	line-height:1.4;
	text-align: center;
	white-space: nowrap;
}
#philosophy dl dd{
	margin:0;
	padding:0 1.5em;
	font-size:18px;
	color:#000;
}
@media screen and (max-width: 1440px) {
	#philosophy {
		box-sizing: border-box;
		max-width:none;
		margin:24px auto 0;
		padding:16px;
		border-radius: 20px;
		background: #fff;
	}

	#philosophy .flex{
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap:24px;
	}

	#philosophy .flex img{
		order:2;
		width:80%;
		margin:0 auto;
		height:auto;
	}
	
	#philosophy dl{
		order:1;
		width:100%;
		margin:0;
		padding:0;
		overflow: hidden;
	}
	#philosophy dl dt{
		margin:0;
		padding:0 0 1em 0;
		color:#2E962E;
		font-size:22px;
		line-height:1.4;
		text-align: center;
		white-space:normal;
	}
	#philosophy dl dt br{
		display: none;
	}
	#philosophy dl dd{
		margin:0;
		padding:0 1.5em;
		font-size:16px;
		color:#000;
	}
}

#access {
	display: flex;
	justify-content: center;
	align-items:center;
	width:100%;
	max-width:800px;
	margin:24px auto 0;
	padding:20px;
	border-radius: 20px;
	background: #fff;
}
#access img{
	width:100%;
	max-width:90%;
	height:auto;
}

footer {
	position: relative;
	margin:0;
	padding:0;
	background: #FAFAFA;
	min-height:500px;
	display:flex;
	flex-direction: column;
	justify-content:space-between;
}
footer * {
	z-index:1;
}
footer:after{
	position: absolute;
	content: '';
	width:273px;
	height:361px;
	background-image: url("../img/top/foo-bottom.png");
	background-size: contain;
	right:0;
	bottom:60px;
}
@media screen and (max-width: 1440px) {
	footer:after{
		width:136px;
		height:180px;
	}
}

#f_logo {
	display:flex;
	justify-content: center;
	align-items: center;
	height:180px;
	border-bottom:#434343 1px solid;
}

.fnav__menu{
	width:100%;
	max-width:900px;
	margin:40px auto;
    display:flex;
	flex-wrap: wrap;
	gap:16px;
}
.fnav__menu__item{
    margin: 0;
	min-width:230px;
}
.fnav__menu__item a{
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    transition: .5s;
}
.fnav__menu__item a:hover{
    color: #666;
}
@media screen and (max-width: 1440px) {
	.fnav__menu{
		max-width:768px;
		margin:40px;
		flex-direction: column;
	}
	.fnav__menu__item{
		margin: 0;
		min-width:230px;
	}
	.fnav__menu__item a{
		color: #000;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		transition: .5s;
	}
	.fnav__menu__item a:hover{
		color: #666;
	}
}

#copyright {
	margin:0;
	padding:0;
	background:#89BD1E;
	font-size:12px;
	line-height:60px;
	color:#fff;
	text-align: center;
}

.pagetop-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  border:none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  right: calc(50% - 680px);
  bottom: 80px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 1440px) {
	.pagetop-btn {
	  right: 20px;
	  bottom: 40px;
	}
}

.pagetop-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}

.pagetop-btn.visible {
  opacity: 1;
  transform: translateY(0);
}
