@charset "UTF-8";
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#headerMenu ul li a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;

}



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;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

a:hover {
  opacity: 0.8;
}

img {
  width: auto;
  max-width: 100%;
}
/*============================================================*/

/*common*/

/**/

/*====================*/
/*margin*/
/*====================*/
.mt-0 {
  margin-top: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}


.pjt2401-pc {
  display: block !important;
}
.pjt2401-profilewrap .pjt2401-txt .pjt2401-pc{
  display: inline-block !important;
}
.pjt2401-sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pjt2401-sp {
    display: block !important;
  }
  .pjt2401-pc {
    display: none !important;
  }
  .pjt2401-profilewrap .pjt2401-txt .pjt2401-pc{
    display: none !important;
  }
}

/*====================*/
/*section*/
/*====================*/


section .pjt2401-inner {
  margin: 0 auto;
  width: 1100px;
  min-width: 1100px;
}

@media screen and (max-width: 640px) {
  section .pjt2401-inner {
    width: auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 640px) {
  #header {
      height: 40px;
  }
}

@media screen and (max-width: 640px) {
  #headerLogo{
    padding-top: 8px;
}
  #headerLogo a {
      width: 115px;
      height: auto;
      background-size: contain;
  }
}

#btntop {
  width:66px;
  height:66px;
  background-image:url("../img/btn_top.png");
  background-size: contain;
}
@media screen and (max-width: 640px) {
  #btntop {
    width:9.8666667vw;
    height:9.8666667vw;
    background-image:url("../img/btn_top.png");
    background-size: contain;
    left: inherit;
    bottom: 9.3333333vw!Important;
    right: 6.6666667vw;
  }
}


picture{
  display: block;
}


/*============================================================*/

/*main-contents*/

/*====================*/
/*kv*/
/*====================*/

.pjt2401-kv{
  position: relative;
  height: 695px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .pjt2401-kv{
    height: 58vw;
  }
}

@media screen and (max-width: 640px) {

}

.img_cloud-kv{
  position: absolute;
  width: 1536px;
  height: 284px;
  margin: auto;
  top: 0;
  left: 50%;
  margin-left: -768px;
}

@media screen and (max-width: 640px) {
  .img_cloud-kv{
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    left: inherit;
    margin-left: inherit;
  }
}

.tit_kv{
  position: relative;
  z-index: 2;
  width: 910px;
  height: auto;
  margin: auto;
  top: 80px;
}
@media screen and (max-width: 640px) {
  .tit_kv{
    width: 79.2vw;
    top: 20px;
  }
}

.img_town-kv{
  position: absolute;
  width: 1538px;
  height: auto;
  margin: auto;
  bottom: -5px;
  left: 50%;
  margin-left: -769px;
}
@media screen and (max-width: 640px) {
  .img_town-kv{
    width: 100%;
    bottom: -2px;
    left: inherit;
    margin-left: 0;
  }
}

@media screen and (min-width: 1538px) {
  .img_town-kv{
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    bottom: -5px;
    left: 0;
    margin-left: 0;
  }
}




/*====================*/
/*lead*/
/*====================*/

.pjt2401-lead{
  position: relative;
  background: #53C98E;
  overflow: hidden  ;
}

.pjt2401-lead .track-illu {
	width: 100px;
	position: absolute;
	top: 0;
	transform: translateX(100%);
}
@media screen and (max-width: 640px) {
  .pjt2401-lead .track-illu {
    width: 8.5333333vw;
  }
}

.pjt2401-lead .track-illu.move {
	transition: all .8s;
}


.pjt2401-lead .pjt2401-inner{
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  .pjt2401-lead .pjt2401-inner{
    padding: 8.3333333vw 2.3vw 0;
    box-sizing: border-box;
  }
}

.fukidashi_lead{
  width: 368px;
  height: auto;
  margin: 0 auto 25px;
}
@media screen and (max-width: 640px) {
  .fukidashi_lead{
    width: 51.2vw;
    margin: 0 auto 2.6666667vw;
  }
}


.pjt2401-lead .pjt2401-subhdr{
  width: 596px;
  margin:0 auto 25px;
}
@media screen and (max-width: 640px) {
  .pjt2401-lead .pjt2401-subhdr{
    width: 82.9333333vw;
    margin-bottom: 5.2vw;
  }
}

