@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/

@media screen and (max-width: 811px) {
    #home #lay-container {
        padding-top: 0;
    }
}

/* PICKUP NEWS
============================================================ */
.top-pickupNews {
    background-color: #5584E0;
    padding: 28px 0;
}
@media screen and (max-width: 811px) {
    .top-pickupNews {
        padding: 20px 0;
    }
}

.top-pickupNewsInner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0 min(5vw, 60px);
    width: 100%;
    max-width: 1060px;
    padding: 0 30px 0;
    margin: 0 auto 0;
}
@media screen and (max-width: 811px) {
    .top-pickupNewsInner {
        grid-template-columns: 100%;
        gap: 20px 0;
        width: 100%;
        padding: 0 20px;
    }
}

.top-pickupNews .top-pickupNews-hl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: fit-content;
    min-height: 2.4em;
    color: #5584E0;
    font-size: min(2.5vw, 25px);
    font-weight: 600;
    line-height: 1.0em;
    letter-spacing: 0.0em;
    text-indent: 0.0em;
    text-align: center;
    background-color: #fff;
    border-radius: 0.6em;
    padding: 0.5em 1.0em 0.5em;
}
@media screen and (max-width: 811px) {
    .top-pickupNews .top-pickupNews-hl {
        font-size: 18px;
        min-height: 2.0em;
        margin: 0 auto 0    ;
    }
}

.top-pickupNews ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.25rem 0;
}

.top-pickupNews ul>li {}

.top-pickupNews ul>li>a {
    display: grid;
    grid-template-columns: 7em 1fr;
    align-items: baseline;
    color: #fff;
    width: 100%;
    font-size: min(1.9vw, 17px);
    text-decoration: none;
}
@media screen and (max-width: 811px) {
    .top-pickupNews ul>li>a {
        grid-template-columns: 5.25em 1fr;
        font-size: clamp(14px, 4.26vw, 16px);
    }
}

.top-pickupNews ul>li>a .date {
    display: block;
    font-size: inherit;
    font-weight: 500;
}

.top-pickupNews ul>li>a .title {
    display: block;
    -webkit-line-clamp: 1;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;

    font-size: inherit;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.0em;
    text-decoration: underline;
}
@media screen and (max-width: 599px) {
    .top-pickupNews ul>li>a .title {
        -webkit-line-clamp: 2;
    }
}

.top-pickupNews .top-pickupNews-moreBtn {
    position: relative;
    display: block;
    color: #fff;
    font-size: min(1.8vw, 16px);
    font-weight: 600;
    line-height: 1.0em;
    text-indent: 0.0em;
    text-decoration: none;
    padding: 0 1.0em 0 0;
}
@media screen and (max-width: 811px) {
    .top-pickupNews .top-pickupNews-moreBtn {
        width: fit-content;
        font-size: clamp(12px, 4.0vw, 15px);
        margin: 0 0 0 auto;
    }
}

.top-pickupNews .top-pickupNews-moreBtn::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 0.3125em solid transparent;
    border-left: 0.375em solid #fff;
    border-right: 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: right 0.2s ease-out;
}

/*** hover ***/
/* list a */
.top-pickupNews ul>li>a:hover {
    opacity: 1 !important;
}
.top-pickupNews ul>li>a:hover .title {
    text-decoration: none;
}
/* top-pickupNews-moreBtn */
.top-pickupNews .top-pickupNews-moreBtn:hover {
    opacity: 1;
    text-decoration: underline;
}
.top-pickupNews .top-pickupNews-moreBtn:hover::after {
    right: -0.4em;
}

/* kv-wrap
============================================================ */
#home .kv-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

#home .kv-wrap .kv-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

#home .kv-wrap .kv-inner .kv-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
}

#home .kv-wrap .kv-inner .kv-item {
    vertical-align: top;
}

#home .kv-wrap .kv-inner .kv-item:nth-child(n+2) {
    display: none;
}

#home .kv-wrap .kv-inner .slick-initialized .kv-item {
    display: inline-block;
}

#home .kv-wrap .kv-inner .kv-item .kv-item-img {
    overflow: hidden;
    text-indent: -9999px;
    height: 700px;
    background: no-repeat center center;
    background-size: cover;
}

#home .kv-wrap .kv-inner .kv-item .sp-img {
    display: none;
}

#home .kv-wrap .kv-inner .slick-list {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
    #home .kv-wrap .kv-inner .kv-item .kv-item-img {
        min-height: 500px;
        height: calc(100vh - 60px);
        max-height: 790px;
    }

    #home .kv-wrap .kv-inner .kv-item .pc-img {
        display: none;
    }

    #home .kv-wrap .kv-inner .kv-item .sp-img {
        display: block;
    }
}

@media screen and (max-width: 481px) {
    #home .kv-wrap .kv-inner .kv-item .kv-item-img {
        min-height: inherit;
        height: 370px;
        max-height: inherit;
    }
}

/* kv loading
============================================================ */
#home .kv-loading {
    position: absolute;
    z-index: 0;
    top: calc(50% - 40px - 30px);
    left: calc(50% - 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .kv-loading::after {
    content: "";
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-top: 4px solid rgba(0, 0, 0, .1);
    border-right: 4px solid rgba(0, 0, 0, .1);
    border-bottom: 4px solid rgba(0, 0, 0, .1);
    border-left: 4px solid #333;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-animation 1.1s infinite linear;
    animation: load-animation 1.1s infinite linear;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
    #home .kv-loading {
        top: calc(50% - 35px);
        left: calc(50% - 35px);
    }

    #home .kv-loading::after {
        width: 70px;
        height: 70px;
    }
}

@-webkit-keyframes load-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* emergency
============================================================ */
/*
#home .sect-emergency {
  padding: 40px 0;
}
#home .sect-emergency .section-inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
#home .sect-emergency .title-wrap {
  margin-bottom: 0;
  padding: 10px 20px;
  background: #f80000;
  color: #fff;
  border-bottom: none;
}
#home .sect-emergency h2 {
  display: inline-block;
}
#home .sect-emergency .emergency-list {
  padding: 30px 20px;
  border: 1px solid #f80000;
  border-top: none;
}
#home .sect-emergency .emergency-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #f80000;
}
#home .sect-emergency .emergency-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#home .sect-emergency .emergency-list li .date {
  width: 110px;
  color: #6c6c6c;
  font-size: .933333333333em;
  line-height: 2;
  letter-spacing: 2px;
}
#home .sect-emergency .emergency-list li .new {
  background: #f80000;
  color: #fff;
  margin-left: 6px;
  padding: 2px 5px;
  font-size: .8em;
}
#home .sect-emergency .emergency-list li .title {
  width: calc(100% - 110px);
  padding-left: 10px;
}
#home .sect-emergency .emergency-list li .title a {
  line-height: 1.6;
  color: #4c4c4c;
}
*/

