@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.9230769231rem;
}

#breadcrumb ul li {
  display: inline;
}

#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: '>';
  margin-left: 10px;
  margin-right: 8px;
}

/* main next
------------------------------------------------------------*/
main.next #article {
  padding-bottom: 40px;
}

main.next #article .item-img {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

main.next #article .item-img img {
  width: 100%;
}

main.next #article .item-img h2 {
  position: absolute;
  right: 11px;
  bottom: 14px;
  display: flex;
}

main.next #article .item-img h2 span {
  position: relative;
}

main.next #article .item-img h2 span[data-emergence=visible] {
  animation-name: bounceInUp;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

main.next #article .item-img h2 span[data-emergence=visible]:nth-child(1) img {
  animation-name: kakukaku;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

main.next #article .item-img h2 span:not(:first-child) {
  margin-left: -20px;
}

main.next #article .item-img h2 span:nth-child(2) {
  margin-top: 5px;
  animation-delay: 0.05s;
}

main.next #article .item-info {
  padding-left: 30px;
  padding-right: 30px;
}

main.next #article .item-info:not(:last-child) {
  margin-bottom: 35px;
}

main.next #article .item-info h1 {
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.3888888889;
}

main.next #article .item-info p {
  font-size: 10px;
  font-size: 0.7692307692rem;
}

main.next #article .item-text {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: normal;
}

main.next #article .item-text:not(:last-child) {
  margin-bottom: 45px;
}

main.next #article .item-text .img {
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
}

main.next #article .item-text .img img {
  width: 100%;
}

main.next #article .item-people {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #F8F893;
  position: relative;
  border-radius: 150px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding: 60px 50px 70px;
  box-sizing: border-box;
}

main.next #article .item-people:not(:last-child) {
  margin-bottom: 41px;
}

main.next #article .item-people:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.png) repeat center top/800px auto;
  opacity: 0.5;
}

main.next #article .item-people > * {
  position: relative;
  z-index: 2;
}

main.next #article .item-people .img {
  position: relative;
  margin-bottom: 20px;
}

main.next #article .item-people .img span {
  position: absolute;
  left: -55px;
  top: -60px;
}

main.next #article .item-people .img span img {
  animation-name: kakukaku;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

main.next #article .item-people .img > img {
  border-radius: 50%;
}

main.next #article .item-people .position {
  text-align: center;
  font-size: 10px;
  font-size: 0.7692307692rem;
}

main.next #article .item-people .position:not(:last-child) {
  margin-bottom: 5px;
}

main.next #article .item-people .name {
  font-size: 15px;
  font-size: 1.1538461538rem;
}

main.next #article .item-people .name:not(:last-child) {
  margin-bottom: 10px;
}

main.next #article .item-people .text {
  font-size: 12px;
  font-size: 0.9230769231rem;
}

main.next #course {
  margin-top: 30px;
  padding-top: 10px;
}

main.next #course .item-title {
  position: relative;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
}

main.next #course .item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F8F893;
}

main.next #course .item-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.png) repeat center top/800px auto;
  opacity: 0.5;
}

main.next #course .item-title:has(.text):before, main.next #course .item-title:has(.text):after {
  height: calc(100% - 58px);
}

main.next #course .item-title > * {
  position: relative;
  z-index: 2;
}

main.next #course .item-title > span {
  position: absolute;
  left: 24px;
  top: -8px;
  height: 16px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #28338D;
  background: #FFF;
  color: #28338D;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.7692307692rem;
  font-weight: bold;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

main.next #course .item-title h2 {
  border-bottom: 2px dashed #28338D;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 11px;
  color: #28338D;
  font-size: 26px;
  font-size: 2rem;
  font-family: "dela-gothic-one", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

main.next #course .item-title .img {
  padding-bottom: 15px;
  text-align: center;
}

main.next #course .item-title .img img {
  border-radius: 50%;
}

main.next #course .item-title .text {
  background: #F5F3ED;
  border: 1px solid #28338D;
  border-radius: 10px;
  padding: 14px;
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: normal;
  color: #28338D;
  box-shadow: 5px 5px 0 0px #28338D;
}

