@charset "UTF-8";
/* CSS Document */



/* MAIN VISUAL */
div.mainKv span {
  color: #4c4c4c;
	font-size: 23px;
	width: 406px;
	background: #fbf253;
	border-radius: 4px;
	padding: 3px 10px;
	margin: 0 auto;
	font-weight: bold;
}
@media screen and (max-width: 979px) {
  div.mainKv span {
    width: 270px;
    font-size: 15px;
	}
}

div.mainKv {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
  div.mainKv {
  	position: relative;
  	overflow: hidden;
  }
}
div.mainKv div.inner {
	position: absolute;
	width: 90%;
	height: 100%;
	left: 5%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 979px) {
  div.mainKv div.inner {
    width: 100%;
    padding: 0 15px;
    left: 0;
    box-sizing: border-box;
  }
}
div.mainKv h1 {
	color: #fff;
	font-size: 45px;
	width: 90%;
	margin: 0 auto;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
	div.mainKv h1 {
		font-size: 28px;
	}
}

/* NEWS */

div.newsBlock {
  position: relative;
}
@media screen and (max-width: 979px) {
  div.newsBlock {
    display: block;
	}
}
div.newsBlock h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
}
@media screen and (max-width: 979px) {
  div.newsBlock h2 {
    position: relative;
    width: 100%;
	}
}
div.newsBlock .newsList {
  width: calc(100% - 180px);
  margin-left: auto;
  height: 190px;
  overflow-y: auto;
}
@media screen and (max-width: 979px) {
  div.newsBlock .newsList {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
	}
}
div.newsBlock p.commonLink {
  position: absolute;
  bottom: -130px;
  left: 100px;
  margin: 0;
}
@media screen and (max-width: 979px) {
  div.newsBlock p.commonLink {
    position: static;
    width: 100%;
	}
}

/* INFO */

.labelTitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
  background: #fbf253;
  color: #4c4c4c;
  padding: 4px 10px;
  width: 180px;
  border-radius: 30px;
  border: 1px solid #4c4c4c;
  text-align: center;
  margin: 40px 0 30px;
}

@media screen and (max-width: 979px) {
  .labelTitle {
    font-size: 14px;
    width: 140px;
    margin: 30px 0 20px;
  }
}

.labelTitle.w400 {
  width: 400px;
}

@media screen and (max-width: 979px) {
  .labelTitle.w400 {
    width: 200px;
    border-radius: 20px;
  }
}

.infoBlock p + ul.textList {
  margin: -20px 0 30px;
}

ul.textList li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
@media screen and (max-width: 979px) {
  ul.textList li {
    margin-left: 1.5em;
    text-indent: -2.5em;
  }
}

ul.textList02 {
 margin: 30px 0;
}

.textList02 li {
 margin-left: 1.5em;
 text-indent: -0.8em;
 margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
 ul.textList02 li {
   margin-left: 1em;
   text-indent: -0.8em;
 }
}


.infoBlock .movieBlock {
  position: relative;
  background: #fffde8;
  padding: 60px 70px;
  margin: 70px 0 40px;
  border-radius: 20px;
}
@media screen and (max-width: 979px) {
  .infoBlock .movieBlock {
    padding: 60px 20px 40px;
    margin: 70px 0 30px;
    border-radius: 10px;
  }
}

.infoBlock .movieBlock .hukidashi {
  position: absolute;
  left: 40%;
  top: -30px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  background: #FEF23F;
  color: #4c4c4c;
  padding: 4px;
  width: 180px;
  border-radius: 30px;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .infoBlock .movieBlock .hukidashi {
    font-size: 14px;
    padding: 5px;
    width: 80%;
    left: 0;
    margin: auto;
    right: 0;
    top: -17px;
  }
}

.infoBlock .movieBlock .hukidashi::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 60px;
  bottom: -14px;
  border-right: 20px solid #FEF23F;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-60deg);
}

.infoBlock .movieBlock .fixBlock {
  display: flex;
  justify-content: flex-start;
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 979px) {
  .infoBlock .movieBlock .fixBlock {
    display: block;
    width: 100%;
  }
}

.infoBlock .movieBlock .fixBlock .imgBlock {
  width: 270px;
}

@media screen and (max-width: 979px) {
  .infoBlock .movieBlock .fixBlock .imgBlock {
    width: 100%;
    margin: 0 0 20px;
  }
}

