@charset "UTF-8";

.bold {
  font-weight: bold;
}

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

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  a._link_pdf {
    padding: 0 20px 0 12px;
    position: relative;
    font-weight: bold;
  }

  a._link_pdf::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0.4em 0 0 0;
    content: "";
    vertical-align: top;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #2AB4AD;
  }

  a._link_pdf::after {
    content: "";
    position: absolute;
    width: 16.5px;
    height: 20px;
    margin: 4px 0 0 8px;
    display: inline-block;
    background-image: url("/growone-sx/img/company/pdf.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  a._link_pdf:hover {
    text-decoration: underline;
  }



  footer .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
    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;
  }

  footer .bg {
    background-color: #F7F7F7;
    padding-top: 4em;
    padding-bottom: 2em;
  }

  footer .wrap .footer_l {
    padding-bottom: 1em;
    width: 20.8%;
    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;
  }

  footer .wrap .footer_l a.logo {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  footer .wrap .footer_l a.logo img {
    width: 96%;
    height: auto;
  }

  footer .wrap .footer_l a.logo span {
    font-size: 1.15vw;
    font-weight: 500;
    margin-top: 0.75em;
    display: block;
    white-space: nowrap;
  }

  footer .wrap .footer_l a.logo:hover {
    opacity: 0.7;
  }

  footer .wrap .footer_l .tel {
    display: block;
    width: 100%;
    margin-top: 2em;
  }

  footer .wrap .footer_l .tel .num {
    font-style: normal;
    font-size: 1.9vw;
    letter-spacing: 0.07em;
    padding-left: 1.25em;
    background: url(../img/cv_tel.svg) no-repeat left 50%/0.9em auto;
  }

  footer .wrap .footer_l .tel p {
    font-size: 1vw;
    margin-left: -0.5em;
    margin-top: 0.25em;
  }

  footer .wrap .p_ic a {
    margin-top: 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 .footer_l .p_ic a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

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

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

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

  footer .wrap .footer_menu_wrap ul.footer_menu:not(:last-of-type) {
    padding-right: 5%;
  }

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

  footer .wrap .footer_menu_wrap ul.footer_menu>li>.footer_menu_ttl {
    color: #2AB4AD;
    font-weight: 700;
    font-size: min(1.5vw, 16px);
  }

  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 {
    margin-bottom: .2em;
    font-weight: 700;
    font-size: min(1.5vw, 16px);
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>a {
    font-size: 1.3vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    max-width: 15em;
    margin-top: 4px;
  }


  footer .wrap .footer_menu_wrap ul.footer_menu>li>a:hover {
    text-decoration: underline;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>a:first-child {
    margin-top: 4px;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li ul {
    margin-top: 0.75em;
  }

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

  footer .wrap .footer_menu_wrap ul.footer_menu>li ul li a {
    padding-left: 1em;
    font-size: 1.3vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: block;
  }

  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 li a:hover {
    text-decoration: underline;
  }

  footer .wrap .footer_middle_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #dadada;
  }

  footer .wrap .footer_middle_wrap .footer_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
  }

  footer .wrap .footer_bottom_wrap {
    width: 80%;
    margin: auto;
    padding-top: 2em;
  }

  footer .wrap .footer_bottom_wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  footer .wrap .footer_bottom_wrap ul li {
    margin: 0 10px;
    font-size: 13px;
  }

  footer .wrap .footer_bottom_wrap ul li a:hover {
    text-decoration: underline;
  }

  footer .footer_logo {
    display: block;
    width: 164px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 20px;
  }

  footer .footer_logo:hover {
    opacity: 0.7;
  }

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

  body {
    padding-top: 82px;
  }

  header {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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 {
    background: #2AB4AD;
    width: 100%;
    padding: 4px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }
  header.smlHeader .header_top {
    display: none;
  }

  header .hader_top_txt {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
  }

  header .header_top_link {
    display: flex;
    font-size: 12px;
  }
  header .header_top_link li {
    margin-right: 10px;
  }

  header .header_top_link li:before {
    content: ">";
    margin-right: 5px;
    color: #fff;
  }

  header .header_top_link li:last-child {
    margin-right: 0;
  }

  header .header_top_link li a {
    color: #fff;
    line-height: 1.2;
  }

  header .header_top_link li a:hover {
    opacity: 0.8;
  }

  header .header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  header .logo {
    width: 180px;
    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 {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  header .logo img {
    width: 100%;
  }

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

  header .header_menu2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  header nav.menu {
    display: flex;
    height: 56px;
  }

  header nav.menu .logo {
    display: none;
  }

  header nav.menu ul.menu1 {
    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: 0 8px;
  }

  header nav.menu ul.menu1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative;
  }

  header nav.menu ul.menu1 > li.list {
    display: none;
  }

  header nav.menu ul.menu1 > li > a {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    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;
    height: 100%;
    padding: 21px 1.25em;
    white-space: nowrap;
  }

  header nav.menu ul.menu1 > li:hover {
    background-color: #e9f7f7;
    color: #2AB4AD;
    border-bottom: 2px solid #2AB4AD;
  }
  header nav.menu ul.menu1 .dropdown_box {
    display: none;
  }

  header nav.menu ul.menu1 .dropdown_box.open {
    display: flex;
    background-color: #FFF;
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 90px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .2);
    transition: all 0.3s ease;
    border-top: 1px solid #dadada;
  }

  header.smlHeader nav.menu ul.menu1 > li > a {
    padding: 24px 1.25em;
  }

  header.smlHeader nav.menu ul.menu1 .dropdown_box.open {
    top: 70px;
  }
  
  
  header nav.menu ul.menu1 .dropdown_left_box {
    padding: 20px;
    width: 300px;
    border-right: 2px solid #dadada;
  }

  header nav.menu ul.menu1 .dropdown_left_ttl {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  header nav.menu ul.menu1 .dropdown_left_btn a {
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 2px solid #dadada;
    border-radius: 3em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    position: relative;
  }

  header nav.menu ul.menu1 .dropdown_left_btn a:hover {
    background: #fff;
    border-radius: 3em;
    border: 2px solid #2AB4AD;
    color: #2AB4AD;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header nav.menu ul.menu1 .dropdown_right_box {
    display: flex;
    padding: 20px 20px 20px 50px;
    width: 75%;
  }

  header nav.menu ul.menu1 .dropdown_right {
    width: calc(100% / 5);
    margin-right: 5%;
  }

  header nav.menu ul.menu1 .dropdown_right:last-child {
    margin-right: 0;
  }

  header nav.menu ul.menu1 .dropdown_right_ttl {
    color: #2AB4AD;
    font-weight: 700;
    font-size: min(1.5vw, 16px);
  }
  header nav.menu ul.menu1 .dropdown_right_ttl a {
    font-weight: 700;
  }
  header nav.menu ul.menu1 .dropdown_right_list li {
    padding-left: 15px;
  }
  
  header nav.menu ul.menu1 .dropdown_right_list li a {
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    margin-top: 15px;
    font-weight: 500;
  }

  header nav.menu ul.menu1 .dropdown_right_list li a:hover {
    opacity: 0.7;
  }

  header nav.menu ul.menu1 .dropdown_right_list li a:before {
    content: "";
    position: absolute;
    left: -1em;
    right: auto;
    top: 6px;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #2AB4AD;
  }
  header nav.menu ul.menu1 .close_area {
    display: none;
  }
  header nav.menu ul.menu1 .close_area.open {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    display: block;
  }
  header.smlHeader nav.menu ul.menu1 .close_area.open {
    top: 70px;
  }

  header nav.menu ul.btn {
    font-size: 0;
    border-radius: 3em;
    text-align: center;
    line-height: 34px;
    border-radius: 17px;
    margin-right: 0px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  header nav.menu ul.btn > .btn {
    margin-right: 8px;
  }
  header nav.menu ul.btn > .btn.docu {
    margin-right: 16px;
  }

  header nav.menu ul li.btn a {
    margin-right: 4px;
    background-color: #2AB4AD;
    padding: 1em 0;
    font-size: 12px;
    border-radius: 3em;
    text-align: center;
    width: 172px;
    display: block;
    border: 1px solid #2AB4AD;
  }

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

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

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

  header nav.menu ul li.btn a .ic {
    color: #fff;
    padding-left: 2em;
    position: relative;
  }

  header nav.menu ul 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 ul li.btn a:hover .ic::before {
    background: url(../img/header_ic1_on.svg) no-repeat;
    background-size: contain;
  }

  header nav.menu ul li.btn.docu a {
    background-color: #F98A0F;
    margin-left: 0;
    border: 1px solid #F98A0F;
  }

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

  header nav.menu ul li.btn.docu a:hover .ic {
    color: #F98A0F;
  }

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

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

  header nav.menu .tel {
    display: none;
  }


  /*smlHeader*/
  header.smlHeader {
    height: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 70px;
  }

  header.smlHeader .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 180px;
    height: 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header.smlHeader .logo span {
    display: none;
  }
  header.smlHeader nav.menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }

  .menu_toggle {
    display: none;
  }

  #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: 20px;
    bottom: -6em;
    right: 1em;
  }

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

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

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

  .ttl2+.catch {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 1.25em;
    line-height: 2;
  }
  .ttl2l+.catch {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0.5em;
    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%);
  }
  .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%);
  }
  .ttl2+.catch+p {
    text-align: center;
    padding-top: 2em;
    font-size: 16px;
    line-height: 2em;
  }
  .ttl2l+.catch+p {
    text-align: center;
    padding-top: 2em;
    font-size: 16px;
    line-height: 2em;
  }

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

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

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

  .home .company_list .ttl2_1 .line::before {
    content: "＼";
    left: -1.5em;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto 1em;
    width: 1em;
    height: 1px;
  }

  .home .company_list .ttl2_1 .line::after {
    content: "／";
    left: auto;
    right: -1.5em;
    top: 0;
    bottom: 0;
    margin: auto 1em;
    width: 1em;
    height: 1px;
  }

  .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: 192px;
    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/TOP02_background.png) no-repeat #fff center top/100%;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .home .should .bg {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
    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: 5em 4em 3em;
  }
    .home .should .bg .big {
        font-weight: bold;
        font-size: 23px;
    }
    .home .should .bg .yel {
        font-weight: bold;
        background: linear-gradient(transparent 70%, #FFFA82 70%);
    }
    .ora {
        font-weight: bold;
        font-size: 40px;
        color: #F98A0F;
    }
    .home .should .bg .blu {
        font-weight: bold;
        color: #2AB4AD;
    }
  .home .should .bg .ttl2_1 {
    text-align: center;
    margin-bottom: 3.5em;
  }

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

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

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

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

  .home .about ul {
    margin: 0 -1%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home .about ul li {
    width: 32%;
    max-width: 300px;
    position: relative;
    margin: 4em 2% 0;
  }

  .home .about ul li .img {
    width: 247px;
    height: 247px;
    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;
    margin: 0 auto;
  }

  .home .about ul li .img .num {
    position: absolute;
    left: 0;
    top: 0;
    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: 11px;
    color: #fff;
    -webkit-transform: scale(80%);
    transform: scale(80%);
  }

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

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

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

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

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

  .home .feature {
    padding: 4em 0 6em;
    overflow-x: hidden;
  }

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

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

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

  .home .feature .ttl3_1 .num {
    width: 130px;
    color: #2AB4AD;
    font-size: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    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: 14px;
    color: #2AB4AD;
    padding-right: 0.5em;
  }

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

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

  .home .feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -1%;
  }

  .home .feature ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32.5%;
    margin: 2em 1% 0;
    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 1.5em 2em;
    font-size: 16px;
    line-height: 2;
  }

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

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

  .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: 6.5em !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;
  }

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

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

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

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

  .home .feature ul li a:hover {
    background: url(../img/feature_arw_on.svg) #2AB4AD no-repeat center bottom 3em/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: 18px;
    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: 6em 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: 8em 0;
  }

  .home .support .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
    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: 4em;
  }

  .home .support ul li {
    width: 141px;
    height: 141px;
    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%;
    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: nowrap;
    margin-left: -2em;
  }

  .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: 16px;
    font-weight: bold;
    color: #fff;
  }

  .home .support a.btn {
    width: 100%;
    max-width: 317px;
    text-align: center;
    font-size: 18px;
    display: block;
    color: #2AB4AD;
    font-weight: bold;
    border-radius: 3em;
    margin: 3em auto 0;
    padding: 1.5em 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 6em;
    overflow-x: hidden;
  }

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

  .home .case .ttl2+.catch {
    margin-bottom: 2em;
  }

  .home .case ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5em -1% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home .case ul li {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1%;
  }

  .home .case ul .column2 {
    width: 43% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1%;
  }

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

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

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

  .home .case ul li a .cat {
    padding: 1em 1.25em 0.5em;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: 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.25em 1em 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
  }

  .home .case ul li a .wrap_2item {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

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

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

  .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: 317px;
    text-align: center;
    font-size: 18px;
    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: 4em auto 0;
    padding: 1.5em 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 3em;
    background-color: #F7F7F7;
    overflow-x: hidden;
  }

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

  .home .lineup .wrap .ttl2+.catch {
    margin-bottom: 1.5em;
  }

  .home .lineup .wrap>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5em -1%;
  }

  .home .lineup .wrap>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    margin: 0 1%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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);
    padding: 0 2em;
    border: 2px solid #dadada;
  }

  .home .lineup .wrap>ul>li a {
    padding-bottom: 1em;
    border-radius: 0.75em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .home .lineup .wrap>ul>li .ttl3_1 {
    padding: 1.5em 0.5em 0.25em;
    background-color: #2AB4AD;
    border-radius: 0.5em 0.5em 0 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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 {
    min-height: 3.3em;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    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;
  }
  .home .lineup .wrap>ul>li .ttl3_1 .ttl2 {
    min-height: 3.3em;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    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;
  }
  .home .lineup .wrap>ul>li .ttl3_1 .ttl3 {
    min-height: 3.3em;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    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;
  }

  .home .lineup .wrap>ul>li .catch {
    font-size: 1px;
    line-height: 1.75;
    padding: 40px 30px 0px;
    min-height: 7em;
    font-weight: 500;
  }

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

  .home .lineup .wrap>ul>li .btn {
    margin: auto auto 0;
    width: calc(100% - 40px);
    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;
  }

  .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 {
    background-color: #fff;
    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 {
    background-color: transparent;
  }

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

  .home .lineup .wrap>ul>li.pt1 catch {
    background: url(/growone-sx/img/28561ba96526cf8fc2643ffc717b63ea8714f53f.png) no-repeat center;
  }

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

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

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

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

  .home .lineup .wrap>ul>li.pt2 a:hover {
    background-color: #fff;
    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 p {
    color: #B2B2B2;
  }

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

  .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 .catch {
    color: #fff;
  }

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

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

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

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

  .home .mainte .wrap .ttl2_1 {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 0.5em;
    letter-spacing: 0.05em;
  }

  .home .mainte .wrap p {
    font-size: 16px;
    line-height: 2;
  }

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

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

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

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

  #download .wrap .img_wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 2em;
  }

  #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 .img 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: 44%;
    max-width: 440px;
    margin-right: 4em;
  }

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

  #download .wrap .img_wrap a .txt .btn {
    display: block;
    width: 100%;
    max-width: 319px;
    background-color: #F98A0F;
    border: 2px solid #F98A0F;
    font-size: 16px;
    text-align: center;
    border-radius: 3em;
    padding: 1.5em 1em;
    margin-top: 1.75em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #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 {
    width: 44%;
    max-width: 318px;
  }

  #download .wrap .img_wrap a .img img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }

  .cta {
    padding: 8em 0 4em;
  }

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

  .cta ul {
    border: 1px solid #666666;
    border-radius: 0.75em;
    padding: 3em;
    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;
  }

  .cta ul li.btn {
    width: 48%;
    margin: 0 1% 2%;
  }

  .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: 5em 0.5em 2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

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

  .cta ul li.btn a .ttl {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
  }

  .cta ul li.btn.pt1 {
    background: url(../img/cv_ic1.svg) no-repeat #2AB4AD center 2em;
    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 2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .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 2em;
    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 2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .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 2em;
    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 2em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .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.5em;
    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.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

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

  .cta ul li.tel a {
    display: block;
    width: 100%;
    text-align: center;
    pointer-events: none;
  }

  .cta ul li.tel a .num {
    font-style: normal;
    font-size: 33px;
    padding-left: 1.1em;
    background: url(../img/cv_tel.svg) left 50% no-repeat;
    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: 17px;
    font-weight: 500;
  }

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

  .pankuzu li a {
    margin-right: 3em;
    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: -2em;
    top: 0;
    width: 1em;
    height: 1em;
    text-align: center;
  }

  .page_nav {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page_nav li {
    margin: 0 1%;
    width: 30%;
    max-width: 239px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page_nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 0.75em 1.25em;
    border: 1px solid #2AB4AD;
    font-size: 16px;
    color: #2AB4AD;
    border-radius: 0.75em;
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page_nav li a::before {
    content: "";
    position: absolute;
    right: 0.5em;
    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: 34px;
    font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    letter-spacing: 0.04em;
  }

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

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

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

  .ttl3l+p {
    font-size: 16px;
    text-align: center;
    padding-top: 1.5em;
    line-height: 2;
  }

  .lower .case {
    border-top: 2px solid #2AB4AD;
    padding: 6em 0 8em;
    overflow-x: hidden;
  }

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

  .lower .case .ttl2+.catch {
    margin-bottom: 2em;
  }

  .lower .case .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3em -1% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lower .case .list>li {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1%;
  }

  .lower .case .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;
    padding: 1.25em 1.25em 1.75em 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);
  }

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

  .lower .case .list>li a img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

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

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

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

  .lower .case .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 .list>li a ul li:first-of-type {
    background-color: #2AB4AD;
  }

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

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

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

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

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

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

  .lower .case .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 .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 .list>li a dl {
    margin-top: 0;
    padding: 0 1em;
  }

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

  .lower .case .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 .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 .list>li a dl dd {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0.5em;
  }

  .lower .case .list>li a:hover {
    background-color: #2AB4AD;
  }

  .lower .case .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 .list>li a:hover .ttl {
    color: #fff;
  }

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

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

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

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

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

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

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

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

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

  .lower .case a.btn {
    width: 100%;
    max-width: 317px;
    text-align: center;
    font-size: 18px;
    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: 4em auto 0;
    padding: 1.5em 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;
  }

  .download .mv {
    background-color: #e9f7f7;
    width: 100%;
    height: 10vw;
    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: 1.8vw;
    font-weight: bold;
    color: #2AB4AD;
  }

  .download .catch {
    text-align: center;
    padding: 1.5em 0 0;
    font-size: 26px;
    font-weight: bold;
  }

  .download .sec1 {
    padding: 3em 0 1em;
  }

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

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

  .download .sec1 .wrap .list {
    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;
  }

  .download .sec1 .wrap .list::after {
    content: "";
    display: block;
    width: 30%;
  }

  .download .sec1 .wrap .list li {
    width: 30%;
    margin: 2.5em 0 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 2em;
    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: 0.5em;
    text-align: center;
  }

  .download .sec1 .wrap .list li .img img {
    -o-object-fit: contain;
    object-fit: contain;
    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: 20px;
    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: transparent;
    padding: 0;
    overflow: hidden;
  }

  .download .sec1.pt2 .wrap .list li .img img {
    width: 100%;
    height: auto;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" 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(0 0 0 rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }

  .seminar .mv {
    background: #e9f7f7;
    width: 100%;
    height: 10vw;
    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: 1.8vw;
    font-weight: bold;
    color: #2AB4AD;
  }
  .seminar .mv .ttl1 .catch {
    font-size: 16px;
    margin-top: 1em;
  }

  .seminar .sec1 {
    padding: 3em 0 6em;
    overflow-x: hidden;
  }

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

  .seminar .sec1 .wrap .list li {
    margin-top: 2.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);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1em;
    padding: 1.5em;
  }

  .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: 34.2%;
  }

  .seminar .sec1 .wrap .list li a .txt {
    width: 63.2%;
  }

  .seminar .sec1 .wrap .list li a .txt .flag {
    width: 100%;
    max-width: 187px;
    border-radius: 0.75em;
    text-align: center;
    padding: 0.5em 0.25em;
    color: #fff;
    background-color: #F77C10;
    text-align: center;
    font-size: 16px;
    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: 18px;
    margin-top: 0.75em;
    line-height: 1.5;
    padding-bottom: 0.5em;
    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: 18px;
    font-weight: 500;
    padding-left: 1.5em;
    background: url(../img/seminar/ic.svg) no-repeat left 0/1.25em auto;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

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

  .case_detail .main_column {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }

  .case_detail .left_column {
    width: 850px;
    margin-right: 30px;
  }
  .case_detail .main_column .sec2 .wrap, .case_detail .main_column .profile .wrap, .case_detail .main_column .product_list .wrap {
    padding: 0;
  }

  .case_detail .left_column .product_list .wrap {
    max-width: none;
  }
  .case_detail .left_column .product_list .wrap .product_box .list li a {
    padding: 1.5em 2em;
  }
  .case_detail .left_column .product_list .wrap .product_box .list li a .ttl3_1 img {
    padding-top: 1em;
    width: 200px;
  }

  .case_detail .right_column {
    width: 280px;
    padding: 3em 0 6em;
    margin-top: 1em;
  }
  .case_detail .right_column.column {
    padding: 3em 0 0;
  }

  .main_column {
    display: -ms-flexbox;/* IE11とIE10対応 */
	  display: flex;
  }

  .left_column {
    -ms-flex-positive: 1;/* IE10対応 */
	  flex-grow: 1;
  }
  .rell {
    position: relative;
    flex-shrink: 0;
  }

  .right_move {
    width: 280px;
  }
  .right_sticky {
    position: sticky;
    top: 6em;
  }

  .right_column-fixedtop {
    position: fixed;
    top: 100px;
    right: 0;
  }

  .right_column-absobottom {
    position: absolute;
    bottom: 0;
  }

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

  .case_detail .right_column .right_ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
  }

  .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 a:hover {
    opacity: 0.8;
    background-color: #fff;
  }
  .case_detail .right_column .column_box li .logo {
    text-align: center;
  }

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

  .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 .left_column .wrap .txt {
    font-weight: bold;
  }


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

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

  .seminar .sec2 .wrap .list {
    margin-top: 3em;
  }

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

  .seminar .sec2 .wrap .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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 {
    width: 135px;
    font-size: 16px;
    padding-left: 1.5em;
    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 {
    width: calc(100% - 135px);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }

  .faq .page_nav li a:before {
    right: 0.3em;
  }

  .faq .mv {
        background: #e9f7f7;
        width: 100%;
        height: 10vw;
        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: 1.8vw;
        font-weight: bold;
        color: #2AB4AD;
  }
  .faq .mv .ttl1 .catch {
        font-size: 16px;
        margin-top: 1em;
        font-weight: normal;
        padding: 0;
  }

  .faq .catch {
    font-size: 26px;
    font-weight: bold;
    padding: 1.5em 0 0;
    text-align: center;
  }

  .faq .sec1 {
    padding: 3em 0 1em;
  }

  .faq .sec1.lastSec {
    padding: 3em 0 8em;
  }

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

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

  .faq .sec1 dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C5C5C5;
    padding: 2em 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: 20px;
    color: #FFF;
    background-color: #323232;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
  }

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

  .faq .sec1 dl dt .ic::before,
  .faq .sec1 dl dt .ic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    bottom: auto;
    margin: 0 auto;
    display: block;
    width: 22px;
    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% - 126px);
    font-size: 18px;
    font-weight: bold;
    padding-top: 0.5em;
  }

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

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

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

  .faq .sec1 dl dd .txt .link {
    color: #1140C3;
    text-decoration: underline;
    padding: 0.5em 0;
  }

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

  .function .mv {
    background: #e9f7f7;
    width: 100%;
    height: 10vw;
    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: 1.8vw;
    font-weight: bold;
    color: #2AB4AD;
  }

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

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

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

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

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

  .function .sec2 {
    padding: 5em 0 6em;
  }

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

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

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

  .function .sec2 .wrap .list li {
    padding-top: 4em;
    margin-top: 0epx;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .function .sec2 .wrap .list li .txt {
    width: 50%;
  }

  .function .sec2 .wrap .list li .txt_02 {
    width: 80%;
  }
  .function .sec2 .wrap .list li .txt_03 {
    width: 60%;
  }
  .function .sec2 .wrap .list li .txt .ttl4_1 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 1em;
    border-left: 10px solid #2AB4AD;
  }

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

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

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

  .function .sec2 .wrap .list li .txt_02 p {
    font-size: 16px;
    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: 1.5em;
    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;
  }
    .home .point {
        background-color: #F7F7F7;
        padding: 4em 0 3em;
        overflow-x: hidden;
    }
    .home .point .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1160px;
        padding: 0 18px;
    }
    .s-point ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0 30px;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }
    .s-point ul li {
        padding: 1em 2em 1em 1em;
        gap: 0 25px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        width: 32%;
    }
    .s-point .point_img {
        width: auto;
        height: auto;
    }
    .s-point .point_img img {
        height: 100%;
        max-height: 100%;
    } 
    .s-point ul li h3 {
        font-size: 18px;
        line-height: 1.7;
    }
    .band {
        background: #334469;
        padding: 2em 0;
    }
    .band .wrap {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 18px;
        max-width: 1400px !important;
        text-align: center;
        position: relative;
    }
    .band .m_ttl2 {
        padding: 1em 0 1.5em;
        position: relative;
color: #fff
    }
    .band .wrap .btn {
        width: 100%;
        max-width: 449px;
        text-align: center;
        font-size: 20px;
        color: #334469;
        font-weight: bold;
        background-color: #fff;
        border-radius: 3em;
        padding: 1.5em 0;
        border: 2px solid #fff;
        transition: all 0.3s ease;
        position: relative;
        letter-spacing: 0.05em;
        display: inline-block;
        margin: 1em;
    }
    .band .wrap .btn:hover {
        background: #334469;
        color: #fff;
        border: 2px solid #fff;
        -webkit-transition: all 0.3sease;
        transition: all 0.3sease;
    }
    .band_right {
        width: 300px;
        height: 126px;
        position: absolute;
        right: -65px;
        bottom: 0px;
    }
    .band_left {
        width: 300px;
        height: 129px;
        position: absolute;
        left: -60px;
        bottom: 0px;
    }
  .function .sec2 .wrap .list li .img,
  .kintone .sec2 .wrap .list li .img {
    width: 45%;
    cursor: pointer;
    overflow: hidden;
  }
    .function .sec2 .wrap .list li .img02 {
        width: 40%;
        overflow: hidden;
        text-align: center;
    }
  .function .sec2 .wrap .list li .img_02,
  .kintone .sec2 .wrap .list li .img_02 {
    width: 15%;
    cursor: pointer;
    overflow: hidden;
    margin: auto auto 1em 0;
  }

  .line_g {
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    font-size: 20px !important;
  }

  .line_g::before {
    background-color: #FFFA82;
    height: 0.5em;
    position: absolute;
    display: block;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .function .sec2 .wrap .list li .img:hover img,
  .kintone .sec2 .wrap .list li .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .function .sec2 .wrap .list li.full {
    display: block;
  }

  .function .sec2 .wrap .list li.full .txt {
    width: 100%;
  }

  .function .sec2 .wrap .list li.full .img {
    width: 100%;
  }

  .function .sec2 .wrap .list li.full .img img {
    margin-top: 2em;
  }

  .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;
    max-width: 1000px;
    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;
    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: 10vw;
    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: 1.8vw;
    font-weight: bold;
    color: #2AB4AD;
  }
  .industry .mv .ttl2 {
    font-size: 1.4vw;
    font-weight: bold;
    color: #2AB4AD;
    padding-top: 1em;
  }
  .industry .mv .catch {
    font-size: 18px;
    font-weight: 400;
    padding: 1em 0 0.5em;
    text-align: center;
  }
  .system_cooperation .mv .ttl1 span {
    font-size: 1.2304vw;
    font-weight: 500;
    color: #2AB4AD;
    display: block;
    padding-top: 1em;
  }

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

  .industry .sec1 {
    padding: 2em 0 6em;
  }

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

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

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

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

  .industry .sec1 .wrap .list>li {
    margin-top: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .industry .sec1 .wrap .list>li .txt {
    width: 50%;
  }

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

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

  .industry .sec1 .wrap .list>li .txt p {
    font-size: 16px;
    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: 1em;
    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: 1.5em;
    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 {
    width: 45%;
  }

  .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 .sec1 .wrap .list>li.full {
    display: block;
  }

  .industry .sec1 .wrap .list>li.full .txt {
    width: 100%;
  }

  .industry .sec1 .wrap .list>li.full .img {
    width: 100%;
  }

  .industry .sec1 .wrap .list>li.full .img img {
    margin-top: 2em;
  }

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

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

  .industry .sec2 .wrap>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.5em -1% 1.5em;
  }

  .industry .sec2 .wrap>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    margin: 0 1%;
    display: flex;
    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);
  }

  .industry .sec2 .wrap>ul>li a {
    padding-bottom: 2.5em;
    overflow: hidden;
    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: 22px;
    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: #2E59AA;
  }

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

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

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

  .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: #2E59AA;
    color: #fff;
  }

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

  .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: #2E59AA;
    background-color: #fff;
  }

  .industry1 .mv {
    background: url(../img/industry/industry1/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 15.61vw;
    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: 1.9994vw;
    font-weight: bold;
    color: #fff;
  }

  .industry1 .sec1 {
    padding: 5em 0 6em;
  }

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

  .industry1 .sec1 .ttl2_1+p {
    text-align: center;
    margin-top: 2em;
    line-height: 2;
    font-size: 16px;
  }

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

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

  .industry1 .sec1 .wrap .list {
    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;
    margin-top: 2em;
  }

  .industry1 .sec1 .wrap .list::after {
    content: "";
    display: block;
    width: 30%;
  }

  .industry1 .sec1 .wrap .list li {
    width: 30%;
    margin: 2.5em 0 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 2em;
    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: 16px;
    font-weight: 500;
    font-weight: bold;
    text-align: center;
    color: #2AB4AD;
  }

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

  .industry1 .sec1 .wrap .list li .ttl3_1 {
    font-size: 22px;
    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: 50px;
    height: 2px;
    background-color: #2AB4AD;
  }

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

  .industry1 .sec2 {
    padding: 5em 0 6em;
    background-color: #F7F7F7;
  }

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

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

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

  .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: 90px;
    font-size: 60px;
    color: #2AB4AD;
    line-height: 1;
  }

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

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

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

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

  .industry1 .sec2 .wrap>ul>li .img_wrap {
    margin-top: 2.5em;
    padding: 3em 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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);
  }

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

  .industry1 .sec2 .wrap>ul>li .img_wrap .img1 {
    width: 47%;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .img2 {
    width: 69%;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap .txt1 {
    width: 25%;
  }

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

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

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

  .industry1 .sec2 .wrap>ul>li .img_wrap.pt1 div:first-of-type {
    position: relative;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap.pt1 div:first-of-type::before {
    content: "";
    position: absolute;
    display: block;
    bottom: calc(36px + 9%);
    right: -10%;
    width: 12%;
    height: 1em;
    background: url(../img/industry/industry1/arw1.png) no-repeat left top/contain;
  }

  .industry1 .sec2 .wrap>ul>li .img_wrap.pt1 div:last-of-type {
    padding-top: 4.5em;
  }

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

  .case_detail .mv {
    background-color: #e9f7f7;
    width: 100%;
    height: 10vw;
    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: 1.8vw;
    font-weight: bold;
    color: #2AB4AD;
  }

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

  .case_detail .sec1 {
    padding: 4em 0;
    background-color: #fff;
  }

  .case_detail .sec1 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
  }

  .case_detail .sec1 .wrap .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .case_detail .sec1 .wrap .img_wrap .txt {
    width:55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case_detail .sec1 .wrap .img_wrap .txt .service_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 4px;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .service_list li {
    background: #2AB4AD;
    color: #fff;
    border-radius: 5px;
    margin:0 10px 8px 0;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;

  }
  .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: 26px;
    font-weight: 800;
  }
  .case_detail .sec1 .wrap .img_wrap .txt p .orange {
    font-size: 26px;
    font-weight: 800;
    color: #F98A0F;
  }

  .case_detail .sec1 .wrap .img_wrap .txt .company_name {
    font-size: 17px;
    margin: 1em 0;
    font-weight: 500;
  }

  .case_detail .sec1 .wrap .img_wrap .txt dl {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
  }

  .case_detail .sec1 .wrap .img_wrap .txt dl dt {
    width: 145px;
    font-size: 15px;
    font-weight: 500;
    color: #2AB4AD;
    background-color: #2AB4AD;
    border: 1px solid #2AB4AD;
    background-color: #fff;
    text-align: center;
    border-radius: 2em 0 0 2em;
    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: 15px;
    color: #2AB4AD;
    width: calc(100% - 145px);
    background-color: #2AB4AD;
    border: 1px solid #2AB4AD;
    background-color: #fff;
    border-radius: 0 2em 2em 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: 1em;
  }

  .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 .txt .case_kinds dd a:hover {
    opacity: 0.8;
  }

  .case_detail .sec1 .wrap .img_wrap .img {
    width: 40%;
  }
  .case_detail .sec1 .wrap .img_wrap .img p {
    font-size: 14px;
    padding-top: 1em;
  }

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

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

  .case_detail .point .wrap .point_box {
    background-color: #F7F7F7;
    padding: 4em 4em 3em;
    margin-top: 1em;
  }

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

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

  .case_detail .point .wrap ol>li {
    border-bottom: 1px solid #B7B7B7;
    padding: 1.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .case_detail .point .wrap ol>li .num {
    width: 250px;
    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: 20px;
  }

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

  .case_detail .point .wrap ol>li ul {
    width: calc(100% - 250px);
  }

  .case_detail .point .wrap ol>li ul li {
    font-size: 16px;
    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;
    bottom: auto;
    margin: 0;
    width: 6px;
    height: 6px;
    display: block;
    background-color: #2AB4AD;
    border-radius: 50%;
  }

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

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

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

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

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

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

  .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: 3px solid #ececec;
    margin: 0 0 20px;
  }

  .case_detail .sec2 .wrap p.right {
    text-align: right;
  }

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

  .case_detail .sec2 .wrap .bold {
    font-weight: bold;
  }

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

  .case_detail .sec2 .wrap figure.fig1 {
    margin-top: 3em;
  }

  .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: 3em auto 0;
    display: block;
  }

  .case_detail .sec2 .wrap .img_wrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .case_detail .sec2 .wrap .img_wrap1 figure {
    width: 47.5%;
  }

  .case_detail .sec2 .wrap .img_wrap1 .txt {
    width: 50%;
  }

  .case_detail .sec2 .wrap .img_wrap2 figure {
    width: 18.8%;
    margin: 0 0 1em 2em;
    float: right;
  }

  .case_detail .img_wrap_box {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 18px 0;
  }
  .case_detail .img_wrap_box .bold {
    font-weight: bold;
  }

  .case_detail .sec2 .wrap .img_wrap2.left figure {
    margin: 0 2em 1em 0;
    float: left;
  }

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

  .case_detail .left_column .sec2 .left_ttl {
    font-size: 24px;
    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.mb16 {
    margin: 0 0 16px;
  }

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

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

  .case_detail .left_column .sec2 .release_date {
    margin: 0 0 16px;
    text-align: right;
  }

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

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

  .case_detail .profile .wrap .priofile_box {
    border: 1px solid #C1C1C1;
    padding: 3.5em 4em;
    margin: 0 0 8em 0;
    border-radius: 0.75em;
  }

  .case_detail .profile .wrap .priofile_box .ttl2_1 {
    text-align: center;
    font-size: 22px;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .case_detail .profile .wrap .priofile_box .img_wrap .img {
    width: 281px;
  }

  .case_detail .profile .wrap .priofile_box .img_wrap .txt {
    width: calc(100% - 281px);
    padding-left: 2em;
  }

  .case_detail .profile .wrap .priofile_box .img_wrap .txt p {
    font-size: 16px;
  }

  .case_detail .profile .wrap .priofile_box>p {
    font-size: 16px;
  }

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

  .case_detail .profile .wrap .priofile_box .table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .case_detail .profile .wrap .priofile_box .table dl dt {
    width: 146px;
    text-align: center;
    border-bottom: 1px solid #C1C1C1;
    padding: 0.75em 0.5em;
    font-size: 16px;
    font-weight: bold;
  }

  .case_detail .profile .wrap .priofile_box .table dl dt:last-of-type {
    border-bottom: none;
  }

  .case_detail .profile .wrap .priofile_box .table dl dd {
    width: calc(100% - 146px);
    border-bottom: 1px solid #C1C1C1;
    font-size: 16px;
    padding: 0.75em 1em;
  }

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

  .case_detail .profile .wrap .priofile_box .table dl dd:last-of-type {
    border-bottom: none;
  }

  .case_detail .product_list {
    margin-top: 5em;
    padding-bottom: 6em;
  }

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

  .case_detail .product_list .wrap .product_box {
    position: relative;
    border-radius: 1em;
    background-color: #e9f7f7;
    overflow: hidden;
    padding: 3.5em 2em 4em;
  }

  .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: 28px;
    text-align: center;
    font-weight: bold;
    color: #2AB4AD;
    padding-bottom: 1.5em;
  }

  .case_detail .product_list .wrap .product_box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.8em 0 0.8em;
  }

  .case_detail .product_list .wrap .product_box .list li {
    margin: 0 7px;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .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: 2.5em 3em;
    -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: 16px;
    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: 16px;
  }

  .company .mv {
        background: #e9f7f7;
        width: 100%;
        height: 10vw;
        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: 1.8vw;
        font-weight: bold;
        color: #2AB4AD;
  }

  .company .catch {
    font-size: 26px;
    font-weight: bold;
    padding: 1.5em 0 0;
    text-align: center;
  }

  .company .sec1 {
    padding: 3em 0 1em;
  }

  .company .sec1.lastsec {
    padding: 3em 0 6em;
  }

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

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

  .company .sec1 dl {
    border-top: 1px solid #C5C5C5;
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .company .sec1 dl dt {
    border-bottom: 1px solid #C5C5C5;
    padding: 1em 1em 1em 0;
    width: 170px;
    font-size: 16px;
    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: 1em 1em 1em 0;
    width: calc(100% - 170px);
    font-size: 16px;
    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: 16px;
    line-height: 1.75;
    list-style-type: decimal;
    margin: 0.25em 0;
  }

  .system_cooperation .mv {
    background: #e9f7f7;
    width: 100%;
    height: 10vw;
    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: 1.8vw;
    font-weight: bold;
    color: #2AB4AD;
  }

  .system_cooperation .catch {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
  }

  .system_cooperation .catch+p {
    font-size: 16px;
    text-align: center;
    margin-top: 1.5em;
  }

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

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

  .system_cooperation .wrap .img2 {
    width: 100%;
    max-width: 1000px;
    margin: 3.5em auto 0;
  }

  .system_cooperation .wrap .dltable {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .system_cooperation .wrap .dltable:after {
    display: block;
    content: "";
    width: 47.2%;
  }

  .system_cooperation .wrap .dltable dl {
    text-align: center;
    width: 47.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6em 0 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: 24px;
    border-bottom: 1px solid #2AB4AD;
    padding-bottom: 0.25em;
    margin-bottom: 1em;
  }

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

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

  .system_cooperation .wrap .dltable dl dt .btm {
    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;
    min-height: 3.5em;
  }

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

  .system_cooperation .wrap .dltable dl dt .btm .txt .asta {
    font-size: 10px;
    vertical-align: text-top;
  }

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

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

  .system_cooperation .wrap .dltable dl dd:not(.img) {
    font-size: 16px;
    text-align: left;
    padding-bottom: 1.5em;
  }

  .system_cooperation .wrap .dltable dl dd.img {
    width: 100%;
    margin-top: auto;
    max-height: 267px;
    height: 25.5vw;
  }

  .system_cooperation .wrap .dltable dl dd.img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .system_cooperation .sec1 .ttl2l,
  .system_cooperation .sec2 .ttl2l,
  .system_cooperation .sec3 .ttl2l,
  .system_cooperation .sec4 .ttl2l {
    padding: 0.25em 0 0.75em;
  }

  .system_cooperation .sec1 {
    padding: 2em 0 6em;
  }

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

  .system_cooperation .sec3 .img1 {
    width: 203px;
    margin: 0 auto;
  }

  .system_cooperation .sec4 {
    padding: 5em 0 6em;
  }

  .system_cooperation .sec4 .img1 {
    width: 142px;
    margin: 0 auto;
  }

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

  .system_cooperation .sec5 .img1 {
    width: 142px;
    margin: 0 auto;
  }

  .seminar_detail .main_column {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }

  .seminar_detail .left_column {
    width: 620px;
    margin-right: 30px;
  }
  .seminar_detail .right_column {
    width: 510px;
    padding: 3em 0 6em;
    margin-top: 1em;
  }
  .seminar_detail .right_column.fixed {
    position: fixed;
    top: 0;
    left: auto;
    right: calc((100% - 1160px) / 2);
  }
  .right_column.absolute {
    position: absolute;
    top: 500px;
    right: 0;
    left: auto;
}

  .seminar_detail .main_column .sec0 .wrap, .seminar_detail .main_column .sec2 .wrap, .seminar_detail .main_column .sec5 .wrap, .seminar_detail .main_column .sec4 .wrap {
    padding: 0;
  }

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

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

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

  .seminar_detail .sec0 .wrap .flag {
    width: 187px;
    text-align: center;
    font-size: 16px;
    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: 28px;
    font-weight: bold;
    color: #2AB4AD;
    margin-bottom: 0.75em;
    line-height: 1.75;
  }

  .seminar_detail .sec0 .wrap .detail {
    border-bottom: 1px solid #2AB4AD;
    padding-bottom: 2.25em;
    margin-bottom: 1.5em;
    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;
  }

  .seminar_detail .sec0 .wrap .detail .time {
    font-size: 22px;
    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;
  }

  .seminar_detail .sec0 .wrap .detail .area {
    width: 187px;
    background-color: #e9f7f7;
    text-align: center;
    padding: 0.5em;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0.75em;
  }

  .seminar_detail .sec0 .wrap .btn {
    width: 100%;
    max-width: 449px;
    text-align: center;
    font-size: 20px;
    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: 2.5em 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;
    left: auto;
    right: 2em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    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: 3.5em 0 0;
    border-radius: 0.75em;
    padding: 3.5em;
  }

  .seminar_detail .page_nav {
    max-width: 836px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2em;
  }

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

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

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

  .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 {
    margin-top: 3.5em;
  }

  .seminar_detail .sec1 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    padding: 3em 4.5em 2.25em;
    background-color: #e9f7f7;
  }

  .seminar_detail .sec1 .wrap .list li {
    font-size: 16px;
    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: 6em 0 3em;
  }

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

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

  .seminar_detail .sec3 {
    padding: 3em 0;
  }

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

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

  .seminar_detail .sec3 .wrap .list li {
    border-bottom: 1px solid #C5C5C5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2em 0;
  }

  .seminar_detail .sec3 .wrap .list li .pct {
    width: 18%;
    margin-right: 4%;
  }

  .seminar_detail .sec3 .wrap .list li .txt {
    width: 65.8%;
  }

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

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

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

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

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

  .seminar_detail .sec4 .wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .seminar_detail .sec4 .wrap dl dt {
    font-size: 16px;
    background-color: #1C8DB1;
    color: #fff;
    width: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 1.25em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }

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

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

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

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

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

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

  .seminar_detail .sec5 .wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .seminar_detail .sec5 .wrap dl dt {
    font-size: 16px;
    background-color: #2AB4AD;
    color: #fff;
    width: 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 1.25em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .seminar_detail .sec5 .wrap dl dd {
    font-size: 16px;
    padding: 1em 1.25em;
    width: 81%;
    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: 3em 0 5em;
  }

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

  .seminar_detail .sec6 .wrap ul.list li {
    font-size: 16px;
    position: relative;
    padding-left: 2em;
    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: 2em 0 6em;
  }

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

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

  .seminar_detail .right_column .sec7 .wrap .ttl2_1 {
    font-size: 21px;
  }
  .right_column #seminar_form {
    height: 100%;
    min-height: 1000px;

  }
  .right_column #seminar_form .seminar_end {
    background: #5e5d5da7;
    padding: 20px;
  }

  .right_column #seminar_form .seminar_end .seminar_end_txt {
    color: #fff;
  }


  .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: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .seminar_detail .sec7 .wrap .p_ic p {
    padding-bottom: 0.5em;
    font-size: 14px;
    padding-left: 1em;
  }

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

  .lower.case .mv {
    background-color: #e9f7f7;
    width: 100%;
    height: 10vw;
    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: 1.8vw;
    font-weight: bold;
    color: #2AB4AD;
  }
  .lower.case .mv .ttl1 .catch {
    font-size: 16px;
    margin-top: 1em;
  }

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

  .lower.case .company_list1 {
    background: rgba(0, 153, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 153, 255, .2)), to(rgba(123, 207, 163, .2)));
    background: #e9f7f7;
    padding: 0 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: 439px;
    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;
    padding: 1.5em;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -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;
    box-shadow: 8px 8px 107px rgba(0, 0, 0, .08);
  }

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

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

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

  .lower.case .company_list1 #company_list ul li a .txt .btn {
    margin-top: 1em;
    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);
  }

  .lower.case .company_list1.list2  #company_list ul li {
    width:900px;
  }
  .lower.case .company_list1.list2 #company_list ul li a .img {
    width: 400px;
    }

    .slick-list.draggable {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    #company_slider .slick-prev {
      left: calc((100% - 1000px)/2);
    }
    #company_slider .slick-next {
      right: calc((100% - 1000px)/2);
    }

    #company_slider .slick-prev::before, #company_slider .slick-prev::after, #company_slider .slick-next::before, #company_slider .slick-next::after {
      content: "";
      position: absolute;
      top: calc(50% - 2px);
      width: 24px;
      height: 4px;
      border-radius: 9999px;
      background-color: #000;
    }
    #company_slider .slick-prev::before, #company_slider .slick-prev::after {
      left: 0;
      transform-origin: 2px 50%;
      
    }
    #company_slider .slick-next::before, #company_slider .slick-next::after {
      right: 0;
      transform-origin: calc(100% - 2px) 50%;
    }

    #company_slider .slick-prev::before  {
      transform: rotate(45deg);
    }

    #company_slider .slick-prev::after {
      transform: rotate(-45deg);
    }
    
    #company_slider .slick-next::before {
      transform: rotate(45deg);
    }

    #company_slider .slick-next::after {
      transform: rotate(-45deg);
    }
    #company_slider .slick-dots {
      left: 0;
      right: 0;
      margin: auto;
    }
    #company_slider .slick-dots li {
      padding: 0;
      width: auto;
      
    }
    #company_slider .slick-dots li button:before {
      font-size: 30px;
      color: #fff;
      
    }

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


    #company_slider .slick-prev ,#company_slider .slick-next {
      width: 30px;
      height: 60px;
      z-index: 9;
      display: inline-block;
      
    }

    #company_slider .slick-slide {
      width: 100%;
      padding: 0 50px 20px;
      max-width: 1000px;
      width: 1000px;
    }

    #company_slider .slick-slide a {
      background-color: #fff;
        border-radius: 0.5em;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5em;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    }
    #company_slider .slick-slide a:hover {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    }
    #company_slider .slick-slide .img {
      margin: 0 10px 0 0;
      max-width: 50%;
    }

    #company_slider .slick-slide a img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;

        height: auto;
        width: 100%;
    }

    #company_slider .slick-slide .txt {
      width: 400px;
      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;
    }

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

    #company_slider .slick-slide a .txt .btn2 {
      margin-top: 1em;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 5px;
        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;
      margin: 0 8px 0 0;
      font-weight: bold;
    }
    #company_slider li .company_menu {
      margin: 8px 0 0;
    }
    #company_slider li .company_menu p {
      font-size: 14px;
    }
    #company_slider li .company_menu .company_name {
      color: #2AB4AD;
      font-weight: 700;
    }
    
    

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

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

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

  .lower.case .search {
    padding: 5em 0;
  }

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

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

  .lower.case .search ul.search_tab {
    margin-top: 2em;
    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;
  }

  .lower.case .search ul.search_tab li {
    width: 30%;
    max-width: 239px;
    margin: 1em 0.5% 0;
    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;
    padding: 1em 0.25em;
    border: 1px solid #2AB4AD;
    font-size: 16px;
    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: 4em 0 6em;
    background-color: #F7F7F7;
  }

  .lower.case .pickup .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3em -1% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lower.case .pickup .list>li {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1%;
  }

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

  .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: 16px;
    font-weight: bold;
    color: #2AB4AD;
    padding: 1.5em 1em 0;
  }

  .lower.case .pickup .list>li a .txt1 {
    font-size: 16px;
    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: 16px;
    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: 4em 0 6em;
  }

  .lower.case .sec1 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3em -1% 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lower.case .sec1 .list::after {
    content: "";
    display: block;
    width: 33.3%;
  }

  .lower.case .sec1 .list>li {
    width: 31.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1%;
  }

  .lower.case .sec1 .list>li.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .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: 3px 3px 21px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 21px rgba(0, 0, 0, .1);
  }

  .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: 93px;
    height: 45px;
    font-size: 26px;
    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;
    margin: 0 auto;
    display: block;
  }

  .lower.case .sec1 .list>li a .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding: 1.5em 0 0;
    min-width: 330px;
  }

  .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: #fff;
    border-color: #2AB4AD;
  }

  .lower.case .sec1 .list>li a ul li:first-of-type .cat {
    border-color: #2AB4AD;
    color: #2AB4AD;
  }

  .lower.case .sec1 .list>li a ul li:first-of-type .txt {
    color: #2AB4AD;
  }

  .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: 16px;
    font-weight: bold;
    margin-top: 0.5em;
  }

  .lower.case .sec1 .list>li a:hover {
    -webkit-box-shadow: 3px 3px 21px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 21px rgba(0, 0, 0, .3);
  }
  .lower.case .sec1 .list .timestamp {
    color:#222222;
    font-size: 14px;
    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 {
    padding: 4em 0 8em;
  }

  .lower.case .company_list2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lower.case .company_list2 ul li {
    width: 16%;
    margin: 1% auto 0;
  }

  .lower.case .company_list2 ul li a {
    display: block;
    width: 100%;
    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;
  }

  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 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;
  }
    .toc div {
        padding-top: 0.4em;
    }
    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: 15px 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #E6E6E6;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
    }
  .price-content {
    width: 700px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
  }

  .price-content_box {
    width: 43%;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 2em auto;
  }

  .price-content_title {
    font-size: 25px;
    font-weight: 700;
    color: #2AB4AD;
    margin: 1em;
  }

  .price-content_plus {
    width: 14%;
    text-align: center;
    font-size: 50px;
    line-height: 1;
    display: grid;
    place-items: center;
  }

  .price-content_title2 {
    font-size: 18px;
    font-weight: 700;
    color: #2AB4AD;
  }

  .price-content_text {
    font-size: 24px;
  }

  .price-content_text_amount {
    font-size: 40px;
    font-weight: 700;
  }

  .kintone .mv {
    background: url(../img/kintone/mv.png) no-repeat center top/cover;
    width: 100%;
    height: 15.61vw;
    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: 1.9994vw;
    font-weight: bold;
    color: #fff;
  }

  .kintone .page_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kintone .page_nav li {
    max-width: 241px;
    margin: 0 0.5% 1.5%;
  }

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

  .kintone .sec1 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
  }

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

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

  .kintone .sec1 p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-top: 2.5em;
  }

  .kintone .sec1 img {
    margin-top: 4em;
  }

  .kintone .sec1 .rec {
    background-color: #E8F9F1;
    border-radius: 0.75em;
    padding: 0 4em 2em;
    margin-top: 3em;
    position: relative;
  }

  .kintone .sec1 .rec .ttl3_1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5em;
    bottom: auto;
    margin: 0 auto;
    text-align: center;
  }

  .kintone .sec1 .rec .ttl3_1 span {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background-color: #2AB4AD;
    padding: 0.75em 5em;
    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: 4em;
  }

  .kintone .sec1 .rec ul li {
    background: url(../img/kintone/ic_rec.png) no-repeat left 50%/3.5em;
    font-size: 16px;
    padding: 2em 1em 2em 5em;
    border-bottom: 1px solid #ADDCC4;
  }

  .kintone .sec1 .rec ul li:last-of-type {
    border-bottom: none;
  }

  .kintone .sec3 {
    padding: 3em 0 6em;
    overflow-x: hidden;
  }

  .kintone .sec3 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
  }

  .kintone .sec3 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5em;
  }

  .kintone .sec3 .list li {
    width: 32%;
    max-width: 291px;
    position: relative;
    margin: 4em 2% 0;
  }

  .kintone .sec3 .list li .img {
    width: 247px;
    height: 247px;
    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;
  }

  .kintone .sec3 .list li .img .num {
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #2AB4AD;
    color: #fff;
    font-size: 12px;
    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: 23px;
    color: #fff;
    line-height: 1.2;
  }

  .kintone .sec3 .list li .txt {
    padding-top: 2em;
  }

  .kintone .sec3 .list li .txt .ttl4_1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .kintone .sec3 .list li .txt p {
    font-size: 16px;
    padding-top: 1em;
  }

  .kintone .sec2 {
    padding: 5em 0 6em;
    background: #F7F7F7;
  }

  .kintone .sec2 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
  }

  .kintone .sec2 .wrap .list {
    padding-top: 1.5em;
  }

  .kintone .sec2 .wrap .list li {
    margin-top: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .kintone .sec2 .wrap .list li .txt {
    width: 50%;
  }

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

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

  .kintone .sec2 .wrap .list li .txt p {
    font-size: 16px;
    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: 1.5em;
    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 {
    width: 45%;
  }

  .kintone .sec2 .wrap .list li.full {
    display: block;
  }

  .kintone .sec2 .wrap .list li.full .txt {
    width: 100%;
  }

  .kintone .sec2 .wrap .list li.full .img {
    width: 100%;
  }

  .kintone .sec2 .wrap .list li.full .img img {
    margin-top: 2em;
  }

  .kintone .sec4 {
    padding: 5em 0 4em;
  }

  .kintone .sec4 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
  }

  .kintone .sec4 .wrap .list {
    margin-top: 1em;
  }

  .kintone .sec4 .wrap .list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3em 0;
    border-bottom: 1px solid #C1C1C1;
  }

  .kintone .sec4 .wrap .list>li:last-of-type {
    border-bottom: none;
  }

  .kintone .sec4 .wrap .list>li .case_head {
    width: 134px;
    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;
    -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: 19px;
    font-weight: bold;
  }

  .kintone .sec4 .wrap .list>li .case_head .num .iria {
    display: block;
    font-size: 48px;
    color: #2AB4AD;
  }

  .kintone .sec4 .wrap .list>li .case_head .img {
    width: 115px;
    height: 115px;
    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: 16px;
    text-align: center;
    font-weight: bold;
  }

  .kintone .sec4 .wrap .list>li .case_detail {
    width: calc(100% - 172px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .kintone .sec4 .wrap .list>li .case_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 13px;
    border-color: transparent transparent transparent #2AB4AD;
  }

  .kintone .sec4 .wrap .list>li .case_detail .before {
    border: 1px solid #C1C1C1;
    border-radius: 1em;
    width: calc(50% - 14px);
    padding: 1.5em 2em 0.75em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .before .ttl {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    height: 24px;
    padding-top: 3px;
  }

  .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: 16px;
    font-weight: 500;
    background: url(../img/kintone/ic_check.png) no-repeat #fff 0.75em 50%/1.5em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after {
    background-color: #2AB4AD;
    border-radius: 1em;
    width: calc(50% - 14px);
    padding: 1.5em 2em 0.75em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after .ttl {
    font-size: 24px;
    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: 16px;
    font-weight: 500;
    background: url(../img/kintone/ic_check2.png) no-repeat #fff 0.75em 50%/1.5em;
  }

  .kintone .sec4 .wrap .list>li .case_detail .after ul li span {
    color: #2AB4AD;
    font-weight: 500;
  }

  .kintone .sec5 {
    padding: 5em 0 6em;
    background: #F7F7F7;
  }

  .kintone .sec5 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
  }

  .kintone .sec5 .img_wrap {
    margin-top: 5em;
  }

  .kintone .sec6 {
    padding: 5em 0 8em;
  }

  .kintone .sec6 .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 18px;
  }

  .kintone .sec6 .img_wrap {
    margin-top: 5em;
  }

  .kintone .sec6 .step1 {
    margin-top: 3em;
    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;
  }

  .kintone .sec6 .step1 li {
    width: 166px;
    margin-right: 4%;
    margin-bottom: 2em;
  }

  .kintone .sec6 .step1 li:last-of-type {
    margin-right: 0;
  }

  .kintone .sec6 .step1 li:last-of-type .img::before {
    display: none;
  }

  .kintone .sec6 .step1 li .img {
    width: 148px;
    height: 148px;
    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;
    position: relative;
  }

  .kintone .sec6 .step1 li .img::before {
    content: "";
    position: absolute;
    right: -24%;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 13px;
    border-color: transparent transparent transparent #2AB4AD;
  }

  .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: 0;
    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: 1.1;
  }

  .kintone .sec6 .step1 li .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1.5em;
    padding-left: 18px;
    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: 4em 3em;
    margin-top: 2em;
  }

  .kintone .sec6 .step2 li {
    background-color: #fff;
    padding: 1.5em 2em;
    border-radius: 0.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5em;
    position: relative;
  }

  .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: 103px;
    height: 103px;
    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: 13px;
  }

  .kintone .sec6 .step2 li .iria span {
    font-size: 37px;
    font-style: italic;
    color: #2AB4AD;
    line-height: 1;
    display: block;
  }

  .kintone .sec6 .step2 li .txt {
    width: calc(100% - 103px);
    padding-left: 1.5em;
    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: 22px;
    font-weight: bold;
  }

  .kintone .sec6 .step2 li .txt p {
    margin-top: 0.75em;
    font-size: 16px;
  }

  /* 202502 */
  .home .mv {
    display: flex;
    align-items: center;
    background: url(../img/mv.png) no-repeat center top / cover;
    width: 100%;
    height: 26vw;
    overflow: hidden;
    min-width: 1000px;
    min-height: 400px;
  }
  .hr .mv {
    display: flex;
    align-items: center;
    background: url(../img/mv_hr.png) no-repeat center top / cover;
    width: 100%;
    height: 26vw;
    overflow: hidden;
    min-width: 1000px;
    min-height: 400px;
  }
  .pr .mv {
    display: flex;
    align-items: center;
    background: url(../img/mv_pr.png) no-repeat center top / cover;
    width: 100%;
    height: 26vw;
    overflow: hidden;
    min-width: 1000px;
    min-height: 400px;
  }

  .home .mv .mv_txt {
    max-width: 1160px;
    width: 100%;
    margin: auto;
  }

  .home .mv .mv_label {
    font-size: 16px;
    border: 1px solid #000;
    background: #fff;
    display: inline-block;
    padding: .2em 1em;
    margin-bottom: 8px;
  }

  .home .mv .mv_txt1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .home .mv .mv_txt1_2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .home .mv .mv_txt2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .home .mv .mv_txt2 span {
    color: #2AB4AD;
    font-weight: 700;
  }

  .home .mv .mv_txt3 {
    font-size: 16px;
    margin-top: 0.5em;
  }

  .home .mv .mv_btnWrap {
    display: flex;
    width: 55%;
    justify-content: space-between;
    margin-top: 2.5em;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn {
    position: relative;
    background: #F98A0F;
    text-align: center;
    width: 49%;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 5px 7px 8px -6px #c9c9c9;
    padding: 1em;

  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn::before {
    content: "";
    position: absolute;
    background: url(../img/dummy_ico.png)no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: 50%;
    left: -15px;
    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: 14px;
    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: 20px;
    font-weight: 700;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn:hover {
    background: #fff;
    border: 3px solid #F98A0F;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn.v-02:hover {
    background: #fff;
    border: 3px solid #2AB4AD;
  }

  .home .mv .mv_btnWrap .mv_btnWrap_btn:hover p {
    color: #F98A0F;
  }
  .home .mv .mv_btnWrap .mv_btnWrap_btn.v-02:hover p {
    color: #2AB4AD;
  }

  .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: rgba(0, 153, 255, .12);
    margin-right: 10px;
    border-radius: 30px;
    font-weight: bold;
    padding: 2px 15px 3px;
    font-size: 12px;
  }

}

@media screen and (min-width: 1001px) {
  footer .wrap .footer_l a.logo span {
    font-size: 12px;
  }

  footer .wrap .footer_l .tel {
    display: block;
    width: 100%;
  }

  footer .wrap .footer_l .tel .num {
    font-size: 17px;
    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;
  }

  footer .wrap .footer_l .tel p {
    font-size: 13px;
  }

  footer .wrap .footer_l .p_ic p {
    font-size: 9px;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>a {
    font-size: 13px;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li>a::before {
    width: 6px;
    height: 6px;
  }

  footer .wrap .footer_menu_wrap ul.footer_menu>li ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px)  {

  header nav.menu ul li.btn a,header nav.menu ul li.btn.docu a {
    width: 150px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 769px) {

  /*header*/
  header .logo {
    margin-left: 8px;
    width: 160px;
  }

  header .logo span {
    letter-spacing: -0.1em;
    white-space: nowrap;
  }

  header .header_menu2 ul li.tel {
    margin-right: 1.5em;
  }

  header .header_menu2 ul li.tel .num {
    font-size: 23px;
  }

  header .header_menu2 ul li.tel p {
    font-size: 10px;
    margin-left: 0.35em;
  }

  header .header_menu2 ul li.list {
    margin-right: 1.5em;
  }

  header .header_menu2 ul li.list:nth-of-type(3) {
    margin-right: 1em;
  }

  header .header_menu2 ul li.list a {
    font-size: 11px;
  }

  header .header_menu2 ul li.list a::before {
    left: -0.75;
  }

  header .header_menu2 ul li.btn a {
    padding: 0.75em 0;
    width: 120px;
    font-size: 11px;
  }

  header .header_menu2 ul li.btn a .ic {
    padding-left: 1.5em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1380px)  {

  header {
    height: 143px;
    display: block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  }
  .header_flex {
    display: flex;
  }
  /*smlHeader*/
  header .header_menu2 {
    box-shadow: none;
  }

  #header nav.menu .menu1 {
    position: fixed;
    top: 85px;
    right: 0px;
    width: 100%;
    justify-content: flex-end;
    margin:0 20px 0 0;
  }
  #header nav.menu ul.menu1 > li > a {
    padding: 18px 1.25em;
  }

  header.smlHeader {
    height: 111px;
  }
  #header.smlHeader nav.menu .menu1 {
    top: 53px;
  }
  #header.smlHeader nav.menu ul.menu1 > li > a {
    padding: 18px 1.25em;
  }

  header nav.menu ul.menu1 .dropdown_box.open {
    top: 143px;
  }
  header.smlHeader nav.menu ul.menu1 .dropdown_box.open {
    top: 111px;
}
  header nav.menu ul.menu1 .close_area.open {
    top: 143px;
  }
  #header.smlHeader nav.menu ul.menu1 .close_area.open {
    top: 111px;
  }

  

  header.smlHeader nav.menu ul.menu1 .close_area.open {}


}

@media screen and (max-width: 940px) and (min-width: 769px)  {
  .industry1 .sec2 .wrap>ul>li .img_wrap p {
    font-size: 14px;
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .home .about ul {
    margin: 0;
    padding: 0 1%;
  }
}

/* スライダー調整 */
@media screen and (min-width:769px) and (max-width: 1024px) {
  #company_slider li {
    width: 100%;
  }
  #company_slider li a .img {
    width: 48%;    
  }
  #company_slider .slick-prev {
    left: 1%;
  }
  #company_slider .slick-next {
    right: 1%;
  }
}

@media screen and (min-width:769px) and (max-width: 900px) {
  #company_slider li {
    max-width: 900px;
  }
  #company_slider li a .txt .slider_ttl {
    font-size: 18px;
  }
}
@media screen and (min-width:769px) and (max-width: 850px) {
  #header nav.menu ul.menu1 > li > a {
    padding: 18px 0.75em;
  }
}
@media screen and (min-width:769px) and (max-width: 830px) {
  #company_slider li {
    max-width: 800px;
  }
  #company_slider li a .txt .slider_ttl {
    font-size: 18px;
  }
}





/*# sourceMappingURL=maps/pc.css.map */