@charset "utf-8";

/**
 * ***************************************
 * ランディングページ用CSS
 * ***************************************
 */
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-size: 18px;
    font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
p {
    margin: 0;
}
h1,h2,h3,h4,h5{
    margin: 0;
    font-weight: bold;
}
a, button {
    border: none;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
a:hover, button:hover {
    opacity: .7;
}
.w780 {
    max-width: 780px;
    margin: auto;
    padding: 0 .8em;
}
.__spON {
    display: block;
}
.__spOFF {
    display: none;
}
@media screen and (min-width: 768px) {
    .__spON {
        display: none;
    }
    .__spOFF {
        display: block;
    }
}

/* ***************************************
 * 202206
 * ***************************************/

/* #lp202206-head
----------------------------------------------------*/
#lp202206-head {
    max-width: 1000px;
    margin: auto;
    min-height: 77px;
    padding: 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp202206-headLogo {
    display: flex;
    align-items: center;
}
.lp202206-headLogoSpecial {
    font-size: 12px;
    color: #EB589E;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 8px;
    line-height: 14px;
    margin-left: 1em;
    flex-shrink: 0;
}
.lp202206-siteButton {
    background: #3D9BE7;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 40px 5px 25px;
    border-radius: 30px;
}
.lp202206-siteButton::after {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    #lp202206-head {
        justify-content: space-between;
    }
    .lp202206-headLogoSpecial {
        font-size: 14px;
    }
    .lp202206-siteButton small {
        display: block;
    }
}

/* #lp202206-footer
----------------------------------------------------*/
#lp202206-footer {
    position: relative;
    background: #D7EAFA;
    padding: 3em 1em 1em;
    text-align: center;
    margin-top: 4em;
}
.lp202206-footerPagetop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.lp202206-footerWrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 4em;
}
.lp202206-footerLeft {
    text-align: left;
    line-height: 1.5;
}
.lp202206-footerLeft .name {
    font-size: 24px;
    font-weight: bold;
}
.lp202206-footerCopyright {
    font-size: 14px;
    text-align: center;
}
#lp202206-footer .lp202206-siteButton {
    font-size: 16px;
    min-height: 60px;
    margin: 1.8em 0;
}
#lp202206-footer .lp202206-siteButton small {
    margin-left: 10px;
}
.lp202206-footerLINE {
    position: absolute;
    bottom: 15px;
    right: 0;
}
@media screen and (min-width: 768px) {
    #lp202206-footer {
        padding: 4em 1em 2em;
        margin-top: 6em;
    }
    .lp202206-footerWrap {
        max-width: 970px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .lp202206-footerLeft {
        line-height: 2;
    }
}