/* sp
------------------------------------------------------------ */
/*
@media screen and (max-width: 811px) {
  #home .sect-emergency {
    padding: 20px 0;
  }
  #home .sect-emergency .emergency-list {
    padding: 20px 20px 25px;
  }
  #home .sect-emergency .emergency-list li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  #home .sect-emergency .emergency-list li .date {
    display: block;
    width: auto;
  }
  #home .sect-emergency .emergency-list li .title {
    display: block;
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
  }
}
@media screen and (max-width: 481px) {
  #home .sect-emergency h2 {
    display: block;
    text-align: center;
  }
}
*/




/* header
------------------------------------------------------------ */


#pc-header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9997;
    background-color: rgba(255, 255, 255, 1.0);
}



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



.headerInner {
    width: 100%;
    padding: 10px 20px 0px 20px;
}

.headerInner table {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}



.headerInner-l {
    width: auto;
    vertical-align: middle;
}

.headerInner-l img {
    width: 350px;
}


.headerInner-r {
    width: auto;
    text-align: right;
    vertical-align: middle;
}


.headerInner-r table {
    width: auto;
}

.headerInner-r table td {
    vertical-align: middle;
}

.headerInner-r table td.header-snsLinks {
    width: 75px;
    display: flex;
}

.headerInner-r table td.header-snsLinks img {
    width: 100%;
    padding-right: 5px;
    vertical-align: middle;
}

.headerInner-r table td.header-search {
    width: 100px;
    padding: 0 0 0 0px;
    position: relative;
}

.headerInner-r table td.header-search input[type="text"] {
    width: 200px;
    border: 1px solid #5584e0;
    padding: 4px 30px 4px 8px;
    font-size: 15px;
    line-height: 1;
    vertical-align: top;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: bold;
}

.headerInner-r table td.header-search input[type="image"] {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 20px;
    height: auto;

}

.headerInner-r table td.header-contact {
    width: 140px;
    padding: 0 0 0 10px;
}

.headerInner-r table td.header-contact a {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    border-radius: 5px;
    background-color: #416EC2;
    color: #fff;
    font-weight: bold;
    text-align: center;
}










.header-nav-list-wrap {
    width: 100%;
    padding: 30px 0;
}




.header-nav-list li a {
    word-wrap: break-word;
}

.header-nav-list li a:hover {
    opacity: 1 !important;
}

.header-nav-list li>* {
    cursor: pointer;
}


.header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}




.header-nav-list>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
}

.header-nav-list>li>.menuTitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 20px 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


#sub-header .header-nav-list>li>.menuTitle {
    font-size: 18px;
}


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

    #sub-header .header-nav-list>li>.menuTitle {
        font-size: 14px;
    }


    #sub-header .headerInner-l img {
        width: 300px;
    }

}



#sub-header .headerInner-r-top {
    padding-top: 10px;
}


#sub-header .header-nav-list>li:last-child>.menuTitle {
    padding-right: 0;
}


@media print,
screen and (max-width: 1280px) {

    #sub-header .header-nav-list>li>.menuTitle {

        padding: 0 15px 0;
    }
}

@media print,
screen and (max-width: 1250px) {

    #sub-header .header-nav-list>li>.menuTitle {

        font-size: 16px;
        padding: 0 15px 0;
    }
}

@media print,
screen and (max-width: 1170px) {

    #sub-header .header-nav-list>li>.menuTitle {

        font-size: 14px;
        padding: 0 13px 0;
    }
}



@media print,
screen and (max-width: 1070px) {

    #sub-header .header-nav-list>li>.menuTitle {

        font-size: 14px;
        padding: 0 8px 0;
    }
}


@media print,
screen and (max-width: 970px) {
    #sub-header .headerInner-l img {
        width: 250px;
    }
}


@media print,
screen and (max-width: 900px) {
    #sub-header .headerInner-l img {
        width: 220px;
    }

    #sub-header .header-nav-list>li>.menuTitle {
        font-size: 80%;
    }
}


.header-nav-list>li>.menuTitle:hover {
    color: #416EC2;
}

.header-nav-list>li>.menuTitle::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    height: -o-calc(100% - 0.2em);
    height: calc(100% - 0.2em);
    background-color: #000000;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header-nav-list>li:first-child>.menuTitle {
    padding-left: 0;
}

.header-nav-list>li:first-child>.menuTitle::before {
    content: none;
}

.header-nav-list>li:last-child>.menuTitle {
    padding-right: 0;
}

.header-nav-list>li:hover .accordionMenu__02 {
    display: block;
    -webkit-transform: translate(50%, 100%) scale(1, 1);
    transform: translate(50%, 100%) scale(1, 1);
}

@media only screen and (min-width: 811px) and (min-width: 811px) and (max-width: 809px) {
    .header-nav-list>li:nth-last-child(3) .accordionMenu__02 {
        -webkit-transform: translate(0, 100%) scale(1, 0);
        transform: translate(0, 100%) scale(1, 0);
        right: 0;
    }

    .header-nav-list>li:nth-last-child(3):hover .accordionMenu__02 {
        -webkit-transform: translate(0, 100%) scale(1, 1);
        transform: translate(0, 100%) scale(1, 1);
    }
}

@media print,
screen and (min-width: 811px) {
    .header-nav-list .accordionMenu__02 {
        display: block;
        position: absolute;
        width: auto;
        height: 0;
        bottom: 4px;
        right: 50%;
        left: auto;
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: translate(50%, 100%) scale(1, 0);
        transform: translate(50%, 100%) scale(1, 0);
        padding: 20px 0 0;
    }

    .header-nav-list .accordionMenu__02Inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 300px;
        background: #416EC2;
        padding: 10px 20px 10px;
        /*    border: 2px solid #fff;*/
        border-radius: 10px;
        box-shadow: 0 0 6px #b5b5b5;
    }

    .header-nav-list .accordionMenu__02 .header-nav-list__02 {
        position: relative;
        display: block;
        width: 100%;
    }

    .header-nav-list .accordionMenu__02 .header-nav-list__02>li {
        border-bottom: 1px dotted #f2ee61;
    }

    .header-nav-list .accordionMenu__02 .header-nav-list__02>li:last-child {
        border-bottom: none;
    }

    .header-nav-list .accordionMenu__02 .header-nav-list__02>li>.title a {
        position: relative;
        display: block;
        width: 100%;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        word-wrap: break-word;
        padding: 0.5em 1em 0.5em;
        text-align: left;
        font-weight: bold;
    }


    .header-nav-list .accordionMenu__02 .header-nav-list__02>li>.title a::before {
        content: "";
        position: absolute;
        display: block;
        width: 0.5em;
        height: 2px;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: #f2ee61;
        border-radius: 2px;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
    }

    .header-nav-list .accordionMenu__02 .header-nav-list__02>li:hover>.title a::before {
        opacity: 1;
    }
}

