@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 125%;
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 87.5%;
  }
}

body {
  background: #fff;
  font-size: 0.8em;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 2;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 1023px) {
  body {
    line-height: 1.85;
  }
}

a {
  word-break: break-all;
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #0F9956;
}
a:visited, a:active {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 1023px) {
  .sp-hidden {
    display: none;
  }

  .pc-hidden {
    display: block;
  }

  body {
    min-width: 0;
  }

  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "industry", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 1.6rem;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h3 {
    font-size: 1.35rem;
  }
}

h4 {
  font-size: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h4 {
    font-size: 1.15rem;
  }
}

h5 {
  font-size: 0.7rem;
  font-weight: 700;
}

h6 {
  font-size: 0.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  h6 {
    font-size: 0.85rem;
  }
}

.txtLarge {
  font-size: 1rem;
}
@media only screen and (max-width: 1023px) {
  .txtLarge {
    font-size: 1.15rem;
  }
}

.txtSmall {
  font-size: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .txtSmall {
    font-size: 0.85rem;
  }
}

.txtXsmall {
  font-size: 0.7rem;
}
@media only screen and (max-width: 1023px) {
  .txtXsmall {
    font-size: 0.8rem;
  }
}

.txtXxsmall {
  font-size: 0.6rem;
}
@media only screen and (max-width: 1023px) {
  .txtXxsmall {
    font-size: 0.7rem;
  }
}

.txtBold {
  font-weight: bold;
}

.txtCenter {
  text-align: center !important;
}

.txtLeft {
  text-align: left !important;
}

.txtRight {
  text-align: right !important;
}

