/*
  Theme Name: KTCテーマ2025
  Theme URI: http://
  Description: 
  Version: 1.0.0

*/
html {
    overflow-x: hidden;
}

body,
section,
div {
    margin: 0;
    font-weight: 400;
}

* {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    line-break: strict;
    overflow-wrap: break-word;
    letter-spacing: 2px;
}

body {
    overflow-x: hidden;
}

iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    line-break: strict;
    font-weight: inherit;
    margin: 0;
}

p {
    word-break: normal;
    line-break: strict;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 10px 0;
}

/* contents style ------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.category-entry-body {
    border-bottom: 1px dashed #999999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.entry-body {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}

.corp_name {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
}

.entry-footer {
    clear: both;
    display: flow-root;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: 0.6;
    transition: 0.3s normal;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

ul:not(.post-cont ul) {
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
}

table {
    width: 100%;
    /* max-width: fit-content; */
}

th,
td {
    padding: 10px;
}

table th {
    text-align: left;
}

.post-cont table {
    /* background: #F8F8F8; */
    border-collapse: collapse;
    max-width:fit-content;
}

.post-cont table th,
.post-cont table td {
    /* background: #fff; */
    border: 1px solid #999999;
}

form table {
    border-collapse: collapse;
}

form td,
form th {
    padding: 4px 8px;
    border: 1px solid #999999;
}

form td p,
form th p {
    margin: 0;
    font-size: 0.9rem;
}

form th {
    background: #eee;
}

input[type="text"],
input[type="email"],
textarea,
select {
    background: #fff;
    border: 1px solid #999999;
    box-sizing: border-box;
    width: auto;
    padding: 5px 10px;
}

input[type="submit"] {
    width: 100%;
    max-width: 200px;
    margin: 1rem auto;
    padding: 8px 10px;
    background: #333;
    color: #fff;
    cursor: pointer;
    display: block;
}

textarea {
    width: 100%;
}

input[type='checkbox'] {
    width: auto;
}

.logo a {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
}

.cont {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 2rem 0;
}

.cont::after {
    content: "";
    display: block;
    clear: both;
}

.H3,
.post-cont h3 {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    width: fit-content;
    position: relative;
    min-width: 200px;
    line-height: 1.2;
    font-size: clamp(14px, 1.1vw, 18px);
}

.H3::after,
.post-cont h3::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 99.9%;
    background: #333;
    width: 2rem;
    height: 100%;
    clip-path: polygon(0% 100%, 0% 0%, 70% 0%);
}

.sp {
    display: none;
}

.pc {
    display: block;
}

/*****************************************aside*****************************************/
aside .sidebar {
    position: fixed;
    left: 0;
    z-index: 1000;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px #979797;
    overflow-y: auto;
}

.sidebar .logo {
    margin: 0 auto;
    text-align: center;
}

.sidebar .logo img {
    width: 65%;
    display: block;
    margin: auto;
    max-width: 120px;
    padding: 0.5rem 0 0;
}

.sidebar nav {
    padding: 0.5rem 2rem;
    height: auto;
    max-height: 90vh;
}

.sidebar nav ul {
    border-top: 1px solid #adadad;
    margin: 0.5rem 0;
    padding: 0;
}

.sidebar nav ul li {
    padding: 5px 0;
    border-bottom: 1px solid #adadad;
}

.sidebar nav ul li a {
    display: block;
    width: 100%;
    font-size: clamp(14px, 1.5vh, 15px);
    /* text-align: center; */
}

.sidebar nav ul .menu-item-has-children {
    position: relative;
}

.sidebar nav ul .menu-item-has-children>a {
    /* position: absolute;
    transition: all .5s ease;
    top: 0.6rem;
    right: 2%;
    width: 30px;
    height: 30px;
    z-index: 100; */
    pointer-events: none;
}

.sidebar nav ul .menu-item-has-children button {
    position: absolute;
    top: 5px;
    right: 0;
    background: none;
    border: none;
    font-size: 1.8rem;
    line-height: 0.8;
    color: #4d4d4d;
    width: 100%;
    text-align: end;
}

