@charset "utf-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !HTML5 elements
---------------------------------------------------------- */
header, 
footer, 
nav, 
section, 
aside, 
article {
    display: block;
}

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

fieldset {
  border: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

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

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	appearance: none;
	border-radius: 0;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #111111;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit]  {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	cursor: pointer;
}

*,
*:before,
*::after {
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}

/*** タブレット 768x ~ 1200px***/
@media screen and (min-width: 768px) and (max-width: 1200px) {
    html {
        font-size: 0.83vw;
    }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
}

body {
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    font-weight: normal;
    color: #111111;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.eng-font {
    font-family: "Lexend", sans-serif;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
    color: #111111;
    text-decoration: none;
}

/*** hover ***/
@media screen and (min-width: 960px) {
    a {
        transition: all 0.5s;
    }

    a:hover {
        text-decoration: underline;
    }

    .op {
        transition: opacity 0.5s ease-out;
    }

    .op:hover {
        opacity: .7;
        text-decoration: none;
    }

    a[href^="tel:"] {
        cursor: default;
        pointer-events:none;
    }
}

.wow {
    opacity: 0;
}

.is-hide {
    display: none;
}

@media screen and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}

@media only screen and (max-width : 767px){
    .is-pc {
        display: none;
    }
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
    width: 100%;
    padding-top: 9rem;
    word-break: break-all;
}

@media only screen and (max-width : 767px){
    #wrapper {
        padding-top: 6rem;
    }
}

/* !header
---------------------------------------------------------- */
#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9rem;
    background: #fff;
    border-bottom: .1rem solid #F2F2F2;
    padding: 0 1.6rem 0 3rem;
}

.header-logo {
    width: 12rem;
    line-height: 1;
}

.header-logo img {
    width: 100%;
}

.btn-menu {
    display: none;
}


@media screen and (min-width: 768px) {}


@media only screen and (max-width : 767px){
    .header-inner {
        height: 6rem;
        padding: 0 1rem 0 2rem;
    }

    .header-logo {
        width: 7.246rem;
    }

    .btn-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8.3rem;
        height: 4.7rem;
        cursor: pointer;
        z-index: 11;
        gap: .7rem;
    }

    .btn-menu:before {
        font-size: 1.4rem;
        line-height: 1.9rem;
        font-family: "Lexend", sans-serif;
        font-weight: 600;
        color: #1B1B25;
        content: 'Menu';
        transition: .3s;
    }

    .btn-menu:after {
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        background: #212775;
        content: '';
        transition: .3s;
    }

    .btn-menu.is-active:before {
        content: 'Close';
        color: #fff;
    }

    .btn-menu.is-active:after {
        background: #F0FE0D;
    }
}


/* !global navigation
---------------------------------------------------------- */
#g-navi {}

#g-navi ul {
    display: flex;
    align-items: center;
    gap: 3rem;
}

#g-navi ul li {
    line-height: 1;
}

@media screen and (min-width: 768px) {
    #g-navi ul li a:not(.btn) {
        display: inline-flex;
        font-size: 1.4rem;
        line-height: 1.9rem;
        font-family: "Lexend", sans-serif;
        font-weight: 600;
        color: #111;
        position: relative;
    }

    #g-navi ul li a:not(.btn):before {
        width: 0;
        height: .3rem;
        background: #212775;
        position: absolute;
        left: 0;
        bottom: -.5rem;
        z-index: 2;
        content: '';
        transition: .3s;
    }

    #g-navi ul li a:not(.btn).is-active:before {
        width: 100%;
    }

    #g-navi ul li a.btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 11.5rem;
        height: 3.9rem;
        border-radius: 2rem;
        background: #212775;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.9;
        font-weight: 600;
        font-family: "Lexend", sans-serif;
    }

    #g-navi ul li a:hover {
        text-decoration: none;
    }

    #g-navi ul li a:not(.btn):hover:before {
        width: 100%;
    }

    #g-navi ul li a.btn:hover {
        opacity: .7;
    }

}


@media only screen and (max-width : 767px){
    #g-navi {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #212775;
        padding: 11.4rem 3rem 10rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .3s ease, visibility .3s ease;
    }

    #g-navi.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #g-navi ul {
        display: block;
    }

    #g-navi ul li {
        opacity: 0;
        transform: translateY(50%);
        transition: all .3s ease .5s;
    }

    #g-navi.is-open ul li {
        opacity: 1;
        transform: translateY(0);
    }


    #g-navi ul li + li {
        margin-top: 4rem;
    }

    #g-navi ul li a {
        display: inline-flex;
        font-size: 3.2rem;
        line-height: 1;
        color: #fff;
        font-family: "Lexend", sans-serif;
        font-weight: 600;
    }
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {}

@media screen and (min-width: 768px) {}


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

/* !main Visual
---------------------------------------------------------- */
#main-visual {
    width: 100%;
    height: 62rem;
    text-align: center;
    padding: 5rem 0 3rem;
    position: fixed;
    left: 0;
    top: 9rem;
    z-index: 1;
}

