@charset 'utf-8';


/*LAYOUT*/
/*******************************************************************/
body {
  background: #FDF9DB url("../img/common/bg.png") center top no-repeat;
}
/*HEADER*/
/*******************************************************************/
#header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 117px;
}
.logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 117px;
}
.serif {
  position: absolute;
  top: 0;
  left: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 339px;
  height: 51px;
  text-align: center;
  background: url("../img/common/serif.png") left top no-repeat;
  background-size: 100% 51px;
  padding-right: 4px;
}
.serif span {
  display: inline-block;
  border-bottom: 2px solid #FFB85A;
  font-size: 1.1rem;
  white-space: nowrap;
  margin-bottom: 10px;
}
#nav ul {
  display: flex;
  margin-top: 32px;
}
#nav li {
  margin-left: 2.4vw;
  letter-spacing: 0.1em;
}
/*FOOTER*/
/*******************************************************************/
#footer nav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.0vw;
}
#footer nav li {
  margin: 8px 1.0vw;
}
#footer nav li a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #6E480D;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
#footerlink {
  position: relative;
  margin-top: 300px;
  padding: 140px 0 65px;
  background: #FFCE9D;
}
#footer_top {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
#footer_top img {
  width: 100%;
  height: auto;
}
#footerlink figure.backstar {
  position: absolute;
  top: -270px;
  left: 50%;
  transform: translateX(-50%);
  width: 1169px;
  z-index: -2;
}
#footerlink figure.back {
  position: absolute;
  width: 100vw;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#footerlink::before {
  content: '';
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: auto;
  background: #FFCE9D;
  z-index: 0;
}
#footerlink::after {
  content: '';
  position: absolute;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
  height: 498px;
  background: url("../img/common/footer.png") center top no-repeat;
  background-size: cover;
  z-index: 0;
}
#copyright {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 1000px;
  justify-content: flex-end;
  align-items: center;
}
#copyright span {
  display: block;
  margin-right: 36px;
}
/*CONTENTS*/
/*******************************************************************/
/*TOP*/
#video {
  height: 442px;
  border-radius: 52px;
}
#mv {
  background: url("../img/common/deco01.png") left 370px no-repeat;
}
#mv .movie {
  margin-bottom: 120px;
}
#mv .movie h2 {
  position: absolute;
  bottom: -108px;
  right: 0;
  z-index: 1;
  width: 857px;
}
#mv .char01 {
  top : -10px;
  left : -50px;
  width: 100px;
  /*
  bottom: -20px;
  left: -50px;
	width: 182px;
  */
}
#mv .char02 {
  top: -10px;
  right: -40px;
	width: 157px;
}
#mv .char03 {
  bottom: 60px;
  right: -60px;
  width: 162px;
}
#mv .char04 {
  top: 546px;
  right: 160px;
}
#mv .char07 {
  bottom: -50px;
  left: -50px;
	width: 180px;
  /*
  top : -10px;
  left : -50px;
  width: 150px;
  */

}

/* TOP */
#mv .char07_serif {
  position: absolute;
  bottom: 150px;
  left: -50px;
  pointer-events: auto;
}

#mv .char07_serif a {
  display: block;
  padding: 18px 24px;
  text-align: center;
  background: #F58C00;
  border-radius: 18px;
  color: #fff;
}
#mv .char07_serif a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 22px;
  height: 16px;
  background-image: url("../img/common/serif2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#mv .char07_serif .calendar {
  top: -50px;
  left: -16px;
}
#mv .char07_serif .calendar img {
  width: 70px;
  height: auto;
}

.char07_serif .calendar {
  position: absolute;
  top: -20px;
  left: -8px;
}

#mv .char04.shadow {
  top: 546px;
  right: 160px;
	width: 108px;
}

#mv .char04 span {
  position: absolute;
  top: -46px;
  left: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  background: #F58C00;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #FFF;
  z-index: -1;
}
.philosophy {
  display: flex;
  flex-wrap: wrap;
}
.philosophy header {
  order: -2;
  padding-bottom: 0;
}
.philosophy p.fs20 {
  order: -1;
  width: 100%;
  padding-bottom: 20px;
}
.philosophy > div {
  flex: 1;
  margin-left: 20px;
}
.heading {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: -20px;
  margin-right: -20px;
}
.heading::before {
  content: '';
  flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 20px;
  background: #6E480D;
}
.heading::after {
  content: '';
  flex: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 20px;
  background: #6E480D;
}
.iconleaf {
  position: absolute;
  width: 90px;
  left: -5px;
  bottom: -30px;
}
.iconkids {
  position: absolute;
  width: 100px;
  right: 10px;
  bottom: -45px;
}
.iconbiske {
  position: absolute;
  width: 84px;
  left: 25px;
  bottom: -25px;
}
.iconpale {
  position: absolute;
  width: 74px;
  left: 10px;
  bottom: -30px;
}
.icongift {
  position: absolute;
  width: 70px;
  right: 20px;
  bottom: -40px;
}
.iconpocket {
  position: absolute;
  width: 80px;
  left: 35px;
  bottom: -30px;
}
.instagram {
  /* justify-content: space-between; */
  justify-content: center;
}
.instagram li {
  /* max-width: 270px; */
  max-width: 350px;
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  .instagram li {
    max-width: 100%;
  }
}

