body {
    color: #232323;
    background: #39b6fd;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    font-weight: 500;
    position: relative;
    letter-spacing: .1em
}

a {
    color: #0e73d8;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer
}

#wrapper {
    position: relative;
    overflow: hidden
}

#l-main {
    overflow: hidden;
    position: relative
}

img {
    max-width: 100%;
    height: auto
}

.bold {
    font-weight: 600
}

h2,
h3,
h4 {
    line-height: 1.4;
    font-weight: 600
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes flip-in {
    0% {
        transform: rotateY(80deg);
        opacity: 0
    }

    100% {
        transform: rotateY(0);
        opacity: 1
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup .8s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin .65s cubic-bezier(0.2, 1, 0.2, 1)
}

.flipIn.on {
    opacity: 1;
    animation: flip-in .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.mask {
    position: relative;
    -webkit-clip-path: circle(1%);
    clip-path: circle(1%);
    transition: .6s ease-in all
}

.mask.on {
    -webkit-clip-path: circle(120%);
    clip-path: circle(120%)
}

.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: .6s;
    animation-fill-mode: forwards;
    opacity: 0
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #111
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0)
    }

    50% {
        transform-origin: left;
        transform: scaleX(1)
    }

    51% {
        transform-origin: right
    }

    100% {
        transform-origin: right;
        transform: scaleX(0)
    }
}

.bgRLextend::before {
    animation-name: bgRLextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111
}

@keyframes bgRLextendAnime {
    0% {
        transform-origin: right;
        transform: scaleX(0)
    }

    50% {
        transform-origin: right;
        transform: scaleX(1)
    }

    51% {
        transform-origin: left
    }

    100% {
        transform-origin: left;
        transform: scaleX(0)
    }
}

.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
    opacity: 0
}

.loader {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    pointer-events: none
}

.loader.off {
    display: block
}

.loader-bg1 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #39b6fd;
    top: 0;
    left: 0;
    animation: load-tate .6s ease-out .4s forwards
}

@keyframes load-tate {
    0% {
        height: 100%;
        opacity: 1
    }

    100% {
        height: 0%
    }
}

@keyframes load-tate2 {
    0% {
        height: 0%;
        opacity: 1
    }

    100% {
        height: 100%
    }
}

@keyframes load-bg {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#l-header {
    width: 100%;
    height: 180px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

@media all and (max-width: 1100px) {
    #l-header {
        height: 177px
    }
}

@media all and (max-width: 896px) {
    #l-header {
        height: 107px
    }
}

@media all and (max-width: 639px) {
    #l-header {
        height: 78px
    }
}

#l-header .sponly-logo {
    display: none
}

@media all and (max-width: 896px) {
    #l-header .sponly-logo {
        display: block;
        width: 15%;
        margin: 0 auto;
        padding-top: 2%
    }
}

@media all and (max-width: 480px) {
    #l-header .sponly-logo {
        width: 20%
    }
}

#l-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff
}

#l-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 14px;
    bottom: -14px;
    left: 0;
    background: url(../img/nav-line.png) repeat-x;
    background-size: 115px 14px;
    z-index: -1
}

@media all and (max-width: 1100px) {
    #l-header:after {
        bottom: -13px
    }
}

#l-header .inner {
    width: 90%;
    margin: 0 auto;
    position: relative
}

@media all and (max-width: 1100px) {
    #l-header .inner {
        width: 100%
    }
}

#l-header #logo {
    width: 25%;
    max-width: 220px
}

#l-header .header_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px
}

#l-header .header_contact .nav__tel__link {
    margin-right: 20px
}

#l-header .header_contact .nav__tel__link a {
    font-family: "Shrikhand", cursive;
    color: #363636;
    font-size: 1.8rem;
    font-weight: bold
}

#l-header .header_contact .nav__tel__link a:hover {
    color: #0c66c0
}

#l-header .header_contact .nav__tel__link a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: .9em
}

#l-header .header_contact .nav__mail__link a {
    color: #fefefe;
    padding: 7px 15px;
    background: #39b6fd;
    font-size: 1.4rem;
    border-radius: 30px
}

#l-header .header_contact .nav__mail__link a:hover {
    background-color: #f7df59;
    color: #363636
}

#l-header .header_contact .nav__mail__link a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: .9em
}

#l-header.is-fixed {
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    z-index: 101;
    animation: DownAnime .5s forwards;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media all and (max-width: 896px) {
    #l-header.is-fixed .inner {
        max-width: 100%;
        margin: 0 auto
    }

    #l-header.is-fixed .inner #logo {
        width: 150px;
        margin: 10px auto;
        position: initial
    }
}

#header_nav {
    position: relative;
    z-index: 1;
    margin: 0 auto
}

#header_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

#header_nav ul li {
    position: relative;
    width: 12%
}

#header_nav ul li:last-child:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/header-line.png) repeat-y;
    background-size: 2px 8px
}

#header_nav ul li .list__icon {
    max-width: 50px;
    margin: 0 auto 10px
}

#header_nav ul li .list__icon.center {
    max-width: 150px;
    margin: 0 auto
}

#header_nav ul li a {
    font-size: 1.4rem;
    padding: 10px;
    color: #333;
    font-weight: bold;
    letter-spacing: .05rem;
    z-index: 1;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

#header_nav ul li a:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/header-line.png) repeat-y;
    background-size: 2px 8px
}

#header_nav ul li a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    right: -20px;
    margin: 0 auto;
    top: 22%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: .4s
}

#header_nav ul li a:hover,
#header_nav ul li a.active {
    transition: .4s;
    text-shadow: 0px 0px 10px #fff
}

#header_nav ul li a:hover:before,
#header_nav ul li a.active:before {
    transform: scale(1);
    transition: .4s
}

#header_nav ul li a:hover .list__icon,
#header_nav ul li a.active .list__icon {
    animation: circle-anime 4s ease-out 1.5s infinite
}

#header_nav ul li.smartphone a {
    justify-content: center
}

#header_nav ul li .sub-menu {
    display: none;
    border-top: 0;
    display: none;
    margin: 0;
    position: absolute;
    width: 260px;
    top: 60px;
    left: 12px;
    visibility: hidden;
    -webkit-transiton: opacity .2s;
    transition: opacity .2s;
    z-index: 1;
    padding: 20px
}

#header_nav ul li .sub-menu li {
    width: 100%;
    margin: 0 auto 5px;
    background-color: #39b6fd;
    padding: 10px 15px 10px 30px;
    margin-bottom: 4px;
    position: relative;
    opacity: 0;
    transition: .8s;
    transform: translateX(200px);
    transition: transform .3s ease, opacity .2s ease
}

#header_nav ul li .sub-menu li:nth-child(2) {
    transition-delay: .1s
}

#header_nav ul li .sub-menu li:nth-child(3) {
    transition-delay: .2s
}

#header_nav ul li .sub-menu li:nth-child(4) {
    transition-delay: .3s
}

#header_nav ul li .sub-menu li:nth-child(5) {
    transition-delay: .4s
}

#header_nav ul li .sub-menu li:nth-child(6) {
    transition-delay: .5s
}

#header_nav ul li .sub-menu li:nth-child(7) {
    transition-delay: .6s
}

#header_nav ul li .sub-menu li:before {
    display: none
}

#header_nav ul li .sub-menu li a {
    display: block;
    font-weight: normal;
    font-size: 1.3rem;
    color: #fff;
    padding: 0;
    text-shadow: none;
    text-align: left
}

#header_nav ul li .sub-menu li:hover {
    background-color: #979797
}

#header_nav ul li:hover .sub-menu,
#header_nav ul li.active .sub-menu {
    display: flex;
    flex-wrap: wrap;
    visibility: visible
}

#header_nav ul li:hover .sub-menu li,
#header_nav ul li.active .sub-menu li {
    transition: .8s;
    transition: transform 1s ease, opacity .9s ease;
    animation: opacityAnime 1s .1s forwards
}

#header_nav ul li:hover .sub-menu li:nth-child(2),
#header_nav ul li.active .sub-menu li:nth-child(2) {
    animation-delay: .2s
}

#header_nav ul li:hover .sub-menu li:nth-child(3),
#header_nav ul li.active .sub-menu li:nth-child(3) {
    animation-delay: .3s
}

#header_nav ul li:hover .sub-menu li:nth-child(4),
#header_nav ul li.active .sub-menu li:nth-child(4) {
    animation-delay: .4s
}

#header_nav ul li:hover .sub-menu li:nth-child(5),
#header_nav ul li.active .sub-menu li:nth-child(5) {
    animation-delay: .5s
}

#header_nav ul li:hover .sub-menu li:nth-child(6),
#header_nav ul li.active .sub-menu li:nth-child(6) {
    animation-delay: .6s
}

#header_nav ul li:hover .sub-menu li:nth-child(7),
#header_nav ul li.active .sub-menu li:nth-child(7) {
    animation-delay: .7s
}

#header_nav ul li:hover .header_link,
#header_nav ul li.active .header_link {
    transform: scale(1.1);
    position: relative
}

#header_nav ul li:hover .header_link:before,
#header_nav ul li.active .header_link:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    top: -6px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(247, 223, 89, .4);
    z-index: -1
}

#header_nav ul li:hover .header_link.type2:before,
#header_nav ul li.active .header_link.type2:before {
    background-color: rgba(12, 102, 192, .4)
}

#header_nav ul li:hover .header_link.type3:before,
#header_nav ul li.active .header_link.type3:before {
    background-color: rgba(251, 133, 86, .4)
}

#header_nav ul li:hover .header_link.type4:before,
#header_nav ul li.active .header_link.type4:before {
    background-color: rgba(247, 223, 89, .4)
}

#header_nav ul li:first-child a:before {
    background-color: #f7e2fa
}

#header_nav ul li:nth-child(2) a:before {
    background-color: #fae2f5
}

#header_nav ul li:nth-child(3) a:before {
    background-color: #ffdbea
}

#header_nav ul li:nth-child(4) a:before {
    background-color: #fcc8bf
}

#header_nav ul li:nth-child(5) a:before {
    background-color: #f8d8bf
}

#header_nav ul li:nth-child(6) a:before {
    background-color: #f7ecc9
}

#header_nav ul li:nth-child(7) a:before {
    background-color: #c9d8f7
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes circle-anime {
    0% {
        transform: translateY(0px)
    }

    25% {
        transform: translateY(-4px)
    }

    50% {
        transform: translateY(0px)
    }

    75% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(0px)
    }
}

#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    opacity: 0;
    transform: translateY(100px)
}

#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #39b6fd;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .6rem;
    transition: all .3s
}

#page-top a:hover {
    opacity: .6
}

#page-top.UpMove {
    animation: UpAnime .5s forwards
}

#page-top.DownMove2 {
    animation: DownAnime2 .5s forwards
}

@keyframes DownAnime2 {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 1;
        transform: translateY(100px)
    }
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media all and (max-width: 896px) {
    #page-top {
        bottom: 60px
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.12)
    }
}

.slide-img {
    height: 80vh
}

.slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.slide-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (max-width: 1367px) {
    .slide-img {
        height: 700px
    }
}

@media all and (max-width: 896px) {
    .slide-img {
        height: 500px
    }
}

@media all and (max-width: 639px) {
    .slide-img {
        height: 350px
    }
}

#slideshow {
    position: relative;
    margin: 0px auto;
    max-height: 880px;
    width: 90%;
    overflow: hidden;
    border-radius: 50px
}

#slide-wrap {
    position: relative;
    margin: 16 0px auto 0px;
    z-index: 1;
    margin-top: 180px;
    background-color: #fefefe;
    padding-bottom: 50px
}

#slide-wrap .slide-box {
    position: relative
}

@media all and (max-width: 896px) {
    #slide-wrap {
        margin: 110px auto 0px
    }
}

@media all and (max-width: 639px) {
    #slide-wrap {
        margin: 80px auto 0px
    }
}

@keyframes bg-anime {
    0% {
        width: 100%
    }

    100% {
        width: 0%
    }
}

@keyframes catch-anime {
    0% {
        opacity: 1;
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes catch-anime2 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.catch {
    z-index: 1;
    position: absolute;
    bottom: 15%;
    right: 50px;
    z-index: 3;
    width: 70%;
    max-width: 600px
}

.catch img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catch.on {
    opacity: 1;
    transition: 2s
}

@media all and (max-width: 1367px) {
    .catch {
        max-width: 460px
    }
}

@media all and (max-width: 896px) {
    .catch {
        max-width: 300px
    }
}

@media all and (max-width: 639px) {
    .catch {
        width: 60%;
        bottom: 60px;
        max-width: 210px
    }
}

footer {
    padding: 50px 0 0px;
    position: relative
}

@media all and (max-width: 639px) {
    footer {
        padding: 50px 0 0 0
    }
}

#l-footer {
    font-size: 1.4rem;
    position: relative;
    width: 80%;
    padding: 0px 10px 10px;
    margin: 0 auto
}

#l-footer .inner {
    margin: 0 auto 0px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px
}

#l-footer .footer__box {
    width: 35%;
    position: relative;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

#l-footer .footer__box:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/footer-line.png) repeat-y;
    background-size: 6px 28px
}

@media all and (max-width: 1480px) {
    #l-footer {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    #l-footer {
        width: 95%
    }
}

@media all and (max-width: 639px) {
    #l-footer {
        font-size: 1.2rem
    }

    #l-footer .inner {
        padding: 0;
        font-size: 1.1rem;
        display: block
    }

    #l-footer .footer__box {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 20px
    }

    #l-footer .footer__box:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 6px;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        background: url(../img/footer-line2.png) repeat-x;
        background-size: 28px 6px
    }
}

