@charset "UTF-8";


img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.brtab, .brsp {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
/*.loader {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}*/

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


header {
	height: 76px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: rgba(255,255,255,0.80);
}
header .logo {
	width: 125px;
	left: 30px;
	top: 25px;
	position: absolute;
}
header ul {
	position: absolute;
	width: 400px;
	top: 20px;
	right: 210px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header ul li a {
	color: #0B0B0B;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .08em;
	text-decoration: none;
	transition: all .3s;
}
header ul li a:hover {
	color: #1084E3;
}
/* トップ メイン */

.btn_contact {
	font-weight: 400;
	background: #1084E3;
	display: inline-block;
	position: absolute;
	padding: 0 15px;
	border-radius: 5px;
	color: #FFF;
	font-size: 13px;
	letter-spacing: .08em;
	line-height: 35px;
	right: 30px;
	top: 20px;
	transition: all .3s;
}
.btn_contact:hover {
	background: #3B9BEA;
}

.topmain {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 800px;
	position: relative;
	opacity: 0;
	transition: all 1.5s;
	margin-bottom: 100px;
}
.topmain.eon {
	opacity: 1;
}
.top_text {
	width: 550px;
	height: 500px;
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 2;
}
.top_catch {
	left: 180px;
	top: 180px;
	position: absolute;
}
.top_catch h1 {
	width: 360px;
	margin: 20px 0 0 20px;
	transition: all 1s;
	opacity: 0;
	transform: translateY(20px);
	transition-delay: 1s;
}
.top_catch.eon h1 {
	opacity: 1;
	transform: translateY(0px);
}
.top_text:before, .top_text:after, .top_catch:before, .top_catch:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 0;
	transition: all 1s;
}
.top_text:before {
	z-index: -4;
	background-image: url("../img/circle01.png");
	width: 500px;
	height: 400px;
	top: 60px;
	left: 20px;
	transform: translateY(20px) rotate(20deg);
	transition-delay: .2s;
}
.top_text:after {
	z-index: -3;
	background-image: url("../img/circle02.png");
	width: 490px;
	height: 400px;
	top: 0px;
	left: 30px;
	transform: translateY(10px) rotate(-20deg);
	transition-delay: .4s;
}
.top_catch:before {
	z-index: -2;
	background-image: url("../img/circle03.png");
	width: 520px;
	height: 420px;
	top: -180px;
	left: -170px;
	transform: translateY(20px) rotate(10deg);
	transition-delay: .6s;
}
.top_catch:after {
	z-index: -1;
	background-image: url("../img/circle04.png");
	width: 500px;
	height: 400px;
	top: -120px;
	left: -90px;
	transform: translateY(30px) rotate(-20deg);
	transition-delay: .8s;
}
.main_img {
	width: 85%;
	height: 95%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/topmain.jpg") no-repeat right center;
	background-size: cover;
	border-radius: 40px 0 0 40px;
}
.top_text.eon:before {
	opacity: 1;
	transform: translateY(0px) rotate(0deg);
}
.top_text.eon:after {
	opacity: 1;
	transform: translateY(0px) rotate(0deg);
}
.top_text.eon .top_catch:before {
	opacity: 1;
	transform: translateY(0px) rotate(0deg);
}
.top_text.eon .top_catch:after {
	opacity: 1;
	transform: translateY(0px) rotate(0deg);
}
.topmain .top_cr {
	width: 17px;
	position: absolute;
	left: 20px;
	top: 25%;
}
.topmain .scroll {
	width: 18px;
	position: absolute;
	left: 20px;
	bottom: 80px;
}
.topmain .scroll:after {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	bottom: -35px;
	left: calc(50% - 12px);
	background: url("../img/scroll_arrow.png") no-repeat center center;
	background-size: contain;
}






.topcont01 {
	background: #EAF5FF;
	width: 100%;
	position: relative;
	padding: 0 0 250px;
}
.topcont01:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 90%;
	height: 400px;
	border-radius: 0 40px 40px 0;
	background: url("../img/aboutmain.jpg") no-repeat center center;
	background-size: cover;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .5s;
}
.topcont01.eon:after {
	opacity: 1;
	transform: translate(0, 0px);
}
.topcont02 {
	width: 100%;
	position: relative;
	margin: 360px 0 0;
	padding: 0 0 0;
}
.topcont01:before {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	background: url("../img/bb01.png") no-repeat center center;
	background-size: contain;
	top: -100px;
	left: 58%;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .8s;
}
.topcont01.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}
.topcont02:after {
	content: "";
	position: absolute;
	right: 0;
	top: -360px;
	width: 90%;
	height: 360px;
	border-radius: 40px 0 0 40px;
	background: #EAF5FF;
	z-index: -1;
}
.topcont02:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 170px;
	background: url("../img/bb02_green.png") no-repeat center center;
	background-size: contain;
	top: -60px;
	left: 26%;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .8s;
}
.topcont02.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}
.map {
	width: 100%;
	height: 400px;
	margin: 60px auto 0;
}
.topcont01 h2, .topcont02 h2 {
	font-size: 28px;
	line-height: 1em;
	letter-spacing: .08em;
	position: absolute;
	display: block;
	top: -15px;
	width: 100%;
	text-align: center;
}
.topcont01 .p01, .topcont02 .p01 {
	text-align: center;
	font-size: 15px;
	padding: 40px 0 40px;
}
.btn01 a {
	color: #0B0B0B;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .08em;
	text-decoration: none;
	position: relative;
	padding: 0 15px 0 0;
}
.btn01 a:after {
	content: "";
	position: absolute;
	right: -20px;
	top: calc(50% - 7px);
	width: 30px;
	height: 20px;
}
.btn01 {
	text-align: center;
}

