@charset "UTF-8";
.main_outer1 {
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.main_outer1 .pc {
  display: block;
}
.main_outer1 .sp {
  display: none;
}
@media (max-width: 768px) {
  .main_outer1 .pc {
    display: none;
  }
  .main_outer1 .sp {
    display: block;
  }
}
.main_outer1 .content {
  color: #3c3c3c;
  width: 1000px;
  margin: 0 auto;
  font-size: 10;
}
@media (max-width: 768px) {
  .main_outer1 .content {
    width: 100%;
  }
  .main_outer1 .content img {
    width: 100%;
  }
}

.keyVisual {
  width: 100%;
  height: 400px;
  position: relative;
  background: url("../vc_images/h1_pc.png") no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.keyVisual h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 172px;
}
.keyVisual h1 > span:nth-child(1) {
  display: block;
  margin-bottom: 10px;
  color: #3246a0;
  font-size: 60px;
  letter-spacing: 4px;
  font-weight: 900;
}
.keyVisual h1 > span:nth-child(2) {
  display: block;
  font-size: 26px;
  font-weight: 600;
}
.keyVisual h1 > span:nth-child(2) span {
  font-size: 20px;
  font-weight: 500;
}

.leadArea {
  margin-bottom: 100px;
}
.leadArea > p:nth-of-type(1) {
  width: 760px;
  margin: 0 auto 60px;
  line-height: 1.8;
}
.leadArea > p:nth-of-type(1) img {
  width: 120px;
  margin: 0 30px;
  float: left;
  display: inline-block;
}
.leadArea > p:nth-of-type(2) {
  color: #3246a0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
.leadArea > p:nth-of-type(2) ::before {
  position: absolute;
  top: -20px;
  left: 210px;
  content: "";
  height: 80px;
  width: 80px;
  background: url("../vc_images/leadTxt.png") no-repeat;
  background-size: contain;
}
.leadArea > p:nth-of-type(2) span {
  color: #ed1a3a;
}
.leadArea > p:last-of-type {
  font-size: 12px;
  padding-left: 1rem;
  text-indent: -1rem;
  width: 660px;
  margin: auto;
}
.leadArea .contentLink {
  width: 660px;
  margin: 0 auto 20px;
  padding: 10px 30px 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a0dc+1,a0d2f2+34,a0d2f2+100 */
  background: #00a0dc; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00a0dc), color-stop(34%, #a0d2f2), to(#a0d2f2));
  background: linear-gradient(to bottom, #00a0dc 1%, #a0d2f2 34%, #a0d2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a0dc", endColorstr="#a0d2f2",GradientType=0 ); /* IE6-9 */
}
.leadArea .contentLink p {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 10px auto;
}
.leadArea .contentLink ul li {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.leadArea .contentLink ul li:last-child {
  margin-bottom: 0;
}
.leadArea .contentLink ul li a {
  display: block;
}
.leadArea .contentLink ul li a span {
  display: inline-block;
  color: #fff;
  background-color: #00a0dc;
  padding: 2px 0;
  border-radius: 8px;
  margin-right: 15px;
  width: 85px;
  text-align: center;
}
.leadArea .contentLink ul li a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #00a0dc;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.leadArea .contentLink ul li a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  right: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

article {
  margin-bottom: 60px;
}
article h2 {
  width: 100%;
  height: 234px;
  margin-bottom: 30px;
  position: relative;
  background: url("../vc_images/contTtl_pc.png") no-repeat;
  background-size: contain;
  color: #3246a0;
  font-size: 38px;
  font-weight: 700;
  padding: 130px 0 0 300px;
}
article h2 span {
  position: absolute;
  left: 186px;
  top: 142px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
article .dtl .dtlLead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}
article .dtl .dtlLead p {
  background-color: #e6e6e6;
  padding: 20px 30px;
  color: #ed1a3a;
  font-weight: bold;
  border-radius: 150px;
  position: relative;
  font-size: 22px;
  margin-top: 30px;
  text-align: center;
}
article .dtl .dtlLead p::before {
  position: absolute;
  top: -20px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  width: 152px;
  height: 40.3333333333px;
  background: url("../vc_images/dtlLead.png") no-repeat;
  background-size: contain;
}
article .dtl > p {
  margin-bottom: 10px;
  line-height: 30px;
}
article .dtl > p span {
  border-bottom: 1px solid #ed1a3a;
}
article .column {
  margin: 100px auto;
  padding: 30px;
  border-top: 5px solid #3246a0;
  border-bottom: 5px solid #3246a0;
}
article .column .category {
  width: 200px;
  font-size: 22px;
  font-weight: bold;
  color: #3246a0;
  border: 1px solid #3246a0;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto 30px;
  padding: 2px;
}
article .column h3 {
  font-size: 22px;
  font-weight: bold;
  color: #3246a0;
  text-align: center;
  border-bottom: 2px solid #3246a0;
  padding-bottom: 5px;
  margin: 0 auto 20px;
}
article .column h4 {
  font-size: 22px;
  font-weight: bold;
  color: #3246a0;
  text-align: center;
  padding-bottom: 5px;
  margin: 0 auto 20px;
}
article .column > p span {
  color: #ed1a3a;
  font-weight: bold;
}

#cont01 .dtl .dtlLead p {
  width: 45%;
}
#cont01 .dtl > p.notes {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 12px;
  padding-left: 1rem;
  text-indent: -1rem;
}
#cont01 .dtl .comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 30px auto;
}
#cont01 .dtl .comp > div {
  width: 47%;
  background-color: #e6e6e6;
  padding: 20px;
}
#cont01 .dtl .comp > div > p {
  font-size: 20px;
  margin-bottom: 14px;
}
#cont01 .dtl .comp > div ul li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 1rem;
  text-indent: -1rem;
}
#cont01 .column h3 {
  width: 270px;
}
#cont01 .column > p {
  text-align: center;
  margin-top: 20px;
}
#cont01 .column > p a {
  border-bottom: 1px solid #0046c8;
}
#cont01 .column > p span {
  font-size: 20px;
}
#cont01 .column .reg {
  padding: 20px;
  margin: 30px auto;
  border: 2px solid #ed1a3a;
}
#cont01 .column .reg > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#cont01 .column .reg > div .chain, #cont01 .column .reg > div .tire {
  width: 48%;
  border-style: solid;
  border-width: 5px;
  text-align: center;
}
#cont01 .column .reg > div .chain p, #cont01 .column .reg > div .tire p {
  padding: 30px 0;
  font-size: 20px;
  display: inline-block;
  margin: 0;
}
#cont01 .column .reg > div .chain p span, #cont01 .column .reg > div .tire p span {
  font-size: 12px;
  padding-left: 0;
  text-indent: 0;
}
#cont01 .column .reg > div .chain p:first-child, #cont01 .column .reg > div .tire p:first-child {
  width: 39%;
  position: relative;
}
#cont01 .column .reg > div .chain p:first-child::after, #cont01 .column .reg > div .tire p:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 32px;
}
#cont01 .column .reg > div .chain p:last-child, #cont01 .column .reg > div .tire p:last-child {
  width: 60%;
}
#cont01 .column .reg > div .tire {
  border-color: #9fd2f1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9fd2f1+0,9fd2f1+40,ffffff+41 */
  background: #9fd2f1; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#9fd2f1), color-stop(38%, #9fd2f1), color-stop(39%, #ffffff));
  background: linear-gradient(to right, #9fd2f1 0%, #9fd2f1 38%, #ffffff 39%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9fd2f1", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
#cont01 .column .reg > div .tire p:first-child {
  background-color: #9fd2f1;
}
#cont01 .column .reg > div .tire p:first-child::after {
  border-color: transparent transparent transparent #9fd2f1;
}
#cont01 .column .reg > div .chain {
  border-color: #faccd5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faccd5+0,faccd5+40,ffffff+41 */
  background: #faccd5; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#faccd5), color-stop(38%, #faccd5), color-stop(39%, #ffffff));
  background: linear-gradient(to right, #faccd5 0%, #faccd5 38%, #ffffff 39%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#faccd5", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
#cont01 .column .reg > div .chain p:first-child {
  background-color: #faccd5;
}
#cont01 .column .reg > div .chain p:first-child::after {
  border-color: transparent transparent transparent #faccd5;
}
#cont01 .column .reg > p {
  font-size: 12px;
  padding-left: 3rem;
  text-indent: -3rem;
}
#cont01 .column .snow {
  padding-left: 200px;
  position: relative;
}
#cont01 .column .snow h4 {
  width: 310px;
  text-align: left;
  margin-left: 0;
}
#cont01 .column .snow::before {
  content: "";
  position: absolute;
  left: 50px;
  width: 103.6363636364px;
  height: 96.3636363636px;
  background: url("../vc_images/snow.png") no-repeat;
  background-size: contain;
}
#cont01 .column .modal > .snow {
  padding-left: 140px;
}
#cont01 .column .modal > .snow::before {
  left: 0px;
}

