@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, verdana, sans-serif;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 1023.98px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0;
}

html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  overflow: hidden;
}

@media print,
(min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.16rem;
    font-weight: 400;
  }

  .wrapper {
    max-width: 1152px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.21rem;
  }

  .sm {
    display: none !important;
  }

  .is-body {
    overflow-y: scroll;
  }

  .is-body.has-menu {
    position: fixed;
    width: 100%;
  }

  /*トップページ試合日程結果バナー*/
  #top_bnr {
    max-width: 1152px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.21rem;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  body {
    font-size: 0.16rem;
    font-weight: 400;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .md,
  .tb,
  .md-tb {
    display: none !important;
  }

  /*トップページ試合日程結果バナー*/
  #top_bnr {
    margin: 50px 0;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 480px) {

  /*トップページ試合日程結果バナー*/
  #top_bnr {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}



.font-barlow {
  font-family: "Barlow", sans-serif;
}

@media print,
(min-width: 1024px) {
  .tb {
    display: none !important;
  }

  .tb-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 1023.98px) {
  .md {
    display: none !important;
  }

  .pc {
    display: none;
  }

  .has-menu {
    position: fixed;
    width: 100%;
  }
}

@media print,
(min-width: 1024px) {
  .container {
    padding-top: 155px;
  }
}

@media only screen and (max-width: 1023.98px) {
  .container {
    padding-top: 0.7rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .is-body .container {
    padding-top: 1.45rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .is-body .container {
    padding-top: 1.68rem;
  }
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.header .header-wrapper {
  background: #fff;
}

.header .navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header-logo {
  display: block;
}

.header .navigation-link {
  -webkit-transition: color 0.26s ease;
  transition: color 0.26s ease;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.header .navigation-link:hover {
  color: #00a0c8;
}

.header .header-text {
  color: #1a1a1a;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.header .button-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 100%;
  background: #03a0c7;
  cursor: pointer;
}

.header .button-menu::after {
  content: "MENU";
  position: absolute;
  bottom: 0.12rem;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
}

.header .button-menu>span {
  position: absolute;
  left: 50%;
  width: 0.34rem;
  margin-left: -0.17rem;
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
  border-bottom: 0.03rem solid #fff;
}

.header .button-menu>span:nth-child(1) {
  top: 0.16rem;
}

.header .button-menu>span:nth-child(2) {
  top: 0.26rem;
}

.header .button-menu>span:nth-child(3) {
  top: 0.36rem;
}

.header .button-menu.is-active::after {
  content: "CLOSE";
}

.header .button-menu.is-active>span:nth-child(1),
.header .button-menu.is-active>span:nth-child(3) {
  top: 0.26rem;
}

.header .button-menu.is-active>span:nth-child(2) {
  opacity: 0;
}

.header .button-menu.is-active>span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .button-menu.is-active>span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation .navigation-social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

.navigation .navigation-social>li {
  width: 0.36rem;
  margin: 0 0.12rem;
}

.navigation .navigation-social a {
  display: block;
}

.navigation .navigation-social img {
  width: 100%;
}

.navigation-block .navigation-text {
  color: #1a1a1a;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.navigation-block .navigation-list {
  font-size: 0.15rem;
  font-weight: 500;
  list-style: none;
}

.navigation-block .navigation-sub {
  position: relative;
  margin-bottom: 0;
  font-size: 0.16rem;
  font-weight: 400;
  list-style: none;
}

.navigation-block .navigation-sub a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
  color: #222;
  text-decoration: none;
}

.navigation-block .navigation-sub a:hover {
  color: #00a0c8;
}

.navigation-block .navigation-sub a::before {
  content: "";
  position: absolute;
  top: 0.07rem;
  left: 0;
  width: 0.1rem;
  height: 0.12rem;
  background: url("../img/common/tb/arrow_icon_01.svg") no-repeat 0 0/100% auto;
}

@media print,
(min-width: 1024px) {
  .header {
    min-height: 155px;
    padding-top: 5px;
  }

  .header::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00a0c8;
  }

  .header .wrapper {
    max-width: 1384px;
  }

  .header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .header-wrapper {
    min-height: 50px;
  }

  .header .header-inner {
    padding: 7px 0;
  }

  .header .header-logo {
    width: 149px;
  }

  .header .header-text {
    font-size: 0.2rem;
  }

  body:not(.is-body) .header .navigation {
    display: block !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto !important;
    opacity: 1 !important;
  }

  .header .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -17px;
  }

  .header .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }

  .header .navigation-menu li {
    margin: 0 15px;
  }

  .header .navigation-link {
    font-size: 0.13rem;
    line-height: 1.2;
  }

  .header .navigation-item {
    text-decoration: none;
  }

  .header .navigation-block {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
  }

  .navigation-block {
    background: #00317a;
  }

  .navigation-block .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
  }

  .navigation-block .navigation-logo {
    position: relative;
    width: 250px;
    min-height: 100px;
    margin-bottom: -1px;
    padding: 13px 5px 15px 120px;
    border-top: 0.01rem solid #e4e4e4;
    background: #fff;
    text-decoration: none;
  }

  .navigation-block .navigation-logo img {
    position: absolute;
    top: 13px;
    left: 36px;
    width: 78px;
  }

  .navigation-block .navigation-text {
    font-size: 0.2rem;
  }

  .navigation-block .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 21px 0 0;
    list-style: none;
  }

  .navigation-block .navigation-list>li {
    position: relative;
    padding: 0 16px;
  }

  .navigation-block .navigation-list .navigation-item {
    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: 100px;
    -webkit-transition: 0.26s ease;
    transition: 0.26s ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

  .navigation-block .navigation-list .navigation-item:hover {
    color: #feac51;
  }

  .navigation-block .navigation-list .navigation-item:hover::after {
    opacity: 0;
  }

  .navigation-block .navigation-list .navigation-item:hover::before {
    opacity: 1;
  }

  .navigation-block .navigation-list .navigation-item .has-hover {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 0;
  }

  .navigation-block .navigation-list .navigation-item .no-hover {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }

  .navigation-block .navigation-mega {
    display: none;
    position: absolute;
    top: 100%;
    right: -21px;
    width: 580px;
  }

  .navigation-block .navigation-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 42px 30px 30px 42px;
    border: 1px solid #e4e4e4;
    background: #fff;
  }

  .navigation-block .navigation-sub {
    width: 236px;
    line-height: 1.5;
  }

  .navigation-block .navigation-sub>li {
    margin-bottom: 16px;
  }

  .navigation-block .navigation-sub a {
    padding-left: 21px;
  }

  .navigation-block .button-dropdown::after,
  .navigation-block .button-dropdown::before {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: 14px;
    height: 12px;
    margin-left: -7px;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    background: no-repeat center 0/100% auto;
  }

  .navigation-block .button-dropdown::after {
    background-image: url("../img/common/arrow_ico_04.svg");
  }

  .navigation-block .button-dropdown::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
    transition: opacity 0.26s ease, -webkit-transform 0.26s ease;
    transition: transform 0.26s ease, opacity 0.26s ease;
    transition: transform 0.26s ease, opacity 0.26s ease, -webkit-transform 0.26s ease;
    opacity: 0;
    background-image: url("../img/common/arrow_ico_06.svg");
  }

  .navigation-block .has-sub.is-active .button-dropdown {
    color: #feac51;
  }

  .navigation-block .has-sub.is-active .button-dropdown::after {
    opacity: 0;
  }

  .navigation-block .has-sub.is-active .button-dropdown::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }

  .navigation-block .has-sub.is-active .navigation-item .no-hover {
    opacity: 0;
  }

  .navigation-block .has-sub.is-active .navigation-item .has-hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1380px) {
  .navigation-block .navigation-logo {
    width: 200px;
    padding-left: 96px;
  }

  .navigation-block .navigation-logo img {
    left: 12px;
  }

  .navigation-block .navigation-list {
    margin-right: 0;
  }

  .navigation-block .navigation-list>li {
    padding: 0 12px;
  }

  .navigation-block .navigation-mega {
    right: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .header .navigation-menu {
    margin-right: -10px;
  }

  .header:not(.header-secondary) .navigation-block .navigation-list {
    font-size: 1.05vw;
  }

  .header:not(.header-secondary) .navigation-block .navigation-list>li {
    padding: 0 0.8375vw;
  }
}

@media only screen and (max-width: 1023.98px) {
  .header {
    min-height: 0.7rem;
  }

  .header .wrapper {
    padding: 0;
  }

  .header .header-group {
    position: relative;
    z-index: 100;
    min-height: 0.7rem;
    padding: 0.06rem 0 0.06rem 0.16rem;
    opacity: 0;
    background: #fff;
  }

  .header .header-group::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }

  .has-menu .header .header-group::after {
    opacity: 0;
  }

  .wf-active .header .header-group {
    opacity: 1;
  }

  .header .header-logo {
    display: block;
    position: relative;
    padding-left: 0.62rem;
  }

  .header .header-logo img {
    position: absolute;
    top: 0.03rem;
    left: 0;
    width: 0.58rem;
  }

  .header .header-text {
    font-size: 0.15rem;
  }

  .header .header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0.7rem;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    color: #000;
    font-size: 0.12rem;
    font-weight: 500;
    list-style: none;
    text-align: center;
  }

  .header .header-links>li {
    border-left: 1px solid #e4e4e4;
  }

  .header .header-links a {
    display: block;
    position: relative;
    width: 0.7rem;
    min-height: 0.7rem;
    padding-top: 0.46rem;
    color: #000;
    text-decoration: none;
  }

  .header .header-links a::before {
    content: "";
    position: absolute;
    top: 0.12rem;
    left: 50%;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: -0.15rem;
    background: no-repeat center 0/100% auto;
  }

  .header .header-links .is-support::before {
    background-image: url("../img/common/tb/support_icon.svg");
  }

  .header .header-links .is-map::before {
    background-image: url("../img/common/tb/map_icon.svg");
  }

  .navigation {
    display: none;
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 0.69rem;
    background: #fff;
  }

  .navigation .navigation-inner {
    height: 100%;
    overflow-y: auto;
    border-top: 0.04rem solid #00a0c8;
  }

  .navigation .navigation-list {
    border-bottom: 1px solid #d0d0d0;
    line-height: 1.5;
  }

  .navigation .navigation-list>li {
    border-bottom: 1px solid #d0d0d0;
  }

  .navigation .navigation-list>li:last-child {
    border-bottom: none;
  }

  .navigation .navigation-list .navigation-item {
    display: inline-block;
    position: relative;
    -webkit-transition: color 0.26s ease;
    transition: color 0.26s ease;
    color: #222;
    text-decoration: none;
  }

  .navigation .navigation-list .navigation-item:hover {
    color: #00a0c8;
  }

  .navigation .navigation-list .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.36rem;
    margin-top: -0.18rem;
  }

  .navigation .navigation-list .icon img {
    display: block;
    width: 100%;
  }

  .navigation .navigation-list .button-dropdown {
    display: block;
    cursor: pointer;
  }

  .navigation .navigation-list .button-dropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.02rem;
    width: 0.16rem;
    height: 0.16rem;
    margin-top: -0.08rem;
    background: url("../img/common/tb/arrow_icon_02.svg") no-repeat 0 0/100% auto;
  }

  .navigation .navigation-list .is-active .button-dropdown::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navigation .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.13rem;
    font-weight: 500;
  }

  .navigation .navigation-logo {
    display: block;
    position: relative;
    width: 2.1rem;
    margin: 0 auto 0.42rem;
  }

  .navigation .navigation-text {
    font-size: 0.15rem;
  }

  .navigation .navigation-mega {
    display: none;
  }

  .navigation .navigation-sub {
    border-top: 1px solid #d0d0d0;
  }

  .navigation .navigation-wrapper .navigation-logo {
    display: none;
  }

  .navigation .navigation-flex .navigation-sub:not(:last-child) {
    padding-bottom: 0;
  }

  .navigation .navigation-flex .navigation-sub:last-child {
    padding-top: 0;
    border-top: none;
  }

  .navigation .navigation-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .navigation .navigation-inner {
    padding: 6px 0 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .navigation .navigation-inner::-webkit-scrollbar {
    width: 8px;
  }

  .navigation .navigation-inner::-webkit-scrollbar-track {
    background: none;
  }

  .navigation .navigation-inner::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .navigation .navigation-list {
    margin-bottom: 48px;
    padding: 0 40px;
  }

  .navigation .navigation-list>li {
    padding: 0 56px;
  }

  .navigation .navigation-list .navigation-item {
    padding: 24px 0 24px 56px;
  }

  .navigation .navigation-list .button-dropdown {
    margin-right: -20px;
  }

  .navigation .navigation-menu {
    left: 20px;
    max-width: 320px;
    margin: 0 auto 6px;
  }

  .navigation .navigation-menu li {
    width: 150px;
    margin-bottom: 24px;
  }

  .navigation .navigation-menu li:nth-child(2n) {
    width: calc(100% - 150px);
    padding-left: 6px;
  }

  .navigation .navigation-logo {
    left: -6px;
  }

  .navigation .navigation-mega {
    margin: 0 -56px;
  }

  .navigation .navigation-sub {
    padding: 21px 0 45px 111px;
  }

  .navigation .navigation-sub>li {
    margin-bottom: 15px;
  }

  .navigation .navigation-sub a {
    padding-left: 21px;
  }

  .navigation .header-logo {
    width: 1.6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation .navigation-inner {
    padding: 0.21rem 0 0.5rem;
  }

  .navigation .navigation-list {
    margin-bottom: 0.36rem;
    padding: 0 0.21rem;
  }

  .navigation .navigation-list .navigation-item {
    display: block;
    margin-left: 0.08rem;
    padding: 0.24rem 0 0.24rem 0.56rem;
  }

  .navigation .navigation-list .button-dropdown::after {
    right: 0.12rem;
  }

  .navigation .navigation-menu {
    left: 0.2rem;
    max-width: 3.2rem;
    margin: 0 auto 0.12rem;
  }

  .navigation .navigation-menu li {
    width: 1.5rem;
    margin-bottom: 0.24rem;
  }

  .navigation .navigation-menu li:nth-child(2n) {
    width: calc(100% - 1.5rem);
    padding-left: 0.06rem;
  }

  .navigation .navigation-logo {
    left: -0.06rem;
  }

  .navigation .navigation-mega {
    margin: 0 -0.21rem;
  }

  .navigation .navigation-sub {
    padding: 0.21rem 0.21rem 0.18rem 0.84rem;
  }

  .navigation .navigation-sub>li {
    margin-bottom: 0.15rem;
  }

  .navigation .navigation-sub a {
    padding-left: 0.21rem;
  }

  .navigation .header-logo {
    width: 1.4rem;
  }

  .middle-bnrArea {
    width: 100%;
    border-top: dotted 1px #999;
    border-bottom: dotted 1px #999;
    margin-bottom: 60px;
  }

  .middle-bnrArea ul {
    margin: 0 auto;
    width: 310px;
    padding: 20px 0;
  }

  .middle-bnrArea ul li {
    list-style: none;
    padding: 10px;
  }
}


@media (width >=1024px) and (width <=1450px) {
  body:not(.is-body) .navigation-sub a {
    font-size: 1.111vw;
  }

  body:not(.is-body) .navigation-sub a::before {
    top: calc(50% + 0.01rem) !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media print,
(min-width: 1024px) {
  .header-secondary .navigation {
    display: none;
    position: fixed;
    z-index: 55;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 55px;
    overflow-y: auto;
    border-top: 2px solid #00a0c8;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .header-secondary .navigation::-webkit-scrollbar {
    width: 8px;
  }

  .header-secondary .navigation::-webkit-scrollbar-track {
    background: none;
  }

  .header-secondary .navigation::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .header-secondary .navigation .navigation-logo {
    display: none;
  }

  .header-secondary .navigation .navigation-menu {
    padding-top: 2px;
  }

  .header-secondary .navigation .navigation-menu>li {
    padding-left: 21px;
  }

  .header-secondary .navigation-inner {
    display: block;
  }

  .header-secondary .navigation-wrapper .navigation-logo {
    display: none;
  }

  .header-secondary .navigation-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d0d0d0;
    background: none;
  }

  .header-secondary .navigation-logo.tb-sm {
    display: block !important;
    width: 210px;
    height: auto;
  }

  .header-secondary .navigation-group {
    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-secondary .header-group {
    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;
    width: 100%;
  }

  .header-secondary .button-menu {
    display: block !important;
    z-index: 60;
    top: 55px;
    right: 50%;
    width: 100px;
    height: 100px;
    margin-right: -720px;
  }

  .header-secondary .button-menu::after {
    bottom: 23px;
    padding-left: 2px;
    font-size: 0.13rem;
  }

  .header-secondary .button-menu>span {
    width: 46px;
    margin-left: -23px;
    border-bottom-width: 4px;
  }

  .header-secondary .button-menu>span:nth-child(1) {
    top: 24px;
  }

  .header-secondary .button-menu>span:nth-child(2) {
    top: 38px;
  }

  .header-secondary .button-menu>span:nth-child(3) {
    top: 51px;
  }

  .header-secondary .button-menu.is-active>span:nth-child(1),
  .header-secondary .button-menu.is-active>span:nth-child(3) {
    top: 38px;
  }

  .header-secondary .navigation-list {
    display: block;
    padding-left: 0;
    line-height: 1.5;
  }

  .header-secondary .navigation-list>li {
    margin-bottom: 16px;
    padding: 0;
  }

  .header-secondary .navigation-list .navigation-item {
    display: inline-block;
    height: auto;
    color: #222;
    text-align: left;
  }

  .header-secondary .navigation-list .navigation-item:hover {
    color: #00a0c8;
  }

  .header-secondary .navigation-list .navigation-item .pc {
    display: none;
  }

  .header-secondary .navigation-title {
    position: relative;
    margin-bottom: 36px;
    padding-left: 20px;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .header-secondary .navigation-title::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 3px;
    left: 0;
    border-left: 8px solid #00307f;
  }

  .header-secondary .navigation-wrapper {
    display: block;
    width: 43%;
    margin: 0;
  }

  .header-secondary .navigation-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 62px 14px;
  }

  .header-secondary .navigation-flex {
    margin-left: -13px;
    padding: 0;
    border: none;
  }

  .header-secondary .navigation-social {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 28px -12px 0 0;
  }

  .header-secondary .navigation-list {
    display: block;
    position: relative;
    margin-bottom: 0;
    font-size: 0.16rem;
    font-weight: 400;
    list-style: none;
  }

  .header-secondary .navigation-list a {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    -webkit-transition: 0.26s ease;
    transition: 0.26s ease;
    color: #222;
    text-decoration: none;
  }

  .header-secondary .navigation-list a:hover {
    color: #00a0c8;
  }

  .header-secondary .navigation-list a::before {
    content: "";
    position: absolute;
    top: 0.07rem;
    left: 0;
    width: 0.1rem;
    height: 0.12rem;
    background: url("../img/common/tb/arrow_icon_01.svg") no-repeat 0 0/100% auto;
  }

  .header-secondary .navigation-column {
    width: 57%;
  }
}

@media (width >=1024px) and (width <=1457px) {
  .header-secondary .button-menu {
    right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-secondary {
    position: absolute;
  }

  .header-secondary .header-wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header-secondary .navigation-common {
    margin-top: 0.7rem;
  }
}

.navigation-common {
  background: #00307f;
}

.navigation-common .navigation-row {
  opacity: 0;
}

.wf-active .navigation-common .navigation-row {
  opacity: 1;
}

.navigation-common .navigation-heading {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.navigation-common .navigation-heading::before {
  content: "";
  position: absolute;
  top: 0.02rem;
  bottom: 0.01rem;
  left: 0;
  border-left: 0.06rem solid #c4924f;
}

.navigation-common .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: bold;
  list-style: none;
}

.navigation-common .navigation-links a {
  color: #fff;
  text-decoration: none;
}

@media print,
(min-width: 1024px) {
  .navigation-common .navigation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    height: 100px;
    margin: 0 auto;
    padding: 0 144px 0 294px;
  }

  .navigation-common .navigation-heading {
    padding-left: 21px;
  }

  .navigation-common .navigation-links {
    font-size: 0.15rem;
  }

  .navigation-common .navigation-links>li {
    margin-left: 50px;
  }

  .navigation-common .navigation-text {
    color: #1a1a1a;
    font-family: "Barlow", sans-serif;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .navigation-common .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #fff;
  }

  .navigation-common .logo a {
    display: block;
    position: relative;
    padding: 12px 12px 12px 120px;
  }

  .navigation-common .logo img {
    position: absolute;
    top: 12px;
    left: 35px;
    width: 80px;
  }
}

@media (width >=1024px) and (width <=1070px) {
  .navigation-common .navigation-row {
    padding-right: 120px;
    padding-left: 266px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .navigation-common .navigation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 75px;
    padding: 6px 24px;
  }

  .navigation-common .navigation-links>li {
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 1023.98px) {
  .navigation-common .navigation-heading {
    padding-left: 0.15rem;
  }

  .navigation-common .navigation-links {
    font-size: 0.13rem;
  }

  .navigation-common .navigation-links>li {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }

  .navigation-common .navigation-links>li:first-child {
    border-left: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-common .navigation-row {
    padding: 0.21rem 0.24rem 0.15rem;
  }

  .navigation-common .navigation-heading {
    margin-bottom: 0.12rem;
  }

  .navigation-common .navigation-links {
    margin: 0 -0.24rem 0 -0.16rem;
  }

  .navigation-common .navigation-links>li {
    padding: 0.06rem 0.12rem;
  }
}

@media print,
(min-width: 1024px) {
  .header-tertiary:not(.has-sticky) {
    position: absolute;
  }

  .header-tertiary:not(.has-sticky) .logo {
    display: none;
  }

  .header-tertiary:not(.has-sticky) .logo-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 200px;
    padding: 32px 35px;
    border-top: 0.01rem solid #e4e4e4;
    background: #fff;
  }

  .header-tertiary:not(.has-sticky) .logo-image img {
    -webkit-transition: 0.26s ease;
    transition: 0.26s ease;
  }

  .header-tertiary:not(.has-sticky) .logo-image:hover img {
    opacity: 0.8;
  }

  .header-tertiary:not(.has-sticky) .navigation-common .navigation-row {
    padding-left: 258px;
  }

  .header-tertiary.has-transform {
    visibility: hidden;
    top: -500px;
    -webkit-transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    pointer-events: none;
  }

  .header-tertiary.has-transform .logo {
    display: block;
  }

  .header-tertiary.has-transform .logo-image {
    display: none;
  }

  .header-tertiary.has-transform .navigation-common .navigation-row {
    padding-left: 294px;
  }

  .header-tertiary.has-sticky {
    visibility: visible;
    position: fixed;
    top: 0;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (width >=1024px) and (width <=1070px) {
  .header-tertiary.has-transform .navigation-common .navigation-row {
    padding-left: 266px;
  }
}

footer .footer-wrapper {
  color: #141414;
}

footer .footer-title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}

footer .footer-label,
footer .footer-phone {
  margin: 0;
  font-weight: 500;
}

footer .footer-label {
  letter-spacing: 0.149em;
}

footer .footer-phone a {
  color: #222;
  text-decoration: none;
}

footer .footer-inner {
  background: #f8f8f8;
}

footer .footer-socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-copyright {
  display: block;
  margin: 0;
  color: #3c3c3c;
}

footer .button-top {
  display: none;
  position: fixed;
  z-index: 100;
  width: 0.59rem;
  height: 0.59rem;
  padding-top: 0.15rem;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
}

footer .button-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  background: url("../img/common/button_ico_01.png") no-repeat center/100% auto;
}

footer .button-top span {
  position: absolute;
  top: 0.24rem;
  left: 0;
  width: 0.59rem;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.2;
}

footer .footer-address {
  font-weight: 500;
}

footer .socials-item a {
  display: block;
  width: 0.35rem;
  height: 0.35rem;
}

@media print,
(min-width: 1024px) {
  footer {
    border-top: 0.01rem solid #d0d0d0;
  }

  footer .footer-wrapper {
    padding: 114px 0 111px;
  }

  footer .footer-title {
    margin-bottom: 9px;
    font-size: 0.2982rem;
    line-height: 1.1998658618;
  }

  footer .inner-logo {
    width: 274px;
    margin-top: 21px;
  }

  footer .footer-logo {
    width: 163px;
    margin-right: 21px;
  }

  footer .footer-info {
    margin-left: 3px;
    padding-top: 6px;
  }

  footer .footer-label {
    margin-bottom: 24px;
  }

  footer .footer-address {
    margin-bottom: 9px;
  }

  footer .footer-inner {
    padding: 48px 0 33px;
  }

  footer .footer-inner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 6px;
    padding-left: 30px;
  }

  footer .footer-socials {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -12px 27px;
  }

  footer .footer-copyright {
    text-align: right;
  }

  footer .button-top {
    right: 46px;
    bottom: 141px;
  }

  footer .button-top:hover::before {
    opacity: 0.75;
  }
}

@media print,
(min-width: 768px) {
  footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  footer .socials-item {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  footer .footer-wrapper {
    padding: 0.63rem 0 0.36rem;
  }

  footer .footer-title {
    margin-bottom: 0.09rem;
    font-size: 0.2rem;
  }

  footer .footer-logo {
    width: 1.2rem;
  }

  footer .footer-info {
    padding-top: 0.03rem;
    padding-left: 0.18rem;
  }

  footer .footer-label {
    margin-bottom: 0.21rem;
    font-size: 0.1rem;
  }

  footer .footer-address {
    margin-bottom: 0.06rem;
    font-size: 0.1rem;
  }

  footer .footer-phone {
    font-size: 0.1rem;
  }

  footer .footer-inner {
    padding: 0.33rem 0 0.27rem;
  }

  footer .footer-inner .wrapper {
    text-align: center;
  }

  footer .inner-logo {
    display: block;
    width: 1.72rem;
    margin: 0 auto 0.21rem;
  }

  footer .footer-socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.21rem;
  }

  footer .socials-item {
    width: 0.28rem;
    height: 0.28rem;
  }

  footer .footer-copyright {
    font-size: 0.14rem;
    line-height: 1.3714285714;
    text-align: center;
  }

  footer .button-top {
    right: 0.2rem;
    bottom: 1.49rem;
  }
}

@media only screen and (max-width: 767.98px) {
  footer .footer-logo {
    display: block;
    width: 1.36rem;
    margin: 0 auto 0.33rem;
  }

  footer .footer-wrapper {
    padding: 0.57rem 0 0.63rem;
  }

  footer .footer-info {
    text-align: center;
  }

  footer .footer-label {
    margin-bottom: 0.15rem;
  }

  footer .footer-address {
    margin-bottom: 0.09rem;
  }

  footer .footer-title {
    margin-bottom: 0.18rem;
    font-size: 0.22rem;
    line-height: 1.2;
  }

  footer .inner-logo {
    display: block;
    width: 1.53rem;
    margin: 0 auto 0.27rem;
  }

  footer .footer-inner {
    padding: 0.39rem 0 0.21rem;
  }

  footer .socials-item {
    margin: 0 0.12rem;
  }

  footer .footer-socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.24rem;
  }

  footer .footer-copyright {
    text-align: center;
  }

  footer .button-top {
    right: 0;
    bottom: 0.9rem;
  }
}

.breadcrumb-common a.item-wrapper {
  color: #219dc4;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}

.breadcrumb-common a:hover {
  text-decoration: none;
}

.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb-common .breadcrumb-item {
  display: inline;
  position: relative;
}

.breadcrumb-common .breadcrumb-item::before {
  content: "";
  display: inline-block;
  position: relative;
}

.breadcrumb-common .item-wrapper {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 2;
}

@media print,
(min-width: 1024px) {
  .breadcrumb-common {
    margin-bottom: 54px;
    padding-top: 18px;
  }
}

.breadcrumb-common .breadcrumb-item+.breadcrumb-item::before {
  width: 0.24rem;
  height: 0.24rem;
  background: url("../img/common/arrow_ico_02.svg") no-repeat center center;
}

@media print,
(min-width: 1024px) {
  .breadcrumb-common {
    margin-bottom: 54px;
  }
}

@media print,
(min-width: 768px) {
  .breadcrumb-common .breadcrumb-item+.breadcrumb-item::before {
    top: 6px;
    left: 2px;
    margin: 0 3px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .breadcrumb-common {
    margin-bottom: 0.39rem;
    padding: 0.09rem 0.18rem 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    margin-bottom: 0.36rem;
    padding-top: 0.09rem;
  }

  .breadcrumb-common .breadcrumb-item {
    margin: 0 0.03rem;
  }

  .breadcrumb-common .breadcrumb-item+.breadcrumb-item::before {
    top: 0.07rem;
    left: -0.07rem;
    margin: 0 -0.06rem 0 0;
  }
}

.title-common-primary {
  position: relative;
  background: #f8f8f8;
  font-weight: 500;
}

.title-common-primary::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.06rem;
  background: #ba7e3b;
}

@media print,
(min-width: 1024px) {
  .title-common-primary {
    margin-bottom: 96px;
  }
}

@media print,
(min-width: 768px) {
  .title-common-primary {
    padding: 30px 24px 27px;
    font-size: 0.3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .title-common-primary {
    margin: 0 21px 54px;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.48rem;
    padding: 0.27rem 0.18rem 0.24rem;
    font-size: 0.25rem;
    line-height: 1.4;
  }
}

.section-common-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-common-heading .heading-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-common-heading .heading-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(12, 56, 67, 0.5);
  inset: 0;
}

.section-common-heading .heading-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print,
(min-width: 768px) {
  .section-common-heading .heading-title {
    font-size: 0.35rem;
  }
}

@media print,
(min-width: 1024px) {
  .section-common-heading {
    height: 220px;
  }

  .section-common-heading .heading-title {
    margin-bottom: 18px;
    padding: 0 51px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .section-common-heading {
    height: 180px;
  }

  .section-common-heading .heading-title {
    margin-bottom: 12px;
    padding: 0 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-common-heading {
    height: 1.4rem;
  }

  .section-common-heading .heading-title {
    margin-bottom: 0.03rem;
    padding: 0 0.18rem;
    font-size: 0.28rem;
  }
}