.infoBlock .movieBlock .fixBlock .textBlock {
  display: flex;
  justify-content: flex-start;
  margin: auto;
  margin-left: 40px;
}

@media screen and (max-width: 979px) {
  .infoBlock .movieBlock .fixBlock .textBlock {
    display: block;
    margin: 0;
  }
}

.infoBlock .movieBlock .fixBlock .textBlock .text {
  font-size: 18px;
  color: #4c4c4c;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 979px) {
  .infoBlock .movieBlock .fixBlock .textBlock .text {
    font-size: 16px;
    text-align: center;
  }
}

.infoBlock .btnList {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 979px) {
  .infoBlock .btnList {
    display: block;
  }
}

.infoBlock .btnList.btnList02 {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
}

.infoBlock .btnList li {
  width: 320px;
}
@media screen and (max-width: 979px) {
  .infoBlock .btnList li {
    width: 100%;
  }
}
.infoBlock .btnList li + li {
  margin-left: 25px;
}
@media screen and (max-width: 979px) {
  .infoBlock .btnList li + li {
    margin: 10px 0 0;
  }
  .infoBlock .btnList.btnList02 li + li {
    margin: 30px 0 0;
  }
}

.infoBlock .btnList.btnList02 li {
  width: 420px;
}
@media screen and (max-width: 979px) {
  .infoBlock .btnList.btnList02 li {
    width: 100%;
  }
}

.infoBlock .btnList.btnList02 li p.commonLink {
  max-width: 100%;
}

.infoBlock .btnList li p.commonLink {
  margin: 0;
}

.infoBlock .btnList li span {
  display: block;
  color: #ff5071;
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0;
}

.infoBlock .btnList li p {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}

/* SINSEI */

.sinseiBlock .sinseiList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .sinseiList {
    display: block;
    margin: 30px 0 0;
  }
}

.sinseiBlock .sinseiList li {
  position: relative;
  width: 47.5%;
  background: #fffde8;
  padding: 60px 40px;
  margin: 0 0 20px;
  box-sizing: border-box;
  border-radius: 20px;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .sinseiList li {
    width: 100%;
    padding: 40px 20px;
    margin: 50px 0 20px;
  }
}

.sinseiBlock .sinseiList li:nth-child(2) {
  margin-left: 5%;
}
.sinseiBlock .sinseiList li:nth-child(5) {
  margin-left: 5%;
}
@media screen and (max-width: 979px) {
  .sinseiBlock .sinseiList li:nth-child(2) {
    margin-left: 0;
  }
  .sinseiBlock .sinseiList li:nth-child(5) {
    margin-left: 0;
  }
}
.sinseiBlock .sinseiList li p {
  margin: 0;
}
.sinseiBlock .sinseiList li p + p.commonLink {
  margin: 30px 0 0;
}

