@charset "utf-8";
/*basis*/
body {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c323f;
    font-size: 14px;
}

.pcOnly {}
.spOnly {
    display: none;
}
@media only screen and (max-width:768px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
}

p {
    font-size: 1.6rem;
    /*new*/
    line-height: 1.5;
    font-weight: 400;
}

ol,
ul {
    list-style-type: none;
}
li {
    font-size: 1.6rem;
    /*new*/
    line-height: 1.5;
}

a:hover {
    opacity: 0.5;
}
a {
    text-decoration: none;
    color: #2c323f;
    font-size: 1.6rem;
    /*new*/
    line-height: 1.5;
}

table {
    border-collapse: collapse;
}
th {
    font-size: 1.6rem;
    /*new*/
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: solid 1px #2c323f;
}
td {
    font-size: 1.6rem;
    /*new*/
    line-height: 1.5;
    padding: 10px;
    border: solid 1px #2c323f;
}

dt {
    font-size: 1.6rem;
    /*new*/
    line-height: 1.5;
}
dd {
    font-size: 1.6rem;
    /*new*/
    line-height: 1.5;
}

img[src$=".svg"] {
    max-width: 100%;
}

.inner {
    padding: 0 10%;
}
@media only screen and (max-width:768px) {
    .inner {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
}

/*margin・padding*/
.mgnS {
    margin: 20px 0;
}
.mgnM {
    margin: 40px 0;
}
.mgnL {
    margin: 80px 0;
}
.pdgS {
    padding: 20px;
}
.pdgM {
    padding: 40px;
}
.pdgL {
    padding: 80px;
}
@media only screen and (max-width:768px) {
    .mgnS {
        margin: 10px 0;
    }
    .mgnM {
        margin: 20px 0;
    }
    .mgnL {
        margin: 40px 0;
    }
    .pdgS {
        padding: 10px;
    }
    .pdgM {
        padding: 20px;
    }
    .pdgL {
        padding: 40px;
    }
}

/*iframe*/
.googleMap iframe {
    max-width: 100%;
}
.youtube iframe {
    /*aspect-ratio: 10 / 6;*/
    max-width: 100%;
}

/*font*/
.fsS {
    font-size: 1.4rem;
}
.fsM {
    font-size: 1.6rem;
}
.fsL {
    font-size: 2.0rem;
}
.fcWhite {
    color: #fff;
}
.fcBlack {
    color: #2c323f;
}
.fcRed {
    color: #970000;
}

/*indent*/
.indent1 {
    padding-left: 1rem;
}
/*約10px*/
.indent2 {
    padding-left: 2rem;
}
/*約20px*/

/*background*/
.bgWhite {
    background-color: #fff;
}
.bgBlack {
    background-color: #2c323f;
}

/*フォーム*/
input {
    border: solid 1px #999;
    padding: 10px;
    font-size: 1.6rem;
    /*new*/
}
textarea {
    border: solid 1px #999;
    padding: 10px;
    font-size: 1.4rem;
}
select {
    font-size: 1.4rem;
}
input[type="submit"] {
    width: 20%;
    padding: 10px;
    margin: 10px;
    background: #ccc;
    color: #2c323f;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
}
input[type="reset"] {
    width: 20%;
    padding: 10px;
    margin: 10px;
    background: #ccc;
    color: #2c323f;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
}
.checkbox {
    margin: 10px;
    color: #2c323f;
    border: none;
    border-radius: 0;
    font-size: 1.6rem;
}
@media only screen and (max-width:768px) {
    /*iphoneだとform関係のfont-sizeを1.6remより小さくすると勝手に拡大させられる*/
    input {
        font-size: 1.6rem;
    }
    textarea {
        font-size: 1.6rem;
    }
    select {
        font-size: 1.6rem;
    }
    input[type="submit"] {
        width: 80%;
        font-size: 1.6rem;
    }
    input[type="reset"] {
        width: 60%;
        font-size: 1.6rem;
    }
}

/*parts*/
.btn {
    position: relative;
    display: block;
    width: 260px;
    font-size: 1.6rem;
    text-align: center;
    background: #FFF;
    border: 1px solid #319a4b;
    padding: 20px;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1;
}

.btn:after {
    position: absolute;
    top: calc(50% - 2px);
    right: 28px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #FFF;
}

.btn:hover {
    color: #319a4b;
}

.btnWide {
    width: auto;
    padding-right: 60px;
}

.btnWhite {
    background: #FFF;
    color: #2c323f;
}

.btnWhite:after {
    background: #319a4b;
}

.btnWhite:hover {
    opacity: 1;
}

.btnWhite:hover:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: transparent;
    background: url(../images/linkHoverIcon.svg) no-repeat;
}

/*ハンバーガーメニュー*/
.hamburger {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    text-align: center;
    /*
    z-index: 3100;
    */
    z-index: 10002;
    background-color: transparent;
    border-radius: 5px;
}


