@import url("bootstrap.min.css");
@import url("jquery.fancybox.css");
@import url("flickity.css");
@import url("animate.css");
@import url("lightbox.css");
@import url("style.css");
@import url("queries.css");

/* ========== font ==========*/

h1,
h2,
h3,
h4,
h5,
h6,
body {
  font-family: 'Lusitana', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
}

body {
  font-size: 15px;
}

header#top {
  height: 650px;
}

header#news {
  height: 200px;
}

.hero {
  min-height: 650px;
  background: none;
  color: #091D41;
}

header#news .hero {
  padding: 30px 0;
  min-height: 200px;
}


.hero h1 {
  text-align: center;
  margin-top: 125px;
}

header#news .hero h1 {
  text-align: center;
  margin-top: 20px;
}

header#news .hero h1 img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.learn-btn,
.download-btn {
  border: 2px solid #73D0DA;
  color: #73D0DA;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  background: #21B3AE;
}

.device {
  background: url('../img/ipad.png') no-repeat center center !important;
  width: 576px;
  top: -100px;
  left: 0%;
}

.device-content {
  top: 162px;
  left: 58px;
  width: 462px;
  height: 347px;
  background: rgba(0, 0, 0, 0.3);
}

.device-content img {
  width: 462px;
  height: 347px;
}

.flickity-page-dots .dot.is-selected {
  background: #16ADB5;
}

.flickity-page-dots .dot {
  border: 2px solid #FFFFFF;
}

.flickity-page-dots {
  top: 105%;
}

/* === screenshot === */

.screenshots figcaption .caption-content {
  margin-top: -15px;
}

/* === end of screenshot === */

/* === news === */

.news .table-default>tbody>tr>td>a {
  color: #333;
}

.news .table-default>tbody>tr>td>a:hover {
  color: #F99C1E;
}

.news .table-default>tbody>tr>td,
.news .table-default>tbody>tr>th {
  padding: 15px;
  color: #1cadb4;
}

/* === end of news === */


/* === about === */

.contact {
  background-color: #76B1ED;
  color: #fff;
}


/* === footer === */
footer li {
  margin-right: 13%;
}

/* === title === */

.title-font {
  font-family: 'Lusitana';
}

.title-font span {
  font-size: 80px;
}

/* === title === */
.news {
  background-color: #fff;
}

.news h1 {
  color: #1cadb4;
}

.service {
  background-color: #79B9FC;
  color: #fff;
}

.about {
  background-color: #3f6184;
  color: #fff;
}

.showcase-wrap {
  padding: 0px 0px;
}

.learn-btn,
.download-btn {
  border-color: #ffffff;
  color: #ffffff;
  padding: 18px 10px;
  width: 200px;
}

.learn-btn:hover,
.download-btn:hover,
.learn-btn:focus,
.download-btn:focus {
  border-color: #5699CA;
  color: #5699CA;
}

/* --------------------------------
btn
-------------------------------- */

.btn-square {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 15px;
  width: 95%;
}

.btn-square--active,
.btn-square:focus {
  background-color: rgba(256, 256, 256, 0.3);
  color: #fff;
  outline: none;
}

.btn-square:hover,
.btn-square:active {
  background-color: #fff;
  color: #3a8dd7;
}

/* --------------------------------
table
-------------------------------- */

.table-default {
  margin-top: 20px;
}

.table-default>tbody>tr>td,
.table-default>tbody>tr>th {
  padding: 15px;
}

.table-default>tbody>tr>th,
.table-default>tbody>tr>td {
  vertical-align: middle;
}

.table-default>tbody>tr>th {
  width: 160px;
}

.table-default tbody tr td ul {
  margin-top: 5px;
  margin-left: 25px;
}

.table-default>tbody>tr>td .year {
  font-weight: 600;
  margin: 10px 0px;
}

.table-default>tbody>tr>td .month {
  display: inline-block;
  width: 10%;
  vertical-align: top;
  text-align: center;
  line-height: 25px;
}

.table-default>tbody>tr>td .month-item {
  display: inline-block;
  width: 89%;
  vertical-align: top;
  line-height: 25px;
  margin-bottom: 5px;
}

