@charset "UTF-8";
/* ------------------------------------------------------
変数
------------------------------------------------------ */
:root {
  --primary: #9D1F2F;
  --secondary: #1C1817;
  --subprimary: #0F3568;
}

/* =======================================================

共通

======================================================= */
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "NotoSansjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansjp";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansjp-column";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold-column.woff") format("woff"), url("../fonts/NotoSansJP-Bold-column.eot") format("eot");
  font-display: swap;
}
html {
  font-size: 62.5% !important;
  min-height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: "NotoSansjp", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8em;
  color: #191919;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  line-height: 1.8em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

br.pc {
  display: none;
}
@media (max-width: 1024px) {
  br.pc {
    display: block;
  }
}

br.tab {
  display: none;
}
@media (max-width: 768px) {
  br.tab {
    display: block;
  }
}

br.sp {
  display: none;
}
@media (max-width: 540px) {
  br.sp {
    display: block;
  }
}

main {
  overflow: hidden;
}
@media (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.section-title--en {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  line-height: 1em;
  color: var(--primary);
}
@media (max-width: 768px) {
  .section-title--en {
    font-size: 2.3rem;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  .section-title--en {
    font-size: 2rem;
  }
}
.section-title--en::before {
  content: "";
  height: 3px;
  width: 50px;
  background: #5C5857;
  display: block;
  margin-right: 10px;
  margin-top: 0.5em;
}
@media (max-width: 540px) {
  .section-title--en::before {
    width: 30px;
  }
}
.section-title--en.inPage {
  padding: 0;
}
.section-title--en.sm {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .section-title--en.sm {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .section-title--en.sm {
    font-size: 1.6rem;
  }
}

.section-title {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  color: var(--secondary);
  font-size: 4.2rem;
  position: relative;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .section-title {
    padding: 0 20px;
    font-size: 3.5rem;
  }
}
@media (max-width: 540px) {
  .section-title {
    font-size: 2.8rem;
  }
}
.section-title .txt-col {
  display: inline-block;
}
.section-title.inPage {
  padding: 0;
}
.section-title.sm {
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .section-title.sm {
    font-size: 3.2rem;
  }
}
@media (max-width: 540px) {
  .section-title.sm {
    font-size: 2.4rem;
  }
}

.section-title--border {
  font-size: 2.7rem;
  font-weight: bold;
  color: var(--secondary);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: var(--primary) 2px solid;
}
@media (max-width: 768px) {
  .section-title--border {
    font-size: 2.3rem;
  }
}
@media (max-width: 540px) {
  .section-title--border {
    font-size: 2rem;
  }
}

.btn--black {
  background: var(--secondary);
  color: #fff;
  width: 310px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  font-weight: bold;
  transition: ease 0.3s opacity;
  position: relative;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .btn--black {
    font-size: 1.7rem;
  }
}
@media (max-width: 540px) {
  .btn--black {
    font-size: 1.5rem;
  }
}
.btn--black:hover {
  opacity: 0.7;
}
.btn--black .ico--arrow {
  position: absolute;
  right: 15px;
}

.btn--black-line {
  border: var(--secondary) 1px solid;
  color: var(--secondary);
  width: 310px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  font-weight: bold;
  transition: ease 0.3s opacity;
  position: relative;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .btn--black-line {
    font-size: 1.7rem;
  }
}
@media (max-width: 540px) {
  .btn--black-line {
    font-size: 1.5rem;
  }
}
.btn--black-line:hover {
  opacity: 0.7;
}
.btn--black-line .ico--arrow {
  position: absolute;
  right: 15px;
}

.btn--simple {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  font-weight: bold;
  transition: ease 0.3s all;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .btn--simple {
    font-size: 1.7rem;
  }
}
@media (max-width: 540px) {
  .btn--simple {
    font-size: 1.5rem;
  }
}
.btn--simple i {
  margin-left: 1em;
  transition: ease 0.3s transform;
  color: var(--primary);
  pointer-events: none;
  text-shadow: 0.2px 0.2px 0 var(--primary), -0.2px 0.2px 0 var(--primary), 0.2px -0.2px 0 var(--primary), -0.2px -0.2px 0 var(--primary);
}
.btn--simple:hover {
  opacity: 0.7;
}
.btn--simple:hover i {
  transform: translateX(10px);
}

.ico--arrow {
  font-family: "icomoon" !important;
}
.ico--arrow::before {
  content: "\e900";
  font-size: 2rem;
}

.btns--right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .btns--right {
    justify-content: center;
  }
}

.btns--center {
  display: flex;
  justify-content: center;
}

/* ---------------------------------------------

header

---------------------------------------------- */
.header {
  height: 70px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    height: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 768px) {
  .header.is-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
}

/* pc============================================ */
.header-logo {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .header-logo {
    padding-left: 15px;
  }
}
.header-logo a {
  transition: ease 0.3s opacity;
}
.header-logo a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header-logo img {
    width: 220px;
  }
}

.header-right--pc {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .header-right--pc {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-right--pc .header__search-btn {
    display: none;
  }
}

.header-right__item {
  padding-left: 15px;
}

.header__search-btn {
  position: relative;
  width: 250px;
  height: 42px;
  max-width: 100%;
}
.header__search-btn > input {
  border: #ddd 1px solid;
  background: #f1f1f1;
  border-radius: 3px;
  line-height: 1em;
  padding: 0.5em;
  padding-right: 25px;
  font-size: 1.4rem;
  outline: none;
  width: 100%;
  height: 100%;
}
.header__search-btn > input:focus {
  border: var(--primary) 1px solid;
  background: #fff;
  box-shadow: 0 0 10px rgba(157, 31, 47, 0.2);
}
.header__search-btn > input::-moz-placeholder {
  color: #aaa;
}
.header__search-btn > input::placeholder {
  color: #aaa;
}
.header__search-btn > button {
  position: absolute;
  right: 8px;
  top: 10px;
  line-height: 1em;
  transition: ease 0.2s color;
  color: #555;
  font-size: 2rem;
}
.header__search-btn > button:hover {
  color: var(--primary);
}

.header__njss-btn {
  background-color: #0f3568;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 42px;
  position: relative;
  transition: ease 0.3s opacity;
  line-height: 1em;
  gap: 0 7px;
}
.header__njss-btn i {
  color: #fff;
}
.header__njss-btn .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.header__njss-btn:hover {
  opacity: 0.7;
}

.header__bpo-btn {
  background-color: #4493BD;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 42px;
  position: relative;
  transition: ease 0.3s opacity;
  line-height: 1em;
  gap: 0 7px;
}
.header__bpo-btn i {
  color: #fff;
}
.header__bpo-btn .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.header__bpo-btn:hover {
  opacity: 0.7;
}

.header__contact-btn {
  background-color: #222;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 42px;
  position: relative;
  transition: ease 0.3s opacity;
  line-height: 1em;
  gap: 0 7px;
}
.header__contact-btn i {
  color: #fff;
}
.header__contact-btn .logo {
  font-size: 20px;
  margin-top: 2px;
}
.header__contact-btn .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.header__contact-btn:hover {
  opacity: 0.7;
}

/* sp============================================ */
.header-right--sp {
  display: none;
}
@media (max-width: 540px) {
  .header-right--sp {
    display: flex;
  }
}

.header--sp__search-link {
  display: none;
}
@media (max-width: 540px) {
  .header--sp__search-link {
    display: block;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    padding: 13px 15px;
    text-align: center;
    line-height: 1;
    color: var(--primary);
    font-size: 2.2rem;
  }
}

.btn-hamb {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  background: var(--primary);
}
@media (max-width: 768px) {
  .btn-hamb {
    display: block;
  }
}
.btn-hamb span {
  display: inline-block;
  transition: transform 0.2s;
  position: absolute;
  left: 10px;
  height: 2px;
  background-color: #fff;
}
.btn-hamb span:nth-of-type(1) {
  top: 20px;
  width: 28px;
}
.btn-hamb span:nth-of-type(2) {
  top: 28px;
  width: 20px;
}
.btn-hamb.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
  width: 30px;
}
.btn-hamb.active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
  width: 30px;
  top: 30px;
}

.header--sp {
  display: none;
}
@media (max-width: 768px) {
  .header--sp {
    display: block;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background: rgba(42, 42, 42, 0.95);
    padding: 30px 40px;
    overflow-y: auto;
    min-height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);
  }
  .header--sp.active {
    z-index: 990;
    opacity: 1;
    pointer-events: all;
  }
}

