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

html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul {
    list-style: none;
}

a {
    color: #000;
}

h1,
h2,
h3,
h4 {
    color: #333;
    text-align: center;
    font-weight: bold;
    color: #a18a23;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
    letter-spacing: 0.15em;
    position: relative;
    padding-bottom: 15px;
}

@media (min-width: 769px) {
    h2 {
        font-size: 4rem;

    }
}

h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #a18a23;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

h3 {
    font-size: 2.2rem;
    font-size: 1.8rem;

}

@media (min-width: 769px) {
    h3 {
        font-size: 1.8rem;
        font-size: 2.2rem;

    }
}

h4 {
    font-size: 2rem;
}

.common-kv {
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (min-width: 769px) {
    .common-kv::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url('../img/kv.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
        background-position: center;

    }
}

.common-kv img {
    width: 100%;
    height: auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
}

.wrap {
    padding: 0 20px;
}

.content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;

    row-gap: 80px;
    padding: 60px 0;
}

@media (min-width: 769px) {
    .content {

        row-gap: 150px;
        padding: 100px 0;
    }

}

p {
    font-size: 1.6rem;
    line-height: 1.75;
}

p.strong {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.02em;
}

@media (min-width: 769px) {
    p.strong {
        font-size: 2.8rem;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

@media (min-width: 769px) {
    .sp {
        display: none;
    }
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }
}

.center {
    text-align: center;
}

.block .strong {
    margin-top: 1.5em;
}

@media (min-width: 769px) {
    .block .strong {
        margin-top: 2em;
    }
}

.block .text {
    margin-top: 1.5em;
}

.rinen {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
    max-width: 700px;
    row-gap: 35px;
    margin: 30px auto 0;
}

@media (min-width: 769px) {
    .rinen {
        margin: 50px auto 0;
        row-gap: 45px;
    }
}

.rinen h3 {
    text-align: left;
}

.rinen p {
    margin-top: 0.6em;
}

table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 1px solid rgba(161, 138, 35, 0.8);
    border-left: 1px solid rgba(161, 138, 35, 0.8);
    margin-top: 30px;
}

tr {
    display: flex;
    border-bottom: 1px solid rgba(161, 138, 35, 0.8);
}

th {
    width: 120px;
    padding: 5px;
    min-height: 45px;
    background-color: rgba(161, 138, 35, 0.2);
    color: #a18a23;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    letter-spacing: 0.1em;
}

@media (min-width: 769px) {
    th {
        padding: 10px 20px;
        width: 200px;

    }
}


td {
    width: calc(100% - 120px);
    padding: 10px;
    border-right: 1px solid rgba(161, 138, 35, 0.8);
}

@media (min-width: 769px) {
    td {
        width: calc(100% - 200px);
        padding: 10px 20px;

    }
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.seitei {
    text-align: right;
    font-size: 1.4rem;
}


strong {
    font-size: 1.8rem;
}


.kasou p,
li {
    font-size: 1.5rem;
}

.form {
    width: 100%;
}

.form .wrap {
    max-width: 890px;
    margin: 0 auto;
}

.form .header {
    width: 100%;
    background: #CFECFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 30px 65px;
    position: relative;
    margin-top: 37px;
}

.form .header img {
    position: absolute;
    width: calc(200 / 850 * 100%);
    right: 44px;
    bottom: 0;
}

.form .header .inner {
    max-width: 520px;
    width: calc(520 / 720 * 100%);
}

.form .header .inner h1 {
    line-height: calc(42 / 28);
    color: #000;
    white-space: nowrap;
    font-size: 28px;
    text-align: left;
}

.form .header .inner .sub {
    background-color: #fff;
    line-height: calc(26 / 18);
    font-size: 18px;
    font-weight: 500;
    color: #EF6F6F;
    width: 100%;
    border-radius: 8px;
    margin-top: 27px;
    padding: 9px 15px 9px 15px;
}

.form .iframe {
    margin-top: 35px;
}

.form .iframe iframe {
    width: 100%;
}

.form .thanks {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.form .thanks img {
    width: 217px;
    flex-shrink: 0;
}

.form .thanks p {
    font-size: 40px;
    font-weight: bold;
}

.form .footer {
    background-color: #CFECFF;
    padding: 34px 15px;
}

.form .footer .inner {
    max-width: 850px;
    margin: 0 auto;
}
.form .footer p {
    font-size: 14px;
    line-height: calc(20 / 14);
}
.form .footer a {
    display: block;
    font-size: 16px;
    margin-top: 13px;
    font-weight: 500;
    text-decoration: none;
}
.form .footer a:hover {
    text-decoration: underline;
}
.form .iframe.search02 iframe {
    height: 3300px;
}

.form .iframe.search iframe {
    height: 2700px;
}

@media (max-width: 768px) {
    .form .wrap {
        padding: 0 15px;
    }

    .form .header {
        padding: 25px 12px 40px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .form .header img {
        width: 133px;
        right: 10px;
    }

    .form .header .inner {
        width: 100%;
    }

    .form .header .inner h1 {
        white-space: inherit;
        font-size: 20px;
        line-height: calc(30 / 20);
        text-align: center;
    }

    .form .header .inner .sub {
        line-height: calc(24 / 16);
        font-size: 16px;
        margin-top: 18px;
    }

    .form .iframe {
        margin-top: 30px;
    }

    .form .thanks {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .form .thanks img {
        width: 150px;
    }

    .form .thanks p {
        font-size: 22px;
        line-height: calc(32 / 22);
        text-align: center;
    }
    .form .footer {
        padding: 25px 15px 20px;
    }
    .form .iframe.search iframe {
        height: 3200px;
    }
    .form .iframe.search02 iframe {
        height: 3800px;
    }
}