/*
基準：
pc:1200
sp:600

クラス：
sknXxxx

bodyにidxxxと属性（top/page/single/list）

クラスを頭につなげる
frontNews -> frontNewsList
単位

z-index:
50:front-RECRUITタイトル

deco
101～150

header
201

フッターのラベル
300

600px以下のスタイル（レスポンシブデザイン）

*/

/* デフォルトのスタイル（最小幅1200pxを維持） */
body {
  min-width: 1200px;
  font-family: 'Kozuka Gothic Pro', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
@media screen and (max-width: 599px) {
  body {
    min-width: auto; /* 必要に応じてmin-widthを解除 */
  }
}

body.page8 {
  min-width: 1200px;
  font-family: 'Kozuka Gothic Pro', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  background: linear-gradient(to bottom, #f39801 20%, #ffffff 50%, #ffffff 100%);
}
@media screen and (max-width: 599px) {
  body.page8 {
	min-width:unset;
    background: linear-gradient(to bottom, #f39801 10%, #ffffff 35%, #ffffff 100%);
    min-width: auto; /* 必要に応じてmin-widthを解除 */
  }
}

.contentsMain {
  max-width: 1920px;
  margin: 0 auto;
}

.post,
.page {
  margin: 0;
}

.custom-logo {
  width: 168px;
  height: 97px;
}
@media screen and (max-width: 599px) {
  .custom-logo {
    width: calc((168 / 600) * 100vw);
    height: calc((97 / 600) * 100vw);
  }
}

.site-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  min-width: 1040px;
  height: 100px;
  inset: 0;
  margin: 0 auto;
  z-index: 201;
  top: 20px;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .site-header {
    min-width: auto;
    height: calc((100 / 600) * 100vw);
    top: calc((20 / 600) * 100vw);
    padding: 0 calc((20 / 600) * 100vw);
    border-radius: calc((20 / 600) * 100vw);
  }
}

.menu-gmenu-container {
  position: relative;
  top: 50px;
}

.g-nav-outline {
  display: none;
}

@media screen and (max-width: 599px) {
  .cr-arrow {
    width: calc((30 / 600) * 100vw);
    height: calc((30 / 600) * 100vw);
  }

  .menu-toggle {
    padding: calc((20 / 600) * 100vw) calc((0 / 600) * 100vw) 0 0;
  }

  .g-nav-outline {
    display: none;
  }

  .panelactive.g-nav-outline {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    left: 0;
    background-color: #f39800;
    top: 0;
    overflow: auto;
  }

  .burgerMenuInner {
    padding: 0 calc((50 / 600) * 100vw) calc((70 / 600) * 100vw);
  }

  .menuHeader {
    position: relative;
  }

  .menuHeader .left {
    position: relative;
    text-align: center;
  }

  .menuHeader .left img {
    width: calc((168 / 600) * 100vw);
  }

  .menuHeader .right {
    position: absolute;
    padding: calc((40 / 600) * 100vw) calc((30 / 600) * 100vw) 0 0;
    top: 0;
    right: 0;
  }

  .clb {
    width: calc((60 / 600) * 100vw);
  }

  .burgerMenuInner ul.menuHome {
    display: block;
    text-align: center;
    font-size: calc((26 / 600) * 100vw);
  }

  ul.menuHome li {
    border: none;
    padding: 0;
  }

  .menuHome a {
    padding: calc((5 / 600) * 100vw);
    display: inline-block;
  }
}

#primary-menu {
  margin: 0 0 0 0;
  padding: 35px 0 0 0;
}
@media screen and (max-width: 599px) {
  #primary-menu {
    position: fixed;
    width: 100%;
    background-color: #eee;
  }
}

.main-navigation {
  display: flex;
  width: auto;
}

.main-navigation a {
  color: #595757;
}
@media screen and (max-width: 599px) {
  .main-navigation a {
    color: #fff;
  }
}

.main-navigation a:visited {
  color: #595757;
}
@media screen and (max-width: 599px) {
  .main-navigation a:visited {
    color: #fff;
  }
}

.main-navigation ul {
  padding: 0 25px;
}

.main-navigation ul li {
  border-right: 1px solid #989898;
  padding: 3px 10px;
}
@media screen and (max-width: 599px) {
  .main-navigation ul li {
    border-right: none;
    padding: 1.5vw 0;
  }
}

.main-navigation ul li:last-child {
  border-right: none;
}

