@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* =====================
  リセット
 ======================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

i, address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

small {
  font-size: 100%;
}

/* =====================
	岡山交通株式会社
 ======================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.5625vw, 1.5625vw);
  line-height: 2.16667;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #000000;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/** COMMON STYLE **/
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-bold {
  font-weight: 700;
}

.section {
  padding: 4.16667% 0;
}

.section.bg {
  margin-top: 4.16667%;
}

.bg {
  background: #ccddeb;
}

.h2 {
  text-align: center;
  font-size: 73.33333%;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.0;
  margin-bottom: 2.5em;
}

.h2:before {
  content: attr(data-eng);
  font-size: 386.36364%;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.2em;
}

.btn {
  display: block;
  margin: 1.75em auto 0;
  position: relative;
  background: #00549d;
  border-radius: 100px;
  padding: 0.8em 1.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 10.66667em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.0;
}

.btn:before {
  content: "";
  width: calc(100% + 0.5em);
  height: calc(100% + 0.5em);
  border: 2px solid #00549d;
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  border-radius: 100px;
}

.btn img {
  height: 0.8em;
  margin: 0 auto;
}

/** ---------- ASIDE ---------- **/
.aside_recruit {
  position: fixed;
  right: 0;
  bottom: 25vh;
  z-index: 500;
}

.aside_recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  background: #00549d;
  color: #fff;
  font-size: 73.33333%;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.0;
  padding: 0.35em 1.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.aside_recruit a i {
  font-size: 159.09091%;
  letter-spacing: 0.05em;
}

.aside_call {
  position: fixed;
  bottom: 2vh;
  right: 2vh;
  width: 10.05208%;
  z-index: 500;
}

.aside_call_btn {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.aside_call_btn:hover {
  opacity: 0.7;
}

.aside_call_content {
  position: absolute;
  right: calc(100% + 0.75em);
  bottom: 0;
  width: 264.2487%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.aside_call_content.is_show {
  opacity: 1.0;
  visibility: visible;
}

.aside_call_content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6em 0 0.6em 0.75em;
  border-color: transparent transparent transparent #00549d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-0.6em - 3px);
  margin: auto;
}

.aside_call_content:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6em 0 0.6em 0.75em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-0.6em + 1.5px);
  margin: auto;
}

.aside_call_content_item {
  width: 50%;
  font-size: 60%;
  letter-spacing: 0.07em;
  padding: 0 0 0.5em;
  overflow: hidden;
  border: 3px solid #00549d;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aside_call_ttl {
  background: #00549d;
  padding: 0.8em 0;
  margin-bottom: 0.5em;
}

.aside_call_ttl img {
  height: 1.83333em;
  margin: 0 auto;
}

.aside_call_tel {
  border-radius: 0.75em 0 0 0.75em;
  border-right: 0;
}

.aside_call_tel .aside_call_ttl {
  position: relative;
}

.aside_call_tel .aside_call_ttl:before {
  content: "";
  width: 2px;
  height: calc(100% - 1em);
  background: #fff;
  position: absolute;
  top: 0.5em;
  right: 0;
}

.aside_call_tel_list {
  padding: 0 1em;
  border-right: 2px solid #00549d;
}

.aside_call_tel_list_item {
  text-align: center;
  margin-bottom: 0.5em;
}

.aside_call_tel_list_item:last-child {
  margin-bottom: 0;
}

.aside_call_tel_list_item a {
  display: block;
  border: 2px solid #00549d;
  border-radius: 100px;
  position: relative;
}

