.blue {
    color: #1FB5C4
}

.pink {
    color: #f8b6c0
}

#top #footer {
    padding-top: 100px
}

@media (max-width: 999px) {
    #top #footer {
        padding-top: 78px
    }
}

#top #footer .seodiv {
    display: block
}

.mainimgWrap {
    position: relative
}

.mainimgWrap:before,
.mainimgWrap:after {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 160px;
    height: 150px;
    z-index: 2
}

.mainimgWrap:before {
    left: 0;
    background: url("../../img/top/icon_mv01.png") bottom right no-repeat;
    background-size: 198px auto
}

@media (max-width: 999px) {
    .mainimgWrap:before {
        display: none
    }
}

.mainimgWrap:after {
    right: 0;
    background: url("../../img/top/icon_mv02.png") bottom left no-repeat;
    background-size: 217px auto
}

@media (max-width: 999px) {
    .mainimgWrap:after {
        bottom: 120px;
        width: 61px;
        height: 73px;
        background-image: url("../../img/common/icon/icon_mv_sp.png");
        background-size: contain
    }
}

.mainimgWrap .bgbotdiv {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.mainimgWrap .imgslidediv {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 999px) {
    .mainimgWrap .imgslidediv {
        background-position: center;
        position: relative
    }

    .mainimgWrap .imgslidediv:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 116%
    }

    .mainimgWrap .imgslidediv>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.mainimgWrap .txtWrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 246px;
    z-index: 2
}

@media (max-width: 999px) {
    .mainimgWrap .txtWrap {
        bottom: 0
    }
}

.mainimgWrap .txtdiv {
    max-width: 700px;
    margin-left: 40px;
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    text-shadow: 1px 2px 0px rgba(111, 123, 129, 0.5);
    line-height: 1.6em;
}
.blue-color {
    color: #1FB5C4;
    display: inline-block;
    font-weight: 600;
}
.pink-color {
    color: #FF9FAE;
    display: inline-block;
    font-weight: 600;
}

@media (max-width: 999px) {
    .mainimgWrap .txtdiv {
        max-width: 296px;
        margin-left: 0;
        font-size: 27px;
        text-align: center;
        margin-bottom: 30px;
    }
}

.h2top01 {
    text-align: center;
    /* text-shadow: 1px 2px 0px rgba(111, 123, 129, 0.5); */
}

.h2top01 .text_jp {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px
}

@media (max-width: 999px) {
    .h2top01 .text_jp {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 24px;
        letter-spacing: .05em
    }
}

.h2top01 .text_en {
    display: block;
    margin-top: 16px;
    color: #1FB5C4;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
    font-family: "Lato", sans-serif
}

@media (max-width: 999px) {
    .h2top01 .text_en {
        margin-top: 7px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 20px
    }
}

a.btntop01,
span.btntop01 {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: 50px;
    background: #fff;
    border: #1FB5C4 2px solid;
    padding-top: 15px;
    text-align: center;
    color: #1FB5C4;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: .1em;
    font-weight: bold;
    transition: 0.3s
}

a.btntop01:before,
span.btntop01:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-left: 2px solid #1FB5C4;
    border-top: 2px solid #1FB5C4;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.3s
}

a.btntop01.white,
span.btntop01.white {
    border: #fff;
    color: #1FB5C4
}

@media only screen and (min-width: 1025px) {

    a.btntop01:hover,
    span.btntop01:hover {
        opacity: 1;
        background: #1FB5C4;
        color: #fff
    }

    a.btntop01:hover:before,
    span.btntop01:hover:before {
        border-color: #fff
    }
}

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

    a.btntop01,
    span.btntop01 {
        padding-top: 12px
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    a.btntop01,
    span.btntop01 {
        padding-top: 15px
    }
}

@media (max-width: 999px) {

    a.btntop01,
    span.btntop01 {
        max-width: 295px;
        height: 45px;
        border-width: 1px;
        padding-top: 10px
    }
}

.bgwhite {
    background: #fff
}

.topsec01 {
    position: relative;
    margin-top: -175px;
    background: rgba(255, 255, 255, 0.9);
    border: #6fbde3 2px solid;
    border-radius: 6px;
    padding: 45px 58px 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 2
}

