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

#title {
    background-image: url("../img/title_bg.webp");
}

.tx1 {
    text-align: center;
    color: #002256;
}
.tx1 h2 {
    width: 15%;
    margin: 0 auto 3em;
}
.tx1 h3 {
    font-size: 2em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.5;
}
.tx1 p {
    line-height: 2;
    margin-top: 1em;
}

.img1 {
    position: relative;
    margin-bottom: 5em;
}
.img1 section {
    position: absolute;
    background-color: #efefef;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.img1 ul li {
    width: 32%;
}
.img1 ul li figure {
    transform:skewX(-15deg);
    overflow: hidden;
    margin-bottom: 1em;
}
.img1 ul li img {
    transform:skewX(15deg) scale(1.2);
}
.img1 ul li h4 {
    color: #0070d4;
    font-size: 1.4em;
    margin-bottom: 0.3em;
}
.img1 ul li p {
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
    padding-right: 3em;
}

.tsub {
    color: #002256;
    margin-bottom: 2em;
    text-align: center;
}
.tsub h3 {
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
}
.tsub h4 {
    position: relative;
    font-size: 1.32em;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 1.5em;
    margin-top: 1em;
}
.tsub h4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1.5em;
    height: 2px;
    margin: auto;
    background-color: #019ee6;
}

.gd_box {
    text-align: center;
    line-height: 1.7;
    padding-top: 1em;
}
.gd_box ul {
    margin-bottom: -3em;
}
.gd_box ul li {
    margin-bottom: 3em;
}
.gd_box ul li h4 {
    color: #0070d4;
    font-size: 1.24em;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 960px) {
.img1 {
    margin-bottom: 4em;
}
.img1 section {
    width: 94%;
}
}


@media screen and (max-width: 560px) {
.tx1 h2 {
    width: 30%;
    margin: 0 auto 3em;
}
.tx1 h3 {
    font-size: 1.24em;
}
.tx1 p {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.7;
    margin-top: 1em;
}

.img1 {
    margin-bottom: 3em;
}
.img1 section {
    width: 97%;
    height: calc(100% - 3em);
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
}
.img1 ul {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.img1 ul li {
    width: 80%;
    margin-bottom: 2em;
}
.img1 ul li h4 {
    color: #0070d4;
    font-size: 1.4em;
    margin-bottom: 0.3em;
}
.img1 ul li p {
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
    padding-right: 0;
}

.tsub {
    margin-bottom: 2em;
}
.tsub h3 {
    font-size: 2em;
}
.tsub h4 {
    font-size: 1.24em;
}

.gd_box {
    text-align: left;
    line-height: 1.7;
    padding-top: 1em;
}
.gd_box ul {
    margin-bottom: -3em;
}
.gd_box ul li {
    margin-bottom: 3em;
}
.gd_box ul li h4 {
    color: #0070d4;
    font-size: 1.16em;
    margin-bottom: 0.5em;
}
.gd_box ul li p {
    text-align: justify;
    text-justify: inter-ideograph;
}

}
