?/* CSS Document */

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  box-sizing : border-box;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
}

a {
  text-decoration: none;
　color: #1a0dab;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
}

.text-bold {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#js-pageTop {
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
}

.hover-action-01 {
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
}

.hover-action-01:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .12);
}


/*--------------------------------
 全体
---------------------------------*/
#wrapper {
  width: 100%;
  overflow-x:hidden!important;
  padding-top: 68px;
}

.section {
  padding: 100px 0;
}

.section:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.section .inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-title-area {
  margin-bottom: 38px;
  text-align: center;
}

.section-title {
  font-family: "Nanum Myeongjo";
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
}
.section-title:before,
.section-title:after {
  content: "";
  height:1px;
  flex-grow: 1;
  background-color:#666;
  display: block;
}
.section-title:before {
  margin-right: 1rem;
}
.section-title:after {
  margin-left: 1rem;
}


.section-text {
 font-family: 'Noto Serif JP', serif;
 font-size: 18px;
}

.section-image a {
  display: block;
}

.section-emphasize {
 font-family: 'Noto Serif JP', serif;
 font-size: 23px;
}

#school .inner {
  max-width: 1000px;
}

#video {
  min-width: 50%;
  display: block;
  margin: 0 auto;
}

#event-video {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}

.event-video {
  min-width: 50%;
  display: block;
  margin: 0 auto;
}

/*--------------------------------
 グローバルナビ
---------------------------------*/

#gnav {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
}

#gnav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}


#gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#gnav li {
  font-family: "Nanum Myeongjo", serif;
  font-size: 18px;
  padding: 0 24px;
  letter-spacing: .05em;
}

#gnav li a {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #333;
}

#gnav li a:hover {
  opacity: 1;
}

#gnav li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}

#gnav li a:hover::after {
  width: 100%;
}


.kawasaki-banner{
    width: auto;
    background-color: #fff;
    margin-top: -25px;
}

/*--------------------------------
 Card
---------------------------------*/
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-image img {
  width: 100%;
}

.card-caption {
  text-align: center;
}

.card-caption-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.card-caption-info {
  font-size: 10px;
}

.card-caption-url {
  font-size: 10px;
}

.card img.fadein {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
}

.card img.fadein.lazyloaded {
  opacity: 1;
}

/*--------------------------------
 Message
---------------------------------*/


#message .card {
  flex-basis: 31%;
  margin-bottom: 60px;
}

#message .card-wrapper::after {
  display: block;
  flex-basis: 31%;
  content: "";
}

#message .card:nth-child(3n+1):nth-last-child(-n+3),
#message .card:nth-child(3n+1):nth-last-child(-n+3)~div {
  margin-bottom: 0;
}

/*--------------------------------
 Profile
---------------------------------*/

#profile .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#profile .section-image {
  flex-basis: 58%;
}

#profile .section-image img {
  width: 100%;
  margin: 0 auto;
}

#profile .section-desc {
  flex-basis: 37%;
}

.profile-text {
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
}


/*--------------------------------
 Event
---------------------------------*/


#event .card {
  flex-basis: 31%;
  margin-bottom: 60px;
}

#event .card-wrapper::after {
  display: block;
  flex-basis: 31%;
  content: "";
}

#event .card:nth-child(3n+1):nth-last-child(-n+3),
#event .card:nth-child(3n+1):nth-last-child(-n+3)~div {
  margin-bottom: 0;
}

.event-text {
  font-family: 'Noto Serif JP', serif;
  text-align: right;
  font-size: 13px;
}

/*--------------------------------
 Triale
---------------------------------*/
#trial .section-image img {
  width: 90%;
  margin: 0 auto;
}


#trial {
 background-color: #fff;
}

.text-emphasis {
  font-family: 'Noto Serif JP', serif;
  color: #333; 
  text-align:center;
  font-weight:bold;
  font-size: 23px;
}
  
.trial-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.text-wrapper {
  text-align: center;
}

.text-wrapper p {
   font-family: 'Noto Serif JP', serif;
   font-size: 18px;
   display: inline-block;
   text-align: left;
}

.trial-text {
   font-family: 'Noto Serif JP', serif;
   font-size: 16px;
   text-align: center;
}

