@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */

.f-os {
  font-family: "Oswald", sans-serif;
}

body,
html {
  color: #222;
  font-weight: 400;
  letter-spacing: 0.05rem;
  height: 100%;
  width: 100%;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
}

.main {
  overflow-x: hidden;
  overflow-y: hidden;
}

strong {
  font-size: 101%;
}

a {
  color: #000;
  transition: all 0.25s ease;
}

a:hover,
button:hover {
  opacity: 0.6;
  text-decoration: none;
}

.animated-text {
  opacity: 0;
}

.animated-text.visible {
  opacity: 1;
}

.animated-text i {
  opacity: 0;
  font-style: normal;
  display: inline-block;
  /* transition: opacity 0s ease; */
}

.animated-text i.visible {
  opacity: 1;
}

.animated-text i.active {
  background: #222;
}

.arrow-l,
.arrow-r,
.arrow-b,
.arrow-t {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
}

.arrow-l::before,
.arrow-l::after,
.arrow-r::before,
.arrow-r::after,
.arrow-b::before,
.arrow-b::after,
.arrow-t::before,
.arrow-t::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-r::before {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-b::before {
  top: -5px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}

.arrow-t::before {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
}

.anc-wrap {
  position: relative;
}

.anc-wrap span {
  top: -50px;
  position: absolute;
}

.admin-bar .header {
  margin-top: 32px;
}

#video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.4;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.3;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 2px solid #000;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
}

.header .nav-sub {
  border-bottom: 1px solid #999;
}

.header li {
  padding: 8px 6px 0;
}

.header .nav li:last-child {
  padding: 8px 0px 0 4px;
}

.header .nav-sub li {
  padding: 0px 5px 0;
  margin: 0 1px;
}

.header .nav-sub li a {
  padding: 10px 8px 8px;
}

.header li a {
  padding: 3px 6px 2px;
  width: 100%;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 6px;
}

.header li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -2px;
  visibility: hidden;
}

.header li a:hover {
  opacity: 1;
}

.header li a span {
  color: #6f0827;
  font-size: 1.1rem;
  font-weight: 500;
}

.header li:not(.bt-contact) a:hover {
  background: #dfdfdf;
  display: inline-block;
}

/* .header li:not(.bt-contact) a:hover::after {
  visibility: visible;
} */

/* .header li.bt-contact {
  position: absolute;
  right: 20px;
  top: 0px;
} */

.header li.bt-contact {
  padding: 0;
  margin-left: 10px;
}

.header li.bt-contact a {
  line-height: 1.2;
  padding: 4px 52px 4px;
  text-align: center;
  background: #ff6f16;
  display: block;
  border: 1px solid #000;
  border-radius: 6px;
}

.header li.bt-contact a:hover {
  color: #fff;
  background: #111;
}

.kv-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("images/3439736_s.png") no-repeat top left;
  background-size: 600px;
}

.kv {
  height: 100%;
}

.kv .l-kv {
  position: relative;
  background: url("images/3439736_s_2.png") no-repeat bottom right;
  background-size: 400px;
}

.kv .l-kv .inner {
  border-left: 16px solid #000;
}

