@charset "utf-8";

/* --------------------------------------------


about


---------------------------------------------- */
#main {
	padding-top: 8em;
	padding-bottom: 5em;
}
.about {
    margin: 0 auto;
}
.about > .title {
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .about {
        width: 90%;
        max-width: 1024px;
    }
}
@media only screen and (max-width:1023px) {
	#main {
		padding-top: 6em;
		padding-bottom: 3em;
	}
    .about {
        width: 86%;
        max-width: none;
    }
}

/* --------------------------------------------
message
---------------------------------------------- */
#message {
    scroll-margin-top: 3.5em;
}
.messageWrap {
    width: 100%;
    margin: 4em auto 8em;
}
.messageWrap .title {
    padding-bottom: 2rem;
    font-size: var(--fz-xxl);
    font-weight: var(--fw-bold);
    letter-spacing: .6rem;
}
.message___block {
    display: flex;
}
.messageWrap .text__block {
    padding-right: 3.5em;
    line-height: 1.8;
}
.messageWrap .text__item {
    padding-bottom: 1.5em;
}
.message__img {
    min-width: 350px;
}
.massage__name {
    padding-top: 1em;
    text-align: center;
    letter-spacing: .2rem;
    font-weight: var(--fw-bold);
}
.massage__name span {
    padding-left: 1em;
    font-size: var(--fz-l);
}

@media only screen and (max-width:940px) {
    #message .showPc {
        display: none !important;
    }
    #message .showSp {
        display: block !important;
    }
    .messageWrap {
        margin: 3em auto;
    }
    .messageWrap .title {
        padding: 1em 0 .3rem;
        font-size: var(--fz-xl);
        font-weight: var(--fw-bold);
        letter-spacing: .3rem;
        text-align: center;
    }
    .message___block{
        flex-direction: column-reverse;
        align-items: center;
    }
    .messageWrap .text__block {
        padding-right: 0;
    }
    .message__img {
        width: 76%;
        max-width: 430px;
        min-width: auto;
        margin-bottom: 1.5em;
    }
    .massage__name {
        padding-top: 0;
    }
    .massage__name span {
        padding-left: 1rem;
    }

}
/* --------------------------------------------
other
---------------------------------------------- */
.other {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5em;
}
@media only screen and (max-width:1023px) {
    .other {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 5em;
    }
}

/* --------------------------------------------
company
---------------------------------------------- */
#company {
    scroll-margin-top: 4em;
}
.companyWrap {
}
.companyWrap .title {
    padding-bottom: 2rem;
    font-size: var(--fz-xxl);
    font-weight: var(--fw-bold);
    letter-spacing: .6rem;
}
.company___block th {
    position: relative;
    width: 17%;
    padding-right: 2em;
    text-align:justify;
    text-align-last:justify;
}
.company___block th::after {
    content: "";
    position: absolute;
    width:0;
    height:0;
    top: 3px;
    bottom: 0;
    right: 10px;
    z-index: 2;
    transition: none;
    border-style:solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--c-blue);
}

.company___block td {
    padding-bottom: .6rem;
}
@media only screen and (max-width:1023px) {
    .companyWrap {
        margin-top: 5em;
    }
    .companyWrap .title {
        text-align: center;
    }
}
@media only screen and (max-width:640px) {
    .companyWrap {
        margin-top: 0;
        margin-bottom: 3em;
    }
    .companyWrap .title {
        letter-spacing: .3rem;
        text-align: center;
    }
    .company___block {
        margin-bottom: 5em;
    }
    .company___block th {
        width: 21%;
        padding-right: 0;
    }
    .company___block td {
        padding-left: 2rem;
    }
    .company___block th::after {
        top: 8px;
        right: -25px;
        border-width: 15px 0 15px 15px;
    }
    .companyWrap img {
        width: 240px;
        height: auto;
        margin-top: -3em;
        margin-left: auto;
    }
}

/* --------------------------------------------
access
---------------------------------------------- */
#access {
    scroll-margin-top: 4em;
}
.accessWrap .title {
    padding-bottom: 2rem;
    font-size: var(--fz-xxl);
    font-weight: var(--fw-bold);
    letter-spacing: .6rem;
}
.access___block {
    position: relative;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}
.access___block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width:1023px) {
    .accessWrap {
        margin-top: 5em;
    }
    .accessWrap .title {
        text-align: center;
    }
    .access___block {
        position: relative;
        width: 640px;
        height: 500px;
        margin: 0 auto;
        overflow: hidden;
    }
}
@media only screen and (max-width:640px) {
    .accessWrap {
        margin-top: 0;
    }
    .accessWrap .title {
        letter-spacing: .3rem;
        text-align: center;
    }
}

/* --------------------------------------------
groupLink
---------------------------------------------- */
.groupWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    width: 90%;
    margin: 0 auto;
    padding: 1.5rem 0;
    border-top: 1px solid var(--c-gray);
    border-bottom: 1px solid var(--c-gray);
}
.groupLink___block {
    display: flex;
    justify-content: space-between;
}
.groupWrap .title {
    font-size: 2.3rem;
    font-weight: var(--fw-bold);
    letter-spacing: .2rem;
}
.groupLink__item {
    padding: .5rem 4.8rem .5rem 3rem;
    border-left: 1px solid var(--c-gray);
}
.groupLink___block .groupLink__item:nth-child(3) {
    padding-right: 0;
}
.link__title {
    position: relative;
    display: inline-block;
    padding-right: .6rem;
    font-size: var(--fz-l);
    font-weight: var(--fw-bold);
    letter-spacing: .3rem;
}
.link__title::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 100%;
    width: 23px;
    height: 23px;
    background-image: url(../_image/about/link.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.link__text {
    display: block;
    font-size: var(--fz-s);
    line-height: 1.5;
}

@media only screen and (max-width:1023px) {
    .groupWrap {
        margin-bottom: 5em;
        align-items: center;
        flex-direction: column;
        border: none;
    }
    .groupWrap .title {
        margin-bottom: 1rem;
        font-size: var(--fz-xxl);
        font-weight: var(--fw-bold);
        letter-spacing: .2rem;
    }
    .groupLink___block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .groupLink__item {
        width: 100%;
        padding: 1rem;
        text-align: center;
        border-left: none;
        border-bottom: 1px solid var(--c-gray);
    }
    .groupLink__item:first-child {
        border-top: 1px solid var(--c-gray);
    }
    .link__title {
        text-align: center;
        padding-right: .5rem;
        margin-right: 1.5rem;
        font-size: var(--fz-l);
    }
    .link__title::after {
        top: 2px;
        left: 98%;
        width: 23px;
        height: 33px;
    }
    .link__text {
        padding-bottom: .5rem;
    }
}
@media only screen and (max-width:640px) {
    .link__title::after {
        top: 9px;
        left: 100%;
        width: 35px;
        height: 35px;
    }
}

