@charset "UTF-8";
/*----------------------------------------
Foundation
-----------------------------------------*/
html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #111;
}

h2, .h2 {
  font-size: 1.5rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.65rem;
  }
}

h3, .h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.card {
  border-radius: 0;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30'\a     xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(17, 17, 17, 1)'\a     stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link {
  color: #111 !important;
  font-weight: 700;
}
.nav-link.red{
  color: red !important;
}

@media (max-width: 991.98px) {
  .navbar-collapse .navbar-nav {
    padding-bottom: 64px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse .nav-link {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  }
}

/*----------------------------------------
Layout
-----------------------------------------*/
/*----------------------------------------
Project
-----------------------------------------*/
.p-section-ttl__sub {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}

/*グロナビ ----------------*/
.p-gnav__logo {
  width: 150px;
}

@media (min-width: 576px) {
  .p-gnav__logo {
    width: 150px;
  }
}

.p-gnav__logo img {
  width: 115%;
}

/*MV ----------------*/
.p-mv {
  position: relative;
  margin-bottom: 0;
  padding-top: calc(76px + 2rem);
}

@media (min-width: 576px) {
  .p-mv {
    padding-top: calc(76px + 4rem);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .p-mv .container {
    max-width: 680px;
  }
}

@media (min-width: 768px) {
  .p-mv::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50vw 50vw;
    border-color: transparent transparent #ffffff transparent;
    bottom: 0;
    z-index: 0;
    right: 0;
  }
}

.p-mv__inn {
  margin-top: 64px;
}

.p-mv__title {
  position: relative;
}

.p-mv__ribon-wrap {
  display: inline-block;
  position: absolute;
  left: 53%;
  top: 24%;
}

@media (min-width: 576px) {
  .p-mv__ribon-wrap {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    left: 47vw;
    top: 29%;
  }
}

@media (min-width: 768px) {
  .p-mv__ribon-wrap {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    left: 54%;
    top: 24%;
  }
}

@media (min-width: 992px) {
  .p-mv__ribon-wrap {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    left: 56%;
    top: 24%;
  }
}

@media (min-width: 1200px) {
  .p-mv__ribon-wrap {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    left: 58%;
    top: 24%;
  }
}

.p-mv__ribon {
  color: #111;
  font-weight: 550;
  display: inline-block;
  font-size: 12px;
}

@media (min-width: 768px) {
  .p-mv__ribon {
    font-size: 1rem;
  }
}

.p-mv__maintitle {
  line-height: 1;
  font-weight: 900;
  font-size: 0;
  /*横並びしたspanの隙間をなくすための記述*/
  margin: 1rem 0;
}

.p-mv__maintitle > span {
  font-size: 8.7vw;
  border: 1px solid #efec00;
  display: inline-block;
  margin: 0 -1px -1px;
  width: 1.45em;
  height: 1.45em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .p-mv__maintitle > span {
    font-size: 7vw;
  }
}

@media (min-width: 768px) {
  .p-mv__maintitle > span {
    font-size: 45px;
  }
}

@media (min-width: 992px) {
  .p-mv__maintitle > span {
    font-size: 3.3rem;
  }
}

@media (min-width: 1200px) {
  .p-mv__maintitle > span {
    font-size: 4rem;
  }
}

.p-mv__subtitle {
  line-height: 1;
  font-weight: 700;
  display: block;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .p-mv__subtitle {
    font-size: 5vw;
  }
}

@media (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 3vw;
  }
}

@media (min-width: 992px) {
  .p-mv__subtitle {
    font-size: 2.125rem;
  }
}

.p-mv__img {
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .p-mv__img {
    width: 62%;
  }
}

@media (min-width: 768px) {
  .p-mv__img {
    width: 200%;
  }
}

@media (min-width: 992px) {
  .p-mv__img {
    width: 130%;
  }
}

/*CTA ----------------*/
.p-cta-btn {
  border-radius: 50px;
  padding: 1.25rem 2.5rem;
  width: 100%;
  max-width: 670px;
  -webkit-box-shadow: 0px 7px 0 #7C0000;
          box-shadow: 0px 7px 0 #7C0000;
  line-height: 1;
  position: relative;
}

.p-cta-btn__small {
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.p-cta-btn__txt {
  font-size: 1.45rem;
  font-weight: 900;
  margin-top: 0.625rem;
  display: block;
}

.p-cta-btn + .b-microcopy{
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-weight: 550;
  font-size: 18px;
}

.p-cta-btn + .b-microcopy a{
  color: #fff;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-cta-btn__txt {
    font-size: 1.875rem;
  }
}

.p-cta-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .p-cta-btn::after {
    border-width: 10px 0 10px 17px;
    right: 2.5rem;
  }
}