/* .sidebar nav ul .menu-item-has-children > a::before {
    top: 48%;
    right: 1%;
    transform: rotate(0deg);
}

.sidebar nav ul .menu-item-has-children > a::after {
    top: 48%;
    right: 1%;
    transform: rotate(90deg);
} */
.sidebar nav ul .menu-item-has-children>a.close::before {
    /* transform: rotate(45deg); */
}

.sidebar nav ul .menu-item-has-children>a.close::after {
    transform: rotate(-180deg);
    /* display: none; */
}

.sidebar nav ul .subul {
    display: none;
    margin: 0.5rem 0 1rem;
    /* padding-left: 5%; */
    border: none;
}

.sidebar nav .submenu-open>.subul {
    display: block;
    margin-bottom: 0 !important;
}

.sidebar nav ul .subul li {
    font-size: 90%;
    padding: 0.5rem 0;
    border-bottom: 1px solid #adadad;
}

.sidebar nav ul .subul li a {
    line-height: 1.5;
}

.sidebar nav ul .subul li:last-child {
    border: none;
}

.sidebar .searchandfilter ul {
    border: none;
    display: flex;
    justify-content: center;
    margin: 1.5rem auto;
    position: relative;
}

.sidebar .searchandfilter ul li {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
}

.sidebar .searchandfilter ul li input {
    padding: 5px;
    width: 100%;
}

.sidebar .searchandfilter ul li input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 45px;
    font-size: 0.7rem;
    height: 100%;
}

.sidebar nav .flex {
    flex-direction: column;
}

.sns_banner {
    text-align: center;
    width: 100%;
}

.sns_banner p {
    margin: 0;
    background: #A3A2A2;
    font-size: 0.8rem;
    color: #fff;
}

.sns_banner .flex {
    flex-direction: row !important;
    justify-content: center;
    gap: 1rem;
    margin: 0 0 0.8rem;
}

.sns_banner .flex a img {
    height: 30px;
}

.sns_banner .mail {
    background: #1aade8;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}

.sns_banner .mail img {
    width: 60%;
}

.magazin_banner {
    text-align: center;
    font-size: 0.9rem;
    padding: 0.5rem 0 1.5rem;
}

.magazin_banner a {
    display: block;
    position: relative;
    z-index: 1;
}

.magazin_banner a::after {
    width: 80%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background: #F8F2D1;
    top: 7%;
    right: 0%;
    z-index: -1;
}

.magazin_banner a img {
    width: 80%;
    max-width: 110px;
}

@media screen and (min-width:951px) {
    .sidebar nav .submenu-open>.subul {
        display: block;
        position: fixed;
        left: 250px;
        background: #fff;
        top: auto;
        height: 100%;
        max-height: max-content;
        margin: 0;
        padding: 0 1rem;
        margin-top: -2rem;
        border: 1px solid #ddd;
        z-index: 100;
    }
}

/*****************************************TOP*****************************************/
main {
    position: relative;
    padding-left: 250px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    min-height: 70vh;
}

.mv {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    position: relative;
    background: url('img/mv_bg.svg');
    background-size: contain;
    background-repeat: repeat;
}

.mv_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.mv_inner::before,
.mv_inner::after {
    position: absolute;
    line-height: 1;
    color: #617CAC;
    opacity: 0.25;
    font-family: "vijaya", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.mv_inner::before {
    position: absolute;
    content: "KTC";
    right: 18%;
    top: 0;
    font-size: clamp(50px, 18vw, 320px);
}

/* .mv_inner::after {
    content: "Network";
    left: 2%;
    bottom: 2%;
    font-size: clamp(40px, 15vw, 210px);
} */
.mv_catch {
    text-align: center;
    position: relative;
    z-index: 10;
    /* padding-bottom: 15vh; */
}

.mv_title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: clamp(18px, 3.5vw, 56px);
    font-weight: 450;
    letter-spacing: clamp(14px, 3.8vw, 30px);
    line-height: 1.3;
    width: fit-content;
    margin: auto;
}

.mv_title small {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 0.5rem;
    line-height: 1.2;
    font-size: clamp(9px, 1.4vw, 16px);
    text-align: center;
    letter-spacing: 5px;
}

.mv_catch p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: flex;
    align-items: center;
    /* color: #3C46BF; */
    /* border-bottom: 3px solid; */
    font-size: clamp(11px, 1.5vw, 28px);
    font-weight: 500;
    margin: 0.5rem auto;
    justify-content: center;
}