.txtRed {
  color: #E62233 !important;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
.txtRed:hover {
  color: #0F9956 !important;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}

a.txtRed {
  color: #E62233 !important;
}
a.txtRed:hover {
  color: #0F9956 !important;
  text-decoration: none !important;
}

.txtGlay {
  color: #A7A7A7 !important;
}

span.txtGlay {
  color: #A7A7A7 !important;
}

.tit_small {
  font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
  .tit_small {
    font-size: 1.8rem;
  }
}

.contit_small {
  font-size: 1.3rem;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 1023px) {
  .contit_small {
    font-size: 1.4rem;
  }
}

.txt_small {
  font-size: 0.9rem;
}

/* ==========================================================================
   component
========================================================================== */
.list, .list__asta, .list__link, .list__link__2colum, .list__num, .list__philosophy, .list__circle {
  display: block;
}
.list li, .list__asta li, .list__link li, .list__link__2colum li, .list__num li, .list__philosophy li, .list__circle li {
  padding: 0 0 1em 0;
  position: relative;
}
.list li::before, .list__asta li::before, .list__link li::before, .list__link__2colum li::before, .list__num li::before, .list__philosophy li::before, .list__circle li::before {
  position: absolute;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: -1.3em;
  top: 1em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .list li::before, .list__asta li::before, .list__link li::before, .list__link__2colum li::before, .list__num li::before, .list__philosophy li::before, .list__circle li::before {
    left: -1em;
  }
}
.list li:last-child, .list__asta li:last-child, .list__link li:last-child, .list__link__2colum li:last-child, .list__num li:last-child, .list__philosophy li:last-child, .list__circle li:last-child {
  padding: 0;
}
.terminology .list li, .terminology .list__asta li, .terminology .list__link li, .terminology .list__link__2colum li, .terminology .list__num li, .terminology .list__philosophy li, .terminology .list__circle li {
  padding: 0 0 2em 0;
}
.list__circle {
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}
@media only screen and (max-width: 1023px) {
  .list__circle {
    -webkit-padding-start: 26px;
            padding-inline-start: 26px;
  }
}
.list__circle > li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #E62233;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .list__circle > li::before {
    width: 5px;
    height: 5px;
  }
}
.list__circle.j1 li::before {
  background-color: #e60012;
}
.list__circle.j2 li::before {
  background-color: #007f41;
}
.list__circle.j3 li::before {
  background-color: #000000;
}
.list__philosophy {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
@media only screen and (max-width: 1023px) {
  .list__philosophy {
    -webkit-padding-start: 27px;
            padding-inline-start: 27px;
  }
}
.list__philosophy > li::before {
  content: "一、";
  left: -2em;
}
.list__num {
  counter-reset: item;
  -webkit-padding-start: 52px;
          padding-inline-start: 52px;
}
@media only screen and (max-width: 1023px) {
  .list__num {
    -webkit-padding-start: 32px;
            padding-inline-start: 32px;
  }
}
.list__num > li::before {
  counter-increment: item;
  content: counter(item) ".";
  left: -1.8em;
}
.list__num > li > dl dt {
  font-weight: bold;
}
.list__link, .list__link__2colum {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .list__link, .list__link__2colum {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.list__link > li, .list__link__2colum > li {
  padding: 20px 0 20px 25px;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .list__link > li, .list__link__2colum > li {
    padding: 20px 0 20px 18px;
  }
}
.list__link > li:first-child, .list__link__2colum > li:first-child {
  border-top: 1px solid #D9D9D9;
}
.list__link > li::before, .list__link__2colum > li::before {
  content: "";
  left: 0;
  top: calc(20px + 0.75rem);
  background: url(../images/common/arrow-triangle_green.svg) left center no-repeat;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 1023px) {
  .list__link > li::before, .list__link__2colum > li::before {
    height: 14px;
    width: 14px;
    background-size: 70%;
  }
}
.list__link > li a, .list__link__2colum > li a {
  font-weight: bold;
  color: #000000;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
.list__link > li a:hover, .list__link__2colum > li a:hover {
  color: #E62233;
  text-decoration: none !important;
}
.list__link > li:last-child, .list__link__2colum > li:last-child {
  padding: 20px 0 20px 25px;
}
@media only screen and (max-width: 1023px) {
  .list__link > li:last-child, .list__link__2colum > li:last-child {
    padding: 20px 0 20px 18px;
  }
}
.list__link > li.noicon, .list__link__2colum > li.noicon {
  padding-bottom: 0;
  font-weight: 700;
}
.list__link > li.noicon::before, .list__link__2colum > li.noicon::before {
  background: none;
}
.list__link > li dl, .list__link__2colum > li dl {
  width: 100%;
}
.list__link > li dl dt, .list__link__2colum > li dl dt {
  padding-bottom: 20px;
  font-weight: bold;
}
.list__link > li dl dd, .list__link__2colum > li dl dd {
  padding-left: 20px;
}
.list__link > li dl li:last-child, .list__link__2colum > li dl li:last-child {
  border-bottom: none;
}
.list__link__2colum {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.list__link__2colum > li {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 1023px) {
  .list__link__2colum > li {
    width: 100%;
  }
}
.list__link__2colum > li:nth-child(odd) {
  margin-right: 80px;
}
@media only screen and (max-width: 1023px) {
  .list__link__2colum > li:nth-child(odd) {
    margin-right: 0;
  }
}
.list__link__2colum > li:nth-child(2) {
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1023px) {
  .list__link__2colum > li:nth-child(2) {
    border-top: none;
  }
}
.list__asta {
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
}
@media only screen and (max-width: 1023px) {
  .list__asta {
    -webkit-padding-start: 18px;
            padding-inline-start: 18px;
  }
}
.list__asta > li {
  padding: 0;
}
.list__asta > li::before {
  content: "※ ";
  left: -1.2em;
}

.moreBtn {
  position: relative;
  margin: 40px auto 0;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .moreBtn {
    margin: 30px auto 0;
  }
}
.moreBtn a {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 315px;
  padding: 20px 80px;
  border: 5px solid #0F9956;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  transition: background 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  .moreBtn a {
    border-width: 4px;
    border-radius: 15px;
    padding: 16px 24px;
  }
}
.moreBtn a:hover {
  color: #fff;
  background: #0F9956;
}

.searchBtn {
  position: relative;
  margin: 40px auto 0;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .searchBtn {
    margin: 30px auto 0;
  }
}
.searchBtn input {
  -webkit-appearance: none;
  color: #fff;
  background: #000;
  font-size: 1rem;
  border: 5px solid #fff;
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.5;
  max-width: 315px;
  padding: 20px 80px;
  outline: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  transition: background 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  .searchBtn input {
    border-width: 4px;
    border-radius: 15px;
    padding: 16px 24px;
  }
}
.searchBtn input:hover {
  color: #fff;
  background: #0F9956;
  border: 5px solid #0F9956;
}

.blankLink::after {
  content: url(../images/common/icon-external.svg);
  display: inline-block;
  transform: scale(1);
  vertical-align: baseline;
  margin-left: 0.3em;
  transform-origin: bottom left;
}
.blankLink__b::after {
  content: url(../images/common/icon-external_b.svg);
  margin-left: 5px;
}

.arrowRed {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.arrowRed::before {
  content: "";
  display: inline-block;
  transform: scale(1);
  margin-right: 5px;
  background: url(../images/common/arrow-triangle.svg) left center no-repeat;
  height: 20px;
  width: 20px;
}
footer .arrowRed::before, .gnav .arrowRed::before {
  transform: scale(0.5);
}

.pdfLink {
  display: table;
}
.pdfLink::after {
  background: url(../images/common/icon-pdf.svg) right center no-repeat;
  content: "";
  display: inline-block;
  transform: scale(1);
  vertical-align: baseline;
  position: relative;
  top: 0.1em;
  margin-left: 0.3em;
  transform-origin: bottom left;
  height: 20px;
  width: 32px;
}
@media only screen and (max-width: 1023px) {
  .pdfLink::after {
    height: 14px;
    width: 22px;
    background-size: 100%;
  }
}

.table, .table--01 {
  width: 100%;
  font-size: 0.7rem;
}
.table--01 {
  border-top: 1px solid #D9D9D9;
}
.table--01 thead {
  background: #fff;
}
.table--01 tr {
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.table--01 tr th {
  padding: 15px 20px;
  text-align: center;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .table--01 tr th {
    padding: 15px;
    font-size: 0.85rem;
  }
}
.table--01 tr td {
  padding: 15px 20px;
  text-align: left;
  border-right: 1px solid #D9D9D9;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .table--01 tr td {
    padding: 15px;
    font-size: 0.85rem;
  }
}
.clubmember .table--01 td:first-child {
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  .clubmember .table--01 td:first-child {
    width: 20%;
  }
}
.table--01.alternate tbody tr:nth-child(even) {
  background: #F2F2F2;
}
.table--01.data td {
  text-align: right;
}

.scroll_table {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .scroll_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.scroll_table.both {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  box-sizing: initial;
}
@media only screen and (max-width: 1023px) {
  .j1 .scroll_table.both {
    width: 100%;
  }
}
.scroll_table.both table th:first-child {
  width: 150px;
}
@media only screen and (max-width: 1023px) {
  .scroll_table.both table th:first-child {
    width: 80px;
  }
}

.scroll_table.both .table--01 tr {
  border-left: none;
}

.scroll_table.both {
  white-space: nowrap;
}
.scroll_table.both table {
  border: none;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display: block;
  overflow: scroll;
}
.scroll_table.both table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.scroll_table.both table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}
.scroll_table.both table tbody th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border: none;
  white-space: normal;
  min-width: 150px;
}
@media only screen and (max-width: 1023px) {
  .scroll_table.both table tbody th:first-child {
    min-width: 80px;
  }
}
.cup .scroll_table.both table tbody th:first-child {
  min-width: 300px;
}
@media only screen and (max-width: 1023px) {
  .cup .scroll_table.both table tbody th:first-child {
    max-width: 80px;
    min-width: 50px;
  }
}
.scroll_table.both table tr {
  border-bottom: none !important;
}
.scroll_table.both table tr th, .scroll_table.both table tr td {
  position: relative;
  border: none !important;
  z-index: 0;
  vertical-align: middle !important;
}
.scroll_table.both table tr th::before, .scroll_table.both table tr td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}
.scroll_table.both table tbody tr:nth-child(even) {
  background: #F2F2F2;
}
.scroll_table.both table tbody tr:nth-child(even) th {
  background: #F2F2F2;
}
.scroll_table.both table tbody th {
  background: #fff;
}

.scroll_table.managementTable .table--01 tr {
  border-left: none;
}

@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable {
    white-space: nowrap;
  }
}
.scroll_table.managementTable .scroll-hint-icon {
  z-index: 100;
}
.scroll_table.managementTable table {
  border-left: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table {
    border: none;
    border: 1px solid #D9D9D9;
    border-bottom: none;
    border-collapse: collapse;
    word-break: break-all;
    table-layout: fixed;
    display: block;
    overflow: scroll;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
.scroll_table.managementTable table thead th br {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table thead th br {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table tbody th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border: none;
    white-space: normal;
    background: #fff;
    min-width: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table tr {
    border-bottom: none !important;
  }
}
.scroll_table.managementTable table tr.colorTr th,
.scroll_table.managementTable table tr.colorTr td {
  background: #F2F2F2 !important;
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table tr th,
.scroll_table.managementTable table tr td {
    position: relative;
    border: none !important;
    z-index: 0;
    vertical-align: middle !important;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable table tr th::before,
.scroll_table.managementTable table tr td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    z-index: -1;
  }
}

.scroll_table.managementTable2 .table--01 tr {
  border-left: none;
}

.scroll_table.managementTable2 {
  white-space: nowrap;
}
.scroll_table.managementTable2 .scroll-hint-icon {
  z-index: 100;
}
.scroll_table.managementTable2 table {
  border: none;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display: block;
  overflow: scroll;
}
.scroll_table.managementTable2 table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}
.scroll_table.managementTable2 table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.scroll_table.managementTable2 table tbody th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border: none;
  white-space: normal;
  min-width: 150px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .scroll_table.managementTable2 table tbody th:first-child {
    min-width: 80px;
  }
}
.scroll_table.managementTable2 table tr {
  border-bottom: none !important;
}
.scroll_table.managementTable2 table tr.colorTr th,
.scroll_table.managementTable2 table tr.colorTr td {
  background: #F2F2F2 !important;
}
.scroll_table.managementTable2 table tr th,
.scroll_table.managementTable2 table tr td {
  position: relative;
  border: none !important;
  z-index: 0;
  vertical-align: middle !important;
}
.scroll_table.managementTable2 table tr th::before,
.scroll_table.managementTable2 table tr td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}

.scroll-hint-icon {
  top: 10% !important;
  height: 100px !important;
}

.fairplay.teamasone .scroll_table.managementTable2 table tbody th:first-child {
  min-width: 250px;
}

.main_contents.teamasone .scroll_table.managementTable2 table tbody th:first-child {
  min-width: 250px;
}

.main_contents.teamasone_en .scroll_table.managementTable2 table tbody th:first-child {
  min-width: 500px;
}

.main_contents.attendance .scroll_table.both table tbody th:first-child {
  min-width: 350px;
}

.terminology .scroll_table.both {
  white-space: unset;
}
@media only screen and (max-width: 1023px) {
  .terminology .scroll_table.both {
    white-space: nowrap;
  }
}
.terminology .scroll_table.both table {
  overflow: unset;
}
@media only screen and (max-width: 1023px) {
  .terminology .scroll_table.both table {
    overflow: scroll;
  }
}

.terminology .scroll_table.both table tbody th:first-child {
  min-width: 430px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .terminology .scroll_table.both table tbody th:first-child {
    min-width: 150px;
  }
}

/* ==========================================================================
   scroll-hint
========================================================================== */
.mB_01 {
  margin: 0 auto 80px !important;
}
@media only screen and (max-width: 1023px) {
  .mB_01 {
    margin: 0 auto 30px !important;
  }
}

.mB_02 {
  margin: 0 auto 40px !important;
}
@media only screen and (max-width: 1023px) {
  .mB_02 {
    margin: 0 auto 20px !important;
  }
}

.mB_03 {
  margin: 0 auto 20px !important;
}
@media only screen and (max-width: 1023px) {
  .mB_03 {
    margin: 0 auto 10px !important;
  }
}

.mB_04 {
  margin: 0 auto 10px !important;
}
@media only screen and (max-width: 1023px) {
  .mB_04 {
    margin: 0 auto 10px !important;
  }
}

.mB_00 {
  margin: 0 auto !important;
}

.mT_01 {
  margin: 80px auto 0 !important;
}
@media only screen and (max-width: 1023px) {
  .mT_01 {
    margin: 30px auto 0 !important;
  }
}

.mT_02 {
  margin: 40px auto 0 !important;
}
@media only screen and (max-width: 1023px) {
  .mT_02 {
    margin: 20px auto 0 !important;
  }
}

.mT_03 {
  margin: 20px auto 0 !important;
}
@media only screen and (max-width: 1023px) {
  .mT_03 {
    margin: 10px auto 0 !important;
  }
}

.mT_00 {
  margin: 0 auto !important;
}

/* ==========================================================================
   パンくず
========================================================================== */
.breadcrumb {
  width: 100%;
  height: 56px;
  padding: 0 80px 0;
  background: #fff;
  border-top: 1px solid #D9D9D9;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 1023px) {
  .breadcrumb {
    height: 42px;
    padding: 0 0 0 8%;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.7rem;
  font-weight: bold;
  color: #E62233;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .breadcrumb ul {
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0.8rem;
    max-width: none;
  }
}
.breadcrumb ul li {
  padding-right: 20px;
  line-height: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .breadcrumb ul li {
    padding-right: 10px;
    height: 42px;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb ul li a {
  color: #000000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
.breadcrumb ul li a:hover {
  color: #E62233;
}
.breadcrumb ul li span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.breadcrumb ul li::after {
  content: url(../images/common/breadcrumb_arrow.png);
  vertical-align: middle;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .breadcrumb ul li::after {
    content: url(../images/common/breadcrumb_arrow_sp.png);
    padding-left: 10px;
  }
}
.breadcrumb ul li:last-child::after {
  opacity: 0;
}

.panel {
  display: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .panel {
    margin-bottom: 30px;
  }
}

.btnAcd {
  display: block;
  width: 100%;
  cursor: pointer;
  border-top: 5px #0F9956 solid;
  position: relative;
  background: url(../images/common/icon-accordion-open.svg) no-repeat 50%;
  background-size: 25px 25px;
  background-position-x: calc(100% - 20px);
  transition: background 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: background 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  .btnAcd {
    background: url(../images/common/icon-accordion-open-sp.svg) no-repeat 50%;
    background-position-x: calc(100% - 10px);
  }
}
.btnAcd.open-accordion {
  background: url(../images/common/icon-accordion-close.svg) no-repeat 50%;
  background-size: 25px 25px;
  background-position-x: calc(100% - 20px);
}
@media only screen and (max-width: 1023px) {
  .btnAcd.open-accordion {
    background: url(../images/common/icon-accordion-close-sp.svg) no-repeat 50%;
    background-position-x: calc(100% - 10px);
  }
}
.btnAcd::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: #000000;
}
.btnAcd::after {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
.btnAcd:hover::after {
  transform: scale(1, 1);
}
.btnAcd h2 {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 80px 15px 0;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .btnAcd h2 {
    padding: 15px 40px 20px 0;
  }
}
.btnAcd h2::before {
  position: absolute;
  top: -5px;
  right: 0;
  content: "";
  width: 10px;
  height: 5px;
  background: #fff;
}
.btnAcd h2::after {
  position: absolute;
  top: -5px;
  right: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E62233;
}

.contentlabels {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1023px) {
  .contentlabels {
    display: block;
    margin: 0 auto 60px;
    padding: 0 8%;
  }
}

.snsbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .snsbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.snsbox li {
  margin-left: 5px;
  display: flex;
}
.snsbox li.fb > div {
  display: flex;
}

.infomation {
  display: flex !important;
  background: #000000;
  font-size: 1rem !important;
  padding: 40px 15px;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .infomation {
    line-height: 1.5;
    padding: 10px;
  }
}
.infomation__title {
  color: #E62233;
  border-right: solid 1px #252525;
  width: calc(7em + 25px);
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .infomation__title {
    padding-right: 10px;
    width: calc(2em + 15px);
  }
}
.infomation__txt {
  padding-left: 20px;
  width: calc(100% - (7em + 25px));
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
@media only screen and (max-width: 1023px) {
  .infomation__txt {
    display: block;
    padding-left: 10px;
    width: calc(100% - (2em + 15px));
  }
}
.infomation__txt span {
  color: #E62233 !important;
  font-family: "industry", sans-serif;
  line-height: 0;
}
@media only screen and (max-width: 1023px) {
  .infomation__txt span {
    display: block;
    line-height: 1.5;
  }
}
.infomation__txt a {
  color: #fff;
  padding-left: 20px;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 980px;
}
.infomation__txt a:hover {
  color: #E62233 !important;
}
@media only screen and (max-width: 1023px) {
  .infomation__txt a {
    padding-left: 0;
    width: calc(100% - (2em + 15px));
  }
}

.declaration {
  display: block !important;
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99991 !important;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  overflow-y: scroll;
}
.declaration img {
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1023px) {
  .declaration img {
    margin-bottom: 60px;
  }
}
.open-declaration .declaration {
  visibility: visible;
  opacity: 1;
  display: block !important;
}
.declaration .declaration-close {
  position: absolute;
  display: block;
  top: 50px;
  left: 50px;
  background: url(../images/common/icon-close.svg) no-repeat center center;
  width: 32px;
  height: 28px;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .declaration .declaration-close {
    top: 20px;
    left: 20px;
    width: 24px;
    height: 22px;
  }
}
.declaration .contentbox {
  max-width: 960px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1023px) {
  .declaration .contentbox {
    margin-bottom: 60px;
    padding: 0 8%;
  }
}
.declaration h2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .declaration h2 {
    margin-bottom: 60px;
  }
}

.top header .container {
  padding-top: 94px;
}
.top header .nav {
  top: 65px;
}
.top header .nav.is-animation {
  top: 0;
}
/* ==========================================================================
   Common
========================================================================== */
body.open,
body.open-search {
  height: 100vh;
  overflow-y: hidden;
  padding-right: 15px;
  /* 幅のリフローを避ける */
}

.wrap {
  width: 100%;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .container {
    max-width: none;
  }
}

/* ==========================================================================
   Information
========================================================================== */
.information,
.declaration {
  display: none;
}
.information p,
.declaration p {
  margin-bottom: 30px;
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 1023px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 1023px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 1023px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* ==========================================================================
   Header
========================================================================== */
header {
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  header {
    display: block;
    padding: 0;
  }
}
header a {
  color: #000000;
}
header a:hover {
  color: #000000;
}
header .container {
  max-width: 1600px;
  margin: 0 auto;
  min-height: 560px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header .container {
    max-width: none;
    display: block;
    height: auto;
    min-height: inherit;
  }
}
header h1 {
  margin: 80px 0;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 1023px) {
  header h1 {
    margin: 125px 0 60px;
  }
}
header h1 img {
  margin: 0 auto;
  height: 51.11111vh;
  max-height: 350px;
}
@media only screen and (max-width: 1023px) {
  header h1 img {
    width: 50%;
    height: auto;
    max-height: none;
    z-index: 9996;
  }
}
header .kv {
  margin: 0 0 0 80px;
  width: 100%;
  font-weight: bold;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  header .kv {
    margin: 0 auto 60px;
    text-align: center;
  }
}
header .kv__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header .kv__title {
    display: block;
  }
}
header .kv h2 {
  color: #E62233;
  font-size: 1rem;
  font-family: "industry", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  header .kv h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}
header .kv .kv__list {
  width: 100%;
}
header .kv .kv__list li {
  outline: 0;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  header .kv .kv__list li {
    font-size: 1.35rem;
  }
}
header .kv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
header .kv .slick-dots {
  position: static;
  margin: 0 0 2px 10px;
  display: flex !important;
}
@media only screen and (max-width: 1023px) {
  header .kv .slick-dots {
    display: block !important;
  }
}
header .kv .slick-dots li {
  width: 20px;
  height: 10px;
}
header .kv .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: #000000;
  display: block;
  border-radius: 50%;
}
header .kv .slick-dots li.slick-active button:before {
  background: #E62233;
}
@media only screen and (max-width: 1023px) {
  header .kv .slick-dots {
    margin: auto;
    text-align: center;
  }
  header .kv .slick-dots li {
    width: 5px;
    height: 5px;
  }
  header .kv .slick-dots li button::before {
    content: "";
    opacity: 1;
    width: 5px;
    height: 5px;
    line-height: 5px;
    background: #000000;
    display: block;
    border-radius: 50%;
  }
  header .kv .slick-dots li.slick-active button:before {
    background: #E62233;
  }
}
header .nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  z-index: 9996;
  padding: 50px;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  header .nav {
    z-index: 9998;
    padding: 30px 8% 30px;
    background: #fff;
  }
}
header .nav.is-animation {
  padding: 40px 80px;
}
@media only screen and (max-width: 1023px) {
  header .nav.is-animation {
    padding: 30px 8%;
  }
}
header .nav .navinner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header .nav .navinner {
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  header .nav .navlogo {
    background: none;
  }
  header .nav .navlogo img {
    height: 35px;
  }
}
header .nav .mainnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header .nav .mainnav {
    padding: 0;
  }
}
header .nav .mainnav li {
  font-weight: bold;
  margin-right: 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  header .nav .mainnav li {
    margin-right: 30px;
    height: 24px;
  }
}
header .nav .mainnav li span {
  color: #E62233;
  font-size: 0.7rem;
  font-family: "industry", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  header .nav .mainnav li:first-child, header .nav .mainnav li:nth-child(2), header .nav .mainnav li:nth-child(3) {
    display: none;
  }
}
header .nav .mainnav li:last-child {
  margin-right: 0;
}
header .nav .mainnav li a {
  position: relative;
  display: inline-block;
}
header .nav .mainnav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
header .nav .mainnav li a:hover::after {
  transform: scale(1, 1);
}
header .nav .mainnav li.search a::after, header .nav .mainnav li.menu-trigger a::after {
  width: 0;
}
header .nav_en {
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  z-index: 9996;
  padding: 50px;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  header .nav_en {
    top: 0;
    z-index: 9998;
    padding: 40px 8% 30px;
    background: #fff;
  }
}
header .nav_en.is-animation {
  padding: 40px 80px;
}
@media only screen and (max-width: 1023px) {
  header .nav_en.is-animation {
    padding: 30px 8%;
  }
}
header .nav_en .navinner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header .nav_en .navinner {
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  header .nav_en .navlogo {
    background: none;
  }
  header .nav_en .navlogo img {
    height: 35px;
  }
}
header .nav_en .mainnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  header .nav_en .mainnav {
    padding: 0;
  }
}
header .nav_en .mainnav li {
  font-weight: bold;
  margin-right: 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  header .nav_en .mainnav li {
    margin-right: 30px;
    height: 24px;
  }
}
header .nav_en .mainnav li span {
  color: #E62233;
  font-size: 0.7rem;
  font-family: "industry", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  header .nav_en .mainnav li:first-child, header .nav_en .mainnav li:nth-child(2), header .nav_en .mainnav li:nth-child(3) {
    display: none;
  }
}
header .nav_en .mainnav li:last-child {
  margin-right: 0;
}
header .nav_en .mainnav li a {
  position: relative;
  display: inline-block;
}
header .nav_en .mainnav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
header .nav_en .mainnav li a:hover::after {
  transform: scale(1, 1);
}
header .nav_en .mainnav li.search a::after, header .nav_en .mainnav li.menu-trigger a::after {
  width: 0;
}

.top header .nav .navlogo a {
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}

.top header .nav.is-logo .navlogo a {
  visibility: visible;
  opacity: 1;
}

.search a {
  background: url(../images/common/icon-search.svg) no-repeat center center;
  text-indent: -9999;
  line-height: 0;
  background-position: inherit;
  background-size: cover;
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 1023px) {
  .search a {
    width: 24px;
    height: 24px;
  }
}
.open .search a {
  background: url(../images/common/icon-search_w.svg) no-repeat center center;
}
@media only screen and (max-width: 1023px) {
  .open .search a {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}
.open-search .search a {
  background: url(../images/common/icon-close.svg) no-repeat center center;
  width: 32px;
  height: 28px;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .open-search .search a {
    width: 24px;
    height: 22px;
  }
}

.menu-trigger a {
  background: url(../images/common/icon-menu-black.svg) no-repeat center center;
  width: 36px;
  height: 30px;
  text-indent: -9999;
  line-height: 0;
  background-position: inherit;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .menu-trigger a {
    width: 28px;
    height: 23px;
  }
}
.open .menu-trigger a {
  background: url(../images/common/icon-close.svg) no-repeat center center;
  width: 32px;
  height: 28px;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .open .menu-trigger a {
    width: 24px;
    height: 22px;
  }
}
.open-search .menu-trigger a {
  background: url(../images/common/icon-menu-w.svg) no-repeat top center;
}
@media only screen and (max-width: 1023px) {
  .open-search .menu-trigger a {
    width: 28px;
    height: 23px;
    background-size: cover;
  }
}

.gnav,
.search-nav {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9997 !important;
  visibility: hidden;
  opacity: 0;
  background: #000;
  transition: opacity 0.2s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.8, 0, 0.3, 1);
}

.search-nav {
  text-align: center;
  position: relative;
  width: 100vw;
  height: 100vh;
  /*フォーム全体*/
  /*検索ボックス*/
}
@media only screen and (max-width: 1023px) {
  .search-nav input {
    -webkit-appearance: none;
  }
}
.search-nav #formsearch {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.search-nav #sbox {
  text-align: center;
  color: #fff;
  outline: 0;
  height: 85px;
  padding: 0 10px;
  border-bottom: 5px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1.6rem;
  font-weight: bold;
  background: #000000;
  width: 83%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .search-nav #sbox {
    -webkit-appearance: none !important;
    width: 80%;
    border-bottom: 4px solid #fff;
    border-radius: 0;
  }
}
.search-nav .gnavlogo {
  position: absolute;
}

