@charset "UTF-8";

/* header パンくずリスト*/
.Breadcrumb {
    padding: 1em;
}

.Breadcrumb-ListGroup {
    display: flex;
}

.Breadcrumb-ListGroup-Item-Link[href]:hover {
    opacity: 0.5;
}

.Breadcrumb-ListGroup>*+* {
    margin-left: 0.5em;
}

.Breadcrumb-ListGroup>*+*::before {
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/* ボタンリンク */
.btn01 {
    display: inline-block;
    padding: 18px 30px;
    background: none;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    width: 40%;
    background-color: #fcfcfc;
}

.btn01 a:hover {
    color: #333;
}

.btn01 a:visited {
    color: #333;
}

.btn01 a:link {
    color: #333;
}

.btn01:hover {
    opacity: 0.9;
    transition-duration: 0.3s;
}

.btn_area {
    margin-top: 140px;
    padding: 120px 0;
    background-image: url(https://media.aws.locondo.jp/ufstatic/common/img/contents/25summer_img19.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Anime */
.fade-in {
    opacity: 0;
    transition-duration: 2s;
    transition-property: opacity, transform;

}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.delayed-image {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/* base_design */

.container {
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    font-family: "helvetica-lt-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
}

.container img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.head_img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.main_img {
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
    padding: 0 5%;
}


.main_txt {
    font-size: 23px;
    padding: 50px;
    line-height: 1.2ßem;
}


/* 画像レイヤー部分　*/

.contents {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5%;
}

.item_contents {
    margin-bottom: 70px;
}

.top {
    top: 0;
    right: 0;
}

.top_l {
    top: 0;
    left: 0;
}

.bottom {
    bottom: 0;
    right: 0;
}

.bottom_l {
    bottom: 0;
    left: 0;
}

/*----- layer01 -----*/
.layer01 {
    position: relative;
    width: 100%;
    padding-top: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img {
    position: absolute;
    width: 75%;
    height: auto;
}

.img02 {
    width: 45%;
    height: auto;
}

.text {
    position: absolute;
}

.text01 {
    position: absolute;
    bottom: 27%;
    left: 5%;
    width: 80%;
}

/*----- layer02 -----*/
.layer02 {
    position: relative;
    width: 100%;
    padding-top: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img03 {
    width: 75%;
    height: auto;
    top: 0;
}

.img04 {
    width: 48%;
    height: auto;
}

.text02 {
    position: absolute;
    top: 40%;
    left: 6%;
    width: 72%;
}

/*----- layer03 -----*/
.layer03 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text03 {
    position: absolute;
    width: 75%;
    bottom: 40%;
    left: 6%;
}

/*----- layer04 -----*/
.layer04 {
    position: relative;
    width: 100%;
    padding-top: 118%;
}


.img06 {
    position: absolute;
    width: 75%;
    height: auto;
}

.text04 {
    position: absolute;
    width: 80%;
    bottom: 0;
    right: 0;
}

/*----- layer05 -----*/
.layer05 {
    position: relative;
    width: 100%;
    padding-top: 125%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img07 {
    width: 75%;
    height: auto;
    padding-left: 5%;
}

.img08 {
    width: 40%;
    height: auto;
}

.text05 {
    position: absolute;
    bottom: 3%;
    left: 5%;
    width: 75%;
}

/*----- layer06 -----*/
.layer06 {
    position: relative;
    width: 100%;
    padding-top: 190%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img09 {
    width: 100%;
    height: auto;
    top: 0;
}

.img10 {
    width: 50%;
    height: auto;
}

.text06 {
    position: absolute;
    top: 10%;
    width: 70%;
}

/*----- layer07 -----*/
.layer07 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_box {
    display: flex;
    justify-content: space-between;
}

.img11 {
    width: 50%;
    height: auto;
}

.img12 {
    width: 50%;
    height: auto;
}

.text07 {
    position: absolute;
    width: 78%;
    z-index: 1;
    top: -6%;
}

/*----- layer08 -----*/
.layer08 {
    position: relative;
    width: 100%;
    padding-top: 96%;
}


.img13 {
    position: absolute;
    width: 60%;
    height: auto;
}

.text08 {
    position: absolute;
    width: 65%;
    bottom: 0;
    right: 0;
}

/*----- layer10 -----*/

.layer10 {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.text10 {
    position: absolute;
    width: 90%;
    bottom: 0;
    left: 0;
}

/*----- layer11 -----*/
.layer11 {
    position: relative;
    width: 100%;
    padding-top: 135%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img17 {
    width: 75%;
    height: auto;
    top: 0;
}

.img18 {
    width: 40%;
    height: auto;
}

.text11 {
    position: absolute;
    bottom: -3%;
    right: 0;
    width: 80%;
    padding-right: 5%;
}

/*----- text_link -----*/
.link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease-in-out;
}

.link:hover {
    opacity: 0.7;

}


@media screen and (max-width: 768px) {

    .btn01 {
        width: 45%;
        font-size: 18px;
    }

    .btn_area {
        margin-top: 100px;
        padding: 90px 0;
    }

}


@media screen and (max-width: 480px) {

    .item_contents {
        margin-bottom: 50px;
    }

    .btn01 {
        width: 50%;
        font-size: 15px;
        padding: 15px 30px;
    }

    .btn_area {
        margin-top: 80px;
        padding: 60px 0;
    }

}