@media all and (max-width: 639px) {
    .footer__detail {
        text-align: center
    }
}

.footer__detail .ftxt {
    margin: 0 auto 10px;
    font-size: 2rem;
    color: #fefefe
}

.footer__detail .ftxt span {
    background-color: rgba(57, 182, 253, .2);
    padding: 4px 15px
}

@media all and (max-width: 1680px) {
    .footer__detail .ftxt {
        text-align: center
    }
}

@media all and (max-width: 896px) {
    .footer__detail .ftxt {
        font-size: 1.4rem;
        line-height: 2
    }

    .footer__detail .ftxt span {
        display: inline-block
    }
}

.footer__detail .fbox {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto
}

.footer__detail .fbox .fbox__tel {
    font-size: 3rem
}

.footer__detail .fbox .fbox__tel a {
    color: #fefefe
}

.footer__detail .fbox .fbox__tel a:hover {
    opacity: .6;
    border-bottom: 1px solid #333;
    color: #333
}

.footer__detail .fbox .fbox__tel a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: .7em
}

@media all and (max-width: 1100px) {
    .footer__detail .fbox .fbox__tel {
        font-size: 2rem
    }
}

@media all and (max-width: 639px) {
    .footer__detail .fbox .fbox__tel {
        font-size: 1.5rem;
        margin: 0 auto;
        text-align: center
    }
}

.footer_navi {
    margin: 40px auto 20px
}

.footer_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.footer_navi ul li {
    position: relative;
    width: 12%
}

.footer_navi ul li a {
    font-size: 1.4rem;
    padding: 10px 0;
    color: #fefefe;
    font-weight: bold;
    letter-spacing: .05rem;
    z-index: 1;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.footer_navi ul li a:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    right: -20px;
    margin: 0 auto;
    top: 22%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: .4s
}

.footer_navi ul li a .list__icon {
    max-width: 40px;
    text-align: center;
    margin: 0 auto 10px
}

.footer_navi ul li a .list__icon.center {
    max-width: 150px
}

.footer_navi ul li a:hover {
    color: #333
}

.footer_navi ul li a:hover:after {
    transform: scale(1);
    transition: .4s
}

.footer_navi ul li:first-child a:after {
    background-color: #f7e2fa
}

.footer_navi ul li:nth-child(2) a:after {
    background-color: #fae2f5
}

.footer_navi ul li:nth-child(3) a:after {
    background-color: #ffdbea
}

.footer_navi ul li:nth-child(4) a:after {
    background-color: #fcc8bf
}

.footer_navi ul li:nth-child(5) a:after {
    background-color: #f8d8bf
}

.footer_navi ul li:nth-child(6) a:after {
    background-color: #f7ecc9
}

@media all and (max-width: 1100px) {
    .footer_navi ul li a {
        font-size: 1.2rem
    }

    .footer_navi ul li a .list__icon {
        margin: 0 auto
    }
}

.footer_navi .globalNav li.smartphone a {
    justify-content: center
}

.footer_navi .globalNav li.smartphone a .list__icon {
    margin: 0 auto
}

.flogo {
    max-width: 300px;
    width: 70%
}

@media all and (max-width: 639px) {
    .flogo {
        width: 80%;
        margin: 0 auto
    }
}

.address {
    color: #fefefe;
    font-size: 12px
}

.copyright {
    padding: 12px 0;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
    background-color: #39b6fd;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-weight: bold
}

@media all and (max-width: 1680px) {
    .copyright {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .copyright {
        width: 90%
    }
}

@media all and (max-width: 896px) {
    .copyright {
        font-size: 12px;
        padding-bottom: 65px
    }
}

#main {
    float: left;
    width: 76%
}

@media all and (max-width: 896px) {
    #main {
        float: none;
        width: 100%
    }
}

#side {
    float: right;
    position: sticky;
    right: 0;
    top: 0;
    width: 21%;
    padding-right: 10px
}

@media all and (max-width: 896px) {
    #side {
        float: none;
        width: 100%;
        position: static;
        margin-top: 40px
    }
}

.single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    z-index: 2
}

@media all and (max-width: 1100px) {
    .single {
        width: 95%;
        padding: 40px 0
    }
}

.single02 {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    z-index: 2
}

@media all and (max-width: 1100px) {
    .single02 {
        width: 95%
    }
}

.single03 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative
}

@media all and (max-width: 1100px) {
    .single03 {
        width: 95%
    }
}

@media all and (max-width: 639px) {
    .single03 {
        padding: 40px 0
    }
}

.mbox {
    padding: 35px 30px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.mbox.transparent {
    background: rgba(0, 0, 0, 0)
}

@media all and (max-width: 639px) {
    .mbox {
        padding: 15px 10px
    }
}

.mbox2 {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px
}

.mbox2.half {
    max-width: 48%;
}

@media all and (max-width: 639px) {
    .mbox2 {
        max-width: 100%;
    }
}

.mbox3 {
    padding: 75px 30px;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px
}

.mbox3.transparent {
    background: rgba(0, 0, 0, 0)
}

@media all and (max-width: 1100px) {
    .mbox3 {
        padding: 35px 20px
    }
}

@media all and (max-width: 639px) {
    .mbox3 {
        padding: 15px 10px
    }
}

.small-box {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.mtitle {
    font-size: 4rem;
    text-align: center;
    position: relative;
    margin-bottom: 40px
}

@media all and (max-width: 639px) {
    .mtitle {
        font-size: 3rem
    }
}

.mtitle .eng::first-letter {
    color: #e93830;
    font-size: 8rem;
    line-height: 1
}

@media all and (max-width: 639px) {
    .mtitle .eng::first-letter {
        font-size: 6rem
    }
}

.mtitle .ja {
    font-size: 2rem;
    margin-top: -15px
}

@media all and (max-width: 639px) {
    .mtitle .ja {
        font-size: 1.4rem
    }
}

.mtitle:after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    content: "";
    width: 71px;
    height: 15px;
    background: url(../img/title_underline.png) no-repeat
}

.mtitle.type2 {
    margin-top: -60px
}

.mtitle.inside {
    margin-bottom: 70px
}

.mtitle.type3 {
    font-family: "Shrikhand", cursive
}

.mtitle.type3 .big {
    color: #e93830;
    font-size: 8rem;
    line-height: 1
}

@media all and (max-width: 639px) {
    .mtitle.type3 .big {
        font-size: 6rem
    }
}

.mtitle.type3 .ja {
    margin-top: -5px
}

.mtitle2 {
    position: relative;
    padding: 1rem;
    border-radius: 20px;
    background-color: #f7df59;
    color: #363636;
    font-weight: bold;
    font-size: 2rem;
    width: 250px;
    margin-top: -45px;
    text-align: center
}

@media all and (max-width: 639px) {
    .mtitle2 {
        font-size: 1.6rem
    }
}

.mtitle2:before,
.mtitle2:after {
    position: absolute;
    border-radius: 50%;
    background-color: #f7df59;
    content: ""
}

.mtitle2:before {
    top: 110%;
    left: 40px;
    height: 15px;
    width: 15px
}

.mtitle2:after {
    top: 150%;
    left: 50px;
    height: 10px;
    width: 10px
}

.mtitle2.type2 {
    background-color: #0c66c0;
    color: #fefefe
}

.mtitle2.type2:before,
.mtitle2.type2:after {
    background-color: #0c66c0
}

.mtit le-box {
    background-color: #39b6fd;
    color: #fff;
    padding: 20px 20px;
    margin: 0 auto;
    text-align: center
}

.mtit le-box .ja {
    color: #fff;
    font-size: 2.4rem
}

.mtit le-box .ja .main {
    padding-left: 5px;
    font-size: 3rem
}

@media all and (max-width: 639px) {
    .mtit le-box .ja {
        font-size: 1.7rem
    }

    .mtit le-box .ja .main {
        padding-left: 5px;
        font-size: 2rem
    }
}

.mtitle_sub {
    padding: 0 0 0 20px;
    font-weight: 600;
    position: relative;
    border-left: 6px solid #39b6fd;
    margin: 0px 0 10px 0;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: left
}

.mtitle_sub .hissu {
    color: #fff;
    background: #6bc9fe;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 20px
}

.mtitle_sub:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 50%;
    background-color: #f7df59
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #333
}

.mtitle_category:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px;
    color: #f4f4f4
}

@media all and (max-width: 639px) {
    .mtitle_category {
        font-size: 1.4rem;
        margin-bottom: 10px
    }
}

.mtitle_ribbon {
    position: relative;
    top: -25px;
    left: -40px;
    width: 100%;
    z-index: 2
}

@media all and (max-width: 480px) {
    .mtitle_ribbon {
        left: -35px
    }
}

.mtitle_ribbon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: rgba(0, 0, 0, 0) #f46c84 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-color: #ea6fbf;
    position: absolute;
    left: 0;
    bottom: -10px
}

.mtitle_ribbon span {
    display: inline-block;
    background-color: #ea6fbf;
    font-size: 2rem;
    padding: 10px 30px;
    color: #fefefe;
    border-radius: 0 10px 10px 0;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .mtitle_ribbon span {
        font-size: 1.5rem;
        padding: 10px 20px
    }
}

.mtitle_circle {
    display: inline-block;
    position: relative;
    color: #333;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    margin: 50px 0
}

.mtitle_circle:before {
    position: absolute;
    bottom: -20px;
    left: 40%;
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #bbdbfb;
    content: ""
}

@media all and (max-width: 896px) {
    .mtitle_circle:before {
        left: 36%
    }
}

@media all and (max-width: 639px) {
    .mtitle_circle:before {
        left: 32%
    }
}

@media all and (max-width: 480px) {
    .mtitle_circle:before {
        left: 17%
    }
}

.mtitle_circle.small:before {
    left: 43%
}

@media all and (max-width: 896px) {
    .mtitle_circle.small:before {
        left: 41%
    }
}

@media all and (max-width: 639px) {
    .mtitle_circle.small:before {
        left: 38%
    }
}

@media all and (max-width: 480px) {
    .mtitle_circle.small:before {
        left: 25%
    }
}

.mtitle_circle.white:before {
    background: #fefefe
}

.btn {
    margin: 40px auto 0
}

.btn a {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #39b6fd
}

.btn a:before {
    transition: .4s;
    position: absolute;
    content: "";
    width: 140%;
    height: 200%;
    bottom: -50%;
    right: -20%;
    left: -20%;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%
}

.btn a span {
    transition: .4s;
    color: #39b6fd;
    font-weight: bold;
    position: relative;
    z-index: 1
}

.btn a:hover {
    transition: .4s
}

.btn a:hover:before {
    transition: .4s;
    height: 0%
}

.btn a:hover span {
    transition: .4s;
    color: #fff;
    letter-spacing: 3px
}

.btn.btn--baseColor a {
    background-color: #fff;
    border: 1px solid #39b6fd;
    z-index: 1
}

.btn.btn--baseColor a:before {
    background-color: #39b6fd;
    z-index: -1
}

.btn.btn--baseColor a span {
    color: #fff
}

.btn.btn--baseColor a:hover span {
    color: #39b6fd
}

.btn.btn--blackColor a {
    background-color: #fff;
    border: 1px solid #5a5a5a;
    z-index: 1
}

.btn.btn--blackColor a:before {
    background-color: #5a5a5a;
    z-index: -1
}

.btn.btn--blackColor a span {
    color: #fff
}

.btn.btn--blackColor a:hover span {
    color: #5a5a5a
}

.btn.btn--pink a {
    background-color: #fff;
    border: 1px solid #ea6fbf;
    z-index: 1;
    color: #fff
}

.btn.btn--pink a:before {
    background-color: #ea6fbf;
    z-index: -1
}

.btn.btn--pink a span {
    color: #fff
}

.btn.btn--pink a:hover {
    color: #ea6fbf
}

.btn.type2 {
    margin: 0 auto
}

@keyframes page-leadanime {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.page-toparea {
    position: relative
}

.page-toparea .inner {
    padding: 250px 20px 160px
}

@media all and (max-width: 639px) {
    .page-toparea .inner {
        padding: 180px 20px 160px
    }
}

.page-toparea .inner .page-lead {
    color: #3a3a3a;
    text-align: center;
    font-size: 2.2rem;
    position: relative;
    margin: 0 auto;
    animation: page-leadanime 1s ease-out 1s forwards;
    opacity: 1
}

.page-toparea .inner .page-lead .eng {
    display: block;
    font-family: "Shrikhand", cursive;
    font-weight: 300;
    font-size: 3rem
}

@media all and (max-width: 639px) {
    .page-toparea .inner .page-lead {
        font-size: 1.5rem;
        transform: translateY(4px)
    }

    .page-toparea .inner .page-lead .eng {
        font-size: 2rem
    }
}

.page-toparea .slide-background {
    opacity: .6
}

.topbox {
    background-color: #fefefe
}

.topbox #l-header {
    animation: none;
    opacity: 1
}

.page-title-bg {
    position: relative;
    margin: 150px auto 0
}

@media all and (max-width: 896px) {
    .page-title-bg {
        margin: 50px auto 0
    }
}

.page-title {
    position: relative;
    overflow: hidden;
    margin: -16px auto 0;
    background: url(../img/page-title02.jpg) no-repeat center 100%/cover
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    opacity: .4
}

.page-title .inner {
    margin: 0 auto;
    padding: 120px 0 110px;
    max-width: 1200px;
    overflow: hidden
}

