@charset "UTF-8";

/*--PC-----------------------------------*/

@media screen and (min-width: 737px) {
	
.no-pc {
	display: none !important;
}

.delay-02-pc { transition-delay: 0.4s !important;}
.delay-03-pc { transition-delay: 0.8s !important;}
.delay-04-pc { transition-delay: 1.2s !important;}
.delay-05-pc { transition-delay: 1.6s !important;}
.delay-06-pc { transition-delay: 2.0s !important;}

.anker {
	display: block;
	margin-top: -140px;
    padding-top: 140px;
}
.anker-mt {
	display: block;
	margin-top: -170px;
    padding-top: 170px;
}

main {
	min-width: 1100px;
}

body {
	font-family: var(--marugo);
	color: #333;
	font-size: 16px;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}

#home ul.top-slider {
	width: 100%;
}
#home ul.top-slider li img {
	width: 100%;
	height: auto;
}

#home #sec01 {
	padding-top: 60px;
}
#home #sec01 p.lead {
	font-family: var(--gothic);
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	color: #666;
	letter-spacing: 0.1em;
	line-height: 180%;
}
#home #sec01 p.text {
	text-align: center;
	margin-top: 30px;
	line-height: 240%;
	font-weight: 700;
}
#home #sec01 .outer {
	width: 1040px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
#home #sec01 .outer .inner {
	width: 304px;
	font-family: var(--gothic);
	font-weight: bold;
}
#home #sec01 .outer .inner figure img {
	border-radius: 30px;
}
#home #sec01 .outer .inner p.houjin {
	font-size: 15px;
	margin-top: 10px;
}
#home #sec01 .outer .inner p.name {
	margin-top: 4px;
}
#home #sec01 .outer .inner p.add {
	margin-top: 10px;
	font-size: 13px;
}
#home #sec01 .outer .inner p.bt {
	margin-top: 20px;
}

#home #sec02 {
	width: 1040px;
	height: 360px;
	margin: 160px auto 88px;
	background: #BAE3F9;
	border-radius: 30px;
	position: relative;
}
#home #sec02 .beaver-pic {
	float: left;
	margin: 34px 20px 0 18px;
}
#home #sec02 .beaver-pic img {
	width: 197px;
	height: auto;
}
#home #sec02 .photo-box {
	position: absolute;
	top: -40px;
	right: 64px;
	width: 488px;
	height: 448px;
}
#home #sec02 .photo-box .photo-01 {
	position: absolute;
	top: 0;
	right: 0;
}
#home #sec02 .photo-box .photo-01 img {
	width: 374px;
	height: auto;
	border-radius: 30px;
}
#home #sec02 .photo-box .photo-02 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#home #sec02 .photo-box .photo-02 img {
	width: 300px;
	height: auto;
	border-radius: 30px;
}
#home #sec02 .text-box {
	padding-top: 70px;
	overflow: hidden;
}
#home #sec02 .text-box p.houjin {
	color: #0084CF;
	font-weight: bold;
}
#home #sec02 .text-box p.name {
	margin-top: 4px;
}
#home #sec02 .text-box p.name img {
	width: 256px;
	height: auto;
}
#home #sec02 .text-box p.add {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
#home #sec02 .text-box p.bt {
	margin-top: 20px;
}
#home #sec02 .illust {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.photo-cr {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
}
.photo-cr .swiper {
	width: 100%;
	margin: 0 auto;
	overflow: visible;
}
.photo-cr .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.photo-cr .swiper .swiper-wrapper .swiper-slide {
	width: 672px;
}

#home #sec03 {
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
#home #sec03 figure {
	float: right;
	width: 52%;
}
#home #sec03 figure img {
	border-radius: 30px 0 0 30px;
}
#home #sec03 .text-box {
	float: left;
	margin-left: calc((100% - 1040px) / 2);
}
#home #sec03 .text-box h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: var(--gothic);
	line-height: 280%;
	color: #33B495;
	letter-spacing: 0.3em;
}
#home #sec03 .text-box h2 img {
	width: 238px;
	height: auto;
}
#home #sec03 .text-box p.text {
	line-height: 210%;
	margin-bottom: 30px;
}

