.home-visual {
  position: relative;
}

.home-visual-text {
  position: relative;
  padding: calc(50 * 0.26667 * 1vw) 0 calc(80 * 0.26667 * 1vw);
  background: #fff;
  color: #000;
}

.home-visual-text::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 calc(25 * 0.26667 * 1vw) 100vw;
  border-color: transparent transparent #fff transparent;
}

.home-visual-text-inner {
  width: calc(332 * 0.26667 * 1vw);
  margin: 0 auto;
}

.home-visual-subtitle {
  font-size: calc(22 * 0.26667 * 1vw);
  font-weight: 700;
}

.home-visual-title {
  font-size: calc(43 * 0.26667 * 1vw);
  line-height: 1.4;
}

.home-visual-title > span {
  font-size: calc(46 * 0.26667 * 1vw);
  letter-spacing: 0.03em;
}

.home-visual-title.-mizonokuchi > span {
  font-size: calc(28 * 0.26667 * 1vw);
}

.home-visual-note {
  font-size: calc(10 * 0.26667 * 1vw);
}

.home-visual-notice {
  margin-top: calc(20 * 0.26667 * 1vw);
  padding: calc(9 * 0.26667 * 1vw) 0;
  background: #FFF;
  border: 1px solid #1d50a2;
  text-align: center;
  font-weight: 700;
  color: #1d50a2;
}

@-webkit-keyframes scroll-vs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-vs {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    opacity: 0;
  }
}

.feature-section:nth-child(n+2) {
  margin-top: calc(60 * 0.26667 * 1vw);
}

.feature-section-title {
  text-align: center;
}

.feature-section-title-number, .feature-section-title-text {
  display: block;
}

.feature-section-title-number {
  margin: 0 auto;
}

.feature-section-title-number > svg {
  width: 100%;
  height: 100%;
}

.feature-section-title-text {
  margin-top: calc(30 * 0.26667 * 1vw);
  font-size: calc(24 * 0.26667 * 1vw);
  color: #1d50a2;
}

.feature-section:nth-of-type(1) .feature-section-title-number {
  width: calc(78 * 0.26667 * 1vw);
  height: calc(64 * 0.26667 * 1vw);
}

.feature-section:nth-of-type(2) .feature-section-title-number {
  width: calc(99 * 0.26667 * 1vw);
  height: calc(64 * 0.26667 * 1vw);
}

.feature-section:nth-of-type(3) .feature-section-title-number {
  width: calc(98 * 0.26667 * 1vw);
  height: calc(64 * 0.26667 * 1vw);
}

.feature-section-inner {
  margin-top: calc(30 * 0.26667 * 1vw);
}

.feature-section-text p:not(:first-child) {
  margin-top: calc(20 * 0.26667 * 1vw);
}

.feature-section-more {
  width: calc(254 * 0.26667 * 1vw);
  margin: calc(30 * 0.26667 * 1vw) 0 0 auto;
}

.feature-section-image {
  margin-top: calc(45 * 0.26667 * 1vw);
}

.feature-section-image img {
  width: 100%;
}

.feature-section-bg {
  display: none;
}

.feature-relief {
  position: relative;
  margin-top: calc(80 * 0.26667 * 1vw);
}

.feature-relief::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #00a2e9;
  width: 100%;
  height: calc(300 * 0.26667 * 1vw);
  z-index: -1;
}

.feature-relief-title {
  position: relative;
  padding: calc(40 * 0.26667 * 1vw) 0 calc(35 * 0.26667 * 1vw) calc(20 * 0.26667 * 1vw);
  border-left: calc(2 * 0.26667 * 1vw) solid #fff;
  font-size: calc(22 * 0.26667 * 1vw);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.feature-relief-item {
  margin-top: calc(20 * 0.26667 * 1vw);
  background: #fff;
}

.feature-relief-item-image img {
  width: 100%;
}

.feature-relief-item-text {
  padding: calc(25 * 0.26667 * 1vw) calc(15 * 0.26667 * 1vw);
}

.feature-relief-item-title {
  font-size: calc(16 * 0.26667 * 1vw);
}

.feature-relief-item-detail {
  margin-top: calc(20 * 0.26667 * 1vw);
  line-height: 2;
}

.feature-relief-item-note {
  margin-top: calc(10 * 0.26667 * 1vw);
  font-size: calc(12 * 0.26667 * 1vw);
  font-weight: 700;
}

.course-contents {
  position: relative;
}

.course-contents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  width: 100%;
  height: calc(190 * 0.26667 * 1vw);
  z-index: -1;
}

.course-nav {
  margin-top: calc(40 * 0.26667 * 1vw);
}

.course-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(-5 * 0.26667 * 1vw);
}

.course-nav-item {
  width: calc(50% - 10 * 0.26667 * 1vw);
  margin: 0 calc(5 * 0.26667 * 1vw);
  -webkit-box-shadow: 0 calc(3 * 0.26667 * 1vw) calc(6 * 0.26667 * 1vw) rgba(0, 0, 0, 0.1);
          box-shadow: 0 calc(3 * 0.26667 * 1vw) calc(6 * 0.26667 * 1vw) rgba(0, 0, 0, 0.1);
}

.course-nav-item:nth-child(n+3) {
  margin-top: calc(10 * 0.26667 * 1vw);
}

.course-nav-item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(64 * 0.26667 * 1vw);
  padding: calc(9 * 0.26667 * 1vw) calc(5 * 0.26667 * 1vw) calc(10 * 0.26667 * 1vw) calc(56 * 0.26667 * 1vw);
  background: #fff;
  font-size: calc(14 * 0.26667 * 1vw);
  font-weight: 700;
}

.course-nav-item > a::before, .course-nav-item > a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(8 * 0.26667 * 1vw);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  /* background-position: 0 0; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.course-nav-item > a::after {
  opacity: 0;
  visibility: hidden;
}

.course-nav-item > a.is-current {
  color: #1d50a2;
}

.course-nav-item > a.is-current::before {
  opacity: 0;
  visibility: hidden;
}

.course-nav-item > a.is-current::after {
  opacity: 1;
  visibility: visible;
}

.course-nav-item.-all a::before, .course-nav-item.-all a::after {
  width: calc(40 * 0.26667 * 1vw);
  height: calc(40 * 0.26667 * 1vw);
}

.course-nav-item.-all a::before {
  background-image: url(../../basic/images/parts/svg_item/all_gray.svg);
}

.course-nav-item.-all a::after {
  background-image: url(../../basic/images/parts/svg_item/all_blue.svg);
}

.course-nav-item.-car a::before, .course-nav-item.-car a::after {
  /* width: calc(40 * 0.26667 * 1vw);
  height: calc(28 * 0.26667 * 1vw); */
  width: calc(40 * 0.26667 * 1vw);
  height: calc(40 * 0.26667 * 1vw);
}