@media only screen and (max-width:576px) {
  .table-default tbody tr {
    display: block;
    margin-bottom: 1.5em;
  }

  .table-default tbody tr td ul li {
    margin-bottom: 15px;
  }

  .table-default>tbody>tr>th {
    width: 100%;
  }

  .table-default tbody th,
  .table-default tbody td {
    display: list-item;
    border: none;
    list-style-type: none;
    border-top: 0px;
    color: #fff;
  }

  .table-default>tbody>tr>td .month {
    text-align: left;
    width: 100%;
    font-weight: 600;
  }

  .table-default>tbody>tr>td .month-item {
    width: 100%;
  }

  .table-default>tbody>tr>td .year {
    display: block;
    width: 25%;
    text-align: center;
    background: #fff;
    color: #3f6184;
    font-weight: 100;
    font-size: 0.9em;
    padding: 1px 0px;
  }
}

.img-elearning-medal {
  padding-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.img-project-medal {
  display: inline-block;
}

.service {
  background-color: #C6E4E5 !important;
  color: #444 !important;
}

.service-bg-pink {
  background-color: #ffe2e3 !important;
}

.student-icon {
  position: absolute;
  top: 30%;
  right: 1%;
}

.teacher-icon {
  position: absolute;
  top: -10%;
  left: 5%;
}

@media screen and (max-width: 540px) {
  .student-icon,
  .teacher-icon {
    width: 60px;
  }
}

.download-btn {
  border-color: #fff;
  color: #fff;
  padding: 18px 10px;
  width: 200px;
  background: #16ADB5;
}

.download-btn:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(22, 173, 181, 0.29);
}

.download h3.title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.download h4.title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1cadb4;
  margin: 0 0 15px 0;
}

.btn-bg-red {
  background: #dc403e;
}

.btn-bg-red:hover,
.btn-bg-red:focus {
  border-color: #dc403e;
  color: #dc403e;
  background: #fff;
}

.btn-mail {
  display: inline-block;
  padding: 10px 19px;
  font-size: 2em;
  color: #fff;
  border: 3px solid;
  margin-top: 10px;
  border-radius: 5px;
}

.btn-mail:hover {
  opacity: 0.7;
}

.philosophy {
  background-color: #16ADB5;
  color: #fff;
}

.philosophy .main-title,
.philosophy .main-title-desc,
.philosophy .secondary-title,
.philosophy .sub-title,
.philosophy .third-title {
  font-weight: 700;
  line-height: 1.5;
}

.philosophy .secondary-title {
  line-height: 2;
  font-size: 34px;
  text-align: center;
}

.philosophy .secondary-title:after {
  content: "";
  border: 2px solid;
  color: #3F6184;
  display: block;
  width: 35px;
  margin: 0px auto;
}

.philosophy .third-title {
  font-size: 24px;
  margin-bottom: 0px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  line-height: 2;
}

.philosophy .sub-title {
  font-size: 24px;
}

.recruit {
  background: #118DD6;
  color: #fff;
}

.recruit .btn-recruit {
  /* border: 4px double #118DD6; */
  color: #118DD6;
  padding: 18px 10px;
  background: #fff;
  width: 230px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}

.recruit .btn-recruit:hover {
  background: rgba(255, 255, 255, 0.7);
}

.btn-news {
  border: 2px solid #1cadb4;
  color: #1cadb4;
  padding: 18px 15px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 200px;
}

.btn-news:hover {
  background: #1cadb4;
  color: #fff;
}

.btn-to-contact {
  display: inline-block;
  font-size: 40px;
  background: #fff;
  color: #118DD6;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
}

.btn-to-contact:hover {
  opacity: 0.7;
}

footer li {
  margin-right: 4%;
}

footer .footer-nav {
  display: inline-block;
  width: 100%;
}
footer .isms-marks {
  text-align: left;
}

footer .isms-marks img.isms-ac {
  width: 77px;
  height: 100px;
  margin-top: 15px;
}

footer .isms-marks .bureau-veritas {
  position: relative;
  display: inline-block;
}

footer .isms-marks .bureau-veritas img {
  width: 215px;
  height: 100px;
  margin-top: 15px;
}

footer .isms-marks .bureau-veritas div {
  position: absolute;
  font-size: 10px;
  color: #68665C;
  font-family: "Arial";
  bottom: -1px;
  left: 20px;
  display: block;
  font-weight: 700;
}

@media screen and (min-width: 641px) {
  footer .isms-marks {
      text-align: right;
  }
  footer li {
    margin-bottom: 10px;
  }
}

#polylang-2 {
  background-color: #21adb4;
  border: 2px solid #ffffff;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  padding: 10px 20px;
  right: 20px;
  z-index: 100;
}

.gmap {
  width: 95%;
  margin: 10px auto 0;
  text-align: center;
}