@media print,
screen and (min-width: 811px) {
    .header-nav-list .header-nav-list__02>li {
        position: relative;
    }

    .header-nav-list .header-nav-list__02>li:hover>.accordionMenu__03 {
        display: block;
    }
}

@media print,
screen and (min-width: 811px) {
    .header-nav-list .accordionMenu__03 {
        display: none;
        width: 100%;
    }

    .header-nav-list .accordionMenu__03>.header-nav-list__03>li {
        padding: 0.5em 1em 0.5em;
    }

    .header-nav-list .accordionMenu__03>.header-nav-list__03>li>.menuTitle {
        display: block;
        width: 100%;
        color: #000000;
        font-size: 14px;
        text-decoration: none;
    }
}




@media print,
screen and (max-width: 1000px) {

    .headerInner {
        padding: 10px 12px 10px 8px;
    }

    .headerInner-l img {
        width: 300px;
    }

    .headerInner-r {
        padding-top: 6px;
    }

    .header-nav-list>li>.menuTitle {
        font-size: 18px;
    }

    .header-nav-list-wrap {
        padding: 25px 0;
    }


    .headerInner-r table td.header-contact {
        width: 120px;
    }

    .headerInner-r table td.header-contact a {
        font-size: 80%;
    }

    .headerInner-r table td.header-search input[type="text"] {
        width: 160px;
        padding: 5px 30px 5px 10px;
    }


    .headerInner-r table td.header-search input[type="image"] {
        right: 10px;
        top: 8px;
        width: 15px;
    }

}

@media screen and (max-width: 900px) {
    .header-nav-list>li>.menuTitle {
        font-size: 100%;
    }
}



.font-size {
    background-color: #416EC2;
    display: inline-block;
    width: auto;
    height: 52px;
    padding: 10px 15px 7px 15px;
    text-align: center;
}

.pc-search {
    display: inline-block;
    width: auto;
    height: 52px;
    background-color: #416EC2;
    float: right;
    padding: 9px 17px;
    text-align: left;
}

.sp-search {

    margin-top: 50px;
    text-align: center;
}


.pc-search span {
    display: inline-block;
}

.label {
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}

.default {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.default a:link {
    text-decoration: none;
    display: block;
    background-color: #fff;
    color: #000;
    padding: 3px 8px;
    border-radius: 20px;
}

.default a:hover {
    background-color: #fff;
    color: #000;
}

.large {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.large a:link {
    text-decoration: none;
    display: block;
    background-color: #000;
    color: #f6e490;
    padding: 3px 8px;
    border-radius: 20px;
}

.large a:hover {
    background-color: #fff;
    color: #000;
}





.input_item {
    width: 166px;
    border: none;
    height: 32px;
    padding: 3px 28px 3px 5px;
    background: #fff;
    font-size: 16px;

    border-radius: 0px !important;
    color: #000000;
}


#searchsubmit {
    width: 18px;
    margin-left: -26px;
    padding-bottom: 0;

}


.input_item2 {
    width: 90%;
    max-width: 300px !important;
    border: 1px solid #ccc;
    height: 32px;
    padding: 3px 28px 3px 5px;
    background: #fff;
    font-size: 16px;

    border-radius: 0px !important;
    color: #000000;
}


#searchsubmit2 {
    width: 18px;
    margin-left: -26px;
    padding-bottom: 0;

}





#globalNav {
    width: 100%;
    padding-top: 5px；
}

#globalNavInner {
    width: 100%;
    padding: 0 0 0 0;
}



#globalNavInner ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    font-size: 110%;
    justify-content: right;
    padding: 8px 0;
}



#globalNavInner ul li {
    text-align: center;
    padding: 8px 0;
    font-size: 90%;
}


#globalNavInner ul li a {
    display: block;
    padding: 0 22px;
    text-decoration: none;
    font-weight: bold;
    border-left: #000 solid 1px;
}




@media screen and (max-width: 1000px) {
    #globalNavInner ul li a {
        padding: 0 10px;
    }
}




#globalNavInner ul li:first-child a {
    border-left: none;
}




#globalNavInner ul li a:hover {
    color: #416EC2;
}



#sub-header {
    position: fixed;
    z-index: 9998;
    background-color: #ebf3ff;
    top: -300px;
    box-shadow: 0 0 6px #b5b5b5;
}


@media screen and (max-width: 810px) {
    #sub-header {
        display: none;
    }
}


#sub-header .header-nav-list-wrap {
    width: 100%;
    padding: 14px 0;
}

#sub-header .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}


.headerInner-r-top {
    display: inline-block;
    width: auto;
}

.headerInner-r-bottom {
    display: block;
    padding-top: 4px;
}





/* プルダウン Nav
================================================== */

#globalNavInner {
    position: relative;
}





#globalNavInner>ul .child {
    display: none;
    position: absolute;
    z-index: 800;
    margin-left: -2px;
    width: 300px;
}


#globalNavInner>ul .child li {
    max-width: auto;
    font-weight: bold;
    border-right: none;
    font-size: 80%;
    transition: .4s;
    color: #fff;

}

#globalNavInner>ul .child li:nth-child(odd) {
    background-color: #416EC2;
}

#globalNavInner>ul .child li:nth-child(even) {
    background-color: #004136;
}


#globalNavInner>ul .child li:last-child {}

#globalNavInner>ul .child li a {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    text-align: left;
    color: #fff;
    border-left: none;
}

#globalNavInner>ul .child li a:hover {}

#globalNavInner>ul .child li:hover {
    background-color: #b1c104;
}



/*メニュー関係
---------------------------------------------------------------*/




.inner {
    width: 960px;
    margin: 0 auto;
}

.sp-header {
    width: 100%;
    height: 70px;
    vertical-align: middle;
    /*	position: fixed;*/
    z-index: 1100;
}



.sp-header .inner {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sp-header .inner .sp-logo {
    width: 100%;
    padding: 10px 0 0 10px;
}


@media screen and (max-width: 400px) {
    .sp-header .inner .sp-logo img {
        height: 60px;
        position: absolute;
        /*    z-index: 999;*/
    }
}


.sp-header .inner .sp-logo img {
    height: 55px;
}


.sp-header nav {
    margin-right: -16px;
}




#main_img {
    max-width: 960px;
    margin: 0 auto;
}

#nav_toggle {
    display: none;
}

.change_btn {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    margin-top: 40px;
}


header {}

h1 {}

.inner {
    width: 90%;
}

#main_img {
    width: 100%;
}

.change_btn {
    width: 90%;
    margin: 32px auto;
}


