@charset "UTF-8";

/* Common
------------------------------*/
body {
  color: #1a1a1a;
  min-width: 320px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  img:not(.img-btn):not(.size) {
    width: 100%;
  }
}

img.center {
  margin: 0 auto;
}

a[href*="tel"] img {
  opacity: 1!important;
}

.inner {
  margin: 0 auto;
  width: 1000px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .inner {
    width: 92%;
  }
}

.title {
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .title {
    padding: 30px 0;
  }
}

#wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  #wrapper {
    padding: 8vh 0 0;
  }
}

/* Responsive
------------------------------*/
.visible-xs,
.visible-xs-inline {
  display: none;
}
@media (max-width: 768px) {
  .visible-xs {
    display: block;
  }
  .visible-xs-inline {
    display: inline;
  }
  .hidden-xs {
    display: none;
  }
}

/* FancyBox
------------------------------*/
.fancybox-content {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .fancybox-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Header
------------------------------*/
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#header-inner {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 1000px;
}
@media (max-width: 768px) {
  #header-inner {
    padding: 15px 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
}
#header-logo {
  padding: 3px 0 2px;
}
@media (max-width: 768px) {
  #header-logo {
    padding-right: 20px;
    width: 60%;
    display: table-cell;
    vertical-align: middle;
  }
  #header-logo img {
    max-width: 370px;
  }
}
#header-info {
  position: absolute;
  top: 20px;
  right: 0;
}
@media (max-width: 768px) {
  #header-info {
    position: static;
    top: inherit;
    right: inherit;
    width: 40%;
    display: table-cell;
    vertical-align: middle;
  }
  #header-info img {
    max-width: 205px;
  }
}
#header-info .info-item {
  margin-left: 20px;
  float: left;
}
@media (max-width: 768px) {
  #header-info .info-item {
    margin-left: 0;
    float: right;
  }
}

/* Navi
------------------------------*/
#global-nav {
  background: #08207C;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 99;
}

#global-nav .navi {
  margin: 0 auto;
  max-width: 1000px;
  border-left: 1px solid #fff;
  clear: both;
  overflow: hidden;
}
#global-nav .navi li {
  float: left;
  width: 20%;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
#global-nav .navi a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#global-nav .navi a:hover {
  opacity: 0.8;
}

/* Ribbon
------------------------------*/
#ribbon {
  position: absolute;
  top: 240px;
  right: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #fff;
  z-index: 2;
}
.scroll #ribbon {
  position: fixed;
  top: 120px;
}

/* Faq
------------------------------*/
#faq {
  padding: 40px 0;
  background: #1a3068;
}
#lp-woman #faq {
  background: #e6e6e6;
}
#faq .inner {
  padding: 0 45px 40px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #faq .inner {
    padding: 0;
  }
}
#faq .title {
  font-size: 32px;
  color: #1a3068;
  line-height: 1.0;
}
@media (max-width: 768px) {
  #faq .title {
    font-size: 5vw;
  }
}
#faq-list .item:not(:first-child) {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #a8a8a8;
}
@media (max-width: 768px) {
  #faq .item {
    margin: 0!important;
    padding: 15px!important;
    border-top: 1px solid #a8a8a8!important;
  }
}
#faq-list .item .question {
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/lp/seminar/img_Q.png) no-repeat left top;
  background-size: 27px 30px;
  line-height: 30px;
  position: relative;
}
@media (max-width: 768px) {
  #faq-list .item .question {
    padding-left: calc(3.5vw + 15px);
    padding-right: calc(32px + 10px);
    font-size: 3vw;
    background-size: 3.5vw 3.5vw;
    background-position: left 2px;
  }
  #faq-list .item .question:after {
    content: '';
    width: 32px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/lp/seminar/btn_qa_1_sp.png) no-repeat right center;
    background-size: contain;
  }
  #faq-list .item.open .question:after {
    background: url(../images/lp/seminar/btn_qa_2_sp.png) no-repeat right center;
    background-size: contain;
  }
}
@media (max-width: 580px) {
  #faq-list .item .question {
    padding-left: 35px;
    padding-right: calc(21px + 10px);
    font-size: 16px;
    background-size: 20px 20px;
    background-position: left 4px;
  }
  #faq-list .item .question:after {
    width: 21px;
  }
}
#faq-list .item .answer {
  margin-top: 13px;
  padding-left: 50px;
  font-size: 14px;
  line-height: 1.8;
  min-height: 27px;
  background: url(../images/lp/seminar/img_A.png) no-repeat left 2px;
  background-size: 27px 27px;
}
#lp-woman #faq-list .item .answer {
  background-image: url(../images/lp/woman/img_A.png);
}
#faq-list .item .answer-text + .answer-text {
  margin: 18px 0 0;
}
#faq-list .item .answer-text .bold {
  font-weight: bold;
}
@media (max-width: 768px) {
  #faq-list .item .answer {
    padding-left: calc(3.5vw + 15px);
    padding-right: calc(32px + 10px);
    font-size: 2.5vw;
    background-size: 3.5vw 3.5vw;
    display: none;
    min-height: initial;
    min-height: auto;
  }
}
@media (max-width: 580px) {
  #faq-list .item .answer {
    padding-left: 35px;
    padding-right: calc(21px + 10px);
    font-size: 14px;
    background-size: 20px 20px;
  }
}
#faq-list .item .comment {
  font-size: 13px;
}
@media (max-width: 768px) {
  #faq-list .item .comment {
    font-size: 2.2vw;

  }
}
@media (max-width: 580px) {
  #faq .item .comment {
    font-size: 13px;
  }
}

