body {
    position: relative;
    /* font-family: "Noto Sans", sans-serif; */
    font-family: "Hiragino Sans", sans-serif;
    background-color: #fff;
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
}
h1, h2, h3, h4 {
    font-weight: 600;
}

/* coomon */
.pc {
    display: block;
}
.sp {
    display: none;
}
.gradi_link {
    display: block;
    padding: 13px 0;
    background: linear-gradient(90deg, #113961, #004FAD);
    box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
}
.common_label {
    background: linear-gradient(90deg, #113961, #004FAD);
}
.mark_v {
    position: absolute;
    width: 30px;
    height: 240px;
    background: linear-gradient(8.4deg, #113961, #004FAD);
}
.mark_h {
    position: absolute;
    width: 60px;
    height: 30px;
    background: linear-gradient(8.4deg, #113961, #004FAD);
}
.left_mark {
    position: absolute;
    background: linear-gradient(90deg, #113961, #004FAD);
    top: 0;
    left: 0;
    width: 240px;
    height: 15px;
}
.wide-border {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #113961, #004FAD);
}
#page-small .mark_v, 
#page-wide .mark_v {
    top: 0;
    right: 60px;
}
#page-small .mark_h, 
#page-wide .mark_h {
    top: 210px;
    right: 0;
}
#page-small .contain {
    width: 52.7%;
    max-width: 680px;
    margin: auto;
}
#page-wide .contain {
    width: 74%;
    max-width: 950px;
    margin: auto;
}
#page-small .contain,
#page-wide .contain {
    padding-top: 160px;
}
.page-ttl {
    margin-bottom: 90px;
}
.page-ttl.company {
    display: flex;
    align-items: center;
}
.page-ttl.company .p-mark {
    width: 80px;
    height: auto;
    margin-left: 20px;
}
.page-ttl.company .p-mark img {
    width: 100%;
}
.page-ttl h1 {
    font-family: "Jost", sans-serif;
    font-size: 27px;
    letter-spacing: 4.3px;
    margin-bottom: 15px;
}
.page-ttl p {
    font-family: "Jost", sans-serif;
    width: fit-content;
    letter-spacing: 2.4px;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 17px;
}
.page-ttl.single p {
    color: #000000;
    padding: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 1155px) {
    #page-small .contain,
    #page-wide .contain {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .mark_v {
        width: 25px;
        height: 65px;
    }
    .mark_h {
        width: 110px;
        height: 25px;
    }
    #page-small .mark_v, 
    #page-wide .mark_v {
        top: 0;
        right: 110px;
    }
    #page-small .mark_h, 
    #page-wide .mark_h {
        top: 40px;
        right: 0;
    }
    .left_mark {
        width: 90px;
        height: 10px;
    }

    #page-small .contain {
        width: 100%;
        max-width: 768px;
    }
    #page-wide .contain {
        width: 100%;
    }
    #page-small .contain,
    #page-wide .contain {
        padding: 100px 30px 0 30px;
    }
    .page-ttl {
        margin-bottom: 45px;
    }
    .page-ttl h1 {
        font-size: 22px;
        letter-spacing: 2.6px;
        margin-bottom: 10px;
    }
    .page-ttl p {
        letter-spacing: 1.9px;
        font-size: 12px;
    }
    .wide-border {
        width: calc(100% - 60px);
        margin: auto;
    }
}
/* coomon */

header {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 150px;
    height: 100vh;
    overflow-y: scroll;
    box-shadow: 5px 0px 10px -6px rgba(0, 0, 0, 0.3);
    text-align: center;
}
header::-webkit-scrollbar{
    display: none;
  }
