@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"],
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box; }

textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box; }

sup {
  font-size: 55%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  font-family: 'Noto Sans JP' ,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #004072;
  text-align: left;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    body {
      font-size: calc(100vw / ( 750 / 26 )); } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    body {
      font-size: 1.6rem; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a {
  text-decoration: none; }
  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; }
  a.txtLink {
    text-decoration: underline;
    color: #004072; }

@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-main.scss ==========*/
.l-main {
  display: block;
  }
  @media screen and (min-width: 768px) {
    .l-main {
      padding-bottom: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .l-main {
      padding-bottom: 120px; } }


  /*========== background-wrapper.scss ==========*/
.background-wrapper {
  background-color: #E0ECFFB2;
  z-index: 1;
  }

/*========== main-wrapper.scss ==========*/
.main-wrapper {
  background-color: #FFFFFF;
  background-image: url('../nimages/bg_sp.svg');
  background-repeat: repeat-y;
  background-position: center top;
  overflow-x: hidden;
  z-index: 1;
  margin: auto;
  }
  @media screen and (min-width: 768px) {
    .main-wrapper {
      background-size: 2500px auto;
      background-image: url('../nimages/bg1.svg');
    } 
  }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .main-wrapper {
      
    } 
  }

/*========== subtitle.scss ==========*/
.subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 45px;
  letter-spacing: 4px;
  color: #144192;
  text-shadow: 0px 1px 12px rgba(87, 146, 206, 0.34);
  text-align: center;
  margin: auto;
}
.subtitle-eng {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #9CB4DC;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .subtitle-eng {
    font-size: 12px;
    line-height: 14px;
  }
}

/*========== fonts etc.scss ==========*/
.cont-blue {
  color: #144192;
}
@media screen and (max-width: 767px) {
  .no_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .no_pc {
    display: none;
  }
}

/*========== l-header.scss ==========*/
.l-header {
  position: relative;
  align-items: center;
  background: #FFFFFF;
  height: 83px;
  box-shadow: 0px 1px 14px rgba(54, 79, 120, 0.18);
  z-index: 10;
  }
  @media screen and (min-width: 768px) {
    .l-header {
      border-radius: 0px 0px 20px 20px;
    } 
  }

/*========== p-header.scss ==========*/
.p-header-logo {
  position: absolute;
  width: 132px;
  left: calc(100vw / ( 750 / 38 ));
  top: 30px; }


/*========== m-header.scss ==========*/
.m-header {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  }

/*========== l-footer.scss ==========*/
.l-footer__inner {
  margin: auto;
  width: calc(100vw / ( 750 / 624 )); }
  @media screen and (min-width: 768px) {
    .l-footer__inner {
      width: 86%;
      max-width: 1100px; } }

/*========== float-menu.scss ==========*/
.float-menu {
  position: fixed;
  padding: 30px 20px 50px;
  top: 243px;
  right: 0;
  width: 167px;
  height: 260px;
  background: #FFFFFF;
  box-shadow: 0px 1px 20px rgba(70, 129, 231, 0.17);
  border-radius: 8px 0px 0px 8px;
  z-index: 9999;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.float-menu-ttl {
  color: #5986D7;
  text-align: center;
  letter-spacing: 1px;
}
.float-menu li {
  color: #144192;
  padding: 0;
  margin-top: 20px;
  padding-left: 5px;
}
.float-menu a {
  color: #144192;
}

/*========== c-box.scss ==========*/
.c-box-bg {
   }
@media screen and (max-width: 767px) {
  .c-box-inner {
    margin-left: calc(100vw / ( 750 / 20 ));
    margin-right: calc(100vw / ( 750 / 20 )); } }
@media screen and (min-width: 768px) {
  .c-box-inner {
    margin: auto; } }
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .c-box-inner {
    margin-left: 4%;
    margin-right: 4%; } }
.c-box-inner.w-narrow {
  max-width: 970px; }
.c-box-inner.w1020 {
  max-width: 1020px; }


/*========== p-mv.scss ==========*/
.p-mv {
  margin: auto;
  max-width: 1300px;
}
.p-mv-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
}
.p-mv-bg__inner {
  max-width: 1090px;
  margin: auto;
  margin-bottom: 20px;
}
  @media screen and (min-width: 768px) {
    .p-mv-bg__inner {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 0;
      padding: 0 4%; }
  }