#main-visual img {
    width: 100%;
    max-width: 108rem;
}

@media screen and (min-width: 768px) {}


@media only screen and (max-width : 767px){
    #main-visual {
        height: 438rem;
        /* padding: 3rem 2rem; */
        padding: 2rem 2rem 3rem 2rem;
        top: 6rem;
    }
}

/* !teaser
---------------------------------------------------------- */
#teaser {
    padding: 6rem 0;
}

#teaser .page-title {
    line-height: 1;
}

#teaser .page-title img {
    width: auto;
    /* height: 5rem; */
    height: 4rem;
}

@media screen and (min-width: 768px) {}


@media only screen and (max-width : 767px){
    #teaser {
        padding: 3rem 0;
    }
    #teaser .page-title img {
        /* height: 4rem; */
        height: 3.2rem;
    }
}

/* !contents
---------------------------------------------------------- */
#contents {
    width: 100%;
    position: relative;
    z-index: 2;
}

#main {}

#side {}

.inner {
    width: 100%;
    max-width: 112rem;
    margin: 0 auto;
    padding: 0 2rem;
}

@media screen and (min-width: 768px) {}


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

    .inner {
        padding: 0 3rem;
    }
}

/* !page Top
---------------------------------------------------------- */
.page-top {
    text-align: right;
}

.page-top a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: 1.2rem;
    line-height: 1.33;
    color: #ccc;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
}

.page-top a:after {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/common/arrow_up.svg) center center no-repeat;
    background-size: cover;
    content: '';
}

@media screen and (min-width: 768px) {}


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

/* !footer
---------------------------------------------------------- */
#footer {
    width: 100%;
    background: #212775;
    padding: 2.2rem 0 1.5rem;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.2rem;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 2.33;
    color: #CBCDE8;
    gap: .6rem;
}

.footer-links a:after {
    width: 1.2rem;
    height: 1.2rem;
    background: url(../img/common/arrow_blank.svg) center center no-repeat;
    background-size: cover;
    content: '';
}

#copyright {
    font-size: 1rem;
    letter-spacing: .005em;
    color: #ccc;
    line-height: 1.3;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
}

@media screen and (min-width: 768px) {}


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

    .footer-inner {
        display: block;
        margin-top: 3rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    #copyright {
        margin-top: 4rem;
    }
}


/* !links
---------------------------------------------------------- */
.btn-links {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    color: #111;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.btn-links:after {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: url(../img/common/arrow_right_w.svg) center center no-repeat #212775;
    background-size: 1.6rem auto;
    content: '';
}

.btn-links span {
    position: relative;
    display: block;
}

.btn-links span:before {
    width: 0;
    height: .3rem;
    background: #212775;
    position: absolute;
    left: 0;
    bottom: -.5rem;
    z-index: 2;
    content: '';
    transition: .3s;
}

.btn-back {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    color: #111;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.btn-back:before {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background: url(../img/common/arrow_right_w.svg) center center no-repeat #212775;
    background-size: 1.6rem auto;
    content: '';
    transform: scaleX(-1);
}

.btn-back span {
    position: relative;
    display: block;
}

.btn-back span:before {
    width: 0;
    height: .3rem;
    background: #212775;
    position: absolute;
    left: 0;
    bottom: -.5rem;
    z-index: 2;
    content: '';
    transition: .3s;
}

@media screen and (min-width: 768px) {
    .btn-links:hover,
    .btn-back:hover {
        text-decoration: none;
    }

    .btn-links:hover span:before,
    .btn-back:hover span:before {
        width: 100%;
    }
}


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


/* !heading
---------------------------------------------------------- */
.heading-large {
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1;
}

.heading-large img {
    width: auto;
    /* height: 5rem; */
    height: 4rem;
}

.hdL {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  position: relative;
  color: #000;
}

.hdL:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: .1rem;
  background: #ddd;
  content: '';
  z-index: 2;
}

.hdM {
    font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
  /* background: #F6F6F6; */
  background-color: #212775;
  color: #ffffff;
  padding: 3rem;
  margin-bottom: 4rem;
}

.hdS {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 3.6rem;
}

.hd01 {
    font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.78;
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 2.4rem;
  color: #212775;
}

.hd01:before {
  position: absolute;
  left: 0;
  top: .1rem;
  bottom: .1rem;
  width: .6rem;
  /* background: #333333; */
  background-color: #212775;
  color: #212775;
  z-index: 2;
  content: '';
}

@media screen and (min-width: 768px) {}


