@charset "utf-8";
.comapny-page__top {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
}
#company img {
    width: 100%;
}
html {
    font-size: 100%;
}
body {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
    text-decoration: none;
}
@media (min-width:769px) {
.sp-show {
    display: none;
}
}
@media (max-width:768px) {
    .comapny-page__top {
        margin-bottom: 40px;
    }
    .pc-show {
        display: none;
    }
}
/*=========カンパニーページ共通部分=========*/
/*====パンくず====*/
.breadcrumb {
    position: sticky;
    top: 70px;
    z-index: 100;
}
#company .breadcrumb ul {
    display: flex;
    gap: 20px;
    font-size: 0.8rem;
    margin-bottom: 67px;
    padding: 0.5rem 1rem;
}
#company .breadcrumb li a {
    position: relative;
}
#company .breadcrumb li a::after {
    position: absolute;
    white-space: pre-wrap;
    content: "\03e";
    font-size: 12px;
    right: -14px;
    top: 50%;
    transform: translateY(-56%);
}
@media (max-width:768px) {
    #company .breadcrumb ul {
        margin-bottom: 48px;
    }
    .breadcrumb {
        position: unset;
    }
}
/*====セクションタイトル====*/
#company .comapny-page__ttl {
    padding-bottom: 65px;
}
#company .comapny-page__ttl .info{
    width: 170px;
    margin: 0 auto;
}
#company .comapny-page__ttl .history{
    width: 100px;
    margin: 0 auto;
}
#company .comapny-page__ttl .topmessage {
    width: 222px;
    margin: 0 auto;
}
#company .comapny-page__ttl .philosophy {
    width: 186px;
    margin: 0 auto;
}

