@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital@0;1&display=swap');

html {
    font-size: 62.5%;
}

.open_suns {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

body {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
    line-height: 1.7;
    margin: 0 auto;
    letter-spacing: 0.04em;
    text-align: left;
    word-break: break-word;
}

@media screen and (max-width: 750px) {
    .top_page section {
        padding-top: 80px!important;
    }
    /* section {
        padding-top: 45px;
    } */
    .mt15_sp {
        margin-top: 15px;
    }
}

h2 {
    font-weight: 500;
}

p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
}

a {
    display: inline-block;
    transition : all 0.5s;
    cursor: pointer;
}

a:hover{
    opacity: 0.5;
}

img {
    width: 100%;
    display: inline-block;
    transition : all 0.5s;
}

ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

span {
    display: inline-block;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.sp-br {
    display: none;
}

.txt-right {
    text-align: right;
}

@media screen and (max-width:750px) {
    .sp {
        display: block!important;
    }
    .pc {
        display: none!important;
    }
    .sp-br {
        display: block;
    }
    .pc-br {
        display: none;
    }
}

.mt0 {
    margin-top: 0;
}

.gradation {
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
    background-image: -webkit-linear-gradient(0, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/***********************
    ヘッダー 
***********************/

@media screen and (min-width:700px) {
    header {
        height: initial!important;
        aspect-ratio: 2 / 1;
    }
}

header {
    width: 100%;
    height: 721px;
    height: 721px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 158px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 2;
}

header::after {
    content: '';
    position: absolute;
    width: 421px;
    height: 82px;
    left: 0;
    bottom: 0;
    background-image: url("../img/fv_bottom_img.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:1440px) {
    header::after {
        width: 29.2vw;
        height: 5.69vw;
    }
}

.header_border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg,rgba(7, 174, 222, 1) , rgba(42, 113, 209, 1) );
}


.header_top {
    width: 100%;
    padding: 20px 0;
	position: fixed;
    z-index: 100;
    transition : all 0.5s;
}

@media screen and (max-width:1200px) {
    .header_top {
        padding: 20px;
    }
}

.header_top > div {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_logo {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_logo img {
    width: 100%;
}

.header_nav {
    width: calc(100% - 100px);
    height: auto;
    display: flex;
    align-items: center;
    color: #2C66B0;
}

.header_nav_ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width:1100px) {
    .header_nav_ul {
        padding-right: 60px;
    }
    .header_nav ul li:nth-of-type(1), .header_nav ul li:nth-of-type(2), .header_nav ul li:nth-of-type(3), .header_nav ul li:nth-of-type(4), .header_nav ul li:nth-of-type(5), .header_nav ul li:nth-of-type(6) {
        display: none;
    }
}

.header_nav ul li {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    margin-left: 40px;
    padding-left: 0;
}

.header_active::before {
    position: absolute;
    content: "";
    background-image: url(../img/header_active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header_mail a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.header_mail img {
    width: 50%;
}

.header_language {
    margin-left: 18px!important;
}

.header_language a {
    width: 75px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    gap: 5px;
}

.header_language img {
    width: 22px;
}

.header_language span {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 32px;
}

.header_contact {
    border: 1px solid #FFFFFF;
    margin-left: 16%!important;
}

.header_contact a {
    padding: 16px 30px;
}

.header_contact a:hover {
    background-color: #FFFFFF;
    color: #333333;
    opacity: 1;
}



/* ドロップダウン */

.dropdown_nav {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    width: 100%;
    position: absolute;
    top: 40px;
    padding-top: 20px;
    left: 0;
    z-index: 100;
}

.dropdown_nav01 {
    margin-left: -90px;
    width: 58.19vw;
    max-width: 840px;
}

.dropdown_nav02 {
    margin-left: -195px;
    width: 58.19vw;
    max-width: 840px;
}

.dropdown_nav03, .dropdown_nav04 {
    margin-left: -195px;
    width: calc(58.19vw / 2);
}

.dropdown_nav > div {
    background-color: #FFFFFF;
    padding: 36px 40px 28px 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.dropdown_nav span {
    display: inline-block;
    position: absolute;
    color: #FFFFFF;
    left: 0;
    top: 46px;
    line-height: 1;
    font-size: 15px;
    padding: 18px 0 18px 40px;
    width: calc((100% - 6.94vw) / 2 + 40px);
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}

.dropdown_nav03 span, .dropdown_nav04 span {
    width: calc(100% - 40px);
}

.dropdown_nav > div > div {
    display: flex;
    justify-content: space-between;
    gap: 6.94vw;
    align-items: end;
}

.dropdown_nav03 > div > div, .dropdown_nav04 > div > div {
    gap: 0;
    margin-top: 80px;
}

/* .header_active {
    filter: brightness(0.8);
} */

.body_cover {
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px);
    width: 100vw;
    left: 0;
    opacity: 0;
    background: rgba(26, 26, 26, 0.3);
    visibility: hidden;
}

.body_cover_active {
    visibility: visible;
    opacity: 1;
}

.header_nav ul li:hover .dropdown_nav {
    visibility: visible;
    opacity: 1;
}

.dropdown_nav ul {
    width: calc((100% - 6.94vw) / 2);
}

.dropdown_nav03 ul,.dropdown_nav04 ul {
    width: 100%;
}

.dropdown_nav ul li {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0;
    border-bottom: 1px solid #F7F7F7;
}

.dropdown_nav ul li a {
    position: relative;
    width: 100%;
    padding: 23px 0;
}

.dropdown_nav ul li a::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    width: 20px;
    height: 20px;
    right: 0;
    margin: auto;
}

.dropdown_nav ul li:first-child a {
    padding-top: 0;
}

.dropdown__list {
    background-color: #FFFFFF;
    padding: 32px 42px;
    transition: all .3s;
    position: relative;
}

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #003558;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}




/* 
ヘッダーをスクロールしたら変化
 */

.header_top.scroll-header-top  {
    background-color: #FFFFFF;
}

/* 
.scroll-header-top .header-nav  {
    color: #000000;
}

.scroll-header-top .header-contact {
    border: 1px solid #333333;
}

.scroll-header-top .header-contact a:hover {
    background-color: #333333;
    color: #FFFFFF;
} */


/* 

FVのスライド 

*/

.slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fv_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fv_slider > div, .fv_slider > div > div {
    height: 100%;
}

.slide-image .header-text {
    position: absolute;
}

.fv_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide01 {
    background-image: url(../img/fv_slide01.png);
    animation-delay: 0s; 
}

.slide02 {
    background-image: url(../img/fv_slide02.png);
    animation-delay: 6s;
}

.slide03 {
    background-image: url(../img/fv_slide03.png);
    animation-delay: 12s;
}

.slide04 {
    background-image: url(../img/fv_slide04.png);
    animation-delay: 18s;
}

@keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    /* bottom: 162px; */
    bottom: initial;
    top: 37.29vw;
    max-width: 1180px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: start;
}

@media screen and (max-width:1220px) {
    .slick-dots {
        display: none!important;
    }
}

.slick-dots li {
    width: 23px;
    height: 23px;
}

.slick-dots li::before {
    content: "";
}

.slick-dots li button {
    width: 23px;
    height: 23px;
}

.slick-dots li button:before {
    font-size: 10px;
    color: #2C66B0;
    opacity: 0.5;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.slick-dots li.slick-active button:before {
    color: #2C66B0;
    border-radius: 50%;
    border: 0.5px solid #2C66B0;
}

.add-animation .fv_img {
    animation: zoomUp 10s linear 0s normal both;
}

.fv_img01, .fv_img02, .fv_img03, .fv_img04 {
    position: absolute;
    bottom: 0;
}

.fv_img01 img, .fv_img02 img, .fv_img03 img, .fv_img04 img {
    width: 100%;
}

.fv_text {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    top: 14.375vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}

@media screen and (max-width:1220px) {
    .fv_text {
        max-width: initial;
        left: 20px;
    }
}

.fv_text span {
    display: inline-block;
    font-size: 48px;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
    margin-bottom: 8px;
    padding: 20px 15px;
}

@media screen and (max-width:1440px) {
    .fv_text span {
        font-size: 3.34vw;
    }
}

.fv_member {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 288px;
    height: 70px;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    z-index: 10;
}

.fv_member span {
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
}

.fv_member img {
    width: 20px;
    height: 20px;
}



/* 
ハンバーガーメニュー
*/

.hamburger-menu {
    display: none;
}

@media (max-width: 1100px) {

    .header_top {
        background-color: #FFFFFF;
    }

    /***********************
    ハンバーガーメニュー 
    ***********************/

    .hamburger-menu {
        width: 30px;
        height: 40px;
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 101;
    }
    .menu-btn {
        display: block;
        width: 30px;
        height: 40px;
        z-index: 10001;
        position: relative;
    }
    .menu-btn span,
    .menu-btn span:before {
        content: '';
        display: block;
        height: 2px;
        width: 30px;
        background-color: #2C66B0;
        position: absolute;
        top: 25px;
        z-index: 81;
    }

    .menu-btn span:before {
        top: -10px;
    }

    #menu-btn-check:checked ~ .menu-btn span::after {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        top: 0;
        transform: rotate(-90deg);
    }
    #menu-btn-check:checked .kasou-top {
        z-index: 0;
    }
    #menu-btn-check {
        display: none;
    }
    .menu_content {
        width: 100%;
        height: 100%;
        height: calc(100vh - 80px);
        position: fixed;
        top: 80px;
        left: 100%;
        z-index: 80;
        background-image: linear-gradient(180deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
        transition: all 0.5s;
        padding-top: 10px;
    }

    .menu_content_parent {
        position: relative;
    }

    .menu_content_parent::before, .menu_content_parent::after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 14px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 27px;
        background-color: #FFFFFF;
    }

    .menu_content_parent::after {
        transform: rotate(90deg);
    }

    .menu_content li {
        padding-left: 0;
        border-bottom: 1px solid rgba(247, 247, 247, 0.5);
    }

    .menu_content_child ul li {
        border-bottom: 0;
    }

    .menu_content ul li a {
        font-size: 14px;
        color: #FFFFFF;
        padding: 19px 0 16px 20px;
        width: 100%;
    }
    
    #menu-btn-check:checked ~ .menu_content {
        left: 0;
    }

    .menu_content_child ul {
        display: flex;
        flex-wrap: wrap;
        gap: 26px 33px;
        justify-content: space-between;
        padding: 18px 7.5%;
        /* border-bottom: 1px solid rgba(247, 247, 247, 0.5); */
    }

    .menu_content_child ul li {
        width: calc((100% - 33px) / 2);
        text-align: left;
    }

    .menu_content_child ul li a {
        padding: 0;
        line-height: 22px;
    }

    .menu_content_parent.close::before {
        transform: rotate(90deg);
    }

    .menu_content_child {
        display: none;
    }

}
    /***********************
    ハンバーガーメニュー 
    ***********************/



