@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Glegoo);
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 400;
  -webkit-font-smoothing:subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.sp-h1{
  font-weight: 700;
    font-size: .7em;
}

h2 {
  font-size: 26px;
}

p {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  line-height: 28px;
  font-size: 1.1em;
  font-weight: 100;
  color: #333;
}

body, html {
  margin: 0;
  padding: 0;
}

ul {
  padding: 10px;
}

ul li {
  margin: 10px 15px;
  /* list-style: none; */
}

a:hover {
  text-decoration: none;
}

img{
  max-width: 100%;
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}

.section-heading p {
  font-size: 14px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}

.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}

.pages {
  padding: 80px 0 40px;
}

.moduler {
  padding: 140px 0;
}

.social-share li {
  display: inline-block;
  margin: 3px 1px;
}

.social-share a {
  font-size: 20px;
  color: #fff;
  background: #02bdd5;
  padding: 4px 10px;
  display: inline-block;
}

.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}

.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  right: 0;
}

.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  left: 0;
}

.fancybox-title {
  padding: 15px 8px;
}

.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}

/*=== MEDIA QUERY ===*/
.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  background: #c9b0ca;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  z-index: 10;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);

}

.top-bar.animated-header {
  padding: 10px 0;
  height: 55px;
  background: #c9b0ca;
  color: #fff;
  box-shadow: none;
}

.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.navbar.bg-light {
  background: #fff !important;
}

.navbar .nav-item .nav-link {
  /* color: #444 !important; */
  font-size: 14px;
  font-weight: 500;
  transition: .3s all;
  text-transform: uppercase;
  padding: 5px 15px;
  display: block;
}

.navbar .nav-item .nav-link:hover {
  color: #02bdd5 !important;
}

.navbar .nav-item:last-child .nav-link {
  padding-right: 0;
}

.dropdown-menu {
  background: #222222;
  border: 0;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
  display: block;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99), -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
    opacity: unset;
    visibility: unset;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.dropdown-item {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  transition: .3s all;
}

.dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
  color: #02bdd5 !important;
  background: transparent;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#hero-area {
  background-image: url("../images/pc_top@2x.jpg");
  height:85vh;
	width: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  padding: 230px 0;
  color: #fff;
}
@media (max-width: 752px) {
  #hero-area {
    background-image: url("../images/sp_top@2x.jpg");
    width: 100%;
    height:85vh;
    padding: 200px 140px 30px;
  }
}

@media (max-width: 752px) {
  .pc{
    display: none;
  }

}
@media (min-width: 750px) {
  .sp{
    display: none;
  }
}

#hero-area:before {
  content: '';
  z-index: 9;
  /* background: rgba(255, 255, 255, 0.78); */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-area .block {
  position: relative;
  z-index: 9;
}

#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin: 15px;
  text-transform: uppercase;
}

#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  text-transform: uppercase;
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
}

#hero-area .btn {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

#about {
  padding-bottom: 20px;
}
#about2 {
  padding-bottom: 20px;
}
#about3 {
  padding-bottom: 20px;
}
#about4 {
  padding-bottom: 20px;
}

#call-to-action {
  background: #02bdd5;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  text-align: center;
  position: relative;
  color: #fff;
}

#call-to-action .block {
  position: relative;
  z-index: 9;
  color: #fff;
}

#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #fff;
}

#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}

#call-to-action .block .btn-contact {
  background: #fff;
  border: 2px solid #fff;
  color: #02bdd5;
  padding: 15px 34px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all linear .2s;
}

#call-to-action .block .btn-contact i {
  margin-right: 10px;
}

#call-to-action .block .btn-contact:hover {
  color: #fff;
  background: #02bdd5;
}


figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

figure .img-wrapper {
  position: relative;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

figure:hover .overlay {
  opacity: 1;
}

figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 400ms;
}

figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  transition: all 400ms;
}

figure .overlay a:hover {
  text-decoration: none;
}

figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .buttons {
  margin-top: 40%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

figure .buttons a:hover {
  background: #02bdd5;
  border-color: #02bdd5;
}

figure .buttons a:focus {
  text-decoration: none;
}

figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}

figure figcaption h4 {
  margin: 0;
}

figure figcaption h4 a {
  color: #02bdd5;
}

figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

#feature {
  padding: 80px 0;
}

#feature .media {
  margin: 0px 0 70px 0;
}

#feature .media .media-left {
  padding-right: 25px;
}

#feature h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}

#feature p {
  line-height: 25px;
  font-size: 14px;
  color: #777777;
}