.mv_catch p img {
    background: #3C46BF;
    padding: 5px 10px;
    margin-right: 1rem;
    width: 13%;
}

.mv_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.mv_image img:nth-child(1) {
    width: 15vw;
    position: absolute;
    top: 1%;
    left: 3%;
    max-width: 360px;
    z-index: 0;
    animation: orbit 90s linear infinite;
    min-width: 200px;
}

.mv_image img:nth-child(2) {
    width: 14vw;
    position: absolute;
    top: 6rem;
    right: 3rem;
    max-width: 400px;
    z-index: 0;
    animation: orbit2 80s linear infinite;
    min-width: 180px;
}

.mv_image img:nth-child(3) {
    width: 20vw;
    position: absolute;
    bottom: 15%;
    left: 10%;
    max-width: 420px;
    z-index: 0;
    animation: orbit 100s linear infinite;
    min-width: 240px;
}

.mv_image img:nth-child(4) {
    width: 18vw;
    position: absolute;
    bottom: 3%;
    right: 20%;
    max-width: 420px;
    z-index: 0;
    animation: orbit2 90s linear infinite;
    min-width: 190px;
}

/*100th*/
.banner_100th{
    position: relative;
    right: 0%;
    width: 120px;
    z-index: 100;
    height: 120px;
    top: 0%;
}

