@charset "UTF-8";

div.h1Wrap.withImg p.img {
  background: url(../img/life/mv_pc.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1099px) {
  div.h1Wrap.withImg p.img {
    background: url(../img/life/mv_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}

h2.subject {
    text-align: center;
    font-size: 3.4rem;
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 60px;
}

@media screen and (max-width: 1099px) {
    h2.subject {
        font-size: 2.8rem;
        margin-top: 30px;
    }
}

.subjectText01 {
    text-align: center;
    padding-bottom: 50px;
}


.popupBox {
  margin-bottom: 0;
}

/* =========================================
年間行事
========================================= */	
.imgFixBlock {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .imgFixBlock {
    display: block;
  }
}
.imgFixBlock img {
  width: 49%;
}
@media screen and (max-width: 1099px) {
  .imgFixBlock img {
    width: 100%;
  }
}
.imgFixBlock img + img {
  margin-left: 2%;
}
@media screen and (max-width: 1099px) {
  .imgFixBlock img + img {
    margin: 20px 0 0;
  }
}

div.section .imgFixBlock + .bookBlock {
  margin: 140px 0 40px 0;
}
@media screen and (max-width: 1099px) {
  div.section .imgFixBlock + .bookBlock {
    margin: 60px 0 40px 0;
  }
}

div.section .scheduleList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  div.section .scheduleList {
    display: block;
    margin-bottom: 100px;
  }
}
div.section .scheduleList li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1099px) {
  div.section .scheduleList li {
    width: 100%;
    margin: 0 0 20px;
  }
}
div.section .scheduleList li:nth-child(4n) {
  margin-right: 0;
}

div.section .scheduleList p.title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ed70a2;
  color: #ed70a2;
}
div.section .scheduleList p span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
div.section .scheduleList p.textLink{
  position: relative;
  margin-left: 20px;
}
div.section .scheduleList p.textLink::after{
  content: "●";
  position: absolute;
  top: 0;
  left: -20px;
  color: #ed70a2;
}

div.section .scheduleList li:nth-child(2n) p.title {
  border-bottom: 2px solid #1dc9d5;
  color: #1dc9d5;
}

div.section .scheduleList li:nth-child(2n) p.textLink::after{
  color: #1dc9d5;
}

.annualevent .characterBlcok {
  width: 250px;
  background: url(../img/merit/pic_soushoku04.png) no-repeat 0% 0%;
  background-size: 41px;
  position: absolute;
  right: 50px;
  bottom: -130px;
  z-index: 1;
}

@media screen and (max-width: 1099px) {
  .annualevent .characterBlcok {
    width: 170px;
    background-size: 33px;
    background-position: 0% 10%;
    right: 0;
    left: 0;
    bottom: -60px;
    margin: auto;
  }
}

.annualevent .characterBlcok .characterAnimation {
  margin-left: 20px;
  margin-top: 30px;
  margin-right: auto;
}

@media screen and (max-width: 1099px) {
  .annualevent .characterBlcok .characterAnimation {
    margin-top: 20px;
    margin-left: auto;
  }
}

.annualevent .characterBlcok .icon_title01 {
  position: absolute;
  right: 20px;
  top: 0;
}
@media screen and (max-width: 1099px) {
  .annualevent .characterBlcok .icon_title01 {
    position: absolute;
    right: 0;
    }
}


@media screen and (max-width: 1099px) {
  .annualevent .text02 {
    padding-bottom: 30px;
  }
}


div.section.annualevent div.inner {
	z-index: auto !important;
}

.gridGallery {
	padding-bottom: 60px;
}
.gridGallery ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1ft);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.gridGallery ul > li:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.gridGallery ul > li:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.gridGallery ul > li:nth-child(3) { grid-area: 2 / 3 / 3 / 4; }
.gridGallery ul > li:nth-child(4) { grid-area: 1 / 4 / 3 / 5; }
.gridGallery ul > li:nth-child(5) { grid-area: 3 / 1 / 5 / 2; }
.gridGallery ul > li:nth-child(6) { grid-area: 3 / 2 / 4 / 3; }
.gridGallery ul > li:nth-child(7) { grid-area: 4 / 2 / 5 / 3; }
.gridGallery ul > li:nth-child(8) { grid-area: 3 / 3 / 4 / 4; }
.gridGallery ul > li:nth-child(9) { grid-area: 3 / 4 / 4 / 5; }
.gridGallery ul > li:nth-child(10) { grid-area: 4 / 3 / 5 / 5; }

.gridGallery img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 20px;
	cursor: pointer;
}

.gridGallery ul .zoom {
	width: 60px;
	height: 60px;
	bottom: -1.5rem;
	right: -1.5rem;
}
.gridGallery .plus {
	width: 15px;
	height: 15px;
}
.gridGallery .plus:before, .gridGallery .plus:after {
	width: 15px;
	height: 2px;
	top: 22px;
	left: 0;
}
.gridGallery .plus:before {
	width: 2px;
	height: 15px;
	top: 15px;
	left: 7px;
}
.popupBox.gridGalleryBox {
	z-index: 9999;
}
.popupBox.gridGalleryBox .modal_detail {
	z-index: 9999;
	background: url(../img/common/bg_pink01.png) bottom 0 right 0 / 600px auto no-repeat;
}
.popupBox.gridGalleryBox .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.popupBox.gridGalleryBox .modal-inner {
	text-align: center;
	border-radius: 20px;
	background: url(../img/common/bg_pink01.png) bottom 0 right 0 / 600px auto no-repeat;
}
.popupBox.gridGalleryBox img {
	width: 800px;
	height: auto;
	border-radius: 20px;
	margin-bottom: 50px;
}

.popupBox.gridGalleryBox .modal-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 10px;
  color: #f070a5;
	position: relative;
	padding-top: 80px;
}
.popupBox.gridGalleryBox .modal-content h3:after {
    content: '';
    position: absolute;
    width: 170px;
    height: 83px;
    background: url(../img/life/title_ornament.png) no-repeat 0% 0%;
        background-size: auto;
    background-size: cover;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}
.popupBox.gridGalleryBox .modal-content h3 span {
	display: inline-block;
	font-size: 14px;
	margin-left: .5rem;
}
.popupBox.gridGalleryBox .modal-content p {
	font-size: 18px;
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}
.popupBox.gridGalleryBox .modal-content p:before {
	content: '';
	width: 80%;
	height: 2px;
	background-image: linear-gradient(to right, #f070a5, #f070a5 6px, transparent 7px, transparent 2px);
	background-size: 10px 2px;
	background-position: right bottom;
	display: block;
	margin: 0 auto 30px;
}

@media screen and (max-width: 1099px) {
	.gridGallery ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1ft);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
	}
	.gridGallery ul > li:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
	.gridGallery ul > li:nth-child(2) { grid-area: 3 / 1 / 4 / 2; }
	.gridGallery ul > li:nth-child(3) { grid-area: 4 / 1 / 5 / 2; }
	.gridGallery ul > li:nth-child(4) { grid-area: 3 / 2 / 5 / 3; }
	.gridGallery ul > li:nth-child(5) { grid-area: 5 / 1 / 7 / 2; }
	.gridGallery ul > li:nth-child(6) { grid-area: 5 / 2 / 6 / 3; }
	.gridGallery ul > li:nth-child(7) { grid-area: 6 / 2 / 7 / 3; }
	.gridGallery ul > li:nth-child(8) { grid-area: 7 / 1 / 8 / 2; }
	.gridGallery ul > li:nth-child(9) { grid-area: 7 / 2 / 8 / 3; }
	.gridGallery ul > li:nth-child(10) { grid-area: 8 / 1 / 9 / 3; }
	.gridGallery ul .zoom {
		width: 50px;
		height: 50px;
		bottom: -.5rem;
		right: -.5rem;
	}
	.gridGallery img {
		border-radius: 10px;
	}
	.gridGallery .plus:before {
		top: 10px;
	}
	.gridGallery .plus::after {
	  top: 17px;
	}
	.popupBox.gridGalleryBox img {
		width: 100%;
		border-radius: 5px;
		margin-bottom: 30px;
	}
	.popupBox.gridGalleryBox .modal-inner {
		text-align: center;
		border-radius: 0;
		background: url(../img/common/bg_pink01.png) center/ 200px auto no-repeat;
        padding: 0 10px;
	}
	.popupBox.gridGalleryBox .modal-content h3 {
		font-size: 22px;
		padding-top: 45px;
	}
	.popupBox.gridGalleryBox .modal-content h3:after {
		width: 94px;
		height: 42px;
		top: -2rem;
	}
	.popupBox.gridGalleryBox .modal-content p {
		font-size: 15px;
		padding-bottom: 50px;
	}
	.popupBox.gridGalleryBox .modal-content p:before {
		margin: 0 auto 20px;
	}
}

/* =========================================
在校生の声
========================================= */


.studentvoice .tab-nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 120px;
}

@media screen and (min-width:769px) and ( max-width:1099px) {
  .studentvoice .tab-nav {
    overflow: scroll;
    margin-bottom: 50px;
}
}

@media screen and (max-width: 1099px) {
    .studentvoice .tab-nav {
        margin-bottom: 50px;
    }
}
.studentvoice .tab-nav li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    width: 19.7%;
    /* box-shadow: 1px 1px 10px rgb(0 0 0 / 25%); */
    /* height: calc(100% - 1px); */
    transition: all 0.6s ease;
}

/* .studentvoice .tab-nav li:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
} */
@media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li {
      width: 250px;
      min-width: 250px;
      /* margin-left: 30px; */
      /* margin-bottom: 60px; */
  }
}
@media screen and (min-width:769px) and ( max-width:1099px) {
  .studentvoice .tab-nav li {
    margin-left: 5px;
    margin-bottom: 60px;
}
.studentvoice .tab-nav li:last-child {
  margin-right: 5px;
}
}

/* .studentvoice .tab-nav li:nth-child(2) {
  margin-top: 60px;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li:nth-child(2) {
    margin-top: 0;
  }
} */
.studentvoice .tab-nav li img {
  overflow: hidden;
  /* border-radius: 14px 14px 0 0; */
}