.course-nav-item.-car a::before {
  background-image: url(../../basic/images/parts/svg_item/car_03_gray.svg);
}

.course-nav-item.-car a::after {
  background-image: url(../../basic/images/parts/svg_item/car_03_blue.svg);
}

.course-nav-item.-bike a::before, .course-nav-item.-bike a::after {
 /*width: calc(43 * 0.26667 * 1vw);
  height: calc(28 * 0.26667 * 1vw); */
  width: calc(40 * 0.26667 * 1vw);
  height: calc(40 * 0.26667 * 1vw);
}

.course-nav-item.-bike a::before {
  background-image: url(../../basic/images/parts/svg_item/bike_gray.svg);
}

.course-nav-item.-bike a::after {
  background-image: url(../../basic/images/parts/svg_item/bike_blue.svg);
}

.course-nav-item.-other a:before, .course-nav-item.-other a::after {
 /* width: calc(45 * 0.26667 * 1vw);
  height: calc(22 * 0.26667 * 1vw);*/
  width: calc(40 * 0.26667 * 1vw);
  height: calc(40 * 0.26667 * 1vw);
}

.course-nav-item.-other a::before {
  background-image: url(../../basic/images/parts/svg_item/truck_gray.svg);
}

.course-nav-item.-other a::after {
  background-image: url(../../basic/images/parts/svg_item/truck_blue.svg);
}

.course-nav-item.-lesson a::before, .course-nav-item.-lesson a::after {
 /* width: calc(41 * 0.26667 * 1vw);
  height: calc(40 * 0.26667 * 1vw); */
  width: calc(32 * 0.26667 * 1vw);
  height: calc(32 * 0.26667 * 1vw);
}

.course-nav-item.-lesson a::before {
  background-image: url(../../basic/images/parts/svg_item/lesson_gray.svg);
}

.course-nav-item.-lesson a::after {
  background-image: url(../../basic/images/parts/svg_item/lesson_blue.svg);
}

.course-nav-item.-special a::before, .course-nav-item.-special a::after {
   width: calc(36 * 0.26667 * 1vw);
   height: 100%;
 }
 
 .course-nav-item.-special a::before {
   background-image: url(../../basic/images/parts/special.png);
 }
 
 .course-nav-item.-special a::after {
   background-image: url(../../basic/images/parts/special.png);
 }

.flow-section {
  margin-top: calc(64 * 0.26667 * 1vw);
}