header .top .name {
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #233241;
}
header .top .name img {
    display: block;
    width: 55px;
    margin: 0 auto 20px;
}
header .top .name p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}
header .top nav {
    padding-top: 35px;
}
header .top nav ul li:first-child {
    padding-top: 0;
    padding-bottom: 10px;
}
header .top nav ul li:nth-child(3) {
    padding-bottom: 0;
}
header .top nav ul li:nth-child(5) {
    padding-top: 0;
}
header .top nav ul li {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    padding: 10px 0;
}
header .top nav ul li span {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    color: #93a3b3;
    letter-spacing: 1.2px;
}
header .top nav ul .hove_menu {
    padding: 20px 0;
}
.hover_nav {
    position: fixed;
    z-index: 100;
    transition: .5s;
    height: 100vh;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    left: 150px;
    top: 0;
    padding: 35px 0;
    width: 140px;
    background: linear-gradient(32deg, #04121bea, #002f65e6);
}
.hover_nav.active {
    pointer-events: auto;
    opacity: 1;
}
.hover_nav li {
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 30px;
}
.hover_nav li a {
    color: #fff;
}
.hover_nav li:last-child {
    margin-bottom: 0;
}
header .top nav ul .hove_menu .cursor {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 1px;
    background-color: #113961;
    opacity: 0;
    transition: .5s;
}
header .top nav ul .hove_menu .cursor::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #113961;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
header .top nav ul .hove_menu .cursor.active {
    opacity: 1;
}
header .bottom {
    background-color: rgba(17, 57, 97, 0.05);
}
header .bottom .contact_title {
    margin-top: 25px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    overflow: visible;
}
header .top nav ul li span {
    font-family: "Jost", sans-serif;
    font-size: 10px;
    color: #93a3b3;
    letter-spacing: 1.2px;
}
header .bottom .tel .num {
    font-size: 11px;
    line-height: 3;
    border: 1px solid #000000;
    width: calc(100% - 30px);
    margin: 0 auto 10px;
}
header .bottom .tel .txt {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 10px;
}
header .bottom .tel .txt img {
    width: 40px;
    margin: auto;
}
header .pc_menu .p-mark {
    width: 60px;
    margin: 0 auto 10px;
}
header .pc_menu .p-mark a img {
    width: 100%;
}
header .pc_menu .private {
    margin-bottom: 25px;
}
header .pc_menu .private a {
    display: block;
    font-size: 11px;
    line-height: 1;
    text-decoration: underline;
}
header .bottom .contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(90deg, #113961, #004FAD);
}
header .bottom .contact a img {
    width: 20px;
    margin-right: 5px;
}
header .header__hamburger {
    display: none;
}
#navigation {
    display: none;
}

@media screen and (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
        z-index: 999;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
        text-align: left;
        padding: 0 15px 0 10px;
        border-bottom: 1px solid #113961;
    }
    header .top .name {
        display: flex;
        align-items: center;
    }
    header .top .name {
        padding: 0;
        border: none;
    }
    header .top .name img {
        width: 34px;
        margin-right: 12px;
        margin-bottom: 0;
    }
    header .top .name p {
        font-size: 16px;
    }
    header .top .name .p-mark {
        margin-left: 10px;
    }
    header .pc_menu,
    header .bottom {
        display: none;
    }
    header .header__hamburger {
        display: block;
        width: 30px;
        height: 21.5px;
    } 
    header .hamburger {
        background-color: transparent;
        border-color: transparent;
    }
    header .hamburger span {
        position: relative;
        display: block;
        width: 100%;
        height: 1.5px;
        background: linear-gradient(90deg, #113961, #004FAD);
        transition: ease .5s;
    }
    header .hamburger span:nth-child(1) {
        top: 0;
    }
    header .hamburger span:nth-child(2) {
        margin: 7px 0;
    } 
    header .hamburger span:nth-child(3) {
        top: 0;
    }
    header .header__nav.active {
        transform: translateX(0);
    }
    header .hamburger.active span:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }
    header .hamburger.active span:nth-child(2) {
        opacity: 0;  
    }
    header .hamburger.active span:nth-child(3) {
        top: -10px;
        transform: rotate(-45deg);
    } 
    #navigation {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        top: 50px;
        padding-bottom: 0;
        right: -100%;
        z-index: 99;
        height: calc(100vh - 50px);
        width: 280px;
        visibility: hidden;
        background-color: #fff;
        transition: 0.4s;
        overflow-y: scroll;
    }
    #navigation nav {
        padding: 30px;
    }
    #navigation nav ul li {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 25px;
        overflow: visible;
    }
    #navigation nav ul li span {
        font-family: "Jost", sans-serif;
        font-size: 10px;
        color: #93a3b3;
        letter-spacing: 1.2px;
    }
    #navigation nav .sub {
        margin-top: 15px;
        margin-bottom: 25px;
        margin-left: 25px;
    }
    #navigation nav .sub li {
        position: relative;
        margin-bottom: 15px;
        font-size: 11px;
    }
    #navigation nav .sub li::before {
        position: absolute;
        content: "";
        width: 8.3px;
        height: 2.5px;
        background: linear-gradient(90deg, #113961, #004FAD);
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
    }
    #navigation .info {
        text-align: center;
    }
    #navigation .tel {
        margin-bottom: 25px;
    }
    #navigation .tel .num {
        font-size: 11px;
        line-height: 3;
        text-align: center;
        border: 1px solid #231815;
        width: calc(100% - 60px);
        margin: 0 auto 8px;
    }
    #navigation .tel .txt {
        font-size: 10px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    #navigation .tel .txt a {
        text-decoration: underline;
        font-size: 12px;
    }
    #navigation .private {
        text-align: center;
        margin-bottom: 25px;
    }
    #navigation .private a {
        display: block;
        font-size: 12px;
        line-height: 1;
        text-decoration: underline;
    }
    #navigation.active {
        visibility: visible;
        right: 0;
    }
    #navigation .contact {
        width: 100%;
    }
    #navigation .contact a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 65px;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        background: linear-gradient(90deg, #113961, #004FAD);
    }
    #navigation .contact a img {
        width: 20px;
        margin-right: 5px;
    }
}

