@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');

body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

header {
    background-color: #007DC1;
    color: #fff;
    padding: 10px 0;
}

header .flex {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    align-items: center;
}

h1 {
    margin: 0;
    font-size: 38px;
    display: flex;
    align-items: center;
}

h1 span {
    display: inline-block;
    font-size: 28px;
    margin-left: 30px;
}

header img {
    display: inline-block;
    margin-left: 10px;
    width: 45px;
}

.kv img {
    width: 100%;
}

.achv {
    background-color: #B80F1E;
    color: #fff;
}

.achv h2 {
    position: relative;
    margin: 0;
    font-size: 60px;
    text-align: center;
    padding: 20px 0;
}

.achv h2::after {
    position: absolute;
    content: "";
    border: 150px transparent solid;
    border-top: 90px #B80F1E solid;
    border-bottom: 0px;
    bottom: -70px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}


.s01 {
    padding-top: 150px;
    text-align: center;
}

.s01 article {
    font-size: 50px;
    font-weight: 600;
}

.s01 .policy {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.s01 .policy img {
    width: 30vw;
    max-width: 285px;
}

.s01 .red {
    color: #B80F1E;
}

.s01 article p {
    font-size: 40px;
}

.s01 article p .blue {
    font-size: 50px;
    color: #007DC1
}

.s01 article p .blue strong {
    font-size: 80px;
}



.s02 {
    background-color: #007DC1;
    color: #fff;
    padding-bottom: 50px;
}

.s02 .wrap1366 {
    /* max-width: 1366px; */
    max-width: 1266px;
    margin: auto;
}

.s02 .wrap1366>div {
    width: 850px;
    padding: 50px 0 50px 130px;
    position: relative;
    margin: 100px 0;
}

.s02 .wrap1366>div::before {
    content: "";
    width: 930px;
    height: 2px;
    position: absolute;
    top: 139px;
    left: 50px;
    background-color: #fff;
}

.s02 .num {
    width: 100px;
    position: absolute;
    top: 90px;
    left: 0;
}

.s02 .wrap1366>div h3 {
    font-size: 59px;
    margin: 0;
}

.s02 .wrap1366>div p {
    font-size: 28px;
}

.s02 .ogi_circle{
    width: 420px;
    position: absolute;
    top: -80px;
    right: -450px;
}

.s02 .wrap1366>div:nth-child(even) {
    margin-left: auto;
}

.s02 .wrap1366>div:nth-child(even) .ogi_circle{
    right: auto;
    left: -450px;
    z-index: 10;
}

.s02 .next {
    position: absolute;
    background-color: #fff;
    z-index: 2;
    left: calc(55% - 192px);
    bottom: -100px;
    width: 100vw;
    height: 100px;
    transform: translateX(-50%);
}

.s02 .next::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border: 340px transparent solid;
    border-top: 100px #007DC1 solid;
    border-bottom: 0;
}

.summary {
    padding-top: 100px;
    background-color: #fff;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 100px;
}

.summary p {
    margin: 50px 0;
}

.summary span {
    font-size: 35px;
    font-weight: bold;
    color: #B80F1E;
}

.summary h3 {
    font-size: 55px;
    color: #B80F1E;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.summary h3::after {
    content: "";
    display: block;
    background-color: #FFEB00;
    width: 95vw;
    max-width: 1326px;
    height: 54px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: -1;
}


.s03 {
    padding: 100px 0;
}

.s03 .greet {
    width: 95vw;
    max-width: 1120px;
    margin: auto;
}

.s03 .greet h2 {
    width: 95vw;
    max-width: 1120px;
    display: inline-block;
    position: relative;
    height: 1px;
    background-color: #007DC1;
}

.s03 .greet h2::before {
    content: "ごあいさつ";
    font-size: 50px;
    padding: 20px 50px;
    width: fit-content;
    margin: 50px auto;
    color: #B80F1E;
    background-color: #fff;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.s03 .greet>div {
    margin-top: 100px;
    display: flex;
    padding: 50px 0;
    position: relative;
}

.s03 .greet p {
    font-size: 25px;
    line-height: 2.8;
    font-family: "Noto Serif JP", serif;
}