@media (max-width:768px) {
    #company .comapny-page__ttl {
        padding-bottom: 70px;
    }
}
/*====セクションメニュー====*/
#company .company-menu__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 4%;
}
#company .company-menu__list li {
    width: 25%;
    background-color: #f0efec;
    color: #009e96;
    font-size: 16px;
    text-align: center;
    padding: 19px 0;
    border-right: 1px solid rgba(51, 51, 51, .5);
    transition: all 0.5s;
}
#company .company-menu__list li:last-child {
    border-right: none;
}
#company .company-menu__list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #009e96;
}
#company .company-menu__list li a:visited {
    color: inherit;
}
#company .company-menu__list li:hover {
    background-color: #009e96;
    color: #f0efec;
}
#company .company-menu__list li:active {
    background-color: #009e96;
    color: #f0efec;
}
#company .company-menu__list .active {
    background-color: #009e96;
    color: #f0efec;
}
@media (max-width:768px) {
    #company .company-menu__list li {
        width: 50%;
    }
    #company .company-menu__list li:nth-child(2){
        border-right: none;
        border-bottom: 1px solid rgba(51, 51, 51, .5);
    }
    #company .company-menu__list li:nth-child(1) {
        border-bottom: 1px solid rgba(51, 51, 51, .5);
    }
}
/*=========セクション毎メイン部分=========*/
/*====共通====*/
#company main {
    background-image: url(..//img/company/bg-company.webp);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}
#company .main__bgc {
    background-color:  rgba(0,158,150, .1);
}
#company .wrapper {
    max-width: calc(1000px + 8%);
    margin: 0 auto;
    padding: 0 4%;
    padding-top: calc(80px - 20px);
    padding-bottom: 145px;
}
/*====沿革====*/
#company .table__area {
    font-size: 16px;
    width: 100%;
}
#company .table__area tr {
    border-bottom: 1px dotted rgba(51, 51, 51, .5);
}
#company .table__area tr:last-child {
    border: none;
}
#company .table__area .table__info {
    font-weight: bold;
    width: 110px;
}
#company .table__area .table__desc {
    max-width: calc(100% - 82px);
}
#company .table__area .table__info , #company .table__area .table__desc {
    line-height: 28px;
    padding: 20px 0;
}
@media (max-width:768px) {
    #company .wrapper {
        padding-top: 40px;
        padding-bottom: 75px;
    }
    #company .table__area .table__desc {
        max-width: 100%;
    }
    #company .table__area tr,#company .table__area td {
        display: block;
    } 
    #company .table__area .table__info , #company .table__area .table__desc {
        padding: 15px 0;
    }
    #company .table__area .table__info {
        padding-bottom: 0;
    }
}
/*====企業理念====*/
#philosophy .philosophy__area h3 , #philosophy .philosophy__area p  {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#philosophy .philosophy__area {
    max-width: 1000px;
    background-color: #fff;
    border-radius: 30px;
    padding: 58px 0 48px;
    margin-bottom: 93px;

}
#philosophy .philosophy__area h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 44px;
}
#philosophy .philosophy__area h3 span {
    color: #009e96;
}
#philosophy .philosophy__item {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 28px;
}
.philosophy__number {
    font-size: 50px;
    color: #009e96;
    margin-right: 28px;
}
.philosophy__txt {
    font-size: 19px;
    line-height: 32px;
    max-width: 744px;
    padding-top: 8px;
}
#philosophy h4 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid rgba(51, 51, 51, .5);
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    position: relative;
    margin-bottom: 1em;
}
.csr__area h4::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3.5em;
    height: 2px;
    background-color: #009e96;
    bottom: -2px;
    left: 0;
}
.philosophy__intro {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
}
.csr__list {
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.csr__item {
    width: calc((100% - 20px) / 2);
    display: flex;
    flex-direction: column;
    margin-bottom: 17px;
}
.csr__ttl {
    font-size: 18px;
    color: #fff;
    background-color: #009e96;
    position: relative;
    height: 70px;
    position: relative;
}
.csr__ttl p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 30px;
    left: 0;
}
.csr__ttl::after {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: rgb(70 194 188);
    width: 12px;
    height: 12px;
    clip-path  : polygon(0% 100%, 100% 100%, 100% 0%);
    right: 0;
    bottom: 0;
}
.csr__txt {
    font-size: 15px;
    line-height: 25px;
    padding: 25px 30px;
    background-color: #fff;
    flex-grow: 1;
    vertical-align: middle;
}
.environment__area h4::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9.5em;
    height: 2px;
    background-color: #009e96;
    bottom: -2px;
    left: 0;
}
.environment__list {
    line-height: 28px;
}
#philosophy .numbering {
    list-style: decimal;
    margin-left: 20px;
}
.numbering , .environment__list-in li {
    margin-bottom: 13px;
}
@media (max-width:768px) {
    #philosophy .philosophy__area {
        margin-bottom: 50px;
        padding: 45px 4% 20px;
    }
    #philosophy .philosophy__area h3 {
        font-size: 30px;
        margin-bottom: 38px;
    }
    .philosophy__number {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 18px;
    }
    #philosophy .philosophy__item {
        margin-bottom: 40px;
    }
    .csr__item {
        width: 100%;
    }
    .csr__list {
        margin-bottom: 55px;
    }
}
/*====企業情報====*/
#info .table__desc ul {
    list-style: disc;
    margin-left: 20px;
}
#info .table__desc a img {
    margin-top: 70px;
}
@media (max-width:768px) {
#info .table__desc ul li {
    margin-bottom: 1em;
}
}
/*====代表メッセージ====*/
.top-logo__area {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}
.top__logo {
    width: 100%;
}
.company__name {
    color: #009e96;
    display: block;
    border-bottom: 1px solid #009e96;
    font-size: 14px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.president__name span {
    font-size: 13px;
}
.president__name {
    font-size: 24px;
}
.top__ttl h3 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.top__ttl p {
    font-size: 18px;
    font-weight: bold;
}
.top__ttl {
    padding-bottom: 45px;
    margin-bottom: 55px;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
}
.top__message {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 83px;
}
.top__sign {
    width: 283px;
    margin-left: auto;
}
@media (max-width:768px) {
    /*====代表メッセージ====*/
    .company__name {
        font-size: 11px;
    }
    .president__name span {
        font-size: 10px;
    }
    .president__name {
        font-size: 19px;
    }
    .top__ttl h3 {
        font-size: 26px;
        line-height: 43px;
    }
    .top__ttl p {
        font-size: 16px;
        line-height: 27px;
    }
    .top-logo__area {
        margin-bottom: 40px;
    }
    .top__ttl {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .top__message {
        margin-bottom: 58px;
    }
    .top__sign {
        width: 190px;
    }
    .top__message p {
        font-size: 15px;
    }
    #topmessage::before {
        top: 750px;
    }
}
/* add 20250130 */
#company #info .booklet {
    /* max-width: 330px;
    margin: 0 auto;
    padding: 1.5em;
    background-color: #009e96;
    color: #fff;
    text-align: center;
    border: 1px solid #009e96;
    margin-top: 70px; */
}
#company #info .booklet a {
    display: block;
    align-items: center;
    justify-content: center;
    /* line-height: 5.1; */
    padding: 1.5em;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    position: relative;
    transition: 0.3s;
    background-color: #009e96ff;
    margin-top: 70px;
    text-align: center;
    box-shadow: 2.9px 2.9px 5px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
#company #info .booklet a:hover {
    opacity: 0.8;
}
#company #info .booklet a::before,#company #info .booklet a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform-origin: 100% 50%;
    height: 1px;
    width: 10px;
    background-color: #fff;
    border-radius: 2px;
    will-change: transform;
    transition: .3s;
}
#company #info .booklet a::after {
    transform: translateY(-50%) rotate(-45deg);
}
#company #info .booklet a::before {
    transform: translateY(-50%) rotate(45deg);
}
@media (max-width:768px) {
    #company #info .booklet a {
        font-size: 14px;
        margin-top: 40px;
        padding: 1.5em 0.5em;
    }
    #company #info .booklet a::before,#company #info .booklet a::after {
        right: 7%;
    }
}