@charset "UTF-8";

a.link {
  text-decoration: underline;
  font-weight: bold;
}
a.link_blank {
  padding-right: 1.75em;
  background: url(../img/company/ic.svg) no-repeat right 50%/auto 1.1em;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    padding-bottom: 68px;
    padding-top: 60px;
    overflow-x: hidden;
  }

  header,
  header.smlHeader {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  }

  header .header_top {
    display: none;
  }


  header .logo,
  header.smlHeader .logo {
    width: 280px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 18px;
  }

  header .logo a:hover,
  header.smlHeader .logo a:hover {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  header .logo img,
  header.smlHeader .logo img {
    width: 100%;
  }

  header .logo span,
  header.smlHeader .logo span {
    font-size: 10px;
    font-weight: 500;
    display: block;
    padding-bottom: 0.1em;
  }

  header .header_menu,
  header.smlHeader .header_menu {
    /*display: none;*/
  }
  header .header_menu2 .dropdown_box {
    display: none;
  }

  header nav.menu,
  header.smlHeader nav.menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 14px 80px;
    display: block;
  }

  header nav.menu .logo,
  header.smlHeader nav.menu .logo {
    margin-left: 0;
  }

  header nav.menu ul.menu1 li,
  header.smlHeader nav.menu ul.menu1 li {
    width: 100%;
    margin: 0 auto;
  }

  header nav.menu ul.menu1 li.list.pt1,
  header.smlHeader nav.menu ul.menu1 li.list.pt1 {
    display: none;
  }

  header nav.menu ul.menu1 li a,
  header.smlHeader nav.menu ul.menu1 li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0.65em 10px;
    position: relative;
    border-bottom: 1px solid #CECECE;
    letter-spacing: 0;
  }

  header nav.menu ul.menu1 li a:hover,
  header.smlHeader nav.menu ul.menu1 li a:hover {
    background-color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
  }

  header nav.menu ul.menu1 li a br,
  header.smlHeader nav.menu ul.menu1 li a br {
    display: none;
  }

  header nav.menu ul.menu1 li a.group,
  header.smlHeader nav.menu ul.menu1 li a.group {
    font-weight: bold;
    color: #106ECC;
    border-left: 3px solid #106ECC;
  }

  header nav.menu ul.menu1 li a.personal,
  header.smlHeader nav.menu ul.menu1 li a.personal {
    font-weight: bold;
    color: #2AB4AD;
    border-left: 3px solid #2AB4AD;
  }

  header nav.menu ul.menu1 li a.faq,
  header.smlHeader nav.menu ul.menu1 li a.faq {
    border-bottom: none;
    background-color: rgba(176, 210, 247, .52);
    color: #043D78;
    margin-bottom: 2em;
  }

  header nav.menu ul.menu1 li.btn a,
  header.smlHeader nav.menu ul.menu1 li.btn a {
    margin: 1em auto 0;
    width: 200px;
    text-align: center;
    border-bottom: none;
    color: #fff;
    background-color: #043D78;
    border-radius: 2em;
    font-size: 13px;
  }

  header nav.menu>.btn,
  header.smlHeader nav.menu>.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em auto 0;
    width: 100%;
    max-width: 347px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header nav.menu>.btn li,
  header.smlHeader nav.menu>.btn li {
    width: 48%;
  }

  header nav.menu>.btn li.btn a,
  header.smlHeader nav.menu>.btn li.btn a {
    background-color: #2AB4AD;
    padding: 1em 0;
    font-size: 14px;
    border-radius: 3em;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #2AB4AD;
  }

  header nav.menu>.btn li.btn a:hover,
  header.smlHeader nav.menu>.btn li.btn a:hover {
    background-color: #fff;
  }

  header nav.menu>.btn li.btn a:hover .ic,
  header.smlHeader nav.menu>.btn li.btn a:hover .ic {
    color: #2AB4AD;
  }

  header nav.menu>.btn li.btn a:hover .ic::before,
  header.smlHeader nav.menu>.btn li.btn a:hover .ic::before {
    background: url(../img/header_ic1_on.svg) no-repeat;
    background-size: contain;
  }

  header nav.menu>.btn li.btn a .ic,
  header.smlHeader nav.menu>.btn li.btn a .ic {
    color: #fff;
    padding-left: 1.5em;
    position: relative;
  }

  header nav.menu>.btn li.btn a .ic::before,
  header.smlHeader nav.menu>.btn li.btn a .ic::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 1.25em;
    height: 0.75em;
    background: url(../img/header_ic1.svg) no-repeat;
    background-size: contain;
  }

  header nav.menu>.btn li.btn.docu a,
  header.smlHeader nav.menu>.btn li.btn.docu a {
    background-color: #F7B010;
    margin-left: 0;
    border: 1px solid #F7B010;
  }

  header nav.menu>.btn li.btn.docu a:hover,
  header.smlHeader nav.menu>.btn li.btn.docu a:hover {
    background-color: #fff;
  }

  header nav.menu>.btn li.btn.docu a:hover .ic,
  header.smlHeader nav.menu>.btn li.btn.docu a:hover .ic {
    color: #F7B010;
  }

  header nav.menu>.btn li.btn.docu a:hover .ic::before,
  header.smlHeader nav.menu>.btn li.btn.docu a:hover .ic::before {
    background: url(../img/header_ic2_on.svg) no-repeat;
    background-size: contain;
  }

  header nav.menu>.btn li.btn.docu a .ic::before,
  header.smlHeader nav.menu>.btn li.btn.docu a .ic::before {
    background: url(../img/header_ic2.svg) no-repeat;
    background-size: contain;
  }

  header nav.menu .tel,
  header.smlHeader nav.menu .tel {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 0;
  }

  header nav.menu .tel a,
  header.smlHeader nav.menu .tel a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.5em;
    padding: 0.75em 0;
    margin-left: -1em;
  }

  header nav.menu .tel a:hover,
  header.smlHeader nav.menu .tel a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header nav.menu .tel a .num,
  header.smlHeader nav.menu .tel a .num {
    font-style: normal;
    font-size: 28px;
    padding-left: 1.1em;
    background: url(../img/cv_tel.svg) no-repeat left 23%/0.8em;
    font-family: 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
    font-weight: bold;
  }

  header nav.menu .tel a p,
  header.smlHeader nav.menu .tel a p {
    font-size: 14px;
  }

  #modal-overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9;
  }

  .menu_toggle {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    z-index: 10;
    width: 60px;
    cursor: pointer;
  }

  .menu_toggle:hover {
    opacity: 0.7;
  }

  .menu_toggle>span {
    display: block;
    text-align: center;
  }

  .menu_toggle>div {
    position: relative;
    height: 30px;
    width: 34px;
    z-index: 100;
    top: 18px;
    left: 13px;
  }

  .menu_toggle>div>span {
    display: block;
    width: inherit;
    height: 3px;
    background: #0F151C;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }

  .menu_toggle>div>span:first-of-type {
    top: 0;
  }

  .menu_toggle>div>span:nth-of-type(2) {
    top: 10px;
  }

  .menu_toggle>div>span:last-of-type {
    top: 20px;
  }

  .menu_toggle.open>div>span {
    width: 30px;
    top: 12px;
    left: 0;
    background-color: #0F151C;
  }

  .menu_toggle.open>div>span:first-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu_toggle.open>div>span:nth-of-type(2) {
    opacity: 0;
  }

  .menu_toggle.open>div>span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #pagetop {
    display: block;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    background-color: #2AB4AD;
    border: 1px solid #2AB4AD;
    border-radius: 50%;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: 10px;
    bottom: -6em;
    right: 0;
  }

  #pagetop::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5em;
    bottom: 0;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #pagetop:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
  }

  #pagetop:hover::before {
    border-color: #2AB4AD;
  }

  footer {
    background-color: #F7F7F7;
    padding-top: 2em;
  }
  footer .bg {
    background-color: #F7F7F7;
    padding-top: 2em;
    padding-bottom: 1em;
  }
  footer .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .wrap .footer_l {
    padding-bottom: 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .wrap .footer_l a.logo {
    display: none;
  }

  footer .wrap .footer_l .tel {
    display: none;
  }

  footer .wrap .footer_l .p_ic a {
    width: 245px;
    margin: 2em auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  footer .wrap .footer_l .p_ic a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  footer .wrap .footer_l .p_ic a img {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  footer .wrap .footer_l .p_ic a p {
    padding-left: 1.5em;
    font-size: 10px;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
  }

  footer .wrap .footer_menu_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu {
    margin-right: 1.5em;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu:last-of-type {
    display: none;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu:nth-of-type(2) {
    padding-left: 1em;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li {
    margin-bottom: 1em;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>a {
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    width: 11em;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }


  footer .footer_logo {
    display: block;
    width: 157px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  footer .footer_logo:hover {
    opacity: 0.7;
  }

  footer .copyright {
    width: 100%;
    text-align: center;
    padding: 1.5em 0 1.5em;
    font-size: 10px;
    font-weight: 500;
    display: block;
  }

  .fixed_bnr {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68px;
    background-color: rgba(255, 255, 255, .7);
    display: none;
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.75em 0.5em;
  }

  .fixed_bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fixed_bnr ul li {
    width: 48%;
    max-width: 173px;
    margin-right: 2%;
  }

  .fixed_bnr ul li a {
    display: block;
    font-size: 14px;
    background-color: #2AB4AD;
    border-radius: 3em;
    text-align: center;
    padding: 1em 0;
    border: 1px solid #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .fixed_bnr ul li a:hover {
    background-color: #fff;
  }

  .fixed_bnr ul li a:hover span {
    color: #2AB4AD;
  }

  .fixed_bnr ul li a:hover span::before {
    background: url(../img/header_ic1_on.svg) no-repeat;
    background-size: contain;
  }

  .fixed_bnr ul li a span {
    color: #fff;
    padding-left: 1.5em;
    position: relative;
  }

  .fixed_bnr ul li a span::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 1.25em;
    height: 0.75em;
    background: url(../img/header_ic1.svg) no-repeat;
    background-size: contain;
  }

  .fixed_bnr ul li.docu {
    width: 50%;
    max-width: 180px;
    margin-right: 0;
  }

  .fixed_bnr ul li.docu a {
    background-color: #F98A0F;
    border: 1px solid #F98A0F;
  }

  .fixed_bnr ul li.docu a:hover {
    background-color: #fff;
  }

  .fixed_bnr ul li.docu a:hover span {
    color: #F98A0F;
  }

  .fixed_bnr ul li.docu a:hover span::before {
    background: url(../img/header_ic2_on.svg) no-repeat;
    background-size: contain;
  }

  .fixed_bnr ul li.docu a span {
    padding-left: 1.5em;
  }

  .fixed_bnr ul li.docu a span::before {
    background: url(../img/header_ic2.svg) no-repeat left top/1em auto;
  }

  .fixed_bnr .pagetop {
    position: absolute;
    top: -50px;
    right: -5px;
  }

  .fixed_bnr .pagetop span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #106ECC;
    border: 1px solid #fff;
    border-radius: 0.5em;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: 20px;
  }

  .fixed_bnr .pagetop span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5em;
    bottom: 0;
    margin: auto;
    display: block;
    width: 1em;
    height: 1em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .ttl2 {
    text-align: center;
    font-size: 16px;
    color: #2AB4AD;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .ttl2 .iria {
    font-size: 36px;
    color: #2AB4AD;
    display: block;
  }

  .ttl2+.catch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1.25em;
    line-height: 2;
  }

  .ttl2+.catch .green {
    color: #2AB4AD;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE783));
    background: linear-gradient(transparent 70%, #FFE783 70%);
  }

  .ttl2+.catch+p {
    text-align: left;
    padding-top: 2em;
    font-size: 15px;
    line-height: 2em;
  }
  .ttl2l+.catch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1.25em;
    line-height: 2;
  }
  .ttl2l+.catch .green {
    color: #2AB4AD;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE783));
    background: linear-gradient(transparent 70%, #FFE783 70%);
  }

  .ttl2l+.catch+p {
    text-align: left;
    padding-top: 2em;
    font-size: 15px;
    line-height: 2em;
  }

  .ttl2+.catch+p br {
    display: none;
  }
    h5 {
        font-size: 16px;
        font-weight: bold;
        color: #2AB4AD;
        margin: 20px 0 -10px;
    }
    .table_c {
        display: block;
        font-family: 'Noto Sans JP';
        unicode-bidi: isolate;
        margin: 1em 0px;
        border: 1px solid;
        padding: 20px;
        margin-top: 10px;
    }
    .toc div {
        padding-top: 0.4em;
    }
    .toc a {
        font-weight: bold;
        position: relative;
        display: inline-block;
        padding: 0 12px;
        margin: 5px 0;
        vertical-align: middle;
        transition: .2s;
    }
    .toc a::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0.3em 0 0 0;
        content: "";
        vertical-align: top;
        box-sizing: border-box;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 6px solid #2AB4AD;
    }


  .home .company_list {
    background-color: #EBEAEA;
    padding: 1.5em 0;
    overflow-x: hidden;
    margin: auto;
  }

  .home .company_list .ttl2_1 {
    text-align: center;
    font-size: 18px;
  }

  .home .company_list .ttl2_1 .line {
    font-weight: 500;
    position: relative;
  }


  .home .company_list #company_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home .company_list #company_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 1em;
    top: 0;
  }

  .home .company_list #company_list ul li {
    width: 130px;
    margin: 0 0.25em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .08);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .08);
  }

  .home .company_list #company_list ul:first-child {
    -webkit-animation: loop 120s linear infinite;
    animation: loop 120s linear infinite;
  }

  .home .company_list #company_list ul:nth-child(2) {
    -webkit-animation: loop2 120s -80s linear infinite;
    animation: loop2 120s -80s linear infinite;
  }

  .home .company_list #company_list ul:last-child {
    -webkit-animation: loop3 120s -40s linear infinite;
    animation: loop3 120s -40s linear infinite;
  }

  .home .should {
    background: url(../img/mainte_bg.png) no-repeat #fff center top/100% 50%;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .home .should .bg {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    width: calc(100% - 36px);
    background-color: #fff;
    border-radius: 0.5em;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .07);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .07);
    padding: 2em 1em 1.5em;
  }
    .home .should .bg .big {
        font-weight: bold;
        font-size: 18px;
    }
    .home .should .bg .yel {
        font-weight: bold;
        background: linear-gradient(transparent 70%, #FFFA82 70%);
    }
    .ora {
        font-weight: bold;
        font-size: 25px;
        color: #F98A0F;
    }
    .home .should .bg .blu {
        font-weight: bold;
        color: #2AB4AD;
    }
  .home .should .bg .ttl2_1 {
    text-align: center;
    margin-bottom: 2em;
  }

  .home .should .bg .ttl2_1 .line {
    color: #2AB4AD;
    border-bottom: 2px solid #2AB4AD;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0em;
    padding-bottom: 0.25em;
    display: inline-block;
  }

  .home .should .bg p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    padding-bottom: 1em;
  }

  .home .about {
    background-color: #F7F7F7;
    padding: 4em 0;
  }

  .home .about .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .home .about ul {
    margin-top: 2em;
    width: 100%;
    display: block;
  }

  .home .about ul li {
    margin: 4em auto;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .home .about ul li .img {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .home .about ul li .img img {
    width: 8em;
    height: 8em;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .home .about ul li .img .num {
    position: absolute;
    left: -1em;
    top: -1em;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #2AB4AD;
    color: #fff;
    font-size: 23px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }

  .home .about ul li .img .num .en {
    display: block;
    font-size: 8px;
    color: #fff;
    -webkit-transform: scale(80%);
    transform: scale(80%);
  }

  .home .about ul li .ttl3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1em;
  }

  .home .about ul li .ttl3 .green {
    font-size: 24px;
    font-weight: bold;
    color: #2AB4AD;
  }

  .home .about ul li p {
    margin-top: 1em;
    font-size: 15px;
  }

  .home .about .movie {
    margin: 3em auto 0;
    width: 100%;
    max-width: 640px;
    position: relative;
    height: 0;
    padding: 56.25% 0 0;
    overflow: hidden;
  }

  .home .about .movie iframe {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
  }

  .home .feature {
    padding: 4em 0;
  }

  .home .feature .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .home .feature .ttl3_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #2AB4AD;
    margin-top: 3em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
  }

  .home .feature .ttl3_1:not(:first-of-type) {
    margin-top: 4em;
  }

  .home .feature .ttl3_1 .num {
    width: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #2AB4AD;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    line-height: 1;
  }

  .home .feature .ttl3_1 .num::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #707070;
  }

  .home .feature .ttl3_1 .num .en {
    font-size: 10px;
    color: #2AB4AD;
  }

  .home .feature .ttl3_1 .ttl {
    font-size: 20px;
    font-weight: bold;
    padding-left: 1em;
  }

  .home .feature .ttl3_1 .ttl .green {
    font-weight: bold;
    color: #2AB4AD;
  }

  .home .feature ul {
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
  }

  .home .feature ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 1.5em;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1em;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    overflow: hidden;
  }

  .home .feature ul li .ttl4_1 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 1.75em;
  }

  .home .feature ul li .ttl4_1::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1em;
    height: 9px;
    background-color: #2AB4AD;
  }

  .home .feature ul li p {
    margin-top: auto;
    padding: 0 2em 2em;
    font-size: 15px;
    line-height: 2;
  }

  .home .feature ul li .ic {
    width: 100%;
    height: 120px;
    background-size: 4.5em !important;
  }

  .home .feature ul li .ic.ic1 {
    background: url(../img/feature_ic1.svg) no-repeat center;
    background-size: 4.25em !important;
  }

  .home .feature ul li .ic.ic2 {
    background: url(../img/feature_ic2.svg) no-repeat center;
  }

  .home .feature ul li .ic.ic3 {
    background: url(../img/feature_ic3.svg) no-repeat center;
  }

  .home .feature ul li .ic.ic4 {
    background: url(../img/feature_ic4.svg) no-repeat center;
    background-size: 4.75em !important;
  }

  .home .feature ul li .ic.ic5 {
    background: url(../img/feature_ic5.svg) no-repeat center;
  }

  .home .feature ul li .ic.ic6 {
    background: url(../img/feature_ic6.svg) no-repeat center;
  }

  .home .feature ul li .ic.ic7 {
    background: url(../img/feature_ic7.svg) no-repeat center;
    background-size: 4em !important;
  }

  .home .feature ul li .ic.ic8 {
    background: url(../img/feature_ic8.svg) no-repeat center;
    background-size: 3.75em !important;
  }

  .home .feature ul li .ic.ic9 {
    background: url(../img/feature_ic9.svg) no-repeat center;
  }

  .home .feature ul li .box {
    padding: 1.5em 0 0;
    display: block;
  }

  .home .feature ul li a {
    background: url(../img/feature_arw.svg) #fff no-repeat center bottom 1.75em/2em;
    padding-bottom: 0.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .feature ul li a:hover {
    background: url(../img/feature_arw_on.svg) #2AB4AD no-repeat center bottom 1.75em/2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .feature ul li a:hover .ttl4_1 {
    color: #fff;
  }

  .home .feature ul li a:hover .ttl4_1::before {
    content: "";
    background-color: #fff;
  }

  .home .feature ul li a:hover p {
    color: #fff;
  }

  .home .feature ul li a:hover .ic.ic1 {
    background: url(../img/feature_ic1_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic2 {
    background: url(../img/feature_ic2_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic3 {
    background: url(../img/feature_ic3_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic4 {
    background: url(../img/feature_ic4_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic5 {
    background: url(../img/feature_ic5_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic6 {
    background: url(../img/feature_ic6_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic7 {
    background: url(../img/feature_ic7_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic8 {
    background: url(../img/feature_ic8_on.svg) no-repeat center;
  }

  .home .feature ul li a:hover .ic.ic9 {
    background: url(../img/feature_ic9_on.svg) no-repeat center;
  }

  .home .feature a.btn {
    width: 100%;
    max-width: 317px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: rgb(61, 151, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgb(61, 151, 255)), to(rgb(123, 207, 16)));
    background: linear-gradient(90deg, rgb(61, 151, 255) 0%, rgb(123, 207, 16) 100%);
    border-radius: 3em;
    margin: 3em auto 0;
    padding: 1.5em 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .feature a.btn:hover {
    background: #fff;
    border: 2px solid #2AB4AD;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support {
    background: url(../img/spt_bg.png) no-repeat center top/cover;
    padding: 4em 0;
  }

  .home .support .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    max-width: 1090px;
  }

  .home .support .ttl2 {
    color: #fff;
  }

  .home .support .ttl2 .iria {
    color: #fff;
  }

  .home .support .ttl2+.catch {
    color: #fff;
  }

  .home .support .ttl2+.catch .green {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 231, 131, .71)));
    background: linear-gradient(transparent 70%, rgba(255, 231, 131, .71) 70%);
  }

  .home .support ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home .support ul li {
    width: 70px;
    height: 70px;
    margin: 0 17px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5em;
  }

  .home .support ul li .box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home .support ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .home .support ul li.ic1 .box {
    background: url(../img/spt_ic1.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic1 .box .txt {
    white-space: normal;
    bottom: -3em;
    margin-left: -0.5em;
    margin-right: -0.5em;
    line-height: 1.25;
  }

  .home .support ul li.ic1 a:hover .box {
    background: url(../img/spt_ic1_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic2 .box {
    background: url(../img/spt_ic2.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic2 a:hover .box {
    background: url(../img/spt_ic2_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic3 .box {
    background: url(../img/spt_ic3.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic3 a:hover .box {
    background: url(../img/spt_ic3_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic4 .box {
    background: url(../img/spt_ic4.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic4 a:hover .box {
    background: url(../img/spt_ic4_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic5 .box {
    background: url(../img/spt_ic5.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic5 a:hover .box {
    background: url(../img/spt_ic5_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic6 .box {
    background: url(../img/spt_ic6.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic6 a:hover .box {
    background: url(../img/spt_ic6_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic7 .box {
    background: url(../img/spt_ic7.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic7 a:hover .box {
    background: url(../img/spt_ic7_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic8 .box {
    background: url(../img/spt_ic8.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic8 a:hover .box {
    background: url(../img/spt_ic8_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic9 .box {
    background: url(../img/spt_ic9.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic9 a:hover .box {
    background: url(../img/spt_ic9_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic10 .box {
    background: url(../img/spt_ic10.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic10 a:hover .box {
    background: url(../img/spt_ic10_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic11 .box {
    background: url(../img/spt_ic11.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic11 a:hover .box {
    background: url(../img/spt_ic11_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic12 .box {
    background: url(../img/spt_ic12.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li.ic12 a:hover .box {
    background: url(../img/spt_ic12_on.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support ul li .txt {
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2em;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
  }

  .home .support a.btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #2AB4AD;
    font-weight: bold;
    border-radius: 3em;
    margin: 1em auto 0;
    padding: 1.25em 0;
    border: 2px solid #fff;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .support a.btn:hover {
    background: rgb(28, 180, 96);
    background: -webkit-gradient(linear, left top, right top, from(rgb(28, 180, 96)), to(rgb(28, 139, 176)));
    background: linear-gradient(90deg, rgb(28, 180, 96) 0%, rgb(28, 139, 176) 100%);
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .case {
    padding: 4em 0;
  }

  .home .case .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .home .case ul {
    display: block;
    margin-top: 2em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home .case ul li {
    width: 100%;
    margin-bottom: 1em;
  }

  .home .case ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 1.25em;
    border-radius: 0.75em;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .case ul li a .img_box {
    overflow: hidden;
  }

  .home .case ul li a img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 0.5;
    transition-duration: 0.5;
  }

  .home .case ul li a .cat {
    padding: 0.5em 0 0.25em;
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .home .case ul li a .cat span {
    font-weight: bold;
    font-size: 13px;
    color: #2AB4AD;
    border: 1px solid #2AB4AD;
    text-align: center;
    display: inline-block;
    padding: 0.25em 1em;
    min-width: 120px;
    border-radius: 2em;
    margin-bottom: 0.25em;
  }

  .home .case ul li a .name {
    padding: 0.5em 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }

  .home .case ul li a p {
    font-size: 15px;
    padding: 0.5em 0 0;
    line-height: 2;
  }

  .home .case ul li a:hover {
    background-color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .case ul li a:hover .cat span {
    color: #fff;
    border-color: #fff;
  }

  .home .case ul li a:hover .name {
    color: #fff;
  }

  .home .case ul li a:hover p {
    color: #fff;
  }

  .home .case ul li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .home .case a.btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: rgb(61, 151, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgb(61, 151, 255)), to(rgb(123, 207, 163)));
    background: linear-gradient(90deg, rgb(61, 151, 255) 0%, rgb(123, 207, 163) 100%);
    border-radius: 3em;
    margin: 3em auto 0;
    padding: 1.25em 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .case a.btn:hover {
    background: #fff;
    border: 2px solid #2AB4AD;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .lineup {
    padding: 4em 0 2em;
    background-color: #F7F7F7;
  }

  .home .lineup .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .home .lineup .wrap>ul {
    margin: 0 auto;
  }

  .home .lineup .wrap>ul>li {
    width: 100%;
    max-width: 430px;
    margin: 1.5em auto 0;
    border-radius: 1em;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    border: 2px solid #dadada;
    padding: 0 2em;
  }

  .home .lineup .wrap>ul>li .ttl3_1 {
    padding: 1.5em 0.5em;
    background-color: #2AB4AD;
    border-radius: 0.5em 0.5em 0 0;
    text-align: center;
    border-bottom: 2px solid #dadada;
  }

  .home .lineup .wrap>ul>li .ttl3_1 .iria {
    text-align: center;
    font-size: 13px;
    color: #2AB4AD;
    padding: 0.25em 1.5em;
    border-radius: 2em;
    background-color: #fff;
    display: inline-block;
    letter-spacing: 0.1em;
  }

  .home .lineup .wrap>ul>li .ttl3_1 .ttl1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2AB4AD;
    margin-top: 0.75em;
    width: 100%;
    display: block;
  }
  .home .lineup .wrap>ul>li .ttl3_1 .ttl2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2AB4AD;
    margin-top: 0.75em;
    width: 100%;
    display: block;
  }
  .home .lineup .wrap>ul>li .ttl3_1 .ttl3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2AB4AD;
    margin-top: 0.75em;
    width: 100%;
    display: block;
  }

  .home .lineup .wrap>ul>li .catch {
    font-size: 17px;
    line-height: 1.75;
    padding: 20px 30px 10px;
    font-weight: 500;
  }

  .home .lineup .wrap>ul>li p {
    font-size: 14px;
    padding-top: 1em;
    padding: 5px 30px;
    font-weight: 500;
  }

  .home .lineup .wrap>ul>li .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
  }

  .home .lineup .wrap>ul>li .cat li {
    font-size: 12px;
    width: 48%;
    font-weight: 500;
    text-align: center;
    border: 1px solid #1A1A1A;
    border-radius: 0.25em;
    display: inline-block;
    padding: 0.25em 1em;
    font-weight: 500;
  }

  .home .lineup .wrap>ul>li .price {
    padding: 0 30px 0.5em 45px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 0.75em;
    position: relative;
    font-weight: 500;
    margin-bottom: 1em;
  }

  .home .lineup .wrap>ul>li .price::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0.6em;
    bottom: 0;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li .btn {
    margin: 1em auto 0;
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 1em 0;
    color: #fff;
    text-align: center;
    border-radius: 3em;
    background-color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li a {
    display: block;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .lineup .wrap>ul>li a:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .home .lineup .wrap>ul>li a:hover .ttl3_1 .ttl {
    color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li a:hover .cat li {
    border-color: #fff;
    color: #fff;
  }

  .home .lineup .wrap>ul>li a:hover .price {
    color: #fff;
  }

  .home .lineup .wrap>ul>li a:hover .price::before {
    background-color: #fff;
  }

  .home .lineup .wrap>ul>li.pt1 .ttl3_1 {
    background-color: #fff;
  }

  .home .lineup .wrap>ul>li.pt1 .ttl3_1 .iria {
    color: #fff;
    background-color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li.pt1 .btn {
    background-color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li.pt1 a:hover {
    opacity: 0.6;
  }

  .home .lineup .wrap>ul>li.pt1 a:hover .ttl3_1 .ttl {
    color: #fff;
  }

  .home .lineup .wrap>ul>li.pt1 a:hover .catch {
    color: #fff;
  }

  .home .lineup .wrap>ul>li.pt1 a:hover p {
    color: #000;
  }

  .home .lineup .wrap>ul>li.pt2 .ttl3_1 {
    background-color: #fff;
  }

  .home .lineup .wrap>ul>li.pt2 .ttl3_1 .iria {
    color: #fff;
    background-color: #71B7FF;
  }

  .home .lineup .wrap>ul>li.pt2 .btn {
    background-color: #71B7FF;
  }

  .home .lineup .wrap>ul>li.pt2 a:hover {
    opacity: 0.6;
  }

  .home .lineup .wrap>ul>li.pt2 a:hover .ttl3_1 .ttl {
    color: #fff;
  }

  .home .lineup .wrap>ul>li.pt2 a:hover .catch {
    color: #fff;
  }

  .home .lineup .wrap>ul>li.pt2 a:hover .btn {
    color: #fff;
    background-color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li.pt3 .ttl3_1 {
    background-color: #fff;
  }

  .home .lineup .wrap>ul>li.pt3 .ttl3_1 .iria {
    color: #fff;
    background-color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li.pt3 .btn {
    background-color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover {
    background-color: #fff;
    opacity: 0.6;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover .ttl3_1 .ttl1 {
    color: #2AB4AD;
  }
  .home .lineup .wrap>ul>li.pt3 a:hover .ttl3_1 .ttl2 {
    color: #71B7FF;
  }
  .home .lineup .wrap>ul>li.pt3 a:hover .ttl3_1 .ttl3 {
    color: #2AB4AD;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover .catch {
    color: #fff;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover p {
    color: #000;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover .cat li {
    border-color: #fff;
    color: #fff;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover .price {
    color: #fff;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover .price::before {
    background-color: #fff;
  }

  .home .lineup .wrap>ul>li.pt3 a:hover .btn {
    color: #fff;
    background-color: #2AB4AD;
  }

  .home .mainte {
    background-color: #404040;
    padding: 3em 0;
  }

  .home .mainte .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    max-width: 780px;
  }

  .home .mainte .wrap .ttl2_1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 1em;
    color: #fff;
  }

  .home .mainte .wrap p {
    font-size: 15px;
    line-height: 2;
    color: #fff;
  }

  #download {
    background: url(../img/download_bg.png) no-repeat center top/cover;
    padding: 3em 0;
  }

  #download .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  #download .wrap .ttl2 {
    color: #fff;
    font-size: 26px;
  }

  #download .wrap .ttl2 .iria {
    font-size: 16px;
    color: #fff;
  }

  #download .wrap .img_wrap a {
    margin-top: 2em;
    display: block;
  }

  #download .wrap .img_wrap a:hover .txt .btn {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #download .wrap .img_wrap a:hover .txt .btn span {
    color: #F98A0F;
  }

  #download .wrap .img_wrap a:hover .txt .btn span::before {
    background: url(../img/download_ic_on.svg) no-repeat;
  }

  #download .wrap .img_wrap a:hover .txt img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  #download .wrap .img_wrap a .txt {
    width: 100%;
  }

  #download .wrap .img_wrap a .txt p {
    color: #fff;
    font-size: 15px;
  }

  #download .wrap .img_wrap a .txt img {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 1em auto 0;
  }

  #download .wrap .img_wrap a .txt .btn {
    display: block;
    width: 100%;
    max-width: 300px;
    background-color: #F98A0F;
    border: 1px solid #F98A0F;
    font-size: 16px;
    text-align: center;
    border-radius: 3em;
    padding: 1.25em 1em;
    margin: 1.75em auto 0;
  }

  #download .wrap .img_wrap a .txt .btn span {
    padding-left: 1.75em;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  #download .wrap .img_wrap a .txt .btn span::before {
    content: "";
    position: absolute;
    left: -0.5em;
    top: 0.25em;
    display: block;
    width: 1.5em;
    height: 1em;
    background: url(../img/download_ic.svg) no-repeat;
  }

  #download .wrap .img_wrap a .img {
    display: none;
  }

  .cta {
    padding: 2em 0;
  }

  .cta .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .cta ul {
    border: 1px solid #666666;
    border-radius: 0.75em;
    padding: 1.25em 1em;
  }

  .cta ul li.btn {
    width: 100%;
    margin-bottom: 1em;
  }

  .cta ul li.btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.75em 0 1.25em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta ul li.btn a p {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.25em;
  }

  .cta ul li.btn a .ttl {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
  }

  .cta ul li.btn.pt1 {
    background: url(../img/cv_ic1.svg) no-repeat #2AB4AD center 1.5em/2.25em auto;
    border-radius: 0.5em;
    border: 2px solid #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta ul li.btn.pt1:hover {
    background: url(../img/cv_ic1_on.svg) no-repeat #fff center 1.5em/2.25em auto;
  }

  .cta ul li.btn.pt1:hover p,
  .cta ul li.btn.pt1:hover .ttl {
    color: #2AB4AD;
  }

  .cta ul li.btn.pt2 {
    background: url(../img/cv_ic2.svg) no-repeat #F98A0F center 1.5em/2.25em auto;
    border-radius: 0.5em;
    border: 2px solid #F98A0F;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta ul li.btn.pt2:hover {
    background: url(../img/cv_ic2_on.svg) no-repeat #fff center 1.5em/2.25em auto;
  }

  .cta ul li.btn.pt2:hover p,
  .cta ul li.btn.pt2:hover .ttl {
    color: #F98A0F;
  }

  .cta ul li.btn.pt3 {
    background: url(../img/cv_ic3.svg) no-repeat #334469 center 1.25em/2em auto;
    border-radius: 0.5em;
    border: 2px solid #334469;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta ul li.btn.pt3:hover {
    background: url(../img/cv_ic3_on.svg) no-repeat #fff center 1.25em/2em auto;
  }

  .cta ul li.btn.pt3:hover p,
  .cta ul li.btn.pt3:hover .ttl {
    color: #334469;
  }

  .cta ul li.btn.pt4 {
    background: url(../img/cv_ic4.svg) no-repeat #334469 center 1.25em/2em auto;
    border-radius: 0.5em;
    border: 2px solid #334469;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta ul li.btn.pt4:hover {
    background: url(../img/cv_ic4_on.svg) no-repeat #fff center 1.25em/2em auto;
  }

  .cta ul li.btn.pt4:hover p,
  .cta ul li.btn.pt4:hover .ttl {
    color: #334469;
  }

  .cta ul li.tel {
    width: 100%;
    margin-top: 1.25em;
  }

  .cta ul li.tel a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.5em;
    border: 2px solid #222;
    padding: 1.85em 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta ul li.tel a .num {
    font-style: normal;
    font-size: 29px;
    padding-left: 1.1em;
    background: url(../img/cv_tel.svg) no-repeat left top/0.85em;
    font-family: 游ゴシック体, Yu Gothic, YuGothic, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
    font-weight: bold;
  }

  .cta ul li.tel a p {
    font-size: 15px;
    font-weight: 500;
  }

  .cta ul li.tel a:hover {
    background-color: #222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta ul li.tel a:hover .num {
    background: url(../img/cv_tel_on.svg) left 50% no-repeat;
    color: #fff;
  }

  .cta ul li.tel a:hover p {
    color: #fff;
  }

  .pankuzu {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pankuzu li a {
    margin-right: 2em;
    display: block;
    position: relative;
  }

  .pankuzu li a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pankuzu li a::before {
    content: ">";
    position: absolute;
    right: -1.5em;
    top: 0;
    width: 1em;
    height: 1em;
    text-align: center;
  }

  .page_nav {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
  }

  .page_nav li {
    margin: 1em auto;
    width: 100%;
    max-width: 239px;
  }

  .page_nav li a {
    display: block;
    text-align: center;
    padding: 0.75em 1em;
    border: 1px solid #2AB4AD;
    font-size: 15px;
    color: #2AB4AD;
    border-radius: 0.75em;
    position: relative;
  }

  .page_nav li a::before {
    content: "";
    position: absolute;
    right: 0.75em;
    left: auto;
    top: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    background: url(../img/download/pagenav_ic.svg) no-repeat center;
  }

  .page_nav li a:hover {
    background-color: #2AB4AD;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .page_nav li a:hover::before {
    background: url(../img/download/pagenav_ic_on.svg) no-repeat center;
  }

  .ttl2l {
    font-size: 26px;
    font-weight: bold;
    padding: 0.25em 0;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .ttl2l .iria {
    font-size: 16px;
    color: #2AB4AD;
    display: block;
    padding-bottom: 0.5em;
  }

  .ttl2l+.ttl3l {
    font-size: 18px;
    font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    letter-spacing: 0.04em;
  }

  .ttl2l+.ttl3l .green {
    font-weight: bold;
    color: #2AB4AD;
  }

  .ttl3l+p {
    font-size: 14px;
    text-align: center;
    padding-top: 1em;
  }

  .lower .case {
    border-top: 1px solid #2AB4AD;
    padding: 3em 0;
  }

  .lower .case .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .lower .case ul {
    display: block;
    margin-top: 2em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lower .case ul li {
    width: 100%;
    margin-bottom: 1em;
  }

  .lower .case ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 1.25em 1.25em 2.25em;
    border-radius: 0.75em;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower .case ul li a .img_box {
    overflow: hidden;
  }

  .lower .case ul li a img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 0.5;
    transition-duration: 0.5;
  }

  .lower .case ul li a .ttl {
    font-size: 14px;
    font-weight: bold;
    color: #2AB4AD;
    padding: 1.5em 1em 0;
  }

  .lower .case ul li a .txt1 {
    font-size: 14px;
    font-weight: 500;
    padding: 1em 1em 0;
  }

  .lower .case ul li a ul {
    margin-top: 0.5em;
    padding: 0 1em 1em;
  }

  .lower .case ul li a ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em 0.5em;
    border: 1px solid #2AB4AD;
    border-radius: 0.5em;
    font-size: 12px;
    font-weight: 500;
    color: #2AB4AD;
    margin-top: 0.5em;
  }

  .lower .case ul li a ul li:first-of-type {
    background-color: #2AB4AD;
  }

  .lower .case ul li a ul li:first-of-type .cat {
    border-color: #fff;
    color: #fff;
  }

  .lower .case ul li a ul li:first-of-type .txt {
    color: #fff;
  }

  .lower .case ul li a ul li:nth-of-type(2) {
    background-color: #fff;
  }

  .lower .case ul li a ul li:last-of-type {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
  }

  .lower .case ul li a ul li:last-of-type .cat {
    border-color: #000;
    color: #000;
  }

  .lower .case ul li a ul li:last-of-type .txt {
    color: #000;
  }

  .lower .case ul li a ul li .cat {
    font-weight: 500;
    color: #2AB4AD;
    padding: 0.25em 0.25em 0.25em 0;
    width: 5.5em;
    border-right: 1px solid #2AB4AD;
    text-align: center;
  }

  .lower .case ul li a ul li .txt {
    font-weight: 500;
    color: #2AB4AD;
    width: calc(100% - 5.5em);
    padding: 0.25em 0.25em 0.25em 0.75em;
  }

  .lower .case ul li a dl {
    margin-top: 0;
    padding: 0 1em;
  }

  .lower .case ul li a dl dt {
    position: relative;
  }

  .lower .case ul li a dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 1px;
    background-color: #2AB4AD;
    z-index: 0;
  }

  .lower .case ul li a dl dt .ic {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    background: url(../img/function/key_ic.svg) no-repeat #fff left 50%/0.95em auto;
    padding-left: 1.5em;
    padding-right: 0.75em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower .case ul li a dl dd {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0.5em;
  }

  .lower .case ul li a:hover {
    background-color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower .case ul li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .lower .case ul li a:hover .ttl {
    color: #fff;
  }

  .lower .case ul li a:hover .txt1 {
    color: #fff;
  }

  .lower .case ul li a:hover ul li {
    border-color: #fff;
  }

  .lower .case ul li a:hover ul li:nth-of-type(2) {
    background-color: #2AB4AD;
  }

  .lower .case ul li a:hover ul li:last-of-type {
    background-color: #2AB4AD;
    border-color: #fff;
  }

  .lower .case ul li a:hover ul li .cat {
    color: #fff;
    border-color: #fff;
  }

  .lower .case ul li a:hover ul li .txt {
    color: #fff;
  }

  .lower .case ul li a:hover dl dt::before {
    background-color: #fff;
  }

  .lower .case ul li a:hover dl dt .ic {
    color: #fff;
    background: url(../img/function/key_ic_on.svg) no-repeat #1CB468 left 50%/0.95em auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower .case ul li a:hover dl dd {
    color: #fff;
  }

  .lower .case a.btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: rgb(28, 180, 96);
    background: -webkit-gradient(linear, left top, right top, from(rgb(28, 180, 96)), to(rgb(28, 139, 176)));
    background: linear-gradient(90deg, rgb(28, 180, 96) 0%, rgb(28, 139, 176) 100%);
    border-radius: 3em;
    margin: 3em auto 0;
    padding: 1.25em 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower .case a.btn:hover {
    background: #fff;
    border: 2px solid #2AB4AD;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
    .sp_slide table.table_typeB {
        min-width: 600px;
　    overflow: auto;
    }
    table.table_typeB {
        border-spacing: 0px;
        width: 100%;
        border-collapse: collapse;
    }
    table.table_typeB tr th {
        background-color: #F8F8F8;
        font-weight: bold;
    }
    table.table_typeB tr th, table.table_typeB tr td {
        padding: 12px 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #E6E6E6;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
    }
  .download .mv {
    background: url(../img/download/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .download .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #fff;
  }

  .download .catch {
    text-align: center;
    padding: 1em 0.5em 0;
    font-size: 20px;
    font-weight: bold;
  }

  .download .sec1 {
    padding: 2em 0;
    overflow-x: hidden;
  }

  .download .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .download .sec1 .wrap .ttl2_1 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #2AB4AD;
    padding: 0.5em 0;
  }

  .download .sec1 .wrap .list li {
    width: 100%;
    max-width: 340px;
    margin: 2.5em auto 0;
    border-radius: 1em;
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .07);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .07);
    padding: 2.25em;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download .sec1 .wrap .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background-color: #2AB4AD;
    display: block;
  }

  .download .sec1 .wrap .list li .img {
    background-color: #f8f7f6;
    border-radius: 0.5em;
    padding: 1em 1.25em;
    text-align: center;
  }

  .download .sec1 .wrap .list li .img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 200px;
    height: 220px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
  }

  .download .sec1 .wrap .list li .ttl3 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 1.25em;
    line-height: 1.75;
    padding-bottom: 1em;
  }

  .download .sec1 .wrap .list li a {
    font-size: 14px;
    display: block;
    padding: 1em 0.25em;
    border-radius: 3em;
    background-color: #2AB4AD;
    text-align: center;
    margin-top: auto;
    border: 1px solid #2AB4AD;
  }

  .download .sec1 .wrap .list li a span {
    color: #fff;
    padding-left: 1.75em;
    background: url(../img/download/ic.svg) no-repeat left 50%/1.25em auto;
    letter-spacing: 0.1em;
  }

  .download .sec1 .wrap .list li a:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .download .sec1 .wrap .list li a:hover span {
    color: #2AB4AD;
    background: url(../img/download/ic_on.svg) no-repeat left 50%/1.25em auto;
  }

  .download .sec1.pt2 .wrap .list li .img {
    background-color: #D3D3D3;
  }

  .download .sec1.pt2 .wrap .list li .img img {
    width: 165px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0));
  }

  .seminar .mv {
    background: url(../img/seminar/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .seminar .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #fff;
  }

  .seminar .sec1 {
    padding: 2em 0 4em;
    overflow-x: hidden;
  }

  .seminar .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar .sec1 .wrap .list {
    margin-top: 1.5em;
  }

  .seminar .sec1 .wrap .list li {
    margin-bottom: 1.5em;
  }

  .seminar .sec1 .wrap .list li a {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    border-radius: 1em;
    padding: 1.5em 1.25em;
    display: block;
  }

  .seminar .sec1 .wrap .list li a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .seminar .sec1 .wrap .list li a .img {
    width: 100%;
    max-width: 326px;
    margin: 0 auto;
  }

  .seminar .sec1 .wrap .list li a .txt {
    width: 100%;
    margin-top: 1em;
  }

  .seminar .sec1 .wrap .list li a .txt .flag {
    width: 100%;
    max-width: 187px;
    border-radius: 0.5em;
    text-align: center;
    padding: 0.5em 0.25em;
    color: #fff;
    background-color: #F77C10;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

  .seminar .sec1 .wrap .list li a .txt .flag.end {
    background-color: #C4C4C4;
  }

  .seminar .sec1 .wrap .list li a .txt .ttl3 {
    font-size: 17px;
    margin-top: 0.75em;
    line-height: 1.5;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #2AB4AD;
    color: #2AB4AD;
    margin-bottom: 0.75em;
    font-weight: bold;
  }

  .seminar .sec1 .wrap .list li a .txt .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .seminar .sec1 .wrap .list li a .txt .detail .time {
    font-size: 16px;
    font-weight: 500;
    padding-left: 1.75em;
    background: url(../img/seminar/ic.svg) no-repeat left 0/1.25em auto;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
    display: block;
  }

  .seminar .sec1 .wrap .list li a .txt .detail .area {
    width: 100%;
    max-width: 187px;
    border-radius: 0.5em;
    text-align: center;
    padding: 0.75em 0.25em;
    background-color: #e9f7f7;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }

  .seminar .sec2 {
    padding: 4em 0 4em;
    overflow-x: hidden;
  }

  .seminar .sec2 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar .sec2 .wrap .list {
    margin-top: 1em;
    padding: 0 0.5em;
  }

  .seminar .sec2 .wrap .list li:not(:last-of-type) {
    border-bottom: 1px solid #C8CECB;
  }

  .seminar .sec2 .wrap .list li a {
    display: block;
    padding: 1.5em 0;
  }

  .seminar .sec2 .wrap .list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .seminar .sec2 .wrap .list li a .time {
    display: block;
    font-size: 15px;
    padding-left: 1.25em;
    position: relative;
  }

  .seminar .sec2 .wrap .list li a .time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #2AB4AD;
  }

  .seminar .sec2 .wrap .list li a .txt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0.25em;
  }

  .faq .mv {
    background: url(../img/faq/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .faq .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #fff;
  }

  .faq .catch {
    text-align: center;
    padding: 1em 0.5em 0;
    font-size: 20px;
    font-weight: bold;
  }

  .faq .sec1 {
    padding: 2em 0 0.5em;
  }

  .faq .sec1.lastSec {
    padding: 2em 0 4em;
  }

  .faq .sec1 .ttl2_1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5em;
  }

  .faq .sec1 dl {
    border-bottom: 1px solid #C5C5C5;
    margin-top: 2em;
  }

  .faq .sec1 dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C5C5C5;
    padding: 1em 0;
  }

  .faq .sec1 dl dt:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .faq .sec1 dl dt .iria {
    font-size: 16px;
    color: #FFF;
    background-color: #323232;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .faq .sec1 dl dt .ic {
    width: 30px;
    position: relative;
  }

  .faq .sec1 dl dt .ic::before,
  .faq .sec1 dl dt .ic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    bottom: auto;
    margin: 0 auto;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #2AB4AD;
  }

  .faq .sec1 dl dt .ic::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .faq .sec1 dl dt .ic.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .faq .sec1 dl dt .txt {
    width: calc(100% - 75px);
    font-size: 16px;
    font-weight: bold;
    padding-top: 0.25em;
  }

  .faq .sec1 dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1em;
  }

  .faq .sec1 dl dd .iria {
    font-size: 16px;
    color: #FFF;
    background-color: #2AB4AD;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .faq .sec1 dl dd .txt {
    font-size: 14px;
    padding-top: 0.5em;
    padding-right: 1em;
  }

  .faq .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .function .mv {
    background: #e9f7f7;
    width: 100%;
    height: 24vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .function .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #2AB4AD;
  }

  .function .sec1 {
    padding: 0 0 3em;
  }

  .function .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .function .sec1 .catch {
    font-size: 20px;
    font-weight: bold;
    padding: 1em 0 0;
    text-align: center;
  }

  .function .sec1 p {
    margin-top: 2.25em;
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }

  .function .sec1 img {
    margin-top: 2em;
  }

  .function .sec2 {
    padding: 2.5em 0 3em;
  }

  .function .sec2.grey {
    background: #F7F7F7;
  }

  .function .sec2 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .function .sec2 .wrap .list {
    padding-top: 0.25em;
  }

  .function .sec2 .wrap .list li {
    padding-top: 3em;
  }

  .function .sec2 .wrap .list li .txt .ttl4_1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 5px solid #2AB4AD;
  }

  .function .sec2 .wrap .list li .txt .ttl {
    margin-top: 1.5em;
    font-size: 16px;
    font-weight: 500;
    color: #2AB4AD;
  }

  .function .sec2 .wrap .list li .txt p {
    font-size: 14px;
    margin-top: 1em;
  }

  .function .sec2 .wrap .list li .txt_02 .ttl4_1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 5px solid #2AB4AD;
  }

  .function .sec2 .wrap .list li .txt_02 .ttl {
    margin-top: 1.5em;
    font-size: 16px;
    font-weight: 500;
    color: #2AB4AD;
  }

  .function .sec2 .wrap .list li .txt_02 p {
    font-size: 14px;
    margin-top: 1em;
  }

  .function .sec2 .wrap .list li .txt .btn {
    display: block;
    width: 100%;
    max-width: 241px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #2AB4AD;
    border-radius: 3em;
    padding: 1em 0.5em;
    margin-top: 0.75em;
    letter-spacing: 0.04em;
    border: 1px solid #2AB4AD;
  }

  .function .sec2 .wrap .list li .txt .btn:hover {
    background-color: #fff;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .function .sec2 .wrap .list li .img {
    margin: 1.5em auto 0;
    max-width: 430px;
  }

  .modal-block {
    display: none;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
  }

  .modal-block .img-section {
    width: 90vw;
    height: auto;
    max-height: 60vw;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-block .img-section span {
    cursor: pointer;
    cursor: pointer;
    display: block;
    position: absolute;
    right: -15px;
    top: -30px;
  }

  .modal-block .img-section span:hover {
    opacity: 0.75;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .modal-block .img-section span::before {
    content: "×";
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-block .img-section img {
    width: 100%;
    height: auto;
  }

  .industry .mv {
    background: #e9f7f7;
    width: 100%;
    height: 24vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .industry .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #2AB4AD;
  }
  .industry .mv .ttl2 {
    font-size: 4.3vw;
    font-weight: bold;
    color: #2AB4AD;
    padding-top: 1em;
  }

  .system_cooperation .mv .ttl1 span {
    font-size: 3.076vw;
    font-weight: 500;
    display: block;
    color: #2AB4AD;
    padding-top: 0.5em;
  }

  .industry .catch {
    text-align: center;
    padding: 1em 0.5em 0;
    font-size: 20px;
    font-weight: bold;
  }

  .industry .sec1 {
    padding: 1.5em 0 3em;
  }

  .industry .sec1 .h2_1 {
    font-size: 26px;
    font-weight: bold;
    padding: 0.25em 0 0.5em;
    text-align: center;
  }

  .industry .sec1 .h2_1+p {
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }

  .industry .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .industry .sec1 .wrap .list {
    padding-top: 0.25em;
  }

  .industry .sec1 .wrap .list>li {
    margin-top: 3em;
  }

  .industry .sec1 .wrap .list>li .txt .ttl4_1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 5px solid #2AB4AD;
  }

  .industry .sec1 .wrap .list>li .txt .ttl {
    margin-top: 1.5em;
    font-size: 16px;
    font-weight: 500;
    color: #2AB4AD;
  }

  .industry .sec1 .wrap .list>li .txt p {
    font-size: 14px;
    margin-top: 1em;
  }

  .industry .sec1 .wrap .list>li .txt .btn {
    display: block;
    width: 100%;
    max-width: 241px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #2AB4AD;
    border-radius: 3em;
    padding: 1em 0.5em;
    margin-top: 0.75em;
    letter-spacing: 0.04em;
    border: 1px solid #2AB4AD;
  }

  .industry .sec1 .wrap .list>li .txt .btn:hover {
    background-color: #fff;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .industry .sec1 .wrap .list>li .txt .ic {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .industry .sec1 .wrap .list>li .txt .ic li {
    width: 18.4%;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }

  .industry .sec1 .wrap .list>li .img {
    margin: 1.5em auto 0;
    max-width: 430px;
  }

  .industry .sec1 .wrap .list>li .img a {
    overflow: hidden;
    display: block;
  }

  .industry .sec1 .wrap .list>li .img a img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .industry .sec1 .wrap .list>li .img a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .industry .sec2 {
    padding: 3em 0 3em;
    background: url(../img/industry/bg1.png) no-repeat center top/cover;
  }

  .industry .sec2 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .industry .sec2 .wrap>ul {
    margin: 1.5em auto 0;
  }

  .industry .sec2 .wrap>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 430px;
    margin: 1.5em auto 0;
    border-radius: 1em;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  }

  .industry .sec2 .wrap>ul>li a {
    padding-bottom: 2.5em;
    border-radius: 0.75em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .industry .sec2 .wrap>ul>li a:hover .img_box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .industry .sec2 .wrap>ul>li .ttl3_1 {
    padding: 0 0.5em;
    background-color: #2AB4AD;
    border-radius: 0.5em 0.5em 0 0;
    text-align: center;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .industry .sec2 .wrap>ul>li .ttl3_1 .ttl {
    min-height: 5em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .industry .sec2 .wrap>ul>li .img_box {
    overflow: hidden;
    margin: 1.5em auto 0;
    width: calc(100% - 70px);
    display: block;
  }

  .industry .sec2 .wrap>ul>li .img_box img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .industry .sec2 .wrap>ul>li p {
    font-size: 14px;
    padding-top: 1em;
    padding: 10px 35px 1em;
    font-weight: 500;
  }

  .industry .sec2 .wrap>ul>li .btn {
    margin: auto auto 0;
    width: calc(100% - 70px);
    font-size: 14px;
    padding: 1em 0;
    color: #fff;
    text-align: center;
    border-radius: 3em;
    background-color: #2AB4AD;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .industry .sec2 .wrap>ul>li.pt1 .ttl3_1 {
    background-color: #2AB4AD;
  }

  .industry .sec2 .wrap>ul>li.pt1 .ttl3_1 .iria {
    color: #2AB4AD;
  }

  .industry .sec2 .wrap>ul>li.pt1 .btn {
    background-color: #2AB4AD;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover {
    background-color: #2AB4AD;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .ttl3_1 {
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .ttl3_1 .iria {
    background-color: #2AB4AD;
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .ttl3_1 .ttl {
    color: #2AB4AD;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .catch {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover p {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .cat li {
    border-color: #fff;
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .price {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .price::before {
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt1 a:hover .btn {
    color: #2AB4AD;
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 .ttl3_1 {
    background-color: #F7B010;
  }

  .industry .sec2 .wrap>ul>li.pt2 .ttl3_1 .iria {
    color: #F7B010;
  }

  .industry .sec2 .wrap>ul>li.pt2 .btn {
    background-color: #F7B010;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover {
    background-color: #F7B010;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .ttl3_1 {
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .ttl3_1 .iria {
    background-color: #F7B010;
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .ttl3_1 .ttl {
    color: #F7B010;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .catch {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover p {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .cat li {
    border-color: #fff;
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .price {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .price::before {
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt2 a:hover .btn {
    color: #F7B010;
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 .ttl3_1 {
    background-color: #106ECC;
  }

  .industry .sec2 .wrap>ul>li.pt3 .ttl3_1 .iria {
    color: #106ECC;
  }

  .industry .sec2 .wrap>ul>li.pt3 .btn {
    background-color: #106ECC;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover {
    background-color: #106ECC;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .ttl3_1 {
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .ttl3_1 .iria {
    background-color: #106ECC;
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .ttl3_1 .ttl {
    color: #106ECC;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .catch {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover p {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .cat li {
    border-color: #fff;
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .price {
    color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .price::before {
    background-color: #fff;
  }

  .industry .sec2 .wrap>ul>li.pt3 a:hover .btn {
    color: #106ECC;
    background-color: #fff;
  }

  .industry1 .mv {
    background: url(../img/industry/industry1/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .industry1 .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #fff;
  }

  .industry1 .sec1 {
    padding: 2.5em 0 3em;
  }

  .industry1 .sec1 .ttl2_1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .industry1 .sec1 .ttl2_1+p {
    text-align: center;
    margin-top: 1em;
    font-size: 14px;
  }

  .industry1 .sec1 img {
    margin-top: 2em;
  }

  .industry1 .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .industry1 .sec1 .wrap .list {
    margin-top: 1em;
  }

  .industry1 .sec1 .wrap .list li {
    width: 100%;
    max-width: 340px;
    margin: 2.5em auto 0;
    border-radius: 1em;
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .07);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .07);
    padding: 2.25em;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .industry1 .sec1 .wrap .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background-color: #2AB4AD;
    display: block;
  }

  .industry1 .sec1 .wrap .list li .num {
    font-size: 12px;
    font-weight: 500;
    font-weight: bold;
    text-align: center;
    color: #2AB4AD;
  }

  .industry1 .sec1 .wrap .list li .num .iria {
    font-size: 30px;
    color: #2AB4AD;
    display: block;
    line-height: 1;
  }

  .industry1 .sec1 .wrap .list li .ttl3_1 {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 1em;
    margin: 1em 0;
    position: relative;
  }

  .industry1 .sec1 .wrap .list li .ttl3_1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 2.5em;
    height: 2px;
    background-color: #2AB4AD;
  }

  .industry1 .sec1 .wrap .list li p {
    font-size: 14px;
  }

  .industry1 .sec2 {
    padding: 2.5em 0 3em;
    background-color: #F7F7F7;
  }

  .industry1 .sec2 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .industry1 .sec2 .wrap>ul {
    margin-top: -2em;
  }

  .industry1 .sec2 .wrap>ul>li {
    margin-top: 4em;
  }

  .industry1 .sec2 .wrap>ul>li .ttl3_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #2AB4AD;
    padding-bottom: 0.75em;
  }

  .industry1 .sec2 .wrap>ul>li .ttl3_1 .iria {
    width: 45px;
    font-size: 35px;
    color: #2AB4AD;
    line-height: 1;
  }

  .industry1 .sec2 .wrap>ul>li .ttl3_1 .txt {
    width: calc(100% - 45px);
    font-size: 22px;
    font-weight: bold;
    padding-top: 0.15em;
  }

  .industry1 .sec2 .wrap>ul>li .ttl3_1 .txt .green {
    color: #2AB4AD;
    font-weight: bold;
  }

  .industry1 .sec2 .wrap>ul>li .ttl4_1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 5px solid #2AB4AD;
    margin-top: 1em;
  }

  .industry1 .sec2 .wrap>ul>li p {
    font-size: 14px;
    padding-top: 0.75em;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap {
    max-width: 340px;
    margin: 1.25em auto 0;
    padding: 1.5em 1.75em;
    border-radius: 0.5em;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 1em;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .img1 {
    width: 100%;
    margin-top: 1em;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .img2 {
    width: 100%;
    margin-top: 1em;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .txt1 {
    width: 100%;
    margin: 1em auto 0;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .list1 {
    position: relative;
    width: 100%;
    max-width: 217px;
    margin: 0 auto;
    padding-bottom: 2em;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .list1::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -15px;
    width: 1.5em;
    height: 4em;
    margin: 0 auto;
    display: block;
    background: url(../img/industry/industry1/arw2.png) no-repeat left top/contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .list1 li {
    border: 1px solid #2AB4AD;
    border-radius: 0.75em;
    padding: 1em 4em 1em 5em;
    background: url(../img/industry/industry1/ic1.svg) no-repeat 3em 1.25em/1em auto;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0.25em;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap.pt1 p {
    position: relative;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap.pt1 p::before {
    content: "";
    position: absolute;
    display: block;
    bottom: auto;
    right: 0;
    left: 0;
    top: -7px;
    margin: 0 auto;
    width: 1.5em;
    height: 0.75em;
    background: url(../img/industry/industry1/arw1.png) no-repeat right top/cover;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .industry1 .case {
    border-top: none;
  }

  .case_detail .mv {
    background-color: #e9f7f7;
    width: 100%;
    height: 24vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .case_detail .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #2AB4AD;
  }

  .case_detail .mv .ttl1 span {
    font-size: 3.076vw;
    font-weight: 500;
    display: block;
    color: #fff;
    padding-bottom: 0.5em;
  }

  .case_detail .right_column {
    width: 100%;
    padding: 0 18px 3em;
    margin-top: 1em;
  }

  .case_detail .right_column .right_banner {
    margin-bottom: 20px;
  }

  .case_detail .right_column .right_ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 16px;
  }

  .case_detail .right_column .column_box li {
    padding: 1.25em 1.25em 1.25em 1.25em;
    border-radius: 0.75em;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    margin: 0 0 24px;
  }
  .case_detail .right_column .column_box li .logo {
    text-align: center;
    margin: 0 0 8px;
  }

  .case_detail .right_column .column_box li .txt {
    font-weight: bold;
    margin: 0 0 8px;
    font-size: 13px;
  }

    .case_detail .img_wrap_box .bold {
        font-weight: bold;
    }

  .case_detail .right_column .keyword_list {
    text-align: center;
    margin: 0 auto;
  }

  .case_detail .right_column .keyword_list p {
    color:#2AB4AD;
    background-color: rgba(0, 153, 255, .12);
    margin-right: 10px;
    border-radius: 30px;
    font-weight: bold;
    padding: 2px 15px 0px;
    font-size: 12px;
    display: inline-block;
  }

  .case_detail .sec1 {
    margin-top: 1em;
    padding: 2em 0 2.5em;
    background-color: #fff;
    margin-bottom: 0.5em;
  }

  .case_detail .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .case_detail .sec1 .wrap .img_wrap .txt {
    width: 100%;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .service_list {
    margin: 8px 0 4px;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .service_list li {
    background: #2AB4AD;
    color: #fff;
    border-radius: 3px;
    margin:0 0 4px;
    padding: 2px 10px;
    display: inline-block;
    margin:0 4px 8px 0;
  }
  .case_detail .sec1 .wrap .img_wrap .txt .service_list li:last-child {
    margin: 0;
  }
  .case_detail .sec1 .wrap .img_wrap .txt .service_list li:nth-child(even) {
    background: #ebebeb;
    color: #222;
  }

  .case_detail .sec1 .wrap .img_wrap .txt p {
    font-size: 16px;
    font-weight: bold;
  }
  .case_detail .sec1 .wrap .img_wrap .txt p .orange {
    font-size: 16px;
    font-weight: bold;
    color: #F98A0F;
  }
  .case_detail .sec1 .wrap .img_wrap .txt .company_name {
    font-size: 14px;
    margin: 1em 0 1.8em;
    font-weight: 500;
  }
  .case_detail .sec1 .wrap .img_wrap .txt dl {
    margin-top: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case_detail .sec1 .wrap .img_wrap .txt dl dt {
    width: 115px;
    font-size: 13px;
    font-weight: 500;
    color: #2AB4AD;
    background-color: #2AB4AD;
    border: 1px solid #2AB4AD;
    background-color: #fff;
    text-align: center;
    border-radius: 1em 0 0 1em;
    border-right: 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    margin-top: 0.5em;
    position: relative;
  }

  .case_detail .sec1 .wrap .img_wrap .txt dl dt::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #2AB4AD;
  }

  .case_detail .sec1 .wrap .img_wrap .txt dl dd {
    font-size: 13px;
    color: #2AB4AD;
    width: calc(100% - 115px);
    background-color: #2AB4AD;
    border: 1px solid #2AB4AD;
    background-color: #fff;
    border-radius: 0 1em 1em 0;
    border-left: 0;
    padding: 0.25em 0.5em 0.25em 2em;
    margin-top: 0.5em;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .case_kinds {
    margin-top: 10px;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .case_kinds dt,.case_detail .sec1 .wrap .img_wrap .txt .case_kinds dd {
    border: none;
    background: none;
    color: #222;
    padding: 0;
    margin-top: 0;
  }
  .case_detail .sec1 .wrap .img_wrap .txt .case_kinds dt::before {
    background: none;
    height: auto;
    top: 0;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .case_kinds dt {
    width: auto;
    margin: 0 8px 0 0;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .case_kinds dd {
    width: auto;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .case_kinds dd a {
    text-decoration: underline;
    margin: 0 4px 0 0;
  }

  .case_detail .sec1 .wrap .img_wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .case_detail .sec1 .wrap .img_wrap .img {
    width: 100%;
    max-width: 416px;
    margin: 1.75em auto 0;
  }
  .case_detail .sec1 .wrap .img_wrap .img p {
    font-size: 13px;
    padding-top: 1em;
  }

  .case_detail .point {
    padding-bottom: 1.5em;
  }

  .case_detail .point .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .case_detail .point .wrap .point_box {
    background-color: #F7F7F7;
    padding: 2em 2em 1.5em;
    margin-top: 0.5em;
  }

  .case_detail .point .wrap .ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2AB4AD;
  }

  .case_detail .point .wrap ol {
    margin-top: 0.75em;
  }

  .case_detail .point .wrap ol>li {
    border-bottom: 1px solid #B7B7B7;
    padding: 0.75em 0;
    display: block;
  }

  .case_detail .point .wrap ol>li:last-of-type {
    border: none;
  }

  .case_detail .point .wrap ol>li .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
  }

  .case_detail .point .wrap ol>li .num .iria {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    background-color: #2AB4AD;
    border-radius: 50%;
    margin-right: 0.5em;
    line-height: 38px;
    text-align: center;
  }

  .case_detail .point .wrap ol>li ul li {
    font-size: 14px;
    margin-top: 0.6em;
    position: relative;
    padding-left: 1em;
  }

  .case_detail .point .wrap ol>li ul li span {
    font-weight: bold;
  }

  .case_detail .point .wrap ol>li ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0.5em;
    width: 6px;
    height: 6px;
    display: block;
    background-color: #2AB4AD;
    border-radius: 50%;
  }

  .case_detail .sec2 {
    padding: 1.25em 0;
  }

  .case_detail .sec2 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .case_detail .sec2 .wrap .ttl2_1 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #2AB4AD;
    padding: 0.5em 0;
    letter-spacing: 0.04em;
    margin-bottom: 1em;
  }

  .case_detail .sec2 .wrap .ttl3_1 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 5px solid #2AB4AD;
    margin-bottom: 1.5em;
  }

  .ttl3_2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 5px solid #2AB4AD;
    margin-bottom: 1.5em;
  }

  .case_detail .sec2 .wrap p {
    font-size: 14px;
  }

  .case_detail .sec2 .wrap p+p {
    padding-top: 1.5em;
  }

  .case_detail .sec2 .wrap.wrap_m0 p+p {
    padding-top: 0;
  }

  .case_detail .sec2 .wrap.wrap_m0 .bob_gray {
    border-bottom: 2px solid #ececec;
    margin:0 0 20px;
  }

  .case_detail .sec2 .wrap figure {
    text-align: center;
  }

  .case_detail .sec2 .wrap figure.fig1 {
    margin: 1.5em auto 0;
    width: 100%;
    max-width: 640px;
  }

  .case_detail .sec2 .wrap figure figcaption {
    font-size: 13px;
    text-align: center;
    padding-top: 0.75em;
    font-weight: 500;
  }

  .case_detail .sec2 .wrap .img1 {
    margin: 2em auto 0;
    display: block;
    width: 100%;
    max-width: 764px;
  }

  .case_detail .sec2 .wrap .img_wrap1 figure {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 475px;
  }

  .case_detail .sec2 .wrap .img_wrap1 .txt {
    margin-top: 1.5em;
  }

  .case_detail .img_wrap_box {
    width: 100%;
    margin: 0 auto;
    padding: 3em 18px 0;
  } 
  .case_detail .img_wrap_box p {
    font-size: 14px;
  }

  .case_detail .sec2 .wrap .img_wrap2+.img_wrap2 {
    padding-top: 1.5em;
  }

  .case_detail .sec2 .wrap .img_wrap2 figure {
    display: block;
    margin: 0 auto 1em;
    width: 100%;
    max-width: 328px;
  }

  .case_detail .sec2 .wrap .red {
    color: #F98A0F;
    font-weight: bold;
  }

  .case_detail .left_column .sec2 .left_ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px;
  }

  .case_detail .left_column .sec2 .service_list {
    display: flex;
    margin: 0 0 4px;

  }

  .case_detail .left_column .sec2 .service_list li {
    background: #2AB4AD;
    color: #fff;
    border-radius: 5px;
    margin:0 10px 0 0;
    padding: 4px 15px;
    font-size: 13px;

  }
  .case_detail .left_column .sec2 .service_list li:nth-child(even) {
    background: #ebebeb;
    color: #222;
  }

  .case_detail .left_column .sec2 .service_list.mb16 {
    margin: 0 0 16px;
  }

  .case_detail .left_column .sec2 .release_date {
    margin: 0 0 16px;
  }

  .case_detail .profile {
    padding: 1em 0 0;
  }

  .case_detail .profile .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .case_detail .profile .wrap .priofile_box {
    border: 1px solid #C1C1C1;
    padding: 1.75em 1.5em;
    border-radius: 0.75em;
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
  }

  .case_detail .profile .wrap .priofile_box .ttl2_1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  .case_detail .profile .wrap .priofile_box .ttl2_1 span {
    font-weight: bold;
    position: relative;
  }

  .case_detail .profile .wrap .priofile_box .ttl2_1 span::before {
    content: "";
    position: absolute;
    left: -2em;
    top: 0;
    bottom: 0;
    right: auto;
    display: block;
    width: 1.5em;
    height: 1px;
    margin: auto 0;
    background-color: #222;
  }

  .case_detail .profile .wrap .priofile_box .ttl2_1 span::after {
    content: "";
    position: absolute;
    right: -2em;
    top: 0;
    bottom: 0;
    left: auto;
    display: block;
    width: 1.5em;
    height: 1px;
    margin: auto 0;
    background-color: #222;
  }

  .case_detail .profile .wrap .priofile_box .img_wrap .img {
    width: 100%;
    max-width: 281px;
    margin: 0 auto;
  }

  .case_detail .profile .wrap .priofile_box .img_wrap .txt p {
    font-size: 14px;
    margin-top: 1.5em;
  }

  .case_detail .profile .wrap .priofile_box .table {
    background-color: #F7F7F7;
    border-radius: 1em;
    padding: 0.75em 1em 1em;
    margin-top: 1.5em;
  }

  .case_detail .profile .wrap .priofile_box .table dl dt {
    border-bottom: 1px solid #C1C1C1;
    padding: 0.5em;
    font-size: 14px;
    font-weight: bold;
  }

  .case_detail .profile .wrap .priofile_box .table dl dd {
    font-size: 13px;
    padding: 0.5em;
  }

  .case_detail .profile .wrap .priofile_box .table dl dd span {
    display: block;
    padding-top: 1em;
  }

  .case_detail .profile .wrap .priofile_box>p {
    font-size: 14px;
    margin-top: 1em;
  }

  .case_detail .product_list {
    margin-top: 2.5em;
    padding-bottom: 3em;
  }

  .case_detail .product_list .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .case_detail .product_list .wrap .product_box {
    position: relative;
    border-radius: 1em;
    background-color: #e9f7f7;
    overflow: hidden;
    padding: 2em;
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
  }

  .case_detail .product_list .wrap .product_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background-color: #2AB4AD;
    display: block;
  }

  .case_detail .product_list .wrap .product_box .ttl2_1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #2AB4AD;
  }

  .case_detail .product_list .wrap .product_box .list li {
    width: 100%;
    margin: 1.5em auto 0;
  }

  .case_detail .product_list .wrap .product_box .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1em;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 1.5em 2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .case_detail .product_list .wrap .product_box .list li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .case_detail .product_list .wrap .product_box .list li a .ttl3_1 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #2AB4AD;
    margin-bottom: 1em;
  }

  .case_detail .product_list .wrap .product_box .list li a .ttl3_1 img {
    width: 273px;
    display: block;
    margin-bottom: 1em;
  }

  .case_detail .product_list .wrap .product_box .list li a p {
    font-size: 14px;
    margin-top: auto;
  }

  .company .mv {
    background: url(../img/company/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .company .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #fff;
  }

  .company .catch {
    text-align: center;
    padding: 1em 0.5em 0;
    font-size: 20px;
    font-weight: bold;
  }

  .company .sec1 {
    padding: 2em 0 0.5em;
  }

  .company .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .company .sec1.lastsec {
    padding: 2em 0 4em;
  }

  .company .sec1 .ttl2_1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5em;
  }

  .company .sec1 dl {
    border-top: 1px solid #C5C5C5;
    margin-top: 2em;
  }

  .company .sec1 dl dt {
    padding: 1em 0.5em 0.125em 0.5em;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.75;
  }

  .company .sec1 dl dd {
    border-bottom: 1px solid #C5C5C5;
    padding: 0.125em 0.5em 1em 0.5em;
    font-size: 14px;
    line-height: 1.75;
  }

  .company .sec1 dl dd .bold {
    display: block;
    font-weight: bold;
  }

  .company .sec1 dl dd a {
    color: #2AB4AD;
    text-decoration: underline;
  }

  .company .sec1 dl dd a:hover {
    opacity: 0.7;
  }

  .company .sec1 dl dd a.pdf {
    padding-right: 1.5em;
    background: url(../img/company/pdf.png) no-repeat right top/contain;
  }

  a.ic1 {
    padding-right: 1.75em;
    background: url(../img/company/ic.svg) no-repeat right 50%/auto 1.1em;
  }

  a.ic2 {
    padding-right: 1.5em;
    background: url(../img/company/ic.svg) no-repeat right 50%/auto 0.9em;
  }

  .company .sec1 dl dd p+p {
    padding-top: 1em;
  }

  .company .sec1 dl dd ol {
    margin-left: 1em;
  }

  .company .sec1 dl dd ol li {
    font-size: 14px;
    line-height: 1.75;
    list-style-type: decimal;
    margin: 0.25em 0;
  }

  .system_cooperation .mv {
    background: #e9f7f7;
    width: 100%;
    height: 24vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .system_cooperation .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #2AB4AD;
  }

  .system_cooperation .catch {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    padding: 1em 0 0.5em;
    text-align: center;
  }

  .system_cooperation .catch .green {
    font-weight: bold;
    color: #2AB4AD;
  }

  .system_cooperation .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .system_cooperation .wrap .img2 {
    width: 100%;
    margin: 2em auto 0;
  }

  .system_cooperation .wrap .catch {
    line-height: 1.75;
    font-size: 18px;
  }

  .system_cooperation .wrap .catch+p {
    font-size: 14px;
    text-align: center;
    margin-top: 0.5em;
  }

  .system_cooperation .wrap .dltable {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    display: block;
    padding-top: 1em;
  }

  .system_cooperation .wrap .dltable dl {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3em auto 0;
  }

  .system_cooperation .wrap .dltable dl dt,
  .system_cooperation .wrap .dltable dl div,
  .system_cooperation .wrap .dltable dl span {
    color: #2AB4AD;
    font-weight: bold;
  }

  .system_cooperation .wrap .dltable dl dt {
    font-size: 20px;
  }

  .system_cooperation .wrap .dltable dl dt .point {
    font-size: 12px;
  }

  .system_cooperation .wrap .dltable dl dt .point .iria {
    font-size: 30px;
    line-height: 0.9;
  }

  .system_cooperation .wrap .dltable dl dt .btm .txt {
    margin-top: 0.5em;
    position: relative;
  }

  .system_cooperation .wrap .dltable dl dt .btm .txt .asta {
    font-size: 10px;
    position: absolute;
    top: 0;
  }

  .system_cooperation .wrap .dltable dl dd {
    line-height: 1.75;
  }

  .system_cooperation .wrap .dltable dl dd .sml {
    color: #222;
    font-weight: normal;
    font-size: 13px;
  }

  .system_cooperation .wrap .dltable dl dd:not(.img) {
    font-size: 14px;
    text-align: left;
    margin-bottom: 1em;
  }

  .system_cooperation .wrap .dltable dl dd:not(.img):before {
    content: "";
    display: block;
    background: #2AB4AD;
    width: 100%;
    height: 1px;
    margin: 1em 0;
  }

  .system_cooperation .wrap .dltable dl .img {
    width: 100%;
  }

  .system_cooperation .sec1 {
    padding: 0 0 3em;
  }

  .system_cooperation .sec3 {
    padding: 3em 0 3em;
    background: #F7F7F7;
  }

  .system_cooperation .sec3 .img1 {
    width: 100%;
    text-align: center;
  }

  .system_cooperation .sec3 .img1 img {
    height: 30px;
    width: auto;
  }

  .system_cooperation .sec4 {
    padding: 3em 0 3em;
  }

  .system_cooperation .sec4 .img1 {
    width: 100%;
    text-align: center;
  }

  .system_cooperation .sec4 .img1 img {
    height: 30px;
    width: auto;
  }

  .system_cooperation .sec5 {
    padding: 3em 0 3em;
    background: #F7F7F7;
  }

  .system_cooperation .sec5 .img1 {
    width: 100%;
    text-align: center;
  }

  .system_cooperation .sec5 .img1 img {
    height: 30px;
    width: auto;
  }

  .seminar_detail .pankuzu {
    margin-top: 0.25em;
  }

  .seminar_detail .sec0 {
    padding: 1.75em 0 0;
  }

  .seminar_detail .sec0 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec0 .wrap .flag {
    width: 170px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #F77C10;
    padding: 0.5em;
    border-radius: 0.75em;
    margin-bottom: 1em;
  }

  .seminar_detail .sec0 .wrap .ttl1_1 {
    font-size: 20px;
    font-weight: bold;
    color: #2AB4AD;
    margin-bottom: 0.75em;
  }

  .seminar_detail .sec0 .wrap .detail {
    border-bottom: 1px solid #2AB4AD;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }

  .seminar_detail .sec0 .wrap .detail .time {
    font-size: 16px;
    font-weight: bold;
    padding-left: 1.65em;
    background: url(../img/seminar/detail/icon_data.png) no-repeat left 50%/1em auto;
    padding-right: 1.5em;
    display: block;
  }

  .seminar_detail .sec0 .wrap .detail .area {
    display: inline-block;
    width: 130px;
    background-color: #e9f7f7;
    text-align: center;
    padding: 0.5em;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.75em;
    margin-top: 1em;
  }

  .seminar_detail .sec0 .wrap .btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: rgb(61, 151, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgb(61, 151, 255)), to(rgb(123, 207, 1636)));
    background: linear-gradient(90deg, rgb(61, 151, 255) 0%, rgb(123, 207, 163) 100%);
    border-radius: 3em;
    margin: 2em auto 0;
    padding: 1.5em 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.05em;
  }

  .seminar_detail .sec0 .wrap .btn::before {
    content: "";
    position: absolute;
    right: 2em;
    top: 40%;
    width: 0.6em;
    height: 0.6em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .seminar_detail .sec0 .wrap .btn:hover {
    background: #fff;
    border: 2px solid #2AB4AD;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .seminar_detail .sec0 .wrap .btn:hover::before {
    border-color: #2AB4AD;
  }

  .seminar_detail .sec0 .wrap .mv {
    border: 1px solid #D6D6D6;
    margin: 2.5em 0 0;
    border-radius: 0.5em;
    padding: 1.5em;
  }

  .seminar_detail .page_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .seminar_detail .page_nav li {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .seminar_detail .ttl2_1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1.5em;
  }

  .seminar_detail .ttl2_1 .ic {
    font-weight: bold;
    position: relative;
    display: inline-block;
    max-width: 73%;
  }

  .seminar_detail .ttl2_1 .ic::before {
    content: "";
    position: absolute;
    left: -2em;
    top: 50%;
    display: block;
    width: 1.25em;
    height: 1px;
    background-color: #000;
  }

  .seminar_detail .ttl2_1 .ic::after {
    content: "";
    position: absolute;
    right: -2em;
    top: 50%;
    display: block;
    width: 1.25em;
    height: 1px;
    background-color: #000;
  }

  .seminar_detail .sec1 {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #e9f7f7;
    margin-top: 2em;
    padding-top: 2.5em;
    padding-bottom: 2em;
  }

  .seminar_detail .sec1 .wrap .list li {
    font-size: 14px;
    background: url(../img/seminar/detail/ic.png) no-repeat 0 -0.2em/1.75em;
    padding-left: 2.25em;
    margin: 1em 0;
  }

  .seminar_detail .sec2 {
    padding: 3em 0 1.5em;
  }

  .seminar_detail .sec2 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec2 .wrap p {
    font-size: 14px;
    line-height: 1.75;
  }

  .seminar_detail .sec3 {
    padding: 2.25em 0 1.5em;
  }

  .seminar_detail .sec3 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec3 .wrap .list {
    border-top: 1px solid #C5C5C5;
  }

  .seminar_detail .sec3 .wrap .list li {
    border-bottom: 1px solid #C5C5C5;
    padding: 2em 0;
  }

  .seminar_detail .sec3 .wrap .list li .pct {
    width: 120px;
    margin: 0 auto;
  }

  .seminar_detail .sec3 .wrap .list li .txt {
    width: 100%;
    margin-top: 1em;
  }

  .seminar_detail .sec3 .wrap .list li .txt .degree {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.75;
  }

  .seminar_detail .sec3 .wrap .list li .txt .name {
    font-size: 20px;
    font-weight: bold;
    color: #2AB4AD;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .seminar_detail .sec3 .wrap .list li .txt p {
    font-size: 14px;
  }

  .seminar_detail .sec4 {
    padding: 2.5em 0 1.5em;
  }

  .seminar_detail .sec4 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec4 .wrap dl dt {
    font-size: 14px;
    background-color: #1C8DB1;
    color: #fff;
    padding: 0.5em 1.25em;
    border-bottom: 2px solid #fff;
  }

  .seminar_detail .sec4 .wrap dl dd {
    padding: 0.75em 1.25em;
    border-bottom: 2px solid #fff;
    background-color: #F5F5F5;
  }

  .seminar_detail .sec4 .wrap dl dd .ttl {
    font-size: 14px;
    font-weight: bold;
  }

  .seminar_detail .sec4 .wrap dl dd .ttl+p {
    padding-top: 0.5em;
  }

  .seminar_detail .sec4 .wrap dl dd p {
    font-size: 14px;
  }

  .seminar_detail .sec5 {
    padding: 2.5em 0 1.5em;
  }

  .seminar_detail .sec5 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec5 .wrap dl dt {
    font-size: 14px;
    background-color: #2AB4AD;
    color: #fff;
    padding: 0.5em 1.25em;
    border-bottom: 3px solid #fff;
  }

  .seminar_detail .sec5 .wrap dl dd {
    font-size: 14px;
    padding: 0.75em 1.25em;
    border-bottom: 3px solid #fff;
    background-color: #F5F5F5;
  }

  .seminar_detail .sec5 .wrap dl dd a {
    color: #2AB4AD;
    text-decoration: underline;
  }

  .seminar_detail .sec5 .wrap dl dd a:hover {
    opacity: 0.6;
  }

  .seminar_detail .sec5 .wrap dl dd a.map {
    padding-right: 1em;
    position: relative;
  }

  .seminar_detail .sec5 .wrap dl dd a.map::before {
    content: "";
    position: absolute;
    right: -1em;
    top: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/seminar/detail/ic_map.png) no-repeat 0 50%/contain;
    display: inline-block;
  }

  .seminar_detail .sec6 {
    padding: 2.5em 0 2.5em;
  }

  .seminar_detail .sec6 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec6 .wrap ul.list li {
    font-size: 14px;
    position: relative;
    padding-left: 1.5em;
    margin: 1em 0;
    line-height: 1.75;
  }

  .seminar_detail .sec6 .wrap ul.list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1em;
    height: 1em;
  }

  .seminar_detail .sec7 {
    background-color: #e9f7f7;
    padding: 3.5em 0 3em;
  }

  .seminar_detail .sec7 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .seminar_detail .sec7 .wrap .ttl2_1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1.5em;
    color: #2AB4AD;
    font-weight: bold;
  }

  .seminar_detail .sec7 .wrap .p_ic {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seminar_detail .sec7 .wrap .p_ic p {
    font-size: 14px;
    padding-left: 1em;
    line-height: 1.4;
  }

  .seminar_detail .sec7 .wrap .p_ic img {
    width: 60px;
  }

  .lower.case .mv {
    background-color: #e9f7f7;
    width: 100%;
    padding: 1.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .lower.case .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #2AB4AD;
  }
  .lower.case .mv .ttl1 .catch {
    font-size: 14px;
    margin-top: 1em;
  }

  .lower.case .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .lower.case .company_list1 {
    background: rgb(0, 153, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 153, 255, .2)), to(rgba(123, 207, 163, .2)));
    background: linear-gradient(90deg, rgba(0, 153, 255, .2) 0%, rgba(123, 207, 163, .2) 100%);
    padding: 1em 0 2em;
    overflow-x: hidden;
  }

  .lower.case .company_list1 #company_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lower.case .company_list1 #company_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 1em;
    top: 0;
  }

  .lower.case .company_list1 #company_list ul li {
    width: 239px;
    margin: 0 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 5px 5px 105px rgba(0, 0, 0, .08);
    box-shadow: 5px 5px 105px rgba(0, 0, 0, .08);
    background-color: #fff;
    border-radius: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lower.case .company_list1 #company_list ul li a {
    background-color: #fff;
    border-radius: 0.5em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .lower.case .company_list1 #company_list ul li a:hover {
    background-color: #2AB4AD;
  }

  .lower.case .company_list1 #company_list ul li a:hover .img img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .lower.case .company_list1 #company_list ul li a:hover .txt p {
    color: #fff;
  }

  .lower.case .company_list1 #company_list ul li a:hover .txt .btn {
    background-color: #fff;
  }

  .lower.case .company_list1 #company_list ul li a .img {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
  }

  .lower.case .company_list1 #company_list ul li a .img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .lower.case .company_list1 #company_list ul li a .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 100%;
    padding-top: 1em;
  }

  .lower.case .company_list1 #company_list ul li a .txt p {
    font-size: 14px;
    font-weight: 500;
    color: #2AB4AD;
    padding-bottom: 0.5em;
  }

  .lower.case .company_list1 #company_list ul li a .txt p {
    font-weight: bold;
    color: #000;
  }

 .lower.case .company_list1 #company_list ul li a .txt .btn  {
    margin-top: auto;
    font-size: 12px;
    font-weight: 500;
    color: #2AB4AD;
    text-align: center;
    width: 100%;
    padding: 0.5em;
    border-radius: 2em;
    background-color: rgba(0, 153, 255, .12);
  }

  #company_slider .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
  }
  #company_slider .slick-dots li {
    padding: 0;
    width: auto;
    width: 10px;
    height: 10px;
  } 

  #company_slider .slick-dots li button:before {
    color: #fff;
    font-size: 30px;
  }

  #company_slider .slick-dots li.slick-active button:after {
    content: "";
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #fff;
  }
  #company_slider .slick-track {
    padding: 20px 0;
  }

  #company_slider .slick-slide {
    width: 100%;
    margin: 0 10px;
    padding: 20px;
    background: #fff;
    border-radius: 0.5em;
    max-width:320px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
  }
  #company_slider .slick-slide:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  }

  #company_slider .slick-slide a .img {
    max-width: 100%;
    margin-bottom: 16px;    
  }

  #company_slider .slick-slide a img {
    width: 100%;
  }

  #company_slider .slick-slide a .txt .slider_ttl {
    font-size: 16px;
    font-weight: bold;
  }

  #company_slider .slick-slide a .txt .btn2 {
      margin: 0 0 8px;
      font-size: 12px;
      font-weight: 500;
      text-align: left;
      
  }
  #company_slider .slick-slide .btn2 span {
    color: #2AB4AD;
    border-radius: 2em;
    background-color: rgba(0, 153, 255, .12);
    width: auto;
    padding: 6px 20px;
    display: inline-block;
    line-height: 1.5;
    font-weight: bold;
  }
  #company_slider .slick-slide .btn2 span:nth-child(n+2) {
    margin: 0 0 0 8px;
  }

  #company_slider li .company_menu {
    margin: 8px 0 0;
  }
  #company_slider li .company_menu p {
    font-size: 13px;
  }

  .lower.case .company_list1 #company_list ul:first-child {
    -webkit-animation: loop 75s linear infinite;
    animation: loop 75s linear infinite;
  }

  .lower.case .company_list1 #company_list ul:nth-child(2) {
    -webkit-animation: loop2 75s -50s linear infinite;
    animation: loop2 75s -50s linear infinite;
  }

  .lower.case .company_list1 #company_list ul:last-child {
    -webkit-animation: loop3 75s -25s linear infinite;
    animation: loop3 75s -25s linear infinite;
  }



  .lower.case .search {
    padding: 2.5em 0 2em;
  }

  .lower.case .search .ttl2_1 {
    text-align: center;
  }

  .lower.case .search .ttl2_1 span {
    padding-left: 1.5em;
    font-size: 22px;
    font-weight: bold;
    background: url(../img/case/ic1.png) no-repeat left center/1.1em;
  }

  .lower.case .search ul li label:hover {
    cursor: pointer;
    background-color: #2AB4AD;
    color: #fff;
  }

  .lower.case .search ul li label.act {
    background-color: #2AB4AD;
    color: #fff;
  }

  .lower.case .search ul.search_tab {
    margin-top: 2em;
    display: block;
  }

  .lower.case .search ul.search_tab li {
    width: 100%;
    max-width: 239px;
    margin: 0.75em auto;
    display: block;
    padding: 0.75em 0.25em;
    border: 1px solid #2AB4AD;
    font-size: 15px;
    color: #2AB4AD;
    text-align: center;
    border-radius: 2em;
    background-color: #fff;
  }

  .lower.case .search ul.search_tab li:hover {
    cursor: pointer;
    background-color: #2AB4AD;
    color: #fff;
  }

  .lower.case .search ul.search_tab li.active {
    background-color: #2AB4AD;
    color: #fff;
  }

  .lower.case .pickup {
    padding: 2.5em 0 1.5em;
    background-color: #F7F7F7;
  }

  .lower.case .pickup .list {
    display: block;
    margin-top: 2em;
  }

  .lower.case .pickup .list>li {
    width: 100%;
    margin-bottom: 1em;
  }

  .lower.case .pickup .list>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25em 1.25em 1.75em 1.25em;
    border-radius: 0.75em;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }

  .lower.case .pickup .list>li a .img_box {
    overflow: hidden;
  }

  .lower.case .pickup .list>li a img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .lower.case .pickup .list>li a .ttl {
    font-size: 14px;
    font-weight: bold;
    color: #2AB4AD;
    padding: 1.5em 1em 0;
  }

  .lower.case .pickup .list>li a .txt1 {
    font-size: 14px;
    font-weight: 500;
    padding: 1em 1em 0;
  }

  .lower.case .pickup .list>li a ul {
    margin-top: 0.5em;
    padding: 0 1em 1.5em;
  }

  .lower.case .pickup .list>li a ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em 0.5em;
    border: 1px solid #2AB4AD;
    border-radius: 0.5em;
    font-size: 12px;
    font-weight: 500;
    color: #2AB4AD;
    margin-top: 0.5em;
  }

  .lower.case .pickup .list>li a ul li:first-of-type {
    background-color: #2AB4AD;
  }

  .lower.case .pickup .list>li a ul li:first-of-type .cat {
    border-color: #fff;
    color: #fff;
  }

  .lower.case .pickup .list>li a ul li:first-of-type .txt {
    color: #fff;
  }

  .lower.case .pickup .list>li a ul li:nth-of-type(2) {
    background-color: #fff;
  }

  .lower.case .pickup .list>li a ul li:last-of-type {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
  }

  .lower.case .pickup .list>li a ul li:last-of-type .cat {
    border-color: #000;
    color: #000;
  }

  .lower.case .pickup .list>li a ul li:last-of-type .txt {
    color: #000;
  }

  .lower.case .pickup .list>li a ul li .cat {
    font-weight: 500;
    color: #2AB4AD;
    padding: 0.25em 0.25em 0.25em 0;
    width: 5.5em;
    border-right: 1px solid #2AB4AD;
    text-align: center;
  }

  .lower.case .pickup .list>li a ul li .txt {
    font-weight: 500;
    color: #2AB4AD;
    width: calc(100% - 5.5em);
    padding: 0.25em 0.25em 0.25em 0.75em;
  }

  .lower.case .pickup .list>li a dl {
    margin-top: 0;
    padding: 0 1em;
  }

  .lower.case .pickup .list>li a dl dt {
    position: relative;
  }

  .lower.case .pickup .list>li a dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 1px;
    background-color: #2AB4AD;
    z-index: 0;
  }

  .lower.case .pickup .list>li a dl dt .ic {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    background: url(../img/function/key_ic.svg) no-repeat #F7F7F7 left 50%/0.95em auto;
    padding-left: 1.5em;
    padding-right: 0.75em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower.case .pickup .list>li a dl dd {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0.5em;
  }

  .lower.case .pickup .list>li a:hover {
    background-color: #2AB4AD;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  }

  .lower.case .pickup .list>li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .lower.case .pickup .list>li a:hover .ttl {
    color: #fff;
  }

  .lower.case .pickup .list>li a:hover .txt1 {
    color: #fff;
  }

  .lower.case .pickup .list>li a:hover ul li {
    border-color: #fff;
  }

  .lower.case .pickup .list>li a:hover ul li .cat {
    color: #fff;
    border-color: #fff;
  }

  .lower.case .pickup .list>li a:hover ul li .txt {
    color: #fff;
  }

  .lower.case .pickup .list>li a:hover ul li:nth-of-type(2) {
    background-color: #2AB4AD;
  }

  .lower.case .pickup .list>li a:hover ul li:last-of-type {
    background-color: #2AB4AD;
    border-color: #fff;
  }

  .lower.case .pickup .list>li a:hover dl dt::before {
    background-color: #fff;
  }

  .lower.case .pickup .list>li a:hover dl dt .ic {
    color: #fff;
    background: url(../img/function/key_ic_on.svg) no-repeat #1CB468 left 50%/0.95em auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower.case .pickup .list>li a:hover dl dd {
    color: #fff;
  }

  .lower.case .sec1 {
    padding: 2.5em 0 2.5em;
  }

  .lower.case .sec1 .list {
    display: block;
    margin-top: 2em;
  }

  .lower.case .sec1 .list>li {
    width: 100%;
    margin-bottom: 1em;
  }

  .lower.case .sec1 .list>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25em 1.25em 1.75em 1.25em;
    border-radius: 0.75em;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }

  .lower.case .sec1 .list>li a.new {
    position: relative;
  }

  .lower.case .sec1 .list>li a.new::before {
    content: "New";
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 40px;
    font-size: 22px;
    background-color: #F7B010;
    border-radius: 0.5em;
    font-family: "Inria Sans", sans-serif;
    font-style: italic;
    color: #fff;
    z-index: 2;
  }

  .lower.case .sec1 .list>li a .img_box {
    overflow: hidden;
  }

  .lower.case .sec1 .list>li a img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .lower.case .sec1 .list>li a .ttl {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    padding: 1.5em 0 0;
  }

  .lower.case .sec1 .list>li a .txt1 {
    font-size: 14px;
    font-weight: 500;
    padding: 1em 0 0;
  }

  .lower.case .sec1 .list>li a ul {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
  }

  .lower.case .sec1 .list>li a ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em 0.5em;
    border: 1px solid #2AB4AD;
    border-radius: 0.5em;
    font-size: 12px;
    font-weight: 500;
    color: #2AB4AD;
    margin-top: 0.5em;
  }

  .lower.case .sec1 .list>li a ul li:first-of-type {
    background-color: #2AB4AD;
  }

  .lower.case .sec1 .list>li a ul li:first-of-type .cat {
    border-color: #fff;
    color: #fff;
  }

  .lower.case .sec1 .list>li a ul li:first-of-type .txt {
    color: #fff;
  }

  .lower.case .sec1 .list>li a ul li:nth-of-type(2) {
    background-color: #fff;
  }

  .lower.case .sec1 .list>li a ul li:last-of-type {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
  }

  .lower.case .sec1 .list>li a ul li:last-of-type .cat {
    border-color: #000;
    color: #000;
  }

  .lower.case .sec1 .list>li a ul li:last-of-type .txt {
    color: #000;
  }

  .lower.case .sec1 .list>li a ul li .cat {
    font-weight: 500;
    color: #2AB4AD;
    padding: 0.25em 0.25em 0.25em 0;
    width: 5.5em;
    border-right: 1px solid #2AB4AD;
    text-align: center;
  }

  .lower.case .sec1 .list>li a ul li .txt {
    font-weight: 500;
    color: #2AB4AD;
    width: calc(100% - 5.5em);
    padding: 0.25em 0.25em 0.25em 0.75em;
  }

  .lower.case .sec1 .list>li a dl {
    margin-top: 0;
    padding: 0 1em;
  }

  .lower.case .sec1 .list>li a dl dt {
    position: relative;
  }

  .lower.case .sec1 .list>li a dl dt::before {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 1px;
    background-color: #2AB4AD;
    z-index: 0;
  }

  .lower.case .sec1 .list>li a dl dt .ic {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    background: url(../img/function/key_ic.svg) no-repeat #fff left 50%/0.95em auto;
    padding-left: 1.5em;
    padding-right: 0.75em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .lower.case .sec1 .list>li a dl dd {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0.5em;
  }

  .lower.case .sec1 .list>li a:hover {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
  }

  .lower.case .sec1 .list .timestamp {
    color:#222222;
    font-size: 13px;
    margin: 8px 0;
  }

  .lower.case .sec1 .list .timestamp::before {
    content: "";
    background: url(../img/column_timespamp.svg) center/cover no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px;
  }

  .lower.case .company_list2 {
    background-color: #E8F9F1;
    padding: 2em 0 3em;
  }

  .lower.case .company_list2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lower.case .company_list2 ul li {
    width: 32%;
    margin-top: 2%;
  }

  .lower.case .company_list2 ul li a {
    display: block;
    width: 100%;
    border-radius: 0.5em;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="15" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.08)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, .08));
    filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, .08));
    overflow: hidden;
  }

  .lower.case .company_list2 ul li a img {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .lower.case .company_list2 ul li a:hover {
    border-radius: 0.5em;
    overflow: hidden;
  }

  .lower.case .company_list2 ul li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  

  .price-content {
    width: 100%;
    display: block;
  }

  .price-content_box {
    width: 80%;
    padding: 20px;
    margin: 1.5em auto;
    text-align: center;
    background-color: #fff;
  }

  .price-content_title {
    font-weight: 700;
    color: #2AB4AD;
    font-size: 18px;
    padding: 0 0 5px;
  }

  .price-content_plus {
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 1;
    display: grid;
    place-items: center;
  }

  .price-content_title2 {
    font-size: 16px;
    font-weight: 700;
    color: #2AB4AD;
  }

  .price-content_text {
    font-size: 18px;
    line-height: 1;
  }

  .price-content_text_amount {
    font-size: 30px;
    font-weight: 700;
  }
  .home .point .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
    .home .point {
        background-color: #F7F7F7;
        padding: 4em 0;
    }
    .home .point .wrap {
        padding: 0 18px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .s-point ul {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px 0;
    }
    .s-point ul li {
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 25px 10px 38px;
        gap: 0 31px;
    }
    .s-point .point_img {
        width: 59px;
        height: 59px;
        text-align: center;
    }
    .s-point .point_img img {
        height: 100%;
        max-height: 100%;
    }
    .s-point ul li h3 {
        font-size: 1rem;
        line-height: 1.75;
        font-weight: 600;
        color: #211512;
        text-align: center;
    }
.band {
        background: #334469;
        padding: 2em;
    }
    .band .wrap {
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .band .m_ttl2 {
        font-size: 20px; 
        color: #fff;
   }
    .band .wrap .btn {
        width: 100%;
        max-width: 400px;
        text-align: center;
        font-size: 16px;
        color: #334469;
        font-weight: bold;
        background-color: #fff;
        border-radius: 3em;
        padding: 1em 0;
        border: 2px solid #fff;
        transition: all 0.3s ease;
        position: relative;
        letter-spacing: 0.05em;
        display: block;
        margin: 1em auto;
    }
    .band .wrap .btn:hover {
        background: #334469;
        color: #fff;
        border: 2px solid #fff;
        -webkit-transition: all 0.3sease;
        transition: all 0.3sease;
    }
    .band_right {
        display: none;
    }
    .band_left {
        display: none;
    }
  .kintone .mv {
    background: url(../img/kintone/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .kintone .mv .ttl1 {
    font-size: 4.614vw;
    font-weight: bold;
    color: #fff;
  }

  .kintone .sec1 {
    padding: 0 0 3em;
  }

  .kintone .sec1 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .kintone .sec1 .catch {
    font-size: 20px;
    font-weight: bold;
    padding: 1em 0 0;
    text-align: center;
  }

  .kintone .sec1 .catch .green {
    font-weight: bold;
    color: #2AB4AD;
  }

  .kintone .sec1 p {
    margin-top: 2.25em;
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }

  .kintone .sec1 img {
    margin-top: 2em;
  }

  .kintone .sec1 .rec {
    background-color: #E8F9F1;
    border-radius: 0.75em;
    padding: 0 1.5em 1em;
    margin-top: 3em;
    position: relative;
  }

  .kintone .sec1 .rec .ttl3_1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -1em;
    bottom: auto;
    margin: 0 auto;
    text-align: center;
  }

  .kintone .sec1 .rec .ttl3_1 span {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #2AB4AD;
    padding: 0.5em 2em;
    border-radius: 0.5em;
    position: relative;
  }

  .kintone .sec1 .rec .ttl3_1 span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    top: auto;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 6px 0 6px;
    border-color: #1CB468 transparent transparent transparent;
  }

  .kintone .sec1 .rec ul {
    padding-top: 3em;
  }

  .kintone .sec1 .rec ul li {
    background: url(../img/kintone/ic_rec.png) no-repeat left 50%/2.5em;
    font-size: 14px;
    padding: 1em 0 1em 3.25em;
    border-bottom: 1px solid #ADDCC4;
  }

  .kintone .sec1 .rec ul li:last-of-type {
    border-bottom: none;
  }

  .kintone .sec3 {
    padding: 2.5em 0 3em;
    overflow-x: hidden;
  }

  .kintone .sec3 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .kintone .sec3 .list {
    margin-top: 2em;
  }

  .kintone .sec3 .list li {
    width: 100%;
    max-width: 241px;
    position: relative;
    margin: 2em auto 0;
    padding-bottom: 2em;
  }

  .kintone .sec3 .list li:last-of-type {
    padding-bottom: 0;
  }

  .kintone .sec3 .list li .img {
    width: 197px;
    height: 197px;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F7F7F7;
    position: relative;
    padding: 2em;
  }

  .kintone .sec3 .list li .img .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #2AB4AD;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }

  .kintone .sec3 .list li .img .num span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
  }

  .kintone .sec3 .list li .txt {
    padding-top: 1em;
  }

  .kintone .sec3 .list li .txt .ttl4_1 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .kintone .sec3 .list li .txt p {
    font-size: 14px;
    padding-top: 1em;
  }

  .kintone .sec2 {
    padding: 2.5em 0 3em;
    background: #F7F7F7;
  }

  .kintone .sec2 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .kintone .sec2 .wrap .list {
    padding-top: 0.25em;
  }

  .kintone .sec2 .wrap .list li {
    margin-top: 3em;
  }

  .kintone .sec2 .wrap .list li .txt .ttl4_1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 5px solid #2AB4AD;
  }

  .kintone .sec2 .wrap .list li .txt .ttl {
    margin-top: 1.5em;
    font-size: 16px;
    font-weight: 500;
    color: #2AB4AD;
  }

  .kintone .sec2 .wrap .list li .txt p {
    font-size: 14px;
    margin-top: 1em;
  }

  .kintone .sec2 .wrap .list li .txt .btn {
    display: block;
    width: 100%;
    max-width: 241px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #2AB4AD;
    border-radius: 3em;
    padding: 1em 0.5em;
    margin-top: 0.75em;
    letter-spacing: 0.04em;
    border: 1px solid #2AB4AD;
  }

  .kintone .sec2 .wrap .list li .txt .btn:hover {
    background-color: #fff;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .kintone .sec2 .wrap .list li .img {
    margin: 1.5em auto 0;
    max-width: 430px;
  }

  .kintone .sec4 {
    padding: 2.5em 0 3em;
    overflow-x: hidden;
  }

  .kintone .sec4 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .kintone .sec4 .wrap .list {
    margin-top: 0;
  }

  .kintone .sec4 .wrap .list>li {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 1.5em 0 2em;
    border-bottom: 1px solid #C1C1C1;
  }

  .kintone .sec4 .wrap .list>li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .kintone .sec4 .wrap .list>li .case_head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 0;
  }

  .kintone .sec4 .wrap .list>li .case_head .num {
    text-align: center;
    color: #2AB4AD;
    font-size: 17px;
    font-weight: bold;
  }

  .kintone .sec4 .wrap .list>li .case_head .num .iria {
    display: block;
    font-size: 30px;
    color: #2AB4AD;
  }

  .kintone .sec4 .wrap .list>li .case_head .img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F7F7F7;
    padding: 1em;
  }

  .kintone .sec4 .wrap .list>li .case_head .name {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }

  .kintone .sec4 .wrap .list>li .case_detail {
    width: 100%;
  }

  .kintone .sec4 .wrap .list>li .case_detail .before {
    border: 1px solid #C1C1C1;
    border-radius: 1em;
    padding: 1.5em 1em 0.75em;
    position: relative;
    margin-bottom: 3em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .before::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2em;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 25px 0 25px;
    border-color: #1CB468 transparent transparent transparent;
  }

  .kintone .sec4 .wrap .list>li .case_detail .before .ttl {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-top: 0.25em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .before ul {
    margin-top: 1em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .before ul li {
    margin: 0.75em 0;
    border-radius: 1em;
    padding: 1em 1em 1em 2.75em;
    font-size: 14px;
    font-weight: 500;
    background: url(../img/kintone/ic_check.png) no-repeat #fff 0.75em 50%/1.75em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after {
    background-color: #2AB4AD;
    border-radius: 1em;
    padding: 1.5em 1em 0.75em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after .ttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after ul {
    margin-top: 1em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after ul li {
    margin: 0.75em 0;
    border-radius: 1em;
    padding: 1em 1em 1em 2.75em;
    font-size: 14px;
    font-weight: 500;
    background: url(../img/kintone/ic_check2.png) no-repeat #fff 0.75em 50%/1.75em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after ul li span {
    color: #2AB4AD;
    font-weight: 500;
  }

  .kintone .sec5 {
    padding: 2.5em 0 3em;
    background: #F7F7F7;
  }

  .kintone .sec5 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .kintone .sec5 .img_wrap {
    margin-top: 2em;
  }

  .kintone .sec6 {
    padding: 2.5em 0 3em;
  }

  .kintone .sec6 .wrap {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .kintone .sec6 .step1 {
    margin-top: 3em;
  }

  .kintone .sec6 .step1 li {
    width: 140px;
    margin: 0 auto 4em;
    position: relative;
  }

  .kintone .sec6 .step1 li::before {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: -2em;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 25px 0 25px;
    border-color: #1CB468 transparent transparent transparent;
  }

  .kintone .sec6 .step1 li:last-of-type::before {
    display: none;
  }

  .kintone .sec6 .step1 li .img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #2AB4AD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }

  .kintone .sec6 .step1 li .img .iria {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2AB4AD;
    position: absolute;
    left: -16px;
    top: -16px;
    color: #2AB4AD;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kintone .sec6 .step1 li .img .iria span {
    font-size: 23px;
    color: #2AB4AD;
    line-height: 0.9;
  }

  .kintone .sec6 .step1 li .ttl {
    font-size: 14px;
    font-weight: bold;
    margin-top: 1.5em;
    text-align: center;
    white-space: nowrap;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kintone .sec6 .step2 {
    background-color: #F7F7F7;
    border-radius: 0.75em;
    padding: 2em 1.5em;
    margin-top: 2em;
  }

  .kintone .sec6 .step2 li {
    background-color: #fff;
    padding: 1.25em 1em;
    border-radius: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5em;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kintone .sec6 .step2 li:not(:last-of-type):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -1.75em;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 25px 0 25px;
    border-color: #01cb44 transparent transparent transparent;
  }

  .kintone .sec6 .step2 li:last-of-type {
    margin-bottom: 0;
  }

  .kintone .sec6 .step2 li .iria {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #2AB4AD;
    color: #2AB4AD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    text-align: center;
    font-size: 10px;
  }

  .kintone .sec6 .step2 li .iria span {
    font-size: 20px;
    font-style: italic;
    color: #2AB4AD;
    line-height: 0.9;
    display: block;
  }

  .kintone .sec6 .step2 li .txt {
    width: calc(100% - 50px);
    padding-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .kintone .sec6 .step2 li .txt .ttl {
    font-size: 17px;
    font-weight: bold;
  }

  .kintone .sec6 .step2 li .txt p {
    margin-top: 0.5em;
    font-size: 14px;
  }

  /* 202502調整 */
  footer .wrap .footer_menu_wrap ul.footer_menu>li>.footer_menu_ttl {
    color: #2AB4AD;
    font-weight: 700;
    font-size: 14px;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>a+.footer_menu_ttl {
    margin-top: .5em;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>.footer_menu_subttl {
    font-size: 14px;
    font-weight: 700;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li ul li a {
    padding-left: 1em;
    font-size: 13px;
    position: relative;
    display: block;
    margin-left: 1em;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 0.71em;
    height: 1px;
    background-color: #000;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li ul {
    margin-bottom: 1em;
  }

  footer .wrap .footer_middle_wrap {
    width: 100%;
    padding-bottom: 2em;
    border-bottom: 1px solid #dadada;
  }
  footer .wrap .footer_bottom_wrap {
    margin: auto;
    padding-top: 2em;
  }

  footer .wrap .footer_middle_wrap .footer_middle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
  }

  footer .wrap .footer_middle_wrap .footer_middle address {
    font-size: 12px;
  }

  footer .wrap .footer_bottom_wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    font-size: 12px;
  }

  footer .wrap .footer_bottom_wrap ul li {
    margin: 0 10px 5px;
  }

  footer .wrap:has(.footer_middle_wrap) {
    display: block;
    margin-top: 1em;
  }

  footer .footer_logo {
    margin-top: 0;
    margin-right: 1em;
  }

  footer .wrap .p_ic a {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 275px;
  }

  footer .wrap .p_ic a img {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  footer .wrap .p_ic a p {
    padding-left: 1em;
    font-size: 10px;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
  }

  .home .mv {
    align-items: center;
    background: url(../img/mv_sp.png) no-repeat center bottom / 100%;
    width: 100%;
    overflow: hidden;
  }

  .home .mv .mv_txt {
    width: 85%;
    margin: auto;
    padding: 2em 1em;
  }

  .home .mv .mv_label {
    font-size: 12px;
    border: 1px solid #000;
    background: #fff;
    display: inline-block;
    padding: .2em 1em;
    margin-bottom: 0.5em;
  }

  .home .mv .mv_txt1 {
    font-size: 18px;
    font-weight: 700;
  }
  .home .mv .mv_txt1_2 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 1em;
  }
    .home .mv .mv_txt1_2::before {
        content: "";
        position: absolute;
        left: 0;
        right: auto;
        top: 0.8em;
        bottom: auto;
        margin: 0;
        width: 10px;
        height: 10px;
        display: block;
        background-color: #2AB4AD;
        border-radius: 50%;
    }

  .home .mv .mv_txt2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }

  .home .mv .mv_txt2 span {
    color: #2AB4AD;
    font-weight: 700;
  }

  .home .mv .mv_txt3 {
    font-size: 14px;
    margin-top: 0.5em;
  }

  .home .mv .mv_btnWrap {
    width: 100%;
    margin-top: 2em;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn {
    display: block;
    position: relative;
    background: #F98A0F;
    text-align: center;
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 5px 7px 8px -6px #c9c9c9;
    padding: .7em 1em;
    margin: 0.5em auto;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn::before {
    content: "";
    position: absolute;
    background: url(../img/dummy_ico.png)no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
  }
  .home .mv .mv_btnWrap .mv_btnWrap_btn.v-02 {
    background: #2AB4AD;
    border: 3px solid #fff;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn.v-02::before {
    display: none;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn p {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn.v-02 p {
    color: #fff;  
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn p+p {
    font-size: 18px;
    font-weight: 700;
  }

  .lower.case .sec1 .list>li  a .keyword_list {
    display: flex;
    padding: 0;
  }

  .lower.case .sec1 .list>li a .keyword_list p {
    color:#2AB4AD;
    background-color: rgb(235, 235, 235);
    margin-right: 10px;
    border-radius: 30px;
    font-weight: bold;
    padding: 2px 15px 0px;
    font-size: 12px;
  }



}

@media screen and (max-width: 374px) {
  footer .wrap .footer_menu_wrap ul.footer_menu:first-of-type li a {
    width: 8.5em;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu:nth-of-type(2) {
    padding-left: 0;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu:nth-of-type(2) li a {
    width: 10em;
  }
}

@media screen and (max-width: 769px) {
  .br_pc {
    display: none;
  }
}

/*# sourceMappingURL=maps/sp.css.map */