/* frontSlider */
.frontSlider {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 670px;
}
.frontSliderWrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.frontSliderWrap .decoL3 {
	left:-50px;
}

@media screen and (max-width: 599px) {
	.frontSliderWrap {
		width:100%;
	}
  .frontSlider {
    width: 100%;
    height: calc((700 / 600) * 100vw);
  }
  .frontSliderWrap .decoL3 {
    width: 50%;
    left: -21%;
    bottom: 25%;
    top: unset;
	}
}

.sliderImg {
  width: 100%;
  display: block;
  position: absolute;
  right:0;
  top: -5%;
}
@media screen and (max-width: 599px) {
	.sliderImg {
		width: 90%;
		display: block;
		right: -5%;
		top: -5%;
	}
}

.frontSliderMessage {
  display: none;
  position: absolute;
  z-index: 200;
  top: 360px;
  left: 80px;
  font-family: 'Kozuka Gothic Pro';
  font-weight: bold;
  font-size: 90px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .frontSliderMessage {
    display: block;
    font-size: calc((68 / 600) * 100vw);
    left: calc((22 / 600) * 100vw);
    top: calc((350 / 600) * 100vw);
    top: calc((400 / 600) * 100vw);
  }
}

.frontSliderMessage .main {
  line-height: 100px;
}
@media screen and (max-width: 599px) {
  .frontSliderMessage .main {
    line-height: 1.3em;
  }
}

.frontSliderMessage .sub {
  font-size: calc((20 / 600) * 100vw);
  line-height: 1.9em;
}

.frontSliderMessage2 {
  position: absolute;
  z-index: 200;
  top: 170px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1050px;
  font-family: 'Kozuka Gothic Pro';
  font-weight: bold;
  text-align: left;
  color: #fff;
  height: 600px;
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}
.frontSliderMessage2 p {
	font-size: 68px;
	margin: 0 0 20px;
	line-height: 1.2em;
}

.frontSliderMessage2 p.sub {
	font-size: 20px;
	line-height: 1.5em;
}
@media screen and (max-width: 599px) {
	.frontSliderMessage2 {
		display: block;
		padding: 0;
		font-size: calc((90 / 600) * 100vw);
		width: 90%;
		margin: 0 auto;
		height: auto;
		width: 90%;
		margin: 0 auto;
		top: unset;
		bottom: 6%;
	}
	.frontSliderMessage2 p {
		font-size: 12vw;
		margin: 0;
		line-height: 1.1em;
	}

	.frontSliderMessage2 p.sub {
		font-size:3.5vw;
		line-height: 1.5em;
		margin-top: 2.5%;
	}
}



/* frontNews */
.frontNews {
  position: relative;
  padding: 200px 0 0 0;
  z-index: 102;
}
.frontNews .frontNewsList .L3newsBack {
    top: unset;
    bottom: 240px;
    left: 17%;
	width: 310px;
}
@media screen and (max-width: 599px) {
  .frontNews {
    padding: calc((300 / 600) * 100vw) 0 0 0;
  }
}

.frontNews h2 {
  text-align: center;
}

.frontNewsList {
  color: #9a9a9a;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 1040px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .frontNewsList {
    width: 100%;
    padding: calc((20 / 600) * 100vw) calc((10 / 600) * 100vw) 0;
  }
}

.newsSinglecatch {
  background: linear-gradient(to bottom, transparent 50%, white 50%);
}