.flow-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(56 * 0.26667 * 1vw);
  padding: 0 calc(20 * 0.26667 * 1vw);
  background: -webkit-gradient(linear, left top, right top, from(#1d50a2), to(#00a2e9));
  background: linear-gradient(to right, #1d50a2 0%, #00a2e9 100%);
  font-size: calc(18 * 0.26667 * 1vw);
  font-weight: 700;
  color: #fff;
}

.flow-content {
  margin-top: calc(24 * 0.26667 * 1vw);
  padding: calc(20 * 0.26667 * 1vw) calc(15 * 0.26667 * 1vw);
  background: #fff;
}

.flow-about-content {
  margin-top: calc(36 * 0.26667 * 1vw);
}

.flow-about-image {
 display: none; /* 一時的に非表示 */ 
}

.flow-about-text {
  margin-top: calc(30 * 0.26667 * 1vw);
  line-height: 2;
}

.flow-about-text-note {
  padding-left: 1em;
}
.flow-about-footer-text {
  margin-top: 1em;
}
.flow-conditions-footer-text{
  margin-top: 1em;
  font-size: 1.2rem;
}
.flow-conditions-table {
  overflow-x: auto;
  padding-bottom: 10px;
}

.flow-conditions-table table {
  /* width: 960px; */
  width: auto;
  border: 1px solid #ddd;
  border-collapse:separate; /* border調整のために追加 */
  font-size: calc(12 * 0.26667 * 1vw);
  white-space: nowrap;
}

.flow-conditions-table table thead th {
  padding: calc(5 * 0.26667 * 1vw) calc(10 * 0.26667 * 1vw);
  border-left: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
  font-weight: 500;
}

.flow-conditions-table table thead th:first-child {
  border-left: none;
  /* border-right: 1px solid #ddd; */
}

.flow-conditions-table table thead th:not(:first-child) {
  background: rgba(0, 162, 233, 0.1);
}

.flow-conditions-table table tbody tr {
  /* border-top: 1px solid #ddd; */
}

.flow-conditions-table table tbody tr th {
  padding: calc(5 * 0.26667 * 1vw) calc(20 * 0.26667 * 1vw);
  background: #f5f5f5;
  /* border-right: 1px solid #ddd; */
  border-top: 1px solid #ddd;
}

.flow-conditions-table table tbody tr td {
  padding: calc(5 * 0.26667 * 1vw) calc(20 * 0.26667 * 1vw);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* 線なし */
.border-top-none > th,
.border-top-none > td{
  border-top:1px solid #FFF!important;
}

/* 点線 */
.border-top-dashed > th,
.border-top-dashed > td{
  border-top:0!important;
  position: relative;
}
.border-top-dashed > th::before,
.border-top-dashed > td::before{
  content: "";
  background-image: linear-gradient(to right, #ddd, #ddd 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 10px;
  height: 1px;
  width: calc(100% - 20px);
  display: block;
}

.flow-necessary-content-item:not(:first-child) {
  margin-top: calc(48 * 0.26667 * 1vw);
}

.flow-necessary-content-item-title {
  position: relative;
  padding: 0 0 calc(15 * 0.26667 * 1vw) calc(40 * 0.26667 * 1vw);
  border-bottom: 1px solid #ddd;
  font-size: calc(16 * 0.26667 * 1vw);
  font-weight: 700;
}

.flow-necessary-content-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.flow-necessary-content-item:nth-child(1) .flow-necessary-content-item-title::before {
  top: 0;
  width: calc(20 * 0.26667 * 1vw);
  height: calc(26 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/document.svg);
}

.flow-necessary-content-item:nth-child(2) .flow-necessary-content-item-title::before {
  top: 0;
  width: calc(25 * 0.26667 * 1vw);
  height: calc(20 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/licence.svg);
}

.flow-necessary-content-item:nth-child(3) .flow-necessary-content-item-title::before {
  top: calc(5 * 0.26667 * 1vw);
  width: calc(26 * 0.26667 * 1vw);
  height: calc(15 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/grass.svg);
}

.flow-necessary-content-item:nth-child(4) .flow-necessary-content-item-title::before {
  top: calc(2 * 0.26667 * 1vw);
  width: calc(26 * 0.26667 * 1vw);
  height: calc(19 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/card.svg);
}

.flow-necessary-content-item-detail {
  margin-top: calc(30 * 0.26667 * 1vw);
  line-height: 2;
}

.flow-necessary-content-item-text:not(:first-child) {
  margin-top: calc(30 * 0.26667 * 1vw);
}

.flow-necessary-content-item-note {
  padding-left: 1em;
}

.flow-skill-title > span {
  display: inline-block;
  padding: calc(3 * 0.26667 * 1vw) calc(10 * 0.26667 * 1vw);
  border-radius: calc(20 * 0.26667 * 1vw);
  background: #fff;
  font-size: calc(12 * 0.26667 * 1vw);
  color: #1d50a2;
}

.flow-skill-title > span:nth-child(2) {
  margin-left: calc(5 * 0.26667 * 1vw);
}

.flow-skill-table {
  overflow-x: auto;
  font-size: calc(12 * 0.26667 * 1vw);
}

.flow-skill-table table {
  /* width: 600px; */
  width: auto;
  border: 1px solid #ddd;
}

.flow-skill-table table thead th {
  padding: calc(5 * 0.26667 * 1vw) calc(20 * 0.26667 * 1vw);
  border-left: 1px solid #ddd;
  font-weight: 500;
}

.flow-skill-table table thead th:first-child {
  border-left: none;
}

.flow-skill-table table thead th:not(:first-child) {
  background: rgba(0, 162, 233, 0.1);
}

.flow-skill-table table tbody {
  border-top: 1px solid #ddd;
}
.flow-skill-table table tbody tr {
  border-top: 1px dashed #ddd;
}

.flow-skill-table table tbody tr th {
  padding: calc(5 * 0.26667 * 1vw) calc(10 * 0.26667 * 1vw);
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  width: auto!important;
}

.flow-skill-table table tbody tr td {
  padding: calc(5 * 0.26667 * 1vw) calc(10 * 0.26667 * 1vw);
  border-left: 1px dashed #ddd;
  min-width: 6em;
}

.flow-skill-text{
  margin-top: calc(20 * 0.26667 * 1vw);
}
.flow-skill-text-title{
  margin-bottom: calc(10 * 0.26667 * 1vw);
}

.flow-payment-item {
  padding: calc(40 * 0.26667 * 1vw) 0;
  border-top: 1px solid #ddd;
}

.flow-payment-item:nth-child(1) {
  padding-top: 0;
  border: none;
}

.flow-payment-item-title {
  font-weight: 700;
}

.flow-payment-item-detail {
  margin-top: calc(20 * 0.26667 * 1vw);
}

.flow-payment-item-text {
  line-height: 2;
}

.flow-payment-item-image {
  margin-top: calc(5 * 0.26667 * 1vw);
}

.flow-time-table {
  overflow-x: auto;
  padding-bottom: 10px;
}

.flow-time-table:not(:first-child) {
  margin-top: calc(40 * 0.26667 * 1vw);
}

.flow-time-table table {
  /* width: 600px; */
  width: auto;
  margin-top: calc(20 * 0.26667 * 1vw);
  border: 1px solid #ddd;
  font-size: calc(12 * 0.26667 * 1vw);
  white-space: nowrap;
}

.flow-time-table table thead th {
  padding: calc(5 * 0.26667 * 1vw) calc(10 * 0.26667 * 1vw);
  border-left: 1px solid #ddd;
  font-weight: 500;
}

.flow-time-table table thead th:first-child {
  border-left: none;
}

.flow-time-table table thead th:not(:first-child) {
  background: rgba(0, 162, 233, 0.1);
}

.flow-time-table table tbody tr {
  border-top: 1px solid #ddd;
}

.flow-time-table table tbody tr th {
  padding: calc(5 * 0.26667 * 1vw) calc(15 * 0.26667 * 1vw);
  background: #f5f5f5;
}

.flow-time-table table tbody tr td {
  padding: calc(5 * 0.26667 * 1vw) calc(20 * 0.26667 * 1vw);
  border-left: 1px solid #ddd;
}

.flow-more {
  margin-top: calc(24 * 0.26667 * 1vw);
}

.flow-more a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(20 * 0.26667 * 1vw) calc(12 * 0.26667 * 1vw) calc(20 * 0.26667 * 1vw) calc(30 * 0.26667 * 1vw);
}

.flow-more a:not(:first-child) {
  margin-top: calc(10 * 0.26667 * 1vw);
}

.flow-more-calendar svg {
  position: absolute;
  left: calc(40 * 0.26667 * 1vw);
  width: calc(25 * 0.26667 * 1vw);
  height: calc(25 * 0.26667 * 1vw);
}

.flow-more-question > i {
  left: calc(40 * 0.26667 * 1vw);
  width: calc(25 * 0.26667 * 1vw);
  height: calc(25 * 0.26667 * 1vw);
}

.access-info {
  padding: calc(48 * 0.26667 * 1vw) 0 calc(80 * 0.26667 * 1vw);
  background: #fff;
}

.access-info-title {
  margin: 0 0 calc(35 * 0.26667 * 1vw) 0;
}

.access-info-item {
  padding: calc(20 * 0.26667 * 1vw) 0;
  border-top: 1px solid #ddd;
}

.access-info-item:last-child {
  border-bottom: 1px solid #ddd;
}

.access-info-item > dt {
  font-weight: 700;
}

.access-info-item > dd {
  margin-top: calc(10 * 0.26667 * 1vw);
  line-height: 2;
}

.access-info-map {
  margin-top: calc(64 * 0.26667 * 1vw);
}

.access-info-map-image {
  margin: 0 calc(-20 * 0.26667 * 1vw);
}

.access-info-map-more {
  width: calc(280 * 0.26667 * 1vw);
  margin: calc(65 * 0.26667 * 1vw) 0 0 auto;
}

.access-pickup {
  position: relative;
}

.access-pickup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(300 * 0.26667 * 1vw);
  background: #eee;
}

.access-pickup-title {
  position: relative;
  padding: calc(40 * 0.26667 * 1vw) 0 calc(35 * 0.26667 * 1vw) calc(20 * 0.26667 * 1vw);
  border-left: calc(2 * 0.26667 * 1vw) solid #1d50a2;
  font-size: calc(22 * 0.26667 * 1vw);
  font-weight: 700;
  color: #1d50a2;
  letter-spacing: 0.05em;
}

.access-pickup-items {
  position: relative;
  margin-top: calc(20 * 0.26667 * 1vw);
}

.access-pickup-item {
  padding-bottom: calc(30 * 0.26667 * 1vw);
  background: #fff;
}

.access-pickup-item:not(:first-child) {
  margin-top: calc(36 * 0.26667 * 1vw);
}

.access-pickup-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* height: calc(50 * 0.26667 * 1vw); */
  background: #1d50a2;
  padding: calc(10 * 0.26667 * 1vw);
  font-size: calc(18 * 0.26667 * 1vw);
  color: #fff;
}

.access-pickup-item-text {
  padding: calc(30 * 0.26667 * 1vw) calc(24 * 0.26667 * 1vw) 0;
}

.access-pickup-item-more {
  width: calc(160 * 0.26667 * 1vw);
  margin: calc(25 * 0.26667 * 1vw) auto 0;
}

.access-pickup-item-more > a {
  padding-left: calc(20 * 0.26667 * 1vw);
  font-size: calc(14 * 0.26667 * 1vw);
}

.access-location {
  position: relative;
}

.access-location::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(260 * 0.26667 * 1vw);
  background: #eee;
  z-index: -1;
}