/***********************

    NEWS

***********************/

.section {
    width: 100%;
}

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

section:first-child .inner {
    margin-top: 0;
}

@media screen and (max-width:1220px) {
    .inner {
        width: 100%;
        max-width: initial;
        padding-left: 20px;
        padding-right: 20px;
        padding-left: 5%;
        padding-right: 5%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.news {
    padding: 57px 0 25px 0;
}

.news_box {
    width: 100%;
    display: flex;
    gap: 45px;
}

.news_box h2 {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    padding-right: 27px;
    position: relative;
}

.news_box h2::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 1px;
    top: 16px;
    right: 0;
    margin: auto;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}

.news_content {
    width: calc(100% - 118px);
}

.news_item {
    font-size: 14px;
    border-bottom: 1px solid #F7F7F7;
    padding: 20px 0;
}

.news_item a {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.news_item a::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* .news_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    width: 20px;
    height: 20px;
    top: 16px;
    right: 0;
    margin: auto;
} */

.news_item:nth-child(1) {
    padding-top: 0;
}

.news_date, .news_category {
    margin-right: 30px;
}

.news_category {
    padding: 6px 15px;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}

.news_all {
    margin-top: 23px;
    text-align: end;
    font-size: 14px;
    color: #2C66B0;
}

.news_all a {
    border-bottom: 1px solid #2C66B0;
}


/***********************

    重要なお知らせ

***********************/



.important_message {
    width: 100%;
    padding: 80px 0;
    background-image: url(../img/important_back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.important_message_box {
    display: flex;
    justify-content: space-between;
    gap: 45px;
}

.important_message_box h2 {
    width: 174px;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
}

.important_message_box p {
    width: calc(100% - 174px - 45px);
    font-size: 16px;
    line-height: 32px;
}


/***********************

    about_us

***********************/

.about_us .inner {
    position: relative;
}

.about_us_img {
    position: absolute;
    width: 127px;
    height: 102px;
    top: -20px;
    right: 232px;
    right: 16vw;
}

@media screen and (max-width:1300px) {
    .about_us_img {
        right: 5vw;
    }
}

.sub_title {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    padding-right: 27px;
    position: relative;
    margin-bottom: 17px;
    font-weight: 600;
}

.about_us .sub_title {
    left: 130px;
}


.sub_title::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 1px;
    top: 16px;
    right: 0;
    margin: auto;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}


.wide-inner {
    max-width: initial;
    width: 100%;
}

@media screen and (max-width:1220px) {
    .wide-inner {
        padding-right: 0px!important;
    }
}

.about_us {
    padding-bottom: 83px;
}

.about_us h2 {
    font-size: 40px;
    line-height: 56px;
    color: #2C66B0;
    font-weight: 400;
    padding-left: 130px;
    margin-bottom: 40px;
}

.about_us .slider {
    padding-left: 130px;
    position: relative;
}

.about_us_slider_box {
    margin-right: 25px;
}

.about_us_slider_img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-bottom: 15px;
}

.about_us_slider_text {
    font-size: 18px;
    color: #2C66B0;
    display: block;
    position: relative;
}

.about_us_slider_text::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    width: 20px;
    height: 20px;
    right: 0;
    margin: auto;
}