.bg_circle1 {
    position: absolute;
    top: -30%;
    left: -20%;
    width: 60vw;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 1400px;
    background-image: url(img/mv-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* background: #CBECCF;
    border-radius: 50%;
    border: 5vw solid; */
    animation: spin 30s linear infinite;
    z-index: 0;
    transform-origin: center;
}

.bg_circle2 {
    position: absolute;
    bottom: 8%;
    right: -10%;
    width: 40vw;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 800px;
    background-image: url(img/mv-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* background: #CBECCF;
    border-radius: 50%;
    border: 5vw solid; */
    animation: spin 30s linear infinite;
    z-index: 0;
    transform-origin: center;
}

.bg_circle3 {
    position: absolute;
    top: 12%;
    left: 15%;
    width: 18vw;
    height: 18vw;
    aspect-ratio: 1/1;
    max-width: 400px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #CBECCF;
    animation: spin2 25s linear infinite;
    z-index: 1;
    transform-origin: top;
}

.bg_circle4 {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 15vw;
    height: 15vw;
    aspect-ratio: 1/1;
    max-width: 300px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #CBECCF;
    animation: spin2 20s linear infinite;
    z-index: 1;
    transform-origin: bottom;
}

.bg_circle5 {
    position: absolute;
    bottom: 5%;
    right: 25%;
    width: 20vw;
    height: 20vw;
    aspect-ratio: 1/1;
    max-width: 480px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #CBECCF;
    animation: spin2 35s linear infinite;
    z-index: 1;
    transform-origin: top;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

@keyframes orbit2 {
    from {
        transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        transform: rotate(-360deg) translateX(0px) rotate(360deg);
    }
}

.top_news {
    background: #C1DDEF;
    padding: 1.5rem 3rem;
    position: relative;
    /* margin-top: 3rem; */
}

.top_news h2 {
    position: absolute;
    top: -3rem;
    font-size: 2.5rem;
}

.top_news a {
    gap: 1rem;
    align-items: flex-start;
}

.top_news img {
    width: 30%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    background: #fff;
}

.top_news li a span {
    width: 70%;
    line-height: 1.5;
    font-size: clamp(12px, 0.9vw, 16px);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_news .date {
    display: block;
    margin-bottom: 10px;
}

.top_news .swiper-pagination {
    bottom: -2.5rem;
}

.top_news .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 10px;
}

.top_news .swiper-pagination .swiper-pagination-bullet-active {
    background: #cbeccf;
}

#topinfo {
    background: #C1DDEF;
    padding: 2rem;
    margin-top: 2rem;
}

#topinfo h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 1.5rem 0;
}

.top_guide {
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    margin: 4rem 0;
}

.top_guide .grid {
    gap: 1.2rem;
    grid-template-columns: repeat(3, 1fr);
}

.top_guide .box {
    background: #dcefdf;
    cursor: pointer;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.top_guide .box:nth-child(2) {
    background: #f1e4d8;
}

.top_guide .box:nth-child(3) {
    background: #fdfbdc;
}

.top_guide .box:nth-child(4) {
    background: #e0e9f5;
}

.top_guide .box a {
    margin: 1.2rem;
    justify-content: flex-start;
    gap: 1.0rem;
    font-size: clamp(10px, 0.9rem, 16px);
    align-items: flex-start;
}

.top_guide .box a img {
    width: 35%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.top_guide .box a .text {
    /* margin-bottom: 2rem; */
    align-self: center;
}

.top_access {
    border-top: 1px solid #ADADAD;
    margin: 4rem 0;
}

.top_access img {
    width: 100%;
    max-width: 650px;
    margin: 3rem auto;
    display: block;
}

.top_access dl {
    margin-bottom: 1.5rem;
}

.top_access dt {
    font-weight: 600;
}

dd {
    margin: 0;
}

.linkList .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/*****************************************PAGE*****************************************/
main:not(#home) {
    background: url(img/circle_path.svg) no-repeat;
    background-size: 50vw;
    background-position: top -1rem left 200px;
}

.sv .flex {
    max-height: 350px;
    overflow: hidden;
    align-items: center;
}

.sv-title {
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh;
    padding: 2rem;
}

.sv-title h1 {
    font-size: clamp(18px, 2vw, 40px);
    letter-spacing: 5px;
    font-weight: 600;
    padding: 0 1rem;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
}

.sv-img {
    width: 50%;
    display: none;
}

#page_navigation {
    padding: 1.2rem 2rem;
    background-image: url(img/bg_nav.svg);
    background-color: #fff;
    width: 100%;
    background-repeat: repeat-x;
    background-size: contain;
    max-width: 100%;
}

#page_navigation ul {
    display: flex;
    font-size: 80%;
}

.nav-links {
    text-align: center;
}

.nav-links a {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    background: #444444;
    color: #ffffff;
}

.nav-links span.current {
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    background: #ddd;
    color: #444444;
    border-color: #000;
}

.subTitle {
    background: #E2ECF2;
    padding: 1rem;
}

.subTitle h2 {
    width: 90%;
    margin: auto;
    max-width: 1200px;
    font-weight: 600;
    font-size: 1.2rem;
}

.post-cont a {
    color: #3C46BF;
}

.bg_color {
    background: #F8F8F8;
    margin: 5% 0;
}

.bg_color .flex {
    margin: auto;
    gap: 2rem;
    align-items: start;
}

.bg_color .flex .image {
    min-width: 25%;
}

.bg_color .flex .image img {
    width: 100%;
}

.catsList ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.catsList ul li a {
    padding: 1rem;
    font-weight: 600;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    color: #595959;
    border-bottom: 3px solid #595959;
}

.catbtn.active a,
.catbtn a:hover {
    background: #595959;
    color: #fff !important;
}

.catcont:not(.is-active) {
    display: none;
}

.newsList {
    background: #F2FCF3;
}

.newsList.sotsugyo {
    background: #f3f9ff;
}

.newsList.zaiko {
    background: #ecfbf8;
}

.newsList.kigyo {
    background: #FDF8EF;
}

.newsList li a {
    display: flex;
    align-items: center;
    gap: 2rem;
    border-bottom: 2px dashed #adadad;
    padding: 0rem 1rem;
}

.newsList .term {
    min-width: 120px;
    text-align: center;
    background: #B76C97;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px;
    border-radius: 5px;
}

.newsList .term.sotsugyo {
    background: #6187B4;
}

.newsList .term.zaiko {
    background: #44A790;
}

.newsList .term.ktc_info {
    background: #6187B4;
}

.newsList .term.kigyo {
    background: #9B7C4B;
}

.newsList li .term:not(.newsList li .term:nth-child(2)) {
    display: none;
}

#news .catsList ul li a.sotsugyo {
    border-bottom-color: #6187B4;
    color: #6187B4;
}

