/* 共通 */
/*============================*/
html{
    overflow-x: hidden;
}

body {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    color: #002536;
    overflow-x: hidden;
}

.ly-inner {
    max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
}

.pc-br {
    display: block;
}

.pc-only-br {
    display: block;
}

.tb-br {
    display: none;
}

.sp-br {
    display: none;
}

/*ツールチップ*/
.mark {
  width: 16px;
  display: inline-flex;
  margin: 0 2px;
  vertical-align: baseline;
  position: relative;
	line-height: 1;
	cursor: pointer;
}

.mark img {
    width: 100%;
}

.mark__tooltip {
    display: none;
    position: absolute;
    top: -43px;
    right: 0;
    font-size: 11px;
    width: 170px;
    background-color: #daeffc;
    font-size: 11px;
    color: #000;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 7px 11px;
}
.mark__tooltip.is-active {
    display: block;
}
.mark__tooltip::after {
    position: absolute;
    content: "";
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #daeffc;
    top: 22px;
    right: 10px;
}

@media(hover :hover) {
    .mark:hover .mark__tooltip {
        display: block;
    }
}

.service__cont2-col1 .mark {
  font-size: 12px;
  width: 12px;
}

.reason__col2 .mark {
  font-size: 12px;
  width: 12px;
}

.ly-inner .example__btn .mark {
  font-size: 18px;
  width: 18px;
}


/*ボタン*/