.s03 .ogiwara {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

.s03 .ogiwara .greeting {
    width: 364px;
    display: block;
}

.s03 .ogiwara .name {
    width: 218px;
    display: block;
}


.s04 {
    background-image: url(../img/prf_bg.png);
    background-size: cover;
    color: #fff;
    padding: 150px 0 100px;
}

.s04 .profile {
    width: 80%;
    max-width: 980px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.s04 .profile>img {
    width: 363px;
}

.s04 .relative {
    position: relative;
    max-width: 580px;
}

.s04 .efct {
    width: 83%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 0;
    opacity: 0.3;
}

.s04 .efct img:first-child {
    height: 92px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-99%);
}

.s04 .efct img:last-child {
    height: 92px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-1%);
}

.s04 span {
    font-size: 24px;
    font-weight: 600;
}

.s04 h4 {
    font-size: 32px;
    margin: 0.5em 0;
}

.s04 article {
    font-size: 18px;
    line-height: 2;
}

footer {
    background-color: #007DC1;
    color: #fff;
    padding-top: 30px;
    text-align: center;
}

footer a {
    color: #fff;
}

footer .flex {
    display: flex;
    justify-content: center;
}

footer .btn {
    display: flex;
    width: 190px;
    padding: 5px 30px;
    border: 1px #fff solid;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    margin: 20px;
    text-align: left;
}

footer .btn img {
    width: 34px;
}

footer h3 {
    font-size: 32px;
    margin-bottom: 0;
}

footer .info {
    font-weight: 600;
    line-height: 1.5;
}

footer h4 {
    font-size: 26px;
}

footer p {
    font-size: 20px;
}

footer .copy {
    font-size: 15px;
    background-color: #004A93;
    margin-top: 100px;
    padding: 10px 0;
}


.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width:1601px) {
  .s02 .ogi_circle{
      width: 400px;
      position: absolute;
      top: -80px;
      right: -450px;
  }
}

