@charset "UTF-8";
/* コンテンツ */

#title_img1 {
    background-image:url("../img/title_bg.webp");
}
#title_img1 span {
    /*background-color: transparent;*/
}

.pantn {
    text-align: center;
}
.pantn p {
    line-height: 1.4;
    margin-bottom: 2em;
    font-size: 0.84em;
}
.pantn ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pantn ul a {
    display: inline-block;
    border: 2px solid #003477;
    color: #003477;
    border-radius: 2em;
    line-height: 1;
    padding: 1em 1.5em;
    margin: 0 1em;
    transition: all 0.3s;
}
.pantn ul a:hover {
    color: #fff;
    background-color: #003477;
}

.wo_copy {
    text-align: center;
    margin-bottom: 3em;
}
.wo_copy h3 {
    color: #003477;
    font-size: 3em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.wo_copy p {
    font-size: 1.32em;
    line-height: 1.7;
    margin-top: 1em;
}

.wo_tag {
    margin-bottom: 3em;
}
.wo_tag ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wo_tag ul li {
    color: #003477;
    line-height: 1;
    padding: 0.5em 1em;
    border: 2px solid #003477;
    margin: 0 5px;
}

.wo_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wo_box ul li {
    width: 47%;
    margin-bottom: 3em;
}
.wo_box ul li h4 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio:16 / 9;
    margin-bottom: 1em;
}
.wo_box ul li h4 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
}
.wo_box ul li h4 a:hover {
    transform: scale(1.1);
}
.wo_box ul li h4 span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    box-sizing: border-box;
    width: 10em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003477;
    border: 1px solid #003477;
    color: #f9e5b1;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-image: url("../../img/arr_bg.png");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 2em auto;
    border-radius: 2em;
    transition: all 0.3s;
}
.wo_box ul li h4 a:hover + span {
    background-image: url("../../img/arr_nv.png");
    background-color: #fff;
    color: #003477;
}
.wo_box ul li h6 {
    color: #003477;
    font-size: 1.24em;
    line-height: 1.7;
    text-align: center;
}
.wo_box ul li p {
    text-align: center;
    font-size: 1.24em;
    line-height: 1.7;
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #333;
}

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

}


@media screen and (max-width: 560px) {
#title_img1 {
    aspect-ratio:16 / 9;
}

.wo_copy {
    margin-bottom: 3em;
}
.wo_copy h3 {
    font-size: 1.4em;
    line-height: 1.5;
}
.wo_copy p {
    font-size: 1em;
}

.wo_tag {
    margin-bottom: 3em;
}
.wo_tag ul li {
    font-size: 0.84em;
    margin: 0 2px;
}

.wo_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wo_box ul li {
    width: 100%;
    margin-bottom: 3em;
}
.wo_box ul li h6 {
    font-size: 1em;
}
.wo_box ul li p {
    font-size: 1em;
}

}