main.next #course .item-spot {
  padding-bottom: 60px;
  overflow: hidden;
}

main.next #course .item-spot li {
  position: relative;
  width: 375px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next #course .item-spot li .img {
  text-align: center;
}

main.next #course .item-spot li .text {
  width: 285px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next #course .item-spot li .text > span {
  display: -moz-inline-box;
  display: inline-block;
  background: #28338D;
  color: #FFF;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 10px;
  font-size: 0.7692307692rem;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 7px;
}

main.next #course .item-spot li .text > span[data-emergence=visible] {
  animation-name: labelInLeft;
}

main.next #course .item-spot li .text h3 {
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: normal;
  line-height: 1.5;
}

main.next #course .item-spot li .text h3:not(:last-child) {
  margin-bottom: 12px;
}

main.next #course .item-spot li .text p {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 1.6666666667;
}

main.next #course .item-spot li .text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next #course .item-spot li.spot-01-01 {
  padding-top: 30px;
}

main.next #course .item-spot li.spot-01-01 .text {
  margin-top: -220px;
  margin-bottom: 34px;
}

main.next #course .item-spot li.spot-01-02 .text {
  margin-top: -170px;
  margin-bottom: 34px;
}

main.next #course .item-spot li.spot-01-03 .text {
  margin-top: -45px;
}

main.next #course .item-spot li.spot-02-01 .img {
  margin-right: -17px;
  text-align: right;
}

main.next #course .item-spot li.spot-02-01 .text {
  padding-right: 35%;
  box-sizing: border-box;
  margin-top: -300px;
  margin-bottom: 30px;
}

main.next #course .item-spot li.spot-02-02 .img {
  margin-left: -17px;
  text-align: left;
}

main.next #course .item-spot li.spot-02-02 .text {
  padding-left: 35%;
  position: relative;
  left: 20px;
  box-sizing: border-box;
  margin-top: -330px;
  margin-bottom: 40px;
}

main.next #course .item-spot li.spot-02-03 .text {
  margin-top: -210px;
  margin-bottom: 24px;
}

main.next #course .item-spot li.spot-02-04 .text {
  margin-top: -240px;
  margin-bottom: 39px;
}

main.next #course .item-spot li.spot-02-05 .text {
  margin-top: -210px;
  margin-bottom: 39px;
}

main.next #course .item-spot li.spot-02-06 .text {
  margin-top: -45px;
}

main.next #course .item-spot li.spot-03-01 .img {
  margin-right: -17px;
  text-align: right;
}

main.next #course .item-spot li.spot-03-01 .text {
  padding-right: 35%;
  box-sizing: border-box;
  margin-top: -320px;
  margin-bottom: 40px;
}

main.next #course .item-spot li.spot-03-02 .text {
  margin-top: -210px;
  margin-bottom: 40px;
}

main.next #course .item-spot li.spot-03-03 .text {
  margin-top: -210px;
  margin-bottom: 20px;
}

main.next #course .item-spot li.spot-03-04 .text {
  margin-top: -250px;
  margin-bottom: 39px;
}

main.next #course .item-spot li.spot-03-05 .text {
  margin-top: -210px;
  margin-bottom: 39px;
}

main.next #course .item-spot li.spot-03-06 .text {
  margin-top: -45px;
}

main.next #course .item-spot li.spot-04-01 .text {
  margin-top: -220px;
  margin-bottom: 40px;
}

main.next #course .item-spot li.spot-04-02 .img {
  margin-left: -17px;
  text-align: left;
}

main.next #course .item-spot li.spot-04-02 .text {
  margin-top: -360px;
  margin-bottom: 60px;
  padding-left: 40%;
  box-sizing: border-box;
}

main.next #course .item-spot li.spot-04-03 .text {
  margin-top: -200px;
  margin-bottom: 20px;
}

main.next #course .item-spot li.spot-04-04 .img {
  text-align: left;
  margin-left: -17px;
}