.studentvoice .tab-nav li .imgSlanting {
  /* margin: 0 2%; */
  display: inline-block;
  background: #fff;
  transform: skewY(-10deg);
  overflow: hidden;
  width: 100%;
  position: relative;
}

.studentvoice .tab-nav li:nth-child(even) .imgSlanting {
  transform: skewY(10deg);
}

.studentvoice .tab-nav li .imgSlanting img {
  width: 100%;
  transform: skewY(10deg) scale(1.2);
  transition: all 0.6s ease;
}

.studentvoice .tab-nav li:nth-child(even) .imgSlanting img {
  width: 100%;
  transform: skewY(-10deg) scale(1.2);
}

.studentvoice .tab-nav li .imgSlanting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color 0.6s;
}

@media screen and (min-width: 1100px) {

.studentvoice .tab-nav li:hover .imgSlanting::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.studentvoice .tab-nav li:hover .imgSlanting img {
  transform: skewY(10deg) scale(1.3);
}

.studentvoice .tab-nav li:nth-child(even):hover .imgSlanting img {
  transform: skewY(-10deg) scale(1.3);
}

}

.studentvoice .tab-nav li .textBlock {
  position: absolute;
  bottom: 80px;
  left: 0;
  /* padding: 40px 40px 120px; */
  /* background: #fff; */
  /* border-radius: 0 0 14px 14px; */
  text-align: left;
}
/* @media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li .textBlock {
    padding: 20px 20px 80px;
  }
} */

.studentvoice .tab-nav li .textBlock .title {
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  background: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 15px;
  line-height: 2.2;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li .textBlock .title {
    font-size: 10px;
  }
}

.studentvoice .tab-nav li .textBlock .title span {
  font-size: 18px;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li .textBlock .title span {
    font-size: 16px;
  }
}

.studentvoice .tab-nav li .textBlock .text span {
  position: relative;
  /* display: inline; */
  /* background-image: repeating-linear-gradient(-45deg, #fff912, #fff912, transparent 3px, transparent 6px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto .4em; */
  /* padding-bottom: 15px; */
  line-height: 2.3;
  color: #ed70a2;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 15px;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li .textBlock .text span {
    font-size: 14px;
    line-height: 2.5;
  }
}

.voiceSwiper {
  position: relative;
}

@media screen and (max-width: 1099px) {
  .voiceSwiper {
    padding: 0 30px;
  }
}


div.section .voiceSwiper .swiper-button-prev {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  left: 44%;
  bottom: 15px;
}
@media screen and (max-width: 1099px) {
  div.section .voiceSwiper .swiper-button-prev {
    left: 10px;
    top: 50%;
  }
}

div.section .voiceSwiper .swiper-button-next {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  right: 44%;
  bottom: 15px;
}
@media screen and (max-width: 1099px) {
  div.section .voiceSwiper .swiper-button-next {
    right: 10px;
    top: 50%;
  }
}

.voiceSwiper .swiper-button-next, .voiceSwiper .swiper-rtl .swiper-button-prev,
.voiceSwiper .swiper-button-prev, .voiceSwiper .swiper-rtl .swiper-button-next {
  width: 28px;
  height: 28px;
}
.voiceSwiper .swiper-button-next, .voiceSwiper .swiper-rtl .swiper-button-prev {
  background: url(../img/common/vector_arrow.png) no-repeat 50% 50%;
  background-size: 28px 28px;
  left: 55px;
  bottom: 0;
  top: auto;
}
.voiceSwiper .swiper-button-prev, .voiceSwiper .swiper-rtl .swiper-button-next {
  background: url(../img/common/vector_prev.png) no-repeat 50% 50%;
  background-size: 28px 28px;
  left: 20px;
  bottom: 0;
  top: auto;
}

.voiceSwiper .swiper-button-next:after, .voiceSwiper .swiper-button-prev:after {
  display: none;
}

@media screen and (min-width: 769px) {
  .voiceSwiper .swiper-button-next, .voiceSwiper .swiper-rtl .swiper-button-prev,
  .voiceSwiper .swiper-button-prev, .voiceSwiper .swiper-rtl .swiper-button-next {
    display: none;
  }
}

.studentvoice .tab-nav li:nth-child(2) .textBlock .text span {
  color: #43CFDA;
}
.studentvoice .tab-nav li:nth-child(3) .textBlock .text span {
  color: #74BA51;
}
.studentvoice .tab-nav li:nth-child(4) .textBlock .text span {
  color: #9580CA;
}
.studentvoice .tab-nav li:nth-child(5) .textBlock .text span {
  color: #F19E29;
}
.studentvoice .tab-nav li .voiceIcon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #ed70a2;
  background-image: repeating-linear-gradient(-45deg,  rgba(255, 255, 255, .15) ,  rgba(255, 255, 255, .15) , transparent 3px, transparent 6px);
  border-radius: 50%;
  padding: 20px;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  /* justify-content: center; */
  text-align: center;
  box-shadow: 4px 4px 12px 0 rgb(77 77 77 / 15%);
}
@media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li .voiceIcon {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    bottom: -90px;
  }
}

.studentvoice .tab-nav li:nth-child(2) .voiceIcon {
  background: #43CFDA;
  background-image: repeating-linear-gradient(-45deg,  rgba(255, 255, 255, .15) ,  rgba(255, 255, 255, .15) , transparent 3px, transparent 6px);
}
.studentvoice .tab-nav li:nth-child(3) .voiceIcon {
  background: #74bb51;
  background-image: repeating-linear-gradient(-45deg,  rgba(255, 255, 255, .15) ,  rgba(255, 255, 255, .15) , transparent 3px, transparent 6px);
}
.studentvoice .tab-nav li:nth-child(4) .voiceIcon {
  background: #9580CA;
  background-image: repeating-linear-gradient(-45deg,  rgba(255, 255, 255, .15) ,  rgba(255, 255, 255, .15) , transparent 3px, transparent 6px);
}
.studentvoice .tab-nav li:nth-child(5) .voiceIcon {
  background: #F19E29;
  background-image: repeating-linear-gradient(-45deg,  rgba(255, 255, 255, .15) ,  rgba(255, 255, 255, .15) , transparent 3px, transparent 6px);
}

.studentvoice .tab-nav li .voiceIcon img {
  display: block;
  text-align: center;
  display: block;
  margin: 18px auto 5px;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tab-nav li .voiceIcon img {
    margin: 10px auto auto;
  }
}

.studentvoice .tab-nav li .voiceIcon .text {
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
}

