:root {
    --main-theme-color: #006585;
    --main-text-color: #333;
}
* {
    box-sizing: border-box;
    color: var(--main-text-color);
    font-family: "Shippori Mincho", serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
body.open {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover,
a:hover img {
    opacity: .8s;
}
img {
    height: auto;
    max-width: 100%;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.pc2 {
    display: block;
}
.sp2 {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .pc2 {
        display: none;
    }
    .sp2 {
        display: block;
    }
}
.container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    overflow-x: clip;
    width: 100%;
}

/* nav */
.nav {
    position: absolute;
    top: 2%;
    right: 0;
    z-index: 1;
}
.nav-inner {
    margin: 0 auto;
    padding-right: 100px;
}
.nav-inner ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-inner ul li:not(:last-child):after {
    content: "/";
    color: #fff;
    margin: 0 10px;
}
.nav-inner ul li a {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
@media screen and (max-width: 968px) {
    .nav {
        top: 0.7%;
    }
    .nav-inner {
        padding-right: 25px;
    }
}
@media screen and (max-width: 768px) {
    .nav {
        top: 1%;
    }
    .nav-inner ul li:not(:last-child):after {
        margin: 0 5px;
    }
    .nav-inner ul li a {
        font-size: 16px;
    }
}

/* fv */
.fv {
    padding: 80px 90px 115px 100px;
    position: relative;
}
.fv::before {
    background: var(--main-theme-color);
    content: "";
    display: block;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
}
.fv-inner {
    position: relative;
}
.fv-logo {
    line-height: 0;
    position: absolute;
    left: 25px;
    top: 80px;
    width: 33px;
}
.fv-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: 65px;
    bottom: 20%;
}
.fv-text p {
    background: var(--main-theme-color);
    color: #fff;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.4em;
    padding: 5px 10px 8px;
    width: max-content;
}
.fv-text h1 {
    background: var(--main-theme-color);
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.2em;
    padding: 5px 10px 8px;
    width: max-content;
}
@media screen and (max-width: 968px) {
    .fv {
        padding: 50px 25px 115px 62px;
    }
    .fv-logo {
        left: 15px;
        top: 50px;
        width: 20px;
    }
    .fv-text {
        left: 20px;
    }
    .fv-text p {
        font-size: 42px;
    }
    .fv-text h1 {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .fv {
        padding: 50px 10px 45px 36px;
    }
    .fv::before {
        height: 65%;
        width: 88%;
    }
    .fv-logo {
        left: 10px;
        top: 50px;
        width: 12px;
    }
    .fv-text p {
        font-size: 26px;
        letter-spacing: 0.2em;
    }
    .fv-text h1 {
        font-size: 14px;
        letter-spacing: 3px;
    }
}

/* block */
.block-head {
    margin: 0 0 60px;
    text-align: center;
}
.block-head p {
    color: var(--main-theme-color);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.4em;
}
.block-head h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 968px) {
    .block-head {
        margin: 0 0 45px;
    }
    .block-head p {
        font-size: 40px;
    }
    .block-head h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px) {
    .block-head {
        margin: 0 0 35px;
    }
    .block-head p {
        font-size: 32px;
    }
    .block-head h2 {
        font-size: 21px;
    }
}

/* about */
.about {
    padding: 0 0 85px;
    position: relative;
}
.about::before {
    background: #efeee8;
    content: "";
    display: block;
    height: 65%;
    position: absolute;
    top: 50px;
    right: 0;
    width: 90%;
}
.about-inner {
    margin: 0 auto;
    position: relative;
    width: 92%;
    max-width: 1100px;
}
.about-text {
    margin: 0 0 80px;
    padding: 0 50px;
}
.about-text p {
    font-size: 21px;
    font-weight: 600;
    line-height: 2em;
}
.about-sliders {
    margin: 0 0 45px;
}
.about-slide {
    line-height: 0;
}
.about-information,
.about-information__item dl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.about-information__item dl {
    gap: 15px;
}
.about-information__item dl dt {
    border: 1px solid var(--main-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    height: 50px;
    padding: 0 35px;
    width: max-content;
}
.about-information__item dl dd {
    font-size: 21px;
    font-weight: 600;
}
@media screen and (max-width: 968px) {
    .about {
        padding: 0 0 75px;
    }
    .about::before {
        height: 75%;
        top: 32px;
        width: 95%;
    }
    .about-text {
        margin: 0 0 45px;
        padding: 0 20px;
    }
    .about-text p {
        font-size: 18px;
    }
    .about-information__item dl dt {
        font-size: 18px;
        height: 45px;
    }
    .about-information__item dl dd {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .about {
        padding: 0 0 65px;
    }
    .about::before {
        height: 75%;
        top: 25px;
        width: 95%;
    }
    .about-text {
        margin: 0 0 35px;
        padding: 0 20px;
    }
    .about-text p {
        font-size: 16px;
    }
    .about-information,
    .about-information__item dl {
        gap: 15px;
    }
    .about-information {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-information__item dl {
        gap: 10px;
    }
    .about-information__item dl dt {
        font-size: 16px;
        height: 40px;
        padding: 0 25px;
    }
    .about-information__item dl dd {
        font-size: 16px;
    }
}

/* message */
.message-head {
    background: url(../img/company/message-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.message-head {
    margin: 0;
}
.message-head h2,
.message-head p {
    color: #fff;
}
.message-text {
    margin: 65px auto 0;
    text-align: center;
    width: 92%;
    max-width: 1000px;
}
.message-text p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 1px;
}
.message-body {
    margin: 0 auto;
    padding: 65px 0;
    width: 92%;
    max-width: 1000px;
}
.message-txt {
    margin: 0 0 65px;
}
.message-txt p {
    font-size: 21px;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 1px;
}
.message-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 33px;
}
.message-card {
    width: calc((100% - (33px * 1)) / 2);
}
.message-card__image {
    line-height: 0;
    margin: 0 0 35px;
}
.message-card__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.message-info__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.message-info__item dt,
.message-info__item dd {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    height: 50px;
}
.message-info__item dt {
    border: 1px solid var(--main-text-color);
    padding: 0 35px;
    width: max-content;
}
@media screen and (max-width: 968px) {
    .message-head {
        padding: 75px 0;
    }
    .message-text {
        margin: 50px auto 0;
    }
    .message-text p {
        font-size: 18px;
        text-align: left;
    }
    .message-body {
        padding: 55px 0;
    }
    .message-txt {
        margin: 0 0 50px;
    }
    .message-txt p {
        font-size: 18px;
    }
    .message-cards {
        gap: 20px;
    }
    .message-card {
        width: calc((100% - (20px * 1)) / 2);
    }
    .message-card__image {
        margin: 0 0 25px;
    }
    .message-info__item {
        gap: 10px;
    }
    .message-info__item dt,
    .message-info__item dd {
        font-size: 18px;
        height: 45px;
    }
    .message-info__item dt {
        padding: 0 25px;
    }
}
@media screen and (max-width: 768px) {
    .message-head {
        padding: 65px 0;
    }
    .message-text {
        margin: 45px auto 0;
    }
    .message-text p {
        font-size: 16px;
    }
    .message-body {
        padding: 45px 0;
    }
    .message-txt {
        margin: 0 0 45px;
    }
    .message-txt p {
        font-size: 16px;
    }
    .message-cards {
        gap: 20px;
    }
    .message-card {
        width: 100%;
    }
    .message-card__image {
        margin: 0 0 20px;
    }
    .message-info__item dt,
    .message-info__item dd {
        font-size: 16px;
        height: 40px;
    }
    .message-info__item dt {
        padding: 0 20px;
    }
}

/* company */
.company {
    background: #efeee8;
    padding: 85px 0;
}
.company-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.company-list__item {
    border-bottom: 2px solid #999999;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.company-list__item dt {
    color: var(--main-theme-color);
    font-size: 21px;
    font-weight: 700;
    padding: 35px 0 20px;
    position: relative;
    text-align: center;
    width: 250px;
}
.company-list__item dt::before {
    background: var(--main-theme-color);
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
}
.company-list__item dd {
    font-size: 21px;
    font-weight: 600;
    line-height: 2em;
    padding: 35px 0 20px 25px;
    position: relative;
    bottom: 6px;
    width: calc(100% - 250px);
}
.company-list__item dd strong {
    color: var(--main-theme-color);
    font-size: 21px;
    font-weight: 600;
}
.company-list__item dd a {
	text-decoration: underline;
}
.company-list__item dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 968px) {
    .company {
        padding: 65px 0;
    }
    .company-list__item dt {
        font-size: 18px;
        padding: 25px 0 15px;
        width: 200px;
    }
    .company-list__item dd {
        font-size: 18px;
        padding: 25px 0 15px;
        width: calc(100% - 200px);
    }
    .company-list__item dd strong {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .company {
        padding: 25px 0 50px;
    }
    .company-list__item dt {
        font-size: 16px;
        margin: 0 0 10px;
        padding: 15px 0 0;
        text-align: left;
        width: 100%;
    }
    .company-list__item dt::before {
        display: none;
    }
    .company-list__item dd {
        font-size: 16px;
        padding: 0 0 12px;
        width: 100%;
    }
    .company-list__item dd strong {
        font-size: 16px;
    }
}

/* copyright */
.copyright {
    background: var(--main-theme-color);
    padding: 20px 0;
    text-align: center;
}
.copyright p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
@media screen and (max-width: 968px) {
    .copyright p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .copyright p {
        font-size: 14px;
    }
}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}