.color01 a:after {
	background: url("../img/btn_arrow01.png") no-repeat center center;
	background-size: contain;
}
.color02 a:after {
	background: url("../img/btn_arrow02.png") no-repeat center center;
	background-size: contain;
}
.color03 a:after {
	background: url("../img/btn_arrow03.png") no-repeat center center;
	background-size: contain;
}

.topcont03 {
	width: 100%;
	height: 700px;
	background: url("../img/recruitmain.jpg") no-repeat right center;
	background-size: cover;
	position: relative;
}
.recruitbox {
	position: absolute;
	width: 450px;
	height: 480px;
	top: 10%;
	left: 15%;
	background: url("../img/bb03.png") no-repeat center center;
	background-size: contain;
}
.recruitbox h3 {
	position: relative;
	text-align: center;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: .08em;
	padding: 190px 0 20px;
}


footer {
	position: relative;
	background: #A8A8A8;
	width: 100%;
	padding: 40px 0;
}
footer h5 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 0px 22px rgba(29, 29, 29, 0.47);
}
footer .footerbox {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fbox01 {
	width: 50%;
}
.fbox01 dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6em;
}
.fbox01 dl dt {
	width: 4em;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .08em;
	text-shadow: 0px 0px 22px rgba(29, 29, 29, 0.47);
	line-height: 1.8em;
}
.fbox01 dl dd {
	width: calc(100% - 5em);
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: .02em;
	text-shadow: 0px 0px 22px rgba(29, 29, 29, 0.47);
	line-height: 1.8em;
}
.fbox02 {
	width: 40%;
	position: relative;
}
.footer_btn {
	width: 290px;
	height: 70px;
	background: #1084E3;
	position: absolute;
	border-radius: 5px;
	transition: all .3s;
	right: 0;
	top: 30px;
}
.footer_btn p {
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 70px;
	padding: 0 20px 0 40px;
	position: relative;
	display: inline-block;
}
.footer_btn p:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 20px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: -20px;
	top: calc(50% - 10px);
}
.footer_btn:hover {
	background: #3B9BEA;
}
.fbox02 .p01 {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 110px;
	padding-right: 20px;
}
.fbox02 .p01:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	right: 0;
	top: calc(50% - 8px);
	background: url("../img/newwin.png") no-repeat center center;
	background-size: contain;
}
.fbox02 .p01, .fbox02 .p01 a {
	color: #FFF;
	font-size: 13px;
	text-shadow: 0px 0px 22px rgba(29, 29, 29, 0.47);
	text-decoration: none;
}
.fbox02 .p01 a:hover {
	text-decoration: underline
}
.fbox02 .cr {
 width: 130px;
 position: absolute;
 right: 0;
	top: 140px;
}
.pagetop {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 10;
	cursor: pointer;
}











.basic h1 {
	font-size: 30px;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: .08em;
	position: absolute;
	display: block;
	top: -15px;
	width: 100%;
	text-align: center;
}
.basic .h1sub {
	color: #1084E3;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0 40px;
}
.basic .p01c {
	text-align: center;
	font-size: 15px;
}
.btn02 {
	width: 545px;
	height: 110px;
	margin: 0 auto;
	background: #1084E3;
	position: relative;
	border-radius: 5px;
	transition: all .3s;
}
.btn02 p {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 110px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btn02 p:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 30px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: -50px;
	top: calc(50% - 15px);
}
.btn02:hover {
	background: #3B9BEA;
}







.about .contents01 {
	background: #EAF5FF;
	width: 100%;
	position: relative;
	top: 180px;
	padding: 0 0 250px;
}
.about .contents01:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 90%;
	height: 400px;
	border-radius: 0 40px 40px 0;
	background: url("../img/aboutmain.jpg") no-repeat center center;
	background-size: cover;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
}
.about .contents01.eon:after {
	opacity: 1;
	transform: translate(0, 0px);
}
.about .contents01:before {
	content: "";
	position: absolute;
	width: 220px;
	height: 175px;
	bottom: -400px;
	left: 3%;
	background: url("../img/bb02_green.png") no-repeat center center;
	background-size: contain;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .5s;
}
.about .contents01.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}
.about .contents02 {
	width: 100%;
	position: relative;
	margin: 700px 0 0;
	padding: 0 0 0;
}
.about .contents02:after {
	content: "";
	position: absolute;
	right: 0;
	top: -550px;
	width: 90%;
	height: 400px;
	border-radius: 40px 0 0 40px;
	background: #EAF5FF;
	z-index: -1;
}
.aboutbox {
	width: 100%;
	margin: 0 auto 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutbox .textbox {
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.aboutbox.box02 .textbox {
	order: 2;
}
.aboutbox .fig01 {
	width: 50%;
	box-sizing: border-box;
}
.aboutbox.box01 .fig01 {
	padding: 0 0 0 20px;
}
.aboutbox.box02 .fig01 {
	order: 1;
	padding: 0 20px 0 0;
}
.aboutbox.box01 .fig01 img {
	border-radius: 20px 0 0 20px;
	max-height: 350px;
	object-fit: cover;
}
.aboutbox.box02 .fig01 img {
	border-radius: 0 20px 20px 0;
	max-height: 400px;
	object-fit: cover;
}
.aboutbox.box01 .inside {
	right: 0;
	width: 100%;
	max-width: 450px;
	position: absolute;
	padding: 0 30px 0 0;
}
.aboutbox.box02 .inside {
	left: 0;
	width: 100%;
	max-width: 450px;
	position: absolute;
	padding: 0 0 0 30px;
}
.aboutbox h2 {
	font-size: 24px;
	font-weight: 400;
}
.aboutbox h2 span {
	font-size: 42px;
	font-weight: 300;
	padding-right: 5px;
}
.aboutbox p {
	font-size: 15px;
	line-height: 2.4em;
	padding: 40px 0 0;
}

.deco01:before {
	content: "";
	position: absolute;
	width: 190px;
	height: 175px;
	right: 0;
	bottom: -100px;
	background: url("../img/bb04_blue.png") no-repeat center center;
	background-size: contain;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .5s;
}
.deco01.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}
.deco02:before {
	content: "";
	width: 200px;
	height: 170px;
	left: 40%;
	bottom: -80px;
	position: absolute;
	background: url("../img/bb05_pink.png") no-repeat center center;
	background-size: contain;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .5s;
}
.deco02.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}






