html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
    display: block;
    letter-spacing: .05rem!important;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    overflow-wrap: break-word;
    overflow-x: hidden;
    word-break: normal;
    animation: fadeIn 1.5s ease forwards;
}

.eng {
    font-family: Nunito, sans-serif;
    letter-spacing: .1em;
}
  
body, p, h1, h2, h3, h4, h5, h6 {
    background: transparent;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: clamp(2.4rem, 2.19rem + 0.89vw, 3.4rem);
    font-weight: 500;
    min-height: 0;
}

h2 {
    font-size: clamp(2.2rem, 1.97rem + 0.71vw, 3.0rem);
    font-size: clamp(2.4rem, 2.05rem + 1.07vw, 3.6rem);
    font-weight: 500;
    min-height: 0;
}

h3 {
    font-size: clamp(2rem, 1.77rem + 0.71vw, 2.8rem);
    font-weight: 400;
    min-height: 0;
}

h4 {
    font-size: clamp(1.8rem, 1.63rem + 0.54vw, 2.4rem);
    font-weight: 400;
    min-height: 0;
}

h5 {
    font-size: clamp(1.8rem, 1.74rem + 0.18vw, 2rem);
    font-weight: 400;
    min-height: 0;
}

h1, h2, h3, h4, h5 {
    line-height: 1.4;
}

h1, h2, h3 {
    letter-spacing: .1rem;
}

h4, h5 {
    letter-spacing: .05rem;
}

p {
    margin: 0 0 1em;
}

.p-large {
    font-size: clamp(1.7rem, 1.671rem + 0.14vw, 1.8rem);
    margin: 0;
}

a {
    background-color: transparent;
    text-decoration: none;
    font-weight: 500;
    color: blue;
}

a:visited {
    color: blue;    
}

* {
    box-sizing: border-box;
}

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

input, textarea {
    line-height: normal;
    box-sizing: border-box;
    resize: none;
    font-family: inherit;
    margin-bottom: 2rem;
    background-color: #fff;
    border: .2rem solid #d3d3d3;
    border-radius: .4rem;
    margin: 0;
    box-shadow: inset 0 .1rem .1rem rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
}

input.btn {
    border: none;
}

input:focus,
textarea:focus,
select:focus {
    border: .2rem solid #7cb342;
    outline: 0;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 100rem white inset;
}

select {
    border: .2rem solid #d3d3d3;
    border-radius: .4rem;
    font-family: inherit;
    line-height: normal;
}

button {
    font-size: 100%;
    font-family: inherit;
    font-weight: 500;
    border: 0;
    padding: 0;
}

li {
  
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

video, img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

section {
    position: relative;
    padding-top: 5rem;
    width: 100%;
}

main {
    height: auto;
    min-height: calc(100vh - 40rem);
    margin-top: 10rem;
}



/* ------------------- フェードイン ------------------- */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn-bottom {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1s;
}

.fadein-left {
    transform: translate(-3rem,0);
}

.fadein-right {
    transform: translate(3rem,0);
 }
 
.fadein-up {
    transform: translate(0,-3rem);
}

.fadein-bottom {
    transform: translate(0,3rem);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1s;
}

.slidein-left{
    transform: translate(-100%,0);
}

.slidein-right{
    transform: translate(100%,0);
}

.slidein-up{
    transform: translate(0,-100%);
}

.slidein-bottom{
    transform: translate(0,100%);
}




/* ------------------- ヘッダー ------------------- */

header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: .5rem;
    background: #7cb342;
}

header {
    width: 100%;
    height: 10rem;
    transition: all 0.3s;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(.7rem);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

header.is-scrolled {
    top: -10rem;
    background: rgba(255, 255, 255, 0.9);
}

site-header-Nav ul li a {
}




/* ------------------- ヘッダー ------------------- */

.container-fluid.top {
    position: relative;
    align-items: center;
    padding-top: .5rem;
    height: 100%;
    width: 95%;
}

.login-status span a {
    text-decoration: none;
    font-size: 1.6rem;
}

.header-logo {
    display: flex;
    align-items: center; 
    justify-content: center;
    height: 100%; 
}

.header-logo h1 {
    margin: 0;
}

.header-logo a {
    display: flex;
    color: #333;
    align-items: center;
    font-weight: 500;
}

.header-logo a:visited {
    color: #333;
}

.header-logo a img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: .5rem;
}

.header-logo p {
    margin-bottom: 0;
}

.sp-br {
    display: none;
}

.header-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.header-assist-Nav {
    display: block;
}

.header-assist-Nav ul {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    list-style-type: none;
    align-items: center;
    padding: 0;
}

.header-assist-Nav ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    align-items: center;
}

.header-assist-Nav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #7cb342;
    outline: 0;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0 1.5rem;
}

.header-assist-Nav ul li a:hover {
    text-decoration: underline;
}

.statusBtn, .login-link a {
    background: #7cb342;
    color: #fff!important;
    font-weight: 600;
    border-radius: .7rem;
    padding: .7rem 1.7rem!important;
    cursor: pointer;
}

.user-information a:hover {
    text-decoration: none!important;

}

.user-information:hover {

}

.user-information-subNav {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    color: #2f2f2f;
    max-height: 99999px;
    padding: inherit;
    top: 100%;
    right: 0;
    border: .2rem solid #b5b5b5;
}

.user-information-subNav ul {
    column-gap: 2rem;
    margin: 0;
    padding: 1.7rem;
}

.user-information-subNav li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: inherit;
    padding: .7rem 0!important;
}




/* ------------------- ハンバーガーメニュー ------------------- */
    
#globalMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border-top: .5rem solid #7cb342;
    border-bottom: .5rem solid #7cb342;
    z-index: 1000;
    transition: all .3s;
}

#globalMenu.open {
    opacity: 1;
    visibility: visible;
}

.globalMenu-btn {
    background: #7cb342;
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    z-index: 10000;
}

.globalMenu-btn span {
    display: block;
    z-index: 10000;
    width: 40%;
    margin: 0 auto;
    height: .2rem;
    background: #fff;
    border-radius: .2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - .4rem) / 2);
    transition: all .7s;
}

.globalMenu-lineTop {
    transform: translateY(-1rem);
}

.globalMenu-lineBottom {
    transform: translateY(1rem);
}

.globalMenu--isOpen .globalMenu-lineTop {
    transform: translate(0) rotate(-315deg);
}
.globalMenu--isOpen .globalMenu-lineMiddle {
    opacity: 0;
}
.globalMenu--isOpen .globalMenu-lineBottom {
    transform: translate(0) rotate(315deg);
}

#globalMenu-backCover {
    display: none;
}

#globalMenu-backCover.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(3,3,3,.5);
    z-index: 500;
    display: block;
}

.globalMenu-header {
    display: flex;
    justify-content: right;
    padding: 1rem;
}

.globalMenu-inner {
    position: relative;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    height: auto;
    padding: 10rem 0 5rem;
}

/*.globalMenu-inner:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #7cb342;*/
/*    height: .5rem;*/
/*    width: 100%;*/
/*}*/

/*.globalMenu-inner:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: #7cb342;*/
/*    height: .5rem;*/
/*    width: 100%;*/
/*}*/

.globalMenu-nav {
    height: 100%;
    padding: 0 5%;
}

.globalMenu-col {
    width: 100%;
}

.globalMenu-list {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
	justify-content: end;
	text-align: left;
}