main.next #course .item-spot li.spot-04-04 .text {
  margin-top: -360px;
  margin-bottom: 60px;
  padding-left: 30%;
  position: relative;
  left: 30px;
  box-sizing: border-box;
}

main.next #course .item-spot li.spot-04-05 .text {
  margin-top: -40px;
}

main.next #course .item-spot li.spot-05-01 .img {
  margin-right: -17px;
  text-align: right;
}

main.next #course .item-spot li.spot-05-01 .text {
  margin-top: -320px;
  padding-right: 36%;
  box-sizing: border-box;
  margin-bottom: 50px;
}

main.next #course .item-spot li.spot-05-02 .text {
  margin-top: -210px;
  margin-bottom: 31px;
}

main.next #course .item-spot li.spot-05-03 .text {
  margin-top: -180px;
  margin-bottom: 20px;
}

main.next #course .item-spot li.spot-05-04 .text {
  margin-top: -50px;
}

main.next #course .item-spot li.spot-05-05 .text {
  margin-top: -40px;
}

main.next #course .item-point {
  background: #f5f3ed;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
  position: relative;
  padding: 25px 25px 15px;
}

main.next #course .item-point .img {
  position: absolute;
  right: 13px;
  top: 0;
  transform: translateY(-50%);
}

main.next #course .item-point h3 {
  margin-left: -15px;
  margin-bottom: -30px;
  position: relative;
}

main.next #course .item-point h3 img {
  animation-name: kakukaku;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

main.next #course .item-point .pict {
  text-align: center;
}

main.next #course .item-point .pict:not(:last-child) {
  margin-bottom: 10px;
}

main.next #course .item-point .text {
  font-size: 12px;
  font-size: 0.9230769231rem;
  color: #28338D;
}

main.next #course .item-point .text:not(:last-child) {
  margin-bottom: 12px;
}

main.next #course .item-point .sup {
  color: #28338D;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
  font-size: 0.7692307692rem;
}

main.next #course .item-point.point-03, main.next #course .item-point.point-05 {
  padding-top: 0;
}

main.next #course .item-point.point-03 h3, main.next #course .item-point.point-05 h3 {
  position: absolute;
  left: 20%;
  top: 194px;
}

main.next #course .item-point.point-03 .pict, main.next #course .item-point.point-05 .pict {
  margin-left: -25px;
  margin-right: -25px;
}

main.next #course .item-map {
  padding-bottom: 50px;
}

main.next #course .item-map .map {
  line-height: 0;
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main.next #course .item-map .map p + p {
  margin-top: -18px;
  border-radius: 35px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

main.next #course .item-map .text {
  display: flex;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: -32px;
  display: none;
}

main.next #course .item-map .text div {
  border: 2px solid #28338D;
  border-radius: 40px;
  margin-left: auto;
  background: #F8F893;
  padding-left: 8px;
  padding-right: 8px;
}

main.next #course .item-map .text div dl {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding-left: 12px;
}

main.next #course .item-map .text div dl:not(:last-child) {
  border-bottom: 2px dashed #28338D;
}

main.next #course .item-map .text div dl dt {
  width: 32px;
  border: 1px solid #28338D;
  border-radius: 20px;
  color: #28338D;
  font-size: 10px;
  font-size: 0.7692307692rem;
  font-weight: bold;
  text-align: center;
  background: #FFF;
  margin-right: 8px;
}

main.next #course .item-map .text div dl dd {
  min-width: 60px;
  padding-right: 10px;
  font-size: 12px;
  font-size: 0.9230769231rem;
  color: #28338D;
  box-sizing: border-box;
}

main.next #course .item-map .text div dl dd span {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.5384615385rem;
  font-weight: bold;
}

main.next #course .item-root .content {
  background: #f5f3ed;
  padding: 34px 25px 13px;
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main.next #course .item-root .content p {
  line-height: 0;
}

main.next #course .item-root .content p:not(:last-child) {
  margin-bottom: 42px;
}

main.next #course .item-root .content .img {
  position: relative;
}