@media only screen and (max-width : 767px){
    .heading-large {
        margin-bottom: 3.4rem;
    }

    .heading-large img {
        /* height: 2.8rem; */
        height: 3.2rem;
    }

    .hdL {
      font-size: 2.59rem;
      font-weight: bold;
      line-height: 1.92;
      padding-bottom: 4rem;
      margin-bottom: 4rem;
      position: relative;
      color: #000;
      text-align: center;
    }

    .hdL:before {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 5rem;
      height: .2rem;
      background: #ddd;
      content: '';
      z-index: 2;
    }

    .hdM {
        font-size: 2rem;
      font-weight: bold;
      line-height: 1.45;
      /* background: #F6F6F6; */
      background-color: #212775;
      color: #ffffff;
      padding: 1.5rem;
      margin-bottom: 3rem;
    }

    .hdS {
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-bottom: 3.6rem;
    }

    .hd01 {
        font-size: 1.7rem;
      font-weight: bold;
      line-height: 1.88;
      position: relative;
      padding-left: 1.7rem;
      margin-bottom: 1.6rem;
      color: #212775;
    }

    .hd01:before {
      position: absolute;
      left: 0;
      top: .1rem;
      bottom: .1rem;
      width: .6rem;
      /* background: #333333; */
      background-color: #212775;
      color: #212775;
      z-index: 2;
      content: '';
    }
}


/* !HOME
---------------------------------------------------------- */
.home #contents {
    padding-top: 62rem;
}

.top-list {
    width: 100%;
    /* background: rgba(255, 255, 255, 0.9); */
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
    overflow: hidden;
    position: sticky;
    top: 0;
}

.top-list .top-list__item {
    padding: 4rem 0 3rem;
}

.top-list .top-list-head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.top-list .top-list-head h2 {
    line-height: 1;
}

.top-list .top-list-head h2 img {
    width: auto;
    height: 4rem;
}

.top-list .top-list-head p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 1rem;
}

.top-list .news-swiper {
    width: calc(100% + 50vw - 54rem + 1.1rem);
    margin-left: -1.1rem;
}

.top-list .news-swiper .swiper {
    padding-left: 1.1rem;
}

.news-swiper .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.news-item {
    display: block;
    position: relative;
}

.news-swiper .news-item {
    width: 32rem;
}

.news-item.new:before {
    position: absolute;
    left: -1.1rem;
    top: 1rem;
    width: 5.5rem;
    height: 2.4rem;
    content: 'NEW';
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #111;
    background: #F0FE0D;
    z-index: 3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.news-item .image {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 66.5625%;
    overflow: hidden;
}

.news-item .image:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(124, 198, 185) 0%, rgb(205, 201, 155) 33%, rgb(236, 131, 147) 66%, rgb(35, 74, 156) 100%);
    border-radius: 10px;
    opacity: 0;
    mix-blend-mode: overlay;
    transition: opacity 0.3s;
    z-index: 3;
}

.news-item .image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
    transition: .3s;
}

.news-item .date {
    display: block;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    margin-top: 1rem;
}

.news-item .title {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: bold;
    display: block;
    letter-spacing: .01em;
    margin-top: 1rem;
}

.top-list .top-list-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.top-list .top-list-foot .list-count {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    line-height: 1;
}

.top-list .top-list-foot .list-count .list-count__number {
    font-size: 2rem;
    line-height: 1;
    margin-right: .4rem;
}


.top-about {
    background: #212775;
    padding: 7rem 0 6rem;
    color: #fff;
    font-size: 2rem;
    line-height: 2;
    position: relative;
    z-index: 3;
    margin-top: 50vh;
}

.top-about .top-about__inner {
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
}

.top-about .top-about__inner h3 {
    margin-bottom: 3.2rem;
    font-size: 2.8rem;
    line-height: 1.92857;
    font-weight: bold;
    letter-spacing: .01em;
}

.top-about .top-about__inner h3 span {
    color: #F0FE0D;
}

.top-about__links {
    margin-top: 3rem;
    text-align: right;
}

.top-about__links .btn-links {
    color: #fff;
}

.top-about__links .btn-links:after {
    background: url(../img/common/arrow_right_b.svg) center center no-repeat #fff;
    background-size: 1.6rem auto;
}

.top-about__links .btn-links span:before {
    background: #fff;
}

.top-activity {
    background: #F2F2F2;
    position: relative;
    z-index: 3;
    padding: 6rem 0 0;
}

.top-activity__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: .1rem solid #E5E5E5;
    padding-top: .7rem;
}

.top-activity__list .top-activity__listitem {
    padding: 3.3rem 2rem 4rem;
}

.top-activity__list .top-activity__listitem + .top-activity__listitem {
    border-left: .1rem solid #E5E5E5;
}

.activity-box {
    text-align: center;
}

.activity-box .activity-title {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 2rem;
    font-weight: bold;
    letter-spacing: .01em;
}

.activity-box .activity-numbers {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    font-weight: bold;
    letter-spacing: .01em;
}

.activity-box .activity-numbers .number {
    font-size: 8rem;
    line-height: 0.75;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    margin-right: .4rem;
    letter-spacing: 0;
}

.activity-box .activity-notes {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: .01em;
}

@media screen and (min-width: 768px) {
    .news-item:hover {
        text-decoration: none;
    }

    .news-item:hover .image:before {
        opacity: 1;
    }

    .news-item:hover .image img {
        transform: scale(1.05);
    }
}