.page-title .inner .page-lead {
    color: #fefefe;
    text-align: center;
    font-size: 2.2rem;
    position: relative;
    margin: 0 auto;
    animation: page-leadanime 1s ease-out .4s forwards;
    opacity: 0
}

.page-title .inner .page-lead .eng {
    display: block;
    font-family: "Shrikhand", cursive;
    font-weight: 300;
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 0px 0px 16px #6e6e6e
}

.page-title .inner .page-lead .ja {
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 16px #6e6e6e
}

@media all and (max-width: 639px) {
    .page-title .inner .page-lead {
        font-size: 1.4rem;
        transform: translateY(4px)
    }

    .page-title .inner .page-lead .eng {
        font-size: 2rem
    }
}

@media all and (max-width: 896px) {
    .page-title .inner {
        width: 100%;
        padding: 160px 0 70px
    }
}

@media all and (max-width: 639px) {
    .page-title .inner {
        width: 100%;
        padding: 110px 0 70px
    }
}

.bg-01 {
    position: relative;
    background-size: 100px
}

@media all and (max-width: 639px) {
    .bg-01 {
        margin-top: 0px
    }
}

.bg-02 {
    position: relative
}

.bg-02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg-01.jpg) repeat;
    background-size: 1000px 500px;
    top: 0;
    left: 0;
    opacity: .2
}

.bg-03 {
    position: relative
}

.bg-03:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg-03.jpg) repeat;
    background-size: 1000px 500px;
    top: 0;
    left: 0;
    opacity: .2
}

.bg-common {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    overflow: hidden;
    position: relative;
    z-index: 100
}

.bg-common .inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 100px 0
}

@media all and (max-width: 896px) {
    .bg-common .inner {
        padding: 40px 0
    }

    .bg-common.type-w {
        width: calc(100% - 20px);
        margin-bottom: 100px;
        background-color: #fff
    }
}

.bg-white {
    position: relative
}

.bg-white:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fefefe
}

.bg-blue2 {
    position: relative
}

.bg-blue2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebf3fa
}

.bg-yellow {
    background: #fdf1c8
}

.bg-img {
    position: relative;
    height: 100%;
    width: 100%
}

.bg-img:before,
.bg-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%
}

.bg-img.type1:before {
    width: 300px;
    left: 0;
    top: 0;
    background: url(../img/bg-img01.png) no-repeat;
    background-size: contain
}

.bg-img.type1:after {
    width: 300px;
    background: url(../img/bg-img02.png) no-repeat;
    right: 0;
    top: 0;
    background-size: contain
}

@media all and (max-width: 639px) {

    .bg-img.type1:before,
    .bg-img.type1:after {
        width: 120px
    }
}

.bg-img.type2:before {
    background: url(../img/bg-img03.png);
    left: 0;
    top: 0;
    opacity: .1
}

.bg-img.type3:before {
    background: url(../img/bg-img04.png);
    left: 0;
    top: 0;
    opacity: .2
}

.tblarea {
    max-width: 900px;
    margin: 0 auto
}

.tbl {
    width: 100%;
    background-color: #fff
}

.tbl th,
.tbl td {
    padding: 10px 15px;
    border: 1px solid #ddd
}

.tbl th {
    color: #363636;
    background: #f7df59;
    width: 25%;
    vertical-align: middle
}

.tbl th span {
    font-size: 1.4rem
}

.tbl td {
    vertical-align: middle
}

.tbl td.num {
    width: 10%;
    max-width: 200px
}

@media all and (max-width: 639px) {
    .tbl th {
        width: 25%;
        text-align: left;
        font-size: 1.2rem
    }

    .tbl th,
    .tbl td {
        padding: 5px 10px;
        font-size: 1.2rem
    }

    .tbl td.num {
        width: 20%;
        max-width: 200px;
        min-width: 40px
    }
}

.tbl_new {
    width: 100%;
    max-width: 1400px;
    margin: 10px auto 40px;
    font-size: 1.2rem
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 10px 10px;
    border-right: 1px solid #fff
}

.tbl_new tr th {
    font-weight: 600;
    width: 15%;
    text-align: left;
    letter-spacing: 0;
    background: #39b6fd;
    color: #fff;
    text-align: center
}

.tbl_new tr th.type2 {
    background: #f0f0f0;
    color: #39b6fd;
    border-bottom: 1px solid #fff
}

.tbl_new tr th.w10 {
    width: 30px;
    border-top: 1px solid #fff
}

@media all and (max-width: 639px) {
    .tbl_new tr th {
        padding-left: 10px
    }
}

.tbl_new tr td {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

.tbl_new2 {
    width: 100%
}

.tbl_new2 tr th,
.tbl_new2 tr td {
    vertical-align: middle;
    padding: 15px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.tbl_new2 tr th {
    background-color: #f5f5f5;
    width: 15%
}

.tbl_new2 tr td {
    width: 85%
}

.tbl_new2 tr th {
    font-weight: 700
}

.tbl_new2 tr th span {
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .tbl_new2 tr th span {
        font-size: 1.2rem
    }
}

.tbl-txt {
    margin-bottom: 40px;
    padding: 20px 15px;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
    text-align: right;
    font-weight: bold;
    background-color: #fff
}

.tbl-txt span {
    font-size: 2rem
}

.tbl-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 2px solid #ddd
}

.tbl-box .t-right {
    text-align: right
}

.tbl-box th,
.tbl-box td {
    padding: 10px 15px;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
    background-color: #fff
}

.tbl-box th.type1,
.tbl-box td.type1 {
    width: 190px
}

@media all and (max-width: 639px) {

    .tbl-box th.type1,
    .tbl-box td.type1 {
        width: 150px
    }
}

.tbl-box th.b-no,
.tbl-box td.b-no {
    padding-bottom: 0;
    border-bottom: none
}

.tbl-box th.tm-no,
.tbl-box td.tm-no {
    padding-top: 0
}

@media all and (max-width: 639px) {

    .tbl-box th,
    .tbl-box td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl-box th {
    width: 25%;
    text-align: center;
    color: #fff;
    background-color: #ddd;
    border-bottom-color: #fff;
    border-right: 1px solid #fff;
    font-size: 1.6rem;
    color: #333
}

.tbl-box th.th-1 {
    width: 45%
}

.tbl-box th.maintitle {
    text-align: center;
    color: #fff;
    font-size: 1.8rem
}

.tbl-box th.maintitle .sub {
    font-size: 1.2rem
}

@media all and (max-width: 639px) {
    .tbl-box th {
        font-size: 1rem
    }

    .tbl-box th.maintitle {
        text-align: center;
        color: #fff;
        font-size: 1.2rem
    }

    .tbl-box th.maintitle .sub {
        font-size: 1rem
    }

    .tbl-box th.box1 {
        width: 30%;
        min-width: 160px
    }
}

.tbl-box td {
    border-right: 1px solid #ddd;
    width: 40%
}

.tbl-box td.main {
    width: 20%
}

.tbl-box td a {
    font-weight: bold;
    opacity: .4s
}

.tbl-box td a:hover {
    opacity: .4s;
    color: #333
}

@media all and (max-width: 639px) {
    .tbl-box td.box2 {
        width: 20%
    }
}

.tbl-border {
    width: 100%
}

.tbl-border .t-right {
    text-align: right
}

.tbl-border th,
.tbl-border td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle
}

@media all and (max-width: 639px) {

    .tbl-border th,
    .tbl-border td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl-border th {
    width: 10%;
    text-align: left;
    font-weight: 600;
    border-right: 1px solid #39b6fd
}

.tbl-border th.th-1 {
    width: 45%
}

.tbl-border2 {
    width: 100%
}

.tbl-border2 .t-right {
    text-align: right
}

.tbl-border2 th,
.tbl-border2 td {
    padding: 10px 15px;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
    width: 25%
}

.tbl-border2 th p,
.tbl-border2 td p {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: bold
}

.tbl-border2 th.type1,
.tbl-border2 td.type1 {
    width: 190px
}

@media all and (max-width: 639px) {

    .tbl-border2 th.type1,
    .tbl-border2 td.type1 {
        width: 150px
    }
}

.tbl-border2 th.b-no,
.tbl-border2 td.b-no {
    padding-bottom: 0;
    border-bottom: none
}

.tbl-border2 th.tm-no,
.tbl-border2 td.tm-no {
    padding-top: 0
}

@media all and (max-width: 639px) {

    .tbl-border2 th,
    .tbl-border2 td {
        padding: 10px;
        font-size: 1.2rem
    }
}

.tbl-border2 th {
    width: 28%;
    text-align: center;
    font-weight: 800;
    border-bottom-color: #39b6fd;
    color: #fff;
    background-color: #39b6fd
}

.tbl-border2 th.th-1 {
    width: 45%
}

@media all and (max-width: 639px) {

    .tbl-border2 th,
    .tbl-border2 td {
        padding: 10px 15px;
        border-bottom: 2px solid #ddd;
        vertical-align: middle;
        width: 50%
    }
}

.ggmap {
    position: relative;
    padding-bottom: 18%;
    height: 0;
    overflow: hidden;
    width: 60%;
    margin: 0 auto 100px;
    border-radius: 0 0 50px 50px
}

@media all and (max-width: 1480px) {
    .ggmap {
        width: 80%;
        padding-bottom: 30%
    }
}

@media all and (max-width: 1100px) {
    .ggmap {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .ggmap {
        padding-bottom: 28%;
        border-radius: 0 0 20px 20px;
        margin: 0 auto 50px
    }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallerarea {
    max-width: 1500px;
    margin: 0 auto 30px;
    padding: 40px;
    background-color: #fff
}

@media all and (max-width: 639px) {
    .gallerarea {
        padding: 40px 20px
    }
}

.gallery-list {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.gallery-list li {
    width: 22%;
    margin: 0 1% 20px;
    border: 1px solid #363636;
    padding: 10px;
    background-color: #fff
}

.gallery-list li img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-list li .txt {
    margin-top: 10px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .gallery-list li {
        width: 98%;
        margin-bottom: 10px
    }

    .gallery-list li img {
        width: 100%;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .gallery-list li .txt {
        font-size: 1.5rem
    }
}

#top-blog .pages {
    display: none
}

.blogbox {
    max-width: 1200px;
    margin: 40px auto;
    background-color: #fff;
    border: 10px solid #fbf5cf;
    padding: 50px;
    border-radius: 20px
}

.blogbox.type2 {
    border: 10px solid #fff1f9
}

.blogbox.type3 {
    border: 10px solid #ffece8
}

.blogbox.type4 {
    border: 10px solid #f2ffeb
}

.blogbox.type5 {
    border: 10px solid #ecfdf9
}

.blogbox .blogbox__title {
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #39b6fd
}

@media all and (max-width: 639px) {
    .blogbox {
        text-align: left;
        padding: 20px 20px;
        border: 4px solid #eaf5f0
    }

    .blogbox .blogbox__title {
        font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
        font-weight: 300;
        font-weight: bold;
        font-size: 1.4rem
    }
}

.blogbox .blog_card__item__contents__taxt .data {
    padding: 0 10px;
    color: #0c66c0
}

.blog-wrap * {
    transition: .3s
}

.blog-wrap>li {
    width: 31%;
    margin: 0 1% 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 20px
}

@media all and (max-width: 1480px) {
    .blog-wrap>li {
        width: 48%
    }
}

@media all and (max-width: 639px) {
    .blog-wrap>li {
        width: 100%;
        max-width: 240px
    }
}

.blog-wrap>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.blog-wrap>li>a:hover~.blog-img img {
    opacity: 1;
    transform: scale(1.2)
}

@media all and (max-width: 639px) {
    .blog-wrap li {
        width: 100%;
        margin: 0 auto 20px;
        display: block
    }

    .blog-wrap li .blog-img {
        width: 100%
    }

    .blog-wrap li .blog-detail {
        width: 100%;
        padding: 10px
    }

    .blog-wrap li .blog-txt {
        padding: 10px 0
    }
}

.blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto
}

.blog-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease;
    font-family: "object-fit: cover;"
}

.blog-img:hover img {
    opacity: 1 !important;
    transform: scale(1.2)
}

@media all and (max-width: 1100px) {
    .blog-img {
        height: 150px
    }
}

.blog-detail {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 30px
}

@media all and (max-width: 1480px) {
    .blog-detail {
        padding: 10px 15px 20px
    }
}

@media all and (max-width: 639px) {
    .blog-detail {
        padding: 10px 15px 20px
    }
}

.blog-cat {
    background-color: #f7df59;
    font-size: 13px;
    display: none
}

.blog-detail-upper {
    position: relative;
    z-index: 2;
    margin: -31px 0 0;
    color: #fff;
    font-size: 12px
}

.blog-category {
    display: inline-block;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    background: #111
}

.blog-date {
    background: #39b6fd;
    color: #fff;
    width: 100px;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    font-size: 12px
}

.blog-date2 {
    color: #0c66c0;
    font-size: .9em;
    margin-bottom: 15px
}

.blog-date2:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.blog-title {
    font-weight: 700;
    line-height: 1.3;
    margin: 10px 0
}

.blog-txt {
    line-height: 1.5;
    color: #333;
    font-size: 1.5rem;
    padding: 10px 0 0;
    font-weight: bold
}

@media all and (max-width: 639px) {
    .blog-txt {
        font-size: 12px
    }
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline-block;
    margin: 0 20px
}

.pages .page_next a,
.pages .page_prev a {
    color: #39b6fd;
    padding: 4px 5px;
    background: #fff;
    font-size: 12px
}

.category_nav {
    border: 1px solid #ddd
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #ddd;
    background-color: #fff
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #f4f4f4
}

.category_nav li:last-child a {
    border-bottom: none
}

.prv dt {
    color: #39b6fd;
    border-bottom: 1px solid #ccc;
    margin: 10px 0
}

.blog-month {
    margin-bottom: 10px
}

.blog-month ul {
    display: flex;
    flex-wrap: wrap
}

.blog-month ul li {
    width: 100%;
    margin: 0 auto 10px;
    padding: 2px 0;
    text-align: center;
    letter-spacing: 0;
    background: #39b6fd
}

.blog-month ul li:nth-child(2n) {
    margin-left: 2%
}

.blog-month ul li a {
    color: #fff;
    font-size: 12px
}

.blog-month ul li a:hover {
    color: #fefefe
}

@media all and (max-width: 639px) {
    .blog-month ul li {
        width: 48%;
        margin: 0 1% 10px
    }
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#contact {
    display: block;
    padding-top: 100px;
    margin-top: -100px
}

.pagewrapper {
    position: relative
}

.breadcrumb {
    padding: 10px 30px;
    z-index: 101;
    margin: 0px auto 0px;
    font-size: 1.2rem;
    width: 60%
}

.breadcrumb li {
    display: inline;
    color: #333
}

.breadcrumb li a {
    color: #fabd4c
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

@media all and (max-width: 1680px) {
    .breadcrumb {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .breadcrumb {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .breadcrumb {
        font-size: 10px;
        padding: 8px 20px
    }
}

.form {
    margin: 0 auto;
    width: 100%
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: 500
}

@media all and (max-width: 896px) {
    .form dl dt {
        width: 200px
    }
}

.form dl dt span {
    color: #fff;
    background: #39b6fd;
    padding: 5px 8px;
    margin-right: 5px;
    font-size: 10px;
    border-radius: 20px;
    position: relative;
    top: -2px;
    font-weight: 500
}

.form dl dt span.nini {
    background: #f7df59;
    color: #431f23
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc
}

@media all and (max-width: 896px) {
    .form dl dd {
        padding-left: 200px
    }
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 0;
    padding: 20px 15px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 0
}

.form .textarea-serect {
    border: 0;
    padding: 5px 15px;
    border-radius: 0;
    background: #f5f5f5;
    width: 100%;
    height: 40px
}

.form .textarea {
    height: 30px
}

.form .txtarea {
    text-align: center;
    padding-top: 15px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

@media all and (max-width: 1100px) {
    .form .textarea03 {
        width: 27%
    }
}

@media all and (max-width: 896px) {
    .form .textarea03 {
        width: 45%
    }
}

.form button {
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    border: 1px solid #39b6fd;
    font-weight: 500;
    padding: 12px 5px;
    margin: 0 auto;
    width: 250px;
    background: #39b6fd;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 25px
}

.form button:hover {
    background: #fff;
    color: #39b6fd
}

.form button:before {
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #39b6fd
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3
}

.form label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 2px;
    top: 4px;
    background-color: #39b6fd;
    z-index: 1
}

.form label.radio_text input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

.form label.radio_text input[type=radio]:checked {
    box-shadow: none
}

.form label.radio_text input[type=radio]:focus {
    opacity: .2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block
}

.form label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3;
    padding: 1px
}

.form label.checkbox_text:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #39b6fd;
    border-bottom: 3px solid #39b6fd;
    transform: rotate(45deg);
    z-index: 1
}

@media all and (max-width: 639px) {
    .form label.checkbox_text:after {
        margin-top: -18px
    }
}

.form label.checkbox_text input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #fff;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type=checkbox]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: .1
}

.form label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #eee
}

.form input[type=text],
.form textarea {
    font-size: 16px
}

@media all and (max-width: 639px) {

    .form input[type=text],
    .form textarea {
        transform: scale(0.9);
        margin-left: -5px
    }
}

.fm-txt {
    font-size: 1.4rem;
    background: rgba(255, 255, 255, .5);
    padding: 5px
}

.thanks {
    padding: 40px;
    background-color: #fdf1c8;
    max-width: 700px;
    margin: 0 auto
}

.thanks .btn04 {
    position: relative;
    z-index: 1
}

@media all and (max-width: 639px) {
    .thanks {
        max-width: 100%;
        padding: 30px 20px
    }

    .thanks p.t-m50 {
        margin-top: 0
    }

    .thanks p.b-m50 {
        margin-bottom: 20px
    }

    .thanks p.tcenter.sp-left {
        text-align: left
    }
}

.contentbox {
    margin-top: 100px
}

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.policy {
    background: rgba(255, 255, 255, .8);
    max-width: 1200px;
    margin: 15px auto 0
}

.policy .click-open {
    display: none
}

.policy label {
    color: #363636;
    text-align: center;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer
}

.policy .open-content {
    background-color: #fafafa;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden
}

.policy .click-open:checked+label+.open-content {
    height: auto;
    opacity: 1;
    padding: 30px;
    visibility: visible
}

.mtitle_small {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #431f23;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.mtitle_small:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #39b6fd;
    position: absolute;
    left: 0;
    bottom: -1px
}

@media all and (max-width: 639px) {
    .mtitle_small {
        font-size: 1.4rem;
        line-height: 1.5
    }
}

.mtitle_small2 {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #431f23;
    font-weight: 600;
    padding: 10px 10px 10px 20px
}

.mtitle_small2:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 40%;
    position: absolute;
    top: 30%;
    left: 0
}

.mtitle_small2:after {
    content: "";
    background-color: #838383;
    width: 3px;
    height: 40%;
    position: absolute;
    top: 30%;
    left: 2px
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-bottom: -4%
}

@media all and (max-width: 639px) {
    .gallery_ul {
        margin-left: auto;
        margin-right: auto
    }
}

.gallery_ul>li {
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 4%;
    font-weight: 600
}

.gallery_ul>li .photobox-wrap {
    width: 100%;
    height: 220px;
    text-align: center;
    overflow: hidden;
    background: #aaa;
    margin-bottom: 10px
}

.gallery_ul>li .photobox-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit:contain;";
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

@media all and (max-width: 896px) {
    .gallery_ul>li {
        width: 48%
    }
}

@media all and (max-width: 639px) {
    .gallery_ul>li {
        width: 85%;
        margin: 0 auto 30px
    }

    .gallery_ul>li .photobox-wrap {
        height: 180px
    }
}

.comment {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0 5px;
    color: #431f23
}

@media all and (max-width: 639px) {
    .comment {
        font-size: 12px
    }
}

.anchor-link {
    margin: 100px auto 0
}

.anchor-link .anchorbox {
    margin: 0 20px;
    width: 380px
}

@media all and (max-width: 639px) {
    .anchor-link .anchorbox {
        width: 100%;
        margin: 0 auto
    }
}

.anchor-link .anchorbox a {
    display: block
}

.anchor-link .anchorbox a:hover {
    opacity: .7;
    filter: brightness(0.85) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6))
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.gallery li {
    width: 24%;
    margin: 0 1.3333333333% 25px 0
}

