@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	color: #2d2d2d;
}

a {
    text-decoration: none;
    color: #2d2d2d;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
}

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

  body {
  	font-size: 1.5rem;
  	line-height: 1.7;
  }
}



/* l-footer
---------------------------------------------------------------------------- */

.l-footer .content {
    padding: 60px 0 50px;
    max-width: 960px;
    margin: 0 auto;
}

.l-footer .content .logo {
    width: 141px;
    margin-bottom: 10px;
}

.l-footer .content .logo a {
    display: block;
}

.l-footer .info {
    color: #757575;
    font-size: 1.4rem;
    line-height: 2.5;
}

.l-footer .flex {
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
}

.l-footer .button {
    width: 49%;
    max-width: 472px;
}

.l-footer .button a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    border: solid 3px #0076c3;
    background: #fff;
    border-radius: 10px;
    min-height: 64px;
    padding: 12px 0;
    transition: .3s;
}


.l-footer .bottom {
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 25px 0;
}

.l-footer .bottom a {
  display: block;
    color: #fff;
    padding: 0 10px;
}

.l-footer .bottom ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.l-footer .bottom ul {
    margin-bottom: 5px;
}

.l-footer .bottom ul li:first-child {
    border-right: solid 1px #fff;
}

@media screen and (min-width: 768px){

  .l-footer .button a:hover {
    background: #0076c3;
    color: #fff;
  }

  .l-footer .bottom a:hover {
    text-decoration: underline;
  }

}

@media screen and (max-width: 767px){
  .l-footer .content {
      padding: 40px 15px;
  }

  .l-footer .content .logo {
      width: 70px;
      margin-bottom: 5px;
  }

  .l-footer .info {
      font-size: 1.2rem;
      line-height: 1.8;
  }

  .l-footer .flex {
      flex-wrap: wrap;
      margin: 20px auto 0;
      max-width: 305px;
  }

  .l-footer .button {
      width: 100%;
      margin: 0 auto;
  }

  .l-footer .button + .button {
      margin: 12px auto 0;
  }

  .l-footer .button a {
      font-size: 1.2rem;
      min-height: 43px;
      padding: 9px 0;
      border: solid 2px #0076c3;
  }

  .l-footer .bottom {
      font-size: 1.2rem;
      padding: 15px 0;
  }

  .l-footer .bottom ul {
      margin-bottom: 3px;
  }
}

/* p-fv
---------------------------------------------------------------------------- */
.p-fv img {
  width: 100%;
}


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


/* p-about
---------------------------------------------------------------------------- */
.p-about {
    padding: 60px 30px 80px;
    background: url("../img/bg_about_pc.png")no-repeat;
    background-size: cover;
    background-position: center;
}

.p-about .content {
  max-width: 720px;
  margin: 0 auto;
}

.p-about .voice {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-about .voice {
    margin-bottom: 40px;
  }
}

.p-about .voice p {
  margin: 40px auto 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about .voice p {
    margin: 10px auto 0;
    font-size: 2.1rem;
  }
}

.p-about .voice .slash {
  display: inline-block;
  position: relative;
}

/* .p-about .voice .slash::before {
  position: absolute;
  content: "";
  background: url(../img/ico_slash_left.svg) no-repeat;
  background-size: 15px;
  background-position: center left;
  width: 35px;
  height: 100%;
  left: 0;
  top: 0;
} */
/* .p-about .voice .slash::after {
  position: absolute;
  content: "";
  background: url(../img/ico_slash_right.svg) no-repeat;
  background-size: 15px;
  background-position: center right;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
} */
/* @media screen and (max-width: 767px) {
    .p-about .voice .slash::before, .p-about .voice .slash::after {
        background-size: 8px;
    }
} */

.p-about .movie {
  max-width: 720px;
  width: 100%;
  margin: 20px auto 0;
  aspect-ratio: 16 / 9;
}

.p-about .movie iframe {
  width: 100%;
  height: 100%;
}

