@charset "UTF-8";

/*=================================================================
common
================================================================= */
body {
  overflow: hidden;
  zoom: 1;
}

.en {
  font-family: 'Josefin Sans', sans-serif;
}

.txGrade_01 {
  color: #72d1ca;
  background: -webkit-linear-gradient(0deg, #72d1ca, #8dde8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txGrade_02 {
  color: #f1a0a0;
  background: -webkit-linear-gradient(0deg, #f1a0a0, #eec16b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txGrade_03 {
  color: blue;
  background: -webkit-linear-gradient(0deg, #f1a0a0, blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.colorPink {
  color: #f1a09f;
}

.colorBlue {
  color: #73d1ca;
}

.colorRed {
  color: #f48989;
}

.boxGrade_01 {
  background: linear-gradient(to right, #72d1ca, #8dde8f);
}

.boxGrade_02 {
  background: linear-gradient(to right, #f1a0a0, #eec16b);
}

.boxGrade_03 {
  background: linear-gradient(to right, #f48989, #ffbcbc);
}

.bgStyle_01 {
  background: linear-gradient(to right, #fdf1f1, #fcf6e9);
}

.bgStyle_02 {
  background: linear-gradient(to right, #e3f6f4, #e8f8e9);
}

.bgStyle_03 {
  background: url("../images/ptn01.png") repeat;
}

#wrapper {
  float: right;
  width: calc(100% - 120px);
}

.sec {
  margin-top: 80px;
}

.secPad {
  padding: 80px 0;
}

.bdOn {
  position: relative;
}

.bdOn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  height: 100%;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  z-index: -2;
}

.bdOn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: -2;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*=================================================================
cmn_parts
================================================================= */
.cmn_newsList li a {
  display: block;
}

.cmn_newsList li a:hover {
  opacity: 0.8;
}

.cmn_newsList li .thum {
  width: 100%;
}

.cmn_newsList li .thum span {
  padding-top: 66%;
  width: 100%;
  background: no-repeat center center / cover;
  display: block;
}

.cmn_newsList li .txBox {
  margin-top: 10px;
  text-align: left;
}

.cmn_newsList li .txBox .day {
  font-size: 1.3rem;
  color: #999999;
}

.cmn_newsList li .txBox a h5.tx {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 5px;
}

.cmn_newsList li .txBox .tagList {
  margin-top: 12px;
  margin-bottom: 30px;
  /* ←カテゴリの下半分が見えなくなってたから、これ付け足した。 */
}

.cmn_newsList li .txBox .tagList>li a {
  font-size: 1.3rem;
  line-height: 1;
  padding: 7px 10px 8px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 4px 4px 0;
  border-radius: 90px;
  display: inline-block;
  vertical-align: top;
}

.cmn_newsList li.oc .thum {
  position: relative;
  overflow: hidden;
}

.cmn_navArea {
  position: fixed;
  right: 0;
  width: 349px;
  height: auto;
  z-index: 999;
  overflow: hidden;
  zoom: 1;
}

.cmn_navArea .logo {
  padding: 20px 40px;
  float: right;
}

@media screen and (max-width: 768px) {
  .cmn_navArea .logo {
    width: 249px;
    height: auto;
  }
}

/*=================================================================
top
================================================================= */
#loader-bg {
  display: none;
  position: fixed;
  z-index: 999998;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  transition: all 1.0s ease-in-out;
}

#loader-bg.on {
  right: -100%;
}

#loader {
  display: none;
  position: fixed;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 1000000;
}

#loader .enCopy {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}

#loader .enCopy .in {
  font-size: 3.0rem;
  letter-spacing: -1px;
  display: inline-block;
  line-height: 1.15;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

#loader .enCopy .in::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #f1a0a0, #eec16b);
  display: none;
}

#loader .enCopy .in::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 102%;
  background: linear-gradient(to right, #f1a0a0, #eec16b);
  -webkit-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

#loader .enCopy .in.show::after {
  width: 100%;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /* transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); */
  -webkit-animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  animation: titleAnimation 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
}

#loader .enCopy .in span.en {
  opacity: 0;
  transition: all .3s ease-in-out;
  position: relative;
}

#loader .enCopy .in span.en::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #fff;
}