.pjt2401-lead .pjt2401-txt{
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .pjt2401-lead .pjt2401-txt{
    font-size: 3.4666667vw;
    line-height: 1.65;
    color: #ffffff;
    margin-bottom: 4vw;
  }
}


.pjt2402-fukidashi2{
  width: 354px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 65px;
  padding-right: 80px;
}
@media screen and (max-width: 640px) {
  .pjt2402-fukidashi2{
    width: 64.5333333vw;
    padding-bottom: 6.6666667vw;
    padding-right:15.2vw;
  }
}


/*====================*/
/*result*/
/*====================*/

.pjt2401-result{
  position: relative;
  background-color: #D6EDBE;
  margin-top: -12px;
  z-index: 10;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result{
    margin-top: -6px;
    padding-bottom: 8vw;
  }
}

.pjt2401-result::before{
  content: "";
  display: list-item;
  mask-image: url(../img/wave.svg);
  mask-size: 48px 12px;
  mask-repeat: repeat-x;
  background-color: #D6EDBE;
  margin-top: -12px;
  position: relative;
  top: -12px;
  z-index: 2222;
}
@media screen and (max-width: 640px) {
  .pjt2401-result::before{
    content: "";
    display: list-item;
    mask-image: url(../img/wave.svg);
    mask-size: 24px 6px;
    mask-repeat: repeat-x;
    background-color: #D6EDBE;
    margin-top: -6px;
    position: relative;
    top: -6px;
  }
}


.pjt2401-result .pjt2401-inner{
  padding-top: 110px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-inner{
    padding: 4vw 6.6666667vw 0;
    box-sizing: border-box;
  }
}


.pjt2401-result-nav{
  width: 773px;
  margin: 0 auto 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .pjt2401-result-nav{
    width: 100%;
    margin: 0 auto 9.3333333vw;
    flex-wrap: wrap;
  }
}

.pjt2401-result-nav li{
  width: 166px;
  height: auto;
  filter: drop-shadow(3px 3px 0px #B0E1BE);
}
@media screen and (max-width: 640px) {
  .pjt2401-result-nav li{
    width: 41.2vw;
  }
  .pjt2401-result-nav li:nth-child(1),
  .pjt2401-result-nav li:nth-child(2){
    margin-bottom: 2.8vw;
  }
}

.pjt2401-result-nav li a{
  display: block;
}

.pjt2401-content{
  background: #ffffff;
  border-radius: 35px;
  padding: 40px 74px 70px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .pjt2401-content{
    border-radius: 3.7333333vw;
    padding: 4.4vw 5.6vw 9.3333vw;
    margin-bottom: 6vw;
  }
}


.ico_result{
  display: flex;
  margin: 0 auto 15px;
}
@media screen and (max-width: 640px) {
  .ico_result{
    margin: 0 auto 2.4vw;
  }
}






.ico_result img{
  width: auto;
  height: 86px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .ico_result img{
    height: 10vw;
  }
}

.pjt2401-result .pjt2401-content .pjt2401-subhdr{
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.549;
  color: #24A96A;
  text-decoration: underline;
  text-decoration-thickness: 9px;
  text-decoration-color: #FFFF00;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-content .pjt2401-subhdr{
    font-size: 4.4333333vw;
    text-decoration-thickness: 1.2vw;
    text-underline-offset: -1px;
    margin-bottom: 2.8vw;
  }
}

.pjt2401-result .pjt2401-content .pjt2401-txt{
  text-align: center;
  font-size: 18px;
  line-height: 1.77;
  color: #4D4D4D;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-content .pjt2401-txt{
    text-align: left;
    font-size: 3.4666667vw;
    line-height: 1.576;

  }
}

.pjt2401-result .pjt2401-result-figure{
  width: 824px;
  margin: 0 auto 40px;
  display: block;
}

.pjt2401-result .pjt2401-result-figure img{
  width: 824px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-result-figure{
    width: 100%;
    margin: 0 auto 7.2vw;
  }
  .pjt2401-result .pjt2401-result-figure img{
    width: 100%;
    border: none;
    border-radius: inherit;
  }
}


.pjt2401-result .pjt2401-comment{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-comment{
    margin-bottom: 18.6666667vw;
    align-items: inherit;
  }
}