.instagram li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.instagram li a::after {
  content: '';
  width: 200px;
  height: 36px;
  transform: rotate(-45deg);
  transform-origin: center;
  position: absolute;
  bottom: 30px;
  right: calc(-200px / 2 + 50px);
  background: #7BEA8B url("../img/top/follow.svg") center no-repeat;
}
.instagram li:nth-child(2) a::after {
  background-color: #FF9214;
}
.instagram li:nth-child(3) a::after {
  background-color: #79BCFF;
}
.instagram li p {
  line-height: 1.6;
}
.recruitbtn {
  justify-content: center;
}
.recruitbtn .btn {
  flex: none;
}
.recruitbtn .btn a {
  min-width: 325px;
}
.recruitmovie {
  position: relative;
  max-width: 585px;
  margin: 100px auto 25px;
  padding: 0;
}
.recruitmovie .char01 {
  top: -40px;
  left: -20px;
	width: 94px;
}
.recruitmovie .char02 {
  bottom: -10px;
  right: -40px;
	width: 84px;
}
.recruitmovie h3 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.recruitmovie .length {
  position: absolute;
  top: 40%;
  left: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 126px;
  text-align: center;
  background: #F58C00;
  border-radius: 50%;
  color: #FFF;
}
.recruitlist .row {
  justify-content: center;
}
.recruitlist li {
  max-width: 222px;
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  .recruitlist li {
    max-width: 100%;
  }
}

.profile {
  margin-top: 88px;
  background: #FFEBD6 url("../img/common/light.svg") right center no-repeat;
  border-radius: 52px;
}
.profile > figure {
  margin-top: -72px;
  margin-left: 64px;
  margin-right: 0;
}
.profile ul {
  column-count: 2;
  column-gap: 3em;
  column-fill: auto;
  margin-top: 32px;
}
.profile li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  overflow: hidden;
}
.profile > div figure {
  float: left;
  margin: 16px 16px 0;
}

.profile .qr {
  width: 87px;
}

.profile .stamp {
  float: left;
  width: 406px;
  height: 95px;
  margin: 16px 16px 0;
  padding: 18px 0 0 32px;
  background: url("../img/top/qr_text.png") center no-repeat;
  color: #1289C9;
}
.service {
  text-align: center;
}
.service a {
  color: #1289C9;
}
.service p {
  margin-top: 16px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
}
.top-deco01::before {
  content: '';
  position: absolute;
  top: -180px;
  left: -80px;
  width: 280px;
  height: 282px;
  background: url("../img/common/deco02.png") center no-repeat;
  z-index: -1;
}
.top-deco01::after {
  content: '';
  position: absolute;
  top: -30px;
  left: 70%;
  width: 78px;
  height: 79px;
  background: url("../img/common/deco03.png") center no-repeat;
  z-index: -1;
}
.top-deco02 {
  background: url("../img/common/deco04.png") 40px 0 no-repeat, url("../img/common/deco05.png") right 0 no-repeat;
}
.top-deco03 {
  background: url("../img/common/deco06.png") 40px 0 no-repeat, url("../img/common/deco07.png") right 0 no-repeat;
}
.top-deco04 {
  background: url("../img/common/deco08.png") 40px 0 no-repeat, url("../img/common/deco03.png") right 40px top 100px no-repeat;
  margin-bottom: 30px;
}
.top-deco05::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -260px;
  width: 263px;
  height: 263px;
  background: url("../img/common/deco09.png") center no-repeat;
  z-index: -1;
}
.top-deco05::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: 70%;
  width: 346px;
  height: 217px;
  background: url("../img/common/deco10.png") center no-repeat;
  z-index: -1;
}
.top-deco06::after {
  content: '';
  position: absolute;
  bottom: -160px;
  right: 10%;
  width: 217px;
  height: 155px;
  background: url("../img/common/deco11.png") center no-repeat;
  z-index: -1;
}
.facilitylist p {
  margin: 24px 0 8px;
  line-height: 1.4;
}
/*PAGE*/
#mv header {
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
#mv.title {
  background: url("../img/common/b_deco01.png") 130px 140px / 684px 258px  no-repeat;
}
#mv .img .char01 {
  top: 10px;
  left: 10%;
  width: 140px;
  z-index: 0;
}
#mv .img .char02 {
  top: -35px;
  right: 16%;
  width: 130px;
  z-index: 0;
}
#mv .img .char03 {
  bottom: auto;
  top: 0;
  right: 10%;
  width: 140px;
  z-index: 0;
}
#mv .img .char04 {
  display: none;
}
#mv .img h2 {
  margin-bottom: 24px;
  text-align: center;
}
#mv .img .movie {
  max-width: 730px;
  margin: 0 auto;
}
.box {
  padding: 32px 64px;
  background: #FFF;
  border-radius: 40px;
}
.ribbon {
  margin: 30px 0 24px;
  text-align: center;
}
.ribbon span {
  position: relative;
  display: inline-block;
  position: relative;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 0 30px;
  font-size: 2rem;
  background: #1289C9;
  color: #FFF;
}
.ribbon span:before, .ribbon span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon span:before {
  left: 0;
  border-width: 28px 0px 28px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon span:after {
  right: 0;
  border-width: 28px 15px 28px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.ribbon span img {
  position: absolute;
  top: -24px;
  left: -32px;
  z-index: 1;
}
#cue .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
#cue .swiper-slide {
  width: 28%;
}
#cue .swiper-slide figure {
  max-width: 222px;
  margin: 0 auto;
  box-sizing: border-box;
}
#cue .swiper-slide h3 {
  position: relative;
  margin: -60px 0 16px;
  padding: 8px;
  text-align: center;
  background: #F7EC75;
  border-radius: 12px;
  font-size: 2.2rem;
}
#cue .more {
  display: block;
  width: 102px;
  margin: 8px auto;
  padding: 8px 28px 8px 8px;
  text-align: center;
  background: #F26654 url("../img/common/plus.svg") right 8px center no-repeat;
  border-radius: 24px;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
  transition: .2s ease-out;
}
#cue .more.on {
  background-color: #B4AEA5;
  background-image: url("../img/common/minus.svg");
}
#cue .text {
  display: none;
  margin-bottom: 16px;
}