/* #lp202206-main
----------------------------------------------------*/
#lp202206-main {
    text-align: center;
}
.lp202206-mainBg {
    background: linear-gradient(to right, #f6b1b4 0%, #f6b1b4 50%, #ea5460 50%, #ea5460 100%);
}
.lp202206-mainWrap {
    display: inline-block;
    position: relative;
}
.lp202206-mainRight {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3vw;
    font-weight: bold;
    border: 1px solid;
    padding: .3em .4em;
}
.lp202206-mainLINEbutton {
    background: #00B900;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.lp202206-mainLINEbutton::after {
    content: "\f138";
    font-family: "Font Awesome 5 free";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.lp202206-mainLINEbutton small {
	display: block;
}
.lp202206-mainMiddle {
    background: #3E9BE7;
    color: #fff;
}
.lp202206-mainMiddleTitle {
    padding: .6em;
    font-size: 5.8vw;
}
.lp202206-mainBottom {
    margin: 1.8em auto;
}
.lp202206-mainBottomTxt {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: .6em;
}
.lp202206-mainBottomTxt span {
    background:linear-gradient(transparent 60%, #F8C0D8 60%);
}
.lp202206-mainMenu {
    background: #FFC4DD;
    padding: 1em 0 .2em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lp202206-mainMenuButton {
    margin: 0 .3em .8em;
}
.lp202206-mainMenuButton button {
    background: #EB589E;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 40px;
    padding: 0 2.7em 0 1.2em;
    border-radius: 30px;
}
.lp202206-mainMenuButton button::after {
    content: "\f078";
    font-family: "Font Awesome 5 free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
}
@media screen and (min-width: 768px) {
    .lp202206-mainRight {
        top: 40px;
        font-size: 3.5vw;
        padding: .3em .6em;
    }
    .lp202206-mainLINE {
		position: fixed;
        top: 68vw;
		right: 1em;
        background: #fff;
        border-radius: 50%;
		z-index: 99;
    }
    .lp202206-mainMiddleTitle {
        font-size: 5.3vw;
        padding: .2em;
    }
    .lp202206-mainBottom {
        background: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 3em auto;
    }
    .lp202206-mainBottomTxt {
        font-size: 36px;
        margin-bottom: 0;
    }
    .lp202206-mainMenu {
        padding: 1.4em 0 .7em;
    }
    .lp202206-mainMenuButton {
        margin: 0 .5em .8em;
    }
    .lp202206-mainMenuButton button {
        font-size: 18px;
        min-height: 50px;
    }
	.lp202206-mainLINEbutton {
		font-size: 18px;
	}
}
@media screen and (min-width: 1000px) {
	.lp202206-mainLINE {
        top: 36em;
	}
}
@media screen and (min-width: 1381px) {
	.lp202206-mainLINE {
		right: calc(50% - 37em);
	}
}
@media screen and (min-width: 1031px) {
    .lp202206-mainRight {
        right: 0;
    }
    .lp202206-mainRight {
        font-size: 40px;
    }
    .lp202206-mainMiddleTitle {
        font-size: 55px;
    }
}
    
/* #lp202206-policy
----------------------------------------------------*/
#lp202206-policy {
    background: #D7EAFA;
}
.lp202206-commonTitle {
    text-align: center;
    padding: 4em 0 2em;
}
.lp202206-commonTitle h2 {
    display: inline-block;
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 1.1;
}
.lp202206-commonTitle .titleLine {
	border-bottom: 3px solid #EB589E;
	padding-bottom: .2em;
}
#lp202206-policy .lp202206-commonTitle h2 {
    letter-spacing: 4px;
}
.lp202206-policyBox {
    max-width: 540px;
    margin: 1em auto 4em;
    position: relative;
    z-index: 2;
}
.lp202206-policyTitleWrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}
.lp202206-policyNumber {
    background: #F282B2;
    color: #fff;
    font-weight: bold;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6.8vw;
    flex-shrink: 0;
    margin-right: .5em;
}
.lp202206-policyTitle {
    font-size: 6.2vw;
    line-height: 1.6;
}
.lp202206-policyTxt {
    line-height: 1.8;
}
.lp202206-policyBg {
    position: relative;
}
.lp202206-policyBg::before {
    content: "";
    width: 230px;
    height: 220px;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: -1.3em;
}
.lp202206-policyContents {
    padding: 0 1.3em 2em;
}
.lp202206-policyContents div:nth-of-type(2n)::before {
    right: auto;
    left: -1.3em;
    background-position: left;
}
#lp202206-policy01::before {
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy01.png");
}
#lp202206-policy02::before {
    top: 2em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy02.png");
}
#lp202206-policy03::before {
    bottom: -1.5em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy03.png");
}
#lp202206-policy04::before {
    bottom: -2em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy04.png");
}
#lp202206-policy05::before {
    top: 3em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy05.png");
}
#lp202206-policy06::before {
    bottom: -2.5em;
    left: -.5em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy06.png");
}
#lp202206-policy07::before {
    bottom: -2em;
    right: -.5em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy07.png");
}
#lp202206-policy08::before {
    bottom: -4em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy08.png");
}
#lp202206-policy09::before {
    right: -.5em;
    bottom: -3.5em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy09.png");
}
#lp202206-policy10::before {
    left: -.5em;
    bottom: -2em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy10.png");
}
#lp202206-policy11::before {
    right: -.5em;
    bottom: -4em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy11.png");
}
#lp202206-policy12::before {
    bottom: -3em;
    left: -.5em;
    background-image: url("https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_policy12.png");
}
#lp202206-policy12 .lp202206-policyBox {
    margin: 1em auto 4em;
}
.lp202206-contactButton {
    padding-bottom: 1em;
}
.lp202206-contactButton button {
    background: #EB589E;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    width: 80%;
    justify-content: center;
    border-radius: 30px;
    margin: auto;
}
.lp202206-contactButton button::before {
    content: "";
    background: url('https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_mail.png') center/cover;
    width: 25px;
    height: 17px;
    display: inline-block;
    margin-right: .8em;
}
@media screen and (max-width: 767px) {
    .lp202206-policyBg::before {
        background-size: 90%;
    }
    #lp202206-policy07::before, #lp202206-policy10::before {
        background-size: 80%;
    }
    #lp202206-policy02::before, #lp202206-policy12::before {
        background-size: 70%;
    }
    #lp202206-policy03::before, #lp202206-policy04::before {
        background-size: 60%;
    }
}