#trial a {
  text-decoration: underline;;
  color: #0366D6;
}


/*--------------------------------
 School
---------------------------------*/
#school {
  background-color: #f7f7f7;
}

#school .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#school .section-image {
  flex-basis: 20%;
  margin: 0 auto;
}

#school .section-image a {
  display: block;
  border-radius: 50%;
}

#school .section-image img {
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 25px 0 #d9d9d9;
}

#school .section-desc {
  flex-basis: 62%;
}

#school a {
  text-decoration: underline;;
  color: #1111cc;
}

.school-text {
  font-family: 'Noto Serif JP', serif; 
  text-align: left;
  font-size: 18px;
} 

/*--------------------------------
 map
---------------------------------*/
.map-image {
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 10%
}

/*--------------------------------
 Contact
---------------------------------*/
#contact {
  background-color: #fff;
}

#contact .contact-list ul {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 150px;
  margin: 0 auto;
}

#contact .contact-list li {
  display: flex;
  align-items: center;
  text-align: center;
}

#contact .contact-list li a {
  color: #333;
}

#contact .contact-list li img {
  width: 50px;
}

#contact .contact-list-desc {
  font-weight: bold;
}

#contact .contact-other {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.lead-form{
  text-align: center;
  font-size:20px;
}

form{
 width: 400px;
 margin:0 auto;
}
.item{
  overflow: hidden;
  margin-bottom: 20px;
}
.label{
  float: left;
  width:125px;
}
.inputs{
  margin-right: 20px;
  float: left;
  width:200px;
}
input[type="text"],input[type="email"],input[type="tel"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}
textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}
.btn-area{
  text-align: center;
}
input[type="submit"]{
  background: #8c8c8c;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin:0 auto;
}

/*--------------------------------
 Footer
---------------------------------*/

#footer {
  background-color: #1d1d1d;
}

#footer .inner {
  padding: 30px;
}

#footer .copyright {
  font-size: 10px;
  text-align: center;
  color: #8c8c8c;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

/*media Queries 767
----------------------------------------------------*/

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .hover-action-01 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .hover-action-01:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }


  #wrapper {
    overflow:hidden;
    padding-top: 82px;
  }

  #header {
    height: 70vh;
  }

  #header .logo-title {
    font-size: 28px;
    letter-spacing: .16em;
  }

  #header .logo-desc {
    font-size: 11px;
  }

  #gnav {
    padding: 15px 0;
  }

  #gnav li {
    font-size: 12px;
    padding: 2px 10px;
  }

  #gnav li a {
    padding: 0;
  }

  #gnav li a:hover {
    opacity: 1;
  }

  #gnav li a::after {
    display: none;
  }

  .section {
    padding: 60px 0;
  }

  .section .inner {
    padding: 0 15px;
  }

  .section .section-title-area {
    margin-bottom: 20px;
  }

  .section .section-title {
    font-size: 22px;
  }

  .card-caption {
    text-align: left;
  }

  .card-caption-title {
    font-size: 10px;
  }

  #message .card:nth-child(2n+1):nth-last-child(-n+2),
  #message .card:nth-child(2n+1):nth-last-child(-n+2)~div {
    margin-bottom: 0;
  }

  #message .card {
    flex-basis: 48%;
    margin-bottom: 30px;
  }

  #profile .section-image,
  #profile .section-desc {
    flex-basis: 100%;
  }

  #profile .section-image {
    margin-bottom: 20px;
  }

 #event .card:nth-child(2n+1):nth-last-child(-n+2),
  #event .card:nth-child(2n+1):nth-last-child(-n+2)~div {
    margin-bottom: 0;
  }

  #event .card {
    flex-basis: 48%;
    margin-bottom: 30px;
  }

  #trial .section-image,
  #trial .section-desc {
    flex-basis: 80%;
  }

  #school.section-image,
  #school .section-desc {
    flex-basis: 100%;
  }

  #school .section-image {
    flex-basis: 100px;
    margin: 0 auto 20px;
  }

 
  #contact .contact-list ul {
    width: 100px;
  }

  #contact .contact-list li img {
    width: 30px;
  }

  #contact .contact-list-desc {
    font-size: 12px;
  }

  #footer .inner {
    padding: 20px 0;
  }
}