#loader .enCopy .in.done::before {
  display: block;
}

#loader .enCopy .in.done::after {
  bottom: -3px;
  height: 0;
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-animation: titleAnimation 1.2s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  animation: titleAnimation 1.2s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
}

#loader .enCopy .in.done2 span.en {
  opacity: 1;
}

.top#wrapper {
  opacity: 0;
}

.top#wrapper.on {
  opacity: 1;
}

.top .secTtl {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.15;
  margin-bottom: 55px;
  letter-spacing: 0.25em;
}

.top .secTtl span {
  font-size: 9.0rem;
  display: block;
  letter-spacing: -4px;
  padding-right: 10px;
}

.top .mv {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  height: calc(100vh);
  position: relative;
}

.top .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  background: #fff;
  z-index: 9;
}

.top .mv .mvSlider {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% + 480px);
  height: 100vh;
}

.top .mv .txBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: 380px;
  height: auto;
}

.top .mv .txBox .main {
  font-size: 20.2rem;
  letter-spacing: -22px;
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.top .mv .txBox .main::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #f1a0a0, #eec16b);
}

.top .mv .txBox .copy {
  font-size: 2.4rem;
  letter-spacing: 0.36em;
  background: #fff;
  line-height: 1;
  display: inline-block;
  padding: 8px;
}

.top .mv .txBox .enTx {
  font-size: 1.2rem;
  margin-top: 25px;
  letter-spacing: 0.05em;
}

.top .mv .newsBox {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 400px;
  height: auto;
  background: #222222;
}

.top .mv .newsBox a {
  display: block;
  position: relative;
  color: #fff;
}

.top .mv .newsBox a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #444;
  transition: all .3s ease-in-out;
}

.top .mv .newsBox a:hover::before {
  width: 100%;
}

.top .mv .newsBox a .wrap {
  position: relative;
  width: 100%;
  padding: 30px;
}

.top .mv .newsBox a .wrap::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 25px;
  background: url("../images/top/mv_img01.png") no-repeat center center/cover;
  width: 115px;
  height: 49px;
}

.top .mv .newsBox a .wrap .day {
  font-size: 1.3rem;
  color: #999999;
}

.top .mv .newsBox a .wrap .tx {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 5px;
}

.top .mv .newsBox a .wrap .tagList {
  margin-top: 12px;
}

.top .mv .newsBox a .wrap .tagList>li {
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 9px;
  border: 1px solid #888888;
  margin: 0 4px 4px 0;
  border-radius: 90px;
  display: inline-block;
  vertical-align: top;
}

.top .sec01 {
  text-align: center;
  margin-top: 100px;
  position: relative;
}

.top .sec01::before {
  content: "";
  position: absolute;
  bottom: 25px;
  top: 250px;
  width: 960px;
  height: auto;
  left: 50%;
  margin-left: -480px;
  background: #f5f5f5;
  z-index: 0;
}

.top .sec01 .inrL {
  overflow: hidden;
}

.top .sec01 .secTtl {
  margin-bottom: 30px;
}

.top .sec01 .secTtl span {
  font-size: 6.0rem;
}

.top .sec01 .secWrap .cmn_newsList .slick-current a .txBox .day {
  font-size: 1.2rem;
}

.top .sec01 .secWrap .cmn_newsList .slick-current a .txBox .tx {
  font-size: 1.4rem;
}

.top .sec01 .secWrap .cmn_newsList .slick-current a .txBox .tagList>li {
  font-size: 1.1rem;
}

