/* --------------------
 Front
-------------------- */
.front {
    overflow: hidden;
    padding: 60px 0 0;
}

@media (min-width: 992px) {
    .front {
        padding-top: 80px;
    }
}

.front__hero {
    margin: 0 0 70px;
    position: relative;
}

.front__hero:after {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(82, 218, 226) 53.27%, rgb(144, 106, 255) 100%);
    bottom: -30px;
    content: "";
    display: none;
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 65vh;
    transition: opacity 0.5s 0.3s ease-in-out;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__hero:after {
        display: block;
        top: 70vh;
    }
}

.front__hero.scrolled:after {
    opacity: 0;
}

.front__hero__main {
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .front__hero__main {
        padding-left: 75px;
        padding-right: 75px;
    }
}

.front__hero__main__slider {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}

.front__hero__main__slider__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(160vw - 60px);
    max-height: 800px;
}

@media (min-width: 768px) {
    .front__hero__main__slider__item {
        height: calc(100vh - 155px);
        max-height: none;
    }
}

@media (min-width: 992px) {
    .front__hero__main__slider__item {
        border-radius: 6px;
    }
}

.front__hero__main__slider__item--1st {
    background-image: url(../images/pages/front/front-hero-photo-1-mb.jpg);
    background-position: center top;
}

@media (min-width: 768px) {
    .front__hero__main__slider__item--1st {
        background-image: url(../images/pages/front/front-hero-photo-1.jpg);
        background-position: 80% top;
    }
}

.front__hero__main__slider__item--2nd {
    background-image: url(../images/pages/front/front-hero-photo-2-mb.jpg);
    background-position: center top;
}

@media (min-width: 768px) {
    .front__hero__main__slider__item--2nd {
        background-image: url(../images/pages/front/front-hero-photo-2.jpg);
    }
}

.front__hero__main__slider__item--3rd {
    background-image: url(../images/pages/front/front-hero-photo-3-mb.jpg);
}

@media (min-width: 768px) {
    .front__hero__main__slider__item--3rd {
        background-image: url(../images/pages/front/front-hero-photo-3.jpg);
        background-position: 80% top;
    }
}

.front__hero__main__slider__item--4th {
    background-image: url(../images/pages/front/front-hero-photo-4-mb.jpg);
    background-position: center top;
}

@media (min-width: 768px) {
    .front__hero__main__slider__item--4th {
        background-image: url(../images/pages/front/front-hero-photo-4.jpg);
        background-position: center top;
    }
}

.front__hero__main__slider__item--5th {
    background-image: url(../images/pages/front/front-hero-photo-5-mb.jpg);
    background-position: center top;
}

@media (min-width: 768px) {
    .front__hero__main__slider__item--5th {
        background-image: url(../images/pages/front/front-hero-photo-5.jpg);
        background-position: 60% top;
    }
}

.front__hero__overview {
    position: relative;
    z-index: 2;
}

