.c-headline {
  background-image: url(../../../img/views/guidance/index/pc/main_visual.jpg);
}

.sec1 {
  padding: 190px 0 55px;
}
.sec1 .top {
  margin: 0 auto 53px;
  position: relative;
  width: 700px;
}
.sec1 p.title {
  margin-bottom: 35px;
  text-align: center;
}
.sec1 .img {
  position: absolute;
}
.sec1 .img-1 {
  left: -190px;
  top: -50px;
}
.sec1 .img-2 {
  margin-right: -480px;
  right: 50%;
  top: 7px;
}
.sec1 ul {
  text-align: center;
}
.sec1 ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}

.content {
  padding: 100px 0 80px;
}
.content .u-layout {
  padding: 0 50px;
}
.content-bg {
  padding-top: 80px;
  background-color: #fdf1f5;
}
.content-bg .u-layout {
  background-color: #fff;
  padding: 85px 50px 80px 45px;
}
.content-5 {
  padding-bottom: 10px;
}
.content-5 .e-request {
  padding-top: 100px;
  margin-top: -100px;
}
.content.pb20 {
  padding-bottom: 20px;
}
.content .txt-title {
  margin-bottom: 65px;
}
.content .txt-title-sub {
  margin-top: 30px;
}
.content .wrapper {
  padding-bottom: 55px;
}
.content .wrapper-2 {
  padding-bottom: 75px;
}
.content p {
  line-height: 2.2;
}
.content p.e-bold {
  font-weight: bold;
  font-size: 2.4rem;
}
.content .float {
  margin-right: 20px;
  width: 470px;
}
.content .float:first-child {
  padding-right: 20px;
}
.content .float:last-child {
  margin-right: 0;
  padding-left: 20px;
}
.content .txt {
  color: #e95383;
  font-size: 30px;
  font-weight: bold;
  line-height: initial;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.content .txt::after {
  background: url(../../../img/views/guidance/index/pc/sec2_under.png) no-repeat center;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 140px;
  z-index: -1;
}
.content .txt-pink {
  color: #e95383;
  margin-bottom: 10px;
}
.content .txt-mb30 {
  margin-bottom: 30px;
}
.content .txt-mb20 {
  margin-bottom: 20px;
}
.content .txt-med::after {
  width: 160px;
}
.content .txt-sm::after {
  width: 80px;
}
.content .txt-lg::after {
  width: 170px;
}
.content .txt-ll::after {
  width: 255px;
}
.content .txt-xl::after {
  width: 349px;
}
.content .list li {
  list-style: none;
  line-height: 2.2;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.content .list li::before {
  background: url(../../../img/views/guidance/index/pc/illust_shine.png) no-repeat center;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 16px;
}
.content table {
  border-collapse: collapse;
  border-top: 2px solid #e95383;
  margin-bottom: 20px;
  width: 100%;
}
.content table tr {
  border-bottom: 1px solid #ccc;
}
.content table th {
  background-color: #f5f2f3;
  padding-left: 33px;
  text-align: left;
  width: 200px;
}
.content table td {
  line-height: 2.2;
  padding: 22px 30px;
}
.content table.tb-pink {
  border: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.content table.tb-pink .bg-pink {
  background-color: #f89dba;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
.content table.tb-pink th, .content table.tb-pink td {
  border-right: 1px solid #ccc;
}
.content table.tb-pink th {
  width: 170px;
}
.content table.tb-pink td {
  line-height: 1.5;
  padding: 15px 15px;
  text-align: center;
  width: 200px;
}
.content table.tb-pink td:last-child {
  border-right-color: #ccc;
}
.content table.tb-pink td span {
  display: inline-block;
  text-align: right;
}
.content .pl15 {
  padding-left: 15px;
}
.content .pl15 a {
  color: #291af1;
}
.content .c-button {
  background-color: #189f9d;
  color: #fff;
  margin-right: 20px;
  padding-left: 107px;
  width: 300px;
}
.content .c-button::after {
  background-image: url(../../../img/views/guidance/index/pc/illust_mail.png);
  height: 25px;
  left: 40px;
  width: 51px;
}
.content .txt-contact {
  background: url(../../../img/common/pc/illust_tel.png) no-repeat center left 10px;
  padding-left: 55px;
  width: 340px;
}
.content .txt-contact p {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.content .txt-contact p.tel {
  color: #e95383;
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: bold;
}
.content .txt-contact p.tel .u-tel-anchor {
  font-size: 34px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .c-headline {
    background-image: url(../../../img/views/guidance/index/sp/main_visual.jpg);
  }
  .sec1 {
    padding: 10.2rem 0 2.5rem;
  }
  .sec1 .top {
    margin: 0 auto 2.5rem;
    width: auto;
  }
  .sec1 p.title {
    margin-bottom: 3rem;
  }
  .sec1 p.title img {
    width: 22.3rem;
  }
  .sec1 .img {
    position: relative;
  }
  .sec1 .img-1 {
    left: 0;
    margin-left: 4.2rem;
    top: 0;
    width: 7.6rem;
  }
  .sec1 .img-2 {
    margin-left: 3.7rem;
    margin-right: 0;
    margin-top: 1rem;
    right: 0;
    top: 0;
    width: 8.8rem;
  }
  .sec1 ul li {
    margin-bottom: 1rem;
    margin-right: 1.5rem;
  }
  .sec1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sec1 ul li img {
    width: 9.5rem;
  }
  .content {
    padding: 4rem 0 2rem;
  }
  .content .u-layout {
    padding: 0;
    padding-left: 1.5rem;
  }
  .content-bg {
    padding-top: 3.2rem;
  }
  .content-bg .u-layout {
    padding: 1.7rem 0 3.5rem 0.8rem;
  }
  .content-5 {
    padding-bottom: 1.5rem;
  }
  .content-5 .u-layout {
    padding-left: 0;
  }
  .content.pb20 {
    padding-bottom: 4rem;
  }
  .content .txt-title {
    margin-bottom: 3rem;
  }
  .content .txt-title-sub {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .content .txt-title-1 {
    width: 24.4rem;
  }
  .content .txt-title-2 {
    width: 17.4rem;
  }
  .content .wrapper {
    padding-bottom: 3rem;
  }
  .content .wrapper-2 {
    padding-bottom: 3.5rem;
  }
  .content p {
    line-height: 1.6;
  }
  .content p.e-bold {
    font-size: 1.8rem;
  }
  .content .float {
    margin-right: 0;
    width: auto;
  }
  .content .float:first-child {
    margin-bottom: 2.7rem;
    padding-right: 0;
  }
  .content .float:last-child {
    margin-right: 0;
    padding-left: 0;
  }
  .content .txt {
    font-size: 2rem;
    margin-bottom: 1.3rem;
    padding-left: 0;
  }
  .content .txt::after {
    background-size: cover;
    height: 1rem;
    width: 7.4rem;
  }
  .content .txt-pink {
    margin-bottom: 1rem;
  }
  .content .txt-mb30 {
    margin-bottom: 2rem;
  }
  .content .txt-mb20 {
    margin-bottom: 20px;
  }
  .content .txt-med::after {
    width: 9.2rem;
  }
  .content .txt-sm::after {
    width: 4.3rem;
  }
  .content .txt-lg::after {
    width: 10.2rem;
  }
  .content .txt-ll::after {
    width: 15.6rem;
  }
  .content .txt-xl::after {
    width: 21.7rem;
  }
  .content .list li {
    line-height: 1.5;
    margin-bottom: 0.7rem;
    padding-left: 1.2rem;
  }
  .content .list li::before {
    background-size: contain;
    height: 1rem;
    top: 0.5rem;
    width: 0.8rem;
  }
  .content table, .content tbody, .content tr,
  .content th, .content td {
    display: block;
  }
  .content table {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 1rem;
  }
  .content table th {
    padding: 0.5rem 0;
    padding-left: 1.2rem;
    width: auto;
  }
  .content table td {
    line-height: 1.6;
    padding: 0.7rem 1.2rem;
  }
  .content table.tb-pink {
    border-top: 1px solid #ccc;
    display: table;
    margin-bottom: 2rem;
  }
  .content table.tb-pink.pc {
    display: none;
  }
  .content table.tb-pink tbody {
    display: table-row-group;
  }
  .content table.tb-pink tr {
    display: table-row;
  }
  .content table.tb-pink th, .content table.tb-pink td {
    display: table-cell;
  }
  .content table.tb-pink th {
    text-align: center;
    width: 18rem;
  }
  .content table.tb-pink td {
    padding: 0.9rem 0;
    width: auto;
  }
  .content table.tb-pink .bg-pink {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .content .pl15 {
    padding-left: 1.5rem;
  }
  .content .c-button {
    display: block;
    margin: 0 auto 2.5rem;
    padding-left: 5.2rem;
    text-align: left;
    width: 24rem;
  }
  .content .c-button::after {
    background-size: contain;
    height: 1.2rem;
    left: 2rem;
    width: 2.5rem;
  }
  .content .txt-contact {
    background: url(../../../img/common/sp/illust_tel.png) no-repeat center left;
    background-size: 2.1rem;
    margin-left: 3.2rem;
    padding-left: 3.5rem;
    width: auto;
  }
  .content .txt-contact p {
    font-size: 1.2rem;
    line-height: 1;
  }
  .content .txt-contact p.tel {
    font-size: 1.4rem;
  }
  .content .txt-contact p.tel .u-tel-anchor {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=index.css.map */