.shop .contents01 {
	width: 100%;
	position: relative;
	top: 180px;
	min-height: 650px;
	margin-bottom: 180px;
}
.shop .contents01:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	background: #EAF5FF;
	transition: all 1s;
	z-index: -1;
}

.shop h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 20px;
}
.shop_block01 {
	margin: 50px 0 130px;
}

.shopbox01 {
	width: 90%;
	margin: 80px auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shopbox01 .textbox {
	width: 50%;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
}
.shopbox01 .textbox dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shopbox01 .textbox dt {
	width: 5.5em;
	font-size: 14px;
	font-weight: 400;
	color: #1084E3;
}
.shopbox01 .textbox dd {
	width: calc(100% - 5.5em);
	font-size: 14px;
}
.shopbox01 .fig01 {
	width: 50%;
}
.shopbox01 ul {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shopbox01 ul li {
	width: 32.33%;
}
.shop .map {
	margin: 20px 0 80px;
}

.shop h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #1084E3;
	margin-bottom: 30px;
}
.shop h3 span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	color: #0B0B0B;
}
.access {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .access_box {
	width: 49.5%;
	background: #EAF5FF;
	border-radius: 40px;
	box-sizing: border-box;
	padding: 30px;
}
.access_box .p01 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 4px;
}
.access_box .p01 span {
	color: #1084E3;
	padding-right: 5px;
}
.access_box .p01.exmgn {
	margin-bottom: 20px;
}
.access_box .p02 {
	font-size: 13px;
}
.access_box .p02.with_border {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #1084E3;
}
.access_box .p03 {
	font-size: 13px;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
}
.access_box .p03 span {
	font-weight: 500;
}
.access_box .p04 {
	font-size: 13px;
	margin-bottom: 10px;
}
.access_box .p04 span {
	font-weight: 500;
}
.access2 {
	width: 90%;
	max-width: 1000px;
	background: #EAF5FF;
	border-radius: 40px;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 auto 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access2 .access_box {
	width: 50%;
	box-sizing: border-box;
	padding: 0;
}
.access2 .access_box.with_border {
	border-right: dotted 1px #1084E3;
}
.access2 .access_box.expdg {
	padding-left: 30px;
}





.recruit .contents01 {
	width: 100%;
	position: relative;
	top: 180px;
	min-height: 650px;
	margin-bottom: 180px;
	height: 100%;
}
.recruit .contents01:before {
	width: 110px;
	height: 110px;
	position: absolute;
	content: "";
	top: -50px;
	left: 10%;
	background: url("../img/rbb01_pink.png") no-repeat center center;
	background-size: contain;
}
.recruit .contents01:after {
	width: 210px;
	height: 170px;
	position: absolute;
	content: "";
	top: 20px;
	right: 10%;
	background: url("../img/rbb02_green.png") no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.recruitmenu {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruitmenu li {
	width: 24%;
	height: 65px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	background: #1084E3;
	padding: 10px 0 0;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	transition: all .5s;
}
.recruitmenu li:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 10px;
	left: calc(50% - 10px);
	background: url("../img/arrow_down.png") no-repeat center center;
	background-size: contain;
}
.recruitmenu li:hover {
	background: #3B9BEA;
}
.recruit h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 60px;
}

.outlinebox {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 100px;
	max-width: 650px;
	position: relative;
}
.outlinebox:before {
	width: 150px;
	height: 150px;
	position: absolute;
	content: "";
	bottom: 250px;
	right: -25%;
	background: url("../img/rbb03_pink.png") no-repeat center center;
	background-size: contain;
}
.outlinebox:after {
	width: 130px;
	height: 130px;
	position: absolute;
	content: "";
	bottom: 60px;
	left: -20%;
	background: url("../img/rbb04_blue.png") no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.outlinebox dl {
	width: 100%;
	border-bottom: dotted 1px #78B8ED;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.outlinebox dt {
	font-size: 15px;
	font-weight: 400;
	color: #1084E3;
	width: 25%;
	padding: 10px 5px;
	box-sizing: border-box;
}
.outlinebox dd {
	font-size: 15px;
	width: 75%;
	padding: 10px 5px;
	box-sizing: border-box;
}
.outlinebox .btn02 {
	margin: 50px auto;
}





.form_layout .contents01 {
	width: 100%;
	position: relative;
	top: 180px;
	margin-bottom: 180px;
	height: 100%;
	padding-bottom: 150px;
}
.form_layout .contents01:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	height: 65%;
	border-radius: 0 40px 40px 0;
	background: #EAF5FF;
	z-index: -1;
}



.form {
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;;
	box-sizing: border-box;
}
.form table {
	width: 100%;
	margin: 0 auto;
}
.form table th, .form table td  {
	border-bottom: dotted 1px #78B8ED;
	padding: 20px 0;
	margin: 20px 0;
}
.form table td.lasttd {
	border-bottom: none;
}
.form table th {
	width: 200px;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	vertical-align: top;
	color: #1084E3;
	position: relative;
}
.form table th span.ns {
	display: block;
	position: absolute;
	right: 20px;
	top: 35px;
	padding: 0 2px 0 4px;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0.2em;
	background: #F26060;
	line-height: 18px;
}
.form table td {
	width: calc(100% - 200px);
}
.form01 p {
	font-size: 16px;
	line-height: 50px;
}
.form01 input[type='text'] {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	line-height: 50px;
	padding: 0 1em;
	background: #FFF;
	border: 1px solid #78B8ED;
	border-radius: 3px;
}
.form01 textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	background: #FFF;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	margin: 20px 0 0;
	min-height: 200px;
}
.form01 input[type='text']:invalid:not(:focus),
.form01 textarea:invalid:not(:focus){
  border: solid 1px red;
}
.tf01 {
	width: 15em;
}
.tf02 {
	width: 15em;
	height: 10em;
}