@media print {
  #container {
    width: 1024px;
  }
}


/* =============== 以下、各ページ特有のcss =============== */
/* CSS Document */
.pc_2 {
  display: block;
}

.sp_2 {
  display: none;
}

@media only screen and (max-width: 768px) {
	.sp_2 {
		display: block;
	}

	.pc_2 {
		display: none;
	}
}
/* =======================================
    会社TOP(グッドスターキッズハウス株式会社)
======================================= */
.company_top article {
	position: relative;
	padding: 0 0 76px;
}

.company_top #mv header {
	margin-bottom: 10px;
	padding-top: 0;
}

.company_top #mv .movie {
	margin-bottom: 122px;
}

.company_top article.top-deco01 header {
	padding-bottom: 36px;
}

.company_top article.top-deco02 header {
	padding-bottom: 49px;
}

.company_top article.top-deco02 .facilitylist p {
  margin: 26px 0 8px;
}

.company_top article.top-deco02 .btn a {
	padding: 10px;
	width: 121px;
	height: 35px;
	font-size: 14px;
}

.company_top article.top-deco02 .btn a::after {
	margin-left: 5px;
	margin-bottom: 2px;
	height: 12px;
	background-size: 10px 12px;
}

.company_top .jihatsu {
	padding-top: 63px;
}

.company_top article.top-deco03 .instagram li p {
	margin-top: 16px;
}

.company_top article.top-deco04 .recruitlist .btn {
	margin-top: 16px;
}

.company_top article.top-deco04 .recruitlist .btn a {
	padding: 12px 18px;
	width: auto;
	height: 39px;
	font-size: 14px;
}

.company_top article.top-deco04 .recruitlist .btn a::after {
	margin-left: 5px;
	margin-bottom: 2px;
	height: 12px;
	background-size: 10px 12px;
}

@media only screen and (max-width: 768px) {
	nav#spnav > ul > li.half {
    margin: 0;
    padding: 8px 0;
    border-bottom: 2px solid #6E480D;
	}

	nav#spnav li.half a {
    display: inline-block;
    width: 50%;
    padding: 8px;
    border-bottom: none;
    letter-spacing: 0.1em;
    white-space: nowrap;
	}

	nav#spnav li.half a ~ a {
    border-left: 2px solid #6E480D;
	}

	.company_top article {
    padding: 36px 14px;
  }

	.company_top #mv .movie {
    margin-bottom: 24px;
	}

	.company_top article#mv {
		padding-top: 0;
	}

	.company_top article.top-deco02 .btn a:not(.inline) {
		display: inline-block;
	}

	.company_top article.top-deco02 .row > *:not(:first-child) {
		margin-top: 48px;
	}

	.company_top .jihatsu {
		padding-top: 48px;
	}

	.company_top article.top-deco03 .row > *:not(:first-child) {
		margin-top: 35px;
	}

	.company_top article .row.profile .btn.sp {
		margin-top: 0;
	}
  .philosophy {
    margin-top : 200px;
  }
}

@media only screen and (max-width: 414px) {
	.philosophy p.fs20 {
    padding-top: 0;
	}
}

/* =======================================
    共通パーツ
======================================= */
.lh16 {
  line-height: 1.6;
}

.ls2 {
  letter-spacing: 2px;
}

.lower section + header, .lower section + section {
	padding-top: 52px;
}

.lower #mv {
	padding: 25px 0 42px;
}

.lower #mv .img .char03 {
	top: 125px;
	width: 134px;
}

.lower #mv p.center {
	padding-top: 54px;
	line-height: 1.6;
	font-size: 24px;
}

.lower #mv .w270 .fs15 {
	margin-top: 18px;
	line-height: 1.6;
}

.lower .top-deco03 {
	/* padding-top: 0; */
}

