@charset "utf-8";

/*------------ header ------------*/

#header_wrap {
    background: transparent;
}

#logo img.logo_black {
    display: none;
    opacity: 0;
}

.smallhead #logo img.logo_black {
    display: block;
    opacity: 1;
}

#logo img.logo_white {
    opacity: 1;

}

.smallhead #logo img.logo_white {
    display: none;
    opacity: 0;
}


/* smallhead */
/*#header_wrap.smallhead {
	background: #FFF !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/
/*.menu_link {
	color: #fff !important;
}*/
/*.smallhead .menu_link {
	color: #333 !important;
}*/


.home .menu_link {
    color: #002B59 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h_tel_area {
    color: #fff;
}


/*------------ footer ------------*/
/* #footer_wrap {
    background: #F5F5F5;
} */

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */
.top_ttl {
    position: relative;
    /*text-align: center;*/
    margin-bottom: 35px;
}

.top_ttl h2 {
    font-family: "Cardo", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 7.0rem;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0em;
    color: #294C79;
    max-height: 100%;
}

.top_ttl h2::after {
    font-family: 'Noto Serif JP', serif;
    display: block;
    content: attr(data-txt)"";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #294C79;
    margin-top: 5px;
    max-height: 100%;
}



/* top common// */
#index_wrap {
    position: relative;
}



#top_h1 {
    position: absolute;
    left: 7%;
    top: 62.5%;
    max-width: 100%;
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
    transform: translateY(-50%);
}

#top_h1 h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: 5.2rem;
    letter-spacing: 0.125em;
    color: #fff;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 24px;
    max-height: 100%;
	padding: 45px 0 0 55px;
}

#top_h1 span {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.875;
    font-weight: 500;

    max-height: 100%;

}

.mv_catch img {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}

.dots-wrap {
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 66px;
}

.dots-wrap button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}



.dots-wrap li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
    transition: opacity .5s ease;
    opacity: 0.48;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-bottom: 0;
}


/* form */
.form_area {
    background: #fff;
    padding: 20px 40px 50px 40px;
    margin-top: 20px;
}


.form_table table {
    width: 100%;
}

.form_table table tr {}

.form_table table th {
    display: block;
    border: none;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.06em;
    text-align: left;
    padding: 25px 0px 5px 0;
}

.form_table table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0px;
}

.form_table table input {
    width: 100%;
    font-weight: 500;
    border: 1px solid #AAAAAA;
    padding: 12px 15px;
    border-radius: 3px;
}

.form_table table textarea {
    resize: vertical;
    overflow: auto;
    line-height: 1.7em;
    color: #222;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    overflow-wrap: break-word;
    border: 1px solid #AAAAAA;
    padding: 12px 15px;
    border-radius: 3px;
    width: 100%;
    vertical-align: bottom;
}


.req {
    color: #BB1818;
}


.agree_area {
    margin: 30px 0 40px 0;
}

.doi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
}

.doi label {
    display: flex;
}

.doi input {
    width: 20px;
    height: 20px;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    margin-right: 15px;
}

.doi a[target="_blank"] {
    color: #222;
    padding-right: 25px;
    /*background: url(../img/popup.svg) no-repeat top 2px right 3px;*/
    background: url(../img/popup.svg) no-repeat top 2px right 10px;

}

.doi a:hover {
    text-decoration: none;
}

.form_btn {
    position: relative;
    max-width: 250px;
    width: 100%;
    height: 58px;
    margin: auto;
    margin-top: 50px;
}

.form_btn input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 6px;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #FFF;
    background-color: #0050E6;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
}

.form_btn input:hover {
    background: #299862;
}

button.back_btn {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 200px !important;
    width: 100%;
    margin: auto;
    padding: 13px;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #FFF;
    background-color: #AAAAAA;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
    border: 0px solid #000;
}

button.back_btn:hover {
    background: #898989;
}

.back {
    margin-top: 30px;
}

.back a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px !important;
    height: 100%;
    padding: 13px;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #FFF;
    background-color: #2DB573;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
    max-height: 100%;
    position: relative;
    margin: auto;
}

.back a:hover {
    background: #299862;
}


/*------------ フォーム用テキスト表示制御 ------------*/
.preview_txt {
    display: none;
}

.mw_wp_form_confirm .input_txt {
    display: none !important;
}

.mw_wp_form_confirm .preview_txt {
    display: block !important;
    text-align: center;
    margin-bottom: 30px;
}

.mw_wp_form_complete .input_txt,
.mw_wp_form_complete .preview_txt {
    display: none !important;
}