.select01 {
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 0 1em;
	position: relative;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	background: #FFF;
}
.select01 select {
	width: 100%;
	font-size: 16px;
	padding: 0;
	color: #666666;
	line-height: 50px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select01 select::-ms-expand {
    display: none;
}
.select01::before {
	position: absolute;
	top: 1.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #78B8ED;
	pointer-events: none;
}
.cp {
	position: absolute;
	z-index: 2;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #1084E3;
    content: '';
    display: block;
    height: 24px;
    left: -5px;
		border-radius: 2px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.checkbox01::after {
    border-right: 4px solid #1084E3;
    border-bottom: 4px solid #1084E3;
    content: '';
    display: block;
    height: 16px;
    left: 2px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}



.formBtm {
	text-align: center;
}
.ppbox {
	background: #F7F7F7;
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	padding: 20px 0px 20px 20px;
	margin-bottom: 30px;
}
.inner {
  height: 100%;
	padding-right: 20px;
	overflow-y: scroll;
}
.ppbox .p01 {
	font-size: 16px;
	font-weight: 500;
}
.ppbox .p02 {
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
}
.ppbox::-webkit-scrollbar {
    width: 6px;
}
.ppbox::-webkit-scrollbar-track {
  border-radius: 6px;
	background-color: rgba(224, 224, 224, 1);
}
.ppbox::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 1);
  border-radius: 10px;
}
.form input[type=submit], .form input[type=button] {
  -webkit-appearance: none;
  border-radius: 5px;
}
.subbtn {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 110px;
	text-align: center;
	width: 545px;
	height: 110px;
	margin: 50px auto;
	background: #1084E3;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 30px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: 50px;
	top: calc(50% - 15px);
}
.subbtn:hover {
	background: #3B9BEA;
}
.comfirmBtns {
	width: 600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.subbtn2 {
	color: #1084E3;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 80px;
	text-align: center;
	width: 46%;
	height: 80px;
	margin: 50px 1%;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
	border: solid 1px #1084E3;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn2:hover {
	background: #D9E8F4;
}


.subbtn3 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 80px;
	text-align: center;
	width: 46%;
	height: 80px;
	margin: 50px 1%;
	background: #1084E3;
	box-sizing: border-box;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn3:hover {
	background: #3B9BEA;
}
.deco_wrap {
	width: 100%;
	position: relative;
}
.deco_wrap:before {
	width: 110px;
	height: 110px;
	position: absolute;
	content: "";
	top: -50px;
	left: 10%;
	background: url("../img/rbb01_pink.png") no-repeat center center;
	background-size: contain;
}
.deco_wrap:after {
	width: 210px;
	height: 170px;
	position: absolute;
	content: "";
	top: 20px;
	right: 2%;
	background: url("../img/rbb02_green.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.form:before {
	width: 230px;
	height: 230px;
	position: absolute;
	content: "";
	bottom: 40%;
	left: -45%;
	background: url("../img/bb01.png") no-repeat center center;
	background-size: contain;
}

.thanksbox {
	width: 100%;
	min-height: 650px;
}
.thanksbox p {
	text-align: center;
	padding: 40px 0;
	font-size: 18px;
	font-weight: 500;
}



/*  /////////////////////////////////////////////////////////   TAB  */
@media screen and (max-width: 1000px) {
header ul {
	width: 350px;
	right: 180px;
}

/* トップ メイン */


.topmain {
	min-height: 500px;
	max-height: 600px;
}
.top_text {
	top: 0%;
	left: -5%;
	z-index: 2;
	transform: scale(.8);
}


.topcont03 {
	height: 500px;
}
.recruitbox {
	position: absolute;
	width: 350px;
	height: 380px;
	top: 10%;
	left: 5%;
	background: url("../img/bb03.png") no-repeat center center;
	background-size: contain;
}
.recruitbox h3 {
	position: relative;
	text-align: center;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: .08em;
	padding: 140px 0 20px;
}


footer {
	position: relative;
	background: #A8A8A8;
	width: 100%;
	padding: 40px 0;
}
footer h5 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 0px 22px rgba(29, 29, 29, 0.47);
}
footer .footerbox {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fbox01 {
	width: 60%;
}
.fbox02 {
	width: 35%;
}
.footer_btn {
	width: 230px;
}
.footer_btn p {
	font-size: 15px;
	padding: 0 15px 0 20px;
}
.pagetop {
	bottom: 20px;
}


.basic .p01c {
	padding: 0 5%;
}
.btn02 {
	width: 400px;
	height: 80px;
}
.btn02 p {
	font-size: 20px;
	line-height: 80px;
}





.about .contents01 {
	top: 150px;
	padding: 0 0 200px;
}
.about .contents01:after {
	bottom: -150px;
	width: 90%;
	height: 300px;
}
.about .contents02 {
	width: 100%;
	position: relative;
	margin: 400px 0 0;
	padding: 0 0 0;
}
.about .contents02:after {
	top: -250px;
	width: 90%;
	height: 200px;
}
.aboutbox {
	width: 100%;
	margin: 0 auto 80px;
}
.aboutbox .textbox {
	width: 60%;
	box-sizing: border-box;
	position: relative;
}
.aboutbox.box02 .textbox {
	order: 2;
}
.aboutbox .fig01 {
	width: 40%;
	box-sizing: border-box;
}
.aboutbox.box01 .fig01 {
	padding: 0 0 0 20px;
}
.aboutbox.box02 .fig01 {
	order: 1;
	padding: 0 20px 0 0;
}
.aboutbox.box01 .fig01 img {
	max-height: 350px;
	object-fit: cover;
}
.aboutbox.box02 .fig01 img {
	max-height: auto;
}
.aboutbox.box01 .inside {
	width: 90%;
	max-width: auto;
	padding: 0 5%;
}
.aboutbox.box02 .inside {
	width: 90%;
	max-width: auto;
	padding: 0 5%;
}
.aboutbox h2 {
	font-size: 22px;
}
.aboutbox h2 span {
	font-size: 36px;
}
.aboutbox p {
	padding: 10px 0 0;
}






.shop .contents01 {
	top: 150px;
	min-height: 450px;
	margin-bottom: 150px;
}
.shop .contents01:after {
	width: 100%;
	height: 500px;
}

.shop h2 {
	font-size: 22px;
	padding-bottom: 15px;
}
.shop_block01 {
	margin: 30px 0 80px;
}

.shopbox01 {
	margin: 60px auto;
}
.shopbox01 .textbox {
	width: 60%;
	padding: 0 10px 0 0px;
	box-sizing: border-box;
}
.shopbox01 .fig01 {
	width: 40%;
}
.shopbox01 ul {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shopbox01 ul li {
	width: 32.33%;
}
.shop .map {
	margin: 20px 0 60px;
	height: 250px;
}
.map iframe {
	height: 250px;
}







.recruit .contents01 {
	top: 150px;
	margin-bottom: 180px;
}
.recruit .contents01:before {
	width: 90px;
	height: 90px;
	top: -20px;
	left: 5%;
}
.recruit .contents01:after {
	width: 180px;
	height: 160px;
	top: -30px;
	right: 2%;
}
.recruitmenu {
	width: 90%;
	margin: 10px auto 60px;
}
.recruitmenu li {
	font-size: 15px;
}
.recruit h2 {
	font-size: 22px;
}

.outlinebox {
	width: 80%;
	padding-bottom: 80px;
}
.outlinebox:before {
	width: 100px;
	height: 100px;
	bottom: 0px;
	right: -5%;
}
.outlinebox:after {
	width: 100px;
	height: 100px;
	bottom: 60px;
	left: -20%;
}






.form_layout .contents01 {
	top: 150px;
	margin-bottom: 50px;
}
.form_layout .contents01:after {
	z-index: -2;
	width: 95%;
}



.form {
	width: 80%;
}
.form table th, .form table td  {
	padding: 15px 0;
	margin: 15px 0;
}
.form table th {
	width: 200px;
	font-size: 14px;
}
.form table td {
	width: calc(100% - 200px);
}
.form01 p {
	font-size: 16px;
	line-height: 40px;
}
.form01 input[type='text'] {
	font-size: 16px;
	line-height: 40px;
	padding: 0 1em;
}
.form01 textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	padding: .5em;
	margin: 10px 0 0;
	min-height: 200px;
}
.tf01 {
	width: 15em;
}
.tf02 {
	width: 15em;
	height: 10em;
}

.select01 {
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 0 1em;
	position: relative;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	background: #FFF;
}
.select01 select {
	line-height: 40px;
}
input[type=checkbox] {
    display: none;
}
.subbtn {
	font-size: 22px;
	letter-spacing: .08em;
	line-height: 80px;
	width: 400px;
	height: 80px;
	margin: 50px auto;
}

.comfirmBtns {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.subbtn2 {
	font-size: 18px;
	line-height: 60px;
	width: 46%;
	height: 60px;
	margin: 50px 1%;
}
.subbtn3 {
	font-size: 18px;
	line-height: 60px;
	width: 46%;
	height: 60px;
	margin: 50px 1%;
}
.deco_wrap {
	width: 100%;
	position: relative;
}
.deco_wrap:before {
	width: 80px;
	height: 80px;
	top: -50px;
	left: 5%;
}
.deco_wrap:after {
	width: 120px;
	height: 100px;
	top: -50px;
	right: 2%;
	z-index: 2;
}
.form:before {
	width: 230px;
	height: 230px;
	position: absolute;
	content: "";
	bottom: 10%;
	left: -35%;
	z-index: -1;
}
.check {
	width: 100%;
}
.thanksbox {
	width: 100%;
	min-height: 450px;
}
.thanksbox p {
	text-align: center;
	padding: 40px 0;
	font-size: 18px;
	font-weight: 500;
}

}






/*  /////////////////////////////////////////////////////////   SP  */
@media screen and (max-width: 700px) {
header {
	height: 90px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: rgba(255,255,255,0.7);
}
header .logo {
	width: 100px;
	left: 20px;
	top: 20px;
}
header ul {
	position: relative;
	width: 90%;
	top: 50px;
	right: auto;
	max-width: 360px;
	margin: 0 auto;
}
header ul li a {
	font-weight: 400;
}
/* トップ メイン */

.btn_contact {
	font-weight: 400;
	padding: 0 15px;
	font-size: 13px;
	line-height: 30px;
	right: 10px;
	top: 13px;
}


.topmain {
	width: 100%;
	height: 100%;
	min-height: 350px;
	position: relative;
	opacity: 0;
	transition: all 1.5s;
	margin-bottom: 200px;
}
.topmain.eon {
	opacity: 1;
}
.top_text {
	width: 200px;
	height: 200px;
	position: absolute;
	transform: scale(.5);
	top: 10px;
	left: -20%;
	z-index: 2;
}
.main_img {
	width: 85%;
	height: 95%;
	position: absolute;
	top: 150px;
	right: 0;
	background: url("../img/topmain.jpg") no-repeat right center;
	background-size: cover;
	border-radius: 40px 0 0 40px;
}
.topmain .top_cr {
	width: 15px;
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 10;
}
.topmain .scroll {
	width: 15px;
	position: absolute;
	left: 20px;
	bottom: -50px;
}
.topmain .scroll:after {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	bottom: -30px;
	left: calc(50% - 10px);
	background: url("../img/scroll_arrow.png") no-repeat center center;
	background-size: contain;
}






.topcont01 {
	background: #EAF5FF;
	width: 100%;
	position: relative;
	padding: 0 0 50px;
}
.topcont01:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 90%;
	height: 200px;
}
.topcont02 {
	width: 100%;
	position: relative;
	margin: 300px 0 0;
	padding: 0 0 0;
}
.topcont01:before {
	width: 100px;
	height: 100px;
	top: -50px;
	left: 58%;
}
.topcont02:after {
	right: 0;
	top: -360px;
	width: 90%;
	height: 300px;
	z-index: -1;
}
.topcont02:before {
	width: 160px;
	height: 120px;
	top: -60px;
	left: 6%;
}
.map {
	width: 100%;
	height: 250px;
	margin: 60px auto 0;
}
.topcont01 h2, .topcont02 h2 {
	font-size: 20px;
	top: -10px;
}
.topcont01 .p01, .topcont02 .p01 {
	text-align: center;
	font-size: 14px;
	padding: 40px 10% 40px;
}


.topcont03 {
	width: 100%;
	height: 420px;
}
.recruitbox {
	position: absolute;
	width: 220px;
	height: 220px;
	top: 0%;
	left: 0%;
}
.recruitbox h3 {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: .08em;
	padding: 80px 0 10px;
}


footer {
	position: relative;
	background: #A8A8A8;
	width: 100%;
	padding: 40px 0;
}
footer h5 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 0px 22px rgba(29, 29, 29, 0.47);
}
footer .footerbox {
	width: 90%;
	margin: 0 auto;
}
.fbox01 {
	width: 100%;
}
.fbox01 dl {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6em;
}
.fbox01 dl dt {
	font-size: 14px;
}
.fbox01 dl dd {
	font-size: 13px;
}
.fbox02 {
	width: 100%;
	position: relative;
}
.footer_btn {
	width: 280px;
	height: 70px;
	background: #1084E3;
	position: relative;
	border-radius: 5px;
	transition: all .3s;
	right: auto;
	top: 30px;
	margin: 0 auto;
}
.footer_btn p {
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 70px;
	padding: 0 20px 0 40px;
	position: relative;
	display: inline-block;
}
.footer_btn p:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 20px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: -20px;
	top: calc(50% - 10px);
}
.footer_btn:hover {
	background: #3B9BEA;
}
.fbox02 .p01 {
	display: inline-block;
	position: relative;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	padding-right: 20px;
}
.fbox02 .p01:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	right: 0;
	top: calc(50% - 8px);
	background: url("../img/newwin.png") no-repeat center center;
	background-size: contain;
}
.fbox02 .p01, .fbox02 .p01 a {
	color: #FFF;
	font-size: 13px;
	text-shadow: 0px 0px 22px rgba(29, 29, 29, 0.47);
	text-decoration: none;
}
.fbox02 .p01 a:hover {
	text-decoration: underline
}
.fbox02 .cr {
 width: 130px;
 position: relative;
 right: 0;
 margin: 0 auto;
 top: 40px;
}
.pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 10;
	cursor: pointer;
}