.p-mv-left__contents {
  padding-top: 0;
  padding-bottom: 0;
}
  @media screen and (min-width: 768px) {
    .p-mv-left__contents {
      width: 460px;
      margin-right: 20px;
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .p-mv-left__contents .p-mv-lead{
      font-size: 22px;
      position: static;
      transform: translate(0px, 0px);
    }
  } 
.p-mv-left__contents .by {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #144192;
}
  @media screen and (min-width: 768px) {
      .p-mv-left__contents .by{
        text-align: left;
        padding: 10px;
    } }
.p-mv-left__contents .by span{
  margin-left: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #BDBDBD;
}

.p-mv-ttl {
  width: 95%;
  margin: auto;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
  @media screen and (min-width: 768px) {
    .p-mv-ttl {
      margin-bottom: 30px;
    }
  }

.p-mv-lead {
  font-weight: 700;
  color: #144192;
  font-size: 57px !important;
  line-height: 76px;
  margin-bottom: 30px;
  text-align: left;
}
  @media screen and (max-width: 767px) {
    .p-mv-lead {
      text-align: left;
      font-size: 47px;
      line-height: 58px;
      letter-spacing: 1px; 
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 0;
      margin-bottom: 0;
    } }
.p-mv-lead .undermarker {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.p-mv-lead .undermarker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 9px;
  background: rgba(172, 190, 255, 0.5276);
  border-bottom: 1px solid #98B4E6;
  z-index: -1;
  transform: skew(60deg);
}
.p-mv-obj {
  width: 293px;
}
@media screen and (min-width: 768px) {
  .p-mv-obj-sp {
    display: none;
  }
}
.p-mv-cont {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #486AA9;
}
  @media screen and (max-width: 767px) {
    .p-mv-cont {
      margin: auto;
      margin-bottom: 10px;
      width: 95%;
      
    }
  }
.p-mv-cont dt, .p-mv-cont dd {
  position: relative;
  padding: 5px 20px;
  margin: 5px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-mv-cont dt, .p-mv-cont dd {
    margin: auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 64px;
  } 
}
.p-mv-cont dt::after, .p-mv-cont dd::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #F5F5F5;
  transform: skew(-10deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv-cont dt::after, .p-mv-cont dd::after {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(22, 52, 104, 0.47);
  } 
}
.p-mv-cont dt {
  width: calc((100%-10px) /3);
}
@media screen and (max-width: 767px) {
  .p-mv-cont dt {
    width: auto;
  } 
}
.p-mv-cont dd {
  position: relative;
  width: calc((100%-10px) /3 *2);
}
@media screen and (max-width: 767px) {
  .p-mv-cont dd {
    width: auto;
  } 
}

.p-mv-cont .ttl01{
  color: #6FA6DC;
}
.p-mv-cont .ttl02{
  color: #FFF;
  background: #2759B1;
}
.p-mv-note {
  color: #8192B0;
  font-size: 12px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-mv-note {
    margin: auto;
    margin-top: 20px;
    margin-left: 20px; margin-right: 20px;
  }}
.p-mv-right__contents {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv-right__contents {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.p-info {
  border: solid 1px #004072;
  padding: 20px 10px;
  text-align: center;
  margin: 0 20% 50px 20%;
}
.p-info a {
  text-decoration: underline;
}
.p-intro{
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-intro::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: inherit;
  left: 100%;
}
.p-intro::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: inherit;
  right: 100%;
}
.p-intro-note {
  border: solid 1px #004072;
  padding: 10px;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 40px auto;
}
  @media screen and (max-width: 767px) {
    .p-intro-note {
      width:90%;
      margin-bottom: 20px;
    }
  }
.p-intro-body {
  margin: 0 auto 0 auto;
  max-width: 1300px;
  text-align: center;
}
.p-intro-body-text {
  margin-top: 36px;
  font-weight: 700;
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #3D3D3D;
}
@media screen and (max-width: 767px) {
  .p-intro-body-text {
    font-size: 18px;
    line-height: 34px;
  }
}

/*========== p-about.scss ==========*/
.p-about {
  background: rgba(224, 236, 255, 0.7);
  padding-top: 90px;
  padding-bottom: 130px;
  }
  @media screen and (max-width: 767px) {
    .p-about {
      padding-top: 70px;
      padding-bottom: 40px;
     } }
.p-about .c-box-bg {
  padding: 0;
  padding-top: 45px;
}
  @media screen and (max-width: 767px) {
    .p-about .c-box-bg {
      width: 95%;
      margin: auto;
  } }
.p-about-rmd {
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}
  @media screen and (min-width: 768px) {
    .p-about-rmd {
      margin-top: 45px;
      margin-bottom: 70px; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .p-about-rmd {
      margin-bottom: 55px; } }
.p-about-rmd .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; 
}
  @media screen and (max-width: 767px) {
    .p-about-rmd .items {
    gap: 12px; 
  }
  }
.p-about-rmd .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 5px 10px;
}
  @media screen and (max-width: 767px) {
    .p-about-rmd .items .item {
      padding: 10px 0 5px;
      width: calc((100% - 20px) / 2);
      height: 213px;
   } }
  @media screen and (min-width: 768px) {
    .p-about-rmd .items .item {
      width: calc((100% - 60px) / 4);
      padding-bottom: 10px !important;
      height: 229px; } }
.p-about-rmd .items .item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
}
  @media screen and (max-width: 767px) {
    .p-about-rmd .items .item dt {
      height: 40px;
  } }
  @media screen and (min-width: 768px) {
    .p-about-rmd .items .item dt {
      height: 49px; } }
.p-about-rmd .items .item .ttl {
  font-weight: 700;
  color: #144192;
}
  @media screen and (max-width: 767px) {
    .p-about-rmd .items .item .ttl {
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 1px;
    } }
  @media screen and (min-width: 768px) {
    .p-about-rmd .items .item .ttl {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 2px; } }
.p-about-rmd .items .item .ttlnum {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 400;
  color: #81B5E3;
}
  @media screen and (max-width: 767px) {
    .p-about-rmd .items .item .ttlnum {
      font-size: 26px;
      line-height: 32px;
      letter-spacing: 1px;
  } }
  @media screen and (min-width: 768px) {
    .p-about-rmd .items .item .ttlnum {
      font-size: 40px;
      line-height: 49px;
      letter-spacing: 1px; } }
.p-about-rmd .items .item dd{
  padding: 5px;
}
.p-about-rmd .items .item dd img{
  width:100%;
}

/*========== p-sec.scss ==========*/
.p-sec {
  background: rgba(224, 236, 255, 0.7);
  margin: auto;
  padding-top: 60px;
  padding-bottom: 70px;
 }
  @media screen and (max-width: 767px) {
    .p-sec {
      padding-top: 60px;
      padding-bottom: 60px;
    } }
.p-sec .p-sec-ttl {
  font-weight: 700;
  color: #2450A1;
  position: relative;
  text-align: center;
  isolation: isolate;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 1px;
  margin-bottom: 80px;
  }
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-ttl {
      font-size: 30px;
      line-height: 45px;
    } }
.p-sec .p-sec-ttl::before {
  content: attr(data-number);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 400;
  color: #D6E9FF;
  pointer-events: none;
  z-index: -1;
  font-size: 206px;
  line-height: 45px;
  letter-spacing: 1px;
  }
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-ttl::before {
      font-size: 166px;
      line-height: 45px;
    } }
.p-sec .p-sec-ttl2 {
  font-weight: 700;
  color: #2450A1;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-ttl2 {
      margin-top: 40px;
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
    } }
.p-sec .p-sec-ttl3 {
  font-weight: 700;
  color: #144192;
  font-size: 41px;
  line-height: 49px;
  letter-spacing: 1px;
  margin-bottom: 33px;
}
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-ttl3 {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 0px;
    } }
.p-sec .p-sec-ttl3 .point {
  font-weight: 700;
  color: #7292CD;
  font-size: 23px;
  line-height: 45px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-ttl3 .point {
      font-size: 22px;
    } }
.p-sec .p-sec-ttl3 .num {
  font-weight: 700;
  color: #144192;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-ttl3 .num {
      font-size: 30px;
    } }

  @media screen and (max-width: 767px) {
    .p-sec-box-contents {
      display: contents;
    }
  }
.p-sec .p-sec-box01 {
  padding: 0 5%;
  margin: auto;
  }
  @media screen and (min-width: 768px) {
    .p-sec .p-sec-box01 {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 60px;
      padding-left: 20px;
      padding-right: 20px;
      width: 970px;
    } }

.p-sec-box01-img {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-sec-box01-img {
    width: 100%;
    text-align: center;
  }
}
.p-sec .p-sec-box01 img {
  width: 280px;
  }
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-box01 img {
      width: 90%;
      height: auto;
      aspect-ratio: 5 / 6;
      object-fit: cover;
      object-position: top;
      flex-shrink: 0;
    } }

.p-sec-box01-img-cont {
  position: absolute;
  left: 138px;
  top: 400px;
  width: 182px;
  height: 182px;
  background: #144192;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 10px;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 1px;
}
  @media screen and (max-width: 767px) {
    .p-sec-box01-img-cont {
      font-size: 20px;
      width: 149px;
      height: 149px;
      left: 200px;
      top: 250px;
    } }
.p-sec-box01-img-cont .small {
  font-size: 14px;
  line-height: 26px;
}
  @media screen and (max-width: 767px) {
    .p-sec-box01-img-cont .small {
      font-size: 13px;
    } }
.p-sec-box01-img-cont-s {
  font-size: 20px;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  .p-sec-box01-img-cont-s {
    font-size: 17px;
    line-height: 26px;
  }}