main.next #course .item-root .content .img a {
  position: absolute;
  width: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
}

main.next #course .item-root .content .img a.course-01-01 {
  left: 38%;
  top: 2%;
}

main.next #course .item-root .content .img a.course-01-02 {
  right: 0;
  top: 2%;
}

main.next #course .item-root .content .img a.course-01-03 {
  right: 0;
  bottom: 10%;
}

main.next #course .item-root .content .img a.course-02-01 {
  right: 0;
  top: 1%;
}

main.next #course .item-root .content .img a.course-02-02 {
  right: 0;
  top: 40%;
}

main.next #course .item-root .content .img a.course-02-03 {
  right: 37%;
  top: 40%;
}

main.next #course .item-root .content .img a.course-02-04 {
  left: 0;
  top: 40%;
}

main.next #course .item-root .content .img a.course-02-05 {
  left: 0;
  bottom: 0;
}

main.next #course .item-root .content .img a.course-02-06 {
  right: 37%;
  bottom: 0;
}

main.next #course .item-root .content .img a.course-03-01 {
  right: 37%;
  top: 1%;
}

main.next #course .item-root .content .img a.course-03-02 {
  right: 0;
  top: 1%;
}

main.next #course .item-root .content .img a.course-03-03 {
  right: 0;
  top: 29%;
}

main.next #course .item-root .content .img a.course-03-04 {
  right: 37%;
  top: 29%;
}

main.next #course .item-root .content .img a.course-03-05 {
  left: 0;
  top: 29%;
}

main.next #course .item-root .content .img a.course-03-06 {
  right: 0;
  bottom: 28%;
}

main.next #course .item-root .content .img a.course-04-01 {
  right: 37%;
  top: 1%;
}

main.next #course .item-root .content .img a.course-04-02 {
  right: 0;
  top: 1%;
}

main.next #course .item-root .content .img a.course-04-03 {
  right: 0;
  top: 40%;
}

main.next #course .item-root .content .img a.course-04-04 {
  right: 37%;
  top: 40%;
}

main.next #course .item-root .content .img a.course-04-05 {
  left: 0;
  top: 40%;
}

main.next #course .item-root .content .img a.course-05-01 {
  right: 37%;
  top: 1%;
}

main.next #course .item-root .content .img a.course-05-02 {
  right: 0;
  top: 1%;
}

main.next #course .item-root .content .img a.course-05-03 {
  right: 0;
  top: 35.5%;
}

main.next #course .item-root .content .img a.course-05-04 {
  right: 37%;
  top: 35.5%;
}

main.next #other {
  padding-bottom: 33px;
}

main.next #other .item-list {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 18px;
}

main.next #other .item-list li:not(:last-child) {
  margin-bottom: 27px;
}

main.next #other .item-list li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  border: 1px solid #28338D;
  border-radius: 50px;
  box-shadow: 5px 5px 0 0px #F8F893;
  padding-left: 10px;
  padding-right: 10px;
  color: #28338D;
}

main.next #other .item-list li a:hover {
  text-decoration: none;
}

main.next #other .item-img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

main.next #other .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

main.next #other .item-text > span {
  display: -moz-inline-box;
  display: inline-block;
  background-color: #28338D;
  color: #FFF;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 9px;
  font-size: 0.6923076923rem;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
}

main.next #other .item-text p {
  border-bottom: 1px solid #28338D;
  font-size: 10px;
  font-size: 0.7692307692rem;
  font-weight: bold;
  margin-bottom: 6px;
}

main.next #other .item-text h3 {
  font-family: "dela-gothic-one", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 13px;
  font-size: 1rem;
}

main.next #other .item-text h3 span {
  font-size: 22px;
  font-size: 1.6923076923rem;
}

main.next #btn-fixed {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 6;
}

main.next #btn-fixed a {
  margin-left: -1px;
  margin-right: -1px;
  display: block;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.16);
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1340px) {
  /* main next
------------------------------------------------------------*/
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main next
------------------------------------------------------------*/
}