.basic h1 {
	font-size: 22px;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: .08em;
	position: absolute;
	display: block;
	top: -12px;
	width: 100%;
	text-align: center;
}
.basic .h1sub {
	color: #1084E3;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 15px 0 20px;
}
.basic .p01c {
	text-align: center;
	font-size: 14px;
	padding: 0 5%;
}
.btn02 {
	width: 300px;
	height: 50px;
	margin: 0 auto;
	background: #1084E3;
	position: relative;
	border-radius: 5px;
	transition: all .3s;
}
.btn02 p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btn02 p:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 20px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: -50px;
	top: calc(50% - 10px);
}
.btn02:hover {
	background: #3B9BEA;
}







.about .contents01 {
	background: #EAF5FF;
	width: 100%;
	position: relative;
	top: 150px;
	padding: 0 0 50px;
}
.about .contents01:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -120px;
	width: 90%;
	height: 150px;
	border-radius: 0 40px 40px 0;
	background: url("../img/aboutmain.jpg") no-repeat center center;
	background-size: cover;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
}
.about .contents01.eon:after {
	opacity: 1;
	transform: translate(0, 0px);
}
.about .contents01:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 75px;
	bottom: -200px;
	left: 3%;
	background: url("../img/bb02_green.png") no-repeat center center;
	background-size: contain;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .5s;
}
.about .contents01.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}
.about .contents02 {
	width: 100%;
	position: relative;
	margin: 350px 0 0;
	padding: 0 0 0;
}
.about .contents02:after {
	content: "";
	position: absolute;
	right: 0;
	top: -220px;
	width: 90%;
	height: 200px;
	border-radius: 40px 0 0 40px;
	background: #EAF5FF;
	z-index: -1;
}
.aboutbox {
	width: 100%;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutbox .textbox {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.aboutbox.box02 .textbox {
	order: 1;
}
.aboutbox .fig01 {
	width: 100%;
	box-sizing: border-box;
}
.aboutbox.box01 .fig01 {
	padding: 0 0 0 20px;
}
.aboutbox.box02 .fig01 {
	order: 2;
	padding: 0 20px 0 0;
}
.aboutbox.box01 .fig01 img {
	border-radius: 20px 0 0 20px;
	max-height: 350px;
	object-fit: cover;
}
.aboutbox.box02 .fig01 img {
	border-radius: 0 20px 20px 0;
	max-height: 400px;
	object-fit: cover;
}
.aboutbox.box01 .inside {
	right: 0;
	width: 90%;
	max-width: 450px;
	position: relative;
	padding: 0 5%;
}
.aboutbox.box02 .inside {
	left: 0;
	width: 90%;
	max-width: 450px;
	position: relative;
	padding: 0 5%;
}
.aboutbox h2 {
	font-size: 20px;
	font-weight: 400;
}
.aboutbox h2 span {
	font-size: 32px;
	font-weight: 300;
	padding-right: 5px;
}
.aboutbox p {
	font-size: 14px;
	line-height: 2.4em;
	padding: 10px 0 30px;
}

.deco01:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0;
	bottom: -80px;
	background: url("../img/bb04_blue.png") no-repeat center center;
	background-size: contain;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .5s;
}
.deco01.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}
.deco02:before {
	content: "";
	width: 100px;
	height: 70px;
	left: 10%;
	bottom: -60px;
	position: absolute;
	background: url("../img/bb05_pink.png") no-repeat center center;
	background-size: contain;
	transition: all 1s;
	opacity: 0;
	transform: translate(0, 20px);
	transition-delay: .5s;
}
.deco02.eon:before {
	opacity: 1;
	transform: translate(0, 0px);
}






