@charset "utf-8";
html,
body {
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0.1em;
    overflow-x: clip;
    background-color: #EFEEE6 !important;
    color: #353535;
}
html, body {
    scroll-behavior: auto !important;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-style: normal;
    color: #001038;
}

a {
    color: #353535;
    text-decoration: none !important;
}

a:hover {
    color: #AD0F0F;
    text-decoration: none;
    cursor: pointer;
}

/* フォント */
.futura {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}

.sans {
    font-family: "Noto Sans JP", serif;
}


.fc-white {
    color: #FFF !important;
}

.fc-navy {
    color: #06204B !important;
}

.fc-black {
    color: #353535 !important;
}

.fc-pink {
    color: #D6386F !important;
}

.text-shadow {
    text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
    text-shadow: 2px 2px 5px white;
}

.has-shadow {
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 背景 */
.bg-white {
    background-color: #FFF;
}

.bg-beige {
    background-color: #EFEEE6;
}

.bg-beige2 {
    background-color: #E1DEC7;
}

.bg-beige3 {
    background-color: #E0D6BD;
}

.bg-beige4 {
    background-color: #ECE8C7;
}

.bg-brown {
    background-color: #726030;
}

.bg-navy {
    background-color: #001038;
}

.bg-grey {
    background-color: #262626;
}

/*罫線*/
.bb-b-dot {
    border-bottom: 1px dotted #545454;
}

.bb-w {
    border-bottom: 1px solid #FFF;
}

.bt-w {
    border-top: 1px solid #FFF;
}

.by-w {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

/* ボタン */
.button {
    display: inline-block;
    padding: 0.5rem 2rem;
    background-color: #AC1836;
    color: #FFF;
    border: 2px solid #AC1836;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.button.white {
    color: #AC1836;
    background-color: #FFF;
}

.button.large {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
}

.button:hover {
    color: #AC1836;
    background-color: #FFF;
}

.button.white:hover {
    color: #FFF;
    background-color: #AC1836;
}

/* ヘッダー */

.header {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}
.header a {
    color: #FFF;
    font-weight: bold;
    transition: all 0.3s ease;
}
.header a:hover {
    color: #CCC; 
}
.header a.button {
    color: #FFF !important;
    font-weight: bold;
}
.header a.button:hover {
    color: #AC1836 !important;
}
.head-tel {
    width: 150px;
    fill: #FFF;
}

@media (min-width: 992px) {
    .head-tel {
        width: 200px;
    }
}

/* ナビ */

.a-nav {
    display: none;
    opacity: 0;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    text-align: center;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    z-index: 700;
    background-image: url(../img/img2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.a-nav a {
    color: #FFF;
    transition: all 0.3s ease;
}

.a-burger {
    position: relative;
    align-items: center;
    appearance: none;
    border: 1px solid #FFF;
    border-radius: 22px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    justify-content: center;
    vertical-align: top;
    align-self: center;
    margin: 0;
    padding: 0;
    background-color:#001038;
    margin: 5px 5px 5px 5px;
}
.a-burger div {
    background-color: #FFF;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    left: 11px;
    transform-origin: center;
    transition-duration: 0.3s;
    transition-property: background-color, color, opacity, transform;
    padding: 0;
    margin: 0;
    min-height: 2px !important;
}

.a-burger div:nth-child(1) {
    bottom: 23px;
}

.a-burger div:nth-child(2) {
    top: 23px;
}

.a-burger.is-active div:nth-child(1) {
    transform: rotate(-45deg);
    bottom: 20px;
}

.a-burger.is-active div:nth-child(2) {
    transform: rotate(45deg);
    top: 20px;
}

@media (min-width:1024px) {
    .a-burger {
        display: none;
    }
}

.nav-tel-link {
    max-width: 200px;
}

/* TOPページ */
.top-logo {
    width: 250px;
}

.top-title {
    font-weight: 600;
}
.red-point {
    position: relative;
    display: inline-block;
}



.red-point span {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.red-point span::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    transform: translateX(-50%);
}
.top-img {
    background-image: url("../img/img1.jpg");
    height: calc(100vh - 50px);
    margin-bottom: 50px;
    border-bottom-left-radius: 120px;
}

@media (min-width:768px) {
    .top-img {
        height: calc(100vh - 100px);
        margin-bottom: 100px;
        border-bottom-left-radius: 200px;
    }
}

.top-cont {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media (min-width:768px) {
    .top-cont {
        transform: translateY(-40%);
    }
}

.top-cont-inner::before {
    content: "";
    background-color: #FFF;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top-text-img {
    width: 250px;
}

.top-text2 {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translateY(-30%);
    border-radius: 200px;
}

@media (min-width:992px) {
    .top-text2 {
        position: absolute;
        top: 0;
        right: 10px;
        transform: translateY(-40%);
        border-radius: 200px;
    }
}

.rtl-100 {
    border-top-left-radius: 100px;
}

.rbl-100 {
    border-bottom-left-radius: 100px;
}

.rtr-100 {
    border-top-right-radius: 100px;
}

.rbr-100 {
    border-bottom-right-radius: 100px;
}

.rtl-200 {
    border-top-left-radius: 200px;
}

.rbl-200 {
    border-bottom-left-radius: 200px;
}

.rtr-200 {
    border-top-right-radius: 200px;
}

.rbr-200 {
    border-bottom-right-radius: 200px;
}

.rtr-120 {
    border-top-right-radius: 120px;
}

.rbr-120 {
    border-bottom-right-radius: 120px;
}

.rbl-120 {
    border-bottom-left-radius: 120px;
}

.r-200 {
    border-radius: 200px;
}

.sec-title {
    position: relative;
    padding: 5px 0 5px 33px;
    margin-bottom: 1rem;
}

.sec-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #DFC279;
}

.sec-title p {
    font-size: 0.8rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    color: #D6386F;
    letter-spacing: 0.1rem;
}

.sec-title h2 {
    color: #06204B;
    font-size: 1.5rem;
}

@media (min-width:768px) {
    .sec-title p {
        font-size: 1rem;
    }

    .sec-title h2 {
        font-size: 2.5rem;
    }
}


.service-item {
    overflow: hidden;
    text-align: center;
    flex-grow: 1;
}

.sevice-icon {
    width: 96px;
}

.service-no span {
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    background-color: #F5E0AD;
    padding: 1rem 2rem;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    color: #06204B;
}

.deco-service {
    top: 50px;
    right: 10px;
}
@media (min-width:768px) {
    .service-no span {
        font-size: 1.5rem;
    }
    .deco-service {
        top: 100px;
        right: 100px;
    }
}
.cta {
    background-image: url(../img/img2.jpg);
}

#achieve .sub-img {
    background-image: url(../img/img3.jpg);

}

.sub-img {
    height: 400px;
}

@media (min-width:992px) {
    .sub-img {
        height: 30vw;
    }
}

.sub-cont {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#details .sub-cont {
    position: relative;
}

.sub-cont-inner::before {
    content: "";
    background-color: #FFF;
    width: calc(30%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 120px;
}

.achieve-title {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #0d2240;
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 50px;
    margin-left: -30px;
}

.achieve-title::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c4a050;
}

.achieve-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 1px;
    background-color: #c4a050;
}

@media(min-width:768px) {
    .achieve-title {}
}

.achieve-no {
    width: 120px;
    display: block;
    position: relative;
    top: -50px;
}

.achieve-img1,
.achieve-img2,
.achieve-img3 {
    position: relative;
    width: 100%;
    top: -100px;
    left: -15px;
}

.achieve-deco2 {
    bottom: -100px;
    right: 0px;
}

@media(min-width:768px) {

    .achieve-img1,
    .achieve-img2,
    .achieve-img3 {
        width: 75%;
        margin-right: 25%;
    }

    .achieve-img2 {
        margin-right: 0;
        margin-left: 25%;
    }
}

@media(min-width:1200px) {

    .achieve-img1,
    .achieve-img2,
    .achieve-img3 {
        width: 45%;
        position: absolute;
        margin: 0;
        left: 0;
        top: auto;
        bottom: 0;
    }

    .achieve-img2 {
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
    }
}

.details-cont {
    margin-top: -150px;
    position: relative;
}

.details-cont-inner {
    padding: 180px 20px 100px 20px;
    position: relative;
    z-index: 10;
}

.details-cont::before {
    content: "";
    background-color: #E0D6BD;
    width: calc(30%);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.detail-icon {
    width: 100px;
    border-radius: 100px;
}

.details-img1 {
    position: absolute;
    top: -25vw;
    right: -2%;
    width: 50%;
    z-index: 20;
}

@media(min-width:768px) {
    .detail-icon {
        width: 200px;
    }

    .details-cont-inner {
        padding: 170px 50px 50px 50px;
    }

    .details-img1 {
        top: -5vw;
        right: 2%;
        width: 30%;

    }
}

@media(min-width:1024px) {
    .detail-icon {
        width: 200px;
    }

    .details-cont-inner {
        padding: 250px 100px 100px 100px;
    }

}

.support-img {
    width: 80%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

@media(min-width:1200px) {
    .support-img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 45%;
        transform: translateY(-50%);
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }
}

.step-icon {
    width: 100px !important;
    max-width: 100px !important;
}
@media(min-width:768px) {
    .step-icon {
        width: 150px !important;
        max-width: 150px !important;
    }
}

@media(min-width:1024px) {
    .step-icon {
        width: 150px !important;
        max-width: 150px !important;
    }
}
.contact-title {
    position: relative;
    text-align: center;
    font-size: 18px; /* 適宜調整 */
    font-weight: bold; /* 適宜調整 */
    color: #13294B; /* 文字色（画像のカラーに合わせて） */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* タイトルと線の間隔 */
}

.contact-title::before,
.contact-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #13294B; /* 線の色 */
}

.contact-title::before {
    margin-right: 10px; /* 調整 */
}

.contact-title::after {
    margin-left: 10px; /* 調整 */
}
.contact-tel {
    width: 370px;
}
.footer a {
    color: #FFF;
}
.footer a:hover {
    color: #CCC;
}
.foot-logo {
    width: 300px;
}
.foot-tel {
    width: 250px;
}
.foot-top li {
    margin-bottom: 0.6rem;
}
.foot-bottom li{
    margin-right: 1rem;
    margin-bottom: 0.6rem;
}