/*
Theme Name: MONEYJOY
Theme URI: https://moneyjoy.jp/
Template: arkhe
*/

body {
    font-family: 'Noto Sans JP', sans-serif;
}

h1,
h2,
h3 {
    font-weight: 700;
    font-family: 'Hannari', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif !important;
}

p,
li,
a {
    font-weight: 400;
}

.n2-ss-text {
    font-family: 'Noto Sans JP', sans-serif !important;
}

strong {
    color: #af9d2e;
    font-size: 110%;
}

@media (max-width: 768px) {
    p,li{
        font-size: 1rem !important;
    }
}

/* ---------- ヘッダー ---------- */
@media (min-width: 768px) {
    .c-headLogo__img {
        margin-top: -5px;
    }
}

/* ---------- トップメインイメージ ---------- */

@media (min-width: 768px) {
    .xo-slider-template-default .slide-content-title {
        margin-top: 25%;
    }
}

/*.xo-slider-template-default .slide-content {
	background-color: rgba(0, 0, 0, 0.2);
}*/

.slide-content {
    z-index: 10;
}

.swiper-slide {
    position: relative !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 動画がコンテナに合わせて適切にリサイズされる */
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    /* 薄い黒の背景色 */
    background-image:
        radial-gradient(circle, #111 30%, transparent 31%),
        /* 小さな円形のグラデーションパターン */
        radial-gradient(circle, #111 30%, transparent 31%);
    background-size: 3px 3px;
    /* パターンのサイズを調整 */
    background-position: 0 0, 1.5px 1.5px;
    /* パターンの位置を調整 */
    z-index: 1;
}

.swiper-slide video {
    z-index: 1;
    /* オーバーレイの下に動画を配置 */
}

@media (min-width: 768px) {
    div.n2-ss-text br {
        display: none;
    }

    #n2-ss-4item1 {
        margin-top: -140px;
    }

    #n2-ss-4item2 {
        margin-top: -80px;
    }
}

@media (max-width: 767px) {
    div#n2-ss-4 .n2-font-577e3e94d392c80545fffaf7623e9404-hover {
        font-size: 100% !important;
    }

    div.n2-ss-text {
        font-size: 1.2rem !important;
    }

    .n2-ss-slide {
        min-height: 350px;
        object-fit: cover;
    }

    #n2-ss-4item1,
    #n2-ss-4item3,
    #n2-ss-4item5 {
        margin-top: -90px;
        font-size: 1.5rem !important;
        text-align: left !important;
    }

    #n2-ss-4item2,
    #n2-ss-4item4,
    #n2-ss-4item6 {
        margin-top: -55px;
        font-size: 1.5rem !important;
        text-align: left !important;
    }

    #n2-ss-4item5 {
        margin-top: -90px;
        font-size: 1.5rem !important;
        text-align: left !important;
    }

    #n2-ss-4item6 {
        margin-top: -20px;
        font-size: 1.5rem !important;
        text-align: left !important;
    }
}

/* ---------- トップ ---------- */
.sec1 .smb-section__lede {
    font-size: 1.2rem;
}

.uagb-infobox-icon-left-title .uagb-ifb-left-title-image .uagb-ifb-image-content {
    width: 60px;
}

.uagb-ifb-title {
    margin-left: 15px;
}

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

/* ---------- ブロック ---------- */
.sme-highlighter {
    background-image: linear-gradient(#0000 80%, #fff10080 0) !important;
}
.smb-accordion__item {
    border: 1px solid #5f97e1;
}
.smb-accordion__item__title {
    background-color: #E5F0F9;
}

@media (min-width: 768px) {
    .is-style-list-columns li {
        width: 46%;
    }
}

@media (max-width: 767px) {
    .is-style-list-columns {
        display: block;
    }

    .is-style-list-columns li:nth-child(2n) {
        margin-left: 0rem;
    }

    .is-style-list-columns li {
        width: 100%;
    }

    /*.sfm-floating-menu{
        display: none;
    }*/
}

.rt-tpg-container .rt-holder .rt-img-holder {
    overflow: hidden;
    height: 250px;
}

/* ---------- 固定ページ ---------- */

.pricesec1 div {
    font-size: 1.1rem;
}

.box11 {
    background-color: #fff;
}

@media (min-width: 768px) {
    .secpresident1 .c-row--lg-middle {
        width: 1100px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .pricesec1 .vk_borderBox_title_container {
        text-align: center;
    }

    .pricesec1 .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
        font-size: 1.3em;
    }
}

/* ---------- パーツ ---------- */

p.fnt1 {
    font-size: 1.6rem;
}

.fnt1 strong {
    font-size: 2.5rem;
    line-height: 120%;
}

.fnt1.line-b1 strong{
    text-decoration: line-through;
}


/* ---------- ブロック ---------- */

.wp-block-spacer {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .c-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .smb-section-break-the-grid__content--p-l {
        padding: 20px;
    }

    .vk_button .vk_button_link.btn,
    .editor-styles-wrapper .vk_button .vk_button_link.btn {
        width: 100%;
    }

    .wp-block-columns {
        --wp-column-gap: 1rem;
    }
    .vk_borderBox .vk_borderBox_body {
        padding: 1.5em 1em !important;
    }
}

/* ---------- フッター ---------- */
@media (min-width: 768px) {
    .footer_bl11 ul {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .footer_bl11 li {
        width: 33.33333% !important;
    }
}

/* ------------ 問い合わせフォーム ------------ */

#form1 {
    overflow: hidden;
}

#form1 th,
#form1 td {
    padding: 20px;
}

#form1 th {
    width: 40%;
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

div.wpcf7 .wpcf7-spinner {
    display: block;
}

#form1 .form_1 {
    background-color: #f39800;
    padding: 10px;
    color: #fff;
    text-align: center !important;
    margin-bottom: 20px;
}

#form1 .color-botton01 {
    width: 220px;
    margin: 20px auto;
    padding: 15px 5px;
    background-color: #f39800;
    text-align: center;
    border-radius: 30px;
}

#form1 .color-botton01 a {
    color: #fff;
}

@media (min-width: 768px) {
    .wpcf7 {
        width: 100% !important;
    }
}

.wpcf7 {
    margin: 0px auto !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
    width: 100%;
}

.must {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #F92931;
    border-radius: 20px;
    font-size: 11px;
}

.free {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #a9a9a9;
    border-radius: 20px;
    font-size: 11px;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

input.wpcf7-submit {
    padding: 10px 80px;
    background: #ff7b00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.formb2 {
    margin-top: 10px;
    text-align: center;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
    width: 350px;
    padding: 15px !important;
    color: #fff;
    font-size: 30px !important;
    font-weight: 600;
    border-radius: 50px !important;
    margin-top: 30px !important;
    background: #ffc86a !important;
    background: -moz-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
    background: -webkit-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
    background: linear-gradient(to bottom, #ffc86a 0%, #f39800 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc86a', endColorstr='#f39800', GradientType=0) !important;
}

@media only screen and (max-width:480px) {
    #form1 {
        margin: 0 -10px;
    }

    #form1 th,
    #form1 td {
        width: 100% !important;
        display: block;
        border-top: none;
    }

    #form1 tr:first-child th {
        border-top: 1px solid #ddd;
    }
}