.shop .contents01 {
	width: 100%;
	position: relative;
	top: 180px;
	min-height: 650px;
	margin-bottom: 180px;
}
.shop .contents01:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	background: #EAF5FF;
	transition: all 1s;
	z-index: -1;
}

.shop h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 20px;
}
.shop_block01 {
	margin: 10px 0 80px;
}

.shopbox01 {
	width: 90%;
	max-width: 400px;
	margin: 80px auto;
}
.shopbox01 .textbox {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.shopbox01 .textbox dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shopbox01 .textbox dt {
	width: 5.5em;
	font-size: 13px;
	font-weight: 400;
	color: #1084E3;
}
.shopbox01 .textbox dd {
	width: calc(100% - 5.5em);
	font-size: 13px;
}
.shopbox01 .fig01 {
	width: 100%;
	margin: 20px 0 0;
}
.shopbox01 ul {
	width: 100%;
	margin: 5px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shopbox01 ul li {
	width: 100%;
	margin-bottom: 5px;
}
.shop .map {
	margin: 0px 0 80px;
}

.shop h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #1084E3;
	margin-bottom: 30px;
}
.shop h3 span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	color: #0B0B0B;
	padding: 0 5%;
}
.access {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .access_box {
	width: 100%;
	background: #EAF5FF;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 10px;
}
.access_box .p01 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
}
.access_box .p01 span {
	color: #1084E3;
	padding-right: 5px;
}
.access_box .p01.exmgn {
	margin-bottom: 20px;
}
.access_box .p02 {
	font-size: 13px;
}
.access_box .p02.with_border {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #1084E3;
}
.access_box .p03 {
	font-size: 13px;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
}
.access_box .p03 span {
	font-weight: 500;
}
.access_box .p04 {
	font-size: 13px;
	margin-bottom: 10px;
	
}
.access_box .p04 span {
	font-weight: 500;
}
.access2 {
	width: 90%;
	max-width: 1000px;
	background: #EAF5FF;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 auto 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access2 .access_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.access2 .access_box.with_border {
	border-right: none;
	border-bottom: dotted 1px #1084E3;
}
.access2 .access_box.expdg {
	padding-top: 10px;
	padding-left: 0px;
}