.kv .r-kv {
  background: url("images/airport-8676548_1920.jpg") left 50% center no-repeat;
  background-size: auto 100%;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.kv-title-1 {
  color: #fff;
  background: #6f0827;
  transform: rotate(-9deg);
  margin-left: -10px;
  top: 70px;
}

.kv-sub-text span {
  line-height: 1.5;
  padding: 4px 6px;
  background: #dfdfdf;
}

.kv-sub-title span {
  border-bottom: 2px solid #000;
}

.kv-title {
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.kv-title .text-ex {
  font-size: 110%;
}

.kv-title .color {
  color: #6f0827;
}

.kv-people {
  position: absolute;
  bottom: 0;
}

.section {
  position: relative;
  z-index: 1;
}

.sec-blog-list {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}

.sec-blog-list a {
  color: #73b12c;
  line-height: 1.5;
}

.sec-blog-list a .cat {
  color: #000;
  padding: 1px 6px;
  background: #73b12c;
}

/* .blog-list-wrap {
  height: 100px;
} */

.text-l {
  margin-left: -12px;
}

*[class^="section"] .text {
  font-size: 1.5rem;
  line-height: 2;
}

.section-service {
  padding-left: 30px;
  padding-right: 30px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.section-service h2 {
  position: relative;
  border-bottom: 3px solid #000;
}

.section-service h2:before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.section-service .block {
  background: #efefef;
  padding: 30px 30px 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.section-service .block h3 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #000;
}

.section-service .block .num {
  color: #6f0827;
  font-family: "Oswald", sans-serif;
  font-size: 11rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  transform: scale(0.9, 1);
  top: -60px;
  right: 20px;
}

.section-service .block .iso-no {
  text-align: right;
  margin-top: -10px;
}

.section-service .block .iso-no span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 2px 10px;
  margin-bottom: 10px;
  background: #6f0827;
  font-weight: normal;
  border-radius: 4px;
  display: inline-block;
}

.bt-wrap {
  font-size: 1.5rem;
  line-height: 1.5;
}

.bt-wrap a {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 8px 60px 10px;
  /* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#b7ed42+0,80c217+86,80c217+86,a1d54f+87,7cbc0a+100 */
  background: linear-gradient(
    135deg,
    #b7ed42 0%,
    #80c217 86%,
    #80c217 86%,
    #a1d54f 87%,
    #7cbc0a 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  display: inline-block;
  border: 2px solid #000;
  border-radius: 6px;
}

.bt-wrap a:hover {
  color: #fff;
  opacity: 1;
  background: #222;
}

.section-ploblem {
  color: #fff;
  /* background: url("images/1443667_s.jpg") no-repeat center right -50%; */
  background-size: 100% auto;
}

.section-ploblem .l-block {
  background: url("images/24354131.png") no-repeat center right;
  background-size: cover;
}

.section-ploblem .inner {
  padding-left: 30px;
  padding-right: 30px;
  background: rgba(0, 0, 0, 0.8);
}

.section-ploblem .block {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 2px solid #ccc;
}

.section-ploblem .block:last-child {
  border-right: 2px solid #fff;
}

.section-ploblem .block h3 {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 100px;
  height: 100px;
  border: 4px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-225deg);
}

.dli-chevron-up.arrow-mini {
  width: 40px;
  height: 40px;
  position: relative;
  top: -30px;
}

.section-solution {
  /* padding-left: 20px;
  padding-right: 20px; */
  background: rgba(255, 255, 255, 0.7);
  border-top: 2px solid #000;
  /* border-bottom: 2px solid #000; */
}

.section-solution .title span::after {
  height: 20px;
  background: yellow;
}

.section-solution .inner {
  max-width: 900px;
}

.section-solution .img-block {
  height: 240px;
  background: url("images/Flux_Dev_A_middleaged_Japanese_businessman_standing_upright_we_0.png")
    no-repeat center top;
  background-size: cover;
}

.under-content {
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-sub-title span {
  color: #6f0827;
  line-height: 1.5;
  margin-left: -4px;
}

.page-title {
  font-weight: 700;
  margin-left: 0px;
  position: relative;
}

.page-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2000px;
  height: 1px;
  border-bottom: 1px solid #000;
}

.page-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 15px;
  height: 1000px;
  border-left: 3px solid #6f0827;
  border-top: 2px solid #000;
  /* background: #73b12c; */
}

.page-sub-title + .page-title::after {
  border-left: 2px solid #000;
}

.mini-title span {
  color: #6f0827;
  margin-left: 1px;
}

.cat {
  display: inline-block;
  padding: 4px 10px;
  margin: 5px 10px 0 0;
  border-radius: 4px;
  background: #cfcfcf;
}

.cat a {
  text-decoration: none;
}

.section-cta {
  background: #73b12c;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
  z-index: 1;
}

.section-cta .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta .inner .l-block img {
  border-radius: 999px;
  border: 2px solid #999;
}

.section-cta .block:first-child span {
  position: relative;
  display: inline-block;
}

.section-cta .block:first-child span::after {
  content: "";
  width: 300px;
  position: absolute;
  bottom: 40px;
  right: -320px;
  border-bottom: 2px solid #000;
}

.section-cta a {
  color: #000;
  text-decoration: none;
  padding: 11px 40px 10px;
  /* width: 300px; */
  margin-left: auto;
  margin-right: auto;
  /* height: 300px; */
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  display: block;
  position: relative;
}

.section-cta a:hover {
  color: #fff;
  background: #111;
  opacity: 1;
}

.section-cta.section-self {
  background: yellow;
}

.triangle-border {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
  border-left: 160px solid #000; /* ←色と大きさをここで調整 */
  opacity: 0.2;
}

.page-company table {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: left;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}

.page-company table tr > * {
  padding: 30px 20px;
  border-bottom: 1px solid #000;
  border-left: none;
}

.page-company table tr td:first-child {
  font-size: 1.6rem;
  font-weight: bold;
  width: 200px;
  position: relative;
}

.page-company table tr td:first-child::after {
  content: "";
  height: 70%;
  position: absolute;
  top: 15%;
  right: 0;
  width: 2px;
  border-right: 1px solid #000;
}

.page-company table tr td {
  border-right: none;
}

form button {
  color: #000 !important;
  text-align: center;
  font-size: 1.8rem !important;
  font-weight: bold;
  width: 360px;
  padding: 10px 0 12px;
  margin: 10px auto 20px;
  background: yellow !important;
  border: 2px solid #000 !important;
  border-radius: 6px;
  display: block;
}

form button:hover {
  color: #000;
  border: 2px solid #000;
  background: yellow;
}

.uagb-forms-main-submit-button-wrap {
  text-align: center !important;
}

.page-contact .section-cta {
  display: none;
}

html .relpost-block-single {
  text-align: left;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.category .wp-block-uagb-post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category .uagb-post__inner-wrap {
  width: 48%;
  margin-bottom: 50px;
  background: #fff;
}

.category .uagb-post__inner-wrap:nth-child(even) {
  margin-left: auto;
}

.category .uagb-post__inner-wrap a {
  text-decoration: none;
}

.category .uagb-post-grid .uagb-post__title {
  margin: 20px 0;
}

html .uagb-post-pagination-wrap .page-numbers.current {
  font-size: 1.5rem;
  padding: 5px 14px !important;
}

html .uagb-post-pagination-wrap {
  justify-content: center !important;
}

html .uagb-post-pagination-wrap a.page-numbers {
  color: #fff;
  text-decoration: none;
  padding: 10px 14px !important;
  background: #111;
}

html .sfwppa-navi-style.sfwppa-style-1 a.sfwppa-pages {
  color: #fff;
  padding: 8px 14px !important;
  border: none !important;
  background: #222;
}

html .sfwppa-navi-style.sfwppa-style-1 .current {
  color: #000 !important;
  padding: 8px 14px !important;
  background: #ccc !important;
  border: none !important;
}

html .sfwppa-navi-style.sfwppa-style-1 .sfwppa-pages:hover,
html .sfwppa-navi-style.sfwppa-style-1 .nav-links .page-numbers:hover {
  background: #222 !important;
  border: none !important;
}

.self .btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.self button.primary {
  border: 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.self button.secondary {
  border: 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.self button:disabled {
  opacity: 0.6;
}

.self .muted {
  color: #666;
}

.self .result {
  display: none;
}

.self .badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.self .g {
  background: #e8f7e8;
  color: #106a10;
}

.self .y {
  background: #fff6d8;
  color: #6b5600;
}

.self .r {
  background: #ffe7e5;
  color: #8a1105;
}

.self .scorebar {
  height: 10px;
  background: #eef1f6;
  border-radius: 999px;
  overflow: hidden;
}

.self .scorebar > div {
  height: 100%;
  width: 0%;
  transition: width 0.35s ease;
}

.self .tiny {
  font-size: 12px;
  color: #777;
}

.self .card {
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}

.self .card.result p {
  font-size: 24px;
}

.self .lead {
  font-size: clamp(16px, 2.2vw, 18px);
  color: #333;
  margin: 0 0 24px;
}

/* .editor-styles-wrapper .section {
  padding: 40px 0;
} */

.self .q {
  line-height: 1.5;
  margin-bottom: 28px;
}

.self .q legend {
  font-weight: 700;
  margin-bottom: 8px;
}

.self .opt {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.self.opt label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.self .grid-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.self .head-number {
  font-family: "Oswald", sans-serif;
  color: #6f0827;
  font-size: 200%;
  line-height: 1;
}

.self #gradeText {
  color: #da1313;
}

.uagb-block-0e4aa99e:not(.is-grid) .uagb-post__inner-wrap > .uagb-post__text {
  line-height: 1.7;
}

.footer {
  color: #ccc;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8) url("images/3439736_s.png") no-repeat top left;
  background-size: 480px;
}

.footer .header {
  position: relative;
  background: rgba(0, 0, 0, 0.5) url("images/3439736_s_2.png") no-repeat bottom
    right;
  border-bottom: 1px solid #555;
  background-size: 560px auto;
}

/* .footer .header .l-header .inner img {
  width: 100px;
} */

.footer .header a {
  color: #ddd;
}

.footer .header a:hover {
  background: none;
  position: relative;
}

.footer .header .r-header a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #73b12c;
}

.footer .header .r-header {
  width: 560px;
}

.footer .header .r-header .nav {
  border-left: 1px solid #777;
}

.footer .header .r-header .nav-sub {
  border-bottom: none;
}

.footer .header .r-header .nav-sub li {
  padding: 2px 4px 8px;
}

.footer .header ul li {
  padding: 8px 4px 0;
}

.footer .header ul li a {
  color: #dfdfdf;
  line-height: 1.5;
}

.footer .header ul li a:hover {
  color: #fff;
  background: none;
}

.footer .header ul li a::after {
  background: #fff;
}

.footer .header li a span {
  color: #888;
}

.footer .header li.bt-contact a {
  color: #000;
  width: 100%;
  padding: 10px 0 8px;
}

.footer .header li.bt-contact a:hover {
  color: #000;
  background: #73b12c;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .kv-title {
    font-size: 3.5vw;
  }
}

@media only screen and (max-width: 1320px) {
  .header .l-header .text-main {
    font-size: 1.4vw;
  }

  .header li {
    padding: 8px 4px 0;
  }

  .header li a {
    padding: 3px 8px 2px;
  }

  .header li.bt-contact a {
    padding: 6px 22px 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1190px) {
  /* .header .l-header a {
    display: block;
  } */

  .header .l-header a .inner {
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .header .l-header .text-main {
    font-size: 1.2vw;
  }

  .header .logo-wrap {
    padding-right: 10px;
  }

  .header .logo-wrap img {
    margin-top: 10px;
    width: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 821px) {
  .kv-title {
    font-size: 3.3vw;
  }
}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #video-area {
    display: none;
  }

  .stage {
    opacity: 0.6;
  }

  .rmp_menu_trigger {
    top: 0 !important;
    right: 2% !important;
    background: none !important;
  }

  .rmp-container {
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .rmp-menu-wrap {
    padding-left: 0% !important;
    padding-right: 0% !important;
    margin: auto;
  }

  .rmp-menu-item .rmp-menu-item-link {
    font-size: 1.6rem !important;
    padding: 10px 20px !important;
    border-top: 1px solid #000 !important;
  }

  .rmp-menu-item .rmp-menu-item-link span {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 4px 8px 3px;
    margin-left: 15px;
    background: #6f0827;
    display: inline-block;
    border-radius: 3px;
  }

  .rmp-menu-item:last-child .rmp-menu-item-link {
    padding: 10px 0 8px !important;
    text-align: center !important;
    background: #73b12c !important;
    border: 2px solid #000 !important;
    border-radius: 6px;
  }

  .responsive-menu-pro-inner::before {
    background: #333 !important;
  }

  .responsive-menu-pro-inner {
    background: #333 !important;
  }

  .responsive-menu-pro-inner::after {
    background: #333 !important;
  }

  .l-header img {
    width: 60px;
  }

  .header .l-header .text-main {
    font-size: 1.4rem;
  }

  .kv-wrap {
    height: auto;
  }

  .kv .l-kv {
    height: 100dvh;
  }

  .kv .l-kv .inner {
    border-left: 10px solid #000;
  }

  .kv .r-kv {
    border-left: none;
    border-right: none;
  }

  .kv .r-kv {
    height: 100dvh;
  }

  .kv .r-kv img {
    max-width: 90%;
  }

  .kv-title {
    font-size: 5.6vw;
  }

  .section-service {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-service .block h3 {
    font-size: 2rem;
  }

  .section-service .block .num {
    font-size: 10rem;
    top: -60px;
    right: 20px;
  }

  *[class^="section"] .text {
    font-size: 1.4rem;
  }

  .section-ploblem .inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-ploblem .l-block {
    height: 120px;
  }

  .section-ploblem .r-block img {
    width: 100px;
  }

  .section-ploblem .block {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
    border-right: 2px solid #ccc;
  }

  .section-ploblem .block h3 {
    font-size: 2.1rem;
  }

  .section-solution .img-block {
    height: 120px;
    background: url(images/Flux_Dev_A_middleaged_Japanese_businessman_standing_upright_we_0.png)
      no-repeat right 40% top;
    background-size: cover;
  }

  .under-content {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    background: rgba(255, 255, 255, 0.7);
  }

  .page-title::after {
    left: -5%;
  }

  .dli-chevron-up {
    width: 60px;
    height: 60px;
  }

  .section-cta .block:first-child span::after {
    display: none;
  }

  .page-company table tr td:first-child {
    width: 100px;
  }

  .page-company table tr > * {
    padding: 20px 15px;
  }

  .category .uagb-post__inner-wrap {
    width: 100%;
  }

  .section-cta .inner .l-block img {
    width: 80px;
  }

  .section-cta a {
    padding: 11px 20px 10px;
  }

  .self .card {
    padding: 20px 12px;
  }

  form button {
    width: 100%;
  }

  .footer .header .l-header .text-main {
    font-size: 2.5rem;
  }

  .footer .l-header img {
    width: 120px;
  }

  .footer .header ul li {
    padding: 8px 4px 0 0;
  }

  .footer .header li .telhref {
    padding: 0px 0px 8px 0;
  }

  .footer .header li .telhref span {
    font-size: 2rem;
    color: #fff;
  }
}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {
    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {
    }
  }
}