#news .catsList ul li.active a.sotsugyo,
#news .catsList ul li a.sotsugyo:hover {
    background: #6187B4;
    color: #fff;
}

#news .catsList ul li a.zaiko {
    border-bottom-color: #44A790;
    color: #44A790;
}

#news .catsList ul li.active a.zaiko,
#news .catsList ul li a.zaiko:hover {
    background: #44A790;
    color: #fff;
}

#news .catsList ul li a.kigyo {
    border-bottom-color: #9B7C4B;
    color: #9B7C4B;
}

#news .catsList ul li.active a.kigyo,
#news .catsList ul li a.kigyo:hover {
    background: #9B7C4B;
    color: #fff;
}

#event .catsList {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

#event .catsList ul li a {
    border: 3px solid #595959;
}

.eventList {
    background: #fff;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    border: 3px solid #595959;
    border-top: none;
    height: 100%;
    max-height: 1200px;
    overflow-y: auto;
}

.eventList.cat1 {
    border-color: #9587C4;
}

.eventList.cat2 {
    border-color: #B28A5B;
}

.eventList.cat3 {
    border-color: #388bbd;
}

.eventList .cont {
    padding-top: 0;
}

.eventList>ul>li {
    display: flex;
    gap: 4rem;
    padding: 1.5rem;
    border-bottom: 1px solid #adadad;
}

.eventList li .image {
    width: 20%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.eventList li .image img {
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.eventList li .text {
    width: 80%;
    font-size: clamp(10px, 1.8vw, 16px);
}

.eventList li .text>h4 {
    font-size: clamp(12px, 2.2vw, 18px);
    font-weight: 600;
    margin: 0.5rem 0;
}

.eventList li .text img {
    display: none;
}

.eventList .term {
    display: flex;
    gap: 10px;
}

.eventList .term span {
    background: #ffaf18;
    padding: 3px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
}

.eventList .term span.seminar {
    background: #9587C4;
}

.eventList .term span.lecture {
    background: #B28A5B
}

.eventList .term span.obog {
    background: #388bbd
}

.monthList {
    position: relative;
    margin-bottom: 3.5rem;
}

.monthbtn a {
    width: 100%;
    display: block;
    border: 1px solid #bebebe;
    background-color: #eee;
    padding: 12px 5px;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.3;
}

.monthbtn.active a,
.monthbtn:hover a {
    background: #333 !important;
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
    z-index: 10;
    background: #333;
    color: #fff;
    top: 5.5rem;
    position: absolute;
    border: 2px solid;
    height: 2.2rem;
}

.swiper-button-prev {
    left: 50%;
    transform: translateX(-2rem);
}

.swiper-button-next {
    right: 50%;
    transform: translateX(2rem);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
}

.calendar {
    margin: 5% auto;
}

.calendar .eo-fullcalendar .fc-day-header {
    background: #9fd7a6;
    color: #fff;
}

.calendar .eo-fullcalendar button {
    background: #9fd7a6;
    color: #fff;
    border: none;
}

.calendar .eo-fullcalendar h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #9fd7a6;
}

.calendar .eo-fullcalendar .fc-event-container a {
    font-size: 0.85rem;
    color: #fff !important;
}

.calendar .eo-fullcalendar .fc-event-container a span {
    letter-spacing: 0px;
    line-height: 1.5;
}

.calendar .fc-content {
    padding: 5px 2px;
}

#magazine .magazine-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

#magazine .magazine-list dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid #444444;
    padding: 1rem;
}

