@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* reset for form */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
  button:hover {
    cursor: pointer; }

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  color: #333;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    body {
      font-size: calc(100vw / ( 750 / 30 ));
      line-height: 1.67; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #333; }
  a.txtLink {
    color: #00c5fe; }
    a.txtLink:hover {
      text-decoration: underline; }

.opacity {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

.hover, .c-btn-primary:hover, .p-nav .gNav .item a:hover, .p-footer-sns .item a:hover, .p-footer-sponsor .item .bn:hover, .p-footer-pageTop:hover, .slick-arrow:hover, .p-cv-nav .items .item a:hover, .p-cm-list .item a:hover, .p-book-btn:hover, .p-kv-logo a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important; } }

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1300ms; }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); }

/*========== l-container.scss ==========*/
@media screen and (min-width: 768px) {
  .l-container {
    display: flex;
    flex-wrap: wrap; } }
@media screen and (min-width: 1001px) {
  .l-container {
    margin: auto;
    width: 1000px; } }

/*========== l-side.scss ==========*/
@media screen and (min-width: 768px) {
  .l-side {
    width: 30%;
    background-color: #00a0e9;
    order: 2; } }
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l-side {
    position: fixed;
    right: 0;
    height: 100vh;
    z-index: 9999; } }
@media screen and (min-width: 1001px) {
  .l-side {
    width: 300px; } }

/*========== l-header.scss ==========*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 768px) {
    .l-header {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    .l-header {
      background-color: #fff; } }
  @media screen and (min-width: 1001px) {
    .l-header {
      width: 300px; } }
  .l-header__inner {
    height: 100px; }
    @media screen and (min-width: 768px) {
      .l-header__inner {
        position: relative; } }
    @media screen and (max-width: 767px) {
      .l-header__inner {
        height: 60px; } }

/*========== l-main.scss ==========*/
.l-main {
  display: block; }
  @media screen and (min-width: 768px) {
    .l-main {
      width: 70%;
      order: 1;
      padding: 43px 6% 60px 7%; } }
  @media screen and (max-width: 767px) {
    .l-main {
      padding: 60px calc(100vw / ( 750 / 40 )) calc(100vw / ( 750 / 80 )); } }
  @media screen and (min-width: 1001px) {
    .l-main {
      width: 700px;
      padding: 43px 60px 60px 70px; } }

/*========== l-footer.scss ==========*/
/*========== c-inner.scss ==========*/
@media screen and (max-width: 767px) {
  .c-inner {
    padding-left: calc(100vw / ( 750 / 36 ));
    padding-right: calc(100vw / ( 750 / 36 )); } }
@media screen and (min-width: 768px) {
  .c-inner {
    width: 94%;
    max-width: 1200px;
    margin: auto; }
    .c-inner.sizeS {
      max-width: 1000px; } }

/*========== c-title.scss ==========*/
.c-title-primary + p {
  margin-top: calc(100vw / ( 750 / 40 )); }
  @media screen and (min-width: 768px) {
    .c-title-primary + p {
      margin-top: 20px; } }

