@charset "UTF-8";

.c-carousel__item .c-h3__main img{
  top: 0;
}
@media (max-width: 768px) {
.kyozai-kochae__logo{
    width: 65vw;
    margin: 0 auto;
  }
  .kyozai-kochae__logo img{
    width: 100%;
  }
  .courseNav-head--text{
    line-height: 1.4;
    font-weight: bold;
    margin-top: 10px!important;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .kyozai-kochae__logo{
    width: 300px;
    margin: 0 auto;
  }
    .kyozai-kochae__logo img{
    width: 100%;
  }
  .courseNav-head--text{
    line-height: 1.4;
    font-weight: bold;
    margin-top: 10px!important;
    text-align: center;
  }
}

.courseNav-head,
.c-section,
.c-section *,
.c-section *::before,
.c-section *::after {
  box-sizing: border-box;
}

.c-section * {
  outline: 0;
}

/* このパーツ内の画像のみに基本設定を適用（伸び防止） */
.c-section img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* =========================================
   Utility (表示制御・余白)
   ========================================= */
@media print, screen and (min-width:769px) {
  .c-pc-hidden {
    display: none!important
  }
  .c-mt30-pc {
    margin-top: 30px!important
  }
  .c-mb10-pc {
    margin-bottom: 10px!important
  }
}

@media print, screen and (max-width:768px) {
  .c-mt30-sp {
    margin-top: 8vw!important
  }
  .c-mb10-sp {
    margin-bottom: 2.66666666vw!important
  }
  .c-pb80-sp {
    padding-bottom: 21.33333333vw!important
  }
  .c-mr30-sp {
    margin-right: 8vw!important
  }
  .c-ml30-sp {
    margin-left: 8vw!important
  }
}

/* =========================================
   Layout (c-section)
   ========================================= */
@media print, screen and (min-width:1025px) {
  .c-section {
    max-width: 970px;
    margin: 0 auto;
  }
}

@media print, screen and (max-width:768px) {
  .c-section {
    padding-right: 8vw;
    padding-left: 8vw
  }
}

@media print, screen and (min-width:769px) {
  .c-section--02+.c-section--02, .c-section--03+.c-section--02, .check_component+.check_component>.c-section--02 {
    margin-top: 150px
  }
}

@media print, screen and (max-width:768px) {
  .c-section--02+.c-section--02, .c-section--03+.c-section--02, .check_component+.check_component>.c-section--02 {
    margin-top: 32vw
  }
}

/* =========================================
   Heading (c-h3)
   ========================================= */
@media print, screen and (min-width:769px) {
  .c-h3 {
    display: flex;
    align-items: center;
    margin-bottom: 14px
  }
  .c-h3__main {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #464646;
    text-align: left;
    line-height: 1.6
  }
  .c-h3__label--type01 {
    width: 60px
  }
}

@media print, screen and (max-width:768px) {
  .c-h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 4vw
  }
  .c-h3__main {
    display: block;
    font-size: 4.26666666vw;
    font-weight: 700;
    color: #464646;
    text-align: center;
    line-height: 1.6
  }
  .c-h3__label--type01 {
    width: 16vw
  }
}

/* =========================================
   Text (c-text)
   ========================================= */
@media print, screen and (min-width:769px) {
  .c-text {
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    text-align: left;
    line-height: 1.6
  }
  .c-text--bold {
    font-weight: 700
  }
}

@media print, screen and (max-width:768px) {
  .c-text {
    font-size: 3.73333333vw;
    font-weight: 400;
    color: #464646;
    text-align: left;
    line-height: 1.6
  }
  .c-text--bold {
    font-weight: 700
  }
}

/* =========================================
   Button (c-btn)
   ========================================= */