.sinseiBlock .sinseiList li .name {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #4c4c4c;
  background: linear-gradient(to right, #FEF23F, #FFDD02);
  border-radius: 100%;
  margin: auto;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .sinseiList li .name {
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
  }
}

.sinseiBlock .sinseiPoint {
	position: relative;
}

.sinseiBlock .sinseiPoint a.point {
	position: absolute;
	width: 180px;
	height: 60px;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 979px) {
  .sinseiBlock .sinseiPoint a.point {
    width: 42px;
    height: 42px;
  }
}

.sinseiBlock .sinseiPoint a.point.pointA {
	left: 30px;
	bottom: 35px;
}
@media screen and (max-width: 979px) {
	.sinseiBlock .sinseiPoint a.point.pointA {
		left: 5%;
		bottom: 5%;
	}
}
.sinseiBlock .sinseiPoint a.point.pointB {
	left: 240px;
	bottom: 35px;
}
@media screen and (max-width: 979px) {
	.sinseiBlock .sinseiPoint a.point.pointB {
		left: 27%;
		bottom: 5%;
	}
}
.sinseiBlock .sinseiPoint a.point.pointD {
	left: 630px;
	bottom: 30px;
}
@media screen and (max-width: 979px) {
	.sinseiBlock .sinseiPoint a.point.pointD {
		left: 71%;
		bottom: 7%;
	}
}
.sinseiBlock .sinseiPoint a.point.pointCPc {
	left: 433px;
	bottom: 30px;
}
@media screen and (max-width: 979px) {
	.sinseiBlock .sinseiPoint a.point.pointCPc {
		display: none;
	}
}
.sinseiBlock .sinseiPoint a.point.pointCSp {
	display: none;
}
@media screen and (max-width: 979px) {
	.sinseiBlock .sinseiPoint a.point.pointCSp {
		display: block;
		left: 52%;
		bottom: 7%;
	}
}
.sinseiBlock .sinseiPoint a.point.point0 {
  bottom: 110px;
  right: 0;
  left: auto;
  width: auto;
  height: auto;
  text-decoration: underline;
}
@media screen and (max-width: 979px) {
	.sinseiBlock .sinseiPoint a.point.point0 {
    position: static;
    margin: 30px 0 0;
    display: block;
	}
}
.sinseiBlock .sinseiPoint a.point.pointText {
  bottom: 80px;
  right: 0;
  left: auto;
  width: auto;
  height: auto;
  text-decoration: underline;
}
@media screen and (max-width: 979px) {
  .sinseiBlock .sinseiPoint a.point.pointText {
    position: static;
    margin: 0;
    display: block;
	}
}


.sinseiBlock .tejyunBlock {
  position: relative;
  background: #fffde8;
  padding: 40px;
  margin: 0 0 40px;
  box-sizing: border-box;
  border-radius: 20px;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .tejyunBlock {
    width: 100%;
    padding: 40px 20px;
    margin: 50px 0;
  }
}

.sinseiBlock .tejyunBlock:last-child {
  margin: 0;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .tejyunBlock.first {
    margin: 0 0 50px;
  }
}

.sinseiBlock .tejyunBlock::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  background: url(../img/common/icon_next.svg) no-repeat 50% 100%;
  background-size: 40px 20px;
  width: 40px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .sinseiBlock .tejyunBlock::after {
    bottom: -35px;
  }
}

.sinseiBlock .tejyunBlock:last-child::after {
  display: none;
}

.sinseiBlock .tejyunBlock .title {
  font-size: 18px;
  color: #de912f;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #de912f;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .tejyunBlock .title {
    font-size: 14px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}

.sinseiBlock .tejyunBlock .title span {
  font-size: 21px;
  font-weight: bold;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .tejyunBlock .title span {
    font-size: 16px;
  }
}

.sinseiBlock .tejyunBlock .text {
  margin: 0;
}

.sinseiBlock .tejyunBlock .text + .text {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 979px) {
  .sinseiBlock .tejyunBlock .text + .text {
    padding: 15px 0 0;
    margin: 15px 0 0;
  }
}



/* HUKKOU */

.hukkouFixBlock {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 979px) {
  .hukkouFixBlock {
    display: block;
  }
}
.hukkouFixBlock .left {
  width: 570px;
  margin-right: 60px;
}
@media screen and (max-width: 979px) {
  .hukkouFixBlock .left {
    width: 100%;
    margin: 0;
  }
}
.hukkouFixBlock .right {
  width: 210px;
}
@media screen and (max-width: 979px) {
  .hukkouFixBlock .right {
    width: 100%;
  }
}

.methodList {
  margin: 0 0 40px;
}
@media screen and (max-width: 979px) {
  .methodList {
    margin: 0 0 30px;
  }
}

.methodList .methodBlock {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
  background: #fffde8;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
@media screen and (max-width: 979px) {
  .methodList .methodBlock {
    display: block;
    padding: 20px;
  }
}
.methodList .methodBlock dt {
  display: flex;
  justify-content: center;
  width: 15px;
  margin: auto;
  font-size: 16px;
  color: #de912f;
}
@media screen and (max-width: 979px) {
  .methodList .methodBlock dt {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.methodList .methodBlock dd {
  position: relative;
  width: 700px;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #de912f;
}
@media screen and (max-width: 979px) {
  .methodList .methodBlock dd {
    width: 100%;
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-left: none;
    border-top: 2px solid #de912f;
  }
}

.methodList .methodBlock p {
  margin: 0;
}
.methodList .methodBlock p + p {
  margin: 10px 0 0;
}
.methodList .methodBlock p.commonLink.positionA {
  position: absolute;
  right: 0;
  top: -15px;
  margin: 0;
}
@media screen and (max-width: 979px) {
  .methodList .methodBlock p.commonLink.positionA {
    position: static;
    margin: 20px 0 0;
  }
}