.front__hero__overview-container {
    padding: 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .front__hero__overview-container {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.front__hero__overview__message {
    bottom: auto;
    font-size: 1rem;
    left: 20px;
    margin: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.2s ease-in-out;
    width: 300px;
    z-index: 3;
}

@media (min-width: 992px) {
    .front__hero__overview__message {
        left: 140px;
        width: auto;
    }
}

.front__hero__overview__message__item {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.front__hero__overview__message .js-animation-curtain {
    z-index: 3;
}

.front__hero__overview__message img {
    left: -2px;
    position: relative;
    z-index: 1;
}

.front__hero__overview__placeholder {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .front__hero__overview__placeholder {
        margin-bottom: 30px;
    }
}

.front__hero__overview__title {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0.32em;
    margin: 0 0 15px;
    position: relative;
    white-space: nowrap;
    z-index: 3;
}

@media (min-width: 768px) {
    .front__hero__overview__title {
        font-size: 2.4rem;
        letter-spacing: 0.2em;
        margin-bottom: 30px;
    }
}

.front__hero__overview__subtitle {
    font-size: 1rem;
    margin: 0 0 15px;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .front__hero__overview__subtitle {
        margin-bottom: 20px;
    }
}

.front__hero__overview__content {
    margin: 0 0 -100px;
    padding: 0;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .front__hero__overview__content {
        margin-bottom: 30px;
        padding-right: 200px;
    }
}

@media (min-width: 992px) {
    .front__hero__overview__content {
        padding-right: 80px;
    }
}

.front__hero__overview__content p {
    font-size: 1.4rem;
    line-height: 2.4;
    margin: 0 0 15px;
}

.front__hero__overview__content p:last-child {
    margin-bottom: 0;
}

.front__hero__overview__action {
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__hero__overview__action {
        margin-bottom: 0;
    }
}

.front__hero__overview__action__button {
    background-color: #fff;
    border: 2px solid #5b5b5b;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 190px;
    padding: 15px 0;
    text-align: center;
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
    .front__hero__overview__action__button {
        margin-left: 0;
        margin-right: 0;
    }
}

.front__hero__overview__action__button span {
    display: inline-block;
    position: relative;
}

.front__hero__overview__action__button span:after {
    background-image: url(../images/icons/icon-angle-right-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 13px;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    margin: auto 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 5px;
}

.front__hero__overview__action__button:hover, .front__hero__overview__action__button:focus {
    background-color: #5b5b5b;
    color: #fff;
}

.front__hero__overview__mascot {
    pointer-events: none;
}

@media (min-width: 768px) {
    .front__hero__overview__mascot {
        bottom: -60px;
        padding: 0;
        position: absolute;
        right: 55px;
        width: -webkit-fit-content;
        width: fit-content;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .front__hero__overview__mascot {
        bottom: -80px;
        right: 75px;
    }
}

.front__hero__overview__mascot__fig {
    margin: 0 0 5px;
    text-align: center;
}

.front__hero__overview__mascot__fig img {
    width: 125px;
}

@media (min-width: 768px) {
    .front__hero__overview__mascot__fig img {
        width: 156px;
    }
}

.front__hero__overview__mascot__caption {
    color: #7f7f7f;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .front__hero__overview__mascot__caption {
        font-size: 1.1rem;
    }
}

.front__hero__overview__map {
    margin: 40px 0 30px;
    pointer-events: none;
    position: relative;
}

@media (min-width: 768px) {
    .front__hero__overview__map {
        margin-top: 0;
        position: static;
    }
}

.front__hero__overview__map:after {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(82, 218, 226) 53.27%, rgb(144, 106, 255) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: -40px;
    opacity: 0.1;
    position: absolute;
    right: -40px;
    top: 30px;
    transition: opacity 0.5s 0.15s ease-in-out;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__hero__overview__map:after {
        display: none;
    }
}

.front__hero__overview__map-container {
    height: 544.3269230769px;
    margin: 0 auto;
    max-width: 295px;
    position: relative;
}

@media (min-width: 768px) {
    .front__hero__overview__map-container {
        height: auto;
        left: auto;
        margin-bottom: 0;
        margin-right: 0;
        max-width: none;
        position: absolute;
        right: -70px;
        top: -440px;
        width: 940px;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .front__hero__overview__map-container {
        right: -90px;
        width: 1040px;
    }
}

@media (min-width: 1240px) {
    .front__hero__overview__map-container {
        right: 50px;
        transform: none;
    }
}

.front__hero__overview__map__fig {
    left: auto;
    position: absolute;
    right: -70px;
    text-align: right;
    top: 0;
    width: 700px;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__hero__overview__map__fig {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }
}

.front__hero__overview__map__fig img {
    width: 740px;
}

@media (min-width: 768px) {
    .front__hero__overview__map__fig img {
        width: auto;
    }
}

.front__hero__overview__map__photo__item-1 {
    left: -5%;
    position: absolute;
    top: 35%;
    width: 80px;
}

@media (min-width: 768px) {
    .front__hero__overview__map__photo__item-1 {
        left: 45%;
        top: 38%;
        width: auto;
    }
}

.front__hero__overview__map__photo__item-2 {
    left: 52%;
    position: absolute;
    top: 29%;
    width: 80px;
}

@media (min-width: 768px) {
    .front__hero__overview__map__photo__item-2 {
        left: 70%;
        top: 30%;
        width: auto;
    }
}

.front__hero__overview__map__photo__item-3 {
    left: 25%;
    position: absolute;
    top: 37%;
}

@media (min-width: 768px) {
    .front__hero__overview__map__photo__item-3 {
        left: 62%;
        top: 42%;
    }
}

.front__hero__overview__map__photo__item-4 {
    left: 39%;
    position: absolute;
    top: 47%;
}

@media (min-width: 768px) {
    .front__hero__overview__map__photo__item-4 {
        left: 67%;
        top: 51%;
    }
}

.front__hero__overview__map__photo__item-5 {
    left: 26%;
    position: absolute;
    top: 57%;
    width: 80px;
}

@media (min-width: 768px) {
    .front__hero__overview__map__photo__item-5 {
        left: 60%;
        top: 58%;
        width: auto;
    }
}

.front__hero__overview__map__photo__item-6 {
    left: 67%;
    position: absolute;
    top: 48%;
    width: 60px;
}

@media (min-width: 768px) {
    .front__hero__overview__map__photo__item-6 {
        left: 77%;
        top: 51%;
        width: auto;
    }
}

.front__hero__overview__map__photo__item-7 {
    left: 55%;
    position: absolute;
    top: 60%;
}

@media (min-width: 768px) {
    .front__hero__overview__map__photo__item-7 {
        left: 72%;
        top: 65%;
    }
}

.front__business {
    margin: 0;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .front__business {
        padding-bottom: 70px;
    }
}

.front__business-container {
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .front__business-container {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.front__business__head {
    margin: 0 0 30px;
}

.front__business__head__title {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .front__business__head__title {
        display: inline-block;
        margin-bottom: 0;
    }
}

.front__business__head__subtitle {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}

@media (min-width: 768px) {
    .front__business__head__subtitle {
        display: inline-block;
        margin-left: 15px;
    }
}

.front__business__menu {
    margin: 0 -20px 50px;
}

@media (min-width: 992px) {
    .front__business__menu {
        align-items: stretch;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
}

.front__business__menu__item {
    margin: 30px 0 0;
    padding: 0;
}

@media (min-width: 992px) {
    .front__business__menu__item {
        padding-left: 12px;
        padding-right: 12px;
        width: 50%;
    }
}

.front__business__menu__item__link {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0);
    display: block;
    height: 220px;
    padding: 30px 0 0;
    position: relative;
    transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
    .front__business__menu__item__link {
        border-radius: 12px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .front__business__menu__item__link {
        transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}

.front__business__menu__item__link__head {
    margin: 0 0 15px;
}

.front__business__menu__item__link__head__title {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.front__business__menu__item__link__head__title .js-animation-curtain-text {
    background-color: #fff;
    padding: 8px 15px;
}

.front__business__menu__item__link__content {
    padding: 0 0 40px 15px;
}

@media (min-width: 768px) {
    .front__business__menu__item__link__content {
        padding-bottom: 0;
        padding-left: 30px;
    }
}

.front__business__menu__item__link__content p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0;
    text-shadow: 1px 1px 2px black;
}

.front__business__menu__item__link__button {
    bottom: 10px;
    display: block;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.front__business__menu__item__link:hover, .front__business__menu__item__link:focus {
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
    .front__business__menu__item__link:hover, .front__business__menu__item__link:focus {
        opacity: 0.85;
    }
}

.front__business__menu__item:nth-child(1) {
    margin-top: 0;
}

@media (min-width: 992px) {
    .front__business__menu__item:nth-child(1) {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .front__business__menu__item:nth-child(2) {
        width: 100%;
    }
}

.front__business__menu__item:nth-child(1) .front__business__menu__item__link {
    background-image: url(../images/pages/front/front-business-photo-1.jpg);
}

.front__business__menu__item:nth-child(2) .front__business__menu__item__link {
    background-image: url(../images/pages/front/front-business-photo-4.jpg);
    background-position: right top;
}

@media (max-width: 767px) {
    .front__business__menu__item:nth-child(2) .front__business__menu__item__link {
        background-position: 40% top;
    }
}

.front__business__menu__item:nth-child(3) .front__business__menu__item__link {
    background-image: url(../images/pages/front/front-business-photo-2.jpg);
}

.front__business__menu__item:nth-child(4) .front__business__menu__item__link {
    background-image: url(../images/pages/front/front-business-photo-3.jpg);
}

.front__business__mascot {
    pointer-events: none;
}

@media (min-width: 768px) {
    .front__business__mascot {
        bottom: 15px;
        padding: 0;
        position: absolute;
        right: 50px;
    }
}

.front__business__mascot__fig {
    text-align: center;
}

@media (min-width: 768px) {
    .front__business__mascot__fig {
        text-align: right;
    }
}

.front__business__mascot__fig img {
    width: 84px;
}

@media (min-width: 768px) {
    .front__business__mascot__fig img {
        width: 104px;
    }
}

.front__recruit {
    margin: 0 0 50px;
    overflow: hidden;
    padding: 70px 0 0;
    position: relative;
}

.front__recruit:before {
    background-image: url(../images/pages/front/front-recruit-bg-mb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 0;
}

@media (min-width: 600px) {
    .front__recruit:before {
        top: 0;
    }
}

@media (min-width: 768px) {
    .front__recruit:before {
        background-image: url(../images/pages/front/front-recruit-bg.jpg);
        background-position: 30% top;
        background-size: cover;
        height: 600px;
    }
}

@media (min-width: 992px) {
    .front__recruit:before {
        background-position: center top;
        height: 495px;
    }
}

.front__recruit:after {
    box-shadow: 0 3px 20px 3px rgba(0, 0, 0, 0.8);
    content: "";
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__recruit:after {
        display: block;
    }
}

.front__recruit-container {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .front__recruit-container {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.front__recruit__head {
    margin: 0 0 30px;
}

.front__recruit__head__title {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .front__recruit__head__title {
        display: inline-block;
        margin-bottom: 0;
    }
}

.front__recruit__head__subtitle {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}

@media (min-width: 768px) {
    .front__recruit__head__subtitle {
        display: inline-block;
        margin-left: 15px;
    }
}

.front__recruit__content {
    margin: 0 0 30px;
    padding: 0 30px 0 0;
}

@media (min-width: 768px) {
    .front__recruit__content {
        padding-right: 0;
    }
}

.front__recruit__content p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .front__recruit__content p {
        line-height: 2.2;
        margin-bottom: 0;
    }
}

.front__recruit__content p:last-child {
    margin-bottom: 0;
}

.front__recruit__list {
    margin: 0 0 30px;
    max-width: 360px;
}

.front__recruit__list-container {
    margin: 0 -8px;
}

@media (min-width: 768px) {
    .front__recruit__list-container {
        align-items: stretch;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }
}

.front__recruit__list__item {
    margin: 0 0 15px;
    padding: 0 8px;
}

@media (min-width: 768px) {
    .front__recruit__list__item {
        width: 50%;
    }
}

.front__recruit__list__item-inner {
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 180px;
    padding: 8px 15px;
}

@media (min-width: 768px) {
    .front__recruit__list__item-inner {
        max-width: none;
    }
}

.front__recruit__main {
    position: relative;
}

.front__recruit__main__title {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin: 0 0 15px;
    padding: 0 35px 5px;
    position: relative;
    right: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .front__recruit__main__title {
        margin-bottom: 0;
        position: absolute;
        top: -5px;
        transform: translateY(-100%);
    }
}

.front__recruit__main__title:before, .front__recruit__main__title:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 41px;
    bottom: 5px;
    content: "";
    display: block;
    height: 41px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 28px;
    z-index: 0;
}

.front__recruit__main__title:before {
    background-image: url(../images/pages/front/front-recruit-icon-1.svg);
    left: 0;
}

.front__recruit__main__title:after {
    background-image: url(../images/pages/front/front-recruit-icon-2.svg);
    right: 0;
}

.front__recruit__main__viewer {
    text-align: center;
}

.front__recruit__main__viewer #engage-contributions-widget-wrapper {
    width: 100% !important;
}

.front__access {
    position: relative;
}

.front__access-container {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .front__access-container {
        padding-left: 160px;
        padding-right: 160px;
    }
}

.front__access__mascot {
    margin: 0 0 30px;
    padding: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .front__access__mascot {
        bottom: auto;
        margin-bottom: 0;
        position: absolute;
        right: 50px;
        top: -55px;
    }
}

.front__access__mascot__fig {
    text-align: center;
}

@media (min-width: 768px) {
    .front__access__mascot__fig {
        text-align: right;
    }
}

.front__access__mascot__fig img {
    width: 74px;
}

@media (min-width: 768px) {
    .front__access__mascot__fig img {
        width: 92px;
    }
}

.front__access__head {
    margin: 0 0 10px;
}

.front__access__head__title {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0;
}

@media (max-width: 767px) {
    .front__access__head__title img {
        height: 11px;
        width: auto;
    }
}

.front__access__head__subtitle {
    border: 1px solid #5b5b5b;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0 15px;
    padding: 10px;
    position: relative;
}

@media (min-width: 768px) {
    .front__access__head__subtitle {
        font-size: 1.4rem;
        margin-left: 30px;
    }
}

.front__access__head__subtitle:before {
    background-image: url(../images/pages/front/front-access-subtitle-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 10px;
    bottom: 0;
    content: "";
    height: 10px;
    left: -13px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 13px;
}

.front__access__address {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 15px;
}

.front__access__map__viewer {
    height: 400px;
    width: 100%;
}

@media (min-width: 768px) {
    .front__access__map__viewer {
        height: 450px;
    }
}

.front__access__map__main {
    background: linear-gradient(240deg, rgb(82, 218, 226) 0%, rgb(144, 106, 255) 100%);
    position: relative;
}

.front__access__map__main-container {
    margin: 0 auto;
    max-width: 800px;
    padding: 150px 20px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .front__access__map__main-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 75px;
    }
}

.front__access__map__main__gallery {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 20px;
    margin: 0 auto;
    max-width: 640px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 0;
}

@media (min-width: 768px) {
    .front__access__map__main__gallery {
        left: 0;
        right: 0;
        top: 50px;
        transform: translateY(-100%);
    }
}

.front__access__map__main__gallery__item {
    max-width: 174px;
    width: 33.3333333333%;
}

@media (max-width: 767px) {
    .front__access__map__main__gallery__item:nth-child(2) {
        margin-top: -120px;
    }
}

.front__access__map__main__gallery__item__photo {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
    height: 0;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

.front__access__map__main__gallery__item__photo:before {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__access__map__main__gallery__item__photo:before {
        border-width: 5px;
    }
}

.front__access__map__main__gallery__item:nth-child(1) .front__access__map__main__gallery__item__photo {
    background-image: url(../images/pages/front/front-access-photo-1.png);
}

.front__access__map__main__gallery__item:nth-child(2) .front__access__map__main__gallery__item__photo {
    background-image: url(../images/pages/front/front-access-photo-2.png);
}

.front__access__map__main__gallery__item:nth-child(3) .front__access__map__main__gallery__item__photo {
    background-image: url(../images/pages/front/front-access-photo-3.png);
}

.front__access__map__main__title {
    background-color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: calc(100% - 40px);
}

.front__access__map__main__note {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .front__access__map__main__note {
        font-size: 1.4rem;
    }
}