/* mv */
.mv {
    position: relative;
}
.mv-text {
    position: absolute;
    right: 5%;
    top: 10%;
}
.mv-text h1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mv-text h1 span {
    background: #FF6391;
    background: linear-gradient(22deg, rgba(255, 99, 145, 1) 0%, rgba(255, 127, 113, 1) 50%);
    border-radius: 8px;
    color: #FDFDFD;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 5px;
    writing-mode: vertical-rl;
    letter-spacing: 8px;
}
.mv-text h1 span:last-child {
    position: relative;
    top: 50px;
}
/* mv-nav */
.mv-nav {
    margin: -75px 0 45px;
}
.mv-nav__items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.mv-nav__item {
    aspect-ratio: 1 / 1;
    background: #FF6391;
    background: linear-gradient(45deg, rgba(255, 99, 145, 1) 0%, rgba(255, 127, 113, 1) 50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: var(--shadow);
    overflow: hidden;
    position: relative;
    width: 140px;
}
.mv-nav__item::after {
    border-top: 2px dashed #fff;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 100%;
    z-index: 1;
}
.mv-nav__item p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 5px 0 0;
    text-align: center;
    letter-spacing: 3px;
}
.mv-nav__item p span {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
}
.mv-nav__image {
    margin: 0 auto;
    text-align: center;
    width: 50px;
}
.mv-nav__image p {
    font-size: 40px;
    margin: -20px 0 10px 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 1250px) {
    .mv-nav {
    margin: -55px 0 45px;
    }
    .mv-nav__items {
    gap: 8px;
    }
    .mv-nav__item {
        width: 110px;
    }
    .mv-nav__item::after {
        top: 38px;
    }
    .mv-nav__item p {
        color: #fff;
        font-size: 14px;
        margin: 5px 0 0;
        letter-spacing: 3px;
    }
    .mv-nav__item p span {
        font-size: 27px;
        margin: 5px 0 0;
    }
    .mv-nav__image {
        width: 25px;
    }
    .mv-nav__image p {
    font-size: 30px;
    margin: -15px 0 10px 0;
}
}