.header--sp__gnav {
  margin-bottom: 30px;
}
.header--sp__gnav li {
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}
.header--sp__gnav li a {
  color: #fff;
  font-weight: bold;
  padding: 1.1em 0;
  display: block;
  font-size: 1.5rem;
  position: relative;
}
.header--sp__gnav li a::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff;
  content: "\f054";
  right: 0;
}

.header--sp__subnav {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 30px;
}
.header--sp__subnav li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
}
.header--sp__subnav li a > i {
  margin-left: 10px;
}

.header--sp__btm {
  padding: 20px;
}

.header__search-btn.sp {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.header__search-btn.sp > input {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.header__search-btn.sp > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__search-btn.sp > input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header__search-btn.sp > button {
  color: #fff;
  font-size: 2rem;
}

.header__njss-btn.sp {
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin: 0 auto;
  gap: 0 10px;
}

.header__bpo-btn.sp {
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin: 10px auto 0;
  gap: 0 10px;
}

.header__contact-btn.sp {
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin: 10px auto 0;
  gap: 0 10px;
}

/* ---------------------------------------------

 global nav

---------------------------------------------- */
.gnav--pc {
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 4;
  height: 75px;
}
@media (max-width: 1024px) {
  .gnav--pc {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .gnav--pc {
    display: none;
  }
}

.gnav__inner {
  display: flex;
  margin-right: 0;
  background: var(--primary);
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 75px;
  transition: ease 0.4s;
  justify-content: center;
  top: -100px;
  width: 100%;
}
@media (max-width: 1024px) {
  .gnav__inner {
    padding: 0 20px;
    height: 70px;
  }
}

.gnav__logo {
  display: none;
}
.gnav__logo a {
  transition: ease 0.3s opacity;
}
.gnav__logo a:hover {
  opacity: 0.7;
}

.gnav--pc.is-fixed .gnav__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .gnav--pc.is-fixed .gnav__inner {
    padding: 0 20px;
  }
}
.gnav--pc.is-fixed .gnav__logo {
  display: block;
  position: fixed;
  left: 30px;
}
@media (max-width: 1024px) {
  .gnav--pc.is-fixed .gnav__logo {
    display: none;
  }
}
@media (max-width: 1250px) {
  .gnav--pc.is-fixed .gnav__logo {
    display: none;
  }
}
.gnav--pc.is-fixed .gnav-list {
  width: 100%;
  max-width: 1300px;
  justify-content: space-between;
  padding: 0 80px;
  gap: 0 20px;
}
@media (max-width: 1250px) {
  .gnav--pc.is-fixed .gnav-list {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .gnav--pc.is-fixed .gnav-list {
    gap: 0 10px;
    padding: 0 10px;
  }
}

.gnav-list,
.gnav-list > ul {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  gap: 0 30px;
}
@media (max-width: 1200px) {
  .gnav-list,
  .gnav-list > ul {
    gap: 0 15px;
    padding: 0 10px;
  }
}

.gnav-list > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .gnav-list > ul {
    gap: 0 15px;
    padding: 0 10px;
  }
}

.gnav-list__item,
.gnav-list > ul > li {
  height: auto;
}
.gnav-list__item > a,
.gnav-list > ul > li > a {
  color: #fff;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 10px 0;
  transition: ease 0.2s opacity;
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  .gnav-list__item > a,
  .gnav-list > ul > li > a {
    font-size: 1.6rem;
  }
}
.gnav-list__item > a::before,
.gnav-list > ul > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  transition: ease 0.2s background-color;
}
.gnav-list__item > a:hover::before,
.gnav-list > ul > li > a:hover::before {
  background-color: white;
}

.gnav-list__item.current > a::before,
.gnav-list ul li.current_page_item > a::before,
.gnav-list ul li.current_menu_item > a::before,
.gnav-list ul li.current-post-ancestor > a::before {
  background-color: white;
}

.gnav-contact {
  border: #fff 1px solid;
  padding: 0.7em;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: ease 0.2s background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
}
@media (max-width: 1024px) {
  .gnav-contact {
    min-width: 170px;
    width: 170px;
  }
}
.gnav-contact:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gnav-contact > i {
  margin-right: 0.3em;
  font-size: 1.2em;
}

.gnav-academy {
  border: #fff 1px solid;
  padding: 0.7em;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: ease 0.2s background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
}
@media (max-width: 1024px) {
  .gnav-academy {
    min-width: 170px;
    width: 170px;
  }
}
.gnav-academy:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gnav-academy > i {
  margin-right: 0.3em;
  font-size: 1.2em;
}

.mageMenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  visibility: hidden;
  opacity: 0;
  transition: ease 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.mageMenu > .container {
  max-width: 780px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.has-mageMenu > a {
  position: relative;
}
.has-mageMenu > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  transition: ease 0.3s opacity;
}
.has-mageMenu:hover > a::after {
  opacity: 1;
}
.has-mageMenu:hover > .mageMenu {
  visibility: visible;
  opacity: 1;
}

.gnav-aboutBidLink {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 10px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  background: linear-gradient(140deg, #fff 0%, #fff 50%, #F2EAEB 100%);
  border-radius: 10px;
  padding: 15px 10px 0 !important;
  transition: ease 0.2s opacity;
}
.gnav-aboutBidLink:hover {
  opacity: 0.8;
}

.gnav-aboutBidLink__txt-sm {
  text-align: center;
  font-weight: bold;
  color: var(--primary);
  padding: 0.2em 1em;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5rem !important;
  background: rgba(157, 31, 47, 0.05);
  display: flex;
  align-items: center;
}
.gnav-aboutBidLink__txt-sm::before {
  content: "";
  margin-right: 5px;
  background: url(../imgs/aboutBidLink__ico.png) no-repeat center;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.gnav-aboutBidLink__ttl {
  padding: 0.4em 0 0.6em;
  line-height: 1em;
  text-align: center;
  color: var(--primary);
  font-size: 2.8rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .gnav-aboutBidLink__ttl {
    font-size: 3.8rem;
  }
}

.gnav-aboutBidLink__img {
  margin-top: auto;
  margin-bottom: 0;
}

.gnav-categories {
  width: calc(50% - 10px);
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}

.gnav-categories__title {
  font-size: 1.8rem;
  color: var(--secondary);
  margin-bottom: 15px;
  line-height: 1em;
  font-weight: bold;
}

.gnav-categories__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 0 !important;
}

.gnav-categories__link {
  border: #aaa 1px solid;
  border-radius: 2px;
  padding: 0.4em 0.6em !important;
  background: #fff;
  display: block;
  line-height: 1em;
  color: #888;
  font-weight: bold;
  transition: ease 0.3s background-color, ease 0.3s color;
  font-size: 1.45rem !important;
}
.gnav-categories__link i {
  color: var(--primary);
  margin-right: 0.2em;
  transition: ease 0.3s color;
  font-size: 0.9em;
}
.gnav-categories__link:hover {
  background: #aaa;
  color: #fff;
}
.gnav-categories__link:hover i {
  color: #fff;
}

.banner-to-dictionary {
  width: 100%;
  max-width: 740px;
  background: #BC5E47;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 35px;
  transition: ease 0.3s opacity;
  background-image: url(../imgs/banner-to-dictionary__img.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom -20px;
  background-size: 310px auto;
  display: block;
}
@media (max-width: 1024px) {
  .banner-to-dictionary {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .banner-to-dictionary {
    padding: 30px 25px;
    background-position: right 20px center;
    background-size: 240px auto;
  }
}
@media (max-width: 540px) {
  .banner-to-dictionary {
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 70px;
    background-position: center bottom -20px;
    background-size: 140px auto;
  }
}
.banner-to-dictionary:hover {
  opacity: 0.75;
}
.banner-to-dictionary .ttl {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5em;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 540px) {
  .banner-to-dictionary .ttl {
    font-size: 2.6rem;
    text-align: center;
  }
}
.banner-to-dictionary .ttl::before {
  content: "";
  line-height: 1;
  margin-bottom: -0.3em;
  margin-right: 0.2em;
  height: 45px;
  width: 45px;
  display: inline-block;
  background: url(../imgs/banner-to-dictionary__ico.png) no-repeat center;
  background-size: 100%;
}
@media (max-width: 540px) {
  .banner-to-dictionary .ttl::before {
    height: 35px;
    width: 35px;
  }
}
.banner-to-dictionary .txt {
  color: #fff;
  padding-left: 50px;
  font-size: 2rem;
  line-height: 1.4em;
}
@media (max-width: 540px) {
  .banner-to-dictionary .txt {
    font-size: 1.5rem;
    padding-left: 0;
    text-align: center;
  }
}

.banner-to-dictionary.gnav-to-dictionary {
  padding: 30px 40px;
  background-size: 280px auto;
  background-position: right 40px bottom -20px;
}
@media (max-width: 768px) {
  .banner-to-dictionary.gnav-to-dictionary {
    margin-top: 0;
  }
}
.banner-to-dictionary.gnav-to-dictionary .ttl {
  font-size: 3rem;
}
.banner-to-dictionary.gnav-to-dictionary .ttl::before {
  height: 40px;
  width: 40px;
}
.banner-to-dictionary.gnav-to-dictionary .txt {
  padding-left: 45px;
}

@media (min-width: 1024px) {
  .sub-article__banner-dictionary .banner-to-dictionary {
    margin: 0 auto;
    max-width: 960px;
    padding: 40px 80px;
    background-position: right 100px bottom -20px;
    background-size: 350px auto;
  }
  .sub-article__banner-dictionary .banner-to-dictionary .ttl {
    font-size: 3.8rem;
    letter-spacing: 0.2em;
  }
  .sub-article__banner-dictionary .banner-to-dictionary .ttl::before {
    margin-bottom: -0.2em;
  }
  .sub-article__banner-dictionary .banner-to-dictionary .txt {
    letter-spacing: 0.05em;
    line-height: 1.6em;
    font-size: 2.2rem;
  }
}
.sub-article__banner-dictionary {
  margin-top: 80px;
}
@media (max-width: 540px) {
  .sub-article__banner-dictionary {
    margin-top: 40px;
  }
}

@media (min-width: 920px) {
  .sidebar-to-dictionary .banner-to-dictionary {
    padding: 25px;
    padding-bottom: 90px;
    background-position: center bottom -20px;
    background-size: 160px auto;
  }
  .sidebar-to-dictionary .banner-to-dictionary .ttl {
    font-size: 2.5rem;
    text-align: center;
  }
  .sidebar-to-dictionary .banner-to-dictionary .ttl::before {
    height: 30px;
    width: 30px;
    margin-bottom: -0.2em;
  }
  .sidebar-to-dictionary .banner-to-dictionary .txt {
    padding-left: 0;
    text-align: center;
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .sidebar-to-dictionary .banner-to-dictionary .ttl {
    font-size: 2.3rem;
  }
  .sidebar-to-dictionary .banner-to-dictionary .ttl::before {
    height: 30px;
    width: 30px;
  }
}

.sidebar-to-academy {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: ease 0.3s opacity;
}
.sidebar-to-academy:hover {
  opacity: 0.75;
}
@media (max-width: 540px) {
  .sidebar-to-academy {
    margin-bottom: 20px;
    border-radius: 5px;
  }
}

.sticky-position {
  position: sticky;
  top: 147px;
}

.bid-guide-sidebar .sidebar-box {
  margin-bottom: 20px;
}
.bid-guide-sidebar .sidebar-box .btn--simple.in-sidebar {
  font-size: 1.2rem;
  height: auto;
}
.bid-guide-sidebar .sidebar-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1.1em;
  line-height: 1em;
  position: relative;
}
.bid-guide-sidebar .articles__title--sidebar {
  font-size: 1.4rem;
}

/* ---------------------------------------------

footer

---------------------------------------------- */
.footer {
  background: var(--secondary);
}
.footer .container {
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .footer .container {
    padding: 40px 20px;
  }
}

.footer--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer--top {
    flex-direction: column;
  }
}

.footer__logo {
  width: 180px;
  min-width: 100px;
}
@media (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .footer__logo {
    width: 150px;
    margin-bottom: 10px;
  }
}
.footer__logo a {
  transition: ease 0.3s opacity;
}
.footer__logo a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer__gnav {
    width: 100%;
  }
}

.footer__gnav-list {
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
}
@media (max-width: 1024px) {
  .footer__gnav-list {
    gap: 20px 25px;
  }
}
@media (max-width: 768px) {
  .footer__gnav-list {
    gap: unset;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .footer__gnav-list__item {
    width: 100%;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  }
  .footer__gnav-list__item:first-of-type {
    border-top: rgba(255, 255, 255, 0.5) 1px solid;
  }
}
.footer__gnav-list__item a {
  color: #fff;
  font-weight: bold;
  transition: ease 0.3s opacity;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer__gnav-list__item a {
    padding: 1em 0;
  }
}
.footer__gnav-list__item a:hover {
  opacity: 0.7;
}

.footer--btm {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer--btm {
    flex-direction: column;
  }
}

.footer__caution {
  color: #fff;
  max-width: 580px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .footer__caution {
    max-width: 100%;
    padding-right: unset;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  }
}
.footer__caution dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.footer__caution dd {
  font-size: 1.2rem;
}

.footer__other-info {
  min-width: 380px;
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__other-info {
    min-width: unset;
    width: 100%;
  }
}

.footer__contact {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer__contact .gnav-contact {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

.footer__contact__txt {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.footer__subnav {
  gap: 15px 30px;
  display: flex;
}
@media (max-width: 1024px) {
  .footer__subnav {
    justify-content: center;
  }
}
.footer__subnav a {
  color: #fff;
  transition: ease 0.3s opacity;
}
.footer__subnav a i {
  margin-left: 0.5em;
}
.footer__subnav a:hover {
  opacity: 0.7;
}

.footer--cr {
  border-top: rgba(255, 255, 255, 0.5) 2px solid;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

/* njssバナー(サイド固定)--------------------------------------*/
.njssBanner-side {
  position: fixed;
  top: 30%;
  left: calc(100% + 20px);
  height: 260px;
  width: 60px;
  background: #0f3568;
  color: #fff;
  transform: translateY(-50%);
  transition: ease 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  font-size: 1.6rem;
  border-radius: 5px 0 0 5px;
  z-index: 999;
  pointer-events: none;
  font-family: "NotoSansjp-column", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.njssBanner-side:hover {
  opacity: 0.7;
}
.njssBanner-side .txt {
  writing-mode: vertical-rl;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.njssBanner-side.is-active {
  left: calc(100% - 60px);
  pointer-events: unset;
}
@media (max-width: 540px) {
  .njssBanner-side {
    display: none;
  }
}

/* bpoバナー(サイド固定)--------------------------------------*/
.bpoBanner-side {
  position: fixed;
  top: calc(30% + 288px);
  left: calc(100% + 20px);
  height: 300px;
  width: 60px;
  background: #4493BD;
  color: #fff;
  transform: translateY(-50%);
  transition: ease 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 8x;
  padding: 20px 10px;
  font-size: 1.6rem;
  border-radius: 5px 0 0 5px;
  z-index: 999;
  pointer-events: none;
  font-family: "NotoSansjp-column", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.bpoBanner-side:hover {
  opacity: 0.7;
}
.bpoBanner-side .txt {
  writing-mode: vertical-rl;
  font-weight: bold;
}
.bpoBanner-side .ico__bpo {
  width: 25px;
  height: 25px;
}
.bpoBanner-side.is-active {
  left: calc(100% - 60px);
  pointer-events: unset;
}
@media (max-width: 540px) {
  .bpoBanner-side {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */