.header-contact {
    display: none !important;
}
.section.siteContent {
    padding: 0 0 4rem;
}
.siteContent > .container {
    padding-top: 0;
}
div#gMenu_outer {
    display: none;
}
.container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
    position: relative;
}
.header-contact__new {
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
}
.header-contact__new p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    text-align: center;
    width: 100%;
}
.header-contact__new p::before,
.header-contact__new p::after {
    background: #333;
    content: "";
    display: block;
    height: 25px;
    width: 2px;
}
.header-contact__new p::before {
    margin-right: 15px;
    transform: rotate(-25deg);
}
.header-contact__new p::after {
    margin-left: 15px;
    transform: rotate(25deg);
}
.header-contact__new .header-contact__lines {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.header-contact__btn {
    height: 40px;
    text-align: center;
    width: 48.5%;
}
.header-contact__btn a {
    background-image: url(../images/icon-arrow-w.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    width: 100%;
}
.header-contact__btn:first-child a {
    background-color: #559c17;
}
.header-contact__btn:last-child a {
    background-color: #fd6c35;
}
@media screen and (min-width: 992px) {
    .header-contact__new {
        top: -10px;
        left: inherit;
        right: 0;
        width: 100%;
        max-width: 350px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-brand.siteHeader_logo {
        padding: 0 0 110px;
    }
}
/* mv */
.mv {
    line-height: 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* about */
.about {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 65px 0;
}
.about-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
}
.about-top {
    margin: 0 auto 45px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.about-top::after {
    background: #000;
    content: "";
    height: 4px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
}
.about-top p {
    font-size: 40px;
    font-weight: 700;
}
.about-top p  span {
    color: #fbb03b;
    font-size: 40px;
    font-weight: 700;
}
.about-bottom {
    margin: 65px 0 0;
    text-align: center;
}
.about-bottom__ttl {
    margin: 0 0 85px;
}
.about-bottom__ttl p {
    color: #0071bc;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.8em;
}
.about-bottom__ttl p span {
    border-bottom: double 10px #0071bc;
    color: #0071bc;
    display: inline;
    font-size: 48px;
    font-weight: 700;
}
.about-cards {
    display: grid;
    gap: 45px;
}
.about-card {
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
}
@media screen and (max-width: 968px) {
    .about-top p {
        font-size: 4.5vw;
    }
    .about-top p  span {
        font-size: 4.5vw;
    }
    .about-bottom {
        margin: 5.5vw 0 0;
    }
    .about-bottom__ttl {
        margin: 0 0 6vw;
    }
    .about-bottom__ttl p {
        font-size: 4.8vw;
    }
    .about-bottom__ttl p span {
        font-size: 4.8vw;
    }
    .about-cards {
        gap: 5vw;
    }
}

/* cost */
.cost {
    padding: 65px 0;
}
.cost-inner {
    margin: 0 auto;
    text-align: center;
    width: 95%;
    max-width: 1100px;
}
.cost-text,
.cost-image {
    margin: 0 0 35px;
}
.cost-text p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8em;
}
.cost-text p span {
    border-bottom: double 10px #0071bc;
    color: #0071bc;
    display: inline;
    font-size: 45px;
    font-weight: 700;
}

.cost-bottom p {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
}
.cost-bottom p:not(:last-child) {
    margin: 0 0 10px;
}
.cost-bottom p span {
    background: #0071bc;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    padding: 2px 5px;
}
.about-card {
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
}
@media screen and (max-width: 968px) {
    .cost-text, .cost-image {
        margin: 0 0 5vw;
    }
    .cost-text p {
        font-size: 4.2vw;
    }
    .cost-text p span {
        border-bottom: double 6px #0071bc;
        font-size: 4.8vw;
    }
    
    .cost-bottom p {
        font-size: 3.8vw;
    }
    .cost-bottom p span {
        font-size: 3.8vw;
    }
}
@media screen and (max-width: 768px) {
}

/* message */
.message {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
}
.message-head {
    background: #0071bc;
    padding: 35px 0;
    text-align: center;
}
.message-head h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.8em;
}
.message-body {
    padding: 65px 0;
}
.simulation,
.message-middle {
    margin: 0 auto 65px;
    width: 95%;
    max-width: 1100px;
}
.simulation-text {
    margin: 25px 0 0;
    text-align: center;
}
.simulation-text p {
    font-size: 36px;
    font-weight: 700;
}
.simulation-text p span {
    color: #0071bc;
    font-size: 45px;
    font-weight: 700;
}
.message-middle {
    background: #0071bc;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
}
.message-middle::after {
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 45px solid #0071bc;
    border-bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
}
.message-middle p {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.message-card {
    margin: 0 0 45px;
}
.message-card__in {
    background: url(../images/ceo.png) no-repeat;
    background-color: #fff;
    background-position: left bottom;
    background-size: 35%;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
    margin: 0 auto;
    padding: 45px 25px;
    position: relative;
    width: 95%;
    max-width: 1100px;
}
.message-card__in .signature {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    left: 50px;
    bottom: 20px;
}
.message-card__text {
    margin: 0 0 0 auto;
    width: 60%;
}
.message-card__text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
}
.message-card__text p span {
    color: #f26c52;
}
.message-text {
    background: #fff;
    border: 2px solid #0071bc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
    height: 160px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: 95%;
    max-width: 1100px;
}
.message-text p {
    color: #0071bc;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
}
.message-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 75px auto 0;
    width: 95%;
    max-width: 1100px;
}
.message-item p {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}
.message-item__image {
    line-height: 0;
}
@media screen and (max-width: 968px) {
    .message-head {
        padding: 4vw 0;
    }
    .message-head h2 {
        font-size: 3.8vw;
    }
    .message-body {
        padding: 6vw 0;
    }
    .simulation,
    .message-middle {
        margin: 0 auto 5.5vw;
    }
    .simulation-text p {
        font-size: 4.5vw;
    }
    .simulation-text p span {
        font-size: 5vw;
    }
    .message-middle p {
        font-size: 4.2vw;
    }
    .message-card {
        padding: 50px 0 28vw;
    }
    .message-card__in {
        background-size: 68%;
        padding: 45px 20px 70vw;
    }
    .message-card__text {
        margin: 0 auto;
        width: 100%;
    }
    .message-card__in .signature {
        font-size: 4vw;
        left: 20px;
    }
    .message-card__text p {
        font-size: 4.5vw;
    }
    .message-text {
        margin: -18vw auto 0;
    }
    .message-text p {
        font-size: 6vw;
    }
    .message-items {
        grid-template-columns: 1fr;
        gap: 35px;
        margin: 8vw auto 0;
    }
    .message-item p {
        font-size: 4.5vw;
    }
}

/* feature */
.feature {
    padding: 65px 0;
}
.feature-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
}
.feature-head {
    margin: 0 0 85px;
    text-align: center;
}
.feature-head h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.feature-head h2 span {
    border-bottom: double 10px #0071bc;
    color: #0071bc;
    display: inline;
    font-size: 50px;
    font-weight: 700;
}
.feature-items {
    display: grid;
    gap: 45px;
}
.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.feature-item:nth-child(even) {
    flex-direction: row-reverse;
}
.feature-item__image {
    margin-left: -2%;
    position: relative;
    top: -25px;
    width: 50%;
    z-index: 1;
}
.feature-item:nth-child(even) .feature-item__image {
    margin-left: 0;
    margin-right: -2%;
}
.feature-item__text {
    background: #fff;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
    min-height: 335px;
    padding: 25px 50px 25px 25px;
    width: 55%;
}
.feature-item:nth-child(even) .feature-item__text {
    padding: 25px 25px 25px 50px;
}
.feature-item__text .tag {
    color: #0071bc;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}
.feature-item__text .feature-ttl {
    display: grid;
    gap: 5px;
    margin: 0 0 10px;
}
.feature-item__text .feature-ttl span {
    background: #333;
    color: #fff;
    display: block;
    font-size: 37px;
    font-weight: 700;
    padding: 0 5px;
    width: 100%;
    max-width: max-content;
}
.feature-item__text .feature-txt {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .feature-head {
        margin: 0 0 6.5vw;
    }
    .feature-head h2 {
        font-size: 4.5vw;
        line-height: 1.8em;
    }
    .feature-head h2 span {
        border-bottom: double 6px #0071bc;
        font-size: 5vw;
    }
    .feature-items {
        gap: 45px;
    }
    .feature-item {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .feature-item:nth-child(even) {
        flex-direction: column-reverse;
    }
    .feature-item__image {
        margin-left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .feature-item:nth-child(even) .feature-item__image {
        margin-left: 0;
        margin-right: 0;
    }
    .feature-item__text {
        margin-top: -25px;
        min-height: auto;
        padding: 25px;
        position: relative;
        width: 90%;
        z-index: 2;
    }
    .feature-item:nth-child(even) .feature-item__text {
        margin: -25px 0 0 auto;
        padding: 25px;
    }
    .feature-item__text .tag {
        font-size: 4vw;
    }
    .feature-item__text .feature-ttl {
        display: grid;
        gap: 5px;
        margin: 0 0 10px;
    }
    .feature-item__text .feature-ttl span {
        font-size: 5vw;
    }
    .feature-item__text .feature-txt {
        font-size: 4vw;
    }
}
@media screen and (max-width: 768px) {}

/* application */
.application {
    background: #ebfeff;
    padding: 55px 0;
}
.application-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
}
.application-card {
    background: #fff;
    border: 12px solid #0071bc;
    border-left: 0;
    border-right: 0;
    padding: 65px 50px;
    position: relative;
}
.application-card::after {
    background: url(../images/book.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 263px;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 208px;
}
.application-card__ttl {
    margin: 0 0 35px;
    text-align: center;
}
.application-card__ttl h2 {
    font-size: 30px;
    font-weight: 700;
}
.application-card__ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
}
.application-card__ttl span::before,
.application-card__ttl span::after {
    background: #000;
    content: "";
    display: block;
    height: 30px;
    width: 2px;
}
.application-card__ttl span::before {
    margin-right: 15px;
    transform: rotate(-25deg);
}
.application-card__ttl span::after {
    margin-left: 15px;
    transform: rotate(25deg);
}
.application-card__btns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.application-card__btn {
    text-align: center;
    width: 47.5%;
}
.application-card__btn a {
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
    height: 97px;
    width: 100%;
}
.application-card__btn a {
    background: #0071bc;
    color: #fff;
}
.application-card__btn.tel a {
    background: #0071bc;
    line-height: 0;
}
.application-card__btn.tel a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 229px;
}
.application-card__btn.form a {
    background: #fbb03b;
    font-size: 24px;
    font-weight: 700;
}
.application-card__btn a::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}
.application-card__btn.tel a::before {
    background-image: url(../images/icon-tel.svg);
    height: 40px;
    width: 40px;
}
.application-card__btn.form a::before {
    background-image: url(../images/icon-form.svg);
    height: 60px;
    left: 35px;
    width: 50px;
}
.application-card__btn p {
    font-size: 21px;
    font-weight: 700;
    margin: 15px 0 0;
}
.application-card__btn.line {
    width: 100%;
    max-width: 500px;
    margin: 10px auto 0;
}