@media (max-width: 999px) {
    .topsec01 {
        margin-top: 35px;
        border-width: 1px;
        border-radius: 3px;
        padding: 28px 15px 82px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.topsec01 .titleWap {
    width: 172px
}

@media (max-width: 999px) {
    .topsec01 .titleWap {
        width: 100%;
        text-align: center
    }
}

.topsec01 .h2top01 {
    display: inline-block;
    padding-top: 7px
}

@media (max-width: 999px) {
    .topsec01 .h2top01 {
        padding: 0
    }
}

.topsec01 .btnmore {
    position: relative;
    display: block;
    margin: 20px 0 0 16px;
    width: 80px;
    height: 22px;
    background: #e9eff3;
    padding-right: 12px;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: .1em;
    font-weight: 400;
    font-family: "Lato", sans-serif
}

@media (max-width: 999px) {
    .topsec01 .btnmore {
        position: absolute;
        bottom: 20px;
        left: 15px;
        width: calc(100% - 30px);
        height: 45px;
        margin: 0;
        padding-right: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 45px
    }
}

.topsec01 .btnmore:before {
    content: '＋';
    position: absolute;
    top: 1px;
    right: 8px;
    color: #a2afb6;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: bold
}

@media (max-width: 999px) {
    .topsec01 .btnmore:before {
        top: 0;
        right: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: normal
    }
}

@media only screen and (min-width: 1025px) {
    .topsec01 .btnmore:hover {
        opacity: 1;
        background: #797c7e;
        color: #fff
    }

    .topsec01 .btnmore:hover:before {
        color: #fff
    }
}

.topsec01 .ul01 {
    width: calc(100% - 172px)
}

@media (max-width: 999px) {
    .topsec01 .ul01 {
        width: 100%;
        padding-top: 36px
    }
}

.topsec01 li {
    margin-bottom: 15px
}

.topsec01 li:last-child {
    margin-bottom: 0
}

@media (max-width: 999px) {
    .topsec01 li {
        margin-bottom: 30px
    }
}

.topsec01 a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.topsec01 .date {
    width: 95px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: .05em;
    font-weight: 400;
    font-family: "Lato", sans-serif
}

@media (max-width: 999px) {
    .topsec01 .date {
        width: 73px;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 16px
    }
}

.topsec01 .cat {
    width: 145px;
    line-height: 20px
}

@media (max-width: 999px) {
    .topsec01 .cat {
        width: calc(100% - 73px);
        line-height: 16px
    }
}

.topsec01 .catitem {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    min-width: 126px;
    padding: 0 8px;
    text-align: center;
    vertical-align: top;
    color: #1FB5C4;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold
}

.topsec01 .catitem:last-child {
    margin-right: 0
}

.topsec01 .catitem:before {
    content: '[';
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .topsec01 .catitem:before {
        top: -3px
    }
}

.topsec01 .catitem:after {
    content: ']';
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .topsec01 .catitem:after {
        top: -3px
    }
}

@media (max-width: 999px) {
    .topsec01 .catitem {
        margin-right: 10px;
        min-width: 116px;
        padding: 0 8px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 16px
    }
}

.topsec01 .title {
    width: calc(100% - 95px - 145px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px
}

@media (max-width: 999px) {
    .topsec01 .title {
        width: 100%;
        padding-top: 12px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 21px
    }
}

.topsec02 {
    padding: 100px 0 116px
}

@media (max-width: 999px) {
    .topsec02 {
        padding: 70px 0 50px
    }
}

@media (min-width: 1000px) {
    .topsec02 .h2top01 .text_en {
        margin-top: 15px
    }
}

.topsec02 .ul01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.topsec02 li {
    width: 16%;
    margin-right: 5%;
    border-bottom: #e9eff3 1px solid;
    padding: 10px 0
}

@media (min-width: 1000px) {

    .topsec02 li:nth-child(1),
    .topsec02 li:nth-child(2),
    .topsec02 li:nth-child(3),
    .topsec02 li:nth-child(4),
    .topsec02 li:nth-child(5) {
        border-top: #e9eff3 1px solid
    }

    .topsec02 li:nth-child(5n) {
        margin-right: 0
    }
}

@media (max-width: 999px) {
    .topsec02 li {
        width: calc(50% - 5px);
        margin-right: 5px;
        padding: 0
    }

    .topsec02 li:nth-child(1),
    .topsec02 li:nth-child(2) {
        border-top: #e9eff3 1px solid
    }

    .topsec02 li:nth-child(2n+1) {
        margin-right: 0;
        margin-left: 5px
    }
}

.topsec02 .li01 {
    padding-top: 112px
}

@media (max-width: 999px) {
    .topsec02 .li01 {
        width: 100%;
        margin: 0;
        text-align: center;
        border: none;
        padding: 0 0 40px
    }
}

.topsec02 a {
    position: relative;
    display: block;
    padding: 25px 0;
    text-align: center
}

.topsec02 a:before {
    content: '';
    position: absolute;
    left: -25px;
    right: -25px;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: -1
}

@media (max-width: 999px) {
    .topsec02 a {
        padding: 15px 0 15px 50px
    }
}

.topsec02 .icon {
    display: inline-block;
    position: relative;
    text-align: center;
    border: #fff 2px solid;
    border-radius: 50%;
    padding: 3px;
    transition: 0.3s;
    height: 71px
}

.topsec02 .icon img {
    width: 61px
}

@media (max-width: 999px) {
    .topsec02 .icon {
        position: absolute;
        left: 6px;
        top: 50%;
        border: none;
        margin-top: -18px;
        height: 30px
    }

    .topsec02 .icon img {
        width: 30px
    }
}

.topsec02 .text01 {
    margin: 20px 0 18px;
    height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 0
}

@media (max-width: 999px) {
    .topsec02 .text01 {
        margin: 0;
        width: 100%;
        height: 30px;
        text-align: left;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 17px
    }
}

@media only screen and (max-width: 370px) {
    .topsec02 .text01 {
        font-size: 12px;
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 350px) {
    .topsec02 .text01 {
        font-size: 10px;
        font-size: 1rem
    }
}

.topsec02 .textsmall {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem
}

@media (max-width: 999px) {
    .topsec02 .textsmall {
        font-size: 11px;
        font-size: 1.1rem;
        -webkit-font-feature-settings: "palt";
        -moz-font-feature-settings: "palt";
        -ms-font-feature-settings: "palt";
        -o-font-feature-settings: "palt";
        font-feature-settings: "palt"
    }
}

@media only screen and (max-width: 370px) {
    .topsec02 .textsmall {
        font-size: 10px;
        font-size: 1rem
    }
}

@media only screen and (max-width: 350px) {
    .topsec02 .textsmall {
        font-size: 9px;
        font-size: .9rem
    }
}

.topsec02 .text02 {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px
}

@media (max-width: 999px) {
    .topsec02 .text02 {
        display: none
    }
}

@media (max-width: 999px) {
    .topsec02 li:nth-child(2n+1) a {
        padding-left: 48px
    }

    .topsec02 li:nth-child(2n+1) .icon {
        left: 3px
    }
}

@media only screen and (min-width: 1025px) {
    .topsec02 a:hover {
        opacity: 1
    }

    .topsec02 a:hover:before {
        background: #fcfafe
    }

    .topsec02 a:hover .icon {
        border-color: #1FB5C4
    }

    .topsec02 .depres a:hover:before {
        background: #fcfafe
    }

    .topsec02 .depres a:hover .icon {
        border-color: #e1cdfb
    }

    .topsec02 .female a:hover:before {
        background: #fffaff
    }

    .topsec02 .female a:hover .icon {
        border-color: #fed3fd
    }

    .topsec02 .bipolar a:hover:before {
        background: #fefbf6
    }

    .topsec02 .bipolar a:hover .icon {
        border-color: #ffe3b6
    }

    .topsec02 .newtype a:hover:before {
        background: #fffdf2
    }

    .topsec02 .newtype a:hover .icon {
        border-color: #fff1aa
    }

    .topsec02 .autonomic a:hover:before {
        background: #f8fffb
    }

    .topsec02 .autonomic a:hover .icon {
        border-color: #bbebcc
    }

    .topsec02 .insomnia a:hover:before {
        background: #f8fdff
    }

    .topsec02 .insomnia a:hover .icon {
        border-color: #a8e2fb
    }

    .topsec02 .adjustment a:hover:before {
        background: #f5faff
    }

    .topsec02 .adjustment a:hover .icon {
        border-color: #92c0f7
    }

    .topsec02 .panic a:hover:before {
        background: #f9faff
    }

    .topsec02 .panic a:hover .icon {
        border-color: #d0d7ff
    }

    .topsec02 .social a:hover:before {
        background: #fdf8ff
    }

    .topsec02 .social a:hover .icon {
        border-color: #eccefd
    }

    .topsec02 .alcohol a:hover:before {
        background: #fffbf9
    }

    .topsec02 .alcohol a:hover .icon {
        border-color: #ffd5b8
    }

    .topsec02 .futoukou a:hover:before {
        background: #fffdf4
    }

    .topsec02 .futoukou a:hover .icon {
        border-color: #ffeba3
    }

    .topsec02 .obsessive a:hover:before {
        background: #fdfff5
    }

    .topsec02 .obsessive a:hover .icon {
        border-color: #e1f48f
    }

    .topsec02 .developmental a:hover:before {
        background: #f6fffe
    }

    .topsec02 .developmental a:hover .icon {
        border-color: #aeeae5
    }

    .topsec02 .dementia a:hover:before {
        background: #f3fdff
    }

    .topsec02 .dementia a:hover .icon {
        border-color: #a7e6f4
    }
}

.boxPara {
    height: 300px;
    background: url("../../img/top/tam_parallax.jpg") fixed no-repeat;
    background-size: cover;
    background-color: inherit;
    background-clip: content-box
}

@media only screen and (max-width: 1025px) {
    .boxPara {
        background: none;
        height: auto
    }
}

@media only screen and (max-width: 999px) {
    .boxPara {
        height: auto;
        margin: 0;
        opacity: 0
    }

    .boxPara.show {
        opacity: 1
    }
}

.boxPara .img-para-ipad {
    display: none
}

@media only screen and (max-width: 1025px) {
    .boxPara .img-para-ipad {
        display: block
    }
}

@media only screen and (max-width: 1025px) {
    .boxPara .img-para-ipad img {
        position: fixed;
        width: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        object-fit: cover
    }
}

.boxPara .img-para img {
    position: fixed;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover
}

.topsec03 {
    max-width: 1190px;
    margin: 0 auto;
    padding: 50px 25px 50px;
    background: #fff
}

@media (max-width: 999px) {
    .topsec03 {
        padding: 48px 25px 40px
    }
}

.topsec03 .ul01 {
    padding-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 999px) {
    .topsec03 .ul01 {
        padding-top: 7px
    }
}

.topsec03 .ul01 li {
    position: relative
}

@media (max-width: 999px) {
    .topsec03 .ul01 li {
        width: calc(50% - 12px);
        margin-top: 35px;
        margin-right: 12px
    }

    .topsec03 .ul01 li:nth-child(2n) {
        margin-right: 0;
        margin-left: 12px
    }
}

@media (min-width: 1000px) {
    .topsec03 .ul01 li:nth-child(3n+1) {
        width: calc(343/1140*100%)
    }

    .topsec03 .ul01 li:nth-child(3n+2) {
        width: calc(353/1140*100%)
    }

    .topsec03 .ul01 li:nth-child(3n) {
        width: calc(328/1140*100%)
    }
}

.topsec03 .ul01 .imgdiv {
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.topsec03 .ul01 .num {
    position: absolute;
    width: 85px;
    height: 84px;
    background: url("../../img/top/icon_first02.png") center no-repeat;
    background-size: contain;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    letter-spacing: .1em;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    -webkit-animation: 2s fuwafuwa infinite;
    -moz-animation: 2s fuwafuwa infinite;
    -ms-animation: 2s fuwafuwa infinite;
    -o-animation: 2s fuwafuwa infinite;
    animation: 2s fuwafuwa infinite
}

@media (max-width: 999px) {
    .topsec03 .ul01 .num {
        left: 10px;
        width: 42px;
        height: 42px;
        padding-top: 3px;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 30px
    }
}

.topsec03 .ul01 .text01 {
    margin-top: 25px;
    text-align: center;
    color: #1FB5C4;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: .05em;
    font-weight: bold
}

@media only screen and (max-width: 1150px) {
    .topsec03 .ul01 .text01 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 1050px) {
    .topsec03 .ul01 .text01 {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media (max-width: 999px) {
    .topsec03 .ul01 .text01 {
        margin-top: 10px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        letter-spacing: 0;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media only screen and (max-width: 350px) {
    .topsec03 .ul01 .text01 {
        font-size: 9px;
        font-size: .9rem
    }
}

.topsec03 .ul01 .textline {
    position: relative
}

.topsec03 .ul01 .textline:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: #e9eff3 3px dotted
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .topsec03 .ul01 .textline:before {
        bottom: 4px
    }
}

@media (max-width: 999px) {
    .topsec03 .ul01 .textline:before {
        bottom: -3px;
        border-width: 2px
    }
}

@media (max-width: 999px) {
    .topsec03 .ul01 li:nth-child(2n+1) .num {
        left: 0;
        background-image: url("../../img/top/icon_first01.png")
    }

    .topsec03 .ul01 .li01 .num,
    .topsec03 .ul01 .li02 .num {
        top: -26px
    }

    .topsec03 .ul01 .li01 .text01,
    .topsec03 .ul01 .li02 .text01 {
        margin-top: 15px
    }

    .topsec03 .ul01 .li03 .num,
    .topsec03 .ul01 .li04 .num {
        top: -24px
    }

    .topsec03 .ul01 .li05 .num,
    .topsec03 .ul01 .li06 .num {
        top: 0
    }
}

@media (min-width: 1000px) {
    .topsec03 .ul01 .li01 .imgdiv {
        max-width: 333px;
        margin-left: 10px
    }

    .topsec03 .ul01 .li01 .num {
        top: -35px;
        right: -30px;
        background-image: url("../../img/top/icon_first01.png")
    }

    .topsec03 .ul01 .li02 {
        padding-top: 98px
    }

    .topsec03 .ul01 .li02 .imgdiv {
        max-width: 353px
    }

    .topsec03 .ul01 .li02 .num {
        top: -45px;
        left: 60px
    }

    .topsec03 .ul01 .li03 {
        margin-top: 10px
    }

    .topsec03 .ul01 .li03 .imgdiv {
        max-width: 328px
    }

    .topsec03 .ul01 .li03 .num {
        top: -28px;
        left: -25px;
    }

    .topsec03 .ul01 .li04 {
        padding-top: 20px
    }

    .topsec03 .ul01 .li04 .imgdiv {
        max-width: 328px;
        margin-left: 10px
    }

    .topsec03 .ul01 .li04 .num {
        top: -15px;
        left: 55px
    }

    .topsec03 .ul01 .li04 .text01 {
        margin-top: 32px;
        padding-right: 30px
    }

    .topsec03 .ul01 .li05 {
        margin-top: 105px
    }

    .topsec03 .ul01 .li05 .imgdiv {
        max-width: 341px
    }

    .topsec03 .ul01 .li05 .num {
        top: -25px;
        left: 60px
    }

    .topsec03 .ul01 .li05 .text01 {
        margin-top: 55px
    }

    .topsec03 .ul01 .li06 .imgdiv {
        max-width: 324px
    }

    .topsec03 .ul01 .li06 .num {
        top: -15px;
        right: 40px;
        background-image: url("../../img/top/icon_first01.png")
    }
}

.topsec03 .btntop01 {
    margin-top: 60px
}

@media (max-width: 999px) {
    .topsec03 .btntop01 {
        margin-top: 40px
    }
}

.topsec04 {
    background-position: center top;
    background-size: cover;
    background-size: no-repeat;
    padding: 178px 0 100px
}

@media (max-width: 999px) {
    .topsec04 {
        padding: 85px 0 45px
    }
}

.topsec04 .btntop01 {
    margin-top: 100px
}

@media (max-width: 999px) {
    .topsec04 .btntop01 {
        margin-top: 46px
    }
}

.topsec05 {
    background-position: center top;
    background-size: cover;
    background-size: no-repeat;
    height: 602px;
    padding-top: 98px;
    color: #fff
}

@media (max-width: 999px) {
    .topsec05 {
        height: 233px;
        padding-top: 50px
    }
}

.topsec05 .h2top01 {
    background: url("../../img/top/icon_0501.png") center top no-repeat;
    background-size: 39px auto;
    padding-top: 68px
}

.topsec05 .h2top01 .text_en {
    color: #fff
}

@media (max-width: 999px) {
    .topsec05 .h2top01 {
        background-size: 27px auto;
        padding-top: 40px
    }
}

.topsec05 .txt01 {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 58px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0
}

@media (max-width: 999px) {
    .topsec05 .txt01 {
        display: none
    }
}

.topsec05 .btntop01 {
    margin-top: 63px;
    font-size: 16px;
    font-size: 1.6rem
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .topsec05 .btntop01 {
        padding-top: 17px
    }
}

@media (max-width: 999px) {
    .topsec05 .btntop01 {
        margin-top: 19px;
        width: 135px;
        height: 25px;
        padding-top: 0;
        font-size: 10px;
        font-size: 1rem;
        line-height: 25px
    }

    .topsec05 .btntop01:before {
        right: 10px;
        width: 5px;
        height: 5px;
        margin-top: -3px;
        border-width: 1px
    }
}

.topsec06 {
    background: url("../../img/top/bg_0601.jpg") center top repeat;
    background-size: 8px auto;
    padding: 20px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 999px) {
    .topsec06 {
        padding: 25px 25px
    }
}

.topsec06 .cmsWrap {
    width: calc(50% - 20px);
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    padding: 70px 50px
}

@media (max-width: 999px) {
    .topsec06 .cmsWrap {
        width: 100%;
        margin: 0;
        border-radius: 5px;
        padding: 45px 15px
    }
}

.topsec06 .h2top01 {
    margin-right: 15px;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 68px
}

@media (max-width: 999px) {
    .topsec06 .h2top01 {
        margin-right: 0;
        padding-top: 35px
    }
}

.topsec06 .diseasediv .h2top01 {
    background-image: url("../../img/top/icon_0601.png");
    background-size: 31px auto
}

@media (max-width: 999px) {
    .topsec06 .diseasediv .h2top01 {
        background-size: 20px auto
    }
}

@media (max-width: 999px) {
    .topsec06 .treatmentdiv {
        margin-top: 25px
    }
}

.topsec06 .treatmentdiv .h2top01 {
    background-image: url("../../img/top/icon_0602.png");
    background-size: 38px auto
}

@media (max-width: 999px) {
    .topsec06 .treatmentdiv .h2top01 {
        background-size: 30px auto;
        padding-top: 42px
    }
}

.topsec06 .ul01 {
    padding-top: 17px
}

@media (max-width: 999px) {
    .topsec06 .ul01 {
        padding-top: 6px
    }
}

.topsec06 .ul01 a {
    padding-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 999px) {
    .topsec06 .ul01 a {
        padding: 19px 0;
        border-bottom: #e9eff3 2px dotted
    }
}

.topsec06 .ul01 .imgdiv {
    width: calc(190/510*100%)
}

@media (max-width: 999px) {
    .topsec06 .ul01 .imgdiv {
        width: 110px
    }
}

.topsec06 .ul01 .imgcms {
    position: relative
}

.topsec06 .ul01 .imgcms:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 73.68421%
}

.topsec06 .ul01 .imgcms>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 999px) {
    .topsec06 .ul01 .imgcms {
        position: relative
    }

    .topsec06 .ul01 .imgcms:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 72.72727%
    }

    .topsec06 .ul01 .imgcms>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.topsec06 .ul01 .catdiv {
    padding-top: 10px
}

@media (max-width: 999px) {
    .topsec06 .ul01 .catdiv {
        width: 100%;
        border-bottom: #e9eff3 1px solid;
        padding: 0 0 8px;
        line-height: 18px
    }
}

.topsec06 .ul01 .catdiv .date {
    padding-right: 15px;
    color: #a2afb6;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    letter-spacing: .05em;
    font-weight: 400;
    font-family: "Lato", sans-serif
}

@media only screen and (max-width: 1050px) {
    .topsec06 .ul01 .catdiv .date {
        padding-right: 5px
    }
}

@media (max-width: 999px) {
    .topsec06 .ul01 .catdiv .date {
        display: block;
        width: 100%;
        padding-right: 0;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 14px
    }
}

.topsec06 .ul01 .catdiv .catitem {
    display: inline-block;
    margin-right: 15px;
    color: #1FB5C4;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    letter-spacing: 0
}

.topsec06 .ul01 .catdiv .catitem:last-child {
    margin-right: 0
}

@media (max-width: 999px) {
    .topsec06 .ul01 .catdiv .catitem {
        margin-right: 10px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 14px
    }
}

.topsec06 .ul01 .txtdiv {
    width: calc(285/510*100%);
    border-bottom: #e9eff3 1px solid
}

@media (max-width: 999px) {
    .topsec06 .ul01 .txtdiv {
        width: calc(100% - 110px);
        padding: 0 0 0 15px;
        border-bottom: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -2px
    }
}

.topsec06 .ul01 .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0
}

@media (max-width: 999px) {
    .topsec06 .ul01 .title {
        margin-top: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 21px;
        letter-spacing: .05em;
        order: 2
    }
}

@media only screen and (max-width: 350px) {
    .topsec06 .ul01 .title {
        margin-top: 3px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px
    }
}

.topsec06 .btntop01 {
    margin-top: 73px
}

@media (max-width: 999px) {
    .topsec06 .btntop01 {
        margin-top: 42px
    }
}

.topsec07 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.topsec07 a {
    width: 33.33%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    padding-top: 80px
}

@media only screen and (min-width: 1025px) {
    .topsec07 a:hover {
        opacity: 1;
        background-size: auto 110%
    }
}

@media only screen and (min-width: 1281px) {
    .topsec07 a {
        background-size: 102% auto
    }

    .topsec07 a:hover {
        background-size: 110% auto
    }
}

@media (max-width: 999px) {
    .topsec07 a {
        width: 100%;
        height: 232px;
        margin-bottom: 1px;
        background-size: cover;
        padding-top: 50px
    }
}

.topsec07 .h2top01 {
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 58px;
    color: #fff
}

.topsec07 .h2top01 .text_en {
    color: #fff
}

@media (max-width: 999px) {
    .topsec07 .h2top01 {
        padding-top: 38px
    }
}

.topsec07 .btn_about {
    border-right: #fff 1px solid
}

@media (max-width: 999px) {
    .topsec07 .btn_about {
        border: none
    }
}

.topsec07 .btn_about .h2top01 {
    background-image: url("../../img/top/icon_0701.png");
    background-size: 44px auto
}

@media (max-width: 999px) {
    .topsec07 .btn_about .h2top01 {
        background-size: 29px auto
    }
}

.topsec07 .btn_family {
    border-right: #fff 1px solid
}

@media (max-width: 999px) {
    .topsec07 .btn_family {
        border: none
    }
}

.topsec07 .btn_family .h2top01 {
    background-image: url("../../img/top/icon_0702.png");
    background-size: 50px auto
}

@media (max-width: 999px) {
    .topsec07 .btn_family .h2top01 {
        background-size: 30px auto
    }
}

.topsec07 .btn_medical .h2top01 {
    background-image: url("../../img/top/icon_0703.png");
    background-size: 29px auto
}

@media (max-width: 999px) {
    .topsec07 .btn_medical .h2top01 {
        background-size: 18px auto
    }
}

.topsec07 .btntop01 {
    margin-top: 19px;
    width: 135px;
    height: 25px;
    padding-top: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 25px
}

.topsec07 .btntop01:before {
    right: 10px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-width: 1px
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, -10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -10px)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}

@-ms-keyframes fuwafuwa {
    0% {
        -ms-transform: translate(0, 0)
    }

    50% {
        -ms-transform: translate(0, -10px)
    }

    100% {
        -ms-transform: translate(0, 0);
    }
}

@media (min-width: 800px) {
    .movie-block {
        width: 100%;
        padding: 150px 0 30px;
    }
    .movie {
        width: 700px;
        height: 393.75px;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 800px) {
    .movie-block {
        margin: 100px auto 0;
        display: block;
        position: relative;
        width: 90%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
        height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
        padding-top: 56.25%; /* 高さを指定(16:9) */
    }
    .movie {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*# sourceMappingURL=maps/top.min.css.map */