@charset "utf-8";

/* ##############################################################################

    Page-Profile Style

############################################################################## */

/* Profile */
.page-profile .jump-point {
    padding-top: 250px;
    margin-top: -250px;
}

.page-profile .contact-links {
    padding: 100px 0;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.page-profile section:last-child {
    padding-bottom: 120px;
}

.page-profile table.ibs-profile {
    width: 100%;
    text-align: left;
    table-layout: fixed;
}

.page-profile table.ibs-profile th {
    width: 230px;
    color: var(--main-color-blue);
    font-weight: bold;
    background: var(--sub-color-blue);
    padding: 20px 30px;
    border-top: solid 1px var(--main-color-blue);
}

.page-profile table.ibs-profile td {
    max-width: 870px;
    padding: 20px 30px;
    border-top: solid 1px var(--main-color-blue);
}

.page-profile table.ibs-profile tr:last-child th {
    border-bottom: solid 1px var(--main-color-blue);
}

.page-profile table.ibs-profile tr:last-child td {
    border-bottom: solid 1px var(--main-color-blue);
}

/* Access */
.page-profile .access-info {
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
}

.page-profile iframe {
    width: 100%;
}

.page-profile .content .section-blue h3 span,
.page-profile .content .section-white h3 span {
    top: -110px;
}

/* Business */
.page-profile .business-info {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.page-profile .business-info .info-box {
    width: 515px;
    min-height: 600px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

.page-profile .business-info .info-box img {
    width: 475px;
    margin-bottom: 20px;
}

.page-profile .business-info .info-box h4 {
    border-bottom: solid 1px var(--line-color-gray);
    padding-bottom: 5px;
}

.page-profile .business-info .info-box p {
    width: 475px;
}

.page-profile section .section-inner {
    padding: 0 20px 80px;
}

.page-profile .content .section-blue h3 span.en-business-txt {
    font-size: 150px;
    top: -75px;
    width: 100%;
    line-height: 0.9;
}

.page-profile .history-year .sp-br {
    display: none;
}

/* 2024/9/25 医療ページ追加 start */
.introduction-info-box {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 30px;
}

.page-profile .introduction-info .product-box {
    /* width: 515px; */
    width: 400px;
    /* min-height: 600px; */
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

.page-profile .introduction-info .product-box img {
    /* width: 475px; */
    /* width: 300px; */
    width: 235px;
    /* margin-bottom: 20px; */
    margin: 0 auto;
}

.page-profile .introduction-info h4 {
    /* border-bottom: solid 1px var(--line-color-gray);
    padding-bottom: 5px; */
    font-size: 2.6rem;
    text-align: left;
    padding-bottom: 10px;
}

/* .page-profile .introduction-info .product-box p {
    width: 475px;
} */

.page-profile .introduction-info .product-box h5 {
    margin:20px 0;
}
 

.page-profile .content .section-blue h3 span.en-introduction-txt {
    font-size: 150px;
    top: -75px;
    width: 100%;
    line-height: 0.9;
}

.page-profile .introduction-info .button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 230px;
    padding: 10px 0px 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.page-profile .introduction-info .button a:before, .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.page-profile .introduction-info .button a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.page-profile .introduction-info .button a:after {
  left: 0;
  background: #eee;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.page-profile .introduction-info .button a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.page-profile .introduction-info .button a:hover span {
  color: #fff;
}

.page-profile .introduction-info .button a:hover:before {
  left: 2.5rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.page-profile .introduction-info .button a:hover:after {
  right: 0;
  width: 100%;
  background: #333;
}

/* body{
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
} */

.section-inner .introduction-info{
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
}


/* 2024/9/25 医療ページ追加 end */


/* Profile SP */
@media screen and (max-width: 767px) {
    .page-profile section .section-inner {
        width: 100%;
    }

    .page-profile .jump-point {
        padding-top: 200px;
        margin-top: -200px;
    }

    .page-profile .contact-links {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 100px;
        max-width: 90%;
    }

    /* Profile */
    .page-profile table.ibs-profile th {
        width: auto;
        display: block;
        padding: 10px;
    }

    .page-profile table.ibs-profile td {
        width: auto;
        display: block;
        padding: 20px;
    }

    .page-profile .content .section-blue h3 span,
    .page-profile .content .section-white h3 span {
        top: -80px;
    }

    /* Access */
    .page-profile .access-info {
        width: 100%;
        padding: 20px;
        margin-bottom: 80px;
    }

    .page-profile .access-info iframe {
        width: 100%;
    }

    /* History */
    .page-profile .timeline tr:last-child td:after {
        top: 130px;
        left: -17px;
    }

    /* Business */
    .page-profile .business-info {
        width: 100%;
    }

    .page-profile .business-info .info-box {
        width: 100%;
        min-height: 300px;
        gap: 20px;
    }

    .page-profile .business-info .info-box img {
        width: 100%;
    }

    .page-profile .business-info .info-box p {
        width: 100%;
    }

    .page-profile .section-overandunder-clippath {
        padding: 200px 0 200px 0;
    }

    .page-profile .section-over-clippath {
        padding-top: 200px;
    }

    .page-profile .history-year .sp-br {
        display: block;
    }

    .page-profile .history-year{
        text-align: left;
    }
    .page-profile .content .section-blue h3 span.en-business-txt{
        font-size: 60px;
        top: -20px;
    }
    .page-profile table.ibs-profile tr:last-child th{
        border-bottom: none;
    }
}

/* 8/7 header-second FIX */
.page-profile .jump-point {
    margin-top: 0;
    padding-top: 170px;
}