article.bn-contact {
	margin-top: 100px;
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
article.bn-contact .bg {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	z-index: -1;
}
article.bn-contact .bg img {
	width: 100%;
	height: auto;
}
article.bn-contact h3 {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.2em;
}
article.bn-contact p.bt {
	margin: 20px auto 0;
}


p.bt.brown {
	width: 200px;
}
p.bt.brown-m {
	width: 268px;
}
p.bt.brown-l {
	width: 348px;
}
p.bt a {
	font-family: var(--gothic);
	width: 100%;
	border: 1px solid var(--brown);
	background: #FFF;
	border-radius: 30px;
	line-height: 0;
	font-size: 18px;
	font-weight: 800;
	color: var(--brown);
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 18px 10px 18px 30px;
}
p.bt a span img {
	width: 34px;
	height: auto;
}

footer {
	text-align: center;
	padding-top: 100px;
}
footer p.name {
	font-family: var(--gothic);
	font-size: 32px;
	font-weight: bold;
}
footer p.name span {
	font-size: 24px;
}
footer p.add {
	font-size: 18px;
	margin-top: 10px;
}
footer p.copy {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 30px;
}

main.content .top {
	width: 100%;
	margin-bottom: 144px;
	position: relative;
}
main.content .top .wrap {
	position: absolute;
	width: 288px;
	height: 288px;
	bottom: -144px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--blue);
	border-radius: 100%;
}
main.content .top .wrap .inner {
	widht: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
main.content .top .wrap .inner figure img {
	width: 256px;
	height: auto;
}
main.content .top .wrap .inner h2 {
	font-size: 24px;
	font-family: var(--gothic);
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 0.2em;
}

#beaverclub #sec01 p.text01 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-top: 40px;
	line-height: 240%;
	letter-spacing: 0.05em;
}
#beaverclub #sec01 p.text01 strong {
	color: var(--blue);
}
#beaverclub #sec01 figure.photo {
	margin: 50px auto 0;
	width: 1040px;
}
#beaverclub #sec01 figure.photo img {
	border-radius: 30px;
}
#beaverclub #sec01 .outer {
	width: 650px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
#beaverclub #sec01 .outer .inner {
	text-align: center;
}
#beaverclub #sec01 .outer .inner h3 {
	color: var(--blue);
	font-size: 28px;
	font-family: var(--gothic);
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
#beaverclub #sec01 .outer .inner h3 span {
	border-bottom: 5px solid #FFF100;
}
#beaverclub #sec01 .outer .inner p.bt {
	margin: 0 auto;
}
#beaverclub #sec01 p.bn-entrance {
	margin-top: 50px;
	text-align: center;
}

main#recruit .top .wrap {
	background: var(--green);
}
main#recruit .top .wrap .inner figure img {
	width: 200px;
	height: auto;
}
#recruit #sec01 p.text01 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding-top: 40px;
	line-height: 240%;
	letter-spacing: 0.05em;
}
#recruit #sec01 h3 {
	color: var(--green);
	font-size: 28px;
	font-family: var(--gothic);
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 60px;
	text-align: center;
}
#recruit #sec01 h3 span {
	border-bottom: 5px solid #FFF100;
}
#recruit #sec01 p.text02,
#recruit #sec01 p.text03 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding-top: 40px;
	line-height: 240%;
	letter-spacing: 0.05em;
}

main#contact .top .wrap {
	background: #66AADB;
}
main#contact .top .wrap .inner figure img {
	width: 226px;
	height: auto;
}
#contact #sec01 {
	padding: 40px 0 0;
}
#contact #sec01 .outer {
	max-width: 520px;
	margin: 0 auto;
}
#contact #sec01 .outer p.text01 {
	font-size: 18px;
	font-weight: 700;
}
#contact #sec01 .outer input.smpl {
	width: 100%;
	box-sizing: border-box;
	background: #E4E4E4;
	border: 1px solid #8E8E8E;
	font-size: 16px;
	padding: 20px;
	margin-top: 30px;
}
#contact #sec01 .outer p.text02 {
	font-size: 14px;
	margin-top: 14px;
}
#contact #sec01 .outer p.text03 {
	font-size: 16px;
	margin-top: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
#contact #sec01 .outer p.radio {
	line-height: 180%;
}
#contact #sec01 .outer textarea.smpl {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	background: #E4E4E4;
	border: 1px solid #8E8E8E;
	font-size: 16px;
	padding: 20px;
	margin-top: 10px;
}
#contact #sec01 .outer p.check {
	font-size: 18px;
	margin-top: 30px;
}
#contact .btn-cover {
	text-align: center;
}
#contact input.btn {
	width: 200px;
	height: 72px;
	font-family: var(--gothic);
	border: 1px solid var(--brown);
	background-color: #FFF;
	border-radius: 30px;
	line-height: 0;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1em;
	text-align: center;
	color: var(--brown);
	text-decoration: none;
	box-sizing: border-box;
	background-image: url(img/base/arow-brown.png);
	background-repeat: no-repeat;
	background-size: 34px auto;
	background-position: center right 10px;
	cursor: pointer;
	margin: 50px auto 0;
}































}

/*--PC-----------------------------------*/