main {
    position: relative;
    width: calc(100% - 150px);
    margin-left: 150px;
}

@media screen and (max-width: 768px) {
    main {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
}

footer {
    width: calc(100% - 150px);
    margin-left: 150px;
    font-weight: 600;
}
footer .block {
    padding-top: 40px;
    padding-bottom: 75px;
    color: #fff;
}
footer .block a {
    color: #fff;
}
footer .block ul {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
footer .block ul li {
    margin-right: 20px;
    font-size: 12px;
}
footer .block ul li:last-child {
    margin-right: 0;
}
footer .block .footer_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}
footer .block .footer_ttl img {
    width: 40px;
    margin-right: 20px;
}
footer .block .footer_ttl h2 {
    font-size: 23px;
}
footer .block .footer_ttl .p-mark {
    margin-left: 10px;
}
footer .block .footer_ttl .p-mark img {
    width: 50px;
}
footer .block .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .block .bottom table {
    margin-right: 70px;
}
footer .block .bottom tr {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .block .bottom tr:last-child {
    margin-bottom: 0;
}
footer .block .bottom td {
    display: block;
    font-size: 12px;
}
footer .block .bottom td:nth-child(1) {
    margin-right: 10px;
}
footer .block .bottom td:nth-child(2) {
    margin-right: 5px;
}
footer .block .bottom .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .block .bottom .contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-align: center;
    padding: 15px 80px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    font-size: 16px;
}
footer .block .bottom .contact a img {
    width: 30px;
}
footer .block .bottom .contact p {
    font-size: 12px;
}
footer .copy {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
footer .block .sp_list {
    display: none;
}

@media screen and (max-width: 768px) {
    footer {
        width: 100%;
        margin-left: 0;
    }
    footer .block {
        padding: 40px 35px;
    }
    footer .block .pc_list {
        display: none;
    }
    footer .block .sp_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 25px;
    }
    footer .block .sp_list li {
        margin-right: 20px;
    }
    footer .block .sp_list.last-child li {
        margin-bottom: 30px;
    }
    footer .block .footer_ttl {
        margin-bottom: 45px;
    }
    footer .block .footer_ttl h2 {
        font-size: 18px;
    }
    footer .block .fsp-p-mark {
        margin: 0 auto 45px;
        width: 150px;
    }
    footer .block .bottom {
        flex-direction: column-reverse;
    }
    footer .block .bottom .contact {
        width: 100%;
        margin-bottom: 45px;
    }
    footer .block .bottom .contact a {
        padding: 15px 0;
        width: 95%;
        font-size: 16px;
        letter-spacing: 1px;
    }
    footer .block .bottom .contact p {
        font-size: 12px;
    }
    footer .block .bottom table {
        margin-right: 0;
    }
    footer .block .bottom tr {
        flex-direction: column;
        margin-bottom: 45px;
    }
    footer .block .bottom tr:last-child {
        margin-bottom: 25px;
    }
    footer .block .bottom td {
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
    }
    footer .block .bottom td:nth-child(1) {
        margin-right: 10px;
    }
    footer .block .bottom td:nth-child(2) {
        margin-right: 5px;
    }
    footer .copy {
        font-size: 10px;
    }
}