/****************************************************************************/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
  #specialIntroduction {
    padding-top: 65px;
  }
  #mainVisual {
    width: 100%;
    height: 100vh;
    max-height: 860px;
    background-image: url(../img/sp-introduction/pc_main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .ribbon {
    background-image: url(../img/sp-introduction/ribbon-turquoise.svg);
    background-repeat: no-repeat;
    width: 143px;
    height: 215px;
  }
  #mainVisual .ribbon {
    position: absolute;
    left: 10%;
    top: 0;
  }
  #mainVisual h2 {
    width: 640px;
    height: 360px;
    background-image: url(../img/sp-introduction/pc_main-h2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-indent: -9999px;
  }
  #sec01 {
    text-align: center;
    background-image: url(../img/sp-introduction/sec01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 580px;
    padding: 80px 0;
  }
  #sec01 h3 {
    font-size: 30px;
    text-align: center;
    font-family: kozuka-mincho-pro, serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    margin: 0 auto 35px;
  }
  #sec01 h2 {
    text-align: center;
    font-size: 60px;
    line-height: 1.5em;
    background-color: #adb4b4;
    padding: 20px;
    font-family: kozuka-mincho-pro, serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 35px;
  }
  #sec01 p {
    font-family: kozuka-mincho-pro, serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
  }
  #turquoise {
    background-color: #00a9c8;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #turquoise #sec02 h2 {
    width: 734px;
    height: 95px;
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/pc_sec02-h2.svg);
    background-repeat: no-repeat;
    margin: 0 auto 75px;
  }
  #turquoise #sec02 .sec02Image {
    width: 997px;
    height: 839px;
    background-image: url(../img/sp-introduction/pc_sec02-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
  }
  #turquoise #sec03 {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    padding: 50px 80px;
    position: relative;
  }
  #turquoise #sec03 .ribbon {
    position: absolute;
    left: 80px;
    top: 0;
  }
  #turquoise #sec03 .seidoTitle {
    width: 536px;
    height: 45px;
    background-image: url(../img/sp-introduction/pc_sec03-h2.svg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin: 0 auto 20px;
    background-size: contain;
    text-indent: -9999px;
  }
  #turquoise #sec03 .sentence {
    text-align: center;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 2em;
  }
  #turquoise #sec03 ul {
    width: 840px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    margin: 50px auto 0;
  }
  #turquoise #sec03 ul li {
    width: 396px;
    height: 360px;
    list-style: none;
  }
  #sec03 ul li h5 a {
    color: #00a9c8;
    font-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../img/sp-introduction/turquoisearrow.svg);
    background-size: 56px 15px;
    background-position: 99% center;
    width: 396px;
    text-align: right;
    text-decoration: none;
    display: block;
    padding-right: 65px;
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
  }
  #sec03 ul li h5 a:hover {
    background-position: 100% center;
  }
  #turquoise #sec03 ul li p {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7em;
    text-align: justify;
  }
  #turquoise #sec03 ul li:nth-child(1) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/pc_sec03-li01.svg);
    background-repeat: no-repeat;
    width: 396px;
    height: 150px;
    margin-bottom: 30px;
  }
  #turquoise #sec03 ul li:nth-child(2) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/pc_sec03-li02.svg);
    background-repeat: no-repeat;
    width: 396px;
    height: 150px;
    margin-bottom: 30px;
  }
  #turquoise #sec03 ul li:nth-child(3) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/pc_sec03-li03.svg);
    background-repeat: no-repeat;
    width: 396px;
    height: 150px;
    margin-bottom: 30px;
  }
  #turquoise #sec03 ul li:nth-child(4) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/pc_sec03-li04.svg);
    background-repeat: no-repeat;
    width: 396px;
    height: 150px;
    margin-bottom: 30px;
  }
  #turquoise #sec03 ul li:nth-child(5) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/pc_sec03-li05.svg);
    background-repeat: no-repeat;
    width: 396px;
    height: 200px;
    margin-bottom: 30px;
  }
  #turquoise #sec03 .pointWrap {
    margin: 0 auto 100px;
    width: 840px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
  }
  #turquoise #sec03 .pointWrap div {
    width: 50%;
    height: auto;
  }
  /*

ご紹介の流れ

*/
  #flow {
    margin-bottom: 80px;
  }
  #flow .step_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 840px;
    margin: auto;
    text-align: center;
  }
  #flow .step_wrap > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 10%) / 3);
    background-color: #fff;
    color: #004616;
    border: solid 4px #004616;
    border-radius: 3px;
    text-align: center;
    height: 230px;
    padding: 20px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #flow .step_wrap > li:not(:last-of-type):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 18px;
    border-color: transparent transparent transparent #004616;
    top: 50%;
    right: -33px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #flow .step_wrap > li .step_text {
    font-size: 17px;
    font-weight: bold;
  }
  #flow .step_wrap > li .step_text p {
    line-height: 1;
  }
  #flow .step_wrap > li .step_img {
    width: 100%;
  }
  #flow .step_wrap > li .step_img > img {
    width: 100%;
  }
  #flow .step_wrap > li:last-of-type {
    background-color: #004616;
  }
  #flow .step_wrap > li:last-of-type .step_img {
    width: 80%;
  }
  #flow > a {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#67ddff), to(#5468ff));
    background: linear-gradient(to right, #67ddff, #5468ff);
    width: 50%;
    max-width: 500px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
    margin: 40px auto;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
  #flow > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #flow > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  #mainVisual {
    width: 100%;
    height: 80vh;
    background-image: url(../img/sp-introduction/sp_main.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .ribbon {
    background-image: url(../img/sp-introduction/ribbon-turquoise.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 215px;
  }
  #mainVisual .ribbon {
    position: absolute;
    left: 2%;
    top: 0;
  }
  #mainVisual h2 {
    width: 95%;
    height: 250px;
    background-image: url(../img/sp-introduction/sp_main-h2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-indent: -9999px;
  }
  #sec01 {
    text-align: center;
    background-image: url(../img/sp-introduction/sec01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  #sec01 h3 {
    font-size: 12px;
    text-align: center;
    font-family: kozuka-mincho-pro, serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    margin: 0 auto 35px;
  }
  #sec01 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5em;
    background-color: #adb4b4;
    padding: 20px;
    font-family: kozuka-mincho-pro, serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 35px;
  }
  #sec01 p {
    font-family: kozuka-mincho-pro, serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
    line-height: 2em;
    text-align: center;
  }
  #turquoise {
    background-color: #00a9c8;
    padding: 40px 0;
  }
  #turquoise #sec02 h2 {
    width: 90%;
    height: 60px;
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/sp_sec02-h2.svg);
    background-repeat: no-repeat;
    margin: 0 auto 35px;
    background-position: center center;
  }
  #turquoise #sec02 .sec02Image {
    width: 85%;
    height: 0;
    padding-bottom: 155%;
    background-image: url(../img/sp-introduction/sp_sec02-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin: 0 auto 25px;
  }
  #turquoise #sec03 {
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    height: auto;
    padding: 25px 2.5%;
    position: relative;
  }
  #turquoise #sec03 .ribbon {
    width: 50px;
    position: absolute;
    left: 2%;
    top: 0;
  }
  #turquoise #sec03 .seidoTitle {
    width: 100%;
    height: 45px;
    background-image: url(../img/sp-introduction/sp_sec03-h2.svg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin: 0 auto 20px;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
  }
  #turquoise #sec03 .sentence {
    text-align: center;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 2em;
  }
  #turquoise #sec03 ul {
    width: 100%;
    height: auto;
    display: block;
    margin: 50px auto 0;
  }
  #turquoise #sec03 ul li {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0 auto 50px;
  }
  #sec03 ul li h5 a {
    color: #00a9c8;
    font-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../img/sp-introduction/turquoisearrow.svg);
    background-size: 56px 15px;
    background-position: 99% center;
    width: 100%;
    text-align: right;
    text-decoration: none;
    display: block;
    padding-right: 65px;
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #sec03 ul li h5 a:hover {
    background-position: 100% center;
  }
  #turquoise #sec03 ul li p {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 1.7em;
    text-align: justify;
  }
  #turquoise #sec03 ul li:nth-child(1) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/sp_sec03-li01.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    background-position: center center;
  }
  #turquoise #sec03 ul li:nth-child(2) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/sp_sec03-li02.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    background-position: center center;
  }
  #turquoise #sec03 ul li:nth-child(3) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/sp_sec03-li03.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    background-position: center center;
  }
  #turquoise #sec03 ul li:nth-child(4) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/sp_sec03-li04.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
    background-position: center center;
  }
  #turquoise #sec03 ul li:nth-child(5) h3 {
    text-indent: -9999px;
    background-image: url(../img/sp-introduction/sp_sec03-li05.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    background-position: center center;
  }
  #turquoise #sec03 .pointWrap {
    margin: 0 auto 50px;
    width: 100%;
    height: auto;
    display: block;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
  }
  #turquoise #sec03 .pointWrap div {
    width: 100%;
    height: auto;
  }
  /*

ご紹介の流れ

*/
  #flow {
    margin-bottom: 30px;
  }
  #flow .step_wrap {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #flow .step_wrap > li {
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 10%) / 3);
    background-color: #fff;
    color: #004616;
    border: solid 4px #004616;
    border-radius: 3px;
    text-align: center;
    height: 230px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #flow .step_wrap > li .step_text {
    font-size: 17px;
    font-weight: bold;
  }
  #flow .step_wrap > li .step_text p {
    line-height: 1.5em;
    text-align: center;
  }
  #flow .step_wrap > li .step_img {
    width: 100%;
  }
  #flow .step_wrap > li .step_img > img {
    width: 100%;
  }
  #flow .step_wrap > li:last-of-type {
    background-color: #004616;
  }
  #flow .step_wrap > li:last-of-type .step_img {
    width: 80%;
  }
  .spBt a {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#67ddff), to(#5468ff));
    background: linear-gradient(to right, #67ddff, #5468ff);
    width: 100%;
    max-width: 500px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    bottom: 0;
  }
  /*
  .spBt a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  */
  .spBt a:hover {
    opacity: 0.7;
  }
  #flow > a {
    display: none;
  }
}
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, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: left;
}
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  transform: translateY(100px);
}
.fade_on {
  opacity: 1;
  transform: translateY(0);
}
.fade_off02 {
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  transform: translateY(100px);
}
.fade_on02 {
  opacity: 1;
  transform: translateY(0);
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.sb {
  display: block;
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 840px;
  font-size: 30px;
  font-weight: bold;
  color: #004616;
  border: solid 4px #004616;
  padding: 10px 0;
  position: relative;
}
.sb::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 18px 0 18px;
  border-color: #004616 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -27px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.sb::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 18px 0 18px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -21px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.sb > span {
  font-size: 16px;
  display: block;
  text-align: center;
}
.sb > span > .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #feee9a));
  background: linear-gradient(transparent 60%, #feee9a 60%);
  text-align: center;
}
@media (max-width: 750px) {
  #flow .step_wrap > li {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  #flow .step_wrap > li:not(:last-of-type):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 23px 0 23px;
    border-color: #004616 transparent transparent transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #flow .step_wrap > li .step_text {
    width: 50%;
  }
  #flow .step_wrap > li .step_img {
    width: 50%;
  }
  #flow .step_wrap > li:last-of-type .step_img {
    width: 45%;
  }
}