@media only screen and (max-width : 767px){
    .home #contents {
        padding-top: 43.8rem;
    }

    .top-list .top-list__item {
        padding: 3.2rem 0;
    }

    .top-list .top-list-head {
        display: block;
        margin-bottom: 1rem;
    }

    .top-list .top-list-head h2 {
        margin-bottom: .8rem;
    }

    .top-list .top-list-head h2 img {
        /* height: 4rem; */
        height: 3.2rem;
    }

    .top-list .top-list-head p {
        line-height: 2;
        padding-bottom: 0;
    }

    .top-list .news-swiper {
        width: calc(100% + 4.1rem);
    }

    .news-swiper .news-item {
        width: 24rem;
    }

    .news-item .date {
        margin-top: 2rem;
    }

    .news-item .title {
        margin-top: .7rem;
    }

    .top-list .top-list-foot {
        margin-top: 3rem;
    }


    .top-about {
        padding: 7.4rem 0 6rem;
        font-size: 1.6rem;
        line-height: 2.125;
    }


    .top-about .heading-large {
        margin-bottom: 4.5rem;
    }

    .top-about .top-about__inner h3 {
        margin-bottom: 2rem;
        font-size: 1.8rem;
        line-height: 2;
    }

    .top-activity {
        padding: 3.5rem 0 0;
    }

    .top-activity__list {
        display: block;
        border-top: 0;
        padding-top: 0;
    }

    .top-activity__list .top-activity__listitem {
        padding: 4rem 3rem;
        border-top: .1rem solid #E5E5E5;
    }

    .top-activity__list .top-activity__listitem + .top-activity__listitem {
        border-left:0;
    }
}


/* !wp-pagenavi
---------------------------------------------------------- */
.wp-pagenavi{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3rem;
    text-align:center;
}
.wp-pagenavi a,
.wp-pagenavi span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    margin: 0;
    width: 3.2rem;
    height: 3.8rem;
    font-weight: bold;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    color:#111;
    position: relative;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
    display: none;
}

.wp-pagenavi a:after,
.wp-pagenavi span:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom:  .5rem;
    pointer-events: none;
    background: currentColor;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.wp-pagenavi span:after{
    width: 1em;
}
@media screen and (min-width: 768px) {
    .wp-pagenavi a:hover {
        text-decoration: none;
    }

    .wp-pagenavi a:hover:after {
        width: 1em;
    }
}


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


/* !news
---------------------------------------------------------- */

.news-wrap {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 0 6rem;
}