#cont02 h2 span {
  left: 180px;
}
#cont02 .dtl .comp {
  margin-bottom: 50px;
}
#cont02 .dtl .comp p:not(:first-child) {
  font-size: 12px;
  padding-left: 1rem;
  text-indent: -1rem;
}
#cont02 .dtl .comp p:not(:first-child) a {
  border-bottom: 1px solid #0046c8;
}
#cont02 .dtl .comp table {
  border: 3px solid #3246a0;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
#cont02 .dtl .comp table thead tr th {
  background-color: #3246a0;
  color: #fff;
  border-right: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
}
#cont02 .dtl .comp table tbody tr th {
  background-color: #c5cbe4;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
}
#cont02 .dtl .comp table tbody tr th.tdTtl {
  width: 120px;
  color: #3246a0;
  font-weight: bold;
}
#cont02 .dtl .comp table tbody tr td {
  width: 20%;
  border: 2px solid #3246a0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: 10px 0;
}
#cont02 .dtl .comp table tbody tr td:nth-last-child(2) {
  background-color: rgba(50, 70, 160, 0.2);
}
#cont02 .dtl .comp table tbody tr:nth-child(odd) {
  background-color: rgba(50, 70, 160, 0.1);
}
#cont02 .dtl .curve {
  margin-bottom: 30px;
}
#cont02 .dtl .curve h3 {
  font-size: 30px;
  text-align: center;
}
#cont02 .dtl .curve p {
  text-align: center;
}
#cont02 .dtl .curve p:not(:nth-of-type(2)) {
  font-size: 12px;
  padding-left: 1rem;
  text-indent: -1rem;
}
#cont02 .dtl .curve blockquote {
  text-align: left;
  font-size: 12px;
  padding-left: 0.6rem;
  text-indent: -0.6rem;
}
#cont02 .column h3 {
  width: 500px;
}
#cont02 .column p {
  line-height: 1.8;
}