.hamburger span {
    display: block;
    position: absolute;
    width: 32px;
    height: 3px;
    left: 9px;
    background: #2c323f;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 15px;
}
.hamburger span:nth-child(2) {
    top: 27px;
    width: 22px;
}
.hamburger span:nth-child(3) {
    top: 39px;
    width: 12px;
}
.hamburger.active span:nth-child(1) {
    background: #FFF;
    top: 27px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    background: #FFF;
    top: 27px;
    -webkit-transform: rotate (45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 32px;
}
.gMenu {
    background: #999;
    background-repeat: no-repeat;
    z-index: 10;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0%;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 5px #999;
    overflow: hidden;
}
.gMenu.active {
    display: block;
    overflow-y: auto;
    padding: 2%;
    transition: 0.5s ease-in-out;
    top: 0;
}


/*link*/
/*aタグに何が付いているかで付くものが変わります。contentの中身を変更することで好きな表示に出来ます。*/

.newsLinks {
    /*min-width: 600px;*/
}

@media only screen and (max-width:768px) {
    .newsLinks {
        min-width: auto;
    }
}


.newsLinks li {
    border-top: 1px solid #cccccc;
}

.newsLinks li:last-of-type {
    border-bottom: 1px solid #cccccc;
}

.newsLinks a {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 1.6rem;
    /*new*/
    letter-spacing: 1;
    padding: 28px 30px 28px 0;
}

.newsLinks a:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #319a4b;
    margin: 12px 10px 0 10px;
}

.newsLinks a span:nth-of-type(1) {
    margin: 0 20px 0 0;
    width: 90px;
}
.newsLinks a span:nth-of-type(2) {
    margin: 0;
    width: calc( 100% - 20px - 70px);
}

@media only screen and (max-width:768px) {
    .newsLinks a {
        /*flex-wrap: wrap;*/
    }
    .newsLinks a span:nth-of-type(1) {
        width: 35%;
        margin: 0 0 10px 5px;
    }
    .newsLinks a span:nth-of-type(2) {
        width: 100%;
        margin: 0;
        padding-left: 30px;
    }
    .newsLinks a:before {
        margin: 11px 5px 0 10px;
    }
}

.newsLinks a:after {
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #319a4b;
    translate: 1s;
}

.newsLinks a:hover {
    color: #319a4b;
    opacity: 1;
}


.newsLinks a:hover:after {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: transparent;
    background: url('../images/linkHoverIcon.svg') no-repeat;
}

.link,
.postContent a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
    /*new*/
    letter-spacing: 1;
    text-decoration: none;
}

.postContent a {
    font-weight: bold;
}

.link:after,
.postContent a:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #319a4b;
    margin: 0 0 0 25px;
}

.postContent a:has(img)::after {
    content: none;
}
.postContent a:has(img):hover {
    opacity: 0.8;
}
.postContent a:has(img):hover::after {
    content: none;
}


.link:hover,
.postContent a:hover {
    opacity: 1;
    padding: 0;
    color: #319a4b;

}

.link:hover:after,
.postContent a:hover:after {
    content: '';
    position: relative;
    right: -5px;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    border-radius: 5px;
    background: transparent;
    background: url('../images/linkHoverIcon.svg') no-repeat;
}

.link:has(img)::after {
    content: none;
}

/*
.link[target="_blank"]:after {
    content: "→";
    display: inline-block;
    padding-left: 0.5em;
}

.link[href$=".docx"]:after {
    content: "Word";
    display: inline-block;
    margin-left: 0.5em;
    background: #2c323f0f;
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
}
.link[href$=".xlsx"]:after {
    content: "Excel";
    display: inline-block;
    margin-left: 0.5em;
    background: #008000;
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
}
.link[href$=".pdf"]:after {
    content: "PDF";
    display: inline-block;
    margin-left: 0.5em;
    background: #ff0000;
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
}
*/
.toTop {
    position: fixed;
    bottom: 5%;
    right: 5%;
}

/*▶系　width・heightの数値をいじると大きさが変わります。*/
.arrowT {
    position: relative;
}
.arrowT:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #2c323f;
}
.arrowR {
    position: relative;
}
.arrowR:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background: #2c323f;
}
.arrowB {
    position: relative;
}
.arrowB:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #2c323f;
}
.arrowL {
    position: relative;
}
.arrowL:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    background: #2c323f;
}

/*headline*/
.headlineLeftBorder,
.postContent h2,
h2.wp-block-heading {
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "zen-kaku-gothic-new", sans-serif;
    letter-spacing: 0.5rem;
    position: relative;
    margin-bottom: 3rem;
    padding-left: 3rem;
}

.headlineLeftBorder:before,
.postContent h2:before,
h2.wp-block-heading:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #319a4b;
    left: 0;
    top: 50%;
}

.headlineUnderline {
    position: relative;
    font-size: 3.0rem;
    font-weight: 700;
    color: #2c323f;
    letter-spacing: 2;
}

.headlineUnderline span {
    display: block;
    font-size: 2.8rem;
    font-weight: 400;
    margin: 30px 0;
    color: #2c323f;
}