.sp_search {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 70px;
}

.sp_search a {
    display: block;
    height: 70px;
    background-color: #ea6000;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    padding-top: 38px;
    background-image: url(../images/search_sp.png);
    background-repeat: no-repeat;
    background-position: center top 9px;
    background-size: 30px;
    font-size: 14px;
    font-weight: bold;
}

.sp_search a:visited {
    color: #fff;
}

.sp_search img {
    width: 100%;
}

/*メニュー部分*/
.sp-header nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #5584e0;
    left: 0;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
    /*
	background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 120%;
*/
    position: fixed;
}




.nav-ul {
    display: flex;
    align-items: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 160px;
    right: 0;
    bottom: 0px;
    left: 0px;
    margin: auto;
    padding: 0px 30px 30px 30px;
    overflow: scroll;
}

@media screen and (max-width: 450px) {
    .nav-ul {
        top: 130px;
        padding: 30px 30px 30px 30px;
    }

}


.nav-li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-li a:link {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.nav-li a:visited {
    color: #fff;
}




.nav-li a span {
    display: block;
    font-size: 130%;
    background-image: url(../images/menu_icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px;
    /*	padding-left: 10px;*/
}


.kaso-ul {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 10px;
}

.kaso-ul li {
    width: 100%;
    font-size: 14px;

}

/*
@media screen and (max-width: 500px) {
.kaso-ul li {
    width: 50%;
	font-size: 12px;
}
}
*/




.kaso-ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    background: #f2ee62;
    /* border-radius: 2px; */
    vertical-align: middle;
}

.kaso-ul li a:link {
    font-weight: normal;
    color: #fff;
}


.kaso-ul li a:visited {
    color: #fff;
}



/*開閉ボタン*/
#nav_toggle {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #5584e0;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 0px;
    z-index: 100;
    padding: 0px 15px;
    border-radius: 0 0 0 10px;
}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
    top: 12px;
}

#nav_toggle span:nth-child(2) {
    top: 20px;
}

#nav_toggle span:nth-child(3) {
    top: 28px;
}

#nav_toggle p {
    position: absolute;
    width: 100%;
    color: #fff;
    top: 33px;
    left: auto;
    font-size: 10px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    /* letter-spacing: -1px; */
    font-weight: bold;
}

/*開閉ボタンopen時*/
.open #nav_toggle {
    background-color: #5584e0;
}

.open #nav_toggle span {
    background: #fff;
}

.open #nav_toggle span:nth-child(1) {
    top: 20px;
    transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav_toggle span:nth-child(3) {
    top: 20px;
    transform: rotate(-135deg);
}


@media screen and (max-width: 480px) {
    /*

.sp-header nav {
    background-position: left 10px top 16px, left top;
    background-size: 250px, cover;
}
*/
}



@media screen and (max-width: 810px) {
    .headerInner-r {
        width: auto;
        text-align: center;
        /* vertical-align: middle; */
        width: 100%;
        /* position: absolute; */
        top: 70px;
        z-index: 9999;
        padding: 25px 20px 25px 20px;
        /*        border-radius: 0 0 30px 30px;*/
        background-image: url(../images/bg.jpg);
        background-repeat: repeat-y;
        background-position: center center;
        background-size: cover;
    }
}


/*メニュー関係終わり
---------------------------------------------------------------*/



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


    .hideAnchor {
        display: block;
        height: 0px;
        height: 1px;
        overflow: hidden;
        text-indent: -9999px;
        margin-top: -60px;
        padding-bottom: 60px;
    }


    body,
    html {
        -webkit-text-size-adjust: 100%;

    }



    select,
    textarea,
    input[type=text],
    input[type=email],
    input[type=date],
    input[type=tel] {
        font-size: 16px;
        /*  transform: scale(0.8);*/
    }




    .scrollTable {
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }



    #scrollTop img {
        width: 50px;
    }




    #pc-header {
        display: none;
    }

    #globalNav {
        display: none;
    }


}


/*headerInner-r-bottom*/


.headerInner-r-bottom .header-nav-list {
    justify-content: right;
}

.headerInner-r-bottom .header-nav-list>li {
    background-color: #f7b1ad;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    font-weight: bold;
    font-size: 85%;
    letter-spacing: 0px;
    transition: all 0.2s ease-in-out;
}

.headerInner-r-bottom .header-nav-list>li.bunya {
    border-radius: 6px 0 0 6px;
}

.headerInner-r-bottom .header-nav-list>li.mokuteki {
    background-color: #f2ee61;
}

.headerInner-r-bottom .header-nav-list>li.contact {
    border-radius: 0 6px 6px 0;
    background-color: #5584e0;
}

.headerInner-r-bottom .header-nav-list>li a {
    text-decoration: none;
    color: #000;
    padding: 6px 40px 6px 15px;
}

.headerInner-r-bottom .header-nav-list>li:hover {
    background-position: right 7px center;
}

.headerInner-r-bottom .header-nav-list>li.contact a {
    color: #fff;
}

.headerInner-r-bottom .header-nav-list>li.bunya a:hover,
.headerInner-r-bottom .header-nav-list>li.mokuteki a:hover {
    color: #5584e0;
}

.headerInner-r-bottom .header-nav-list>li.contact a:hover {
    color: #f2ee61;
}


.headerInner-r-bottom .header-nav-list .accordionMenu__02Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 290px;
    background: #e8f1fc;
    padding: 10px 20px 10px;
    /* border: 2px solid #fff; */
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 0 6px #b5b5b5;
}

.headerInner-r-bottom .header-nav-list .accordionMenu__02Inner a {
    color: #000;
}

.headerInner-r-bottom .header-nav-list .accordionMenu__02 .header-nav-list__02>li {
    border-bottom: 1px dotted #5584e0;
}

.headerInner-r-bottom .header-nav-list .accordionMenu__02 .header-nav-list__02>li:last-child {
    border-bottom: none;
}

.headerInner-r-bottom .header-nav-list .accordionMenu__02 .header-nav-list__02>li>.title a {
    position: relative;
    display: block;
    width: 100%;
    color: #5584e0;
    font-size: 13px;
    text-decoration: none;
    word-wrap: break-word;
    padding: 0.5em 1em 0.5em;
    text-align: left;
    font-weight: bold;
}


.headerInner-r-bottom .header-nav-list>li {
    z-index: 20;
}


.headerInner-r-bottom .header-nav-list .accordionMenu__02 {
    padding: 10px 0 0;
}

.headerInner-r-bottom .header-nav-list .accordionMenu__02 .header-nav-list__02>li>.title a::before {
    background-color: #f8b1ae;
}