.recruit .contents01 {
	width: 100%;
	position: relative;
	top: 180px;
	min-height: 650px;
	margin-bottom: 180px;
	height: 100%;
}
.recruit .contents01:before {
	width: 110px;
	height: 110px;
	position: absolute;
	content: "";
	top: -50px;
	left: 10%;
	background: url("../img/rbb01_pink.png") no-repeat center center;
	background-size: contain;
}
.recruit .contents01:after {
	width: 210px;
	height: 170px;
	position: absolute;
	content: "";
	top: 20px;
	right: 10%;
	background: url("../img/rbb02_green.png") no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.recruitmenu {
	width: 90%;
	max-width: 400px;
	margin: 20px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruitmenu li {
	width: 49%;
	margin-bottom: 2%;
	height: 50px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	background: #1084E3;
	padding: 5px 0 0;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	transition: all .5s;
}
.recruitmenu li:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 10px;
	left: calc(50% - 6px);
	background: url("../img/arrow_down.png") no-repeat center center;
	background-size: contain;
}
.recruitmenu li:hover {
	background: #3B9BEA;
}
.recruit h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 30px;
}

.outlinebox {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
}
.outlinebox:before {
	width: 80px;
	height: 80px;
	position: absolute;
	content: "";
	bottom: 250px;
	right: 0%;
	background: url("../img/rbb03_pink.png") no-repeat center center;
	background-size: contain;
}
.outlinebox:after {
	width: 100px;
	height: 100px;
	position: absolute;
	content: "";
	bottom: 80px;
	left: -20%;
	background: url("../img/rbb04_blue.png") no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.outlinebox dl {
	width: 100%;
	border-bottom: dotted 1px #78B8ED;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.outlinebox dt {
	font-size: 14px;
	font-weight: 400;
	color: #1084E3;
	width: 25%;
	padding: 10px 5px;
	box-sizing: border-box;
}
.outlinebox dd {
	font-size: 14px;
	width: 75%;
	padding: 10px 5px;
	box-sizing: border-box;
}
.outlinebox .btn02 {
	margin: 50px auto;
}





.form_layout .contents01 {
	width: 100%;
	position: relative;
	top: 150px;
	margin-bottom: 50px;
	height: 100%;
	padding-bottom: 150px;
}
.form_layout .contents01:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 95%;
	height: 65%;
	border-radius: 0 40px 40px 0;
	background: #EAF5FF;
	z-index: -1;
}