#cont03 {
  position: relative;
}
#cont03 h2 {
  height: 318px;
  background: url("../vc_images/contTtl_color_pc.png") no-repeat;
  background-size: contain;
  padding: 140px 0 0 300px;
}
#cont03 h2 span {
  left: 176px;
  top: 154px;
}
#cont03 .updateDate {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 230px;
}
#cont03 .logoLink {
  position: absolute;
  top: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cont03 .logoLink a {
  width: 18%;
}
#cont03 .logoLink a img {
  width: 100%;
}
#cont03 .castArea {
  margin-bottom: 100px;
  background-color: #e4f6fc;
  padding: 20px 20px;
  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;
}
#cont03 .castArea img {
  width: 100%;
}
#cont03 .castArea .cast {
  width: 49%;
  margin-bottom: 20px;
}
#cont03 .castArea .cast:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#cont03 .castArea .cast .castWp {
  background-color: #fff;
  border-top: 3px solid #3246a0;
  padding: 30px;
}
#cont03 .castArea .cast .castWp h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  min-height: 86px;
  position: relative;
}
#cont03 .castArea .cast .castWp h3 sub {
  font-size: 12px;
}
#cont03 .castArea .cast .castWp h3 span {
  display: block;
  font-size: 12px;
  padding-left: 1rem;
  text-indent: -1rem;
}
#cont03 .castArea .cast .castWp .ttlLoge {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  padding: 20px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cont03 .castArea .cast .castWp .ttlLoge p:nth-child(1) {
  width: 58%;
}
#cont03 .castArea .cast .castWp .ttlLoge p:nth-child(2) {
  width: 38%;
}
#cont03 .castArea .cast .castWp .type {
  margin: 30px 0;
}
#cont03 .castArea .cast .castWp .type p {
  text-align: center;
  padding: 5px 0;
  border: solid 1px #3c3c3c;
  border-radius: 20px;
  width: 200px;
  margin: 0 auto 20px;
}
#cont03 .castArea .cast .castWp .type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#cont03 .castArea .cast .castWp .pdflink {
  background-color: #00a0dc;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
#cont03 .castArea .cast .castWp .pdflink a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
}
#cont03 .castArea .cast .castWp .pdflink a span {
  font-size: 12px;
}
#cont03 .castArea .cast .castWp .pdflink a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#cont03 .castArea .cast .castWp .pdflink a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #00a0dc;
  width: 8px;
  height: 8px;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#cont03 .castArea .cast .castWp .movieWp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cont03 .castArea .cast .castWp .movieWp p {
  margin-bottom: 30px;
}
#cont03 .castArea .cast .castWp .movieWp p:nth-of-type(1) {
  text-align: center;
  padding: 10% 0;
  line-height: 180%;
  font-size: 18px;
}
#cont03 .castArea .cast .castWp .movieWp p:nth-of-type(2) {
  width: 70%;
  height: auto;
}
#cont03 .castArea .cast .castWp .movieWp .modal {
  padding: 0;
  width: 80%;
  height: auto;
}
#cont03 .castArea .cast .castWp .movieWp .modal .movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
#cont03 .castArea .cast .castWp .movieWp .modal .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cont03 .castArea .cast .castWp .intro {
  border: 1px solid #3246a0;
  border-radius: 20px;
  padding: 20px;
  min-height: 290px;
  position: relative;
}
#cont03 .castArea .cast .castWp .intro p {
  text-align: center;
}
#cont03 .castArea .cast .castWp .intro p:nth-of-type(1) {
  width: 240px;
  margin: 0 auto 20px;
}
#cont03 .castArea .cast .castWp .intro p:nth-of-type(2) {
  margin: 0 auto 10px;
  line-height: 24px;
}
#cont03 .castArea .cast .castWp .intro p:nth-of-type(2) a {
  border-bottom: 1px solid #0046c8;
}
#cont03 .castArea .cast .castWp .intro p:nth-of-type(3) {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#cont03 .castArea .cast .castWp .intro p:nth-of-type(3) a {
  color: #3246a0;
  font-size: 20px;
  border-bottom: 1px solid #3246a0;
}