.globalMenu-list li {
    width: 100%;
    opacity: 0;
    border-bottom: .1rem solid #d3d3d3;
    transform: translateY(3rem);
    animation: none;
}

#globalMenu.open li {
    animation: fadeIn-bottom 1s ease forwards;
}

#globalMenu.open li:nth-child(1) {
    animation-delay: 0.1s;
}

#globalMenu.open li:nth-child(2) {
    animation-delay: 0.2s;
}

#globalMenu.open li:nth-child(3) {
    animation-delay: 0.3s;
}

#globalMenu.open li:nth-child(4) {
    animation-delay: 0.4s;
}

#globalMenu.open li:nth-child(5) { 
    animation-delay: 0.5s;
}

#globalMenu.open li:nth-child(6) {
    animation-delay: 0.6s;
}

#globalMenu.open li:nth-child(7) {
    animation-delay: 0.7s;
}
    
.globalMenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit!important;
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 2.2rem;
    letter-spacing: .2rem;
    line-height: 6rem;
    transition: all .2s;
}

.globalMenu-link:hover {
    color: #7cb342!important;
}

.globalMenu-arrow {
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    color: #7cb342;
    font-size: 1.6rem;
}

.globalMenu-footer li a:hover {
    color: #7cb342;
    text-decoration: underline;
}

.globalMenu-closeBtn {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 3rem;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .2rem;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

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




/* ------------------- パンくずリスト ------------------- */

.breadcrumbs-container {
    padding-top: 5rem;
}

.breadcrumbs-inner {
    padding: 1.5rem 0;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs i {
    vertical-align: middle;
    margin: 0 .5em;
    font-size: .9em;
    color: #777;
    
}




/* ------------------- TOP画像 ------------------- */

#eyecatch {
    background: #fff;
    padding-top: 0;
}

.eyechatch-inner {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 50vh;
    /*background: linear-gradient(to right, #ffe259, #ffa751);*/
    /*background: linear-gradient(to right, #56ab2f, #a8e063);*/
    /*background: linear-gradient(to bottom, #76b852, #8dc26f);*/
    background: #e8f2e9;
}

.eyecatch-slide-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 7.7rem 2rem;
    height: auto;
}

.eyecatch-slide-wrapper img {
    width: 100%;
    height: 70vh;    
    object-fit: cover;
}

.slide-aspect-box {
    overflow: hidden;
    width: 100%;
}

.eyecatch-slide {
    position: relative;
}

.eyecatch-slide .slick-prev::before  {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 3rem;
}

.eyecatch-slide .slick-next::before  {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 3rem;
}

.eyecatch-slide .slick-prev,
.eyecatch-slide .slick-next {
    display: none!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 6rem;
    z-index: 50;
    background: none;
    border: none;
    cursor: pointer;
}

.slide-show {
    animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.slide-paused:hover .slide-show {
    animation-play-state: paused;   
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}

.top-catchcopy {
    position: absolute;
    z-index: 10;
    bottom: 20%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    font-family: Nunito, sans-serif;
}

.top-catchcopy p {
    font-size: clamp(2.8rem, 3vw + 1.5rem, 4.5rem);
    font-weight: 500;
    letter-spacing: .1em;
    white-space: normal;
    margin: 0;
    padding: 1rem 2rem;
    background: #878576;
    color: #fff;
}




/* ------------------- 表示列 ------------------- */

.container-fluid {
    margin: 0 auto;
    width: 75%;
}

.sub-contents {
    width: 23%;
    margin: 0;
}


.col-double {
    display: flex;
    justify-content: center;
    min-height: 100%;
}




/* ------------------- セクションバッジ ------------------- */




/* ------------------- ページ見出し ------------------- */

.home-section-header {
    margin-bottom: 4rem;    
}

.page-header {
    position: relative;
    width: 100%;
    height: 30rem;
    padding: 0;
}

.page-header-bg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: -70px;
    border-radius: 0px 0px 25vw 0px;
    background-color: #f9f9f9;
}

.page-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 25vw 0px;
    background: #f1f8e9;
    /*background: linear-gradient(0deg, #f1f8e9 0%, #e8f5e8 40%, #f9fbe7 70%, #fff8d9 100%);*/
}

.page-header-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-header-image {
    background: url(../img/pageHeader/cosmos.jpg) no-repeat center top;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#page-header-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    /*background-color: rgba(3,3,3,.5);*/
}




/* ------------------- 見出し ------------------- */

main h1 {
    width: 100%;
    color: #485269;
    clear: both;
    margin: 0;
}

.h1-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

h1.pageTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.8rem, 2.4rem + 1.1vw, 4.2rem);
    z-index: 1;
}

.pageSubTitle {
    font-size: clamp(1.375rem, 1.196rem + 0.89vw, 2rem);
    font-weight: 700;
    margin: 0;
    letter-spacing: .2em;
    color: #539b5a;
    z-index: 1;
}


.page-header .h1-wrapper {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0%;*/
    /*z-index: 3;*/
    /*transform: translateY(-50%);*/
    /*background-color: rgba(0, 0, 0, 0.3);*/
    /*padding: 4rem 0;*/
}


/* 緑の薄い円（背面） */
/*.h1-wrapper::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 25%;*/
/*  top: 55%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: clamp(25rem, 22.1rem + 9.8vw, 35rem);*/
/*  height: clamp(25rem, 22.1rem + 9.8vw, 35rem);*/
/*  background: #e8f2e9;*/
/*  border-radius: 60% 40% 70% 30% / 40% 50% 60% 50%;*/
/*  z-index: -1;*/
/*}*/

/* 黄色の薄い円（前面） */
/*.h1-wrapper::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 70%;*/
/*  top: 40%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: clamp(18rem, 16.1rem + 6.5vw, 25rem);*/
/*  height: clamp(18rem, 16.1rem + 6.5vw, 25rem);*/
/*  background: #fdf3c3;*/
/*  border-radius: 40% 60% 35% 65% / 55% 45% 65% 35%;*/
/*  z-index: -1;*/
/*}*/


.h2-wrapper.left{
    text-align: left;
    width: 100%;
}

.h2-wrapper.center{
    text-align: center;
    width: 100%;
}

.h2-wrapper h2 {
    font-size: clamp(2.4rem, 2.05rem + 1.07vw, 3.6rem);
    margin: 0 0 1rem;
}

.h2-wrapper p {
    font-size: clamp(1.375rem, 1.232rem + 0.71vw, 1.875rem);
    font-weight: 700;
    margin: 0;
    letter-spacing: .2em;
    color: #539b5a;
}

.h2-wrapper p.underline {
    border-bottom: 1px solid #7cb342;
    width: fit-content;
    margin: 0 auto;
}





/* ------------------- HOME-SECTION ------------------- */
.home-section {
    display: flex;
    flex-direction: column;
    padding: 7rem 0;
}

.home-section-inner-vertical {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.home-section-inner-horizontal {
    display: flex;
    gap: 5vw;
    align-items: stretch;
    position: relative;
    margin-bottom: 3rem;
}

.home-bg-shift {
    
}




/* ------------------- ABOUT ------------------- */

#about {
    overflow: hidden;
    position: relative;
    /*background: #fff8f2;*/
}

#about::before {
    content: "";
    position: absolute;
    top: -10rem;
    right: -15rem;
    width: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    height: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    background: #f1f8e9;
    border-radius: 50%;
    z-index: 0;
    mix-blend-mode: multiply;
}