.p-about .heading {
    padding: 40px 0;
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    background: url("../img/img_about_pc.png")no-repeat;
    background-size: 126px;
    background-position: center;
}


.p-about p + p {
  padding-top: 40px;
}

.p-gallery img {
  width: 100%;
}
@media screen and (min-width: 768px){
  .p-about p {
      letter-spacing: -0.04em;
      text-align: justify;
  }
}

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

  .p-about {
      padding: 20px 15px 35px;
      background: url("../img/bg_about_sp.png")no-repeat;
      background-size: cover;
      background-position: center;
  }

  .p-about .heading {
      padding: 30px 0;
      font-size: 2.5rem;
      margin-bottom: 15px;
      background: url("../img/img_about_sp.png")no-repeat;
      background-size: 87px;
      background-position: center;
  }


  .p-about p + p {
    padding-top: 25px;
  }

}


/* p-recommend
---------------------------------------------------------------------------- */

.p-recommend {
    padding: 80px 30px;
    background: url("../img/bg_recommend_pc.png")no-repeat;
    background-size: cover;
    background-position: center top;
}

.p-recommend .inner {
    background: #fff;
    max-width: 960px;
    margin: 0 auto;
    border: solid 20px #58669c;
    padding: 0 30px;
}

.p-recommend .inner .list {
    max-width: 720px;
    margin: 0 auto;
}

.p-recommend .inner .list li {
    border-bottom: solid 1px #a1a1a1;
    padding: 20px 20px 20px 40px;
    font-size: 2.6rem;
    line-height: 1.5;
    background: url("../img/ico_check.svg")no-repeat;
    background-size: 23px;
    background-position: left top 30px;
}


@media screen and (max-width: 767px){
  .p-recommend {
      padding: 40px 15px;
      background: url("../img/bg_recommend_sp.png")no-repeat;
      background-size: 100%;
      background-position: center top;
  }


  .p-recommend .inner {
      border: solid 10px #58669c;
      padding: 0 10px;
  }

  .p-recommend .inner .list li {
      padding: 10px 0 10px 15px;
      font-size: 1.4rem;
      background-size: 12px;
      background-position: left top 15px;
  }
}


/* p-point
---------------------------------------------------------------------------- */
.p-point {
    background: rgb(0,163,240);
    background: linear-gradient(133deg, rgba(0,163,240,1) 0%, rgba(35,66,147,1) 100%);
    padding: 80px 30px;
}

.p-point .m-head {
  color: #fff;
}

.p-point .content {
    max-width: 1100px;
    margin: 0 auto;
}

.p-point .col {
    margin: 0 auto 40px;
    background: #fff;
}

.p-point .col:last-child {
  margin: 0 auto;
}

.p-point .col .block .ttl {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

.p-point .col .block p + p {
    padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-point .col {
      display: flex;
      justify-content: space-between;
      padding: 40px 35px;
  }

  .p-point .col:nth-child(even) {
    flex-direction: row-reverse;
  }

  .p-point .col .block {
      width: 50%;
      max-width: 500px;
  }

  .p-point .col .pic {
      max-width: 481px;
      width: 47%;
  }

}


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

  .p-point {
    padding: 40px 15px;
  }

  .p-point .col {
    padding: 13px 13px 30px;
    margin: 0 auto 20px;
  }

  .p-point .col .block .ttl {
      font-size: 2rem;
      text-align: center;
      margin: 15px 0;
  }

  .p-point .col .block p + p {
      padding-top: 15px;
  }
}


/* p-lecturers
---------------------------------------------------------------------------- */
.p-lecturers {
    background: #f1f3f5;
    padding: 80px 30px;
}

.p-lecturers .content {
    max-width: 1100px;
    margin: 0 auto;
}

.p-lecturers .block {
    padding: 0 30px;
    margin-bottom: 50px;
}

.p-lecturers .block:last-child {
    margin-bottom: 0;
}