@media screen and (max-width: 810px) {
    .headerInner-r-bottom .header-nav-list {
        justify-content: center;
        margin-top: 5px;
    }

}





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

    .headerInner-r {
        padding: 25px 0 0 0;
        text-align: left;
    }

    .headerInner-r table {
        margin-left: 18px;
    }

    .headerInner-r-bottom .header-nav-list>li {
        width: 100%;
        justify-content: left;
    }


    .headerInner-r-bottom .header-nav-list>li.bunya,
    .headerInner-r-bottom .header-nav-list>li.contact {
        border-radius: 0;
    }

    .headerInner-r-bottom .header-nav-list>li.contact {
        background-color: #b5caf5;
    }

    .headerInner-r-bottom .header-nav-list>li a {
        padding: 12px 0 12px 12px;
        font-size: 110%;

    }

    .headerInner-r-bottom .header-nav-list>li.contact a {
        color: #000;
    }

    .headerInner-r-bottom {
        padding-top: 15px;
    }

    /*
.headerInner-r-bottom .header-nav-list > li {
    background-position: right 8px center;
    background-size: 12px;
	}
	
	
.headerInner-r-bottom .header-nav-list > li a {
    padding: 6px 30px 6px 10px;
}
*/

}

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

    .headerInner-r-bottom .header-nav-list>li a {
        font-size: 100%;
    }

}


/*top-kv*/

.top-kv-wrap {
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    margin: 20px 0 0;
}

.top-kv {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;

}

.top-kv-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}


@media screen and (max-width: 1380px) {
    .top-kv-inner {
        max-width: 1150px;
    }
}

@media screen and (max-width: 1240px) {
    .top-kv-inner {
        max-width: 1000px;
    }
}


@media screen and (max-width: 1100px) {
    .top-kv-inner {
        max-width: 950px;
    }
}

@media screen and (max-width: 1015px) {
    .top-kv-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}


.slick-slider .slick-track,
.slick-slider .slick-list {
    border-radius: 40px;
}

.slick-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 30px;
    height: 42em;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: center center;
}


.top-kv-cover {
    position: absolute;
    bottom: -250px;
    right: 0px;
}

.top-kv-cover img {
    width: 100%;
    max-width: 150px;
}


.copy-sp {
    display: none;
}

.top-kv-copy {
    position: absolute;
    bottom: -26%;
    left: -30px;
}

.top-kv-copy img {
    width: 100%;
    max-width: 330px;
}



@media screen and (max-width: 1100px) {
    .slick-slide img {
        height: 38em;
    }

    .top-kv-copy {
        bottom: -18%;
    }

    .top-kv-copy img {
        width: 100%;
        max-width: 270px;
    }

    .top-kv-cover {
        bottom: -180px;
    }

    .top-kv-cover img {
        max-width: 110px;
    }

}



@media screen and (max-width: 1015px) {
    .top-kv-copy {
        bottom: -22%;
        left: 0;
    }
}



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


    .slick-slide img {
        height: 33em;
    }

    .top-kv-copy {
        left: 18px;
    }

    .top-kv-copy img {
        max-width: 250px;
    }

    .top-kv-cover {
        right: 40px;
    }

}



@media screen and (max-width: 970px) {
    .top-kv-cover img {
        max-width: 80px;
    }

}



@media screen and (max-width: 900px) {
    .top-kv-copy img {
        max-width: 200px;
    }

    .slick-slide img {
        height: 28em;
    }

}


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


    .top-kv {
        background-color: #fff;
    }


    .top-kv-inner {
        padding-bottom: 60px;
        background-image: url(../images/sp-kv-bg.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
    }


    .top-kv-copy {
        display: none;
    }

    .copy-sp {
        display: block;
        margin-top: 40px;
    }

    .copy-sp img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .top-kv-cover {
        bottom: 130px;
    }

}


@media screen and (max-width: 680px) {
    .slick-slide img {
        height: 23em;
    }
}


@media screen and (max-width: 600px) {
    .slick-slide img {
        height: 20em;
    }
}

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

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        border-radius: 30px;
    }

    .top-kv-cover img {
        max-width: 60px;
    }

}

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

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        border-radius: 20px;
    }

    .slick-slide img {
        height: 18em;
    }


    .copy-sp img {
        max-width: 350px;
    }

}



@media screen and (max-width: 450px) {
    .top-kv-inner {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 40px;
    }

    .top-kv-cover img {
        max-width: 50px;
    }

    .copy-sp img {
        max-width: 320px;
    }

}


@media screen and (max-width: 420px) {
    .slick-slide img {
        height: 16em;
    }

    .copy-sp {
        margin-top: 30px;
    }

    .copy-sp img {
        max-width: 280px;
    }

    .top-kv-cover {
        bottom: 80px;
    }



}


/*top common*/

.top-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


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

    .top-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

}


.top-h2 {
    text-align: center;
    background-image: url(../images/line01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 240px;
    padding-bottom: 40px;
}

h2 {
    color: #416ecc;
    font-size: 220%;
}

.sub-h2 {
    text-align: center;
    display: block;
    margin-top: 20px;
}


.sub-h2 img {
    width: auto;
    height: 27px;
}




@media screen and (max-width: 1015px) {
    h2 {
        font-size: 200%;
    }
}

@media screen and (max-width: 800px) {
    span.h2-sp {
        display: block;
        line-height: 180%;
    }
}

@media screen and (max-width: 700px) {
    h2 {
        letter-spacing: 2px;
    }
}


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

    .top-h2 {
        background-size: 190px;
        padding-bottom: 30px;
    }


    .sub-h2 {
        margin-top: 10px;
    }

    .sub-h2 img {
        height: 24px;
    }


}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 170%;
    }


    span.h2-sp {
        line-height: 220%;
    }

}




/*activity*/

.activity {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    padding: 120px 0;
}

.ac-text {
    text-align: center;
    font-size: 120%;
    padding: 30px 0 50px 0;
    line-height: 220%;
    letter-spacing: 2px;
}




.ac-text p,
.ac-waku-tx p {
    font-weight: bold;
}

.ac-waku {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #fff;
    border: 5px solid #d7e5ff;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.ac-waku-list {
    width: 33%;
    padding: 0 30px;
    border-right: solid 1px #d1e1fa;
}

.ac-waku-list:last-child {
    border-right: none;
}

.ac-waku-img {
    text-align: center;
    margin-bottom: 20px;
}

.ac-waku-img img {
    width: 100%;
    max-width: 150px;
}

.ac-waku-tx {
    color: #416ecc;
    text-align: center;
}




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

    .activity {
        padding: 80px 0;
    }


    .ac-text {
        font-size: 110%;
        letter-spacing: 1px;
    }


    .ac-waku {
        font-size: 90%;
    }


    .ac-waku-img img {
        max-width: 120px;
    }


}


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


    .activity {
        padding: 120px 0 80px 0;
    }

    .ac-waku {
        font-size: 80%;
    }
}