.category-list {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.category-list li {
    position: relative;
}

.category-list li + li:before {
    content: '|';
    font-size: 1.2rem;
    line-height: 1.25;
    color: #CCCCCC;
    position: absolute;
    left: -4rem;
    top: 0;
    z-index: 2;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
}

.category-list li a {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    color: #ccc;
    letter-spacing: .08em;
    display: block;
}

.category-list li a.is-active {
    color: #111;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
}

.news-head {
    padding: 6rem 0;
    width: 100%;
    /* max-width: 104rem; */
    max-width: 90rem;
    margin: 0 auto;
}

.news-head .news-head__info {
    display: flex;
    align-items: flex-end;
    gap: 2em;
    margin-bottom: 6rem;
}

.news-head .news-head__info .news-cate {
    line-height: 1;
}

.news-head .news-head__info .news-cate img {
    width: auto;
    /* height: 5rem; */
    height: 4rem;
}

.news-head .news-head__info .news-date {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
}

.news-head.new .news-head__info .news-date:before {
    display: inline-flex;
    background: #F0FE0D;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    color: #111;
    width: 6rem;
    height: 2.4rem;
    content: 'NEW';

}

.news-head .news-title {
    font-size: 3.4rem;
    line-height: 1.62;
    font-weight: bold;
    letter-spacing: .1em;
    max-width: 96rem;
    margin: 0 auto;
    width: 100%;
}

.news-body {
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
}

.news-body p{
    font-size: 1.8rem;
    line-height: 2.125;
    color: #111;
}

.news-body p + p{
    margin-top: 3.4rem;
}

.news-body figure{
    margin: 6rem 0;
}

.news-body h2,
.news-body h3,
.news-body h4{
    font-size: 2.8rem;
    line-height: 1.42;
    font-weight: 700;
    margin: 6rem 0;
    color: #111;
}

.news-body h2{
    font-size: 3rem;
    position: relative;
    margin: 8rem 0 5.2rem;
}

.news-body h2::after {
    content: "";
    background: #111;
    position: absolute;
    height: .2rem;
    width: 100%;
    bottom: -1.2rem;
    left: 0;
}

.news-body h3{
    font-size: 2.2rem;
    margin-top: 6rem;
    margin-bottom: 3.4rem;
}

.page-ctrl {
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    margin-top: 4rem;
    border-top: .2rem solid #000000;
    padding-top: 2.2rem;
}

@media screen and (min-width: 768px) {
    .category-list li a:hover {
        color: #111;
        text-decoration: none;
    }
}


@media only screen and (max-width : 767px){
    .news-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .news-head {
        padding: 3rem 0;
    }

    .news-head .news-head__info {
        gap: 1em;
        margin-bottom: 3rem;
    }

    .news-head .news-head__info .news-cate img {
        /* height: 4rem; */
        height: 3.2rem;
    }

    .news-head .news-head__info .news-date {
        font-size: 1.2rem;
    }

    .news-head.new .news-head__info .news-date:before {
        font-size: 1rem;
        width: 5rem;
        height: 2rem;

    }

    .news-head .news-title {
        font-size: 2rem;
    }

    .news-body p {
        font-size: 1.5rem;
        line-height: 1.875;
    }

    .news-body p + p {
        margin-top: 2rem;
    }

    .news-body figure {
        margin: 4rem 0;
    }

    .news-body h2,
    .news-body h3,
    .news-body h4 {
        font-size: 2rem;
        line-height: 1.7;
        margin: 4rem 0;
    }

    .news-body h2 {
        font-size: 2.4rem;
        margin: 6rem 0 5.2rem;
    }
    
    .news-body h3 {
        font-size: 1.8rem;
        margin: 6rem 0 3.2rem;
    }
}


/* !目次,記事のスタイル追加等
---------------------------------------------------------- */

div#ez-toc-container {
  background-color: #ECECEC;
  border: 1px solid #EEEEEE;
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
  box-shadow: none !important;
}
div#ez-toc-container ul.ez-toc-list a {
  color: #333333 !important;
}
#ez-toc-container .ez-toc-js-icon-con, 
#ez-toc-container .ez-toc-toggle label, 
.ez-toc-cssicon {
  border: 1px solid #333333;
}
.ez-toc-js-icon-con svg  {
  color: #333333 !important;
  fill: #333333 !important;
}
.ez-toc-icon-toggle-span {
  height: 26px;
}
div#ez-toc-container p.ez-toc-title, #ez-toc-container .ez_toc_custom_title_icon, #ez-toc-container .ez_toc_custom_toc_icon {
  color: #333333 !important;
}
div#ez-toc-container .ez-toc-title-container {
  /* padding-bottom: 15px; */
  /* margin-bottom: 15px; */
  /* padding-bottom: 24px; */
  /* margin-bottom: 24px; */
  /* border-bottom: none; */
}
div#ez-toc-container.toc_close .ez-toc-title-container {
  /* border-bottom: 1px solid #dddddd; */
  /* display: none; */
  /* border-bottom: none; */
}
div#ez-toc-container .ez-toc-list.ez-toc-list-level-1  {
  margin-top: 48px;
}
div#ez-toc-container ul li.ez-toc-heading-level-2 {
  /* margin-bottom: 15px; */
  margin-bottom: 24px;
  border-bottom: 1px solid #dddddd;
  /* padding-bottom: 15px; */
  padding-bottom: 24px;
}
div#ez-toc-container ul li.ez-toc-heading-level-2:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}
div#ez-toc-container ul.ez-toc-list-level-3 {
  margin-top: 24px;
  margin-left: 20px;
}
div#ez-toc-container ul.ez-toc-list-level-3 li{
  margin-bottom: 7px;
}
div#ez-toc-container ul.ez-toc-list-level-3 li:last-of-type{
  margin-bottom: 0px;
}
div#ez-toc-container ul.ez-toc-list-level-3 li a{
  color: #666666 !important;
  font-weight: 400;
}

/* fontsize */
div#ez-toc-container .ez-toc-title-container p{
  /* font-size: 1.8rem; */
  font-size: 2.2rem;
}
div#ez-toc-container ul.ez-toc-list a {
  font-size: 1.6rem;
}

/* figcaption */
.wp-block-image :where(figcaption) {
  text-align: right;
  color: #666666;
  font-size: 1.3rem;
}

#mv-wordcloud {
  overflow: hidden; /* ワードクラウドがはみ出したときに隠す */
}
#mv-wordcloud svg {
  display: block;
}
#mv-wordcloud text {
  transition: fill 0.3s;
}
/* #mv-wordcloud text:hover {
  fill: #333 !important;
} */

@media screen and (min-width: 768px) {}