.p-lecturers .block figure.pic {
    margin: 0 auto 20px;
    text-align: center;
}
.p-lecturers .block figure.pic img {
    width: 180px;
}


.p-lecturers .block figure.pic figcaption {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 24px;
}

.p-lecturers .block figure.pic figcaption span {
    display: block;
    font-weight: 400;
    font-size: 1.8rem;
    padding-top: 13px;
}

.p-lecturers .block p + p {
    padding-top: 30px;
}

@media screen and (min-width: 768px){
  .p-lecturers .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .p-lecturers .block {
      width: 50%;
  }
}

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

  .p-lecturers {
      padding: 40px 15px;
  }

  .p-lecturers .block figure.pic img {
      width: 150px;
  }

  .p-lecturers .block figure.pic figcaption {
      padding-top: 15px;
      font-size: 2rem;
      font-weight: 500;
  }

  .p-lecturers .block figure.pic figcaption span {
      padding-top: 7px;
      font-size: 1.4rem;
  }

  .p-lecturers .block {
      padding: 0;
      margin-bottom: 30px;
  }

  .p-lecturers .block p + p {
      padding-top: 20px;
  }

}


/* p-lastyear
---------------------------------------------------------------------------- */

.p-lastyear {
    background: url("../img/bg_lastyear_pc.png")no-repeat,#2d2d2d;
    background-size: 1400px;
    background-position: left top;
    padding: 80px 30px;
}

.p-lastyear .m-head {
    color: #fff;
}

.p-lastyear .content {
    max-width: 1100px;
    margin: 0 auto;
}

.p-lastyear .block {
    max-width: 820px;
    background: #fff;
    margin-bottom: 50px;
}

.p-lastyear .block:nth-child(odd) {
    margin: 0 0 50px auto;
}

.p-lastyear .block .detail {
  padding: 40px 70px;
  max-width: 744px;
  margin: 0 0 0 auto;
}

.p-lastyear .block .detail .ttl {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.p-lastyear .block .detail .ttl span {
    display: block;
    line-height: 1;
}

.p-lastyear .block .detail .ttl .is-01 {
    width: 264px;
}

.p-lastyear .block .detail .ttl .is-02 {
    width: 313px;
}

.p-lastyear .block .detail .ttl .is-03 {
    width: 257px;
}

.p-lastyear .block .detail p + p {
  padding-top: 30px;
}

.p-lastyear .voice {
  color: #fff;
  text-align: center;
}

.p-lastyear .voice .down {
    width: 28px;
    display: block;
    margin: 0 auto;
}

.p-lastyear .movie {
  max-width: 720px;
  height: 410px;
  margin: 20px auto 0;
}

.p-lastyear .movie iframe {
  width: 100%;
  height: 100%;
}

.p-lastyear .voice p {
  margin: 40px auto 0;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7;
}

.p-lastyear .voice .slash {
  display: inline-block;
  position: relative;
  padding: 0 35px;
}

.p-lastyear .voice .slash::before {
  position: absolute;
  content: "";
  background: url("../img/ico_slash_left.svg")no-repeat;
  background-size: 15px;
  background-position: center left;
  width: 35px;
  height: 100%;
  left: 0;
  top: 0;
}

.p-lastyear .voice .slash::after {
  position: absolute;
  content: "";
  background: url("../img/ico_slash_right.svg")no-repeat;
  background-size: 15px;
  background-position: center right;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
}

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

  .p-lastyear {
      background: url("../img/bg_lastyear_sp.png")no-repeat,#2d2d2d;
      background-size: 100%;
      background-position: left top;
      padding: 40px 15px;
  }

  .p-lastyear .block .detail {
      padding: 10px 15px 20px;
  }

  .p-lastyear .block, .p-lastyear .block:nth-child(odd) {
      margin: 0 auto 20px;
  }


  .p-lastyear .block .detail .ttl .is-01 {
      width: 132px;
  }

  .p-lastyear .block .detail .ttl {
      font-size: 1.9rem;
      margin-bottom: 10px;
  }

  .p-lastyear .block .detail p + p {
      padding-top: 15px;
  }

  .p-lastyear .block .detail .ttl .is-02 {
      width: 166px;
  }

  .p-lastyear .block .detail .ttl .is-03 {
      width: 128px;
  }

  .p-lastyear .voice .down {
      width: 14px;
  }

  .p-lastyear .voice p {
      margin: 10px auto 0;
      font-size: 2.1rem;
  }

  .p-lastyear .movie {
      height: 195px;
  }

  .p-lastyear .voice .slash::before,
  .p-lastyear .voice .slash::after {
      background-size: 8px;
  }
}