#cast01 h3 {
  padding-top: 6px;
  min-height: 80px;
}

#cast04 h3 {
  padding: 5px 0;
}

#cast05 h3,
#cast06 h3,
#cast07 h3,
#cast11 h3,
#cast12 h3 {
  padding-top: 20px;
  min-height: 66px;
}

.rec {
  margin-bottom: 60px;
}
.rec .leave {
  margin-bottom: 30px;
}
.rec .leave p {
  text-align: center;
}
.rec .leave p:nth-child(1) {
  font-size: 20px;
}
.rec .leave p:nth-child(2) {
  font-size: 34px;
  position: relative;
  border-bottom: 2px solid #3246a0;
  margin: 10px auto 20px;
  padding-bottom: 10px;
  width: 360px;
  font-weight: bold;
}
.rec .leave p:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 40px;
  width: 3px;
  height: 40px;
  background-color: #3c3c3c;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.rec .leave p:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 40px;
  width: 3px;
  height: 40px;
  background-color: #3c3c3c;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.rec .leave p:nth-child(3) span {
  display: block;
  color: #ed1a3a;
  font-size: 20px;
  font-weight: bold;
}
.rec .ease {
  margin-bottom: 100px;
  padding: 100px 100px 20px;
  background-color: #fff9c9;
  border-bottom: 3px solid #3246a0;
  border-top: 3px solid #3246a0;
  text-align: center;
  position: relative;
}
.rec .ease::before {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 160px 0 160px;
  border-color: #3246a0 transparent transparent transparent;
}
.rec .ease > p:nth-of-type(1) {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.rec .ease > p:nth-of-type(2) {
  margin-bottom: 20px;
}
.rec .ease > p:nth-of-type(3) {
  position: relative;
  font-size: 20px;
}
.rec .ease > p:nth-of-type(3)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 130px;
  width: 2px;
  height: 20px;
  background-color: #3c3c3c;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.rec .ease > p:nth-of-type(3)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 130px;
  width: 2px;
  height: 20px;
  background-color: #3c3c3c;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.rec .ease > p:nth-of-type(4) {
  font-size: 20px;
  color: #3246a0;
  font-weight: bold;
}
.rec .ease .gra02, .rec .ease .gra01 {
  margin: 30px auto;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rec .ease .gra01 p {
  background-color: #fff;
  border-radius: 50px;
  width: 45%;
  padding: 20px;
}
.rec .ease .gra01 p span {
  display: block;
  color: #ed1a3a;
  font-weight: bold;
}
.rec .ease .gra02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #3246a0;
  border-radius: 10px;
  padding: 20px 20px 20px 80px;
}
.rec .ease .gra02 p:nth-child(1) {
  position: relative;
}
.rec .ease .gra02 p:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -20px;
  width: 2px;
  height: 50px;
  background-color: #3c3c3c;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.rec .ease .gra02 p:nth-child(1)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -20px;
  width: 2px;
  height: 50px;
  background-color: #3c3c3c;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.rec .ease .gra02 p:nth-child(2) {
  background-color: #00a0dc;
  border-radius: 8px;
  text-align: center;
}
.rec .ease .gra02 p:nth-child(2) a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 14px 80px;
  font-size: 18px;
  color: #fff;
}
.rec .ease .gra02 p:nth-child(2) a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rec .ease .gra02 p:nth-child(2) a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #00a0dc;
  width: 8px;
  height: 8px;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#faq {
  margin-bottom: 100px;
}
#faq h2 span {
  left: 192px;
}
#faq > div {
  margin-bottom: 40px;
  line-height: 1.8;
}
#faq > div p, #faq > div h3 {
  margin-bottom: 0;
  padding: 10px 0 10px 60px;
}
#faq > div h3 {
  font-size: 2.4rem;
  font-weight: bold;
  background: url("../vc_images/icon_que.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
  border-bottom-width: 0;
}
#faq > div p {
  background: url("../vc_images/icon_ans.png") no-repeat;
  background-size: 45px auto;
  background-position: top 6px left 0;
}

