/* 共通 */
/*============================*/
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;
}

.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, #d88b00, #d85100);
    border-radius: 90px;
    position: relative;
    width: 510px;
    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, #d85100, #d88b00);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-out;
    width: 100%;
    border-radius: 90px;
}

  @media(hover :hover) {

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

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

/*H2*/
.lv2-heading {
    font-size: 40px;
    font-weight: 700;
    color: #0296d8;
    text-align: center;
}

.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.5;
    margin-top: 20px;
}

.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: 743px) {
    .ly-inner {
        padding: 0 13px;
    }

    .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__fixed {
    transition: .4s;
    width: 100%;
    top: -100px;
    left: 0;
    background-color: #fff;
    position: fixed;
    z-index: 16;
}

.header__fixed.is_active {
    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 {
    width: 115px;
    display: block;
}

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

.header__logo img {
    width: 110%;
}

.header__wrap {
    padding: 8px 23px 8px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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 {
    padding: 9px 22px;
    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: 1279px) {

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

    .header__wrap {
        padding: 8px 23px 8px 24px;
    }

    .header__nav-list {
        font-size: 12px;
    }

    .header__nav-link {
        padding: 0 13px;
    }

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

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


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

    .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: 50px;
        position: relative;
        padding: 5px 17px 5px 15px;
        background-color: #FFF;
    }

    .header__logo {
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }

    .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;
    }

    /* 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;
        color: #fff;
        display: block;
        z-index: -100;
        overflow-y: hidden;
        opacity: 0;
    }

    .header__sp-nav.is-active {
        transform: translateX(0);
        z-index: 100;
        opacity: 100;
    }

    .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;
    }

    .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 17.5px 6px 17.5px;
    }

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

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


/* mv */
/*============================*/
.mv {
    position: relative;
    /* margin-top: 86px; */
    z-index: 0;
}

.mv-bg {
    background-image: url(../img/mv-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    pointer-events: none;
    position: relative;
    z-index: 8;
}

.mv-img {
    width: 61%;
    display: block;
    margin: 0 0 0 auto;
    z-index: 8;
    position: relative;
}

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

.mv-co-name {
    position: absolute;
    top: 17.9%;
    left: 12.5%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    z-index: 8;
}

.mv-lv2-heading {
    position: absolute;
    top: 24.5%;
    left: 12%;
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    z-index: 8;
}

.mv-lv2-heading--important {
    color: #00518f;
}

.mv-lv2-heading--sm {
    font-size: 80%;
}

.mv__list {
    position: absolute;
    top: 57.8%;
    left: 12%;
    width: 52%;
    max-width: 745px;
    display: flex;
    margin: 0 0 0 -9px;
    z-index: 16;
}

.mv__item {
    width: calc(100% / 3 - 9px);
    margin: 0 0 0 9px;
    background-color: #00518f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 19px 2px;
}

.mv__item-txt>span {
    display: block;
    text-align: center;
    line-height: 1;
}

.mv__item-txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
}

.mv__item-txt--mb8 {
    margin-bottom: 8px;
}

.mv__item:nth-child(2) {
    padding-top: 10px;
}

.mv__item-txt--important {
    font-size: 24px;
    font-weight: 700;
    color: #fcff29;
    letter-spacing: .05em;
}

.mv__item-txt--important-lg {
    font-size: 36px;
}

.mv__item-txt--md {
    font-size: 18px;
}

.mv-btn-wrap {
    position: absolute;
    bottom: 9%;
    left: 0;
    margin-left: 12%;
    z-index: 8;
}

.mv-mark1,
.mv-mark2 {
    display: inline-block;
    width: 18px;
    position: relative;
    z-index: 8;
	cursor: pointer;
}

.mv-mark1__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;
}
.mv-mark1__tooltip.is-active {
    display: block;
}
.mv-mark1__tooltip::after {
    position: absolute;
    content: "";
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #daeffc;
    top: 22px;
    right: 10px;
}

.mv-mark1 img,
.mv-mark2 img {
    width: 100%;
}

.mv-mark1 {
    margin-left: -3px;
}

.mv-mark2 {
    margin-left: -4px;
}

@media(hover :hover) {
    .mv-mark1:hover .mv-mark1__tooltip {
        display: block;
    }

    .mv-mark2:hover::after {
        position: absolute;
        content: "";
        border-left: 12px solid transparent;
        border-right: 0px solid transparent;
        border-top: 20px solid #daeffc;
        top: -23px;
        right: 10px;
    }
    
    .mv-mark2:hover::before {
        position: absolute;
        content: "2023年5月末時点";
        background-color: #daeffc;
        color: #000;
        padding: 7px 11px;
        top: -43px;
        font-size: 11px;
        width: 170px;
        right: 0;
    }
}

@media(max-width:1400px) {
    .mv__item {
        padding: 12px 2px;
    }

    .mv-co-name {
        font-size: 18px;
    }

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

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

    .mv__list {
        width: 700px;
    }

    .mv__item-txt--important {
        font-size: 20px;
    }

    .mv-lv2-heading {
        top: 25.5%;
    }

}

@media(max-width:1279px) {
    .mv-co-name {
        font-size: 16px;
    }

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

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

    .mv__item-txt--important {
        font-size: 17px;
    }

    .mv__item-txt--important-lg {
        font-size: 29px;
    }

    .mv-mark1, .mv-mark2 {
        width: 15px;
    }

    .mv__item {
        padding: 6px 2px;
    }

    .mv__item:nth-child(2) {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .mv__item-txt--md {
        font-size: 16px;
    }

    .mv__list {
        width: 615px;
        top: 61%;
    }
    
    
}


@media(max-width: 1024px) {
    .mv {
        margin-top: 50px;
    } 

    .mv__item:nth-child(2) {
        padding-top: 5px;
        padding-bottom: 2px;
    }
}

/* タブレット */
@media((min-width:744px) and (max-width:959px)) {
    .mv-btn-wrap .btn {
        width: 300px;
        padding: 13px 80px;
        font-size: 16px;
    }

    .mv-img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 67%;
    }

    .mv-bg {
        min-height: 630px;
        background-position: 83% 100%;
    }

    .mv-co-name {
        top: 6%;
        left: 50px;
    }

    .mv-lv2-heading {
        top: 11%;
        left: 50px;
    }

    .mv__list {
        top: initial;
        bottom: 21%;
        left: 50px;
        width: 684px;
    }

    .mv__item {
        padding: 14px 4px;
    }

    .mv-btn-wrap {
        left: 50px;
        margin-left: 0;
        bottom: 5%;
    }

    .mv-btn-wrap .btn {
        width: 354px;
        padding: 25px 80px;
        font-size: 22px;
    }

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

@media(max-width: 743px) {
    .mv {
        margin-top: 50px;
    }

    .mv-bg {
        background-image: url(../img/sp-mv-bg.png);
        height: calc(100vh - 50px);
        max-height: 820px;
    }

    .mv-img {
        width: 100%;
        display: block;
        position: absolute;
        top: 23%;
        margin: 0;
    }

    .mv-co-name {
        font-size: clamp(1.125rem, 0.87rem + 1.09vw, 1.375rem);
        top: 27px;
        left: 13px;
    }

    .mv-lv2-heading {
        font-size: clamp(2.25rem, 1.3584rem + 3.8043vw, 3.125rem);
        top: 55px;
        left: 12px;
        letter-spacing: -.025em;
        line-height: 1.16;
    }

    .mv-lv2-heading--sm {
        font-size: 100%;
    }

    .mv__list {
        top: initial;
        bottom: 14%;
        display: block;
        width: calc(100% - 26px);
        margin: 0 auto;
        left: 13px;
    }

    .mv__item {
        width: 100%;
        margin: 0;
        padding: 5px 2px 10px;
    }

    .mv__item + .mv__item {
        margin-top: 11px;
    }

    .mv__item-txt>span {
        display: inline-block;
    }

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

    .mv__item-txt--md {
        font-size: 13px;
    }

    .mv__item-txt-sm {
        font-size: 13px;
    }

    .mv__item-txt--important {
        font-size: 15px;
    }

    .mv__item-txt--important-lg {
        font-size: 24px;
    }

    .mv-btn-wrap {
        bottom: 3.9%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        width: 95%;
        text-align: center;
    }

    
    .mv-mark2.is-active::after {
        position: absolute;
        content: "";
        border-left: 12px solid transparent;
        border-right: 0px solid transparent;
        border-top: 20px solid #fff;
        top: -23px;
        right: 10px;
    }
    
    .mv-mark2.is-active::before {
        position: absolute;
        content: "※自社調べ2023年5月実績";
        background-color: #fff;
        color: #000;
        padding: 7px 11px;
        top: -43px;
        font-size: 11px;
        width: 170px;
        right: 0;
        border: 1px solid #858585;
    }
}

@media(max-width: 479px) {

    .mv-bg {
        background-image: url(../img/sp-mv-bg.png);
        height: calc(100vh - 50px + 39px + var(--vh, 1vh) * 100);
        max-height: 715px;
    }

    .mv-img {
        top: 183px;
    }

    .mv-btn-wrap {
        bottom: initial;
        top: 602px;
    }

    .mv-mark1, .mv-mark2 {
        width: 13px;
    }

    .mv__list {
        top: 428px;
    }
}

@media(max-width: 374px) {

    .mv-bg {
        max-height: 650px;
    }

    .mv-img {
        top: 23%;
    }

    .mv-co-name {
        font-size: 16px;
        top: 2.22%;
        left: 3.33%;
    }

    .mv-lv2-heading {
        top: 7%;
        font-size: 28px;
    }

    .mv__list {
        top: 381px;
    }

    .mv-btn-wrap {
        top: 547px;
    }
}

/* 多彩な支援可能テーマ */
/*============================*/
.theme {
    background-color: #fff;
    padding-top: 79px;
    padding-bottom: 99px;
}

.theme__txt {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 53px;
}

.theme__list {
    display: flex;
    flex-wrap: wrap;
    margin: -9px 0 0 -11px;
    padding-top: 28px;
}

.theme__item {
    width: calc(100% / 5 - 11px);
    margin: 9px 0 0 11px;
    border: 2px solid #002536;
    border-radius: 6px;
    height: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
}

.theme__item--sm {
    font-size: 16px;
}

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

@media(max-width: 1279px) {
    .theme {
        padding-top: 69px;
        padding-bottom: 76px;
    }

    .theme__txt {
        font-size: 20px;
        margin-top: 42px;
    }

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

@media(max-width: 959px) {
    .theme__list {
        margin: 0;
        flex-wrap: initial;
    }

    .theme__item {
       width: 100%;
        margin: 0;
        font-size: 12px;
        padding: 0 12px;
    }

    .swiper-inner {
        position: relative;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        display: block;
    }
    
    .swiper-button-prev {
        left: -28px!important;
        right: auto!important;
        transform: translateY(-50%);
        top: 96%;
    }
    
    .swiper-button-prev:after {
        content: "\f053"!important;
        font-size: 15px;
        font-family: "Font Awesome 6 Free";
        position: absolute;
        font-weight: 900;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #002536;
    }
    
    .swiper-button-next {
        right: -28px!important;
        left: auto!important;
        transform: translateY(-50%);
        top: 96%;
    }
    
    .swiper-button-next:after {
        content: "\f054"!important;
        font-size: 15px;
        font-family: "Font Awesome 6 Free";
        position: absolute;
        font-weight: 900;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #002536;
    }
}

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

    .theme .ly-inner {
        padding: 0 27px;
    }

    .theme__txt {
        font-size: 21px;
        font-weight: 700;
        margin-top: 28px;
    }

    .theme__item {
        padding: 0 4px;
    }
}

@media(max-width: 479px) {
    .theme__txt {
        margin-top: 20px;
    }
}

/* サービスについて */
/*============================*/
.service {
    background-color: #f1f6fa;
    padding-top: 100px;
    padding-bottom: 80px;
}

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

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

.service__cont-col2 {
    width: 50%;
}

.service__cont-col2-img {
    width: 79.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%;
}

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

@media(max-width: 1279px) {
    .service {
        padding-top: 86px;
        padding-bottom: 70px;
    }
    .service__btn {
        margin-top: 110px;
    }
}

@media(max-width: 959px) {
    .service__cont2 {
        margin-top: 65px;
    }

    .service__btn {
        margin-top: 60px;
    }
}

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

    .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;
    }
    
}