.studentvoice .tabContents {
  position: relative;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity .6s;
  background: #fff;
  background-image: repeating-linear-gradient(-45deg, #F4A0C0, #F4A0C0 3px, transparent 3px, transparent 6px);
  padding: 20px;
  display: none;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .studentvoice .tabContents {
    margin-top: 80px;
    height: auto;
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .tab-swiper .swiper-wrapper {
    display: block;
    transform: translate3d(0px,0,0)!important;
  }
}


.studentvoice .tabContents.blue {
  background-image: repeating-linear-gradient(-45deg, #43CFDA, #43CFDA 3px, transparent 3px, transparent 6px);
}
.studentvoice .tabContents.green {
  background-image: repeating-linear-gradient(-45deg, #74BA51, #74BA51 3px, transparent 3px, transparent 6px);
}
.studentvoice .tabContents.purple {
  background-image: repeating-linear-gradient(-45deg, #9580CA, #9580CA 3px, transparent 3px, transparent 6px);
}
.studentvoice .tabContents.yellow {
  background-image: repeating-linear-gradient(-45deg, #F19E29, #F19E29 3px, transparent 3px, transparent 6px);
}

.studentvoice .tabContents::before {
  content: "";
  position: absolute;
  background-image: url(../img/life/line_top01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px;
  width: 104px;
  height: 52px;
  top: -51px;
  left: 5%;
  margin: auto;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tabContents::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.studentvoice .tabContents.blue::before {
  background-image: url(../img/life/line_top02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px;
  left: 25%;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tabContents.blue::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.studentvoice .tabContents.green::before {
  background-image: url(../img/life/line_top03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px;
  left: 46%;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tabContents.green::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.studentvoice .tabContents.purple::before {
  background-image: url(../img/life/line_top04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px;
  left: 66%;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tabContents.purple::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.studentvoice .tabContents.yellow::before {
  background-image: url(../img/life/line_top05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px;
  left: 86%;
}
@media screen and (max-width: 1099px) {
  .studentvoice .tabContents.yellow::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.studentvoice .tabContents.on {
    visibility: visible;
    height: auto;
    opacity: 1;
    display: block;
}
.studentvoice .tabContents .tabInner {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .studentvoice .tabContents .tabInner {
    padding: 20px;
  }
}

.studentvoice .tabContents .faq-list {
  text-align: left;
  margin-bottom: 30px;
  background: #fff;
}

.studentvoice .tabContents .faq-list + .faq-list {
  margin-top: 30px;
  padding-top: 30px;
  background-image: linear-gradient(to right, #ff9598, #ff9598 5px, transparent 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: right top;
  background-repeat: repeat-x;
}

.studentvoice .tabContents .faq-list dt {
  position: relative;
}

.studentvoice .tabContents .faq-list dt p {
  font-size: 18px;
  font-weight: bold;
}

.studentvoice .tabContents .faq-list dt, .tabContents .faq-list dd {
  display: flex;
  align-items: baseline;
}

.studentvoice .tabContents .faq-list dt span, .tabContents .faq-list dd span {
  position: relative;
  top: 4px;
  font-size: 26px;
  color: #ff9598;
  margin-right: 30px;
  font-weight: bold;
}

.studentvoice .tabContents .faq-list dd {
  margin-top: 30px;
  padding: 30px 0 20px;
  border-top: 2px solid #ccc;
}

.studentvoice .tabContents .faq-list dd span {
  color: #f070a5 !important;
}

@media (max-width: 1099px) {
  .faq-list dt p {
    font-size: 16px;
    line-height: 1.7;
  }
  .tabContents .faq-list dd span {
    display: none;
  }
  .tabContents .faq-list dt span, .tabContents .faq-list dd span {
    margin-right: 20px;
  }
}

 .studentvoice .tabContents .faq-list dd .list_div span{
  color: #666666 !important;
  font-size: 15px !important;
  font-weight: 500;
  display: block;
}

.studentvoice .tabContents.blue .faq-list dt span,
.studentvoice .tabContents.blue .faq-list dd span {
  color: #43CFDA;
}
.studentvoice .tabContents.blue .faq-list dd span {
  color: #43CFDA !important;
}
.studentvoice .tabContents.blue .faq-list + .faq-list {
  background-image: linear-gradient(to right, #43CFDA, #43CFDA 5px, transparent 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: right top;
  background-repeat: repeat-x;
}

.studentvoice .tabContents.green .faq-list dt span,
.studentvoice .tabContents.green .faq-list dd span {
  color: #74BA51;
}
.studentvoice .tabContents.green .faq-list dd span {
  color: #74BA51 !important;
}
.studentvoice .tabContents.green .faq-list + .faq-list {
  background-image: linear-gradient(to right, #74BA51, #74BA51 5px, transparent 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: right top;
  background-repeat: repeat-x;
}

.studentvoice .tabContents.purple .faq-list dt span,
.studentvoice .tabContents.purple .faq-list dd span {
  color: #9580CA;
}
.studentvoice .tabContents.purple .faq-list dd span {
  color: #9580CA !important;
}
.studentvoice .tabContents.purple .faq-list + .faq-list {
  background-image: linear-gradient(to right, #9580CA, #9580CA 5px, transparent 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: right top;
  background-repeat: repeat-x;
}

.studentvoice .tabContents.yellow .faq-list dt span,
.studentvoice .tabContents.yellow .faq-list dd span {
  color: #F19E29;
}
.studentvoice .tabContents.yellow .faq-list dd span {
  color: #F19E29 !important;
}
.studentvoice .tabContents.yellow .faq-list + .faq-list {
  background-image: linear-gradient(to right, #F19E29, #F19E29 5px, transparent 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: right top;
  background-repeat: repeat-x;
}

@media screen and (min-width: 769px) {
  .selectTab_sp {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
  .selectTab_pc {
		display: none!important;
	}
}

/* =========================================
制服紹介
========================================= */


div.section .bookBlock.facilityIntroduction {
    padding: 10px 100px 40px;
}

@media screen and (max-width: 1099px) {
    div.section .bookBlock.facilityIntroduction {
        padding: 20px 15px 20px;
    }
}

.facilityIntroduction .circle {
  width: 176px;
  height: 176px;
  background-color: #ED70A2;
  background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 5px,transparent 0, transparent 13px);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  box-shadow: 4px 4px 12px 0 rgba(77, 77, 77, .15);
  z-index: 1;
}

@media screen and (max-width: 1099px) {
  .facilityIntroduction .circle {
    width: 100px;
    height: 100px;
    background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 3px,transparent 0, transparent 7px);
  }
}

.facilityIntroduction .circle p {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: absolute;
  width: 100%;
  top: 35%;
  line-height: 1.6;
}

@media screen and (max-width: 1099px) {
  .facilityIntroduction .circle p {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}

.facilityIntroduction .circle p span {
  color: rgba(255,255,255,.6);
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 1099px) {
  .facilityIntroduction .circle p span {
    font-size: 1rem;
  }
}

.facilityIntroduction .movieBox {
  margin-top: -40px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1099px) {
  .facilityIntroduction .movieBox {
    margin-top: -10px;
  }
}

.facilityIntroduction .movieBox img {
  border-radius: 12px;
}

.facilityIntroduction .movieBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/about/icon_movie.png) no-repeat 50% 50%;
  background-size: 75px 53px;
  transition: opacity 0.6s ease;
}


.codePhotoList {
  display: grid;
	width: 980px;
	grid-column-gap: 15px;
	grid-row-gap: 5px; 
}
.codePhotoList li:nth-child(1) { grid-area: 1 / 1 / 3 / 2;}
.codePhotoList li:nth-child(2) { grid-area: 2 / 2 / 4 / 3;}
.codePhotoList li:nth-child(3) { grid-area: 3 / 3 / 5 / 4;}
.codePhotoList li:nth-child(4) { grid-area: 1 / 2 / 2 / 3;}
.codePhotoList li:nth-child(5) { grid-area: 1 / 3 / 2 / 4;}
.codePhotoList li:nth-child(6) { grid-area: 2 / 3 / 3 / 4;}
.codePhotoList li:nth-child(7) { grid-area: 3 / 1 / 4 / 2;}
.codePhotoList li:nth-child(8) { grid-area: 4 / 1 / 5 / 2;}
.codePhotoList li:nth-child(9) { grid-area: 4 / 2 / 5 / 3;}
.codePhotoList li img {
	border-radius: 15px;
}
div.section .bookBlock.onlineSupport {
	margin: 160px 0;
}
@media screen and (max-width: 1099px) {
  .codePhotoList {
    display: block;
  }
	div.section .bookBlock.onlineSupport {
		margin: 0;
	}
}

.codePhotoList li {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 1099px) {
	.codePhotoList {
		width: 100%;
		display: grid;
		grid-column-gap: 5px;
		grid-row-gap: 5px; 
	}
  .codePhotoList li {
    margin: 0;
  }
/*	.codePhotoList li:nth-child(1) { grid-area: 1 / 1 / 3 / 2;}
	.codePhotoList li:nth-child(2) { grid-area: 2 / 2 / 4 / 3;}
	.codePhotoList li:nth-child(3) { grid-area: 3 / 1 / 5 / 2;}
	.codePhotoList li:nth-child(4) { grid-area: 5 / 1 / 6 / 3;}
	.codePhotoList li:nth-child(5) { grid-area: 6 / 1 / 7 / 3;}
	.codePhotoList li:nth-child(6) { grid-area: 1 / 2 / 2 / 3;}
	.codePhotoList li:nth-child(7) { grid-area: 4 / 2 / 5 / 3;}
	.codePhotoList li:nth-child(8) { grid-area: 7 / 1 / 8 / 3;}
	.codePhotoList li:nth-child(9) { grid-area: 8 / 1 / 9 / 3;}*/
	.codePhotoList li:nth-child(1) { grid-area: 1 / 1 / 3 / 2;}
	.codePhotoList li:nth-child(2) { grid-area: 3 / 2 / 5 / 3;}
	.codePhotoList li:nth-child(3) { grid-area: 5 / 1 / 7 / 2;}
	.codePhotoList li:nth-child(4) { grid-area: 1 / 2 / 2 / 3;}
	.codePhotoList li:nth-child(5) { grid-area: 2 / 2 / 3 / 3;}
	.codePhotoList li:nth-child(6) { grid-area: 3 / 1 / 4 / 2;}
	.codePhotoList li:nth-child(7) { grid-area: 4 / 1 / 5 / 2;}
	.codePhotoList li:nth-child(8) { grid-area: 5 / 2 / 6 / 3;}
	.codePhotoList li:nth-child(9) { grid-area: 6 / 2 / 7 / 3;}
	}
.codePhotoList li:nth-child(3n) {
  margin-right: 0;
}

.informationBlock {
  position: relative;
  margin: 140px 0 0;
}
@media screen and (max-width: 1099px) {
  .informationBlock {
    margin: 80px 0 0;
  }
}

.informationBlock .informationFixBlock {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1099px) {
  .informationBlock .informationFixBlock {
    display: block;
  }
}
.informationBlock .informationFixBlock .left,
.informationBlock .informationFixBlock .right {
  width: 49%;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informationFixBlock .left,
  .informationBlock .informationFixBlock .right {
    width: 100%;
  }
}

.informationBlock .informationFixBlock .imgTitle01 {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informationFixBlock .imgTitle01 {
    display: block;
    text-align: center;
    margin: 0 0 30px;
  }
}
.informationBlock .informationFixBlock .imgTitle01 img {
  display: block;
  width: 177px;
  height: auto;
  margin: 0 0 10px;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informationFixBlock .imgTitle01 img {
    margin: auto;
  }
}

.informationBlock .informationFixBlock .nanameineBlock {
  position: relative;
  text-align: center;
  margin-top: -210px;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informationFixBlock .nanameineBlock {
    margin-top: -10px;
  }
}

.informationBlock .informationFixBlock .nanameineBlock img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informationFixBlock .nanameineBlock img {
    width: 100%;
    height: auto;
  }
}

.informationBlock .informationFixBlock .nanameineBlock::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  bottom: 100px;
  right: 0;
  margin: auto;
  border-radius: 28px;
  /* background-color: #f070a5; */
  background-image:repeating-linear-gradient(-45deg,rgba(237,112,162,.3), rgba(237,112,162,.3) 5px,transparent 0, transparent 13px);
}
@media screen and (max-width: 1099px) {
  .informationBlock .informationFixBlock {
    display: block;
  }
}



.informationBlock .uniformPhotoList {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 -50px;
}
@media screen and (max-width: 1099px) {
  .informationBlock .uniformPhotoList {
    flex-wrap: wrap;
    margin: 40px 0;
  }
}
.informationBlock .uniformPhotoList li {
  width: 20%;
  margin-right: 2%;
}
@media screen and (max-width: 1099px) {
  .informationBlock .uniformPhotoList li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
}
.informationBlock .uniformPhotoList li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1099px) {
  .informationBlock .uniformPhotoList li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .informationBlock .uniformPhotoList {
    flex-wrap: wrap;
  }
}

.informationBlock .uniformPhotoList .nanameineBlock {
  position: relative;
  text-align: center;
}

.informationBlock .uniformPhotoList .nanameineBlock img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1099px) {
  .informationBlock .uniformPhotoList .nanameineBlock img {
    width: 80%;
  }
}

.informationBlock .uniformPhotoList .nanameineBlock::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 28px;
    /* background-color: #f070a5; */
    background-image:repeating-linear-gradient(-45deg,rgba(237,112,162,.3), rgba(237,112,162,.3) 5px,transparent 0, transparent 13px);
}
@media screen and (max-width: 1099px) {
  .informationBlock {
    display: block;
  }
}

.informationBlock .uniformPhotoList .textBlock {
  position: absolute;
  z-index: 1;
  padding: 20px;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: #ed70a2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1099px) {
  .informationBlock .uniformPhotoList .textBlock {
    position: static;
    margin: -30px auto 0;
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}

.informationBlock .uniformPhotoList li:nth-child(1) .textBlock {
  right: -60px;
  bottom: 80px;
}
.informationBlock .uniformPhotoList li:nth-child(2) .textBlock {
  left: -60px;
  bottom: 280px;
}
.informationBlock .uniformPhotoList li:nth-child(3) .textBlock {
  right: -60px;
  bottom: 280px;
}
.informationBlock .uniformPhotoList li:nth-child(4) .textBlock {
  left: -60px;
  bottom: 80px;
}


@media screen and (max-width: 1099px) {
  .informationBlock .movieSlideBlock2 {
    position: relative;
    /* padding: 0 0 70px; */
  }
}

.informationBlock .informatioList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informatioList {
    display: flex;
    flex-wrap: nowrap;
		justify-content: flex-start;
    margin: 0;
  }
}
.informationBlock .informatioList li {
  width: 47%;
  margin: 0 0 30px 0;
}
.informationBlock .informatioList li:first-of-type {
	width: 0;
	margin: 0;
}
.informationBlock .informatioList li:nth-child(n+6) {
	width: 30%;
}
.informationBlock .informatioList li:nth-child(n+6) .img img {
	width: 200px;
}
.informationBlock .informatioList li:nth-child(n+6) .title01 {
	margin-top: -5px;
}
.informationBlock .informatioList li p {
	line-height: 1.7;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informatioList li {
    width: 100%;
    margin: 0;
  }
	.informationBlock .informatioList li .img img,
	.informationBlock .informatioList li:nth-child(n+6) .img img {
		width: 100%;
	}
}
.informationBlock .informatioList li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1099px) {
  .informationBlock .informatioList li:nth-child(2n) {
    width: 100%;
    margin: 0;
  }
}
.informationBlock .informatioList .img {
  position: relative;
  text-align: center;
}
.informationBlock .informatioList .img img {
  position: relative;
  z-index: 1;
}
.informationBlock .informatioList .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  background-color: #f9d0e0;
}
.informationBlock .informatioList .title01 {
  font-size: 20px;
  font-weight: bold;
  margin: -20px 0 5px;
}

div.section .movieSlideBlock2 .swiper-button-prev {
  left: -10px;
  right: auto;
  top: 35%;
}
@media screen and (max-width: 768px) {
  div.section .movieSlideBlock2 .swiper-button-prev {
    left: -30px;
    top: 40%;
  }
}

div.section .movieSlideBlock2 .swiper-button-next {
  right: -10px;
  left: auto;
  top: 35%;
}
@media screen and (max-width: 768px) {
  div.section .movieSlideBlock2 .swiper-button-next {
    right: -30px;
    top: 40%;
  }
}

div.section .movieSlideBlock2 .swiper-pagination {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;

  bottom: 15px;
  text-align: center;
}


.movieSlideBlock2 .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  margin: 0 0 60px;
}

.movieSlideBlock2 .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 300px;
  height: auto;
  /* margin: 10px; */
  overflow: hidden;
}

.movieSlideBlock2 .swiper-slide img {
  width: 100%;
  height: auto;
}

.movieSlideBlock2 .swiper-horizontal>.swiper-pagination-progressbar, .movieSlideBlock2 .swiper-pagination-progressbar.swiper-pagination-horizontal, .movieSlideBlock2 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .movieSlideBlock2 .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 10px;
  width: 90%;
  left: auto;
  right: 0;
}
@media screen and (max-width: 1099px) {
  .movieSlideBlock2 .swiper-horizontal>.swiper-pagination-progressbar, .movieSlideBlock2 .swiper-pagination-progressbar.swiper-pagination-horizontal, .movieSlideBlock2 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .movieSlideBlock2 .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: calc(100% - 100px);
  }
}



.movieSlideBlock2 .swiper-button-next, .movieSlideBlock2 .swiper-rtl .swiper-button-prev,
.movieSlideBlock2 .swiper-button-prev, .movieSlideBlock2 .swiper-rtl .swiper-button-next {
  width: 28px;
  height: 28px;
}
.movieSlideBlock2 .swiper-button-next, .movieSlideBlock2 .swiper-rtl .swiper-button-prev {
  background: url(../img/common/vector_arrow.png) no-repeat 50% 50%;
  background-size: 28px 28px;
  left: 55px;
  bottom: 0;
  top: auto;
}
.movieSlideBlock2 .swiper-button-prev, .movieSlideBlock2 .swiper-rtl .swiper-button-next {
  background: url(../img/common/vector_prev.png) no-repeat 50% 50%;
  background-size: 28px 28px;
  left: 20px;
  bottom: 0;
  top: auto;
}
.movieSlideBlock2 .swiper-button-next:after, .movieSlideBlock2 .swiper-button-prev:after {
  display: none;
}
.movieSlideBlock2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f070a5;
}

.movieSlideBlock2 .swiper  {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}
.movieSlideBlock2  {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

@media screen and (max-width: 768px) {
  .swiper  {
    width: 100%;
    max-width: 320px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  .movieSlideBlock2  {
    width: 100%;
    max-width: 300px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  /* ページネーションブレット */
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
}


.informationBlock .characterBlcok {
  width: 250px;
  background: url(../img/merit/pic_soushoku03.png) no-repeat 90% 20%;
  background-size: 41px;
  position: absolute;
  left: -120px;
  top: -110px;
  z-index: 1;
}

@media screen and (max-width: 1099px) {
		.informationBlock {
			margin-top: 0;
		}
		.informationBlock .informationFixBlock .imgTitle01 {
			margin-bottom: 0;
		}
    .informationBlock .characterBlcok {
      position: relative;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      margin: 0;
      margin-top: 40px;
      width: 100%;
      background-size: 33px;
      background-position: 30% 30%;
    }
	.informationBlock .informationFixBlock .nanameineBlock {
		padding-right: 40px;		
	}
	.informationBlock .informationFixBlock .nanameineBlock img {
		max-width: 500px;
	}
}

.informationBlock .characterBlcok .characterAnimation {
    margin-left: 0;
    margin-top: 50px;
    margin-right: auto;
}

@media screen and (max-width: 1099px) {
    .informationBlock .characterBlcok .characterAnimation {
        margin-left: auto;
    }
}

.informationBlock .characterBlcok .icon_title01 {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1099px) {
  .informationBlock .characterBlcok .icon_title01 {
    position: absolute;
    right: 0;
  }
  .informationBlock .characterBlcok .icon_title01 img {
    width: 130px;
    height: auto;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popupBox #modal_movie .modal-content {
  height: auto;
}



/* =========================================
部活動
========================================= */


.clubBlock {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 1099px) {
  .clubBlock {
    margin-bottom: 0;
  }  
}

.clubBlock .pageLinkBlock {
  position: relative;
}

.clubBlock .pageLinkBlock .img {
  border-radius: 20px;
  overflow: hidden;
}

.clubBlock .pageLinkList {
  display: flex;
  justify-content: center;
  margin:-60px 0 50px;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList {
    margin: 0 0 50px;
  }
}

.clubBlock .pageLinkList li {
  width: 236px;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li {
    width: 140px;
  }
}

.clubBlock .pageLinkList li + li {
  margin-left: 21%;
}
@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li + li {
    margin-left: 10px;
  }
}

.clubBlock .pageLinkList li a {
  display: block;
  padding: 40px;
  width: 100%;
  height: 236px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #ED70A2;
  background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 5px,transparent 0, transparent 13px);
  box-shadow: 4px 4px 12px 0 rgb(77 77 77 / 15%);
  transition: all 0.2s ease;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li a {
    padding: 20px;
    width: 100%;
    height: 140px;
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 2px,transparent 0, transparent 6px);
  }
}

.clubBlock .pageLinkList li a:hover {
  box-shadow: 4px 4px 12px 0 rgb(77 77 77 / 30%);
}

.clubBlock .pageLinkList li a:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ED70A2;
  z-index: 0;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li a:before {
    bottom: -17px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ED70A2;
  }  
}

.clubBlock .pageLinkList li:last-child a {
  background-color: #1DC9D5;
  background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 5px,transparent 0, transparent 13px);
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li:last-child a {
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.05), rgba(255,255,255,.05) 2px,transparent 0, transparent 6px);
  }
}

.clubBlock .pageLinkList li:last-child a:before {
  border-top: 15px solid #1DC9D5;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li:last-child a:before {
    bottom: -17px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #1DC9D5;
  }  
}

.clubBlock .pageLinkList li a .img {
  margin: 0 auto 10px;
  width: 28px;
  border-radius: 0;
}

.clubBlock .pageLinkList li a .img img {
  vertical-align: middle;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li a .img {
    width: 18px;
    height: auto;
    margin-bottom: 0;
  }
}

.clubBlock .pageLinkList li a .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li a .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }  
}

.clubBlock .pageLinkList li a .text_en01 {
  color: rgba(255,255,255,.6);
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 1099px) {
  .clubBlock .pageLinkList li a .text_en01 {
    font-size: 1.2rem;
  }  
}

.athletic {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 1099px) {
  .athletic {
    padding-top: 140px;
    margin-top: -90px;
  }  
}

.culture {
  padding-top: 100px;
  margin-top: -50px;
}

@media screen and (max-width: 1099px) {
  .culture {
    padding-top: 140px;
    margin-top: -50px;
  }  
}

.clubBlock .titleBlock {
  position: relative;
  text-align: center;
  color: #f070a5;
  font-weight: bold;
}

.clubBlock .culture .titleBlock {
  color: #1DC9D5;
}

.clubBlock .titleBlockInner {
  position: absolute;
  margin: -50px auto 0;
  right: 0;
  left: 0;
  top: 100px;
}

@media screen and (max-width: 1099px) {
  .clubBlock .titleBlockInner {
    position: static;
  }  
}

.clubBlock .titleBlockInner h4 {
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 50px;
  line-height: 2.6;
}

.clubBlock .titleBlockInner h4::before {
  content: "";
  position: absolute;
  background: url(../img/life/deco_club01_1.png) no-repeat;
  background-size: 312px;
  background-position: center;
  width: 312px;
  height: 99px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.clubBlock .culture .titleBlockInner h4::before {
  background: url(../img/life/deco_club02_1.png) no-repeat;
  background-size: 312px;
  background-position: center;
}

.clubBlock .titleBlockInner h4::after {
  content: "";
  position: absolute;
  background: url(../img/life/deco_club01_2.png) no-repeat;
  background-size: 44px;
  background-position: left;
  width: 44px;
  height: 40px;
  top: -20px;
  left: calc(50% - 300px);
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1099px) {
  .clubBlock .titleBlockInner h4::after {
    background-size: 22px;
    background-position: left;
    width: 22px;
    height: 24px;
    top: -20px;
    right: calc(50% - 150px);
    left: auto;
    }  
}

.clubBlock .culture .titleBlockInner h4::after {
  background: url(../img/life/deco_club02_2.png) no-repeat;
  background-size: 27px;
  background-position: left;
  width: 27px;
  height: 32px;
  right: calc(50% - 300px);
  left: 0;
  top: -10px;
}

@media screen and (max-width: 1099px) {
  .clubBlock .culture .titleBlockInner h4::after {
    background-size: 14px;
    background-position: left;
    width: 14px;
    height: 17px;
    left: calc(50% - 150px);
    right: auto;
    }  
}

.clubBlock .titleBlockInner .text {
  font-size: 2.4rem;
  line-height: 1.6
}

.clubBlock .clubList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 120px 0 0;
}

@media screen and (max-width: 1099px) {
  .clubBlock .clubList {
    margin: 30px 0 0;
}
}

.clubBlock .clubList li {
    margin-bottom: 40px;
    margin-top: -220px;
    width: 32%;
    height: 280px;
    position: relative;
}

@media screen and (max-width: 1099px) {
    .clubBlock .clubList li {
        width: 100%;
        margin: 0 0 20px;
        height: auto;
    }
}

/* .clubBlock .clubList li:nth-child(2),
.clubBlock .clubList li:nth-child(5),
.clubBlock .clubList li:nth-child(8) {
  margin-top: 210px;
}
@media screen and (max-width: 1099px) {
  .clubBlock .clubList li:nth-child(2),
  .clubBlock .clubList li:nth-child(5),
  .clubBlock .clubList li:nth-child(8) {
    margin: 0 0 20px;
    }
} */

.clubBlock .zoom {
  z-index: 1;
}

.clubBlock .culture .zoom {
  background-color: #1DC9D5
}


.clubBlock .clubList li:first-child,
.clubBlock .clubList li:nth-child(3),
.clubBlock .clubList li:nth-child(3n+5) {
  margin-top: 0;
}

@media screen and (max-width: 1099px) {
  .clubBlock .clubList li:first-child,
  .clubBlock .clubList li:nth-child(3),
  .clubBlock .clubList li:nth-child(3n+5) {
    margin: 0 0 20px;
}
}

.clubBlock .clubList li:nth-child(2) {
  margin-top: 210px;
}
@media screen and (max-width: 1099px) {
  .clubBlock .clubList li:nth-child(2) {
    margin: 0 0 20px;
    }
}

@media screen and (max-width: 1099px) {
  .clubBlock .clubList li:not([class]) {
    margin: 0;
  }
}


.clubBlock .clubList li img {
    position: relative;
    border-radius: 12px;
    height: 240px;
    object-fit: cover;
}

.clubBlock .clubList li.titleBlock {
  margin-top: -50px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .clubBlock .clubList li.titleBlock {
    margin: 0 0 30px;
    }
}

.clubBlock .clubList li.titleBlock .titleImg {
  margin: 0 0 20px;
}
.clubBlock .clubList li.titleBlock .titleImg img {
  width: 200px;
}
@media screen and (max-width: 1099px) {
  .clubBlock .clubList li.titleBlock .titleImg img {
    width: 100%;
    }
}

.clubBlock .clubList li.titleBlock .text {
  font-size: 20px;
}

@media screen and (max-width: 1099px) {
    .clubBlock .clubList li img {
        width: 100%;
        height: calc((100vw - 30px) * 240 / 384);
    }
}

.clubBlock .clubList li p {
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 1099px) {
    .clubBlock .clubList li p {
        margin-top: 10px;
    }
}

.clubBlock .clubList li .movieBox {
  position: relative;
  cursor: pointer;
}

.clubBlock .clubList li .movieBox::after {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/common/icon_movie.png) no-repeat 50% 50%;
    background-size: 75px 53px;
    transition: opacity 0.6s ease;
}