.gallery li:nth-child(4n) {
    margin-right: 0
}

.gallery li a {
    background: rgba(241, 235, 221, .2);
    display: block;
    text-align: center;
    padding: 0px;
    height: 200px
}

.gallery li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.gallery li p {
    font-size: 14px;
    margin: 0px 0 10px;
    background-color: #39b6fd;
    padding: 4px 10px;
    text-align: center;
    color: #fff
}

@media all and (max-width: 896px) {
    .gallery li {
        width: 48%;
        margin: 0 1% 0px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li a {
        height: 120px
    }

    .gallery li p {
        font-size: 12px
    }
}

.mainContents {
    position: relative;
    z-index: 1
}

.mainContents .mainContents__inner {
    width: 60%;
    margin: 0 auto
}

.mainContents .mainContents__title {
    position: relative;
    z-index: 1
}

.mainContents .mainContents__title .eng {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Shrikhand", cursive;
    font-weight: 300;
    font-weight: 300;
    position: relative;
    z-index: 1
}

.mainContents .mainContents__title .eng span {
    color: #39b6fd
}

.mainContents .mainContents__title .ja {
    display: block;
    font-size: 3rem;
    position: relative;
    z-index: 1
}

.mainContents .mainContents__pagetitle {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.mainContents .mainContents__pagetitle:before {
    position: absolute;
    content: "";
    width: 180px;
    height: 24px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../img/important-line.png) repeat-x;
    background-size: 76px 24px
}

.mainContents .mainContents__pagetitle .eng {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Shrikhand", cursive;
    font-weight: 300;
    font-weight: 300;
    position: relative;
    z-index: 1
}

.mainContents .mainContents__pagetitle .eng span {
    color: #39b6fd
}

.mainContents .mainContents__pagetitle .ja {
    display: block;
    font-size: 3rem;
    position: relative;
    z-index: 1;
    padding: 0 20px
}

.mainContents .mainContents__photo {
    position: relative;
    z-index: 1
}

.mainContents .mainContents__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mainContents .mainContents__txt {
    font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 300;
    font-weight: bold;
    font-size: 1.6rem
}

@media all and (max-width: 1480px) {
    .mainContents .mainContents__inner {
        width: 80%;
        margin: 0 auto
    }
}

@media all and (max-width: 1100px) {
    .mainContents .mainContents__inner {
        width: 90%;
        margin: 0 auto
    }

    .mainContents .mainContents__title .eng {
        font-size: 2rem;
        padding-left: 40px
    }

    .mainContents .mainContents__title .eng:before {
        width: 110px;
        height: 100px;
        top: -40px;
        left: 0px
    }

    .mainContents .mainContents__title .ja {
        font-size: 3rem
    }

    .mainContents .mainContents__pagetitle .eng {
        font-size: 2rem
    }

    .mainContents .mainContents__pagetitle .ja {
        font-size: 3rem
    }

    .mainContents .mainContents__pagetitle .ja:before {
        width: 80px
    }
}

@media all and (max-width: 896px) {
    .mainContents .mainContents__title .eng {
        font-size: 1.4rem;
        padding-left: 30px
    }

    .mainContents .mainContents__title .ja {
        font-size: 1.8rem
    }
}

@media all and (max-width: 639px) {
    .mainContents .mainContents__title .eng {
        font-size: 1.4rem;
        padding-left: 30px
    }

    .mainContents .mainContents__pagetitle .eng {
        font-size: 1.4rem
    }

    .mainContents .mainContents__pagetitle .ja {
        font-size: 1.5rem
    }

    .mainContents .mainContents__pagetitle .ja:before {
        width: 50px
    }

    .mainContents .mainContents__txt {
        font-size: 1.3rem
    }

    .mainContents .mainContents__photo {
        position: relative;
        z-index: 1
    }

    .mainContents .mainContents__photo:before {
        top: 10px;
        left: 10px
    }
}

.mainContents__bg01 {
    position: relative
}

.mainContents__bg01:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 244, 244, .8);
    z-index: -1
}

.mainContents__bg01.bg01--base_color:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(254, 255, 221, .4);
    z-index: -1
}

.mainContents__bg01.bg01--sub_color:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(221, 248, 255, .4);
    z-index: -1
}

.mainContents__bg01.bg01--green_color:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f1fff1;
    z-index: -1
}

.mainContents__bg01.bg01--orange_color:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff1da;
    z-index: -1
}

.mainContents__bg01:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-01.png) repeat;
    background-size: 978px 678px;
    z-index: -1;
    opacity: .1
}

.mainContents__bg02 {
    position: relative;
    background-color: #fefefe
}

.mainContents__bg02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/bg-02.jpg) no-repeat bottom/cover;
    z-index: 0;
    opacity: .2
}

.mainContents__bg02:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #dea7aa;
    background: linear-gradient(149deg, rgb(255, 208, 208) 0%, rrgb(229, 215, 196) 50%, rgb(226, 237, 193) 100%);
    z-index: -1;
    opacity: .2
}

.mainContents__bg03 {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.mainContents__bg03:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/bg-03.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
    opacity: .3
}

.mainContents__bg03:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #a7deda;
    background: linear-gradient(149deg, rgb(187, 241, 238) 0%, rgb(251, 253, 218) 50%, rgb(229, 255, 206) 100%);
    z-index: -1
}

.mainContents__bgcolor {
    position: relative
}

.mainContents__bgcolor:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #eaf5f0;
    z-index: -1
}

.mainContents__gradetion {
    position: relative
}

.mainContents__gradetion:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(149deg, #fffbe3 0%, #c5ecb5 100%);
    z-index: -1
}

.mainContents__bgdeko {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0
}

.mainContents__bgdeko:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -60px;
    left: -70px;
    background-color: #ffa6be;
    border-radius: 50%;
    z-index: -1
}

.mainContents__bgdeko:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    bottom: -60px;
    left: -70px;
    background-color: #ffa6be;
    border-radius: 50%;
    z-index: -1
}

.mainContents__bgdeko.bgdeko--right:before {
    left: auto;
    right: -70px
}

.mainContents__bgdeko.bgdeko--right:after {
    left: auto;
    right: -70px
}

.page_ttl_img {
    margin-bottom: 50px
}

.profile_content {
    padding: 20px 0
}

.profile_content .top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px
}

.profile_content .top .img {
    width: 52%;
    height: 300px
}

@media all and (max-width: 639px) {
    .profile_content .top .img {
        height: 250px
    }
}

.profile_content .top .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.profile_content .top .txtArea {
    width: 42%
}

@media all and (max-width: 639px) {
    .profile_content .top .txtArea {
        padding: 0 50px
    }
}