#about::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15rem;
    width: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    height: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    background: #fff8d9;
    border-radius: 50%;
    z-index: 0;
    mix-blend-mode: multiply;
}

/*.home-about-intro {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 2rem;*/
/*}*/

/*.home-about-intro-top img {*/
/*    max-width: 10rem;*/
/*}*/

.home-about-content {
    position: relative;
    max-width: 70rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin: 0 auto;
    z-index: 10;
}

/*.home-about-content {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-around;*/
/*    align-items: stretch;*/
/*}*/

.home-about-catchcopy {
    width: auto;
}

.home-about-philosophy {
    text-align: center;
    line-height: 2;
}

.home-about-philosophy span {
    color: #7cb342;
    font-size: inherit;
}

.home-about-sentences {
    max-width: 70rem;
    margin: 0 auto;
}

.home-about-sentences p {
    text-align: center;
    width: fit-content;
    width: auto;
    line-height: 2;
}

.home-about-sentences p:not(:last-of-type) {
    margin-bottom: 2rem;
}

.home-about-sentences .btn-tc-wrapper {
    margin-top: 4rem;
}

/*.home-about-philosophy-inner {*/
/*    max-width: 100rem;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1.5em;*/
/*}*/

/*.home-about-philosophy-inner p {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*}*/

.page-index-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.page-index-item {
    width: 30%;
}

.page-index-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 0;
    color: #333;
    text-decoration: none;
    border-bottom: .1rem solid #d3d3d3;
    transition: all .3s;
}

/*.page-index-link:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    height: .5em;*/
/*    width: .5em;*/
/*    background: #7cb342;*/
/*    border-radius: 50%;*/
/*}*/

.page-index-link:after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900;
    color: #7cb342;
    transition: all .3s;
}

.page-index-link:hover {
    color: #7cb342;
    border-bottom: .1rem solid #7cb342;
}

.page-index-link:hover:after {
}

.page-index-link:visited {
    color: #333;    
}

.about-bg-circle {
    position: absolute;
    width: clamp(30rem, 24.286rem + 17.86vw, 50rem);
    height: clamp(30rem, 24.286rem + 17.86vw, 50rem);
    border-radius: 50%;
    z-index: -1;
}

.about-bg-circle.green {
    background: #f1f8e9;
}

.about-bg-circle.yellow {
    background: #fff8d9;
}

.about-bg-circle.left {
    bottom: -120px;
    left: -180px;
}

.about-bg-circle.right {
    bottom: -120px;
    right: -180px;
}

.about-bg-circle.left {
    bottom: -120px;
    left: -180px;
}

.about-bg-circle.right {
    bottom: -120px;
    right: -180px;
}

.about-section {
    display: flex;
    flex-direction: column;
}

.about-section:nth-child(2n+1) {
    /*background: #f1f8e9;*/
}

.about-section-title {
    position: relative;
    letter-spacing: .1em;
    padding-bottom: 1em;
}

.about-section-title:after {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*content: "・・・";*/
    /*color: #7cb342;*/
    /*font-size: .7em;*/
}

.about-section p {
    width: fit-content;
    margin: 0 auto;
}


.home-about-flbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 7rem;
}

.home-about-flbox:last-of-type {
    margin-bottom: 5rem;
}

.home-about-flbox.pc-reverse {
    flex-direction: row-reverse;
}

.home-about-image {
    width: calc(100% * 9 / 16);
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 2.5rem;
}

.home-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-text {
    width: calc(100% * (1 - 9 / 16));
}

.home-about-text-inner {
    width: 77%;
    margin: 0 auto;
}

.home-about-intro-bottom p,
.home-about-text p {
    display: inline-block;
    white-space: pre-wrap;
    text-align: left;
}

.about-image-grid {
    max-width: 100rem;
    margin: 0 auto;
    display: grid;
    gap: 0 1%;
    grid-template-columns: repeat(2, 1fr);
}

.about-image-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.about-content {
}

.about-intro {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-intro-top img {
    max-width: 7.7rem;
}

.about-intro-bottom {
}

.about-philosophy {
    width: 100%;
}

.about-philosophy-inner {
    max-width: 100rem;
    margin: 0 auto;
}

.about-philosophy-inner p {
    display: inline-block;
    margin-bottom: 2rem;
    text-align: left;
}

.about-flbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 7rem;
}

.about-flbox:last-of-type {
    margin-bottom: 5rem;
}

.about-flbox.pc-reverse {
    flex-direction: row-reverse;
}

.about-image {
    width: calc(100% * 9 / 16);
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 2.5rem;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    width: calc(100% * (1 - 9 / 16));
}

.about-text-inner {
    width: 77%;
    margin: 0 auto;
}

.about-intro-bottom p,
.about-text p {
    display: inline-block;
    white-space: pre-wrap;
    text-align: left;
}

.about-content h3 {
    border-left: .5rem solid #7cb342;
    padding: 0 0 0 1rem;
    margin: 0 0 3rem;
    clear: both;
}

.about-text-inner > .btn-bg {
    width: 100%;
}




/* ------------------- BLOG ------------------- */

#blog {
    /*background: #fff;*/
}

.blog-slide {
    position: relative;
}

.blog-slide-wrapper {
    width: 100%;
    overflow: hidden;  
}

.blog-slide .slick-slide {
}

.blog-slide .slick-track {
    display: flex !important;
}

.blog-progress {
    width: 100%;
    height: .4rem;
    background: #d6d6d6;
    border-radius: 7rem;
    overflow: hidden; 
}

.blog-progress-bar {
    display: block;
    height: 100%;
    width: 0%;
    background: #7cb342;
    transition: width .3s ease;
}


.blog-slide {
    max-width: 100%;
    display: flex;
    gap: 0 2rem;
    margin: auto;
}

.blog-slide-controls {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.blog-slide-dots {
    order: 2;
}

/* arrows */
.blog-slide-controls .slick-prev,
.blog-slide-controls .slick-next {
    position: static;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #fff;
    border: .1rem solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    transition: all .3s ease;
}

.blog-slide-controls .slick-prev {
    order: 1;
}

.blog-slide-controls .slick-next {
    order: 3;
}

.blog-slide-controls .slick-prev:hover,
.blog-slide-controls .slick-next:hover {
    border: .15rem solid #7cb342;
    background: #7cb342;
}

.blog-slide-controls .slick-prev.slick-disabled,
.blog-slide-controls .slick-next.slick-disabled {
    opacity: .25;
}

.blog-slide-controls .slick-prev.slick-disabled:hover,
.blog-slide-controls .slick-next.slick-disabled:hover {
    background: #fff;
    cursor: default;
}

.blog-slide-controls .slick-prev::before,
.blog-slide-controls .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #7cb342;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blog-slide-controls .slick-prev::before {
    content: "\f053";
}

.blog-slide-controls .slick-next::before {
    content: "\f054";
}

.blog-slide-controls .slick-prev:hover::before,
.blog-slide-controls .slick-next:hover::before {
    color: #fff;
}

/* dots */
.blog-slide-controls .slick-dotted.slick-slider {
    margin: 0;
}

.blog-slide-controls .slick-dots {
    position: unset;
    display: flex;
    gap: .5rem;
    margin: 0;
    padding: 0;
}

.blog-slide-controls .slick-dots li {
    width: .7rem;
    height: .7rem;
    background-color: #d3d3d3;
    border-radius: 7rem;
    cursor: pointer;
    transition: transform .3s ease;
}