.lower .top-deco04 {
	padding-top: 34px;
}

@media only screen and (max-width: 768px) {
  .serif span {
    margin-bottom: 0;
  }

	.lower section + header, .lower section + section {
		padding-top: 46px;
	}

	.lower #mv {
		padding: 81px 14px 42px;
	}

	.lower #mv header {
		padding: 0 0 56px;
	}

	.lower #mv .img .char01 {
		top: 72px;
	}

	.lower #mv .img .char02 {
		top: -80px;
	}

	.lower #mv .img .char03 {
		top: 80px;
		width: 85px;
		right: 0;
	}

	.lower #mv p.center {
		padding-top: 50px;
		line-height: 1.7;
		font-size: 20px;
	}

	.lower #mv .w270 .fs15 {
		margin-bottom: 1px;
	}

	.lower #mv .row > *:not(:first-child) {
		margin-top: 41px;
	}

	.lower #mv .row h2.fs20 {
		line-height: 1.5;
		padding-bottom: 17px;
	}
}


/* =======================================
    会社理念
======================================= */
.company_plspy .deco01 {
  padding: 44px 0 70px;
}

.company_plspy .deco01 header {
	padding-bottom: 36px;
}
.company_plspy .b_deco_p {
  position: relative;
}
.company_plspy .b_deco_pl {
  position: absolute;
  right: -20px;
  bottom: -190px;
  width: 370px;
  height: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
	.top-deco01 .row > *:not(:first-child) {
    margin-top: 38px;
	}
  .company_plspy .b_deco2_pl {
    position: absolute;
    left: 0px;
    top: -90px;
    width: 170px;
    height: auto;
    z-index: -1;
  }
  .company_plspy .deco01 {
    padding: 32px 14px;
  }
  .company_plspy .deco01 .mtb20 {
    margin-bottom: 40px;
  }
}

/* =======================================
    選択する保育
======================================= */
.conceptchildcare #mv header {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  z-index: 1;
}
.conceptchildcare .coch {
  margin: 0 auto;
}
.conceptchildcare .pdtop10 {
  padding-top: 10px
}
.conceptchildcare .mg140 {
  margin-top: 140px;
}
.conceptchildcare .mgminus {
  margin-top: -50px;
}
.conceptchildcare .mg40 {
  margin-bottom: 40px;
}
.conceptchildcare .b_deco_pl {
  position: absolute;
  right: -75px;
  top: 65px;
  width: 370px;
  height: auto;
  z-index: -1;
}
.conceptchildcare .b_deco_pl2 {
  position: absolute;
  left: 50px;
  bottom: 70px;
  width: 100px;
  height: auto;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .conceptchildcare #mv .img h2 {
    padding-top: 20px;
    width: 228px;
    margin: 0 auto;
  }
  .conceptchildcare #mv header {
    padding-top: 0;
  }
  .conceptchildcare .mgminus {
    margin-top: 50px;
  }
  .conceptchildcare .spmgminus {
    margin-top: -40px;
  }
}
/* ↑ここ干渉怖くてカオスぎみすいません by林 */

/* =======================================
    療保
======================================= */
.conceptsocial #mv header {
  position: relative;
  padding-top: 70px;
  z-index: 1;
}
.conceptsocial #mv p.center {
  padding-top: 10px;
}
.conceptsocial .b_deco_pl {
  position: absolute;
  right: -75px;
  top: 85px;
  width: 370px;
  height: auto;
  z-index: -1;
}
.conceptsocial .b_deco_pl2 {
  position: absolute;
  left: 50px;
  bottom: 70px;
  width: 100px;
  height: auto;
  z-index: -1;
}
.conceptsocial .b_deco_pl3 {
  position: absolute;
  right: 20px;
  top: -100px;
  width: 100px;
  height: auto;
  z-index: -1;
}
.conceptsocial span.red {
  font-size: 18px;
  color: #E00000;
}


@media only screen and (max-width: 768px) {
  .conceptsocial .w270 {
    max-width: 100%;
  }
  .conceptsocial #mv .img .char02 {
    top: -80px;
  }
  .conceptsocial #mv .img h2 {
    padding-top: 10px;
    width: 298px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .conceptsocial .cuehead {
    width: calc(100% - 28px);
    margin: 0 auto 40px;
  }
  .conceptsocial #mv header {
    padding-top: 0;
  }
  #cue .heading::before {
    margin-left: 0;
    margin-right: 14px;
  }
  #cue .heading::after {
    margin-right: 0;
    margin-left: 14px;
  }
}

/* =======================================
    施設案内
======================================= */
.facility #mv{
  padding-bottom: 80px;
}
.facility #mv header {
  padding-bottom: 100px;
}
.facility #mv .hoiku .char03 {
	top: -52px;
	right: 100px;
	width: 134px;
}

@media only screen and (max-width: 768px) {
  .facility .heading::before {
    margin-right: 14px;
  }
  .facility .heading::after {
    margin-left: 14px;
  }
  .facility #mv .hoiku .char03 {
    bottom: 60px;
    right: -14px;
    width: 80px;
		top: -65px;
	}
}