#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #02bdd5;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #00a4ba 1px 1px, #00a4ba 2px 2px, #00a4ba 3px 3px, #00a4ba 4px 4px, #00a4ba 5px 5px, #00a4ba 6px 6px, #00a4ba 7px 7px, #00a4ba 8px 8px, #00a4ba 9px 9px, #00a4ba 10px 10px, #00a4ba 11px 11px, #00a4ba 12px 12px, #00a4ba 13px 13px, #00a4ba 14px 14px, #00a4ba 15px 15px, #00a4ba 16px 16px, #00a4ba 17px 17px, #00a4ba 18px 18px, #00a4ba 19px 19px, #00a4ba 20px 20px, #00a4ba 21px 21px, #00a4ba 22px 22px, #00a4ba 23px 23px, #00a4ba 24px 24px, #00a4ba 25px 25px, #00a4ba 26px 26px, #00a4ba 27px 27px, #00a4ba 28px 28px, #00a4ba 29px 29px, #00a4ba 30px 30px, #00a4ba 31px 31px, #00a4ba 32px 32px, #00a4ba 33px 33px, #00a4ba 34px 34px, #00a4ba 35px 35px, #00a4ba 36px 36px, #00a4ba 37px 37px, #00a4ba 38px 38px, #00a4ba 39px 39px, #00a4ba 40px 40px, #00a4ba 41px 41px, #00a4ba 42px 42px, #00a4ba 43px 43px, #00a4ba 44px 44px, #00a4ba 45px 45px, #00a4ba 46px 46px, #00a4ba 47px 47px, #00a4ba 48px 48px, #00a4ba 49px 49px, #00a4ba 50px 50px, #00a4ba 51px 51px, #00a4ba 52px 52px, #00a4ba 53px 53px, #00a4ba 54px 54px, #00a4ba 55px 55px, #00a4ba 56px 56px, #00a4ba 57px 57px, #00a4ba 58px 58px, #00a4ba 59px 59px, #00a4ba 60px 60px, #00a4ba 61px 61px, #00a4ba 62px 62px, #00a4ba 63px 63px, #00a4ba 64px 64px, #00a4ba 65px 65px, #00a4ba 66px 66px, #00a4ba 67px 67px, #00a4ba 68px 68px, #00a4ba 69px 69px, #00a4ba 70px 70px, #00a4ba 71px 71px, #00a4ba 72px 72px, #00a4ba 73px 73px, #00a4ba 74px 74px, #00a4ba 75px 75px, #00a4ba 76px 76px, #00a4ba 77px 77px, #00a4ba 78px 78px, #00a4ba 79px 79px, #00a4ba 80px 80px, #00a4ba 81px 81px, #00a4ba 82px 82px, #00a4ba 83px 83px, #00a4ba 84px 84px, #00a4ba 85px 85px, #00a4ba 86px 86px, #00a4ba 87px 87px, #00a4ba 88px 88px, #00a4ba 89px 89px, #00a4ba 90px 90px, #00a4ba 91px 91px, #00a4ba 92px 92px, #00a4ba 93px 93px, #00a4ba 94px 94px, #00a4ba 95px 95px, #00a4ba 96px 96px, #00a4ba 97px 97px, #00a4ba 98px 98px, #00a4ba 99px 99px, #00a4ba 100px 100px;
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #02bdd5;
  line-height: 1;
}

.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}

.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
  transition: all linear .2s;
}

#blog-full-width {
  padding: 40px 0 80px;
}

article {
  padding: 30px 0;
}

#clients {
  padding: 30px 0 60px;
}

.slick-slide:focus {
  outline: 0;
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.btn-work {
  color: #fff;
  background: #02bdd5;
  border-radius: 0;
}


#footer {
  background: #c9b0ca;
  padding: 25px 0;
  color: #fff;
}

#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}

#footer .copyright a {
  color: #fff;
}

#footer .social {
  text-align: right;
  margin-bottom: 0;
}

#footer .social li {
  display: inline-block;
  margin-right: 15px;
}

#footer .social li a {
  font-size: 22px;
  color: #fff;
}

.cd-headline.slide .cd-words-wrapper {
  color: #02bdd5;
}

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}

ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}

#copyright a:hover, #copyright nav .menu li a:hover {
  color: #e4e4e4 !important;
}

#copyright a {
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=maps/style.css.map */
table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border:solid 1px #E95283;
}
table th,table td{
  /* border-radius: 5px; */
  text-align: center;
  padding: 10px 0;
  border:solid 1px #ffb9cf;
}

