@charset "UTF-8";
@media (max-width: 767px) {
  /* パーツ
  --------------------------------- */
  /* セクション見出し */
  h2.heading-primary {
    text-align: center;
    font: normal normal 500 27px Zen Kaku Gothic New;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    margin: 0 auto 67px;
  }
  h2.heading-primary:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1px;
    height: 32px;
    background: transparent linear-gradient(180deg, #008BD5 0%, #2DCDEA 100%) 0% 0% no-repeat padding-box;
  }
  h2.heading-primary span.sub {
    font-size: 22px;
    display: block;
  }
  /*小見出し*/
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* 見出し1 */
  h3.h-p1 {
    margin-bottom: 2.4rem;
    padding-left: 5rem;
    font-size: 2rem;
  }
  h3.h-p1::before {
    left: 0.8rem;
    width: 3rem;
    height: 0.3rem;
  }
  h3.h-p1::after {
    width: 0.3rem;
    height: 0.3rem;
  }
  /* 見出し2 */
  h2.h-p2 {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  /* プランパネル */
  .plan-info {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 2.8rem 3rem;
  }
  .plan-info:not(:last-child) {
    margin-bottom: 2rem;
  }
  .plan-info h4 {
    font-size: 2.1rem;
    height: 89px;
  }
  .plan-info h5 {
    margin-top: min(10rem, 225px);
    font-size: 3.2rem;
    font-weight: 600;
    background: linear-gradient(transparent 70%, #FFFFA8 0%);
  }
  .plan-info h5 span {
    font-size: 6.4rem;
    font-weight: 600;
  }
  .plan-info h6 {
    font-size: min(2rem, 30px);
    margin-bottom: 8px;
  }
  .plan-info .price {
    margin: 0 auto 1.6rem;
    padding: 2rem 1rem;
    font-size: min(3.5rem, 54px);
  }
  .plan-info .price span span:nth-of-type(1) {
    font-size: min(2.6rem, 39px);
  }
  .plan-info .price span span:nth-of-type(2) {
    font-size: min(1.5rem, 22.5px);
  }
  .plan-info p {
    height: auto;
    margin-bottom: 1.6rem;
    font-size: min(1.9rem, 29px);
  }
  .plan-info h6::before,
.plan-info h6::after {
    width: 5.5rem;
  }
  .plan-info ul li {
    font-size: 14px;
  }
  .plan-info small {
    font-size: min(1.5rem, 22.5px);
  }
  .plan-info small.top-margin {
    margin-top: 0.5rem;
  }
  /* MV下テキスト
  --------------------------------- */
  .text-line {
    background: #006FAA;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text-line p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
  }
  /* セクション1｜安心と信頼の中京テレビ
  --------------------------------- */
  .sec-1 {
    width: 100%;
    padding: 5rem 0 5rem;
  }
  .sec-1 .cotent {
    max-width: 500px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sec-1 .cotent .item {
    width: 100%;
    padding: 0 15px;
  }
  .sec-1 .cotent .item:first-child {
    margin-bottom: 20px;
  }
  .sec-1 .cotent .item img {
    margin-bottom: 20px;
  }
  .sec-1 .cotent .item h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
    line-height: 1.4;
  }
  .sec-1 .cotent .item h3::before {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 187, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .sec-1 .cotent .item:nth-child(2) h3::before {
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(0, 139, 213, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .sec-1 .cotent .item:first-child h3::after {
    right: -4px;
  }
  .sec-1 .cotent .item p {
    font-size: 13px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333333;
  }
  .sec-1 .cotent .item p.note {
    font-weight: 500;
    margin-top: 10px;
  }
  .sec-1 h2 {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 2.6rem;
  }
  .sec-1 h2 span em {
    font-size: 2.8rem;
  }
  .sec-1 > div {
    margin-bottom: 3.4rem;
  }
  .sec-1 .sec-1-cntt {
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec-1 .sec-1-cntt:nth-of-type(1) {
    margin-bottom: 3rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(1) {
    width: 53.3333333333%;
    margin-bottom: 6.8rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(1) {
    bottom: -3rem;
    left: -4.5rem;
    width: 6rem;
    height: 6rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(2) {
    bottom: -4rem;
    left: 2.5rem;
    width: 3rem;
    height: 3rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(n+3) {
    width: 4.8rem;
    height: 4.8rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(3) {
    top: 7.5rem;
    left: -5.5rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(4) {
    top: 12rem;
    left: 0.5rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(1) span:nth-of-type(5) {
    bottom: 0.5rem;
    left: -7.5rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(2) {
    width: 90.6666666667%;
  }
  .sec-1 .sec-1-cntt > div:nth-child(2) h3 {
    margin-bottom: 3rem;
    font-size: 2rem;
    text-align: center;
  }
  .sec-1 .sec-1-cntt > div:nth-child(2) h3 > small {
    top: -1rem;
    left: -0.3rem;
    font-size: 1.1rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(2) h3 span {
    font-size: 3.1rem;
  }
  .sec-1 .sec-1-cntt > div:nth-child(2) p {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .sec-1 .sec-1-cntt:nth-child(2) > div:nth-child(2) p {
    margin-bottom: 0;
  }
  /* 資格保持者人数 */
  .feature-box {
    max-width: 268px;
    margin: 0 auto;
    background: #F3FAFD;
    padding: 16px;
    margin-bottom: 60px;
  }
  .feature-box ul {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .feature-box ul li {
    font-size: 14px;
    line-height: 1.7333333333;
    font-weight: 500;
    width: 100%;
  }
  .feature-box ul li:nth-child(odd) {
    max-width: 235px;
  }
  .feature-box ul li:nth-child(even) {
    max-width: 245px;
  }
  .feature-box .note {
    font-size: 12px;
    text-align: center;
  }
  /* スライダー | 開始 */
  .sec-1 .slide-1 {
    height: 12.5rem;
  }
  .sec-1 .slide-1 .slick-slide {
    margin-right: 1.6rem;
  }
  .sec-1 .slide-1 .slick-slide li {
    width: 16rem !important;
    height: 8rem;
  }
  /* セクション2｜国家資格という強み
  --------------------------------- */
  .sec-2 {
    width: 90%;
    padding: 5rem 0 3.5rem;
  }
  .sec-2 .sec-2-header {
    display: block;
    margin-bottom: min(3.2rem, 48px);
  }
  .sec-2 .sec-2-header h2 {
    margin-bottom: 3rem;
    font-size: min(3.2rem, 48px);
    text-align: center;
  }
  .sec-2 .sec-2-header h2 > span:nth-of-type(2) {
    font-size: min(2.6rem, 39px);
  }
  .sec-2 .sec-2-header p {
    width: 100%;
    font-size: min(1.4rem, 21px);
  }
  .sec-2 .intro {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 54px;
    background: #F3FAFD;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sec-2 .intro img {
    width: 49px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec-2 .intro p {
    font-size: 14px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.6px;
    color: #333333;
  }
  .sec-2 .intro p span {
    color: #008BD5;
  }
  .sec-2 > div:nth-child(2) {
    margin-bottom: 2rem;
  }
  .sec-2 .sp-table {
    max-width: 600px;
    margin: 0 auto;
  }
  .sec-2 .sp-table > div h4 {
    padding: 1.7rem 1rem;
    font-size: min(1.6rem, 24px);
    font-weight: 700;
    background-color: #F3FAFD;
    letter-spacing: 0.1em;
  }
  .sec-2 .sp-table > div h4 span {
    display: block;
    font-size: min(2rem, 30px);
    line-height: 1.4;
  }
  .sec-2 .sp-table > div > div h5 {
    padding: 1.2rem 1rem;
    font-size: min(1.6rem, 24px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .sec-2 .sp-table > div > div ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sec-2 .sp-table > div > div ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 5rem;
    font-size: min(1.6rem, 24px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .sec-2 .sp-table > div > div ul li:nth-child(odd) {
    border-bottom: 0.1rem solid #fff;
  }
  .sec-2 .sp-table > div > div ul li:nth-child(even) {
    border-bottom: 0.1rem solid #eee;
  }
  .sec-2 .sp-table .bg-g1 {
    background-color: #2DCDEA;
    color: #fff;
  }
  .sec-2 .sp-table .bg-g2 {
    background-color: #DBEDEA;
    color: #2DCDEA;
  }
  .sec-2 .sp-table .bg-b1 {
    background-color: #008FCA;
    color: #fff;
  }
  .sec-2 .sp-table .bg-b2 {
    background-color: #CCE9F5;
    color: #008FCA;
  }
  .sec-2 .sp-table .bg-b3 {
    background-color: #008FCA;
  }
  .sec-2 .sp-table .bg-p1 {
    background-color: #0586BC;
    color: #fff;
  }
  .sec-2 .sp-table .bg-p2 {
    background-color: #CDE7F2;
    color: #006FAA;
  }
  .sec-2 .sp-table .bb {
    border-bottom: 1px solid #fff;
  }
  .sec-2 .sp-table .cir-grn,
.sec-2 .sp-table .cir-blu,
.sec-2 .sp-table .cir-pur {
    /* display: inline-block; */
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
  }
  .sec-2 .sp-table .cir-grn {
    border: min(0.5rem, 7.5px) solid #4ba795;
  }
  .sec-2 .sp-table .cir-pur {
    border: min(0.5rem, 7.5px) solid #006FAA;
  }
  .sec-2 .sp-table .cir-blu {
    border: min(0.5rem, 7.5px) solid #008FCA;
  }
  .sec-2 .sp-table .cross {
    position: relative;
    display: inline-block;
    width: min(4rem, 60px);
    height: min(0.4rem, 6px);
  }
  .sec-2 .sp-table .cross::before,
.sec-2 .sp-table .cross::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #333;
  }
  .sec-2 .sp-table .cross::before {
    transform: translate(-50%, 0) rotate(45deg);
  }
  .sec-2 .sp-table .cross::after {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .sec-2 small {
    text-align: left;
    font-size: min(1.6rem, 24px);
  }
  /* セクション3｜open up the future
  --------------------------------- */
  .sec-3 {
    margin-bottom: 7.4rem;
  }
  .sec-3 .blk-1 {
    width: 100%;
    padding: 4.1rem 1.8rem 3rem;
  }
  .sec-3 .blk-1 > span {
    width: min(46rem, 690px);
  }
  .sec-3 .blk-1 > div {
    width: 100%;
    max-width: 600px;
    padding: 0 1.5rem min(20rem, 300px);
  }
  .sec-3 .blk-1 > div h2 {
    line-height: 1;
    font-size: 26px;
  }
  .sec-3 .blk-1 > div h2 img {
    width: min(30.7rem, 460px);
  }
  .sec-3 .blk-1 > div h3 {
    margin-top: 1.6rem;
    margin-bottom: 5rem;
    font-size: min(2rem, 30px);
  }
  .sec-3 .blk-1 > div ul {
    width: 100%;
    justify-content: space-between;
    row-gap: 2.6rem;
    margin: 0 auto 3.2rem;
  }
  .sec-3 .blk-1 > div ul li {
    width: 47%;
    font-size: min(1.5rem, 22.5px);
  }
  .sec-3 .blk-1 > div ul li:nth-of-type(7) {
    font-size: min(1.5rem, 22.5px);
  }
  .sec-3 .blk-1 > div ul li h4 {
    top: -1.75rem;
    left: -0.75rem;
  }
  .sec-3 .blk-1 > div ul li:nth-child(5) {
    margin-left: unset;
  }
  .sec-3 .blk-1 > div ul li img {
    top: -1.8rem;
  }
  .sec-3 .blk-1 > div > p {
    font-size: min(2rem, 30px);
  }
  .sec-3 .blk-1 > div > p span {
    font-size: 24px;
  }
  .sec-3 .blk-1 > div > p span:nth-of-type(2) {
    line-height: 1;
  }
  .sec-3 .blk-2 {
    width: 92%;
    max-width: 650px;
    margin: 3.2rem auto 4.2rem;
  }
  .sec-3 .blk-2 h3.h-p1 {
    font-size: min(2rem, 30px);
  }
  .sec-3 .blk-2 h3.h-p1::before,
.sec-3 .blk-2 h3.h-p1::after {
    top: 49.5%;
    transform: none;
  }
  .sec-3 .blk-2 .sec-3-grid {
    display: none;
  }
  .sec-3 .blk-2 .sec-3-sp-table {
    width: 98%;
    margin: 0 auto 3.2rem;
  }
  .sec-3 .blk-2 .sec-3-sp-table > div h4 {
    padding: min(1.8rem, 29px) 0.5rem;
    font-size: min(1.6rem, 24px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-color: var(--bl2);
  }
  .sec-3 .blk-2 .sec-3-sp-table > div ul li {
    padding: 1.2rem 0.5rem 1.2rem 1.6rem;
    font-size: min(1.6rem, 24px);
    font-weight: 700;
    line-height: 1;
    background-color: #F3FAFD;
    border-bottom: 0.1rem solid #eee;
    border-left: 0.1rem solid #eee;
    border-right: 0.1rem solid #eee;
    text-align: left;
  }
  .sec-3 .blk-2 .sec-3-sp-table > div ul li span {
    font-size: min(1.4rem, 21px);
  }
  .sec-3 .blk-2 > p {
    font-size: min(2rem, 30px);
    letter-spacing: 0.05em;
  }
  .sec-3 .blk-2 > p span {
    font-size: 2.4rem;
  }
  /* セクション4｜開講予定プラン
  --------------------------------- */
  .sec-4 {
    padding-bottom: 5.3rem;
  }
  .sec-4 h3 {
    margin-bottom: 3.4rem;
    font-size: 2rem;
    flex-direction: column;
  }
  .sec-4 h3 span {
    font-size: 2.8rem;
  }
  .sec-4 .blk-1 {
    display: block;
    width: 90%;
    margin: 0 auto 2em;
  }
  .sec-4 .blk-2 {
    width: 90%;
    margin: 0 auto 4rem;
    font-size: min(1.6rem, 24px);
  }
  .sec-4 .blk-2 small {
    font-size: min(1.6rem, 24px);
  }
  .sec-4 .blk-3 p:nth-child(2) {
    margin-top: 4.5rem;
  }
  .sec-4 .blk-3 p:nth-child(2) span {
    line-height: 1.4;
  }
  /* CTA
  --------------------------------- */
  section.cta {
    padding: 30px 0;
  }
  section.cta h2 {
    font-size: 22px;
  }
  section.cta .content {
    max-width: 1024px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 24px 10px;
  }
  section.cta .content p {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    color: #005E9D;
    text-align: center;
  }
  section.cta .content .left {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
  section.cta .content .phone {
    line-height: 1;
    color: #005E9D;
    letter-spacing: 2.4px;
    font-size: 48px;
    font-weight: 900;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  section.cta .mb12 {
    margin-bottom: 12px;
  }
  /* セクション5｜
  --------------------------------- */
  .sec-5 {
    width: 90%;
    padding: 5rem 0 7rem;
  }
  .sec-5 .blk-movie {
    width: 90%;
    min-width: auto;
    margin: 0 auto 3rem;
  }
  .sec-5 > span {
    background: url(../images/img-sec5-bg-sp.png) no-repeat bottom/100%;
  }
  .sec-5 .blk-1 {
    display: block;
    margin-bottom: 3rem;
  }
  .sec-5 .blk-1 h2 {
    font-size: min(2.4rem, 36px);
  }
  .sec-5 .blk-1 > span {
    display: block;
    width: min(25rem, 375px);
    margin: 3rem auto 0;
  }
  .sec-5 .blk-1 h2 img {
    display: none;
  }
  .sec-5 .blk-2 {
    margin-bottom: 5rem;
    padding-bottom: 23rem;
  }
  .sec-5 .blk-2 p {
    width: 100%;
    font-size: min(1.5rem, 22.5px);
  }
  .sec-5 .blk-2 p span {
    display: block;
    height: 2rem;
  }
  .sec-5 .blk-2 > span {
    width: 100%;
  }
  .sec-5 .blk-3 {
    position: relative;
    padding-bottom: 23rem;
  }
  .sec-5 .blk-3 > span {
    width: 100%;
  }
  .sec-5 .blk-3 > div {
    width: 100%;
    margin-left: unset;
  }
  .sec-5 .blk-3 > div h2 {
    margin-bottom: 2.8rem;
    font-size: min(2.4rem, 36px);
  }
  .sec-5 .blk-3 > div p {
    margin-bottom: min(2.5rem, 37.5px);
  }
  .sec-5 .blk-3 > div ul {
    display: block;
    padding: 2rem 2.2rem;
    border-radius: 0;
  }
  .sec-5 .blk-3 > div ul li {
    width: 100%;
    line-height: 2;
    font-size: min(1.5rem, 22.5px);
  }
  /* セクション6｜
  --------------------------------- */
  .sec-6 {
    margin-bottom: 6.8rem;
    padding-bottom: 5.5rem;
    background: url(../images/img-sec6-bg-sp.png) no-repeat bottom/cover;
  }
  .sec-6 > div {
    row-gap: 3rem;
    flex-wrap: wrap;
    width: 90%;
    max-width: 550px;
  }
  .sec-6 > div > div {
    width: 100%;
  }
  .sec-6 > div > div p {
    font-size: min(1.6rem, 24px);
  }
  .sec-6 > div > div .certificate h5, .sec-6 > div > div .certificate p {
    font-size: min(1.6rem, 24px);
  }
  /* セクション7｜受講の流れ
  --------------------------------- */
  .sec-7 {
    padding-bottom: 7rem;
  }
  .sec-7 h2 {
    margin-bottom: 7rem;
  }
  .sec-7 > div {
    width: 90%;
    padding: 0 2rem 0;
  }
  .sec-7 > div > span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -150%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.8rem 1.2rem;
    font-size: min(1.8rem, 27px);
  }
  .sec-7 > div h3 {
    margin-bottom: 4rem;
    text-align: center;
    font-size: min(3rem, 45px);
  }
  .sec-7 > div h3 span {
    font-size: min(4.7rem, 68px);
  }
  .sec-7 > div ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sec-7 > div ul li,
.sec-7 > div ul li:last-child {
    width: 100%;
    padding: 2.5rem 0.5rem 5.5rem;
    text-align: center;
  }
  .sec-7 > div ul li:not(:first-child)::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%, -98%);
    width: 100%;
    height: 3rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  }
  .sec-7 > div ul li h4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: min(2rem, 30px);
  }
  .sec-7 > div ul li h4 span {
    font-size: min(6rem, 90px);
  }
  .sec-7 > div ul li h5 {
    margin-bottom: 1rem;
    font-size: min(2rem, 30px);
  }
  .sec-7 > div ul li p {
    padding: 0 1rem;
    font-size: min(1.6rem, 24px);
  }
  .sec-7 > div ul li p small {
    margin-top: 1rem;
  }
  /* セクション8｜受講者の声
  --------------------------------- */
  .sec-8 {
    margin-top: 6rem;
    margin-bottom: 7rem;
    background: url(../images/img-sec8-bg-sp.png) no-repeat top center/contain;
  }
  .sec-8 h2 {
    margin-top: 1.8rem;
  }
  .sec-8 .blk-1 {
    flex-wrap: wrap;
    row-gap: 2.6rem;
    width: 90%;
    margin: 0 auto 3rem;
  }
  .sec-8 .blk-1 > div {
    width: 100%;
    padding: 3rem;
  }
  .sec-8 .blk-1 > div h3 {
    display: inline-block;
    margin-bottom: 1.2rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.5rem;
  }
  .sec-8 .blk-1 > div h4 {
    margin-bottom: 0rem;
  }
  .sec-8 .blk-1 > div p {
    line-height: 1.6;
  }
  .sec-8 .blk-2 a {
    width: 100%;
    height: 13rem;
    padding: 3.4rem 4rem 1rem 1rem;
    font-size: 2rem;
    background: url(../images/img-sec8-banner-sp.png) no-repeat center/contain;
  }
  .sec-8 .blk-2 a::before {
    top: 7rem;
  }
  .sec-8 .blk-2 a::after {
    top: 4.3rem;
    right: calc(50% - 13rem);
    width: 2rem;
    height: 2rem;
  }
  .sec-8 .blk-2 a:hover::after {
    transform: translateX(30%);
  }
  /* セクション9｜よくあるご質問
  --------------------------------- */
  .sec-9 {
    padding: 6rem 0 7rem;
  }
  .sec-9 .qa {
    width: 90%;
  }
  .sec-9 .qa ul {
    margin-bottom: 3.4rem;
  }
  .sec-9 .qa ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  .sec-9 .qa ul li p {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .sec-9 .qa ul li p span {
    font-size: min(3rem, 45px);
  }
  .sec-9 .qa ul li p:nth-of-type(1) {
    padding: 16px 16px 8px 16px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    cursor: pointer;
    border-radius: 1rem 1rem 0 0;
    transition: all 0.2s;
  }
  .sec-9 .qa ul li p:nth-of-type(1) .more {
    background-color: #008BD5;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: relative;
  }
  .sec-9 .qa ul li p:nth-of-type(1) .close {
    border-radius: 1rem;
  }
  .sec-9 .qa ul li p .more::before {
    position: absolute;
    height: 2px;
    width: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    border-radius: 3px;
    background: #fff;
    content: "";
    transition: 0.2s;
  }
  .sec-9 .qa ul li p .more::after {
    position: absolute;
    height: 13px;
    width: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    border-radius: 3px;
    background: #fff;
    content: "";
    opacity: 0;
    transition: 0.2s;
  }
  .sec-9 .qa ul li p .close .more::before {
    transform: translate(-50%, -50%) rotate(0deg);
    transition: 0.2s;
  }
  .sec-9 .qa ul li p .close .more::after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: 0.2s;
  }
  .sec-9 .qa ul li p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    border-top: solid 1px #E2E2E2;
    padding: 2rem 24px;
  }
  .sec-9 .qa ul li p .icon {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 24px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #008BD5;
  }
  .sec-9 .qa ul li p:nth-of-type(2) span {
    color: #DD007F;
  }
  .sec-9 .qa ul li .text {
    width: calc(100% - 83px);
    margin-right: 8px;
    font-size: 16px;
  }
  .sec-9 .blk-2 {
    text-align: center;
  }
  .sec-9 .blk-2 p:nth-child(1) {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
  }
  .sec-9 .blk-2 p:nth-child(2) {
    margin-top: 5rem;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
  }
  .sec-9 .blk-2 p:nth-child(2) span {
    margin: 0 1rem;
    font-size: 5.4rem;
    vertical-align: baseline;
  }
}
/*# sourceMappingURL=style-sp.css.map */