/* =======================================
    会社概要
======================================= */
.companysoutline #mv{
  padding-bottom: 80px;
}
.companysoutline #mv header{
  padding-bottom: 100px;
}
.ov_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.7;
}
.ov_table th, .ov_table td {
  padding: 20px 0;
  border-bottom: solid 1px #6E480D;
}
.ov_table th {
  text-align: left;
  width: 258px;
  vertical-align: top;
}
.ov_table td {
  width: auto;
}
.tablefacility li {
  margin-bottom: 25px;
  line-height: 1.75;
}
.tablefacility li:last-child {
  margin-bottom: 0;
}

.ov_table .btn {
  position: relative;
  display: inline-block;
  padding: 7px 9px;
  text-align: center;
  background: #F26654;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1;
  color: #FFF;
  margin-left: 10px;
  top: -1.5px;
}
.ov_table .btn::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 9px;
  margin-left: 6px;
  vertical-align: middle;
  background: url("../img/common/arr.png") center no-repeat;
  background-size: 8px 9px;
}

@media only screen and (max-width: 768px) {
  .companysoutline #mv header{
    padding-bottom: 80px;
  }
  .ov_table th {
    width: 30%;
    padding-right: 20px;
  }
}

/* =======================================
    お問い合わせ
======================================= */
.contact #mv{
  padding-bottom: 80px;
}
.contact #mv header{
  padding-bottom: 100px;
}

.form dl {
  margin-top: 40px;
}
.form dt {
  clear: both;
  float: left;
  width: 200px;
  padding-top: 8px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.form dd {
  padding: 0 0 32px 216px;
  text-align: left;
  line-height: 1.5em;
  font-size: 18px;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="date"] {
  display: inline-block;
  width: 40%;
  padding: 8px;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 4px;
  vertical-align: middle;
}
.form select {
  padding: 8px;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 4px;
}
.form textarea {
  width: 100%;
  min-height: 220px;
  padding: 8px;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 4px;
}
.form label {
  display: flex;
  margin: 8px 32px 8px 0;
  align-items: center;
}
.form label input {
  margin-right: 8px;
}
.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding: 4px 0 4px 32px;
  line-height: 1;
  font-size: 18px;
}
.form input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 4px;
}
.form input[type="checkbox"]:checked + span::before {
  background: #1289C9;
  border: 2px solid #FFF;
  outline: 1px solid #707070;
}
.form input[type="radio"] {
  display: none;
}
.form input[type="radio"] ~ span {
  position: relative;
  display: block;
  padding: 4px 0 4px 30px;
  line-height: 1;
}
.form input[type="radio"] ~ span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #746B59;
  border-radius: 50%;
  opacity: 0;
}
.form input[type="radio"] ~ span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #A8410B;
  border-radius: 50%;
}
.form input[type="radio"]:checked ~ span::after {
  opacity: 1;
}
.submit {
  display: block;
  margin-top: 32px;
  padding-top: 32px;
  text-align: center;
  border-top: 1px solid #6E480D;
}
.contact_conf .submit {
  display: flex;
  justify-content: space-between;
}
.submit input[type='submit'] {
  position: relative;
  display: inline-block;
  padding: 20px 62px 20px 38px;
  text-align: center;
  background: #F26654 url("../img/common/arr.png") right 24px center no-repeat;
  background-size: 15px 17px;
  border-radius: 11px;
  font-size: 1.7rem;
  line-height: 1;
  color: #FFF;
  box-shadow: -4px 4px 0 #F6EC4F;
  transition: all .2s ease-out;
}
.submit input[type='submit'].disabled {
  background: #999;
}
.submit input[type='submit']:not(.disabled):hover {
  transform: translate(-4px, 4px);
  box-shadow: 0 0 0 #F6EC4F;
  opacity: 1;
}
.submit input[type='button'] {
  display: inline-block;
  padding: 20px 40px;
  background: #999;
  border-radius: 11px;
  font-weight: 700;
  color: #FFF;
}
.must {
  margin-left: 8px;
  padding: 4px 7px;
  background: #1289C9;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFF;
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  .must {
    padding: 1px 7px;
  }
}

.form ::-webkit-input-placeholder {
  font-weight: 700;
  color: #BABABA;
}
.form ::-moz-placeholder {
  font-weight: 700;
  color: #BABABA;
}
.form :-ms-input-placeholder {
  font-weight: 700;
  color: #BABABA;
}
.short {
  width: 30% !important;
}
.medium {
  width: 60% !important;
}
.form *:disabled {
  background: none !important;
  border: none !important;
  min-height: initial;
}

.contact_thx #mv header {
  padding-bottom: 60px;
}

.contact_thx .backtotop {
  text-align: center;
  margin-top: 60px;
}

.contact_conf .form dd {
  padding-bottom: 40px;
}

.contact_conf .blankspace {
  width: 110px;
}