.blog-slide-controls .slick-dots .slick-active {
    background: #7cb342;
}

.blog-slide-controls .slick-dots li:hover {
    background-color: #7cb342;
}

.blog-slide-controls .slick-dots li button {
    appearance: none;
    text-indent: -100rem;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.blog-slide-controls .slick-dots li button::before {
    content: none;
}

.blog-slide-controls:after {
    order: 4;
    content: '';
    display: block;
    width: auto;
    margin-right: 1rem;
    height: .1rem;
    border-top: .1rem solid #d3d3d3;
    flex-grow: 1;
    flex-shrink: 1;
}

.blog-grid {
    margin-bottom: 4rem;
}

.blog-grid ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2.5%;
}

/*.blog-grid-item {*/
/*    border-bottom: .1rem solid #d3d3d3;*/
/*}*/

.blog-grid-item a {
    cursor: pointer;
    color: inherit;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: no-wrap;
    width: 100%;
    height: 100%;
    transition: all .7s;
    padding-bottom: 2rem;
}

.blog-slide .blog-grid-item a {
    padding: 0 .2rem;
}

.blog-grid-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 0;
    overflow: hidden;
    border-radius: .7rem;
}

.blog-grid-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    transition: all .7s;
    object-fit: cover;
}

.blog-grid-item a:hover .blog-grid-thumbnail img {
    transform: scale(1.08);
}

.blog-grid-content {
    margin-top: .7rem;
    padding: .5rem 0;
    width: 100%;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    transition: all .2s;
    height: auto;
}

.blog-grid-item a:hover .blog-grid-content {
    text-decoration: underline;
}


.blog-grid-title {
    margin: 0;
    font-weight: 500;
    font-size: clamp(1.6rem, 1.54rem + 0.29vw, 1.8rem);
    text-align: left;
}

.blog-grid-meta {
    margin: 0;
    text-align: left;
}

.goto-blog {
    display: block!important;
    margin: 2rem auto 0;
}




/* ------------------- NEWS ------------------- */

#news {
    background: #fff;
}

.home-news-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
}

.home-news-content {
    flex-grow: 1;
}

.news-list {
}

/*.news-list-header {*/
/*    padding: 1rem 0;*/
/*    text-align: center;*/
/*}*/


.news-list-item a {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: .1rem solid #d3d3d3;
    padding: 3rem 0;
}

.news-list-item:first-child a {
    border-top: .1rem solid #d3d3d3;
}

.news-list-item a:hover p {
    color: #7cb342!important;
}

.news-list-item a:visited {
    color: #3e3e3e;
}

.news-list-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.category-badge {
    padding: .3em 1em;
    border-radius: 7rem;
    font-size: 0.85em;
}

.category-badge {
    background: #f0f8f0;
    color: #539b5a;    
}

/*.category-badge.news {*/
/*    background: #dceefc;*/
/*    color: #155e9b;    */
/*}*/

/*.category-badge.event {*/
/*    background-color: #ffe5cc;*/
/*    color: #f28c28;    */
/*}*/

.news-list-meta time {
    margin-right: 1rem;
    color: #3e3e3e;
}

.news-list-title {
    margin: 0;
    flex: 1;
    text-align: left;
    color: #3e3e3e;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes arrowSlideToLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(-3rem);
        opacity: 0;
    }
    41% {
        transform: translateX(3rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes arrowSlideToRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(3rem);
        opacity: 0;
    }
    41% {
        transform: translateX(-3rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.news-list-arrow {
    position: absolute!important;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    background: #f9f9f9;
}

.news-list-item a:hover .news-list-arrow {
    background: #7cb342;
    color: #fff;
    transform: translate(.7rem, -50%);
}

.home-news-content .btn-tc-wrapper {
    margin-top: 4rem;
}

.align-left {
    text-align: left;
}

.news-header {
    display: flex;
    justify-content: space-between;
}

.news-header h3 {
    padding: 0;
    margin: 0;
    border: none;
}


#news-filter-aside {
    
}

#news-filter {
    width: 100%;
    overflow: hidden;
}

#news-filter .cat-nav {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    border-bottom: .1rem solid #d3d3d3;
}

.cat-nav-list {
    display: flex;
}

#news-filter-aside .cat-nav-list {
    flex-direction: column;
}

#news-filter .cat-nav-list {
    flex-direction: row;
}

#news-filter .cat-nav-item {
    width: calc(100% / 3);
    line-height: 1em;
}

#news-filter .cat-nav-item:nth-last-child(n+4),
#news-filter .cat-nav-item:nth-last-child(n+4) ~ .cat-nav-item {
    width: 27%;
}
    
#news-filter .cat-nav-item.is-active a {
    color: #7cb342;
    border-bottom: .2rem solid #7cb342;
}

#news-filter .cat-nav-item a:before {
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    width: .1rem;
    height: 30%;
    background-color: #d3d3d3;
}

#news-filter .cat-nav-item:last-child a:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: .1rem;
    height: 30%;
    background-color: #d3d3d3;
}

#news-filter .cat-nav-item a:hover {
    color: #7cb342;
    border-bottom: .2rem solid #7cb342;
}

.cat-nav-item a {
    position: relative;
    display: flex;
    align-items: center;
    color: #d3d3d3;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
}

#news-filter-aside .cat-nav-item a {
    justify-content: flex-start;
    padding: 1rem 0;
}

#news-filter .cat-nav-item a {
    justify-content: center;
    padding: 2rem 0;
    border-bottom: .2rem solid #fff;
}

.cat-nav-item a:hover {
    transition: all .2s;
}

.cat-nav-item.is-active a {
    color: #7cb342;
}

.cat-nav-item a:hover {
    color: #7cb342;
}

.cat-nav-item a:visited {
    color: #d3d3d3;
}

#news-filter-aside.cat-nav-item span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5em;
}

#news-filter .cat-nav-item span {
    align-items: center;
}




/* ------------------- NEWS & ARTICLE ------------------- */
.post-header {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: .1rem dotted #333;
}

.post-header-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}




/* ------------------- BOARD ------------------- */

#board {
}

.board-genre-grid {
    margin-bottom: 4rem;
}

.board-genre-grid ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem 1%;
    align-items: stretch;
}

.board-genre-grid-item {
  position: relative;
  overflow: visible;
  text-align: center;
}

.board-genre-grid-item a {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: .7rem;
    transition: all .2s;
}

.board-genre-grid-item a:hover img {
    transform: scale(1.1);
}

.board-genre-thumbnail {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.board-genre-thumbnail img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.board-genre-content {
    padding: .5rem 1rem;
    width: 100%;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    transition: all .2s;
    height: auto;
}

.board-content {
    padding: 4rem 3rem;
    border-radius: 7px;
    border: .1rem solid #d3d3d3;
    background: #fff;
    margin: 0 auto 4rem;
    height: auto;
    text-align: center;
}

.board-content h1, .board-content h2 {
    font-weight: normal;
}

.topics-list-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 1%;
}

.topics-list-item {
    width: 100%;
    margin-bottom: 2%;
}

.topics-list-item {
    margin-bottom: 2rem;
    overflow: hidden;
}

.topics-list-item a {
    border: .2rem solid #d3d3d3;
    padding: 2rem 1.5rem;
    cursor: pointer;
    color: inherit;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    width: 100%;
    transition: all .2s;
}

.topics-list-item a:visited {
    color: inherit;
}