.top .sec01 .secWrap .slick-list {
  padding-top: 4% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.top .sec01 .secWrap .slick-slide {
  transform: scale(0.85);
  padding: 0 15px;
  transition: .3s ease;
}

.top .sec01 .secWrap .slick-current {
  transform: scale(1.15);
}

.top .sec01 .secWrap .slick-next {
  width: 26px;
  height: 69px;
  background: url(../images/arw-r.png) no-repeat center center/cover;
  right: 0;
  z-index: 9;
}

.top .sec01 .secWrap .slick-prev {
  width: 26px;
  height: 69px;
  background: url(../images/arw-l.png) no-repeat center center/cover;
  left: 0;
}

.top .sec01 .slick-current,
.top .sec01 .is-active-next {
  opacity: 1;
  transition: .4s;
}

.top .sec02 {
  margin-top: 120px;
}

.top .sec02 .secTtl {
  text-align: right;
  margin-bottom: 0;
}

.top .sec02 .reasonList {
  font-size: 0;
  letter-spacing: 0;
}

.top .sec02 .reasonList>li {
  width: 31.333%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  position: relative;
}

.top .sec02 .reasonList>li::before {
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
  position: absolute;
  top: -25px;
  right: 25px;
  font-size: 8.0rem;
  letter-spacing: -2px;
  z-index: 9;
}

.top .sec02 .reasonList>li:nth-child(1)::before {
  content: "01";
  color: #f1a0a0;
  background: -webkit-linear-gradient(0deg, #f1a0a0, #eec16b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top .sec02 .reasonList>li:nth-child(1) a .img::after {
  background-image: url("../images/top/sec02_img01.jpg");
}

.top .sec02 .reasonList>li:nth-child(1) a .txBox::before {
  background: linear-gradient(#f1a0a0, #eec16b);
}

.top .sec02 .reasonList>li:nth-child(2) {
  margin-top: 70px;
}

.top .sec02 .reasonList>li:nth-child(2)::before {
  content: "02";
  color: #72d1ca;
  background: -webkit-linear-gradient(0deg, #72d1ca, #8dde8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top .sec02 .reasonList>li:nth-child(2) a .img::after {
  background-image: url("../images/top/sec02_img02.jpg");
}

.top .sec02 .reasonList>li:nth-child(2) a .txBox::before {
  background: linear-gradient(#72d1ca, #8dde8f);
}

.top .sec02 .reasonList>li:nth-child(3) {
  margin-top: 140px;
}

.top .sec02 .reasonList>li:nth-child(3)::before {
  content: "03";
  color: #f48989;
  background: -webkit-linear-gradient(0deg, #f48989, #ffbcbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top .sec02 .reasonList>li:nth-child(3) a .img::after {
  background-image: url("../images/top/sec02_img03.jpg");
}

.top .sec02 .reasonList>li:nth-child(3) a .txBox::before {
  background: linear-gradient(#f48989, #ffbcbc);
}

.top .sec02 .reasonList>li:last-child {
  margin-right: 0;
}

.top .sec02 .reasonList>li a .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.top .sec02 .reasonList>li a .img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: no-repeat center center / cover;
  transition: all .3s ease-out;
}

.top .sec02 .reasonList>li a:hover .img::after {
  transform: scale(1.1);
}

.top .sec02 .reasonList>li a:hover .txBox::before {
  width: 150px;
  margin-left: -75px;
}

.top .sec02 .reasonList>li .txBox {
  width: calc(100% - 60px);
  height: auto;
  position: relative;
  z-index: 9;
  margin: -50px auto 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px 30px 55px;
}

.top .sec02 .reasonList>li .txBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 6px;
  transition: all .3s ease-in-out;
}

.top .sec02 .reasonList>li .txBox .copy {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
}

.top .sec02 .reasonList>li .txBox .tx {
  font-size: 1.4rem;
  margin-top: 5px;
}

.top .sec02 .reasonList>li .txBox .btnStyle_02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.top .sec03 {
  margin-top: 120px;
}

.top .sec03 .secTtl span {
  display: inline-block;
  margin-right: 10px;
}

.top .sec03 .courseList>li {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  zoom: 1;
}

.top .sec03 .courseList>li:last-child {
  margin: 0;
}

.top .sec03 .courseList>li:nth-child(1) .img {
  background-image: url("../images/top/sec03_ct01_img01.jpg");
}

.top .sec03 .courseList>li:nth-child(1) .txBox .txBoxIn::after {
  background-image: url("../images/top/sec03_ct01_item.png");
  width: 167px;
  height: 81px;
}

.top .sec03 .courseList>li:nth-child(2) .img {
  background-image: url("../images/top/sec03_ct02_img01.jpg");
}

.top .sec03 .courseList>li:nth-child(2) .txBox .txBoxIn::after {
  background-image: url("../images/top/sec03_ct02_item.png");
  width: 175px;
  height: 81px;
}

.top .sec03 .courseList>li:nth-child(3) .img {
  background-image: url("../images/top/sec03_ct03_img01.jpg");
}

.top .sec03 .courseList>li:nth-child(3) .txBox .txBoxIn::after {
  background-image: url("../images/top/sec03_ct03_item.png");
  width: 174px;
  height: 81px;
}

.top .sec03 .courseList>li .img {
  width: 63.5%;
  height: 480px;
  background: no-repeat center center / cover;
  float: right;
}

.top .sec03 .courseList>li .txBox {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  border: 1px solid #ddd;
  z-index: 9;
  width: 36%;
}

.top .sec03 .courseList>li .txBox .txBoxIn {
  position: relative;
  padding: 40px 80px 50px 50px;
}

.top .sec03 .courseList>li .txBox .txBoxIn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.top .sec03 .courseList>li .txBox .txBoxIn::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 30px;
  background: no-repeat center center / cover;
}

.top .sec03 .courseList>li .txBox .txBoxIn .ttl {
  font-size: 2.8rem;
}

.top .sec03 .courseList>li .txBox .txBoxIn .ttl span {
  font-size: 1.5rem;
  background: #eeeeee;
  padding: 0 8px;
  margin-right: 8px;
  display: inline-block;
  line-height: 1.7;
  vertical-align: middle;
}

.top .sec03 .courseList>li .txBox .txBoxIn .tagList {
  margin-top: 7px;
}

.top .sec03 .courseList>li .txBox .txBoxIn .tagList>li {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 1.7;
  padding: 2px 10px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #fff;
  border-radius: 90px;
}

.top .sec03 .courseList>li .txBox .txBoxIn .tagList>li.pink {
  background-color: #f1a09f;
}

.top .sec03 .courseList>li .txBox .txBoxIn .tagList>li.ore {
  background-color: #f5b151;
}

.top .sec03 .courseList>li .txBox .txBoxIn .tagList>li.green {
  background-color: #72d1ca;
}

.top .sec03 .courseList>li .txBox .txBoxIn .tx {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-top: 20px;
}

.top .sec03 .courseList>li .txBox .txBoxIn .btnStyle_01 a {
  margin-left: 0;
}

.top .sec04 {
  margin-top: 140px;
}

.top .sec04 .secTtl {
  text-align: center;
}

.top .sec04 .bnrWrap {
  font-size: 0;
}

.top .sec04 .bnrWrap .wrap_01 {
  width: 22.5%;
  margin-right: 4%;
}

.top .sec04 .bnrWrap .wrap_02 {
  width: 47%;
  margin-right: 4%;
}

.top .sec04 .bnrWrap .wrap_03 {
  width: 22.5%;
}

.top .sec04 .bnrWrap .wrap_03.bnrList>li {
  margin-bottom: 12.5%;
}

.top .sec04 .bnrWrap .bnrList {
  display: inline-block;
  vertical-align: top;
}

.top .sec04 .bnrWrap .bnrList>li {
  margin-bottom: 10%;
}

.top .sec04 .bnrWrap .bnrList>li:last-child {
  margin-bottom: 0;
}

.top .sec04 .bnrWrap .bnrList>li a:hover {
  opacity: 0.8;
}

.top .sec05 {
  margin-top: 140px;
}

.top .sec05 .secTtl {
  text-align: center;
}

.top .sec05 .ocList {
  font-size: 0;
}

.top .sec05 .ocList>li {
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
}

.top .sec05 .ocList>li:nth-child(1) .img::after {
  background-image: url("../images/top/sec05_img01.jpg");
}

.top .sec05 .ocList>li:nth-child(1) .txBox {
  background: linear-gradient(to right, #f1a0a0, #eec16b);
}

.top .sec05 .ocList>li:nth-child(2) {
  margin-right: 0;
}

.top .sec05 .ocList>li:nth-child(2) .img::after {
  background-image: url("../images/top/sec05_img02.jpg");
}

.top .sec05 .ocList>li:nth-child(2) .txBox {
  background: linear-gradient(to right, #72d1ca, #8dde8f);
}

.top .sec05 .ocList>li:nth-child(2) .txBox .btnStyle_01 a::before {
  background: linear-gradient(to right, #72d1ca, #8dde8f);
}

.top .sec05 .ocList>li .img {
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.top .sec05 .ocList>li .img::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: no-repeat center center / cover;
  transition: all .3s ease-out;
}

.top .sec05 .ocList>li:hover .img::after {
  transform: scale(1.1);
}

.top .sec05 .ocList>li .txBox {
  max-width: 400px;
  width: 90%;
  margin: -50px auto 0;
  padding: 8px;
  z-index: 9;
  position: relative;
}

.top .sec05 .ocList>li .txBox .txBoxIn {
  background: #fff;
  padding: 30px;
  text-align: center;
}

.top .sec05 .ocList>li .txBox .txBoxIn .ttl {
  font-size: 2.0rem;
}

.top .sec06 {
  margin-top: 140px;
}

.top .sec06 .secTtl {
  text-align: center;
}

.top .sec06 .secTtl span {
  font-size: 6.0rem;
}

.top .sec06 .movieList li a {
  display: block;
}

.top .sec06 .movieList li a .img {
  position: relative;
}

.top .sec06 .movieList li a .img span {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 5px 10px 8px;
  background: #f1a09f;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

.top .sec06 .movieList li a .tx {
  font-size: 1.8rem;
  margin-top: 20px;
}

.top .sec06 .movieList li a .tx span {
  font-size: 1.4rem;
  margin-left: 8px;
  background: #fbe1e0;
  line-height: 1;
  padding: 4px 8px;
}

.top .sec06 .movieList li a:hover {
  opacity: 0.8;
}

.top .sec07 {
  margin-top: 120px;
  position: relative;
  padding-bottom: 120px;
}

.top .sec07::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #fdf1f1, #fcf6e9);
  z-index: -1;
}

.top .sec07 .secTtl {
  margin-bottom: 30px;
}

.top .sec07 .secTtl span {
  font-size: 6.0rem;
  display: inline-block;
}

.top .sec07 .accordion .en {
  width: 45px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  border-radius: 90px;
  line-height: 1;
  padding: 12px 0 8px;
}

.top .sec07 .accordion dt {
  margin-bottom: 10px;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px 35px 15px 20px;
  position: relative;
  border: 1px solid #eee;
  line-height: 1.5;
  cursor: pointer;
}

.top .sec07 .accordion dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../images/top/sec07_arw.png") no-repeat center center/cover;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  transition: all .3s ease-in-out;
}

.top .sec07 .accordion dt .en {
  background: linear-gradient(to right, #f1a0a0, #eec16b);
}

.top .sec07 .accordion dt .tx {
  width: calc(100% - 55px);
  display: inline-block;
  vertical-align: middle;
}

.top .sec07 .accordion dt.active::before {
  transform: scale(1, -1);
}

.top .sec07 .accordion dd {
  display: none;
}

.top .sec07 .accordion dd .txBox {
  padding: 0 20px 30px;
  font-size: 0;
}

.top .sec07 .accordion dd .txBox .en {
  background: linear-gradient(to right, #72d1ca, #8dde8f);
}

.top .sec07 .accordion dd .txBox .nmlTx {
  width: calc(100% - 55px);
  display: inline-block;
  vertical-align: middle;
}

.top .footer {
  margin: 0;
}

/*=================================================================
inPage
================================================================= */
.inPage {
  /*=================================================================
  opencampus
  ================================================================= */
}

.inPage #container {
  padding-top: 50px;
}

.inPage .mv {
  width: 100%;
  text-align: right;
  position: relative;
  margin-top: 82px;
}

.inPage .mv .imgBox {
  width: calc(50% + 480px);
  height: 560px;
  background: no-repeat center center / cover;
  display: inline-block;
}

.inPage .mv .txBox {
  max-width: 1200px;
  width: calc(100% - 60px);
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.inPage .mv .txBox .enTx {
  font-size: 8.0rem;
  line-height: 1.2;
  color: #fff;
  padding: 15px 12px 0 12px;
}

.inPage .mv .txBox .jaTx {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 15px;
  background: #fff;
  padding: 5px 10px 7px 10px;
  display: inline-block;
  letter-spacing: 0.1em;
}

.inPage .mv .tegaki {
  position: absolute;
  bottom: -35px;
  right: 80px;
  width: auto;
  height: auto;
  z-index: 9;
}

/* 日本語（2行）吹き出しバージョン */
.inPage .hukidashiTx_01 {
  text-align: center;
}

.inPage .hukidashiTx_01 span {
  font-size: 2.0rem;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
}

.inPage .hukidashiTx_01 span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url("../images/opencampus/item01_l.png") no-repeat center center/cover;
  width: 27px;
  height: 51px;
}

.inPage .hukidashiTx_01 span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background: url("../images/opencampus/item01_r.png") no-repeat center center/cover;
  width: 27px;
  height: 51px;
}

/* 日本語（1行）吹き出しバージョン */
.inPage .hukidashiTx_02 {
  text-align: center;
}

.inPage .hukidashiTx_02 span {
  font-size: 2.0rem;
  line-height: 2.0;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
}

.inPage .hukidashiTx_02 span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: url("../images/opencampus/item01_l.png") no-repeat center center/cover;
  width: 27px;
  height: 51px;
}

.inPage .hukidashiTx_02 span::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url("../images/opencampus/item01_r.png") no-repeat center center/cover;
  width: 27px;
  height: 51px;
}

/* 英語吹き出しバージョン */
.inPage .hukidashiTx_03 {
  text-align: center;
  margin: 20px 0 30px;
}

.inPage .hukidashiTx_03 span {
  font-size: 1.8rem;
  line-height: 2.4;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .inPage .hukidashiTx_02 span {
    font-size: 1.6rem;
  }

  .inPage .hukidashiTx_03 {
    margin: 40px 0 30px;
  }

  .inPage .hukidashiTx_03 span {
    font-size: 1.4rem;
    line-height: 3.0;
  }
}

.inPage .hukidashiTx_03 span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: url("../images/opencampus/item01_l.png") no-repeat center center/cover;
  width: 27px;
  height: 51px;
}

.inPage .hukidashiTx_03 span::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background: url("../images/opencampus/item01_r.png") no-repeat center center/cover;
  width: 27px;
  height: 51px;
}

.inPage .opencampus .sec01 .ocWrap.pink .mainBox .txBox .in::before {
  content: "01";
}

.inPage .opencampus .sec01 .ocWrap.blue .mainBox .txBox .in::before {
  content: "02";
}

.inPage .opencampus .sec01 .ocWrap .mainBox {
  max-width: 1080px;
  width: calc(100% - 60px);
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 9;
}

.inPage .opencampus .sec01 .ocWrap .mainBox .img {
  float: right;
}

.inPage .opencampus .sec01 .ocWrap .mainBox .txBox {
  width: 420px;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.inPage .opencampus .sec01 .ocWrap .mainBox .txBox .in {
  background: #fff;
  padding: 33px;
  text-align: center;
  position: relative;
}

.inPage .opencampus .sec01 .ocWrap .mainBox .txBox .in::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18.0rem;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  width: 100%;
  color: #eeeeee;
}

.inPage .opencampus .sec01 .ocWrap .mainBox .txBox .in .inin {
  position: relative;
  z-index: 9;
}

.inPage .opencampus .sec01 .ocWrap .mainBox .txBox .in .inin .ttl {
  font-size: 2.8rem;
  line-height: 1.45;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.inPage .opencampus .sec01 .ocWrap .mainBox .txBox .in .inin .ttl span {
  display: block;
  font-size: 1.6rem;
  margin-top: 6px;
}

.inPage .opencampus .sec01 .ocWrap .mainBox .txBox .in .inin .read {
  font-size: 1.5rem;
}

.inPage .opencampus .sec01 .ocWrap .bgOn {
  padding: 200px 60px 60px 60px;
  margin-top: -160px;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .readTx01 {
  text-align: center;
  font-size: 1.8rem;
}

.inPage .opencampus .sec01 .ocWrap .bgOn table.infoTbl tr td,
.inPage .opencampus .sec01 .ocWrap .bgOn table.infoTbl tr th {
  font-size: 1.5rem;
  padding: 20px;
}

.inPage .opencampus .sec01 .ocWrap .bgOn table.infoTbl tr td .fukidashi,
.inPage .opencampus .sec01 .ocWrap .bgOn table.infoTbl tr th .fukidashi {
  background: #eee;
  border-radius: 10px;
  width: 100%;
  position: relative;
  padding: 10px;
  margin: 12px 0;
}

.inPage .opencampus .sec01 .ocWrap .bgOn table.infoTbl tr td .fukidashi::before,
.inPage .opencampus .sec01 .ocWrap .bgOn table.infoTbl tr th .fukidashi::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #eee transparent;
}

.inPage .opencampus .sec01 .ocWrap .bgOn table .movieBnr a {
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 0;
}

.inPage .opencampus .sec01 .ocWrap .bgOn table .movieBnr a .img {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin-right: 15px;
}

.inPage .opencampus .sec01 .ocWrap .bgOn table .movieBnr a .tx {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 175px);
  font-size: 1.5rem;
}

.inPage .opencampus .sec01 .ocWrap .bgOn table .movieBnr a:hover {
  opacity: 0.8;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li {
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  font-size: 0;
  margin-bottom: 20px;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li:last-child {
  margin-bottom: 0;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #fce7e3 transparent transparent transparent;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li .txBox {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li .txBox .num {
  width: 115px;
  font-size: 8.0rem;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li .txBox .txWrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 115px);
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li .txBox .txWrap .ttl {
  font-size: 2.8rem;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li .txBox .txWrap .ttl span {
  font-size: 1.4rem;
  color: #aaa;
  display: block;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li .txBox .txWrap .tx {
  font-size: 1.6rem;
  margin-top: 5px;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .ctList>li .imgBox {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .cvBtn a {
  display: block;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 90px;
  padding: 25px 10px;
  text-align: center;
}

.inPage .opencampus .sec01 .ocWrap .bgOn .cvBtn a:hover {
  opacity: 0.8;
}

.inPage .opencampus .sec02 {
  display: none;
}

.inPage .opencampus .sec02 .read01 {
  font-size: 1.7rem;
  text-align: center;
}

.inPage .opencampus .sec02 .scheBox {
  padding: 5px;
  background-color: #f1a09f;
}

.inPage .opencampus .sec02 .scheBox .ttl {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
}

.inPage .opencampus .sec02 .scheBox .whiteBox {
  padding: 40px;
  background: #fff;
}

.inPage .opencampus .sec02 .scheBox .whiteBox .dayList {
  text-align: center;
}

.inPage .opencampus .sec02 .scheBox .whiteBox .dayList>li {
  font-size: 1.6rem;
  padding: 2px 6px;
  background: #eee;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
}

.inPage .opencampus .sec02 .scheBox .whiteBox .btnStyle_01 a {
  max-width: 290px;
  width: 100%;
}

.inPage .opencampus .sec02 .scheBox.blue {
  background-color: #73d1ca;
}

.inPage .opencampus .sec03 .boxWrap {
  font-size: 0;
}

.inPage .opencampus .sec03 .boxWrap .txBox,
.inPage .opencampus .sec03 .boxWrap .mapBox {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.inPage .opencampus .sec03 .boxWrap .txBox {
  text-align: left;
}

.inPage .opencampus .sec03 .boxWrap .txBox .tx01 {
  font-size: 2.0rem;
}

.inPage .opencampus .sec03 .boxWrap .txBox .tx02 {
  font-size: 1.6rem;
}

.inPage .opencampus .footer {
  margin-top: 0;
}

/* ============ ▼▼ HBC お問い合わせフォーム（全体） ▼▼ ============ */
/* ▼▼ お問い合わせフォーム ▼▼ */
.inPage .opencampus section.hbc-contact {
  background-color: transparent;
}

.innerL {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.inPage .opencampus section.hbc-contact .bg_contact {
  margin: 60px 0px;
  padding: 30px 60px 60px;
}

.inPage .opencampus section.hbc-contact .bg_contact p.contact-description {
  margin: 20px 0px 40px;
}

.inPage .opencampus section.hbc-contact .bg_contact p.contact-note {
  text-align: left;
}

.inPage .opencampus section.hbc-contact .bg_contact p.contact-note-last {
  margin-bottom: 30px;
}

.inPage .opencampus section.hbc-contact .bg_contact .contact-thanks {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 20px;
}

.inPage .opencampus section.hbc-contact .contact-form-title {
  text-align: left;
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .innerL {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  .inPage .opencampus section.hbc-contact .contact-form-title {
    text-align: left;
    font-size: 1.4rem;
  }
}

.inPage .opencampus section.hbc-contact table.hbc-contact-form {
  border: solid 1px #ddd;
  max-width: 1080px;
  margin: 20px auto 60px;
}

.inPage .opencampus section.hbc-contact table.hbc-contact-form th,
.inPage .opencampus section.hbc-contact table.hbc-contact-form td {
  border: solid 1px #ddd;
  background-color: #fff;
}

.inPage .opencampus section.hbc-contact table.hbc-contact-form th {
  color: #000;
  background-color: #fce7e3;
  padding: 10px 0px;
  width: 440px;
}

.inPage .opencampus section.hbc-contact table.hbc-contact-form td {
  padding: 20px 20px;
  width: 640px;
  text-align: left;
}

.inPage .opencampus section.hbc-contact table.hbc-contact-form th span.required {
  font-size: 1.2rem;
  background-color: #f1a09f;
  color: #fff;
  padding: 3px 6px;
  margin-left: 5px;
  border-radius: 5px;
}

.inPage .opencampus section.hbc-contact table.hbc-contact-form th span.optional {
  font-size: 1.2rem;
  background-color: #73d1ca;
  color: #fff;
  padding: 3px 6px;
  margin-left: 5px;
  border-radius: 5px;
}

.inPage .opencampus section.hbc-contact table.hbc-contact-form td .inputText {
  height: 30px;
}

.inPage .opencampus section.hbc-contact span.supplementary-info {
  font-size: 1.2rem;
  color: #aaa;
  margin-left: 10px;
  display: inline-block;
  margin: 5px 0px;
}

.inPage .opencampus section.hbc-contact span.supplementary-info a {
  color: #f1a09f;
}

.inPage .opencampus section.hbc-contact .form-submit {
  margin-top: 30px;
  text-align: center;
}

.inPage .opencampus section.hbc-contact .form-submit .submit-btn {
  max-width: 220px;
  width: 100%;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #111;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transition: .4s ease;
  margin-top: 10px;
}

.inPage .opencampus section.hbc-contact .form-submit .submit-btn:hover {
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .inPage .opencampus section.hbc-contact .bg_contact {
    margin: 30px 0px;
    padding: 10px 10px 60px;
  }

  .inPage .opencampus section.hbc-contact table.hbc-contact-form {
    margin: 20px 0 60px;
  }

  .inPage .opencampus section.hbc-contact table.hbc-contact-form,
  .inPage .opencampus section.hbc-contact table.hbc-contact-form th,
  .inPage .opencampus section.hbc-contact table.hbc-contact-form td {
    border: solid 1px #ddd;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
  }

  .inPage .opencampus section.hbc-contact table.hbc-contact-form tbody {
    width: 100%;
  }

  .inPage .opencampus section.hbc-contact table.hbc-contact-form tbody tr th {
    padding: 4px 6px;
    display: block;
    width: 100%;
  }

  .inPage .opencampus section.hbc-contact table.hbc-contact-form tbody tr td {
    padding: 4px 12px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .inPage .opencampus section.hbc-contact table.hbc-contact-form tbody tr td .inputText {}
}

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

  table.tblStyle_04,
  table.tblStyle_04 td,
  table.tblStyle_04 th {
    border: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center;
  }

  table.tblStyle_04 thead th {
    display: none;
  }

  table.tblStyle_04 tbody tr th {
    padding: 4px 12px;
    display: block;
    width: 100%;
  }

  table.tblStyle_04 tbody tr th.skill-number {
    width: 100%;
  }

  table.tblStyle_04 tr td {
    padding: 4px 12px;
    display: block;
    width: 100%;
  }

  table.tblStyle_04 td[data-title]::before {
    color: #666;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
}