.pjt2401-result #result5 .pjt2401-comment{
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result #result5 .pjt2401-comment{
    margin-bottom: 18.6666667vw;
  }
}

.pjt2401-result .pjt2401-comment .pjt2401-profilewrap{
  width: 230px;
  text-align: center;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-comment .pjt2401-profilewrap{
    width: 22.7333333vw;
    margin-right: 4.8vw;
  }
}


.pjt2401-result .pjt2401-comment .pjt2401-img-comment{
  text-align: center;
  margin:0 auto 10px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-comment .pjt2401-img-comment{
    margin:0 auto 1.3333333vw;
  }
}

.pjt2401-result .pjt2401-comment .pjt2401-img-comment img{
  width: 148px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-comment .pjt2401-img-comment img{
    width: 22.7333333vw;
  }
}


.pjt2401-result .pjt2401-comment .pjt2401-profilewrap .pjt2401-txt{
  font-size: 16px;
  color: #006837;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-comment .pjt2401-profilewrap .pjt2401-txt{
    font-size: 2.9333333vw;
  }
}

.pjt2401-result .pjt2401-comment .pjt2401-commenttxt{
  width: 760px;
  box-sizing: border-box;
  padding: 25px 35px;
  background: #006837;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.444;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-comment .pjt2401-commenttxt{
    width: 63.6666667vw;
    padding: 2.6666667vw 4vw;
    font-size: 3.4666667vw;
    line-height: 1.577;
    border-radius: 1.3333333vw;
  }
}

.pjt2401-result .pjt2401-comment .pjt2401-commenttxt::before{
  content: "";
  display: inline-block;
  background: url(../img/fukidashi-l.png);
  background-repeat: no-repeat;
  background-size: 36px 22px;
  width: 36px;
  height: 22px;
  margin-left: -36px;
  top: 60px;
  left: 1px;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-comment .pjt2401-commenttxt::before{
    content: "";
    display: inline-block;
    background: url(../img/fukidashi-l.png);
    background-repeat: no-repeat;
    background-size: 4.8vw 2.9333333vw;
    width: 4.8vw;
    height: 2.9333333vw;
    margin-left: -4.8vw;
    top: 8vw;
    left: 1px;
  }
}

#result5 .pjt2401-txt-attention{
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #4D4D4D;
}
@media screen and (max-width: 640px) {
  #result5 .pjt2401-txt-attention{
    font-size: 3.4666667vw;
    margin-bottom: 6vw;
  }
}


.pjt2401-drivercomment li{
  width: 890px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 35px 0 45px;
  position: relative; 
  background-image: url(../img/border_pc.jpg);
  background-repeat: no-repeat;
  background-size: 890px 3px;
  background-position: 0 0;
}
@media screen and (max-width: 640px) {
  .pjt2401-drivercomment li{
    width: 100%; 
    padding: 4.2666667vw 0;
    background-image: none;
    background-size: inherit;
    background-position: 0 0;
  }
}

.pjt2401-drivercomment li:first-child{
  background: none;
  padding-top: 0;
}

.pjt2401-drivercomment li:last-child{
  padding-bottom: 0;
}

.pjt2401-drivercomment li:nth-child(even){
  flex-direction:row-reverse;
}

.pjt2401-result .pjt2401-drivercomment .pjt2401-profilewrap{
  width: 160px;
  text-align: center;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-drivercomment .pjt2401-profilewrap{
    width: 33.6vw;
    margin-right: 0;
  }
}


.pjt2401-result .pjt2401-drivercomment li:nth-child(even) .pjt2401-profilewrap{
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-drivercomment li:nth-child(even) .pjt2401-profilewrap{
    margin-left: 0;
  }
}


.pjt2401-result .pjt2401-drivercomment .pjt2401-img-comment{
  text-align: center;
  margin:0 auto 10px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-drivercomment .pjt2401-img-comment{
    margin:0 auto 1.3333333vw;
  }
}

.pjt2401-result .pjt2401-drivercomment .pjt2401-img-comment img{
  width: 150px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-drivercomment .pjt2401-img-comment img{
    width: 33.3333333vw;
  }
}