.access-location-text {
  padding: calc(40 * 0.26667 * 1vw) 0 0 calc(20 * 0.26667 * 1vw);
  border-left: calc(2 * 0.26667 * 1vw) solid #1d50a2;
}

.access-location-title {
  position: relative;
  font-size: calc(22 * 0.26667 * 1vw);
  font-weight: 700;
  color: #1d50a2;
  letter-spacing: 0.05em;
}

.access-location-place {
  margin-top: calc(14 * 0.26667 * 1vw);
  line-height: 1.7;
}

.access-timetable {
  margin-top: calc(92 * 0.26667 * 1vw);
}

.access-busStop-content {
  padding: calc(35 * 0.26667 * 1vw) calc(15 * 0.26667 * 1vw) calc(35 * 0.26667 * 1vw);
  background: #fff;
}

.access-busStop-item {
  padding-bottom: calc(36 * 0.26667 * 1vw);
  border-bottom: 1px solid #ddd;
}

.access-busStop-item:nth-child(n+2) {
  padding-top: calc(30 * 0.26667 * 1vw);
}

.access-busStop-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.access-busStop-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access-busStop-item-title-text {
  margin-left: calc(14 * 0.26667 * 1vw);
  font-size: calc(18 * 0.26667 * 1vw);
}

.access-busStop-item-number {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: calc(44 * 0.26667 * 1vw);
  color: #d4deee;
}

.access-busStop-item-detail {
  margin-top: calc(24 * 0.26667 * 1vw);
  line-height: 2;
}

.access-busStop-item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(10 * 0.26667 * 1vw) calc(-4 * 0.26667 * 1vw) 0;
}

.access-busStop-item-image {
  width: calc(50% - 8 * 0.26667 * 1vw);
  margin: 0 calc(4 * 0.26667 * 1vw);
}

.access-busStop-item-image:nth-child(n+3) {
  margin-top: calc(8 * 0.26667 * 1vw);
}

.access-busStop-back {
  width: calc(295 * 0.26667 * 1vw);
  margin: calc(48 * 0.26667 * 1vw) 0 0 auto;
}

.access-busStop-back > a {
  padding-left: calc(20 * 0.26667 * 1vw);
}

.student-item {
  padding: calc(30 * 0.26667 * 1vw) calc(15 * 0.26667 * 1vw) calc(48 * 0.26667 * 1vw);
  background: #fff;
}

.student-item:not(:first-child) {
  margin-top: calc(10 * 0.26667 * 1vw);
}

.student-item-title {
  position: relative;
  padding: 0 0 calc(20 * 0.26667 * 1vw) calc(35 * 0.26667 * 1vw);
  border-bottom: 1px solid #1d50a2;
  font-size: calc(18 * 0.26667 * 1vw);
}

.student-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.student-item:nth-child(1) .student-item-title::before {
  top: calc(-3 * 0.26667 * 1vw);
  width: calc(22 * 0.26667 * 1vw);
  height: calc(33 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/reservation.svg);
}

.student-item:nth-child(1) .student-item-title.shonandai::before,
.student-item:nth-child(1) .student-item-title.yokohama::before {
  top: calc(-3 * 0.26667 * 1vw);
  width: calc(30 * 0.26667 * 1vw);
  height: calc(30 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/schedule.svg);
}

.student-item:nth-child(2) .student-item-title::before {
  top: 0;
  width: calc(29 * 0.26667 * 1vw);
  height: calc(24 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/study.svg);
}

.student-item:nth-child(3) .student-item-title::before {
  top: 0;
  width: calc(29 * 0.26667 * 1vw);
  height: calc(24 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/study.svg);
}

.student-item:nth-child(4) .student-item-title::before {
  top: 0;
  width: calc(20 * 0.26667 * 1vw);
  height: calc(30 * 0.26667 * 1vw);
  background-image: url(../../basic/images/parts/svg_item/access.svg);
}

.student-item-text {
  margin-top: calc(30 * 0.26667 * 1vw);
  line-height: 2;
}

.onLine .student-item-text {
  margin-top: 0;
}

.student-item-more {
  margin-top: calc(30 * 0.26667 * 1vw);
}

.student-item-more-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.student-item-more-button:not(:first-child) {
  margin-top: calc(10 * 0.26667 * 1vw);
}

.student-item-musasi {
  width: calc(300 * 0.26667 * 1vw);
  margin: calc(40 * 0.26667 * 1vw) auto 0;
}

.student-item-bus {
  width: 100%;
  margin: calc(40 * 0.26667 * 1vw) auto 0;
  text-align: center;
}

.student-item-bus a {
  display: block;
  padding: 5px 70px 5px 30px;
  border: 1px solid #000;
  position: relative;
}
.student-item-bus img {
  width: auto;
  height: 36px;
}
.student-item-bus a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon-newwindow.svg) no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.student-twitter {
  margin-top: calc(64 * 0.26667 * 1vw);
}