.pageEnd p {
  text-align: center;
  margin: auto;
}
.pageEnd p:nth-child(1) {
  width: 770px;
  height: 328px;
  background: url("../vc_images/message_pc.png") no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: #3246a0;
  font-size: 24px;
  font-weight: 700;
  padding: 164px 0px 236px;
}
.pageEnd p:nth-child(2) {
  background-color: #ed1a3a;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  width: 480px;
}
.pageEnd p:nth-child(2) a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
}
.pageEnd p:nth-child(2) a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  width: 24px;
  height: 24px;
  right: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageEnd p:nth-child(2) a::after {
  position: absolute;
  content: "";
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-color: #ed1a3a;
  width: 8px;
  height: 8px;
  right: 129px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .keyVisual {
    height: 85.5714285714vw;
    background: url("../vc_images/h1_sp.png") no-repeat;
    background-size: contain;
    margin-bottom: 3.90625vw;
  }
  .keyVisual h1 {
    top: 24.7395833333vw;
  }
  .keyVisual h1 > span:nth-child(1) {
    margin-bottom: 2.6041666667vw;
    font-size: 6.5104166667vw;
    letter-spacing: 0.5208333333vw;
  }
  .keyVisual h1 > span:nth-child(2) {
    font-size: 3.6458333333vw;
    line-height: 1.5;
  }
  .keyVisual h1 > span:nth-child(2) span {
    display: block;
    font-size: 3.125vw;
  }
  .leadArea {
    margin-bottom: 13.0208333333vw;
  }
  .leadArea > p:nth-of-type(1) {
    width: 100%;
    margin: 0 auto 7.8125vw;
  }
  .leadArea > p:nth-of-type(1) img {
    width: 24.7395833333vw;
    margin: 0 3.90625vw 0 0;
    display: inline;
  }
  .leadArea > p:nth-of-type(2) {
    font-size: 4.1666666667vw;
    font-weight: bold;
    margin-bottom: 3.90625vw;
    position: relative;
  }
  .leadArea > p:nth-of-type(2) ::before {
    position: absolute;
    top: -2.6041666667vw;
    left: 0;
    height: 13.0208333333vw;
    width: 13.0208333333vw;
  }
  .leadArea > p:last-of-type {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    padding-left: 1rem;
    text-indent: -1rem;
    width: 100%;
  }
  .leadArea .contentLink {
    width: 100%;
    margin: 0 auto 2.6041666667vw;
    padding: 1.3020833333vw 3.90625vw 2.6041666667vw;
  }
  .leadArea .contentLink p {
    color: #fff;
    font-size: 4.9479166667vw;
    font-weight: bold;
    margin: 2.6041666667vw auto;
  }
  .leadArea .contentLink ul li {
    width: 100%;
    height: 10.4166666667vw;
    line-height: 7.8125vw;
    padding: 1.3020833333vw 1.3020833333vw 1.3020833333vw 18.8802083333vw;
    margin-bottom: 2.6041666667vw;
    font-size: 3.3854166667vw;
    position: relative;
  }
  .leadArea .contentLink ul li:nth-child(2) {
    line-height: 3.90625vw;
  }
  .leadArea .contentLink ul li:last-child {
    margin-bottom: 0;
  }
  .leadArea .contentLink ul li a span {
    padding: 1.3020833333vw 0;
    margin-right: 1.953125vw;
    width: 15.625vw;
    text-align: center;
    height: 5.46875vw;
    line-height: 2.6041666667vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    left: 1.3020833333vw;
    top: 50%;
    bottom: 50%;
  }
  .leadArea .contentLink ul li a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #00a0dc;
    width: 5.7291666667vw;
    height: 5.7291666667vw;
    right: 1.3020833333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .leadArea .contentLink ul li a::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #fff;
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    right: 3.6458333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  article {
    margin-bottom: 13.0208333333vw;
  }
  article h2 {
    height: 42.8265524625vw;
    margin-bottom: 3.90625vw;
    position: relative;
    background: url("../vc_images/contTtl_sp.png") no-repeat;
    background-size: contain;
    font-size: 4.9479166667vw;
    padding: 28.6458333333vw 0 0;
    text-align: center;
  }
  article h2 span {
    position: absolute;
    left: 15.3645833333vw;
    top: 19.921875vw;
    font-size: 3.3854166667vw;
  }
  article .dtl .dtlLead {
    margin-bottom: 3.90625vw;
  }
  article .dtl .dtlLead p {
    padding: 5.2083333333vw 3.90625vw;
    position: relative;
    font-size: 3.3854166667vw;
    margin-top: 3.90625vw;
    border-radius: 50%;
  }
  article .dtl .dtlLead p::before {
    top: -3.90625vw;
    width: 114px;
    height: 30.25px;
  }
  article .dtl > p {
    margin-bottom: 1.3020833333vw;
    line-height: 6.5104166667vw;
  }
  article .column {
    margin: 13.0208333333vw auto;
    padding: 3.90625vw 0;
  }
  article .column > p {
    line-height: 6.5104166667vw;
  }
  article .column .category {
    width: 39.0625vw;
    font-size: 5.2083333333vw;
    margin: 0 auto 3.90625vw;
    padding: 0.5208333333vw;
  }
  article .column h3 {
    font-size: 4.4270833333vw;
    padding-bottom: 0.6510416667vw;
    margin: 0 auto 2.6041666667vw;
  }
  article .column h4 {
    font-size: 4.4270833333vw;
    padding-bottom: 0.6510416667vw;
    margin: 0 auto 2.6041666667vw;
  }
  #cont01 .dtl .dtlLead p {
    width: 45%;
  }
  #cont01 .dtl > p.notes {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    padding-left: 0.8rem;
    text-indent: -0.8rem;
  }
  #cont01 .dtl .comp {
    display: block;
    margin: 7.8125vw auto;
  }
  #cont01 .dtl .comp > div {
    width: 100%;
    padding: 2.6041666667vw;
  }
  #cont01 .dtl .comp > div > p {
    font-size: 4.1666666667vw;
    margin-bottom: 1.8229166667vw;
  }
  #cont01 .dtl .comp > div ul li {
    display: inline-block;
    margin-right: 2.6041666667vw;
  }
  #cont01 .dtl .comp > div:first-child {
    margin-bottom: 3.90625vw;
  }
  #cont01 .column h3 {
    width: 59.8958333333vw;
  }
  #cont01 .column > p {
    margin-top: 2.6041666667vw;
  }
  #cont01 .column > p span {
    font-size: 4.4270833333vw;
  }
  #cont01 .column .reg {
    padding: 1.3020833333vw;
    margin: 3.90625vw auto;
    width: 96%;
  }
  #cont01 .column .reg > div {
    margin-bottom: 2.6041666667vw;
  }
  #cont01 .column .reg > div .chain p, #cont01 .column .reg > div .tire p {
    padding: 3.90625vw 0;
    font-size: 3.3854166667vw;
    display: block;
  }
  #cont01 .column .reg > div .chain p span, #cont01 .column .reg > div .tire p span {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    padding-left: 0;
    text-indent: 0;
  }
  #cont01 .column .reg > div .chain p:first-child, #cont01 .column .reg > div .tire p:first-child {
    width: 100%;
  }
  #cont01 .column .reg > div .chain p:first-child::after, #cont01 .column .reg > div .tire p:first-child::after {
    top: 11.71875vw;
    right: 0;
    border-width: 3.90625vw 18.75vw 0 18.75vw;
  }
  #cont01 .column .reg > div .chain p:last-child, #cont01 .column .reg > div .tire p:last-child {
    width: 100%;
    padding-top: 7.8125vw;
  }
  #cont01 .column .reg > div .tire p {
    background: #fff;
  }
  #cont01 .column .reg > div .tire p:first-child {
    background-color: #9fd2f1;
  }
  #cont01 .column .reg > div .tire p:first-child::after {
    border-color: #9fd2f1 transparent transparent transparent;
  }
  #cont01 .column .reg > div .chain p {
    background: #fff;
  }
  #cont01 .column .reg > div .chain p:first-child::after {
    border-color: #faccd5 transparent transparent transparent;
  }
  #cont01 .column .reg > p {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    padding-left: 6.6vw;
    text-indent: -6.6vw;
  }
  #cont01 .column .snow {
    padding-left: 19.53125vw;
    position: relative;
  }
  #cont01 .column .snow h4 {
    width: 62.5vw;
  }
  #cont01 .column .snow::before {
    left: 1.3020833333vw;
    bottom: 2.6041666667vw;
    width: 57px;
    height: 53px;
  }
  #cont01 .column .modal {
    width: 90%;
  }
  #cont01 .column .modal > .snow {
    padding-left: 13.0208333333vw;
  }
  #cont01 .column .modal > .snow::before {
    left: -3.90625vw;
  }
  #cont02 h2 span {
    left: 14.3229166667vw;
  }
  #cont02 .dtl .comp {
    margin-bottom: 6.5104166667vw;
  }
  #cont02 .dtl .comp p:not(:first-child) {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    padding-left: 1.8rem;
    text-indent: -1.8rem;
  }
  #cont02 .dtl .comp table {
    margin: 2.6041666667vw 0;
    border-collapse: collapse;
    font-size: 2.34375vw;
    border: 2px solid #3246a0;
  }
  #cont02 .dtl .comp table thead tr th {
    padding: 1.3020833333vw 0;
    border-right: 1px solid #fff;
  }
  #cont02 .dtl .comp table tbody tr th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #cont02 .dtl .comp table tbody tr th.tdTtl {
    width: 7.8125vw;
    padding: 0 2.6041666667vw;
  }
  #cont02 .dtl .comp table tbody tr td {
    width: 20%;
    padding: 2.6041666667vw 0;
    border: 1px solid #3246a0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #cont02 .dtl .comp table tbody tr td:nth-last-child(2) {
    background-color: rgba(50, 70, 160, 0.2);
  }
  #cont02 .dtl .comp table tbody tr:nth-child(odd) {
    background-color: rgba(50, 70, 160, 0.1);
  }
  #cont02 .dtl .curve {
    margin-bottom: 3.90625vw;
  }
  #cont02 .dtl .curve h3 {
    font-size: 3.90625vw;
  }
  #cont02 .dtl .curve p {
    text-align: center;
  }
  #cont02 .dtl .curve p:not(:nth-of-type(2)) {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    padding-left: 1rem;
    text-indent: -1rem;
  }
  #cont02 .dtl .curve blockquote {
    text-align: left;
    font-size: 12px;
    padding-left: 0.6rem;
    text-indent: -0.6rem;
  }
  #cont02 .column h3 {
    width: 58.59375vw;
  }
  #cont03 h2 {
    height: 61.4561027837vw;
    background: url("../vc_images/contTtl_color_sp.png") no-repeat;
    background-size: contain;
    padding: 28.6458333333vw 0 0;
  }
  #cont03 h2 span {
    left: 16.1458333333vw;
    top: 20.1822916667vw;
  }
  #cont03 .updateDate {
    top: 36.4583333333vw;
    font-size: 3.125vw;
  }
  #cont03 .logoLink {
    top: 40.3645833333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #cont03 .logoLink a {
    width: 26.0416666667vw;
    margin: 0 1.3020833333vw;
  }
  #cont03 .logoLink a img {
    width: 100%;
  }
  #cont03 .castArea {
    margin-bottom: 13.0208333333vw;
    background-color: #fff;
    padding: 0;
    display: block;
  }
  #cont03 .castArea .cast {
    width: 100%;
    background-color: #e4f6fc;
    padding: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
  #cont03 .castArea .cast:nth-last-child(2) {
    margin-bottom: 5.2083333333vw;
  }
  #cont03 .castArea .cast:nth-last-child(1) {
    margin-bottom: 0;
  }
  #cont03 .castArea .cast .castWp {
    padding: 2.6041666667vw;
  }
  #cont03 .castArea .cast .castWp h3 {
    font-size: 3.90625vw;
    margin-top: 1.3020833333vw;
    margin-bottom: 3.90625vw;
    min-height: auto;
  }
  #cont03 .castArea .cast .castWp h3 sub {
    font-size: 2.6041666667vw;
  }
  #cont03 .castArea .cast .castWp h3 span {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
    padding-left: 1rem;
    text-indent: -1rem;
  }
  #cont03 .castArea .cast .castWp .ttlLoge {
    padding: 2.6041666667vw 0;
    margin-bottom: 3.90625vw;
  }
  #cont03 .castArea .cast .castWp .type {
    margin: 3.90625vw 0;
  }
  #cont03 .castArea .cast .castWp .type p {
    padding: 0.6510416667vw 0;
    width: 46.875vw;
    margin: 0 auto 2.6041666667vw;
  }
  #cont03 .castArea .cast .castWp .type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #cont03 .castArea .cast .castWp .pdflink {
    margin-bottom: 3.90625vw;
  }
  #cont03 .castArea .cast .castWp .pdflink a {
    padding: 2.6041666667vw 0;
  }
  #cont03 .castArea .cast .castWp .pdflink a span {
    display: block;
    font-size: 2.6041666667vw;
    margin-top: 0.5208333333vw;
  }
  #cont03 .castArea .cast .castWp .pdflink a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    width: 5.7291666667vw;
    height: 5.7291666667vw;
    right: 1.5625vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #cont03 .castArea .cast .castWp .pdflink a::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #00a0dc;
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    right: 3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #cont03 .castArea .cast .castWp .movieWp p {
    margin-bottom: 3.90625vw;
  }
  #cont03 .castArea .cast .castWp .movieWp p:nth-of-type(1) {
    font-size: 3.6458333333vw;
  }
  #cont03 .castArea .cast .castWp .intro {
    padding: 2.6041666667vw 1.3020833333vw;
    min-height: auto;
  }
  #cont03 .castArea .cast .castWp .intro p:nth-of-type(1) {
    width: 31.25vw;
    margin: 0 auto 2.6041666667vw;
  }
  #cont03 .castArea .cast .castWp .intro p:nth-of-type(2) {
    margin: 0 auto 1.3020833333vw;
    line-height: auto;
    font-size: 3.3854166667vw;
  }
  #cont03 .castArea .cast .castWp .intro p:nth-of-type(3) {
    position: relative;
    bottom: auto;
    margin: 2.6041666667vw auto 1.3020833333vw;
  }
  #cont03 .castArea .cast .castWp .intro p:nth-of-type(3) a {
    font-size: 4.1666666667vw;
  }
  #cast01 h3 {
    padding-top: 0;
    min-height: auto;
  }
  #cast05 h3,
  #cast06 h3,
  #cast07 h3,
  #cast11 h3,
  #cast12 h3 {
    padding-top: 0;
    min-height: auto;
  }
  .rec {
    margin-bottom: 3.90625vw;
  }
  .rec .leave {
    margin-bottom: 3.90625vw;
  }
  .rec .leave p:nth-child(1) {
    font-size: 3.3854166667vw;
  }
  .rec .leave p:nth-child(2) {
    font-size: 5.2083333333vw;
    margin: 1.3020833333vw auto 2.6041666667vw;
    padding-bottom: 1.3020833333vw;
    width: 52.0833333333vw;
  }
  .rec .leave p:nth-child(2)::before {
    position: absolute;
    content: "";
    top: 0.6510416667vw;
    left: 5.2083333333vw;
    width: 3px;
    height: 6.5104166667vw;
    background-color: #3c3c3c;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .rec .leave p:nth-child(2)::after {
    position: absolute;
    content: "";
    top: 0.6510416667vw;
    right: 5.2083333333vw;
    width: 3px;
    height: 6.5104166667vw;
    background-color: #3c3c3c;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .rec .leave p:nth-child(3) span {
    font-size: 3.125vw;
  }
  .rec .ease {
    margin-bottom: 13.0208333333vw;
    padding: 13.0208333333vw 2.6041666667vw 2.6041666667vw;
  }
  .rec .ease::before {
    border-width: 11.71875vw 20.8333333333vw 0 20.8333333333vw;
  }
  .rec .ease > p:nth-of-type(1) {
    position: absolute;
    top: 1.3020833333vw;
    font-size: 3.90625vw;
  }
  .rec .ease > p:nth-of-type(2) {
    width: 55.9895833333vw;
    margin: 0 auto 3.90625vw;
  }
  .rec .ease > p:nth-of-type(3) {
    position: relative;
    font-size: 3.125vw;
  }
  .rec .ease > p:nth-of-type(3)::before {
    position: absolute;
    content: "";
    top: 0.6510416667vw;
    left: 19.53125vw;
    width: 2px;
    height: 6.5104166667vw;
    background-color: #3c3c3c;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .rec .ease > p:nth-of-type(3)::after {
    position: absolute;
    content: "";
    top: 0.6510416667vw;
    right: 19.53125vw;
    width: 2px;
    height: 6.5104166667vw;
    background-color: #3c3c3c;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .rec .ease > p:nth-of-type(4) {
    font-size: 3.125vw;
  }
  .rec .ease .gra02, .rec .ease .gra01 {
    margin: 3.90625vw auto;
    font-size: 3.125vw;
    display: block;
  }
  .rec .ease .gra01 p {
    border-radius: 0;
    width: 100%;
    padding: 2.6041666667vw;
    border-top: 2px solid #3246a0;
  }
  .rec .ease .gra01 p:first-child {
    margin-bottom: 1.3020833333vw;
  }
  .rec .ease .gra02 {
    padding: 2.6041666667vw;
  }
  .rec .ease .gra02 p:nth-child(1) {
    margin-bottom: 3.90625vw;
  }
  .rec .ease .gra02 p:nth-child(1)::before {
    position: absolute;
    content: "";
    top: 0.6510416667vw;
    left: 9.1145833333vw;
    width: 2px;
    height: 7.8125vw;
    background-color: #3c3c3c;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .rec .ease .gra02 p:nth-child(1)::after {
    position: absolute;
    content: "";
    top: 0.6510416667vw;
    right: 9.1145833333vw;
    width: 2px;
    height: 7.8125vw;
    background-color: #3c3c3c;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .rec .ease .gra02 p:nth-child(2) a {
    padding: 3.125vw 0;
    font-size: 3.6458333333vw;
  }
  .rec .ease .gra02 p:nth-child(2) a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    width: 5.7291666667vw;
    height: 5.7291666667vw;
    right: 1.5625vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .rec .ease .gra02 p:nth-child(2) a::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #00a0dc;
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    right: 3.90625vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #faq {
    margin-bottom: 13.0208333333vw;
  }
  #faq h2 span {
    left: 16.1458333333vw;
  }
  #faq > div {
    margin-bottom: 7.8125vw;
  }
  #faq > div p, #faq > div h3 {
    padding: 1.3020833333vw 0 1.3020833333vw 7.8125vw;
    background-position: top 1.8229166667vw left 0;
  }
  #faq > div h3 {
    font-size: 4.1666666667vw;
    background-size: 6.5104166667vw auto;
  }
  #faq > div p {
    background-size: 6.5104166667vw auto;
  }
  .pageEnd p:nth-child(1) {
    width: 100%;
    height: 84.9824561404vw;
    background: url("../vc_images/message_sp.png") no-repeat;
    background-size: contain;
    margin-bottom: 0;
    font-size: 4.1666666667vw;
    font-weight: 700;
    padding: 30.7291666667vw 29.9479166667vw 0vw 0vw;
  }
  .pageEnd p:nth-child(2) {
    margin-bottom: 3.90625vw;
    width: 80%;
  }
  .pageEnd p:nth-child(2) a {
    width: 100%;
    padding: 2.6041666667vw 0;
  }
  .pageEnd p:nth-child(2) a::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #fff;
    width: 3.90625vw;
    height: 3.90625vw;
    right: 6.5104166667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pageEnd p:nth-child(2) a::after {
    position: absolute;
    content: "";
    border-top-width: 0.5208333333vw;
    border-right-width: 0.5208333333vw;
    border-top-style: solid;
    border-right-style: solid;
    border-color: #ed1a3a;
    width: 1.5625vw;
    height: 1.5625vw;
    right: 8.0729166667vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
/*# sourceMappingURL=style.css.map */