@charset "UTF-8";

/*
Theme Name: JPC LP
Description: JPC LP
Version: 2022.06
Author: YH
*/


/* ------------------------------------------
   Reset
------------------------------------------ */

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, font, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 767px) {
  input, button, select, textarea {}
}


/* ------------------------------------------
   Utility Class
------------------------------------------ */

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*
Web Fonts
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/


/* Style
-------------------------------------------------------------- */

body {
  height: 100%;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #0B0E12;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  transition: opacity 0.6s ease;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: none;
  opacity: 0;
  font-feature-settings: "palt";
}

body.show {
  opacity: 1 !important;
  /* height: 3000px; */
}

body p {
  color: inherit;
  font-size: inherit;
  line-height: 2em;
  letter-spacing: 0;
}

a, a img, button {
  text-decoration: none;
  font-weight: 500;
  color: #0B0E12;
  transition: all 0.3s ease
}

.pc_view a:hover, .pc_view button:hover {
  opacity: 0.75;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

pictuire, img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

.non_pc {
  display: none !important;
}

.f_en {
  font-family: 'Montserrat', sans-serif;
}


/* =============================
  Common
============================= */

.outline {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  width: 375px;
  margin: 0 auto;
  /* transform: scale(1.6); */
  /* transform-origin: 50% 0; */
}

.main {
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  /* z-index: 100; */
  /* padding-top: 43px; */
}

/* style
  -------------------------------------------------------------- */
body {
  min-width: 320px;
  overflow: visible !important;
  letter-spacing: 0;
}
body p {
  color: inherit;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0;
}
a:hover {
  opacity: 1;
}

/* ===========================================================================================
  
      Common
  
  =========================================================================================== */
.outline {
  position: relative;
  min-width: 320px;
  padding-bottom: 0;
  background: #fff;
  transform: none;
}
.main {
  width: auto;
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
  /* padding-top: 80px; */
}	
#index header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
#index header img {
  width: 375px;
  margin: 0 auto;
}
#index footer {
  background: #262626;
  margin-top: 60px;
}
#index footer .copyright {
  text-align: center;
  padding: 15px 0;
  font-size: 11px;
  color: #fff;
}



#index .visual {
  position: relative;
  z-index: 1000;
}
#index .visual img {
  width: 100%;
}
#index .intro {
  margin-top: 40px;
}
#index .intro .lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 100;
}
#index .intro .lead strong {
  font-weight: bold;
  color: #137FBF;
  background: linear-gradient(transparent 60%, #FFF081 60%);
  font-weight: 900;
}
#index .intro .bg {
  margin: -30px 0 -90px 0;
}
#index .intro .video {
  position: relative;
  background: #027fbf;
  padding: 0 0 50px 0;
}
#index .intro .video .title {
  font-size: 36px;
  text-align: center;
  line-height: 1.4em;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#index .intro .video .title strong {
  font-weight: bold;
  background: linear-gradient(transparent 75%, #29ABE2 75%);
}
#index .intro .video .videobox {
  width: 90%;
  margin: 35px auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
#index .intro .video .videobox .wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;  
}
#index .intro .video .videobox .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index .intro .video .text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 30px;
  line-height: 1.8em;
}
#index .intro .video .text strong {
  font-weight: bold;
  color: #FFE93B;
}
#index .point > .inner {
  padding-top: 70px;
}
#index .point h2 {
  text-align: center;
  line-height: 1.2em;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #137FBF;
  margin-bottom: 35px;
} 
#index .point h2 span.f_en {
  font-size: 13px;
  font-weight: bold;
  display: block;
  color: #65C8D0;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 8px;
}
#index .point h2 span.mini {
  font-size: 24px;
  display: block;
  line-height: 1.8em;
}
#index .point dl.list {width: 90%;margin: 0 auto;
  padding-bottom: 70px;
  border-bottom: 2px solid #DEE7ED;
}
#index .point dl.list dt {margin-top: 20px;}
#index .point dl.list dt a {
  display: block;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  background: url('../images/icon_check.png') no-repeat 17px center;
  background-size: 23px auto;
  background-color: #29ABE2;
}
#index .point dl.list dt a::before,
#index .point dl.list dt a::after {
  content: "";
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  opacity: 0.8;
  background: #fff;
  transition: all 0.3s ease;
}
#index .point dl.list dt a::after {
  transform: rotate(90deg);
}
#index .point dl.list dt a.open::after {
  transform: rotate(0deg);  
}
#index .point dl.list dd {
  background: #F2F2F2;
  padding: 30px 5% 46px 5%;
  display: none;
}
#index .point dl.list dd .title {
  background: #698FA5;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  padding: 10px 0;
  border-radius: 5px;
}
#index .point dl.list dd .lead {
  color: #1380BF;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
#index .point dl.list dd .lead strong {
  font-weight: 900;
}
#index .point1 dl.list dd .img {
  margin-top: 30px;
}
#index .point1 dl.list dd .img + .text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
#index .point1 dl.list dd a {
  display: block;
  background: #137FBF;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 2px solid #000;
  border-radius: 5px;
  width: 82%;
  margin: 28px auto 0 auto;
  padding: 10px 0;
  box-shadow: 0 6px 0 #dbdbdb;
  position: relative;
}
#index .point1 dl.list dd a::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 18px;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%) rotate(45deg);
}
#index .point1 dl.list dd:nth-child(4) .lead {
  color: #000;
  margin-top: 25px;
}
#index .point1 dl.list dd:nth-child(4) .lead strong {
  color: #1380BF;
}
#index .point1 section + section {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
#index .point1 section h3 {
  font-size: 21px;
  text-align: center;
  position: relative;
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#index .point1 section h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 4px;
  background: #137FBF;
  transform: translate(-50%, 0);
}
#index .point1 section .text {
  font-size: 14px;
  
}
#index .point1 dl.list dd section:nth-child(2) {
  padding-top: 0;
  border-top: none;
}
#index .point1 dl.list dd section:nth-child(2) .img,
#index .point1 dl.list dd section:nth-child(3) .img {
  width: 287px;
  margin: 20px auto 0 auto;
}
#index .point1 dl.list dd section:nth-child(4) .img {
  width: 199px;
  margin: 20px auto 15px auto;
}
#index .point2 .text {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 2.2em;
  letter-spacing: 0.1em;
}
#index .point2 .img {
  margin-top: 50px;
  width: 100%;
}
#index .point3 > .inner,
#index .point4 > .inner,
#index .point5 > .inner {
  margin: 70px auto 0 auto;
  padding-top: 70px;
  border-top: 2px solid #DEE7ED;
  width: 84%;
}
#index .point3 .text {
  font-size: 14px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
#index .point3 .img1 {
  width: 264px;
  margin: -20px auto 20px auto;
}
#index .point3 .img2 {
  width: 277px;
  margin: 20px auto 20px auto;
}
#index .point3 .img3 {
  width: 304px;
  margin: 30px auto 0 auto;
}
#index .point4 > .inner h2 {
  font-size: 36px;
  line-height: 1.4em;
}
#index .point4 .box + .box {
  margin-top: 80px;
}
#index .point4 .box ul {
  margin-top: 28px;
}
#index .point4 .box ul li {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
#index .point4 .box ul li::before {
  content: "";
  background: #728D9D;
  width: 5px;
  height: 90%;
  top: 5%;
  left: 0;
  position: absolute;
  display: block;
}
#index .point4 .box ul li + li {
  margin-top: 10px;
}
#index .point5 .text {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: -10px;
}
#index .point5 .img {
  position: relative;
  left: 1%;
  margin-top: 30px;
}
 