@media screen and (min-width: 451px) {
    .lp202206-policyNumber {
        width: 65px;
        height: 65px;
        font-size: 29px;
    }
    .lp202206-policyTitle {
        font-size: 23px;
    }
    .lp202206-contactButton button {
        font-size: 18px;
        min-height: 60px;
        width: 300px;
    }
    .lp202206-contactButton button::before {
        width: 30px;
        height: 23px;
    }
}
@media screen and (min-width: 768px) {
    .lp202206-commonTitle h2 {
        font-size: 25px;
    }
	.lp202206-commonTitle .titleLine {
	    padding-bottom: .4em;
	}
    .lp202206-commonTitle {
        padding: 5em 0 3em;
    }
    .lp202206-policyBox {
        margin: 1em auto 5em;
    }
    .lp202206-policyTitleWrap {
        align-items: center;
        margin-bottom: 1.5em;
    }
    .lp202206-policyNumber {
        width: 80px;
        height: 80px;
        font-size: 35px;
    }
    .lp202206-policyTitle {
        font-size: 28px;
    }
    .lp202206-policyBg::before {
        width: 280px;
        height: 260px;
        right: 0;
        bottom: auto;
    }
    .lp202206-policyContents div:nth-of-type(2n)::before {
        left: 0;
    }
    #lp202206-policy01::before {
        top: -5em;
    }
    #lp202206-policy03::before {
        top: -1.5em;
    }
    #lp202206-policy04::before {
        top: -2em;
    }
    #lp202206-policy05::before {
        top: auto;
    }
    #lp202206-policy06::before {
        top: -1.5em;
    }
    #lp202206-policy07::before {
        top: 2em;
    }
    #lp202206-policy08::before {
    }
    #lp202206-policy09::before {
        top: 5em;
    }
    #lp202206-policy10::before {
        top: 3.5em;
    }
    #lp202206-policy11::before {
        top: 5em;
    }
    #lp202206-policy12::before {
        top: -2em;
    }
    .lp202206-contactButton {
        padding-bottom: 4em;
    }
}

/* #lp202206-member
----------------------------------------------------*/
.lp202206-memberWrap {
    margin-bottom: 3em;
}
.lp202206-memberBox {
    background: #FBD9E8;
    text-align: center;
    margin: 0 auto .5em;
    padding: 1px .8em 1em;
}
.lp202206-memberBox img {
    border-radius: 50%;
    width: 195px;
}
.lp202206-memberName {
    font-size: 23px;
    line-height: 1.8;
    margin-top: 1em;
}
.lp202206-memberName small {
    display: block;
    font-size: 60%;
    line-height: 1.2;
}
.lp202206-memberName::after {
    content: "";
    border-bottom: 1px solid #EB589E;
    width: 30px;
    display: inline-block;
    margin: .7em;
}
.lp202206-memberTxt {
    font-size: 15px;
}
@media screen and (min-width: 768px) {
    .lp202206-memberWrap {
        overflow: hidden;
    }
    .lp202206-memberBox {
        width: 45.7%;
        float: left;
        min-height: 436px;
        margin: 0 0 .5em;
        padding: 1em .8em;
    }
    .lp202206-memberWrap div:nth-of-type(2n) {
        float: right;
    }
    .lp202206-memberBox img {
        width: auto;
    }
    .lp202206-memberName {
        font-size: 28px;
    }
    .lp202206-memberTxt {
        font-size: unset;
    }
}

/* #lp202206-congressman
----------------------------------------------------*/
.lp202206-congressmanWrap {
    margin-bottom: 3em;
}
.lp202206-congressmanBanner {
    margin-bottom: .9em;
}
@media screen and (min-width: 768px) {
    .lp202206-congressmanBanner {
        margin-bottom: 1.7em;
    }
}

/* #lp202206-youtube
----------------------------------------------------*/
.lp202206-youtubeWrap {
    max-width: 690px;
    margin: auto;
    padding: 0 .8em;
}
.lp202206-youtubeInner {
    margin-bottom: 1.5em;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.lp202206-youtubeInner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.lp202206-youtubeButton button {
    background: #F00;
}
.lp202206-youtubeButton button::before {
    background: url('https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_youtube.png') center/cover;
}
@media screen and (min-width: 451px) {
    .lp202206-youtubeButton button {
        width: 350px;
    }
}
@media screen and (min-width: 768px) {
    .lp202206-youtubeInner {
        margin-bottom: 3em;
    }
}
@media screen and (max-width: 767px) {
    #lp202206-youtube .lp202206-commonTitle h2 {
        line-height: 2;
    }
	.lp202206-youtubeButton {
		padding: 1em 0 3em;
	}
}

