@charset "UTF-8";
/* =========================================================
@extendされるパーツ
========================================================= */
/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

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

/*------------------------------------------------------
content-new setting
-------------------------------------------------------*/
.content-new {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0 !important;
}

.content-new h2 {
  background: none;
  padding: 0;
  font-size: initial;
  margin-bottom: initial;
  color: #444444;
}

.content-new h3 {
  background: none;
  font-weight: bold;
  padding-left: initial;
  font-size: initial;
  margin-bottom: initial;
  color: #444444;
}

.content-new h4 {
  background: none;
  font-weight: bold;
  padding-left: initial;
  font-size: initial;
  color: #444444;
  margin-bottom: initial;
}

.content-new img {
  width: 100%;
  height: auto;
}

.block {
  width: 100%;
  padding: 34px 0;
  position: relative;
  z-index: 1;
}

.body-copy {
  font-size: 13px;
}

.pc-ui {
  display: block;
}

.sp-ui {
  display: none;
}

@media screen and (max-width: 800px) {
  #contentbk {
    padding: 0;
  }
  #content_wrap {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }
  .content-new h2 {
    background: none;
    padding: 0;
    font-size: initial;
    margin-bottom: initial;
    color: #444444;
    width: auto;
    overflow: visible;
  }
  .content-new h3 {
    background: none;
    font-weight: bold;
    padding-left: initial;
    font-size: initial;
    margin-bottom: initial;
    color: #444444;
    width: auto;
    overflow: visible;
  }
  .content-new h4 {
    background: none;
    font-weight: bold;
    padding-left: initial;
    font-size: initial;
    color: #444444;
    margin-bottom: initial;
    width: auto;
    overflow: visible;
  }
  .block {
    padding: 8vw 0;
  }
  .body-copy {
    font-size: 3.7333vw;
  }
  .pc-ui {
    display: none;
  }
  .sp-ui {
    display: block;
  }
}

/*------------------------------------------------------
course-ttl
-------------------------------------------------------*/
.course-ttl-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #ffd9d9;
  margin-bottom: 10px;
}

h1.course-ttl {
  width: 1000px;
  margin: 0 auto !important;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #ff8ba4;
  padding: 0 20px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

h1.course-ttl span {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/course_h1_icon.png) no-repeat 0 center;
}

@media screen and (max-width: 800px) {
  .course-ttl-wrap {
    margin-bottom: 10px;
  }
  h1.course-ttl {
    width: 100%;
    font-size: 3.57vw;
    height: 34px;
    line-height: 34px;
    padding: 0 20px !important;
  }
  h1.course-ttl span {
    padding-left: 20px;
    background: url(../img/course_h1_icon.png) no-repeat 0 center;
  }
}

/*------------------------------------------------------
contents-ttl
-------------------------------------------------------*/
h2.contents-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}

h2.contents-ttl span {
  display: block;
  font-size: 0.6em;
  font-weight: bold;
  color: #ff93a5;
  margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
  h2.contents-ttl {
    font-size: 5.333vw;
    margin-bottom: 6vw;
  }
}

/*------------------------------------------------------
contents-sml-ttl
-------------------------------------------------------*/
h2.contents-sml-ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}

h2.contents-sml-ttl span {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  color: #ff93a5;
  margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
  h2.contents-sml-ttl {
    font-size: 4.57vw;
    margin-bottom: 5vw;
  }
}

/*------------------------------------------------------
course-mv
-------------------------------------------------------*/
.course-mv-wrap {
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 1;
  background: url(../img/course_mv_bg.jpg) no-repeat center 0;
}

.course-mv-inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

h2.course-mv-copy {
  background: none;
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 30px;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .course-mv-wrap {
    height: auto;
    background: none;
  }
  .course-mv-inner {
    width: 100%;
    height: 100%;
  }
  h2.course-mv-copy {
    width: 100%;
    background: none;
    display: inline-block;
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 0;
    padding: 0;
  }
}

/*------------------------------------------------------
anch-nav-wrap
-------------------------------------------------------*/
.anch-nav-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-bottom: 90px;
}

.anch-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.anch-list {
  margin: 0 20px;
}