.application-card__btn.line a {
    background: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
    height: 97px;
    width: 100%;
}

.application-card__btn.line img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .application-card__btn.line a {
        height: 65px;
    }
    .application-card__btn.line {
        margin-top: 0; /* SP表示時は余白をリセット */
    }
}
@media screen and (max-width: 1068px) {
    .application-card__btn.form a {
        font-size: 21px;
    }
    .application-card__btn.tel a img {
        max-width: 200px;
    }
    .application-card__btn.tel a::before {
        height: 30px;
        width: 30px;
    }
    .application-card__btn.form a::before {
        height: 50px;
        left: 25px;
        width: 40px;
    }
    .application-card__btn p {
        font-size: 18px;
    }
}
@media screen and (max-width: 968px) {
    .application-card::after {
        height: 30vw;
        right: -5vw;
        top: -15vw;
        width: 25vw;
    }
    .application-card__btn {
        width: 49%;
    }
}
@media screen and (max-width: 768px) {
    .application-card__ttl h2 {
        font-size: 21px;
    }
    .application-card__ttl span {
        font-size: 21px;
    }
    .application-card__btns {
        gap: 35px;
    }
    .application-card__btn {
        width: 100%;
    }
}
@media screen and (max-width: 568px) {
    .application-card {
        padding: 45px 20px;
    }
    .application-card__ttl h2 {
        font-size: 16px;
    }
    .application-card__ttl span {
        font-size: 16px;
    }
    .application-card__ttl span::before,
    .application-card__ttl span::after {
        height: 20px;
    }
    .application-card__btns {
        gap: 35px;
    }
    .application-card__btn {
        width: 100%;
    }
    .application-card__btn a {
        height: 65px;
    }
    .application-card__btn.form a {
        font-size: 16px;
    }
    .application-card__btn.tel a img {
        max-width: 150px;
    }
    .application-card__btn.tel a::before {
        height: 25px;
        width: 25px;
    }
    .application-card__btn.form a::before {
        height: 45px;
        left: 20px;
        width: 30px;
    }
    .application-card__btn p {
        font-size: 16px;
    }
}