@media all and (max-width: 639px) {

    .profile_content .top .img,
    .profile_content .top .txtArea {
        width: 100%
    }
}

.profile_content .bottom {
    display: flex;
    justify-content: center;
    gap: 20px
}

.profile_content .bottom img {
    width: 31%
}

.profile_content2 .txt {
    width: 60%;
    margin: 0 auto;
    text-align: center
}

@media all and (max-width: 639px) {
    .profile_content2 .txt {
        width: 100%
    }
}

.faq-list *,
.faq-list *:after,
.faq-list *:before {
    box-sizing: border-box
}

.faq-list {
    width: 90%;
    margin: 0 auto
}

.faq-list dt,
.faq-list dd {
    position: relative;
    padding: 1em;
    border-radius: 10px;
    background-color: #fefefe
}

.faq-list dt {
    margin: 0 2.5em .5em 2.5em
}

.faq-list dt:before {
    left: -0.5em;
    border-width: 5px 8.7px 5px 0;
    border-color: rgba(0, 0, 0, 0) #fefefe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.faq-list dt:after {
    left: -3em;
    content: "Q";
    background: #f7df59;
    color: #333 !important
}

.faq-list dd {
    margin: 0 2.5em 2.5em 2.5em
}

.faq-list dd:before {
    right: -0.5em;
    border-width: 5px 0 5px 8.7px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fefefe
}

.faq-list dd:after {
    right: -3em;
    content: "A";
    background: #ea6fbf
}

.faq-list dd:last-child {
    margin: 0 2.5em 0em 2.5em
}

.faq-list dt::before,
.faq-list dd::before {
    position: absolute;
    z-index: 99;
    top: .5em;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-style: solid
}

.faq-list dt::after,
.faq-list dd::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    font-family: "Shrikhand", cursive
}

.topNews ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.topNews ul li {
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box
}

@media all and (max-width: 1100px) {
    .topNews ul li {
        width: 44%
    }
}

.topNews ul li a img {
    border-radius: 10px
}

.topNews ul li .data {
    font-size: 1.2rem;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5
}

.topNews ul li .data span {
    background-color: #0c66c0;
    padding: 5px 15px;
    color: #fefefe;
    border-radius: 5px
}

.topNews ul li .blog_card__item__contents__taxt a {
    color: #363636;
    font-size: 1.4rem;
    line-height: 1.5
}

@media all and (max-width: 639px) {
    .topNews ul li .blog_card__item__contents__taxt a {
        font-size: .9rem
    }
}

.topNews ul li .blog_card__item__contents__taxt a:hover img {
    opacity: .8;
    transition: .4s
}

.topMenu_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
    gap: 20px
}

@media all and (max-width: 896px) {
    .topMenu_list {
        gap: 15px
    }
}

.topMenu_list .circle {
    width: 23%;
    padding-top: 23%;
    position: relative;
    overflow: hidden;
    background-color: #fefefe;
    font-family: "Shrikhand", cursive;
    font-size: 4rem
}

@media all and (max-width: 896px) {
    .topMenu_list .circle {
        font-size: 2.3rem
    }
}

@media all and (max-width: 639px) {
    .topMenu_list .circle {
        width: 43%;
        padding-top: 43%;
        font-size: 4rem
    }
}

@media all and (max-width: 480px) {
    .topMenu_list .circle {
        font-size: 2rem
    }
}

.topMenu_list .circle>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.topMenu_list .circle .first {
    font-size: 8rem;
    color: #ea6fbf
}

@media all and (max-width: 1100px) {
    .topMenu_list .circle .first {
        font-size: 6rem
    }
}

@media all and (max-width: 896px) {
    .topMenu_list .circle .first {
        font-size: 4rem
    }
}

@media all and (max-width: 639px) {
    .topMenu_list .circle .first {
        font-size: 5rem
    }
}

@media all and (max-width: 480px) {
    .topMenu_list .circle .first {
        font-size: 3rem
    }
}

.circle {
    border-radius: 50%
}

.circle>div {
    margin: 15%
}

.topMenu_txt {
    text-align: center;
    color: #fefefe;
    font-size: 2.5rem
}

.topNews {
    background: #fefefe
}

.topNews .topNews__list {
    width: 80%;
    padding: 0 0 0 50px
}

.topNews .topNews__list .data {
    color: #f7df59;
    font-weight: bold
}

@media all and (max-width: 896px) {
    .topNews .topNews__list {
        padding: 0 0 0 20px
    }
}

@media all and (max-width: 639px) {
    .topNews .topNews__list {
        width: 100%;
        padding: 0 20px
    }
}

.topLink {
    position: relative;
    margin: 0 auto
}

.topLink .topLink__inner {
    margin: 0 auto;
    width: 60%
}

@media all and (max-width: 1100px) {
    .topLink .topLink__inner {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .topLink .topLink__inner {
        width: 98%
    }
}

.topHospital {
    position: relative;
    background-color: #f9f8f3;
    padding: 50px 0;
    overflow: hidden
}

.topHospital:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/hos-bg.png) no-repeat;
    background-size: cover;
    background-position: 0% 84%
}

.topHospital .topHospital__inner {
    position: relative;
    width: 60%;
    margin: 0 auto;
    z-index: 1
}

.topHospital h3 {
    margin: 0 auto 20px;
    text-align: center;
    max-width: 400px;
    padding: 0 30px
}

.topHospital .btn {
    margin: 0 auto
}

.topHospital .btn a {
    background-color: #8aca98
}

.topHospital .btn a span {
    color: #71c483
}

.topHospital .btn a:hover span {
    color: #fff
}

@media all and (max-width: 639px) {
    .topHospital:before {
        width: 100%;
        background: url(../img/hos-bg.png) no-repeat;
        background-size: cover;
        background-position: 0% 84%
    }

    .topHospital .topHospital__inner {
        position: relative;
        width: 90%;
        margin: 0 auto;
        z-index: 1
    }

    .topHospital h3 {
        margin: 0 auto 20px
    }
}

.topLink__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    justify-content: center;
    margin: 0 auto
}

.topLink__list li {
    width: 50%;
    padding: 20px 20px;
    text-align: center
}

.topLink__list h3 {
    padding: 0px 50px
}

.topLink__list .btn {
    margin: 10px auto 50px
}

.topLink__list .btn a {
    border-bottom: 1px solid #3b312f;
    border-radius: 0;
    background-color: #fff;
    overflow: inherit
}

.topLink__list .btn a:after {
    transition: .4s;
    position: absolute;
    content: "";
    width: 10px;
    height: 12px;
    right: 20px;
    top: 36%;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #39b6fd
}

.topLink__list .btn a:before {
    width: 20px;
    height: 1px;
    top: auto;
    left: 0;
    right: auto;
    bottom: -1px;
    background-color: #39b6fd;
    z-index: 1
}

.topLink__list .btn a:hover span {
    color: #3b312f
}

.topLink__list .btn a:hover:after {
    transition: .4s;
    right: 10px
}

.topLink__list .btn a:hover:before {
    width: 100%
}

@media all and (max-width: 639px) {
    .topLink__list li {
        width: 50%;
        padding: 20px 20px;
        text-align: center
    }

    .topLink__list h3 {
        padding: 0px 0px
    }

    .topLink__list .btn {
        margin: 10px auto 50px
    }

    .topLink__list .btn a {
        width: 100%;
        padding: 8px 30px 8px 5px;
        font-size: 13px
    }

    .topLink__list .btn a:after {
        right: 10px
    }

    .topLink__list .btn a:hover:after {
        right: 5px
    }
}

.topGreet {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.topGreet .topGreet__title {
    text-align: center
}

.topGreet .topGreet__flex {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0
}

.topGreet .topGreet__photo {
    width: 40%
}

.topGreet .topGreet__photo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.topGreet .topGreet__txtarea {
    width: 60%;
    font-size: 2rem;
    padding: 20px 0 0 50px
}

@media all and (max-width: 1100px) {
    .topGreet .topGreet__txtarea {
        width: 60%;
        font-size: 1.6rem;
        padding: 20px 0 0 30px
    }
}

@media all and (max-width: 639px) {
    .topGreet {
        padding: 50px 0 80px
    }

    .topGreet .topGreet__title {
        width: 80%;
        max-width: 280px;
        margin: 0 auto
    }

    .topGreet.topGreet--type2 {
        padding: 0px 0 50px
    }

    .topGreet.topGreet--type2:before {
        top: -80px
    }

    .topGreet .topGreet__flex {
        display: block
    }

    .topGreet .topGreet__photo {
        width: 80%;
        margin: 0 auto
    }

    .topGreet .topGreet__txtarea {
        width: 100%;
        font-size: 1.4rem;
        padding: 20px 0 0
    }
}

.topGreet_area {
    width: 65%
}

@media all and (max-width: 1100px) {
    .topGreet_area {
        width: 95%
    }
}

.topGreet_area .topGreet_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media all and (max-width: 639px) {
    .topGreet_area .topGreet_bottom {
        flex-direction: column
    }
}

.topGreet_area .topGreet_bottom .img {
    width: 30%
}

@media all and (max-width: 639px) {
    .topGreet_area .topGreet_bottom .img {
        width: 75%
    }
}

.topGreet_area .topGreet_bottom .txt {
    width: 68%;
    background: rgba(255, 255, 255, .3);
    padding: 20px;
    margin-top: 20px;
    line-height: 2
}

@media all and (max-width: 639px) {
    .topGreet_area .topGreet_bottom .txt {
        width: 95%
    }
}

.topGreet_area .topGreet_bottom .txt p {
    margin-bottom: 10px
}

.topGreet_area .topGreet_bottom .txt p b {
    font-size: 1.8rem;
    color: #0c66c0
}

@media all and (max-width: 639px) {
    .topGreet_area .topGreet_bottom .txt p b {
        font-size: 1.4rem
    }
}

.topList {
    display: flex;
    justify-content: center;
    align-items: center
}

.topList .img {
    width: 30%
}

.topList .txt {
    padding: 0 20px;
    margin-top: 20px;
    line-height: 2;
    height: 100%
}

.topList.type2 {
    flex-direction: row-reverse
}

.topPoint {
    position: relative;
    padding: 100px 0 50px;
    margin: 0 auto
}

.topPoint .topPoint__inner {
    width: 60%;
    margin: 0 auto;
    position: relative
}

.topPoint .topPoint__title {
    position: absolute;
    left: -20px;
    top: -90px
}

.topPoint .topPoint__subtitle {
    text-align: center;
    margin: 0 auto 50px
}

.topPoint .topPoint__txtarea {
    padding: 50px;
    border: 1px solid #333;
    border-radius: 50px;
    background-color: #fff;
    font-size: 1.6rem
}

@media all and (max-width: 1680px) {
    .topPoint .topPoint__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .topPoint .topPoint__inner {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .topPoint .topPoint__inner {
        width: 90%
    }

    .topPoint .topPoint__title {
        position: absolute;
        left: -20px;
        top: -60px;
        max-width: 260px
    }

    .topPoint .topPoint__subtitle {
        max-width: 240px
    }

    .topPoint .topPoint__txtarea {
        padding: 30px;
        border-radius: 30px;
        font-size: 1.4rem
    }
}

.topPoint__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0;
    justify-content: center;
    max-width: 900px
}

.topPoint__list li {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: 0 20px 20px 0;
    border: 2px solid #eeeec3
}

.topPoint__list li:nth-child(2) {
    margin: 0px 20px 20px 0
}

.topPoint__list li:nth-child(2) .list__inner {
    border: 1px solid #76e676
}

.topPoint__list li:nth-child(2) .list__num {
    color: #76e676
}

.topPoint__list li:nth-child(3) {
    margin: 0 0 20px
}

.topPoint__list li:nth-child(3) .list__inner {
    border: 1px solid #e2cc50
}

.topPoint__list li:nth-child(3) .list__num {
    color: #e2cc50
}

.topPoint__list li:nth-child(4) {
    margin: 0 40px 20px 0
}

.topPoint__list li:nth-child(4) .list__inner {
    border: 1px solid #f5a55b
}

.topPoint__list li:nth-child(4) .list__num {
    color: #f5a55b
}

.topPoint__list li:nth-child(5) {
    margin: 0 0 20px
}

.topPoint__list li:nth-child(5) .list__inner {
    border: 1px solid #fd99ba
}

.topPoint__list li:nth-child(5) .list__num {
    color: #fd99ba
}

.topPoint__list .list__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px 20px;
    border: 1px solid #f7df59;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    text-align: center
}

.topPoint__list .list__detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%
}

.topPoint__list .list__num {
    font-weight: bold;
    font-family: "Shrikhand", cursive;
    font-weight: 300;
    font-size: 3rem;
    color: #81d5fc;
    line-height: 1
}

.topPoint__list .list__title {
    font-size: 2rem;
    line-height: 1.4;
    margin: 5px auto 10px;
    font-weight: bold
}

.topPoint__list .list__txt {
    font-size: 1.4rem;
    line-height: 1.4
}

@media all and (max-width: 1100px) {
    .topPoint__list li {
        width: 210px;
        height: 210px
    }

    .topPoint__list .list__inner {
        padding: 20px 10px;
        width: 190px;
        height: 190px
    }

    .topPoint__list .list__num {
        font-size: 2rem
    }

    .topPoint__list .list__title {
        font-size: 1.6rem
    }

    .topPoint__list .list__txt {
        font-size: 1.3rem
    }
}