.slick-nav-arrows {
    position: absolute;
    top: 38px;
    right: 183px;
}

.slick-arrow {
    position: absolute;
    top: 8vw;
    width: 61px;
    height: 61px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.about_us_slick_prev {
    left: 100px;
}

.about_us_slick_next {
    right: 84px;   
}

.about_us_slick_prev img, .about_us_slick_next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width:1440px) {
    .about_us h2, .about_us .slider {
        padding-left: calc((100% - 1440px) / 2 + 130px );
    }

    .about_us .sub_title {
        left: calc((100% - 1440px) / 2 + 130px );
    }

    .about_us_slick_prev {
        left: calc((100% - 1440px) / 2 + 100px );
    }
}

@media screen and (max-width:1440px) {
    .about_us h2, .about_us .slider {
        padding-left: calc((100% - 1180px) / 2 );
    }
    .about_us .sub_title {
        left: calc((100% - 1180px) / 2 );
    }
    .about_us_slick_prev {
        left: calc((100% - 1180px) / 2 - 30px );
    }
}

@media screen and (max-width:1220px) {
    .about_us h2, .about_us .slider {
        padding-left: 0;
    }
    .about_us .sub_title {
        left: 0;
    }
    .about_us_slick_prev {
        left: 0;
    }
}



/***********************

    患者・一般の皆様

***********************/