@media only screen and (max-width: 768px) {
  .form dt {
    float: none;
    width: auto;
  }
  .form dd {
    padding: 8px 0 32px;
  }
  .form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="date"] {
    display: inline-block;
    width: 100%;
  }
  .short {
    width: 60% !important;
  }
  .medium {
    width: 100% !important;
  }
  .submit input[type='submit'] {
    width: 100%;
    margin-bottom: 20px;
  }
  .submit input[type='button'] {
    width: 100%;
    padding: 15px;
  }
  .contact_thx #mv .img .char01 {
    top: 50px;
  }
  .contact_thx #mv .img .char03 {
    top: 50px;
  }
  .contact_thx #mv header {
    padding-bottom: 120px;
  }
  .contact_conf #mv header {
    padding-bottom: 120px;
  }
  .contact_conf .form dt {
    color: #EA7E00;
  }
  .contact_conf .form dd {
    padding-bottom: 30px;
  }
  .submit {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

/* =======================================
    プライバシーポリシー
======================================= */
.privacypolicy #mv {
  padding-bottom: 80px;
}
.privacypolicy #mv header {
  padding-bottom: 100px;
}
.privacypolicy #mv .img .char01 {
  top: 10px;
}
.privacypolicy #mv .img .char02 {
  top: -10px;
  right: 90px;
}
.privacypolicy h2 {
  font-size: 18px;
  padding-bottom: 8px;
}
.pp p {
  line-height: 1.6;
  padding-bottom: 35px;
}
.pp p:last-child {
  padding-bottom: 0;
}
.pp .pd0 {
  padding-bottom: 0;
}
.pp ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 35px;
}
.pp ol:last-child {
  padding-bottom: 5px;
}
.pp ol ol {
  padding-left: 1em;
}
.pp li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-top: 5px;
  line-height: 1.5;
}
.pp li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}

@media only screen and (max-width: 768px) {
  .privacypolicy #mv .img .char01 {
    top: 72px;
  }
  .privacypolicy #mv .img .char02 {
    top: -80px;
    right: 10%;
  }
}


/* =======================================
    サイトマップ
======================================= */

.sitemapli {
  margin: auto 50px;
  display: flex;
  justify-content: space-between;
}
.sitemapli ul:nth-of-type(2) {
  width: 320px;
}
.sitemap_fac {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_fac li {
  width: 150px;
}
.sitemapli li ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.sitemapli li {
  padding-top: 30px;
}
.sitemapli li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 6px;
  vertical-align: middle;
  background: url("../img/common/arr.png") center no-repeat;
  background-size: 12px 15px;
}

@media only screen and (max-width: 768px) {
  .sitemapli {
    margin: 0 auto;
    display: block;
  }
  .sitemap_fac {
    display: block;
  }
  .sitemap_fac li:first-child {
    padding-top: 25px;
  }
  .sitemap_fac li:last-child {
    padding-bottom: 5px;
  }
}

/* =======================================
    トップなど 調整用
======================================= */
@media only screen and (max-width: 768px) {
  .fluid-box{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ddd;
    /* padding: 40px; */
  }
  .fluid-box-inner{
    margin: 0 auto;
    padding: 0 14px;
  }
}

/* =======================================
    Instagram部分
======================================= */
/* #insta_list,
#insta_list_2,
#insta_list_3 {
	display: flex;
	justify-content: space-between;
  position: relative;
	width: 270px;
	height: auto;
} */

#insta_list_2,
#insta_list_3 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 350px;
  height: auto;
}

/* #insta_list li img,
#insta_list_2 li img,
#insta_list_3 li img {
	width: 270px;
  max-height: 270px;
	border-radius: 52px;
	border: 8px solid #FFF;
  object-fit: cover;
} */


#insta_list_2 li img,
#insta_list_3 li img {
  width: 350px;
  max-height: 350px;
  border-radius: 52px;
  border: 8px solid #FFF;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.instagram li {
    margin-top: 0;
	}
}

/* IE用 */
@media all and (-ms-high-contrast: none) {
  #insta_list,
  #insta_list_2,
  #insta_list_3 {
    width: 100%;
  }
}

/* Bnr
-----------------------------------------*/
.banner_wrap {
  position: relative;
  top: 0;
  left : 0;
}
.Bnr {
  position: fixed;
  bottom : 13%;
  left :90%;
  height: 250px;
  width: 150px;
  z-index: 99;
}
.Bnr .banner_img {
  position: absolute;
  bottom: 50px;
  right : 20px;
  z-index: 5;
  width: 62px;

}


.Bnr .banner_stazou {
  position: absolute;
  bottom : 0;
  right : 5px;
  width: 100px;
  padding: 0;
  margin : 0;
  z-index: 10;
}
.Bnr .banner_stazou img {
  width: 100%;
  height: auto;
}



/****************************************************************************************/
/*    sp    */
/****************************************************************************************/