.student-twitter-bnr {
  display: block;
  width: 100%;
  height: calc(60 * 0.26667 * 1vw);
  line-height: calc(60 * 0.26667 * 1vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221200%22%20height%3D%221227%22%20viewBox%3D%220%200%201200%201227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M714.163%20519.284L1160.89%200H1055.03L667.137%20450.887L357.328%200H0L468.492%20681.821L0%201226.37H105.866L515.491%20750.218L842.672%201226.37H1200L714.137%20519.284H714.163ZM569.165%20687.828L521.697%20619.934L144.011%2079.6944H306.615L611.412%20515.685L658.88%20583.579L1055.08%201150.3H892.476L569.165%20687.854V687.828Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: calc(26 * 0.26667 * 1vw) auto;
  background-repeat: no-repeat;
  background-position: calc(60 * 0.26667 * 1vw) center;
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-size: calc(16 * 0.26667 * 1vw);
  padding-left: calc(13 * 0.26667 * 1vw);
}

.student-twitter-text {
  margin-bottom: calc(25 * 0.26667 * 1vw);
  font-size: calc(13 * 0.26667 * 1vw);
}

.student-item-codes {
  text-align: center;
  margin-top: 20px;
}

.student-item-codes-box {
  margin-bottom: 20px;
}

.student-item-codes-box p {
  margin-bottom: 10px;
}

.student-item-codes .student-item-codes-box img {
  width: 50%;
}

.student-item.onLine h3 {
  color: #1d50a2;
  margin: 30px auto 5px;
}

@media screen and (min-width: 768px), print {
  .home-visual-text {
    padding: 50px 0 80px;
  }
  .home-visual-text::before {
    border-width: 0 0 25px 100vw;
  }
  .home-visual-text-inner {
    width: auto;
    text-align: center;
  }
  .home-visual-subtitle {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .home-visual-title {
    font-size: 5.2rem;
    letter-spacing: 0.08em;
  }
  .home-visual-title.-mizonokuchi{
    font-size: 4.6rem;
    letter-spacing: 0.05em;
  }
  .home-visual-title:not(:first-child) {
    margin-top: 5px;
  }
  .home-visual-title span {
    font-size: 5.5rem;
    letter-spacing: 0.1em;
  }
  .home-visual-title.-mizonokuchi {
    text-align: center;
    letter-spacing: 0;
  }
  .home-visual-title.-mizonokuchi br {
    display: none;
  }
  .home-visual-title.-mizonokuchi br.pc-view {
    display: block;
  }
  .home-visual-title.-mizonokuchi > span {
    font-size: 3.6rem;
    display: inline-block;
  }
  .home-visual-note {
    margin-top: 5px;
    font-size: 1.3rem;
    text-align: center;
  }
  .home-visual-notice {
    width: 400px;
    margin: 40px auto 0;
    padding: 9px 0;
    font-size: 1.8rem;
  }
  .feature-section:nth-child(n+2) {
    margin-top: 60px;
  }
  .feature-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-section-title br {
    display: none;
  }
  .feature-section-title-number {
    margin: 0;
  }
  .feature-section-title-text {
    margin-top: 0;
    font-size: 3.0rem;
  }
  .feature-section:nth-of-type(1) .feature-section-title-number {
    width: 105px;
    height: 87px;
    margin-right: 49px;
  }
  .feature-section:nth-of-type(2) .feature-section-title-number {
    width: 135px;
    height: 87px;
    margin-right: 19px;
  }
  .feature-section:nth-of-type(3) .feature-section-title-number {
    width: 135px;
    height: 89px;
    margin-right: 19px;
  }
  .feature-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
  }
  .feature-section-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 60px;
  }
  .feature-section-text p:not(:first-child) {
    margin-top: 30px;
  }
  .feature-section-more {
    width: 254px;
    margin-top: 35px;
  }
  .feature-section-image {
    width: 44.5%;
    margin-top: 0;
  }
  .feature-section-image img {
    width: 100%;
  }
  .feature-section-bg {
    position: relative;
    display: block;
    margin: 60px 30px 0;
    width: calc(100% - 60px);
    height: 290px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
  }
  .feature-section-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 80, 162, 0.4);
  }
  .feature-section:nth-of-type(1) .feature-section-bg {
    background-image: url(../../school/images/mizonokuchi/feature/bg_section_01.jpg);
  }
  .feature-section:nth-of-type(2) .feature-section-bg {
    background-image: url(../../school/images/mizonokuchi/feature/bg_section_02.jpg);
  }
  .feature-section:nth-of-type(1) .feature-section-bg.-yokohama {
    background-image: url(../../school/images/yokohama/feature/bg_section_01.jpg);
  }
  .feature-section:nth-of-type(2) .feature-section-bg.-yokohama {
    background-image: url(../../school/images/yokohama/feature/bg_section_02.jpg);
  }
  .feature-section:nth-of-type(1) .feature-section-bg.-shonandai {
    background-image: url(../../school/images/shonandai/feature/bg_section_01.jpg);
  }
  .feature-section:nth-of-type(2) .feature-section-bg.-shonandai {
    background-image: url(../../school/images/shonandai/feature/bg_section_02.jpg);
  }
  .feature-relief {
    margin-top: 60px;
  }
  .feature-relief::before {
    height: 288px;
  }
  .feature-relief-title {
    padding: 80px 0 20px 30px;
    border-width: 2px;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .feature-relief-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 55px -15px 0;
  }
  .feature-relief-item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
  .feature-relief-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .feature-relief-item-text {
    padding: 20px;
    background: #fff;
  }
  .feature-relief-item-title {
    font-size: 1.6rem;
  }
  .feature-relief-item-detail {
    margin-top: 20px;
    line-height: 2;
  }
  .feature-relief-item-note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .course-contents::before {
    height: 288px;
  }
  .course-nav {
    margin-top: 30px;
  }
  .course-nav-items {
    margin: 0 -8px;
  }
  .course-nav-item {
    width: calc(50% - 16px);
    margin: 0 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .course-nav-item:nth-child(n+3) {
    margin-top: 16px;
  }
  .course-nav-item > a {
    height: 120px;
    padding: 9px 5px 10px 140px;
    font-size: 1.6rem;
  }
  .course-nav-item > a::before, .course-nav-item > a::after {
    left: 16px;
  }
  
  .course-nav-item.-all a::before, .course-nav-item.-all a::after {
    /* width: 90px;
    height: 90px; */
    width: 64px;
    height: 64px;
  }
  .course-nav-item.-car a::before, .course-nav-item.-car a::after {
    /* width: 110px;
    height: 51px; */
    width: 64px;
    height: 64px;
  }
  .course-nav-item.-bike a::before, .course-nav-item.-bike a::after {
    /* width: 86px;
    height: 53px; */
    width: 64px;
    height: 64px;
  }
  .course-nav-item.-other a::before, .course-nav-item.-other a::after {
    /* width: 100px;
    height: 48px; */
    width: 64px;
    height: 64px;
  }
  .course-nav-item.-lesson a::before, .course-nav-item.-lesson a::after {
    /* width: 72px;
    height: 72px; */
    width: 56px;
    height: 56px;
  }
  .course-nav-item.-special a::before, .course-nav-item.-special a::after {
    width: 64px;
    height: 100%;
  }
  .flow-section {
    margin-top: 64px;
  }
  .flow-title {
    max-width: 1160px;
    height: 56px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 2.0rem;
  }
  .flow-content {
    margin-top: 24px;
    padding: 48px 20px;
  }
  .flow-about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
  }
  .flow-about-image {
    width: 41.3794%;
  }
  .flow-about-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* margin: 0 0 0 30px; */
    margin: 0;
    font-size: 1.5rem;
  }
  .flow-conditions-table {
    overflow-x: visible;
    padding-bottom: 0;
  }
  .flow-conditions-table table {
    width: 100%;
    font-size: 1.4rem;
  }
  .flow-conditions-table table thead th {
    padding: 5px 20px;
  }
  .flow-conditions-table table tbody tr th {
    padding: 5px 20px;
  }
  .flow-conditions-table table tbody tr td {
    padding: 5px 20px;
    text-align: center;
  }
  .flow-necessary-content-item:not(:first-child) {
    margin-top: 48px;
  }
  .flow-necessary-content-item-title {
    padding: 0 0 20px 40px;
    font-size: 1.8rem;
  }
  .flow-necessary-content-item:nth-child(1) .flow-necessary-content-item-title::before {
    top: 0;
    width: 25px;
    height: 32px;
  }
  .flow-necessary-content-item:nth-child(2) .flow-necessary-content-item-title::before {
    top: 6px;
    width: 28px;
    height: 23px;
  }
  .flow-necessary-content-item:nth-child(3) .flow-necessary-content-item-title::before {
    top: 8px;
    width: 30px;
    height: 17px;
  }
  .flow-necessary-content-item:nth-child(4) .flow-necessary-content-item-title::before {
    top: 7px;
    width: 28px;
    height: 20px;
  }
  .flow-necessary-content-item-detail {
    margin-top: 30px;
  }
  .flow-necessary-content-item-text:not(:first-child) {
    margin-top: 30px;
  }
  .flow-skill-title > span {
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 1.3rem;
  }
  .flow-skill-title > span:nth-child(1) {
    margin-left: 30px;
  }
  .flow-skill-title > span:nth-child(2) {
    margin-left: 10px;
  }
  .flow-skill-table {
    overflow-x: visible;
    font-size: 1.4rem;
  }
  .flow-skill-table table {
    width: 100%;
  }
  .flow-skill-table table thead th {
    padding: 5px 20px;
  }
  .flow-skill-table table tbody tr th {
    padding: 5px 20px;
    width: 20%;
  }
  .flow-skill-table table tbody tr td {
    padding: 5px 20px;
  }
  .flow-skill-text{
    margin-top: 20px;
  }
  .flow-skill-text-title{
    margin-bottom: 10px;
  }
  .flow-payment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
  }
  .flow-payment-item:nth-child(1) {
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }
  .flow-payment-item:last-child {
    border-bottom: 1px solid #ddd;
  }
  .flow-payment-item-title {
    width: 200px;
  }
  .flow-payment-item-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .flow-payment-item-image {
    margin-top: 10px;
  }
  .flow-time-table {
    overflow-x: visible;
    padding-bottom: 0;
  }
  .flow-time-table:not(:first-child) {
    margin-top: 40px;
  }
  .flow-time-table table {
    width: 100%;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .flow-time-table table thead th {
    padding: 5px 20px;
  }
  .flow-time-table table thead th:nth-child(1) {
    width: 150px;
  }
  .flow-time-table table thead th:nth-child(2) {
    width: 200px;
  }
  .flow-time-table table tbody tr th {
    padding: 5px 20px;
  }
  .flow-time-table table tbody tr td {
    padding: 5px 20px;
  }
  .flow-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 840px;
    margin: 24px auto 0;
  }
  .flow-more a {
    width: 50%;
    margin: 0 5px;
    padding: 12px 12px 12px 30px;
  }
  .flow-more a:not(:first-child) {
    margin-top: 0;
  }
  .flow-more-calendar svg {
    left: 14%;
    width: 25px;
    height: 25px;
  }
  .flow-more-question > i {
    left: 14%;
    width: 25px;
    height: 25px;
  }
  .access-info {
    padding: 48px 0 60px;
  }
  .access-info-title {
    margin-bottom: 35px;
  }
  .access-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access-info-items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .access-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 10px;
  }
  .access-info-item > dt {
    width: 80px;
  }
  .access-info-item > dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .access-info-map {
    width: 46.0345%;
    margin-top: 0;
  }
  .access-info-map-image {
    margin: 0;
  }
  .access-info-map-more {
    width: 280px;
    margin-top: 48px;
  }
  .access-pickup::before {
    height: 288px;
  }
  .access-pickup-title {
    padding: 80px 0 20px 30px;
    border-width: 2px;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .access-pickup-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px -15px 0;
  }
  .access-pickup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 30px);
    margin: 0 15px;
    padding-bottom: 30px;
  }
  .access-pickup-item:not(:first-child) {
    margin-top: 0;
  }
  .access-pickup-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .access-pickup-item-title {
   /*  height: 50px; */
    font-size: 1.6rem;
    padding: 10px;
  }
  .access-pickup-item-text {
    padding: 30px 24px 0;
  }
  .access-pickup-item-more {
    width: 160px;
    margin: auto auto 0;
    padding-top: 20px;
  }
  .access-pickup-item-more > a {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .access-location::before {
    height: 288px;
  }
  .access-location-text {
    padding: 0;
    border-left: none;
  }
  .access-location-title {
    padding: 80px 0 15px 30px;
    border-left: 2px solid #1d50a2;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .access-location-place {
    margin-top: 10px;
    padding-left: 30px;
    line-height: 2;
  }
  .access-timetable {
    margin-top: 112px;
  }
  .access-busStop-content {
    padding: 48px;
  }
  .access-busStop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
  }
  .access-busStop-item:nth-child(n+2) {
    padding-top: 30px;
  }
  .access-busStop-item-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .access-busStop-item-title-text {
    margin-left: 0;
    padding-left: 100px;
    font-size: 1.8rem;
  }
  .access-busStop-item-number {
    position: absolute;
    font-size: 6.0rem;
  }
  .access-busStop-item-detail {
    margin-top: 30px;
  }
  .access-busStop-item-images-inner {
    width: 46.2264%;
  }
  .access-busStop-item-images {
    width: 100%;
    margin: 0 -5px;
  }
  .access-busStop-item-image {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .access-busStop-item-image:nth-child(n+3) {
    margin-top: 10px;
  }
  .access-busStop-back {
    width: 295px;
    margin-top: 48px;
  }
  .access-busStop-back > a {
    padding: 12px 20px;
  }
  .access-busStop-back > a > i {
    right: 20px;
  }
  .student-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .student-items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .student-item {
    padding: 48px 50px;
  }
  .student-item:not(:first-child) {
    margin-top: 10px;
  }
  .student-item-title {
    padding: 0 0 20px 41px;
    font-size: 1.8rem;
  }
  .student-item:nth-child(1) .student-item-title::before {
    top: 0;
    width: 22px;
    height: 33px;
  }
  .student-item:nth-child(1) .student-item-title.shonandai::before,
  .student-item:nth-child(1) .student-item-title.yokohama::before {
    top: 0;
    width: 30px;
    height: 30px;
  }
  .student-item:nth-child(2) .student-item-title::before {
    top: 5px;
    width: 29px;
    height: 24px;
  }
  .student-item:nth-child(3) .student-item-title::before {
    top: 5px;
    width: 29px;
    height: 24px;
  }
  .student-item:nth-child(4) .student-item-title::before {
    top: 3px;
    width: 20px;
    height: 30px;
  }

  .student-item-text {
    margin-top: 30px;
  }
  .onLine .student-item-text {
    margin-top: 0;
  }
  .student-item-more {
    width: 400px;
    margin: 30px auto 0;
  }
  .student-item-more-button:not(:first-child) {
    margin-top: 10px;
  }
  .student-item-musasi {
    width: 300px;
    margin-top: 40px;
  }
  .student-item-bus {
    width: 400px;
    margin-top: 30px;
  }
  .student-item-bus a {
    padding: 5px 15px 5px 0px;
  }
  .student-item-bus a::after {
    right: 50px;
  }
  .student-item-bus img {
    height: 41px;
  }
  .student-twitter {
    width: 28.30188%;
    margin-top: 0;
  }
  .student-twitter-bnr {
    height: 60px;
    line-height: 60px;
    background-size: 26px auto;
    background-position: 30px center;
    font-size: 16px;
    padding-left: 30px;
  }
  .student-twitter-text {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }

  .student-item-codes {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }

  .student-item-codes-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px), print {
  .home-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home-visual-image {
    width: 50%;
  }
  .home-visual-image.-shonandai {
    width: 100%;
  }
  .home-visual-note{
    text-align: left;
  }
  .home-visual-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-visual-text-inner{
    text-align: left;
  }
  .feature-relief-item {
    width: calc(33.3333% - 30px);
  }
  .feature-relief-item:nth-child(n+3) {
    margin-top: 0;
  }
  .feature-relief-item:nth-child(n+4) {
    margin-top: 30px;
  }
  .course-nav-item {
    width: calc(20% - 16px);
  }
  .course-nav-item:nth-child(n+3) {
    margin-top: 0;
  }
  .course-nav-item > a {
    display: block;
    height: 180px;
    padding: 140px 0 16px;
    text-align: center;
  }
  .course-nav-item > a::before, .course-nav-item > a::after {
    top: 50%;
    left: 50%;
    margin-top: -10px;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .course-nav-item > a:hover {
    color: #1d50a2;
    opacity: 1;
  }
  .course-nav-item > a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .flow-content {
    margin-top: 24px;
    padding: 48px 100px;
  }
  .flow-time-table table thead th:nth-child(1) {
    width: 192px;
  }
  .flow-time-table table thead th:nth-child(2) {
    width: 350px;
  }
  .flow-more-calendar svg {
    left: 74px;
  }
  .flow-more-question > i {
    left: 80px;
  }
  .access-info-items {
    margin-right: 46px;
  }
  .access-info-item {
    padding: 20px 30px;
  }
  .access-info-item > dt {
    width: 120px;
  }
  .access-pickup-item {
    width: calc(33.3333% - 30px);
  }
  .access-pickup-item:nth-child(n+3) {
    margin-top: 0;
  }
  .access-pickup-item:nth-child(n+4) {
    margin-top: 30px;
  }
  .access-busStop-item-inner {
    margin-right: 80px;
  }
  .student-items {
    margin-right: 40px;
  }
  .student-twitter-bnr {
    background-size: 26px auto;
    background-position: 60px center;
    font-size: 16px;
    padding-left: 20px;
  }

}

@media screen and (min-width: 1280px), print {
  .home-visual-image {
    width: 64%;
  }
  .home-visual-image.-shonandai {
    width: 100%;
  }
  .home-visual-text::before {
    content: none;
  }
  .home-visual-scroll {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
  }
  .home-visual-scroll-icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 24px;
    padding-top: 2px;
    border: 2px solid #fff;
    border-radius: 9px;
    text-align: center;
    line-height: 1;
  }
  .home-visual-scroll-icon > span {
    display: inline-block;
    width: 2px;
    height: 6px;
    background-color: #fff;
    -webkit-animation: scroll-vs 1.6s 1s ease-out infinite both;
    animation: scroll-vs 1.6s 1s ease-out infinite both;
  }
  .home-visual-scroll-icon::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 15px;
    height: 19px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../../basic/images/parts/svg_item/arrow_03_white.svg) 0 0 no-repeat;
    background-size: cover;
  }
}