/*========== c-btn.scss ==========*/
.c-btn-primary {
  background-color: #00c5fe;
  color: #fff;
  font-weight: bold;
  border-radius: 1000px;
  display: block;
  width: 100%;
  text-align: center;
  height: 70px;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.3);
  position: relative;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .c-btn-primary {
      height: calc(100vw / ( 750 / 180 ));
      box-shadow: 0px 0px calc(100vw / ( 750 / 32 )) 0px rgba(4, 0, 0, 0.3);
      font-size: calc(100vw / ( 750 / 40 )); } }
  @media screen and (min-width: 1001px) {
    .c-btn-primary {
      font-size: 1.9rem; } }
  .c-btn-primary span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    white-space: nowrap; }
    .c-btn-primary span.icon-blank {
      height: calc(100vw / ( 750 / 61 ));
      line-height: calc(100vw / ( 750 / 61 ));
      background: url(../img/icon_blank.png) right center no-repeat;
      background-size: calc(100vw / ( 750 / 74 )) auto;
      padding-right: calc(100vw / ( 750 / 84 )); }
      @media screen and (min-width: 768px) {
        .c-btn-primary span.icon-blank {
          height: 37px;
          line-height: 37px;
          background-size: 45px auto;
          padding-right: 55px; } }
    .c-btn-primary span.icon-modal {
      background: url(../img/icon_modal.png) right center no-repeat;
      background-size: calc(100vw / ( 750 / 74 )) auto;
      padding-right: calc(100vw / ( 750 / 84 )); }
      @media screen and (min-width: 768px) {
        .c-btn-primary span.icon-modal {
          background-size: 45px auto;
          padding-right: 55px; } }
    .c-btn-primary span.icon-dl {
      height: calc(100vw / ( 750 / 61 ));
      line-height: calc(100vw / ( 750 / 61 ));
      background: url(../img/icon_dl.png) right center no-repeat;
      background-size: calc(100vw / ( 750 / 58 )) auto;
      padding-right: calc(100vw / ( 750 / 68 )); }
      @media screen and (min-width: 768px) {
        .c-btn-primary span.icon-dl {
          height: 39px;
          line-height: 39px;
          background-size: 39px auto;
          padding-right: 49px; } }
    .c-btn-primary span.icon-next {
      height: calc(100vw / ( 750 / 57 ));
      line-height: calc(100vw / ( 750 / 57 ));
      background: url(../img/icon_next2.png) right center no-repeat;
      background-size: calc(100vw / ( 750 / 57 )) auto;
      padding-right: calc(100vw / ( 750 / 67 )); }
      @media screen and (min-width: 768px) {
        .c-btn-primary span.icon-next {
          height: 39px;
          line-height: 39px;
          background-size: 32px auto;
          padding-right: 42px; } }
      @media screen and (min-width: 768px) and (max-width: 960px) {
        .c-btn-primary span.icon-next {
          font-size: 1.5rem;
          background-size: 23px auto;
          padding-right: 25px; } }
    .c-btn-primary span.icon-next2 {
      background: url(../img/icon_next2.png) right center no-repeat;
      background-size: calc(100vw / ( 750 / 57 )) auto;
      padding-right: calc(100vw / ( 750 / 67 )); }
      @media screen and (min-width: 768px) {
        .c-btn-primary span.icon-next2 {
          background-size: 25px auto;
          padding-right: 30px; } }
      @media screen and (min-width: 768px) and (max-width: 960px) {
        .c-btn-primary span.icon-next2 {
          font-size: 1.5rem;
          background-size: 23px auto;
          padding-right: 25px; } }
  .c-btn-primary + .c-btn-primary {
    margin-top: calc(100vw / ( 750 / 30 )); }
    @media screen and (min-width: 768px) {
      .c-btn-primary + .c-btn-primary {
        margin-top: 20px; } }