/*悩み ----------------*/
.p-question {
  position: relative;
}

.p-question__box-wrap {
  padding-bottom: calc(1.5rem /2);
}

@media (max-width: 767.98px) {
  .p-question__box-wrap:not(:first-of-type) {
    margin-top: 0.635rem;
  }
}

.p-question__box {
  border: 2px dashed #12376a;
  padding: 1.5rem;
  background-color: #fafafa;
  position: relative;
}

.p-question__box::before {
  content: '';
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  right: 30%;
  bottom: calc(-1.5rem /2);
  margin: 0 auto;
  border-top: 2px dashed #12376a;
  border-right: 2px dashed #12376a;
  background-color: #fafafa;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 767.98px) {
  .p-question__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .p-question__box {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .p-question__ic-wrap {
    margin-bottom: 1.5rem;
  }
}

.p-question__ic {
  width: 75px;
  height: auto;
}

@media (min-width: 768px) {
  .p-question__ic {
    width: 105px;
  }
}

.p-question__txt {
  margin: 0 0 0  20px;
}

.p-question__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/*強み ----------------*/
.p-strengths__box {
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .p-strengths__box {
    max-width: 300px;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .p-strengths__box:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

.p-strengths__set {
  position: relative;
}

.p-strengths__num {
  position: absolute;
  background: #12376a;
  color: #fff;
  font-size: 2rem;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767.98px) {
  .p-strengths__num {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

@media (min-width: 768px) {
  .p-strengths__num {
    top: 17%;
  }
}

.p-strengths__copy {
  position: absolute;
  background: #12376a;
  color: #fff;
  padding: 0.625rem;
  width: 100%;
  text-align: center;
  bottom: 1.5rem;
}

/*返金補償 ----------------*/
.p-refund {
  border: 5px solid #744400;
  padding: 0.5rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFF8E0), to(#DBD3B6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFF8E0 0%, #DBD3B6 100%) 0% 0% no-repeat padding-box;
}
.p-refund a{
  color: #534B39;
  font-weight: 550;
}

@media (min-width: 768px) {
  .p-refund {
    border-width: 10px;
  }
}

.p-refund__inn {
  border: 1px solid #744400;
  padding: 1rem;
}

@media (max-width: 1199.98px) {
  .p-refund__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-refund__ph {
  position: absolute;
  top: -33%;
  left: 20%;
  width: 77%;
}

@media (min-width: 992px) {
  .p-refund__ph {
    left: 17%;
    width: 89%;
  }
}

@media (min-width: 1200px) {
  .p-refund__ph {
    width: 83%;
  }
}

.p-refund__ttlset {
  color: #47210A;
}

.p-refund__subttl {
  font-weight: bold;
}

.p-refund__ttl {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .p-refund__ttl {
    font-size: 2rem;
  }
}

.p-refund__descset {
  color: #534B39;
  font-weight: 700;
}

/*分割払い ----------------*/
.p-installments {
  border: 5px solid #744400;
  padding: 0.5rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFF8E0), to(#DBD3B6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFF8E0 0%, #DBD3B6 100%) 0% 0% no-repeat padding-box;
}

@media (min-width: 768px) {
  .p-installments {
    border-width: 10px;
  }
}

.p-installments__inn {
  border: 1px solid #744400;
  padding: 1rem;
}

@media (min-width: 768px) {
  .p-installments__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-installments__ttlset {
  color: #47210A;
}

.p-installments__subttl {
  font-weight: bold;
}

.p-installments__ttl {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .p-installments__ttl {
    font-size: 2rem;
  }
}

.p-installments__descset {
  color: #534B39;
  font-weight: 700;
}

/*ポイント ----------------*/
@media (max-width: 767.98px) {
  .p-point {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-point__box-inn {
  border: 3px solid #12376a;
  -webkit-box-shadow: 8px 8px 0 #12376a;
          box-shadow: 8px 8px 0 #12376a;
  padding: 1.5rem;
}

.p-point__img {
  width: 60%;
  margin: 0 auto;
}

/*選ばれる理由 ----------------*/
.p-reason__set {
  padding: 1.5rem;
  position: relative;
}

.p-reason__num {
  position: absolute;
}

.p-reason__num span {
  background-color: rgba(17, 17, 17, 0.8);
  font-size: 0.9rem;
}
.p-reason__num span.bg-red {
  background-color: #E60A45;
}

@media (max-width: 767.98px) {
  .p-reason__num {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 0;
  }
}

@media (min-width: 768px) {
  .p-reason__num {
    left: 0;
    top: 0.1em;
  }
}

.p-reason__img {
  background: url(../img/top-reason-ph-01@2x.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 200px;
}

@media (min-width: 768px) {
  .p-reason__img {
    min-height: 300px;
  }
}

@media (min-width: 992px) {
  .p-reason__img {
    min-height: 270px;
  }
}

.p-reason__img--02 {
  /*background-image: url(../img/top-reason-ph-02@2x.png);*/
  background-image: url(../img/report.png);
}

.p-reason__img--03 {
  background-image: url(../img/top-reason-ph-03@2x.png);
}

.p-reason__img--04 {
  background-image: url(../img/top-reason-ph-02@2x.png);
}

.p-reason__img--05 {
  background-image: url(../img/top-reason-ph-05@2x.png);
}

.p-reason__img--nakaji {
  background-image: url(../img/nakaji.png);
}

.p-reason__img--jirei {
  background-image: url(../img/jirei.png);
  object-position: 50% 50%;
}

.p-reason__copy::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/ic-point@2x.png) top center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5rem;
}

/*進め方 ----------------*/
.p-process {
  position: relative;
}

@media (max-width: 767.98px) {
  .p-process {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-process__box-inn {
  padding: 1.5rem;
  position: relative;
}

.p-process__num {
  font-size: 2.5rem;
  font-weight: 900;
  text-decoration: underline;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-process__num {
    margin: 0;
  }
}

.p-process__img {
  width: 90px;
  height: 90px;
}

@media (max-width: 767.98px) {
  .p-process__img {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-process__img {
    width: auto;
    height: auto;
  }
}

.p-process__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.p-process__arrow02 {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*受講までの流れ ----------------*/
.p-flow {
  position: relative;
}

.p-flow__box {
  padding-top: 2rem;
}
.p-flow__box2 {
  padding-top: 2rem;
  margin-top: 1rem;
}

.p-flow__step {
  width: 4rem;
  height: 4rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-flow__txt {
  font-size: 0.635rem;
}

.p-flow__num {
  font-size: 1.25rem;
}

.p-flow__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 5;
}

@media (min-width: 768px) {
  .p-flow__arrow {
    right: 0;
    left: auto;
    top: 0;
    -webkit-transform: rotate(-90deg) translateY(30%);
            transform: rotate(-90deg) translateY(30%);
  }
}

/*料金 ----------------*/
.p-price__box {
  border-top: 8px solid #12376a;
}

.p-price__box--m {
  border-top: 8px solid rgba(18, 55, 106, 0.8);
}

.p-price__box--m .p-price__price {
  opacity: .8;
}

.p-price__box--s {
  border-top: 8px solid rgba(18, 55, 106, 0.5);
}

.p-price__box--s .p-price__price {
  opacity: .5;
}

.p-price__price {
  font-size: 2.5rem;
}

.p-price__price span {
  font-size: 1.3rem;
}

.p-price__small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-price__small::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/ic-ticket@2x.png) center no-repeat;
  background-size: contain;
  margin-right: .5rem;
}
table.schedule{ width: 100%; background: #fff; }
table.schedule td{ padding: 20px; height: 90px; border: 3px solid #ddd; text-align: center; }
table.schedule th{ padding: 20px; width: 250px; background: #FFE9EA; border: 3px solid #ddd; }
table.schedule tr:first-child{ font-weight: 550; }
table.schedule td span{ font-weight: normal; font-size: 14px; }
table.schedule td.maru2{
    background-image: url(../img/maru2.png); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
    font-weight: 550;
}
table.schedule td.maru{
    background-image: url(../img/maru.png); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
    font-weight: 550;
}
table.schedule td.sankaku{
    background-image: url(../img/sankaku.png); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px;
}
@media (min-width: 768px) {
  .p-footer__nav a {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  table.schedule{
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  /*table.schedule th{ max-width: 100px; }*/
  /*table.schedule td{ padding: 10px; }*/
}


/*よくある質問 ----------------*/
.p-faq__q::before {
  content: "Q";
  margin-right: 0.75rem;
}

.p-faq__a::before {
  content: "A";
  margin-right: 0.75rem;
}

/*フッター ----------------*/
.p-footer__nav {
  list-style: none;
  padding-left: 0;
}

.p-footer__nav li {
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .p-footer__nav li {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  }
}

@media (min-width: 768px) {
  .p-footer__nav li + li {
    border-left: 1px solid rgba(17, 17, 17, 0.2);
  }
}

.p-footer__nav a {
  text-decoration: none;
  display: inline-block;
  color: #6F6F6F;
  padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
  .p-footer__nav a {
    padding: 0 1rem;
  }
}

/*----------------------------------------
Component
-----------------------------------------*/
.c-small {
  font-size: 0.75rem;
  line-height: 1;
}

.c-small--subtitle {
  font-weight: 900;
  letter-spacing: .45em;
}

.c-small--link {
  color: #CCD4FF;
}

.c-small--link:hover {
  color: #fff;
}

.c-small--lightgray {
  color: #656565;
}

.c-stripe::before {
  margin-right: 10px;
  content: "＼";
}

.c-stripe::after {
  margin-left: 10px;
  content: "／";
}

.c-arrow {
  position: relative;
  padding-left: 1em !important;
}

.c-arrow::before, .c-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

.c-arrow::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid rgba(17, 17, 17, 0.5);
  border-right: 1px solid rgba(17, 17, 17, 0.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .c-arrow-sp {
    position: relative;
    padding-left: 1em !important;
  }
  .c-arrow-sp::before, .c-arrow-sp::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .c-arrow-sp::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid rgba(17, 17, 17, 0.5);
    border-right: 1px solid rgba(17, 17, 17, 0.5);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.c-arrow02 {
  width: 26px;
  height: 33px;
  display: block;
  background: url(../img/ic-triangle@2x.png) center no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .c-arrow02 {
    width: 33px;
    height: 43px;
  }
}

.c-ribbon {
  position: relative;
  background-color: #fff;
  line-height: 3em;
  text-align: center;
  padding: 0 1em;
}

.c-ribbon::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  border-top: 1.5em solid #fff;
  border-bottom: 1.5em solid #fff;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid transparent;
  right: -1.5em;
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(0%, #efec00));
  background: linear-gradient(transparent 30%, #efec00 0%);
}
.fnt-red { color: #D80000; }

.c-ptn-blue {
  background: url(../img/ptn-blue@2x.png) center no-repeat;
  background-size: cover;
}

.c-animation-float {
  -webkit-animation: img_box_9955 3s linear infinite;
          animation: img_box_9955 3s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

@-webkit-keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-bg-lightblue {
  background-color: #F0F7FF !important;
}

.c-scraped-box {
  position: relative;
  background-color: #ececec;
}

.c-scraped-box::before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-bottom: solid 50px #fff;
  border-left: solid 50px transparent;
  bottom: -3px;
  z-index: 2;
}

.c-scraped-box::after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-bottom: solid 50px transparent;
  border-left: solid 50px transparent;
  bottom: -2px;
}

/*----------------------------------------
Utility
-----------------------------------------*/
/*----------------------------------------
その他
-----------------------------------------*/
/*slick ----------------*/
.slick-dots li button:before {
  font-size: 1rem;
}

.slick-arrow {
  z-index: 1;
}

.slick-next.slick-arrow {
  right: 3rem;
}

.slick-prev.slick-arrow {
  left: 3rem;
}

.slick-prev:before {
  content: "";
  background: url(../img/ic-arrow.png) no-repeat center/contain;
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.85;
}

.slick-next:before {
  content: "";
  background: url(../img/ic-arrow.png) no-repeat center/contain;
  display: block;
  width: 2rem;
  height: 2rem;
  opacity: 0.85;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */

#pagetop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 0;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#pagetop a{
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #888;
    border-radius: 50%;
    line-height: 50px;
}
#pagetop a i{
    font-size: 18px;
    color:#fff;
    line-height: 40px;
}
@media (max-width: 767.98px) {
  #pagetop{
      right: 15px;
  }
}