.clubBlock .clubList li:not([class])::after {
  display: none;
}

.clubBlock .characterBlcok {
  width: 250px;
  background: url(../img/life/pic_soushoku03.png) no-repeat 0% 0%;
  background-size: 62px;
  margin: -280px auto 0;
  position: absolute;
  top: 130px;
  right: 0;
}

@media screen and (max-width: 1099px) {
  .clubBlock .characterBlcok {
     width: 160px;
     background-size: 22px;
     background-position: 0% 0%;
     right: 0;
     left: 0;
     top: -100px;   
     margin: auto;
  }
}

.clubBlock .culture .characterBlcok {
  background: url(../img/life/pic_soushoku04.png) no-repeat 100% 0%;
  background-size: 51px;
}

.clubBlock .characterBlcok .characterAnimation {
  /* width: 230px; */
  height: auto;
  margin-left: 30px;
  margin-top: 30px;
  margin-right: auto;
}

@media screen and (max-width: 1099px) {
  .clubBlock .characterBlcok .characterAnimation {
      /* width: 130px; */
      margin-top: 30px;
      margin-left: auto;
  }
}

.clubBlock .culture .characterBlcok .characterAnimation {
  margin-left: 50px;
  margin-top: 30px;
  margin-right: auto;
}


.clubBlock .characterBlcok .icon_title01 {
  position: absolute;
  right: 35px;
  top: -25px;
}