.topics-list-thumbnail {
    float: left;
    position: relative;
    width: 7rem;
    height: 7rem;
}

.topics-list-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    border-radius: 50%;
    box-sizing: border-box;
    border: .2rem solid #fff;
    box-shadow: 0px .1rem 6px rgba(0, 0, 0, 0.25);
}

.topics-list-item-content {
    width: calc(100% - 7rem);
    padding-left: 1rem;
    box-sizing: border-box;
}

.ans-list, .topic-list {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 0 auto;
    width: 100%;
}

#commentsBlock {
}

.commentsBlock_Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background: #fff;
}

.commentsBlock_Header span.commentsBlock_Header_date {
    font-size: 1.5rem;
}

.commentsBlock_Header p {
    margin: 0;
    font-weight: 600;
}

.submitted-contents {
    width: 100%;
    display: inline-block;
    padding: 2rem 0;
    border-bottom: .1rem solid #d3d3d3;
}

.submitted-contents:first-child {
    border-top: .1rem solid #d3d3d3;
}

.submitted-contents.top {
    border: none!important;
}

.submitted-contents-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.submitted-contents-meta::after {
    content: "";
    display: block;
    clear: both;
}

.meta-before-report {
    display: flex;
    justify-content: end;
}

.meta span, .meta a {
    font-size: 1.5rem;
    color: #7B7B7B;
}

.reply-target-name {
    text-align: initial;
}

a.reply-link {
    margin-right: 5px;
    margin-left: 0px;
    text-decoration: underline!important;
    cursor: pointer;
}

a.reply-no-link {
    color: blue;
    margin-right: 1.5rem;
    margin-left: 0;
    text-decoration: none;
}

a.name {
    float: left;
    color: #2f2f2f;
    margin-right: 1.5rem;
    font-weight: bold;
}

span.commentNum, span.date, span a.number {
    font-size: 1.3rem;
    color: #777;
    margin-right: 1.5rem;
} 

span a.number {
    text-decoration: none;
}

span a.number:hover {
    color: #7cb342;
    }

.report.hover-yellow {
    font-size: 1.5rem;
    display: inline-block;
    float: right;
}

.submitted-message {
    display: block;
    text-align: left;
    overflow-wrap: break-word;
    padding: 2rem 0;
    font-size: 1.6rem;
}

.comment {
    color: #2f2f2f;
    padding: 1rem 0;
}

h2.createComment {
    margin: 6rem 0 2rem;
}

#reply-modal {
    z-index: 100;
    padding: 2rem;
    background: #fff;
    border: .2rem solid #b5b5b5;
    text-align: center;
    position: absolute;
}

#reply-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

#reply-modal-header label {
    font-size: 1.5rem;
}

#reply-modal-closeBtn {
    font-size: 1.5rem;
    cursor: pointer;
    border: none;
    background: none;
    display: contents;
    color: #7cb342;
}

.replyBtn:hover, #reply-modal-closeBtn:hover {
    opacity: .7;
}

h2#createTopic, h2#createComment {
    margin-top: 7rem;
}

.form-close {
    border: none;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.submitted-modal {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 0 auto;
    width: 80%;
    min-width: 15rem;
    max-width: 57.5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

.submitted-modal.submitted-contents.reply_link {
    color: #2f2f2f;
    text-decoration: none;
}

.report-form {
    margin-top: 2rem;
}

.form-header, .reply-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-header-before {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.form-header h3 {
    margin-left: 1rem;
}




/* ------------------- CONTACT ------------------- */

#contact {
    overflow: visible;
    position: relative;
    /*background: #f3f3f3;*/
}

#contact::before {
    content: "";
    position: absolute;
    top: -10rem;
    right: -15rem;
    width: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    height: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    background: #f1f8e9;
    border-radius: 50%;
    z-index: -1;
    mix-blend-mode: multiply;
}

#contact::after {
    content: "";
    position: absolute;
    bottom: -10rem;
    left: -15rem;
    width: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    height: clamp(30.0rem, 24.286rem + 17.86vw, 50.0rem);
    background: #fff8d9;
    border-radius: 50%;
    z-index: -1;
    mix-blend-mode: multiply;
}


#contact .home-section-inner-vertical {
    padding: 4rem 2.5rem;
}

#contact .home-section-header {
    
}

.home-contact-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: calc(4vw + 3%);
    border-radius: 2.5rem;
}

.home-contact-content > * {
    flex: 1;
    width: 100%;
}

.home-contact-text {
    margin-bottom: 0;
}


.home-contact-button > .btn-bg {
    line-height: 4rem;
    width: 100%;
}




/* ------------------- ACCESS ------------------- */

#access {
}

.home-map-container {
    height: 40rem;
    overflow: hidden;
}




/* ------------------- POST ------------------- */

.post {
    max-width: 100rem;
    height: auto;
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
}

.post-body p {
    font-size: 1.8rem;
}

.post-body img {
    width: 100%;
    object-fit: cover;
}

.post-thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 5 / 3;
}

.rule-content {
    text-align: left;
}

.post h1, .rule-content h1 {
    text-align: left;
    margin: 0 0 1rem 0;
    padding: 0;
    line-height: 1.5;
}

.post h2 {
    margin: 2rem 0;
    clear: both;
}

.post h3, .rule-content h3 {
    border-left: .5rem solid #7cb342;
    padding: 0 0 0 1rem;
    margin: 5rem 0 2rem;
    clear: both;
}

.alert {
    color: #ef3f56;
}

.rule-accordion-wrapper {
    margin: 2rem 0;
}

.rule-accordionBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 1.5rem 1rem;
    cursor: pointer;
    font-weight: bold;
    color: inherit;
    background-color: #f0c250;
    box-shadow: 0px .1rem .5rem rgba(0,0,0,.5);
}

.rule-accordionBtn:hover {
    opacity: 0.7;
}

.rule-accordion-inner {
    overflow: auto;
    height: 40rem;
    margin: 0 0 2rem 0;
    border: .1rem solid #b5b5b5;
}

.rule-content {
    padding: 4rem 1rem;
    border-radius: 7px;
    background: #fff;
    height: auto;
}

.rule-content h2 {
    font-weight: 500;
    background: #7cb342;
    color: #fff;
    padding: 1.4rem 1.2rem;
    margin: 0 0 3rem 0;
    clear: both;
}

.rule-content p {
    margin: 0;
}




/* ------------------- PAGER ------------------- */

.pager {
    margin: 5rem 0;
}

.post-pager {
    margin: 7rem 0;
}

.pager > p {
    text-align: center;
    margin-bottom: 1rem;
}

ul.skin-paging {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    width: 100%;
    margin: 0;
}

ul.skin-paging li {
    border: none;
    width: 5rem;
    height: 5rem;
    margin: 0 .5rem;
}

ul.skin-paging li span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: inherit;
    width: 100%;
    height: 100%;
    line-height: 5rem;
    border-radius: 50%;
    background: #7cb342;
    color: #fff;
}

ul.skin-paging li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: inherit;
    width: 100%;
    height: 100%;
    line-height: 5rem;
    border-radius: 50%;
    color: #7cb342!important;
    background: #f7f7f7;
}

ul.skin-paging li a:hover {
    background: #7cb342;
    color: #fff!important;
    opacity: 1.0;
}

.post-pager-list {
    display: flex;
    align-items: center;
}

.post-pager-item.prev {
    margin-right: auto;
}

.post-pager-item.next {
    margin-left: auto;
}

#modalBody {
    white-space: pre-wrap;
}




