@charset "utf-8";
/* CSS Document */
@import "normalize.css";
@import "default.css";
/*******************
LP style
********************/
/* base*/
html {
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#101010;
  line-height:1.5;
  min-width: 1200px;
  margin: 0 auto;
}
a{
  color: #101010;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* clear
--------------------------------------------------*/
.cl{
  clear:both;
}
.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clx {
  min-height: 1px;
}
* html .clx {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------------*/

.hover{
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
}
.hover:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
img {
  vertical-align: bottom;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.img-t {
  vertical-align: top;
}


/*-- fv -------------------------------------*/
header {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
header h1 {
  display: inline-block;
  width: 500px;
  text-align: center;
}
header h1 span {
  font-size: 1em;
  margin-left: 10px;
}
header h1 a {
  display: inline-block;
}
header nav {
  display: inline-block;
  text-align: right;
  width: 600px;
  margin-bottom: 10px;
}
header nav li {
  display: inline-block;
  margin: 0 15px;
}
.navBox {
  background: #ffa619;
  text-align: center;
}
.navBox li {
  display: inline-block;
  position: relative;
  width: 330px;
  /*   border-right: 1px solid #ffd56f;
  border-left: 1px solid #f47900; */
  background: url(../img/line.png) no-repeat right;
}
.navBox li:first-child {
  background: url(../img/line.png) no-repeat left, url(../img/line.png) no-repeat right;
}
.navBox li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  display: block;
  height: 30px;
  padding: 10px 0;
}
.navBox li a:hover {
  background: #ff9519 url(../img/line.png) no-repeat right;;
  text-decoration: none;
}
.thoughtText {
  position: absolute;
  top: 14em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.thoughtText p {
  margin-bottom: 2em;
  line-height: 1.8em;
}
/*--------------------------------------------*/
.promise {
  background: #ebf59d url(../img/promise_bg.jpg) repeat-x top center;
  /*   background: #11466c linear-gradient(transparent 7.3%, #fff 7.3%); */
}
.pl{position: relative;}
#fvBox {
  background: url(../img/fv_bg.png) repeat-x top center;
  margin-bottom: 100px;
}
.fvTop {
  padding-top: 2em;
}
.product h2 {
  margin-bottom: 40px;
}
.productBox,
.productBox2,
.productBox3 {
  position: relative;
  width: 1000px;
  margin: 0 auto 50px;
}
.productBoxDetailBtn {
  position: absolute;
  top: 100px;
  right: 50px;
}
.productBoxSlider {
  position: absolute;
  top: 180px;
  left: 0;
  right: 650px;
  margin: 0 auto;
  width: 250px;
  overflow: hidden;
}
.productBox2 .productBoxSlider {
  top: 250px;
}
.productBox2 .productBoxTab {
  top: 260px;
  right: 40px;
}

.productBox3 .productBoxSlider {
  top: 220px;
}
.productBox3 .productBoxTab {
  top: 240px;
  right: 40px;
}

/* スライダー */
.main-carousel .slide {
  width: 100%;
  height: auto;
}
.main-carousel2 .slide {
  width: 100%;
  height: auto;
}
.flickity-page-dots {
  bottom: -6.5%;
}
.flickity-page-dots .dot {
  width:.8em;
  height:.8em;
}
.flickity-page-dots .dot.is-selected {
  background:#00a8f1;
}
/* / スライダー */
.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}
.productBoxTab .tab li:first-child {
  position: relative;
}
.productBoxTab .tab li .popular {
  background: #ed2f1b;
  color: #fff;
  border-radius: 15px;
  padding: 3px 10px 5px;

  position: absolute;
  top: -18px;
  right: 20px;
}
.productBoxTab .tab li .tabFontSize26 {
  font-size: 26px;
}
.productBoxTab .tab li .tabFontSize24 {
  font-size: 24px;
}
.productBoxTab .tab li .tabFontSize12 {
  font-size: 12px;
}
.productBoxTab .tab li {
  text-align: center;
  background: #928c8a;
  display: inline-block;
  line-height: 1.2em;
  vertical-align: bottom;
}
.productBoxTab .tab li a {
  display: block;
  color: #fff;
  width: 122px;
  height: 55px;
  margin-top: 15px;
}
.productBox2 .productBoxTab .tab li a {
  line-height: 1.7em;
  width: 310.6px;
  margin-top: 0;
  padding: 5px 0 14px;
}
.productBox3 .productBoxTab .tab li a {
  line-height: 1.7em;
  width: 310.6px;
  margin-top: 0;
  padding: 5px 0 14px;
}
.productBoxTab .tab li a:hover {
  text-decoration: none;
}
.productBoxTab .tab li.active {
  background: url(../img/tab_bg.png) repeat top center;
}
.productBoxTab .tab li.active a {
  color: #000;
}
.productBoxTab {
  position: absolute;
  top: 180px;
  right: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
.tabContentsBtn {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.productBox2 .tabContentsBtn p {
  width: 360px;
}
.productBox2 .tabContentsBtn .normalBtn {
  width: 260px;
}
.productBox3 .tabContentsBtn p {
  width: 360px;
}
.productBox3 .tabContentsBtn .normalBtn {
  width: 260px;
}
.tabContentsBtn p,
.normalBtn {
  display: inline-block;
  border: 1px solid #221815;
  border-radius: 10px;
  width: 260px;
  margin: 0 7px;
}
.tabContentsBtn p a,
.normalBtn a {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  padding: 15px 0;
  border-radius: 8px;
  font-size: 20px;
}
.tabContentsBtn p a:hover {
  text-decoration: none;
  /*   background: #221815;
  color: #fff; */
}
.tabContentsBtn p .icon {
  margin-right: 10px;
}
.applyBtn a,
.normalBtn a {
  background: #221815;
  color: #fff;
}
.thought  {
  background: url(../img/thought_bg.jpg) repeat-x bottom center;
}
.thought h2 {
  margin-bottom: 20px;
}
.course h2 {
  margin: 20px 0 40px;
}


.privacyBox h2 {
  background: url(../img/ttl_main_bg.png) repeat-x center;
  text-align: center;
  font-weight: 400;
  padding: 1.2em 0;
  font-size: 36px;
  margin-bottom: 1.5em;
}
.privacyBox h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.privacyBox h4 {
  font-size: 22px;
  color: #fff;
  background: #cbbeb9;
  padding: 12px 12px 12px 20px;
}
.privacyDetail {
  width: 900px;
  margin: 0 auto;
}
.privacyDetail p {
  margin-bottom: 2.5em;
  line-height: 1.7em;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 20px;
}
.privacyDetail ul {
  color: #ed2f1b;
  padding: 0 20px;
  line-height: 1.7em;
  margin-bottom: 2em;
}


.tokusyouhouBox h2 {
  background: url(../img/ttl_main_bg.png) repeat-x center;
  text-align: center;
  font-weight: 400;
  padding: 1.2em 0;
  font-size: 36px;
  margin-bottom: 1.5em;
}
.tokusyouhouDetail {
  width: 900px;
  margin: 0 auto;
}
.tokusyouhouDetail h3 {
  font-size: 22px;
  color: #fff;
  background: #cbbeb9;
  padding: 12px 12px 12px 20px;
}
.tokusyouhouDetail p {
  margin-bottom: 1.5em;
  line-height: 1.7em;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 20px;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
.pagetop {
  margin: 3em auto;
}
.mailBtn {
  position: absolute;
  top: 6em;
  right: 0;
  left: 37em;
  margin: 0 auto;
  text-align: center;
}
.mailBtn a {
  display: inline-block;
}
.footer-link {
  text-align: center;
  padding: 1.2em 0;
  width: 100%;
  background: #f8f4f3;
}
.footer-link li {
  color: #221815;
  display: inline-block;
  padding-right: .8em;
}
.footer-link li a {
  color: #290602;
}
.footer-link li:before {
  content: ">";
  display: inline-block;
  padding-left: 1.5em;
  margin-right: .3em;
  height: 1.2em;
  vertical-align: top;
}
.footer-link li:last-child:after {
  content: "";
  padding-left: 0;
  border:none;
}
#copy {
  background: #221815;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 3.5;
  font-size: .875rem;
}
