@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;500&family=Kosugi&display=swap");

*,
*::after,
*::before {
    box-sizing: border-box;
}

.img {
    border: none;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0.8rem 0;
    padding: 0;
    line-height: 1.6em;
}

h1 {
    font-family: "Josefin Sans", "Kosugi", cursive;
}

h2 {
    font-family: "Josefin Sans", "Kosugi", cursive;
    text-align: center;
}

h2 {
    font-size: 40px;
}

h2:after {
    content: '';
    display: block;
    width: 62px;
    height: 4px;
    background: black;
    margin: 10px auto 40px;
}

h3 {
    width: 100%;
    font-family: "Josefin Sans", "Kosugi", cursive;
    /* padding: 0px; */
    margin: 0em 0em;
    /* font-size: clamp(0.75rem, 0.659rem + 0.45vw, 3rem); */
    font-size: 2rem;
    padding-bottom: 10px;
    /* background-image: repeating-linear-gradient(90deg, #e8e18a 0, #e8e18a 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: center bottom; */
}

h4 {
    font-family: serif;
    /* padding: 0px; */
    margin: 0em 0em;
    /* font-size: clamp(0.75rem, 0.659rem + 0.45vw, 3rem); */
    font-size: 1.7rem;
    padding-bottom: 10px;
    color: #f20e0e;
    text-align: center;
    font-weight: 700;

}

p.center {
    text-align: center;
}



/* header
 __________________*/

.header {
    height: 100%;
    max-height: 800px;
    /* margin-top: 120px; */
    margin-top: 0px;
    z-index: 0;
}

.header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.header_inner {
    width: 100%;
    overflow: hidden;
}

.header img.top-pc {
    display: block;
}

.header img.top-sp {
    display: none;
}

.pc {
    display: block;
}

.sp {
    display: none;

}

@media only screen and (max-width: 486px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;

    }
}

/* section
 __________________*/


section {
    border: 0;
    padding: 40px 0;
}

section.bgcolor2 {
    border: 0;
    background: #fcf9f9;
}



/* containers
 __________________*/

.containers {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.inner {
    width: 100%;
    padding: 0;

}

.inner p {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
}

.inner .image {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.inner .image li {
    width: 23%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}









.inner .left {
    width: 75%;
    padding: 0;
}

.inner .left img {
    padding: 0;
}

.inner .left p {
    /* font-size: clamp(14px, 1.28vw, 16px); */
    font-size: 1.3rem;
    line-height: 2rem;
}

.inner .right {
    display: flex;
    align-items: center;
    width: 20%;
    padding: 0 0 0 30px;
}





.red {
    display: inline;
    color: #f20e0e;

}

.red_b {
    display: inline;
    color: #f20e0e;
    font-weight: bold;

}



@media only screen and (max-width: 686px) {
    .inner .image {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .inner .image li {
        width: 50%;
        padding: 10px;
        list-style: none;
    }




}


.center {
    text-align: center;
}



.inners {
    display: flex;
    align-self: flex-start;
    width: 100%;
    padding: 0;
}


.bold {
    font-size: 1.5rem;
    font-weight: bold;
}


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

    /* header
 __________________*/

    .header img.top-sp {
        display: block;
    }

    .header img.top-pc {
        display: none;
    }

    h4 {
        /* padding: 0px; */
        margin: 0em 0em;
        /* font-size: clamp(0.75rem, 0.659rem + 0.45vw, 3rem); */
        font-size: 16px;
        font-weight: 700;

    }

    /* section
 __________________*/

    section {
        border: 0;
        padding: 20px 0;
    }

    /* containers
 __________________*/

    .containers {}


    h3 {
        font-size: 1.1rem;
    }

    /* p {
    font-size: 0.8rem;
    padding: 0;
    line-height: 2rem;
  } */
    .pc {
        display: inline;
    }

    /* inner
 __________________*/


    .inner {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .inners {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .inner .left {
        width: 100%;
        padding: 0;
    }

    .inner .right {
        width: 100%;
        padding: 0;
    }

    .inner .left {
        width: 100%;
        padding: 0;
    }

    .inner .left img {
        padding: 0;
    }

    .inner .right {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .inner .right img {
        margin: 1rem auto 3rem;
        display: flex;
        width: 50%;
        padding: 0;
    }

    .inner p {
        width: 100%;
        font-size: 1rem;
        line-height: 1.6rem;

    }

    .inners .left p {
        width: 100%;
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .inner .right p {
        line-height: 1.6rem;
    }

    .inner h4 {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .info_txt {
        /* font-size: 1.5rem; */
        font-weight: bold;
    }



    .bold {
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .pc {
        display: none;
    }

    .inners p {
        font-size: 0.8rem;
    }
}