/* ------------------- BUTTON ------------------- */

button,
a.btn-bg,
input.btn-bg {
    display: block;
    position: relative;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.5;
    width: fit-content;
    border: .1rem solid transparent;
    transition: all .2s;
    cursor: pointer;
}

button {
    letter-spacing: 0.1rem;
    padding: 1.5rem 0;
    text-decoration: none;
}

a.btn-bg {
    letter-spacing: 0.1rem;
    padding: 1.5rem 3rem;
    margin: 0 auto;
    font-weight: 500;
    border-radius: 7rem;
    text-decoration: none;
}

input.btn-bg {
    display: block;
    letter-spacing: 0.1em;
    padding: 1.5rem 3rem;
    margin: 0 auto;
    font-weight: 500;
    border-radius: 7rem;
    text-align: center;
    width: auto!important;
}

.btn-bg.green {
    color: #fff;
    background: #7cb342;
}

.btn-bg.pink {
    color: #fff;
    background: #ed828b;
}

.btn-bg.gray {
    color: #333;
    background: #f9f9f9;
}

.btn-bg.white {
    color: #333;
    background: #fff;
    border-color: #777;
}

.btn-bg.green:hover {
    background: #ed828b;
}

.btn-bg.gray:hover {
    color: #fff!important;
    background: #7cb342;
}

.btn-bg.white:hover {
    color: #fff!important;
    background: #7cb342;
    border-color: transparent;
}

a.btn-bg.green:visited {
    color: #fff;
}

a.btn-bg.gray:visited {
    color: #333;
}

a.btn-bg.white:visited {
    color: #333;
}

.btn-bg-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
}

.btn-bg-grip {
    margin-right: .7em;
}

button.form-close {
    border: none;
    background: #fff;
    color: #2f2f2f;
}

button.form-close:hover {
    background: #fff;
}

button.selectCancel {
    letter-spacing: unset;
}

.btn-tc-wrapper.left {
    display: flex;
    justify-content: flex-start;
}

.btn-tc-wrapper.center {
    display: flex;
    justify-content: center;
}

.btn-tc-wrapper.right {
    display: flex;
    justify-content: right;
}

.btn-tc {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    cursor: pointer;
}

.btn-tc:hover .btn-tc-text {
    transition: all .2s;
}

.btn-tc:visited .btn-tc-text {
    color: #333;
}

.btn-tc-text {
    color: #333;
}

.btn-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 4.5rem;
    height: 4.5rem;
    border: .2rem solid transparent;
    border-radius: 100rem;
    transition: all .3s;
}

.btn-tc:hover .btn-circle.left {
    transform: translateX(-.7rem);
}

.btn-tc:hover .btn-circle.right {
    transform: translateX(.7rem);
}

.btn-circle.green {
    background: #7cb342;
    color: #fff;
    border-color: #7cb342;
}

.btn-tc:hover .btn-circle.green {
    background: #fff;
    color: #7cb342;
    border-color: #7cb342;
}

.btn-circle.gray {
    background: #f9f9f9;
    color: #333;
}

.btn-tc:hover .btn-circle.gray {
    background: #7cb342;
    color: #fff;
}

.loginBtn a {
    color: #fff!important;
    font-weight: bold;
}

.signupBtn a {
    color: #fff!important;
    font-weight: bold;
}

.loginBtn a:hover,
.signupBtn a:hover,
.profileBtn a:hover,
.logoutBtn a:hover {
    opacity: 0.7;
}

.createBtn {
    background: #7cb342!important;
    margin: 2rem 0!important;
    color: #fff!important;
    border-color: #7cb342!important;
}

.form-switch.btn {
    color: #fff;
    font-weight: bold;
    background: #7cb342;
    margin-bottom: 2rem;
}

.form-switch.btn:hover {
    background: #cfa34c;
}

#submitBtn {
    position: relative;
    display: inline-block;
}

.lastConfirmBtns {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
}

#comment-confirm-yes,
#reply-confirm-yes,
#make-confirm-yes {
    background: #7cb342!important;
    border-radius: .5rem!important;
    height: 4.4rem!important;
    width: 13rem!important;
    margin: 0!important;
}

#comment-confirm-no,
#reply-confirm-no,
#make-confirm-no {
    background: #7cb342!important;
}

.replyBtn {
    font-size: 1.5rem;
    cursor: pointer;
    min-width: unset;
    float: left;
    background: #fff;
    padding: 1rem 0!important;
}

.selectCancel {
    font-size: 1.4rem;
    cursor: pointer;
    min-width: unset;
    background: #fff;
}

.replyBtn i {
  margin-right: .2rem;
}

.triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: .7rem;
  right: .7rem;
  border-left: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #7cb342;
}

.thumbnail-preview {
  width: 50%;
  height: 50%;
  margin: 0 auto;
}

.entry-form textarea {
  height: 50rem;
}




/* ------------------- FORM ------------------- */

#main-form table {
    padding: 0;
    overflow: hidden;
    width: 100%;
    border: .1rem solid #b5b5b5;
    background: #fff;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

#main-form tr {
    border-top: .1rem solid #b5b5b5;
}

#main-form tr:first-child, #comment-form tr:first-child, #reply-form tr:first-child {
    border-top: none;
}

#main-form th {
    width: 30%;
    height: auto;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    background: #f7f7f7;
    border-right: .1rem solid #b5b5b5;
}

#main-form td {
    margin: 0;
    width: 70%;
    padding: 1rem;
    text-align: left;
}

#main-form .formField-title {
    display: inline-block;
    line-height: 4rem;
}

#main-form .formField-title.required::before {
    content: "必須";
    display: inline-block;
    width: 3rem;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    background-color: rgb(244, 56, 56);
    border-radius: .2rem;
    margin-right: 1.5rem;
}

#main-form input,
#main-form textarea,
#comment-form input,
#comment-form textarea,
#reply-form input,
#reply-form textarea {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 1.6rem;
}

#main-form input.btn {
    height: fit-content;
    width: auto;
}

#comment-form input,
#reply-form input {
    margin-bottom: 2rem;
}

#main-form textarea,
#comment-form textarea,
#reply-form textarea {
    height: 25rem;
}

#main-form select {
    height: 4rem;
    box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    font-size: 1.6rem;
}


#comment-form table,
#reply-form table {
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
}

#comment-form tr,
#reply-form tr {
    margin-bottom: 2rem;
}

#comment-form td,
#reply-form td {
    margin: 0;
    width: 100%;
    text-align: left;
}

#main-form ul.radio-list {
    display: block;
    margin: 0;
    padding: 0;
}

#main-form ul.radio-list li {
    display: inline;
    vertical-align: middle;
    border: none;
    margin-right: 1rem;
}

#main-form ul.radio-list li label{
    vertical-align: middle;
}

#main-form input.radio.gender {
    width: 5%;
    height: 1.4rem;
    margin: 0;
    vertical-align: middle;
}

#comment-form ul.radio-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
    padding: 0;
}

#comment-form ul.radio-list li {
    display: flex;
  	flex-direction: column;
    align-items: center;
    margin: 0 0 2rem 0;
    width: calc(100% / 6);
    height: auto;
}

#comment-form input.radio.topicIcon {
    width: 100%;
    height: 2rem;
    margin: 0;
    vertical-align: middle;
    box-shadow: none;
}

#comment-form ul.radio-list li img {
    width: 50%;
    aspect-ratio: 1 / 1;
    margin-bottom: 1rem;
}