.customer {
    background-image: url(../img/customer_back.png);
}

.customer_box {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
    padding: 58px 0 80px 0;
}

.customer_img {
    width: 32.2%;
}

.customer_text {
    width: calc(100% - 32.3% - 55px);
}

.customer_text h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.customer_text h2 span {
    font-size: 24px;
}




/***********************

   医療機器製品

***********************/

.product {
    background-image: url(../img/product_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 27px 0 123px 0;
    margin-top: -15px;
}

.product .inner > div {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.product_box {
    align-items: center;
}

.product .sub_title::before {
    background-image: none;
    background-color: #FFFFFF;
}

.product_img {
    width: 43%;
}

.product_text {
    width: calc(100% - 43%);
    color: #FFFFFF;
}

.product_text h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.btn {
    display: inline-block;
    font-size: 16px;
    position: relative;
    margin-top: 45px;
}

.product .btn {
    padding: 21px 147px 21px 30px;
    border: 2px solid #FFFFFF;
}

.product .btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_right_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.product_btn {
    gap: 15px;
}

.product_btn_item {
    width: 32.5%;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    gap: 15px;
    position: relative;
}

.product_btn_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    bottom: 11px;
    right: 15px;
}

.product_btn_item_img {
    width: 43.5%;
}

.product_btn_item_text {
    width: calc(100% - 43.5% - 15px);
}

.product_btn_item_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 28px;
}