table th{
  background-color: #FBE3E8;
}

.title_pink{
  color: #E95383;
}
.big_pink{
  color: #E95383;
  font-size: 2em;
}
.under_bar{
  background: linear-gradient(transparent 70%, #FCE5E8 70%);
}
.big_font{
  color: #E95383;
}

.title_purple{
  color: #c9b0ca;
}
.purple_back{
  background: #c9b0ca;
  color: #fff;
}

.btn-pink{
  background: #E95383;
  border-radius: 1.25rem;
  color: #fff;
}
.prof{
  color: #fff;
  background: #c9b0ca;
  padding: 20px;
}
.prof_en{
  font-size: .6em;
}
.wh{
  color: #fff;
}
.akemi_p{
  font-size: .8em;
  color: #c9b0ca;
}
.text-p{
  color: #c9b0ca;
  line-height: 12px;
}
.prof_b{
  font-size: .9em;
  line-height: 24px
}
.prof_s{
  font-size: .6em;
  line-height: 24px;
}
.prof_g{
  color: #333;
}
.title_p{
  font-size: .9em;
  color: #fff !important;
}
.licence{
  padding: .5em;
  background: #fff;
  /* padding: 1rem 1rem .4rem 1rem; */
}
.licence p {
  margin-bottom: -.5em;
}


.course {
  margin: 0 auto;
}

.course h2 {
  font-size: 26px;
  color: #c9b0ca;
  text-align: center;
  padding: 30px 0  10px 0;
}

.course .title {
  font-size: 26px;
  color: #E95383;
}

.course .subtitle {
  font-size: 20px;
  color: #E95383;
}

.course .qestion {
  display: flex;
}

.course .qestion ul {
  margin: 0;
}

.course .qestion ul li {
  color: #896B92;
  font-size: 16px;
  display: inline-block;
  margin: 5px 10px;

}

.course .qestion > div {
  display: flex;
}

.title .circle {
  display: inline-block;
  color: #fff;
  background-color: #E95383;
  height:40px;
  width:40px;
  border-radius:50%;
  line-height:40px;
  text-align:center;
  margin-right: 15px;
}

.tokuten .circle {
  display: inline-block;
  color: #fff;
  background-color: #E95383;
  height:25px;
  width:25px;
  border-radius:50%;
  line-height:25px;
  text-align:center;
  margin-right: 15px;
}

.bubble-square {
  background-color: #EEE1ED;
  border-radius: 15px;
  text-align: center;
  border: dashed 1px #896b92;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 15px;
  text-align: left;
}

.attention {
  font-size: 10px;
}

.report {
  color: #896B92;
  font-size: 16px;
  display: inline-block;
  margin: 5px 10px;
  line-height: 1.5;
}


.bubble-circle  {
  position: relative;
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  background-color: #896B92;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 80px;
  min-height: 80px;
}

.bubble-circle:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  top: 50%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 20px solid #896B92;
}

.tokuten {
  font-size: 16px;
  color: #E95383;
  margin-bottom: 0;
}

/* テーブル */
.course table {
  border: solid #D85D83;
}

table th, table td {
  border: none;
}

.course table th {
  background-color: #F7E3E6;
  text-align: left;
  padding: 10px 0 10px 10px;
  border-right: solid 1px #ffb9cf;
  width: 100px;
}

.course table td {
  background-color: #fff;
  text-align: left;
  padding: 10px 0 10px 10px;
}

.course table .bb {
  border-bottom: solid 1px #ffb9cf;
}


.course hr {
  border-top: 2px dashed #EEE1ED;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0;
}

.course .margin-left {
  margin-left: 60px;
  position: relative;
  font-size: 13px;
}

.course .kaihi {
  width: 100%;
}

.course .vertical {
  position: absolute;
  letter-spacing: 5px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  left: -50px;
  display: flex;
  height: 100%;
  border-radius: 30px;
  border: solid 1px #896B92;
  color: #896B92;
  padding: 10px 5px;
  justify-content: center;
  font-size: 14px;
}


/* スマホ表示 */
@media screen and (max-width: 767px) {
 .course h2 {
  font-size: 20px;
      text-align: left;
  }
  .u-pc {
      display: none;
  }
  .course .subtitle {
      margin-top: 15px;
  }
  .course .qestion {
      flex-direction: column;
      align-items: center;
  }

  .course .qestion ul li {
      width: 100%;
  }

  .bubble-circle:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      left: 50%;
      top: -5px;
      margin-left: -15px;
      border: 15px solid transparent;
      border-bottom: 20px solid #896B92;
  }

}