.aside_call_tel_list_item a .off {
  font-size: 133.33333%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.aside_call_tel_list_item a .on {
  font-size: 88.88889%;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.aside_call_tel_list_item a .on .num {
  color: #2b46fa;
  font-weight: 700;
  text-decoration: underline;
}

.aside_call_tel_list_item a:hover {
  opacity: 1.0;
}

.aside_call_tel_list_item a:hover .off {
  opacity: 0;
}

.aside_call_tel_list_item a:hover .on {
  opacity: 1.0;
}

.aside_call_app {
  border-radius: 0 0.75em 0.75em 0;
  border-left: 0;
}

.aside_call_app_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1em;
  text-align: center;
  padding: 0 1em;
}

.aside_call_app_txt span {
  font-size: 161.11111%;
  line-height: 1.38889;
}

.aside_call_app_txt a {
  border: 2px solid #00549d;
  border-radius: 100px;
  width: 100%;
  padding: 1em 0;
}

.aside_call_app_txt a img {
  width: 9.44444em;
  margin: 0 auto;
}

/** ---------- SOCIAL MEDIA ---------- **/
.sns {
  padding: 4.16667% 0;
}

.sns .inner {
  width: 69.27083%;
}

.sns_list {
  display: grid;
  grid-template-columns: repeat(3, 28.1203%);
  gap: 1.25em 3.38346%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns_list_item a {
  border: 2px solid #00549d;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3em;
}

.sns_list_item a img {
  width: 58.28877%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/** ---------- WP PAGENAV ---------- **/
.wp-pagenavi {
  margin-top: 8.95522%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7em 1.35em 0.7em 0;
  border-color: transparent #00549d transparent transparent;
  display: block;
}

.wp-pagenavi .nextpostslink i {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.wp-pagenavi .current {
  font-weight: 700;
  color: #00549d;
}

/** ---------- PAGER ---------- **/
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5em;
     -moz-column-gap: 5em;
          column-gap: 5em;
}

.pager_prev:before, .pager_next:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.65em 1.35em 0.65em 0;
  border-color: transparent #00549d transparent transparent;
  display: block;
}

.pager_next:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pager > span {
  opacity: 0.3;
}

/* PCのみ
  ------------------------ */
@media (min-width: 700px) {
  .forSP {
    display: none !important;
  }
}

/* タブレット
  ------------------------ */
@media (max-width: 1024px) {
  .sns .inner {
    width: 85%;
  }
  .aside_call_tel_list_item a:hover {
    opacity: 1.0;
  }
  .aside_call_tel_list_item a:hover .off {
    opacity: 1.0;
  }
  .aside_call_tel_list_item a:hover .on {
    opacity: 0;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  body {
    font-size: 16px;
  }
  .forPC {
    display: none !important;
  }
  /** COMMON STYLE **/
  .section {
    padding: 60px 0;
  }
  .section.bg {
    margin-top: 60px;
  }
  .h2 {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .h2:before {
    font-size: 42px;
  }
  /** ---------- ASIDE ---------- **/
  .aside {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aside_recruit {
    position: relative;
    bottom: auto;
    width: 50%;
  }
  .aside_recruit a {
    -webkit-transform: none;
            transform: none;
    background: #3678b9;
    color: #fff;
    font-size: 17px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 1.25em 1em;
  }
  .aside_recruit a i {
    font-size: 100%;
    width: 1em;
  }
  .aside_call {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50%;
  }
  .aside_call_btn {
    background: #fff;
    border: 4px solid #00549d;
    color: #00549d;
    height: 100%;
  }
  .aside_call_btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.2;
  }
  .aside_call_btn span i {
    width: 1.33em;
  }
  .aside_call_btn:hover {
    opacity: 1.0;
  }
  .aside_call_content {
    right: 0;
    bottom: 100%;
    width: 200%;
    border: 1px solid #00549d;
  }
  .aside_call_content:before, .aside_call_content:after {
    display: none;
  }
  .aside_call_content_item {
    font-size: 17.5px;
    border: 0;
  }
  .aside_call_ttl {
    padding: 0.8em 0;
    margin-bottom: 0.5em;
  }
  .aside_call_ttl img {
    height: 22px;
  }
  .aside_call_tel {
    border-radius: 0;
  }
  .aside_call_tel .aside_call_ttl:before {
    width: 1px;
  }
  .aside_call_tel_list {
    border-width: 1px;
  }
  .aside_call_tel_list_item {
    border: none;
    margin-bottom: 4px;
  }
  .aside_call_tel_list_item:last-child {
    margin-bottom: 0;
  }
  .aside_call_tel_list_item a {
    border: 1px solid #00549d;
    border-radius: 50px;
    display: block;
    text-align: center;
  }
  .aside_call_tel_list_item a .off {
    font-size: 100%;
  }
  .aside_call_tel_list_item a .on {
    display: none;
  }
  .aside_call_app {
    border-radius: 0;
  }
  .aside_call_app_txt {
    padding: 0 0.5em;
  }
  .aside_call_app_txt span {
    font-size: 100%;
  }
  .aside_call_app_txt a {
    border: 1px solid #00549d;
    border-radius: 50px;
    display: block;
    width: 100%;
    padding: 0.75em 0;
  }
  .aside_call_app_txt a img {
    width: 132px;
  }
  /** ---------- SOCIAL MEDIA ---------- **/
  .sns {
    padding: 60px 0;
  }
  .sns .inner {
    width: 90%;
  }
  .sns_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .sns_list_item a {
    border-width: 1px;
    height: auto;
    padding: 0.5em 1em;
  }
  .sns_list_item a img {
    width: 80%;
  }
  /** ---------- PAGER ---------- **/
  .pager {
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
}

/* =====================
	ヘッダー／フッター
 ======================= */
/** ---------- HEADER ---------- **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header .header_logo {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header_logo_main {
  width: 17.91667%;
  margin-left: 2.08333%;
}

.header .header_logo_ryobi {
  width: 5.52083%;
  margin: 0.9375% 1.04167% 0.9375% 0;
}

.header .gnav {
  background: #00549d;
}

.header .gnav_pc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60%;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.0;
}

.header .gnav_pc_list_item {
  width: 11.61458%;
  text-align: center;
  position: relative;
}

.header .gnav_pc_list_item:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .gnav_pc_list_item:last-child:after {
  display: none;
}

.header .gnav_pc_list_item > a {
  display: block;
  padding: 1em 0;
  color: #fff;
}

.header .gnav_pc_list_parent {
  position: relative;
}

.header .gnav_pc_list_parent:hover .gnav_pc_list_child {
  visibility: visible;
  opacity: 1.0;
}

.header .gnav_pc_list_child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header .gnav_pc_list_child_item {
  border-bottom: 1px solid #00549d;
}

.header .gnav_pc_list_child_item:last-child {
  border-bottom: 0;
}

.header .gnav_pc_list_child_item a {
  display: block;
  padding: 1em 0;
  color: #00549d;
}

.header .gnav_pc_list_child_item a:hover {
  opacity: 1.0;
  background: #5990bf;
  color: #fff;
}

/** ---------- FOOTER ---------- **/
.footer_inner {
  padding: 1.875% 1.5625% 2.70833%;
  background: #00549d;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-column-gap: 2.60417%;
     -moz-column-gap: 2.60417%;
          column-gap: 2.60417%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer_inner a {
  color: #fff;
}

.footer_company_logo {
  width: 9.5em;
}

.footer_company_address {
  font-size: 60%;
  line-height: 1.38889;
  letter-spacing: 0.05em;
  margin-top: 0.75em;
}

.footer_company_address a {
  display: inline-block;
  vertical-align: middle;
  width: 3.5em;
  margin-left: 0.5em;
}

.footer_company_address strong {
  font-weight: 400;
}

.footer_company_link {
  margin-top: 2em;
}

.footer_company_link .btn {
  background: #fff;
  margin: 0;
  min-width: 8em;
  padding: 0.5em 1em;
}

.footer_company_link .btn:before {
  border-color: #fff;
}

.footer_nav {
  font-size: 60%;
  letter-spacing: 0.05em;
}

.footer_nav_list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}

.footer_nav_list_item {
  margin-bottom: 2em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.footer_nav_list_item > a {
  font-weight: 700;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.footer_nav_list_item > a i {
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.footer_nav_list_item > a i:before {
  content: "";
  width: 0.75em;
  height: 2px;
  background: #00549d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.375em;
  margin: auto;
}

.footer_nav_list_item > a i:after {
  content: "";
  width: 0.375em;
  height: 2px;
  background: #00549d;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.375em;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.footer_nav_list_child {
  margin-top: 0.5em;
  font-size: 88.88889%;
  line-height: 1.875;
}

.footer_app {
  background: #ccddeb;
  padding: 1em 1.5em;
  color: #000000;
}

.footer_app_ttl {
  font-size: 60%;
  margin-bottom: 1.5em;
  text-align: center;
}

.footer_app_ttl img {
  display: inline-block;
  vertical-align: middle;
  width: 8.16667em;
  margin-right: 0.5em;
}

.footer_app_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
}

.footer_app_list_app {
  width: 5.23333em;
}

.footer_app_list_google {
  width: 6.43333em;
}

.footer_copy {
  text-align: center;
  font-size: 46.66667%;
  letter-spacing: 0.05em;
  line-height: 1.0;
  background: #fff;
  padding: 0.5em;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** ---------- HEADER ---------- **/
  .header .header_logo {
    padding: 10px;
    height: 60px;
  }
  .header .header_logo_main {
    width: 184px;
    margin-left: 0;
  }
  .header .menu_btn {
    width: 28px;
    height: 20px;
    position: relative;
  }
  .header .menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00549d;
  }
  .header .menu_btn span:first-of-type {
    top: 0;
  }
  .header .menu_btn span:nth-of-type(2), .header .menu_btn span:nth-of-type(3) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .menu_btn span:last-of-type {
    bottom: 0;
  }
  .header .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 80px 15px;
    overflow: scroll;
    display: none;
    background: #fff;
  }
  .header .gnav .menu_close_btn {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 28px;
    height: 18px;
  }
  .header .gnav .menu_close_btn span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #00549d;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .gnav .menu_close_btn span:last-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .gnav_sp_list {
    font-size: 15px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 0;
    padding: 0 8px;
  }
  .header .gnav_sp_list_item > a {
    font-weight: 700;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #00549d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .gnav_sp_list_item > a i {
    width: 18px;
    height: 18px;
    background: #00549d;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  .header .gnav_sp_list_item > a i:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
  }
  .header .gnav_sp_list_item > a i:after {
    content: "";
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .header .gnav_sp_list_item a {
    color: #00549d;
  }
  .header .gnav_sp_list_child {
    font-size: 13px;
    margin-top: 8px;
  }
  .header .gnav_sp_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 6px;
    margin-top: 30px;
  }
  .header .gnav_sp_btn_item.size_m {
    width: 47.5%;
  }
  .header .gnav_sp_btn_item.size_m a {
    padding: 14px 0;
  }
  .header .gnav_sp_btn_item.size_m a img {
    height: 14px;
  }
  .header .gnav_sp_btn_item.size_s {
    width: 32%;
  }
  .header .gnav_sp_btn_item.size_s a {
    padding: 2px 0 4px;
  }
  .header .gnav_sp_btn_item.size_s a img {
    height: 26px;
  }
  .header .gnav_sp_btn_item a {
    display: block;
    border-radius: 100px;
    background: #00549d;
    position: relative;
  }
  .header .gnav_sp_btn_item a:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #fff;
    border-radius: 100px;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .header .gnav_sp_btn_item a img {
    margin: auto;
  }
  /** ---------- FOOTER ---------- **/
  .footer {
    margin-bottom: 40px;
  }
  .footer_inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .footer_company {
    grid-row: 3;
    padding: 20px;
  }
  .footer_company_logo {
    width: 14.1875em;
  }
  .footer_company_address {
    font-size: 13px;
    font-weight: 700;
  }
  .footer_company_address strong {
    font-size: 20px;
    font-weight: 700;
  }
  .footer_company_link {
    margin-top: 1em;
  }
  .footer_nav {
    font-size: 13px;
    padding: 25px 20px;
  }
  .footer_nav_list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .footer_nav_list_item {
    margin-bottom: 1em;
  }
  .footer_nav_list_item:nth-child(6) {
    grid-row: 1;
  }
  .footer_nav_list_item > a {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .footer_nav_list_item > a i:before, .footer_nav_list_item > a i:after {
    height: 1px;
  }
  .footer_nav_list_child {
    font-size: 12px;
  }
  .footer_app {
    padding: 20px;
  }
  .footer_app_ttl {
    font-size: 10px;
  }
  .footer_copy {
    font-size: 10px;
    padding: 5px;
  }
}

/*# sourceMappingURL=map/common.css.map */