.pjt2401-result .pjt2401-drivercomment .pjt2401-profilewrap .pjt2401-txt{
  font-size: 16px;
  color: #006837;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-drivercomment .pjt2401-profilewrap .pjt2401-txt{
    font-size: 3.2vw;
    margin-bottom: 2vw;
    text-align: center;
  }
}

.pjt2401-result .pjt2401-drivercomment .pjt2401-commenttxt{
  width: 698px;
  font-size: 18px;
  line-height: 1.444;
  color: #4D4D4D;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-drivercomment .pjt2401-commenttxt{
    width: 100%;
    font-size: 3.4666667vw;
    line-height: 1.576;
  }
}












.pjt2401-result .pjt2401-researchoutline {
  display: flex;
  justify-content: center;
  padding-bottom: 110px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline {
    display: inherit;
    justify-content: inherit;
    padding-bottom: 18.6666667vw;
  }
}

.pjt2401-result .pjt2401-researchoutline h3{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 186px;
  border: solid 2px #24A96A;
  border-radius: 50%;
  color: #24A96A;
  font-weight: 600;
  font-size: 28px;
  margin-right: 18px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline h3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.8vw;
    height: 26.8vw;
    font-weight: 600;
    font-size: 4.8vw;
    margin: 0 auto 4vw;
  }
}

.pjt2401-result .pjt2401-researchoutline dl{
  width: 630px;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline dl{
    width: 100%;
    font-size: 4vw;
    margin-top: 0;
  }
}

.pjt2401-result .pjt2401-researchoutline dt{
  width: 110px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline dt{
    width: 20.8vw;
  }
}

.pjt2401-result .pjt2401-researchoutline dt:nth-of-type(2),
.pjt2401-result .pjt2401-researchoutline dd:nth-of-type(2){
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline dt:nth-of-type(2),
  .pjt2401-result .pjt2401-researchoutline dd:nth-of-type(2){
    line-height: inherit;
  }
}

.pjt2401-result .pjt2401-researchoutline dt span{
  font-size: 16px;
  margin-left: -10px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline dt{
    font-size: 3.4666667vw;
  }
  .pjt2401-result .pjt2401-researchoutline dt span{
    font-size: 3.0666667vw;
    margin-left: -8px;
  }
}


.pjt2401-result .pjt2401-researchoutline dd{
  width: 500px;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline dd{
    width: 61vw;
    font-size: 3.4666667vw;
  }
}


.pjt2401-result .pjt2401-researchoutline dd::before{
  content: "：";
}

.pjt2401-result .pjt2401-researchoutline dd:last-child{
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .pjt2401-result .pjt2401-researchoutline dd{
    text-indent: -1em;
    margin-left: 1em;
  }
}











/*====================*/
/*excomment*/
/*====================*/

.pjt2401-excomment{
  position: relative;
  background-color: #005D95;
  margin-top: -12px;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment{
    margin-top: -6px;
  }
}

.pjt2401-excomment::before{
  content: "";
  display: list-item;
  mask-image: url(../img/wave.svg); 
  mask-size: 48px 12px;
  mask-repeat: repeat-x;
  background-color: #005D95;
  margin-top: -12px;
  position: relative;
  top: -12px;
  z-index: 2222;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment::before{
    content: "";
    display: list-item;
    mask-image: url(../img/wave.svg); 
    mask-size: 24px 6px;
    mask-repeat: repeat-x;
    background-color: #005D95;
    margin-top: -6px;
    position: relative;
    top: -6px;
  }
}



.pjt2401-excomment .pjt2401-inner{
  padding-top: 166px;
  padding-bottom: 180px;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-inner{
    padding: 10.6666667vw 6.6666667vw 18.6666667vw;
    box-sizing: border-box;
  }
}

.pjt2401-excomment h2{
  width: 370px;
  height: auto;
  margin: 0 auto 80px;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment h2{
    width: 50.6666667vw;
    margin: 0 auto 7.3333333vw;
  }
}

.pjt2401-excomment .pjt2401-comment{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-comment{
    display: flex;
    align-items: center;
    flex-direction:column-reverse;
  }
}

.pjt2401-excomment .pjt2401-profilewrap{
  width: 220px;
  text-align: center;
  margin-left: 42px;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-profilewrap{
    width: 67vw;
    text-align: left;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7.3333333vw;
  }
}

.pjt2401-excomment .pjt2401-img-comment{
  text-align: center;
  margin:0 auto 10px;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-img-comment{
    margin:0 2.6666667vw 0 0;
  }
}

.pjt2401-excomment .pjt2401-img-comment img{
  width: 220px;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-img-comment img{
    width: 29.3333333vw;
  }
}

.pjt2401-excomment .pjt2401-profilewrap .pjt2401-txt{
  font-size: 26px;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-profilewrap .pjt2401-txt{
    font-size: 5.3333333vw;
  }
}




.pjt2401-excomment .pjt2401-profilewrap .pjt2401-txt .pjt2401-txt-title{
  font-size: 18px;
  margin-top: 10px;
}
.pjt2401-excomment .pjt2401-profilewrap .pjt2401-txt:last-of-type{
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-profilewrap .pjt2401-txt .pjt2401-txt-title{
    font-size: 3.4666667vw;
  }
}

.pjt2401-excomment .pjt2401-profilewrap .pjt2401-txt .pjt2401-txt-dear{
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-profilewrap .pjt2401-txt .pjt2401-txt-dear{
    font-size: 3.7333333vw;
  }
}

.pjt2401-excomment .pjt2401-comment .pjt2401-commenttxt{
  width: 826px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.777;
}
@media screen and (max-width: 640px) {
  .pjt2401-excomment .pjt2401-comment .pjt2401-commenttxt{
    width: 100%;
    font-size: 3.4666667vw;
    line-height: 1.576;
  }
}


/*====================*/
/*ABOUT*/
/*====================*/

.pjt2401-about{
  position: relative;
  background-color: #FFFFFF;
  margin-top: -12px;
  z-index: 30;
}
@media screen and (max-width: 640px) {
  .pjt2401-about{
    margin-top: -6px;
  }
}

.pjt2401-about::before{
  content: "";
  display: list-item;
  mask-image: url(../img/wave.svg); 
  mask-size: 48px 12px;
  mask-repeat: repeat-x;
  background-color: #FFFFFF;
  margin-top: -12px;
  position: relative;
  top: -12px;
  z-index: 2222;
}
@media screen and (max-width: 640px) {
  .pjt2401-about::before{
    content: "";
    display: list-item;
    mask-image: url(../img/wave.svg); 
    mask-size: 24px 6px;
    mask-repeat: repeat-x;
    background-color: #FFFFFF;
    margin-top: -6px;
    position: relative;
    top: -6px;
  }
}

.pjt2401-about .pjt2401-inner{
  padding-top: 75px;
  padding-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .pjt2401-about .pjt2401-inner{
    padding: 0 6.6666667vw 2.6666667vw;
    box-sizing: border-box;
  }
}

.pjt2401-about .pjt2401-subhdr{
  width: 1066px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  .pjt2401-about .pjt2401-subhdr{
    width: 100%;
    margin: 0 auto 7.2vw;
  }
}


.pjt2401-about .pjt2401-attentionlist{
  margin-left: 136px;
}
@media screen and (max-width: 640px) {
  .pjt2401-about .pjt2401-attentionlist{
    margin-left: 1.3333vw;
  }
}

.pjt2401-about .pjt2401-attentionlist li{
  font-size: 18px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 640px) {
  .pjt2401-about .pjt2401-attentionlist li{
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.65;
  }
}

















/*====================*/
/*footer*/
/*====================*/
.pjt2401 #footer{
  min-height: 280px;
  background: none;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1538px) {
  .pjt2401 #footer{
    min-height: 330px;
  }
}
@media screen and (max-width: 640px) {
  .pjt2401 #footer{
    min-height: inherit;
    height: auto;
  }
}

.img_town-ftr{
  position: absolute;
  width: 1536px;
  height: auto;
  margin: auto;
  top: 0;
  left: 50%;
  margin-left: -768px;
}
@media screen and (min-width: 1538px) {
  .img_town-ftr{
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .img_town-ftr{
    position: inherit;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .img_town-ftr img{
    width: 100%;
    height: auto;
  }
}

.pjt2401-cwwrapper{
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .pjt2401-cwwrapper{
    position: inherit;
  }
}


.pjt2401 #footer p {
  padding-top: 0;
  text-align: center;
  line-height: 10px;
  font-size: 10px;
  background:none;
}



.pjt2401 #footer .pjt2401-cw{
  position: relative;
  background-color: #24A96A;
  margin-top: -12px;
  z-index: 40;
  height: 75px;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .pjt2401 #footer .pjt2401-cw{
    margin-top: -12px;
    height: 10.6666667vw;
  }
}