/* 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;
    }
}

@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;
    padding-top: 102px;
    padding-bottom: 98px;
}

.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;
}

.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: 470px;
}

@media(max-width: 1279px) {
    .voice {
        padding-top: 86px;
        padding-bottom: 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;
    }
}

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

    .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;
    }
}

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

    .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: 6px;
        margin-right: 45px;
    }

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

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

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

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

    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 11px!important;
    }

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

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

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

@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: 79px;
}

.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.5em;
    margin-top: 7px;
}

.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: 79px;
    text-align: center;
}

@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;
    }
}

@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: 60px;
        padding-bottom: 60px;
    }

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

    .flow__item {
        margin: 0 auto;
        width: 76%;
        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;
    }
}

@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: 50px;
}

.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: 27px;
}

.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: #b8d9f0;
    line-height: 1;
}

.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: 20px;
    }

    .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: 42px;
        padding-bottom: 30px;
    }

    .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: 17px;
    }

    .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;
    }

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

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

/* 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;
}

.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: 14px;
    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: 33px;
}

.cta__col1 {
    width: 50%;
}

.cta__col2 {
    width: 50%;
}

.cta__btn {
    text-align: right;
}

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

@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;
    }

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

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

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

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

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

@media(max-width: 959px) {

    .cta .ly-inner {
        max-width: 426px;
        margin: 0 auto;
        padding: 0 13px;
    }

    .cta {
        padding-top: 27px;
        padding-bottom: 36px;
    }

    .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: 14px;
    }

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

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

    .cta__ttl {
        text-align: left;
        box-decoration-break: clone;
        font-size: 24px;
        background-image: linear-gradient(transparent 72%, #fba925 72%);
        display: inline;
    }

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

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

    .cta__ttl--lg2 {
        font-size: 30px;
    }
    
    .cta__ttl .sp-none {
      display: none;
    }
    
    .cta__ttl .sp-br {
      display: inline;
    }

    .cta__wrap {
        display: block;
        margin-top: 31px;
    }

    .cta__col1 {
        width: 100%;
    }

    .cta__col2 {
        width: 100%;
        margin-top: 19px;
    }

    .cta .txt {
        font-size: 17px;
        line-height: 1.56;
        letter-spacing: .01em;
    }

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

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

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

    .cta__tel {
        margin-top: 15px;
    }

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

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

    .cta__btn {
        text-align: center;
    }

    .cta__col2-txt-wrap {
    max-width: initial;
    margin: 0 auto;
}
}

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

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

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

    .cta__ttl--lg2 {
        font-size: 28.5px;
    }

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

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

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

/* footer */
/*============================*/
.footer {
    background-color: #fff;
    padding-top: 33px;
    padding-bottom: 30px;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__pv {
    width: 76px;
}

.footer__pv img {
    width: 100%;
}

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

.footer__logo {
    margin-bottom: 32px;
    width: 308px;
}

.footer__logo img {
    width: 100%;
}

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

    .footer__logo {
        width: 285px;
        margin-bottom: 24px;
    }

    .footer__small {
        font-size: 12px;
    }

    .footer__pv {
        width: 66px;
    }
}

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

    .footer__logo {
        width: 230px;
        margin-bottom: 17px;
    }

    .footer__small {
        font-size: 11px;
    }

    .footer__pv {
        width: 50px;
    }
}

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

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

    .footer__logo {
        width: 44%;
        max-width: 230px;
        margin-bottom: 9px;
    }

    .footer__small {
        font-size: 10px;
    }

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