.gmap iframe {
  width: 100%;
  height: 300px;
}

.member {
  background-color: #ffffff;
}

.member h1 {
  color: #1cadb4;
}

.member-row {
  margin-bottom: 20px;
}

.member-container {
  margin-bottom: 20px;
}

.img-member {
  margin-top: 1.33em;
}

.member-sns {
  margin-top: 15px;
}

.member-sns a {
  color: #595958;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-sns a:hover {
  color: #73d0da;
}

.member-sns .fa-square-x-twitter {
  color: #000;
}

.member-sns span {
  line-height: 30px;
  margin-left: 5px;
  font-size: 0.9em;
}

@media screen and (max-width: 576px) {
  .img-member {
    display: inline !important;
  }
}

.btn-contact {
  border: 2px solid #fff;
  color: #76b1ee;
  padding: 18px 15px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 200px;
  font-weight: 600;
  margin: 20px 0;
}

.btn-contact:hover {
  border: 2px solid #fff;
  color: #ffffff;
  background: #76b1ee;
}

.otherservice a {
  color: #333;
}

.otherservice a:hover {
  opacity: 0.7;
}

.otherservice img.img-circle {
  border: 1px solid #ccc;
}

.campaign {
  background-color: rgb(0, 153, 153);
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  padding: 10px 0px;
}

.campaign:hover {
  opacity: 0.8;
  cursor: pointer;
}

.campaign a {
  display: block;
  line-height: 30px;
  color: rgb(255, 255, 255);
}

.campaign a:hover {
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.campaign a span {
  text-decoration-line: underline;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

@media screen and (max-width: 650px) {
  .campaign {
    font-size: 16px;
    display: inline-block;
    line-height: 0;
    padding: 5px 15px;
  }
}

div.btn_order>a:nth-of-type(2) {
  display: none;
}

.mvv-title {
  font-size: 2.8em;
  margin: 20px 0;
  font-weight: 600;
}

.mvv-title:after {
  content: "";
  border: 2px solid;
  color: #1ba6ab;
  display: block;
  width: 35px;
  margin: 10px auto;
}

.mvv-subtitle {
  line-height: 1.8em;
  font-weight: 600;
  font-size: 1.6em;
}

.mvv-desc {
  margin-bottom: 70px;
}

.mvv-value-title {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.4em;
}

.value-desc {
  margin-bottom: 30px;
}

.value-catch span {
  font-size: 2.3em;
  font-weight: 600;
}

.value-catch i {
  font-size: 1.5em;
}

.btn-philosophy {
  border: 2px solid #fff;
  color: #1cadb4;
  padding: 18px 15px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 200px;
  font-weight: 600;
  margin: 20px 0;
}

.btn-philosophy:hover {
  border: 2px solid #fff;
  color: #ffffff;
  background: #1cadb4;
}

.download {
  padding: 60px 0;
}

/* --------------------------------
page default
-------------------------------- */
.subpage-header {
  position: relative;
  padding: 20px 0;
  background-image: url(../img/grid.png);
}

.subpage-header .navicon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.subpage-header .navicon p {
  margin: 1px 50px 0 0;
}

.subpage-header img {
  padding-left: 30px;
}

.page {
  padding: 60px 0;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-weight: 700;
  line-height: 1.5em;
}

.page h1 {
  color: #1cadb4;
}

.page a {
  font-weight: 600;
  text-decoration: underline;
}

.page img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.page .tag {
  font-size: 0.9em;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background-color: #284666;
  border-radius: 3px;
  margin-bottom: 15px;
}

.page .content {
  margin-bottom: 40px;
}

.page .navigators div {
  display: inline-block;
  margin: 10px 0;
}

.page section {
  margin-bottom: 40px;
}

.page section.sub {
  margin-bottom: 40px;
}

.page p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.page a {
  word-wrap: break-word;
}

.page ul,
.page ol {
  padding-left: 40px;
}

.page ul li,
.page ol li {
  margin-bottom: 10px;
}

.page table thead tr th {
  width: 60%;
}

.page table tbody tr td {
  padding: 20px;
}

.sidebar {
  box-sizing: border-box;
  padding: 10px;
}

.sidebar__title {
  color: #1cadb4;
  text-align: center;
}

.sidebar--news ul {
  padding-left: 20px;
}

.sidebar--news li:last-child {
  border-bottom: none;
}

.sidebar--news a {
  display: block;
  padding: 10px;
}

.sidebar--news a.active {
  color: #607d8b;
}