.p-sec .p-sec-box02 {
  display: grid;
  grid-template-columns: 6fr 4fr;
  padding: 0px;
  margin-top: 70px;
  width: 990px;
  gap: 20px;
}
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-box02 {
      margin-top: 40px;
      padding: auto 0;
      grid-template-columns: 1fr;
      width: auto;
    } 
    .p-sec-box02 .p-sec-ttl3 { order: 1;}
    .p-sec-box02 .p-sec-content { order: 3;}
    .p-sec-box02 .p-sec-box02-img { order: 2 ;}
  }
.p-sec-box02-img {
    position: relative;
    display: inline-block;
    width: 449px;
  }
  @media screen and (max-width: 767px) {
    .p-sec-box02-img {
      width: 100%;
    } }
.p-sec .p-sec-box03 {
  display: grid;
  grid-template-columns: 4fr 6fr;
  padding: 0px;
  margin-top: 70px;
  width: 990px;
  gap: 20px;
}
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-box03 {
      margin-top: 40px;
      padding: auto 0;
      grid-template-columns: 1fr;
      width: auto;
    } 
    .p-sec-box03 .p-sec-ttl3 { order: 1;}
    .p-sec-box03 .p-sec-content { order: 3;}
    .p-sec-box03 .p-sec-box03-img { order: 2 ;}
  }
.p-sec-box03-img {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 449px;
  }
  @media screen and (max-width: 767px) {
    .p-sec-box03-img {
      width: 100%;
    }
  }

    
.p-sec-box-cont {
  margin: auto;
  padding: auto;
}

.p-sec-content {
  font-weight: 400;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 80px;
}
  @media screen and (max-width: 767px) {
    .p-sec .p-sec-content {
      font-size: 15px;
      margin-bottom: 40px;
    } }