.search-form {
    position: relative;
    display: block;
    margin-bottom: 5rem;
    width: 100%;
}

.search-form input {
    height: 4rem;
    background: #fff;
    width: 100%;
}

.search-form button {
    background: none;
    border: none;
    border-radius: 0 .7rem .7rem 0;
    min-width: unset;
    width: 4rem;
    height: 4rem;
    padding: 0;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.fa-search.article-search:before {
    color: #7cb342;
    width: 4rem;
    height: 4rem;
}

.form-confirm-btns {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

span#topicSearch.btn,
span#blogearch.btn {
  height: 4rem;
  display: inherit;
}


.article-meta {
  font-size: 1.5rem;
  color: #7b7b7b;
}

.article-meta a {
  display: inline-block !important;
}

a.categoryBtn:hover {
  opacity: 0.7;
}

.meta-title {
  font-size: 1.5rem;
  font-weight: bolder;
}

.hover-yellow {
  color: #7cb342!important;
  text-decoration: none;
}

.hover-yellow:hover {
  color: #B98E51!important;
}


.setting-alert {
    display: inline-block;
    text-align: left;
}




/* ------------------- SUB-CONTENT ------------------- */

.sub-inner {
    padding: 0;
    padding-bottom: 7rem;
}

.sub-item {
    background: #fff;
    /* box-shadow: 0 0 3px 0 #c0c0c0; */
    text-align: center;
    margin-bottom: 5rem;
    padding: 2rem;
    position: relative;
    border-radius: .7rem;
    border: .1rem solid #d3d3d3;
    word-break: break-all;
    /*box-shadow: 0px 0px 3px #d3d3d3;*/
}

.sub-item.search {
    padding: 0;
    border: none;
}

.sub-item ul {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.sub-item li {
    width: 100%;
    text-align: left;
    border-bottom: .1rem #7cb342 dotted;
}

.sub-item li a {
    text-decoration: none;
    display: block;
    width: 100%;
    color: #2f2f2f;
    padding: 1rem;
}

.sub-item li a:hover {
    color: #7cb342;
}

.sub-item li span,
.topic-list li span {
    margin-right: 1rem;
}

.sub-item.sub-list {
    padding-bottom: 2rem;
}
.sub-item .search-form input {
    margin: 0;
}

.sub-item h4 {
    width: 100%;
    padding: .7rem 1.4rem;
    font-size: 1.7rem;
    color: #7cb342;
    border-bottom: .1rem solid #7cb342;
    margin: 0;
    font-weight: bold;
}

.sub-item-inner {

}

.sub-item.rule a:hover {
    font-size: 1.6rem;
    opacity: 0.7;
}

.sub-item h5 {
    font-family: "Avenir-Next";
    font-size: 1.5rem;
    margin-top: 3.5rem;
    margin-bottom: .5rem;
}

.sub-item p {
    color: #7B7B7B;
    font-size: 1.2rem;
    line-height: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 4rem;
}

.sub-item.news a.hover-yellow {
    font-weight: bold;
    color: #ef3f56;
}

.sub-item.news a.hover-yellow:hover {
    color: #7cb342;
}

.sub-item.news ul {
    padding: revert;
}

.sub-item.news li {
    list-style: auto;
}





/* ------------------- LIST-STYLE------------------- */

.number-list {
    padding: 0 0 0 1rem;
    text-align: left;
    display: block;
    text-align: inherit;
    margin: 0 0 2rem;
    list-style: decimal inside!important;
}

.number-list > li {
    text-align: left;
    width: 100%;
    margin: 0 0 1rem;
}

.disc-list {
    padding: 0 0 0 1rem;
    display: block;
    text-align: left;
    margin: 0 0 2rem;
    list-style: disc;
    list-style-position: inside;
}




/* ------------------- FOOTER ------------------- */

footer {
    /*background: #fff8f2;*/
    border-top: .3rem solid #7cb342;
    padding-top: 4rem;
    background: #fff;
}

.footer-inner {
}

.footer-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3rem;
}

.footer-header img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: .5rem;
}

.footer-title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 0;
}

.footer-title a {
    color: inherit;
    margin-left: 1rem;
}

.footer-nav {
    display: flex;    
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 7rem;
}

.footer-nav > * {
    height: 100%;
}

.footer-col li {
    padding: 1rem 0;
}

.footer-info-item:not(:last-child) {
    margin-bottom: 5rem;
}

.footer-subTitle {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #7cb342!important;
}

.footer-info-content p {
    font-weight: 500;
    margin: 0;
}

.footer-nav {
    height: 100%;
}

.footer-nav ul {
    padding: 0;
}

.footer-nav-link {
    text-decoration: none;
    transition: all .3s;
    color: #333;
}

.footer-nav-link:hover {
    color: #7cb342!important;
}

.footer-nav-link:visited {
    color: #333;
}

#line-modal {
    z-index: 1000;
    position: fixed;
    padding: 2rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#line-modal-content {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    width: 80vw;
    max-width: 30rem;
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#line-modal-content p {
    margin: 1em 0;
    font-weight: 500;
}

#line-modal-content img {
    width: 100%;
}


#line-modal-closeBtn {
    font-size: 1.5rem;
    cursor: pointer;
    border: none;
    background: none;
    display: contents;
    color: #7cb342;
}
.footer-sns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-sns-list {
    display: flex;
    gap: 3rem;
}

.footer-sns-item {
    width: 3rem;
    height: 3rem;
}

.footer-sns-link {
    transition: transform .3s ease;
}

.footer-sns-link:hover {
    transform: translateY(-.5rem);
}

.footer-sns img {
    width: 3rem;
    height: 3rem;
}

.footer-credit {
    text-align: center;
    margin-top: 3rem;
    padding-bottom: 2.5rem;
}

.footer-credit p {
    margin: 0px;
    font-size: 1.3rem;
}




/* ------------------- PAGE-TOP-BUTTON ------------------- */

#page-top {
    width: 7rem;
    height: 14rem;
    position: fixed;
    right: .3rem;
    bottom: -14rem;
}

#page-top a {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    width: 7rem;
    height: 14rem;
    text-decoration: none;
    transition: .7s;
}

#page-top a::before {
    content: "";
    background-image: url(../img/icons/balloon.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7rem;
    height: 14rem;
    top: 0;
    right: 0;
    z-index: 1000;
}

#page-top a:hover {
    /*transform: translateY(-.7em);*/
}



.menu-content {
    max-width: 100rem;
    background: #fff;
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 7rem;
}

.menu-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4rem 3%;
    align-items: center;
}

.menu-list {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1;
    justify-content: center;
    
}

.menu-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-box dl {
    display: flex; 
    justify-content: space-between;
    position: relative;
    height: 4rem;
}

.menu-box dl:before {
    position: absolute;
    bottom: 50%;
    width: 100%;
    border-bottom: .2rem dotted #d3d3d3;
    content: '';
    left: 0;
    z-index: 1;
}

.menu-box dt {
    z-index: 2;
    background: #fff;
    padding-right: 2rem;
}

.menu-box dd {
    z-index: 2;
    background: #fff;
    padding-left: 2rem;
} 

@media (max-width: 1200px) {
    
    .container-fluid {
        width: 90%;
    }
    
    .sp-none {
        display: none;
    }
    
    .viewmore-button {
        justify-content: center;
    }
    
    .arrow-circle {
        
    }
}

