@charset "UTF-8";

/* --------------------
  aboutus-visual
-------------------- */

#aboutus .visual {
    background-image: url(../images/aboutus/aboutus_top.png);
    width: 100%;
    position: relative;
}

#aboutus .visual-info {
    position: absolute;
    top: 150px;
    left: 100px;
    text-align: left;
}

#aboutus .aboutus-button {
    border: 2px solid #3d5c9d;
    color: #3d5c9d;
}

#aboutus .btn-midium:hover::after {
    background: #3d5c9d;
}

#aboutus .btn-midium:hover {
    color: #FFFFFF;
}


/* --------------------
  aboutus
-------------------- */

#aboutus .contents {
    width: 100%;
    font-size: 15px;
    color: #22313f;
}

#aboutus h3 {
    padding: 25px 20px 0 0;
}

#aboutus p.contents-detail,
#aboutus ul.contents-detail {
    margin-top: 10px;
}

#aboutus .contents-inner span,
#aboutus .location h3 span {
    font-size: 15px;
    padding-top: 10px;
    padding-left: 5px;
}

#aboutus p.contents-detail span {
    font-size: 13px;
    text-align: right;
    display: block;
}


/* --------------------
  aboutus-profile
-------------------- */

#aboutus .contents .contents-inner p.sub-title {
    padding-top: 10px;
}

#aboutus .contents-inner {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.profile-content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 20px;
}

.profile-content__item {
    width: calc( ( 100% - 100px) / 2);
}

.profile-content__item:nth-child(2) {
    content: "";
    display: block;
    margin-top: 40px;
}

.company-name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-content__item dd {
    margin-bottom: 10px;
}


/* --------------------
  aboutus-location
-------------------- */

#aboutus .location {
    width: 100%;
}

#aboutus .location h3 {
    padding: 25px 20px 0;
}

#aboutus .info {
    width: 100%;
    margin-top: 20px;
}

#aboutus div.access ul li {
    letter-spacing: 1px;
}

#aboutus ul li.hide {
    display: none;
}

#aboutus ul li.title span,
#aboutus ul li.hide span {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 10px;
}

#aboutus #sapporo-info {
    width: 50%;
    background: url(../images/aboutus/map_bg.png) no-repeat;
    background-size: cover;
    float: left;
}

#aboutus .location #sapporo-info ul {
    width: 90%;
    margin: 10px auto 20px;
    color: #FFFFFF;
}

#aboutus .info ul,
#aboutus .info ul li.location {
    color: #22313F;
}

#aboutus #sapporo-info li.title {
    border-bottom: 2px solid #FFF;
    text-align: left;
}

#aboutus .info ul li.padding-top {
    padding-top: 51px;
}

#aboutus #aboutus-map-canvas-sapporo {
    width: 50%;
    height: 350px;
    float: left;
}


/* --------------------
  aboutus-modal
-------------------- */

.modal-item {
    width: 100%;
    height: 100%;
}
#aboutus .modal-item li:last-of-type {
  padding-bottom: 30px;
}

.modal-item .name {
    padding-top: 5px;
    text-align: right;
}

.modal-item-list__inner {
    margin: 30px 0;
}

#aboutus-modal-content h3 span {
    padding-left: 5px;
    font-size: 15px;
}

#aboutus-modal-content .button-link {
    text-decoration: underline;
}

#aboutus-modal-content .button-link:hover {
    cursor: pointer;
}

#aboutus .modal-content-style {
    display: none;
    max-width: 800px;
    width: 80%;
    height: 80%;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    overflow: scroll;
    background: url(../images/bg.png) repeat-y;
    background-size: contain;
}

#aboutus #aboutus-modal-content .contents-inner {
    margin-top: 50px;
}

#aboutus-modal-close {
    position: absolute;
    top: 15px;
    right: 40px;
}

#aboutus-modal-close:hover {
    opacity: 0.7;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    #aboutus ul li.hide {
        padding-top: 20px;
        display: block;
    }
    #aboutus .visual-info {
        top: 70px;
        left: 50px;
    }
    #aboutus .btn-wrap {
        height: 100px;
    }
    /* --------------------
	  aboutus-profile
	-------------------- */
    #aboutus .contents .contents-inner p.sub-title {
        padding-top: 12px;
    }
    #aboutus .location,
    #aboutus ul li.title,
    #aboutus #sapporo-info {
        width: 100%;
    }
    /* --------------------
	  aboutus-location
	-------------------- */
    #aboutus .location h3,
    #aboutus .profile h3 {
        padding-left: 20px;
    }
    #aboutus ul li.title {
        padding-top: 20px;
        letter-spacing: 2px;
    }
    #aboutus ul li.title span,
    #aboutus ul li.hide span {
        font-size: 36px;
        letter-spacing: 2px;
    }
    #aboutus .info ul li.padding-top {
        padding-top: 10px;
    }
    #aboutus .info ul li.padding-left {
        padding-left: 10px;
    }
    #aboutus #aboutus-map-canvas-sapporo {
        width: 100%;
        height: 300px;
        float: none;
    }
}

@media screen and (max-width:768px) {
    #aboutus .visual-info {
        top: 80px;
        left: 20px;
    }
    #aboutus p.contents-detail,
    #aboutus ul.contents-detail {
        margin-top: 10px;
        font-size: 15px;
    }
    #aboutus .btn-wrap {
        height: 100px;
    }
    /* --------------------
	  aboutus-profile
	-------------------- */
    #aboutus .contents-inner {
        max-width: 630px;
        margin: 0 auto;
    }
    #aboutus .contents .contents-inner p.sub-title {
        padding-top: 15px;
    }
    #aboutus .location,
    #aboutus ul li.title,
    #aboutus #sapporo-info {
        width: 100%;
    }
    .profile-content {
        display: block;
        margin-top: 30px;
    }
    .profile-content__item {
        width: 100%;
    }
    .profile-content__item:nth-child(2) {
        margin-top: 0;
    }
    .profile-content__item dd {
        margin-bottom: 20px;
    }
    /* --------------------
	  aboutus-modal
	-------------------- */
    #aboutus .modal-content-style {
        width: 85%;
        padding: 10px;
    }
    #aboutus-modal-close {
        top: 5px;
        right: 10px;
    }
    /* --------------------
	  aboutus-location
	-------------------- */
    #aboutus ul li.hide {
        padding-top: 20px;
        display: block;
    }
    #aboutus ul li.title {
        padding-top: 20px;
        letter-spacing: 2px;
    }
    #aboutus ul li.title span,
    #aboutus ul li.hide span {
        font-size: 24px;
        letter-spacing: 2px;
    }
    #aboutus #sapporo-info {
        float: none;
        padding-bottom: 10px;
    }
    #aboutus .info ul li.padding-top {
        padding-top: 10px;
    }
    #aboutus .info ul li.padding-left {
        padding-left: 10px;
    }
    #aboutus #aboutus-map-canvas-sapporo {
        width: 100%;
        height: 300px;
        float: none;
    }
}