/* #lp202206-LINE
----------------------------------------------------*/
#lp202206-LINE {
    background: #DCF2DC;
    padding: 1.7em 0;
}
.lp202206-LINEwrap {
    max-width: 570px;
    margin: auto;
    padding: 0 .6em;
}
.lp202206-LINEhead {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 4.4vw;
}
.lp202206-LINEhead:before, .lp202206-LINEhead:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #707070;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}
.lp202206-LINEhead:before {
    transform: rotate(-25deg);
}
.lp202206-LINEhead:after {
    transform: rotate(25deg);
}
.lp202206-LINEbox {
    position: relative;
    border: 2px solid #00B900;
    background: #fff;
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: .3s;
}
.lp202206-LINEbox:hover {
    opacity: .7;
}
.lp202206-LINEbox::after {
    content: "";
    background: url('https://www.sdp-ishikawa.jp/wp/wp-content/uploads/lp202206_LINE_arrow.png') no-repeat center/contain;
    width: 8vw;
    height: 5.2vw;
    margin: .8em .8em .8em 0;
}
.lp202206-LINEbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lp202206-LINEbox figure {
    margin: 1em;
}
.lp202206-LINEbox img {
    width: 13.5vw;
}
.lp202206-LINEtitle {
    color: #00B900;
    font-size: 3.8vw;
    margin-bottom: .4em;
}
.lp202206-LINEtxt {
    font-size: 3.3vw;
    font-weight: bold;
}
@media screen and (min-width: 599px) {
    #lp202206-LINE {
        padding: 3em 0 3.8em;
    }
    .lp202206-LINEhead {
        font-size: 24px;
    }
    .lp202206-LINEbox {
        margin-top: 2em;
    }
    .lp202206-LINEbox::after {
        width: 32px;
        height: 32px;
        margin: 1em;
    }
    .lp202206-LINEbox figure {
        margin: 1.5em;
    }
    .lp202206-LINEbox img {
        width: auto;
    }
    .lp202206-LINEtitle {
        font-size: 24px;
    }
    .lp202206-LINEtxt {
        font-size: 20px;
    }
}

/* #lp202206-LINE
----------------------------------------------------*/
.lp202206-contactTxt {
    max-width: 560px;
    margin: 0 auto 2em;
    line-height: 1.5;
}
.lp202206-contactTxt a {
    font-weight: bold;
    text-decoration: none;
}
#lp202206-contact .wpcf7-form {
	max-width: 700px;
	margin: auto;
}
.lp202206-formBox {
	margin-bottom: 1em;
}
.lp202206-formName {
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-right: 10px;
	min-height: 35px;
}
.lp202206-formName span {
	background: #EB589E;
	color: #fff;
	font-size: 12px;
	min-height: 20px;
	display: inline-block;
	line-height: 20px;
	padding: 0 5px;
	margin-left: 10px;
}
.lp202206-formInput {
	width: 100%;
}
.lp202206-formInput input, .lp202206-formInput textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-size: .9em;
}
.lp202206-formButton {
	margin-top: 1.5em;
	text-align: center;
	position: relative;
}
.lp202206-formButton .wpcf7-submit {
	background: #EB589E;
	border: none;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	height: 60px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 30px;
	cursor: pointer;
}
.lp202206-formButton .ajax-loader {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 1em;
}
.lp202206-formButtonArrow {
	width: 200px;
	margin: auto;
	position: relative;
	transition: .3s;
}
.lp202206-formButtonArrow:hover {
	opacity: .8;
}
.lp202206-formButtonArrow::after {
	content: "\f054";
	font-family: "Font Awesome 5 free";
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.lp202206-formCheck {
	font-size: 16px;
	text-align: center;
	margin-top: 2em;
	line-height: 1.5;
}
.lp202206-formCheck .wpcf7-list-item {
	margin: 0;
}
@media screen and (min-width: 768px) {
	.lp202206-contactTxt {
		margin: 0 auto 3em;
	}
	.lp202206-formBox {
		display: flex;
		align-items: flex-start;
		margin-bottom: .8em;
	}
	.lp202206-formName {
		justify-content: space-between;
		flex-shrink: 0;
		width: 190px;
		min-height: 43px;
	}
	.lp202206-formButton {
		margin-top: 2.5em;
	}
}
@media screen and (max-width: 767px) {
    #lp202206-contact .lp202206-commonTitle {
        padding: 3em 0 2em;
    }
}