@media only screen and (max-width:768px) {
    .headlineUnderline {
        font-size: 2.8rem;
    }
    .headlineUnderline span {
        font-size: 2.0rem;
        margin: 10px 0;
    }
}

.headlineUnderlineSmall {
    font-size: 2.0rem;
}

.headlineUnderlineSmall span {
    font-size: 1.8rem;
    margin: 15px 0;
}

.headlineUnderline:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #1c9e3b;
}

.headlineUnderlineWhite,
.headlineUnderlineWhite span {
    color: #FFF;
}


.headlineBgColor {
    font-size: 1.8rem;
    padding: 10px;
    background: #2c323f;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.headlineBig {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 10px;
}


.postContent h3 {
    font-size: 2.0rem;
    font-weight: 500;
    font-family: "zen-kaku-gothic-new", sans-serif;
    color: #2c323f;
    letter-spacing: 0.3rem;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.postContent h3:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    margin: 10px 0 0;
    background: #1c9e3b;
}


/*catchCopy*/
.catchCopybig {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: bold;
    font-size: 4.0rem;
    line-height: 1.3;
    letter-spacing: 2;
}

@media only screen and (max-width:1100px) {
    .catchCopybig {
        font-size: 3.0rem;
    }
}

@media only screen and (max-width:768px) {
    .catchCopybig {
        font-size: 2.1rem;
    }
}

.catchCopybigWhite {
    color: #FFF;
}

/*text*/
.textWhite {
    font-size: 1.6rem;
    color: #FFF;
    line-height: 2.6;
}

.postContent p {
    font-size: 1.6rem;
    /* font-weight: 300; */
    margin: 2rem auto;
    line-height: 2;
}

.postContent p strong {
    background: linear-gradient(transparent 70%, #98cca5 60%);
}

/*list*/
.postContent ul li {
    list-style-type: disc;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 2rem auto 2rem 2rem;
    line-height: 2;
}

.postContent ol li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 2rem auto 2rem 2rem;
    line-height: 2;
}

.listDefine {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #CCC;
    box-sizing: border-box;
}

.listDefine:last-of-type {
    border-bottom: 1px solid #CCC;
}

.listDefine dt {
    width: 15%;
    font-size: 1.6rem;
    font-weight: 600;
}

.listDefine dd {
    width: 85%;
    font-size: 1.6rem;
    font-weight: 300;
}

@media only screen and (max-width:768px) {
    .listDefine dt {
        width: 100%;
        margin: 0 0 10px;
    }

    .listDefine dd {
        width: 100%;
    }
}


/*囲み*/
.bgAreaGray {
    background: #f2f2f2;
    padding: 40px;
}


/*パンくずリスト*/
.breadcrumb {
    margin: 4rem 0 8rem;
}

.breadcrumbs  {
    margin: 4rem 0 8rem;
}
@media only screen and (max-width:768px) {
    .breadcrumb {
        margin: 2rem 0 2rem;
    }
    .breadcrumbs  {
        margin: 2rem 0 2rem;
    }
}

.breadcrumbSeparator {
    padding: 0 10px;
}

.breadcrumbCurrent {
    font-size: 1.6rem;
    /*new*/
}

.breadcrumb a {
    text-decoration: underline;
}

.breadcrumbs a  {
    text-decoration: underline;
}
@media only screen and (max-width:768px) {
    .breadcrumbCurrent {
        font-size: 1.4rem;
        /*new*/
    }
    .breadcrumb a {
        font-size: 1.4rem;
    }
    .breadcrumbs a  {
        font-size: 1.4rem;
    }
}


.appear {
    animation: appear 0.5s ease forwards;
}
@keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/** single関連 **/
.postNavigation {
    width: 100%;
}
.postNavigation .navLinks {
    flex-wrap: nowrap;
}
.postNavigation .navPrevious,
.postNavigation .navNext {
    width: 45%;
}
.postNavigation .navPrevious {
    margin-right: auto;
}
.postNavigation .navNext {
    margin-left: auto;
}
.postNavigation .navNext span {
    text-align: right;
    padding-right: 10px;
}
@media only screen and (max-width:768px) {
    .postNavigation .navLinks {
        flex-wrap: wrap;
    }
    .postNavigation .navPrevious,
    .postNavigation .navNext {
        width: 100%;
        margin-bottom:20px;
    }
}

/* Pagination Wrapper */
.paginationWrap {
    margin: 40px 0;
    text-align: center;
}

.paginationWrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    list-style: none;
}

.paginationWrap li {
    display: inline-block;
}

/* ページ番号リンク */
.paginationWrap a,
.paginationWrap span {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

/* 現在ページ */
.paginationWrap .current {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* 省略記号 */
.paginationWrap .dots {
    border: none;
}

/* スマホ時（最初・最後リンクを消す）*/
@media (max-width: 767px) {
    /* 「最初」 と 「最後」 だけ非表示 */
    .paginationWrap a[href*="最初"],
    .paginationWrap a[href*="最後"] {
        display: none;
    }
}