.form {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;;
	box-sizing: border-box;
}
.form table {
	width: 100%;
	margin: 0 auto;
}
.form table th, .form table td  {
	
}

.form table td.lasttd {
	border-bottom: none;
}
.form table th {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	vertical-align: top;
	color: #1084E3;
	position: relative;
	border-bottom: none;
}
.form table th span.ns {
	display: block;
	position: absolute;
	right: 10px;
	top: calc(50% - 8px);
	padding: 0 2px 0 4px;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 0.2em;
	background: #F26060;
	line-height: 18px;
}
.form table td {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
	display: block;
	border-bottom: dotted 1px #78B8ED;
}
.form01 p {
	font-size: 16px;
	line-height: 50px;
}
.form01 input[type='text'] {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	line-height: 50px;
	padding: 0 1em;
	background: #FFF;
	border: 1px solid #78B8ED;
	border-radius: 3px;
}
.form01 textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	background: #FFF;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	margin: 0px 0 0;
	min-height: 200px;
}
.tf01 {
	width: 15em;
}
.tf02 {
	width: 15em;
	height: 10em;
}

.select01 {
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding: 0 1em;
	position: relative;
	border: 1px solid #78B8ED;
	border-radius: 3px;
	background: #FFF;
}
.select01 select {
	width: 100%;
	font-size: 16px;
	padding: 0;
	color: #666666;
	line-height: 50px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select01 select::-ms-expand {
    display: none;
}
.select01::before {
	position: absolute;
	top: 1.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #78B8ED;
	pointer-events: none;
}
.cp {
	position: absolute;
	z-index: 2;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #1084E3;
    content: '';
    display: block;
    height: 24px;
    left: -5px;
		border-radius: 2px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 24px;
}
.checkbox01::after {
    border-right: 4px solid #1084E3;
    border-bottom: 4px solid #1084E3;
    content: '';
    display: block;
    height: 16px;
    left: 2px;
    margin-top: -13px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}



.formBtm {
	text-align: center;
}
.ppbox {
	background: #F7F7F7;
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	padding: 20px 0px 20px 20px;
	margin-bottom: 30px;
}
.inner {
  height: 100%;
	padding-right: 20px;
	overflow-y: scroll;
}
.ppbox .p01 {
	font-size: 16px;
	font-weight: 500;
}
.ppbox .p02 {
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
}
.ppbox::-webkit-scrollbar {
    width: 6px;
}
.ppbox::-webkit-scrollbar-track {
  border-radius: 6px;
	background-color: rgba(224, 224, 224, 1);
}
.ppbox::-webkit-scrollbar-thumb {
  background-color: rgba(112, 112, 112, 1);
  border-radius: 10px;
}
.subbtn {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 60px;
	text-align: center;
	width: 100%;
	height: 60px;
	margin: 50px auto;
	background: #1084E3;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn:before {
	content: "";
	position: absolute;
	width: 34px;
	height: 30px;
	background: url("../img/btn_arrow_w.png") no-repeat center center;
	background-size: contain;
	right: 50px;
	top: calc(50% - 15px);
}
.subbtn:hover {
	background: #3B9BEA;
}
.comfirmBtns {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.subbtn2 {
	color: #1084E3;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 50px;
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	background: #FFF;
	box-sizing: border-box;
	position: relative;
	border: solid 1px #1084E3;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn2:hover {
	background: #D9E8F4;
}


.subbtn3 {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 50px;
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	background: #1084E3;
	box-sizing: border-box;
	position: relative;
	border: none;
	border-radius: 5px;
	transition: all .3s;
}
.subbtn3:hover {
	background: #3B9BEA;
}
.deco_wrap {
	width: 100%;
	position: relative;
}
.deco_wrap:before {
	width: 50px;
	height: 50px;
	position: absolute;
	content: "";
	top: -50px;
	left: 5%;
	background: url("../img/rbb01_pink.png") no-repeat center center;
	background-size: contain;
}
.deco_wrap:after {
	display: none;
}
.form:before {
	width: 230px;
	height: 230px;
	position: absolute;
	content: "";
	bottom: 40%;
	left: -45%;
	background: url("../img/bb01.png") no-repeat center center;
	background-size: contain;
}

.thanksbox {
	width: 100%;
	min-height: 350px;
}
.thanksbox p {
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
	font-weight: 500;
}
}