@media screen and (max-width: 1099px) {
  .clubBlock .characterBlcok .icon_title01 {
      right: 0;
      top: -10px;
  }    
  .clubBlock .characterBlcok .icon_title01 img {
      width: 105px;
      height: auto;
  }
}

.clubBlock .culture .characterBlcok {
  display: none;
}

.clubBlock .culture .characterBlcok .icon_title01 {
  position: absolute;
  left: 35px;
  top: -25px;
}

div.h1Wrap .subNaviBlock {
  z-index: 2;
}

.interviewBlock {
    position: relative;
    margin-top: -150px;
}

@media screen and (max-width: 1099px) {
  .interviewBlock {
      margin: 150px 0 30px;
  }
}

.interviewBlock.adjust {
  margin-top: 0;
}

@media screen and (max-width: 1099px) {
  .interviewBlock.adjust {
    margin: 150px 0 30px;
  }
}

.interviewBlock + .interviewBlock {
  margin-top: 80px;
}

@media screen and (max-width: 1099px) {
    .interviewBlock + .interviewBlock {
      margin-top:  170px;
    }
}

.interviewBlock.adjust + .interviewBlock.adjust {
  margin-top: 80px;
}

@media screen and (max-width: 1099px) {
  .interviewBlock.adjust + .interviewBlock.adjust {
    margin-top:  170px;
    }
}

.interviewBlock .number {
    font-size: 6.3rem;
    color: rgb(237 112 162 / 50%);
    line-height: 1;
    text-align: right;
    letter-spacing: 2px;
    padding: 0;
}

@media screen and (max-width: 1099px) {
    .interviewBlock .number {
        font-size: 1.3rem;
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
    }
}

.culture .interviewBlock .number {
  color: rgb(29 201 213 / 50%);
}


.interviewBlock .number span {
    font-size: 9rem;
    display: block;
}

@media screen and (max-width: 1099px) {
    .interviewBlock .number span {
        font-size: 5.3rem;
    }
}

.interviewBlock .interviewFixBlock {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 28px;
  margin-top: -15px;
  padding: 55px;
  box-sizing: border-box;
  margin-left: auto;
  box-shadow: 3px 3px 10px rgb(77 77 77 / 15%);
}

@media screen and (max-width: 1099px) {
    .interviewBlock .interviewFixBlock {
      display: block;
      border-radius: 14px;
      padding: 90px 15px 40px;
      margin-top: -70px;
      box-sizing: border-box;
    }
}

.interviewBlock .profileBlock {
  position: relative;
    width: 20%;
    margin-top: -120px;
}

@media screen and (max-width: 1099px) {
    .interviewBlock .profileBlock {
      width: 200px;
      margin: auto;
      margin-top: -150px;
    }
}

.interviewBlock.noImage .profileBlock {
    margin-top: 0px;
}

@media screen and (max-width: 1099px) {
    .interviewBlock.noImage .profileBlock {
      margin-top: -50px;
      margin-left: 0;
      width: 100%;
    }
}

.interviewBlock .textBlock {
  position: relative;
    width: 75%;
}

@media screen and (max-width: 1099px) {
    .interviewBlock .textBlock {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}

.interviewBlock .imgBlock {
  position: relative;
  margin: 0 0 30px;
}

.interviewBlock .imgBlock img {
  position: relative;
  z-index: 1;
}

.interviewBlock .imgBlock::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 15px;
    top: 15px;
    border-radius: 14px;
    /* background-color: #f070a5; */
    background-image:repeating-linear-gradient(-45deg,rgba(237,112,162,.3), rgba(237,112,162,.3) 5px,transparent 0, transparent 13px);
}

@media screen and (max-width: 1099px) {
    .interviewBlock .imgBlock::after {
        left: 10px;
        top: 10px;
        border-radius: 14px;
    }
}

.culture .interviewBlock .imgBlock::after {
  background-image:repeating-linear-gradient(-45deg,rgba(29,201,213,.3), rgba(29,201,162,.3) 5px,transparent 0, transparent 13px);
}

.interviewBlock .imgBlock {
  position: relative;
}

.interviewBlock .imgBlock img {
    border-radius: 14px;
    width: 100%;
    overflow: hidden;
    height: 303px;
    object-fit: cover;
}

@media screen and (max-width: 1099px) {
    .interviewBlock .imgBlock img {
        border-radius: 14px;
        height: 278px;
    }
}

.interviewBlock .profile .name {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #f070a5;
}

