@media (max-width: 767px) {
  /* html{
        height: -webkit-fill-available;
    } */
  a:not(.btn):hover {
    opacity: 1;
  }
  body.logged-in header {
    top: 0px;
  }
  body {
    font-size: 1.3rem;
  }
  .header-main .logo-left .logo {
    width: 233px;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
    margin: 0;
    margin-left: 0px;
    padding-top: 0;
    z-index: 20;
  }
  .header-main .main-menu {
    position: fixed;
    width: 100vw;
    flex-direction: column;
    top: 0px;
    padding: 0;
    margin-top: 0px;
    padding-top: 110px;
    color: #000;
    background-color: #fff;
    right: -150vw;
    transition: right 0.5s;
    justify-content: start;
    display: block;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
  }
  header .main-menu {
    overflow-y: hidden;
  }
  body.menu-open header:before {
    display: none;
  }
  .box-slide-banner {
    margin-top: 140px;
  }
  .menu-open .header-main .main-menu {
    right: 0;
    z-index: 10;
    overflow: hidden;
    margin-right: 0;
  }
  /* .menu-open .header-main .main-menu::after {
        content: "";
        width: 184px;
        height: 40px;
        background-image: url(../images/index/logo-after.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: -1;
    } */
  nav.navbar.nav-main {
    overflow-y: scroll;
    height: 100%;
    position: relative;
    margin-top: 0;
    width: 100%;
  }
  .box-menu-phone {
    background-color: transparent;
    flex-direction: column-reverse;
    padding: 0;
    height: 100%;
  }
  .header-wrapper .header-main .main-menu .nav {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding-right: 0;
    padding-top: 0px;
  }
  .header-wrapper .header-main .main-menu nav > ul {
    position: relative;
  }
  .header-wrapper .header-main .main-menu nav > ul::after {
    content: "";
    width: 100%;
    height: 242px;
    background-image: url(../images/index/bg-menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    bottom: -250px;
  }
  .entry-section {
    width: 100%;
    height: 445px;
    background-color: #0099ff;
    position: relative;
    border-radius: 25px 0 0 0;
    padding: 30px 30px 0 30px;
    margin-top: 125px;
    line-height: 1;
  }
  .entry-title {
    font-size: 51px;
    color: #fff;
    padding-bottom: 0px;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .entry-title span {
    font-size: 2.5rem;
    padding-top: 0px;
    letter-spacing: 0.02em;
  }
  .entry-icon-mb {
    width: 149px;
    height: 88px;
    position: relative;
    top: 10px;
    left: calc(50% + 25px);
  }
  .entry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 44px;
  }

  .entry-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 15px 12px;
    min-height: 90px;
    text-decoration: none;
    height: 130px;
    width: 140px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 0 5px 0 rgba(11, 170, 219, 0.75);
    position: relative;
    line-height: 25px;
  }
  .entry-btn:nth-child(1) {
    color: #0099ff;
  }
  .entry-btn:nth-child(2) {
    color: #0071b7;
  }
  .entry-btn:nth-child(3) {
    color: #00a498;
  }
  .entry-btn:nth-child(4) {
    color: #ec5a24;
  }
  .entry-section .entry-grid .entry-btn::after {
    content: "";
    height: 100%;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  .entry-section .entry-grid::after {
    content: "";
    width: 100%;
    height: 335px;
    background-color: #f28e1e;
    position: absolute;
    bottom: -335px;
    left: 0;
    z-index: -1;
  }
  .mac-logo {
    width: 80px;
    height: auto;
    margin-bottom: 7px;
  }
  .in-entry {
    width: 30px;
    height: auto;
    margin-bottom: 7px;
  }
  .user-in-logo {
    width: 25px;
    height: auto;
    margin-bottom: 7px;
  }
  .entry-arrow-bottom-mb {
    width: 20px;
    height: auto;
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
  .entry-company {
    display: flex;
    background-color: #e9fbff;
    padding: 40px 50px 0 50px;
    justify-content: center;
    width: 100%;
    height: 240px;
    box-sizing: border-box;
    margin-top: 100px;
    border-radius: 25px 25px 0 0;
  }
  .entry-company img {
    width: 230px;
    height: auto;
  }
  .header-wrapper .header-main .content-left {
    width: 100%;
  }
  .header-wrapper .header-main .main-menu .nav > li {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    text-align: center;
    border-right: none;
    padding: 0 15px;
  }
  .header-wrapper .header-main .main-menu .nav > li > a,
  .header-wrapper .header-main .main-menu .toggle-hd {
    width: 100%;
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    background-color: transparent;
    text-align: center;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 18px 0px;
    color: #333333;
    position: relative;
    justify-content: center;
    min-height: unset;
    text-shadow: none;

    margin-bottom: 15px;
  }
  .header-main .main-menu .nav > li > a,
  .header-main .main-menu .nav > li:not(:first-child) > a {
    border-radius: 15px;
  }
  .header-wrapper .header-main .main-menu .nav > li > a img {
    display: none;
  }
  .header-main .main-menu .nav > li a.btn {
    box-shadow: none;
    border-radius: 0;
  }
  .header-wrapper .header-main .main-menu .nav > li > a br {
    display: none;
  }
  .header-wrapper .header-main .main-menu .nav > li > a span {
    margin-top: 0;
  }
  .header-wrapper .header-main .main-menu .nav > li > a::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/index/entry-arrow-mb.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    background-color: transparent;
    left: auto;
  }
  .entry-arrow-mb {
    display: none;
    width: 17px;
    position: absolute;
    right: 19px;
  }
  html #wpadminbar {
    display: none;
  }
  .header-inner {
    padding: 25px 20px 27px 20px;
    position: relative;
  }
  html.menu-open {
    overflow: hidden;
  }
  ul.list-link-sm {
    padding: 0 43px;
  }
  ul.list-link-sm li a {
    padding-left: 20px;
    display: block;
    margin-bottom: 13px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    color: #038473;
  }
  ul.list-link-sm li a:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #eb535b;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
  }
  ul.list-link-sm li:nth-child(2) a:after {
    background: #00a6cb;
  }
  .header-top-right {
    display: none;
  }
  .header-wrapper {
    padding-bottom: 0;
  }
  .header-top.flex-row {
    justify-content: space-between !important;
    align-items: center;
    padding-bottom: 0;
    min-height: unset;
    border-radius: 0;
    padding-left: 0;
    position: relative;
    z-index: 19;
  }
  body.menu-open header {
    z-index: 9;
  }
  .box-scroll::after {
    height: 80px;
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0px;
      opacity: 0;
    }
    30% {
      height: 80px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 80px;
      opacity: 0;
    }
  }
  .footer-logo {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
  }
  .footer-wrap {
    margin-top: 0;
  }
  a.link-footer img {
    width: 209px;
  }
  header {
    position: relative;
    /*z-index: 4;*/
      z-index: 100000;
  }
  #go-top a {
    width: 30px;
    height: 60px;
  }
  #go-top a img {
    width: 100%;
    height: 100%;
  }
  #go-top.show {
    right: 8px;
    bottom: 23px;
  }
  .breadcrumb {
    display: none;
  }
  ul.list-anchor {
    justify-content: flex-start;
    margin-bottom: 0;
    flex-wrap: wrap;
    display: flex;
    margin-top: 0;
    padding: 0 0;
    gap: 0;
  }
  ul.list-anchor li {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 0;
    margin-bottom: 16px;
    border-width: 1px;
    border-radius: 10px;
  }
  ul.list-anchor li:nth-child(2n) {
    margin-right: 0;
  }
  ul.list-anchor li a {
    font-size: 1.2rem;
    line-height: 1.2;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin: 0;
    padding: 12px 0;
    padding-left: 10px;
    padding-right: 30px;
    min-height: 35px;
  }
  ul.list-anchor li a::before {
    bottom: 0;
    left: 0;
    background: #089abc;
  }
  ul.list-anchor li a::after {
    width: 12px;
    height: 14px;
    right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
  a.btn.btn-footer {
    max-width: 182px;
    min-height: 43px;
    padding-left: 38px;
  }
  footer a.btn.btn-footer {
    max-width: 235px;
    margin: 0;
    margin-bottom: 24px;
    height: 56px;
    font-size: 1.5rem;
    padding-left: 0;
  }
  .box-img-mega-menu {
    display: none;
  }
  .box-mega-right {
    padding: 0;
  }
  .header-main .main-menu .nav > li .mega-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    background: transparent;
  }
  .header-wrapper .header-main .main-menu .nav > li > .toggle-hd {
    width: auto;
  }
  .header-wrapper .header-main .main-menu .nav > li.toggle-mb {
    padding: 0;
  }
  header:after {
    width: 262px;
    height: 108px;
    left: -10px;
    top: -10px;
  }
  .box-menu-sm a.btn.btn-main {
    max-width: 250px;
  }
  .box-menu-sm a.btn.btn-main.btn-blank::after {
    right: 12px;
  }
  .box-menu-sm a.mt-25 {
    max-width: 254px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 4px 0px rgba(145, 172, 183, 0.75);
    border-radius: 30px;
  }
  a.btn.btn-contact h2 {
    font-size: 2.3rem;
    padding-bottom: 0;
    padding-right: 20px;
  }
  a.btn.btn-contact::after {
    width: 15px;
    height: 6px;
    bottom: 50%;
    transform: translateY(50%);
    right: 40px;
  }
  .box-menu-sm a.btn {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    min-height: 59px;
    border-radius: 28px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(145, 172, 183, 0.75);
  }
  .box-menu-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
  a.btn.btn-main.btn-blank::after {
    width: 30px;
    height: 30px;
    right: 25px;
  }
  .box-menu-sm a.btn img {
    height: 59px;
  }
  a.btn.btn-view {
    font-size: 1.1rem;
  }
  a.btn.btn-view img {
    width: 20px;
    padding-bottom: 5px;
  }
  .box-scroll {
    display: block;
  }
  a.scroll {
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
  .recruit-cate {
    width: 68px;
    padding: 0 10px 1px;
    min-height: 22px;
    border-radius: 4px;
    font-size: 1.1rem;
    max-width: unset;
    min-width: unset;
  }
  .sub-title.small span {
    font-size: 1.4rem;
  }
  .main-title.size-large p {
    font-size: 2rem;
  }
  .home-company-left .main-title {
    padding-right: 0px;
  }
  .box-slide-cont h2:after {
    height: 1px;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
  }
  #loading .loading-inner img {
    width: 230px;
  }
  .img-employee-cs {
    height: 180px;
  }
  .box-menu-phone::after {
    display: none;
  }
  .box-sub-link-mega a {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .box-sub-link-mega a::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/index/icon-right-mega.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .header-wrapper .header-main .main-menu .nav > li > .toggle-hd::after {
    width: 30px;
    height: 30px;
    background-image: url(../images/index/icon-plus.svg);
    right: 20px;
  }
  .header-wrapper .header-main .main-menu .nav > li > .toggle-hd.active::after {
    background-image: url(../images/index/icon-minus.svg);
  }
  .popup-content {
    max-width: 300px;
    max-height: 180px;
  }
  body .box-link-language a {
    padding-left: 30px;
  }
  .scroll_down:after {
    height: 90px;
    width: 1px;
  }
  .scroll_down:before {
    width: 8px;
    height: 8px;
    left: -3px;
  }
  .scroll_down a {
    font-size: 1.5rem;
  }
  @keyframes circlemove {
    0% {
      bottom: 90px;
    }
    100% {
      bottom: 0px;
    }
  }
  .header-main .logo-left .logo::after {
    display: none;
  }
  .sub-title span {
    font-size: 14px;
  }
  header::before {
    display: none;
  }
  .mega-menu-right {
    padding: 0 0 0 0;
  }
  .header-main .main-menu .nav > li a.btn {
    font-size: 15px;
    color: #333333;
    padding: 10px 0 10px 45px;

    margin-bottom: 0;
    border-bottom: none;
  }
  .header-main .main-menu a.btn.btn-mega::after {
    display: none;
  }
  .header-main .main-menu a.btn.btn-mega:before {
    width: 15px;
    height: 5px;
    left: 17px;
    background-image: url(../images/index/icon-arrow-sub.svg);
  }
  .header-wrapper .header-main .main-menu .nav > li > .toggle-hd {
    max-width: calc(100% - 30px);
    margin-left: 15px;
    position: relative;
  }
  .header-wrapper .header-main .main-menu .nav > li > .toggle-hd:after {
    display: block;
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/index/icon-plus.svg);
    background-size: 100% 100%;
  }
  header .header-wrapper::before {
    background: white;
    height: 64px;
    left: 0;
    top: 0;
    border-radius: 0;
    opacity: 1;
    width: 100%;
  }
  .box-img-pdf:not(:first-child) {
    margin-top: 15px;
  }
  footer {
    padding: 40px 50px 0px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-top {
    display: block !important;
    text-align: center;
  }
  .footer-top .footer-left {
    font-size: 11px;
    font-weight: 700;
  }
  .footer-copyright {
    margin: 30px 50px 25px 50px;
    font-weight: 700;
  }
  .block-title .title-jp {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-left: 0px;
    position: relative;
  }
  .block-title .title-en {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    color: #73c140;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    left: 4px;
  }
  .block-title .title-jp hr {
    border: none;
    border-bottom: 2px solid #73c140;
    width: 160px;
    margin-top: 5px;
    margin-left: 0;
  }
  .sub-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0099ff;
    line-height: 1.7666rem;
    position: relative;
  }
  .company-02 .sub-title {
    text-align: center !important;
  }
  .blogtext p {
    font-size: 1.3rem;
    line-height: 2.1rem;
    color: #333333;
  }
  .company-01:before {
    content: "";
    display: block;
    position: absolute;
    height: 202px;
    width: calc(50vw + 155px);
    background-color: #dcf6ff;
    top: 598px;
    border-radius: 0 25px 25px 0;
  }
  .box-img img {
    width: 168.5px;
    height: 199px;
    border-radius: 25px;
  }
  .portrait {
    display: flex;
    justify-content: center;
    padding-top: 40px !important;
  }
  .box-text p {
    padding-top: 4px;
    font-size: 1.15rem;
  }
  .box-text p span {
    display: block;
    font-size: 1.5rem;
    text-align: right;
  }
  .sub-title hr {
    border: none;
    border-bottom: 1px solid #0099ff;
    width: 315px;
    margin-top: 15px;
  }
  #company-02::before {
    content: "";
    display: block;
    position: absolute;
    height: 66px;
    width: 113px;
    background-image: url(../images/company/logo-01.svg);
    background-size: 100% 100%;
    z-index: 99999;
    left: calc(50% + 47.5px);
    top: 24px;
  }
  .blogtext ul li {
    font-size: 1.3rem;
  }
  .company-02 .blogtext ul > li::before {
    width: 25px;
    height: 20px;
  }
  .company-02 .blogtext ul > li {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.3em;
  }
  .company-02::before {
    content: "";
    display: block;
    position: absolute;
    height: 136px;
    width: calc(50vw + 100px);
    background-color: #dcf6ff;
    top: 420px;
    right: 0;
    border-radius: 25px 0 0 25px;
  }
  .company-02 .box-img img {
    width: 325px;
    height: 77.5px;
  }
  .company-02 {
    height: auto !important;
    padding-bottom: 58px;
  }
  .data-list {
    margin-bottom: 60px;
  }
  .data-list .col-inner {
    margin-bottom: 20px;
  }
  #company-01::before {
    height: 73px;
    width: 104px;
    z-index: 99999;
    top: -55px;
    left: calc(100% - 81px);
  }
  #company-03::before {
    content: "";
    display: block;
    position: absolute;
    height: 78px;
    width: 88px;
    background-image: url(../images/company/element-bottom-01.svg);
    background-size: 100% 100%;
    z-index: 99999;
    right: -11px;
    top: 33px;
  }
  .footer {
    padding: 0;
  }
  .footer-top .footer-left {
    padding: 0;
    padding-left: 10px;
  }
  #go-top a {
    width: 34px;
    height: 34px;
    padding-bottom: 2px;
  }
  #go-top a img {
    width: 13px;
  }
  .title-index .title-en {
    font-size: 6rem;
  }
  .title-index .title-jp {
    font-size: 2.75rem;
    margin-top: 20px;
  }
  .company-index::before {
    height: 491px;
    right: calc(50% + 24px);
    border-radius: 0 25px 25px 0;
    top: 135px;
    z-index: -2;
  }
  .box-company-index img {
    width: 145px;
    height: 153px;
    border-radius: 25px;
  }
  #box-company-index::after {
    border-radius: 25px;
    top: 6px;
    left: 4px;
  }
  .box-company-index .box-company-index-text {
    font-size: 1.65rem;
    padding: 7px 13px 7px 13px;
    letter-spacing: 0.05em;
    border-radius: 12.5px;
    left: -5px;
  }
  #company-index::before {
    height: 504px;
    width: calc(50vw + 53px);
    left: calc(50% - 53px);
    border-radius: 25px 0 0 25px;
    z-index: -1;
    top: 186px;
  }
  .box-company-index .section-text {
    font-size: 1.7rem;
    padding-top: 0px;
    padding-left: 19px;
  }
  .box-company-index {
    display: flex;
    position: relative;
    align-items: center;
  }
  .section-text {
    position: relative;
  }
  .box-company-index .section-text::after {
    width: 17px;
    height: 17px;
    left: 124px;
    top: 0;
  }
  .company-index .title-index::before {
    width: 118px;
    height: 82px;
    right: -45px;
    top: 93px;
  }
  .box-work-index {
    flex-direction: column;
    margin-top: 35px;
  }
  .box-work-index-text {
    margin-left: 0;
    text-align: center;
  }
  .box-work-index-text img ,.box-work-index-text svg {
    width: 269px;
    height: 211px;
    margin-top: 27px;
  }
  .box-work-index-button {
    margin-right: 0;
    margin-top: 22px;
  }
  .box-work-index-button a {
    min-width: 300px;
    height: 98px;
    border-radius: 15px;
    padding: 25px 18px 25px 25px;
  }
  .box-work-index-button a img,
  .box-work-index-button a svg {
    width: 46px;
    height: 48px;
    margin-right: 55px;
  }
  .box-work-index-button a span {
    font-size: 2rem;
    writing-mode: horizontal-tb !important;
    text-orientation: initial !important;
    display: inline-block;
  }
  .box-work-index-button > div {
    margin-bottom: 21px;
  }
  .box-work-index-button a::after {
    margin-left: 0;
  }
  #work-index::before {
    height: 604px;
    width: calc(50vw + 140px);
    top: 35px;
    padding: 0 25px 25px 0;
  }
  .work-index::before {
    width: 229px;
    height: 229px;
    left: calc(50% + 23px);
    bottom: 265px;
  }
  .box-work-index-text-2 {
    font-size: 1.3rem;
    padding-top: 13px;
  }
  .office .box-work-index-text {
    margin-right: 0;
  }
  .office .box-work-index-text-1 {
    font-size: 1.8rem;
  }
  .office .box-office-index-img {
    position: relative;
  }
  .office .box-office-index-img img:nth-child(1) {
    width: 160px;
    height: 92px;
    margin-right: 12px;
  }
  .office .box-office-index-img img:nth-child(2) {
    width: 139px;
    height: 107px;
  }
  .office .box-work-index-button {
    margin-left: 0;
  }
  .office .button-1 span {
    text-align: center;
  }
  .entry-icon-mb{
    position: absolute;
    top: 90px;
  }
  .entry-section-index .entry-grid{
    margin-top: 40px;
  }
  #office-index::before {
    height: 530px;
    padding: 0 25px 25px 0;
    width: calc(50vw + 143px);
    top: 40px;
  }
  .office-index::before {
    width: 229px;
    height: 229px;
    left: -31px;
    top: 145px;
  }
  #office-index::after {
    content: "";
    width: 100%;
    height: 242px;
    background-image: url(../images/index/bg-menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    bottom: -308px;
  }
  .entry-section-index {
    width: 100%;
    height: 445px;
    background-color: #0099ff;
    position: relative;
    border-radius: 25px 0 0 0;
    padding: 30px 0 0 0;
    margin-top: 230px;
    line-height: 1;
    margin-bottom: 112px;
  }
  .entry-section-index .entry-grid {
    gap: 22px;
  }
  .entry-section-index .entry-title {
    padding: 0px 30px;
  }
  .work-index .title-index::before {
    height: 112px;
    width: 126px;
    left: calc(50% + 73px);
    top: -90px;
  }
  .office-index .title-index::before {
    width: 140px;
    height: 98px;
    left: calc(50% + 73px);
    top: -78px;
  }
  .news-item{
    padding-left: 0;
    padding-right: 0;
  }
  #page-navi{
    margin-top: 0;
    margin-bottom: 80px;
  }
  .link-items::before{
    height: 71px;
    bottom: -35px;
  }
  .post-content{
    padding-bottom: 80px;
  }
  a.btn.btn-home-single{
    width: 142px;
    height: 32px;
    font-size: 13px;
    background-size: 14px 14px;
    background-position: right 10px center;
  }
  header{
    min-height: 80px;
  }
  header .entry-grid::before{
    display: none;
  }
  .header-inner{
    position: fixed;
    background-color: white;
    box-shadow:  0 0 2px 0 rgba(11, 170, 219, 0.15);
  }
  .entry-section-index::before{
    height: 480px;
  }
  .entry-section-index{
    height: 400px;
  }
  .entry-arrow-bottom-mb{
    width: 17px;
  }
  .entry-arrow-bottom-mb{
    right: 12px;
    bottom: 13px;
  }
}