@media print, screen and (min-width:769px) {
  .c-btn {
    display: block;
    border-radius: 5px;
    background-color: #55a7ed;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 18px 60px;
    position: relative
  }
  .c-btn:not(:last-child) {
    margin-bottom: 20px
  }
  .c-btn::after {
    content: "";
    display: block;
    background-image: url(/common_rn/btn_icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px
  }
  .c-btn--out::after {
    background-image: url(/common_rn/btn_icon_arrow_white_double.svg);
    width: 18px;
    height: 11px
  }
  .c-btn:hover {
    opacity: .7
  }
}

@media print, screen and (max-width:768px) {
  .c-btn {
    display: block;
    border-radius: 1.33333333vw;
    background-color: #55a7ed;
    font-size: 4.26666666vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 3.2vw;
    position: relative
  }
  .c-btn:not(:last-child) {
    margin-bottom: 8vw
  }
  .c-btn::after {
    content: "";
    display: block;
    background-image: url(/common_rn/btn_icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2.66666666vw;
    height: 2.66666666vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.33333333vw
  }
  .c-btn--out::after {
    background-image: url(/common_rn/btn_icon_arrow_white_double.svg);
    width: 4.53333333vw;
    height: 2.66666666vw
  }
}

/* 赤色上書き設定（Button） */
@media print, screen and (min-width:769px) {
  .c-wrap--shimajiro .c-btn {
    background-color: #e60013
  }
  .c-wrap--sho .c-btn {
    background-color: #55a7ed
  }
  .c-wrap--chu .c-btn {
    background-color: #2886d9
  }
  .c-wrap--kou .c-btn {
    background-color: #0565bc
  }
}
@media print, screen and (max-width:768px) {
  .c-wrap--shimajiro .c-btn {
    background-color: #e60013
  }
  .c-wrap--sho .c-btn {
    background-color: #55a7ed
  }
  .c-wrap--chu .c-btn {
    background-color: #2886d9
  }
  .c-wrap--kou .c-btn {
    background-color: #0565bc
  }
}

/* =========================================
   Carousel (c-carousel)
   ========================================= */
@media print, screen and (min-width:769px) {
  .c-carousel__arrow {
    border-radius: 100%;
    border: none;
    background: #55a7ed;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 55px;
    top: 0;
    z-index: 10;
    cursor: pointer
  }
  .c-carousel__arrow::before {
    content: "";
    display: block;
    background-image: url(/common_rn/btn_icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
  }
  .c-carousel__arrow:hover {
    opacity: .7
  }
  .c-carousel__arrow--prev {
    left: -20px
  }
  .c-carousel__arrow--prev::before {
    transform: rotateZ(180deg)
  }
  .c-carousel__arrow--next {
    right: -20px
  }
  .c-carousel__arrow--prev.slick-disabled {
    display: none!important
  }
  .c-carousel__dot {
    display: flex;
    justify-content: center;
    margin-top: 40px
  }
  .c-carousel__dot li {
    display: flex
  }
  .c-carousel__dot li:not(:last-child) {
    margin-right: 15px
  }
  .c-carousel__dot button {
    border-radius: 100%;
    border: solid 2px #55a7ed;
    background: #fff;
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer
  }
  .c-carousel__dot .slick-active button {
    background-color: #55a7ed
  }
}

@media print, screen and (max-width:768px) {
  .c-carousel {
    margin-right: -8vw;
    margin-left: -8vw
  }
  .c-carousel__item {
    padding-right: 2vw;
    padding-left: 2vw
  }
  .c-carousel__arrow {
    border-radius: 100%;
    border: none;
    background: #55a7ed;
    font-size: 0;
    width: 10.66666666vw;
    height: 10.66666666vw;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 11.2vw;
    top: 0;
    z-index: 10;
    cursor: pointer
  }
  .c-carousel__arrow::before {
    content: "";
    display: block;
    background-image: url(/common_rn/btn_icon_arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.2vw;
    height: 3.2vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
  }
  .c-carousel__arrow--prev {
    left: 3vw
  }
  .c-carousel__arrow--prev::before {
    transform: rotateZ(180deg)
  }
  .c-carousel__arrow--next {
    right: 3vw
  }
  .c-carousel__arrow--prev.slick-disabled {
    display: none!important
  }
  .c-carousel__dot {
    display: flex;
    justify-content: center;
    margin-top: 8vw
  }
  .c-carousel__dot li {
    display: flex
  }
  .c-carousel__dot li:not(:last-child) {
    margin-right: 2.66666666vw
  }
  .c-carousel__dot button {
    border-radius: 100%;
    border: solid 2px #55a7ed;
    background: #fff;
    font-size: 0;
    width: 3.2vw;
    height: 3.2vw;
    padding: 0
  }
  .c-carousel__dot .slick-active button {
    background-color: #55a7ed
  }
}

/* 赤色上書き設定（Carousel） */
@media print, screen and (min-width:769px) {
  .c-wrap--shimajiro .c-carousel__arrow {
    background-color: #e60013
  }
  .c-wrap--shimajiro .c-carousel__dot button {
    border-color: #e60013
  }
  .c-wrap--shimajiro .c-carousel__dot .slick-active button {
    background-color: #e60013
  }
  .c-wrap--sho .c-carousel__arrow {
    background-color: #55a7ed
  }
  .c-wrap--sho .c-carousel__dot button {
    border-color: #55a7ed
  }
  .c-wrap--sho .c-carousel__dot .slick-active button {
    background-color: #55a7ed
  }
  .c-wrap--chu .c-carousel__arrow {
    background-color: #2886d9
  }
  .c-wrap--chu .c-carousel__dot button {
    border-color: #2886d9
  }
  .c-wrap--chu .c-carousel__dot .slick-active button {
    background-color: #2886d9
  }
  .c-wrap--kou .c-carousel__arrow {
    background-color: #0565bc
  }
  .c-wrap--kou .c-carousel__dot button {
    border-color: #0565bc
  }
  .c-wrap--kou .c-carousel__dot .slick-active button {
    background-color: #0565bc
  }
}
@media print, screen and (max-width:768px) {
  .c-wrap--shimajiro .c-carousel__arrow {
    background-color: #e60013
  }
  .c-wrap--shimajiro .c-carousel__dot button {
    border-color: #e60013
  }
  .c-wrap--shimajiro .c-carousel__dot .slick-active button {
    background-color: #e60013
  }
  .c-wrap--sho .c-carousel__arrow {
    background-color: #55a7ed
  }
  .c-wrap--sho .c-carousel__dot button {
    border-color: #55a7ed
  }
  .c-wrap--sho .c-carousel__dot .slick-active button {
    background-color: #55a7ed
  }
  .c-wrap--chu .c-carousel__arrow {
    background-color: #2886d9
  }
  .c-wrap--chu .c-carousel__dot button {
    border-color: #2886d9
  }
  .c-wrap--chu .c-carousel__dot .slick-active button {
    background-color: #2886d9
  }
  .c-wrap--kou .c-carousel__arrow {
    background-color: #0565bc
  }
  .c-wrap--kou .c-carousel__dot button {
    border-color: #0565bc
  }
  .c-wrap--kou .c-carousel__dot .slick-active button {
    background-color: #0565bc
  }
}

/* =========================================
   Base02 (カードレイアウト)
   ========================================= */
@media print, screen and (min-width:769px) {
  .c-base02__body::after {
    content: "";
    display: block;
    clear: both
  }
  .c-base02__thumb {
    float: left;
    width: 47.5%;
    margin-right: 4%
  }
  .c-base02__thumb-cap {
    width: 100%;
    border-radius: 5px
  }
  .c-base02__h3 {
    float: right;
    width: 48.5%;
    padding-top: 20px;
    padding-right: 40px
  }
  .c-base02__content {
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #464646;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 14px;
    width: 48.5%;
    padding-right: 40px
  }
  .c-base02__text {
    font-size: 14px;
    font-weight: 400;
    color: #464646;
    text-align: left;
    line-height: 1.6
  }
}

@media print, screen and (max-width:768px) {
  .c-base02__item {
    margin-right: -8vw;
    margin-left: -8vw
  }
  .c-base02__body:after {
    content: "";
    display: block;
    clear: both
  }
  .c-base02__thumb {
    margin-bottom: 4.26666666vw
  }
  .c-base02__thumb-caption {
    font-size: 3.22222222vw;
    font-weight: 400;
    color: #464646;
    text-align: center;
    line-height: 1.5;
    margin-top: 2.66666666vw
  }
  .c-base02__h3 {
    font-size: 4.26666666vw;
    font-weight: 700;
    color: #464646;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 4vw
  }
  .c-base02__text {
    font-size: 3.73333333vw;
    font-weight: 400;
    color: #464646;
    text-align: left;
    line-height: 1.6
  }
  .c-base02 .c-carousel__arrow {
    width: 4.8vw;
    height: 4.8vw;
    background-color: transparent;
    top: auto;
    bottom: -.8vw
  }
  .c-base02 .c-carousel__arrow::before {
    width: 4.8vw;
    height: 4.8vw;
    background-size: contain
  }
  .c-base02 .c-carousel__arrow--prev {
    left: 8vw
  }
  .c-base02 .c-carousel__arrow--prev::before {
    background-position: left
  }
  .c-base02 .c-carousel__arrow--next {
    right: 8vw
  }
  .c-base02 .c-carousel__arrow--next::before {
    background-position: right
  }
  .c-base02 .c-carousel__item {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .c-base02 .slick-list {
    padding: 0!important
  }
  .c-base02__content {
    padding-right: 8vw;
    padding-left: 8vw
  }
  .c-base02 .c-carousel__item .c-base02__item {
    margin-right: 0;
    margin-left: 0
  }
}

/* 赤色上書き設定（Base02） */
@media print, screen and (max-width:768px) {
  .c-wrap--shimajiro .c-base02 .c-carousel__arrow::before {
    background-image: url(/common_rn/btn_icon_arrow_newshimajiro.svg)
  }
  .c-wrap--shimajiro .c-base02 .c-carousel__arrow--next.slick-disabled::before {
    background-image: url(/common_rn/btn_icon_arrow_double_newshimajiro.svg)
  }
  .c-wrap--sho .c-base02 .c-carousel__arrow::before {
    background-image: url(/common_rn/btn_icon_arrow_sho.svg)
  }
  .c-wrap--sho .c-base02 .c-carousel__arrow--next.slick-disabled::before {
    background-image: url(/common_rn/btn_icon_arrow_double_sho.svg)
  }
  .c-wrap--chu .c-base02 .c-carousel__arrow::before {
    background-image: url(/common_rn/btn_icon_arrow_chu.svg)
  }
  .c-wrap--chu .c-base02 .c-carousel__arrow--next.slick-disabled::before {
    background-image: url(/common_rn/btn_icon_arrow_double_chu.svg)
  }
  .c-wrap--kou .c-base02 .c-carousel__arrow::before {
    background-image: url(/common_rn/btn_icon_arrow_kou.svg)
  }
  .c-wrap--kou .c-base02 .c-carousel__arrow--next.slick-disabled::before {
    background-image: url(/common_rn/btn_icon_arrow_double_kou.svg)
  }
}

@media print, screen and (min-width: 769px){
  .c-carousel {
      padding-bottom: 55px;
  }
  .c-carousel.slick-initialized {
      padding-bottom: 0;
  }
}

@media print, screen and (max-width: 768px){
  .c-carousel {
      padding-bottom: 11.2vw;
  }
  .c-carousel.slick-initialized {
      padding-bottom: 0;
  }
  .c-base02 .c-carousel-modal .slick-list {
    padding: 0 6vw!important;
  }
}

.c-carousel.js-c-carousel, .c-carousel.js-c-carousel-fv {
  opacity: 1;
}
.c-carousel .c-carousel__item:not(:first-child) {
  display: none;
}
.c-carousel.slick-initialized .c-carousel__item {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .c-base01.c-carousel.s-base01--3col-carosel .c-carousel__item:nth-child(3n) {
    margin-right: 1.25%;
  }
}


.otherArea {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.otherArea h3 {
  font-size: 24px;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 16px;
}

.otherArea .balloon__border {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.otherArea__wrap {
  text-align: center;
  margin-bottom: 24px;
  height: 377px;
}

.otherArea__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: bold;
}

.otherArea__bnr {
  margin-bottom: 40px;
}

.otherArea__bnr .c-lineDetail__links__link {
  width: 100%;
  font-size: 18px;
}

.otherArea__base {
  max-width: 672px;
  margin: 0 auto;
}

.otherArea__list {
  width: 260px;
  margin: 0 auto;
}

.otherArea__list li {
  text-indent: -10px;
  line-height: 1.5;
}

.otherArea__list li:before {
  content: "●";
  color: #000;
}

.otherArea__list li.nd-list:before {
  content: none;
}

.otherArea__list__text {
  text-align: center;
}

.otherArea__list__title {
  background-color: #fff;
  text-align: center;
  width: 240px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 8px;
  border-radius: 1000px;
}
.requestbtn {
  background-color: #d20010;
  color: #fff;
  border-radius: 100px;
  padding: 15px 60px;
  margin: 10px auto;
  display: inline-block;
}
.courseNav-head {
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .otherArea {
    padding-top: 5.3vw;
    padding-bottom: 5.3vw;
  }
  .otherArea h3 {
    font-size: 4.8vw;
    margin-bottom: 4.27vw;
  }
  .otherArea .balloon__border {
    font-size: 4.27vw;
  }
  .otherArea__wrap {
    margin-bottom: 4.27vw;
    height: 52vw;
  }
  .otherArea__title {
    font-size: 6.4vw;
    margin-bottom: 4.27vw;
  }
  .otherArea__bnr {
    margin-bottom: 17.07vw;
  }
  .otherArea__bnr .c-lineDetail__links__link {
    font-size: 4.27vw;
  }
  .otherArea__contents {
    padding: 0 5.3vw;
  }
  .otherArea__list {
    width: 71.64%;
  }
  .otherArea__list li {
    font-size: 3.47vw;
    text-indent: -1.97vw;
  }

  .otherArea__list__title {
    width: 58.67vw;
    height: 9.07vw;
    font-size: 3.73vw;
    line-height: 9.07vw;
    margin-top: 6.4vw;
    margin-bottom: 2.13vw;
  }
  .requestbtn {
    padding: 5% 20%;
  }
  .courseNav-head {
    margin-top: 50px;
    font-size: 20px;
  }
}