/* p-place
---------------------------------------------------------------------------- */

.p-place {
    padding: 80px 30px;
    background: url("../img/bg_place_pc.png")no-repeat;
    background-size: cover;
    background-position: center;
}

.p-place .content {
    max-width: 720px;
    margin: 0 auto;
    color: #fff;
}

.p-place .pic {
  margin: 0 auto 40px;
}

.p-place p + p {
  padding-top: 30px;
}


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

  .p-place {
      padding: 40px 15px;
      background: url("../img/bg_place_sp.png")no-repeat;
      background-size: cover;
      background-position: center;
  }

  .p-place .pic {
    margin: 0 auto 20px;
  }

  .p-place p + p {
    padding-top: 20px;
  }

}


/* p-
---------------------------------------------------------------------------- */
.p- {

}


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

/* p-3month
---------------------------------------------------------------------------- */


.p-3month {
  padding: 80px 30px;
  background: url("../img/bg_3month_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-3month .m-head {
  color: #fff;
}

.p-3month .date {
    background: rgb(0,162,239);
    background: linear-gradient(133deg, rgba(0,162,239,1) 0%, rgba(35,66,147,1) 100%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    min-height: 70px;
    padding: 12px 0;
}

.p-3month .content {
    max-width: 1100px;
    margin: 0 auto;
}

.p-3month .block {
    background: #fff;
    margin: 0 auto 120px;
    position: relative;
}

.p-3month .block:last-child {
  margin: 0 auto;
}

.p-3month .block::before {
  position: absolute;
  content: "";
  background: url("../img/ico_flow.svg")no-repeat;
  background-size: 46px;
  background-position: center;
  width: 50px;
  height: 50px;
  bottom: -85px;
  left: 50%;
  margin-left: -25px;
}

.p-3month .block:last-child::before {
  display: none;
}

.p-3month .block .inner {
    padding: 40px;
    max-width: 795px;
    margin: 0 auto;
}

.p-3month .block .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.p-3month .block .flex .box {
  text-align: center;
  width: 48%;
  max-width: 345px;
  background: #f0f0f0;
  padding: 15px;
}

.p-3month .block .ttl {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.5;
}

.p-3month .block p + p {
    padding-top: 30px;
}


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

  .p-3month {
    padding: 40px 15px;
    background: url("../img/bg_3month_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-3month .date {
      font-size: 1.5rem;
      min-height: 35px;
      padding: 4px 0;
  }

  .p-3month .block .inner {
      padding: 12px 12px 20px;
  }

  .p-3month .block .ttl {
      font-size: 2rem;
      margin-bottom: 15px;
  }

  .p-3month .block .flex {
      flex-wrap: wrap;
      margin: 0 auto;
  }

  .p-3month .block .flex .box {
      width: 100%;
      margin: 0 auto 15px;
      padding: 10px;
  }

  .p-3month .block p + p {
      padding-top: 15px;
  }

  .p-3month .block {
      margin: 0 auto 60px;
  }

  .p-3month .block::before {
      background-size: 30px;
      width: 30px;
      height: 30px;
      bottom: -48px;
      margin-left: -15px;
  }

}


/* p-schedule
---------------------------------------------------------------------------- */
.p-schedule {
  padding: 80px 30px;
  background: url("../img/bg_schedule_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-schedule .content {
  max-width: 1100px;
  margin: 0 auto;
}


.p-schedule .sub {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.p-schedule .sub::before {
  position: absolute;
  content: "";
  background: #15bfbf;
  width: 345px;
  height: 3px;
  bottom: 0;
  left: 50%;
  margin-left: -172px;
}


.p-schedule .block {
  max-width: 535px;
}

.p-schedule .block .date {
    background: #15bfbf;
    text-align: center;
    color: #fff;
    min-height: 71px;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 0;
}

.p-schedule .block .place {
  border-right: solid 2px #7a7a7a;
  border-left: solid 2px #7a7a7a;
  background: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 20px 0;
  line-height: 1.3;
}

.p-schedule .block .timeline {
  border-right: solid 2px #7a7a7a;
  border-left: solid 2px #7a7a7a;
  border-bottom: solid 2px #7a7a7a;
  background: #fff;
  font-size: 1.8rem;
}

.p-schedule .block .timeline th {
  text-align: center;
  background: #f0f0f0;
  width: 127px;
  vertical-align: middle;
}

.p-schedule .block .timeline td {
  text-align: left;
  padding: 20px 20px 20px 30px;
  line-height: 1.5;
}

.p-schedule .block .timeline tr {
  border-top: solid 1px #7a7a7a;
}


@media screen and (min-width: 768px){

  .p-schedule .category {
      margin-bottom: 60px;
  }

  .p-schedule .category:last-child {
    margin: 0;
  }


  .p-schedule .flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
  }

  .p-schedule .block {
    width: 48%;
  }


}


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

  .p-schedule {
    padding: 40px 15px;
    background: url("../img/bg_schedule_sp.png")no-repeat;
    background-size: 750px;
    background-position: center top;
  }

  .p-schedule .sub {
    display: none;
  }

  .p-schedule .block {
    margin: 0 auto 20px;
  }

  .p-schedule .block:last-child {
    margin: 0 auto;
  }

  .p-schedule .block .date {
      font-size: 1.5rem;
      min-height: inherit;
      padding: 5px 0;
  }

  .p-schedule .block .place {
      font-size: 1.5rem;
      padding: 11px 0;
      border-right: solid 1px #7a7a7a;
      border-left: solid 1px #7a7a7a;
  }

  .p-schedule .block .timeline {
      font-size: 1.5rem;
      border-right: solid 1px #7a7a7a;
      border-left: solid 1px #7a7a7a;
      border-bottom: solid 1px #7a7a7a;
  }

  .p-schedule .block .timeline th {
      width: 80px;
  }

  .p-schedule .block .timeline td {
      padding: 10px 10px 10px 15px;
  }

  .p-schedule .category {
    display: none;
  }

  .p-schedule .category.active {
    display: block;
  }

  .p-schedule .switch {
      margin-bottom: 25px;
      font-size: 0;
  }

  .p-schedule .switch li {
      width: 50%;
      display: inline-block;
      font-size: 1.6rem;
      letter-spacing: -0.04em;
      text-align: center;
      color: #666666;
      border-bottom: solid 1px #666666;
      vertical-align: middle;
  }

  .p-schedule .switch li.active {
      color: #15bfbf;
      border-bottom: solid 2px #15bfbf;
      font-weight: bold;
  }

}


/* p-detail
---------------------------------------------------------------------------- */
.p-detail {
  background: url("../img/bg_detail_pc.png")no-repeat;
  background-size: cover;
  background-position: center;
}

.p-detail .head {
  padding-top: 80px;
  background: rgba(255, 255, 255, .9);
}

.p-detail .m-head {
  margin: 0;
}

.p-detail .block {
  background: rgba(255, 255, 255, .9);
  padding: 40px 15px;
}

.p-detail .block:nth-child(even) {
  background: rgba(232, 232, 232, .9);
}

.p-detail .block .inner {
  max-width: 720px;
  margin: 0 auto;
}

.p-detail .block .heading {
  position: relative;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.p-detail .block .sub {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.p-detail .block .heading.is-01 {
  background: url("../img/ico_detail_01.svg")no-repeat;
  background-size: 25px;
  background-position: left center;
}

.p-detail .block .heading.is-02 {
  background: url("../img/ico_detail_02.svg")no-repeat;
  background-size: 23px;
  background-position: left center;
}

.p-detail .block .heading.is-03 {
  background: url("../img/ico_detail_03.svg")no-repeat;
  background-size: 19px;
  background-position: left center;
}

.p-detail .block .heading.is-04 {
  background: url("../img/ico_detail_04.svg")no-repeat;
  background-size: 23px;
  background-position: left center;
}

.p-detail .block .heading.is-05 {
  background: url("../img/ico_detail_05.svg")no-repeat;
  background-size: 27px;
  background-position: left center;
}

.p-detail .block .heading.is-06 {
  background: url("../img/ico_detail_06.svg")no-repeat;
  background-size: 19px;
  background-position: left center;
}

.p-detail .block p {
  padding-left: 40px;
}


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

  .p-detail {
    background: url("../img/bg_detail_sp.png")no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-detail .head {
      padding-top: 40px;
  }


  .p-detail .m-head {
    letter-spacing: -0.03em;
  }


  .p-detail .block .heading {
      font-size: 1.8rem;
      margin-bottom: 7px;
      padding-left: 30px;
  }

  .p-detail .block p {
      padding: 0;
  }

  .p-detail .block {
      padding: 20px 15px;
  }

  .p-detail .block .heading.is-01 {
      background-size: 16px;
  }

  .p-detail .block .heading.is-02 {
      background-size: 16px;
  }

  .p-detail .block .heading.is-03 {
      background-size: 11px;
      background-position: left 5px center;
  }

  .p-detail .block .heading.is-04 {
      background-size: 16px;
  }

  .p-detail .block .heading.is-05 {
      background-size: 17px;
  }

  .p-detail .block .heading.is-06 {
      background-size: 14px;
  }

  .p-detail .block .sub {
      font-size: 1.8rem;
      margin-bottom: 8px;
  }

}



/* p-pic
---------------------------------------------------------------------------- */
.p-pic {
    padding: 80px 0 0;
}

.p-pic img {
    width: 100%;
}

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

  .p-pic {
      padding: 20px 0 0;
  }
}

/* p-faq
---------------------------------------------------------------------------- */

.p-faq {
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}

.p-faq::before {
  position: absolute;
  content: "";
  z-index: 1;
  background: url("../img/bg_faq_pc.png")no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 0;
  width: 100%;
  height: 1900px;
}

.p-faq .content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-faq .tab-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;/* カーソルポインターに */
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.p-faq .tab {
  width: 24%;
  padding: 12px 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  max-width: 228px;
  border: solid 2px #2d2d2d;
  background: #fff;
  border-radius: 10px;
}

.p-faq .tab.active {
  background-color: #2d2d2d;
  color: #fff;
}
.p-faq .panel {
  display: none;
  margin-top: 40px;
}
.p-faq .panel.active {
  display: block;
}

.p-faq .block {
    margin-bottom: 35px;
    background: #fff;
    border-radius: 14px;
    padding: 0 65px;
}

.p-faq .block:last-child {
    margin: 0;
}

.p-faq .block dt {
  position: relative;
    padding: 35px 40px 36px 55px;
    font-weight: bold;
    background: url("../img/ico_faq.svg")no-repeat;
    background-size: 34px;
    background-position: left top 35px;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.p-faq .block dt::before {
  position: absolute;
  content: "";
  background: url("../img/ico_accordion.svg")no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 0;
  top: 43px;
  transition: .3s;
}

.p-faq .block dt.is-open::before {
  transform: rotate(-45deg);
}

.p-faq .block dd {
  display: none;
  background-image : linear-gradient(to right, #a1a1a1 8px, transparent 8px);
   background-size: 12px 1px;
   background-repeat: repeat-x;
   background-position: left top;
    padding: 30px 0;
}

.p-faq .block dd a {
    text-decoration: underline;
}

.p-faq .block dd p + p {
    padding-top: 30px;
}

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

  .p-faq {
    padding: 40px 15px;
  }

  .p-faq::before {
    position: absolute;
    content: "";
    z-index: 1;
    background: url("../img/bg_faq_sp.png")no-repeat;
    background-size: cover;
    background-position: center top;
    top: 0;
    left: 0;
    width: 100%;
    height: 1330px;
  }


  .p-faq .tab {
    width: 49%;
    font-size: 1.5rem;
    border-radius: 5px;
    padding: 8px;
    border: solid 1px #2d2d2d;
    margin-bottom: 10px;
  }

  .p-faq .panel {
      margin-top: 10px;
  }

  .p-faq .block {
      margin-bottom: 15px;
      border-radius: 7px;
      padding: 0 17px;
  }

  .p-faq .block dt::before {
      background-size: 12px;
      width: 15px;
      height: 15px;
      top: 26px;
  }

  .p-faq .block dt {
      background-size: 28px;
      padding: 20px 20px 20px 40px;
      background-position: left top 19px;
  }

  .p-faq .block dd {
      background-size: 8px 1px;
      background-image: linear-gradient(to right, #a1a1a1 4px, transparent 4px);
      padding: 15px 0 20px;
  }

  .p-faq .block dd p + p {
      padding-top: 20px;
  }
}



/* p-last
---------------------------------------------------------------------------- */
.p-last {
    padding: 80px 30px;
    background: url("../img/bg_last_pc.png")no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.p-last p + p {
  padding-top: 30px;
}

.p-fix {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(255 255 255 / 70%);
    z-index: 5;
    text-align: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

/*このクラスが付与されると表示する*/
.p-fix.active{
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

/*このクラスが付与されると表示する*/
.p-fix.absolute{
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.p-fix .button {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
}


.p-fix .button a {
  position: relative;
  border-radius: 14px;
  display: block;
  background: #fff;
  color: #fff;
  padding-bottom: 6px;
  letter-spacing: 0.02em;
  font-size: 2.6rem;
  font-weight: bold;
  transition: .3s;
}

.p-fix .button a span {
  display: block;
  height: 93px;
  background: #00b07b;
  position: relative;
  border-radius: 14px;
  padding: 22px 0;
  transition: .3s;
  z-index: 2;
}

.p-fix .button a span::before {
  position: absolute;
  content: "";
  background: url("../img/ico_arrow.svg")no-repeat;
  background-size: 15px;
  background-position: center;
  width: 15px;
  height: 100%;
  right: 20px;
  top: 0;
  z-index: 1;
}

.p-fix .button a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 93px;
  border-radius: 14px;
  content: "";
  background: #00875b;
  z-index: 1;
  transition: .3s;
}

@media screen and (min-width: 768px) {

  .p-fix .button a:hover {
    opacity: .8;
  }

}

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

  .p-last {
      padding: 40px 15px;
      background: url("../img/bg_last_sp.png")no-repeat;
      background-size: cover;
  }

  .p-last p + p {
    padding-top: 20px;
  }


  .p-fix {
      padding: 11px;
  }

  .p-fix .button {
      border-radius: 7px;
  }

  .p-fix .button a {
      font-size: 1.6rem;
  }

  .p-fix .button a span {
      height: 63px;
      padding: 17px 0;
      border-radius: 7px;
  }

  .p-fix .button a::before {
      height: 100%;
      border-radius: 7px;
  }

  .p-fix .button a span::before {
          right: 10px;
      background-size: 12px;
  }

}
