/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'メイリオ','Meiryo',sans-serif;
    line-height: 1;
    font-feature-settings: "palt";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
    color: inherit;
}
img{
    vertical-align: bottom;
    max-width: 100%;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/*----------
LAYOUT
----------*/
*{
    box-sizing: border-box;
}
body{
    padding-top: 117px;
    color: #111;
}
.body_en{
    padding-top: 133px;
}
.container{
    max-width: 1000px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.is-pc{
    display: block;
}
.is-pc-inline{
    display: inline;
}
.is-sp{
    display: none;
}
.is-sp-inline{
    display: none;
}

@media screen and (max-width: 768px){
    body,.body_en{
        padding-top: 50px;
    }
    .container{
        width: calc(690 / 750 * 100%);
    }
    .is-pc{
        display: none;
    }
    .is-pc-inline{
        display: none;
    }
    .is-sp{
        display: block;
    }
    .is-sp-inline{
        display: inline;
    }

}

/*----------
HEADER
----------*/

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}
.hd-sp{
    display: none;
}

.hd-main{
    padding: 15px 0;
}
.hd-main-in{
    display: flex;
    justify-content: space-between;
}
.hd-main-in .hd-subnav{
    display: flex;
    align-items: center;
}
.hd-main-in .hd-subnav .hd-sublink{
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-left: 20px;
    padding-right: 15px;
}
.hd-main-in .hd-subnav .hd-sublink:nth-child(2){
    font-size: 14px;
}
.hd-main-in .hd-subnav .hd-sublink:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    top: calc(50% - 5px);
    right: 0;
    background: url(../../images/common/ico_arrow.svg) no-repeat center center;
    background-size: cover;
}
.hd-main-in .hd-subnav .hd-contact{
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-left: 20px;
    padding: 10px 25px;
    background: #00b781;
    color: #fff;
}

.hd-nav{
    background: #505050;
}
.hd-nav-in{
    display: flex;
}
.hd-nav-in li{
    text-align: center;
    width: 20%;
    border-right: 1px solid #646464;
    color: #fff;
}
.hd-nav_en li{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hd-nav-in li:first-child{
    border-left: 1px solid #646464;
}
.hd-nav-in li a{
    display: block;
    padding: 15px 0 13px;
}

.hd-mega-wrap{
    position: fixed;
    top: 117px;
    left: 0;
    background: rgba(0, 182, 129, 0.85);
    width: 100%;
    padding: 30px 0 40px;
    text-align: left;
    display: none;
}
.hd-nav_en .hd-mega-wrap{
    top: 133px;
}
.hd-mega-wrap .container{
    opacity: 0;
    transform: translateY(-20px);
}
.hd-mega-in{
    display: flex;
    justify-content: space-between;
}
.hd-mega-gene{
    width: 22%;
}
.hd-mega-specialist{
    width: 73.5%;
}

.hd-mega-in .genre{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}
.hd-mega-in .genre span,
.hd-mega-in .genre a{
    position: relative;
    display: inline-block;
    padding: 15px 20px 13px 0;
}
.hd-mega-in .genre a:after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}
.hd-mega-in .content{
    display: flex;
    justify-content: space-between;
}
.hd-mega-in .parenttitle{
    padding-left: 15px;
    border-left: 3px solid #fff;
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
}
.hd-mega-in .content .each01{
    width: 100%;
}
.hd-mega-in .content .each02{
    width: calc(225 / 735 * 100%);
}
.hd-mega-in .content .hd_link_child{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 10px 35px 8px 15px;
    color: #000;
    font-size: 13px;
    line-height: 1.6;
}
.hd-mega-in .content .hd_link_child:after{
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
}
.hd-mega-in .hd-mega-gene .content a{
    margin-top: 30px;
    padding: 0;
}
.hd-mega-in .hd-mega-gene .content .hd_link_child{
    margin-top: 0;
}
.hd-mega-in .content .hd_link_child .tm{
    display: inline;
}
.hd-mega-in .content .hd_link_grchild{
    font-size: 12px;
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    font-weight: bold;
}
.hd-mega-in .content .hd_link_grchild + .hd_link_child{
    margin-top: 20px;
}
.hd-mega-in .content .hd_link_grchild:before{
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% - 4px);
    width: 4px;
    height: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.hd-mega-medical{
    width: 100%;
}
.hd-mega-in.-hasTopics .hd-mega-medical{
    width: 73.5%;
}