/* 溝ノ口オンライン授業モーダル */
.info-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 630px;
  height: 280px;
  margin: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.info-modal.is-show {
  z-index: 10000;
  opacity: 1;
  visibility: visible;
}
.info-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  visibility: hidden;
}
.info-modal-overlay.is-show {
  z-index: 9999;
  opacity: 0.4;
  visibility: visible;
}
.info-modal-header {
  position: relative;
  background: #FFF;
}
.info-modal-trigger {
  position: absolute;
  outline: none;
  background: none;
  cursor: pointer;
  border: none;
}
.info-modal-content a:hover {
  opacity: 1;
}
.info-modal-trigger > span {
  position: absolute;
  left: 2px;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.info-modal-trigger.is-open > span:nth-child(1) {
  top: calc(50% - 0px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.info-modal-trigger.is-open > span:nth-child(3) {
  bottom: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info-modal-trigger {
  top: -30px;
  right: -30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.info-modal-trigger > span {
  left: 18px;
  width: 36px;
}
.info-modal-trigger > span:nth-child(1) {
  top: 4px;
}
.info-modal-trigger > span:nth-child(2) {
  top: calc(50% - 1px);
  display: none;
}
.info-modal-trigger > span:nth-child(3) {
  bottom: 4px;
}

@media screen and (max-width: 767px) {
  .info-modal {
    width: calc(315 * 100 / 375 * 1vw);
    height: calc(150 * 100 / 375 * 1vw);
  }
  .info-modal-content {
  }
  .info-modal-trigger {
    top: -14px;
    right: -14px;
    width: 40px;
    height: 40px;
  }
  .info-modal-trigger > span {
    left: 10px;
    width: 20px;
  }
  .info-modal-trigger > span:nth-child(1) {
    top: calc(9 * 100 / 750 * 1vw);
  }
  .info-modal-trigger > span:nth-child(2) {
    top: calc(50% - 1px);
    display: none;
  }
  .info-modal-trigger > span:nth-child(3) {
    bottom: calc(9 * 100 / 750 * 1vw);
  }
}

/**
 * 2023.02　料金・プランページ仕様変更
 *------------------------------------*/

 .course-item{
  max-width:1130px;
  background:#FFF;
  border: 1px solid #1D50A2;
  border-radius: 10px;
  padding:15px 50px 15px 30px;
  margin-bottom: 10px;
 }

 .course-item-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
 }

 .course-item-wrap h3.course-item-title{
  font-size: 2.0rem;
  line-height: 1.45;
 }
 .course-item-wrap .course-item-detail{
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 5px;
 }
 .course-item-wrap .course-item-price {
  font-size: 1.2rem;
  font-weight: bold;
 }
 .course-item-wrap .course-item-price span{
  font-size: 3.0rem;
 }

 .courseItems-wrap {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
 }

 .course-item-wrap .course-item-info {
  text-align: right;
  line-height: 1.5;
  white-space: nowrap;
 }

 .course-item-wrap .course-item-soldout {
  font-size: 2rem;
  font-weight: bold;
  color: #FF0000;
 }

 .course-item-requirement p {
  background: #00a2e9;
  display: inline-block;
  color: #FFFFFF;
  padding: 0.1rem 2rem;
  font-size: 1.2rem;
  border-radius: 15px;
 }

 .course-item-title-wrap {
  display: flex;
  align-items: center;
 }

 .course-item-title-wrap span {
  background: #00a2e9;
  display: inline-block;
  color: #FFFFFF;
  padding: 0.1rem 1rem;
  font-size: 1.2rem;
  margin-left: 12px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 4px;
 }

.price-notice {
  max-width: 1130px;
  font-size: 13px;
  text-align: right;
  padding: 0 20px 0 0;
  margin: 0 0 5px 0;
}
.course-item-wrap .course-item-price .price-tax-included {
  font-size: 2.6em;
}
.course-item-wrap .course-item-price .price-tax-excluded {
  display: inline-block;
  min-width: 7em;
  font-size: 1.8em;
  margin-left: 5px;
}
.course-item-text {
  padding-right: 15px;
}
.course-item-notes {
  color: #FF0000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5px;
}
 @media screen and (max-width: 767px) {
  .course-item{
    max-width:100%;
    padding:18px 10px 20px;
   }
   .course-item-wrap{
    justify-content: initial;
    flex-direction: column;
    align-items: initial;
   }
   .course-item-wrap h3.course-item-title{
    line-height: 1.47;
    font-size: 1.8rem;
   }
   .course-item-wrap .course-item-detail{
    font-size: 1.3rem;
   }
   .course-item-wrap .course-item-price {
    text-align: right;
    font-size: 1.1rem;
    padding-top: 5px;
   }
   .course-item-wrap .course-item-price span{
    font-size: 2.0rem;
   }
   .courseItems-wrap {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
   }
   .course-item-wrap .course-item-info {
    margin-top: 10px;
    line-height: 1;
    font-size: 1.3rem;
   }

   .course-item-wrap .course-item-soldout {
    margin-top: 5px;
    text-align: right;
   }
  
   .course-item-title-wrap {
    display: block;
   }
  .course-item-text {
    padding: 0;
  }
   .course-item-title-wrap span {
    margin-left: 0;
    margin-top: 2px;
    line-height: normal;
    height: auto;
   }
  .price-notice {
    font-size: 11px;
    padding: 0;
  }
  .course-item-wrap .course-item-price .price-tax-included {
    font-size: 2.0em;
  }
  .course-item-wrap .course-item-price .price-tax-excluded {
    font-size: 1.5em;
  }
 }


/*スマホ表示時だけ時刻表画像の横スクロール*/
.access-timetable-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  padding-bottom: 0;
}

.access-timetable-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* スクロールバーのカスタマイズはPCでは通常不要、あるいはdisplay: none; */
.access-timetable-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .access-timetable-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px; /* スクロールバーのためのパディング */
  }

  .access-timetable-image img {
    width: 150vw; /* ビューポートの横幅の110%に設定 */
    max-width: none; /* 画像の縮小を解除し、指定したwidthを優先 */
    height: auto; /* アスペクト比を維持 */
  }
  .access-timetable-wrapper::-webkit-scrollbar {
    height: 8px;
    background-color: #f1f1f1;
    display: block; /* スクロールバーを再表示 */
  }
  .access-timetable-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
  }
  .access-timetable-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
}