@media only screen and (max-width: 1000px) {
  
  .Bnr {
    left :80%;
  }
}
@media only screen and (max-width: 768px) {
    body {
      background-image: url("../img/common/bg_sp.png");
    }
    #header {
      height: 88px;
    }
    .logo {
      height: 88px;
    }
    .logo img {
      width: 86px;
    }
    .serif {
      position: relative;
      left: 0;
      flex-direction: column;
      align-items: flex-start;
      min-width: initial;
      height: 80px;
      margin-left: 8px;
      text-align: left;
      background: none;
    }
    #spnav {
      display: flex;
      flex-direction: column;
      text-align: center;
      background: #FDF9DB url("../img/common/bg_sp_nav.png") center top no-repeat;
    }
    #spnav .logo {
      margin: 0 14px;
    }
    #spnav > ul {
      margin: 0 14px 24px;
    }
    #spnav > ul > li, #footer nav li {}
    #spnav > ul > li a, #footer nav li a {
      display: block;
      padding: 16px;
      text-align: center;
      border-bottom: 2px solid #6E480D;
      font-size: 1.5rem;
      white-space: nowrap;
    }
    #spnav .char01 {
      top: 50%;
      left: 0;
      width: 91px;
    }
    #spnav .char02 {
      top: 15%;
      right: -10px;
      width: 83px;
    }
    #spnav .char03 {
      top: 40%;
      right: 0;
      width: 80px;
    }
    #footer nav {
      padding-bottom: 80px;
      background: url("../img/common/footer_sp2.png") center bottom no-repeat;
    }
    #footer nav ul {
      margin: 0 -1.0vw;
      text-align: center;
      /* border-top: 2px solid #6E480D; */
      display: block;
    }
    #footer nav li {
      margin: 0;
      padding: 12px 0;
      border-bottom: 2px solid #6E480D;
    }
    #footer nav li:first-child {
      border-top: 2px solid #6E480D;
    }
    #footer nav li a {
      display: inline-block;
      width: 50%;
      padding: 12px;
      border-bottom: none;
      letter-spacing: 0.1em;
      white-space: nowrap;
    }
    #footer nav li a ~ a {
      border-left: 2px solid #6E480D;
    }
  
    #footer nav li a ~ a.recruit_sp {
      border-left: none;
    }
  
    #footerlink {
      margin-top: 400px;
      padding: 270px 0 40px;
    }
    #footerlink::before {
    }
    #footerlink::after {
      top: -440px;
      width: 464px;
      height: 693px;
      background-image: url("../img/common/footer_sp.png");
    }
    #copyright {
      display: block;
      text-align: center;
      width: 100%;
    }
    #copyright span {
      margin: 0 0 16px;
    }
    /*TOP*/
    #video {
      height: 350px;
    }
    #mv {
      background: url("../img/common/deco12.png") center 300px no-repeat;
    }
    #mv .movie {
      margin-bottom: 24px;
    }
    #mv .movie h2 {
      position: absolute;
      bottom: auto;
      top: 300px;
      right: 50%;
      transform: translateX(50%);
      width: 100%;
      max-width: 358px;
      z-index: 1;
    }
    #mv .char01 {
      bottom: 40px;
      left: -14px;
      width: 91px;
    }
    #mv .char02 {
      top: 20px;
      right: -20px;
      width: 83px;
    }
    #mv .char03 {
      bottom: 60px;
      right: -14px;
      width: 80px;
    }
    #mv .char04 {
      display: none;
    }
    .philosophy figure {
      width: calc(50% + 13%);
      margin-left: -13%;
    }
    .philosophy figure img {
      border-radius: 0 52px 52px 0;
    }
    .philosophy header {
      order: 0;
      align-self: center;
      width: 50%;
      text-align: left;
    }
    .philosophy header h2 {
      background: none;
      line-height: 1.6;
    }
    .philosophy header h2::after {
      display: none;
    }
    .philosophy p.fs20 {
      order: 0;
      padding-top: 24px;
      line-height: 1.4;
    }
    .philosophy > div {
      margin-left: 0;
    }
    .instagram li {
      margin-left: auto;
      margin-right: auto;
      margin-top: 24px;
    }
    
    .recruitbtn .btn {
      margin-top: 24px;
    }
    .recruitbtn .btn a {
      min-width: initial;
    }
    .recruitmovie {
      margin-bottom: 88px;
    }
    .recruitmovie .radius {
      border-radius: 40px;
    }
    .recruitmovie .char01 {
      top: -10px;
      left: -40px;
    }
    .recruitmovie .char02 {
      bottom: -70px;
      right: 0;
    }
    .recruitmovie .length {
      top: 88%;
      left: 0;
      width: 126px;
      height: 126px;
    }
    .recruitlist li {
      margin: 0 auto;
    }
    .recruitlist li:not(:first-child) figure {
      display: none;
    }
    .profile {
      margin: 64px 0 0 !important;
      padding: 24px 20px;
      background-position: left 50% top 90%;
      background-size: 500%;
    }
    .profile > figure {
      margin: 0 auto;
    }
    .profile > figure img {
      margin-top: -56px;
    }
    .profile ul {
      column-count: 1;
    }
    .profile li {
      margin-bottom: 8px;
      padding-left: 14px;
    }
    .profile > div figure {
      display: none;
    }
    .profile .stamp {
      float: none;
      width: 336px;
      height: 107px;
      margin: 16px 0 0;
      padding: 12px 0 0 20px;
      background-image: url("../img/top/qr_text_sp.png");
    }
    .profile .btn a {
      display: inline-block;
    }
    .service p {
      margin-top: 8px;
    }
    .top-deco01::before {
      left: 0;
      width: 170px;
      background-size: 170px auto;
    }
    .top-deco01::after {
      display: none;
    }
    .top-deco02 {
      background: url("../img/common/deco04.png") -30px 0 no-repeat;
      background-size: 186px;
    }
    .top-deco03 {
      background: none;
    }
    .top-deco03 .b_deco_inst {
      position: absolute;
      right: 14px;
      top: -60px;
      width: 318px;
      height: auto;
      z-index: -1;
    }
    .top-deco04 {
      background: none;
    }
    .top-deco04 .b_deco_rec {
      position: absolute;
      left: -20px;
      top: -120px;
      width: 370px;
      height: auto;
      z-index: -1;
    }
    .top-deco05::before {
      display: none;
    }
    .top-deco05::after {
      bottom: -160px;
      left: 20%;
      width: 277px;
      background-size: 277px auto;
    }
    /*PAGE*/
    #mv header {
      position: relative;
      padding: 56px 0;
      z-index: 1;
    }
    #mv header h1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0;
      background: none;
    }
    #mv header h1::after {
      display: none;
    }
    #mv header h1 span {
      position: relative;
      display: block;
      padding: 0 6px 4px;
      background: linear-gradient(transparent 70%, rgba(246, 236, 79, .67) 70%);
      font-size: 3.4rem;
      color: #EB5845;
    }
    #mv header h1 span::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 4px;
      height: 40%;
      background: #F6EC4F;
      mix-blend-mode: multiply;
    }
    #mv.title {
      background: url("../img/template/deco01_sp.png") center top no-repeat;
    }
    #mv .img .char01 {
      top: -88px;
      left: 0;
      width: 80px;
    }
    #mv .img .char02 {
      top: -280px;
      right: 10%;
      width: 74px;
    }
    #mv .img .char03 {
      top: -88px;
      right: 0;
      width: 85px;
    }
    #mv .img .char04 {
      display: none;
    }
    .box {
      padding: 24px 12px;
    }
    .ribbon span img {
      top: -32px;
      left: 12px;
    }
    #cue {
      padding-left: 0;
      padding-right: 0;
    }
    #cue .swiper-wrapper {
      margin-bottom: 40px;
    }
    #cue .swiper-slide {
      width: auto;
    }
    #cue .swiper-slide h3 {
      margin-bottom: 0;
      border-radius: 12px 12px 0 0;
    }
    #cue .more {
      display: none;
    }
    #cue .text {
      display: block !important;
      padding: 16px;
      background: #FFF;
      border-radius: 0 0 12px 12px;
    }
    #cue .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      margin: 0 16px;
      background: #6E480D;
      opacity: 1;
    }
    #cue .swiper-pagination-bullet-active {
      background: #F26654;
    }
    
  .for_students_top {
    width: 100%;
    margin-top : 50px;
    text-align: left;

  }
  
  .for_news_top {
    width: 100%;
  margin-top : 200px;
  text-align: left;
    
  }
  
  .for_news_top header { 
    padding-bottom: 0px !important;
  }
  
  
  .for_students_top header.left {
    
    text-align: left !important;
  }