@media screen and (max-width: 800px) {
    .activity {
        padding: 50px 0 80px 0;
    }
}




@media screen and (max-width: 730px) {
    .ac-waku-list {
        padding: 0 20px;
    }
}


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

    .ac-waku-img img {
        max-width: 100px;
    }

    .ac-text {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

}



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


    .ac-waku {
        font-size: 110%;
        padding: 40px 40px;
        display: block;
        max-width: 480px;
    }

    .ac-waku-list {
        width: 100%;
        padding: 30px;
        border-right: none;
        border-bottom: 1px solid #d1e1fa;
    }

    .ac-waku-list:first-child {
        padding-top: 0;
    }


    .ac-waku-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

}




@media screen and (max-width: 700px) {
    .activity {
        padding: 80px 0;
    }
}


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

    .activity {
        padding: 60px 0;
    }
}


@media screen and (max-width: 480px) {
    .activity {
        padding: 50px 0;
    }

    .ac-text {
        font-size: 100%;
        letter-spacing: 1px;
        line-height: 190%;
        padding: 20px 0 20px 0;
    }

    .ac-waku-list {
        padding: 30px 0;
    }

    .ac-waku-img {
        margin-bottom: 12px;
    }

}




@media screen and (max-width: 430px) {
    .ac-waku {
        font-size: 90%;
        max-width: 300px;
        padding: 25px;
        border-radius: 25px;
    }

    .ac-text {
        padding: 20px 0 30px 0;
        font-size: 90%;
    }


    .ac-waku-list {
        padding: 20px 0;
    }

    .ac-waku-img img {
        max-width: 80px;
    }
}


/*bunya-search*/

.bunya-search {
    position: relative;
    padding: 120px 0;
    background-color: #fff;

}

.fukidashi-title {
    text-align: center;
    width: 100%;
}

.fukidashi-title img {
    width: 100%;
    max-width: 400px;
}

.bnya-ob01,
.bnya-ob02 {
    position: absolute;
}


.bnya-ob01 {
    top: 30px;
    left: 30px;
    animation: yurayura 2s linear infinite;
}

.bnya-ob01 img {
    width: 100%;
    max-width: 110px;
}



.bnya-ob02 {
    top: 30px;
    right: 30px;
}

.bnya-ob02 img {
    width: 100%;
    max-width: 100px;
}


.bunya-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


.bunya-wrap-list {}

.bunya-wrap-list ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}


.bunya-wrap-list ul li {
    width: 21%;
    margin: 2%;
}


.bunya-wrap-list ul li span.title {
    display: none;
}


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


    .bunya-search {
        padding: 80px 0;
    }


    .fukidashi-title img {
        max-width: 320px;
    }


    .bnya-ob01,
    .bnya-ob02 {
        top: 0px;
    }

}


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


    .bunya-search {

        background-image: url(../images/bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        /*    background-attachment: fixed;*/
        background-position: center center;


    }

    .bnya-ob01 img,
    .bnya-ob02 img {
        max-width: 80px;
    }


    .bunya-wrap-list {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .bunya-wrap-list ul li {
        width: 44%;
        margin: 3%;
    }
}

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

    .bunya-search {
        padding: 60px 0;
    }

    .bnya-ob01 img,
    .bnya-ob02 img {
        max-width: 60px;
    }
}


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


    .bnya-ob01 {
        top: -30px;
        left: 60px;
    }

    .bnya-ob02 {
        top: -20px;
        right: 70px;
    }
}



@media screen and (max-width: 500px) {
    .fukidashi-title img {
        max-width: 300px;
    }
}



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

    .bunya-search {
        padding: 60px 0 40px 0;
    }


    .bnya-ob01 {
        left: 20px;
    }

    .bnya-ob02 {
        top: -20px;
        right: 20px;
    }
}





/*mokuteki-search*/

.mokuteki-search {
    position: relative;
    padding: 120px 0;
    background-color: #fdfce3;

}


.mokuteki-ob01,
.mokuteki-ob02 {
    position: absolute;
}


.mokuteki-ob01 {
    top: 0;
    left: 80px;
    animation: yurayura 2s linear infinite;
}

.mokuteki-ob01 img {
    width: 100%;
    max-width: 130px;
}



.mokuteki-ob02 {
    top: 30px;
    right: 50px;
    animation: yurayura 2s linear infinite;
}

.mokuteki-ob02 img {
    width: 100%;
    max-width: 100px;
}


.mokuteki-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


.mokuteki-wrap-list {}

.mokuteki-wrap-list ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}


.mokuteki-wrap-list ul li {
    width: 30%;
    margin: 1.5% 1.5%;
    border-radius: 30px;
    box-shadow: 0 0 6px #b5b5b5;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    background-image: url(../images/arrow_b.png);
    background-repeat: no-repeat;
    background-position: bottom 23px center;
    background-size: 15px;
    transition: all 0.2s ease-in-out;
}


.mokuteki-wrap-list ul li:hover {
    background-color: #e8f1fc;
    background-position: bottom 18px center;
}

.mokuteki-wrap-list ul li a {
    text-decoration: none;
}


.mokuteki-wrap-list ul li span.thumb {
    display: block;
    margin-bottom: 25px;
    padding: 40px 40px 0 40px;
}


.mokuteki-wrap-list ul li span.thumb img {
    border-radius: 100px;
    width: 100%;
    max-width: 140px;
}


.mokuteki-wrap-list ul li span.title {
    text-align: center;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 118%;
    line-height: 170%;
    letter-spacing: 1px;
    padding: 0 30px 50px 30px;
}

.mokuteki-wrap-list ul li span.title:hover {
    color: #f7b1ad;
}

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


    .mokuteki-search {
        padding: 80px 0;
    }


    .mokuteki-ob01 {
        top: -40px;
    }


    .mokuteki-ob02 {
        top: -10px;
    }

    .mokuteki-wrap-list ul {
        margin-top: 30px;
    }

    .mokuteki-wrap-list ul li span.title {
        font-size: 110%;
        line-height: 150%;
        letter-spacing: 0px;
        padding: 0 30px 50px 30px;
    }

}

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

    .mokuteki-wrap-list ul li span.thumb img {
        max-width: 110px;
    }


    .mokuteki-wrap-list ul li span.title {
        font-size: 100%;
    }
}


@media screen and (max-width: 750px) {
    .mokuteki-ob01 {
        left: 30px;
    }

    .mokuteki-ob02 {
        right: 30px;

    }

}



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


    .mokuteki-wrap-list ul li {
        width: 29%;
        margin: 2%;
        border-radius: 20px;
        background-size: 10px;
        background-position: bottom 15px center;
    }


    .mokuteki-wrap-list ul li:hover {
        background-position: bottom 12px center;
    }

    .mokuteki-wrap-list ul li span.thumb {
        padding: 30px 30px 0 30px;
    }

    .mokuteki-wrap-list ul li span.title {
        padding: 0 20px 40px 20px;
    }

}