/*========== c-sec.scss ==========*/
@media screen and (min-width: 768px) {
  .c-sec-col2 {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 768px) {
  .c-sec-col2 .colBox {
    width: 48%; } }
.c-sec-col2 .colBox .txtArea {
  padding: 1em; }
  @media screen and (min-width: 768px) {
    .c-sec-col2 .colBox .txtArea {
      padding: 1.25em; } }
  .c-sec-col2 .colBox .txtArea p + p {
    margin-top: 1.5em; }

/*========== c-bd.scss ==========*/
.c-bd-std {
  border-radius: 4px;
  border: 8px solid #313434; }
  @media screen and (max-width: 767px) {
    .c-bd-std {
      border-width: calc(100vw / ( 750 / 8 )); } }

/*========== p-header.scss ==========*/
.p-header-logo {
  line-height: 1;
  display: block;
  width: 143px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .p-header-logo {
      left: calc(100vw / ( 750 / 40 ));
      width: calc(100vw / ( 750 / 130 )); } }

/*========== p-nav.scss ==========*/
@media screen and (min-width: 768px) {
  .p-nav {
    position: absolute;
    top: 0;
    right: 0; } }
@media screen and (max-width: 767px) {
  .p-nav-logo {
    left: calc(100vw / ( 750 / 40 ));
    top: calc(100vw / ( 750 / 60 ));
    width: calc(100vw / ( 750 / 130 ));
    line-height: 1;
    position: absolute; } }
.p-nav .gNav .item {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em; }
  .p-nav .gNav .item a {
    color: #005bac;
    font-weight: bold;
    font-size: calc(100vw / ( 750 / 35 ));
    display: block;
    padding: 0.5em calc(100vw / ( 750 / 50 )); }
    @media screen and (min-width: 768px) {
      .p-nav .gNav .item a {
        padding: 0.5em 1em;
        font-size: 1.65rem; } }
.p-nav .burger--wrap {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  right: 5px;
  z-index: 1000; }
  .p-nav .burger--wrap .burger {
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    top: 14px;
    right: 10px;
    z-index: 9999;
    cursor: pointer; }
  .p-nav .burger--wrap .burger .line {
    width: 30px;
    height: 6px;
    background: #fff;
    transition: 0.3s;
    border-radius: 1000px; }
  .p-nav .burger--wrap .burger::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    top: 0;
    right: 0;
    background: #fff;
    transition: 0.6s;
    border-radius: 1000px; }
  .p-nav .burger--wrap .burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: 0.8s;
    border-radius: 1000px; }
  .p-nav .burger--wrap .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF; }
  .p-nav .burger--wrap .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    width: 100%; }
  .p-nav .burger--wrap .burger-active > .line {
    transform: scale(0); }
  .p-nav .burger--wrap .burger-active .line {
    background-color: #FFF; }
.p-nav .navigation {
  opacity: 0.0;
  top: -100vh;
  z-index: 300;
  width: 100vw;
  height: auto;
  position: fixed;
  right: 0;
  transition: 0.3s;
  -webkit-overflow-scrolling: touch;
  background-color: #9ed8f6; }
  @media screen and (max-width: 767px) {
    .p-nav .navigation {
      overflow: auto; } }
  @media screen and (min-width: 768px) {
    .p-nav .navigation {
      position: absolute;
      width: 100%;
      padding: 50px 0 25px; } }
  @media screen and (min-width: 1001px) {
    .p-nav .navigation {
      width: 300px; } }
.p-nav .nav-active {
  top: 0;
  right: 0;
  opacity: 1.0; }
@media screen and (max-width: 767px) {
  .p-nav .burger--wrap {
    width: 40px;
    height: 40px;
    right: 4vw;
    top: 10px; }
    .p-nav .burger--wrap .burger {
      position: absolute;
      display: flex;
      align-items: center;
      top: 9px;
      right: 9px;
      z-index: 9999;
      cursor: pointer;
      width: calc(100vw / ( 750 / 50 ));
      height: calc(100vw / ( 750 / 50 )); }
    .p-nav .burger--wrap .burger .line {
      width: 100%;
      height: calc(100vw / ( 750 / 10 ));
      transition: 0.3s;
      background: #00b9ef; }
    .p-nav .burger--wrap .burger::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100vw / ( 750 / 10 ));
      top: 0;
      right: 0;
      transition: 0.6s;
      background: #00b9ef; }
    .p-nav .burger--wrap .burger::after {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100vw / ( 750 / 10 ));
      bottom: 0;
      right: 0;
      transition: 0.8s;
      background: #00b9ef; }
    .p-nav .burger--wrap .burger-active::before {
      transform: rotate(135deg);
      top: 0;
      bottom: 0;
      margin: auto;
      background-color: #FFF; }
    .p-nav .burger--wrap .burger-active::after {
      transform: rotate(-135deg);
      top: 0;
      bottom: 0;
      margin: auto;
      background-color: #FFF;
      width: 100%; }
    .p-nav .burger--wrap .burger-active > .line {
      transform: scale(0); }
    .p-nav .burger--wrap .burger-active .line {
      background-color: #FFF; }
  .p-nav .navigation {
    opacity: 0.0;
    top: -100vh;
    z-index: 300;
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.5); }
    .p-nav .navigation .navigation--content {
      background-color: #9ed8f6;
      padding: calc(100vw / ( 750 / 195 )) 0 calc(100vw / ( 750 / 80 ));
      position: relative; }
  .p-nav .nav-active {
    top: 0;
    right: 0;
    opacity: 1.0; } }

/*========== p-footer.scss ==========*/
.p-footer-sns {
  display: flex;
  justify-content: center;
  margin-bottom: calc(100vw / ( 750 / 90 )); }
  @media screen and (min-width: 768px) {
    .p-footer-sns {
      margin-bottom: 70px; } }
  .p-footer-sns .item {
    margin: 0 calc(100vw / ( 750 / 35 )); }
    @media screen and (min-width: 768px) {
      .p-footer-sns .item {
        margin: 0 20px; } }
    .p-footer-sns .item a {
      display: block;
      text-indent: -9999px;
      width: calc(100vw / ( 750 / 100 ));
      height: calc(100vw / ( 750 / 100 )); }
      @media screen and (min-width: 768px) {
        .p-footer-sns .item a {
          width: 60px;
          height: 60px; } }
      .p-footer-sns .item a.forFB {
        background: url(../img/icon_fb.png) center no-repeat;
        background-size: contain; }
      .p-footer-sns .item a.forTW {
        background: url(../img/icon_tw.png) center no-repeat;
        background-size: contain; }
@media screen and (min-width: 768px) {
  .p-footer-sponsor {
    padding: 0 10%; } }
.p-footer-sponsor .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(100vw / ( 750 / 50 )); }
  @media screen and (min-width: 768px) {
    .p-footer-sponsor .item {
      margin-bottom: 30px; } }
  .p-footer-sponsor .item .txt {
    font-size: calc(100vw / ( 750 / 18 ));
    width: 68.5%; }
    @media screen and (min-width: 768px) {
      .p-footer-sponsor .item .txt {
        font-size: 1.5rem;
        width: 70%; } }
  .p-footer-sponsor .item .bn {
    display: block;
    width: 29.5%; }
    @media screen and (min-width: 768px) {
      .p-footer-sponsor .item .bn {
        width: 25%; } }
  .p-footer-sponsor .item.w100 .txt {
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em; }
  .p-footer-sponsor .item.w100 .bn {
    width: 90%;
    margin: 0 auto; }
.p-footer-copy {
  display: block;
  line-height: 1.5;
  font-size: calc(100vw / ( 750 / 20 )); }
  @media screen and (min-width: 768px) {
    .p-footer-copy {
      font-size: 1.0rem; } }
  @media screen and (min-width: 1001px) {
    .p-footer-copy {
      text-align: center; } }
.p-footer-pageTop {
  display: block;
  margin: calc(100vw / ( 750 / 110 )) auto calc(100vw / ( 750 / 80 ));
  width: calc(100vw / ( 750 / 114 )); }
  @media screen and (min-width: 768px) {
    .p-footer-pageTop {
      width: 100px;
      margin: 0 auto 45px; } }

/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px; }
  @media screen and (max-width: 767px) {
    .slick-arrow {
      width: calc(100vw / ( 750 / 57 ));
      height: calc(100vw / ( 750 / 57 )); } }
  .slick-arrow:hover {
    cursor: pointer; }
  .slick-arrow.slick-disabled {
    opacity: 0.5; }

.slick-prev {
  background: url(../img/icon_prev.png) center no-repeat;
  background-size: contain;
  left: 10px; }

.slick-next {
  background: url(../img/icon_next.png) center no-repeat;
  background-size: contain;
  right: 10px; }

/* Dots */
.slick-dots {
  position: absolute;
  left: 0;
  bottom: -1.25em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .slick-dots {
      height: 15px; } }
  @media screen and (max-width: 767px) {
    .slick-dots {
      bottom: -1em; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: calc(100vw / ( 750 / 30 ));
    width: calc(100vw / ( 750 / 30 ));
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .slick-dots li {
        vertical-align: top;
        width: 15px;
        height: 15px; } }
    .slick-dots li button {
      border: 0;
      background: #000;
      display: block;
      height: calc(100vw / ( 750 / 30 ));
      width: calc(100vw / ( 750 / 30 ));
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: #000;
      padding: 5px;
      cursor: pointer;
      border-radius: 50%; }
      @media screen and (min-width: 768px) {
        .slick-dots li button {
          width: 15px;
          height: 15px; } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100vw / ( 750 / 30 ));
        height: calc(100vw / ( 750 / 30 ));
        line-height: calc(100vw / ( 750 / 30 ));
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media screen and (min-width: 768px) {
          .slick-dots li button:before {
            width: 15px;
            height: 15px; } }
    .slick-dots li.slick-active button {
      background: #fff; }

.slick-counter {
  position: absolute;
  left: 1em;
  bottom: -1em;
  color: #fff;
  font-size: calc(100vw / ( 750 / 32 ));
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .slick-counter {
      font-size: 2.1rem; } }

/*========== p-quiz.scss ==========*/
.p-quiz {
  margin-bottom: calc(100vw / ( 750 / 90 )); }
  @media screen and (min-width: 768px) {
    .p-quiz {
      margin-bottom: 50px; } }
  .p-quiz-ttl {
    display: none; }
    .p-quiz-ttlWrap {
      background: url(../img/quiz_ttl.png) center top no-repeat;
      background-size: 100% auto;
      border-radius: 4px 4px 0 0;
      border: 8px solid #313434;
      border-bottom: none;
      padding-top: 154px; }
      @media screen and (max-width: 767px) {
        .p-quiz-ttlWrap {
          border-width: calc(100vw / ( 750 / 8 ));
          padding-top: calc(100vw / ( 750 / 260 )); } }
  .p-quiz-select img {
    vertical-align: top; }
  .p-quiz-Q {
    background-color: #fffcf1;
    border: 4px solid #fff100;
    text-align: center;
    padding: calc(100vw / ( 750 / 15 )); }
    @media screen and (min-width: 768px) {
      .p-quiz-Q {
        padding: 10px; } }
    .p-quiz-Qwrap {
      border-radius: 0 0 4px 4px;
      border: 8px solid #313434;
      border-top: none;
      padding: 0 5px 5px;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .p-quiz-Qwrap {
          border-width: calc(100vw / ( 750 / 8 ));
          padding: 0 calc(100vw / ( 750 / 10 )) calc(100vw / ( 750 / 10 )); } }
    .p-quiz-Q .num {
      text-align: center;
      font-weight: bold;
      display: inline-block;
      margin: -1em 0 0.5em;
      font-size: calc(100vw / ( 750 / 40 )); }
      @media screen and (min-width: 768px) {
        .p-quiz-Q .num {
          font-size: 1.8rem;
          margin: -1em -0.5em 0.5em; } }
      .p-quiz-Q .num:before {
        content: "";
        display: inline-block;
        vertical-align: bottom;
        width: calc(100vw / ( 750 / 104 ));
        height: calc(100vw / ( 750 / 99 ));
        margin-right: 0.5em; }
        @media screen and (min-width: 768px) {
          .p-quiz-Q .num:before {
            width: 38px;
            height: 38px; } }
      .p-quiz-Q .num.forQ:before {
        background: url(../img/icon_q.png) center no-repeat;
        background-size: contain; }
      .p-quiz-Q .num.forA:before {
        background: url(../img/icon_a.png) center no-repeat;
        background-size: contain; }
    .p-quiz-Q .last {
      text-align: center;
      font-weight: bold;
      margin-: 0 -1em 0.5em;
      font-size: calc(100vw / ( 750 / 40 )); }
      @media screen and (min-width: 768px) {
        .p-quiz-Q .last {
          font-size: 1.8rem; } }
    .p-quiz-Q .question, .p-quiz-Q .answer {
      text-align: left; }
    .p-quiz-Q .question {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .p-quiz-Q .question .obj {
        width: 41.5%;
        margin-right: 3.5%; }
      .p-quiz-Q .question p {
        width: 55%; }
    .p-quiz-Q .answer .ans {
      text-align: center;
      font-weight: bold;
      margin-bottom: 0.5em;
      font-size: calc(100vw / ( 750 / 40 )); }
      @media screen and (min-width: 768px) {
        .p-quiz-Q .answer .ans {
          font-size: 2.0rem; } }
    .p-quiz-Q .answer .obj {
      margin: 0 auto 2vw;
      width: 41.5%; }
    .p-quiz-Q .btnNext {
      background-color: #e23f2a;
      margin-top: 1.25em; }
      .p-quiz-Q .btnNext:hover {
        cursor: pointer; }
    .p-quiz-Q .btnAgain {
      background-color: #e23f2a; }
      .p-quiz-Q .btnAgain:hover {
        cursor: pointer; }
    .p-quiz-Q .btnMore {
      background-color: #196ab3;
      margin: 1.25em 0; }
      .p-quiz-Q .btnMore:hover {
        cursor: pointer; }
  .p-quiz-note {
    padding-top: 0.7em;
    font-size: calc(100vw / ( 750 / 18 )); }
    @media screen and (min-width: 768px) {
      .p-quiz-note {
        font-size: 1.2rem; } }

.diagnosisStage {
  display: none;
  margin: 0 auto; }

.diagnosisStage.active {
  display: block; }

.diagnosisInner .items .item {
  margin-bottom: calc(100vw / ( 750 / 10 ));
  border-radius: calc(100vw / ( 750 / 12 ));
  padding: calc(100vw / ( 750 / 4 )) calc(100vw / ( 750 / 4 )) calc(100vw / ( 750 / 4 )) 2.5em;
  position: relative;
  display: block; }
  @media screen and (min-width: 768px) {
    .diagnosisInner .items .item {
      margin-bottom: 6px;
      border-radius: 6px;
      padding: 3px 3px 3px 2.5em; } }
  .diagnosisInner .items .item:hover {
    cursor: pointer; }
  .diagnosisInner .items .item:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.0em;
    text-align: center;
    font-weight: bold;
    font-size: 120%; }
  .diagnosisInner .items .item:nth-child(1) {
    background-color: #ccee7f; }
    .diagnosisInner .items .item:nth-child(1):before {
      content: "1"; }
  .diagnosisInner .items .item:nth-child(2) {
    background-color: #bdedfc; }
    .diagnosisInner .items .item:nth-child(2):before {
      content: "2"; }
  .diagnosisInner .items .item:nth-child(3) {
    background-color: #fdb0d0;
    margin-bottom: 0; }
    .diagnosisInner .items .item:nth-child(3):before {
      content: "3"; }
  .diagnosisInner .items .item span {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.7em 1em; }
    @media screen and (min-width: 768px) {
      .diagnosisInner .items .item span {
        padding: 0.8em 1em; } }

.diagnosisQBtn {
  display: block; }

.diagnosisQBtn span {
  display: block; }

.resultBox {
  margin: calc(100vw / ( 750 / 25 )) 5% 0;
  padding: calc(100vw / ( 750 / 28 )) 0; }
  @media screen and (min-width: 768px) {
    .resultBox {
      border-width: 8px !important;
      margin: 0 5%;
      padding: 20px 0; } }
  .resultBoxWrap {
    background: url(../img/quiz_bg_result.png) center top no-repeat;
    background-size: 100% auto;
    padding: calc(100vw / ( 750 / 28 )) 0 0; }
    @media screen and (min-width: 768px) {
      .resultBoxWrap {
        padding: 20px 0 0; } }
  .resultBox:hover {
    cursor: pointer; }
  .resultBox.result_o {
    background-color: #e23f2a;
    border: calc(100vw / ( 750 / 13 )) solid #d12617; }
  .resultBox.result_x {
    background-color: #196ab3;
    border: calc(100vw / ( 750 / 13 )) solid #114b7e; }
  .resultBox img {
    display: block;
    margin: auto;
    width: 80%; }

.overlay-lock-test {
  overflow-y: hidden !important; }

.overlay-lock {
  overflow: hidden !important;
  width: auto; }

.overlay-lock body {
  overflow: hidden !important; }

.modal-overlay-lock {
  overflow: hidden !important;
  width: auto; }

.modal-overlay-lock body {
  overflow: hidden !important; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.is-modalCart .remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.is-modalBlk .remodal-overlay {
  background: rgba(0, 0, 0, 0.6); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 4% 0 4%;
  overflow-y: scroll; }

@media only screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 24px 24px 24px; } }
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 91.2%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  bottom: -2em;
  right: 0;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: calc(100vw / ( 750 / 40 )); }
  @media screen and (min-width: 768px) {
    .remodal-close {
      font-size: 2.1rem; } }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 600px; } }
.modalMov {
  max-width: 1000px; }

.modalMov__inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border: calc(100vw / ( 750 / 8 )) solid #000;
  border-radius: 4px; }
  @media screen and (min-width: 768px) {
    .modalMov__inner {
      border-width: 8px; } }

.modalMov__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.modalMov--square {
  max-width: 600px; }

.modalMov--square .modalMov__inner {
  padding-bottom: 100%; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*========== p-cv.scss ==========*/
.p-cv {
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    .p-cv {
      padding: calc(100vw / ( 750 / 40 )) calc(100vw / ( 750 / 24 )) 0;
      background-color: #00a0e9;
      border-radius: calc(100vw / ( 750 / 18 ));
      margin-bottom: calc(100vw / ( 750 / 100 )); } }
  @media screen and (min-width: 768px) {
    .p-cv-present {
      padding: 0 0 0 5px; } }
  .p-cv-nav .items {
    margin: 0 0 0 -10px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .p-cv-nav .items {
        margin: calc(100vw / ( 750 / 30 )) calc(-100vw / ( 750 / 44 )) 0;
        border-radius: calc(100vw / ( 750 / 21 )); } }
    .p-cv-nav .items .item a {
      display: block; }

/*========== p-how.scss ==========*/
.p-how {
  margin-bottom: calc(100vw / ( 750 / 100 )); }
  @media screen and (min-width: 768px) {
    .p-how {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .p-how .col-L {
      margin-bottom: calc(100vw / ( 750 / 40 )); } }
  .p-how-voice {
    text-align: right; }
    .p-how-voice.box01 {
      background: url(../img/how_bg01.png) center 102% no-repeat;
      background-size: 100% auto;
      padding: 1.5em 1.5em 45%; }
    .p-how-voice.box02 {
      background: url(../img/how_bg02.png) center 102% no-repeat;
      background-size: 100% auto;
      padding: 1.5em 1.5em 45%;
      border-top: 8px solid #313434; }
      @media screen and (max-width: 767px) {
        .p-how-voice.box02 {
          border-width: calc(100vw / ( 750 / 8 )); } }
    .p-how-voice .voice {
      text-align: left;
      margin-bottom: 1em; }

/*========== p-voice.scss ==========*/
.p-voice {
  background: url(../img/voice2_bg_sp.png) center no-repeat;
  background-size: 100% auto;
  margin: 0 calc(-100vw / ( 750 / 40 )) calc(100vw / ( 750 / 90 ));
  padding: 0 calc(100vw / ( 750 / 40 )); }
  @media screen and (min-width: 768px) {
    .p-voice {
      background: url(../img/voice2_bg_pc.png) center no-repeat;
      background-size: 100% auto;
      margin: 0 -60px 65px -70px;
      padding: 0 35px 0 70px; } }
  @media screen and (max-width: 767px) {
    .p-voice .col-L {
      margin-bottom: calc(100vw / ( 750 / 60 )); } }
  @media screen and (min-width: 768px) {
    .p-voice .col-R {
      text-align: center; } }
  .p-voice-list {
    margin-bottom: calc(100vw / ( 750 / 80 )); }
    @media screen and (min-width: 768px) {
      .p-voice-list {
        margin-bottom: 100px; } }
    .p-voice-list .item {
      position: relative; }
      @media screen and (min-width: 768px) {
        .p-voice-list .item {
          text-align: left; } }
      .p-voice-list .item:not(:last-child) {
        margin-bottom: calc(100vw / ( 750 / 34 )); }
        @media screen and (min-width: 768px) {
          .p-voice-list .item:not(:last-child) {
            margin-bottom: 20px; } }
      .p-voice-list .item:after {
        content: "";
        display: block;
        position: absolute; }
      .p-voice-list .item01 {
        background: url(../img/voice2_item01.png) center no-repeat;
        background-size: 100% 100%;
        min-height: calc(100vw / ( 750 / 469 ));
        padding: 2.5em 2em 0 2.5em; }
        @media screen and (min-width: 768px) {
          .p-voice-list .item01 {
            min-height: 281px; } }
        .p-voice-list .item01:after {
          width: calc(100vw / ( 750 / 110 ));
          height: calc(100vw / ( 750 / 152 ));
          background: url(../img/voice_icon01.png) center no-repeat;
          background-size: 100% 100%;
          right: calc(100vw / ( 750 / 50 ));
          bottom: calc(-100vw / ( 750 / 20 )); }
          @media screen and (min-width: 768px) {
            .p-voice-list .item01:after {
              width: 66px;
              height: 91px;
              right: 40px;
              bottom: -10px; } }
      .p-voice-list .item02 {
        background: url(../img/voice2_item02.png) center no-repeat;
        background-size: 100% 100%;
        min-height: calc(100vw / ( 750 / 469 ));
        padding: 3em 2em 0; }
        @media screen and (min-width: 768px) {
          .p-voice-list .item02 {
            min-height: 281px; } }
        .p-voice-list .item02:after {
          width: calc(100vw / ( 750 / 154 ));
          height: calc(100vw / ( 750 / 167 ));
          background: url(../img/voice_icon02.png) center no-repeat;
          background-size: contain;
          left: calc(-100vw / ( 750 / 20 ));
          bottom: calc(-100vw / ( 750 / 90 )); }
          @media screen and (min-width: 768px) {
            .p-voice-list .item02:after {
              width: 92px;
              height: 100px;
              left: -15px;
              bottom: -50px; } }
      .p-voice-list .item03 {
        background: url(../img/voice2_item03.png) center no-repeat;
        background-size: 100% 100%;
        min-height: calc(100vw / ( 750 / 434 ));
        padding: 3em 2em 0; }
        @media screen and (min-width: 768px) {
          .p-voice-list .item03 {
            min-height: 261px; } }
        .p-voice-list .item03:after {
          width: calc(100vw / ( 750 / 174 ));
          height: calc(100vw / ( 750 / 198 ));
          background: url(../img/voice_icon03.png) center no-repeat;
          background-size: contain;
          right: 0;
          bottom: calc(-100vw / ( 750 / 70 )); }
          @media screen and (min-width: 768px) {
            .p-voice-list .item03:after {
              width: 104px;
              height: 119px;
              right: 20px;
              bottom: -50px; } }
  .p-voice-quote {
    font-size: calc(100vw / ( 750 / 20 )); }
    @media screen and (min-width: 768px) {
      .p-voice-quote {
        font-size: 1.2rem;
        display: inline-block;
        text-align: left;
        margin-left: -5em; } }
    .p-voice-quote dd {
      line-height: 1.4; }
      .p-voice-quote dd a {
        word-break: break-word; }

/*========== p-cm.scss ==========*/
.p-cm {
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .p-cm {
      margin-bottom: calc(100vw / ( 750 / 50 )); } }
  @media screen and (max-width: 767px) {
    .p-cm .col-L {
      margin-bottom: calc(100vw / ( 750 / 90 )); } }
  .p-cm-list {
    display: flex;
    flex-wrap: wrap; }
    .p-cm-list .item {
      width: 48%;
      margin-bottom: calc(100vw / ( 750 / 50 )); }
      @media screen and (min-width: 768px) {
        .p-cm-list .item {
          margin-bottom: 30px; } }
      .p-cm-list .item:nth-child(2), .p-cm-list .item:nth-child(4) {
        margin-right: 4%; }
      .p-cm-list .item:first-child {
        width: 100%;
        margin-bottom: calc(100vw / ( 750 / 80 )); }
        @media screen and (min-width: 768px) {
          .p-cm-list .item:first-child {
            margin-bottom: 50px; } }
      .p-cm-list .item a {
        display: block; }
        .p-cm-list .item a img {
          border: 8px solid #313434; }
          @media screen and (max-width: 767px) {
            .p-cm-list .item a img {
              border-width: calc(100vw / ( 750 / 12 )); } }
        .p-cm-list .item a span {
          color: #00c5fe;
          display: block;
          padding-top: 0.5em; }

/*========== p-calendar.scss ==========*/
.p-calendar {
  margin-bottom: calc(100vw / ( 750 / 75 )); }
  @media screen and (min-width: 768px) {
    .p-calendar {
      margin-bottom: 65px; } }

/*========== p-book.scss ==========*/
.p-book {
  margin-bottom: calc(100vw / ( 750 / 110 )); }
  @media screen and (min-width: 768px) {
    .p-book {
      margin-bottom: 45px; } }
  @media screen and (max-width: 767px) {
    .p-book .col-L {
      margin-bottom: calc(100vw / ( 750 / 40 )); } }
  .p-book-btn {
    display: block;
    overflow: hidden;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .p-book-btn {
        border-radius: calc(100vw / ( 750 / 21 ));
        margin: 0 calc(-100vw / ( 750 / 20 )); } }

/*========== p-learn.scss ==========*/
.p-learn {
  margin-bottom: calc(100vw / ( 750 / 100 )); }
  @media screen and (min-width: 768px) {
    .p-learn {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .p-learn .txtArea {
      margin-bottom: calc(100vw / ( 750 / 40 )); } }

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 9999;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.modalWrapper {
  width: 100%;
  max-width: 400px;
  position: absolute;
  left: 50%;
  top: 2.5%;
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .modalWrapper {
      top: 2.5vh; } }

.modalContents {
  height: 100%; }

.closeModal {
  position: absolute;
  bottom: -1em;
  right: 1em;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: calc(100vw / ( 750 / 32 ));
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .closeModal {
      font-size: 2.1rem; } }

.single_sample img {
  display: block; }

/*========== p-about.scss ==========*/
.p-about {
  margin-bottom: calc(100vw / ( 750 / 40 )); }
  @media screen and (min-width: 768px) {
    .p-about {
      margin-bottom: 45px; } }

/*========== p-trial.scss ==========*/
.p-trial {
  margin-bottom: calc(100vw / ( 750 / 100 )); }
  @media screen and (min-width: 768px) {
    .p-trial {
      margin-bottom: 45px; } }
  .p-trial-ttl {
    position: relative; }
    .p-trial-ttl:before, .p-trial-ttl:after {
      content: "";
      display: block;
      position: absolute;
      bottom: calc(-100vw / ( 750 / 15 )); }
      @media screen and (min-width: 768px) {
        .p-trial-ttl:before, .p-trial-ttl:after {
          bottom: -10px; } }
    .p-trial-ttl:before {
      left: calc(100vw / ( 750 / 20 ));
      width: calc(100vw / ( 750 / 189 ));
      height: calc(100vw / ( 750 / 247 ));
      background: url(../img/trial_icon_dora.png) center no-repeat;
      background-size: contain; }
      @media screen and (min-width: 768px) {
        .p-trial-ttl:before {
          left: 10px;
          width: 113px;
          height: 148px; } }
    .p-trial-ttl:after {
      right: calc(100vw / ( 750 / 20 ));
      width: calc(100vw / ( 750 / 152 ));
      height: calc(100vw / ( 750 / 198 ));
      background: url(../img/trial_icon_nobi.png) center no-repeat;
      background-size: contain; }
      @media screen and (min-width: 768px) {
        .p-trial-ttl:after {
          right: 0;
          width: 92px;
          height: 120px; } }

/*========== p-kv.scss ==========*/
.p-kv {
  margin-bottom: calc(100vw / ( 750 / 40 )); }
  @media screen and (min-width: 768px) {
    .p-kv {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .p-kv-headArea {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 28px; } }
  @media screen and (min-width: 768px) {
    .p-kv-logo {
      width: 21%; } }
  @media screen and (min-width: 1001px) {
    .p-kv-logo {
      width: 92px; } }
  .p-kv-logo a {
    display: block; }
  @media screen and (min-width: 768px) {
    .p-kv-lead {
      width: 74%; } }
  @media screen and (min-width: 1001px) {
    .p-kv-lead {
      width: 452px; } }
  @media screen and (max-width: 767px) {
    .p-kv-lead {
      margin-bottom: calc(100vw / ( 750 / 25 )); } }

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold; }
.u-marker {
  display: inline-block;
  background-color: #FFD562; }