.newsSinglecatch img {
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .newsSinglecatch img {
    border-radius: calc((20 / 600) * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .newsCard3 {
    /* SPは一覧が二つ */
    display: none;
  }
}

.frontNewsLink {
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  width: 290px;
  height: 460px;
}
@media screen and (max-width: 599px) {
  .frontNewsLink {
    padding: calc((17 / 600) * 100vw) calc((20 / 600) * 100vw);
    width: calc((270 / 600) * 100vw);
    width: 100%;
    height: calc((460 / 600) * 100vw);
  }
}

.frontNewsLinkTitle {
  color: #595757;
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  padding: 26px 0 6px;
}
@media screen and (max-width: 599px) {
  .frontNewsLinkTitle {
    font-size: calc((22 / 600) * 100vw);
  }
}

.frontNewsLinkDate {
  color: #9a9a9a;
  font-size: 16px;
  text-align: center;
  padding: 0 20px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .frontNewsLinkDate {
    font-size: calc((16 / 600) * 100vw);
    padding: 0 calc((20 / 600) * 100vw) 0 0;
  }
}

.frontNewsLinkText {
  background-color: #fff;
  padding: 20px 15px;
  height: 150px;
  line-height: 1.5em;
}
@media screen and (max-width: 599px) {
  .frontNewsLinkText {
    padding: calc((20 / 600) * 100vw) calc((15 / 600) * 100vw);
    height: calc((110 / 600) * 100vw);
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontNewsLinkDeco {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 15px 20px;
  border-radius: 0 0 20px 20px;
}

.frontNewsLinkDeco span {
  color: #f39800;
  font-size: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 599px) {
  .frontNewsLinkDeco span {
    font-size: calc((18 / 600) * 100vw);
    margin: 0 calc((10 / 600) * 100vw) 0 0;
  }
}

.frontNewsListButton {
  text-align: center;
  padding: 26px 0 0 0;
}
@media screen and (max-width: 599px) {
  .frontNewsListButton {
    text-align: center;
    padding: calc((26 / 600) * 100vw) 0 0 0;
  }
}

.frontNewsListButton a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .frontNewsListButton a {
    font-size: calc((18 / 600) * 100vw);
  }
}

/* frontLead */
.frontLead {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%);
}
.frontLeadInner {
  padding: 0 0 0 80px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .frontLeadInner {
    width: 100%;
    padding: 0 0 0 calc((20 / 600) * 100vw);
  }
}

.frontLead .text {
  background-color: #fff;
  padding: 40px 0 30px 30px;
  border-radius: 40px 0px 0px 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .frontLead .text {
    padding: calc((40 / 600) * 100vw) 0 calc((30 / 600) * 100vw) calc((30 / 600) * 100vw);
    border-radius: calc((40 / 600) * 100vw) 0px 0px calc((40 / 600) * 100vw);
  }
}

.frontLead .text h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .frontLead .text h3 {
    font-size: calc((32 / 600) * 100vw);
    margin: 0 0 calc((20 / 600) * 100vw);
  }
}

@media screen and (max-width: 599px) {
  .frontLead .text p {
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontLead .img {
  position: absolute;
  top: 90px;
  left: 560px;
}
@media screen and (max-width: 599px) {
  .frontLead .img {
    top: calc((300 / 600) * 100vw);
    left: calc((160 / 600) * 100vw);
  }
}

/* frontCourse */
.frontCourse {
  padding: 110px 0 0 0;
  position: relative;
  z-index: 110;
}

.frontCourseInner {
  position: relative;
  z-index: 103;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 80px 0;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 599px) {
	.frontCourse {
	padding: 10% 0 0 0;
	}

  .frontCourseInner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .frontCourseInner .frontTitle .subTitle{
    color: #fff;
  }
  .frontCourseInner .whitetxt{
    color: #fff;
  }
}

.frontCourseInner .card {
  width: 500px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .card {
    padding: calc((35 / 600) * 100vw) 0 0;
    width: calc((500 / 600) * 100vw);
    margin: 0 auto;
  }
}

.frontCourseInner .card p {
  padding: 10px 0 5px;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .card p {
    padding: calc((10 / 600) * 100vw) 0 calc((5 / 600) * 100vw);
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontCourseInner .card.two {
  padding: 180px 0 0 0;
}

.frontCourseInner .card.thr {
  margin: -90px 0 0 0;
}

.frontCourseInner .card.fur {
  padding: 90px 0 0 0;
}

@media screen and (max-width: 599px) {
  .frontCourseInner .card.two {
    padding: calc((20 / 600) * 100vw) 0 0 0;
  }

  .frontCourseInner .card.thr {
    margin: 0 auto;
    padding: calc((20 / 600) * 100vw) 0 0 0;
  }

  .frontCourseInner .card.fur {
    padding: calc((20 / 600) * 100vw) 0 0 0;
  }
}

.frontCourseInner .card h3 .subTitle {
  color: #f39800;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .card h3 .subTitle {
    font-size: calc((24 / 600) * 100vw);
  }
}

.frontCourseInner .card h3 .mainTitle {
  color: #595757;
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .card h3 .mainTitle {
    font-size: calc((48 / 600) * 100vw);
  }
}

.frontCourseInner .left img {
  width: 500px;
  height: 334px;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .left img {
    width: calc((250 / 600) * 100vw);
    height: calc((166.96 / 600) * 100vw);
  }
}

.frontCourseInner .right {
  width: 500px;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .right {
    width: 100%;
    padding: calc((30 / 600) * 100vw) calc((50 / 600) * 100vw) 0;
  }
}

.frontCourseInner .right h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0 0 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .right h3 {
    font-size: calc((28 / 600) * 100vw);
    margin: 0 0 calc((20 / 600) * 100vw);
  }
}

.frontCourseInner .right h3 span {
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .right h3 span {
    font-size: calc((34 / 600) * 100vw);
  }
}

.frontCourseInner .right p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .frontCourseInner .right p {
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontCourseLinkDeco {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 15px 20px;
  border-radius: 0 0 20px 20px;
}

.frontCourseLinkDeco span {
  color: #f39800;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .frontCourseLinkDeco span {
    font-size: calc((18 / 600) * 100vw);
  }
}

/* frontRecruit */
.frontRecruit {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 599px) {
  .frontRecruit {
    padding: calc((40 / 600) * 100vw) 0;
  }
}

.frontRecruit .frontRecruitInner h2 span {
  color: #595757;
  font-size: 42px;
}
@media screen and (max-width: 599px) {
  .frontRecruit .frontRecruitInner h2 span {
    font-size: calc((40 / 600) * 100vw);
  }
}

.frontRecruit .frontRecruitInner .btnArea {
  display: flex;
  justify-content: space-between;
  width: 560px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
@media screen and (max-width: 599px) {
  .frontRecruit .frontRecruitInner .btnArea {
    width: 100%;
  }
}

.frontRecruit .frontRecruitInner .btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 80px;
  background: #f39800;
  border-radius: 40px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .frontRecruit .frontRecruitInner .btnArea a {
    width: calc((260 / 600) * 100vw);
    height: calc((80 / 600) * 100vw);
    border-radius: calc((40 / 600) * 100vw);
  }
}

.frontRecruit .frontRecruitInner .btnArea a span {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .frontRecruit .frontRecruitInner .btnArea a span {
    font-size: calc((24 / 600) * 100vw);
  }
}

.frontRecruitInner {
  position: relative;
  text-align: center;
  background-color: #fceac5;
  background-image: url('img/front/isesmg-01-030.webp'), url('img/front/isesmg-01-031.webp'); /* 左と右の画像 */
  background-position: left top, right top; /* 左端と右端に配置 */
  background-repeat: no-repeat, no-repeat; /* 繰り返さない */
  background-size: contain, contain; /* 必要に応じてサイズを指定 */
  padding: 30px 0 10px;
}
@media screen and (max-width: 599px) {
  .frontRecruitInner {
    /* top: calc((-52 / 600) * 100vw); */
    background-image: none, none; /* 左と右の画像 */
    background-size: contain;
    padding: calc((30 / 600) * 100vw) calc((20 / 600) * 100vw);
    background-color: rgba(252, 234, 197, 0.8);
  }
}

.frontRecruitInner p {
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 599px) {
  .frontRecruitInner p {
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontRecruitInner .time {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .frontRecruitInner .time .title {
    text-align: left;
  }
}

.frontRecruitInner .att {
  font-size: 16px;
  width: 560px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0 10px 0;
}
@media screen and (max-width: 599px) {
  .frontRecruitInner .att {
    width: 100%;
    font-size: calc((16 / 600) * 100vw);
  }
}

.frontRecruitInnerBtn {
  padding: 40px 0;
}
@media screen and (max-width: 599px) {
  .frontRecruitInnerBtn {
    padding: calc((40 / 600) * 100vw) 0;
  }
}

.frontRecruitInnerBtn a {
  background-color: #ff7903;
  display: flex;
  width: 250px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .frontRecruitInnerBtn a {
    width: calc((250 / 600) * 100vw);
    height: calc((50 / 600) * 100vw);
  }
}

.frontRecruitInnerBtn a span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .frontRecruitInnerBtn a span {
    font-size: calc((24 / 600) * 100vw);
  }
}

/* frontShidou */
.frontShidou {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 599px) {
  .frontShidou {
    padding: calc((50 / 600) * 100vw) calc((50 / 600) * 100vw) 0;
  }
}

.frontShidouInner {
  background-image: url(./img/front/shidou_bk.png);
  width: 1040px;
  height: 200px;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .frontShidouInner {
    width: 100%;
    height: auto;
    display: block;
    border-radius: calc((50 / 600) * 100vw);
  }
}

.frontShidouInner .left {
  width: 370px;
  display: flex;
  align-items: center;
  padding: 0 0 0 80px;
}
@media screen and (max-width: 599px) {
  .frontShidouInner .left {
    width: 100%;
    padding: calc((30 / 600) * 100vw) calc((20 / 600) * 100vw);
  }
}

.frontShidouInner .left h2 .sub {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .frontShidouInner .left h2 .sub {
    font-size: calc((24 / 600) * 100vw);
  }
}

.frontShidouInner .left h2 .main {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .frontShidouInner .left h2 .main {
    font-size: calc((48 / 600) * 100vw);
  }
}

.frontShidouInner .right {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 599px) {
  .frontShidouInner .right {
    padding: 0 calc((20 / 600) * 100vw) calc((20 / 600) * 100vw);
  }
}

.frontShidouInner .right .text {
  color: #fff;
  font-size: 18px;
  width: 470px;
}
@media screen and (max-width: 599px) {
  .frontShidouInner .right .text {
    font-size: calc((18 / 600) * 100vw);
    width: 100%;
  }
}

.frontShidouInner .right .arrowArea {
  flex: 1;
  text-align: right;
  padding: 0 64px 0 0;
}
@media screen and (max-width: 599px) {
  .frontShidouInner .right .arrowArea {
    flex: initial;
    padding: 0 calc((10 / 600) * 100vw) 0 0;
  }
}

.frontShidouInner .right .arrowArea img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 599px) {
  .frontShidouInner .right .arrowArea img {
    width: calc((30 / 600) * 100vw);
    height: calc((30 / 600) * 100vw);
  }
}

/* frontBanner */
.frontBanner {
  padding: 70px 0 0 0;
}
.frontBannerInner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 50px 80px 70px;
}
@media screen and (max-width: 599px) {
  .frontBannerInner {
    display: block;
    width: 100%;
    padding: 0 calc((50 / 600) * 100vw) calc((50 / 600) * 100vw);
  }
}

.frontBannerInner a {
  width: 320px;
  height: 140px;
  background-size: cover;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .frontBannerInner a {
    width: calc((320 / 600) * 100vw);
    height: calc((140 / 600) * 100vw);
    margin: 0 auto calc((20 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw);
  }
}

.frontBannerInner a.soccer {
  background-image: url('img/front/sb1.png');
}

.frontBannerInner a.childcare {
  background-image: url('img/front/sb2.png');
}

.frontBannerInner a.swimming {
  background-image: url('img/front/sb3.png');
}

.frontBannerInner a span {
  color: #595757;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 599px) {
  .frontBannerInner a span {
    font-size: calc((24 / 600) * 100vw);
    padding: 0 calc((10 / 600) * 100vw) 0 0;
  }
}

/* frontShidoinInner */
.frontShidoin {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 599px) {
  .frontShidoin {
    padding: calc((10 / 600) * 100vw) calc((20 / 600) * 100vw) 0;
  }
}

.frontShidoinInner {
  width: 1040px;
  height: 220px;
  background: transparent;
  border: 5px solid #f39800;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner {
    width: 100%;
    display: block;
    height: auto;
    padding: calc((20 / 600) * 100vw);
  }
}

.frontShidoinInner .left {
  padding: 25px 0 0 80px;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner .left {
    padding: 0 0 0 0;
  }
}

.frontShidoinInner .left h2 .subTitle {
  font-size: 24px;
  color: #f39800;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner .left h2 .subTitle {
    font-size: calc((24 / 600) * 100vw);
  }
}

.frontShidoinInner .left h2 .mainTitle {
  font-size: 48px;
  color: #595757;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner .left h2 .mainTitle {
    font-size: calc((48 / 600) * 100vw);
  }
}