@media screen and (max-width: 1099px) {
    .interviewBlock .profile  {
        margin-bottom: 10px;
    }
}

.culture .interviewBlock .profile .name {
    color: #1DCAD6;
}

.interviewBlock .profile .name span {
    font-size: 2.8rem;
}

.interviewBlock .profile .university {
  position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 20px;
}

@media screen and (max-width: 1099px) {
    .interviewBlock .profile .university {
        font-size: 1.5rem;
    }
}
.interviewBlock .profile .university::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
  bottom: 0;
	margin: auto;
	width: 10px;
	height: 2px;
  background: #f070a5;
}

.culture .interviewBlock .profile .university::before {
  background: #1dc9d5
}
.interviewBlock .profile .universityText {
    padding-left: 20px;
}


.interviewBlock .textBlock .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.culture .interviewBlock .textBlock .title {
  color: #1dc9d5;
}

.interviewBlock .textBlock .textFixBlock {
  height: calc(100% - 58px);
  /* min-height: 247px; */
}

.interviewBlock .textBlock .textFixBlock p {
  /* height: 100%; */
  /* min-height: 247px; */
  column-count: 2;
  column-gap: 60px;
  /* column-fill: auto; */
  position: relative;
}

@media screen and (max-width: 1099px) {
  .interviewBlock .textBlock .textFixBlock p {
    column-count: 1;
  }
}
.interviewBlock .textBlock .textFixBlock p::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 2px dashed #f070a5;
}
@media screen and (max-width: 1099px) {
  .interviewBlock .textBlock .textFixBlock p::before {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    }
}

.culture .interviewBlock .textBlock .textFixBlock p::before {
  border-left: 2px dashed #1dc9d5;
}

@media screen and (max-width: 1099px) {
  .culture .interviewBlock .textBlock .textFixBlock p::before {
    border-left: none;
  }
}

/* .popupBox */

.club + .popupBox {
  margin-bottom: 0;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .modal-content {
    width: 80%;
    height: 60%;
    overflow: scroll;
  }
}

.club + .popupBox video {
  width: 100%;
}

.club + .popupBox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.club + .popupBox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.club + .popupBox .modal_movie .modal-content {
  height: auto;
}

.club + .popupBox .detail_box {
  background: #fff;
  border-radius: 20px;
  padding: 80px;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .detail_box {
    padding: 40px 10px 0px;
    height: auto;
  }
}

.club + .popupBox .detail_box .detail_title {
  position: relative;
  text-align: center;
  background-image: linear-gradient(to right, #f070a5, #f070a5 6px, transparent 7px, transparent 2px);
  background-size: 10px 2px;
  background-position: right bottom;
  background-repeat: repeat-x;
  padding-bottom: 70px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .detail_box .detail_title {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.club + .popupBox .detail_box .detail_title img {
  border-radius: 12px;
  height: 312px;
  object-fit: cover;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .detail_box .detail_title img {
    height: calc((80vw - 20px) * 240 / 384);
  }
}

.club + .popupBox .blue .detail_box .detail_title {
  background-image: linear-gradient(to right, #1DC9D5, #1DC9D5 6px, transparent 7px, transparent 2px);
  background-size: 10px 2px;
  background-position: right bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .detail_box .detail_title img {
    width: 100%;
  }
}

.club + .popupBox .detail_box .detail_title::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 83px;
  background: url(../img/life/title_ornament.png) no-repeat 0% 0%;
  background-size: cover;
  right: 0;
  left: 0;
  margin: auto;
  top: -90px;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .detail_box .detail_title::after {
    width: 94px;
    height: 42px;
    /* right: 35%; */
    top: -45px;
  }
}

.club + .popupBox .blue .detail_box .detail_title::after {
  background: url(../img/life/title_ornament02.png) no-repeat 0% 0%;
  background-size: cover;
}

.club + .popupBox .detail_box .detail_title p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f070a5;
}

.club + .popupBox .blue .detail_box .detail_title p {
  color: #1DC9D5;
}

.club + .popupBox .detail_box .detail_box02 {
  text-align: left;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .detail_box .detail_box02 {
    display: block;
  }
}

.club + .popupBox .detail_box .detail_box02 img {
  width: 450px;
  margin-right: 70px;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox .detail_box .detail_box02 img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.club + .popupBox .detail_box .detail_box02 .detail_txt p {
  margin-bottom: 20px;
}

.club + .popupBox .detail_box .detail_box02 .detail_txt .sub {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 20px;
}

.club + .popupBox .detail_box .detail_box02 .detail_txt .sub::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f070a5;
  width: 15px;
  height: 2px;
}

.club + .popupBox .blue .detail_box .detail_box02 .detail_txt .sub::before {
  background: #1dc9d5;
}

/* .club + .popupBox .modal-content {
  overflow: hidden;
  width: 1100px;
  border-radius: 20px;
}
*/

.club + .popupBox p.commonLink {
  overflow: visible;
  margin-top: 30px;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox p.commonLink {
      margin-top: 10px;
  }    
}

.club + .popupBox p.commonLink a {
  color: #f070a5;
  border: 2px solid #f070a5;
  background: #fff;
  width: 275px;
}

.club + .popupBox .blue p.commonLink a {
  color: #1dc9d5;
  border: 2px solid #1dc9d5;
  background: #fff;
  width: 275px;
}

@media screen and (max-width: 1099px) {
  .club + .popupBox p.commonLink a {
      width: 100%;
      border-radius: 15px;
      line-height: 1.7;
  }    
}

.club + .popupBox p.commonLink a::before {
  left: auto;
  right: 20px;
  background: url(../img/common/vector_arrow_pink.png) no-repeat 50% 50%;
  background-size: cover;
}

.club + .popupBox .blue p.commonLink a::before {
  background: url(../img/common/vector_arrow_blue.png) no-repeat 50% 50%;
  background-size: cover;
}



/* =========================================
1日の流れ
========================================= */

div.section div.inner.selectTab {
  padding-bottom: 0;
}
.flow .tab-nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 150px;
}

@media screen and (max-width: 1099px) {
  .flow .tab-nav {
    overflow: scroll;
    margin-bottom: 70px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .flow .tab-nav {
    overflow: visible;
  }
}

.flow .tab-nav li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width:  15%;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1099px) {
  .flow .tab-nav li {
    width: 150px;
    min-width: 150px;
    margin-left: 30px;
    margin-bottom: 60px;
  }
  .flow .tab-nav .tab-navav li:last-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow .tab-nav li {
    margin-left: 0;
  }
  .flow .tab-nav .tab-navav li:last-child {
    margin-right: 0;
  }
}
.flow .tab-nav li img {
  overflow: hidden;
  border-radius: 14px;
}

@media screen and (min-width: 1100px) {
.flow .tab-nav li .imgChange {
  position: relative;
	width: 100%;
	height: auto;
	/* margin: 0 auto; */
	display: block;
	overflow: hidden;
}

.flow .tab-nav li .imgChange img {
	width: 100%;
	display: block;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}

.flow .tab-nav li .imgChange img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* .flow .tab-nav li.on .imgChange img:nth-of-type(2), */
.flow .tab-nav li:hover .imgChange img:nth-of-type(2) {
  opacity: 1;
}

.flow .tab-nav .onMouse.on .imgChange img:nth-of-type(2) 	{
  opacity: 1;
}
	
}

.flow .tab-nav li .circleBlock {
  padding: 20px;
  background: #F4A0C0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

}

.flow .tab-nav li .title {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #f070a5;
}

.flow .tab-nav li .title span {
  font-size: 28px;
}


.flow .tab-nav li .circleBlock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #f070a5;
  background-image: repeating-linear-gradient(-45deg,  rgba(255, 255, 255, .15) ,  rgba(255, 255, 255, .15) , transparent 3px, transparent 6px);

  border-radius: 50%;
  padding: 20px;

  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  /* justify-content: center; */
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .flow .tab-nav li .circleBlock {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    bottom: -90px;
  }
}


.flow .tab-nav li .circleBlock .text {
  font-size: 12px;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1099px) {
  .flow .tab-nav li .circleBlock .text {
    font-size: 12px;
  }
}

.flow .tab-nav li .circleBlock .text span {
  display: block;
  line-height: 1.2;
}

.flow .tab-nav li .circleBlock .text span.span01 {
  font-size: 38px;
  line-height: 1;
  font-family: rubik, sans-serif;
}

.flow .tab-nav li .circleBlock .text span.span02 {
  font-size: 24px;
  font-weight: bold;
}

.flow .tab-nav li.blue .circleBlock {
  background: #43CFDA;
  background-image: repeating-linear-gradient(-45deg,  rgba(255, 255, 255, .15) ,  rgba(255, 255, 255, .15) , transparent 3px, transparent 6px);
}
.flow .tab-nav li.blue .title {
  color: #43CFDA;
}

.flowSwiper {
  position: relative;
}

.flow .swiper-button-next, .flow .swiper-rtl .swiper-button-prev,
.flow .swiper-button-prev, .flow .swiper-rtl .swiper-button-next {
  width: 28px;
  height: 28px;
}
.flow .swiper-button-next, .flow .swiper-rtl .swiper-button-prev {
  background: url(../img/common/vector_arrow.png) no-repeat 50% 50%;
  background-size: 28px 28px;
  right: calc(22% - 30px);
  bottom: 0;
  top: 0;
  margin: auto;
}
.flow .swiper-button-prev, .flow .swiper-rtl .swiper-button-next {
  background: url(../img/common/vector_prev.png) no-repeat 50% 50%;
  background-size: 28px 28px;
  left: calc(22% - 30px);
  bottom: 0;
  top: 0;
  margin: auto;
}

.flow .swiper-button-next:after, .flow .swiper-button-prev:after {
  display: none;
}

@media screen and (min-width: 769px) {
  .flow .swiper-button-next, .flow .swiper-rtl .swiper-button-prev,
  .flow .swiper-button-prev, .flow .swiper-rtl .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tab-swiper02 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }  
  .tab-swiper02 .swiper-wrapper .swiper-slide {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .tab-swiper02 .swiper-wrapper {
    display: block;
    transform: translate3d(0px,0,0)!important;
  }
}