.product_btn_item_text h3 span {
    font-size: 14px;
}

.product_btn_item_text p {
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
}



/***********************

   バイオセラミックス

***********************/

.bioceramics {
    background-image: url(../img/bioceramics_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 56px 0;
    margin-top: -20px;
}

.bioceramics_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    gap: 60px;
}

.bioceramics_text h2 {
    font-size: 30px;
    color: #2C66B0;
    margin-bottom: 24px;
    font-weight: 500;
}

.bioceramics .sub_title::before {
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}

.bioceramics_text {
    width: calc(100% - 32.5% - 60px);
}

.bioceramics_img {
    width: 32.5%;
}

.bioceramics_link .btn {
    color: #2C66B0;
    border: 2px solid #2C66B0;
}

.bioceramics_link .btn:first-child {
    padding: 20px 165px 20px 30px;
    margin-right: 40px;
    position: relative;
}

.bioceramics_link .btn:first-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}

.bioceramics_link .btn:last-child {
    padding: 20px 78px 20px 30px;
}

.bioceramics_link .btn:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.76px;
    height: 13.76px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}



/***********************

   採用情報

***********************/

.recruit {
    padding: 120px 0 205px 0;
    position: relative;
}

.recruit::after {
    position: absolute;
    content: "";
    background-image: url(../img/recruit_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 124px;
    top: -50px;
    right: 166px;
}

@media screen and (min-width:1440px) {
    .recruit::after {
        right: calc((100% - 1440px) / 2 + 166px );
    }
}

.recruit::before {
    position: absolute;
    content: "";
    background-image: url(../img/recruit_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    height: 40vw;
    max-width: 1000px;
    max-height: 571px;
    bottom: 0;
    right: 0;
}

.recruit_box {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.recruit_text {
    width: 46.6%;
}

.recruit_text h2 {
    color: #2C66B0;
    font-size: 40px;
    margin-bottom: 25px;
}

.recruit .btn {
    padding: 21px 147px 21px 30px;
    color: #2C66B0;
    border: 2px solid #2C66B0;
}

.recruit .btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}


/***********************

   サステナビリティ/ESG

***********************/

.esg {
    padding-bottom: 120px;
    position: relative;
}

.esg::before {
    position: absolute;
    content: "";
    background-image: url(../img/esg_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 62%;
    max-width: 1252px;
    height: 443px;
    max-height: 596px;
    top: 0;
    left: -200px;
    z-index: -1;
}

.esg_box {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

.esg_text {
    width: 46.6%;
}

.esg_text h2 {
    color: #2C66B0;
    font-size: 40px;
    margin-bottom: 25px;
}

.esg .btn:first-child {
    padding: 21px 147px 21px 30px;
    color: #2C66B0;
    border: 2px solid #2C66B0;
    margin-right: 25px;
}

.esg .btn:first-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}

.esg .btn:last-child {
    padding: 21px 60px 21px 30px;
    color: #2C66B0;
    border: 2px solid #2C66B0;
}

.esg .btn:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.76px;
    height: 13.76px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}



/***********************

   FOOTER

***********************/

.footer_top {
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
    padding: 60px 0 140px 0;
}

.footer_nav {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}

@media screen and (max-width:1200px) {
    .footer_nav {
        padding: 0 20px;
    }
}

.footer_nav01 {
    width: 23.5%;
}

.footer_nav02 {
    width: 13%;
}

.footer_nav03 {
    width: 16.8%;
}

.footer_nav04 {
    width: 19.7%;
}

.footer_nav ul li {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    padding-left: 0;
    margin-bottom: 15px;
}

.footer_nav ul li::before {
    display: none;
}


.menu_content_parent a, .menu_content_parent.link_none {
    font-size: 16px;
    font-weight: 400;
}


.footer_nav_big {
    font-size: 16px!important;
    font-weight: 500!important;
}

@media screen and (min-width:750px) {
    .footer_nav .menu_content_child {
        display: block;
    }

    .footer_nav .menu_content_child ul {
        display: block;
        padding: 0;
    }
    .menu_content_parent::before, .menu_content_parent::after {
        display: none;
    }
}

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

    .menu_content_child ul li {
        width: 100%;
    }

    .footer_nav01 {
        width: 28.5%;
    }
    
    .footer_nav02 {
        width: 18%;
    }
    
    .footer_nav03 {
        width: 21.8%;
    }
    
    .footer_nav04 {
        width: 24.7%;
    }
}

@media screen and (max-width:1005px) {
    .footer_nav {
        flex-wrap: wrap;
    }
    
    .footer_nav01, .footer_nav02, .footer_nav03, .footer_nav04 {
        width: 50%;
    }
}

@media screen and (max-width:750px) {
    .footer_nav {
        padding: 0;;
    }
}

.footer_mt {
    margin-top: 35px;
}

.footer_link {
    width: 100%;
    max-width: 1180px;
    margin: 30px auto 45px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.footer_member { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_member span {
    color: #2C66B0;
}

.footer_member a {
    color: #FFFFFF;
    padding: 26px 70px 26px 18px;
    position: relative;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}

.footer_member a:last-child {
    color: #2C66B0;
    padding: 25px 69px 25px 17px;
    position: relative;
    background-image: none;
    border: 1px solid #2C66B0;
}

.footer_regist {
    margin: 0 15px;
}

.footer_member a::before {
    position: absolute;
    content: "";
    background-image: url(../img/member_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}

.footer_member a:last-child:before {
    position: absolute;
    content: "";
    background-image: url(../img/login_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}

.footer_copyright {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 38px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_a {
    font-size: 14px;
    display: inline-block;
    color: #999999;
    border-bottom: 1px solid #999999;
}

.footer_a:first-child {
    margin-right: 30px;
}

.copyright {
    font-size: 12px;
    color: #999999;
}



/***********************

    NEWSページ

***********************/

.kasou_header {
    height: 260px!important;
    aspect-ratio: 1;
}

.kasou_header .header_top, .single_header .header_top {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #FFFFFF;
}

.kasou_header::before, .kasou_header::after {
    display: none;
}

.kasou_fv {
    margin-top: 80px;
    height: 180px;
    position: relative;
}

/* .kasou_fv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: 0;
    background-image: url(../img/kasou_fv_mask.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

.kasou_fv_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 130px;
    margin: auto;
    font-size: 48px;
    font-weight: 500;
    color: #2C66B0;
}

.kasou_fv_img {
    width: 100%;
    height: 180px;
}

.kasou_fv_img img {
    width: 100%;
    height: 169px;
    object-fit: cover;
}

.pull_down {
    margin-top: 14px;
    display: inline-block;
    width: 206px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #F7F7F7;
    position: relative;
    border-radius: 4px;
}

.pull_down select {
    display: inline-block;
    padding: 13px 0 13px 16px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pull_down::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #2C66B0;
    border-right: solid 2px #2C66B0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transform: rotate(45deg);
}

.kasou_news .news_box {
    width: 100%;
    max-width: 1060px;
    margin: auto;
    display: block;
}

.kasou_news .news_content {
    width: 100%;
    margin: 40px 0 240px 0;
}

.breadcrumb {
    border-bottom: 8px solid #2C66B0;
}

.breadcrumb.back {
    background-color: #F2F7FB;
}

.breadcrumb .inner {
    margin: 0 auto;
}

.breadcrumb a img {
    margin-bottom: -4px;
}

.breadcrumb span {
    margin: 0 10px;
}

.breadcrumb span img {
    margin-bottom: -1px;
}

.breadcrumb p {
    font-size: 13px;
    font-weight: bold;
    color: #2C66B0;
    margin-bottom: 0;
    line-height: 22px;
}

.kasou_footer::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 32px;
    top: -36px;
    left: 130px;
    background-image: url(../img/kasou_footer_nav_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width:1440px) {
    .kasou_footer::before {
        left: calc((100% - 1180px) / 2);
    }
}



/***********************

    医療関係者向け製品一覧ページ

***********************/


.news .kasou_fv_img {
    width: 51%;
}

.kasou_fv_nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: end;
}

.kasou_fv_nav li {
    padding-left: 0;
}

.page_link {
    font-size: 14px;
    font-weight: 300;
    padding: 4px 28px 7px 0;
    position: relative;
    /* border-bottom: 1px solid #F7F7F7; */
    margin-left: 30px;
    color: #2C66B0;
}

.page_link::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    margin: auto;
    right: 0;
    background-image: url(../img/link_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.page_inside::before {
    background-image: url(../img/link_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.filter_box {
    padding: 22px 60px;
    border: 1px solid rgba(44,102,176,0.5);
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
}

.kasou_filter .inner{
    margin-top: 60px!important;
}

.kasou_filter h2 {
    font-size: 24px;
    line-height: 32px;
    color: #2C66B0;
    font-weight: 500;
    margin: 0;
    /* margin-bottom: 20px; */
    position: relative;
    cursor: pointer;
}

.kasou_filter h2::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background-image: url(../img/filter_plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.filter_h2.close::before{
    background-image: url(../img/filter_minus.svg);
}

.filter_contents {
    display: none;
    margin-top: 20px;
}

.tab {
    display: flex;
    gap: 11px;
    padding: 20px 0;
    border-top: 1px solid #2C66B0;
    border-bottom: 1px solid #2C66B0;
}

.tab li {
    font-size: 16px;
    line-height: 24px;
    color: #2C66B0;
    border: 1px solid #2C66B0;
    border-radius: 4px;
    padding-left: 0;
}

.tab li.active {
    color: #FFFFFF;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
}

.tab li.active a:hover {
    opacity: 1;
}

.tab li a {
    width: 100%;
    padding: 18px 56px 18px 30px;
}

.tab li a span {
    position: relative;
}

.tab li a span::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
}

.tab li:nth-child(1) a span::before {
    width: 16.15px;
    height: 8px;
    background-image: url(../img/bone_replacement.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tab li:nth-child(2) a span::before {
    width: 13.6px;
    height: 19.77px;
    background-image: url(../img/implant.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tab li:nth-child(3) a span::before {
    width: 15px;
    height: 13px;
    background-image: url(../img/osteosynthesis.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tab li:nth-child(4) a span::before {
    width: 24.05px;
    height: 10.37px;
    background-image: url(../img/loupe.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tab1 > div:nth-child(1), .tab1 > div:nth-child(2) {
    width: 100%;
    font-size: 14px;
    background-color: #F5F5F5;
    border-radius: 7px;
    color: #2C66B0;
    padding: 18px 20px;
    margin-bottom: 10px;
}

.tab1 > div span {
    margin-right: 40px;
}

.tab1 > div label {
    margin-right: 30px;
}

.tab1 {
    display: none;
    opacity: 0;
    margin-top: 20px;
}

.tab1.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.filter_contents .btn_box {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

.filter_contents .btn {
    margin-bottom: 0;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}



.dental_link {
    margin: 20px 0 0 0;
    text-align: end;
}

/* .kasou_h2 {
    font-size: 32px;
    line-height: 32px;
    color: #2C66B0;
    font-weight: 500;
    padding-bottom: 15px;
    margin: 40px 0;
    border-bottom: 1px solid #2C66B0;
} */

.product_contents {
    width: 100%;
    padding: 30px 5.1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 26px;
}

.product_item {
    width: calc((100% - 52px) / 3);
}

.product_item_img {
    width: 100%;
    height: 15.55vw;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.product_item_img img {
    width: 90%;
}

.product_item_text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2C66B0;
    margin-bottom: 16px;
}

.product_item_part span {
    font-size: 14px;
    color: #2C66B0;
    margin-bottom: 11px;
}

.product_item_text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.product_item_feature {
    display: flex;
}

.product_item_feature li {
    font-size: 12px;
    color: #2C66B0;
    padding-left: 12px;
    margin-right: 10px;
    position: relative;
}

.product_item_feature li::before {
    content: "・";
    position: absolute;
    font-size: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.product_item_feature li:first-child {
    font-size: 14px;
}

.product_item_link {
    margin-top: 10px;
    text-align: end;
}

.product_item_link a {
    font-size: 14px;
    line-height: 14px;
    color: #2C66B0;
    border-bottom: 1px solid #2C66B0;
}

.kasou_link a {
    font-size: 16px;
    padding: 18px 130px 18px 30px;
    letter-spacing: 0.1em;
    position: relative;
    background-color: #FFFFFF;
    color: #2C66B0;
    border: 2px solid #2C66B0;
}

.kasou_arrow::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto; 
}

.kasou_arrow.white::before {
    background-image: url(../img/arrow_right_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.kasou_arrow.blue::before {
    background-image: url(../img/arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog_link {
    text-align: center;
    margin: 35px 0 50px 0;
}

.kasou_link {
    text-align: center;
}

.kasou_product .kasou_link {
    margin-bottom: 70px;
}

.banner {
    background-color: #F3F7FB;
}

.banner_box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* padding: 80px 0; */
}

.banner_item {
    width: calc((100% - 20px) / 2);
    height: 240px;
    color: #2C66B0;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.banner_item div {
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
}

.banner_item:first-child {
    background-image: url("../img/banner01.png");
    background-size: cover;
}

.banner_item:last-child {
    background-image: url("../img/banner02.png");
    background-size: cover;
}

.product_details_banner .banner_item:first-child {
    background-image: url("../img/banner01.png");
    background-size: cover;
}

.product_details_banner .banner_item:last-child {
    background-image: url("../img/banner02.png");
    background-size: cover;
}

.banner_item h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 7px;
}

.banner_item p {
    font-size: 14px;
}

.product_details_page .breadcrumb {
    background-color: #F3F7FB;
}

.button_section .area_back {
    padding-top: 0;
    padding-bottom: 20px;
}

.button_section .area_back:first-child {
    margin-bottom: 80px;
}

.link_list_title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 16px 160px 16px 60px;
    background-image: linear-gradient(90deg, rgba(42, 113, 209, 1), rgba(7, 174, 222, 1));
    margin-bottom: 20px;
}

.link_list {
    margin: 30px 60px 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 22px;
}

.link_list li {
    padding-left: 0;
    width: calc((100% - 44px) / 3);
    padding: 15px 0;
    border-bottom: 1px solid #F7F7F7;
    margin-bottom: 10px;
}

.link_list .page_link {
    width: 100%;
    margin-left: 0;
    padding: 0;
}

.link_list .pt0 {
    padding-top: 0;
}




/* 製品詳細(各製品)＿投稿機能ページ（クラシックエディタorブロックエディタ） */

.single_header {
    height: 274px !important;
}

.product_single_header {
    height: 80px !important;
    aspect-ratio: 1;
}

.single_header .kasou_fv_img {
    display: none;
}

.news_single_detail {
    position: absolute;
    top: 65px;
    left: 130px;
}

.single_header .kasou_fv_title {
    top: 110px;
}

.news_fv .kasou_fv_title {
    margin-top: 20px;
}

.single_header::before, .single_header::after {
    display: none;
}