@media screen and (min-width: 641px) {
  body {
    background: #e8f8ff;
  }
  .outline {
    width: 600px;
  }
  
  .main {
    /* padding-top: 63px; */
  }
  #index header {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, 0);
  }
  #index header img {
    width: 550px;
    margin: 0 auto;
  }
  #index footer {
    background: #262626;
    margin-top: 60px;
  }
  #index footer .copyright {
    text-align: center;
    padding: 25px 0;
    font-size: 11px;
    color: #fff;
  }
  
  
  
  #index .visual {
    
  }
  #index .visual img {
    width: 100%;
  }
  #index .intro {
    margin-top: 40px;
  }
  #index .intro .lead {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 100;
  }
  #index .intro .lead strong {
    font-weight: bold;
    color: #137FBF;
    background: linear-gradient(transparent 60%, #FFF081 60%);
  }
  #index .intro .bg {a
    margin: -30px 0 -130px 0;
  }
  #index .intro .video {
    position: relative;
    background: #027fbf;
    padding: 0 0 50px 0;
  }
  #index .intro .video .title {
    font-size: 42px;
    text-align: center;
    line-height: 1.4em;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
  #index .intro .video .title strong {
    font-weight: bold;
    background: linear-gradient(transparent 75%, #29ABE2 75%);
  }
  #index .intro .video .videobox {
    width: 90%;
    margin: 35px auto 0 auto;
    border-radius: 8px;
    overflow: hidden;
  }
  #index .intro .video .videobox .wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;  
  }
  #index .intro .video .videobox .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #index .intro .video .text {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 30px;
    line-height: 1.8em;
  }
  #index .intro .video .text strong {
    font-weight: bold;
    color: #FFE93B;
  }
  #index .point > .inner {
    padding-top: 70px;
  }
  #index .point h2 {
    text-align: center;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.05em;
    color: #137FBF;
    margin-bottom: 35px;
  } 
  #index .point h2 span.f_en {
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #65C8D0;
    line-height: 1em;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  #index .point h2 span.mini {
    font-size: 26px;
    display: block;
    line-height: 1.8em;
  }
  #index .point dl.list {width: 90%;margin: 0 auto;
    padding-bottom: 70px;
    border-bottom: 2px solid #DEE7ED;
  }
  #index .point dl.list dt {margin-top: 20px;}
  #index .point dl.list dt a {
    display: block;
    color: #fff;
    padding: 15px 20px;
    font-size: 22px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    background: url('../images/icon_check.png') no-repeat 17px center;
    background-size: 23px auto;
    background-color: #29ABE2;
  }
  #index .point dl.list dt a::before,
  #index .point dl.list dt a::after {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    opacity: 0.8;
    background: #fff;
    transition: all 0.3s ease;
  }
  #index .point dl.list dt a::after {
    transform: rotate(90deg);
  }
  #index .point dl.list dt a.open::after {
    transform: rotate(0deg);  
  }
  #index .point dl.list dd {
    background: #F2F2F2;
    padding: 30px 5% 44px 5%;
    display: none;
  }
  #index .point dl.list dd .title {
    background: #698FA5;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    padding: 10px 0;
    border-radius: 5px;
  }
  #index .point dl.list dd .lead {
    color: #1380BF;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    margin-top: 16px;
  }
  #index .point dl.list dd .lead strong {
    font-weight: 900;
  }
  #index .point1 dl.list dd .img {
    margin: 30px auto 0 auto;
    max-width: 400px;
  }
  #index .point1 dl.list dd .img + .text {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.05em;
  }
  #index .point1 dl.list dd a {
    display: block;
    background: #137FBF;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 2px solid #000;
    border-radius: 5px;
    width: 82%;
    margin: 28px auto 0 auto;
    padding: 10px 0;
    box-shadow: 0 6px 0 #dbdbdb;
    position: relative;
  }
  #index .point1 dl.list dd a::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 18px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%) rotate(45deg);
  }
  #index .point1 dl.list dd:nth-child(4) .lead {
    color: #000;
    margin-top: 25px;
  }
  #index .point1 dl.list dd:nth-child(4) .lead strong {
    color: #1380BF;
  }
  #index .point1 section + section {
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
  #index .point1 section h3 {
    font-size: 29px;
    text-align: center;
    position: relative;
    font-weight: 900;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  #index .point1 section h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 4px;
    background: #137FBF;
    transform: translate(-50%, 0);
  }
  #index .point1 section .text {
    font-size: 16px;
  }
  #index .point1 dl.list dd section:nth-child(2) {
    padding-top: 0;
    border-top: none;
  }
  #index .point1 dl.list dd section:nth-child(2) .img,
  #index .point1 dl.list dd section:nth-child(3) .img {
    width: 217px;
    margin: 20px auto 0 auto;
  }
  #index .point1 dl.list dd section:nth-child(4) .img {
    width: 260px;
    margin: 20px auto 30px auto;
  }
  #index .point2 .text {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  #index .point2 .img {
    margin-top: 50px;
    width: 100%;
  }
  #index .point3 > .inner,
  #index .point4 > .inner,
  #index .point5 > .inner {
    margin: 70px auto 0 auto;
    padding-top: 70px;
    border-top: 2px solid #DEE7ED;
    width: 84%;
  }
  #index .point3 .text {
    font-size: 16px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #index .point3 .img1 {
    width: 324px;
    margin: -20px auto 20px auto;
  }
  #index .point3 .img2 {
    width: 337px;
    margin: 20px auto 20px auto;
  }
  #index .point3 .img3 {
    width: 334px;
    margin: 30px auto 0 auto;
  }
  #index .point4 > .inner h2 {
    font-size: 36px;
    line-height: 1.4em;
  }
  #index .point4 .box {
    width: 400px;
    margin: 0 auto;
  }
  #index .point4 .box + .box {
    margin-top: 80px;
  }
  #index .point4 .box ul {
    margin-top: 28px;
  }
  #index .point4 .box ul li {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    padding-left: 20px;
    position: relative;
  }
  #index .point4 .box ul li::before {
    content: "";
    background: #728D9D;
    width: 5px;
    height: 90%;
    top: 5%;
    left: 0;
    position: absolute;
    display: block;
  }
  #index .point4 .box ul li + li {
    margin-top: 10px;
  }
  #index .point5 .text {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: -10px;
  }
  #index .point5 .img {
    position: relative;
    left: 1%;
    margin: 30px auto 0 auto;
    width: 90%;
  }


}