@media screen and (max-width:767px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    header {
        padding: 10px 0;
    }

    header .flex {
        width: 90%;
    }

    h1 {
        margin: 0;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    h1 span {
        font-size: 0.8em;
        margin-left: 10px;
    }

    header img {
        display: inline-block;
        margin-left: 5px;
        width: 25px;
    }

    .kv img {
        width: 100%;
    }

    .achv {
        background-color: #B80F1E;
        color: #fff;
    }

    .achv h2 {
        font-size: 25px;
        padding: 10px 0;
    }

    .achv h2::after {
        border: 100px transparent solid;
        border-top: 40px #B80F1E solid;
        border-bottom: 0px;
        bottom: -30px;
    }


    .s01 {
        padding-top: 70px;
        text-align: center;
    }

    .s01 article {
        font-size: 30px;
    }

    .s01 .policy {
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
    }

    .s01 .policy img {
        width: 28vw;
        max-width: 325px;
    }


    .s01 article p {
        font-size: 21px;
    }

    .s01 article p .blue {
        font-size: 30px;
        color: #007DC1;
        line-height: 1em;
        display: inline-block;
        margin: 30px 0;
    }

    .s01 article p .blue strong {
        font-size: 45px;
    }

    .s02 {
        background-color: #007DC1;
        color: #fff;
        padding-bottom: 20px;
    }

    .s02 .wrap1366 {
        width: 90%;
        margin: auto;
    }

    .s02 .wrap1366>div {
        width: auto;
        padding: 30px 0 30px;
        margin: 0;
        text-align: center;
    }

    .s02 .wrap1366>div::before {
        content: "";
        width: 90%;
        height: 2px;
        top: 162px;
        left: 5%;
    }

    .s02 .num {
        width: 70px;
        max-width: 100px;
        position: relative;
        top: auto;
        left: auto;
    }

    .s02 .wrap1366>div h3 {
        font-size: 30px;
        margin: 0;
    }

    .s02 .wrap1366>div p {
        font-size: 16px;
        padding: 10px 0 0;
        line-height: 1.65;
    }

    .s02 .ogi_circle{
        width: 80%;
        max-width: 450px;
        position: relative;
        top: auto;
        right: auto;
    }

    .s02 .wrap1366>div:nth-child(even) {
        margin-left: 0;
    }

    .s02 .wrap1366>div:nth-child(even) .ogi_circle{
        right: auto;
        left: auto;
        z-index: 10;
    }

    .s02 .next {
        position: absolute;
        background-color: #fff;
        z-index: 2;
        left: 50%;
        bottom: -80px;
        width: 100vw;
        height: 100px;
        transform: translateX(-50%);
    }

    .s02 .next::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border: 30vw transparent solid;
        border-top: 50px #007DC1 solid;
        border-bottom: 0;
    }

    .summary {
        padding-top: 50px;
        font-size: 15px;
        padding-bottom: 50px;
        line-height: 1.8;
    }

    .summary p {
        margin: 30px 0;
    }

    .summary span {
        font-size: 18px;
        color: #B80F1E;
    }

    .summary h3 {
        font-size: 28px;
        color: #B80F1E;
        position: relative;
        z-index: 10;
    }

    .summary h3::after {
        content: "";
        display: block;
        background-color: #FFEB00;
        width: 95vw;
        height: 24px;
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translate(-50%, 50%);
        z-index: -1;
    }

    .summary h3::before {
        content: "";
        display: block;
        background-color: #FFEB00;
        width: 95vw;
        height: 24px;
        position: absolute;
        left: 50%;
        bottom: 60px;
        transform: translate(-50%, 50%);
        z-index: -1;
    }


    .s03 {
        padding: 50px 0;
    }

    .s03 .greet {
        width: 95vw;
        max-width: 1120px;
        margin: auto;
    }

    .s03 .greet h2 {
        width: 100%;
        max-width: 1120px;
        display: inline-block;
        position: relative;
        height: 1px;
        background-color: #007DC1;
    }

    .s03 .greet h2::before {
        content: "ごあいさつ";
        font-size: 25px;
        padding: 20px;
        width: fit-content;
        margin: 50px auto;
        color: #B80F1E;
        background-color: #fff;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

    .s03 .greet>div {
        margin-top: 0;
        display: block;
        padding: 0;
        position: relative;
        text-align: center;
    }

    .s03 .greet p {
        font-size: 14px;
        line-height: 2.5;
        font-family: "Noto Serif JP", serif;
    }

    .s03 .ogiwara {
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
    }

    .s03 .ogiwara .greeting {
        width: 60%;
        display: block;
        margin: auto;
        transform: translateX(22%);
        margin-top: 30px;
    }

    .s03 .ogiwara .name {
        width: 40%;
        display: block;
        margin: auto;
    }


    .s04 {
        background-image: url(../img/prf_bg.png);
        background-size: cover;
        color: #fff;
        padding: 80px 0 50px;
    }

    .s04 .profile {
        width: 91%;
        max-width: 980px;
        margin: auto;
        display: block;
    }

    .s04 .profile>img {
        display: none;
    }

    .s04 .relative {
        position: relative;
        max-width: 767px;
    }

    .s04 .efct {
        width: 78%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 15px;
        right: 0;
        opacity: 0.3;
    }

    .s04 .efct img:first-child {
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-99%);
    }

    .s04 .efct img:last-child {
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-1%);
    }

    .s04 span {
        font-size: 18px;
        font-weight: 600;
    }

    .s04 h4 {
        font-size: 22px;
        margin: 0.5em 0;
    }

    .s04 article {
        font-size: 12.5px;
        line-height: 1.8;
    }

    footer {
        background-color: #007DC1;
        color: #fff;
        padding-top: 30px;
        text-align: center;
    }

    footer a {
        color: #fff;
    }

    footer .ogiwara{
        width: 50%;
        margin: auto;
    }

    footer .flex {
        display: flex;
        justify-content: center;
    }

    footer .btn {
        display: flex;
        width: 45vw;
        padding: 5px  0;
        border: 1px #fff solid;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        margin: 5px;
        text-align: left;
    }

    footer .btn img {
        width: 25px;
        margin-left: 10px;
    }

    footer h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    footer .info {
        font-weight: 600;
        line-height: 1.5;
    }

    footer h4 {
        font-size: 20px;
    }

    footer p {
        font-size: 18px;
    }

    footer .copy {
        font-size: 12px;
        background-color: #004A93;
        margin-top: 0px;
        padding: 10px 0;
    }


}