/* Plaza
------------------------------*/
#plaza {
  padding-bottom: 40px;
}
#plaza .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.0;
}
@media (max-width: 768px) {
  #plaza .title {
    font-size: 5vw;
  }
}
#plaza .text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .01em;
}
@media (max-width: 768px) {
  #plaza .text {
    margin-bottom: 30px;
    font-size: 3vw;
  }
}
#point-list {
  margin: 0 -15px 40px;
  padding: 0 30px;
  clear: both;
  overflow: hidden;
}
@media (max-width: 768px) {
  #point-list {
    margin: -10px 0 30px 0;
    padding: 0;
  }
}
#point-list .item {
  padding: 0 15px;
  width: 33.33%;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #point-list .item {
    padding: 0;
  }
}
#plaza .btn {
  margin: 0 auto;
  width: 479px;
  display: block;
}
@media (max-width: 768px) {
  #plaza .btn {
    width: 70%;
    max-width: 100%;
  }
}

/* Service
------------------------------*/
#lp-woman #service {
  border-top: 4px solid #d8d8d8;
}
#service .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.0;
  color: #1a3068;
}
@media (max-width: 768px) {
  #service .title {
    font-size: 5vw;
  }
}
#service .service-box {
  padding: 30px;
  text-align: center;
  clear: both;
  overflow: hidden;
  border: 1px solid #a8a8a8;
}
@media (max-width: 768px) {
  #service .service-box {
    padding: 17px 15px 15px;
  }
}
#service .service-box.thumb {
  text-align: left;
}
#service .service-box:not(:first-child) {
  margin-top: 20px;
}
#service .service-box > img {
  margin-right: 30px;
  float: left;
}
@media (max-width: 768px) {
  #service .service-box > img {
    margin-right: 15px;
    margin-bottom: 5px;
    width: 35vw;
  }
}
#service .service-box .name {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  #service .service-box .name {
    margin-bottom: 15px;
    text-align: center;
    font-size: 4.5vw;
  }
}
#service .service-box .text {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #service .service-box .text {
    font-size: 3.4vw;
  }
}
#service .service-box .btn {
  margin: 0 auto;
  padding-top: 20px;
  clear: both;
  overflow: hidden;
  display: block;
  width: 479px;
}
@media (max-width: 768px) {
  #service .service-box .btn {
    padding-top: 15px;
    width: 70%;
    max-width: 100%;
  }
}

/* Attention
------------------------------*/
#attention {
  padding: 40px 0;
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: 0;
  background: #e7e7e7;
}
#attention.back-gray-2 {
  background: #f7f7f7;
}
@media (max-width: 768px) {
  #attention {
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
#attention .text {
  margin-top: 25px;
}
#attention p ~ .info-text{
  margin-top: 25px;
}

/* Contact
------------------------------*/
.contact-common {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .contact-common {
    padding: 30px 0;
  }
}
.contact-common .contact-title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.0;
  position: relative;
}
@media (max-width: 768px) {
  .contact-common .contact-title {
    margin-bottom: 15px;
  }
}
.contact-common .contact-title:before,
.contact-common .contact-title:after {
  content: '';
  width: calc(50% - 20px*14/2 - 15px);
  position: absolute;
  top: calc(20px/2 - 1px);
  height: 1px;
  background: #1a3068;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact-common .contact-title:before,
  .contact-common .contact-title:after {
    top: calc(4.5vw/2 - 1px);
    width: calc(50% - 4.5vw*14/2 - 10px);
  }
}
.contact-common .contact-title:before {
  left: 0;
}
.contact-common .contact-title:after {
  right: 0;
}
.contact-common .contact-title span {
  margin: 0 auto;
  display: inline-block;
  font-size: 20px;
  color: #1a3068;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .contact-common .contact-title span {
    font-size: 4.5vw;
  }
}
.contact-content {
  margin: 0 -14px;
  text-align: center;
  letter-spacing: -.4em;
}
@media (max-width: 768px) {
  .contact-content {
    margin: 0 -3px;
  }
}
.contact-content .item {
  padding: 0 14px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-content .item {
    padding: 0 3px;
    width: 50%;
  }
}
.contact-common .comment {
  margin-top: 5px;
  color: #1a3068;
  font-size: 3vw;
}