@media only screen and (max-width : 767px){
    div#ez-toc-container {
      background-color: #ECECEC;
      border: 1px solid #EEEEEE;
      width: 100%;
      padding-top: 30px;
      /* padding-left: 50px;
      padding-right: 50px; */
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 30px;
      margin-top: 60px;
      box-shadow: none !important;
    }
    div#ez-toc-container ul.ez-toc-list a {
      color: #333333 !important;
    }
    #ez-toc-container .ez-toc-js-icon-con, 
    #ez-toc-container .ez-toc-toggle label, 
    .ez-toc-cssicon {
      border: 1px solid #333333;
    }
    .ez-toc-js-icon-con svg  {
      color: #333333 !important;
      fill: #333333 !important;
    }
    .ez-toc-icon-toggle-span {
      height: 26px;
    }
    div#ez-toc-container p.ez-toc-title, #ez-toc-container .ez_toc_custom_title_icon, #ez-toc-container .ez_toc_custom_toc_icon {
      color: #333333 !important;
    }
    div#ez-toc-container .ez-toc-title-container {
      /* padding-bottom: 15px; */
      /* margin-bottom: 15px; */
      /* padding-bottom: 24px; */
      /* margin-bottom: 24px; */
      /* border-bottom: none; */
    }
    div#ez-toc-container.toc_close .ez-toc-title-container {
      /* border-bottom: 1px solid #dddddd; */
      /* display: none; */
      /* border-bottom: none; */
    }
    div#ez-toc-container .ez-toc-list.ez-toc-list-level-1  {
      /* margin-top: 48px; */
      margin-top: 30px;
    }
    div#ez-toc-container ul li.ez-toc-heading-level-2 {
      /* margin-bottom: 15px; */
      /* margin-bottom: 24px; */
      border-bottom: 1px solid #dddddd;
      /* padding-bottom: 15px; */
      /* padding-bottom: 24px; */
      margin-bottom: 15px;
      padding-bottom: 15px;
    }
    div#ez-toc-container ul li.ez-toc-heading-level-2:last-of-type {
      border-bottom: none;
      padding-bottom: 0px;
      margin-bottom: 0;
    }
    div#ez-toc-container ul.ez-toc-list-level-3 {
      /* margin-top: 24px;
      margin-left: 20px; */
      margin-top: 15px;
      margin-left: 1.1rem;
    }
    div#ez-toc-container ul.ez-toc-list-level-3 li{
      margin-bottom: 7px;
    }
    div#ez-toc-container ul.ez-toc-list-level-3 li:last-of-type{
      margin-bottom: 0px;
    }
    div#ez-toc-container ul.ez-toc-list-level-3 li a{
      color: #666666 !important;
      font-weight: 400;
    }

    /* fontsize */
    div#ez-toc-container .ez-toc-title-container p{
      font-size: 1.8rem;
    }
    div#ez-toc-container ul.ez-toc-list a {
      /* font-size: 15px; */
      font-size: 1.4rem;
    }

    /* figcaption */
    .wp-block-image :where(figcaption) {
      /* text-align: right; */
      color: #666666;
      font-size: 1.3rem;
    }
}


/* !about
---------------------------------------------------------- */
.aboutWrap {
  padding: 7rem 0;
}

.aboutBox {
  /* max-width: 84rem; */
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
  color: #333;
}

.aboutBox + .aboutBox {
  margin-top: 12rem;
}

.aboutBox p {
  /* font-size: 1.5rem; */
  font-size: 1.8rem;
  line-height: 2.13;
  color: #333;
}

.aboutItem + .aboutItem {
  margin-top: 3.2rem;
}

.aboutBox .underline {
  text-decoration: underline;
  font-weight: bold;
}

.notesList {
  font-size: 1.2rem;
  line-height: 1.45;
  color: #666;
  margin-top: 1.6rem;
}

.dotList li {
  padding-left: 1em;
  text-indent: -1em;
  /* font-size: 1.5rem; */
  font-size: 1.8rem;
  line-height: 2.13;
}

.numberList {
  padding-left: 1.8em;
  text-indent: -1.8em;
  /* font-size: 1.5rem; */
  font-size: 1.8rem;
  line-height: 2.66;
  font-weight: 700;
}

.aboutCompanyList {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.4rem;
}

.aboutCompanyList img {
  width: 100%;
  border-radius: .4rem;
  border: .1rem solid #ddd;
}

.aboutCompanyList .caption {
  font-size: 1.1rem;
  line-height: 1.45;
  text-align: center;
  margin-top: 1.2rem;
  display: block;
}
@media screen and (min-width: 768px) {}


@media only screen and (max-width : 767px){
    .aboutWrap {
      padding: 6rem 0;
    }

    .aboutBox + .aboutBox {
      margin-top: 8rem;
    }

    .aboutBox p {
      font-size: 1.5rem;
      line-height: 1.86;
      color: #333;
    }

    .aboutItem + .aboutItem {
      margin-top: 2.4rem;
    }

    .aboutBox .underline {
      text-decoration: underline;
      font-weight: bold;
    }

    .notesList {
      font-size: 1.2rem;
      line-height: 1.45;
      color: #666;
      margin-top: 1.6rem;
    }

    .dotList li {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 1.5rem;
      line-height: 1.86;
    }

    .numberList {
      padding-left: 1.8em;
      text-indent: -1.8em;
      font-size: 1.5rem;
      line-height: 1.6;
      font-weight: 700;
    }

    .numberList li + li {
        margin-top: 2rem;
    }

    .aboutCompanyList {
      margin-top: 3rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 3rem 2.4rem;
    }

    .aboutCompanyList img {
      width: 100%;
      border-radius: .4rem;
      border: .1rem solid #ddd;
    }

    .aboutCompanyList .caption {
      font-size: 1.1rem;
      line-height: 1.45;
      text-align: center;
      margin-top: 1.2rem;
      display: block;
    }
}