/* block-head */
.block-head {
    margin: 0 0 35px;
    text-align: center;
}
.block-head h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}
.block-head p {
    font-family: var(--ft-m);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.block-head p.pink {
    color: var(--main-theme-color);
}

/* bg */
.bg {
    background: #FFEFEE;
    background: linear-gradient(231deg, rgba(255, 239, 238, 1) 0%, rgba(255, 216, 212, 1) 52%, rgba(254, 191, 185, 1) 100%);
    border-radius: 40px;
    margin: 45px auto;
    padding: 65px 0;
}

/* btn */
.btn {
    background: #FF6391;
    background: linear-gradient(45deg, rgba(255, 99, 145, 1) 0%, rgba(255, 127, 113, 1) 87%);
    border-radius: 50px;
    color: #FDFDFD;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: var(--shadow2);
    font-size: 18px;
    font-weight: 700;
    height: 66px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.btn::after {
    background: url(../images/icon-arrow-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin-left: 15px;
    width: 20px;
}
.btn::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 400px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
}
.btn:hover {
    color: var(--main-theme-color);
}
.btn:hover::after {
    background-image: url(../images/icon-arrow-p.svg);
}
.btn:before {
    top: 100%;
    left: 100%;
    transition: 0.3s all;
}
.btn:hover::before {
    top: -30px;
    left: -30px;
}

/* about */
.about {
    margin: 70px auto;
}
.about-inner {
    margin: 0 auto;
    width: 92%;
}
.about-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2em;
}
.about-text p span {
    background: #FFE977;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto 20px;
    padding: 5px 10px;
    text-align: center;
    max-width: max-content;
}

.about-btn {
    margin: 25px auto 0;
    width: 100%;
    max-width: 292px;
}
.about-image {
    margin: 45px auto;
    text-align: center;
}
.about-movie {
    margin: 35px auto 0;
}
.about-movie .fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}
.about-movie .fukidashi::before,
.about-movie .fukidashi::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8px;
    width: 5px;
}
.about-movie .fukidashi::before {
    background-image: url(../images/fukidashi-l.svg);
}
.about-movie .fukidashi::after {
    background-image: url(../images/fukidashi-r.svg);
}
.about-movie__txt {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}
.about-movie .movie {
    aspect-ratio: 16 / 9;
    filter: drop-shadow(0 4px 4px rgb(33 42 51 / 30%));
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.about-movie .movie iframe {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 1250px) {
    .about-text p {
        font-size: 14px;
    }
    .about-text p span {
        font-size: 14px;
    }
    .about-movie .fukidashi {
        font-size: 12px;
    }
    .about-movie__txt {
        font-size: 16px;
    }
}

/* point */
.point {
    margin: 0 0 70px;
}
.point-inner {
    margin: 0 auto;
    width: 92%;
}
.point-cards {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.point-card {
    background: #FFEFEE;
    border-radius: 40px;
    filter: var(--shadow);
    padding: 25px 15px;
}
.point-card__head {
    margin: 0 0 20px;
}
.point-card__tag {
    background: var(--main-theme-color);
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin: 0 auto 10px;
    padding: 0 25px;
    width: 100%;
    max-width: max-content;
}
.point-card__ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.point-card__num {
    text-align: center;
    width: 67px;
}
.point-card__num p {
    color: var(--main-theme-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.point-card__num p span {
    color: var(--main-theme-color);
    display: block;
    font-family: var(--ft-m);
    font-size: 20px;
    font-weight: 500;
}
.point-card__ttl h3 {
    color: var(--main-theme-color);
    font-size: 22px;
    font-weight: 700;
    width: calc(100% - 77px);
}
.point-fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    text-align: center;
}
.point-fukidashi::before,
.point-fukidashi::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    width: 29px;
}
.point-fukidashi::before {
    background-image: url(../images/fukidashi2-l.svg);
    margin-right: 10px;
}
.point-fukidashi::after {
    background-image: url(../images/fukidashi2-r.svg);
    margin-left: 10px;
}
.point-fukidashi p {
    font-size: 20px;
    font-weight: 700;
}
.point-card__table {
    border: 1px solid var(--main-text-color);
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 20px;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}
.point-card__table th,
.point-card__table td {
    border-bottom: 1px solid var(--main-text-color);
}
.point-card__table th {
    background: #FFD8D4;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    text-align: center;
}
.point-card__table td {
    background: #fff;
    min-height: 100px;
    padding: 15px 10px;
    text-align: center;
}
.point-card__table th:first-child {
    background: var(--main-theme-color);
    color: #fff;
}
.point-card__table th:first-child,
.point-card__table td:first-child {
  border-right: 1px solid #687370;
}
.point-card__table tr:last-child th,
.point-card__table tr:last-child td {
  border-bottom: none;
}
.point-card__table td p {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8em;
}
.point-card__table td p span {
    color: var(--main-theme-color);
    font-size: 56px;
    font-weight: 500;
}
.point-card__txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1em;
}
.pay-ex {
    background: #fff;
    border-radius: 20px;
    filter: var(--shadow);
    margin: 35px 0 0;
    padding: 25px 15px;
}
.pay-ex__ttl {
    margin: 0 0 15px;
    text-align: center;
}
.pay-ex__ttl::before {
    background: url(../images/pay-ex.webp) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 50px;
    margin: 0 auto 10px;
    width: 50px;
}
.pay-ex__ttl h4 {
    color: var(--main-theme-color);
    font-family: 20px;
    font-weight: 700;
}

.point-scroll {
    overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  cursor: grab;
}
.point-scroll::-webkit-scrollbar{ display:none; }
.point-scroll.is-dragging{ cursor:grabbing; }
.point-scroll img{
  pointer-events: none;
  -webkit-user-drag: none;
}
.point-card__ex {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px;
    width: max-content;
}
.point-ex {
    background: #FFEFEE;
    border: 1px solid var(--main-theme-color);
    border-radius: 10px;
    padding: 20px;
    width: 200px;
}
.point-ex__head {
    margin: 0 0 20px;
    text-align: center;
}
.exnum {
    color: var(--main-theme-color);
    font-family: var(--ft-m);
    font-size: 16px;
    font-weight: 500;
}
.exnum span {
    color: var(--main-theme-color);
    font-family: "Zen Maru Gothic", sans-serif;
    font-family: 35px;
    font-weight: 700;
}
.name {
    color: var(--main-theme-color);
    font-family: 22px;
    font-weight: 500;
}
.spec {
    color: var(--main-theme-color);
    font-family: 12px;
    font-weight: 500;
}
.point-ex__image {
    margin: 0 auto;
    width: 120px;
}
.point-ex__pay {
    background: #fff;
    border: 3px solid var(--main-theme-color);
    border-radius: 5px 5px 0 0;
    padding: 0 5px;
    text-align: center;
}
.point-ex__pay p {
    color: var(--main-theme-color);
    font-size: 17px;
    font-weight: 700;
}
.point-ex__pay p span {
    color: var(--main-theme-color);
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
}
.point-ex table {
    border-collapse: separate;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    width: 100%;
}
.point-ex table th,
.point-ex table td {
    padding: 5px;
    text-align: center;
}
.point-ex table th {
    background: rgb(255 99 145 / 40%);
    font-size: 14px;
    font-weight: 500;
}
.point-ex table td {
    background: #fff;
}
.point-ex table td p {
    font-size: 22px;
    font-weight: 700;
}
.point-ex table td p span {
    font-size: 12px;
    font-weight: 500;
}
.pay-ex__txt {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0 0;
}
.point-card__image {
    border-radius: 10px;
    line-height: 0;
    margin: 0 0 20px;
    overflow: hidden;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* image */
.image {
    margin: 65px auto;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* numbers */
.numbers {
    margin: 70px auto;
}
.numbers-inner {
    margin: 0 auto;
    width: 92%;
}
.numbers-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    counter-reset: number 0;
}
.numbers-card {
    border-radius: 10px;
    filter: var(--shadow);
    overflow: hidden;
}
.numbers-card__head {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}
.numbers-card__head::before {
    counter-increment: number 1;
    content: "NUMBER0"counter(number);
    color: var(--main-theme-color);
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.numbers-card__head h3 {
    font-size: 22px;
    font-weight: 700;
}
.numbers-card__body {
    background: #fff;
    padding: 20px 15px;
    text-align: center;
}
.numbers-txt {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* job */
.job-inner {
    margin: 0 auto;
    width: 92%;
}
.job-eyecatch {
    background: #FFE977;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 0;
    padding: 10px;
    width: 100%;
    max-width: 310px;
}
.job-eyecatch p {
    font-size: 20px;
    font-weight: 500;
}
.job-body {
    background: #FFEFEE;
    border-radius: 20px;
    padding: 35px 20px 45px;
}
.job-blocks {
    display: flex;
    flex-direction: column;
}
.job-block:not(:last-child) {
    border-bottom: 1px solid var(--main-theme-color);
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.job-block h3 {
    color: var(--main-theme-color);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
}
.job-note__item:not(:last-child) {
    margin: 0 0 20px;
}
.job-block dt {
    color: var(--main-theme-color);
    font-size: 16px;
    font-weight: 500;
}
.job-block dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.job-block dd strong {
    font-size: 16px;
    font-weight: 500;
}
.job-block dd a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}
.job-btn {
    margin: 45px auto 0;
    width: 100%;
    max-width: 256px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* message */
.message {
    background: #FFEFEE;
    border-radius: 40px;
    margin: 70px auto;
    padding: 65px 0;
}
.message-inner {
    margin: 0 auto;
    width: 92%;
}
.message-items {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.message-item__image {
    border-radius: 20px;
    line-height: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
}
.message-item__image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.message-item__text {
    margin-top: -45px;
}
.message-item__text h3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 0 25px;
}
.message-item__text h3 span {
    background: var(--main-theme-color);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
    width: max-content;
    max-width: max-content;
}
.message-item__text .spec {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.message-item__text .name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.message-item__text .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1em;
    letter-spacing: 1px;
    margin: 10px 0 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 1250px) {
    .message-item__text .txt {
        font-size: 14px;
        margin: 25px 0 0;
    }
}

/* faq */
.faq {
    margin: 0 0 70px;
}
.faq-inner {
    margin: 0 auto;
    width: 92%;
}
.faq-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgb(33 42 51 / 15%);
    overflow: hidden;
}
.faq-item dt {
    background: #FFEFEE;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    position: relative;
}
.faq-item dd {
    padding: 10px 15px 25px;
    display: none;
}
.faq-item dd p {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
}
.faq-item dt h3 {
    font-size: 16px;
    font-weight: 400;
    padding-right: 45px;
    width: calc(100% - 34px);
}
.faq-item dt p.faq-q {
    margin-right: 10px;
    width: 24px;
}
.faq-symbol {
    height: 18px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 18px;
}
.faq-item.open .faq-symbol {
    transform: rotate(45deg);
    display: block;
}
.faq-symbol::before,
.faq-symbol::after {
    background: var(--main-theme-color);
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
}
.faq-symbol::after {
    transform: rotate(90deg);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* flow */
.flow {
    padding: 0 0 65px;
}
.flow-inner {
    margin: 0 auto;
    width: 92%;
}
.flow-body {
    overflow-x: auto;
    padding: 20px 10px 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    user-select: none;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.flow-body::-webkit-scrollbar{ display:none; }
.flow-body.is-dragging{ cursor:grabbing; }
.flow-cards {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    padding: 0 0 15px;
    width: max-content;
}
.flow-card {
    background: #fff;
    border-radius: 20px;
    filter: var(--shadow2);
    padding: 35px 10px 20px;
    position: relative;
    text-align: center;
    width: 140px;
}
.flow-body .flow-image img{
  pointer-events:none;
  -webkit-user-drag:none;
}
.flow-card:not(:last-child)::after {
    background: url(../images/icon-triangel.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 20px;
}
.flow-num {
    background: var(--main-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 44px;
}
.flow-num p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8em;
    text-align: center;
}
.flow-num p span {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 500;
}
.flow-image {
    line-height: 0;
    height: 35px;
}
.flow-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.flow-text {
    margin: 5px 0 0;
    padding: 8px 0 0;
}
.flow-card:first-child .flow-text {
    padding: 0;
}
.flow-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* cta */
.cta {
    background: #FFEFEE;
    background: linear-gradient(231deg, rgba(255, 239, 238, 1) 0%, rgba(255, 216, 212, 1) 52%, rgba(254, 191, 185, 1) 100%);
    border-radius: 20px;
    margin: 0 auto;
    padding: 20px;
    width: 92%;
}
.cta-head {
    margin: 0 0 40px;
}
.cta-head .cta-fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
    text-align: center;
}
.cta-head .cta-fukidashi::before,
.cta-head .cta-fukidashi::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    width: 13px;
}
.cta-head .cta-fukidashi::before {
    background-image: url(../images/fukidashi3-l.svg);
    margin-right: 10px;
}
.cta-head .cta-fukidashi::after {
    background-image: url(../images/fukidashi3-r.svg);
    margin-left: 10px;
}
.cta-head .cta-fukidashi p {
    font-size: 14px;
    font-weight: 700;
}
.cta-head h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.cta-btn {
    position: relative;
}
.cta-btn a {
    background: #05C756;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: var(--shadow2);
    height: 66px;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
    width: 80%;
    margin: auto;
}
.cta-btn a::after {
    background: url(../images/icon-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin: 0 0 0 10px;
    width: 20px;
}
.cta-btn a span {
    background: none;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
    max-width: max-content;
}
.cta-btn a span::before {
    background: url(../images/icon-line.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin: 0 10px 0 0;
    width: 20px;
}
.cta-btn span {
    background: #fff;
    border-radius: 50px;
    color: var(--main-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    height: 33px;
    margin: auto;
    padding: 0 25px;
    position: absolute;
    top: calc((33px / 2) * -1);
    left: 0;
    right: 0;
    width: max-content;
    z-index: 1;
}

.cta-btn a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 600px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
}
.cta-btn a:hover {
    color: var(--main-theme-color);
}
.cta-btn a:hover::after {
    background-image: url(../images/icon-arrow-g.svg);
}
.cta-btn a:before {
    top: 100%;
    left: 100%;
    transition: 0.3s all;
}
.cta-btn a:hover::before {
    top: -35px;
    left: -35px;
}
.cta-btn a:hover span {
    color: #05C756;
}
.cta-btn a:hover span::before {
    background-image: url(../images/icon-line-g.png);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 1250px) {
    .cta-btn a {
        width: 100%;
      }
    .cta-btn span {
        font-size: 12px;
      }
}


/* job */
.company {
    margin: 0 0 65px;
    padding: 45px 0 0;
}
.company-inner {
    margin: 0 auto;
    width: 92%;
}
.company-body {
    background: #FFEFEE;
    border-radius: 20px;
    padding: 35px 20px 45px;
}
.company-blocks {
    display: flex;
    flex-direction: column;
}
.company-block:not(:last-child) {
    border-bottom: 1px solid var(--main-theme-color);
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.company-block h3 {
    color: var(--main-theme-color);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}
.company-note__item:not(:last-child) {
    margin: 0 0 20px;
}
.company-block dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

/* policy */
.policy {
    margin: 0 0 65px;
    padding: 45px 0 0;
}
.policy-inner {
    margin: 0 auto;
    width: 92%;
}
.policy-blocks {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.policy-block h3 {
    color: var(--main-theme-color);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}
.policy-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.policy-block p.right {
    margin: 15px 0 0;
    text-align: right;
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}