#magazine .magazine-list dt {
    width: 25%;
    text-align: center;
}

#magazine .magazine-list dd {
    width: 75%;
    text-align: left;
}

#magazine .magazine-list dd div {
    display: inline-block;
    font-weight: bold;
}

#magazine .table-magazine {
    border-collapse: collapse;
}

#magazine .table-magazine tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#magazine .table-magazine thead th {
    background: #4e4e4e;
    color: #fff;
    border: 1px solid #4e4e4e;
    text-align: center;
}

#magazine .table-magazine th,
#magazine .table-magazine td {
    border-bottom: 1px solid #444444;
    word-break: break-word;
}

#magazine .table-magazine td.cover {
    width: 25%;
    padding: 1.5rem 0.5rem;
    text-align: center;
}

#magazine .magazine-no a {
    font-size: 120%;
    font-weight: bold;
    color: #0070c9;
    text-decoration: underline;
}

#magazine .magazine-table table {
    background: #444444;
}

#magazine .magazine-table th {
    background: #eee;
}

#magazine .magazine-table td {
    background: #fff;
    padding:1px 5px;
    font-size:80%;
}
#magazine .view-switcher{
   text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
#magazine .view-switcher button{
    display: flex;
    appearance: none;
    background: none;
    border: none;
}

.wp-pagenavi {
    width: 90%;
    margin: auto;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #444444;
    color: #ffffff;
}

.wp-pagenavi span.current {
    background: #ddd;
    color: #444444;
}

.child_box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.child_box li {
    float: left;
    list-style: none;
    min-width: 30%;
    height: 50px;
    margin: 0 20px 20px 0;
    line-height: 50px;
    background: url(images/point_parent.gif) no-repeat 10px 14px #E1F7EC;
    padding-left: 30px;
    padding-right: 15px;
    border: 1px solid #207246;
}

.child_box li a {
    font-size: 1.1em;
    color: #000;
    text-decoration: none;
}

/*****************************************footer*****************************************/
footer {
    position: relative;
    padding-left: 250px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

footer .footer_inner {
    background-color: #CBECCF;
}

footer .cont {
    padding: 1rem 0;
}

.footer_top {
    justify-content: flex-start;
    gap: 2rem;
}

.footer_top .logo {
    width: 30%;
}

.footer_top .logo span {
    line-height: 1.2;
}

.footer_top .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: clamp(12px, 1.2vw, 20px);
}

.footer_top .logo a img {
    width: 30%;
    max-width: 100px;
}

.footer_top .text {
    width: 65%;
    font-size: 0.9rem;
}

.logo small {
    display: block;
}

.footer_bottom {
    border-top: 1px solid #adadad;
    margin-top: 1rem;
}

.footer_bottom .flex {
    justify-content: flex-start;
    gap: 2rem;
    padding: 1rem 0;
}