.pjt2401 #footer .pjt2401-cw::before{
  content: "";
  display: list-item;
  mask-image: url(../img/wave.svg); 
  mask-size: 48px 12px;
  mask-repeat: repeat-x;
  background-color: #24A96A;
  margin-top: -12px;
  position: relative;
  top: -12px;
  z-index: 2222;
}

@media screen and (max-width: 640px) {
  .pjt2401 #footer .pjt2401-cw::before{
    content: "";
    display: list-item;
    mask-image: url(../img/wave.svg); 
    mask-size: 24px 6px;
    mask-repeat: repeat-x;
    background-color: #24A96A;
    margin-top: -6px;
    position: relative;
    top: -6px;
    z-index: 2222;
  }
}

.pjt2401 #footer .pjt2401-cw p{
  color: #FFFFFF;
  font-size: 16px;
  line-height: inherit;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  .pjt2401 #footer .pjt2401-cw p{
    font-size: 2.6666667vw;
    margin-top: -15px;
    line-height: 1;
  }  
}


/*/ページ================*/
.pjt2401-contensts .fade {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
}

.pjt2401-contensts .fade.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: .001s;
          transition-delay: .001s;
}

.fade-lead {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-lead.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: .001s;
          transition-delay: .001s;
}

.fade2 {
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
}

.fade2.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: .001s;
          transition-delay: .001s;
}

@media screen and (max-width: 640px) {
  .fade2 {
    left: 0 !important;
  }
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  -webkit-transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-left.show {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: .001s;
          transition-delay: .001s;
}

@media screen and (max-width: 640px) {
  .fade-left {
    left: 0 !important;
  }
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(2em);
          transform: translateX(2em);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.fade-right.show {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media screen and (max-width: 640px) {
  .fade-right {
    left: 0 !important;
  }
}

.at--link {
  text-align: center;
  margin-top: 80px;
}


.fade-lead{
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .fade-lead{
    padding-top: 8.3333vw;
  }
}

.pjt24-tab{
  background: #598AD1;
}

.pjt24-subnav{
  width: 520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .pjt24-subnav{
    width: 100%;
    padding: 0 5.3vw 0;
    box-sizing: border-box;
  }
}

.pjt24-subnav li a{
  width: 254px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media screen and (max-width: 640px) {
  .pjt24-subnav li a{
    width: 42.6vw;
    height: 10.4vw;
    border-top-left-radius: 1.2vw;
    border-top-right-radius: 1.2vw;
  }
}

.pjt24-subnav li:nth-child(1) a{
  background: #18A063;
}
.pjt24-subnav li:nth-child(2) a{
  background: #598AD1;
}

.pjt24-subnav li.current a{
  pointer-events:none;
}

.pjt24-subnav li:nth-child(1) a img{
  width: 200px;
}
.pjt24-subnav li:nth-child(2) a img{
  width: 203px;
}
@media screen and (max-width: 640px) {
  .pjt24-subnav li:nth-child(1) a img{
    width: 32.4vw;
  }
  .pjt24-subnav li:nth-child(2) a img{
    width: 33.0666667vw;
  }
}


.swiper-contents{
  width: 700px;
  height: 360px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .swiper-contents{
    width: 98%;
    height: auto;
  }
}


.swiper{
  width: 700px;
  height: 360px;
}
@media screen and (max-width: 640px) {
  .swiper{
    width: 100%;
    height: auto;
  }
}

#voice1 .swiper-contents,
#voice1 .swiper{
  height: 360px;
}
@media screen and (max-width: 640px) {
  #voice1 .swiper-contents,
  #voice1 .swiper{
    height: auto;
  }
}

#voice2 .swiper-contents,
#voice2 .swiper{
  height: 380px;
}
@media screen and (max-width: 640px) {
  #voice2 .swiper-contents,
  #voice2 .swiper{
    height: auto;
  }
}

#voice3 .swiper-contents,
#voice3 .swiper{
  height: 400px;
}
@media screen and (max-width: 640px) {
  #voice3 .swiper-contents,
  #voice3 .swiper{
    height: auto;
  }
}

