@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* CSS Document */
html {
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 1.78571429;
}
@media screen and (min-width: 768px) {
  html {
    line-height: 1.875;
    font-size: 16px;
  }
}

body {
  font-size: 1.4rem;
  line-height: 1.78571429;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.875;
    font-size: 16px;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  height: 60px;
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    height: 73px;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .logo {
  max-width: 344px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .logo {
    width: 257px;
    margin: 0;
  }
}
.header .list-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .list-contact li {
  width: 174px;
}
.header .list-contact li:first-of-type {
  width: 240px;
  margin-right: 20px;
}
.header .list-contact li:nth-of-type(2) {
  margin-right: 10px;
}

main {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 73px;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl .en {
  display: block;
}
.sec-ttl .en img {
  display: block;
  height: 34px;
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .sec-ttl .en img {
    height: 66px;
  }
}
.sec-ttl .ja {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.42857143;
  font-family: "Zen Maru Gothic", serif;
  color: #3da4df;
  margin-top: -18px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .sec-ttl .ja {
    font-size: 40px;
    margin-top: -30px;
  }
}
.sec-ttl .ja::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  display: block;
  width: 30px;
  height: 27px;
  background: url(../img/icon_strong.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .sec-ttl .ja::before {
    width: 50px;
    height: 45px;
    left: -80px;
    bottom: 20px;
  }
}
.sec-ttl .ja::after {
  content: "";
  position: absolute;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  bottom: 0;
  right: -30px;
  display: block;
  width: 30px;
  height: 27px;
  background: url(../img/icon_strong.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .sec-ttl .ja::after {
    width: 50px;
    height: 45px;
    right: -80px;
    bottom: 20px;
  }
}

.p-strength {
  padding: 50px 0 80px 0;
  background: url(../img/bg_strength.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 768px) {
  .p-strength {
    padding: 100px 0 190px 0;
    background: url(../img/bg_strength_pc.png) no-repeat center bottom/100%;
  }
}
.p-strength .sec-ttl .ja {
  padding: 0;
}
.p-strength__video {
  margin-top: 30px;
  aspect-ratio: 1.816/1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-strength__video {
    max-width: 830px;
    margin: 60px auto 0;
  }
}
.p-strength__video img,
.p-strength__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-point {
  padding: 50px 0;
  background: url(../img/bg_point.png) no-repeat left 0 top 105px/61px;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding: 100px 0;
    background: url(../img/bg_point.png) no-repeat left 0 top 100px/100px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-point__list li:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-image: -webkit-linear-gradient(left, #3da4df, #3da4df 10px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #3da4df, #3da4df 10px, transparent 4px, transparent 8px);
  background-size: 16px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-point__list li:not(:last-of-type) {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.p-point__list li:first-of-type .ttl-point {
  max-width: 322px;
}
@media screen and (min-width: 768px) {
  .p-point__list li:first-of-type .ttl-point {
    max-width: 376px;
  }
}
@media screen and (min-width: 768px) {
  .p-point__list li:first-of-type .img {
    width: 51.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-point__list li:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-point__list li:nth-of-type(2) .img {
    width: 66%;
  }
}
@media screen and (min-width: 768px) {
  .p-point__list li:nth-of-type(3) .img {
    width: 57.5%;
  }
}
.p-point__list li .ttl-point {
  max-width: 234px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-point__list li .ttl-point {
    margin: 0;
    max-width: 308px;
  }
}
.p-point__list li .txt {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #d0d0d0;
}
@media screen and (min-width: 768px) {
  .p-point__list li .txt {
    margin-top: 10px;
    padding-top: 0;
    border: none;
  }
}
.p-point__list li .img {
  margin-top: 15px;
}

.p-contact {
  padding: 50px 0 60px 0;
  background: url(../img/bg_contact.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 100px 0;
    background: url(../img/bg_contact_pc.png) no-repeat center/cover;
  }
}
.p-contact .ttl-contact {
  text-align: center;
}
.p-contact .ttl-contact .en {
  display: block;
}
.p-contact .ttl-contact .en img {
  display: block;
  width: 106px;
  margin: 0 auto;
}
.p-contact .ttl-contact .ja {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.57142857;
  text-align: center;
  display: inline-block;
  margin-top: 12px;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact .ttl-contact .ja {
    font-size: 30px;
  }
}
.p-contact .btn-line {
  max-width: 345px;
  margin: 20px auto 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact .btn-line {
    margin-top: 50px;
    max-width: 660px;
  }
}
.p-contact .btn-line img {
  -webkit-filter: drop-shadow(0 10px 0 rgba(31, 100, 59, 0.5));
          filter: drop-shadow(0 10px 0 rgba(31, 100, 59, 0.5));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact .btn-line:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact .btn-line:hover img {
  -webkit-filter: drop-shadow(0 0px 0 rgba(31, 100, 59, 0.5));
          filter: drop-shadow(0 0px 0 rgba(31, 100, 59, 0.5));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-reason {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .sec-ttl .ja {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .sec-ttl .ja::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .sec-ttl .ja::before {
    bottom: 0;
  }
}
.p-reason__list {
  max-width: 375px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    max-width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-reason__list li {
  border: 5px solid #75c5fd;
  background-color: #279fe3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-reason__list li {
    gap: 20px;
    width: 32%;
    height: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-reason__list li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-reason__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.p-reason__list li .icon {
  width: 45px;
}
@media screen and (min-width: 768px) {
  .p-reason__list li .icon {
    width: 70px;
  }
}
.p-reason__list li .txt {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-reason__list li .txt {
    text-align: center;
    font-size: 26px;
    line-height: 1.53846154;
  }
}
.p-reason__txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55555556;
}
@media screen and (min-width: 768px) {
  .p-reason__txt {
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 2.5;
  }
}

.p-voice {
  padding: 50px 0;
  background-size: auto auto;
  background-color: rgb(234, 247, 255);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 20px, rgb(244, 251, 255) 20px, rgb(244, 251, 255) 40px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgb(244, 251, 255) 20px, rgb(244, 251, 255) 40px);
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-voice .container {
    max-width: 860px;
  }
}
.p-voice .sec-ttl .ja {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-voice .sec-ttl .ja {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-voice .sec-ttl .ja::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-voice .sec-ttl .ja::before {
    bottom: 0;
  }
}
.p-voice__list {
  margin-top: 30px;
}
.p-voice__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(left, #3da4df, #3da4df 10px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #3da4df, #3da4df 10px, transparent 4px, transparent 8px);
  background-size: 16px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-voice__list li {
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-voice__list li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-voice__list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-voice__list li .icon {
  width: 100px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-voice__list li .icon {
    width: 235px;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__list li .txt-wrap {
    width: calc(100% - 285px);
  }
}
.p-voice__list li .ttl {
  width: calc(100% - 115px);
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-voice__list li .ttl {
    font-size: 20px;
    width: 100%;
  }
}
.p-voice__list li .txt {
  margin-top: 15px;
  line-height: 1.78571429;
}
@media screen and (min-width: 768px) {
  .p-voice__list li .txt {
    line-height: 1.875;
  }
}

.p-staff {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-staff {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-staff .sec-ttl {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-staff .sec-ttl .en img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-staff .sec-ttl .ja {
    padding: 0;
  }
}
.p-staff .sec-ttl .ja::before, .p-staff .sec-ttl .ja::after {
  display: none;
}
.p-staff__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-staff__list {
    margin-top: 145px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 1.33%;
       -moz-column-gap: 1.33%;
            column-gap: 1.33%;
    row-gap: 50px;
  }
}
.p-staff__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-staff__list li {
    display: block;
    width: 32%;
  }
}
.p-staff__list li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-staff__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__list li:nth-of-type(2) {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media screen and (min-width: 768px) {
  .p-staff__list li:nth-of-type(3) {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media screen and (min-width: 768px) {
  .p-staff__list li:nth-of-type(5) {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.p-staff__list li .img-wrap {
  width: 47.8%;
}
@media screen and (min-width: 768px) {
  .p-staff__list li .img-wrap {
    width: 100%;
  }
}
.p-staff__list li .txt-wrap {
  width: 47.8%;
}
@media screen and (min-width: 768px) {
  .p-staff__list li .txt-wrap {
    width: 100%;
  }
}
.p-staff__list li .career {
  display: inline-block;
  padding: 5px 25px;
  font-size: 12px;
  color: #fff;
  background-color: #3da4df;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .p-staff__list li .career {
    margin-top: 10px;
  }
}
.p-staff__list li .name {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-staff__list li .name {
    font-size: 20px;
  }
}
.p-staff__list li .txt {
  margin-top: 10px;
  line-height: 1.78571429;
}

.p-flow {
  padding: 50px 0;
  background-size: auto auto;
  background-color: rgb(234, 247, 255);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 20px, rgb(244, 251, 255) 20px, rgb(244, 251, 255) 40px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgb(244, 251, 255) 20px, rgb(244, 251, 255) 40px);
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .sec-ttl .ja {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .sec-ttl .ja::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-flow .sec-ttl .ja::before {
    bottom: 0;
  }
}
.p-flow__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    max-width: 860px;
    margin: 50px auto 0;
  }
}
.p-flow__list li {
  padding: 20px 15px;
  background-color: #32adf4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__list li {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-flow__list li:not(:last-of-type) {
  margin-bottom: 58px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__list li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-flow__list li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  background-color: #f09731;
  width: 30px;
  height: 18px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-flow__list li:not(:last-of-type)::after {
    bottom: -35px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__list li .img-wrap {
    width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__list li .txt-wrap {
    width: 59%;
  }
}
.p-flow__list li h3 {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-flow__list li h3 {
    margin-top: 0;
  }
}
.p-flow__list li h3 .num {
  display: block;
  position: relative;
}
.p-flow__list li h3 .num img {
  display: block;
  height: 12px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__list li h3 .num img {
    height: 13px;
  }
}
.p-flow__list li h3 .num::after {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff871;
  left: 0;
  bottom: -15px;
}
.p-flow__list li h3 .ttl {
  display: block;
  margin-top: 28px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-flow__list li h3 .ttl {
    font-size: 24px;
  }
}
.p-flow__list li .txt {
  margin-top: 10px;
  line-height: 1.78571429;
}
@media screen and (min-width: 768px) {
  .p-flow__list li .txt {
    line-height: 1.875;
  }
}

.p-faq {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-faq .sec-ttl .ja {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-faq .sec-ttl .ja::after {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-faq .sec-ttl .ja::before {
    bottom: 0;
  }
}
.p-faq .list-faq {
  margin-top: 30px;
}
.p-faq .list-faq li {
  padding: 30px 0;
  background-image: -webkit-linear-gradient(left, #3da4df, #3da4df 10px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #3da4df, #3da4df 10px, transparent 4px, transparent 8px);
  background-size: 16px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-faq .list-faq li {
    padding: 45px 0;
  }
}
.p-faq .list-faq li:first-of-type .question::after {
  background: url(../img/icon_close.png) no-repeat center/contain;
}
.p-faq .list-faq li:first-of-type .question.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  background: url(../img/icon_open.png) no-repeat center/contain;
}
.p-faq .list-faq li:first-of-type .answer {
  display: block;
}
.p-faq .list-faq li .question {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 50px;
  font-size: 18px;
  line-height: 1.55555556;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-faq .list-faq li .question {
    padding-left: 80px;
  }
}
.p-faq .list-faq li .question::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  background: url(../img/icon_q.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-faq .list-faq li .question::before {
    width: 60px;
    height: 60px;
  }
}
.p-faq .list-faq li .question::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/icon_open.png) no-repeat center/contain;
  width: 15px;
  height: 15px;
}
.p-faq .list-faq li .question.active::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background: url(../img/icon_close.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-faq .list-faq li .answer {
  display: none;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  line-height: 1.55555556;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-faq .list-faq li .answer {
    padding-top: 50px;
    padding-left: 80px;
  }
}
.p-faq .list-faq li .answer::before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  background: url(../img/icon_a.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-faq .list-faq li .answer::before {
    width: 60px;
    top: 50px;
    height: 60px;
  }
}

.footer {
  padding: 30px 0 20px 0;
  background-color: #1f5c80;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 50px 0 24px 0;
  }
}
.footer .logo {
  width: 217px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .logo {
    width: 257px;
  }
}
.footer .txt {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer .txt {
    margin-top: 50px;
  }
}
.footer .copyright {
  margin-top: 30px;
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */

.l-mv{
		position: relative;
	}
.l-mv .mv-line{
	position:absolute;
	top: 92.5%;
	left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-line{
		top: 96.5%;
	  width: 365px;
}
  }