/*アクセス　Bus Catchシステムの案内*/
.access-busStop-bus-catch-btn-content {
  padding: calc(25 * 0.26667 * 1vw) calc(15 * 0.26667 * 1vw) calc(35 * 0.26667 * 1vw);
  margin-bottom: calc(35 * 0.26667 * 1vw);
  background: #fff;
}
.access-busStop-bus-catch-btn {
  width: 100%;
  margin: calc(20 * 0.26667 * 1vw) auto 0;
  text-align: center;
}
.access-busStop-bus-catch-btn a {
  display: block;
  padding: 5px 70px 5px 30px;
  border: 1px solid #000;
  position: relative;
  background: #FFFFFF;
}
.access-busStop-bus-catch-btn img {
  width: auto;
  height: 36px;
}
.access-busStop-bus-catch-btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon-newwindow.svg) no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .access-busStop-bus-catch-btn-content {
    padding: 48px;
    margin-bottom: 30px;
  }
  .access-busStop-bus-catch-btn {
    width: 400px;
    margin-top: 20px;
  }
  .access-busStop-bus-catch-btn a {
    padding: 5px 15px 5px 0px;
  }
  .access-busStop-bus-catch-btn a::after {
    right: 50px;
  }
  .access-busStop-bus-catch-btn img {
    height: 41px;
  }
}


/*アクセス　送迎バスのポップアップ表示*/
.lightboxOverlay {
  background-color: rgba(0, 0, 0, 0.9); /* 少し濃い黒 */
}
/* キャプションのフォントサイズと色を変更 */
.lightbox-caption {
  font-size: 0.9em;
  color: #ccc;
}
.lb-nav a.lb-next {
  opacity: 1 !important;
}
.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.lb-caption {
  display: none !important;
}