@charset "UTF-8";
/* Media Query
───────────────────────────────── */
/* Link
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Grid
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Font
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Pseudo
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* icon-arrow
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* contents
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* PC item & SP item
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* 電話番号リンク */
/* 画像を幅100%にする */
/* object fit image */
/* object fit image */
/* sticky */
/* clearfix */
/* z-index
───────────────────────────────── */
/* VW
───────────────────────────────── */
/* 数値から単位を除外
───────────────────────────────── */
/* `px` から `rem` に変換
───────────────────────────────── */
/* `px` から `em` に変換
───────────────────────────────── */
/* Size
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Color
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Font
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Duration
  −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* Easing
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* ==========================================================================
   01. Reset
   ========================================================================== */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  overflow-y: scroll;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 468.5212298682%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 7.3206442167vw;
  }
}
@media screen and (min-width: 1366px), print {
  html {
    font-size: 625%;
  }
}

body {
  height: 100%;
  line-height: 1.666;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    position: relative;
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px), print {
  body {
    min-width: 1024px;
    font-size: 0.18rem;
  }
}

*,
*:after,
*:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

table td img,
table th img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/**
*
* Styles
*
*/
/* setting
========================================================================== */
@media screen and (min-width: 768px), print {
  .sp-item {
    display: none !important;
  }

  .pc-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }

  .pc-item {
    display: none !important;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

/* ==========================================================================
common
========================================================================== */
body {
  background-color: #f2f2f0;
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .contents {
    max-width: 13rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 0 3.2vw;
  }
}

/* ==========================================================================
header
========================================================================== */
.head {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .head {
    padding: 0.12rem 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .head {
    padding: 2.13vw 3.2vw;
  }
}

.head__logo {
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .head__logo {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .head__logo {
    font-size: 3.73vw;
  }
}
.head__logo span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px), print {
  .head__logo span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .head__logo span {
    font-size: 2.67vw;
  }
}

/* ==========================================================================
hero
========================================================================== */
.hero {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5.1rem;
    padding: 0 0.3rem 0 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    min-height: 122.67vw;
    width: 100vw;
    margin-left: -3.2vw;
  }
}
.hero::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #192d82;
}
@media screen and (min-width: 768px), print {
  .hero::before {
    width: 100vw;
    height: 0.07rem;
    top: 0.11rem;
    right: calc(50% + 0.88rem);
  }
}
@media screen and (max-width: 767px) {
  .hero::before {
    width: 43.47vw;
    height: 1.33vw;
    top: 2.93vw;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero__cont {
    position: relative;
    z-index: 1;
    padding: 43.2vw 7.73vw 0;
  }
}

.hero__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .hero__lead {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__lead {
    font-size: 7.47vw;
  }
}

.hero__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .hero__txt {
    margin-top: 0.25rem;
    font-size: 0.19rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__txt {
    margin-top: 4.8vw;
    font-size: 3.47vw;
  }
}

.hero__list {
  letter-spacing: 0.08em;
  color: #707070;
}
@media screen and (min-width: 768px), print {
  .hero__list {
    width: 80%;
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__list {
    margin-top: 6.67vw;
    margin-bottom: 12vw;
  }
}
.hero__list .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  background-color: #9b9b9b;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .hero__list .ttl {
    padding: 0.03rem 0.15rem;
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__list .ttl {
    padding: 0.8vw 1.33vw;
    margin-bottom: 1.33vw;
    font-size: 2.67vw;
  }
}
.hero__list ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.hero__list li::before {
  background-color: #9b9b9b;
  border-radius: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .hero__list li::before {
    width: 0.05rem;
    height: 0.05rem;
    margin-right: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__list li::before {
    width: 1.33vw;
    height: 1.33vw;
    margin-right: 0.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .hero__list li {
    padding: 0 0.25rem 0.05rem 0;
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__list li {
    padding: 0 2.67vw 0.8vw 0;
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .hero__img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px), print {
  .hero__img img {
    width: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__img img {
    width: 100%;
  }
}

/* ==========================================================================
topics
========================================================================== */
.topics {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .topics {
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .topics {
    border-radius: 0.8vw;
    padding-bottom: 3.47vw;
  }
}

.topics__ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .topics__ttl {
    width: 1.5rem;
    font-size: 0.23rem;
  }
}
@media screen and (max-width: 767px) {
  .topics__ttl {
    width: 25.33vw;
    font-size: 3.2vw;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 0.67vw;
    transform: translateY(-2.67vw);
  }
}

.topics__list a {
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .topics__list {
    width: calc(100% - 1.5rem);
    border-left: 1px solid #d9d9d9;
    padding: 0.3rem 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .topics__list {
    padding: 0 2.67vw;
  }
}
.topics__list li {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .topics__list li {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .topics__list li {
    align-items: flex-start;
  }
}
.topics__list li .date {
  font-family: "Roboto Condensed", "Gill Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #9b9b9b;
  display: block;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .topics__list li .date {
    font-size: 0.23rem;
    width: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  .topics__list li .date {
    font-size: 3.73vw;
    width: 7.47vw;
  }
}
.topics__list li .date .year {
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px), print {
  .topics__list li .date .year {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .topics__list li .date .year {
    display: block;
    font-size: 2.67vw;
  }
}
.topics__list li .logo {
  display: block;
}
@media screen and (min-width: 768px), print {
  .topics__list li .logo {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .topics__list li .logo {
    width: 9.33vw;
    height: 9.33vw;
    margin-left: 4vw;
    margin-top: 0;
  }
}
.topics__list li .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  color: #707070;
}
.topics__list li .ttl a {
  color: #707070;
}
@media screen and (min-width: 768px), print {
  .topics__list li .ttl {
    width: calc(100% - 0.65rem - 0.4rem);
    padding-left: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .topics__list li .ttl {
    width: calc(100% - 7.47vw - 1.33vw);
    padding-left: 4vw;
    font-size: 3.2vw;
    margin-top: -0.27vw;
  }
}
@media screen and (min-width: 768px), print {
  .topics__list li:nth-child(n+2) {
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .topics__list li:nth-child(n+2) {
    margin-top: 3.47vw;
  }
}

/* ==========================================================================
articleActivity
========================================================================== */
@media screen and (min-width: 768px), print {
  .articleActivity {
    margin-top: 0.88rem;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity {
    margin-top: 13.33vw;
  }
}

.articleActivity__ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .articleActivity__ttl {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity__ttl {
    font-size: 4.27vw;
  }
}

.articleActivity__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .articleActivity__nav {
    margin-top: 0.32rem;
    margin-bottom: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity__nav {
    margin-top: 3.2vw;
    margin-bottom: 13.33vw;
    flex-wrap: wrap;
  }
}
.articleActivity__nav li {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .articleActivity__nav li {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity__nav li {
    width: 48.5%;
  }
  .articleActivity__nav li:nth-child(n+3) {
    margin-top: 3.2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .articleActivity__nav li:nth-child(n+3) a .ttl {
    min-height: 11.2vw;
  }
}
.articleActivity__nav li a {
  display: block;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .articleActivity__nav li a {
    border-radius: 0.05rem;
    padding: 0.45rem 0.3rem;
    transition: 0.3s opacity;
  }
  .articleActivity__nav li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity__nav li a {
    border-radius: 0.8vw;
    padding: 4vw 2.67vw 6.67vw;
  }
}
.articleActivity__nav li a .logo {
  display: inline-block;
}
.articleActivity__nav li a .logo img {
  width: auto;
}
@media screen and (min-width: 768px), print {
  .articleActivity__nav li a .logo img {
    height: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity__nav li a .logo img {
    height: 20vw;
  }
}
.articleActivity__nav li a .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .articleActivity__nav li a .ttl {
    margin-top: 0.18rem;
    min-height: 0.58rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity__nav li a .ttl {
    margin-top: 2.13vw;
    min-height: 17.87vw;
    font-size: 3.47vw;
  }
}
.articleActivity__nav li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .articleActivity__nav li a::before {
    width: 0.15rem;
    height: 0.15rem;
    border-right: 0.04rem solid #9b9b9b;
    border-bottom: 0.04rem solid #9b9b9b;
    bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .articleActivity__nav li a::before {
    width: 2.67vw;
    height: 2.67vw;
    border-right: 0.67vw solid #9b9b9b;
    border-bottom: 0.67vw solid #9b9b9b;
    bottom: 2.67vw;
  }
}

/* ==========================================================================
sectionActivity
========================================================================== */
.sectionActivity {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .sectionActivity {
    border-radius: 0.05rem;
    padding: 0.6rem 0.4rem 0.4rem;
    margin-bottom: 0.59rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity {
    border-radius: 0.8vw;
    padding: 6.93vw 4.27vw 8vw;
    margin-bottom: 13.33vw;
  }
}

@media screen and (min-width: 768px), print {
  .sectionActivity__head {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__head {
    text-align: right;
  }
}
@media screen and (min-width: 768px), print {
  .sectionActivity__head .logo {
    margin-right: 0.16rem;
  }
  .sectionActivity__head .logo img {
    max-height: 0.62rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__head .logo {
    text-align: center;
    display: block;
  }
  .sectionActivity__head .logo img {
    max-height: 15.47vw;
    width: auto;
  }
}
.sectionActivity__head .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .sectionActivity__head .ttl {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__head .ttl {
    font-size: 4.8vw;
    text-align: center;
    margin-top: 2.13vw;
  }
}
.sectionActivity__head .link {
  display: inline-block;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #707070;
  background: url(../img/icon_blank.svg) right center no-repeat;
}
@media screen and (min-width: 768px), print {
  .sectionActivity__head .link {
    font-size: 0.16rem;
    padding-right: 0.25rem;
    background-size: 0.1787rem;
    transition: 0.3s opacity;
  }
  .sectionActivity__head .link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__head .link {
    margin-top: 4.53vw;
    color: #9b9b9b;
    font-size: 3.2vw;
    padding-right: 4vw;
    background-size: 2.93vw;
  }
}

.sectionActivity__tbl {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .sectionActivity__tbl {
    margin-top: 0.35rem;
    border: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl {
    margin-top: 4vw;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .sectionActivity__tbl tbody {
    border-top: 0.13rem solid #192d82;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl tbody {
    display: block;
    padding: 5.33vw 4vw;
    border-top: 2.67vw solid #192d82;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl tr {
    display: block;
    width: 100%;
  }
  .sectionActivity__tbl tr:last-child td {
    padding-bottom: 4.27vw;
  }
}
.sectionActivity__tbl th,
.sectionActivity__tbl td {
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px), print {
  .sectionActivity__tbl th,
.sectionActivity__tbl td {
    border: 1px solid #d9d9d9;
    padding: 0.22rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl th,
.sectionActivity__tbl td {
    display: block;
    width: 100%;
  }
}
.sectionActivity__tbl th {
  background-color: #f2f2f0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .sectionActivity__tbl th {
    width: 2.31rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl th {
    font-size: 4.27vw;
    padding: 2.93vw 4.53vw;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl td {
    padding: 4.27vw 1.33vw 12.27vw;
  }
}
.sectionActivity__tbl td ul li {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .sectionActivity__tbl td ul li {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl td ul li {
    padding-left: 3.47vw;
  }
}
@media screen and (min-width: 768px), print {
  .sectionActivity__tbl td ul li:nth-child(n+2) {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl td ul li:nth-child(n+2) {
    margin-top: 5.33vw;
  }
}
.sectionActivity__tbl td ul li::before {
  background-color: #9b9b9b;
  border-radius: 100%;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .sectionActivity__tbl td ul li::before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionActivity__tbl td ul li::before {
    width: 1.87vw;
    height: 1.87vw;
    top: 2.13vw;
  }
}
.sectionActivity__tblWrap .sectionActivity__tbl {
  margin-top: 0;
  border: none;
}
.sectionActivity__tblWrap .sectionActivity__tbl tr:first-child th,
.sectionActivity__tblWrap .sectionActivity__tbl tr:first-child td {
  border-top: none;
}
.sectionActivity__tblWrap .sectionActivity__tbl tr:last-child th,
.sectionActivity__tblWrap .sectionActivity__tbl tr:last-child td {
  border-bottom: none;
}
.sectionActivity__tblWrap .sectionActivity__tbl th:first-child {
  border-left: none;
}
.sectionActivity__tblWrap .sectionActivity__tbl td:last-child {
  border-right: none;
}

/* ==========================================================================
sectionFacility
========================================================================== */
.sectionFacility {
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .sectionFacility {
    padding: 0.6rem 0.4rem;
    border-radius: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionFacility {
    border-radius: 0.8vw;
    padding: 5.87vw 4.27vw 10.67vw;
  }
}

.sectionFacility__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .sectionFacility__ttl {
    font-size: 0.35rem;
    border-bottom: 2px solid #707070;
    padding: 0 0.2rem 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionFacility__ttl {
    font-size: 5.33vw;
    border-bottom: 1px solid #707070;
    padding: 0 5.33vw 2.67vw;
    text-align: center;
  }
}

.sectionFacility__inner {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .sectionFacility__inner {
    margin-top: 0.31rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionFacility__inner {
    flex-direction: column-reverse;
    margin-top: 6.93vw;
  }
}

@media screen and (min-width: 768px), print {
  .sectionFacility__cont {
    flex: 1;
    margin-right: 0.68rem;
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionFacility__cont {
    margin-top: 4.8vw;
  }
}

.sectionFacility__contTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .sectionFacility__contTtl {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionFacility__contTtl {
    font-size: 4.27vw;
  }
}

@media screen and (min-width: 768px), print {
  .sectionFacility__contTxt {
    line-height: 1.75;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sectionFacility__contTxt {
    font-size: 3.47vw;
    margin-top: 3.47vw;
    line-height: 1.88461538;
  }
}

@media screen and (min-width: 768px), print {
  .sectionFacility__pic {
    width: 4.8rem;
  }
}
.sectionFacility__pic img {
  width: 100%;
}

/* ==========================================================================
foot
========================================================================== */
@media screen and (min-width: 768px), print {
  .foot {
    margin-top: 1.3rem;
    padding-bottom: 0.66rem;
  }
}
@media screen and (max-width: 767px) {
  .foot {
    margin-top: 12.8vw;
    padding-bottom: 9.07vw;
  }
}

.foot__copy {
  color: #707070;
  text-align: center;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .foot__copy {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .foot__copy {
    font-size: 2.67vw;
    transform: scale(0.9);
  }
}

/* ==========================================================================
style
========================================================================== */
.text-sub-list {
  color: #707070;
}
@media screen and (min-width: 768px), print {
  .text-sub-list {
    margin: 0.2rem 0.1rem 0;
  }
  .text-sub-list li {
    font-size: 0.16rem;
    padding-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .text-sub-list {
    margin: 2.67vw 2.67vw;
  }
  .text-sub-list li {
    font-size: 2.93vw;
    padding-top: 2.67vw;
  }
}

.text-link a {
  word-break: break-all;
  margin-left: auto;
  color: #707070;
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .text-link a {
    font-size: 0.16rem;
    padding-right: 0.2rem;
    transition: 0.3s opacity;
    line-height: 1.5;
  }
  .text-link a::after {
    margin-left: 0.05rem;
    content: url(../img/icon_blank.svg);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .text-link a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .text-link a {
    font-size: 2.93vw;
    padding-right: 4vw;
    line-height: 1.75;
  }
  .text-link a::after {
    margin-left: 0.8vw;
    content: url(../img/icon_blank.svg);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.-link-no a {
  pointer-events: none;
  text-decoration: none;
}
.-link-no a::after {
  display: none;
}

.text-cap {
  display: block;
  line-height: 1.75;
}
@media screen and (min-width: 768px), print {
  .text-cap {
    font-size: 0.13rem;
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .text-cap {
    font-size: 2.67vw;
    margin-top: 0.8vw;
  }
}

.acco-list {
  word-break: normal !important;
}
.acco-list li.acco-target {
  display: none;
}
@media screen and (min-width: 768px), print {
  .acco-list .link {
    word-break: normal !important;
  }
}
@media screen and (max-width: 767px) {
  .acco-list .link {
    font-size: 3.73vw;
    word-break: normal !important;
  }
}

.acco-btn {
  display: block;
  border-radius: 100px;
  border: 1px solid #192d82;
  background: #fff;
  color: #192d82;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .acco-btn {
    font-size: 0.2rem;
    padding: 0.12rem 0.3rem;
    margin-top: 0.3rem;
    width: 2.9rem;
    margin-bottom: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .acco-btn {
    font-size: 4vw;
    padding: 2.4vw 8vw;
    margin: 6.67vw auto 0;
    width: 60vw;
  }
}
.acco-btn:before, .acco-btn:after {
  content: "";
  display: block;
  background: #192d82;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .acco-btn:before, .acco-btn:after {
    width: 0.2rem;
    height: 0.04rem;
    right: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .acco-btn:before, .acco-btn:after {
    width: 4.27vw;
    height: 1.07vw;
    right: 3.73vw;
  }
}
.acco-btn:before {
  transform: rotate(90deg);
  transition: 0.3s;
}
.acco-btn:hover {
  background: #f2f2f0;
}
.acco-btn .open {
  display: block;
}
.acco-btn .close {
  display: none;
}
.acco-btn.-open .open {
  display: none;
}
.acco-btn.-open .close {
  display: block;
}
.acco-btn.-open:before {
  transform: rotate(0);
}

/* tab
========================================================================== */
@media screen and (min-width: 768px), print {
  .tab {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    margin-top: 2.67vw;
  }
}

.tab__btn {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .tab__btn {
    border-bottom: 0.15rem solid #192d82;
    transform: translateY(0.15rem);
  }
}
@media screen and (max-width: 767px) {
  .tab__btn {
    border-bottom: 2.67vw solid #192d82;
    transform: translateY(2.67vw);
    justify-content: space-between;
  }
}

.tab__btnItem {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 1px solid #9b9b9b;
  border-bottom: none;
  background: #fff;
  color: #9b9b9b;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.11);
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .tab__btnItem {
    transition: 0.3s;
    font-size: 0.26rem;
    border-radius: 0.1rem 0.1rem 0 0;
    padding: 0.16rem 0.45rem 0.11rem;
    transform: translateY(1px);
    border-bottom: solid 1px #192D82;
  }
}
@media screen and (max-width: 767px) {
  .tab__btnItem {
    font-size: 4.27vw;
    border-radius: 2.13vw 2.13vw 0 0;
    padding: 2.67vw 0 2.67vw;
    width: calc(50% - 0.53vw);
    text-align: center;
    transform: translateY(1px);
    border-bottom: solid 1px #192D82;
  }
}
.tab__btnItem:nth-child(n+2) {
  margin-left: 0.1rem;
}
.tab__btnItem.-active {
  border: 1px solid #192d82;
  border-bottom: none;
  background: #192d82;
  color: #fff;
  border-bottom: solid 1px #192D82;
}
.tab__btnItem:not(.-active):hover {
  padding-bottom: 0.3rem;
  background: #f2f2f0;
  margin-top: -0.19rem;
}

.sectionActivity__tblWrap {
  border: 2px solid #192d82;
}
.sectionActivity__tblWrap:not(.-active) {
  display: none;
}