.frontShidoinInner .left p {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner .left p {
    font-size: calc((18 / 600) * 100vw);
    margin: 0 0 calc((18 / 600) * 100vw);
  }
}

.frontShidoinInner .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frontShidoinInner .right a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 80px;
  background: #f39800;
  border-radius: 40px;
  padding: 0 45px;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner .right a {
    width: calc((300 / 600) * 100vw);
    height: calc((80 / 600) * 100vw);
    background: #f39800;
    border-radius: calc((40 / 600) * 100vw);
    padding: 0 calc((45 / 600) * 100vw);
  }
}

.frontShidoinInner .right a span {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner .right a span {
    font-size: calc((24 / 600) * 100vw);
  }
}

.frontShidoinInner .right a img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 599px) {
  .frontShidoinInner .right a img {
    width: calc((30 / 600) * 100vw);
    height: calc((30 / 600) * 100vw);
  }
}

/* site-footer */
/* footer */
.site-info {
  padding: 0 80px 40px;
}
@media screen and (max-width: 599px) {
  .site-info {
    padding: 0 calc((40 / 600) * 100vw);
  }
}

.site-footer {
  background-color: #fceac5;
}

.site-infoInner {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
@media screen and (max-width: 599px) {
  .site-infoInner {
    display: block;
    padding: 0;
    min-width: auto;
  }
}

.site-infoInnerLeft .inner {
  display: flex;
}

.site-infoInnerLeft .inner .left {
  padding: 20px 0 0 0;
}

.site-infoInnerLeft .inner .right {
  padding: 40px 0 0 20px;
}
@media screen and (max-width: 599px) {
  .site-infoInnerLeft .inner .right {
    padding: calc((22 / 600) * 100vw) 0 0 calc((2 / 600) * 100vw);
  }
}

.site-infoInnerLeft .inner .right table {
  margin: 0 0 20px;
}

.site-infoInnerLeft .inner .right table tr th {
  border-right: #707070 1px solid;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
  width: 85px;
}
@media screen and (max-width: 599px) {
  .site-infoInnerLeft .inner .right table tr th {
    font-size: calc((16 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw);
    width: calc((85 / 600) * 100vw);
  }
}

.site-infoInnerLeft .inner .right table tr td {
  font-size: 14px;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .site-infoInnerLeft .inner .right table tr td {
    font-size: calc((14 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw);
  }
}

.site-infoInnerRight {
  padding: 20px 0 0 0;
}
@media screen and (max-width: 599px) {
  .site-infoInnerRight {
    padding: calc((32 / 600) * 100vw) 0 0 0;
  }
}

.site-infoInnerRight h3 {
  margin: 0 0 10px;
}

.site-infoInnerRight .inner {
  display: flex;
}

.site-infoInnerRight .inner li {
  margin: 0 0 10px;
}

.footerLogo {
  width: 168px;
}
@media screen and (max-width: 599px) {
  .footerLogo {
    width: calc((168 / 600) * 100vw);
  }
}

.footer-menu2 {
  color: #595757;
  font-size: 16px;
  padding: 0 90px 0 0;
}
@media screen and (max-width: 599px) {
  .footer-menu2 {
    width: 33.333%;
    font-size: calc((16 / 600) * 100vw);
    padding: 0;
  }
}

.footer-menu2 .sub-menu {
  list-style-type: disc;
}

.footer-menu3 {
  color: #595757;
  font-size: 16px;
  padding: 0 90px 0 0;
}
@media screen and (max-width: 599px) {
  .footer-menu3 {
    width: 33.333%;
    font-size: calc((16 / 600) * 100vw);
    padding: 0;
  }
}

.footer-menu3 .sub-menu {
  list-style-type: disc;
}

.footer-menu4 {
  color: #595757;
  font-size: 16px;
  padding: 0 90px 0 0;
}
@media screen and (max-width: 599px) {
  .footer-menu4 {
    width: 33.333%;
    font-size: calc((16 / 600) * 100vw);
    padding: 0;
  }
}

.footer-menu2 a,
.footer-menu3 a,
.footer-menu4 a {
  color: #595757;
}

.copyright {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .copyright {
    text-align: center;
    padding: calc((50 / 600) * 100vw) 0 0;
  }
}
@media screen and (max-width: 599px) {
  .copyright small {
    font-size: 60%;
  }
}

/* parts */
h2.frontTitle {
  position: relative;
}
h2.frontTitle .mainTitle {
  text-align: center;
}

h2.frontTitle .mainTitle span {
  color: #595757;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  h2.frontTitle .mainTitle span {
    font-size: calc((50 / 600) * 100vw);
  }
}

h2.frontTitle .subTitle {
  text-align: center;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  h2.frontTitle .subTitle {
    padding: calc((10 / 600) * 100vw) 0 0 0;
    height: calc((30 / 600) * 100vw);
  }
}

h2.frontTitle .subTitle span {
  color: #f39800;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  h2.frontTitle .subTitle span {
    font-size: calc((26 / 600) * 100vw);
  }
}

.colorFF7A08 {
  color: #ff7a08;
}

.bkEDEDED {
  background-color: #ededed;
}

.bld > a {
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

a:hover {
  opacity: 0.8;
}

.anc-link {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 599px) {
  .anc-link {
    padding-top: 13vw;
    margin-top: -13vw;
  }
}

.anc-link2 {
  display: block;
  padding-top: 180px;
  margin-top: -180px;
}
@media screen and (max-width: 599px) {
  .anc-link2 {
    padding-top: 25vw;
    margin-top: -25vw;
  }
}

.anc-link3 {
  display: block;
  padding-top: 180px;
  margin-top: -180px;
}
@media screen and (max-width: 599px) {
  .anc-link3 {
    padding-top: 45vw;
    margin-top: -45vw;
  }
}

/* frontCal */

.frontCal {
  margin: 0 0 70px;
  padding: 70px 0 0 0;
}

.frontCal .btnArea {
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 599px) {
  .frontCal .btnArea {
    display: block;
    width: 100%;
    text-align: center;
    padding: calc((50 / 600) * 100vw) calc((50 / 600) * 100vw) 0;
  }
}

@media screen and (max-width: 599px) {
  .frontCal .btnArea a {
    display: inline-block;
    margin: 0 0 calc((30 / 600) * 100vw);
  }
}

.frontCal .btnArea a img {
  width: calc(1000px / 2);
}

/* frontDeco */

.frontDeco {
  background-color: #fceac5;
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .frontDeco {
    height: calc((300 / 600) * 100vw);
  }
}

/*
.frontDeco p {
  font-size: 44px;
  text-align: center;
  color: #f39800;
  font-weight: bold;
  position: relative;
}
*/

.frontDeco p.text {
  position: relative;
  z-index: 10;
}

.frontDeco p.text img {
  width: calc(1136px / 2);
}
@media screen and (max-width: 599px) {
  .frontDeco p.text img {
    width: calc((430 / 600) * 100vw);
  }
}

.frontDeco .left {
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 9;
}
@media screen and (max-width: 599px) {
  .frontDeco .left {
    top: calc((24 / 600) * 100vw);
  }
}

.frontDeco .left img {
  width: calc(694px / 2);
}
@media screen and (max-width: 599px) {
  .frontDeco .left img {
    width: calc((268 / 600) * 100vw);
  }
}

.frontDeco .right {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 9;
}
@media screen and (max-width: 599px) {
  .frontDeco .right {
    top: calc((28 / 600) * 100vw);
  }
}

.frontDeco .right img {
  width: calc(928px / 2);
}
@media screen and (max-width: 599px) {
  .frontDeco .right img {
    width: calc((329 / 600) * 100vw);
  }
}

/* appli */

.appli {
  padding: 40px 0;
}
@media screen and (max-width: 599px) {
  .appli {
    padding: calc((40 / 600) * 100vw) calc((20 / 600) * 100vw);
  }
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .container {
    display: block;
  }
}

.image {
  width: 150px;
  height: 150px;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .image {
    margin: 0 auto calc((20 / 600) * 100vw);

    width: calc((150 / 600) * 100vw);
    height: calc((150 / 600) * 100vw);
  }
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speech-bubble {
  position: relative;
  background: #fceac5;
  color: #595757;
  padding: 15px 15px 15px 30px;
  border-radius: 10px;
  display: flex;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .speech-bubble {
    display: block;
    padding: calc((15 / 600) * 100vw);
  }
}

.speech-bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #fceac5;
}
@media screen and (max-width: 599px) {
  .speech-bubble::after {
    display: none;
  }
}

.speech-bubble .text {
  flex: 1;
  padding: 20px 0 0 0;
}

.speech-bubble .text h2 {
  font-size: 28px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 599px) {
  .speech-bubble .text h2 {
    font-size: calc((28 / 600) * 100vw);
    margin: 0 0 calc((10 / 600) * 100vw) 0;
  }
}

.speech-bubble .store {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .speech-bubble .store {
    width: 100%;
    text-align: center;
  }
}

.speech-bubble p {
}
@media screen and (max-width: 599px) {
  .speech-bubble p {
    font-size: calc((16 / 600) * 100vw);
    margin: 0 0 calc((23 / 600) * 100vw) 0;
  }
}

.speech-bubble .store a {
  display: inline-block;
  margin: 0 0 5px;
}
@media screen and (max-width: 599px) {
  .speech-bubble .store a {
    margin: 0;
  }
}

.speech-bubble .store img {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .speech-bubble .store img.as {
    width: calc((150 / 600) * 100vw);
  }
  .speech-bubble .store img.gp {
    width: calc((180 / 600) * 100vw);
  }
}

.m1c {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 400;
  font-style: normal;
}

.m1cb {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: bold;
  font-style: normal;
}

.m1c400 {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 400;
  font-style: normal;
}

.m1c500 {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 500;
  font-style: normal;
}

.m1c700 {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 700;
  font-style: normal;
}

.m1c800 {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 800;
  font-style: normal;
}

.m1c900 {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 900;
  font-style: normal;
}

/* 右下のラベル */

.fixFurikae {
  width: 60px;
  height: 160px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 199;
}
@media screen and (max-width: 599px) {
  .fixFurikae {
    width: calc((60 / 600) * 100vw);
    height: calc((160 / 600) * 100vw);
    bottom: calc((20 / 600) * 100vw);
  }
}

.fixFurikae img {
  width: 100%;
}

.fixYasumi {
  width: 60px;
  height: 160px;
  display: block;
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 199;
}
@media screen and (max-width: 599px) {
  .fixYasumi {
    width: calc((60 / 600) * 100vw);
    height: calc((160 / 600) * 100vw);
    bottom: calc((200 / 600) * 100vw);
  }
}

.fixYasumi img {
  width: 100%;
}

/* 背景デコレーションまとめ */

.decoL1 {
  width: 510px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .decoL1 {
    width: calc((510 / 600) * 100vw);
  }
}

.L1Fs {
  /* フットサルの後ろ */
  top: 2850px;
}
@media screen and (max-width: 599px) {
  .L1Fs {
    /* フットサルの後ろ */
    top: calc((3990 / 600) * 100vw);
  }
}

.decoL3 {
  width: 266px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .decoL3 {
    width: calc((225 / 600) * 100vw);
  }
}

/* L3位置 */
.L3slBack {
  /* スライダー後ろ */
  top: 420px;
}
@media screen and (max-width: 599px) {
  .L3slBack {
    /* スライダー後ろ */
    top: calc((420 / 600) * 100vw);
  }
}

.L3newsBack {
  /* ニュース後ろ */
  top: 1650px;
}

.L3apBackSp {
  /* app後ろ */
  top: 420px;
  display: none !important;
}
@media screen and (max-width: 599px) {
  .L3apBackSp {
    /* app後ろ */
    top: calc((7340 / 600) * 100vw);
    display: block !important;
  }
}

.decoR1 {
  width: 381px;
  display: inline-block;
  position: absolute;
  right: 79px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .decoR1 {
    width: calc((225 / 600) * 100vw);
    margin: -100px 0 0 0;
  }
}

/* R1位置 */
.R1newsBack {
  /* ニュース後ろ */
  top: 700px;
  right: 13%;
  width: 430px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .R1newsBack {
    /* ニュース後ろ */
  }
}

.decoR2 {
  width: 381px;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .decoR2 {
    width: calc((241 / 600) * 100vw);
  }
}

/* R2位置 */
.R2sidoBack {
  /* 指導員後ろ */
  display: none !important;
}
@media screen and (max-width: 599px) {
  .R2sidoBack {
    /* 指導員後ろ */
    top: calc((6390 / 600) * 100vw);
    display: block !important;
  }
}

/* page共通 */
.pageHeader {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .pageHeader {
    height: calc((450 / 600) * 100vw);
  }
}

.pageHeader h2 {
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .pageHeader h2 {
    width: 100%;
    padding: 0 calc((20 / 600) * 100vw);
  }
}

.pageHeader h2 .sub {
  display: block;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .pageHeader h2 .sub {
    display: block;
    font-size: calc((24 / 600) * 100vw);
    color: #fff;
  }
}

.pageHeader h2 .main {
  display: block;
  font-size: 68px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .pageHeader h2 .main {
    display: block;
    font-size: calc((66 / 600) * 100vw);
    color: #fff;
  }
}

.appli .container {position: relative;}
.appli .container .decoL3{
	bottom:317px;
	left: -18%;
}

@media screen and (max-width: 599px) {
	.appli .container .decoL3{
		bottom:unset;
		top: -35%;
		left: -15%;
		width: calc((257 / 600) * 100vw);
	}
}

.ftLogo{
	text-align:center;
	padding:0 0 25px;
}
@media screen and (max-width: 599px) {
	.ftLogo{
		padding:4vw 0 0;
	}
}

.ftLogo img{
	width:140px;
}
@media screen and (max-width: 599px) {
	.ftLogo img{
		width:30vw;
	}
}