@media all and (max-width: 896px) {
    .topPoint__list {
        max-width: 550px
    }

    .topPoint__list li:nth-child(2) {
        margin: 0 0 20px
    }

    .topPoint__list li:nth-child(3) {
        margin: 0 20px 20px 0
    }

    .topPoint__list li:nth-child(4) {
        margin: 0 0 20px 0
    }

    .topPoint__list .list__inner {
        padding: 20px 10px
    }
}

@media all and (max-width: 639px) {
    .topPoint__list {
        max-width: 550px
    }

    .topPoint__list li {
        width: 210px;
        height: 210px;
        margin: 0 20% 0px 0
    }

    .topPoint__list li:nth-child(2) {
        margin: 0 0 0px 20%
    }

    .topPoint__list li:nth-child(3) {
        margin: 0 20% 0px 0
    }

    .topPoint__list li:nth-child(4) {
        margin: 0 0 0 20%
    }

    .topPoint__list li:nth-child(5) {
        margin: 0 20% 0px 0
    }

    .topPoint__list .list__inner {
        padding: 20px 10px;
        width: 190px;
        height: 190px
    }

    .topPoint__list .list__num {
        font-size: 1.8rem
    }

    .topPoint__list .list__title {
        font-size: 1.4rem
    }

    .topPoint__list .list__txt {
        font-size: 1.2rem
    }
}

.topImportant {
    position: relative;
    padding: 100px 0;
    margin: 0 auto
}

.topImportant .topImportant__inner {
    margin: 0 auto;
    width: 60%
}

.topImportant .topImportant__title {
    text-align: center;
    margin: 0 auto 40px
}

@media all and (max-width: 1680px) {
    .topImportant .topImportant__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .topImportant .topImportant__inner {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .topImportant {
        margin: 0 auto;
        padding: 50px 0
    }
}

.topImportant__list {
    margin: 100px auto 0
}

.topImportant__list li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
    width: 90%;
    margin: 0 auto 150px;
    min-height: 220px
}

.topImportant__list li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    background: url(../img/important-line.png) repeat-x;
    background-size: 55px 18px;
    bottom: -50px;
    left: 0;
    opacity: .5
}

.topImportant__list li.reverse {
    justify-content: flex-start
}

.topImportant__list li.reverse .list__photo {
    left: auto;
    right: -50px
}

.topImportant__list li.reverse .list__title span {
    color: #fc737e
}

.topImportant__list .list__photo {
    width: 30%;
    position: absolute;
    top: -50px;
    left: -50px;
    max-width: 300px
}

.topImportant__list .list__txtarea {
    width: 70%;
    padding: 0px 0
}

.topImportant__list .list__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px
}

.topImportant__list .list__title span {
    font-size: 2.4rem;
    color: #73d0fc
}

@media all and (max-width: 639px) {
    .topImportant__list {
        margin: 40px auto 0
    }

    .topImportant__list li {
        display: block;
        width: 100%;
        margin: 0 auto 80px
    }

    .topImportant__list .list__photo {
        width: 70%;
        position: initial;
        margin: 0 auto 20px;
        max-width: 200px
    }

    .topImportant__list .list__txtarea {
        width: 100%;
        padding: 0px 0
    }

    .topImportant__list .list__title {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-align: center
    }

    .topImportant__list .list__title span {
        font-size: 1.7rem
    }

    .topImportant__list .list__txt {
        background-color: #f8f8f8;
        padding: 20px;
        border-radius: 20px
    }
}

.topPolicy {
    position: relative;
    padding: 0;
    margin: 0px auto;
    z-index: 1
}

.topPolicy:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10%;
    height: 80%;
    width: 100%;
    background-color: #fdfaf1;
    z-index: -1
}

.topPolicy:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 10%;
    height: 80%;
    left: 0;
    background: url(../img/bg-01.png) repeat;
    background-size: 978px 678px;
    z-index: -1;
    opacity: .2
}

.topPolicy .topPolicy__inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 60%;
    background-color: #fff;
    border: 4px solid #f8f4e8;
    padding: 100px;
    border-radius: 40px
}

.topPolicy .topPolicy__inner:before {
    position: absolute;
    content: "";
    height: 15%;
    width: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5px, rgba(248, 244, 232, 0.9) 5px, rgba(248, 244, 232, 0.9) 10px)
}

.topPolicy .topPolicy__inner:after {
    position: absolute;
    content: "";
    height: 15%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5px, rgba(248, 244, 232, 0.9) 5px, rgba(248, 244, 232, 0.9) 10px)
}

.topPolicy .topPolicy__title {
    text-align: center;
    margin: -30px auto 40px;
    position: relative;
    z-index: 1
}

.topPolicy .topPolicy__txtarea {
    padding-bottom: 50px
}

.topPolicy .topPolicy__txtarea .bold {
    font-size: 2rem
}

@media all and (max-width: 1680px) {
    .topPolicy .topPolicy__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .topPolicy .topPolicy__inner {
        width: 90%;
        padding: 50px 50px;
        border-radius: 20px
    }

    .topPolicy .topPolicy__txtarea {
        padding-bottom: 100px
    }
}

@media all and (max-width: 639px) {
    .topPolicy {
        margin: 0px auto
    }

    .topPolicy .topPolicy__inner {
        width: 90%;
        padding: 50px 20px 40px;
        border-radius: 20px
    }

    .topPolicy .topPolicy__inner:before {
        height: 50px
    }

    .topPolicy .topPolicy__inner:after {
        height: 20px
    }

    .topPolicy .topPolicy__txtarea {
        font-size: 1.2rem;
        padding-bottom: 0px
    }

    .topPolicy .topPolicy__txtarea .bold {
        font-size: 1.4rem
    }
}

.topTarget {
    position: relative;
    padding: 100px 0;
    margin: 0 auto
}

.topTarget .topTarget__inner {
    margin: 0 auto;
    width: 60%
}

.topTarget .topTarget__title {
    text-align: center;
    margin: 0 auto 40px
}

@media all and (max-width: 1680px) {
    .topTarget .topTarget__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .topTarget .topTarget__inner {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .topTarget {
        margin: 0 auto;
        padding: 50px 0
    }
}

.topTarget__list {
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap
}

.topTarget__list li {
    width: 23%;
    margin: 0 1% 0;
    position: relative;
    justify-content: flex-end
}

.topTarget__list .list__photoarea {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 0
}

.topTarget__list .list__icon {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1
}

.topTarget__list .list__photo {
    width: 80%;
    margin: 0 0 0 auto
}

.topTarget__list .list__txtarea {
    width: 100%;
    margin-top: 20px;
    border-top: 2px solid #333;
    padding-top: 15px
}

.topTarget__list .list__title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff6f6;
    padding: 20px;
    border-radius: 10px
}

.topTarget__list .list__title.title--orange {
    background-color: #fffbf2
}

.topTarget__list .list__title.title--green {
    background-color: #f2fff2
}

.topTarget__list .list__title.title--blue {
    background-color: #f1fcff
}

@media all and (max-width: 1100px) {
    .topTarget__list li {
        width: 46%;
        margin: 0 2% 40px
    }
}

@media all and (max-width: 639px) {
    .topTarget__list {
        margin: 40px auto 0
    }

    .topTarget__list li {
        display: block;
        width: 48%;
        margin: 0 1% 10px
    }

    .topTarget__list .list__photoarea {
        padding: 30px 0 0
    }

    .topTarget__list .list__icon {
        width: 40px;
        top: 10px
    }

    .topTarget__list .list__photo {
        width: 88%;
        position: initial;
        margin: 0 0 0 auto;
        max-width: 200px
    }

    .topTarget__list .list__txtarea {
        margin-top: 10px;
        padding-top: 5px
    }

    .topTarget__list .list__title {
        font-size: 12px;
        padding: 10px
    }
}

.topContent {
    position: relative;
    padding: 100px 0;
    margin: 0 auto
}

@media all and (max-width: 896px) {
    .topContent {
        padding: 50px 0
    }
}

.topContent .topContent__title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -100px;
    text-align: center
}

@media all and (max-width: 639px) {
    .topContent .topContent__title {
        top: -85px
    }
}

.topContent .topContent__txt {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    position: relative
}

@media all and (max-width: 896px) {
    .topContent .topContent__txt {
        margin-top: 30px
    }
}

@media all and (max-width: 639px) {
    .topContent .topContent__txt {
        font-size: 1.5rem;
        margin-top: 50px;
        line-height: 1.5
    }
}

.topContent .topContent__txt span {
    font-size: 1.5rem;
    background-color: #fff;
    padding: 2px 30px;
    display: inline-block;
    border-radius: 50px
}

.topContent .img {
    position: relative
}

.topContent__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 20px
}

.topContent__list li {
    width: 48%;
    position: relative;
    background-color: #fff;
    padding: 20px 20px 60px;
    border-radius: 20px;
    z-index: 1
}

.topContent__list li .list__txt {
    color: #363636;
    font-size: 1.5rem;
    padding: 20px 0;
    overflow: hidden
}

.topContent__list li a {
    display: block
}

.topContent__list li .btn {
    margin: 20px auto 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 60%
}

.topContent__list li:hover .list__title span {
    transition: .4s;
    background-color: #f7df59;
    color: #363636
}

.topContent__list li:hover .list__photo img {
    transition: .4s;
    transform: scale(1.05)
}

.topContent__list .list__icon {
    text-align: center;
    margin: -30px auto 20px;
    max-width: 90px
}

.topContent__list .list__photo.posisiton1 img {
    -o-object-position: 20% 20%;
    object-position: 20% 20%
}

.topContent__list .list__title {
    text-align: center
}

.topContent__list .list__title span {
    transition: .4s;
    background-color: #f7df59;
    color: #333;
    padding: 6px 30px;
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    font-weight: bold
}

.topContent__list .list__photo {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden
}

.topContent__list .list__photo img {
    transition: .4s;
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover
}

@media all and (max-width: 1367px) {
    .topContent__list {
        max-width: 90%
    }

    .topContent__list li {
        width: 48%
    }

    .topContent__list li:hover .list__title span {
        transition: .4s;
        background-color: #69c0f3
    }

    .topContent__list li:hover .list__photo img {
        transition: .4s;
        transform: scale(1.05)
    }
}