#voice4 .swiper-contents,
#voice4 .swiper{
  height: 380px;
}
@media screen and (max-width: 640px) {
  #voice4 .swiper-contents,
  #voice4 .swiper{
    height: auto;
  }
}


.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .swiper-wrapper {
    align-items: center;
  }
}


.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide.slide1 img{
  height: auto;
}

#voice1 .swiper-slide.slide1 img{
  width: 624px;
}
@media screen and (max-width: 640px) {
  #voice1 .swiper-slide.slide1 img{
    width: 77.3333333vw;
  }
}

#voice1 .swiper-slide.slide2 img{
  width: 448px;
}
@media screen and (max-width: 640px) {
  #voice1 .swiper-slide.slide2 img{
    width: 60.8vw;
  }
}

#voice1 .swiper-slide.slide3 img{
  width: 384px;
}
@media screen and (max-width: 640px) {
  #voice1 .swiper-slide.slide3 img{
    width: 51.6vw;
  }
}



#voice2 .swiper-slide.slide1 img{
  width: 450px;
}
@media screen and (max-width: 640px) {
  #voice2 .swiper-slide.slide1 img{
    width: 57.6vw;
  }
}

#voice2 .swiper-slide.slide2 img{
  width: 574px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  #voice2 .swiper-slide.slide2 img{
    width: 70.7333333vw;
    padding-right: 5.3333333vw;
  }
}

#voice2 .swiper-slide.slide3 img{
  width: 460px;
}
@media screen and (max-width: 640px) {
  #voice2 .swiper-slide.slide3 img{
    width: 61.3333333vw;
  }
}


#voice3 .swiper-slide.slide1 img{
  width: 610px;
  padding-right: 60px;
}
@media screen and (max-width: 640px) {
  #voice3 .swiper-slide.slide1 img{
    width: 67.3333333vw;
    padding-right: 8vw;
  }
}

#voice3 .swiper-slide.slide2 img{
  width: 488px;
}
@media screen and (max-width: 640px) {
  #voice3 .swiper-slide.slide2 img{
    width: 55.0666667vw;
  }
}

#voice3 .swiper-slide.slide3 img{
  width: 535px;
  padding-right: 60px;
}
@media screen and (max-width: 640px) {
  #voice3 .swiper-slide.slide3 img{
    width: 63.3333333vw;
    padding-right: 8vw;
  }
}

#voice3 .swiper-slide.slide4 img{
  width: 538px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  #voice3 .swiper-slide.slide4 img{
    width: 62.7333333vw;
    padding-right: 5.3333333vw;
  }
}

#voice3 .swiper-slide.slide5 img{
  width: 460px;
}
@media screen and (max-width: 640px) {
  #voice3 .swiper-slide.slide5 img{
    width: 55.3333333vw;
  }
}




#voice4 .swiper-slide.slide1 img{
  width: 610px;
  padding-right: 70px;
}
@media screen and (max-width: 640px) {
  #voice4 .swiper-slide.slide1 img{
    width: 66.3333333vw;
    padding-right: 6.3333333vw;
  }
}

#voice4 .swiper-slide.slide2 img{
  width: 450px;
}
@media screen and (max-width: 640px) {
  #voice4 .swiper-slide.slide2 img{
    width: 60vw;
  }
}

#voice4 .swiper-slide.slide3 img{
  width: 505px;
  padding-left: 70px;
}
@media screen and (max-width: 640px) {
  #voice4 .swiper-slide.slide3 img{
    width: 65.3333333vw;
    padding-left: 9.3333333vw;
  }
}

#voice4 .swiper-slide.slide4 img{
  width: 440px;
}
@media screen and (max-width: 640px) {
  #voice4 .swiper-slide.slide4 img{
    width: 58.6666667vw;
  }
}





.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
}
@media screen and (max-width: 640px) {
  .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    margin: 0 0 0 5px !important;
  }
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}


.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 60px;
  background-size: 32px 60px;
  transform: translateY(-50%);
  margin-top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.2vw;
    height: 6.9333333vw;
    background-size: 3.2vw 6.9333333vw; 
    transform: translateY(-50%);
    margin-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url('../img/ico_slidenav-r.png');
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url('../img/ico_slidenav-l.png');
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: block;
}