.philosophy {
      margin-top: 50px;
  }
  
  #mv .char07 {
    width: 120px;
    left : 2%;
  }
  #mv .char07_serif {
    bottom: 25%;
    left: 0px;
  }
  
  #mv .char07_serif .fs24{
    font-size : 1em!important;
  }

  .banner_wrap {

    overflow: hidden;
    padding : 10px;
    position: relative;
    z-index: 99;
  }
.Bnr {
  bottom : 0%;
  left :0;
  height: 100px;
  width: 300px;
}
.Bnr a .banner_img {
  display: block;
  position: relative;
  top :0;
  left : 60px;
  width: 250px;
  height: 100%;
}
.Bnr .banner_img img {
  width: 100%;
  height: auto;
}

.Bnr .banner_stazou {
  bottom : 0;
  left : 0;
  width: 130px;
}
  }

  @media only screen and (max-width: 767px) {
    
    #mv .char07 {
      width: 100px;
      left : 0;
      bottom: 2%;
    }
    #mv .char07_serif {
      bottom: 35%;
      left: 0px;
    }
    
    #mv .char07_serif .fs24{
      font-size : 1em!important;
    }
  }
  
  @media only screen and (max-width: 500px) {
    #mv .char07 {
      width: 140px;
      height: auto;
      bottom: -200px;
      left: 50vw;
    }
    #mv .char07_serif {
      bottom: -200px;
      left : 10vw;
      white-space: nowrap;
    }
    .top#mv .char07_serif {
      bottom: 0;
      right: 183px;
      white-space: nowrap;
    }
  
    #mv .char07_serif a::after {
      top: auto;
      bottom: 100%;
      left: 60%;
      transform: rotate(180deg);
    }
  }
  
  @media only screen and (max-width: 300px) {

    .Bnr {
      height: 100px;
      width: 200px;
    }
    .Bnr a .banner_img {
      left : 80px;
      width: 180px;
    }
  }