@charset "UTF-8";
/*
Theme Name: 導入事例・構成例
Theme URI: https://case.sakura.ad.jp/
Version: 2.0.34
*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a img.alignright {
  float: right;
}

a img.alignleft {
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #354659;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #1168a6;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 0;
}

/* --------------------
  Common
-------------------- */
@media screen and (max-width: 959px) {
  html {
    overflow: auto;
  }
  body {
    transition: all 0.5s;
  }
  body.open {
    background: #e8e8e8 url("assets/images/resource/nav_bg.png");
    background-size: 8px;
    height: 50px;
    overflow: hidden;
    transition: all 0.8s;
  }
  body.sub-nav-open {
    background-size: 8px;
    height: 165px;
    overflow: hidden;
    transition: all 0.8s;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
/* --------------------
  Header
-------------------- */
.layout_common-header {
  background: #ffffff;
  display: flex;
  height: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 200;
}
.layout_common-header .cb {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.common-header-logo {
  margin: 0;
  width: 200px;
}

@media (max-width: 349px) {
  .common-header-logo {
    width: 165px;
  }
}
@media screen and (max-width: 959px) {
  .common-header-toggle {
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 24px;
  }
  .common-header-toggle-border {
    background: #999999;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: 0.35s ease-in-out;
    width: 100%;
  }
  .common-header-toggle-border:nth-child(1) {
    top: 0;
  }
  .common-header-toggle-border:nth-child(2) {
    top: 8px;
  }
  .common-header-toggle-border:nth-child(3) {
    top: 16px;
  }
  .layout_common-header.open .common-header-toggle-border:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .layout_common-header.open .common-header-toggle-border:nth-child(2) {
    left: 50%;
    width: 0;
  }
  .layout_common-header.open .common-header-toggle-border:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .common-header-menus {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .layout_common-header {
    background: #ffffff;
    padding: 0;
  }
  .layout_common-header .cb {
    margin: 0 auto;
    width: 960px;
  }
  .common-header-menus {
    align-items: center;
    display: flex;
    font-size: 12px;
  }
  .common-header-menu {
    margin-left: 24px;
  }
  .common-header-menu .fa-search {
    margin-right: 2px;
  }
  .common-header-menu a {
    color: #555555;
  }
  .common-header-toggle {
    display: none;
  }
}
/* --------------------
  Nav
-------------------- */
@media screen and (max-width: 959px) {
  .layout_common-nav {
    background: #ffffff;
    position: absolute;
    top: -820px;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 100;
  }
  .layout_common-nav.open {
    -webkit-transform: translateY(862px);
            transform: translateY(862px);
  }
  .common-nav-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 17px 20px 12px;
  }
  .common-nav-service {
    height: 98px;
    line-height: 1.6;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .common-nav-service a {
    align-items: flex-end;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    padding-bottom: 10px;
    width: 100%;
  }
  .common-nav-service.nav_rs a {
    background: url("assets/images/resource/nav_icon_rs.svg") center 18px no-repeat;
    background-color: #f4ae00;
    background-size: 37px;
  }
  .common-nav-service.nav_rs a:hover {
    background-color: #f4bf00;
  }
  .common-nav-service.nav_vps a {
    background: url("assets/images/resource/nav_icon_vps.png") center 19px no-repeat;
    background-color: #0e9794;
    background-size: 51px;
  }
  .common-nav-service.nav_vps a:hover {
    background-color: #11a9a5;
  }
  .common-nav-service.nav_cloud a {
    background: url("assets/images/resource/nav_icon_cloud.png") center 15px no-repeat;
    background-color: #5ba563;
    background-size: 36px;
  }
  .common-nav-service.nav_cloud a:hover {
    background-color: #66b76f;
  }
  .common-nav-service.nav_ds a {
    background: url("assets/images/resource/nav_icon_dsphy.svg") center 10px no-repeat;
    background-color: #0951ad;
    background-size: 50px;
  }
  .common-nav-service.nav_ds a:hover {
    background-color: #3783e4;
  }
  .common-nav-service.nav_gpu a {
    background: url("assets/images/resource/nav_icon_gpu.png") center 12px no-repeat;
    background-color: #dd0000;
    background-size: 47px;
  }
  .common-nav-service.nav_gpu a:hover {
    background-color: #e62020;
  }
  .common-nav-service.nav_iot a {
    background: url("assets/images/resource/nav_icon_iot.png") center 19px no-repeat;
    background-color: #2c95bb;
    background-size: 60px;
  }
  .common-nav-service.nav_iot a:hover {
    background-color: #35a5ce;
  }
  .common-nav-sub {
    margin: 0 20px;
  }
  .common-nav-sub-menus {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
  }
  .common-nav-sub-menu {
    border-top: 1px solid #d6d6d6;
  }
  .common-nav-sub-menu:first-child {
    border-top: none;
  }
  .common-nav-sub-menu:nth-of-type(odd) {
    background-color: #f8f8f8;
  }
  .common-nav-sub-menu a {
    align-items: center;
    color: #354659;
    display: flex;
    height: 50px;
    padding: 0 20px;
  }
  .common-nav-sub-menu a:hover {
    background-color: #e9f3ff;
  }
  .common-nav-sub-menu .fa {
    margin-left: auto;
  }
  .common-nav-sub-menu-icon {
    align-items: center;
    display: flex;
    margin: 0;
    width: 32px;
  }
  .common-nav-sub-menu-icon img {
    -webkit-filter: brightness(0.9) saturate(1.5);
            filter: brightness(0.9) saturate(1.5);
  }
  .common-nav-sub-others-link {
    margin: 28px 0;
    text-align: center;
  }
  .common-nav-sub-others-link a {
    color: #354659;
  }
  .common-nav-sub-others-link a .fa {
    color: #4886c6;
    margin-right: 8px;
  }
  .common-nav-extra-menus {
    display: flex;
    flex-wrap: wrap;
  }
  .common-nav-extra-menu {
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    box-sizing: border-box;
    height: 50px;
    line-height: 49px;
    width: 50%;
  }
  .common-nav-extra-menu:nth-of-type(odd) {
    border-left: 0;
  }
  .common-nav-extra-menu:nth-last-of-type(2) {
    width: 100%;
  }
  .common-nav-extra-menu:last-of-type {
    background: #f8f8f8;
    border-left: none;
    width: 100%;
  }
  .common-nav-extra-menu a {
    color: #354659;
    display: block;
    text-align: center;
  }
  .common-nav-extra-menu a:hover {
    background-color: #e9f3ff;
  }
  .common-nav-close {
    background-color: #393939;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
  }
  .common-nav-close:hover {
    background: #35465f;
    cursor: pointer;
  }
  .common-nav-close .fa {
    color: #5e8dca;
    font-size: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 349px) {
  .layout_common-nav {
    font-size: 14px;
  }
  .common-nav-main a {
    font-size: 14px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 960px) {
  .layout_common-nav {
    background: #f4f4f4;
  }
  .common-nav-services {
    display: flex;
    margin: 0 auto;
    width: 960px;
  }
  .common-nav-service a {
    box-sizing: border-box;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    width: 160px;
  }
  .common-nav-service a:hover {
    color: #ffffff;
  }
  .common-nav-service.nav_rs a:hover {
    background-color: #f4ae00;
  }
  .common-nav-service.nav_vps a:hover {
    background-color: #0e9794;
  }
  .common-nav-service.nav_cloud a:hover {
    background-color: #5ba563;
  }
  .common-nav-service.nav_ds a:hover {
    background-color: #0951ad;
  }
  .common-nav-service.nav_gpu a:hover {
    background-color: #dd0000;
  }
  .common-nav-service.nav_iot a .visually-hidden-only-pc {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    width: 1px;
  }
  .common-nav-service.nav_iot a:hover {
    background-color: #2c95bb;
  }
  .common-nav-sub,
  .common-nav-extra {
    display: none;
  }
}
.layout_common-footer {
  background: #808088;
  color: #ffffff;
  font-size: 12px;
}
.layout_common-footer a {
  color: #e6e5e7;
  text-decoration: none;
}
.layout_common-footer a:hover {
  text-decoration: underline;
}
.layout_common-footer .cb {
  margin: 0 auto;
  padding: 0;
}

.common-footer-logo {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
}

.common-footer-sub-menus {
  display: flex;
  flex-wrap: wrap;
}

.common-footer-sub-menu {
  border-right: 1px solid #a3a4ab;
  margin: 0 13px 16px 0;
  padding-right: 13px;
}
.common-footer-sub-menu:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.common-footer-sub-copy {
  text-align: center;
}

.common-footer-sns {
  display: flex;
  justify-content: center;
  margin: 16px 0 32px;
}

a.common-footer-sns-link {
  align-items: center;
  background: #b2b3b7;
  border-radius: 50%;
  color: #7f7f86;
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  margin: 0 8px;
  width: 48px;
}
a.common-footer-sns-link:hover {
  background: #cbccd0;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .layout_common-footer .cb {
    width: 100%;
  }
  .common-footer-info {
    display: none;
  }
  .common-footer-sub-head {
    display: none;
  }
  .common-footer-nav {
    border-bottom: 1px solid #56575b;
    border-top: 1px solid #a3a4ab;
    margin: 0;
  }
  .common-footer-nav.expand {
    padding-bottom: 16px;
  }
  .common-footer-service {
    background-color: #6d6d75;
    border-top: 1px solid #56575b;
    padding-top: 16px;
  }
  .common-footer-service .common-footer-nav-menu:hover {
    background: #7b7b84;
  }
  .common-footer-service .common-footer-nav-head::after {
    content: "";
  }
  .common-footer-nav:not(.expand) .common-footer-nav-menu {
    display: none;
  }
  .common-footer-nav-head,
  .common-footer-case,
  .common-footer-apply,
  .common-footer-document {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
  }
  .common-footer-nav-head::after,
  .common-footer-case::after,
  .common-footer-apply::after,
  .common-footer-document::after {
    content: "\f055";
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .expand .common-footer-nav-head::after,
  .expand .common-footer-case::after,
  .expand .common-footer-apply::after,
  .expand .common-footer-document::after {
    content: "\f056";
  }
  .common-footer-service .common-footer-nav-head::after,
  .common-footer-service .common-footer-case::after,
  .common-footer-service .common-footer-apply::after,
  .common-footer-service .common-footer-document::after {
    display: none;
  }
  .common-footer-nav-head:hover,
  .common-footer-case:hover,
  .common-footer-apply:hover,
  .common-footer-document:hover {
    background: #8e8e98;
  }
  .common-footer-case,
  .common-footer-apply,
  .common-footer-document {
    border-bottom: 1px solid #56575b;
    border-top: 1px solid #a3a4ab;
  }
  .common-footer-case::after,
  .common-footer-apply::after,
  .common-footer-document::after {
    content: "\f054";
  }
  .common-footer-case a,
  .common-footer-apply a,
  .common-footer-document a {
    color: #ffffff;
    display: block;
  }
  .common-footer-case a:hover,
  .common-footer-apply a:hover,
  .common-footer-document a:hover {
    text-decoration: none;
  }
  .common-footer-nav-menu {
    font-size: 14px;
    line-height: 36px;
    min-height: 36px;
    padding-left: 56px;
    position: relative;
  }
  .common-footer-nav-menu a:hover {
    text-decoration: none;
  }
  .common-footer-nav-menu:hover {
    background: #8e8e98;
  }
  .common-footer-nav-menu::before {
    content: "\f105";
    font-family: "FontAwesome", sans-serif;
    left: 40px;
    position: absolute;
  }
  .expand .common-footer-nav-menu {
    display: block;
  }
  .common-footer-mark {
    display: none;
  }
  .common-footer-sub {
    border-top: 1px solid #a3a4ab;
    padding: 32px 20px;
  }
  .common-footer-sub-menus {
    font-size: 11px;
  }
  .common-footer-sub-menu {
    line-height: 1;
  }
  .common-footer-sub-copy {
    color: #e6e5e7;
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .layout_common-footer {
    padding: 60px 0;
  }
  .layout_common-footer a {
    color: #ffffff;
  }
  .layout_common-footer .cb {
    width: 960px;
  }
  .common-footer-logo {
    display: none;
  }
  .common-footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .common-footer-nav {
    margin: 0 0 30px;
  }
  .common-footer-nav-head {
    font-weight: bold;
    margin-bottom: 8px;
  }
  .common-footer-nav-menu {
    margin-bottom: 5px;
  }
  .common-footer-info {
    font-size: 14px;
    line-height: 1.3;
  }
  .common-footer-info .sosial {
    align-items: center;
    display: flex;
    margin-bottom: 8px;
  }
  .common-footer-info .sosial .fa {
    font-size: 30px;
    margin-right: 10px;
  }
  .common-footer-info .common-footer-nav-menu {
    margin-bottom: 8px;
  }
  .common-footer-apply,
  .common-footer-case,
  .common-footer-document {
    font-weight: bold;
  }
  .common-footer-case,
  .common-footer-document {
    margin-bottom: 18px;
  }
  .common-footer-mark {
    margin: 0;
    text-align: right;
  }
  .common-footer-mark .p-mark {
    background: #ffffff;
    margin-right: 1px;
    padding: 8px 8px 7px;
  }
  .common-footer-mark .pci-dss {
    background: #ffffff;
    padding: 7px 16px 6px;
  }
  .common-footer-sub {
    border-top: 1px solid #9f9faf;
    margin-top: 20px;
  }
  .common-footer-sub-head {
    margin-top: 20px;
    text-align: center;
  }
  .common-footer-sub-menus {
    justify-content: center;
    margin-top: 30px;
    opacity: 0.5;
  }
  .common-footer-sub-menu {
    margin-bottom: 0;
  }
  .common-footer-sns {
    display: none;
  }
  .common-footer-sub-copy {
    font-size: 12px;
    margin-top: 13px;
    opacity: 0.5;
  }
}
.btn {
  align-items: center;
  border-radius: 40px;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 4.2rem;
  justify-content: center;
  line-height: 1;
  min-width: 19.2rem;
  position: relative;
}
.btn.primary {
  background-color: #1168a6;
  color: #ffffff;
}
.btn.primary:hover {
  background-color: #1688d9;
}
.btn svg {
  fill: #ffffff;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}
.btn.secondary {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn.large {
  padding: 0 8rem;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .btn {
    padding-top: 0.5rem;
  }
}
/* ========================================
case-nav
======================================== */
.case-header.windows .case-nav-upper {
  background: #007bbc;
}
.case-header.windows .case-nav-upper .list.stay::after {
  border-color: transparent transparent #def4ff;
}

.case-nav {
  background: linear-gradient(-225deg, rgb(56, 110, 206) 0%, rgb(0, 199, 221) 100%);
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.case-nav .cb {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.case-nav .cb.front {
  display: block;
  padding: 60px 0;
}
.case-nav .cb.fixed {
  display: flex;
  height: auto;
  min-height: auto;
  padding: 0;
}
.case-nav .logo {
  line-height: 1;
}
.case-nav .btn.secondary {
  margin-left: 1.6rem;
}
.case-nav.fixed {
  left: 0;
  padding: 9px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.case-nav.fixed .logo svg {
  width: 16rem;
}
.case-nav.pc {
  align-items: center;
  display: flex;
}

.case-nav-bg {
  height: auto;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: -170px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  width: 430px;
}
.case-nav-bg.hidden {
  display: none;
}

.case-nav-header-lead {
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 32px 0 24px;
  width: 100%;
}
.case-nav-header-lead.hidden {
  display: none;
}

.case-nav-cta {
  display: flex;
}
.case-nav-cta .btn.primary {
  background-color: #ffffff;
  color: #354659;
}
.case-nav-cta .btn.primary:hover {
  background: rgba(255, 255, 255, 0.7);
}
.case-nav-cta .btn.primary svg {
  fill: #8999ab;
}

@media screen and (min-width: 960px) {
  .case-nav:not(.front):not(.fixed) {
    height: 12.2rem;
  }
  .front .case-nav-bg {
    opacity: 1;
    top: -110px;
  }
}
@media screen and (max-width: 959px) {
  .case-nav:not(.front) {
    height: 10.2rem;
  }
  .case-nav .cb {
    justify-content: center;
    max-width: 334px;
  }
  .case-nav .cb.front {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 60px 20px;
  }
  .case-nav .logo {
    z-index: 0;
  }
  .case-nav .btn.secondary {
    margin: 16px 0 0;
  }
  .case-nav-bg {
    align-items: center;
    display: flex;
    left: 50%;
    max-width: 380px;
    top: -140%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .case-nav-bg img {
    width: 100%;
  }
  .front .case-nav-bg {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 300px;
  }
  .case-nav-cta {
    display: none;
    width: 100%;
  }
  .front .case-nav-cta {
    display: flex;
    flex-direction: column;
  }
  .case-nav-upper .cb {
    justify-content: center;
  }
}
/* --------------------
パンくず
-------------------- */
.breadcrumbs {
  align-items: center;
  background-color: #f6f9fb;
  display: flex;
  font-size: 1.4rem;
  height: 5rem;
  margin: 0 auto;
}
.breadcrumbs .post {
  margin: 0;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs-inner {
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 960px;
}

.breadcrumbs-separator {
  fill: #8999ab;
  margin: 0 1.6rem;
  vertical-align: middle;
  width: 0.6rem;
}

@media screen and (max-width: 959px) {
  .breadcrumbs {
    display: none;
  }
}
/* ========================================
search-tool
======================================== */
.search-tool {
  background-color: #f6f9fb;
  font-size: 14px;
  min-height: 400px;
  opacity: 0;
  padding: 40px 0;
  transition: all 0.2s ease-out;
}
.search-tool.mounted {
  min-height: auto;
  opacity: 1;
}

.search-tool-title {
  color: #354659;
  font-size: 2rem;
  margin-bottom: 32px;
  text-align: center;
}

.search-tool-inner {
  margin: 0 auto;
  max-width: 960px;
  width: 80%;
}

.search-tool-category.hide {
  display: none;
}

.search-tool-tabs {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.search-tool-tab {
  align-items: center;
  background-color: #e0e7ec;
  border-radius: 4px 4px 0 0;
  color: #354659;
  display: flex;
  font-weight: bold;
  height: 4.4rem;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  text-align: center;
  width: 25%;
}
.search-tool-tab:hover {
  background-color: #ecf0f3;
  cursor: pointer;
}
.search-tool-tab.current {
  background-color: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(193, 200, 222, 0.3);
  cursor: pointer;
}
.search-tool-tab:not(:first-child) {
  margin-left: 30px;
}

.search-tool-bodies {
  background-color: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(193, 200, 222, 0.3);
  padding: 24px;
  position: relative;
  z-index: 100;
}

.search-tool-body {
  display: inline-block;
  margin: 8px;
}
.search-tool-body a {
  border: 1px solid #e0e7ec;
  border-radius: 18px;
  color: #354659;
  display: inline-block;
  padding: 0.8rem 2.4rem;
}
.search-tool-body a:hover {
  border-color: #a0b6c5;
}

.search-tool-body-icon {
  display: none;
}

.search-tool-buttons {
  display: none;
}

@media screen and (max-width: 959px) {
  .search-tool-tabs {
    display: none;
  }
  .search-tool-buttons {
    display: block;
  }
  .search-tool-buttons .fade-enter,
  .search-tool-buttons .fade-leave-to {
    opacity: 0;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .search-tool-buttons .fade-enter-active {
    transition: all 0.5s ease;
  }
  .search-tool-buttons .fade-leave-active {
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  }
  .search-tool-category-inner {
    margin-top: 1px;
  }
  .search-tool-button:not(:first-child) {
    margin-top: 24px;
  }
  .search-tool-item {
    align-items: center;
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 8px 16px 0 rgba(193, 200, 222, 0.3);
    color: #354659;
    display: flex;
    font-weight: bold;
    height: 4.4rem;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .search-tool-item-icon {
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .search-tool-item-icon svg {
    fill: #8999ab;
    width: 0.6rem;
  }
  .is-open .search-tool-item-icon {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .search-tool-bodies {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .search-tool-body {
    border-left: none;
    border-radius: 0;
    border-top: none;
    display: flex;
    height: auto;
    justify-content: space-between;
    margin: 0;
    position: relative;
    text-align: left;
    width: 50%;
  }
  .search-tool-body a {
    align-items: center;
    border-left: none;
    border-radius: 0;
    border-top: none;
    display: flex;
    padding: 1.6rem;
  }
  .search-tool-body:nth-child(2n) a {
    border-right: none;
  }
  .search-tool-category {
    display: none;
  }
  .search-tool-link {
    padding: 1.6rem 2.8rem 1.6rem 0.8rem;
    width: 100%;
  }
  .search-tool-body-icon {
    display: inline-block;
    margin-right: 0.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.4rem;
  }
  .search-tool-body-icon svg {
    fill: #8999ab;
  }
}
.archive .layout_main {
  margin: 40px 0 80px;
}

.post-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.post-list .post {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(193, 200, 222, 0.3);
}
.post-list .post:hover {
  box-shadow: 0 2px 2px 0 rgba(193, 200, 222, 0.3);
}
.post-list .post-link {
  color: #354659;
  display: flex;
  flex-direction: column-reverse;
}
.post-list .post-info {
  padding: 32px;
}
.post-list .post-info .corporate-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.post-list .post-info .post-description {
  font-size: 1.4rem;
  line-height: 1.7;
}
.post-list .categories {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.post-list .categories .category {
  font-size: 1.2rem;
}
.post-list .categories.industry {
  margin-bottom: 0.8rem;
}
.post-list .categories.industry .category::after {
  content: "/";
  margin: 0 0.5rem;
}
.post-list .categories.industry .category:last-child::after {
  content: none;
}
.post-list .categories.services {
  margin-top: 1.6rem;
}
.post-list .categories.services .category {
  border: 1px solid #e0e7ec;
  border-radius: 1.7rem;
  color: #8999ab;
  margin: 0.8rem 0.8rem 0 0;
  padding: 0.5rem 1.6rem;
}
.post-list .categories.services .category:last-child {
  margin-right: 0;
}
.post-list .thumbnail {
  background-color: #e0e7ec;
  min-height: 0%;
  text-align: center;
}

.archive .btn-goto-list {
  margin: 40px 20px 0;
}

@media screen and (max-width: 959px) {
  .archive .page-title {
    margin-bottom: 0;
  }
  .post-list .post {
    flex-grow: 1;
    margin: 32px 20px 0;
    min-width: 300px;
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 960px) {
  .archive .layout_main {
    margin: 60px 0 120px;
  }
  .post-list .post {
    margin: 0 30px 0 0;
    width: calc((100% - 60px) / 3);
  }
  .post-list .post:nth-child(3n) {
    margin-right: 0;
  }
  .post-list .post:nth-child(n+4) {
    margin-top: 30px;
  }
  .archive .btn-goto-list {
    margin: 40px auto 0;
    width: 23rem;
  }
}
@media screen and (min-width: 680px) and (max-width: 959px) {
  .post-list .post:last-child:nth-child(odd) {
    max-width: calc(50% - 40px);
  }
}
@media screen and (max-width: 340px) {
  .post-list .post {
    min-width: 280px;
  }
}
.contents-inner {
  margin: 0 auto;
  max-width: 960px;
}

.page-title {
  color: #354659;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 40px;
}

#post-404 {
  margin: 40px 20px;
}
#post-404 .headline {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
#post-404 p {
  line-height: 2;
}
#post-404 .btn-goto-home {
  margin: 32px auto 0;
}

@media screen and (max-width: 959px) {
  .page-title {
    margin: 0 20px 32px;
  }
}
@media screen and (min-width: 960px) {
  #post-404 {
    margin: 60px auto;
  }
  #post-404 .headline {
    margin-bottom: 40px;
  }
  #post-404 .btn-goto-home {
    width: 23rem;
  }
}
.single .layout_main {
  margin: 40px auto 80px;
}

@media screen and (min-width: 960px) {
  .single .layout_main {
    margin: 60px auto 120px;
  }
}
.post-type {
  font-size: 1.4rem;
  margin: 0 20px 8px;
}

.single-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 20px 32px;
}

.company-info-under-title {
  background: #ffffff;
  border: 1px solid #e0e7ec;
  border-radius: 4px;
  margin: 32px 20px;
  padding: 24px;
}
.company-info-under-title .company-logo {
  margin-bottom: 16px;
  text-align: center;
}
.company-info-under-title .company-name {
  font-size: 1.6rem;
}
.company-info-under-title .company-industry-item {
  display: inline-block;
}
.company-info-under-title .company-industry-item:not(:last-child)::after {
  color: #8999ab;
  content: " / ";
  font-size: 1.2rem;
}
.company-info-under-title .company-industry-item a {
  color: #8999ab;
  font-size: 1.2rem;
}

.single-service-wrap {
  margin: 32px 20px;
}
.single-service-wrap .service-head {
  font-size: 1.4rem;
  font-weight: bold;
}
.single-service-wrap .services {
  display: flex;
  flex-wrap: wrap;
}
.single-service-wrap .service-item {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 1.1rem 0.8rem 0 0;
}
.single-service-wrap .service-item a {
  border: 1px solid #e0e7ec;
  border-radius: 2rem;
  color: #354659;
  display: block;
  padding: 0.4rem 2rem;
}
.single-service-wrap .service-item a:hover {
  border-color: #a0b6c5;
}

.single-thumbnail {
  margin: 32px 20px;
}

@media screen and (min-width: 960px) {
  .layout_single-article-header {
    display: flex;
    justify-content: space-between;
  }
  .post-type {
    margin: 0 0 8px;
  }
  .single-title {
    margin: 0 0 30px;
  }
  .single-case .single-title {
    width: 443px;
  }
  .company-info-under-title {
    align-items: center;
    display: flex;
    margin: 30px 0 33px;
    width: 443px;
  }
  .company-info-under-title .company-logo {
    margin: 0;
    margin-right: 32px;
    min-width: 110px;
    width: 110px;
  }
  .single-service-wrap {
    margin: 0;
  }
  .single-thumbnail {
    height: 295px;
    margin: 0 0 20px;
    width: 465px;
  }
  .single .social-button-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .single-format .social-button-wrap {
    justify-content: flex-end;
  }
}
.single-case-lead {
  line-height: 2;
  margin: 56px 20px;
}

.agenda-effect-frame {
  display: flex;
  flex-direction: column;
  margin: 56px 20px;
}

.agenda-box-frame {
  background: #ffffff;
  border-radius: 4px;
  border-top: 6px solid;
  box-shadow: 0 8px 16px 0 rgba(193, 200, 222, 0.3);
  margin: 0;
  padding: 32px 24px;
}
.agenda-box-frame.before {
  border-top-color: #386ece;
}
.agenda-box-frame.before svg {
  fill: #386ece;
  height: 1.9rem;
  margin-right: 1.6rem;
  width: 2.3rem;
}
.agenda-box-frame.after {
  border-top-color: #00c7dd;
}
.agenda-box-frame.after svg {
  fill: #00c7dd;
  height: 1.9rem;
  margin-right: 1.6rem;
  width: 1.9rem;
}

.agenda-box-frame-term {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 16px;
}
.agenda-box-frame-term img {
  margin-right: 1.6rem;
}
.agenda-box-frame-term.icon-bulblight svg {
  height: 2rem;
  width: 2.7rem;
}

.agenda-box-frame-description {
  display: list-item;
  line-height: 2;
  list-style: disc;
  margin: 0 0 8px 15px;
}
.agenda-box-frame-description:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .agenda-effect-frame .agenda-arrow {
    align-items: center;
    display: flex;
    height: 58px;
    justify-content: center;
    margin: 16px;
  }
  .agenda-effect-frame .agenda-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 960px) {
  .single-case-lead {
    margin: 60px 0 80px;
  }
  .agenda-effect-frame {
    flex-direction: row;
    justify-content: space-between;
    margin: 80px 0;
    position: relative;
  }
  .agenda-effect-frame .agenda-arrow {
    left: 50%;
    margin: -18px 0 0 -29px;
    position: absolute;
    top: 50%;
  }
  .agenda-box-frame {
    padding: 32px;
    width: 465px;
  }
}
.service-end-notification {
  background-color: #fffdd9;
  display: flex;
  padding: 1.6rem;
}
.service-end-notification + .service-end-notification {
  margin-top: 2rem;
}
.service-end-notification .notification-icon {
  margin-right: 2.2rem;
  min-width: 22px;
  padding-top: 4px;
  width: 22px;
}
.service-end-notification .notification-icon svg {
  height: 20px;
}
.service-end-notification .notification-body {
  font-size: 1.4rem;
  line-height: 2;
}
.service-end-notification .notification-body a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .service-end-notification {
    margin: 0 20px;
  }
}
.company-info-under-content {
  background: #f6f9fb;
  display: flex;
  flex-direction: column-reverse;
  padding: 24px 20px;
}
.company-info-under-content .company-info {
  margin: 0;
}
.company-info-under-content .company-logo {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  height: 187px;
  justify-content: center;
  margin-bottom: 24px;
}
.company-info-under-content .company-logo img {
  max-height: 187px;
}
.company-info-under-content .company-name {
  font-size: 1.6rem;
  font-weight: bold;
}
.company-info-under-content .company-info-details {
  margin: 16px 0 0;
}
.company-info-under-content .company-info-detail {
  display: flex;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 8px;
}
.company-info-under-content .company-info-detail:last-child {
  margin-bottom: 0;
}
.company-info-under-content .company-info-detail dt {
  margin-right: 14px;
  min-width: 7.2rem;
  width: 7.2rem;
}
.company-info-under-content .company-info-detail .company-link {
  color: #354659;
}

@media screen and (min-width: 960px) {
  .company-info-under-content {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 32px;
  }
  .company-info-under-content .company-logo {
    height: 200px;
    justify-content: center;
    margin: 0 70px 0 0;
    min-width: 300px;
    width: 300px;
  }
  .company-info-under-content .company-logo img {
    max-height: 200px;
    max-width: 300px;
  }
  .company-info-under-content .company-info {
    max-width: 526px;
  }
  .company-info-under-content .company-info-details {
    margin: 24px 0 0;
  }
  .company-info-under-content .company-info-detail {
    margin-bottom: 16px;
  }
  .company-info-under-content .company-info-detail dt {
    margin-right: 20px;
    min-width: 8.8rem;
    width: 8.8rem;
  }
}
.single .btn-goto-list {
  margin: 40px 20px 0;
}

.signle-download {
  clear: both;
  margin: 56px auto;
}
.signle-download .btn {
  margin: 0 auto;
  width: 23rem;
}

.signle-download-lead {
  color: #1168a6;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
.signle-download-lead::before, .signle-download-lead::after {
  background-color: #1168a6;
  content: "";
  display: block;
  height: 3rem;
  left: 50%;
  position: absolute;
  top: 25%;
  width: 2px;
}
.signle-download-lead::before {
  margin-left: -13rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.signle-download-lead::after {
  margin-left: 13rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 960px) {
  .single .btn-goto-list {
    margin: 56px auto 0;
    width: 23rem;
  }
  .signle-download-lead::before, .signle-download-lead::after {
    top: 0%;
  }
  .signle-download-lead::before {
    margin-left: -16rem;
  }
  .signle-download-lead::after {
    margin-left: 16rem;
  }
  .signle-download-lead br {
    display: none;
  }
}
.introduction-services {
  background-color: #e6eff6;
  padding: 24px 20px;
}
.service-end-notification + .introduction-services {
  margin-top: 80px;
}

.introduction-services-head {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 24px;
  text-align: center;
}

.introduction-service-static,
.introduction-service-link {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(193, 200, 222, 0.3);
  color: #354659;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative;
}
.introduction-service-static + .introduction-service-static,
.introduction-service-static + .introduction-service-link,
.introduction-service-link + .introduction-service-static,
.introduction-service-link + .introduction-service-link {
  margin-top: 24px;
}

.introduction-service-link:hover {
  box-shadow: 0 2px 2px 0 rgba(193, 200, 222, 0.3);
}

.introduction-service-info {
  margin: 24px 50px 32px 32px;
}

.introduction-service-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.introduction-service-description {
  font-size: 1.4rem;
  line-height: 2;
}

.introduction-service-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 186px;
  overflow: hidden;
}

.introduction-service-angle {
  margin-top: 77px;
  position: absolute;
  right: 24px;
  top: 50%;
}
.introduction-service-angle svg {
  fill: #8999ab;
  height: 12px;
  width: 6px;
}

@media screen and (min-width: 960px) {
  .introduction-services {
    padding: 32px;
  }
  .introduction-service-static,
  .introduction-service-link {
    align-items: stretch;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .introduction-service-info {
    flex-grow: 1;
    margin: 0;
    padding: 28px 64px 28px 34px;
  }
  .introduction-service-logo {
    height: auto;
    min-height: 180px;
    min-width: 270px;
    width: 270px;
  }
  .introduction-service-logo img {
    width: 100%;
  }
  .introduction-service-angle {
    margin-top: -6px;
  }
}
.layout_single-content {
  margin: 80px 20px;
}
.layout_single-content h2,
.layout_single-content h3,
.layout_single-content h4 {
  clear: both;
  font-weight: bold;
  line-height: 1.3;
  margin: 56px 0 24px;
}
.layout_single-content h2 {
  font-size: 2.4rem;
}
.layout_single-content h3 {
  font-size: 2rem;
}
.layout_single-content h4 {
  font-size: 1.8rem;
}
.layout_single-content h2 + h3,
.layout_single-content h3 + h4 {
  margin-top: 24px;
}
.layout_single-content p {
  line-height: 2;
  margin: 16px 0;
}
.layout_single-content ul {
  list-style-type: disc;
  margin: 16px 0;
  padding-left: 40px;
}
.layout_single-content li {
  margin-bottom: 0.7rem;
}
.layout_single-content .wp-block-table {
  margin: 80px 0;
}
.layout_single-content table {
  border-collapse: collapse;
}
.layout_single-content th,
.layout_single-content td {
  border: 1px solid #e0e7ec;
  padding: 14px;
}
.layout_single-content th {
  background-color: #f6f8f9;
  text-align: left;
}
.layout_single-content a:hover {
  text-decoration: underline;
}
.layout_single-content .wp-block-table figcaption {
  margin-top: 0.7rem;
  text-align: center;
}
.layout_single-content .alignright {
  margin: 0 0 20px 20px;
}
.layout_single-content .alignleft {
  margin: 0 20px 20px 0;
}
.layout_single-content .wp-block-image {
  margin: 40px 0;
}
.layout_single-content .wp-block-image.profile {
  margin: 0;
}
.layout_single-content .wp-block-image.profile figcaption {
  font-size: 1.2rem;
  margin: 14px 0 0;
  text-align: left;
}
.layout_single-content .wp-block-column > :first-child {
  margin-top: 0;
}
.layout_single-content .wp-block-column > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .layout_single-content .wp-block-column + .wp-block-column {
    margin-top: 24px;
  }
  .layout_single-content .wp-block-image img {
    height: auto;
    width: 100%;
  }
  .layout_single-content .wp-block-group__inner-container {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .layout_single-content .wp-block-group__inner-container .wp-block-image.profile {
    margin: 24px 0 0;
    max-width: 385px;
    order: 1;
    width: 100%;
  }
  .layout_single-content .wp-block-group__inner-container .wp-block-image.profile .alignright {
    margin: 0 auto;
    width: 100%;
  }
  .layout_single-content table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .layout_single-content {
    margin: 80px 0;
  }
  .layout_single-content h2,
  .layout_single-content h3,
  .layout_single-content h4 {
    margin: 80px 0 30px;
  }
  .layout_single-content .wp-block-image {
    margin: 80px 0;
  }
}
.yarpp-related {
  margin: 80px auto 40px;
}
.yarpp-related.yarpp-related-none {
  display: none;
}

.yarpp-headline {
  margin: 0 auto 32px;
  position: relative;
  text-align: center;
}
.yarpp-headline .headline {
  background-color: #ffffff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 2.5rem;
}
.yarpp-headline::after {
  background-color: #e0e7ec;
  content: "";
  display: block;
  height: 2px;
  margin-left: 20px;
  position: absolute;
  top: calc(50% - 1px);
  width: calc(100% - 40px);
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .yarpp-related {
    margin: 120px auto 56px;
  }
  .yarpp-headline {
    margin-bottom: 72px;
  }
  .yarpp-headline::after {
    margin: 0;
    width: 100%;
  }
}
.layout_cta {
  background: linear-gradient(-225deg, rgb(56, 110, 206) 0%, rgb(0, 199, 221) 100%);
  margin-top: 40px;
  padding: 3.2rem 2rem;
  text-align: center;
}
.search-tool + .layout_cta {
  margin-top: 0;
}

.cta-title {
  color: #ffffff;
  font-size: 2rem;
}

.cta-main {
  background-image: url("assets/images/resource/cta_bg.png");
  background-size: cover;
  margin: 24px auto 0;
  max-width: 960px;
  min-height: 256px;
  position: relative;
}
.cta-main::after {
  background-color: rgba(23, 162, 214, 0.6);
  content: "";
  display: block;
  height: 256px;
  width: 100%;
}

.cta-inner {
  background-color: #ffffff;
  left: 50%;
  padding: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cta-figure {
  margin: 0;
}

.cta-logo {
  width: 166px;
}

.cta-head {
  color: #354659;
  font-size: 2.4rem;
  margin-top: 8px;
}

.cta-btn {
  margin-top: 24px;
  width: 23rem;
}

.cta-contact {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.cta-contact-btn {
  width: 25rem;
}

@media screen and (max-width: 959px) {
  .cta-contact {
    flex-direction: column;
  }
  .cta-contact-btn {
    margin: 0;
    width: 28rem;
  }
}
.social-buttons {
  align-items: flex-end;
  display: flex;
}

.social-button {
  display: flex;
  margin-right: 1rem;
}

@media screen and (max-width: 959px) {
  .social-buttons {
    margin: 0 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .twitter-share-button {
    background-color: #1b95e0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    padding: 3px 8px 0;
  }
}
.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.pagination .page {
  font-size: 1.4rem;
  margin: 0 32px;
}
.pagination .next,
.pagination .prev {
  height: 3.6rem;
  width: 7rem;
}
.pagination .next a,
.pagination .prev a {
  align-items: center;
  border: 1px solid #e0e7ec;
  border-radius: 4px;
  color: #354659;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.pagination .next a:hover,
.pagination .prev a:hover {
  border-color: #a0b6c5;
}

@media screen and (min-width: 960px) {
  .pagination {
    margin-top: 56px;
  }
}
.home-section {
  margin: 80px auto;
}
.home-section:first-child {
  margin-top: 56px;
}

.home-headline {
  position: relative;
  text-align: center;
}
.home-headline .headline {
  background-color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 2.5rem;
}
.home-headline::after {
  background-color: #e0e7ec;
  content: "";
  display: block;
  height: 2px;
  margin-left: 20px;
  position: absolute;
  top: calc(50% - 1px);
  width: calc(100% - 40px);
  z-index: -1;
}

.home .btn-goto-list {
  margin: 40px 20px 0;
}

.home .customers {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 32px;
}
.home .customers img {
  display: block;
  height: auto;
  margin: 0 12px 16px;
  min-width: 128px;
  width: 128px;
}

@media screen and (min-width: 960px) {
  .home-section {
    margin: 120px auto;
  }
  .home-section:first-child {
    margin-top: 100px;
  }
  .home-headline {
    margin: 0 0 40px;
  }
  .home-headline .headline {
    font-size: 2.4rem;
  }
  .home-headline::after {
    margin: 0;
    width: 100%;
  }
  .home .btn-goto-list {
    margin: 56px auto 0;
    width: 23rem;
  }
  .home .customers {
    justify-content: flex-start;
    margin: 40px 0 0;
  }
  .home .customers img {
    height: auto;
    margin: 0 40px 24px 0;
    width: 160px;
  }
  .home .customers img:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .pad-block,
  .pc-block {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .pad-block,
  .sp-block {
    display: none;
  }
}