@charset "UTF-8";
/*--------------------------office----------------------------*/
#office {
    margin-bottom: 80px;
}
#office .inner {
    display: flex;
    align-items: center;
}
#office .text {
    width: 50%;
}
#office .text .info {
    display: flex;
    flex-wrap: wrap;
}
#office .text .info dt {
    width: 20%;
    margin-bottom: 15px;
}
#office .text .info dd {
    width: 80%;
    margin-bottom: 15px;
}
#office .img {
    width: 50%;
    padding-left: 8%;
}

/*----------------------------------------mission/vision/value--------------------------------------*/
.box {
    background-color: #f5f5f5;
    padding: 30px 0;
    margin-bottom: 80px;
}
#mission {
    margin-bottom: 50px;
    line-height: 1.8;
}
#vision {
    margin-bottom: 50px;
    line-height: 1.8;
}
#value dl {
    display: flex;
    flex-wrap: wrap;
}
#value dt {
    width: 20%;
    padding: 20px 0;
    border-bottom: solid 1px #bababa;
}
#value dd {
    width: 80%;
    padding: 20px 0;
    border-bottom: solid 1px #bababa;
}
#value dt:first-of-type,
#value dd:first-of-type {
    padding: 0 0 20px;
}
#value dt:last-of-type,
#value dd:last-of-type {
    border-bottom: none;
}

/*------------------------------------------strong--------------------------------------*/
#strong p {
    margin-bottom: 30px;
}
#strong .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
#strong .card {
    max-width: 335px;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 30px 10px;
    border: solid 1px #bababa;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#strong .card .title {
    color: #2E466C;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
#strong .card .detail {
    line-height: 1.8;
    text-align: justify;
}

/*------------------------------------------greeting--------------------------------------*/
#greeting {
    margin-bottom: 80px;
}
#greeting .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
#greeting .inner .img {
    width: 35%;
    margin-right: 8%;
}
#greeting .inner .img img {
    max-width: 300px;
}
#greeting .inner .text {
    width: 65%;
    line-height: 1.8;
    margin-right: auto;
    text-align: justify;
}
#greeting .inner .text p {
    margin-bottom: 15px;
}

/*------------------------------------------access--------------------------------------*/
#access {
    margin-bottom: 80px;
}
#access .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
#access .inner .text {
    width: 50%;
}
#access .text .info {
    display: flex;
    flex-wrap: wrap;
}
#access .text .info dt {
    width: 20%;
    margin-bottom: 15px;
}
#access .text .info dd {
    width: 80%;
    margin-bottom: 15px;
}
#access .inner .map {
    width: 50%;
    aspect-ratio: 3 / 2;
    margin-left: 5%;
}
#access .map iframe {
    width: 100%;
    height: 100%;
}


/*---------------------------------------スマートフォン-----------------------------
----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*--------------------------office----------------------------*/
#office {
    margin-bottom: 50px;
}
#office .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#office .text {
    width: 100%;
    margin-bottom: 20px;
}
#office .text .info {
    display: flex;
    flex-wrap: wrap;
}
#office .text .info dt {
    width: 25%;
    margin-bottom: 10px;
}
#office .text .info dd {
    width: 75%;
    margin-bottom: 10px;
    padding-left: 3%;
}
#office .img {
    width: 100%;
    padding-left: 0;
}
#office .img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/*----------------------------------------mission/vision/value--------------------------------------*/
.box {
    padding: 20px 0;
    margin-bottom: 50px;
}
#mission {
    margin-bottom: 30px;
}
#vision {
    margin-bottom: 30px;
}
#value dl {
    flex-direction: column;
}
#value dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
    font-weight: bold;
}
#value dd {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: solid 1px #bababa;
}
#value dt:first-of-type,
#value dd:first-of-type {
    padding: 0 0 15px;
}

/*------------------------------------------strong--------------------------------------*/
#strong p {
    margin-bottom: 20px;
}
#strong .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
#strong .card {
    max-width: none;
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 20px;
}
#strong .card .title {
    font-size: 1.125rem;
    margin-bottom: 15px;
}
/*------------------------------------------greeting--------------------------------------*/
#greeting {
    margin-bottom: 50px;
}
#greeting .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#greeting .inner .img {
    width: 100%;
    margin: 0 auto 20px;
}
#greeting .inner .img img {
    max-width: 200px;
}
#greeting .inner .text {
    width: 100%;
    line-height: 1.8;
    margin-right: auto;
    text-align: justify;
}
#greeting .inner .text p {
    margin-bottom: 10px;
}

/*------------------------------------------access--------------------------------------*/
#access {
    margin-bottom: 50px;
}
#access .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#access .inner .text {
    width: 100%;
    margin-bottom: 20px;
}
#access .text .info {
    display: flex;
    flex-wrap: wrap;
}
#access .text .info dt {
    width: 20%;
    margin-bottom: 10px;
}
#access .text .info dd {
    width: 80%;
    margin-bottom: 10px;
    padding-left: 3%;
}
#access .inner .map {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-left: 0;
}
#access .map iframe {
    width: 100%;
    height: 100%;
}



}