/* !contact
---------------------------------------------------------- */

.contactWrap{
  background: #F6F6F6;
  margin-top: 6.6rem;
  padding: 7rem 0 5.4rem;
}
.contactWrap .inner{
  max-width: 84.6rem;
}

.contactForm table{
  width: 100%;
}
.contactForm table th{
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: .8rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.contactForm table th p{
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: .8rem;
}
.contactForm table th span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 1.6rem;
  color: #fff;
  background: #000;
  border-radius: 2rem;
  font-size: 1rem;
}
.contactForm table td{
  display: block;
  margin-bottom: 3rem;
}
.contactForm table select,
.contactForm table input,
.contactForm table textarea{
  width: 100%;
  height: 5.6rem;
  border-radius: .4rem;
  background: #fff;
  padding: 0 2.3rem;
  font-size: 1.5rem;
  border: 0;
}
.contactForm table textarea{
  padding: 1.7rem 2.3rem;
  min-height: 25rem;
}
.contactForm table select{
  background: url(../img/common/select.svg)no-repeat right 2rem center #fff;
  background-size: 1.2rem auto;
}

.contactInfo{
  margin-top: 3rem;
}
.contactInfoHd{
  font-size: 1.8rem;
  line-height: 1.77;
  margin-bottom: 1rem;
}
.contactInfoCont{
  border: 1px solid #CCC;
  border-radius: .4rem;
  background: #fff;
  padding: 2rem;
  max-height: 34rem;
  overflow-y: auto;
  font-size: 1.3rem;
  line-height: 1.84;
}
.contactInfoCont p+p{
  margin-top: 2.4rem;
}

.contactAgree {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
.contactAgree label {
  display: inline-flex;
  align-items: center;
}
.contactAgree label input {
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 1px solid #3276F6;
  border-radius: .4rem;
  display: block;
  margin-right: .8rem;
}
.contactAgree label input:checked {
    position: relative;
}
.contactAgree label input:checked::before {
  /*content: '';*/
    position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 3;
  width: 0.8rem;
  height: 1.5rem;
  border-right: 0.2rem solid #0062A9;
  border-bottom: 0.2rem solid #0062A9;
  transform-origin: right top;
   transform: rotate(45deg);
}

.contactButton{
  margin-top: 4rem;
}
.contactButton button,
.contactButton input{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.3rem;
  border-radius: 5rem;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  transition: all .3s;
}
.contactButton button.disabled,
.contactButton input.disabled {
  pointer-events: none;
  position: relative;
  filter: opacity(0.5);
}
.contactButton input:hover,
.contactButton input:hover{
  background: #000;
  color: #fff;
}



.contactInfoCont::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 6px;
}
.contactInfoCont::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 6px;
}
.contactInfoCont::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*thanks*/
.commonWrap{
  padding: 6rem 0 0;
}
.commonBtn{
  text-align: center;
  margin-top: 4rem;
}
.commonWrap .common_txt{
  text-align: center;
}


/*1022*/
.contactForm table input::-webkit-input-placeholder{ /*WebKit browsers*/
  color: #BBBBBB;
}
.contactForm table input::-moz-input-placeholder{ /*Mozilla Firefox*/
  color: #BBBBBB;
}
.contactForm table input::-ms-input-placeholder{ /*Internet Explorer*/ 
  color: #BBBBBB;
}

@media screen and (min-width: 768px) {}