.flow .tabContents {
  position: relative;
  visibility: hidden;
  height: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  opacity: 0;
  transition: opacity .6s;
  background: #fff;

  display: none;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .flow .tabContents {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}

.flow .tabContents.blue {
}
.flow .tabContents.green {
}

.flow .tabContents::before {
  content: "";
  position: absolute;
  background-image: url(../img/life/line_top01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px;
  width: 104px;
  height: 52px;
  top: -51px;
  left: 7%;
  margin: auto;
}
@media screen and (min-width: 1300px) {
  .flow .tabContents::before {
    left: calc(50% - 566px);
  }
}
@media screen and (max-width: 1099px) {
  .flow .tabContents::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.flow .tabContents.blue::before {
  background-image: url(../img/life/line_top02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 104px;
}


.flow .tabContents.day2::before {
  left: 22%;
}
.flow .tabContents.day3_1::before {
  left: 38%;
}
.flow .tabContents.day3_2::before {
  left: 53%;
}
.flow .tabContents.day4::before {
  left: 69%;
}
.flow .tabContents.day5::before {
  left: 84%;
}
@media screen and (min-width: 1300px) {
  .flow .tabContents.day2::before {
    left: calc(50% - 357px);
  }
  .flow .tabContents.day3_1::before {
    left: calc(50% - 150px);
  }
  .flow .tabContents.day3_2::before {
    left: calc(50% + 50px);
  }
  .flow .tabContents.day4::before {
    left: calc(50% + 257px);
  }
  .flow .tabContents.day5::before {
    left: calc(50% + 466px);
  }
}
@media screen and (max-width: 1099px) {
  .flow .tabContents.day2::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .flow .tabContents.day3_1::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .flow .tabContents.day3_2::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .flow .tabContents.day4::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .flow .tabContents.day5::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.flow .tabContents::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0px;
  left: 0;
  margin: auto;
  background-image: repeating-linear-gradient(-45deg, #F4A0C0, #F4A0C0 3px, transparent 3px, transparent 6px);

}
.flow .tabContents.blue::after {
  background-image: repeating-linear-gradient(-45deg, #43CFDA, #43CFDA 3px, transparent 3px, transparent 6px);
}

.flow .tabContents.on {
  visibility: visible;
  height: auto;
  opacity: 1;
  display: block;
}

.flow div.section .tabContents div.inner {
  background: #fff;
  padding: 120px 50px;
}

@media screen and (max-width: 1099px) {
  .flow div.section .tabContents div.inner {
    padding: 50px 15px;
  }
}


.flowinterviewBlock {
  position: relative;
  margin: 60px 0;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock {
    margin: 40px 0;
  }
}

.flowinterviewBlock .number {
  font-size: 48px;
  color: rgb(240 112 165 / 50%);
  line-height: 1;
  text-align: right;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 20px;
}

@media screen and (max-width: 1099px) {
    .flowinterviewBlock .number {
        font-size: 30px;
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
    }
}


.flowinterviewBlock .number span {
    font-size: 9rem;
    display: block;
}

@media screen and (max-width: 1099px) {
    .flowinterviewBlock .number span {
        font-size: 5.3rem;
    }
}

.flowinterviewBlock .fixBlock {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .fixBlock {
    display: block;
  }
}


.flowinterviewBlock .textBlock {
  position: relative;
  width: 48%;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .textBlock {
    display: block;
    width: 100%;
  }
}

.flowinterviewBlock .imgBlock {
  position: relative;
  margin: 0 0 30px;
  width: 48%;
}
@media screen and (max-width: 1099px) {
  .flowinterviewBlock .imgBlock {
    display: block;
    width: 100%;
    margin-left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .flowinterviewBlock .imgBlock {
    width: calc(100% - 15px);
    margin-left: -15px;
    overflow: hidden;
    padding-bottom: 15px;
  }
}

.flowinterviewBlock .imgBlock::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 28px;
  /* background-color: #f070a5; */
  background-image:repeating-linear-gradient(-45deg,rgba(237,112,162,.3), rgba(237,112,162,.3) 5px,transparent 0, transparent 13px);
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .imgBlock::after {
    left: 10px;
    top: 10px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 768px) {
  .flowinterviewBlock .imgBlock::after {
    left: -5px;
    height: calc(100% - 15px);
  }
}

.flowinterviewBlock .imgBlock img {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .imgBlock img {
    border-radius: 14px;
  }
}

@media screen and (max-width: 768px) {
  .flowinterviewBlock .imgBlock img {
    margin-left: -15px;
  }
}

.flowinterviewBlock .profile .name {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #f070a5;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .profile  {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.flowinterviewBlock .profile .name {
  color: #f070a5;
}

.flowinterviewBlock .profile .name span {
  font-size: 2.8rem;
}

.flowinterviewBlock .profile .university {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .profile .university {
    font-size: 1.5rem;
  }
}

.flowinterviewBlock .profile .universityText {
  padding-left: 20px;
}


.flowinterviewBlock .textBlock .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.flowinterviewBlock .textBlock .textFixBlock {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .textBlock .textFixBlock {
    display: block;
  }
}

.flowinterviewBlock .textBlock .textFixBlock .text {
  width: 48%;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .textBlock .textFixBlock .text {
    width: 100%;
  }
}
.flowinterviewBlock .textBlock .textFixBlock .text + .text {
  padding-left: 2%;
  margin-left: 2%;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 1099px) {
  .flowinterviewBlock .textBlock .textFixBlock .text + .text {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}


.flowinterviewBlock .textBlock .caption {
  width: 120%;
  margin-left: -20%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .textBlock .caption {
    width: 100%;
    margin-left: -30px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .flowinterviewBlock .textBlock .caption {
    margin-left: -15px;
  }
}

.flowinterviewBlock .textBlock .caption span {
  display: inline-block;
  background: #f070a5;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 45px;
  border-radius: 28px;
}

@media screen and (max-width: 1099px) {
  .flowinterviewBlock .textBlock .caption span {
    background: #f070a5;
    color: #fff;
    font-size: 1.9rem;
    padding: 5px 45px;
    margin-bottom: 5px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .flowinterviewBlock .textBlock .caption span {
    border-radius: 0 28px 28px 0;
  }
}

.borderBlock01 {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ed70a2;
  border: 2px solid #ed70a2;
  text-align: center;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
}
@media screen and (max-width: 1099px) {
  .borderBlock01 {
    padding: 20px;
    border-radius: 10px;
    font-size: 21px;
  }
}


.flow .tabContents.blue .borderBlock01 {
  color: #43CFDA;
  border: 2px solid #43CFDA;
}
.flow .tabContents.blue .flowinterviewBlock .number {
  color: rgb(67 207 218 / .5);
}
.flow .tabContents.blue .flowinterviewBlock .imgBlock::after {
  background-image: repeating-linear-gradient(-45deg,rgba(67,207,218, .3), rgba(67,207,218, .3) 5px,transparent 0, transparent 13px);
}
.flow .tabContents.blue .flowinterviewBlock .textBlock .caption span {
  background: #43CFDA;
}
.flow .tabContents.blue .flowinterviewBlock .profile .name {
  color: #43CFDA;
}

table.table {
  text-align: center;
}
table.table .bg_yellow {
    background: #FFFBDB;
}
table.table .bg_pink {
	color: #666666;
  font-weight: bold;
}
table.table .bg_orange {
    background: #fff2e5;
    font-weight: bold;
}

.flow table.table th, table.table td {
  padding: 16px 15px;
}

.flow + .section + .popupBox .tableScrollBlock.blue table.table .bg_darkPink,
.flow .tabContents.blue table.table .bg_darkPink {
  background: #43CFDA;
}
.flow + .section + .popupBox .tableScrollBlock.blue table.table .bg_pink,
.flow .tabContents.blue table.table .bg_pink {
  background: #effeff;
}
@media screen and (max-width: 1099px) {
  .zoomtableWrap01 {
    height: 280px;
  }
}


div.section.bgOclock {
  position: relative;
  background: #fffbda;
}

div.section.bgOclock::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 200px;
  width: 600px;
  height: 600px;
  background: url(../img/life/pic_section_line01.png) no-repeat 90% 20%;
  background-size: 600px;
}
@media screen and (max-width: 1099px) {
  div.section.bgOclock::before {
    display: none;
  }
}

div.section.bgOclock::after {
  content: '';
  position: absolute;
  bottom: -220px;
  left: 200px;
  width: 1000px;
  height: 1000px;
  background: url(../img/life/pic_section_line02.png) no-repeat 90% 20%;
  background-size: 1000px;
}
@media screen and (max-width: 1099px) {
  div.section.bgOclock::after {
    display: none;
  }
}

div.section.bgOclock div.spacer100::before {
  content: '';
  position: absolute;
  bottom: -220px;
  left: -10%;
  width: 400px;
  height: 400px;
  background: url(../img/life/pic_ashiato01.png) no-repeat 90% 20%;
  background-size: 400px;
}
@media screen and (max-width: 1099px) {
  div.section.bgOclock div.spacer100::before {
    display: none;
  }
}


div.section .bgOclockSectionHr {
  height:30px;
  width:100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#fffbda), color-stop(0.49, #fffbda), color-stop(0.51, #fff), to(white));
-webkit-background-size: 49px 100%;
}

.bgOclock .characterBlcok {
  width: 250px;
  background: url(../img/merit/pic_soushoku03.png) no-repeat 70% 40%;
  background-size: 41px;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
}

@media screen and (max-width: 1099px) {
  .bgOclock .characterBlcok {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-top: 40px;

     width: 170px;
     background-size: 33px;
     background-position: 90% 90%;
  }
}

.bgOclock .characterBlcok .characterAnimation {
  margin-left: 0;
  margin-top: 42px;
  margin-right: auto;
}

@media screen and (max-width: 1099px) {
  .bgOclock .characterBlcok .characterAnimation {
    width: 130px;
    margin-top: 20px;
    margin-left: auto;
  }
}

.bgOclock .characterBlcok .icon_title01 {
  position: absolute;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 1099px) {
  .bgOclock .characterBlcok .icon_title01 {
    position: absolute;
    right: 0;
  }
  .bgOclock .characterBlcok .icon_title01 img {
    width: 130px;
    height: auto;
  }
}

.bgSectionFin {
  width: 100%;
  height: 20px;
  background-image: repeating-linear-gradient(-45deg, #F4A0C0, #F4A0C0 3px, transparent 3px, transparent 6px);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.blue .bgSectionFin {
  background-image: repeating-linear-gradient(-45deg, #43CFDA, #43CFDA 3px, transparent 3px, transparent 6px);
}

div.section .oclockTitle {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media screen and (max-width: 1099px) {
  div.section .oclockTitle {
    margin-top: 30px;
  }
}

div.section .oclockTitle span {
  font-size: 34px;
}

div.section .blue .oclockTitle span {
  color: #43CFDA;
}

div.section .oclockTitle .iconImg {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
}

/* @media screen and (max-width: 1099px) {
  div.section .oclockTitle span {
    font-size: 20px;
  }
} */


.flow .dayList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1099px) {

}

.flow .dayList li {
  margin-bottom: 40px;
  width: 30%;
}

@media screen and (max-width: 1099px) {
  .flow .dayList li {
    width: 100%;
    margin-bottom: 15px;
    height: auto;
  }
}

.flow .dayList li:nth-child(2) {
  margin-top: 60px;
}
.flow .dayList li:nth-child(3) {
  margin-top: 120px;
}
.flow .dayList li:nth-child(4) {
  margin-top: -120px;
}
.flow .dayList li:nth-child(5) {
  margin-top: -60px;
}
.flow .dayList li:nth-child(7) {
  margin-top: -120px;
}
.flow .dayList li:nth-child(8) {
  margin-top: -60px;
}

@media screen and (max-width: 1099px) {
  .flow .dayList li:nth-child(2),
  .flow .dayList li:nth-child(3),
  .flow .dayList li:nth-child(4),
  .flow .dayList li:nth-child(5),
  .flow .dayList li:nth-child(7),
  .flow .dayList li:nth-child(8) {
    margin: 0 0 15px;
  }
}


.flow .dayList li img {
    position: relative;
    border-radius: 12px;
    margin: 0 0 20px;
    z-index: 1;
}


.flow .dayList li .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 1099px) {
  .flow .dayList li .title {
    line-height: 1.6;
    margin: 0 0 10px;
  }
}

.flow .dayList li .title span {
  display: inline-block;
  margin-right: 5px;
  font-size: 19px;
}
@media screen and (max-width: 1099px) {
  .flow .dayList li .title span {
    display: inline-block;
  }
}

.counselor .textBlock {
  border-radius: 15px;
  padding: 20px 25px;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
  .counselor .textBlock {
    padding: 20px;
  }
}

.counselor .flexBox {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1099px) {
  .counselor .flexBox {
    display: block;
  }
}

.counselor .flexBox p {
  width: 48%;
}

@media screen and (max-width: 1099px) {
  .counselor .flexBox p {
    width: 100%;
    margin-bottom: 30px;
  }
}

.counselor .flexBox .imgBlock {
  width: 48%;
}

@media screen and (max-width: 1099px) {
  .counselor .flexBox .imgBlock {
    width: 100%;
  }
}

.counselor .counselorComment {
  display: flex;
  justify-content: space-between;
  /* margin-top: 40px; */
  flex-wrap: wrap;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment {
    /* display: block; */
    margin-top: 0;
  }
}

.counselor .counselorComment li {
  width: 48%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .counselor .counselorComment li {
    margin-top: 30px;
  }
}

.counselor .counselorComment li .counselorDetail {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .counselorDetail {
    display: block;
  }
}

.counselor .counselorComment li .counselorDetail p {
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .counselorDetail p {
    margin-left: 0;
    /* margin-bottom: 20px; */
  }
}

@media screen and (max-width: 768px) {
  .counselor .counselorComment li .counselorDetail p {
    font-size: 13px;
  }
}

.counselor .counselorComment li .imgBlock {
  position: relative;
  width: 57%;
  margin-top: -30px;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .imgBlock {
    width: 100%;
    text-align: center;
    /* margin-top: -45px; */
    margin-top: -20%;
  }
  .counselor .counselorComment li .imgBlock img {
    width: 80%;
  }
  /* .counselor .counselorComment li:nth-child(2) .imgBlock img {
    padding-top: 10px;
  } */
}

.counselor .counselorComment li .imgBlock::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  border-radius: 14px;
  /* background-color: #f070a5; */
  /* background-image: repeating-linear-gradient(-45deg,#1DC5D1, #1DC5D1 3px,transparent 0, transparent 8px); */
  background: #1DC5D1;
  z-index: -1;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .imgBlock::before {
    height: 80%;
    bottom: -10%;
  }
}

.counselor .counselorComment li:nth-child(2) .imgBlock::before {
  /* background-image: repeating-linear-gradient(-45deg,#74B651, #74B651 3px,transparent 0, transparent 8px); */
  background: #74B651;
}

.counselor .counselorComment li:nth-child(3) .imgBlock::before {
  /* background-image: repeating-linear-gradient(-45deg,#74B651, #74B651 3px,transparent 0, transparent 8px); */
  background: #9580CA;
}

.counselor .counselorComment li:last-child .imgBlock::before {
  /* background-image: repeating-linear-gradient(-45deg,#9580CA, #9580CA 3px,transparent 0, transparent 8px); */
  background: #F19E29;
}

.counselor .counselorComment li .textBlock {
  width: 53%;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .textBlock {
    width: 100%;
    position: relative;
    margin-top: -10px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .counselor .counselorComment li .textBlock {
    font-size: 12px;
  }
}


.counselor .counselorComment li:first-child .textBlock {
  border: 2px solid #1DC5D1;
}

.counselor .counselorComment li:nth-child(2) .textBlock {
  border: 2px solid #74B651;
}
/* @media screen and (max-width: 1099px) {
  .counselor .counselorComment li:nth-child(2) .textBlock {
    margin-top: -40px;
  }
} */

.counselor .counselorComment li:nth-child(3) .textBlock {
  border: 2px solid #9580CA;
}

.counselor .counselorComment li:last-child .textBlock {
  border: 2px solid #F19E29;
}

/* @media screen and (max-width: 1099px) {
  .counselor .counselorComment li .textBlock::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 25px solid #1DC5D1;
  }
  .counselor .counselorComment li:nth-child(2) .textBlock::before {
    border-bottom: 25px solid #74B651;
  }
  .counselor .counselorComment li:nth-child(3) .textBlock::before {
    border-bottom: 25px solid #9580CA;
  }
  .counselor .counselorComment li:last-child .textBlock::before {
    border-bottom: 25px solid #F19E29;
  }
} */


/* selectTab PC link */
@media screen and (min-width: 1100px) {
	.flow .swiper-slide {
		padding-top: 150px;
		margin-top: -150px;
	}
}
@media screen and (max-width: 768px) {
	.flow div.pclink {
		display: none !important;
	}
	.flow .tab-swiper .swiper-wrapper .swiper-slide {
		margin-top: -80px;
		padding-top: 80px;
	}
}
.flow div.pclink {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.flow .pclink a {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	top: -530px;
	width: 180px;
	height: 340px;
	padding-top: 60px;
	text-align: center;
	position: absolute;
}
.flow .tabContents.day1 .pclink a {
  left: 0;
}
.flow .tabContents.day2 .pclink a {
  left: 205px;
}
.flow .tabContents.day3_1 .pclink a {
  left: 408px;
}
.flow .tabContents.day3_2 .pclink a {
  left: 612px;
}
.flow .tabContents.day4 .pclink a {
  left: 816px;
}
.flow .tabContents.day5 .pclink a {
  left: 1020px;
}
@media screen and (min-width: 1100px) {
	.flow .onMouse.on {
		margin-top: 3rem;
	}
}
/* selectTab PC link */
.studentvoice .tabContents {
	margin-top: 50px;
}
.studentvoice .swiper-slide {
  padding-top: 70px;
  margin-top: -70px;
}
.studentvoice .tab-nav {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
	.studentvoice .tab-nav li.on .imgSlanting {
		transition: all 0.6s ease;
	}
	.studentvoice .tab-nav li.on .textBlock {
		transition: all 0.6s ease;
	}
	.studentvoice .tab-nav li.on .textBlock .title {
		background: #ed70a2;
		color: #fff;
		transition: all 0.6s ease;
	}
	.studentvoice .tab-nav li:nth-child(2).on .textBlock .title {
		background: #43CFDA;
	}
	.studentvoice .tab-nav li:nth-child(3).on .textBlock .title {
		background: #74bb51;
	}
	.studentvoice .tab-nav li:nth-child(4).on .textBlock .title {
		background: #9580CA;
	}
	.studentvoice .tab-nav li:nth-child(5).on .textBlock .title {
		background: #F19E29;
	}
	.studentvoice .tab-nav li.on .imgSlanting img {
		transform: skewY(10deg) scale(1.4);
	}
	.studentvoice .tab-nav li:nth-child(even).on .imgSlanting img {
		transform: skewY(-10deg) scale(1.4);
	}
	.studentvoice .tab-nav li {
		padding: 0 0 80px 0;
	}
	.studentvoice .tab-nav li .textBlock {
		bottom: 160px;
	}
	.studentvoice .tab-nav li .voiceIcon {
		bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.studentvoice div.pclink {
		display: none !important;
	}
	.studentvoice .swiper-slide {
		margin-top: 0px;
		padding-top: 0px;
	}
	.studentvoice .tab-nav li.on .imgSlanting {
		border: none;
	}
	.studentvoice .tabContents {
		margin-top: 100px;
	}
}
.studentvoice div.pclink {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.studentvoice .pclink a {
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	top: -650px;
	width: 240px;
	height: 480px;
	padding-top: 60px;
	text-align: center;
	position: absolute;
	z-index: 10;
}
.studentvoice .tabContents .pclink a {
  left: -20px;
}
.studentvoice .tabContents.blue .pclink a {
  left: 220px;
}
.studentvoice .tabContents.green .pclink a {
  left: 460px;
}
.studentvoice .tabContents.purple .pclink a {
  left: 700px;
}
.studentvoice .tabContents.yellow .pclink a {
  left: 942px;
}
.c_green {
	color: #43CFDA;
}