@media screen and (max-width: 700px) {
    .mokuteki-wrap-list ul li {
        width: 46%;
    }

    .mokuteki-wrap-list ul li span.title {
        font-size: 120%;
    }

    .mokuteki-wrap-list ul li span.title {
        padding: 0 40px 40px 40px;
    }

}


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


    .mokuteki-ob01 img {
        max-width: 100px;
    }

    .mokuteki-ob02 img {
        max-width: 80px;
    }


}


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

    .mokuteki-search .top-inner {
        padding-left: 20px;
        padding-right: 20px;
    }


    .mokuteki-wrap-list ul li span.title {
        padding: 0 20px 40px 20px;
    }

}


@media screen and (max-width: 570px) {
    .mokuteki-search {
        padding: 60px 0;
    }

    .mokuteki-ob01 {
        left: 20px;
    }

    .mokuteki-ob01 img {
        max-width: 80px;
    }

    .mokuteki-ob02 {
        top: -30px;
    }

    .mokuteki-ob02 img {
        max-width: 70px;
    }

}


@media screen and (max-width: 520px) {
    .mokuteki-ob02 {
        top: -40px;
        right: 10px;
    }

}



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


    .mokuteki-ob01 {
        left: 50px;
        top: -10px;
    }

    .mokuteki-ob02 {
        right: 50px;
    }


    .mokuteki-wrap-list ul li span.thumb {
        padding: 20px 30px 0 30px;
        margin-bottom: 15px;
    }

    .mokuteki-wrap-list ul li span.thumb img {
        max-width: 80px;
    }

    .mokuteki-wrap-list ul li span.title {
        font-size: 110%;
    }

}


@media screen and (max-width: 460px) {
    .mokuteki-wrap-list ul li span.title {
        font-size: 90%;
        padding: 0 20px 35px 20px;
    }
}


@media screen and (max-width: 430px) {
    .mokuteki-ob01 {
        left: 20px;
        top: -30px;
    }

    .mokuteki-ob01 img {
        max-width: 60px;
    }

    .mokuteki-ob02 {
        right: 30px;
        top: -20px;
    }

    .mokuteki-ob02 img {
        max-width: 50px;
    }

}


@media screen and (max-width: 420px) {
    .mokuteki-wrap-list ul li span.title {
        font-size: 110%;
        padding: 0 15px 35px 15px;
    }
}

/*bnr-area*/

.bnr-area {
    padding: 90px 0;
    background-image: url(../images/bg_photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}


.bnr-area-wrap-list {
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}


.bnr-area-wrap-list ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
}


.bnr-area-wrap-list ul li {
    width: 47%;
    margin: 1.5% 1.5%;
    border-radius: 30px;
    box-shadow: 0 0 6px #171717;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}


.bnr-area-wrap-list ul li:hover {
    background-color: #e8f1fc;
}

.bnr-area-wrap-list ul li a {
    text-decoration: none;
}


.bnr-area-wrap-list ul li span.thumb {
    display: block;
}


.bnr-area-wrap-list ul li span.thumb img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    height: 12em;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: center center;
    object-fit: cover;
}


.bnr-area-wrap-list ul li span.title {
    text-align: left;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 140%;
    line-height: 170%;
    letter-spacing: 1px;
    padding: 20px 30px 20px 30px;
    background-image: url(../images/arrow02.png);
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 20px;
    transition: all 0.2s ease-in-out;
}

.bnr-area-wrap-list ul li span.title:hover {
    color: #f7b1ad;
    background-position: right 16px center;
}


@media screen and (max-width: 910px) {
    .bnr-area {
        padding: 70px 0;
    }
}


@media screen and (max-width: 730px) {
    .bnr-area-wrap-list ul li {
        width: 44%;
        margin: 3%;
        border-radius: 25px;
    }

    .bnr-area-wrap-list ul li span.thumb img {
        border-radius: 25px 25px 0 0;
        height: 10em;
    }


    .bnr-area-wrap-list ul li span.title {
        font-size: 120%;
        padding: 15px 30px 15px 26px;
    }

}


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

    .bnr-area-wrap-list ul li {
        border-radius: 15px;
    }


    .bnr-area-wrap-list ul li span.thumb img {
        border-radius: 15px 15px 0 0;
        height: 8em;
    }

    .bnr-area-wrap-list ul li span.title {
        font-size: 100%;
        padding: 15px 30px 15px 20px;
        background-position: right 20px center;
        background-size: 15px;
    }

    .bnr-area-wrap-list ul li span.title:hover {
        background-position: right 17px center;
    }
}

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

    .bnr-area {
        padding: 40px 0;
    }


    .bnr-area-wrap-list {
        max-width: 330px;
    }

    .bnr-area-wrap-list ul li {
        width: 100%;
        border-radius: 20px;
    }


    .bnr-area-wrap-list ul li span.title {
        font-size: 120%;
    }

    .bnr-area-wrap-list ul li span.thumb img {
        border-radius: 20px 20px 0 0;
    }

}


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

    .bnr-area {
        background-image: url(../images/bg_photo_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center bottom;
    }

}

/*news-area*/

.news-area {
    padding: 100px 0;
    background-color: #fff;

}


.title-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.title-wrap img {
    width: 100%;
    max-width: 360px;
}


.news-wrap {}


.news-wrap ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}


.news-wrap ul li {
    width: 30%;
    margin: 1.5% 1.5%;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    position: relative;
}


.list-category-mark {
    display: inline-block;
    position: absolute;
    width: 120px;
    top: 1px;
    left: 1px;
    text-align: center;
    padding: 7px 0;
    border-radius: 15px 0 16px 0;
    color: #fff;
    font-size: 85%;
    font-weight: bold;
}


.list-category-mark.list-category-news-info {
    background-color: #5584e0;
}

.list-category-mark.list-category-news-magazine {
    background-color: #f7908d;
}

.list-category-mark.list-category-news-event {
    background-color: #d6d063;
}

.list-category-mark.list-category-news-recruit {
    background-color: #56c0a0;
}

.news-wrap ul li .thumb {}


.news-wrap ul li .thumb img {
    border: 1px solid #5584e0;
    width: 100%;
    border-radius: 16px;
    height: 15em;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: center center;
    object-fit: cover;
}


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


    .title-wrap img {
        max-width: 300px;
    }

    .news-wrap ul li .thumb img {
        height: 12em;
    }
}


.news-wrap ul li .date {
    display: block;
    margin: 15px 0 0px 0;
    color: #5584e0;
    font-size: 95%;
    font-weight: bold;
}