@media only screen and (max-width : 767px){
    .contactWrap{
      background: #F6F6F6;
      margin-top: 4.9rem;
      padding: 4.4rem 0 6rem;
    }
    .contactWrap .inner{
      max-width: 84.6rem;
    }

    .contactForm table{
      width: 100%;
    }
    .contactForm table th{
      width: 100%;
      display: flex;
      align-items: center;
      grid-gap: .8rem;
      margin-bottom: 1rem;
      font-size: 1.5rem;
      font-weight: 400;
    }
    .contactForm table th p{
      width: 100%;
      display: flex;
      align-items: center;
      grid-gap: .8rem;
    }
    .contactForm table th span{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 3.6rem;
      height: 1.6rem;
      color: #fff;
      background: #000;
      border-radius: 2rem;
      font-size: 1rem;
    }
    .contactForm table td{
      display: block;
      margin-bottom: 3rem;
    }
    .contactForm table select,
    .contactForm table input,
    .contactForm table textarea{
      width: 100%;
      height: 5.6rem;
      border-radius: .4rem;
      background: #fff;
      color: #000;
      padding: 0 1.6rem;
      font-size: 1.5rem;
    }
    .contactForm table textarea{
      padding: 1.2rem 1.6rem;
      min-height: 26rem;
    }
    .contactForm table select{
      background: url(../img/common/select.svg)no-repeat right 1.3rem center #fff;
      background-size: 1.2rem auto;
    }

    .contactInfo{
      margin-top: 1.6rem;
    }
    .contactInfoHd{
      font-size: 1.8rem;
      line-height: 1.77;
      margin-bottom: 1rem;
    }
    .contactInfoCont{
      border: 1px solid #CCC;
      border-radius: .4rem;
      background: #fff;
      padding: 2rem 1.5rem;
      max-height: 42rem;
      overflow-y: auto;
      font-size: 1.3rem;
      line-height: 1.84;
    }
    .contactInfoCont p+p{
      margin-top: 2.4rem;
    }

    .contactAgree {
      margin-top: 3rem;
      text-align: center;
      font-size: 1.5rem;
      line-height: 2;
    }
    .contactAgree label {
      display: inline-flex;
      align-items: center;
    }
    .contactAgree label input {
      width: 1.8rem;
      height: 1.8rem;
      background: #fff;
      border: 1px solid #3276F6;
      border-radius: .4rem;
      display: block;
      margin-right: .8rem;
    }
    .contactAgree label input:checked {
        position: relative;
    }
    .contactAgree label input:checked::before {
      /*content: '';*/
        position: absolute;
      left: 1rem;
      top: 0.5rem;
      z-index: 3;
      width: 0.8rem;
      height: 1.5rem;
      border-right: 0.2rem solid #0062A9;
      border-bottom: 0.2rem solid #0062A9;
      transform-origin: right top;
       transform: rotate(45deg);
    }

    .contactButton{
      margin-top: 3rem;
    }
    .contactButton button,
    .contactButton input{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 8.3rem;
      border-radius: 5rem;
      border: 2px solid #000;
      background: #fff;
      color: #000;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: .1em;
      transition: all .3s;
    }
    .contactButton button.disabled,
    .contactButton input.disabled {
      pointer-events: none;
      position: relative;
      filter: opacity(0.5);
    }
    .contactButton input:hover,
    .contactButton input:hover{
      background: #000;
      color: #fff;
    }


    /*thanks*/
    .commonWrap{
      padding: 4rem 0 0;
    }
    .commonBtn{
      text-align: center;
      margin-top: 4rem;
    }


    /*1022*/
    .contactForm table input::-webkit-input-placeholder{ /*WebKit browsers*/
      color: #BBBBBB;
    }
    .contactForm table input::-moz-input-placeholder{ /*Mozilla Firefox*/
      color: #BBBBBB;
    }
    .contactForm table input::-ms-input-placeholder{ /*Internet Explorer*/ 
      color: #BBBBBB;
    }
}

.tag-list.category-list li a{
  font-size: 2rem;
}

.post-tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px 10px;
    width: 32rem;
}
.post-tags-list li {
  padding: 2px 8px;
  color: #666666;
  font-weight: normal;
  font-size: 10px;
  background-color: #F2F2F2;
  border-radius: 4px;
}

.post-tags-list li:nth-child(5),
.post-tags-list li:nth-child(6) {
  display: none;
}

.post-tags-list li a {
  color: #666666;
}

.news-head:has(.sigle-tags) {
  padding: 6rem 0 4rem;
}

.sigle-tags {
    max-width: 96rem;
    margin: 4rem auto 0px;
}

.sigle-tags .post-tags-list {
  width: 100%;
}

@media only screen and (max-width : 767px){
  .post-tags-list {
        width: 24rem;
            gap: 8px 8px;
  }
  .post-tags-list li:nth-child(5),
  .post-tags-list li:nth-child(6) {
    display: block;
  }
  body.archive .post-tags-list {
        width: 100%;
  }
}


/* ワードクラウド */
.wordcloud_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin: auto;
}

/* ワードクラウドのクリックを有効にするためのCSS */
.home #contents {
  pointer-events: none; /* #contents自体はクリックイベントを無視する（下の要素に透過させる） */
}

.home #contents > * {
  pointer-events: auto; /* #contentsの直下の子要素（.top-listなど）はクリックできるように戻す */
}

#mv-wordcloud svg a {
    cursor: pointer !important;
        color: #202969 !important;
}
#mv-wordcloud svg a:hover {
    color: #202969;
    text-decoration-color: #202969;
}
#mv-wordcloud svg a text{
        color: #202969 !important;
            text-decoration: blink;
}
@media all and (max-width:767px) {
  .wordcloud_wrap {
    /* height: 43.8rem; */
    height: 42rem;
  }
}

/* アーカイブページだけ PCだけ*/
@media only screen and (min-width : 768px){
  body.archive #contents {
    min-height: calc(100dvh - 120px - 170px - 90px);
  }
}

.single-event-participants {
    padding: 30px 15px;
    text-align: center;
    border: 1px solid #DDDDDD;
    background-color: #F2F2F2;
    max-width: 90rem;
    margin: auto;
    line-height: 5.5rem;
}
.single-event-participants strong{
  font-size: 2.6rem;
  font-weight: 600;
}
.single-event-participants span{
  font-size: 8rem;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}
.single-event-participants font{
  font-size: 2.6rem;
  font-weight: 600;
}
@media all and (max-width:767px) {

  .single-event-participants strong,
  .single-event-participants font {
    font-size: 2.4rem;
  }
  .single-event-participants span{
    font-size: 6rem;
  }
}