@media all and (max-width: 639px) {
    .topContent__list {
        max-width: 700px
    }

    .topContent__list li {
        width: 90%;
        margin: 0 auto 20px
    }

    .topContent__list li:last-child {
        margin: 0 auto
    }

    .topContent__list li .list__txt {
        font-size: 1.3rem
    }

    .topContent__list .list__icon {
        max-width: 60px;
        margin: -30px auto 10px
    }

    .topContent__list .list__title span {
        font-size: 1.5rem
    }

    .topContent__list .list__photo {
        border-radius: 10px 10px 10px 10px;
        overflow: hidden
    }

    .topContent__list .list__photo img {
        transition: .4s;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.sitelink {
    display: flex;
    justify-content: center;
    align-items: center
}

.sitelink .img:first-child {
    margin-right: 60px
}

@media all and (max-width: 639px) {
    .sitelink .img:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.sitelink img:hover {
    opacity: .8;
    transition: .4s;
    transform: scale(1.08)
}

@media all and (max-width: 639px) {
    .sitelink {
        flex-direction: column
    }
}

.topRecruit {
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.topRecruit:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 88px;
    background: url(../img/line01.png) repeat-x;
    background-size: 840px 88px;
    top: -40px;
    left: 0;
    z-index: -1
}

.topRecruit .topRecruit__title {
    text-align: center
}

.topRecruit .topRecruit__flex {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0
}

.topRecruit .topRecruit__photo {
    width: 40%
}

.topRecruit .topRecruit__photo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.topRecruit .topRecruit__txtarea {
    width: 60%;
    font-size: 1.8rem;
    padding: 20px 0 0 50px
}

@media all and (max-width: 1100px) {
    .topRecruit .topRecruit__txtarea {
        width: 60%;
        font-size: 1.6rem;
        padding: 20px 0 0 30px
    }
}

@media all and (max-width: 639px) {
    .topRecruit {
        padding: 0px 0 50px;
        margin-top: 50px
    }

    .topRecruit:before {
        top: -80px
    }

    .topRecruit .topRecruit__title {
        width: 80%;
        max-width: 280px;
        margin: 0 auto
    }

    .topRecruit .topRecruit__flex {
        display: block;
        margin: 0 auto
    }

    .topRecruit .topRecruit__photo {
        width: 80%;
        margin: 0 auto
    }

    .topRecruit .topRecruit__txtarea {
        width: 100%;
        font-size: 1.4rem;
        padding: 20px 0 0
    }
}

.contact {
    padding: 100px 0;
    position: relative;
    z-index: 1
}

.contact .contact__inner {
    margin: 0 auto;
    width: 60%;
    overflow: hidden;
    position: relative
}

.contact .contact__ggmap {
    width: 100%;
    border-radius: 0px 0px 50px 50px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px
}

.contact .contact__ggmap iframe,
.contact .contact__ggmap object,
.contact .contact__ggmap embed {
    border-radius: 0px 0px 50px 50px;
    width: 100%;
    height: 100%
}

.contact .contact__main {
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    padding: 40px 50px;
    align-items: center;
    border-bottom: 4px solid #fff
}

.contact .contact__txt {
    text-align: center
}

.contact .contact__txt span {
    background-color: #fff;
    padding: 4px 10px
}

.contact .linklist {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    font-weight: bold;
    padding: 20px
}

@media all and (max-width: 639px) {
    .contact .linklist {
        flex-direction: column
    }
}

.contact .linklist .detail__tel__link a,
.contact .linklist .detail__mail__link a {
    display: block;
    width: 300px;
    height: 45px;
    line-height: 45px
}

@media all and (max-width: 896px) {

    .contact .linklist .detail__tel__link a,
    .contact .linklist .detail__mail__link a {
        width: 250px
    }
}

.contact .linklist .detail__tel__link a {
    font-size: 2rem;
    color: #363636;
    background-color: #f7df59;
    border-radius: 30px
}

@media all and (max-width: 896px) {
    .contact .linklist .detail__tel__link a {
        font-size: 1.8rem
    }
}

@media all and (max-width: 639px) {
    .contact .linklist .detail__tel__link a {
        font-size: 1.4rem
    }
}

.contact .linklist .detail__tel__link a:hover {
    color: #fefefe;
    background-color: #363636
}

.contact .linklist .detail__tel__link a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: .9em
}

.contact .linklist .detail__mail__link a {
    font-size: 1.8rem;
    color: #fefefe;
    background-color: #ea6fbf;
    border-radius: 30px
}

@media all and (max-width: 896px) {
    .contact .linklist .detail__mail__link a {
        font-size: 1.4rem
    }
}

@media all and (max-width: 639px) {
    .contact .linklist .detail__mail__link a {
        font-size: 1.2rem
    }
}

.contact .linklist .detail__mail__link a:hover {
    color: #fefefe;
    background-color: #363636
}

.contact .linklist .detail__mail__link a:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    font-size: .9em
}

.contact .contact__title {
    text-align: center
}

.contact .contact__title .eng {
    padding-left: 0;
    font-size: 3rem
}

@media all and (max-width: 639px) {
    .contact .contact__title .eng {
        font-size: 2rem
    }
}

.contact .contact__title .eng .first {
    color: #e93830;
    font-size: 4rem
}

.contact .contact__title .eng:before {
    display: none
}

.contact .contact__title .ja {
    font-size: 2rem
}

@media all and (max-width: 639px) {
    .contact .contact__title .ja {
        font-size: 1.3rem
    }
}

@media all and (max-width: 1680px) {
    .contact .contact__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .contact .contact__inner {
        width: 90%;
        display: block
    }

    .contact .contact__main {
        width: 100%;
        display: block;
        padding: 60px 15px 30px;
        border-radius: 20px 20px 0 0
    }

    .contact .contact__ggmap {
        width: 100%;
        height: 300px
    }

    .contact .contact__ggmap iframe,
    .contact .contact__ggmap object,
    .contact .contact__ggmap embed {
        border-radius: 0 0 20px 20px
    }
}

@media all and (max-width: 639px) {
    .contact {
        padding: 50px 0
    }

    .contact .contact__main {
        display: block;
        padding: 40px 15px 20px
    }

    .contact .contact__titlearea {
        width: 100%;
        border-right: none;
        border-bottom: 4px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .contact .contact__txt {
        text-align: center
    }

    .contact .contact__txt span {
        background-color: #fff;
        padding: 4px 10px
    }

    .contact .contact__detail {
        width: 100%
    }

    .contact .btn {
        margin-top: 20px
    }
}

.slide_list {
    position: relative;
    display: none;
    margin: 60px auto
}

.slide_list li {
    margin-right: 1%
}

.slide_list li img {
    width: auto;
    height: 250px;
    transition: filter .2s ease-in
}

.slide_list li:hover img {
    filter: grayscale(0)
}

@media all and (max-width: 639px) {
    .slide_list li img {
        height: 240px
    }
}

.pageArea {
    padding: 100px 0;
    margin: 0 auto;
    position: relative
}

.pageArea .pageArea__inner {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0
}

.pageArea .pageArea__inner.inner--white .pageArea__maintitle span {
    color: #fff
}

.pageArea .pageArea__inner.inner--white .pageArea__maintitle span:before {
    border-top: 20px solid #fff
}

.pageArea .pageArea__inner.inner--white .pageArea__maintitle span:after {
    border-top: 20px solid #fff
}

.pageArea .pageArea__inner.inner--white .pageArea__subtitle {
    color: #fff
}

.pageArea .pageArea__inner.inner--white .pageArea__subtxt {
    color: #fff
}

.pageArea .pageArea__maintitle {
    text-align: center;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 2rem
}

.pageArea .pageArea__maintitle span {
    padding: 0 20px;
    position: relative
}

.pageArea .pageArea__maintitle span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 30px;
    border-top: 20px solid #333;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    transform: rotate(-25deg);
    bottom: -10px;
    left: 0
}

.pageArea .pageArea__maintitle span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 30px;
    border-top: 20px solid #333;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    transform: rotate(25deg);
    bottom: -10px;
    right: 0
}

.pageArea .pageArea__subtitle {
    text-align: center
}

.pageArea .pageArea__subtxt {
    text-align: center
}

@media all and (max-width: 1680px) {
    .pageArea .pageArea__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .pageArea {
        padding: 50px 0
    }

    .pageArea .pageArea__inner {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .pageArea {
        padding: 50px 0
    }

    .pageArea .pageArea__inner {
        width: 90%
    }

    .pageArea .pageArea__maintitle {
        font-size: 1.4rem
    }

    .pageArea .pageArea__maintitle span {
        padding: 0 20px;
        position: relative;
        display: inline-block
    }

    .pageArea .pageArea__maintitle span:before {
        bottom: 0px
    }

    .pageArea .pageArea__maintitle span:after {
        bottom: 0px
    }
}

.pageArea__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 66%;
    margin: 0 auto
}

.pageArea__flex .mainContents__pagetitle {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 80px
}

.pageArea__flex .year__list {
    width: 100%;
    padding: 0
}

@media all and (max-width: 1680px) {
    .pageArea__flex {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .pageArea__flex {
        width: 90%
    }
}

@media all and (max-width: 896px) {
    .pageArea__flex {
        display: block
    }
}

.year__list {
    display: flex;
    flex-wrap: wrap
}

.year__list li {
    width: 31%;
    margin: 0 1% 40px;
    position: relative;
    padding: 20px 20px 30px;
    border: 2px solid #ddd;
    border-radius: 30px
}

.year__list li:nth-child(2) .icon__num {
    background-color: #bfda7d
}

.year__list li:nth-child(2) .list__txt span:before {
    background-color: #bfda7d
}

.year__list li:nth-child(3) .icon__num {
    background-color: #d2cde6
}

.year__list li:nth-child(3) .list__txt span:before {
    background-color: #d2cde6
}

.year__list li:nth-child(4) .icon__num {
    background-color: #aff0e5
}

.year__list li:nth-child(4) .list__txt span:before {
    background-color: #aff0e5
}

.year__list li:nth-child(5) .icon__num {
    background-color: #a4ceff
}

.year__list li:nth-child(5) .list__txt span:before {
    background-color: #a4ceff
}

.year__list li:nth-child(6) .icon__num {
    background-color: #dfd0a1
}

.year__list li:nth-child(6) .list__txt span:before {
    background-color: #dfd0a1
}

.year__list li:nth-child(7) .icon__num {
    background-color: #f1b978
}

.year__list li:nth-child(7) .list__txt span:before {
    background-color: #f1b978
}

.year__list li:nth-child(8) .icon__num {
    background-color: #c4ad9b
}

.year__list li:nth-child(8) .list__txt span:before {
    background-color: #c4ad9b
}

.year__list li:nth-child(9) .icon__num {
    background-color: #abc9a0
}

.year__list li:nth-child(9) .list__txt span:before {
    background-color: #abc9a0
}

.year__list li:nth-child(10) .icon__num {
    background-color: #e9cec3
}

.year__list li:nth-child(10) .list__txt span:before {
    background-color: #e9cec3
}

.year__list li:nth-child(11) .icon__num {
    background-color: #c5c8d8
}

.year__list li:nth-child(11) .list__txt span:before {
    background-color: #c5c8d8
}

.year__list li:nth-child(12) .icon__num {
    background-color: #fac7fc
}

.year__list li:nth-child(12) .list__txt span:before {
    background-color: #fac7fc
}

.year__list .list__icon {
    margin: 0 auto 20px;
    text-align: center
}

.year__list .list__photo img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    overflow: hidden
}

.year__list .list__detail {
    margin-top: 10px
}

.year__list .list__txt span {
    padding-left: 20px;
    position: relative
}

.year__list .list__txt span:before {
    position: absolute;
    content: "";
    left: 5px;
    width: 10px;
    height: 10px;
    top: 38%;
    background-color: #39b6fd;
    border-radius: 50%
}

.year__list .icon__photo {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden
}

.year__list .icon__num {
    margin: 0 auto;
    max-width: 100px;
    text-align: center;
    font-weight: bold;
    color: #333;
    padding: 4px 15px;
    background-color: #39b6fd;
    border-radius: 50px;
    font-size: 1.4rem
}

.year__list .icon__num span {
    font-size: 2rem;
    line-height: 1
}

@media all and (max-width: 896px) {
    .year__list li {
        width: 48%;
        border-radius: 20px
    }
}