.map_link.non {
    color: #0050E6 !important;
    letter-spacing: 0;
    text-decoration: none;
    padding-left: 25px;
    background: url(../img/icon_map.svg) no-repeat center left 5px !important;
}

/* === Overlay Utility (overlay blend 対応) === */
.overlay {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    /* ブレンドの影響を外へ漏らさない */
    --overlay-color: #2476AC;
    /* 既定色 */
    --overlay-opacity: .30;
    /* 既定30% */
}

.overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--overlay-color);
    opacity: var(--overlay-opacity);
    /* 濃さは下のプリセット/カスタムで制御 */
    pointer-events: none;
    z-index: 1;
}

/* ブレンド方式（任意で付与） */
.overlay--ovl::after {
    mix-blend-mode: overlay;
}

/* ← これが“オーバーレイ” */
.overlay--mul::after {
    mix-blend-mode: multiply;
}

/* 参考：乗算 */

/* 濃さプリセット（5%刻み：0〜100%） */
.overlay--00 {
    --overlay-opacity: 0
}

.overlay--05 {
    --overlay-opacity: .05
}

.overlay--10 {
    --overlay-opacity: .10
}

.overlay--15 {
    --overlay-opacity: .15
}

.overlay--20 {
    --overlay-opacity: .20
}

.overlay--25 {
    --overlay-opacity: .25
}

.overlay--30 {
    --overlay-opacity: .30
}

.overlay--35 {
    --overlay-opacity: .35
}

.overlay--40 {
    --overlay-opacity: .40
}

.overlay--45 {
    --overlay-opacity: .45
}

.overlay--50 {
    --overlay-opacity: .50
}

.overlay--55 {
    --overlay-opacity: .55
}

.overlay--60 {
    --overlay-opacity: .60
}

.overlay--65 {
    --overlay-opacity: .65
}

.overlay--70 {
    --overlay-opacity: .70
}

.overlay--75 {
    --overlay-opacity: .75
}

.overlay--80 {
    --overlay-opacity: .80
}

.overlay--85 {
    --overlay-opacity: .85
}

.overlay--90 {
    --overlay-opacity: .90
}

.overlay--95 {
    --overlay-opacity: .95
}

.overlay--100 {
    --overlay-opacity: 1
}

/* （オプション）下側だけ効かせたい時のグラデ */
/* .overlay--grad::after{
  background: linear-gradient(
    180deg,
    rgba(36,118,172,0) 25%,
    rgba(36,118,172,.45) 100%
  );
} */

@media screen and (max-width:767px) {

    .home #toggle a {
        color: #fff;
    }

    .home #toggle a span,
    .home #toggle a::before,
    .home #toggle a::after {
        background: #294C79;
    }

    .home .menu_link {
        color: #222 !important;
    }


    .home .smallhead #toggle a span,
    .home .smallhead #toggle a::before,
    .home .smallhead #toggle a::after {
        background: #294C79;
    }

    .home .smallhead #toggle a.open::before,
    .home .smallhead #toggle a.open::after {
        background: #294C79;
    }

    .home .fixed #toggle a::before,
    .home .fixed #toggle a::after {
        background: #294C79;
    }

    /* home common */

    .top_ttl {
        margin-bottom: 20px;
    }

    .top_ttl h2 {
        font-size: 3rem;
    }

    .top_ttl h2::before {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }


    #top_h1 {
        left: 0;
        max-width: 100%;
        padding: 0 13px;
    }

    #top_h1 h1 {
        font-size: 3.6rem;
        font-size: clamp(2.6rem, 8.4vw, 2.4rem);
        margin-bottom: 80px;
		padding: 20px 0 0 0;
    }

    #top_h1 span {
        font-size: 1.3rem;
        font-size: clamp(1.3rem, 2.9vw, 1.8rem);
    }
	
	.top_ttl h2::after {
		font-size: 1.2rem;
	}
	
	h3 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
}

    /*.dots-wrap {
		right: 22px;
		bottom: 25px;
	}*/
    /* .dots-wrap button {
		display: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		padding: 0;
		border: none;
		background-color: transparent;
	} */



    /*.dots-wrap li {
		width: 7px;
		height: 7px;
	}*/


    .form_area {
        padding: 15px 0 30px 0;
    }

    .form_table table th {
        font-size: 1.4rem;
        padding: 18px 0 3px 0;
    }

    .form_table table input {
        padding: 10px 12px;
    }

    .doi {
        font-size: 1.4rem;
    }

    .doi input {
        width: 15px;
        height: 15px;
    }

    .form_btn {
        height: 50px;
    }

    .form_btn a {
        font-size: 1.4rem;
    }

}