@media (max-width: 960px) {
    
    .col-double {
        display: block;
    }
    
    .sub-contents {
        width: 100%;
    }
    
    .top-img-inner img {
        height: calc(70vh - 7rem); 
        min-height: 50rem;
    }

    a.page-title {
        font-size: 2.5rem;
    }
    
    .header-assist-Nav ul li a {
        font-size: 1.5rem;
        padding: 0 1.2rem;
    }
    
    .home-section-inner-horizontal {
        flex-direction: column;
        gap: 0;
    }
    
    .home-section-inner-horizontal .home-section-header {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
    
    .home-section-inner-horizontal .h2-wrapper {
        text-align: center;
    }
    
    .home-news-content .btn-tc-wrapper {
         justify-content: center;
    }
    
    #news-filter-aside {
        width: 100%;
        flex-direction: row;
        overflow: hidden;
    }
    
    #news-filter-aside .cat-nav {
        border-bottom: .1rem solid #d3d3d3;
    }
    
    #news-filter-aside .cat-nav-list {
        flex-direction: row;
    }
    
    #news-filter-aside .cat-nav {
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }
    
    #news-filter-aside .cat-nav-item {
        width: calc(100% / 3);
        line-height: 1em;
    }
    
    #news-filter-aside .cat-nav-item:nth-last-child(n+4),
    #news-filter-aside .cat-nav-item:nth-last-child(n+4) ~ .cat-nav-item {
        width: 27%;
    }
    
    #news-filter-aside .cat-nav-item a {
        justify-content: center;
        padding: 2rem 0;
        border-bottom: .2rem solid #fff;
    }
    
    #news-filter-aside .cat-nav-item.is-active a {
        color: #7cb342;
        border-bottom: .2rem solid #7cb342;
    }
    
    #news-filter-aside .cat-nav-item a:before {
        content: "";
        position: absolute;
        top: 35%;
        left: 0;
        width: .1rem;
        height: 30%;
        background-color: #d3d3d3;
    }
    
    #news-filter-aside .cat-nav-item:last-child a:after {
        content: "";
        position: absolute;
        top: 35%;
        right: 0;
        width: .1rem;
        height: 30%;
        background-color: #d3d3d3;
    }

    #news-filter-aside .cat-nav-item a:hover {
        color: #7cb342;
        border-bottom: .2rem solid #7cb342;
    }
    
    #news-filter-aside .cat-nav-item span {
        align-items: center;
    }
    
    .news-list-item a {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        padding: 2rem 1rem!important;
    }
    
    #news .news-list-item a:first-child {
        border-top: none;
    }
    
    .footer-nav {
        flex-direction: column;
    }
    
    .footer-col:not(:last-child) {
        margin-bottom: 5rem;
    }
    
    #main-form th {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: .1rem solid #b5b5b5;
    }

    #main-form td {
        display: block;
        width: 100%;
    }
    
    #comment-form ul.radio-list li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    
    .globalMenu-nav-link {
        font-size: 1.8rem;    
    }
    
    .globalMenu-sitemap .globalMenu-nav-link,
    .globalMenu-footer .globalMenu-nav-link {
        font-size: 1.7rem; 
    }
    
    .globalMenu-footer .globalMenu-nav-link {
        padding: 0 1rem;
    }
    
    .page-header {
        height: 42vw;
    }
    
    .sp-br {
        display: inline;
    }
    
    .home-about-content {
        flex-direction: column;
        gap: 4rem;
    }
    
    .home-about-philosophy {
        writing-mode: horizontal-tb;
        margin: 0 auto;
        width: fit-content;
    }
    
    .home-about-sentences {
        margin: 0 7%;
    }
    
    .page-index-item {
        width: 45%;    
    }
    
    .about-flbox {
        flex-direction: column!important;
    }
    
    .about-image {
        width: 100%;
    }
    
    .about-philosophy-inner {
        width: 84%;
        margin: 0 auto;
    }
    
    .about-text {
        width: 100%;
        margin-top: 5rem;
    }
    
    .blog-slide-controls .slick-prev,
    .blog-slide-controls .slick-next {
        width: 4rem;
        height: 4rem;
    }
    
    .home-contact-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .home-contact-content > * {
        flex: unset;
    }
    
    .home-contact-button>.btn-bg {
        line-height: 3rem;
    }
    
    .blog-grid ul {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .topics-list-list {
        flex-flow: column;
        justify-content: unset;
        align-items: stretch;
    }
    
    .home-topics-list-item {
        width: 100%;
    }

    .home-topics-list-item a {
        padding: 1.5rem 1rem;
    }
    
    .page-header .h1-wrapper h1 {
          
    }
    
    .post, .board-content {
        padding: 0 2rem;
    }
    
    
    .about-image-grid {
        display: block;
    }
    
    .btn-circle {
        width: 4rem;
        height: 4rem;
    }
    
    .news-list-arrow {
        width: 4rem;
        height: 4rem;
    }
}

@media (max-width: 520px)  {
    .container-fluid {
        width: 95%;
    }
    
    .main-item {
        padding: 2rem 1rem;
    }
    
    a, p, li, label, span {
        font-size: 1.5rem;
    }
    
    th, td {
        font-size: 1.5rem;
    }
    
    th {
        width: 40%;
    }
    
    td {
        width: 60%;
    }
    
    header {
           
    }
    
    .globalMenu-btn {
        height: 6rem;
        width: 6rem;
    }
    
    .blog-grid ul {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .blog-grid-item a {
        border-bottom: .1rem solid #d3d3d3;
    }
    
    .blog-slide .blog-grid-item a {
        border-bottom: none;
    }
    
    .post,
    .board-content {
        padding: 0 1rem;
    }
    
    .submitted-contents-meta.number,
    .submitted-contents-meta.date {
        font-size: 1.2rem;
    }
    
    .submitted-contents {
        padding: 10px;
    }
    
    .submitted-message {
        font-size: 1.5rem;
    }
    
    
    button, a.btn {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }
    
    .home-menu-image {
        /*aspect-ratio: 7 / 4;*/
    }
    
    .home-topics-list-title, 
    .topics-list-title,
    .blog-grid-title,
    .blog-grid-date {
        font-size: 1.5rem;
    }
    
    .article-header-meta,
    .article-header-category span {
        font-size: 1.5rem;
    }
    
    ul.skin-paging li {
        width: 4.5rem;
        height: 4.5rem;
        margin: 0 .4.5rem;
    }
    
    ul.skin-paging li a,
    ul.skin-paging li span {
        line-height: 4.5rem;
    }
    
    .page-index-item {
        width: 100%;    
    }
    
    ul.form-contents li {
        font-size: 1.3rem;
    }
    
    #comment-form ul.radio-list li {
        width: calc(100% / 3);
    }
    
    .menu-img-inner img {
        width: 80%;
    }
    
    .sub-item h4 {
        font-size: 1.7rem;
    }
    
    .sub-list li a {
        font-size: 1.5rem;
    }
    
    .input-form span {
        font-size: 1.5rem;
    }
    
    .footer-title {
        font-size: 2rem;    
    }
    
    footer .credit p {
        font-size: 1.1rem;
    }
    
    #page-top {
        width: 5rem;
        height: 10rem;
    }
    
    #page-top a {
        width: 5rem;
        height: 10rem;
    }
    
    #page-top a::before {
        width: 5rem;
        height: 10rem;
    }
    
    /* #page-top a::after {
    content: '';
    } */

}