/* voice */
.voice {
    padding: 85px 0;
}
.voice-inner {
    margin: 0 auto;
    overflow: hidden;
    width: 95%;
    max-width: 1100px;
}
.voice-head {
    margin: 0 0 65px;
    text-align: center;
}
.voice-head::before {
    background: url(../images/icon-note.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 100px;
    margin: 0 auto 15px;
    width: 86px;
}
.voice-head h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.voice-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.voice-item:not(:last-child) {
    background-image: repeating-linear-gradient(90deg, #333333, #333333 12px, transparent 12px, transparent 20px, #333333 20px, #333333 24px, transparent 24px, transparent 32px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    margin: 0 0 35px;
    padding-bottom: 35px;
}
.voice-item:nth-child(even) {
    flex-direction: row-reverse;
}
.voice-image {
    line-height: 0;
    width: 229px;
}
.voice-text {
    width: calc(100% - 259px);
}
.voice-text .voice-name {
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 0;
    text-align: right;
}
.voice-text .voice-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .voice {
        padding: 65px 0;
    }
    .voice-head {
        margin: 0 0 50px;
    }
    .voice-head::before {
        height: 87px;
        width: 75px;
    }
    .voice-head h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    .voice {
        padding: 45px 0;
    }
    .voice-head {
        margin: 0 0 35px;
    }
    .voice-head::before {
        height: 69px;
        width: 60px;
    }
    .voice-head h2 {
        font-size: 21px;
    }
    .voice-image {
        margin: 0 auto;
        width: 200px;
    }
    .voice-text {
        margin: 20px 0 0;
        width: 100%;
    }
    .voice-text .voice-name,
    .voice-text .voice-txt {
        font-size: 3.5vw;
    }
}

/* faq */
.faq {
    background: #ebfeff;
    padding: 85px 0;
}
.faq-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
}
.faq-head {
    margin: 0 0 65px;
    text-align: center;
}
.faq-head::before {
    background: url(../images/icon-faq.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 100px;
    margin: 0 auto 15px;
    width: 86px;
}
.faq-head h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.faq-head__note {
    color: #666;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 0;
}
.tap-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-plus.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 968px) {
    .faq-head__note {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .faq-head__note {
        font-size: 18px;
    }
    .tap-icon {
        width: 16px;
        height: 16px;
    }
}
.faq-list {
    display: grid;
    gap: 35px;
}
.faq-list__item {
    cursor: pointer;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
}
.faq-list__item dt,
.faq-list__item dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.faq-list__item dt {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
    padding: 20px 65px 20px 25px;
    position: relative;
}
.faq-list__item dt::after {
    background: url(../images/icon-plus.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 26px;
    margin: auto;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    width: 26px;
}
.faq-list__item.active dt::after {
    background-image: url(../images/icon-minus.svg);
}
.faq-list__item dd {
    background: #fff;
    border-radius: 10px;
    margin-top: -10px;
    padding: 45px 25px 35px 25px;
}
.faq-list__icon {
    width: 42px;
}
.faq-list__item p {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    width: calc(100% - 62px);
}
@media screen and (max-width: 968px) {
    .faq {
        padding: 65px 0;
    }
    .faq-head {
        margin: 0 0 50px;
    }
    .faq-head::before {
        height: 87px;
        width: 75px;
    }
    .faq-head h2 {
        font-size: 32px;
    }
    .faq-list {
        gap: 5vw;
    }
    .faq-list__item dt {
        padding: 20px 65px 20px 25px;
    }
    .faq-list__item dt::after {
        height: 20px;
        right: 25px;
        width: 20px;
    }
    .faq-list__item dd {
        padding: 45px 25px 35px 25px;
    }
    .faq-list__icon {
        width: 3vw;
    }
    .faq-list__item p {
        font-size: 3.5vw;
        width: calc(100% - 4.5vw);
    }
}
@media screen and (max-width: 768px) {
    .faq {
        padding: 45px 0;
    }
    .faq-head {
        margin: 0 0 35px;
    }
    .faq-head::before {
        height: 69px;
        width: 60px;
    }
    .faq-head h2 {
        font-size: 24px;
    }
}


/* lastmsg */
.lastmsg {
    padding: 85px 0;
}
.lastmsg-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
}
.lastmsg-head {
    margin: 0 0 50px;
    text-align: center;
}
.lastmsg-head h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8em;
}
.lastmsg-head h2 .small {
    font-size: 35px;
    font-weight: 700;
}
.lastmsg-head h2 .blue {
    color: #0071bc;
    font-size: 45px;
    font-weight: 700;
}
.lastmsg-head h2 .red {
    color: #fbb03b;
    font-size: 45px;
    font-weight: 700;
}
.lastmsg-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 0 85px;
}
.lastmsg-text {
    background: #fffdd7;
    border-radius: 20px;
    padding: 15px;
    width: 60%;
}
.lastmsg-image {
    width: 38%;
}
.lastmsg-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}
.lastmsg .application-card {
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
}
@media screen and (max-width: 968px) {
    .lastmsg-head {
        margin: 0 0 5vw;
    }
    .lastmsg-head h2 {
        font-size: 5vw;
    }
    .lastmsg-head h2 .small {
        font-size: 4.5vw;
    }
    .lastmsg-head h2 .blue,
    .lastmsg-head h2 .red {
        font-size: 6vw;
    }
    .lastmsg-card {
        flex-direction: column-reverse;
        margin: 0 auto 7vw;
    }
    .lastmsg-text {
        margin: 20px 0 0;
        width: 100%;
    }
    .lastmsg-image {
        margin: 0 auto;
        width: 80%;
    }
    .lastmsg-text p {
        font-size: 3vw;
    }
}
@media screen and (max-width: 768px) {}