@media screen and (max-width:950px) {
    .banner_100th{
    position: absolute;
    right: auto;
    left: auto;
    top: 50%;
    width: 100px;
    height: 100px;
}
    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }

    body {
        font-size: 90%;
    }

    .cont {
        padding: 2rem 0;
    }

    .post-cont {
        padding: 1rem 0;
    }

    .H3 {
        padding: 10px 10px;
        min-width: 150px;
    }

    .btnMenu {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 3;
        width: 80px;
        height: 80px;
        background: #88D6D6
    }

    .btnMenu span {
        display: block;
        margin: 5px auto;
        background: #fff;
        border-radius: 5px;
        width: 52%;
        height: 3px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }

    .btnMenu {
        display: flex;
        width: 60px;
        height: 60px;
    }

    .btnMenu span {
        margin: 4px auto;
        height: 3px;
    }

    aside .sidebar {
        height: 60px;
        width: 100%;
        margin-top: 0 !important;
    }

    .top_menubar {
        opacity: 0;
    }

    aside .top_menubar.active {
        opacity: 1;
    }

    #gNavi {
        display: none;
        float: none;
        position: fixed;
        top: 60px;
        width: 100%;
        height: 100%;
        padding: 0 0 2rem;
        background: #fff;
        overflow-y: auto;
    }

    #gNavi ul {
        padding: 0 30px;
        text-align: center;
        border: none;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    .sidebar nav ul li {
        border-bottom: 1px solid #adadad;
        padding: 8px 0;
    }

    .sidebar nav ul .subul {
        margin-top: 0 !important;
    }

    .sidebar .logo {
        margin-left: 0;
        height: 60px;
        max-width: fit-content;
        padding: 0 10px;
    }

    .sidebar .logo a {
        display: flex;
        align-items: center;
        gap: 3px;
        align-items: center;
        text-align: left;
        font-size: 0.7rem;
    }

    .sidebar .logo a span {
        line-height: 1.1;
    }

    .sidebar .logo a img {
        padding: 5px 0;
        width: auto;
        height: 60px;
        max-width: 100%;
    }

    .sidebar nav .flex {
        flex-direction: row;
        width: 90%;
        max-width: 280px;
        margin: auto;
        align-items: flex-start;
        justify-content: center;
    }

    .sns_banner {
        width: 50%;
        border: none;
    }

    .sidebar nav .sns_banner .flex {
        align-items: center;
        padding: 1rem 0;
        /* gap: 0;
        justify-content: space-between; */
    }

    #search {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 80px;
        height: 60px;
        display: flex;
        align-items: center;
        z-index: 100;
    }

    #search:not(.active) .submenu {
        display: none;
    }

    #search.active .submenu {
        display: block;
        position: absolute;
        top: 100%;
        right: -20px;
        background: #ffffffa1;
        padding: 0;
    }

    .searchform {
        text-align: center;
    }

    .searchform input[type="submit"] {
        width: 60px;
        height: 40px;
        font-size: 115%;
        padding: 0;
    }

    .sidebar .searchandfilter ul {
        margin: 0;
    }

    .sidebar .searchandfilter ul li input[type="text"] {
        min-width: 220px;
    }

    .sidebar nav .sns_banner .icon-calendar img {
        max-width: 60px !important;
    }

    .magazin_banner {
        border: none;
        margin-top: 0;
        padding: 0;
        font-size: 0.9rem;
        width: 50%;
    }

    .magazin_banner a img {
        max-width: 90px;
    }

    main {
        padding-left: 0;
        margin-top: 60px;
    }

    .flex {
        flex-direction: column;
        gap: 1rem;
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .linkList .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    form table {
        margin: auto !important;
        max-width: 100%;
    }

    form td,
    form th {
        display: block;
        width: 100%;
    }

    form .wpcf7-list-item {
        display: block;
    }

    input[type="text"],
    input[type="email"],
    textarea,
    select {
        width: 100%;
    }

    .mv {
        height: 60vh;
    }

    .mv_catch {
        padding-bottom: 10vh;
    }

    .mv_catch p {
        width: 100%;
    }

    .mv_catch p img {
        margin-right: 0.5rem;
    }

    .mv_image img:nth-child(1) {
        width: 33vw;
        max-width: 24vh;
        min-width: 100px;
    }

    .mv_image img:nth-child(2) {
        width: 28vw;
        max-width: 19vh;
        top: 2rem;
        min-width: 80px;
    }

    .mv_image img:nth-child(3) {
        width: 38vw;
        bottom: 15%;
        left: 8%;
        max-width: 24vh;
        min-width: 120px;
    }

    .mv_image img:nth-child(4) {
        width: 34vw;
        max-width: 25vh;
        bottom: 7%;
        right: 10%;
        min-width: 100px;
    }

    .bg_circle1 {
        width: 70vw;
    }

    .bg_circle2 {
        width: 40vw;
    }

    .bg_circle3 {}

    .top_news {
        padding: 1rem 0.6rem;
    }

    .top_news h2 {
        top: -1.8rem;
        font-size: 1.5rem;
    }

    .top_news li a {
        flex-direction: row;
        gap: 10px;
    }

    .top_news li a span {
        line-height: 1.3;
    }

    .top_guide .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .top_guide .box a {
        flex-direction: row;
        margin: 1rem;
    }

    .top_guide .box a img {
        display: none;
    }

    .top_access img {
        margin: 1rem auto;
    }

    main:not(#home) {
        background-size: 80%;
        background-position: top 3% left 0px;
    }

    #page_navigation ul {
        flex-direction: column;
    }

    .sv .flex {
        flex-direction: column-reverse;
        gap: 0;
    }

    .sv-title {
        width: 100%;
        padding: 2rem 0;
        min-height: 12vh;
    }

    .sv-img {
        width: 100%;
    }

    .subTitle h2 {
        font-size: 1.0rem;
    }

    .catsList ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .catsList ul li a {
        padding: 6px 3px;
    }

    #event .catsList ul li a {
        border-width: 2px;
        font-size: 0.8rem;
    }

    .eventList li .image {
        width: 30%;
    }

    .newsList li a {
        gap: 5px;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0.5rem 0;
    }

    .newsList li a p {
        flex: 1 1 100%;
        margin: 5px 0;
    }

    .newsList .term {
        min-width: 85px;
        font-size: 0.65rem;
        margin: 0 5px;
    }

    .eventList {
        border-width: 2px;
        max-height: 650px;
    }

    .eventList>ul>li {
        gap: 0.5rem;
        padding: 1rem 0;
        /* flex-direction: column; */
    }

    .eventList li a img {
        width: 100%;
    }

    .eventList li .text {
        width: 100%;
    }

    .eventList .term span {
        min-width: 85px;
        font-size: 0.55rem;
        margin: 0;
    }

    .eventList li .text h4 {
        margin: 5px 0;
    }

    .monthList {
        margin-bottom: 1.5rem;
    }

    .monthbtn a {
        font-size: 0.8rem;
        padding: 10px 5px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 4.2rem;
    }

    .calendar .eo-fullcalendar .fc-event-container a {
        /* font-size: 0.65rem; */
    }

    .calendar .fc-row:not(.has-events) {
        display: none;
    }

    .calendar .fc-day-number .fc-list-header-right {
        float: none !important;
        padding-left: 5px;
    }

    #magazine .magazine-list {
        grid-template-columns: repeat(1, 1fr);
    }

    #magazine .magazine-list dl {
        gap: 1rem;
        padding: 1rem 0;
    }

    #magazine .magazine-list dd {
        font-size: 90%;
    }

    footer {
        padding-left: 0;
    }

    .footer_top .logo {
        width: 100%;
    }

    .footer_top .text {
        width: 100%;
        border-top: 1px solid #adadad;
        padding: 1rem 0 0;
        line-height: 1.5;
        letter-spacing: 1px;
        font-size: 0.75rem;
        text-align: center;
    }

    .footer_top .logo a img {
        max-height: 65px;
    }

    .footer_top .logo a {
        gap: 0;
        justify-content: center;
        font-size: 1rem;
    }

    .footer_bottom .flex {
        gap: 1.2rem;
        flex-direction: row;
        font-size: 0.75rem;
        justify-content: center;
    }
}

/*ANIMATION*/
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUpTrigger {
    opacity: 0;
}

.delay01 {
    animation-delay: 0.5s;
}

.delay02 {
    animation-delay: 1.0s;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blurTrigger {
    opacity: 0;
}

.slide-in {
    overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
    display: inline-block;
}

.leftAnime {
    opacity: 0;
}

.slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
    from {
        transform: translateY(80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX-100 {
    from {
        transform: translateY(-80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}