@media all and (max-width: 639px) {
    .year__list li {
        width: 48%;
        padding: 20px 15px 25px;
        border-radius: 10px
    }

    .year__list .icon__photo {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

    .year__list .list__photo img {
        border-radius: 10px
    }

    .year__list .icon__num {
        margin: 0 auto;
        max-width: 80px;
        padding: 4px 10px;
        font-size: 1.4px
    }

    .year__list .icon__num span {
        font-size: 14px;
        line-height: 1
    }

    .year__list .list__txt span {
        padding-left: 15px;
        position: relative
    }

    .year__list .list__txt span:before {
        position: absolute;
        content: "";
        left: 5px;
        width: 6px;
        height: 6px;
        top: 8px
    }
}

.activeArea {
    margin: -50px auto 100px
}

.activeArea__list {
    width: 60%;
    margin: 0px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.activeArea__list li {
    width: 24%;
    margin: 0 1% 20px 0;
    position: relative
}

.activeArea__list .list__photo {
    border-radius: 10px;
    overflow: hidden
}

.activeArea__list .list__title {
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: -5px
}

.activeArea__list .list__title span {
    background-color: #75bd75;
    color: #fff;
    padding: 6px 20px
}

@media all and (max-width: 1680px) {
    .activeArea__list {
        width: 80%
    }
}

@media all and (max-width: 1367px) {
    .activeArea__list li {
        width: 32%;
        margin: 0 1% 20px 0;
        position: relative
    }
}

@media all and (max-width: 1100px) {
    .activeArea__list {
        width: 90%
    }
}

@media all and (max-width: 896px) {
    .activeArea__list li {
        width: 48%;
        margin: 0 1% 20px
    }
}

@media all and (max-width: 639px) {
    .activeArea__list li {
        width: 46%;
        margin: 0 2% 20px
    }

    .activeArea__list .list__title {
        bottom: 10px
    }

    .activeArea__list .list__title span {
        font-size: 1.2rem;
        background-color: #75bd75;
        color: #fff;
        padding: 6px 20px 6px 15px;
        display: inline-block
    }
}

.onedayArea {
    margin: 50px auto 0
}

.oneday__list {
    position: relative;
    z-index: 1
}

.oneday__list:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 96%;
    top: 20px;
    left: 70px;
    background-color: #fff;
    z-index: -1
}

.oneday__list li {
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 40px
}

.oneday__list .list__num__inner {
    width: 140px;
    height: 140px;
    border: 1px solid #fb8556;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center
}

.oneday__list .list__num {
    position: relative;
    width: 20%;
    max-width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff
}

.oneday__list .list__num__main {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    margin-top: 20px
}

.oneday__list .list__num__txt {
    display: inline-block;
    text-align: center;
    background-color: #e28763;
    padding: 6px 20px;
    border-radius: 50px;
    line-height: 1;
    font-size: 1.8rem;
    color: #fff
}

.oneday__list .list__photo {
    overflow: hidden;
    width: 300px;
    height: 200px
}

.oneday__list .list__photo img {
    border-radius: 20px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.oneday__list .list__detail {
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 80%
}

.oneday__list .list__detail .list__photo {
    width: 30%
}

.oneday__list .list__txt {
    width: 70%;
    padding: 20px 0 20px 40px;
    font-weight: bold
}

.oneday__list .txt__main {
    font-size: 2rem;
    font-weight: bold
}

.oneday__list .txt__main span {
    background-color: #fff;
    padding: 0 20px;
    border-radius: 50px
}

@media all and (max-width: 896px) {
    .oneday__list li {
        justify-content: space-between
    }

    .oneday__list .list__num {
        width: 30%
    }

    .oneday__list .list__detail {
        width: 68%;
        margin: 0 0 0 2%;
        padding: 0
    }

    .oneday__list .list__txt {
        width: 66%;
        margin: 0 0 0 4%;
        padding: 0px 0
    }

    .oneday__list .txt__main span {
        font-size: 1.6rem;
        display: inline-block
    }
}

@media all and (max-width: 639px) {
    .oneday__list:before {
        left: 34px
    }

    .oneday__list li {
        justify-content: space-between
    }

    .oneday__list .list__num {
        width: 30%;
        max-width: 100px;
        height: 100px;
        margin-left: -10px
    }

    .oneday__list .list__num__inner {
        width: 80px;
        height: 80px
    }

    .oneday__list .list__num__txt {
        font-size: 12px;
        padding: 6px 10px;
        letter-spacing: 1px
    }

    .oneday__list .list__num__main {
        font-size: 1.6rem
    }

    .oneday__list .list__detail {
        width: 68%;
        margin: 0 0 0 2%;
        padding: 0;
        display: block
    }

    .oneday__list .list__detail .list__photo {
        width: 100%;
        height: 120px;
        margin: 0 auto 0px
    }

    .oneday__list .list__detail .list__photo img {
        height: 120px;
        border-radius: 10px 10px 0 0
    }

    .oneday__list .list__txt {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0;
        font-size: 1.2rem
    }

    .oneday__list .txt__main {
        font-size: 1.4rem
    }

    .oneday__list .txt__main span {
        font-size: 1.4rem;
        display: block;
        border-radius: 0 0 10px 10px;
        padding: 8px 10px
    }
}

.about {
    position: relative;
    padding: 130px 0 50px;
    margin: 0 auto
}

.about .about__inner {
    width: 60%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.about .about__inner.reverse .about__title {
    left: auto;
    right: -20px
}

.about .about__inner.reverse .about__mainarea {
    order: 2
}

.about .about__inner.reverse .about__photo {
    order: 1
}

.about .about__inner.reverse .about__photo img {
    border-radius: 20px 0 20px 20px
}

.about .about__inner.reverse .about__txtarea {
    border-right: 1px solid #333;
    border-left: none;
    border-radius: 0 20px 20px 0
}

.about .about__mainarea {
    width: 50%
}

.about .about__photo {
    width: 50%
}

.about .about__title {
    position: absolute;
    left: -20px;
    top: -90px
}

.about .about__subtitle {
    text-align: center;
    margin: 0 auto 50px
}

.about .about__photo img {
    overflow: hidden;
    border-radius: 0 20px 20px 20px
}

.about .about__txtarea {
    padding: 50px;
    border: 1px solid #333;
    border-right: none;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    font-size: 1.6rem
}

.about .txtarea__bg {
    background-color: #fff3ef;
    padding: 20px;
    margin: 10px auto 0
}

@media all and (max-width: 1680px) {
    .about .about__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .about .about__inner {
        width: 90%
    }

    .about .about__photo img {
        width: 100%;
        height: 100%;
        min-height: 300px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media all and (max-width: 639px) {
    .about {
        padding: 100px 0 50px
    }

    .about .about__inner {
        width: 90%;
        display: block
    }

    .about .about__inner.reverse .about__title {
        left: auto;
        right: -10px
    }

    .about .about__inner.reverse .about__photo img {
        border-radius: 0 0 20px 20px
    }

    .about .about__inner.reverse .about__txtarea {
        border-right: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom: none;
        border-radius: 20px 20px 0 0
    }

    .about .about__mainarea {
        width: 100%
    }

    .about .about__photo {
        width: 100%
    }

    .about .about__photo img {
        height: 130px;
        min-height: 130px;
        border-radius: 0 0 20px 20px
    }

    .about .about__title {
        position: absolute;
        left: -20px;
        top: -60px;
        max-width: 260px
    }

    .about .about__subtitle {
        max-width: 240px
    }

    .about .about__txtarea {
        padding: 30px;
        border-radius: 20px 20px 0 0;
        border-right: 1px solid #333;
        border-bottom: none;
        font-size: 1.4rem
    }
}

.blogArea {
    padding: 100px 0 0px
}

.blogArea .blogArea__box {
    padding: 100px 0 100px;
    margin: 100px auto;
    position: relative;
    z-index: 1
}

.blogArea .blogArea__box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f9eeff;
    z-index: -1
}

.blogArea .blogArea__box.box--type2:before {
    background-color: #fff1f9
}

.blogArea .blogArea__box.box--type3:before {
    background-color: #ffece8
}

.blogArea .blogArea__box.box--type4:before {
    background-color: #f2ffeb
}

.blogArea .blogArea__box.box--type5:before {
    background-color: #ecfdf9
}

.blogArea .blogArea__box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-01.png) repeat;
    background-size: 978px 678px;
    z-index: -1;
    opacity: .1
}

.blogArea .blogArea__inner {
    margin: 0 auto 0;
    width: 60%;
    padding: 100px;
    border-radius: 40px;
    background-color: #fff
}

.blogArea .blogArea__title {
    margin: 0px auto 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px
}

@media all and (max-width: 1680px) {
    .blogArea .blogArea__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .blogArea {
        padding: 50px 0
    }

    .blogArea .blogArea__inner {
        width: 90%;
        padding: 100px 50px 50px
    }
}

@media all and (max-width: 896px) {
    .blogArea {
        padding: 50px 0
    }

    .blogArea .blogArea__title {
        top: -80px;
        max-width: 340px
    }
}

@media all and (max-width: 639px) {
    .blogArea {
        padding: 50px 0
    }

    .blogArea .blogArea__box {
        padding: 70px 0 50px
    }

    .blogArea .blogArea__title {
        top: -60px;
        max-width: 240px
    }

    .blogArea .blogArea__inner {
        width: 90%;
        padding: 50px 15px 50px;
        border-radius: 20px
    }
}

.blogDetail {
    padding: 100px 0 100px;
    margin: 0 auto;
    position: relative
}

.blogDetail .blogDetail_inner {
    margin: 0 auto;
    width: 60%
}

@media all and (max-width: 1680px) {
    .blogDetail .bblogDetail__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .blogDetail {
        padding: 50px 0
    }

    .blogDetail .blogDetail__inner {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .blogDetail {
        padding: 50px 0
    }

    .blogDetail .blogDetail__inner {
        width: 90%
    }
}

.blogNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    margin: 0 auto
}

.blogNav__list li {
    width: 16%;
    margin: 0 1% 20px;
    position: relative;
    border: 1px solid #333;
    border-radius: 20px
}

.blogNav__list li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    border-top: 20px solid #333;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0)
}

.blogNav__list li a {
    display: block
}

.blogNav__list li:hover .blogNav__photo img {
    opacity: .8;
    transition: .4s;
    transform: scale(1.08)
}

.blogNav__list .blogNav__photo {
    overflow: hidden;
    border-radius: 20px;
    background-color: #333
}

.blogNav__list .blogNav__photo img {
    transition: .4s;
    border-radius: 20px;
    overflow: hidden
}

@media all and (max-width: 1367px) {
    .blogNav__list {
        width: 90%
    }

    .blogNav__list li {
        width: 26%;
        margin: 0 3% 40px;
        position: relative;
        border: 1px solid #333;
        border-radius: 20px
    }
}

@media all and (max-width: 1367px) {
    .blogNav__list {
        width: 90%
    }

    .blogNav__list li {
        width: 29%;
        margin: 0 2% 40px;
        position: relative;
        border: 1px solid #333;
        border-radius: 20px
    }
}

.recruit {
    position: relative;
    padding: 100px 0 50px;
    margin: 0 auto
}

.recruit .recruit__inner {
    width: 60%;
    margin: 0 auto;
    position: relative
}

.recruit .recruit__title {
    position: absolute;
    left: -20px;
    top: -90px
}

.recruit .recruit__txtarea {
    padding: 50px;
    border: 1px solid #333;
    border-radius: 50px;
    background-color: #fff;
    font-size: 1.6rem
}

.recruit .txtare__titile {
    font-size: 2rem;
    margin: 10px auto
}

.recruit .txtare__titile span {
    font-weight: bold;
    padding: 0 0 0 20px;
    font-size: 2.4rem
}

.recruit .txtare__titile.t-m50 {
    margin: 50px auto 10px
}

@media all and (max-width: 1680px) {
    .recruit .recruit__inner {
        width: 80%
    }
}

@media all and (max-width: 1100px) {
    .recruit .recruit__inner {
        width: 90%
    }
}

@media all and (max-width: 639px) {
    .recruit .recruit__inner {
        width: 90%
    }

    .recruit .recruit__title {
        position: absolute;
        left: -20px;
        top: -60px;
        max-width: 260px
    }

    .recruit .recruit__txtarea {
        padding: 30px;
        border-radius: 30px;
        font-size: 1.4rem
    }

    .recruit .txtare__titile {
        font-size: 1.4rem
    }

    .recruit .txtare__titile span {
        display: block;
        padding: 0 0 10px 0;
        font-size: 1.6rem
    }
}

.company {
    position: relative;
    padding: 100px 0;
    margin: 150px auto 0
}

.company .company__title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -120px;
    text-align: center
}

.company .company__txt {
    text-align: center;
    font-weight: bold;
    font-size: 2rem
}

.company .company__txt span {
    font-size: 1.5rem;
    background-color: #fff;
    padding: 2px 30px;
    display: inline-block;
    border-radius: 50px
}

@media all and (max-width: 639px) {
    .company {
        padding: 50px 0 80px
    }

    .company .company__title {
        top: -80px;
        max-width: 300px
    }

    .company .company__txt {
        font-size: 1.4rem
    }

    .company .company__txt span {
        font-size: 1.2rem;
        background-color: #fff;
        padding: 2px 20px;
        display: inline-block;
        border-radius: 50px
    }
}

.company__box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.company__box .box__photo {
    width: 30%
}

.company__box .box__tbl {
    width: 66%;
    margin: 0 0 0 4%
}

@media all and (max-width: 639px) {
    .company__box {
        display: block
    }

    .company__box .box__photo {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 220px
    }

    .company__box .box__tbl {
        width: 100%;
        margin: 0 auto
    }
}

.box__tbl {
    width: 100%
}

.box__tbl th,
.box__tbl td {
    padding: 4px 10px;
    border-bottom: 6px solid #fff1da
}

.box__tbl th {
    background-color: #fff;
    width: 20%
}

.box__tbl td {
    width: 80%;
    font-weight: bold
}

.box__tbl td a {
    color: #c26c1c
}

.box__tbl td a:hover {
    opacity: .7
}

@media all and (max-width: 639px) {
    .box__tbl {
        display: block
    }

    .box__tbl th,
    .box__tbl td {
        padding: 4px 10px;
        border-bottom: 6px solid #fff1da;
        display: block
    }

    .box__tbl tr {
        display: block;
        margin-bottom: 10px
    }

    .box__tbl th {
        background-color: #fff;
        width: 100%
    }

    .box__tbl td {
        width: 100%;
        font-weight: bold
    }
}

.classroom_list {
    width: 100%;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.classroom_list .list {
    width: 48%;
    background-color: #fefefe;
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto 30px
}

.classroom_list .inner .img {
    font-size: 2rem;
    width: 100%;
    height: 220px;
    margin: 0 auto;
    padding: 10px 0
}

.classroom_list .inner .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.classroom_list.column1 {
    flex-direction: column
}

.classroom_list.column1 .list {
    width: 100%
}

.classroom_list.column1 .list:last-child {
    margin: 0 auto
}

.classroom_list.column1 .list .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.classroom_list.column1 .list .inner .img {
    width: 25%;
    text-align: center
}

.classroom_list.column1 .list .inner .img img {
    width: 70%;
    -o-object-fit: contain;
    object-fit: contain
}

.classroom_list.column1 .list .inner .txt {
    width: 71%
}

@media all and (max-width: 639px) {
    .classroom_list {
        margin-top: 0
    }

    .classroom_list .list {
        width: 100%
    }

    .classroom_list.column1 {
        margin-top: 50px
    }

    .classroom_list.column1 .list .inner .txt {
        width: 100%;
        text-align: center
    }

    .classroom_list.column1 .list .inner .img {
        width: 60%;
        padding: 0;
        height: 150px
    }
}

.sub_txt {
    text-align: center
}

.sub_txt p {
    font-size: 2rem;
    margin: 30px 0;
    margin-bottom: 10px
}

@media all and (max-width: 639px) {
    .sub_txt p {
        font-size: 1.7rem
    }
}

.sub_txt img {
    width: 80px
}

.list2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    gap: 30px
}

.list2.al-center {
    align-items: center
}

.list2>li,
.list2 .child {
    width: 47%
}

.list2 iframe {
    width: 100%;
    height: 250px
}

@media all and (max-width: 639px) {
    .list2 {
        justify-content: center
    }

    .list2>li,
    .list2 .child {
        width: 100%
    }

    .list2 .img {
        width: 70%
    }
}

.list3 {
    display: flex;
    flex-wrap: wrap
}

.list3 .child {
    width: 31%;
    position: relative;
    margin: 0 3.495% 30px 0
}

.list3 .child:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .list3 .child {
        width: 95%;
        margin: 0 auto 20px
    }

    .list3 .child:nth-child(3n) {
        margin-right: auto
    }
}

.small-box {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto
}

.list-check {
    font-weight: normal;
    overflow: hidden;
    line-height: 1.3
}

.list-check li {
    padding-left: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: -1.5em
}

.list-check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: 5px;
    color: #431f23;
    font-size: 1.8rem
}

.photo {
    width: 100%;
    margin: 0 auto
}

.photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.photo ul li {
    width: 22%
}

.photo ul li a {
    background: rgba(249, 245, 236, .2);
    display: block;
    text-align: center;
    padding: 0px
}

@media all and (max-width: 896px) {
    .photo ul li {
        width: 47%
    }
}

@media all and (max-width: 480px) {
    .photo ul li {
        width: 95%
    }
}

.photo ul img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.num {
    font-family: "Shrikhand", cursive
}

.eng {
    font-family: "Shrikhand", cursive
}

@media all and (max-width: 639px) {
    .pconly {
        display: none
    }
}

@media all and (max-width: 896px) {
    .pconly_tab {
        display: none
    }
}

.sponly {
    display: none
}

@media all and (max-width: 639px) {
    .sponly {
        display: block
    }
}

.box-wrap {
    display: flex;
    flex-wrap: wrap;
}

.box-wrap video {
    max-width: 48%;
    margin: 0 1% 30px;
}

@media all and (max-width: 639px) {
    .box-wrap video {
        max-width: 100%;
    }
}