.hd-mega-medical .content .each03{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.hd-mega-medical .content .each04{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.hd-mega-medical .content .hd_link_child{
    width: 22.5%;
    margin-right: 3%;
}
.hd-mega-medical .content .each04 .hd_link_child{
    width: 31.33%;
    margin-right: 3%;
}
.hd-mega-medical .content .each04 .each-column{
    width: calc(91 / 4 * 1%);
    margin-right: 3%;
}
.hd-mega-medical .content .each04 .each-column .hd_link_child{
    width: 100%;
    margin-right: 0;
}
.hd-mega-medical .content .hd_link_child:nth-child(4n),
.hd-mega-medical .content .each04 .each-column:nth-child(4n){
    margin-right: 0;
}
.hd-mega-medical .content .each04 .hd_link_child:nth-child(3n) {
    margin-right: 0%;
}
.hd-mega-medical .content .each04 .hd_link_child:nth-child(4n) {
    margin-right: 3%;
}
.hd-mega-in .content a{
    transition: 0.3s;
}
.hd-mega-in .content a:hover{
    opacity: 0.85;
}
.hd-nav .hd-nav-in li:hover .hd-mega-wrap{
    display: block;
}
.hd-nav .hd-nav-in li:hover .hd-mega-wrap .container{
    animation: megamenu .3s ease-in-out forwards;
}

@keyframes megamenu{
    0%{
        opacity: 0;
        transform: translateY(-20px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.has-megamenu{
    position: relative;
}
.has-megamenu:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 9px);
    border-top: 11px solid #505050;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: none;
    z-index: 1001;
}
.has-megamenu:hover:after{
    display: block;
}

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

    .header{
        width: 100%;
        z-index: 1000;
        background: #fff;
        padding: 10px 0;
    }
    .hd-main{
        display: none;
    }
    .hd-nav{
        display: none;
    }
    .hd-sp{
        display: block;
    }
    .hd-sp .hd-logo{
        width: 60%;
        max-width: 185px;
    }
    .hd-sp .hd-contact{
        position: absolute;
        display: inline-block;
        right: 30px;
        font-size: 11px;
        padding: 10px 12px;
        background: #00b781;
        color: #fff;
    }
    .hd-sp .hd-main-in{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hd-sp .hd-toggle-wrap{
        position: absolute;
        width: 22px;
        height: 15px;
    }
    .hd-sp .hd-toggle{
        position: relative;
        width: 22px;
        height: 15px;
    }
    .hd-sp .hd-toggle:after{
        content: "";
        display: none;
        position: absolute;
        top: -18px;
        right: -25px;
        width: 57px;
        height: 50px;
        background: #505050;
        z-index: 0;
    }
    .hd-sp .hd-toggle.open:after{
        display: block;
    }
    .hd-sp .hd-toggle span{
        position: absolute;
        width: 100%;
        height: 2px;
        top: 7px;
        left: 0;
        background: #00b781;
        z-index: 2;
        transition: transform .3s;
    }
    .hd-sp .hd-toggle span:before{
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #00b781;
        z-index: 2;
    }
    .hd-sp .hd-toggle span:after{
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #00b781;
        z-index: 2;
        transition: transform .3s;
    }
    .hd-sp .hd-toggle.open span{
        transform: rotate(-45deg);
    }
    .hd-sp .hd-toggle.open span:before{
        opacity: 0;
    }
    .hd-sp .hd-toggle.open span:after{
        transform: rotate(90deg);
        bottom: 0;
    }
    .hd-sp-content{
        position: absolute;
        top: 50px;
        right: 0;
        width: 90%;
        background: #505050;
        color: #fff;
        transform: translateX(100%);
        transition: .3s;
    }
    .hd-sp-content.open{
        transform: translateX(0);

    }
    .hd-sp-content .hd-sp-main{
        margin-bottom: 30px;
    }
    .hd-sp-content .hd-sp-main li{
        border-bottom: 1px solid #646464;
    }
    .hd-sp-content .hd-sp-main li a{
        display: block;
        padding: 20px 0 20px 20px;
    }
    .hd-sp-content .hd-sp-main li:nth-child(5){
        border-bottom: 1px solid #fff;
    }
    .hd-sp-content .hd-sp-main li:nth-child(n+6){
        border-bottom: 1px solid #fff;
    }
    .hd-sp-content .hd-sp-main li:nth-child(n+6) a {
        padding: 30px 0 30px 20px;
    }
    .hd-sp-content .hd-sp-links{
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 2;
    }
    .hd-sp-content .hd-sp-bottom{
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }
    .hd-sp-content .hd-sp-bottom a{
        display: inline-block;
        border-radius: 100px;
        background: #fff;
        text-align: center;
        width: 125px;
        padding: 5px;
        font-size: 12px;
        color: #000;
        margin: 0 10px;
    }

}

/*----------
BUNNER
----------*/

.bnr{
    padding: 70px 0;
}
.bnr .bnr-in{
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding:0 71px;
}
.bnr .bnr-in .each{
    margin: 0 9px;
}
.bnr .bnr-in .each img{
    width: 100%;
}
@media screen and (min-width: 769px) {
.bnr .bnr-in{
    width: 96% !important;
}
.bnr .bnr-in .slick-track{
    width: 100% !important;
}
.bnr .bnr-in .each{
    width: 268px !important;
    max-width: 100%;
}
}
@media screen and (max-width: 768px){
    .bnr{
        padding: 70px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .bnr .bnr-in{
        display: flex;
        justify-content: center;
        padding:0;
    }
    .bnr .bnr-in .each{
        margin: 0 10px;
    }
}


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

.ft-nav{
    background: #f7f7f7;
    padding: 70px 0 30px;
}
.ft-nav .ft-nav-in{
    display: flex;
    justify-content: space-between;
}
.ft-nav .ft-nav-in .ft-link-parent{
    position: relative;
    color: #00b781;
    font-size: 14px;
    font-weight: bold;
}
.ft-nav .ft-nav-in .ft-link-parent a{
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
.ft-nav .ft-nav-in .ft-link-parent.ft-link-next{
    margin-top: 30px;
}
.ft-nav .ft-nav-in .ft-link-parent a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 10px;
    height: 10px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
}
.ft-nav .ft-nav-in .ft-btn-english{
    display: inline-block;
    margin-top: 30px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 14px;
}
.ft-nav .ft-nav-in .ft-list{
    margin-top: 10px;
}
.ft-nav .ft-nav-in .ft-list li{
    padding: 2px 0;
    line-height: 1.5;
}
.ft-nav .ft-nav-in .ft-list li a{
    display: inline-block;
    position: relative;
    padding-left: 1em;
    font-size: 14px;
}
.ft-nav .ft-nav-in .ft-list li a:before{
    content: "-";
    position: absolute;
    left: 0;
    top: 00;
}
.ft-info{
    padding: 30px 0;
}
.ft-info-in{
    display: flex;
    justify-content: space-between;
}
.ft-info-in .ft-txt{
    text-align: right;
    font-size: 12px;
}
.ft-info-in .ft-txt .ft-sublink{
    display: flex;
}
.ft-info-in .ft-txt .ft-sublink li:nth-child(n+2){
    border-left: 1px solid #f7f7f7;
    margin-left: 10px;
}
.ft-info-in .ft-txt .ft-sublink li a{
    padding-left: 10px;
}
.ft-info-in .ft-txt .ft-copyright{
    margin-top: 20px;
}
.ft-info-sp{
    display: none;
}
.slide-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    left: 0;
    background: url(../../images/common/slide-prev.svg) no-repeat center center;
    background-size: contain;
    z-index: 10;
    opacity: 1;
}
.slide-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    right: 0;
    background: url(../../images/common/slide-next.svg) no-repeat center center;
    background-size: contain;
    z-index: 10;
    opacity: 1;
}
.btn-top{
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url(../../images/common/btn_top.png) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    z-index: 100;
}

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

    .ft-nav{
        display: none;
    }
    .ft-info{
        display: none;
    }
    .ft-info-sp{
        display: block;
        text-align: center;
    }
    .ft-info-in{
        display: block;
        padding: 30px 0 25px;
    }
    .ft-info-in .ft-sublink{
        font-size: 14px;
        line-height: 1.8;
    }
    .ft-logo{
        border-top: 1px solid #e6e6e6;
        padding-top: 30px;
        margin: 0 auto;
        text-align: center;
    }
    .ft-logo img{
        width: 185px;
    }
    .ft-copyright{
        margin-top: 20px;
        font-size: 13px;
    }
    .slide-prev{
        width: 40px;
        height: 40px;
        left: 0;
    }
    .slide-next{
        width: 40px;
        height: 40px;
        right: 0;
    }
    .btn-top{
        width: 60px;
        height: 60px;
    }

}

/*----------
BREADCRUMBS
----------*/
.breadcrumbs{
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
}
.breadcrumbs .bread-in{
    display: flex;
}
.breadcrumbs .bread-in li{
    position: relative;
}
.breadcrumbs .bread-in li+li{
    padding-left: 1.6em;
}
.breadcrumbs .bread-in li+li:before{
    content: ">";
    position: absolute;
    left: 0.5em;
    top: 0;
}
.breadcrumbs .bread-in li a{
    text-decoration: underline;
}

/*----------
PAGE COMMON
----------*/
.pagetitle{
    position: relative;
    font-size: 32px;
    padding-top: 72px;
    padding-bottom: 32px;
    margin-bottom: 72px;
}
.pagetitle:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00b681 0%, #00b681 140px, #f7f7f7 140px, #f7f7f7 100%);
}
.pagetitle .anno{
    font-size: 18px;
}
.news-article h1,
.sectitle{
    position: relative;
    font-size: 24px;
    margin-top: 72px;
    margin-bottom: 32px;
    padding-bottom: 12px;
    padding-left: 14px;
    background: url(../../images/common/line_settitle.png) repeat-x left bottom;
}
.sectitle .anno{
    font-size: 12px;
}
.sectitle .complement{
    font-size: 13px;
    color: #646464;
}
.news-article h1:before,
.sectitle:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: calc(100% - 12px);
    background: #00b681;
}
.news-article h2,
.blocktitle{
    position: relative;
    font-size: 18px;
    margin-top: 72px;
    margin-bottom: 32px;
    padding-left: 14px;
    border-left: 4px solid #00b681;
}
.news-article h3,
.subtitle{
    font-size: 18px;
    color: #00b681;
    line-height: 1.8;
}
.note{
    font-size: 12px;
}
main p{
    font-size: 14px;
    line-height: 2;
}
main p+p{
    margin-top: 1.5em;
}
.firsttxt{
    margin-top: 1.5em;
}
.link-right{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
}
.link-right:after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
}
.link-underline{
    position: relative;
    display: inline-block;
    text-decoration: underline;
}
.link-pdf{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
    line-height: 1.4;
}
.link-pdf:after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.link-blank{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
}
.link-blank:after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_blank.png) no-repeat center center;
    background-size: contain;
}
.txt-red{
    color: #ff1d1d;
}
.txt-green{
    color: #00b681;
}
.txt-center{
    text-align: center;
}
.txt-bold{
    font-weight: bold;
}
.tm {
    font-size: .8em;
    position: relative;
    top: -0.3em;
}
.pagetitle .tm,
.sectitle .tm {
    font-size: .5em;
    top: -0.8em;
}
@media screen and (max-width: 768px){
    .pagetitle{
        position: relative;
        font-size: 22px;
        padding-top: 36px;
        padding-bottom: 16px;
        margin-bottom: 36px;
    }
    .pagetitle:after{
        height: 2px;
        background: linear-gradient(90deg, #00b681 0%, #00b681 100px, #f7f7f7 100px, #f7f7f7 100%);
    }
    .news-article h1,
    .sectitle{
        font-size: 18px;
    }
    .news-article h2,
    .blocktitle{
        margin-top: 36px;
        font-size: 14px;
    }
    .news-article h3,
    .subtitle{
        font-size: 14px;
    }

    main p{
        font-size: 12px;
    }
    .note{
        font-size: 10px;
    }


}