/* contact */
.contact {
    padding: 0 0 85px;
}
.contact-head {
    background: #fbb03b;
    padding: 35px 0;
    text-align: center;
}
.contact-head h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.contact-body {
    margin: 0 auto;
    padding: 85px 0 0;
    width: 95%;
    max-width: 1000px;
}
.contact-list {
    display: grid;
    gap: 35px;
}
.contact-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact-list__item.submit-item {
    margin-top: 35px;
}
.contact-list__item dt {
    border: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
}
.contact-list__item.required dt::after {
    background: #0071bc;
    border-radius: 4px;
    color: #fff;
    content: "必須";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    margin-left: 20px;
    text-align: center;
    width: 59px;
}
.contact-list__item dt label {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.contact-list__item dd {
    border: 0;
    width: calc(100% - 320px);
}
.contact-list__item dt p,
.contact-list__item dd p {
    margin: 0;
}
.contact-list__item dd input,
.contact-list__item input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333;
    display: flex;
    align-items: center;
    outline: none;
    width: 100%;
}
.contact-list__item dd input {
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    filter: none;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    height: 65px;
    padding: 0 10px;
    max-width: none;
}
.contact-list__item input {
    background: #fbb03b;
    border-radius: 20px;
    border: 0;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    filter: drop-shadow(5px 5px 7px rgb(114 114 114 / 45%));
    height: 100px;
    margin: 0 auto;
    max-width: 500px;
}
.submit-item p {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .contact {
        padding: 0 0 6vw;
    }
    .contact-head h2 {
        font-size: 6vw;
    }
    .contact-body {
        padding: 7vw 0 0;
    }
    .contact-list {
        gap: 35px;
    }
    .contact-list__item.submit-item {
        margin-top: 25px;
    }
    .contact-list__item dt {
        width: 45%;
    }
    .contact-list__item.required dt::after {
        font-size: 2.5vw;
        height: 4.5vw;
        margin-left: 10px;
        width: 8vw;
    }
    .contact-list__item dt label {
        font-size: 3vw;
    }
    .contact-list__item dd {
        width: 52%;
    }
    .contact-list__item button {
        font-size: 4vw;
        height: 60px;
    }
    .submit-item p {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

.service-area-note {
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.service-area-note p:first-child {
    font-size: 21px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.service-area-note .small-text {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 968px) {
    .service-area-note p:first-child {
        font-size: 16px;
    }
}