.news-wrap ul li .title {
    font-weight: bold;
}


.news-wrap ul li .title a {
    color: #000;
}


.news-wrap ul li .new {
    background-color: #f7908d;
    border-radius: 3px;
    color: #fff;
    font-size: 80%;
    padding: 0px 7px;
    display: inline-block;
    margin-left: 5px;
}

.more {
    text-align: right;
    margin-top: 20px;
}

.more-link {
    font-weight: bold;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
    transition: all 0.2s ease-in-out;
}


.more-link:hover {
    background-position: right 17px center;
}

.more-link a {
    text-decoration: none;
    padding: 0 40px 0 0;
}

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


    .news-area {
        padding: 80px 0;
    }

    .news-wrap ul li {
        width: 27%;
        margin: 3%;
    }

    .news-wrap ul li .thumb img {
        height: 10em;
    }

    .list-category-mark {
        width: 105px;
        padding: 3px 0;
        border-radius: 15px 0 12px 0;
        font-size: 75%;
    }

}



@media screen and (max-width: 730px) {
    .news-wrap ul li {
        width: 44%;
    }

    .news-wrap ul li .thumb img {
        height: 12em;
    }

}


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

    .news-area {
        padding: 60px 0;
    }

    .news-area .top-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-wrap ul li .thumb img {
        height: 10em;
    }

}


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


    .news-area .top-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-wrap img {
        max-width: 270px;
    }

    .news-wrap ul li {
        width: 42%;
        margin: 3% 4% 5% 4%;
    }

    .news-wrap ul li .thumb img {
        height: 8em;
    }
}


/*bnr-area2*/


.bnr-area2 {
    padding: 70px 0;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.bnr-area2-list {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}


.bnr-area2-list ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.bnr-area2-list ul li {
    width: 47%;
    margin: 1.5% 1.5%;
    border-radius: 20px;
    box-shadow: 0 0 6px #6f6f6f;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    text-align: left;
    font-size: 140%;
}



.bnr-area2-list ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    background-image: url(../images/moushikomi.png), url(../images/arrow_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center, right 25px center;
    background-size: 70px, 10px;
    padding: 35px 30px 35px 110px;
    display: block;
    border-radius: 20px;
}



.bnr-area2-list ul li.b-recruit a {
    background-image: url(../images/recruit.png), url(../images/arrow_r.png);
}

.bnr-area2-list ul li:hover a {
    background-color: #fdfce3;
    border-radius: 20px;
    background-position: left 20px center, right 20px center;
}


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

    .bnr-area2 {
        padding: 50px 0;
    }


    .bnr-area2-list ul li {
        font-size: 120%;
        border-radius: 15px;

    }


    .bnr-area2-list ul li a {
        padding: 35px 30px 35px 100px;
        border-radius: 15px;
    }


}


@media screen and (max-width: 767px) {
    .bnr-area2-list ul li {
        font-size: 150%;
        border-radius: 15px;
        width: 100%;
        max-width: 420px;
        margin: 2.5% auto;
    }

    .bnr-area2-list ul li a {
        padding: 35px 30px 35px 110px;
    }

    .bnr-area2 {
        background-attachment: scroll;
    }

}


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


    .bnr-area2-list ul li {
        font-size: 130%;
    }

    .bnr-area2-list ul li a {
        background-size: 60px, 10px;
        padding: 35px 30px 35px 90px;
    }
}


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


    .bnr-area2-list ul li {
        font-size: 110%;
    }
}


/*link-area*/

.link-area {
    padding: 80px 0;
    background-color: #fff;
}

.link-area .top-h2 {
    background-image: url(../images/line02.png);
}


ul.ads-bnr-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
}

ul.ads-bnr-list li {
    width: 30%;
    margin: 1.5% 1.5%;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}


ul.ads-bnr-list li img {
    border: 1px #a2a2a2 solid;
}


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

    .link-area {
        padding: 80px 0 50px 0;
    }


    ul.ads-bnr-list {
        width: 100%;
        display: block;
        max-width: 300px;
        text-align: center;
        margin: 30px auto 0 auto;
    }

    ul.ads-bnr-list li {
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0;
    }
}


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

    .link-area {
        padding: 60px 0 40px 0;
    }

    ul.ads-bnr-list {
        max-width: 240px;
    }

}

/*top-contact*/

.top-contact {
    padding: 0 0 110px 0;
    background-color: #fff;
}

.top-contact .top-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


.top-contact-wrap {
    position: relative;
    border-radius: 30px;
}


.top-contact-wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    border-radius: inherit;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    z-index: -1;
}



.top-contact-inner {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    border-radius: inherit;
    padding: 70px 50px 40px 50px;
}




.contact-text {
    text-align: center;
    font-size: 110%;
    padding: 30px 0px 20px 0;
    line-height: 220%;
    letter-spacing: 1px;
}

.contact-text p {
    font-weight: bold;
}





.contact-btn {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.mail {
    width: 47%;
    margin: 1.5% 1.5%;
    border-radius: 20px;
    box-shadow: 0 0 6px #6f6f6f;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    text-align: left;
    font-size: 140%;
    background-color: #5584e0;
}

.mail a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/contactlist.png), url(../images/arrow_y.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 30px center, right 30px center;
    background-size: 30px, 12px;
    padding: 20px 30px 20px 80px;
    display: block;
    border-radius: 20px;
}

.form a {
    background-image: url(../images/mail.png), url(../images/arrow_y.png);
    background-size: 25px, 12px;
}


.mail a:hover,
.form a:hover {
    background-position: left 30px center, right 25px center;
}


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


    .mail {
        font-size: 120%;
        border-radius: 15px;
    }

    .mail a {
        background-position: left 25px center, right 30px center;
        padding: 20px 30px 20px 60px;
    }


    .mail a:hover,
    .form a:hover {
        background-position: left 25px center, right 25px center;
    }

}


@media screen and (max-width: 870px) {
    .contact-text {
        font-size: 100%;
    }

}


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

    .mail {
        width: 100%;
        margin: 2% auto;
        max-width: 400px;
    }
}


@media screen and (max-width: 680px) {
    .top-contact-inner {
        padding: 70px 70px 40px 70px;
    }


    .top-contact-wrap::before {
        background-size: 170%;
    }
}


@media screen and (max-width: 520px) {
    .top-contact-inner {
        padding: 50px 50px 40px 50px;
    }
}




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

    .top-contact {
        padding: 0 0 60px 0;
    }


    .top-contact .top-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .top-contact-inner {
        padding: 50px 30px 30px 30px;
    }

    .contact-text {
        font-size: 90%;
        line-height: 200%;
        padding: 20px 0px 20px 0;
    }

    .mail {
        font-size: 100%;
    }

}