/* Pagetop
------------------------------*/
#btn-pagetop {
  position: fixed;
  right: 0;
  bottom: -54px;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll #btn-pagetop {
  bottom: 0;
}
@media (max-width: 768px) {
  #btn-pagetop img {
    transition: none!important;
  }
}

/* Footer
------------------------------*/
footer {
  padding: 40px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #1a3068;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0 10px;
  }
}
#footer-menu-list {
  margin: 0 0 40px;
  letter-spacing: -.4em;
  clear: both;
  overflow: hidden;
}
@media (max-width: 768px) {
  #footer-menu-list {
    margin: -4px -1px 30px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
}
#footer-menu-list .item {
  display: inline-block;
  letter-spacing: .05em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.0;
  width: 16.66%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #footer-menu-list .item {
    margin-top: 2px;
    padding: 0 1px;
    width: 33.33%;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    border: 0!important;
  }
}
#footer-menu-list .item:not(:first-child) {
  border-left: 1px solid #fff;
}
#footer-menu-list .item a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  #footer-menu-list .item a {
    padding: 10px 3px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    box-sizing: border-box;
    text-decoration: none!important;
  }
}
#footer-menu-list .item a:hover {
  text-decoration: underline;
}
#footer-logo-list {
  margin-bottom: 40px;
  letter-spacing: -.4em;
  line-height: 1.0;
}
@media (max-width: 768px) {
  #footer-logo-list {
    margin: 0 -10px 30px;
  }
}
#footer-logo-list .item {
  padding: 0 30px;
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #footer-logo-list .item {
    padding: 0 10px;
  }
  #footer-logo-list .item.plaza img {
    max-width: 155px;
  }
  #footer-logo-list .item.fancorp img {
    max-width: 100px;
  }
}
footer .info .regist {
  margin-left: 12px;
}
@media (max-width: 768px) {
  footer .info .regist {
    margin-left: 0;
    display: block;
  }
  footer .info .regist + br {
    display: none;
  }
}
#copy {
  margin-top: 30px;
}

/* 推薦者の声 ================================= */
.top-section.recommend {
  background: #08207C;
  padding: 80px 0 50px;
}
.top-section.recommend h2 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 32px;
  text-align: center;
  line-height: 32px;
}
.top-section.recommend .recommend-inner {
  max-width: 720px;
  margin: 0 auto;
}
.top-section.recommend .slider-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 28px 0 0;
}
.top-section.recommend .recommend-img {
  overflow: hidden;
  border-radius: 125px;
  width: 160px;
  height: 160px;
}
.top-section.recommend .recommend-img img {
  width: 100%;
  height: auto;
}
.top-section.recommend .recommend-box {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.top-section.recommend .recommend-text {
  min-height: 240px;
  padding: 0 0 20px;
  box-sizing: border-box;
  position: relative;
}
.top-section.recommend .recommend-text::before {
  content:"";
  background: url(../images/common/recommend/icon_quotation.png) left top/100% auto no-repeat;
  display: block;
  width: 28px;
  height: 26px;
  position: absolute;
  top: -20px;
  left: -30px;
}
.top-section.recommend .recommend-name {
  text-align: right;
}
#recommend-slider .slick-dots { bottom: -50px; }
#recommend-slider .slick-dots li { margin: 0 1px; }
#recommend-slider .slick-dots li button:before { color: #fff;}
#recommend-slider .slick-dots li.slick-active button:before { color: #fff; }
#recommend-slider .slick-prev {
  transform: scaleX(50%) translateY(-50%);
  width: 40px;
  height: 50px;
  left: -90px;
}
#recommend-slider .slick-prev::before {
  background: none;
  content: "<";
  font-weight: bold;
  font-size: 50px;
  opacity: 1 !important;
}
#recommend-slider .slick-next {
  transform: scaleX(50%) translateY(-50%);
  width: 40px;
  height: 50px;
  right: -90px;
}
#recommend-slider .slick-next::before {
  background: none;
  content: ">";
  font-weight: bold;
  font-size: 50px;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before { opacity: 1; }
@media (max-width: 768px) {
  .top-section.recommend .recommend-inner {
     max-width: 80%;
  }
  .top-section.recommend .slider-inner {
    display: block;
  }
  .top-section.recommend .recommend-img { margin: 0 auto 34px; }
  .top-section.recommend .recommend-box { font-size: 13px; }
  .top-section.recommend .recommend-text {
    text-align: justify;
    padding: 0 10px 20px;
  }
  .top-section.recommend .recommend-name {
    padding: 0 10px;
  }
  #recommend-slider .slick-next { right: -35px; }
  #recommend-slider .slick-prev { left: -35px; }
  #recommend-slider .slick-prev::before,
  #recommend-slider .slick-next::before { font-size: 35px; }
  #recommend-slider .slick-dots li { margin: 0 5px; }
  .top-section.recommend .recommend-text::before {
    width: 20px;
    left: 0;
  }
}