.open {
  overflow: hidden;
}
.open .nav, .open .nav_en {
  z-index: 9998;
  background: none;
  padding: 80px;
  transition: none;
  top: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .open .nav, .open .nav_en {
    padding: 30px 8%;
  }
}
.open .nav.is-animation, .open .nav_en.is-animation {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .open .nav.is-animation, .open .nav_en.is-animation {
    padding: 30px 8%;
  }
}
.open .nav .navlogo, .open .nav_en .navlogo {
  opacity: 0;
}
.open .nav .navlogo img, .open .nav_en .navlogo img {
  height: 35px;
}
.open .gnav {
  visibility: visible;
  opacity: 1;
  display: block !important;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.open h1 {
  z-index: 9995;
}
.open .mainnav li:first-child,
.open .mainnav li:nth-child(2),
.open .mainnav li:nth-child(3) {
  display: none;
}
.open footer {
  z-index: 9995;
}
.open .breadcrumb {
  z-index: 9995;
}

.open-search {
  overflow: hidden;
}
.open-search .nav {
  z-index: 9998;
  background: none;
  padding: 80px;
  transition: none;
  top: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .open-search .nav {
    padding: 30px 8%;
  }
}
.open-search .nav.is-animation {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .open-search .nav.is-animation {
    padding: 30px 8%;
  }
}
.open-search .nav .navlogo {
  opacity: 0;
}
.open-search .search-nav {
  visibility: visible;
  opacity: 1;
  display: block !important;
  height: 100%;
}
.open-search h1 {
  z-index: 9995;
}
.open-search footer {
  z-index: 9995;
}
.open-search .breadcrumb {
  z-index: 9995;
}
.open-search .mainnav li:first-child,
.open-search .mainnav li:nth-child(2),
.open-search .mainnav li:nth-child(3) {
  display: none;
}

/* ==========================================================================
  Contents
========================================================================== */
main {
  width: 100%;
  margin: 0px auto 80px;
  padding: 0 200px;
  /* -------
    main内　News
  ------- */
  /* -------
  	main内　main_contents
  ------- */
}
@media only screen and (max-width: 1023px) {
  main {
    margin: 90px auto 60px;
    padding: 0;
  }
}
.top main {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1023px) {
  .top main {
    margin: 0 auto 60px;
  }
}
main .contents {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  main .contents {
    padding: 0 8%;
  }
}
main .contents a {
  color: #000000;
}
main .contents > h2 {
  font-family: "industry", sans-serif;
  letter-spacing: 0;
  color: #E62233;
  margin-bottom: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  main .contents > h2 {
    margin-bottom: 20px;
  }
}
main .contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  main .contents ul {
    display: block;
  }
}
main .contents ul li {
  border-top: 20px #0F9956 solid;
  width: calc(50% - 40px);
  margin: 0 80px 80px 0;
  position: relative;
}
.top main .contents ul li {
  margin: 0 80px 80px 0;
}
@media only screen and (max-width: 1023px) {
  .top main .contents ul li {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 1023px) {
  main .contents ul li {
    border-top: 10px #0F9956 solid;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
main .contents ul li:nth-child(2n) {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
.top main .contents ul li:nth-child(2n) {
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1023px) {
  .top main .contents ul li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
main .contents ul li::before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: #000000;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li::before {
    top: -10px;
    width: 10px;
    height: 10px;
  }
}
main .contents ul li::after {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  main .contents ul li::after {
    top: -10px;
    height: 10px;
  }
}
main .contents ul li:hover::after {
  transform: scale(1, 1);
}
main .contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li a {
    padding: 10px 0 0;
  }
}
main .contents ul li a::before {
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  width: 40px;
  height: 20px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li a::before {
    top: -10px;
    width: 20px;
    height: 10px;
  }
}
main .contents ul li a::after {
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E62233;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li a::after {
    top: -10px;
    width: 10px;
    height: 10px;
  }
}
main .contents ul li h2 span {
  display: block;
  color: #E62233;
  line-height: 1;
}
main .contents ul li.noLink {
  border-top: 20px #A7A7A7 solid;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li.noLink {
    border-top: 10px #A7A7A7 solid;
  }
}
main .contents ul li.noLink:hover::after {
  transform: scale(0, 1);
}
main .contents ul li.noLink > span {
  display: block;
  padding: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li.noLink > span {
    padding: 10px 0 0;
  }
}
main .contents ul li.noLink > span::before {
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  width: 40px;
  height: 20px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li.noLink > span::before {
    top: -10px;
    width: 20px;
    height: 10px;
  }
}
main .contents ul li.noLink > span::after {
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
}
@media only screen and (max-width: 1023px) {
  main .contents ul li.noLink > span::after {
    top: -10px;
    width: 10px;
    height: 10px;
  }
}
main .news {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 1023px) {
  main .news {
    padding: 0 8%;
  }
}
main .news a {
  color: #000000;
}
main .news__title {
  border-top: 20px #0F9956 solid;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  main .news__title {
    border-top: 10px #0F9956 solid;
    padding-bottom: 10px;
  }
}
main .news__title h2 span {
  display: block;
  color: #E62233;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  main .news__title h2 {
    font-size: 1.6rem;
  }
}
main .news__title::before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: #000000;
}
@media only screen and (max-width: 1023px) {
  main .news__title::before {
    top: -10px;
    width: 10px;
    height: 10px;
  }
}
main .news__title::after {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  main .news__title::after {
    top: -10px;
    height: 10px;
  }
}
main .news__title:hover::after {
  transform: scale(1, 1);
}
main .news__title a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  main .news__title a {
    padding: 10px 0 20px;
  }
}
main .news__title a::before {
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  width: 40px;
  height: 20px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  main .news__title a::before {
    top: -10px;
    width: 20px;
    height: 10px;
  }
}
main .news__title a::after {
  position: absolute;
  top: -20px;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E62233;
}
@media only screen and (max-width: 1023px) {
  main .news__title a::after {
    top: -10px;
    width: 10px;
    height: 10px;
  }
}
main .news article {
  border-bottom: 1px solid #D9D9D9;
  padding: 40px 0;
}
@media only screen and (max-width: 1023px) {
  main .news article {
    padding: 20px 0;
  }
}
main .news article a {
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
main .news article a:hover {
  color: #0F9956;
}
main .news__date {
  font-size: 1.2rem;
  font-family: "industry", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  color: #E62233;
  line-height: 1;
}
main .news__tag {
  font-size: 0.6rem;
  font-weight: bold;
  color: #0F9956;
  padding: 2px 10px;
  border: 1px solid #0F9956;
}
main .news__labels {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .news__labels li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  main .news__labels {
    display: block;
  }
  main .news__labels li {
    margin: 0 0 10px;
  }
}
main .main_contents {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  main .main_contents {
    padding: 0 8%;
  }
}
main .main_contents h1 {
  margin-top: 200px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  main .main_contents h1 {
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 0 8%;
  }
}
main .main_contents h1 span {
  display: block;
  color: #E62233;
  line-height: 1;
}
main .main_contents h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  main .main_contents h2 {
    margin-bottom: 30px;
  }
}
main .main_contents h2.noTit {
  margin-top: 250px;
}
@media only screen and (max-width: 1023px) {
  main .main_contents h2.noTit {
    margin-top: 120px;
  }
}
main .main_contents h3 {
  margin: 80px 0 40px;
}
@media only screen and (max-width: 1023px) {
  main .main_contents h3 {
    margin: 30px 0 20px;
  }
}
main .main_contents h4 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 1023px) {
  main .main_contents h4 {
    margin: 0 0 20px;
  }
}
main .main_contents .contentbox {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1023px) {
  main .main_contents .contentbox {
    margin-bottom: 60px;
    padding: 0 8%;
  }
  main .main_contents .contentbox.fullimg {
    margin-bottom: 60px;
    padding: 0;
  }
  main .main_contents .contentbox img {
    width: 100%;
  }
}
main .main_contents .contentbox p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1023px) {
  main .main_contents .contentbox p {
    margin: 0 0 20px;
  }
}
main .main_contents .contentbox figure {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  main .main_contents .contentbox iframe {
    width: 100%;
    height: 100%;
  }
}
main .main_contents a {
  color: #000000;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
main .main_contents a:hover {
  text-decoration: underline;
  color: #0F9956;
}

.leadbox {
  width: 100%;
  padding: 40px;
  background: #F2F2F2;
}
@media only screen and (max-width: 1023px) {
  .leadbox {
    padding: 20px;
  }
}
.leadbox > h3 {
  margin: 0 0 40px !important;
}
@media only screen and (max-width: 1023px) {
  .leadbox > h3 {
    margin: 0 0 20px !important;
  }
}

/* ==========================================================================
   中間エリア
========================================================================== */
.under_contents {
  width: 100%;
  margin: 80px auto 0;
}
.under_contents ul.pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.under_contents ul.pager li {
  width: 33.3333333%;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  position: relative;
}
.under_contents ul.pager li:first-child::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/common/arrow-triangle.svg) no-repeat center center;
  transform: scaleX(-1);
  width: 16px;
  height: 20px;
}
@media only screen and (max-width: 1023px) {
  .under_contents ul.pager li:first-child::before {
    right: 10px;
    transform: scale(-0.5);
  }
}
.under_contents ul.pager li:nth-child(2) {
  text-align: center;
  padding: 20px 0;
}
.under_contents ul.pager li:last-child {
  border-right: none;
  padding: 20px 0 20px 20px;
  text-align: right;
}
.under_contents ul.pager li:last-child::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(../images/common/arrow-triangle.svg) no-repeat center center;
  width: 16px;
  height: 20px;
}
@media only screen and (max-width: 1023px) {
  .under_contents ul.pager li:last-child::before {
    left: 10px;
    transform: scale(0.5);
  }
}
.under_contents ul.pager li a {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.under_contents ul.pager li a span {
  font-family: "industry", sans-serif;
  color: #E62233;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .under_contents ul.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .under_contents ul.pager li {
    width: 50%;
  }
  .under_contents ul.pager li:first-child {
    order: 1;
  }
  .under_contents ul.pager li:nth-child(2) {
    order: 3;
    width: 100%;
    border-right: none;
  }
  .under_contents ul.pager li:last-child {
    order: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .under_contents {
    padding: 60px 8% 0;
  }
}

/* ==========================================================================
   footer
========================================================================== */
.gnavinner {
  max-width: 1600px;
  margin: 0 auto;
}

.gnavlogo {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .gnavlogo {
    padding: 30px 0;
  }
  .gnavlogo img {
    height: 35px;
  }
}
.search-nav .gnavlogo {
  text-align: left;
  padding: 80px;
}
@media only screen and (max-width: 1023px) {
  .search-nav .gnavlogo {
    padding: 30px 0 30px 8%;
  }
}

footer,
.gnav {
  width: 100%;
  margin: 0 auto;
  background: #000000;
  padding: 0 80px;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 1023px) {
  footer,
.gnav {
    padding: 0 8% 30px;
  }
}
footer a,
.gnav a {
  color: #fff;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
footer a:visited, footer a:active,
.gnav a:visited,
.gnav a:active {
  text-decoration: none;
  color: #fff;
}
footer a:hover,
.gnav a:hover {
  color: #E62233;
}
footer .gnavinner,
.gnav .gnavinner {
  position: relative;
}
footer .gnavinner > ul,
.gnav .gnavinner > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
}
footer .gnavinner > ul li:last-child,
.gnav .gnavinner > ul li:last-child {
  margin: 0 0 60px;
}
footer .gnavinner > ul li.category,
.gnav .gnavinner > ul li.category {
  margin: 0 40px 60px 0;
  width: calc(25% - 30px);
}
footer .gnavinner > ul li.category:nth-child(4n),
.gnav .gnavinner > ul li.category:nth-child(4n) {
  margin: 0 0 60px;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category:nth-child(4n),
.gnav .gnavinner > ul li.category:nth-child(4n) {
    margin: 0 30px 30px 0;
  }
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category,
.gnav .gnavinner > ul li.category {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  footer .gnavinner > ul li.category:nth-child(2n),
.gnav .gnavinner > ul li.category:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
footer .gnavinner > ul li.category h2,
.gnav .gnavinner > ul li.category h2 {
  font-size: 1rem;
  padding: 10px 0 20px;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category h2,
.gnav .gnavinner > ul li.category h2 {
    padding: 10px 0;
    font-size: 1.15rem;
  }
}
footer .gnavinner > ul li.category h2 span,
.gnav .gnavinner > ul li.category h2 span {
  display: block;
  color: #E62233;
  line-height: 1;
}
footer .gnavinner > ul li.category .category__title,
.gnav .gnavinner > ul li.category .category__title {
  border-top: 10px solid #252525;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title,
.gnav .gnavinner > ul li.category .category__title {
    border-top: 4px solid #252525;
  }
}
footer .gnavinner > ul li.category .category__title a:hover,
.gnav .gnavinner > ul li.category .category__title a:hover {
  color: #fff;
}
footer .gnavinner > ul li.category .category__title a:visited, footer .gnavinner > ul li.category .category__title a:active,
.gnav .gnavinner > ul li.category .category__title a:visited,
.gnav .gnavinner > ul li.category .category__title a:active {
  text-decoration: none;
  color: #fff;
}
footer .gnavinner > ul li.category .category__title::before,
.gnav .gnavinner > ul li.category .category__title::before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #454545;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title::before,
.gnav .gnavinner > ul li.category .category__title::before {
    top: -4px;
    width: 4px;
    height: 4px;
  }
}
footer .gnavinner > ul li.category .category__title::after,
.gnav .gnavinner > ul li.category .category__title::after {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #454545;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title::after,
.gnav .gnavinner > ul li.category .category__title::after {
    top: -4px;
    height: 4px;
  }
}
footer .gnavinner > ul li.category .category__title:hover::after,
.gnav .gnavinner > ul li.category .category__title:hover::after {
  transform: scale(1, 1);
}
footer .gnavinner > ul li.category .category__title a,
.gnav .gnavinner > ul li.category .category__title a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
footer .gnavinner > ul li.category .category__title a::before,
.gnav .gnavinner > ul li.category .category__title a::before {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 20px;
  height: 10px;
  background: #000000;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title a::before,
.gnav .gnavinner > ul li.category .category__title a::before {
    top: -4px;
    width: 8px;
    height: 4px;
  }
}
footer .gnavinner > ul li.category .category__title a::after,
.gnav .gnavinner > ul li.category .category__title a::after {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E62233;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title a::after,
.gnav .gnavinner > ul li.category .category__title a::after {
    top: -4px;
    width: 4px;
    height: 4px;
  }
}
footer .gnavinner > ul li.category .category__title.noLink,
.gnav .gnavinner > ul li.category .category__title.noLink {
  border-top: 10px #252525 solid;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title.noLink,
.gnav .gnavinner > ul li.category .category__title.noLink {
    border-top: 4px #252525 solid;
  }
}
footer .gnavinner > ul li.category .category__title.noLink:hover::after,
.gnav .gnavinner > ul li.category .category__title.noLink:hover::after {
  transform: scale(0, 1);
}
footer .gnavinner > ul li.category .category__title.noLink > span,
.gnav .gnavinner > ul li.category .category__title.noLink > span {
  display: block;
  padding: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title.noLink > span,
.gnav .gnavinner > ul li.category .category__title.noLink > span {
    padding: 10px 0 0;
  }
}
footer .gnavinner > ul li.category .category__title.noLink > span::before,
.gnav .gnavinner > ul li.category .category__title.noLink > span::before {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 20px;
  height: 10px;
  background: #000000;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title.noLink > span::before,
.gnav .gnavinner > ul li.category .category__title.noLink > span::before {
    top: -4px;
    width: 8px;
    height: 4px;
  }
}
footer .gnavinner > ul li.category .category__title.noLink > span::after,
.gnav .gnavinner > ul li.category .category__title.noLink > span::after {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #454545;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category .category__title.noLink > span::after,
.gnav .gnavinner > ul li.category .category__title.noLink > span::after {
    top: -4px;
    width: 4px;
    height: 4px;
  }
}
footer .gnavinner > ul li.category li,
.gnav .gnavinner > ul li.category li {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.category li,
.gnav .gnavinner > ul li.category li {
    font-size: 0.85rem;
    margin-bottom: 1em;
  }
}
footer .gnavinner > ul li.category li a,
.gnav .gnavinner > ul li.category li a {
  display: block;
  width: 100%;
}
footer .gnavinner > ul li.category img,
.gnav .gnavinner > ul li.category img {
  width: 100%;
}
footer .gnavinner > ul li.banner h2,
.gnav .gnavinner > ul li.banner h2 {
  font-size: 1rem;
  padding: 10px 0 20px;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner h2,
.gnav .gnavinner > ul li.banner h2 {
    padding: 10px 0;
    font-size: 1.15rem;
  }
}
footer .gnavinner > ul li.banner h2 span,
.gnav .gnavinner > ul li.banner h2 span {
  display: block;
  color: #E62233;
  line-height: 1;
}
footer .gnavinner > ul li.banner li,
.gnav .gnavinner > ul li.banner li {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner li,
.gnav .gnavinner > ul li.banner li {
    font-size: 0.85rem;
    margin-bottom: 1em;
  }
}
footer .gnavinner > ul li.banner li a,
.gnav .gnavinner > ul li.banner li a {
  display: block;
  width: 100%;
}
footer .gnavinner > ul li.banner img,
.gnav .gnavinner > ul li.banner img {
  width: 100%;
}
footer .gnavinner > ul li.banner,
.gnav .gnavinner > ul li.banner {
  margin: 0 40px 60px 0;
  width: calc(25% - 30px);
}
footer .gnavinner > ul li.banner:nth-child(4n),
.gnav .gnavinner > ul li.banner:nth-child(4n) {
  margin: 0 0 60px;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner:nth-child(4n),
.gnav .gnavinner > ul li.banner:nth-child(4n) {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner,
.gnav .gnavinner > ul li.banner {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  footer .gnavinner > ul li.banner .txtXsmall,
.gnav .gnavinner > ul li.banner .txtXsmall {
    font-size: 0.85rem;
  }
  footer .gnavinner > ul li.banner .blankLink::after,
.gnav .gnavinner > ul li.banner .blankLink::after {
    transform: scale(0.85);
  }
}
footer .gnavinner > ul li.banner img,
.gnav .gnavinner > ul li.banner img {
  width: 100%;
}
footer .gnavinner > ul li.banner a,
.gnav .gnavinner > ul li.banner a {
  display: block;
  font-weight: bold;
}
footer .gnavinner > ul li.banner a:hover,
.gnav .gnavinner > ul li.banner a:hover {
  color: #E62233;
}
footer .gnavinner > ul li.banner:last-child,
.gnav .gnavinner > ul li.banner:last-child {
  margin: 0 0 60px;
}
footer .gnavinner > ul li.banner .category__title,
.gnav .gnavinner > ul li.banner .category__title {
  border-top: 10px solid #252525;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title,
.gnav .gnavinner > ul li.banner .category__title {
    border-top: 4px solid #252525;
  }
}
footer .gnavinner > ul li.banner .category__title a:hover,
.gnav .gnavinner > ul li.banner .category__title a:hover {
  color: #fff;
}
footer .gnavinner > ul li.banner .category__title a:visited, footer .gnavinner > ul li.banner .category__title a:active,
.gnav .gnavinner > ul li.banner .category__title a:visited,
.gnav .gnavinner > ul li.banner .category__title a:active {
  text-decoration: none;
  color: #fff;
}
footer .gnavinner > ul li.banner .category__title::before,
.gnav .gnavinner > ul li.banner .category__title::before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #454545;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title::before,
.gnav .gnavinner > ul li.banner .category__title::before {
    top: -4px;
    width: 4px;
    height: 4px;
  }
}
footer .gnavinner > ul li.banner .category__title::after,
.gnav .gnavinner > ul li.banner .category__title::after {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #454545;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.8, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title::after,
.gnav .gnavinner > ul li.banner .category__title::after {
    top: -4px;
    height: 4px;
  }
}
footer .gnavinner > ul li.banner .category__title:hover::after,
.gnav .gnavinner > ul li.banner .category__title:hover::after {
  transform: scale(1, 1);
}
footer .gnavinner > ul li.banner .category__title a,
.gnav .gnavinner > ul li.banner .category__title a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
footer .gnavinner > ul li.banner .category__title a::before,
.gnav .gnavinner > ul li.banner .category__title a::before {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 20px;
  height: 10px;
  background: #000000;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title a::before,
.gnav .gnavinner > ul li.banner .category__title a::before {
    top: -4px;
    width: 8px;
    height: 4px;
  }
}
footer .gnavinner > ul li.banner .category__title a::after,
.gnav .gnavinner > ul li.banner .category__title a::after {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E62233;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title a::after,
.gnav .gnavinner > ul li.banner .category__title a::after {
    top: -4px;
    width: 4px;
    height: 4px;
  }
}
footer .gnavinner > ul li.banner .category__title.noLink,
.gnav .gnavinner > ul li.banner .category__title.noLink {
  border-top: 10px #252525 solid;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title.noLink,
.gnav .gnavinner > ul li.banner .category__title.noLink {
    border-top: 4px #252525 solid;
  }
}
footer .gnavinner > ul li.banner .category__title.noLink:hover::after,
.gnav .gnavinner > ul li.banner .category__title.noLink:hover::after {
  transform: scale(0, 1);
}
footer .gnavinner > ul li.banner .category__title.noLink > span,
.gnav .gnavinner > ul li.banner .category__title.noLink > span {
  display: block;
  padding: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title.noLink > span,
.gnav .gnavinner > ul li.banner .category__title.noLink > span {
    padding: 10px 0 0;
  }
}
footer .gnavinner > ul li.banner .category__title.noLink > span::before,
.gnav .gnavinner > ul li.banner .category__title.noLink > span::before {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 20px;
  height: 10px;
  background: #000000;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title.noLink > span::before,
.gnav .gnavinner > ul li.banner .category__title.noLink > span::before {
    top: -4px;
    width: 8px;
    height: 4px;
  }
}
footer .gnavinner > ul li.banner .category__title.noLink > span::after,
.gnav .gnavinner > ul li.banner .category__title.noLink > span::after {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #454545;
}
@media only screen and (max-width: 1023px) {
  footer .gnavinner > ul li.banner .category__title.noLink > span::after,
.gnav .gnavinner > ul li.banner .category__title.noLink > span::after {
    top: -4px;
    width: 4px;
    height: 4px;
  }
}
footer .bannermenu,
.gnav .bannermenu {
  width: 100%;
}
footer .bannermenu img,
.gnav .bannermenu img {
  width: 100%;
}
footer .bannermenu li.banner,
.gnav .bannermenu li.banner {
  margin: 0 80px 60px 0;
  width: calc(33.3% - 80px);
}
@media only screen and (max-width: 1023px) {
  footer .bannermenu li.banner,
.gnav .bannermenu li.banner {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  footer .bannermenu li.banner .txtXsmall,
.gnav .bannermenu li.banner .txtXsmall {
    font-size: 0.85rem;
  }
  footer .bannermenu li.banner .blankLink::after,
.gnav .bannermenu li.banner .blankLink::after {
    transform: scale(0.85);
  }
}
footer .bannermenu li.banner img,
.gnav .bannermenu li.banner img {
  width: 100%;
}
footer .bannermenu li.banner a,
.gnav .bannermenu li.banner a {
  display: block;
  font-weight: bold;
}
footer .bannermenu li.banner a:hover,
.gnav .bannermenu li.banner a:hover {
  color: #E62233;
}
footer .copyright,
.gnav .copyright {
  color: #fff;
  font-size: 10px;
  opacity: 0.5;
  text-align: right;
  margin-top: -60px;
  padding: 0 0 80px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  footer .copyright,
.gnav .copyright {
    text-align: center;
    margin-top: 30px;
    padding: 0;
  }
}

.pagetop {
  text-align: center;
  position: absolute;
  font-family: "industry", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 0.6;
  top: 90px;
  right: 0;
  z-index: 9999;
}
@media only screen and (max-width: 1023px) {
  .pagetop {
    top: 30px;
    right: 0;
  }
}
.pagetop a {
  color: #fff;
  font-size: 0.6rem;
}

.gnav .pagetop {
  display: none;
}

/* ==========================================================================
   abouj
========================================================================== */
.aboutjtop figure img,
.aboutj.licence figure img {
  width: 80%;
}

@media only screen and (max-width: 1023px) {
  .aboujlogo img {
    width: 50% !important;
  }
}

/* ==========================================================================
   abouj soshiki
========================================================================== */
.aboutj.soshiki dl {
  font-size: 1rem;
  font-weight: 700;
}
.aboutj.soshiki dl .sm {
  font-size: 0.8rem;
  font-weight: 100;
}
.aboutj.soshiki dl dt {
  background: #000;
  color: #fff;
  padding: 1% 2% 1% 2%;
}
.aboutj.soshiki dl dd {
  border-left: 3px solid;
  border-right: 3px solid;
  padding: 1% 1% 2% 2%;
}
.aboutj.soshiki dl dd a {
  text-decoration: none;
}
.aboutj.soshiki dl dd:last-child {
  border-bottom: 3px solid;
}

/* ==========================================================================
   abouj chairman
========================================================================== */
.chairman .br-sp {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .chairman .br-sp {
    display: block;
  }
}
.chairman .yakuinbox {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .chairman .yakuinbox {
    display: unset;
  }
}
.chairman .yakuinbox .photo {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .chairman .yakuinbox .photo {
    margin-bottom: 20px;
  }
}
.chairman .yakuinbox .photo img {
  width: 80%;
}
@media only screen and (max-width: 1023px) {
  .chairman .yakuinbox .photo img {
    width: 100%;
  }
}
.chairman .yakuin_detail {
  margin-bottom: 5%;
  overflow: hidden;
}
.chairman .yakuin_detail dt {
  float: left;
  clear: left;
  width: 15%;
}
@media only screen and (max-width: 1023px) {
  .chairman .yakuin_detail dt {
    float: unset;
    clear: unset;
    margin-right: unset;
    width: unset;
  }
}
.chairman .yakuin_detail dd {
  float: left;
  margin-left: 5%;
  width: 80%;
}
@media only screen and (max-width: 1023px) {
  .chairman .yakuin_detail dd {
    float: unset;
    margin-left: unset;
    width: unset;
  }
}
.chairman .yakuin_detail.en {
  margin-bottom: 5%;
  overflow: hidden;
}
.chairman .yakuin_detail.en dt {
  float: left;
  clear: left;
  width: 19%;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .chairman .yakuin_detail.en dt {
    float: unset;
    clear: unset;
    margin-right: unset;
    width: unset;
    text-align: unset;
  }
}
.chairman .yakuin_detail.en dd {
  float: left;
  margin-left: 6%;
  width: 75%;
}
@media only screen and (max-width: 1023px) {
  .chairman .yakuin_detail.en dd {
    float: unset;
    margin-left: unset;
    width: unset;
  }
}
.chairman .yakuin_detail:last-child {
  margin-bottom: unset;
}

/* ==========================================================================
   attendance(入場者数）
========================================================================== */
/* ==========================================================================
   terminology
========================================================================== */
.terminologybox dl dt {
  font-weight: 700;
}

@media only screen and (min-width: 1023px) {
  .spDisp {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .terminology main .main_contents .contentbox {
    padding: unset;
  }
}

/* ==========================================================================
   donation
========================================================================== */
.donation .container {
  max-width: 1600px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .donation .container {
    max-width: none;
    display: block;
    height: auto;
    min-height: inherit;
    margin: 0 auto 60px;
  }
}
.donation .top_logo {
  text-align: center;
  width: 50%;
  z-index: 9995;
}
@media only screen and (max-width: 1023px) {
  .donation .top_logo {
    width: 100%;
    margin: 0 auto 60px;
  }
}
.donation .top_logo img {
  margin: 0 auto;
  height: 20vh;
}
@media only screen and (max-width: 1023px) {
  .donation .top_logo img {
    width: 50%;
    height: auto;
    max-height: none;
    z-index: 9996;
  }
}
.donation .kv {
  margin: 0 0 0 80px;
  width: 100%;
  font-weight: bold;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .donation .kv {
    margin: 0 auto 60px;
    text-align: center;
  }
}
.donation .kv__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .donation .kv__title {
    display: block;
  }
}
.donation .kv h2 {
  color: #E62233;
  font-size: 0.8rem;
  font-family: "industry", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 1023px) {
  .donation .kv h2 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.donation .kv .kv__list {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .donation .kv .kv__list.list__circle {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.donation .kv .kv__list li {
  outline: 0;
  line-height: 1.5;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.donation .kv .kv__list li:last-child {
  margin-bottom: 0;
}
.donation .kv .kv__list li::before {
  top: 0.8em;
}
@media only screen and (max-width: 1023px) {
  .donation .kv .kv__list li {
    font-size: 1rem;
    padding: 0;
  }
  .donation .kv .kv__list li::before {
    display: none;
  }
}

/* ==========================================================================
   loading
========================================================================== */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 70px;
  height: 90px;
  position: relative;
}
.spinner img {
  width: 100%;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.8, 0, 0.3, 1);
}
.spinner img.zoom {
  transform: scale(150);
}
.spinner svg {
  opacity: 0;
  width: 100%;
  transform: scale(1);
  transform-origin: center center;
  transition: opacity 0.3s cubic-bezier(0.8, 0, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.spinner svg.zoom {
  transform: scale(150);
}
.spinner .bar {
  display: block;
  margin-top: 90px;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.9s cubic-bezier(0.8, 0, 0.3, 1);
  -webkit-transition: transform 0.9s cubic-bezier(0.8, 0, 0.3, 1);
}
.spinner .bar.start {
  transform: scale(1, 1);
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   notfound
========================================================================== */
.notfound {
  width: 960px;
  margin: 160px auto;
  text-align: center;
}
.notfound__title {
  font-size: 2.8rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

/* ==========================================================================
   english
========================================================================== */
.english.top header .nav {
  top: 0;
}
.english.top header .container {
  padding-top: 0;
}

/* ==========================================================================
history
========================================================================== */
.main_contents.history .year {
  margin-top: 170px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .main_contents.history .year {
    margin-top: 0px;
  }
}
.main_contents.history .year .lastyear {
  float: left;
  font-weight: bold;
}
.main_contents.history .year .nolastyear {
  float: left;
  color: #989898;
}
.main_contents.history .year .nextyear {
  float: right;
  font-weight: bold;
}
.main_contents.history .year .nonextyear {
  float: right;
  color: #989898;
}
.main_contents.history h1 {
  margin-top: 40px;
  margin-bottom: 50px;
}
.main_contents.history h1 .subtit {
  font-size: 1.2rem;
  display: inline-block;
  color: #000;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
}
.main_contents.history h1.top_title {
  margin-top: 250px;
}
@media only screen and (max-width: 1023px) {
  .main_contents.history h1.top_title {
    margin-top: 0px;
  }
}
.main_contents.history h2 {
  font-size: 1.2rem;
}
.main_contents.history .contentbox {
  position: relative;
}
.main_contents.history .contentbox .table.history, .main_contents.history .contentbox .history.table--01 {
  width: 80%;
  margin: 0 auto;
}
.main_contents.history .history_slider ul {
  overflow: hidden;
}
.main_contents.history .history_slider li div {
  margin: 0 10px;
}
.main_contents.history .history_slider li div p {
  line-height: 17px;
  margin-top: 8px;
}
.main_contents.history .slider__caption {
  font-size: 0.6rem;
}
.main_contents.history table {
  margin-bottom: 80px;
}
.main_contents.history .slick-slide img {
  display: inline-block;
}
.main_contents.history .slick_container {
  margin: 20vw;
  /* for TEST */
  position: relative;
}
.main_contents.history #arrows i {
  font-size: 20px !important;
  color: #000 !important;
}
.main_contents.history .slick-slide img {
  width: 100%;
  /* for TEST */
}
.main_contents.history .slick-prev {
  color: #000;
  position: absolute;
  top: 180px;
}
@media only screen and (max-width: 1023px) {
  .main_contents.history .slick-prev {
    left: 5px;
    top: 170px;
  }
}
.main_contents.history .slick-prev:before {
  color: #000;
}
.main_contents.history .slick-next {
  color: #000;
  top: 180px;
}
@media only screen and (max-width: 1023px) {
  .main_contents.history .slick-next {
    right: 5px;
    top: 170px;
  }
}
.main_contents.history .slick-next:before {
  color: #000;
}

/* ==========================================================================
management club
========================================================================== */
.management.club ul {
  width: 90%;
  margin: 0 auto;
}

.management.club .main_contents h2 {
  margin-bottom: 20px;
}
.management.club .main_contents .contentbox {
  margin-bottom: 40px;
}

/* ==========================================================================
management league
========================================================================== */
.management.league ul {
  width: 90%;
  margin: 0 auto;
}

/* ==========================================================================
services
========================================================================== */
.services .leadbox .contentbox {
  background: #fff;
  padding: 5%;
  margin-bottom: 20px;
}
.services .leadbox .contentbox .services_menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .services .leadbox .contentbox .services_menu {
    display: block;
  }
}
.services .leadbox .contentbox .services_menu li {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .services .leadbox .contentbox .services_menu li {
    width: 100%;
  }
  .services .leadbox .contentbox .services_menu li h2 {
    font-size: 1.2rem;
  }
}
.services .leadbox .contentbox .services_menu li h2 {
  font-size: 1rem;
}
.services .leadbox .contentbox ul {
  list-style: disc;
  margin-bottom: unset;
}
.services .leadbox .contentbox h3 {
  margin: 0 0 40px;
}
.services .contentbox ul {
  list-style: disc;
  margin-bottom: 40px;
}

.services.videofaq .contentbox .faq {
  padding-left: 4%;
  padding-top: 1%;
}
.services.videofaq .contentbox .faq .ex_figure img {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .services.videofaq .contentbox .faq .ex_figure img {
    width: 100%;
  }
}
.services.videofaq .contentbox a {
  text-decoration: underline;
  color: red;
}

.services.videoutil .contentbox a {
  text-decoration: underline;
  color: red;
}

.services.videououtline .contentbox a {
  text-decoration: underline;
  color: red;
}

.services.syuzaiyoko .contentbox .heading {
  padding: 1% 2%;
  background: #000;
  color: #fff;
}
.services.syuzaiyoko .contentbox a {
  text-decoration: underline;
  color: red;
}

.services.feetv .contentbox .yen {
  text-align: right;
}
.services.feetv .contentbox a {
  text-decoration: underline;
  color: red;
}

.services.feenontv .contentbox .yen {
  text-align: right;
}
.services.feenontv .contentbox a {
  text-decoration: underline;
  color: red;
}
.services.feenontv .contentbox h4 {
  margin: 30px 0 30px;
}

.services.licensee .contentbox {
  margin-bottom: unset;
}
.services.licensee .contentbox a {
  text-decoration: underline;
  color: red;
}
.services.licensee .services {
  padding: 5%;
}

/* ==========================================================================
header 事業者向けサービスのナビメニュー
========================================================================== */
header .mainnav li .services_nav {
  border: solid 1px;
  border-radius: 30px;
  padding: 10px;
}
header .mainnav li .services_nav:hover {
  background: #000;
  color: #fff;
}
header .mainnav li .services_nav:hover::after {
  content: none;
}/*# sourceMappingURL=common.css.map */