.anch-link {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #ff8b9e;
  width: 160px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.anch-link:before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: #f95c88;
  position: absolute;
  left: -14px;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.anch-link:hover {
  opacity: 0.7;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .anch-nav-wrap {
    width: 90%;
    padding-top: 6vw;
    margin: 0 auto 14vw;
  }
  .anch-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .anch-list {
    width: 30%;
    margin: 0;
  }
  .anch-link {
    font-size: 3.333vw;
    width: 100%;
    padding: 15px 0;
  }
  .anch-link:before {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background: #f95c88;
    position: absolute;
    left: -14px;
    bottom: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .anch-link:hover {
    opacity: 1;
    color: #fff;
  }
}

/*------------------------------------------------------
7policies
-------------------------------------------------------*/
.policy-wrap {
  width: 100%;
  padding: 50px 0 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.policy-wrap:before {
  content: "";
  display: block;
  width: 86%;
  height: 100%;
  border: solid 4px #e7e7e7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2.policy-ttl {
  width: 78%;
  font-size: 20px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}

h2.policy-ttl span {
  display: block;
  width: 192px;
  position: absolute;
  top: -80px;
}

.policy-car {
  margin: 0 20px !important;
}

.slick-slide {
  margin-right: 20px;
}

.slick-list {
  margin-right: -20px !important;
  overflow: hidden;
}

.policy-link {
  display: block;
}

.slick-arrow {
  display: block !important;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 60px;
}

.slick-prev {
  background: url(../img/prev_arrow.png) no-repeat;
  left: -20px;
  z-index: 10;
}

.slick-next {
  background: url(../img/next_arrow.png) no-repeat;
  right: -20px;
  z-index: 10;
}

.my-dots {
  text-align: center;
  margin-top: 10px !important;
}

.my-dots li {
  display: inline-block;
  margin: 0 5px;
}

.my-dots button {
  background-color: #dcdcdc;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999px;
  border-radius: 50%;
}

.slick-active button {
  background-color: #7d7d7d;
}

@media screen and (max-width: 800px) {
  .policy-wrap {
    width: 100%;
    padding: 14vw 0 5vw;
    margin-bottom: 14vw;
  }
  .policy-wrap:before {
    content: "";
    display: block;
    width: 86%;
    height: 100%;
    border: solid 4px #e7e7e7;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  h2.policy-ttl {
    width: 78%;
    font-size: 4.733vw;
    margin: 0 auto 6vw;
    position: relative;
    z-index: 1;
  }
  h2.policy-ttl span {
    display: block;
    width: 192px;
    position: absolute;
    top: -80px;
  }
  .policy-car {
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
  }
  .slick-slide {
    margin-right: 20px;
  }
  .slick-list {
    margin-right: -20px !important;
    overflow: hidden;
  }
  .policy-link {
    display: block;
  }
  .slick-arrow {
    display: block !important;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
  }
  .slick-prev {
    display: none;
  }
  .slick-next {
    display: none;
  }
  .my-dots {
    text-align: center;
    margin-top: 10px !important;
  }
}

/*------------------------------------------------------
intro-wrap
-------------------------------------------------------*/
.intro-wrap {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.intro-fig {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-fig span {
  line-height: 0;
}

.fig-right .intro-fig {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fig-left .intro-fig {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fig-right .intro-text {
  left: 0;
}

.fig-left .intro-text {
  right: 0;
}

.intro-text-inner {
  width: 100%;
  min-height: 158px;
  background: #fff;
  padding: 22px 30px 30px;
  border-top: solid 1px #ff9cac;
}

h3.intro-ttl {
  font-size: 21px;
  line-height: 1.5;
}

h3.intro-ttl span {
  display: block;
  font-size: 0.6em;
  color: #ff93a5;
  padding-top: 5px;
}

.intro-lead {
  font-size: 13px;
  position: absolute;
  width: 80%;
  bottom: 44px;
  left: 30px;
}

@media screen and (max-width: 800px) {
  .intro-wrap {
    width: 100%;
    height: auto;
    z-index: 1;
    margin-bottom: 8vw;
  }
  .intro-fig {
    width: 100%;
    display: block;
  }
  .intro-fig span {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .intro-text {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
  }
  .fig-right .intro-text {
    left: auto;
  }
  .fig-left .intro-text {
    right: auto;
  }
  .intro-text-inner {
    width: 90%;
    background: #fff;
    padding: 4vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -4vw auto;
  }
  h3.intro-ttl {
    font-size: 4.53vw;
    line-height: 1.5;
    padding: 0 4vw 4vw;
    border-bottom: solid 1px #eee;
    margin-bottom: 4vw;
  }
  .intro-lead {
    font-size: 3.733vw;
    position: relative;
    width: 90%;
    margin: 0 auto;
    bottom: auto;
    left: auto;
  }
}

/*------------------------------------------------------
feature-list
-------------------------------------------------------*/
.feature-list {
  width: 100%;
  margin-bottom: 25px;
}

.feature-list-ttl {
  font-size: 15px;
  background: #ff8b9e;
  display: inline-block;
  color: #fff;
  padding: 0.2em 1.2em 0.3em;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .feature-list {
    width: 90%;
    margin: 0 auto 6vw;
  }
  .feature-list-ttl {
    display: block;
    font-size: 3.7333vw;
    margin-bottom: 3vw;
  }
  .feature-list dd {
    width: 90%;
    margin: 0 auto;
  }
}

/*------------------------------------------------------
carricuram-wrap
-------------------------------------------------------*/
.carricuram-wrap {
  background: url(../img/contents_bg.png) repeat 0 0;
}

.carricuram-wrap .intro-wrap {
  margin-bottom: 40px;
}

.carricuram-datail-wrap {
  width: 730px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

h3.carricuram-datail-ttl {
  width: 100%;
  font-size: 21px;
  text-align: center;
  color: #fff;
  background: #ff8b9e;
  padding: 0.5em 0 0.6em;
  position: relative;
  z-index: 1;
}

h3.carricuram-datail-ttl span {
  display: inline-block;
  width: 209px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -105px;
}

.carricuram-content {
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.carricuram-left {
  width: 21%;
}

.carricuram-right {
  width: 74%;
}

.carricuram-fig-list {
  line-height: 0;
}

.carricuram-datail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.carricuram-datail-list {
  width: 48%;
  margin-bottom: 20px;
}

h4.bold-ttl {
  font-size: 16px;
  color: #ff8a9e;
  margin-bottom: 10px;
}

.other-list {
  font-size: 13px;
  font-weight: bold;
  color: #ff8da0;
}

.pickup {
  width: 730px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 15px 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pickup-text {
  width: 58.5%;
}

.pickup-fig {
  width: 39%;
}

h3.pickup-ttl {
  margin-bottom: 20px;
}

.pickup-catch {
  font-size: 19px;
  font-weight: bold;
  color: #ff8b9e;
  margin-bottom: 20px;
  line-height: 1.5;
}

.pickup-text p {
  padding-left: 30px;
}

@media screen and (max-width: 800px) {
  .carricuram-wrap {
    background: url(../img/contents_bg.png) repeat 0 0;
  }
  .carricuram-wrap .intro-wrap {
    margin-bottom: 10vw;
  }
  .carricuram-datail-wrap {
    width: 90%;
    margin: 0 auto 5vw;
    padding-top: 12vw;
  }
  h3.carricuram-datail-ttl {
    font-size: 4.5333vw;
  }
  h3.carricuram-datail-ttl span {
    display: inline-block;
    width: 48vw;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -24vw;
  }
  .carricuram-content {
    padding: 0;
    background: #fff;
    display: block;
  }
  .carricuram-left {
    width: 100%;
  }
  .carricuram-right {
    width: auto;
    padding: 4vw;
  }
  .carricuram-fig-list {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .carricuram-datail {
    display: block;
    margin-bottom: 4vw;
  }
  .carricuram-datail-list {
    width: 100%;
    margin-bottom: 4vw;
  }
  h4.bold-ttl {
    font-size: 3.733vw;
    margin-bottom: 2vw;
  }
  .other-list {
    font-size: 3.333vw;
  }
  .pickup {
    width: 90%;
    margin: 0 auto 6vw;
    background: #fff;
    padding: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pickup-text {
    width: auto;
    padding-bottom: 4vw;
  }
  .pickup-fig {
    display: none;
  }
  h3.pickup-ttl {
    margin-bottom: 4vw;
  }
  .pickup-catch {
    font-size: 4.222vw;
    font-weight: bold;
    color: #ff8b9e;
    margin-bottom: 2vw;
    line-height: 1.5;
  }
  .pickup-text p {
    padding: 0 4vw;
  }
}

/*------------------------------------------------------
other-link-wrap
-------------------------------------------------------*/
.other-link-wrap {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.other-link-text {
  font-size: 13px;
  margin-bottom: 20px;
}

.other-link-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #ff8b9e;
  border: solid 2px #ff8b9e;
  padding: 0.7em 4em 0.8em;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.other-link-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ff8b9e;
  border-right: solid 2px #ff8b9e;
  position: absolute;
  top: 15px;
  right: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.other-link-btn:hover {
  color: #fff;
  background: #ff8b9e;
}

.other-link-btn:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 800px) {
  .other-link-wrap {
    width: 86%;
    margin: 0 auto;
    text-align: left;
  }
  .other-link-text {
    font-size: 3.733vw;
    margin-bottom: 5vw;
  }
  .other-link {
    text-align: center;
  }
  .other-link-btn {
    font-size: 3.733vw;
  }
}

/*------------------------------------------------------
teacher-list-wrap
-------------------------------------------------------*/
.teacher-wrap{
  margin-bottom: 60px;
}

.teacher-list-ttl-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

h3.teacher-list-ttl {
  font-size: 21px;
  color: #ff93a5;
}

.teacher-list-caption {
  font-size: 11px;
  color: #999999;
}

.teacher-list-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 20px !important;
}

.teacher-list {
  width: 32%;
  margin-bottom: 20px;
}

.teacher-list a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.teacher-list a:after {
  content: "";
  display: block;
  width: 20%;
  height: 4px;
  background: #ff839a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.teacher-image {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 0;
  margin-bottom: 18px;
}

img.teacher-zoom {
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
}

h4.teacher-name {
  font-size: 15px;
  margin-bottom: 18px;
}

h4.teacher-name span {
  display: block;
  font-size: 0.8em;
  font-weight: 200;
  color: #ff728f;
}

.teacher-caption {
  color: #999;
}

@media screen and (max-width: 800px) {
  .teacher-wrap{
    margin-bottom: calc(60/640 * 100vw);
  }
  .teacher-list-ttl-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4vw;
  }
  h3.teacher-list-ttl {
    font-size: 4vw;
  }
  .teacher-list-caption {
    font-size: 2.8vw;
  }
  .teacher-list-wrap {
    width: 100%;
    width: 90%;
    margin: 0 auto;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    position: relative;
    z-index: 1;
    margin-bottom: 4vw !important;
  }
  .teacher-list {
    width: 49%;
    margin-bottom: 4vw;
  }
  .teacher-list a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2vw;
    position: relative;
    z-index: 1;
  }
  .teacher-list a:after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background: #ff839a;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .teacher-image {
    width: 100%;
    position: relative;
    z-index: 1;
    line-height: 0;
    margin-bottom: 2vw;
  }
  img.teacher-zoom {
    width: 4.57vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  h4.teacher-name {
    font-size: 4.25vw;
    margin-bottom: 2.2vw;
  }
  h4.teacher-name span {
    display: block;
    font-size: 0.8em;
    font-weight: 200;
  }
  .teacher-caption {
    font-size: 2.5vw;
    line-height: 1.4;
  }
}

/*------------------------------------------------------
voice-wrap
-------------------------------------------------------*/
.voice-wrap {
  background: url(../img/contents_bg.png) repeat 0 0;
}

.voice-content {
  width: 710px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.voice-fig {
  width: 49%;
}

.voice-text {
  width: 48%;
}

h3.voice-ttl {
  font-size: 16px;
  margin-bottom: 10px;
}

.voice-name {
  font-weight: bold;
  margin-bottom: 20px;
}

.voice-name span {
  display: block;
  font-weight: 300;
  color: #ff728f;
}

@media screen and (max-width: 800px) {
  .voice-wrap {
    background: url(../img/contents_bg.png) repeat 0 0;
  }
  .voice-content {
    width: 100%;
    display: block;
  }
  .voice-fig {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .voice-text {
    width: 90%;
    margin: -4vw auto 0;
    position: relative;
    z-index: 2;
  }
  h3.voice-ttl {
    font-size: 4.53vw;
    line-height: 1.5;
    padding: 4vw;
    margin-bottom: 0;
    background: #fff;
    border-top: solid 1px #ff849c;
  }
  .voice-name {
    font-weight: bold;
    background: #fff;
    padding: 0 4vw 4vw;
    margin-bottom: 4vw;
  }
  .voice-wrap .body-copy {
    padding: 0 4vw;
  }
}

/*------------------------------------------------------
cv-wrap
-------------------------------------------------------*/
.cv-wrap{
  background: #a6e7e4 url(../../img/cv_btn_pamphlet_bg_2019.png) 0 0 repeat;
  border-radius: 10px;
  padding: 15px 32px 20px 287px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
}
.content-new h2.course-cv-ttl{
  width: 368px;
  margin-bottom: 14px;
  font-size: 0;
  padding-left: 37px;
}
.course-cv-inner{
  margin: 0 auto;
}
.course-cv-content{
  position: relative;
}
.course-cv-text-area{
  font-size: 0;
}
.course-cv-text01{
  width: 115px;
  position: absolute;
  top: -81px;
  left: -89px;
  z-index: 0;
}
.course-cv-text02{
  width: 100px;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 14px;
}
.course-cv{
  width: 430px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.course-cv-content:hover a,.course-cv-content:hover .course-cv-text02 img{
  opacity: .7;
}
.course-cv-pamphlet{
  width: 160px;
  position: absolute;
  top: -20px;
  left: 25px;
}
@media screen and (max-width: 800px) {
  .cv-wrap{
    background: none;
    padding: 0;
    margin-bottom: calc(100/640 * 100vw);
  }
  .content-new h2.course-cv-ttl{
    width: calc(578/640 * 100%);
    margin:0 auto calc(35/750 * 100vw);
    padding: 0;
  }
  .course-cv-inner{
    position: relative;
    width: calc(608/640 * 100%);
    border-radius: calc(10/750 * 100vw);
    background: #a6e7e4 url(../../img/cv_btn_pamphlet_bg_2019.png) 0 0 repeat;
    padding: calc(20/640 * 100vw) 0 ;
  }
  .course-cv-content{
    width: calc(350/640 * 100vw);
    padding:0 calc(26/640 * 100vw) 0 calc(232/640 * 100vw);
  }
  .course-cv-text-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(25/640 * 100vw);
  }
  .course-cv-text01,.course-cv-text02,.course-cv{
    width: auto;
    position: static;
  }
  .course-cv-content:hover a,.course-cv-content:hover .course-cv-text02 img{
    opacity: 1;
  }
  .course-cv-pamphlet{
    width: calc(180/640 * 100vw);
    top: calc(20/640 * 100vw);
    left: calc(20/640 * 100vw);
  }
}

/*------------------------------------------------------
relation-wrap
-------------------------------------------------------*/
.relation-wrap {
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.relation-wrap:before {
  content: "";
  display: block;
  width: 86%;
  height: 100%;
  border: solid 4px #e7e7e7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.relation-link-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.relation-link-list {
  width: 23%;
  padding: 0 1%;
}

.relation-link {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.relation-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  .relation-wrap {
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 18vw;
  }
  .relation-wrap:before {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
  }
  .relation-link-wrap {
    width: 90%;
    margin: 0 auto !important;
    padding: 0 4vw !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
  .relation-link-list {
    width: 48%;
    margin-bottom: 2vw;
  }
  .relation-link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .relation-link:hover {
    opacity: 1;
  }
}

/*------------------------------------------------------*/
/*------------------------------------------------------------------------------
* colorbox
*------------------------------------------------------------------------------*/
.colorbox a {
  outline: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: hidden;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

#cboxOverlay {
  background: #000000;
}

#colorbox {
  background: #ffffff;
}

#cboxContent {
  padding: 40px 3px 3px;
}

#cboxClose {
  background: url(../img/colorbox_btn_close.gif) no-repeat 50% 50%;
  background-color: #f2f2f2;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-indent: -9999px;
}