.btn {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #fff;
    padding: 26px 86px;
    display: inline-block;
    background: linear-gradient(to right, #D85100, #D88B00);
    border-radius: 90px;
    position: relative;
    width: 480px;
    text-align: center;
    transition: .3s;
    transition: all 1s ease-out;
  }

  .btn::after {
    content: "\f138";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 41px;
    top: 50%;
    transform: translateY(-50%);
}

/* 文字を上に表示するための記述 */
.btn span {
    position: relative;
}

/* ボタンhover後の背景色 */
.btn::before {
    background: linear-gradient(to right, #D88B00, #D85100);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-out;
    width: 100%;
    border-radius: 90px;
}

.mv__btn-wrap .btn {
    background: linear-gradient(to right, #D88B00, #D85100);
}

.mv__btn-wrap .btn::before {
    background: linear-gradient(to right, #D85100, #D88B00);
}

  @media(hover :hover) {

  /* ボタンhoverで文字色変更 */
  /* .btn:hover {
    color: #f2f2f2;
  } */
  /* ボタンhoverで元の背景色透過 */
  .btn:hover::before {
    opacity: 0;
  }
  .mv__btn-wrap .btn::before:hover {
    opacity: 0;
  }
  }

.btn-txt {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 9px;
}

/*H2*/
.lv2-heading {
    font-size: 36px;
    font-weight: 700;
    color: #0095D8;
    text-align: center;
}

.font-0296d8 {
    color: #0296D8;
}

.lv2-heading--en {
    font-size: 46px;
}

/*H3*/
.lv3-heading {
    font-size: 24px;
    font-weight: 700;
    color: #0296d8;
}

.lv3-heading--sm {
    font-size: 20px;
    margin: 0 -7px;
}

.txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    margin-top: 21px;
    color: #002536;
}

.txt + .txt {
    margin-top: 21px;
}

@media(max-width: 1279px) {
    .btn {
        font-size: 20px;
        width: 432px;
        padding: 18px 80px;
    }

    .btn-txt {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .lv2-heading {
        font-size: 32px;
    }

    .lv3-heading {
        font-size: 20px;
    }

    .lv3-heading--sm {
        font-size: 18px;
    }

    .txt {
        font-size: 15px;
        margin-top: 18px;
    }

    .txt + .txt {
        margin-top: 19px;
    }

    .pc-only-br {
        display: none;
    }

}

@media(max-width: 959px) {
    .tb-br {
        display: block;
    }
}

@media(max-width: 743px) {
    .ly-inner {
        padding: 0 20px;
    }

    .btn {
        width: 100%;
        max-width: 400px;
        padding: 24px 46px 24px 21px;
        font-size: 19px;
    }

    .btn::after {
        right: 24px
    }

    .txt {
        margin-top: 10px;
        font-size: 18px;
    }

    .txt + .txt {
        margin-top: 17px;
    }

    .pc-br {
        display: none;
    }

    .sp-br {
        display: inline;
    }

    .sp-none {
        display: none;
    }

    .btn-txt {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .lv2-heading {
        font-size: 28px;
    }

    .lv3-heading {
        font-size: 23px;
    }

    .lv3-heading--sm {
        font-size: 22px;
    }

    .mark {
        padding-bottom: 4px;
    }

    .mark.is-active::after {
        position: absolute;
        content: "";
        background-image: url(../img/mark1.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: -49px;
        font-size: 11px;
        width: 144px;
        height: 47px;
        right: -6px;
    }
}

@media(max-width: 479px) {
    .txt {
        font-size: 15px;
    }

    .lv2-heading {
        font-size: 24px;
    }

    .lv3-heading {
        font-size: 21px;
    }

    .lv3-heading--sm {
        font-size: 19px;
    }

    .mark {
        padding-bottom: 0;
    }

    .btn-txt {
        font-size: 15px;
        margin-bottom: 10px;
    }
.ly-inner .example__btn .mark {
  font-size: 12px;
  width: 12px;
}
	
}

/* header */
/*============================*/
.header__sp-nav {
    display: none;
}

.header {
    background-color: #fff;
    z-index: 8;
    width: 100%;
    top: 0;
    left: 0;
}

.header__start {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    position: relative;
    z-index: 1;
}

.header__fixed {
    transition: .4s;
    width: 100%;
    top: -100px;
    left: 0;
    background-color: #fff;
    position: fixed;
    z-index: 16;
}

.header__fixed.is-show {
    top: 0;
}

.corporation-wrap {
    background-color: #002536;
    padding: 3px 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.corporation-btn {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
}

.fa-building {
    margin-right: 5px;
}

.header__logo-wrap {
    display: flex;
    flex-wrap: wrap;
}

.header__logo {
    width: 120px;
    display: block;
}

.header__logo-ja {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
    text-align: center;
    margin-top: 5px;
    color: #667881;
}

.header__logo a {
    padding: 8px 0;
    display: block;
}

.header__logo img {
    width: 100%;
}

.header__logo-link {
    padding: 3.5px 0;
    display: block;
}

.header__logo-r {
    border-left: 1px solid #97999B;
    padding-left: 12px;
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__logo-r-top-txt {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
}

.header__logo-r-top-logo {
    width: 75.5px;
    display: block;
    margin-left: 2px;
}

.header__logo-r-top-logo img {
    width: 100%;
}

.header__logo-r-bottom {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .06em;
    margin-top: 11px;
}

.header__logo-r-bottom br {
    display: none;
}

.header__logo-r-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__wrap {
    padding: 8px 23px 8px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.header__nav {
    display: flex;
}

.header__nav-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .06em;
    text-align: left;
}

.header__nav-item {
    display: flex;
    align-items: center;
}

.header__nav-link {
    position: relative;
}

.header__nav-link::after,
.js-nav-link::after {
    /* ナビゲーションアンダーライン */
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    background-color: #D88600;
    bottom: -47%;
    left: 0;
    /*幅を0に設定*/
    width: 0;
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.js-nav-link.active::after,
.header__nav-link-important::after {
    /*幅を100%に設定*/
    width: 100%;
}

@media(hover: hover) {
    .header__nav-link:hover::after {
        /*幅を100%に設定*/
        width: 100%;
    }
}

.header__nav-link {
    padding: 9px 16px;
    display: block;
}

.header-btn-wrap .btn {
    width: 180px;
    font-size: 16px;
    padding: 16px;
}

.header-btn-wrap .btn::after {
    display: none;
}

.header-btn-wrap {
    margin-left: 20px;
}

.nav-btn {
    display: none;
}

@media(max-width: 1439px) {
    .header__nav-list {
        font-size: 12px;
        flex-shrink: 0;
    }

    .header-btn-wrap .btn {
        width: 160px;
        font-size: 14px;
        padding: 12px;
    }

    .header-btn-wrap {
        margin-left: 8px;
    }

    .header__nav-link::after {
        bottom: -45%;
    }

    .header__nav-link {
        padding: 9px 15px;
    }
}

@media(max-width: 1279px) {

    .corporation-wrap {
        padding: 3px 23px;
    }

    .header__wrap {
        padding: 8px 20px 8px 20px;
    }

    .header__nav {
        flex-shrink: 0;
    }

    .header__nav-link {
        padding: 10px 10px;
    }

    .header-btn-wrap {
        margin-left: 13px;
    }

    .header-btn-wrap .btn {
        width: 125px;
        font-size: 12px;
        padding: 10px 8px 10px 15px;
    }

    .header__logo-r {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .header__logo-wrap {
        position: relative;
        display: block;
    }

    .header__logo-r-top {
        position: absolute;
        top: 14px;
        left: 130px;
    }

    .header__logo-r-bottom {
        margin-bottom: 2px;
        margin-top: 0;
    }

    .header__logo-ja {
        display: none;
    }

    .header__logo-r-top-logo {
        width: 64.5px;
    }

    .header__nav-link::after {
        bottom: -50%;
    }
}


@media(max-width: 1024px) {
    .header {
        position: initial;
        z-index: 0;
        height: 55px;
    }

    .header__start {
        display: none;
    }

    .header__fixed {
        display: block;
    }

    .corporation-wrap {
        display: none;
    }

    .header__nav-list {
        display: none;
    }

    .header__fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 16;
        background-color: #fff;
    }
    
    .header__wrap {
        display: block;
        height: 55px;
        position: relative;
        padding: 5px 17px 5px 15px;
        background-color: #FFF;
    }

    .header__nav {
        display: block;
    }

    .nav-btn,
    .nav-close-btn {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 17px;
        width: 33px;
        height: 24px;
    }

    .header-btn-wrap {
        margin-left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;
    }

    .header__logo-wrap {
        display: flex;
    }

    .header__logo-r {
        border-left: none;
        padding-left: 12px;
        margin-left: 0;
    }

    .header__logo-r-top {
        position: initial;
    }

    .header__logo-r-bottom {
        margin-top: 5px;
    }

    /* SP中身 */

    .header__sp-nav {
        width: 100%;
        height: 100vh;
        background: #193a4aeb;
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        transform: translateX(0);
        margin-left: auto;
        transition: .3s;
        display: block;
        z-index: -100;
        overflow-y: hidden;
        opacity: 0;
    }

    .header__sp-nav.is-active {
        z-index: 998;
        opacity: 1;
    }

    .header__sp-nav.is-active>.header__wrap {
        background-color: #FFF;
    }

    .nav-btn__bar {
        background: #333;
        display: block;
        width: 33px;
        height: 1px;
        position: absolute;
        transition: .3s ease;
    }

    .nav-btn__bar:nth-child(1) {
        top: 24px;
        right: 0;
    }

    .nav-btn__bar:nth-child(2) {
        top: 12px;
        right: 0;
    }

    .nav-btn__bar:nth-child(3) {
        top: 0;
        right: 0;
    }

    .nav-close-btn {
        display: block;
        width: 33px;
        height: 24px;
        position: absolute;
    }

    .nav-close-btn .nav-btn__bar:nth-child(1) {
        top: 12px;
        transform: rotate(45deg);
        background-color: #333;
    }

    .nav-close-btn .nav-btn__bar:nth-child(2) {
        transform: scaleX(0);
    }

    .nav-close-btn .nav-btn__bar:nth-child(3) {
        top: 12px;
        transform: rotate(-45deg);
        background-color: #333;
    }

    body.is-active {
        overflow: hidden;
    }

    .sp-nav-list {
        width: 60%;
        text-align: center;
        margin: -29px auto 0;
        padding-top: 45px;
        color: #FFF;
    }

    .sp-nav-item {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: .06em;
        line-height: 1;
        margin-top: 29px;
    }

    .sp-nav-item-corporation {
        text-align: center;
        margin-top: 43px;
    }

    .sp-nav-item-corporation .corporation-btn {
        font-size: 16px;
    }
}

@media(max-width: 743px) {
    .header__logo {
        width: 98px;
    }

    .header__wrap {
        padding: 6px 17px 6px 11px;
    }

    .header-btn-wrap .btn {
        width: 150px;
        font-size: 16px;
    }

    .header-btn-wrap {
        margin-right: 5px;
        display: none;
    }

    .header__logo-r-top {
        left: 110px;
        top: 3px;
    }

    .header__logo-link {
        padding: 4.6px 0 0;
    }
}

@media(max-width: 500px) {
    .header__logo-r-top-txt {
        /* font-size: 8px; */
    }
    .header__logo-r-bottom br {
        display: block;
        /* font-size: 8px; */
    }
}


/* mv */
/*============================*/
.mv {
    position: relative;
    z-index: 0;
    background-image: url(../img/mv-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.mv__inner {
    max-width: 1100px;
    padding: 2.8% 50px 2.36%;
    margin: 0 auto;
}

.mv__txt-wrap {
    margin-left: -5.5%;
}

.mv__ttl {
    font-size: clamp(30px, 3.125vw, 38px);
    font-weight: 900;
}

.mv__ttl + .mv__ttl {
    margin-top: 1px;
}

.mv__ttl--lg {
    font-size: clamp(40px, 3.37vw, 50px);
}

.mv__ttl--marker {
    background: linear-gradient(transparent 66%, #FFF240 66%);
}

.mv__txt {
    font-size: clamp(13px, 1.35vw, 16px);
    font-weight: 700;
    letter-spacing: .05em;
    display: block;
    margin-top: 1.9%;
}

.mv__txt + .mv__txt {
    margin-top: 5px;
}

.mv__txt-bg1,
.mv__txt-bg2 {
    color: #D6DEA5;
    font-weight: 900;
    letter-spacing: .05em;
    padding: 3px 9px;
}

.mv__txt-bg1 {
    background-image: url(../img/mv-txt-bg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.mv__txt-bg2 {
    background-image: url(../img/mv-txt-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 7px;
}

.mv__btn-wrap {
    margin-top: 3.8%;
}

.mv__btn-txt {
    display: block;
    font-size: clamp(11px, 1.14vw, 14px);
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 2px;
}

.mv__btn-wrap .btn {
    width: 394px;
    padding: 18.8px 86px;
    font-size: clamp(20px, 2.08vw, 24px);
}

.mv__img {
    position: absolute;
    top: -50px;
    right: 8%;
    width: 34.5%;
    max-width: 540px;
}

.mv__img img {
    width: 100%;
}

@media(max-width: 1700px) {
    .mv__img {
        right: 60px;
    }
}

@media(max-width: 1279px) {
    .mv__txt-wrap {
        margin-left: 0;
    }

    .mv__img {
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        width: 38%;
    }
}

@media(max-width: 959px) {
    .mv {
        background-image: url(../img/sp-mv-bg.png);
    }

    .mv__inner {
        padding: 2.8% 50px 42%;
    }

    .mv__ttl {
        line-height: 1.3;
    }

    .mv__ttl:nth-child(3) {
        line-height: 1.6;
        margin-top: -5px;
    }

    .mv__txt {
        margin-top: 3.6%;
        line-height: 2;
        font-size: 15px;
    }

    .mv__img {
        top: auto;
        bottom: 0px;
        transform: translateY(0);
        right: 0px;
        max-width: 100%;
        width: 80%;
    }

    .mv__btn-wrap {
        margin-top: 0;
        position: absolute;
        bottom: 30px;
    }
}

@media(max-width: 743px) {
    .mv__inner {
        padding: 17px 20px 63.7%;
    }

    .mv__ttl {
        font-size: clamp(23px, 6.13vw, 27px);
        margin: 0 -3px 0 -3px;
        line-height: 1.3;
    }

    .mv__ttl--lg {
        font-size: clamp(28px, 7.46vw, 30.5px);
    }

    .mv__ttl:nth-child(3) .mv__ttl--lg {
        font-size: 30.5px;
        font-size: clamp(30.5px, 8.13vw, 35px)
    }

    .mv__ttl:nth-child(2) {
        margin-right: -14px;
    }

    .mv__txt {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 4%;
    }

    .mv__txt-bg1,
    .mv__txt-bg2 {
        font-size: 16.5px;
        padding: 4px 9px;
    }

    .mv__btn-wrap {
        position: absolute;
        bottom: 4.9%;
        margin-top: 0;
        width: 89.3%;
        max-width: 400px;
    }

    .mv__btn-wrap .btn {
        width: 100%;
        font-size: 20.5px;
        padding: 22px 66px;
    }

    .mv__btn-txt {
        font-size: 15px;
        margin-bottom: 7.5px;
    }

    .mv__img {
        transform: translateX(-50%);
        right: initial;
        left: 52%;
        max-width: initial;
        width: 114%;
        bottom: 2%;
        z-index: -8;
    }
}

@media(max-width: 374px) {
    .mv__ttl {
        font-size: 25px;
    }

    .mv__ttl--lg {
        font-size: 27px;
    }
}

/* 人事領域の案件稼働例 */
/*============================*/
.case .ly-inner {
    padding: 62px 50px 0;
}

.swiper-container {
    margin-top: 16px;
    position: relative;
}

.swiper {
    padding-bottom: 24px;
}

.case__txt {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 31px;
}

.case__item {
    display: block;
    padding: 12px 12.5px 16px;
}

.case__item-shadow {
    box-shadow: 0 3px 16px rgba(0,0,0,0.16);
    border-radius: 10px;
    min-height: 473px;
    display: flex;
    flex-direction: column;
}

.case__item-wrap {
    padding: 14px 20px 18px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.case-lv3-heading {
    background-color: #002536;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    border-radius: 10px 10px 0 0;
    padding: 2px;
}

.case-lv3-heading--sm {
    font-size: 16px;
    letter-spacing: -.01em;
}

.case-lv4-heading {
    font-size: 14px;
    font-weight: 700;
    color: #0296D8;
    display: flex;
    align-items: center;
}

.case__item-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.66;
}

.case-lv4-heading + .case__item-txt {
    margin-top: 4px;
}

article + article {
    margin-top: 6px;
}

.case__dl-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.case__dt {
    font-size: 14px;
    font-weight: 700;
    background-color: #E5F4FB;
    width: 80px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.case__dd {
    font-size: 14px;
    font-weight: 500;
}

article + .case__dl {
    margin-top: 9px;
}

.case__info-lv4-heading {
    font-size: 14px;
    font-weight: 700;
    color: #0296D8;
    padding-bottom: 6px;
    border-bottom: 1px solid #0296D8;
}

.case__info-lv4-heading + .case__dl {
    margin-top: 7px;
}

.case__dl-item + .case__dl-item {
    margin-top: 4px;
}

.fa-square-check {
    font-size: 18px;
    margin-right: 5px;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 90px;
    border: #0296D8 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next {
    right: -60px;
}

.swiper-button-prev {
    left: -4px;
}

.swiper-button-next:after {
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #0296D8;
    font-size: 26px;
}

.swiper-button-prev:after {
    content: '\f053';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #0296D8;
    font-size: 26px;
}

.swiper-pagination-bullet-active {
    background-color: #0095D8;
    position: relative;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: #0095D8 1px solid;
    border-radius: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-pagination-bullet {
    color: #bababa;
    width: 10px;
    height: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,5px);
}

.case__item-col1 {
    min-height: 189px;
    margin-bottom: 8px;
}

.case__item-col2 {
    margin-top: 8px;
}

article:nth-child(1) {
    min-height: 100px;
}

article:nth-child(2) {
    min-height: 78px;
}

.case__btn {
    text-align: center;
    margin-top: 19px;
}

.swiper-button-prev, .swiper-button-next {
    z-index: 1;
}

@media(max-width: 1279px) {
    .case__txt {
        font-size: 18px;
        margin-top: 25px;
    }
}

@media(max-width: 743px) {
    .case .ly-inner {
        padding: 40px 0 0;
    }

    .case__txt {
        font-size: 16px;
        line-height: 1.3;
    }

    .case__item {
        padding: 12px 8.75px 16px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .swiper-button-prev {
        left: 20%;
    }

    .swiper-button-next {
        right: 15%;
    }

    .case .swiper-pagination {
        bottom: 5px!important;
    }

    .swiper-button-next:after {
        font-size: 17px;
    }

    .swiper-button-prev:after {
        font-size: 17px;
    }

    /* .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-bullet-active:after {
        width: 14px;
        height: 14px;
        transform: translate(-50%, -50%);
    } */

    .case__btn {
        padding: 0 20px;
        margin-top: 40px;
    }

    .case-lv3-heading {
        font-size: 15px;
        min-height: 40px;
    }

    .case-lv3-heading--sm {
        font-size: 14px;
    }

    .case-lv4-heading {
        font-size: 16px;
    }

    .case__item-txt {
        font-size: 14px;
        line-height: 1.42;
    }

    .case__item-shadow {
        min-height: 496px;
    }

    .case__item-wrap {
        padding: 15px 20px 19px;
    }

    .case__dt {
        font-size: 11.5px;
        width: 68.5px;
        height: 18.5px;
    }

    .case__dd {
        font-size: 11.5px;
    }

    .case__info-lv4-heading {
        font-size: 14px;
    }

    .fa-square-check {
        font-size: 20px;
    }
}

@media(max-width: 479px) {
    .swiper-button-prev {
        left: 39px;
    }

    .swiper-button-next {
        right: 0;
    }
}

@media(max-width: 374px) {
    .case-lv4-heading {
        font-size: 15px;
    }
}

/* 〜4,194社以上の企業が あなたの専門スキルを求めています */
/*============================*/
.corporate__inner {
    margin: 0 auto;
    padding: 70px 0 65px;
}

.corporate__ttl-wrap {
    text-align: center;
}

.corporate__ttl {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.corporate__ttl::before,
.corporate__ttl::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 86.02px;
    top: 50%;
    transform: translateY(-50%);
}

.corporate__ttl::before {
    left: -46px;
    background-image: url(../img/corporate__ttl-l.png);
    filter: opacity(30%);
}

.corporate__ttl::after {
    right: -46px;
    background-image: url(../img/corporate__ttl-r.png);
    filter: opacity(30%);
}

.corporate__logo-link {
    display: block;
    width: 100%;
}

.corporate__logo-link img {
    width: 100%;
}

.corporate__ttl {
    font-size: 26px;
    font-weight: 700;
    position: relative;
}

.corporate__ttl--sm {
    display: block;
    font-size: 20px;
    margin-bottom: -6px;
}

.corporate__ttl-important {
    color: #D88600;
    font-size: 30px;
    position: relative;
}

.corporate__ttl-important::after {
    position: absolute;
    content: "※";
    color: #002536;
    font-size: 10px;
    font-weight: 700;
    top: -9%;
    right: 11%;
}

.corporate__ttl-important--lg {
    font-size: 48px;
    margin-right: 3px;
}

.corporate__ttl-margin-l {
    margin-left: 4px;
}

.corporate__ttl-supplement {
    position: absolute;
    bottom: -22px;
    right: -45px;
    font-size: 10px;
    font-weight: 4;
}

.corporate__logo-inner {
    margin-top: 32px;
}

.corporate__logo {
    height: 60px;
    pointer-events: none;
    text-align: center;
}

.corporate__logo-img {
    animation: bg-slider 60s linear infinite;
    background: url(../img/corporate-logo.png) repeat-x 50%;
    background-size: auto 60px;
    height: 60px;
    width: 100%;
}

@keyframes bg-slider {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -5685px 0
    }
}


@media(max-width: 1279px) {
    .corporate__ttl {
        font-size: 24px;
    }

    .corporate__ttl--sm {
        font-size: 18px;
    }

    .corporate__ttl-important {
        font-size: 26px;
    }

    .corporate__ttl-important--lg {
        font-size: 42px;
    }
}

@media(max-width: 959px) {
    .corporate__ttl-supplement {
        bottom: -28px;
    }

    .logo-slider__img {
        width: 100%;
    }

    .logo-slider__img img {
        width: 100%;
    }

    .corporate__item {
        width: auto;
        height: 100%;
    }

    .corporate__ttl-important::after {
        top: -15%;
    }
}

@media(max-width: 743px) {
    .corporate__inner {
        padding: 40px 0 30px;
    }

    .corporate__ttl {
        font-size: 15px;
    }

    .corporate__ttl--sm {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .corporate__ttl-important {
        font-size: 15px;
    }

    .corporate__ttl-important--lg {
        font-size: 30px;
    }

    .corporate__ttl-margin-l {
        margin-left: 0;
        margin-top: 3px;
        display: block;
    }

    .corporate__ttl-supplement {
        bottom: -23px;
    }

    .corporate__ttl-important::after {
        top: -35%;
        right: 12%;
    }

    .corporate__logo-img {
        animation: bg-slider 100s linear infinite;
        background: url(../img/corporate-logo.png) repeat-x 50%;
        background-size: auto 34px;
        height: 34px;
        width: 100%;
    }

    .corporate__logo {
        height: 30px;
    }

    .corporate__logo-inner {
        margin-top: 39px;
    }
}

/* 自身のスキルが通用するのか？〜 */
/*============================*/
.message .lv2-heading {
    color: #fff;
    background-color: #002536;
    padding: 44px 0 41px;
}

.lv2-heading--sm {
    font-size: 28px;
    display: block;
    margin-top: 8px;
}

.message__bg {
    background-image: url(../img/message-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.message__ttl {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.message__txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.message__txt + .message__txt {
    margin-top: 36px;
}

.message__inner {
    max-width: 823px;
    margin: 0 auto;
    padding: 50px 50px 100px;
}

.message__txt--important {
    background: linear-gradient(transparent 60%, #D88600 60%);
    font-size: 24px;
    font-weight: 700;
}

.message__btn {
    text-align: center;
    margin: 66px auto 0;
    max-width: 1100px;
    padding: 0 50px;
}

@media(max-width: 1024px) {
    .message__inner {
        padding: 42px 50px 75px;
        max-width: 750px;
    }

    .message .lv2-heading {
        padding: 32px 0 28px;
    }

    .message__ttl {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .message__txt {
        font-size: 18px;
    }

    .message__txt--important {
        font-size: 22px;
    }

    .message__btn {
        margin: 50px auto 0;
    }
}

@media(max-width: 959px) {

    .message__inner {
        max-width: 680px;
    }
    
    .message__txt {
        font-size: 16px;
    }

    .message__txt--important {
        font-size: 20px;
    }

    .message__txt + .message__txt {
        margin-top: 22px;
    }
}

@media(max-width: 743px) {
    .message__inner {
        padding: 31px 20px 49px;
        max-width: 495px;
    }

    .lv2-heading--sm {
        font-size: 16px;
    }

    .message .lv2-heading {
        padding: 25px 0 27px;
    }

    .message__ttl {
        font-size: 20px;
        margin-bottom: 12.5px;
    }

    .message__txt + .message__txt {
        margin-top: 20px;
    }

    .message__btn {
        padding: 0 20px;
        margin: 36px auto 0;
    }

    .message__txt {
        margin-right: -1.4%;
        margin-left: -0.5%;
    }

    .message__txt--important {
        font-size: 18px;
    }
}

/* サービスについて */
/*============================*/
.service__inner {
    padding: 83px 50px 75px;
    margin: 0 auto;
    max-width: 1100px;
}

.service__cont {
    display: flex;
    margin-top: 45px;
}

.service__cont-col1 {
    width: 50%;
    padding-right: 36px;
}

.service__cont-col2 {
    width: 50%;
}

.service__cont-col2-img {
    width: 86.4%;
    margin: 0 auto;
}

.service__cont-col2-img img {
    width: 100%;
}

.service__cont2 {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 110px;
}

.service__cont2-col1 {
    width: 50%;
    padding-left: 40px;
    margin-top: 46px;
}

.service__cont2-col2 {
    width: 50%;
}
.service__cont2-col2-img {
    width: 75.6%;
}

.service__cont2-col2-img img {
    width: 100%;
}

@media(max-width: 1024px) {
    .service__inner {
        padding: 66px 50px 56px;
    }
}

@media(max-width: 743px) {
    .service__inner {
        padding: 50px 20px 46px;
    }

    .service__cont {
        display: block;
        margin-top: 35px;
    }

    .service__cont-col1 {
        width: 100%;
        padding-right: 0;
    }

    .service__cont-col2 {
        width: 100%;
        margin-top: 27px;
    }

    .service__cont-col2-img {
        width: 100%;
        max-width: 550px;
    }

    .service__cont2 {
        display: block;
        
    }

    .service__cont2-col1 {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .service__cont2-col2 {
        width: 100%;
    }

    .service__cont2-col2-img {
        width: 87%;
        max-width: 400px;
        margin: 47px auto 0;
    }

    .service__cont-col1 .txt {
        margin-top: 16px;
        font-size: 16px;
    }
    
    .service__cont-col1 .txt + .txt {
        margin-top: 23px;
    }
}

/* HiPro Biz の強み */
/*============================*/
.strength {
    background-color: #DAEFFC;
}

.strength__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 93px 50px 80px;
}

.strength__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
    margin-bottom: 60px;
    margin-left: 26px;
}

.strength__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.strength__item-col1 {
    width: 50%;
}

.strength__item-col2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.strength__item-number {
    position: absolute;
    font-size: 140px;
    font-weight: 700;
    color: rgba(0, 149, 216, 0.3);
    display: block;
    line-height: 1;
    bottom: -8px;
    left: -30px;
}

.strength__item-img {
    width: 86%;
    position: relative;
}

.strength__item-img img {
    width: 100%;
}

.strength .lv3-heading {
    line-height: 1.5;
}

.strength__item-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    position: relative;
}

.strength__item-supplement {
    position: absolute;
    content: "※";
    bottom: -17.4%;
    right: 18.9%;
    font-size: 10px;
    font-weight: 400;
}

.supplement-point02 {
    font-size: 10px;
    font-weight: 400;
}

.strength__item:nth-child(2n) {
    flex-direction: row-reverse;
}

.strength__item + .strength__item {
    margin-top: 40px;
}

.strength__item:nth-child(2) .strength__item-col1 {
    display: flex;
    justify-content: flex-end;
}

.strength__btn {
    text-align: center;
}

.strength__item:nth-child(1) .strength__item-col2 {
    padding-right: 3%;
}

.strength__item:nth-child(2n) .strength__item-col2 {
    padding-left: 2%;
}

@media(max-width: 1024px) {
    .strength__inner {
        padding: 70px 50px 66px;
    }

    .strength__item-number {
        font-size: 122px;
    }

    .strength__item + .strength__item {
        margin-top: 30px;
    }

    .strength__list {
        margin-top: 48px;
        margin-bottom: 48px;
    }
}

@media(max-width: 959px) {
    .strength__item-img {
        width: 92%;
    }

    .strength .lv3-heading {
        font-size: 18px;
    }
}

@media(max-width: 743px) {
    .strength__inner {
        padding: 54px 20px 50px;
    }

    .strength__list {
        margin-top: 32px;
        margin-left: 0;
    }

    .strength__item:nth-child(1) .strength__item-col2 {
        padding-right: 0;
    }

    .strength__item:nth-child(2n) .strength__item-col2 {
        padding-left: 0;
    }

    .strength__item {
        display: block;
        width: 100%;
    }

    .strength__item-col1,
    .strength__item-col2 {
        width: 100%;
    }

    .strength__item-img {
        width: 89.55%;
    }

    .strength__item-number {
        font-size: 100px;
        left: -39px;
        bottom: -6px;
    }

    .strength__item-col2 {
        margin-top: 16px;
    }

    .strength .lv3-heading {
        font-size: 20px;
        margin-bottom: 13px;
        line-height: 1.25;
    }

    .strength__item + .strength__item {
        margin-top: 27px;
    }

    .strength__item-col1 {
        display: flex;
        justify-content: flex-end;
    }

    .strength__item-txt {
        font-size: 14px;
        line-height: 1.28;
    }

    .strength__item-supplement {
        bottom: 0;
        right: 1%;
    }
}


/* Hipro Bizが選ばれる3つの理由 */
/*============================*/
.reason {
    background-color: #daeffc;
    padding-top: 125px;
    padding-bottom: 80px;
}

.reason__list {
    margin-top: 80px;
    padding-bottom: 80px;
}

.reason__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 30px 30px;
}
.reason__item:first-child {
    padding: 0 30px 16px;
}

.reason__item + .reason__item {
    margin-top: 31px;
}

.reason__item:first-child>.reason__wrap {
    margin-top: 11px;
}

.reason__ttl-icon {
    display: block;
    width: 55px;
    margin-right: 20px;
    position: relative;
    z-index: 0;
}

.reason__ttl-icon img {
    width: 100%;
}

.lv3-heading--reason {
    display: flex;
    align-items: center;
}

.reason__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.reason__col1 {
    width: 50%;
}

.reason__col1 img {
    width: 100%;
}

.reason__col2 {
    width: 50%;
}

.reason__col2 img {
    width: 100%;
}

.reason__col1-img {
    width: 91.5%;
}

.reason__col1-img img {
    width: 100%;
}

.reason__col1-img-01 {
    width: 100%;
    margin-top: -16px;
}

.reason__btn {
    text-align: center;
}

.reason__col2>.txt:first-child {
    margin-top: 0;
}

.reason__item:first-child .reason__col2>.txt:first-child {
    margin-top: 5px;
    margin-top: 13px;
}



@media(max-width: 1279px) {
    .reason {
        padding-top: 106px;
        padding-bottom: 70px;
    }

    .reason__list {
        margin-top: 70px;
        padding-bottom: 100px;
    }

    .lv2-heading--en {
        font-size: 38px;
    }

    .reason__item + .reason__item {
        margin-top: 26px;
    }

    .reason__item {
        padding: 0 30px 24px;
    }

    .reason__item:first-child {
        padding: 0 30px 9px;
    }

    .reason__item:first-child>.reason__wrap {
        margin-top: 4px;
    }
}

@media(max-width: 743px) {
    .reason {
        padding-top: 54px;
        padding-bottom: 60px;
    }

    .lv2-heading--en {
        font-size: 27px;
    }

    .reason__list {
        margin-top: 41px;
        padding-bottom: 60px;
    }

    .reason__ttl-icon {
        width: 45px;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 16px;
        margin-top: -18px
    }

    .reason__item {
        padding: 0 12px 24px;
        border-radius: 10px;
    }

    .reason__item:first-child {
        padding: 0 12px 24px;
    }

    .reason__item:first-child>.reason__wrap {
        margin-top: 0;
    }

    .lv3-heading--reason {
        align-items: flex-start;
        padding-top: 18px;
        line-height: 1.36;
    }
    
    .lv3-heading--reason .sp-br {
      display: none;
    }

    .reason__wrap {
        display: block;
        margin-top: 16px;
    }

    .reason__col1 {
        width: 100%;
        margin-bottom: 15px;
    }

      .reason__col2 {
        width: 95%;
        margin: 0 auto;
      }

    .reason__item:first-child .reason__col2>.txt:first-child {
        margin-top: 0;
    }

    .reason__col1-img {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .reason .txt {
        font-size: 17px;
    }

    .reason .txt:first-child {
        margin-top: 14px;
    }

    .reason__item:first-child .txt:first-child {
        margin-top: -9px;
    }
}

@media(max-width: 479px) {
    .reason .txt {
        font-size: 14px;
    }
    
    .lv3-heading--reason .sp-br {
      display: inline;
    }
    
}

/* 案件例 */
/*============================*/
.example {
    background-color: #f1f6fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.example__theme-wrap {
    background-color: #fff;
    padding: 24px 40px;
    margin-top: 57px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.example__theme-wrap-ttl {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.example__list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -7px;
    padding-top: 21px;
}

.example__item {
    width: calc(100% / 4 - 7px);
    margin: 5px 0 0 7px;
    font-size: 16px;
    font-weight: 500;
    color: #0095d8;
    background-color: #f2fbff;
    padding: 12px 38px 12px 20px;
    position: relative;
    cursor: pointer;
}

.example__item::after {
    content: "\f138";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.example__item.is__active {
    color: #f2fbff;
    background-color: #0095d8;
}

.panel {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 1s;
}

.panel.is-show {
    opacity: 1;
    height: initial;
}

.example-lv3-heading__wrap {
    max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
}

.example-lv3-heading {
    background-color: #0095d8;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
    padding: 28px;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.example__detail-item {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
}

.example__detail-item + .example__detail-item {
    margin-top: 17px;
}

.example__detail-item-col1 {
    width: 48.5%;
}

.example__detail-item-col2 {
    width: 48.5%;
}

.example__lvp-heading {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 11px 10px;
    border-radius: 90px;
    line-height: 1;
}

.example__lvp-heading--col1 {
    background-color: #002536;
}

.example__lvp-heading--col2 {
    background-color: #0095d8;
}

.example__detail-item-wrap {
    display: flex;
    margin-right: 30px;
}

.example__detail-item-wrap:last-child {
    margin-right: 0;
}

.example__dl-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 20px;
}

.example__detail-list {
    max-width: 1108px;
    padding: 0 50px;
    margin: 0 auto;
}

.example__detail-item-ttl {
    color: #0095d8;
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px;
}

.example__detail-item-txt {
    font-size: 16px;
    font-weight: 400;
}

.example__business-detail-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #0095d8;
    padding-bottom: 7px;
    border-bottom: 1px solid #002536;
    margin-bottom: 4px;
}

.example__business-detail-txt,
.example__item-col2-txt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.example__item-col2-txt {
    margin-top: 7px;
}

.example__item-col2-hours {
    margin-top: 29px;
    font-size: 16px;
    font-weight: 700;
    color: #0095d8;
}

.example__btn {
    text-align: center;
    margin-top: 80px;
}

.example__btn .btn {
    display: block;
    margin: 0 auto;
}

.example__btn .btn-txt {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.example__btn .btn-txt::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #002536;
    transform: translateY(-50%) rotate(-43deg);
    top: 50%;
    left: -12px;
}

.example__btn .btn-txt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #002536;
    transform: translateY(-50%) rotate(43deg);
    top: 50%;
    right: -12px;
}

.example__btn .mark {
    width: 22px;
}

@media(max-width: 1279px) {
    .example__theme-wrap-ttl {
        font-size: 20px;
    }

    .example-lv3-heading {
        font-size: 20px;
        padding: 22px;
    }

    .example__detail-item {
        margin-top: 24px;
        padding: 25px 22px;
    }

    .example__detail-item-ttl {
        font-size: 15px;
        margin-right: 10px;
    }

    .example__detail-item-txt {
        font-size: 15px;
    }

    .example__detail-item-wrap {
        margin-right: 22px;
    }

    .example__business-detail-ttl {
        font-size: 15px;
    }

    .example__business-detail-txt {
        font-size: 15px;
    }

    .example__item-col2-txt {
        font-size: 15px;
    }

    .example__item-col2-hours {
        margin-top: 22px;
        font-size: 15px;
    }

    .example {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .example__theme-wrap {
        margin-top: 50px;
        margin-bottom: 35px;
    }

    .example__item {
        font-size: 14px;
    }
}

@media(max-width: 959px) {
    .example__item {
        width: calc(100% / 3 - 7px);
    }

    .example__business-detail-txt {
        font-size: 14.5px;
    }

    .example__detail-item {
        padding: 25px 16px;
    }
}

@media(max-width: 743px) {
    .example {
        padding-top: 58px;
        padding-bottom: 60px;
    }

    .example__detail-list {
        padding: 0 13px;
    }

    .example__detail-item + .example__detail-item {
        margin-top: 20px;
    }

    .example__theme-wrap-ttl {
        font-size: 18px;
    }

    .example__theme-wrap {
        padding: 17px 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .example__list {
        margin: -6px 0 0 -7px;
        padding-top: 17px;
    }

    .example__item {
        width: calc(100% / 2 - 7px);
        margin: 6px 0 0 7px;
        padding: 12px 25px 12px 13px;
        font-size: 14px;
    }

    .example-lv3-heading__wrap {
        padding: 0 13px;
    }

    .example-lv3-heading {
        padding: 15px;
    }

    .example__detail-item {
        display: block;
        box-shadow: 0px 0px 5px 1.5px rgba(0,149,216,0.06);
    }

    .example__detail-item-col1 {
        width: 100%;
    }

    .example__detail-item-col2 {
        width: 100%;
        margin-top: 18px;
    }

    .example__dl-wrap {
        display: block;
    }

    .example__detail-item-wrap {
        margin-top: 9px;
    }

    .example__detail-item-ttl {
        font-size: 17px;
        margin-right: 6px;
    }

    .example__detail-item-txt {
        font-size: 17px;
    }

    .example__lv4-heading {
        font-size: 18px;
        padding: 6px 7px;
    }

    .example__business-detail-txt,
    .example__item-col2-txt {
        font-size: 16px;
    }

    .example__item-col2-hours {
        font-size: 16px;
        margin-top: 9px;
    }

    .example__btn {
        margin-top: 28px;
    }
    
      .example__btn .btn-txt {
        margin-bottom: 20px;
        line-height: 1.7;
      }

    .example__btn .btn-txt::before {
        height: 32px;
        transform: translateY(-41%) rotate(-26deg);
        left: -18px;
    }

    .example__btn .btn-txt::after {
        height: 32px;
        transform: translateY(-41%) rotate(26deg);
        right: -18px;
    }

    .example__btn .mark {
        width: 14px;
        padding-bottom: 0;
    } 

    .example__business-detail-ttl {
        font-size: 18px;
    }

    .btn {
        padding: 24px 46px 24px 46px;
        font-size: 20px;
    }
}

@media(max-width: 479px) {
    .example__theme-wrap-ttl {
        font-size: 16px;
    }

    .example__item {
        font-size: 11px;
    }

    .example__lv4-heading {
        font-size: 14px;
    }

    .example__detail-item-ttl {
        font-size: 14px;
    }

    .example__detail-item-txt {
        font-size: 14px;
    }

    .example__business-detail-ttl {
        font-size: 15px;
    }

    .example__business-detail-txt,
    .example__item-col2-txt {
        font-size: 14px;
    }

    .example__item-col2-hours {
        font-size: 14px;
        margin-top: 6px;
    }
}

/* ご利用者の声 */
/*============================*/
.voice {
    background-color: #fff;
}

.voice__inner {
    padding: 102px 35px 98px;
    max-width: 1100px;
    margin: 0 auto;
}

.voice__list-sp {
    display: none;
}

.voice__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    margin: -28px 0 0 -14px;
}

.voice__item {
    width: calc(100% / 2 - 29px);
    margin: 28px 0 0 29px;
}

.voice__item img {
    width: 100%;
}

.voice__annotation {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    color: #002536;
    width: 98.6%;
}

.voice__item-header {
    display: flex;
    align-items: center;
}

.voice-lv3-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.voice__item-header-img {
    width: 110px;
    margin-right: 20px;
    flex-shrink: 0;
}

.voice__item-header-img img {
    width: 100%;
}

.voice__item-ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #0095d8;
    margin-top: 15px;
    margin-bottom: 15px;
}

.voice__item-txt {
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 500;
}

.voice__item-txt + .voice__item-txt {
    margin-top: 19px;
}

.voice__item {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 26px 16px 20px 28px;
    box-shadow: 2px 5px 8px 2.5px rgba(0,0,0,0.08);
    min-height: 475px;
}

.voice .swiper-button-prev,
.voice .swiper-button-next {
    display: none;
}

@media(max-width: 1279px) {
    .voice__inner {
        padding: 86px 35px 90px;
    }

    .voice__list {
        padding-top: 50px;
    }

    .voice__item {
        padding: 26px 28px 20px 28px;
    }

    .voice__item-ttl {
        font-size: 22px;
    }
}

@media(max-width: 1024px) {
    .voice__item-header-img {
        width: 100px;
    }

    .voice-lv3-heading {
        font-size: 18px;
    }

    .voice__inner {
        padding: 74px 35px 60px;
    }
}

@media(max-width: 959px) {


    .voice-lv3-heading {
        font-size: 15px;
    }

    .voice__item-header-img {
        width: 78px;
    }

    .voice__item-header-img {
        margin-right: 12px;
    }

    .voice__item-ttl {
        font-size: 18px;
    }

    .voice__item {
        padding: 26px 24px 20px 24px;
        min-height: 491px;
    }
}

@media(max-width: 743px) {

    .voice__inner {
        padding: 55px 0 50px;
    }

    .voice .ly-inner {
        padding: 0;
    }

    .voice__list-sp {
        display: none;
        width: 100%;
    }

    .voice__item-sp img {
        width: 100%;
    }

    .voice__list {
        flex-wrap: initial;
        padding-top: 0;
        margin: 0;
    }

    .voice__item {
        margin: 0;
        min-height: 408px;
        padding: 15px 14px 20px 14px;
    }

    .voice__item-header-img {
        width: 66px;
    }

    .voice-lv3-heading {
        font-size: 15px;
        line-height: 1.25;
    }

    .voice__item-ttl {
        font-size: 17px;
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .voice__item-txt {
        line-height: 1.25em;
        font-size: 15px;
    }

    .voice__item-txt + .voice__item-txt {
        margin-top: 11px;
    }

    .voice__annotation {
        font-size: 13px;
        margin-top: 3px;
        margin-right: 45px;
        width: 88%;
    }

    .swiper2-inner {
        display: block;
        position: relative;
    }

    .swiper2 {
        margin-top: 40px;
        overflow-x: hidden;
        position: relative;
        padding-bottom: 35px;
    }

    .swiper2 .swiper-slide img {
        height: auto;
        width: 100%;
      }

    .voice .swiper-pagination {
        position: absolute;
        bottom: 1px!important;
        z-index: 0;
    }

    .voice .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 9px!important;
    }

    .voice .swiper-pagination-bullet-active {
        background-color: #0095d8;
        position: relative;
    }

    .voice .swiper-pagination-bullet-active::after {
        position: absolute;
        border: 1px solid #0095d8;
        width: 14px;
        height: 14px;
        border-radius: 90px;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .voice .swiper-button-prev,
    .voice .swiper-button-next {
        display: block;
        font-size: 22px;
    }

    .voice .swiper-button-prev {
        left: 18%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .voice .swiper-button-next {
        right: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .voice .swiper-button-prev:after {
        font-size: 22px;
    }

    .voice .swiper-button-next:after {
        font-size: 22px;
    }

    .voice .swiper-wrapper {
        margin-bottom: 12px;
    }
}

@media(max-width: 600px) {
    .voice .swiper-button-next {
        right: 0%;
    }

    .voice .swiper-button-prev {
        left: 10%;
    }
}

@media(max-width: 479px) {
    .voice-lv3-heading {
        font-size: 12px;
    }

    .voice__item-ttl {
        font-size: 14.4px;
    }

    .voice__item-txt {
        font-size: 12px;
    }

    .voice__item {
        min-height: 366px;
    }

    .voice__annotation {
        font-size: 10px;
    }
}


/* ご利用の流れ */
/*============================*/
.flow {
    background-color: #f1f6fa;
    padding-top: 82px;
    padding-bottom: 62px;
}

.flow__list {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -34px;
    padding-top: 86px;
}

.flow__item {
    width: calc(100% / 3 - 34px);
    margin: 60px 0 0 34px;
    position: relative;
    z-index: 0;
}

.flow__item-box {
    background-color: #fff;
    padding: 40px 22px 21px 24px;
    box-shadow: 4px 4px 8px 2.5px rgba(128, 128, 128, 0.06);
    border-radius: 10px;
    min-height: 292px;
}

.flow__item-box-icon {
    width: 88%;
    z-index: 8;
    position: relative;
    margin: 0 auto;
}

.flow__item-box-icon img {
    width: 100%;
}

.flow-lv3-heading {
    font-size: 24px;
    font-weight: 700;
    color: #0095d8;
    text-align: center;
    margin-top: 5px;
}

.flow__item-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375em;
    margin-top: 11px;
}

.flow__item-number {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0095d8;
    margin: 0 auto;
    font-size: 31px;
    font-weight: 700;
    flex-direction: column;
}

.flow__item-number--sm {
    font-size: 11px;
    display: block;
    margin-bottom: -4px;
}

.flow__item-number-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    width: 80px;
    height: 80px;
}

.flow__btn {
    margin-top: 70px;
    text-align: center;
}

.cta-btn-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

@media(max-width: 1279px) {
    .flow {
        padding-top: 70px;
        padding-bottom: 68px;
    }

    .flow__btn {
        margin-top: 70px;
    }

    .flow__item-number {
        font-size: 28px;
    }

    .flow-lv3-heading {
        font-size: 22px;
    }

    .flow__item-txt {
        font-size: 15px;
    }

    .cta-btn-txt {
        font-size: 15px;
    }
}

@media(max-width: 959px) {
    .flow__list {
        margin: -50px 0 0 -20px;
        padding-top: 50px;
    }

    .flow__item {
        width: calc(100% / 3 - 20px);
        margin: 60px 0 0 20px;
    }

    .flow__item-number-wrap {
        width: 67px;
        height: 67px;
    }

    .flow__item-box {
        padding: 28px 16px 16px;
    }

    .flow-lv3-heading {
        font-size: 18px;
    }

    .flow__item-txt {
        font-size: 14px;
    }

    .flow__item-box {
        min-height: 246px;
    }
}

@media(max-width: 743px) {
    .flow {
        padding-top: 54px;
        padding-bottom: 50px;
    }

    .flow__list {
        display: block;
        margin: 0;
        padding-top: 60px;
    }

    .flow__item {
        margin: 0 auto;
        width: 79.6%;
        max-width: 350px;
    }

    .flow__item-box {
        padding: 32px 24px 16px;
    }

    .flow__item-number {
        font-size: 28px;
    }

    .flow__item + .flow__item {
        margin-top: 41px;
    }

    .flow__btn {
        margin-top: 60px;                                    
    }

    .flow__item-number--sm {
        font-size: 13px;
    }

    .flow-lv3-heading {
        font-size: 22px;
    }

    .flow__item-txt {
        font-size: 16px;
    }

    .flow__btn {
        margin-top: 32px;
    }
}

@media(max-width: 479px) {
    .flow-lv3-heading {
        font-size: 20px;
    }

    .flow__item-txt {
        font-size: 13px;
    }

    .flow__item-number--sm {
        font-size: 10px;
    }

    .flow__item-number {
        font-size: 26px;
    }
}

/* よくある質問 */
/*============================*/
.faq {
    background-color: #daeffc;
    padding-top: 80px;
    padding-bottom: 118px;
}

.faq .ly-inner {
    max-width: 910px;
}

.faq-lv3-heading {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 21.5px 0;
    background-color: #0095d8;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin-top: 58px;
}

.faq-lv3-heading::after {
    position: absolute;
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #0095d8;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.faq__list {
    margin-top: 30px;
}

.faq__list-last .faq__item:last-child {
    margin-bottom: 0;
}

.faq__item {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 3px 2.5px rgba(0,149,216,0.06)
}

.faq__item + .faq__item {
    margin-top: 10px;
}

.faq__item:last-child {
    margin-bottom: 50px;
}

.faq__question-q {
    font-size: 40px;
    font-weight: 700;
    margin-right: 40px;
    color: #0095D8;
    line-height: 1;
    margin-top: -3px;
}

.faq__question {
    font-size: 24px;
    font-weight: 700;
    color: #0095d8;
    position: relative;
    line-height: 1.25;
    display: flex;
    align-items: center;
    padding: 20px 75px 20px 32px;
}

.faq__question::after {
    content: "\2b";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s;
}

.faq__question.is-active::after {
    content: "\f068";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}


.faq__answer {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    padding: 0 40px 42px;
}

.faq__answer-wrap {
    height: 0;
    overflow: hidden;
}

@media(max-width: 1279px) {
    .faq {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .faq-lv3-heading {
        font-size: 20px;
        padding: 22px 0;
    }

    .faq__question {
        font-size: 20px;
        padding: 18px 75px 19px 32px;
    }

    .faq__question-q {
        font-size: 34px;
    }

    .faq__answer {
        font-size: 15px;
    }
}

@media(max-width: 743px) {
    .faq {
        padding-top: 61px;
        padding-bottom: 50px;
    }

    .faq-lv3-heading {
        margin-top: 0;
        font-size: 16px;
        padding: 12px 0;
        z-index: 0;
    }

    .lv2-heading + .faq-lv3-heading {
        margin-top: 39px;
    }

    .faq-lv3-heading::after {
        bottom: -9px;
        z-index: -8;
    }

    .faq__list {
        margin-top: 20px;
    }

    .faq__question {
        font-size: 16px;
    }

    .faq__answer {
        font-size: 14px;
        padding: 0 15px 19px 21px;
    }

    .faq__question {
        font-size: 16px;
        padding: 16px 31px 16px 15px;
    }

    .faq__question-q {
        font-size: 24px;
        margin-right: 12.5px;
    }

    .faq__question::after {
        margin-right: -25px;
        font-size: 14px;
    }

    .faq__question.is-active::after {
        margin-right: -25px;
        font-size: 14px;
    }

    .faq__item:last-child {
        margin-bottom: 25px;
    }

    .faq__item + .faq__item {
        margin-top: 8px;
    }
}

/* CTA */
/*============================*/
.cta {
    background-image: url(../img/cta-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 52px;
    padding-bottom: 58px;
}

.cta__ttl {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.cta__ttl--en {
    font-size: 34px;
    margin-left: 9px;
}

.cta__ttl--yellow {
    color: #fcff29;
    letter-spacing: .02em;
}

.cta__ttl--lg {
    font-size: 48px;
    font-weight: 700;
}

.cta .txt {
    color: #fff;
    letter-spacing: .06em;
    margin-top: 42px;
    font-weight: 500;
    line-height: 1.54;
    font-size: 24px;
}

.cta .txt + .txt {
    margin-top: 34px;
}

.cta .btn {
    width: 460px;
    font-size: 24px;
}

.cta__tel {
    margin-top: 17px;
}

.cta__tel a {
    font-size: 50px;
    color: #fff;
    letter-spacing: .06em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fa-phone {
    font-size: 36px;
    margin-right: 10px;
}

.cta__open-hour {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}

.cta__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 18px;
}

.cta__col1 {
    width: 50%;
}

.cta__col2 {
    width: 50%;
}

.cta__btn {
    text-align: right;
}

.cta__col2-txt-wrap, .cta__btn-txt {
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    max-width: 460px;
}

.cta__btn-txt {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 13px;
}

@media(max-width: 1279px) {
    .cta {
        padding-top: 43px;
        padding-bottom: 48px;
        background-image: url(../img/sp-cta-bg.png);
    }

    .cta .btn {
        width: 400px;
        font-size: 20px;
    }

    .cta__ttl {
        font-size: 26px;
    }

    .cta__ttl--en {
        font-size: 30px;
    }

    .cta__ttl--lg {
        font-size: 40px;
    }

    .cta .txt {
        font-size: 20px;
        margin-top: 30px;
    }

    .cta .txt + .txt {
        margin-top: 28px;
    }

    .cta__tel a {
        font-size: 42px;
    }

    .fa-phone {
        font-size: 30px;
    }

    .cta__open-hour {
        font-size: 16px;
    }

    .cta__btn-txt {
        font-size: 15px;
        margin-bottom: 9px;
    }

    .cta__col2-txt-wrap,
    .cta__btn-txt {
        max-width: 400px;
    }
}

@media(max-width: 959px) {

    .cta {
        padding-top: 35px;
        padding-bottom: 38px;
    }

    .cta__wrap {
        margin-top: 22px;
        max-width: 644px;
        margin-right: auto;
        margin-left: auto;
    }

    .cta__ttl {
        font-size: 22px;
    }

    .cta__ttl--en {
        font-size: 26px;
    }

    .cta__ttl--lg {
        font-size: 34px;
    }

    .cta .txt {
        font-size: 14.9px;
    }

    .cta .txt + .txt {
        margin-top: 20px;
    }

    .cta .btn {
        width: 280px;
        font-size: 16px;
        padding: 18px 62px;
    }

    .cta__tel a {
        font-size: 32px;
    }

    .fa-phone {
        font-size: 25px;
        margin-right: 8px;
    }

    .cta__open-hour {
        font-size: 14.4px;
    }

    .cta__col2-txt-wrap,
    .cta__btn-txt {
        max-width: 280px;
    }

    .cta__btn-txt {
        font-size: 13px;
        margin-bottom: 5px;
    }

}

@media(max-width: 743px) {
    .cta {
        padding-top: 35px;
        padding-bottom: 47px;
    }

    .cta__wrap {
        margin-top: 0;
        display: block;
    }

    .cta .txt {
        margin-top: 0;
        line-height: 1.75;
        font-size: 16px;
    }

    .cta__col1,
    .cta__col2 {
        width: 100%;
    }

    .cta__col1 {
        margin-top: 0;
    }

    .cta__col2 {
        margin-top: 18px;
    }

    .cta .btn {
        max-width: 400px;
        width: 100%;
        font-size: 20.5px;
        padding: 23.3px 62px;
    }

    .cta__col2-txt-wrap, .cta__btn-txt {
        max-width: initial;
    }

    .cta__btn {
        text-align: center;
        margin: 0 auto;
        max-width: 400px;
    }

    .cta__btn-txt {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .btn:hover::before a {
        width: 100%;
    }

    .cta__tel {
        margin-top: 19px;
    }

    .cta__tel a {
        font-size: 40px;
    }

    .fa-phone {
        font-size: 28.5px;
    }
}

@media(max-width: 374px) {
    .cta .txt {
        font-size: 15.5px;
    }
}

/* SP フッター追従ボタン */
/*============================*/
.sp-bottom-fixed-wrap {
    display: none;
}

@media(max-width: 743px) {
    .sp-bottom-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        transform: translateY(100px);
        transition: .3s;
    }

    .sp-bottom-fixed.is-show {
        transform: translateY(0);
    }

    .sp-bottom-fixed .btn {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        height: 10vh;
        height: calc(var(--vh, 1vh) * 10);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp-bottom-fixed .btn::before {
        border-radius: 0;
    }

    .sp-bottom-fixed .btn::after {
        right: 43px;
    }

    .sp-bottom-fixed-wrap {
        height: 12vh;
        height: calc(var(--vh, 1vh) * 12);
        display: block;
    }
}
/* footer */
/*============================*/
.footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 24px;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__pv {
    width: 80px;
}

.footer__pv img {
    width: 100%;
}

.footer__small {
    font-size: 14px;
    font-weight: 500;
    color: #858585;
}

.footer__logo {
    margin-bottom: 35px;
    width: 223px;
    margin-left: -3px;
}

.footer__logo img {
    width: 100%;
}

@media(max-width: 1279px) {
    .footer {
        padding-top: 32px;
        padding-bottom: 23px;
    }

    .footer__small {
        font-size: 12px;
    }

    .footer__pv {
        width: 66px;
    }
}

@media(max-width: 1024px) {
    .footer__logo {
        margin-bottom: 20px;
        width: 200px;
    }
}

@media(max-width: 959px) {
    .footer {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .footer__logo {
        width: 196px;
        margin-bottom: 2px;
    }

    .footer__small {
        font-size: 11px;
    }

    .footer__pv {
        width: 50px;
    }
}

@media(max-width: 743px) {
    .footer {
        padding-top: 19px;
        padding-bottom: 15px;
    }

    .footer-wrap {
        display: block;
        position: relative;
    }

    .footer__logo {
        width: 27%;
        max-width: 103px;
        margin-bottom: 6px;
    }

    .footer__small {
        font-size: 10px;
    }

    .footer__pv {
        width: 11%;
        max-width: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }
}