/*========== p-sec02.scss ==========*/
.p-sec02 {
  margin: calc(100vw / ( 750 / 200 )) 0; }
  @media screen and (min-width: 768px) {
    .p-sec02 {
      margin: 150px 0 100px; } }
  @media screen and (min-width: 768px) and (max-width: 1020px) {
    .p-sec02 {
      margin: 120px 0 80px; } }
  .p-sec02-ttl {
    text-align: left;
    margin-bottom: calc(100vw / ( 750 / 610 )); }
    @media screen and (min-width: 768px) {
      .p-sec02-ttl {
        margin-bottom: 315px; } }
  .p-sec02-box01 {
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .p-sec02-box01 {
        margin: 0 0 calc(100vw / ( 750 / 100 ));
        text-align: center; } }
    .p-sec02-box01 .obj01 {
      z-index: 2;
      position: absolute;
      width: calc(100vw / ( 750 / 371 ));
      right: calc(100vw / ( 750 / 220 ));
      top: calc(100vw / ( 750 / 325 )); }
      @media screen and (min-width: 768px) {
        .p-sec02-box01 .obj01 {
          width: 371px;
          right: 35px;
          top: 25px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec02-box01 .obj01 {
          width: 46.375%;
          right: 4%; } }
    .p-sec02-box01 .obj02 {
      z-index: 1;
      position: absolute;
      left: 0;
      top: calc(100vw / ( 750 / 280 ));
      width: 100vw;
      height: calc(100vw / ( 750 / 620 )); }
      @media screen and (min-width: 768px) {
        .p-sec02-box01 .obj02 {
          width: 427px;
          height: 500px;
          left: -60px;
          top: 335px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec02-box01 .obj02 {
          width: 53.375%;
          left: -4%; } }
      .p-sec02-box01 .obj02 figure {
        width: calc(100vw / ( 750 / 200 )); }
        @media screen and (min-width: 768px) {
          .p-sec02-box01 .obj02 figure {
            width: 200px; } }
      .p-sec02-box01 .obj02-1 {
        position: absolute;
        transition-delay: 200ms; }
        @media screen and (max-width: 767px) {
          .p-sec02-box01 .obj02-1 {
            top: 0;
            left: calc(100vw / ( 750 / 52 )); } }
        @media screen and (min-width: 768px) {
          .p-sec02-box01 .obj02-1 {
            right: 0;
            top: 0; } }
      .p-sec02-box01 .obj02-2 {
        position: absolute;
        transition-delay: 400ms; }
        @media screen and (max-width: 767px) {
          .p-sec02-box01 .obj02-2 {
            top: calc(100vw / ( 750 / 190 ));
            right: 0; } }
        @media screen and (min-width: 768px) {
          .p-sec02-box01 .obj02-2 {
            left: 0;
            top: 125px; } }
      .p-sec02-box01 .obj02-3 {
        position: absolute;
        transition-delay: 600ms; }
        @media screen and (max-width: 767px) {
          .p-sec02-box01 .obj02-3 {
            left: 0;
            bottom: 0; } }
        @media screen and (min-width: 768px) {
          .p-sec02-box01 .obj02-3 {
            left: 170px;
            bottom: 0; } }
    @media screen and (max-width: 767px) {
      .p-sec02-box01 .txt01 {
        padding: 0 calc(100vw / ( 750 / 60 ));
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .p-sec02-box01 .txt01 {
        padding-left: 400px; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec02-box01 .txt01 {
        padding-left: 50%; } }
    @media screen and (min-width: 1100px) {
      .p-sec02-box01 .txt01 {
        white-space: nowrap; } }
    .p-sec02-box01 .txt01 p {
      line-height: 1.625; }
      @media screen and (min-width: 768px) {
        .p-sec02-box01 .txt01 p {
          line-height: 1.675; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec02-box01 .txt01 br {
        display: none !important; } }
  @media screen and (max-width: 767px) {
    .p-sec02-box02 {
      margin: 0 0 25px; } }
  @media screen and (min-width: 768px) {
    .p-sec02-box02 {
      display: flex;
      align-items: center;
      padding-left: 0px; }
    .p-sec02-box02 .wrap{
      width: 800px; } }
  .p-sec02-box02 .c-title-std {
    text-align: left;
    letter-spacing: -1px;}
    /* slider_obj */
    .p-sec02-box02 .obj03 {
      width: 100%;
      height: calc(100vw / ( 750 / 681 ));
      background: url("../images/sec02_obj03.png") center no-repeat;
      background-size: auto 100%;
      position: relative;
      left: -15px;
     }
      @media screen and (min-width: 768px) {
        .p-sec02-box02 .obj03 {
          width: 371px;
          height: 681px;
          margin: auto;
          background-image: url("../images/sec02_obj03.png"); 
          background-image: auto;
          left: 0px;
        }
      }
      .p-sec02-box02 .obj03 .slider {
        position: absolute;
        width: calc(100vw / ( 750 / 270 ));
        height: calc(100vw / ( 750 / 472 ));
        left: calc(100vw / ( 750 / 270 ));
        top: calc(100vw / ( 750 / 79 )); }
        @media screen and (min-width: 768px) {
          .p-sec02-box02 .obj03 .slider {
            width: 270px;
            height: 472px;
            left: 80px;
            top: 79px; } }
  .p-sec02-box02 .txt02 {
    padding: 0 calc(100vw / ( 750 / 60 )); }
    @media screen and (min-width: 768px) {
      .p-sec02-box02 .txt02 {
        padding: 0 0 0 50px;
        width: 430px; 
      } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec02-box02 .txt02 {
        width: 54%; } }
    .p-sec02-box02 .txt02 p {
      line-height: 1.625; }
      @media screen and (min-width: 768px) {
        .p-sec02-box02 .txt02 p {
          line-height: 1.675; } }
      @media screen and (min-width: 1021px) {
        .p-sec02-box02 .txt02 p {
          white-space: nowrap;
          word-break: break-all;
        } }
      .p-sec02-box02 .txt02 p + .c-title-std {
        margin-top: calc(100vw / ( 750 / 50 )); }
        @media screen and (min-width: 768px) {
          .p-sec02-box02 .txt02 p + .c-title-std {
            margin-top: 50px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec02-box02 .txt02 p br {
          display: none !important; } }
  @media screen and (max-width: 767px) {
    .p-sec02-box03 {
      margin: 0 0 25px; } }
  @media screen and (min-width: 768px) {
    .p-sec02-box03 {
      display: flex;
      align-items: center;
      padding-left: 20px; } }
  .p-sec02-box03 .c-title-std {
    text-align: left; }
  .p-sec02-box03 .obj03 {
    width: calc(100vw / ( 750 / 368 ));
    margin-left: calc(100vw / ( 750 / 165 )); }
    @media screen and (min-width: 768px) {
      .p-sec02-box03 .obj03 {
        width: 368px;
        margin-left: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec02-box03 .obj03 {
        width: 46%; } }
  .p-sec02-box03 .txt02 {
    padding: 0 calc(100vw / ( 750 / 60 )); }
    @media screen and (min-width: 768px) {
      .p-sec02-box03 .txt02 {
        padding: 0 0 0 50px; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec02-box03 .txt02 {
        width: 54%; } }
    .p-sec02-box03 .txt02 p {
      line-height: 1.625; }
      @media screen and (min-width: 768px) {
        .p-sec02-box03 .txt02 p {
          line-height: 1.675; } }
      @media screen and (min-width: 1021px) {
        .p-sec02-box03 .txt02 p {
          white-space: nowrap; } }
      .p-sec02-box03 .txt02 p + .c-title-std {
        margin-top: calc(100vw / ( 750 / 50 )); }
        @media screen and (min-width: 768px) {
          .p-sec02-box03 .txt02 p + .c-title-std {
            margin-top: 50px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec02-box03 .txt02 p br {
          display: none !important; } }
  @media screen and (max-width: 767px) {
    .p-sec02-box04 {
      margin: 0 0 25px; } }
  @media screen and (min-width: 768px) {
    .p-sec02-box04 {
      display: flex;
      align-items: center;
      padding-left: 20px; }
    .p-sec02-box04 .wrap{
      width: 800px; } }
  .p-sec02-box04 .c-title-std {
    text-align: left;
    padding-top: 0px; }
  .p-sec02-box04 .obj03 {
    width: calc(100vw / ( 750 / 368 ));
    margin-left: calc(100vw / ( 750 / 165 )); }
    @media screen and (min-width: 768px) {
      .p-sec02-box04 .obj03 {
        float: right;
        width: 368px;
        margin-left: 0; }}
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec02-box04 .obj03 {
        width: 46%; } }
  .p-sec02-box04 .txt02 {
    padding: 0 calc(100vw / ( 750 / 60 )); }
    @media screen and (min-width: 768px) {
      .p-sec02-box04 .txt02 {
        padding: 150px 100px 0 50px;} }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec02-box04 .txt02 {
        width: 54%; } }
    .p-sec02-box04 .txt02 p {
      line-height: 1.625; }
      @media screen and (min-width: 768px) {
        .p-sec02-box04 .txt02 p {
          line-height: 1.675; } }
      @media screen and (min-width: 1021px) {
        .p-sec02-box04 .txt02 p {
          white-space: nowrap; } }
      .p-sec02-box04 .txt02 p + .c-title-std {
        margin-top: calc(100vw / ( 750 / 50 )); }
        @media screen and (min-width: 768px) {
          .p-sec02-box04 .txt02 p + .c-title-std {
            margin-top: 50px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec02-box04 .txt02 p br {
          display: none !important; } }
      /* slider css*/
      .p-sec02-box03 .obj03 .slider{
        position: absolute;
        width: calc(100vw / ( 750 / 270 ));
        height: calc(100vw / ( 750 / 472 ));
        left: calc(100vw / ( 750 / 240 ));
        top: calc(100vw / ( 750 / 75 )); }
        @media screen and (min-width: 768px) {
          .p-sec02-box03 .obj03 .slider{
            width: 270px;
            height: 472px;
            left: 81px;
            top: 74px; } }
/*========== p-sec04.scss ==========*/
.p-sec04 {
  margin-bottom: calc(100vw / ( 750 / 80 )); }
  @media screen and (min-width: 768px) {
    .p-sec04 {
      margin-bottom: 100px; } }
  .p-sec04-ttl {
    margin-bottom: calc(100vw / ( 750 / 620 )); }
    @media screen and (min-width: 768px) {
      .p-sec04-ttl {
        margin-bottom: 325px; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec04-ttl {
        margin-bottom: 38%; } }
  .p-sec04-box01 {
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .p-sec04-box01 {
        margin: 0 0 calc(100vw / ( 750 / 100 )); } }
    .p-sec04-box01 .obj01 {
      position: absolute;
      left: 0;
      top: calc(100vw / ( 750 / 250 ));
      width: 100vw;
      height: calc(100vw / ( 750 / 650 )); }
      @media screen and (min-width: 768px) {
        .p-sec04-box01 .obj01 {
          width: 427px;
          height: 440px;
          left: -60px;
          top: 335px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec04-box01 .obj01 {
          width: 50%;
          left: -4%; } }
      .p-sec04-box01 .obj01 figure {
        width: calc(100vw / ( 750 / 200 )); }
        @media screen and (min-width: 768px) {
          .p-sec04-box01 .obj01 figure {
            width: 240px; } }
      .p-sec04-box01 .obj01-1 {
        position: absolute;
        transition-delay: 200ms; }
        @media screen and (max-width: 767px) {
          .p-sec04-box01 .obj01-1 {
            top: 0;
            right: 0; } }
        @media screen and (min-width: 768px) {
          .p-sec03-box01 .obj01-1 {
            left: 0;
            top: 0;
            z-index: 1; } }
      .p-sec04-box01 .obj01-2 {
        position: absolute;
        transition-delay: 400ms; }
        @media screen and (max-width: 767px) {
          .p-sec04-box01 .obj01-2 {
            bottom: 0;
            left: 0; } }
        @media screen and (min-width: 768px) {
          .p-sec04-box01 .obj01-2 {
            right: 0;
            bottom: 0;
            z-index: 2; } }
    .p-sec04-box01 .obj02 {
      position: absolute;
      width: calc(100vw / ( 750 / 373 ));
      right: calc(100vw / ( 750 / 220 ));
      top: calc(100vw / ( 750 / 325 ));
      z-index: 3; }
      @media screen and (min-width: 768px) {
        .p-sec04-box01 .obj02 {
          width: 373px;
          right: 35px;
          top: 25px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec04-box01 .obj02 {
          width: 46.625%;
          right: 4%; } }
    .p-sec04-box01 .txt01 {
      padding-left: calc(100vw / ( 750 / 60 ));
      padding-right: calc(100vw / ( 750 / 60 )); }
      @media screen and (min-width: 768px) {
        .p-sec04-box01 .txt01 {
          padding-left: 400px;
          padding-right: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec04-box01 .txt01 {
          padding-left: 50%; } }
      .p-sec04-box01 .txt01 p {
        line-height: 1.625; }
        @media screen and (min-width: 768px) {
          .p-sec04-box01 .txt01 p {
            line-height: 1.675; } }
        @media screen and (min-width: 1021px) {
          .p-sec04-box01 .txt01 p {
            white-space: nowrap; } }
        .p-sec04-box01 .txt01 p:not(:last-child) {
          margin-bottom: 0.5em; }
        @media screen and (min-width: 768px) and (max-width: 1020px) {
          .p-sec04-box01 .txt01 p br {
            display: none !important; } }
/*========== p-sec03.scss ==========*/
.p-sec03 {
  margin-bottom: calc(100vw / ( 750 / 80 )); }
  @media screen and (min-width: 768px) {
    .p-sec03 {
      margin-bottom: 60px; } }
  .p-sec03-ttl {
    margin-bottom: calc(100vw / ( 750 / 620 )); }
    @media screen and (min-width: 768px) {
      .p-sec03-ttl {
        margin-bottom: 325px; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-sec03-ttl {
        margin-bottom: 38%; } }
  .p-sec03-box01 {
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .p-sec03-box01 {
        margin: 0 0 calc(100vw / ( 750 / 100 )); } }
    .p-sec03-box01 .obj01 {
      position: absolute;
      left: 0;
      top: calc(100vw / ( 750 / 250 ));
      width: 100vw;
      height: calc(100vw / ( 750 / 650 )); }
      @media screen and (min-width: 768px) {
        .p-sec03-box01 .obj01 {
          width: 427px;
          height: 440px;
          left: -60px;
          top: 335px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec03-box01 .obj01 {
          width: 50%;
          left: -4%; } }
      .p-sec03-box01 .obj01 figure {
        width: calc(100vw / ( 750 / 200 )); }
        @media screen and (min-width: 768px) {
          .p-sec03-box01 .obj01 figure {
            width: 240px; } }
      .p-sec03-box01 .obj01-1 {
        position: absolute;
        transition-delay: 200ms; }
        @media screen and (max-width: 767px) {
          .p-sec03-box01 .obj01-1 {
            top: 0;
            right: 0; } }
        @media screen and (min-width: 768px) {
          .p-sec03-box01 .obj01-1 {
            left: 0;
            top: 0;
            z-index: 1; } }
      .p-sec03-box01 .obj01-2 {
        position: absolute;
        transition-delay: 400ms; }
        @media screen and (max-width: 767px) {
          .p-sec03-box01 .obj01-2 {
            bottom: 0;
            left: 0; } }
        @media screen and (min-width: 768px) {
          .p-sec03-box01 .obj01-2 {
            right: 0;
            bottom: 0;
            z-index: 2; } }
    .p-sec03-box01 .obj02 {
      position: absolute;
      width: calc(100vw / ( 750 / 373 ));
      right: calc(100vw / ( 750 / 220 ));
      top: calc(100vw / ( 750 / 325 ));
      z-index: 3; }
      @media screen and (min-width: 768px) {
        .p-sec03-box01 .obj02 {
          width: 373px;
          right: 35px;
          top: 25px; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec03-box01 .obj02 {
          width: 46.625%;
          right: 4%; } }
    .p-sec03-box01 .txt01 {
      padding-left: calc(100vw / ( 750 / 60 ));
      padding-right: calc(100vw / ( 750 / 60 )); }
      @media screen and (min-width: 768px) {
        .p-sec03-box01 .txt01 {
          padding-left: 400px;
          padding-right: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1020px) {
        .p-sec03-box01 .txt01 {
          padding-left: 50%; } }
      .p-sec03-box01 .txt01 p {
        line-height: 1.625; }
        @media screen and (min-width: 768px) {
          .p-sec03-box01 .txt01 p {
            line-height: 1.675; } }
        @media screen and (min-width: 1021px) {
          .p-sec03-box01 .txt01 p {
            white-space: nowrap; } }
        .p-sec03-box01 .txt01 p:not(:last-child) {
          margin-bottom: 0.5em; }
        @media screen and (min-width: 768px) and (max-width: 1020px) {
          .p-sec03-box01 .txt01 p br {
            display: none !important; } }
        @media screen and (max-width: 767px) {
          .p-sec03-box02 {
            margin: 0; } }
        @media screen and (min-width: 768px) {
          .p-sec03-box02 {
            display: flex;
            align-items: center;
            padding-left: 20px; } }
        .p-sec03-box02 .c-title-std {
          text-align: left; }
        .p-sec03-box02 .obj03 {
          width: calc(100vw / ( 750 / 368 ));
          margin-left: calc(100vw / ( 750 / 165 )); }
          @media screen and (min-width: 768px) {
            .p-sec03-box02 .obj03 {
              width: 368px;
              margin-left: 0;
              float: right; } }
          @media screen and (min-width: 768px) and (max-width: 1020px) {
            .p-sec03-box02 .obj03 {
              width: 46%; } }
        .p-sec03-box02 .txt02 {
          padding-left: calc(100vw / ( 750 / 60 )); }
          @media screen and (min-width: 768px) {
            .p-sec03-box02 .txt02 {
              padding-left: 50px; } }
          @media screen and (min-width: 768px) and (max-width: 1020px) {
            .p-sec03-box02 .txt02 {
              width: 54%; } }
          .p-sec03-box02 .txt02 p {
            line-height: 1.625; }
            @media screen and (min-width: 768px) {
              .p-sec03-box02 .txt02 p {
                line-height: 1.675; } }
            @media screen and (min-width: 1021px) {
              .p-sec03-box02 .txt02 p {
                white-space: nowrap; } }
            .p-sec03-box02 .txt02 p + .c-title-std {
              margin-top: calc(100vw / ( 750 / 50 )); }
              @media screen and (min-width: 768px) {
                .p-sec03-box02 .txt02 p + .c-title-std {
                  margin-top: 50px; } }
            @media screen and (min-width: 768px) and (max-width: 1020px) {
              .p-sec03-box02 .txt02 p br {
                display: none !important; } }

/*========== p-price.scss ==========*/
.p-price {
  background: rgba(172, 202, 250, 0.25);
  padding-top: 60px;
  padding-bottom: 100px;
  margin: auto;
 }
  @media screen and (max-width: 767px) {
    .p-price {
      padding-top: 30px;
      padding-bottom: 50px;
    } }
.p-price-box {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 820px;
 }
  @media screen and (max-width: 767px) {
    .p-price-box {
      width: auto;
    } }  
 .p-price-cont {
  font-weight: 400;
  color: #163265;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
  @media screen and (max-width: 767px) {
    .p-price-cont {
      font-size: 15px;
    } } 

.p-price-list {
  text-align: center;
  margin: auto; 
  margin-bottom: 20px;
}
  @media screen and (max-width: 767px) {
    .p-price-list {
      margin-bottom: 20px;
    } }
.p-price-list .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; 
} 
  @media screen and (max-width: 767px) {
    .p-price-list .items {
      gap: 10px; 
    }
  }
.p-price-list .items .item {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
  width: calc((100% - 40px) / 3);
  height: 308px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item {
      width: calc((100% - 20px) / 3);
  } }
.p-price-list .items .item .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  }
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .item-wrapper {
      height: 265px;
      padding-top: 28px;
     } }
  @media screen and (min-width: 768px) {
    .p-price-list .items .item .item-wrapper {
      height: 308px;
    } }

.p-price-list .items .item .osusume {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2B62B4;
  box-shadow: 0px 4px 4px rgba(20, 65, 146, 0.21);
  padding: auto;
  color: #FFFFFF;
  z-index: 10;
  width: 153.35px;
  height: 34.02px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 19px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .osusume {
      width: 99px;
      height: 34px;
  } }

.p-price-list .items .item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  color: #163265;
  text-shadow: 0px 1px 12px rgba(57, 135, 214, 0.33);
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 1px; 
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item dt {
      padding-top: 20px;
      margin-bottom: 15px;
      font-size: 16px;
      box-sizing: border-box;
      align-self: stretch;
    } }

.p-price-list .items .item .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  color: #163265;
  background: #EBF3FF;
  border-radius: 6px;
  width: 220px;
  height: 148px;
  padding: auto;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 1px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .cont {
      margin: auto;
      padding: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      flex: 1 1 0;
      min-width: 95%;
      width: 95%;
      font-size: 20px;
      box-sizing: border-box;
      align-self: stretch;
    } }
.p-price-list .items .item .small {
  font-size: 20px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .small {
      font-size: 14px;
    } }
.p-price-list .items .item .small2 {
  font-size: 18px;
  line-height: 24px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .small2 {
      font-size: 14px;
  } }
.p-price-list .items .item .small3 {
  font-size: 16px;
  line-height: 24px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .small3 {
      font-size: 10px;
      line-height: 12px;
    } 
    .p-price-list .items .item .small3_sp {
      font-size: 14px;
      line-height: 17px;
    } 
  }

.p-price-list .items .item .cont .otoku {
  color: #3E80E3;
  margin-bottom: 10px;
  font-size: 18px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .cont .otoku {
      font-size: 13px;
      line-height: 16px;
    } }
.p-price-list .items .item .cont .nedan {
  flex-direction: row;
}
.p-price-list .items .item .supp {
  font-weight: 700;
  color: #163265;
  border-radius: 6px;
  text-shadow: 0px 1px 12px rgba(57, 135, 214, 0.33);
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 1px;
  padding-top: 20px;
}
  @media screen and (max-width: 767px) {
    .p-price-list .items .item .supp {
      padding: 0;
      font-size: 25px;
      line-height: 30px;
      flex: 1 1 0;
      min-width: calc((100vw - 80px) /3);
      width: 95%;
      box-sizing: border-box;
      align-self: stretch;
    } }

.p-price-camp {
  position: relative;
  display: block;
}
  @media screen and (max-width: 767px) {
    .p-price-camp {
      
    } }
.p-price-camp .waku-wrapper{
  background: #FFFFFF;
  border-radius: 4px;
  color: #22539C;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 20px;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  width: 820px;
  height: auto;
  padding-top: 15px;
}
  @media screen and (max-width: 767px) {
    .p-price-camp .waku-wrapper{
      width: 100%;
      font-size: 20px;
      line-height: 24px;
    } }

.p-price-camp .large{
  font-size: 58px;
  line-height: 70px;
}
  @media screen and (max-width: 767px) {
    .p-price-camp .large{
      font-size: 40px;
      line-height: 48px;
    } }
.p-price-camp .note{
  color: #2B2B2B;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
  @media screen and (max-width: 767px) {
    .p-price-camp .note{
      font-size: 14px;
      line-height: 26px;
      text-align: left;
    } }

    .p-price-camp .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3E7FE0;
  padding: auto;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 10;
  border-radius: 50px;
  width: 200px;
  height: 44px;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
}
  @media screen and (max-width: 767px) {
    .p-price-camp .fukidashi {
  } }
  .p-price-camp .fukidashi::after {
    content: "";
    position: absolute;
    border-style: solid;
    top: 97%;
    border-width: 15px 10px 0 10px;
    border-color: #3E7FE0 transparent transparent transparent;
  }

/*========== p-usage.scss ==========*/
.p-usage {
  background: rgba(227, 242, 255, 0.5);
  padding-top: 70px;
  padding-bottom: 70px;
  gap: 15px;
  margin: auto;
 }
  @media screen and (max-width: 767px) {
    .p-usage {
      padding-top: 50px;
      padding-bottom: 50px;
    } }

.p-usage-list {
  margin-bottom: 70px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .p-usage-list {
      margin-bottom: 40px;
    } }
.p-usage-list .items {
  text-align: center;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 772px;
  gap: 20px; }
  @media screen and (max-width: 767px) {
    .p-usage-list .items {
      width: 100%;
      margin-top: 40px;
      gap: 0px;
    } }
.p-usage-list .items .item {
  position: relative;
  display: block;
  background: #FAFCFF;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: calc((100% - 60px) / 4);
  height: 455px;
  }
  @media screen and (max-width: 767px) {
    .p-usage-list .items .item {
      width: 90%;
      height: auto;
      margin-top: 0;
      margin-bottom: 30px;
    } }
.p-usage-list .items .item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
  background-image: url(../nimages/arrow.png);
  width: 20px;
  height: 33px;
  z-index: 10;
}
  @media screen and (max-width: 767px) {
    .p-usage-list .items .item:not(:last-child):after {
      top: auto;
      left: 50%;
      bottom: -32px;
      transform: translateX(-50%) rotate(90deg);
    }
  }
.p-usage-list .items .item dt {
  top 0;
  background: #3B68B1;
  border-radius: 6px 6px 0px 0px;
  color: #FFFFFF;
  height: 44px;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: 1px; 
  font-size: 22px;
  line-height: 24px;
  padding-top: 10px;
}
  @media screen and (max-width: 767px) {
    .p-usage-list .items .item dt {
    } }
.p-usage-list .items .item .cont {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 303px;
  padding: auto;
  padding-top: 10px;
}
  @media screen and (max-width: 767px) {
    .p-usage-list .items .item .cont {
      margin-bottom: 0;
      height: auto;
    } }

.p-usage-list .items .item .cont img {
  height: 303px;
  width: auto;
  padding: auto; 
  filter: drop-shadow(0px 0px 4px rgba(108, 108, 108, 0.24));
}
  @media screen and (max-width: 767px) {
    .p-usage-list .items .item .cont img {
      width: calc(100% / 2);
      height: auto;
    } }

.p-usage-list .items .item .supp {
  font-weight: 700;
  color: #144192;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
}
  @media screen and (max-width: 767px) {
    .p-usage-list .items .item .supp {
      padding: auto;
      padding-top: 20px;
      padding-bottom: 20px;
    } }
.p-usage-list .note {
  margin: auto;
  font-weight: 400;
  color: #163265;
  width: 772px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
}
  @media screen and (max-width: 767px) {
    .p-usage-list .note {
      width: 90%;
    } }

/*========== p-award.scss ==========*/
.p-award {
  background: rgba(255, 255, 255, 0.5);
  padding-top: 60px;
  padding-bottom: 60px;
 }
  @media screen and (min-width: 768px) {
    .p-award {
      margin: auto;
       } }      

/*========== p-security.scss ==========*/
.p-security {
  background: rgba(227, 242, 255, 0.5);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-security {
   padding-top: 0; } }

.p-securigy-list {
  margin-top: 40px;
}
.p-security-items .item {
  margin: auto;
  list-style-type: disc;
  width: 820px;
  font-weight: 400;
  color: #163265;
  font-size: 16px;
  line-height: 26px;
  }
  @media screen and (max-width: 767px) {
    .p-security-items .item {
      width: 90%; } }
.p-security-items .item a:hover {
  color: #163265;
  background: #DAE9FA;
}

/*========== p-qa.scss ==========*/
.p-qa {
  background: rgba(227, 242, 255, 0.5);
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding-top: 0; } }
.p-qa-list {
  width: 820px;
  margin-top: 45px;
}
  @media screen and (max-width: 767px) {
    .p-qa-list {
      margin: auto;
      margin-top: 45px;
      width: 90%;
  } }
.p-qaList {
  color: #163265;
  line-height: 1.5;
  font-size: calc(100vw / ( 750 / 22 )); 
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
  @media screen and (max-width: 767px) {
    .p-qaList {
  } }
.p-qaList__Q {
  padding: 10px 20px;
  background: #DAE9FA;
  border-color: #DAE9FA;
  border-radius: 6px 6px 0px 0px;
}
.p-qaList__Q::before {
  content: "Q";
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.p-qaList__A {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0px 0px 6px 6px;
  border-color: #DAE9FA;
  margin-bottom: 24px;
}
.p-qaList__A::before {
  content: "A";
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

/*========== p-faq-link.scss ==========*/
.p-faq-link {
  margin-top: 45px;
  font-size: 16px;
  line-height: 26px;
  color: #163265;
}
.p-faq-link .faq-link {
  text-decoration: underline;
  color: #163265;
}
.p-faq-link .faq-link:hover {
  color: #163265;
  background: #DAE9FA;
}

/*========== p-wapps-onestock.scss ==========*/
.p-wapps-onestock {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px;
}
.p-wapps-onestock.nonsp {
  display: none;
}
.p-wapps-onestock .p-wapps-title h2 {
  margin-bottom: .5em; 
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-wapps-onestock {
    margin: auto;
    width: 1020px;
    text-align: center;
    padding: 0 calc(100vw / ( 750 / 20 )); 
    margin: 110px auto 100px;
  }
  .p-wapps-onestock .p-wapps-title h2 {
    margin-bottom: .5em; 
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  .p-wapps-onestock.nonsp {
    display: block;
  }  
}
/*========== p-wapps-cp.scss ==========*/
.p-wapps-cp {
  text-align: center;
  margin-bottom: 50px;
}
.p-wapps-cp.non-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-wapps-cp {
    margin: auto;
    width: 1020px;
    text-align: center;
    padding: 0 calc(100vw / ( 750 / 20 )); 
    margin-bottom: 50px;
  }
  .p-wapps-cp.non-pc {
    display: none;
  }  
}
/*========== p-gd.scss ==========*/
.p-gd {
  text-align: center;
  padding: 0 calc(100vw / ( 750 / 20 )); 
  margin: 0;
}
.p-gd .p-gd-link a {
  text-decoration: underline;
}
.p-gd .p-gd-mv img {
  width: 300px; 
}
@media screen and (min-width: 768px) {
  .p-gd {
    margin: 70px auto 50px;
    width: 1020px;
    text-align: center;
    padding: 0 calc(100vw / ( 750 / 20 )); 
  }
  .p-gd .p-gd-mv img {
    width: 400px; 
  }
}
/*========== p-app.scss ==========*/
.p-app {
  text-align: center;
  padding: 0 20px; 
  padding-top: 60px;
  padding-bottom: 60px; 
}
  @media screen and (min-width: 768px) {
    .p-app {
      
      margin: auto;
      width: 1200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .p-app .title{
      margin: 30px auto 50px;
      width: 738px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .p-app .p-about_contents {
      width: 600px;
      vertical-align: top;
    }
    .p-app .p-about__right {
      float: right;
    }
    .p-app::after {
      content: "";
      display: block;
      clear: both;
    }
  }
  .p-app-catch {
    font-weight: bold;
    font-size: calc(100vw / ( 750 / 36 ));
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .p-app-catch {
        font-size: 3.0rem;
        margin: 0 -1em 0.5em; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-app-catch {
        font-size: 2.4rem; } }
  .p-app-logo {
    margin: 0 auto calc(100vw / ( 750 / 65 ));
    width: calc(100vw / ( 750 / 500 )); }
    @media screen and (min-width: 768px) {
      .p-app-logo {
        width: 100%;
        margin-bottom: 40px; } }
  .p-app-txt {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #000;
    font-size: calc(100vw / ( 750 / 30 )); }
    @media screen and (min-width: 768px) {
      .p-app-txt {
        font-size: 2.4rem;
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .p-app-txt {
        font-size: 1.9rem; } }
  .p-app-dl {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
    @media screen and (min-width: 768px) {
      .p-app-dl__item {
        display: flex;
        align-items: center; } }
    .p-app-dl__item:not(:last-child) {
      margin-right: calc(100vw / ( 750 / 30 )); }
      @media screen and (min-width: 768px) {
        .p-app-dl__item:not(:last-child) {
          margin-right: 0;
          padding-right: 0; } }
    .p-app-dl__item a {
      display: block; }
      @media screen and (min-width: 768px) {
        .p-app-dl__item a {
          width: auto;
          height: 58px;
          padding-right: 20px; } }
      @media screen and (min-width: 768px) {
        .p-app-dl__item a img {
          height: 58px;
          width: auto; } }
    @media screen and (max-width: 767px) {
      .p-app-dl__item span {
        display: none; } }
    @media screen and (min-width: 768px) {
      .p-app-dl__item span {
        display: block;
        width: 90px; } }

/*========== p-annotation.scss ==========*/
.p-mv-annotation {
    width: 1090px;
    position: absolute;
    height: 2em;
    bottom: -4em;
    text-align: left;
}
.p-mv-annotation .p-annotation {
  position: absolute;
  font-size: 14px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-mv-annotation {
    width: 100%;
    bottom: 3px;
    position: relative; } 
  .p-mv-annotation .p-annotation {
    font-size: 11px;
    right: 0;
    left: 3%;
  }
}
/*========== p-dl-annotation.scss ==========*/
.p-dl-annotation {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    color: #163265;
  }
  .p-dl-annotation .text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  @media screen and (min-width: 768px) {
    .p-dl-annotation {
      margin: auto;
      width: 740px;
      margin-bottom: 0;
    }
  }
/*========== award.scss ==========*/
.award {
  max-width: 1020px;
  margin: 0 auto;
}
.award .gd-title{
  margin-bottom: 10px;
}
.award .gd-title .gdTitleTxt {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.award .gd-logo .logo {
  width: 478px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .award .gd-title .gdTitleTxt {
    font-size: 20px;
    text-align: center;
  }
  .award .gd-logo .logo {
    width: 350px;
    height: auto;
  }
}
/*========== p-footer.scss ==========*/
.p-footer {
  font-size: calc(100vw / ( 750 / 16 )); }
  @media screen and (min-width: 768px) {
    .p-footer {
      font-size: 1.2rem; } }
.footer-banner-contents {
    margin: 60px auto;
  }
  @media screen and (min-width: 768px) {
    .footer-banner-contents { 
      margin: 70px auto;
    }
  }
  .footer-logo-list {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    width: 740px;
    gap: 30px;
  }
  @media screen and (max-width: 1060px) {
    .footer-logo-list {
      flex-direction: column;
      width: auto;
    }
  }
  .footer-logo-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo-list-item > a {
    text-align: center;
  }
  .footer-logo-list-item.first {
  }
  @media screen and (max-width: 1060px) {
    .footer-logo-list-item.first {
      justify-content: center;
      margin: 0;
      margin-bottom: 40px;
    }
  }
  .footer-logo-list-item.center {
    padding-left: 10px;
    position: relative;
  }
  @media screen and (max-width: 1060px) {
    .footer-logo-list-item.center {
      justify-content: center;
      padding: 6px;
    }
  }
.footer-logo {
  width: 100%;
  height: 100%;
}
  @media screen and (max-width: 767px) {
    .footer-logo {
      width: 347px;
      height: auto;
    }
  }
  .p-footer-bg01 {
    background-color: rgba(255, 255, 255, 0.6);
    color: #163265;
    padding: calc(100vw / ( 750 / 30 )) 0; 
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 30px 0;
  }
    @media screen and (max-width: 767px) {
      .p-footer-bg01 {
        padding-left: 20px;
        padding-right: 20px;
      } }
  .p-footer-bg02 {
    background-color: #062762;
    color: #fff;
    padding: calc(100vw / ( 750 / 30 )) 0; 
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
  }
    @media screen and (min-width: 768px) {
      .p-footer-bg02 {
        padding: 30px 0; } }
    .p-footer-bg02 .txt01 {
      line-height: 1.625; }
.p-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} 
  .p-footer-nav .items {
    line-height: 1.625; }
    @media screen and (min-width: 768px) {
      .p-footer-nav .items {
        width: 820px;
      } }
  .p-footer-nav .items .item {
      display: inline-block; }
  .p-footer-nav .items .item a {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 1px;
        text-decoration-line: underline;
        color: #163265;
        }
  .p-footer-nav .items .item:not(:last-child)::after {
    content: "/";
  }
  .p-footer-copy {
    display: block;
    padding-top: 1.5em; }
  .p-footer-logo {
    display: block;
    margin: calc(100vw / ( 750 / 30 )) auto;
    margin-top: 60px;
    margin-bottom: 140px;
    width: 200px; 
    margin-bottom: 150px;
  }

/* ▲float */
.float-contents {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 14px rgba(54, 79, 120, 0.18);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .float-contents {
    height: 105px;
    padding: 10px 30px;
  }
}
.float-contents p {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #214997;
}
@media screen and (max-width: 767px) {
  .float-contents p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }}
.float-contents .p-app-dl {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .float-contents .p-app-dl__item {
    display: flex;
    align-items: center; } }
.float-contents .p-app-dl__item:not(:last-child) {
  margin-right: calc(100vw / ( 750 / 30 )); }
  @media screen and (min-width: 768px) {
    .float-contents .p-app-dl__item:not(:last-child) {
      margin-right: 0;
      padding-right: 0; } }
.float-contents .p-app-dl__item a {
  display: block; }
  @media screen and (min-width: 768px) {
    .float-contents .p-app-dl__item a {
      width: auto;
      height: 48px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) {
    .float-contents .p-app-dl__item a img {
      height: 48px;
      width: auto; } }
@media screen and (max-width: 767px) {
  .float-contents .p-app-dl__item span {
    display: none; } }
@media screen and (min-width: 768px) {
  .float-contents .p-app-dl__item span {
    display: block;
    width: 90px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 21px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 18px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      width: calc(100vw / (750 / 27));
      height: calc(100vw / (750 / 62));
      background-size: calc(100vw / (750 / 14)) calc(100vw / (750 / 23)); } }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  background-image: url(../images/icon_prev.png);
  left: 0;
  border-radius: 0 6px 6px 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  background-image: url(../images/icon_next.png);
  right: 0;
  border-radius: 6px 0 0 6px; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/ }

.slick-dots {
  position: absolute;
  bottom: calc(100vw / (750 / 24));
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .slick-dots {
      bottom: 18px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      width: 12px;
      height: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.4); }
      @media screen and (min-width: 768px) {
        .slick-dots li button {
          width: 12px;
          height: 12px; } }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        /*width: 20px;
        height: 20px;*/
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        /*color: $slick-dot-color;
        opacity: $slick-opacity-not-active;*/
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 12px;
        height: 12px;
        line-height: 12px; }
        @media screen and (min-width: 768px) {
          .slick-dots li button:before {
            width: 12px;
            height: 12px;
            background-size: 12px; } }
    .slick-dots li.slick-active button:before {
      /*color: $slick-dot-color-active;
      opacity: $slick-opacity-default;*/
      background-color: #fff;
      border-radius: 50%; }
      @media screen and (min-width: 768px) {
        .slick-dots li.slick-active button:before {
          background-size: 12px 12px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/*========== u-utility.scss ==========*/
.u-fontS {
  font-size: calc(100vw / ( 750 / 16 )); }
  @media screen and (min-width: 768px) {
    .u-fontS {
      font-size: 1.2rem; } }