@charset "UTF-8";
/* CSS Document */

/*
20.初めてご利用の方へ
30.ご利用案内
40.あいくる病児保育室の想いと特徴
50.安心・安全への取り組み
60.一日の過ごし方
70.スタッフ・施設紹介
80.利用者さまの声
90.よくある質問
100.アクセス・駐車場
110.採用情報
111.サンクスページ
130.予約・お問い合わせ
140.運営会社
150.プライバシーポリシー
160.404エラー
*/

/*
共通
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	.page_mv {
		position: relative;
		width: 100%;
		height: auto;
		overflow-x: hidden;
	}
	
	.page_mv .img {
		z-index: 0;
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.page_mv .img::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: -500%;
		width: 2000%;
		height: 1000%;
		background: #FCEAF2;
	}
	
	.page_mv .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 460px;
		border-radius: 60px 60px 0 0;
		object-fit: cover;
		object-position: center;
	}
	
	.page_mv .text {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		margin: -89px auto 0 auto;
		padding: 36px 0 0 0;
	}
	
	.page_mv .text::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page_mv_back_pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.page_mv .text img {
		display: block;
		position: relative;
		height: auto;
	}
	
	.page_mv .text img.img01 {
		margin: 0 auto 30px auto;
	}
	
	.page_mv .text img.img02 {
		margin: 25px auto 0 auto;
	}
	
	.page_mv .text h1 {
		font-size: 35px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 35px;
		text-align: center;
		color: #4F3B17;
	}
	
    /*ボタン*/
    .common_btn {
        display: block;
        position: relative;
        height: auto;
        padding: 27px 80px 27px 0;
        font-size: 18px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: right;
        color: #fff;
        background: #F478A3;
        border: solid 2px #F478A3;
        border-radius: 100px;
        box-sizing: border-box;
        transition: 0.4s;
    }

    .common_btn span {
        display: block;
        position: absolute;
        top: 50%;
        left: 80px;
        transform: translateY(-50%);
        width: 23px;
        height: 23px;
        background: #fff;
        border-radius: 50%;
        transition: 0.4s;
    }

    .common_btn span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-42%, -50%);
        width: 10px;
        height: 12px;
        background: #F478A3;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        border-radius: 2px;
    }

    .common_btn:hover {
        color: #F478A3;
        background: #fff;
        border: solid 2px #F478A3;
    }

    .common_btn:hover span {
        background: #F478A3;
    }

    .common_btn:hover span::before {
        background: #fff;
    }

}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	.page_mv {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.page_mv .img {
		z-index: 0;
		position: relative;
		width: 96%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.page_mv .img::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: -100%;
		width: 2000%;
		height: 1000%;
		background: #FFEFF5;
	}
	
	.page_mv .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		border-radius: 30px 30px 0 0;
		object-fit: cover;
		object-position: center;
	}
	
	.page_mv .text {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		margin: -44px auto 0 auto;
		padding: 18px 0 0 0;
	}
	
	.page_mv .text::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 45px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page_mv_back_smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.page_mv .text img {
		display: block;
		position: relative;
		height: auto;
	}
	
	.page_mv .text img.img01 {
		margin: 0 auto 18px auto;
	}
	
	.page_mv .text img.img02 {
		margin: 18px auto 0 auto;
	}
	
	.page_mv .text h1 {
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: center;
		color: #4F3B17;
	}
	
	/*ボタン*/
    .common_btn {
        display: block;
        position: relative;
        height: auto;
        padding: 20px 45px 20px 0;
        font-size: 17px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 17px;
        text-align: right;
        color: #fff;
        background: #F478A3;
        border: solid 1px #F478A3;
        border-radius: 100px;
        box-sizing: border-box;
    }

    .common_btn span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 50%;
    }

    .common_btn span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-42%, -50%);
        width: 9px;
        height: 10px;
        background: #F478A3;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        border-radius: 2px;
    }

}

/*
20.初めてご利用の方へ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page20 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page20 * {
        box-sizing: border-box;
    }

    #page20 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page20 h2,
    #page20 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }

    #page20 a {
        transition: 0.4s;
    }

    #page20 a:hover {
        opacity: 0.75;
    }

    /*メインビジュアル*/
    #page20 .page_mv .text img.img01 {
        width: 50px;
    }

    #page20 .page_mv .text img.img02 {
        width: 320px;
    }

    /*初めての病児保育、分からないことがあって当然です*/
    #page20 #con01 {
        position: relative;
        width: 1100px;
        min-height: 350px;
        height: auto;
        margin: 90px auto 110px auto;
        padding: 0;
    }

    #page20 #con01 h2 {
        position: relative;
        width: 520px;
        height: auto;
        margin: 0 0 28px 580px;
        color: #F478A3;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1.65;
        text-align: left;
        z-index: 2;
    }

    #page20 #con01 h2 font {
        display: table;
        padding: 0 0 4px 0;
        border-bottom: 2px dotted #D8CFC4;
    }

    #page20 #con01 h2 font:first-child {
        margin: 0 0 6px 0;
    }

    #page20 #con01 .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 460px;
        height: auto;
        margin: 0;
    }

    #page20 #con01 .img > img:not([class]) {
        display: block;
        width: 100%;
        height: 310px;
        object-fit: cover;
        border-radius: 18px;
    }

    #page20 #con01 .img .icon001 {
        position: absolute;
        left: -55px;
        bottom: -45px;
        width: 62px;
        height: auto;
    }

    #page20 #con01 .img .icon002 {
        position: absolute;
        right: -40px;
        top: 95px;
        width: 50px;
        height: auto;
    }

    #page20 #con01 p {
        position: relative;
        width: 520px;
        height: auto;
        margin: 0 0 0 580px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: left;
        color: #4F3B17;
        z-index: 2;
    }

    /*こんなときにご相談ください*/
    #page20 #con02 {
        position: relative;
        width: 900px;
        height: auto;
        margin: 0 auto 110px auto;
        padding: 70px 80px 62px 80px;
        background: #FCEAF2;
        border-radius: 8px;
        text-align: center;
    }

    #page20 #con02::before {
        content: "";
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
        width: 230px;
        height: 110px;
        background: #FCEAF2;
        border-radius: 115px 115px 0 0;
        z-index: -1;
    }

    #page20 #con02 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 40px 0;
        color: #4F3B17;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 40px;
        text-align: center;
    }

    #page20 #con02 h2 font {
        display: inline-block;
		padding-bottom: 3px;
		border-bottom: dashed 1px #4F3B17;
    }

    #page20 #con02 h2 img {
        position: absolute;
        top: -52px;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: auto;
    }

    #page20 #con02 .text {
        width: 460px;
        height: auto;
        margin: 0 auto 28px auto;
    }

    #page20 #con02 .text p {
        position: relative;
        margin: 0 0 12px 0;
        padding: 0 0 0 32px;
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }

    #page20 #con02 .text p img {
        position: absolute;
        top: 7px;
        left: 0;
        width: 19px;
        height: auto;
    }

    #page20 #con02 .con02_p {
        margin: 0;
        font-size: 15px;
        line-height: 28px;
        text-align: center;
    }

    #page20 #con02 .icon001 {
        position: absolute;
        right: 28px;
        bottom: -12px;
        width: 120px;
        height: auto;
    }

    /*初めての方に知っておいてほしいこと*/
    #page20 #con03 {
		z-index: 1;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0;
    }

    #page20 #con03 .inner {
        position: relative;
        width: 1000px;
        min-height: 430px;
        height: auto;
        margin: 0 auto;
        padding: 0 0 60px 0;
    }
	
	#page20 #con03 .inner::before {
        content: "";
        position: absolute;
        right: 115px;
        bottom: 0;
        width: 2000%;
        height: 390px;
		border-radius: 0 20px 20px 0;
        background: #F7F7F7;
        z-index: -1;
    }

    /*左タイトル*/
    #page20 #con03 .title {
        position: relative;
        width: 460px;
        height: auto;
        margin: 0 0 32px 0;
        padding: 0;
        z-index: 2;
    }

    #page20 #con03 .title span {
        display: none;
    }

    #page20 #con03 .title h2 {
        position: relative;
        margin: 0;
        padding: 75px 0 0 0;
        color: #4F3B17;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 42px;
        text-align: left;
    }

    #page20 #con03 .title h2 img {
        position: absolute;
        top: 30px;
        left: -70px;
        width: 56px;
        height: auto;
    }

    /*右画像*/
    #page20 #con03 .img {
        position: absolute;
        top: 0;
        right: 0;
        width: 430px;
        height: auto;
        margin: 0;
        z-index: 2;
    }

    #page20 #con03 .img img {
        display: block;
        width: 100%;
        height: 285px;
        object-fit: cover;
        border-radius: 30px;
    }

    /*左本文*/
    #page20 #con03 .text {
        position: relative;
        width: 460px;
        height: auto;
        margin: 0;
        padding: 0 0 0 0;
        z-index: 2;
    }

    #page20 #con03 .text p {
        margin: 0 0 28px 0;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: left;
        color: #4F3B17;
    }

    #page20 #con03 .text .common_btn {
        width: 400px;
		margin: 0 auto 0 0;
    }

    /*あいくる病児保育室で大切にしていること*/
    #page20 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 90px 0 100px 0;
        background-color: #fff;
        background-image:
            linear-gradient(#f8f8f8 1px, transparent 1px),
            linear-gradient(90deg, #f8f8f8 1px, transparent 1px);
        background-size: 18px 18px;
    }
	
	/*格子背景を#con03の右画像下まで伸ばす*/
#page20 #con04::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -270px;
    left: 0;
    width: 100%;
    height: calc(100% + 190px);
    background-color: #fff;
    background-image:
        linear-gradient(#f8f8f8 1px, transparent 1px),
        linear-gradient(90deg, #f8f8f8 1px, transparent 1px);
    background-size: 18px 18px;
}

    #page20 #con04 .inner {
        position: relative;
        width: 1280px;
        height: 430px;
        margin: 0 auto;
        text-align: center;
    }

    #page20 #con04 h2 {
        margin: 0 0 30px 0;
        color: #F478A3;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 44px;
        text-align: center;
    }

    #page20 #con04 h2 font {
        display: block;
    }

    #page20 #con04 p {
        width: 540px;
        margin: 0 auto;
        text-align: center;
		line-height: 40px;
    }

    #page20 #con04 .img01,
    #page20 #con04 .img02 {
        position: absolute;
        height: auto;
    }

    #page20 #con04 .img01 {
        left: 0;
        top: 100px;
        width: 310px;
    }

    #page20 #con04 .img02 {
        right: 0;
        top: -20px;
        width: 365px;
    }

    /*初めての方が不安に感じやすいこと*/
    #page20 #con05 {
        position: relative;
        width: 970px;
        height: auto;
        margin: 0 auto 95px auto;
        padding: 90px 0 0 0;
    }

    #page20 #con05 h2 {
        margin: 0 0 55px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }

    #page20 #con05 .list {
        width: 100%;
        height: auto;
    }

    #page20 #con05 .box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 45px 0;
        padding: 0 0 0 80px;
    }

    #page20 #con05 .box:last-child {
        margin-bottom: 0;
    }

    #page20 #con05 .box .text h3 {
        position: relative;
        display: inline-block;
        margin: 0 0 18px 0;
        padding: 0 0 7px 0;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        border-bottom: dashed 1px #4F3B17;
    }

    #page20 #con05 .box .text h3 img {
        position: absolute;
        top: -22px;
        left: -95px;
        width: 80px;
        height: auto;
    }

    #page20 #con05 .box .text p {
        padding: 26px 35px;
        background: #EAF8EA;
        border-radius: 8px;
        text-align: left;
    }

    /*詳しいご利用方法について*/
    #page20 #con06 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 1080px;
        height: auto;
        margin: 0 auto 95px auto;
    }

    #page20 #con06 .img {
        width: 460px;
        height: auto;
    }

    #page20 #con06 .img img {
        width: 100%;
        height: 310px;
        object-fit: cover;
        border-radius: 18px;
    }

    #page20 #con06 .text {
        width: 530px;
        height: auto;
    }

    #page20 #con06 .text h2 {
        margin: 0 0 28px 0;
        color: #F478A3;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 44px;
        text-align: left;
    }

    #page20 #con06 .text p {
        margin: 0 0 28px 0;
        text-align: left;
    }
	
	#page20 #con06 .text a {
		width: 400px;
		margin: 0 auto 0 0;
	}

    /*予約・お問い合わせ*/
    #page20 #con07 {
        position: relative;
        width: 100%;
        height: auto;
		margin: 0 auto 150px auto;
        padding: 90px 0 90px 0;
        background: #FCEAF2;
    }

    #page20 #con07 .inner {
        position: relative;
        width: 700px;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    #page20 #con07 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 28px 0;
        color: #4F3B17;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 44px;
        text-align: center;
    }

    #page20 #con07 h2 img {
        position: absolute;
        top: 50%;
        width: 34px;
        height: auto;
    }

    #page20 #con07 h2 img:first-child {
        left: -48px;
        transform: translateY(-50%);
    }

    #page20 #con07 h2 img:last-child {
        right: -48px;
        transform: translateY(-50%);
    }

    #page20 #con07 p {
        margin: 0 0 22px 0;
        text-align: center;
    }

    #page20 #con07 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 450px;
        height: auto;
		padding: 15px 0 15px 0;
        margin: 0 auto 26px auto;
        border: 3px solid #F478A3;
        border-radius: 100px;
        color: #F478A3;
        background: #fff;
        text-align: center;
    }

    #page20 #con07 a font {
        color: #F478A3;
        font-size: 30px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page20 #con07 a font small {
        margin: 0 5px 0 0;
        font-size: 16px;
        font-weight: 500;
    }

    #page20 #con07 a span {
        margin: 4px 0 0 0;
        color: #F478A3;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page20 #con07 .img {
        position: absolute;
        overflow: hidden;
        border-radius: 50%;
    }

    #page20 #con07 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page20 #con07 .img01 {
        left: -180px;
        top: -30px;
        width: 200px;
        height: auto;
    }

    #page20 #con07 .img02 {
        right: -170px;
        bottom: -30px;
        width: 150px;
        height: auto;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page20 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page20 * {
        box-sizing: border-box;
    }

    #page20 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page20 h2,
    #page20 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page20 .page_mv .text img.img01 {
        width: 40px;
    }

    #page20 .page_mv .text img.img02 {
        width: 260px;
    }

    /*初めての病児保育、分からないことがあって当然です*/
    #page20 #con01 {
        position: relative;
        width: 350px;
        height: auto;
        margin: 45px auto 55px auto;
    }

    #page20 #con01 h2 {
        margin: 0 0 28px 0;
        color: #F478A3;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.75;
        text-align: center;
    }

    #page20 #con01 h2 font {
        display: table;
		margin: 0 auto 0 auto;
		border-bottom: 1px dashed #4F3B17;
    }

    #page20 #con01 h2 font:last-child {
        display: inline;
        padding-bottom: 5px;
        border-bottom: 1px dashed #4F3B17;
    }

    #page20 #con01 .img {
        position: relative;
        width: 260px;
        height: auto;
        margin: 0 auto 25px auto;
    }

    #page20 #con01 .img > img:not([class]) {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 10px;
    }

    #page20 #con01 .img .icon001 {
        position: absolute;
        left: -55px;
        bottom: -15px;
        width: 48px;
        height: auto;
    }

    #page20 #con01 .img .icon002 {
        position: absolute;
        right: -25px;
        top: 42px;
        width: 40px;
        height: auto;
    }

    #page20 #con01 p {
        text-align: left;
    }

    /*こんなときにご相談ください*/
    #page20 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 55px auto;
        padding: 55px 28px 45px 28px;
        background: #FCEAF2;
        text-align: center;
		border-radius: 15px;
    }

    #page20 #con02::before {
        content: "";
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 70px;
        background: #FCEAF2;
        border-radius: 75px 75px 0 0;
        z-index: -1;
    }

    #page20 #con02 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 30px 0;
        color: #4F3B17;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }
	
	#page20 #con02 h2 font {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: dashed 1px #4F3B17;
    }

    #page20 #con02 h2 img {
        position: absolute;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        width: 55px;
        height: auto;
    }

    #page20 #con02 .text {
        width: 230px;
        height: auto;
        margin: 0 auto 24px auto;
    }

    #page20 #con02 .text p {
        position: relative;
        margin: 0 0 12px 0;
        padding: 0 0 0 28px;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    #page20 #con02 .text p img {
        position: absolute;
        top: 6px;
        left: -2px;
        width: 21px;
        height: auto;
    }

    #page20 #con02 .con02_p {
        margin: 0;
        font-size: 13px;
        line-height: 25px;
        text-align: center;
    }

    #page20 #con02 .icon001 {
        position: absolute;
        right: 28px;
        bottom: -28px;
        width: 87px;
        height: auto;
    }

    /*初めての方に知っておいてほしいこと*/
    #page20 #con03 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0 0 45px 0;
    }
	
	#page20 #con03::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 450px;
		background: #F8F8F8;
	}

    #page20 #con03 .inner {
        position: relative;
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding: 45px 0 0 0;
    }

    #page20 #con03 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 25px 0;
        text-align: center;
    }

    #page20 #con03 .title span {
        display: none;
    }

    #page20 #con03 .title h2 {
        position: relative;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }

    #page20 #con03 .title h2 img {
        display: block;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
        width: 42px;
        height: auto;
    }

    #page20 #con03 .img {
        width: 100%;
        height: auto;
        margin: 0 0 25px 0;
    }

    #page20 #con03 .img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 12px;
    }

    #page20 #con03 .text {
        width: 100%;
        height: auto;
    }

    #page20 #con03 .text p {
        margin: 0 0 24px 0;
        text-align: left;
    }
	
	#page20 #con03 .text a {
		width: 300px;
		margin: 0 auto 0 auto;
	}
	
	#page20 #con03 .text a.common_btn span {
		left: 25px;
	}

    /*あいくる病児保育室で大切にしていること*/
    #page20 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 55px 0 55px 0;
        background-color: #fff;
        background-image:
            linear-gradient(#f8f8f8 1px, transparent 1px),
            linear-gradient(90deg, #f8f8f8 1px, transparent 1px);
        background-size: 16px 16px;
    }

    #page20 #con04 .inner {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    #page20 #con04 h2 {
        margin: 0 0 28px 0;
        color: #F478A3;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }

    #page20 #con04 h2 font {
        display: block;
    }

    #page20 #con04 p {
        text-align: left;
    }

    #page20 #con04 .img03 {
        display: block;
        width: 100%;
        height: auto;
        margin: 15px auto 0 auto;
    }

    /*初めての方が不安に感じやすいこと*/
    #page20 #con05 {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto 55px auto;
        padding: 55px 0 0 0;
    }

    #page20 #con05 h2 {
        margin: 0 0 35px 0;
        color: #4F3B17;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
    }

    #page20 #con05 .box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 32px 0;
    }

    #page20 #con05 .box:last-child {
        margin-bottom: 0;
    }

    #page20 #con05 .box .text h3 {
        position: relative;
        margin: 0 0 10px 0;
        padding: 0 0 6px 70px;
        color: #4F3B17;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
		text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #4F3B17;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    text-decoration-skip-ink: none;
    }

    #page20 #con05 .box .text h3 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: auto;
    }

    #page20 #con05 .box .text p {
        padding: 22px 20px;
        background: #EAF8EA;
        border-radius: 7px;
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }

    /*詳しいご利用方法について*/
    #page20 #con06 {
        position: relative;
        width: 320px;
        height: auto;
        margin: 0 auto 55px auto;
    }

    #page20 #con06 .img {
		display: block;
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
        width: 290px;
        height: auto;
    }

    #page20 #con06 .img img {
        width: 100%;
        height: 195px;
        object-fit: cover;
        border-radius: 10px;
    }

    #page20 #con06 .text h2 {
        margin: 0 0 22px 0;
        color: #F478A3;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
    }

    #page20 #con06 .text p {
        margin: 250px 0 24px 0;
        text-align: left;
    }

    /*予約・お問い合わせ*/
    #page20 #con07 {
        position: relative;
        width: 100%;
        height: auto;
		margin: 0 auto 45px auto;
        padding: 48px 0 50px 0;
        background: #FCEAF2;
    }

    #page20 #con07 .inner {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    #page20 #con07 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 22px 0;
        color: #4F3B17;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
    }

    #page20 #con07 h2 img {
        position: absolute;
        top: 50%;
        width: 24px;
        height: auto;
    }

    #page20 #con07 h2 img:first-child {
        left: -32px;
        transform: translateY(-50%);
    }

    #page20 #con07 h2 img:last-child {
        right: -32px;
        transform: translateY(-50%);
    }

    #page20 #con07 p {
        margin: 0 0 20px 0;
        font-size: 15px;
        line-height: 30px;
        text-align: center;
    }

    #page20 #con07 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: auto;
		padding: 12px 0 12px 0;
        margin: 0 auto 22px auto;
        border: 2px solid #F478A3;
        border-radius: 100px;
        color: #F478A3;
        background: #fff;
        text-align: center;
    }

    #page20 #con07 a font {
        color: #F478A3;
        font-size: 25px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page20 #con07 a font small {
        margin: 0 4px 0 0;
        font-size: 13px;
        font-weight: 400;
    }

    #page20 #con07 a span {
        margin: 4px 0 0 0;
        color: #F478A3;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page20 #con07 .img {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border-radius: 50%;
    }

    #page20 #con07 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page20 #con07 .img01 {
        width: 165px;
        height: auto;
        margin: 0 10px 0 0;
    }

    #page20 #con07 .img02 {
		top: 15px;
        width: 120px;
        height: auto;
        margin: 0 0 0 0;
    }
}

/*
30.ご利用案内
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page30 {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    #page30 * {
        box-sizing: border-box;
    }

    #page30 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page30 a {
        transition: 0.2s;
    }

    #page30 h2,
    #page30 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }

    #page30 .main section {
        scroll-margin-top: 190px;
    }

    /*メインビジュアル*/
    #page30 .page_mv .text img.img01 {
        width: 52px;
    }

    #page30 .page_mv .text img.img02 {
        width: 250px;
    }

    /*テキスト*/
    #page30 #con00 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 0 0 0;
    }

    #page30 #con00 p {
        text-align: center;
    }

    /*2カラム*/
    #page30 #con {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        width: 1280px;
        height: auto;
        margin: 60px auto 100px auto;
        overflow: visible;
    }

    /*サイドバー*/
    #page30 #con .side {
        position: sticky;
        top: 190px;
        width: 380px;
        height: auto;
        align-self: flex-start;
    }

    #page30 #con .side a {
        display: block;
        position: relative;
        width: 100%;
        padding: 18px 42px 18px 0;
        border-bottom: 1px dashed #9A8765;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
        color: #4F3B17;
        transition: 0.2s;
    }

    #page30 #con .side a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background: #F478A3;
        border-radius: 50%;
        transition: 0.2s;
    }

    #page30 #con .side a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 6.5px;
        z-index: 1;
        transform: translateY(-35%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #fff;
        transition: 0.2s;
    }

    #page30 #con .side a:hover,
    #page30 #con .side a.is-current {
        color: #F478A3;
        font-weight: 500;
    }

    #page30 #con .side a:hover::after,
    #page30 #con .side a.is-current::after {
        background: #F0CB4A;
    }

    /*メイン*/
    #page30 #con .main {
        position: relative;
        width: 820px;
        height: auto;
    }

    #page30 #con .main .inner {
        position: relative;
        width: 760px;
        height: auto;
        margin: 30px auto 50px auto;
    }

    /*共通*/
    #page30 .page30_sec {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }

    #page30 .page30_h2 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 15px 30px 15px 55px;
        background: #F478A3;
        border-radius: 100px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 24px;
        text-align: left;
    }

    #page30 .page30_h2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 35px;
        transform: translateY(-50%);
        width: 6px;
        height: 22px;
        background: #fff;
        border-radius: 10px;
    }

    #page30 .lead {
        margin: 0 0 25px 0;
    }

    #page30 .note {
        margin: 20px 0 0 0;
        font-size: 16px;
        line-height: 30px;
    }

    #page30 strong {
        color: #F478A3;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    /*表*/
    #page30 .page30_table {
        width: 100%;
        border-collapse: collapse;
    }

    #page30 .page30_table th,
    #page30 .page30_table td {
        color: #4F3B17;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: left;
        vertical-align: middle;
    }

    #page30 .page30_table th {
        width: 190px;
        padding: 11px 0;
        background: linear-gradient(#E9E7E4, #E9E7E4) left center / 190px calc(100% - 8px) no-repeat;
        font-weight: 500;
        text-align: center;
    }

    #page30 .page30_table td {
        padding: 11px 20px;
        font-weight: 400;
        border-bottom: 1px solid #E2DCD4;
    }

    /*ご予約からお迎えまでの流れ*/
#page30 #con03 .flow {
    position: relative;
    width: 100%;
    height: auto;
    margin: 35px 0 0 0;
}

/*縦の点線*/
#page30 #con03 .flow::before {
    content: "";
    position: absolute;
    top: 43px;
    left: 25px;
    width: 10px;
    height: 800px;
    background-image: radial-gradient(circle, #E9E9E9 0 4px, transparent 5px);
    background-size: 10px 28px;
    background-repeat: repeat-y;
    background-position: center top;
    z-index: 0;
}

#page30 #con03 .flow_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 58px 0;
}

#page30 #con03 .flow_box:last-child {
    margin-bottom: 0;
}

/*STEPピン*/
#page30 #con03 .num {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 76px;
    flex: 0 0 60px;
    color: #F478A3;
    text-align: center;
	background: #fff;
}

#page30 #con03 .num span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #F478A3;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 13px;
}

/*丸部分*/
#page30 #con03 .num big {
    display: block;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px;
	font-family: "Bpmf Huninn", sans-serif;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
	
	#page30 #con03 .num big::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -13px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 50px;
		height: 60px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page30/page30_con03_step.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

/*テキスト*/
#page30 #con03 .flow_box .text {
    width: 440px;
    height: auto;
    padding: 22px 0 0 0;
}

#page30 #con03 .flow_box .text h3 {
    margin: 0 0 18px 0;
    color: #F478A3;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 32px;
}

#page30 #con03 .flow_box .text p {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1px;
}

/*画像*/
#page30 #con03 .flow_box .img {
    width: 200px;
    height: 150px;
    margin: 18px 0 0 0;
    overflow: hidden;
    border-radius: 15px;
    flex: 0 0 200px;
}

#page30 #con03 .flow_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    /*必要書類*/
    #page30 .doc_list {
        width: 100%;
        height: auto;
        margin: 28px 0 0 0;
    }

    #page30 .doc_item {
        position: relative;
        width: 100%;
        margin: 0 0 22px 0;
        padding: 0;
    }

    #page30 .doc_item:last-child {
        margin-bottom: 0;
    }

    #page30 .doc_item a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 45px;
        color: #4F3B17;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
        text-decoration: none;
        transition: 0.2s;
    }

    #page30 .doc_item a img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 30px;
        height: auto;
    }

    #page30 .doc_item a:hover {
        color: #F478A3;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    #page30 .doc_item p {
        margin: 5px 0 0 0;
        font-size: 16px;
        line-height: 28px;
    }

    /*ポイントリスト*/
    #page30 .point_list {
        width: 100%;
        height: auto;
        margin: 28px 0 0 0;
    }

    #page30 .point {
        position: relative;
        width: 100%;
        margin: 0 0 26px 0;
        padding: 0;
    }

    #page30 .point:last-child {
        margin-bottom: 0;
    }

    #page30 .point h3 {
        position: relative;
        margin: 0 0 8px 0;
        padding: 0 0 0 45px;
        color: #4F3B17;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
    }

    #page30 .point h3 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: auto;
    }

    #page30 .point p {
        font-size: 16px;
        line-height: 30px;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page30 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page30 * {
        box-sizing: border-box;
    }

    #page30 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page30 .main section {
        scroll-margin-top: 80px;
    }

    /*メインビジュアル*/
    #page30 .page_mv .text img.img01 {
        width: 40px;
    }

    #page30 .page_mv .text img.img02 {
        width: 200px;
    }

    /*テキスト*/
    #page30 #con00 {
        position: relative;
        width: 320px;
        height: auto;
        padding: 30px 0 0 0;
        margin: 0 auto;
    }

    #page30 #con00 p {
        text-align: left;
    }

    /*2カラム*/
    #page30 #con {
        position: relative;
        width: 100%;
        height: auto;
        margin: 45px auto 45px auto;
    }

    #page30 #con .side {
        position: relative;
        width: 310px;
        height: auto;
        margin: 0 auto 45px auto;
    }

    #page30 #con .side a {
        position: relative;
        display: block;
        width: 100%;
        padding: 14px 38px 14px 15px;
        border-bottom: 1px dashed #9A8765;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 22px;
        transition: 0.2s;
    }

    #page30 #con .side a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background: #F478A3;
        border-radius: 50%;
        transition: 0.2s;
    }

    #page30 #con .side a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        z-index: 1;
        transform: translateY(-35%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #fff;
        transition: 0.2s;
    }

    #page30 #con .side a:hover {
        color: #F478A3;
        font-weight: 700;
    }

    #page30 #con .side a:hover::after {
        background: #F0CB4A;
    }

    #page30 #con .main {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    #page30 #con .main .inner {
        position: relative;
        width: 340px;
        height: auto;
        margin: 30px auto 45px auto;
    }

    /*共通*/
    #page30 .page30_sec {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }

    #page30 .page30_h2 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 15px 0 15px 40px;
        background: #F478A3;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 22px;
        text-align: left;
    }

    #page30 .page30_h2::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 6px;
        height: 22px;
        background: #fff;
        border-radius: 5px;
    }

    #page30 .lead {
        margin: 0 0 22px 0;
    }

    #page30 .note {
        font-size: 15px;
        line-height: 26px;
    }

    #page30 strong {
        color: #F478A3;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    #page30 .page30_table {
        width: 100%;
        border-collapse: collapse;
    }

    #page30 .page30_table tr {
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
    }

    #page30 .page30_table th,
    #page30 .page30_table td {
        display: block;
        width: 100%;
        color: #4F3B17;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
    }

    #page30 .page30_table th {
		padding: 10px 0 10px 15px;
        background: #E8E8E8;
		font-size: 16px;
        font-weight: 500;
    }

    #page30 .page30_table td {
		padding: 10px 15px 15px 15px;
		font-size: 15px;
        font-weight: 400;
    }

    /*ご予約からお迎えまでの流れ*/
    #page30 #con03 .flow {
        position: relative;
        width: 100%;
        height: auto;
        margin: 25px 0 0 0;
    }

    #page30 #con03 .flow::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 16px;
    width: 8px;
    height: 750px;
    background-image: radial-gradient(circle, #E9E9E9 0 4px, transparent 5px);
    background-size: 8px 22px;
    background-repeat: repeat-y;
    background-position: center top;
    z-index: 0;
}

    #page30 #con03 .flow_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 42px 0;
}

#page30 #con03 .flow_box:last-child {
    margin-bottom: 0;
}

    #page30 #con03 .num {
        position: relative;
        z-index: 1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
    }
	
	#page30 #con03 .num::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -13px;
		left: 0;
		width: 100%;
		height: 74px;
		background: #fff;
	}

    #page30 #con03 .num span {
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: #F478A3;
    font-size: 11px;
		font-family: "Bpmf Huninn", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 12px;
}

#page30 #con03 .num big {
    display: block;
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 17px;
	font-family: "Bpmf Huninn", sans-serif;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}
	
	#page30 #con03 .num big::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -9px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 32px;
		height: 37px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page30/page30_con03_step.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

    #page30 #con03 .flow_box .text {
        width: 290px;
        height: auto;
    }

    #page30 #con03 .flow_box .text h3 {
        margin: 15px 0 35px 0;
        color: #F478A3;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
    }

    #page30 #con03 .flow_box .text p {
        font-size: 15px;
        line-height: 22px;
    }

    #page30 #con03 .flow_box .img {
		position: absolute;
		top: 0;
		right: 0;
        width: 115px;
        height: 85px;
        overflow: hidden;
        border-radius: 8px;
    }

    #page30 #con03 .flow_box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*必要書類*/
    #page30 .doc_item {
        position: relative;
        width: 100%;
        margin: 0 0 18px 0;
        padding: 0;
    }

    #page30 .doc_item a {
        display: inline-block;
        position: relative;
        padding: 0 0 0 35px;
        color: #F478A3;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 25px;
        text-decoration: none;
        transition: 0.2s;
		text-decoration: underline;
    }

    #page30 .doc_item a img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 25px;
        height: auto;
    }

    #page30 .doc_item a:hover {
        color: #F478A3;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    #page30 .doc_item p {
        margin: 8px 0 0 0;
        font-size: 15px;
        line-height: 22px;
    }

    /*ポイントリスト*/
    #page30 .point {
        position: relative;
        width: 100%;
        margin: 0 0 22px 0;
        padding: 0;
    }

    #page30 .point:last-child {
        margin-bottom: 0;
    }

    #page30 .point h3 {
        position: relative;
        margin: 0 0 7px 0;
        padding: 0 0 0 35px;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
    }

    #page30 .point h3 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: auto;
    }

    #page30 .point p {
        font-size: 15px;
        line-height: 22px;
    }
}

/*
40.あいくる病児保育室の想いと特徴
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page40 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page40 * {
        box-sizing: border-box;
    }

    #page40 p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page40 h2,
    #page40 h3 {
        font-weight: 500;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
    #page40 .page_mv .text img.img01 {
        width: 55px;
    }

    #page40 .page_mv .text img.img02 {
        width: 600px;
    }

    /*病気の日も、お子さまが安心して過ごせるように。*/
    #page40 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 30px auto 190px auto;
    }
    
    #page40 #con01 .text {
        position: relative;
        width: 1280px;
        min-height: 360px;
        height: auto;
        margin: 0 auto;
        padding: 65px 0 0 0;
    }
    
    #page40 #con01 .text h2 {
        position: relative;
        z-index: 2;
        margin: 0 auto 35px auto;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 42px;
        text-align: center;
        color: #F478A3;
    }
    
    #page40 #con01 .text p {
        position: relative;
        z-index: 2;
        margin: 0 auto;
        text-align: center;
        line-height: 34px;
    }

    #page40 #con01 .text img {
        position: absolute;
        height: auto;
        z-index: 1;
    }

    #page40 #con01 .text img.img01 {
        top: 150px;
        left: 0;
        width: 200px;
    }

    #page40 #con01 .text img.img02 {
        top: 20px;
        right: 0;
        width: 340px;
    }

    #page40 #con01 .text img.img03 {
        left: 48%;
        bottom: -100px;
        transform: translateX(-50%);
        width: 75px;
    }
    
    /*代表からのメッセージ*/
    #page40 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0 0 120px 0;
    }
    
    #page40 #con02 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 1200px;
        min-height: 610px;
        height: auto;
        margin: 0 auto;
    }
    
    #page40 #con02 .con .text {
        position: relative;
        z-index: 2;
        width: 740px;
        height: auto;
        margin: 0;
        padding: 70px 0 70px 0;
    }
    
    #page40 #con02 .con .text::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: -260px;
        width: 2000%;
        height: 440px;
        border-radius: 0 20px 20px 0;
        background: #FFEFF5;
    }
    
    #page40 #con02 .con .text h2 {
        margin: 0 0 42px 0;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 42px;
        color: #4F3B17;
    }
    
    #page40 #con02 .con .text h2 font {
        display: table;
        padding-bottom: 6px;
        border-bottom: dashed 1px #4F3B17;
    }
    
    #page40 #con02 .con .text p {
        position: relative;
        z-index: 2;
        text-align: left;
        line-height: 34px;
    }

    #page40 #con02 .con > img.img01 {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        width: 550px;
        height: 370px;
        object-fit: cover;
        border-radius: 20px;
    }

    #page40 #con02 .con > img.img02 {
        position: absolute;
        z-index: 4;
        top: 0;
        left: -80px;
        width: 80px;
        height: auto;
    }

    #page40 #con02 .con > img.img03 {
        position: absolute;
        z-index: 4;
		top: 340px;
        right: 80px;
        width: 195px;
        height: auto;
    }
	
	/*あいくる病児保育室が大切にしていること*/
    #page40 #con03 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 90px auto;
        padding: 0;
    }
    
    #page40 #con03 .con {
        position: relative;
        width: 1280px;
        height: 810px;
        margin: 0 auto;
    }
    
    #page40 #con03 .con h2 {
        position: absolute;
        top: 45px;
        right: 85px;
        z-index: 3;
        writing-mode: vertical-rl;
        color: #4F3B17;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 5px;
        line-height: 1.8;
        text-align: left;
    }

    #page40 #con03 .con > .img:not(.smp) {
        position: relative;
        width: 100%;
        height: 335px;
    }
    
    #page40 #con03 .con > .img:not(.smp) img.img01 {
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        width: 610px;
        height: 410px;
        object-fit: cover;
        border-radius: 18px;
    }
    
    #page40 #con03 .con > .img:not(.smp) img.img02 {
        display: block;
        position: absolute;
        top: 0;
        right: 330px;
        width: 280px;
        height: 210px;
        object-fit: cover;
        border-radius: 14px;
    }
    
    #page40 #con03 .con > .img:not(.smp) img.img03 {
        display: block;
        position: absolute;
        top: 270px;
        right: 230px;
        width: 320px;
        height: 200px;
        object-fit: cover;
        border-radius: 14px;
    }

    #page40 #con03 .con > .img.smp {
        display: none;
    }
    
    #page40 #con03 .con .text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: absolute;
        left: 110px;
        bottom: 0;
        width: 950px;
        height: auto;
    }
    
    #page40 #con03 .con .text h3 {
        position: relative;
        width: 330px;
        margin: 0;
        color: #F478A3;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 44px;
        text-align: left;
    }
    
    #page40 #con03 .con .text h3 font {
        display: table;
        padding: 0 0 3px 0;
        border-bottom: 2px dotted #D8CFC4;
    }

    #page40 #con03 .con .text h3 font:first-child {
        margin: 0 0 6px 0;
    }
    
    #page40 #con03 .con .text p {
        width: 550px;
        margin: 0;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: left;
    }
    
    #page40 #con03 .con .text img.icon01 {
        position: absolute;
        left: -60px;
        top: -110px;
        width: 88px;
        height: auto;
    }
    
    #page40 #con03 .con .text img.icon02 {
        position: absolute;
        left: 300px;
        top: 150px;
        width: 58px;
        height: auto;
    }
	
	#page40 #con03 .con > img.icon03 {
        position: absolute;
        top: -90px;
        right: -50px;
        width: 210px;
        height: auto;
        z-index: 5;
    }
    
    /*あいくる病児保育室の特徴*/
    #page40 #con04 {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        margin: 0 auto 90px auto;
        padding: 90px 0 95px 0;
    }
    
    #page40 #con04::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2000px;
        height: 100%;
        border-radius: 50% / 8%;
        background: #FFE5EC;
    }
    
    #page40 #con04 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 60px auto;
        text-align: center;
    }
    
    #page40 #con04 .title p {
        position: relative;
        display: table;
        margin: 0 auto 18px auto;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: center;
    }
    
    #page40 #con04 .title p img.icon01 {
        position: absolute;
        top: 50%;
        left: -42px;
        transform: translateY(-50%);
        width: 32px;
        height: auto;
    }
    
    #page40 #con04 .title p img.icon02 {
        position: absolute;
        top: 50%;
        right: -42px;
        transform: translateY(-50%);
        width: 32px;
        height: auto;
    }
    
    #page40 #con04 .title h2 {
        position: relative;
        display: table;
        margin: 0 auto;
        color: #4F3B17;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }
    
    #page40 #con04 .title h2 img.icon03 {
        position: absolute;
        top: 50%;
        left: -45px;
        transform: translateY(-50%);
        width: 34px;
        height: auto;
    }
    
    #page40 #con04 .title h2 img.icon04 {
        position: absolute;
        top: 50%;
        right: -45px;
        transform: translateY(-50%);
        width: 34px;
        height: auto;
    }
    
    #page40 #con04 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 70px;
        position: relative;
        width: 1220px;
        height: auto;
        margin: 0 auto;
    }
    
    #page40 #con04 .con .ptn {
        position: relative;
        width: 330px;
        height: auto;
    }
    
    #page40 #con04 .con .ptn > img {
        display: block;
        position: relative;
        width: 295px;
        height: auto;
        margin: 0 auto 18px auto;
        object-fit: cover;
    }
    
    #page40 #con04 .con .ptn h3 {
        position: relative;
        width: 100%;
        margin: -55px 0 20px 0;
        color: #fff;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: left;
        z-index: 2;
    }
    
    #page40 #con04 .con .ptn h3 font {
        display: table;
        margin: 0 0 5px 0;
        padding: 5px 14px 6px 14px;
        background: #F478A3;
        border-radius: 4px;
        color: #fff;
    }
    
    #page40 #con04 .con .ptn p {
        margin: 0;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: left;
    }

    #page40 #con04 .con .icon05 {
        position: absolute;
		top: 0;
        left: 45px;
        width: 70px;
        height: auto;
    }

    #page40 #con04 .con .icon06 {
        position: absolute;
        right: 0;
        bottom: 160px;
        width: 94px;
        height: auto;
    }

    #page40 #con04 .con .icon07 {
        position: absolute;
        right: 100px;
        bottom: 0;
        width: 37px;
        height: auto;
    }
    
    /*ご利用を検討されている方へ*/
    #page40 #con05 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 150px auto;
    }
    
    #page40 #con05 .con {
        position: relative;
        width: 980px;
        height: auto;
        margin: 0 auto;
        padding: 55px 40px 60px 40px;
        border: 4px solid #EEEEEE;
        border-radius: 20px;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 18px 18px;
        text-align: center;
    }
    
    #page40 #con05 .con h2 {
        position: relative;
        display: table;
        margin: 0 auto 30px auto;
        color: #4F3B17;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 42px;
        text-align: center;
    }
    
    #page40 #con05 .con h2 img.icon01 {
        position: absolute;
        top: 50%;
        left: -48px;
        transform: translateY(-50%);
        width: 36px;
        height: auto;
    }
    
    #page40 #con05 .con h2 img.icon02 {
        position: absolute;
        top: 50%;
        right: -48px;
        transform: translateY(-50%);
        width: 36px;
        height: auto;
    }
    
    #page40 #con05 .con h3 {
        margin: 0 0 22px 0;
        color: #F478A3;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }
    
    #page40 #con05 .con p {
        margin: 0;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: center;
    }

    #page40 #con05 .con p a {
		font-weight: 700;
        color: #F478A3;
    }
	
	#page40 #con05 .con p a:hover {
		text-decoration: underline;
	}
    
    #page40 #con05 .con img.icon03 {
        position: absolute;
        right: 35px;
        bottom: -20px;
        width: 88px;
        height: auto;
    }
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page40 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page40 * {
        box-sizing: border-box;
    }

    #page40 p {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
        color: #4F3B17;
    }

    #page40 h2,
    #page40 h3 {
        font-weight: 500;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
	#page40 .page_mv .text h1 {
		line-height: 32px;
	}
	
    #page40 .page_mv .text img.img01 {
        width: 40px;
    }

    #page40 .page_mv .text img.img02 {
        width: 290px;
    }

    /*病気の日も、お子さまが安心して過ごせるように。*/
    #page40 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 45px auto 55px auto;
    }

    #page40 #con01 .text {
        position: relative;
        width: 94%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    #page40 #con01 .text h2 {
        margin: 0 0 28px 0;
        color: #F478A3;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
    }

    #page40 #con01 .text p {
		width: 325px;
        margin: 0 auto 0 auto;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
    }

    #page40 #con01 .text img.img04 {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 30px auto 0 auto;
    }

    /*代表からのメッセージ*/
    #page40 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 0 0;
    }

    #page40 #con02 .con {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 55px 0;
    }

    #page40 #con02 .con::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 700px;
        background: #FFEFF5;
    }

    #page40 #con02 .con .text {
        position: relative;
        z-index: 2;
        width: 340px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    #page40 #con02 .con .text::before {
        display: none;
    }

    #page40 #con02 .con .text h2 {
        margin: 0 0 28px 0;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: left;
        color: #4F3B17;
    }

    #page40 #con02 .con .text h2 font {
        display: table;
		margin: 0 auto 0 auto;
        padding-bottom: 5px;
        border-bottom: dashed 1px #4F3B17;
    }

    #page40 #con02 .con .text > img.smp {
        display: block;
        width: 100%;
        height: 225px;
        margin: 0 auto 28px auto;
        object-fit: cover;
        border-radius: 14px;
    }

    #page40 #con02 .con .text p {
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
        color: #4F3B17;
    }

    #page40 #con02 .con > img.img02 {
        position: absolute;
        z-index: 4;
        top: 50px;
        left: 0;
        width: 50px;
        height: auto;
    }

    #page40 #con02 .con > img.img03 {
        position: absolute;
        z-index: 4;
        top: 245px;
        right: 0;
        width: 90px;
        height: auto;
    }
	
	
	/*あいくる病児保育室が大切にしていること*/
    #page40 #con03 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 45px 0 45px 0;
    }
    
    #page40 #con03 .con {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
    }
    
    #page40 #con03 .con h2 {
        margin: 0 0 28px 0;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
    }

    #page40 #con03 .con > .img:not(.smp) {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 45px 0;
    }
    
    #page40 #con03 .con > .img:not(.smp) img.img01 {
        display: block;
        width: 310px;
        height: 200px;
        object-fit: cover;
        border-radius: 12px;
    }

    #page40 #con03 .con > .img:not(.smp) img.img02,
    #page40 #con03 .con > .img:not(.smp) img.img03 {
        display: none !important;
    }
    
    #page40 #con03 .con .text {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }
    
    #page40 #con03 .con .text h3 {
        margin: 0 0 22px 0;
        color: #F478A3;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: left;
    }
    
    #page40 #con03 .con .text h3 font {
        display: table;
        padding: 0 0 3px 0;
        border-bottom: 2px dotted #D8CFC4;
    }

    #page40 #con03 .con .text h3 font:first-child {
        margin: 0 0 4px 0;
    }
    
    #page40 #con03 .con .text p {
        margin: 0;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
    }

    #page40 #con03 .con .text img.icon01 {
        position: absolute;
        left: -20px;
        top: -72px;
        width: 45px;
        height: auto;
    }

    #page40 #con03 .con .text img.icon02 {
        position: absolute;
        right: 0;
        top: 55px;
        width: 39px;
        height: auto;
    }

    #page40 #con03 .con > .img.smp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 360px;
        margin: 28px auto 0 auto;
    }
	
	#page40 #con03 .con .img.smp .img02 {
		width: 160px;
        height: 120px;
		border-radius: 20px;
		object-fit: cover;
	}
	
	#page40 #con03 .con .img.smp .img03 {
		width: 180px;
        height: 110px;
		margin: 30px 0 0 0;
		border-radius: 20px;
		object-fit: cover;
	}
	
	#page40 #con03 .con > img.icon03 {
        position: absolute;
        top: -35px;
        right: -10px;
        width: 105px;
        height: auto;
        z-index: 5;
    }
    
    /*あいくる病児保育室の特徴*/
    #page40 #con04 {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        margin: 0 auto 45px auto;
        padding: 50px 0 55px 0;
    }
    
    #page40 #con04::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 120%;
        height: 100%;
        border-radius: 50% / 2%;
        background: #FFE5EC;
    }
    
    #page40 #con04 .title {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto 38px auto;
        text-align: center;
    }
    
    #page40 #con04 .title p {
        position: relative;
        display: table;
        margin: 0 auto 14px auto;
        color: #4F3B17;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
        text-align: center;
    }
    
    #page40 #con04 .title p img.icon01 {
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
        width: 20px;
        height: auto;
    }
    
    #page40 #con04 .title p img.icon02 {
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        width: 20px;
        height: auto;
    }
    
    #page40 #con04 .title h2 {
        position: relative;
        display: table;
        margin: 0 auto;
        color: #4F3B17;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }
    
    #page40 #con04 .title h2 img.icon03 {
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
        width: 22px;
        height: auto;
    }
    
    #page40 #con04 .title h2 img.icon04 {
        position: absolute;
        top: 50%;
        right: -25px;
        transform: translateY(-50%);
        width: 22px;
        height: auto;
    }
    
    #page40 #con04 .con {
        position: relative;
        width: 320px;
        height: auto;
        margin: 0 auto;
    }
    
    #page40 #con04 .con .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 20px auto;
    }

    #page40 #con04 .con .ptn:last-of-type {
        margin-bottom: 0;
    }
    
    #page40 #con04 .con .ptn > img {
        display: block;
        position: relative;
        width: 200px;
        height: auto;
        margin: 0 0 14px auto;
        object-fit: cover;
    }
    
    #page40 #con04 .con .ptn h3 {
        position: relative;
        width: 100%;
        margin: -80px 0 16px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
        z-index: 2;
    }
    
    #page40 #con04 .con .ptn h3 font {
        display: table;
        margin: 0 0 4px 0;
        padding: 4px 10px 5px 10px;
        background: #F478A3;
        border-radius: 3px;
        color: #fff;
    }
    
    #page40 #con04 .con .ptn p {
        margin: 0;
        color: #4F3B17;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
    }

    #page40 #con04 .con .icon05 {
        position: absolute;
        right: 150px;
        top: 20px;
        width: 40px;
        height: auto;
    }

    #page40 #con04 .con .icon06 {
        position: absolute;
        right: -20px;
        top: 915px;
        width: 52px;
        height: auto;
    }

    #page40 #con04 .con .icon07 {
        position: absolute;
        left: 20px;
        bottom: 230px;
        width: 23px;
        height: auto;
    }
    
    /*ご利用を検討されている方へ*/
    #page40 #con05 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 55px auto;
    }
    
    #page40 #con05 .con {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
        padding: 38px 28px 42px 28px;
        border: 3px solid #EEEEEE;
        border-radius: 12px;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 16px 16px;
        text-align: center;
    }
    
    #page40 #con05 .con h2 {
        position: relative;
        display: table;
        margin: 0 auto 22px auto;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }
    
    #page40 #con05 .con h2 img.icon01 {
        position: absolute;
        top: 18px;
        left: -35px;
        width: 28px;
        height: auto;
    }
    
    #page40 #con05 .con h2 img.icon02 {
        position: absolute;
        top: 18px;
        right: -35px;
        width: 28px;
        height: auto;
    }
    
    #page40 #con05 .con h3 {
        margin: 0 0 20px 0;
        color: #F478A3;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: center;
    }
    
    #page40 #con05 .con p {
        margin: 0;
        color: #4F3B17;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
    }

    #page40 #con05 .con p a {
		font-weight: 700;
        color: #F478A3;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    
    #page40 #con05 .con img.icon03 {
        position: absolute;
        right: 18px;
        bottom: -24px;
        width: 82px;
        height: auto;
    }
}

/*
50.安心・安全への取り組み
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page50 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page50 * {
        box-sizing: border-box;
    }

    #page50 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page50 h2,
    #page50 h3,
    #page50 h4 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }

    #page50 a {
        transition: 0.4s;
    }

    #page50 a:hover {
        opacity: 0.75;
    }

    /*メインビジュアル*/
    #page50 .page_mv .text img.img01 {
        width: 60px;
    }

    #page50 .page_mv .text img.img02 {
        width: 390px;
    }

    /*病気の日も、安心して過ごせる環境づくりを大切にしています*/
    #page50 #con01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 1150px;
        height: auto;
        margin: 90px auto 120px auto;
    }

    #page50 #con01 .text {
        position: relative;
        width: 630px;
        height: auto;
    }

    #page50 #con01 .text h2 {
        margin: 0 0 30px 0;
        color: #F478A3;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1.7;
        text-align: left;
    }

    #page50 #con01 .text h2 font {
        display: table;
        padding: 0 0 3px 0;
        border-bottom: 2px dotted #9A8765;
    }

    #page50 #con01 .text h2 font:first-child {
        margin: 0 0 6px 0;
    }

    #page50 #con01 .text p {
        text-align: left;
    }

    #page50 #con01 .img {
        position: relative;
        width: 460px;
        height: auto;
    }

    #page50 #con01 .img img {
        width: 100%;
        height: 310px;
        object-fit: cover;
        border-radius: 30px;
    }

    /*あいくるの安心・安全の取り組み内容*/
    #page50 #con02 {
        position: relative;
        width: 1280px;
        height: auto;
        margin: 0 auto;
        padding: 0 0 110px 0;
    }

    #page50 #con02 > h2 {
        margin: 0 0 70px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }

    #page50 #con02 .ptn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 95px 0;
    }

    #page50 #con02 .ptn:last-child {
        margin-bottom: 0;
    }

    #page50 #con02 .ptn:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    #page50 #con02 .ptn > .img {
        position: relative;
        width: 540px;
        height: auto;
    }

    #page50 #con02 .ptn > .img img {
        display: block;
        width: 100%;
        height: auto;
    }

    #page50 #con02 .ptn:nth-of-type(5) > .img {
        width: 320px;
        height: auto;
        transform: rotate(-8deg);
    }

    #page50 #con02 .ptn:nth-of-type(5) > .img img {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 0;
    }

    #page50 #con02 .ptn > .text {
        position: relative;
        width: 560px;
        height: auto;
    }

    #page50 #con02 .ptn .text h3 {
        margin: 0 0 28px 0;
        color: #F478A3;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }

    #page50 #con02 .ptn .text p {
        text-align: left;
    }
	
	#page50 #con02 .ptn img.icon01 {
		z-index: 2;
		display: block;
		position: absolute;
		top: 50px;
		left: 480px;
		width: 90px;
		height: auto;
	}

    /*感染症対策テーブル*/
    #page50 #con02 table {
    width: 100%;
    margin: 30px 0 0 0;
    border-collapse: separate;
    border-spacing: 0 0;
}

#page50 #con02 table tr {
    border-bottom: none;
}

#page50 #con02 table th,
#page50 #con02 table td {
    padding: 0;
    color: #4F3B17;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 34px;
    text-align: left;
    vertical-align: middle;
}

#page50 #con02 table th {
    width: 150px;
    height: auto;
	padding: 5px 0 5px 0;
    color: #fff;
	font-size: 16px;
    font-weight: 500;
	line-height: 16px;
    text-align: center;
}
	
	#page50 #con02 table th font {
		display: block;
		position: relative;
		width: 140px;
		padding: 10px 0 10px 0;
		background: #FD8CAE;
		border-radius: 2px;
	}

#page50 #con02 table td {
    width: calc(100% - 210px);
    height: auto;
    padding: 10px 0 10px 20px;
	font-size: 16px;
    font-weight: 400;
	line-height: 16px;
    border-bottom: 1px dashed #BCAF98;
}

    /*保護者さまへのお願い*/
    #page50 #con02 .box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 35px 0 0 0;
        padding: 28px 35px 25px 35px;
        background: #FFEFF5;
        border-radius: 8px;
    }

    #page50 #con02 .box h4 {
        position: relative;
        margin: 0 0 18px 0;
        padding: 0 0 0 34px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
		color: #4F3B17;
		text-align: left;
    }
	
	#page50 #con02 .box h4 font {
		padding-bottom: 2px;
		border-bottom: dashed 1px #F478A3;
	}

    #page50 #con02 .box h4 img {
        position: absolute;
        top: 3px;
        left: 0;
        width: 24px;
        height: auto;
    }

    #page50 #con02 .box p {
        position: relative;
        margin: 0 0 10px 0;
        padding: 0 0 0 28px;
        font-size: 15px;
        line-height: 26px;
    }

    #page50 #con02 .box p:last-child {
        margin-bottom: 0;
    }

    #page50 #con02 .box p img {
        position: absolute;
        top: 6px;
        left: 0;
        width: 19px;
        height: auto;
    }
	
	/*調整*/
	#page50 #con02 .ptn:nth-of-type(1) .text {
		margin-right: 40px;
	}
	
	#page50 #con02 .ptn:nth-of-type(1) .img {
		width: 610px;
	}
	
	#page50 #con02 .ptn:nth-of-type(2) .text {
		margin-left: 80px;
	}
	
	#page50 #con02 .ptn:nth-of-type(2) .img {
		width: 600px;
	}
	
	#page50 #con02 .ptn:nth-of-type(3) {
		width: 1160px;
		margin: 0 auto 95px auto;
	}
	
	#page50 #con02 .ptn:nth-of-type(3) .text {
		width: 540px;
	}
	
	#page50 #con02 .ptn:nth-of-type(4) .text {
		width: 740px;
	}
	
	#page50 #con02 .ptn:nth-of-type(4) .img {
		width: 513px;
	}
	
	#page50 #con02 .ptn:nth-of-type(5) {
		width: 1050px;
		margin: 0 auto 0 auto;
	}

    /*ご利用前のお願い*/
    #page50 #con03 {
    position: relative;
    width: 100%;
    height: auto;
		margin: 0 auto 150px auto;
    padding: 0 0 0 0;
    background: #fff;
	}

#page50 #con03 .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 70px 0 65px 0;
    box-sizing: border-box;
}
	
	#page50 #con03 .con::before {
		content: "";
		position: absolute;
		top: 0;
		right: -130px;
		width: 2000%;
		height: 100%;
		background: #FFF4F9;
		border-radius: 0 30px 30px 0;
	}

#page50 #con03 .text {
    position: relative;
    width: 530px;
    height: auto;
    padding: 105px 0 0 0;
    z-index: 2;
}

/*中央タイトル*/
#page50 #con03 .text h2 {
    position: absolute;
    top: 0;
    left: 100px;
    width: 820px;
    margin: 0;
    color: #4F3B17;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
}

/*ピンク見出し*/
#page50 #con03 .text h3 {
    margin: 0 0 28px 0;
    color: #F478A3;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 38px;
    text-align: left;
}

#page50 #con03 .text h3 font {
    display: table;
    padding: 0 0 3px 0;
    border-bottom: 1px dashed #B9A98A;
}

#page50 #con03 .text h3 font:first-child {
    margin: 0 0 4px 0;
}

#page50 #con03 .text p {
    margin: 0 0 34px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 34px;
    text-align: left;
    color: #4F3B17;
}

/*ボタン*/
#page50 #con03 .text a {
    width: 350px;
	margin: 0 auto 0 0;
}

/*右画像*/
#page50 #con03 .img {
    position: relative;
    width: 400px;
    height: auto;
    margin: 105px 0 0 0;
    z-index: 2;
}

#page50 #con03 .img > img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

/*装飾*/
#page50 #con03 .img01 {
    position: absolute;
    top: 100px;
    left: -50px;
    width: 77px;
    height: auto;
    z-index: 3;
}

#page50 #con03 .img02 {
    position: absolute;
    right: 40px;
    bottom: 195px;
    width: 114px;
    height: auto;
    z-index: 3;
}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page50 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page50 * {
        box-sizing: border-box;
    }

    #page50 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page50 h2,
    #page50 h3,
    #page50 h4 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page50 .page_mv .text img.img01 {
        width: 40px;
    }

    #page50 .page_mv .text img.img02 {
        width: 300px;
    }

    /*病気の日も、安心して過ごせる環境づくりを大切にしています*/
    #page50 #con01 {
        position: relative;
        width: 350px;
        height: auto;
        margin: 45px auto 65px auto;
    }

    #page50 #con01 .text {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page50 #con01 .text h2 {
        margin: 0 0 250px 0;
        color: #F478A3;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.7;
        text-align: center;
    }

    #page50 #con01 .text h2 font {
        display: table;
		margin: 0 auto 5px auto;
		padding-bottom: 2px;
		border-bottom: dashed 1px #4F3B17;
    }

    #page50 #con01 .text h2 font:last-child {
        display: inline;
        padding-bottom: 2px;
		border-bottom: dashed 1px #4F3B17;
    }

    #page50 #con01 .text p {
        text-align: left;
    }

    #page50 #con01 .img {
		position: absolute;
		top: 110px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
        width: 260px;
        height: auto;
    }

    #page50 #con01 .img img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 10px;
    }

    /*あいくるの安心・安全の取り組み内容*/
    #page50 #con02 {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto;
        padding: 0 0 45px 0;
    }

    #page50 #con02 > h2 {
        margin: 0 0 38px 0;
        color: #4F3B17;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
    }

    #page50 #con02 .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }

    #page50 #con02 .ptn:last-child {
		margin-top: 50px;
        margin-bottom: 0;
    }

    #page50 #con02 .ptn > .img {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 25px auto;
    }

    #page50 #con02 .ptn > .img img {
        display: block;
        width: 100%;
        height: auto;
    }

    #page50 #con02 .ptn > .text {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page50 #con02 .ptn .text h3 {
        margin: 0 0 22px 0;
        color: #F478A3;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
    }
	

    #page50 #con02 .ptn:nth-of-type(5) > .img {
        width: 210px;
        height: auto;
        margin: 0 auto 42px auto;
        transform: rotate(-8deg);
    }

    #page50 #con02 .ptn:nth-of-type(5) > .img img {
        display: block;
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 0;
    }

    #page50 #con02 .ptn .text p {
        text-align: left;
		letter-spacing: 0.5px;
    }
	
	#page50 #con02 .ptn img.icon01 {
		z-index: 2;
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
		width: 45px;
		height: auto;
	}

    /*感染症対策テーブル*/
    #page50 #con02 table {
        width: 100%;
        margin: 25px 0 0 0;
        border-collapse: collapse;
    }

    #page50 #con02 table tr {
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
    }

    #page50 #con02 table th,
    #page50 #con02 table td {
        display: block;
        width: 100%;
        padding: 8px 12px;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
        color: #4F3B17;
    }

    #page50 #con02 table th {
        background: #F478A3;
        color: #fff;
		font-size: 16px;
        font-weight: 500;
        text-align: left;
    }

    #page50 #con02 table td {
		font-size: 15px;
        font-weight: 400;
    }

    /*保護者さまへのお願い*/
    #page50 #con02 .box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 28px 0 0 0;
        padding: 24px 22px 22px 22px;
        background: #FFF4F9;
        border-radius: 8px;
    }

    #page50 #con02 .box h4 {
        position: relative;
        margin: 0 0 16px 0;
        padding: 0 0 0 30px;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 28px;
		text-align: left;
		color: #4F3B17;
    }
	
	#page50 #con02 .box h4 font {
		padding-bottom: 2px;
		border-bottom: dashed 1px #F478A3;
	}

    #page50 #con02 .box h4 img {
        position: absolute;
        top: 3px;
        left: 0;
        width: 22px;
        height: auto;
    }

    #page50 #con02 .box p {
        position: relative;
        margin: 0 0 10px 0;
        padding: 0 0 0 24px;
        font-size: 13px;
        line-height: 24px;
    }

    #page50 #con02 .box p:last-child {
        margin-bottom: 0;
    }

    #page50 #con02 .box p img {
        position: absolute;
        top: 7px;
        left: 0;
        width: 12px;
        height: auto;
    }

    /*ご利用前のお願い*/
    #page50 #con03 {
        position: relative;
        width: 100%;
        height: auto;
		margin: 0 auto 45px auto;
        padding: 45px 0 45px 0;
        background: #FFF4F9;
    }

    #page50 #con03 .con {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        background: none;
        border-radius: 0;
    }

    #page50 #con03 .text {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    #page50 #con03 .text h2 {
        margin: 0 0 28px 0;
        color: #4F3B17;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
    }

    #page50 #con03 .text h3 {
        margin: 0 0 0 0;
        color: #F478A3;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 42px;
        text-align: center;
    }

    #page50 #con03 .text h3 font {
        display: table;
        width: auto;
        margin: 0 auto;
        padding: 0 0 3px 0;
        border-bottom: 2px dotted #9A8765;
    }

    #page50 #con03 .text h3 font:first-child {
        margin-bottom: 4px;
    }

    #page50 #con03 .text p {
        margin: 245px 0 32px 0;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
    }

    #page50 #con03 .img {
        position: absolute;
        top: 195px;
        left: 50%;
        transform: translateX(-50%);
        width: 230px;
        height: auto;
        margin: 0;
        z-index: 3;
    }

    #page50 #con03 .img > img {
        display: block;
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 10px;
    }

    #page50 #con03 .text a {
        width: 280px;
        margin: 30px auto 0 auto;
    }

    /*装飾*/
    #page50 #con03 .img01 {
        position: absolute;
        top: 45px;
        left: -40px;
        width: 54px;
        height: auto;
        z-index: 4;
    }

    #page50 #con03 .img02 {
        position: absolute;
        top: 330px;
        right: 8px;
        width: 72px;
        height: auto;
        z-index: 4;
    }
}

/*
60.一日の過ごし方
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page60 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page60 * {
        box-sizing: border-box;
    }

    #page60 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page60 h2,
    #page60 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page60 .page_mv .text img.img01 {
        width: 46px;
    }

    #page60 .page_mv .text img.img02 {
        width: 260px;
    }

    /*病気の日も、お子さまの体調に合わせて穏やかに過ごします*/
    #page60 #con01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 1280px;
        height: auto;
        margin: 90px auto 120px auto;
    }

    #page60 #con01 .text {
        position: relative;
        width: 650px;
        height: auto;
		margin-left: 60px;
    }

    #page60 #con01 .text h2 {
        margin: 0 0 30px 0;
        color: #F478A3;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1.7;
        text-align: left;
    }

    #page60 #con01 .text h2 font {
        display: table;
        padding: 0 0 3px 0;
        border-bottom: 2px dotted #9A8765;
    }

    #page60 #con01 .text h2 font:first-child {
        margin: 0 0 6px 0;
    }

    #page60 #con01 .text p {
        text-align: left;
    }

    #page60 #con01 .img {
        position: relative;
        width: 470px;
        height: auto;
    }

    #page60 #con01 .img img {
        display: block;
        width: 100%;
        height: auto;
    }

    /*あいくる病児保育室で過ごす一日*/
    #page60 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100px 0 110px 0;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 18px 18px;
    }

    #page60 #con02 > h2 {
        margin: 0 0 65px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }

    #page60 #con02 .con {
        position: relative;
        width: 1140px;
        height: 1980px;
        margin: 0 auto;
    }

    #page60 #con02 .con > div {
        position: absolute;
        width: 100%;
        height: auto;
    }

    #page60 #con02 .img {
		z-index: 1;
        position: absolute;
        overflow: visible;
    }

    #page60 #con02 .img > img:not([class]) {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px;
    }

    #page60 #con02 .text {
        position: absolute;
        width: 480px;
        height: auto;
        padding: 60px 0 0 35px;
    }

    #page60 #con02 .text::before {
        content: "";
        position: absolute;
        top: 45px;
        left: 0;
        width: 8px;
        height: calc(100% + 30px);
        background: #FDEBAB;
    }

    #page60 #con02 .text h3 {
		z-index: 1;
        position: absolute;
        top: 0;
        left: -25px;
        min-width: 310px;
        height: 48px;
        padding: 0 38px;
        color: #fff;
        background: #F478A3;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 48px;
        text-align: center;
    }

    #page60 #con02 .text h3::after {
        content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 15px solid #fff;
    }

    #page60 #con02 .text p {
        font-size: 16px;
        line-height: 32px;
        text-align: left;
    }

    /*共通アイコン*/
    #page60 #con02 .img .icon001,
    #page60 #con02 .img .icon002 {
        position: absolute;
        height: auto;
        z-index: 2;
    }

    /*ptn01*/
    #page60 #con02 .ptn01 {
        top: 0;
        left: 0;
    }

    #page60 #con02 .ptn01 .img {
        top: 0;
        left: 0;
        width: 430px;
        height: 280px;
    }

    #page60 #con02 .ptn01 .img > img:not([class]) {
        border: 6px solid #FFB6CC;
    }

    #page60 #con02 .ptn01 .img .icon001 {
        right: 38px;
        top: -48px;
        width: 42px;
    }

    #page60 #con02 .ptn01 .img .icon002 {
        left: 12px;
        bottom: -58px;
        width: 65px;
    }

    #page60 #con02 .ptn01 .text {
        top: 55px;
        right: 105px;
    }

    #page60 #con02 .ptn01 .text::before {
        background: #FFD0DE;
    }

    #page60 #con02 .ptn01 .text h3 {
        background: #FD8CAE;
    }

    #page60 #con02 .ptn01 .text h3::after {
        border-top-color: #FD8CAE;
        border-bottom-color: #FD8CAE;
    }

    /*ptn02*/
    #page60 #con02 .ptn02 {
        top: 355px;
        left: 0;
    }

    #page60 #con02 .ptn02 .img {
        top: 0;
        right: 0;
        width: 390px;
        height: 260px;
    }

    #page60 #con02 .ptn02 .img > img:not([class]) {
        border: 6px solid #B7E7F4;
    }

    #page60 #con02 .ptn02 .img .icon001 {
        right: 70px;
        bottom: -55px;
        width: 68px;
    }

    #page60 #con02 .ptn02 .text {
        top: 20px;
        left: 85px;
        width: 480px;
        padding-top: 65px;
    }

    #page60 #con02 .ptn02 .text::before {
        background: #C1EDF8;
    }

    #page60 #con02 .ptn02 .text h3 {
        background: #74CDD8;
    }

    #page60 #con02 .ptn02 .text h3::after {
        border-top-color: #74CDD8;
        border-bottom-color: #74CDD8;
    }

    /*ptn03*/
    #page60 #con02 .ptn03 {
        top: 650px;
        left: 0;
    }

    #page60 #con02 .ptn03 .img {
        top: 0;
        left: 230px;
        width: 380px;
        height: 245px;
    }

    #page60 #con02 .ptn03 .img > img:not([class]) {
        border: 6px solid #FCE596;
    }

    #page60 #con02 .ptn03 .img .icon001 {
        right: 40px;
        bottom: -40px;
        width: 54px;
    }

    #page60 #con02 .ptn03 .text {
        top: 55px;
        right: -25px;
        width: 480px;
    }

    #page60 #con02 .ptn03 .text::before {
        background: #FDEBAB;
    }
	
	#page60 #con02 .ptn03 .text::after {
		content: "";
		position: absolute;
		top: -50px;
		left: -55px;
		width: 8px;
		height: 100px;
		background: #FDEBAB;
		transform: rotate(-60deg);
	}

    #page60 #con02 .ptn03 .text h3 {
        background: #F0CF5C;
    }

    #page60 #con02 .ptn03 .text h3::after {
        border-top-color: #F0CF5C;
        border-bottom-color: #F0CF5C;
    }

    /*ptn04*/
    #page60 #con02 .ptn04 {
        top: 1020px;
        left: 0;
    }

    #page60 #con02 .ptn04 .img {
        top: 0;
        right: 70px;
        width: 405px;
        height: 255px;
    }

    #page60 #con02 .ptn04 .img > img:not([class]) {
        border: 6px solid #ABE2AF;
    }

    #page60 #con02 .ptn04 .img .icon001 {
        right: -42px;
        top: -25px;
        width: 75px;
    }

    #page60 #con02 .ptn04 .text {
        top: 70px;
        left: 70px;
        width: 480px;
    }

    #page60 #con02 .ptn04 .text::before {
        background: #CCEDCE;
    }
	
	#page60 #con02 .ptn04 .text::after {
		content: "";
		position: absolute;
		top: -75px;
		right: -65px;
		width: 8px;
		height: 150px;
		background: #CCEDCE;
		transform: rotate(60deg);
	}

    #page60 #con02 .ptn04 .text h3 {
        background: #8CDB92;
    }

    #page60 #con02 .ptn04 .text h3::after {
        border-top-color: #8CDB92;
        border-bottom-color: #8CDB92;
    }

    /*ptn05*/
    #page60 #con02 .ptn05 {
        top: 1360px;
        left: 0;
    }

    #page60 #con02 .ptn05 .img {
        top: 0;
        left: 0;
        width: 395px;
        height: 255px;
    }

    #page60 #con02 .ptn05 .img > img:not([class]) {
        border: 6px solid #FFB6CC;
    }

    #page60 #con02 .ptn05 .img .icon001 {
        left: 18px;
        bottom: -48px;
        width: 75px;
    }

    #page60 #con02 .ptn05 .text {
        top: 15px;
        right: 118px;
        width: 480px;
    }

    #page60 #con02 .ptn05 .text::before {
        background: #FFD0DE;
    }

    #page60 #con02 .ptn05 .text h3 {
        background: #FD8CAE;
    }

    #page60 #con02 .ptn05 .text h3::after {
        border-top-color: #FD8CAE;
        border-bottom-color: #FD8CAE;
    }

    /*ptn06*/
    #page60 #con02 .ptn06 {
        top: 1690px;
        left: 0;
    }

    #page60 #con02 .ptn06 .img {
        top: 0;
        right: 115px;
        width: 390px;
        height: 230px;
    }

    #page60 #con02 .ptn06 .img > img:not([class]) {
        border: 6px solid #B7E7F4;
    }

    #page60 #con02 .ptn06 .img .icon001 {
        right: 50px;
        bottom: -30px;
        width: 56px;
    }

    #page60 #con02 .ptn06 .text {
        top: 30px;
        left: 70px;
        width: 480px;
    }

    #page60 #con02 .ptn06 .text::before {
		display: none;
        background: #74CDD8;
    }

    #page60 #con02 .ptn06 .text h3 {
        background: #74CDD8;
    }

    #page60 #con02 .ptn06 .text h3::after {
        border-top-color: #74CDD8;
        border-bottom-color: #74CDD8;
    }
	
	/*PC：左側テキスト用の帯・縦棒修正*/
/*対象：ptn02 / ptn04 / ptn06 */
#page60 #con02 .ptn02 .text,
#page60 #con02 .ptn04 .text,
#page60 #con02 .ptn06 .text {
    padding: 60px 35px 0 0;
}
	
	#page60 #con02 .ptn06 .text p {
		position: relative;
		left: 60px;
	}

/*縦棒を右側へ*/
#page60 #con02 .ptn02 .text::before,
#page60 #con02 .ptn04 .text::before,
#page60 #con02 .ptn06 .text::before {
    left: auto;
    right: 0;
}

/*帯を右寄せにする*/
#page60 #con02 .ptn02 .text h3,
#page60 #con02 .ptn04 .text h3,
#page60 #con02 .ptn06 .text h3 {
    left: auto;
    right: -25px;
}

/*既存の右向き三角を消す*/
#page60 #con02 .ptn02 .text h3::after,
#page60 #con02 .ptn04 .text h3::after,
#page60 #con02 .ptn06 .text h3::after {
    display: none;
}

/*左向き三角を作る*/
#page60 #con02 .ptn02 .text h3::before,
#page60 #con02 .ptn04 .text h3::before,
#page60 #con02 .ptn06 .text h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 24px solid;
    border-bottom: 24px solid;
    border-left: 15px solid transparent;
}

/*色指定：ptn02 水色*/
#page60 #con02 .ptn02 .text h3::before {
    border-top-color: #74CDD8;
    border-bottom-color: #74CDD8;
}

/*色指定：ptn04 緑*/
#page60 #con02 .ptn04 .text h3::before {
    border-top-color: #8CDB92;
    border-bottom-color: #8CDB92;
}

/*色指定：ptn06 水色*/
#page60 #con02 .ptn06 .text h3::before {
    border-top-color: #74CDD8;
    border-bottom-color: #74CDD8;
}

    /*体調に合わせて過ごし方は変わります*/
    #page60 #con03 {
        position: relative;
        width: 100%;
        height: auto;
		margin: 0 auto 150px auto;
        padding: 85px 0 95px 0;
        background: #FFEFF5;
    }

    #page60 #con03 .text {
        position: relative;
        width: 640px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        z-index: 2;
    }

    #page60 #con03 .text h2 {
        margin: 0 0 28px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1.7;
        text-align: center;
    }

    #page60 #con03 .text h2 font {
        display: table;
		margin: 0 auto 8px auto;
		border-bottom: 1px dashed #4F3B17;
    }

    #page60 #con03 .text h2 font:last-child {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 1px dashed #4F3B17;
    }

    #page60 #con03 .text p {
        text-align: center;
    }

    #page60 #con03 .img {
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 1180px;
        height: auto;
        pointer-events: none;
    }

    #page60 #con03 .img img:nth-child(1) {
        display: block;
        width: 100%;
        height: auto;
    }

    #page60 #con03 .img img:nth-child(2) {
        display: none !important;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page60 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page60 * {
        box-sizing: border-box;
    }

    #page60 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page60 h2,
    #page60 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page60 .page_mv .text img.img01 {
        width: 40px;
    }

    #page60 .page_mv .text img.img02 {
        width: 230px;
    }

    /*病気の日も、お子さまの体調に合わせて穏やかに過ごします*/
    #page60 #con01 {
        position: relative;
        width: 360px;
        height: auto;
        margin: 45px auto 65px auto;
    }

    #page60 #con01 .text {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page60 #con01 .text h2 {
        margin: 0 0 26px 0;
        color: #F478A3;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 1.75;
        text-align: center;
    }

    #page60 #con01 .text h2 font {
        display: table;
		margin: 0 auto 0 auto;
		border-bottom: 1px dashed #4F3B17;
    }

    #page60 #con01 .text h2 font:last-child {
        display: inline;
        padding-bottom: 5px;
        border-bottom: 1px dashed #4F3B17;
    }

    #page60 #con01 .text p {
        text-align: left;
    }

    #page60 #con01 .img {
        width: 100%;
        height: auto;
        margin: 28px auto 0 auto;
    }

    #page60 #con01 .img img {
        display: block;
        width: 100%;
        height: auto;
    }
	
    /*あいくる病児保育室で過ごす一日*/
    #page60 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 45px 0 30px 0;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 16px 16px;
    }

    #page60 #con02 > h2 {
        width: 330px;
        margin: 0 auto 25px auto;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }

    #page60 #con02 .con {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto;
    }

    #page60 #con02 .con > div {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 330px;
        height: auto;
        margin: 0 auto 30px auto;
    }

    #page60 #con02 .con > div:last-child {
        margin-bottom: 0;
    }

    /*画像共通*/
    #page60 #con02 .img {
		z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 300px;
        height: auto;
        margin: 0 auto 20px auto;
        overflow: visible;
    }

    #page60 #con02 .img > img:not([class]) {
        display: block;
        width: 100%;
        height: 190px;
        object-fit: cover;
        border-radius: 14px;
        box-sizing: border-box;
    }

    #page60 #con02 .img .icon001,
    #page60 #con02 .img .icon002 {
        position: absolute;
        height: auto;
        z-index: 5;
    }

    /*テキスト共通*/
    #page60 #con02 .text {
		z-index: 0;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    #page60 #con02 .text h3 {
        position: relative;
        width: 300px;
        height: 40px;
        margin: 0 0 14px 0;
        padding: 0 24px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 40px;
        text-align: center;
        white-space: nowrap;
        box-sizing: border-box;
        z-index: 2;
    }

    #page60 #con02 .text h3::before,
    #page60 #con02 .text h3::after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
    }

    #page60 #con02 .text p {
        position: relative;
        z-index: 2;
        margin: 0;
        color: #4F3B17;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 27px;
        text-align: left;
    }

    /*奇数：縦棒左 / 帯の右を切る*/
    #page60 #con02 .ptn01 .text::before,
    #page60 #con02 .ptn03 .text::before,
    #page60 #con02 .ptn05 .text::before {
        content: "";
        position: absolute;
        top: 40px;
        left: 0;
        width: 10px;
        height: calc(100% - 40px);
        z-index: 1;
    }
	
	#page60 #con02 .ptn01 .text::after,
	#page60 #con02 .ptn03 .text::after,
	#page60 #con02 .ptn05 .text::after {
		content: "";
		position: absolute;
		top: -50px;
		right: 10px;
		width: 10px;
		height: 50px;
	}

    #page60 #con02 .ptn01 .text p,
    #page60 #con02 .ptn03 .text p,
    #page60 #con02 .ptn05 .text p {
        padding: 0 0 0 38px;
    }

    #page60 #con02 .ptn01 .text h3::before,
    #page60 #con02 .ptn03 .text h3::before,
    #page60 #con02 .ptn05 .text h3::before {
        display: none;
    }

    #page60 #con02 .ptn01 .text h3::after,
    #page60 #con02 .ptn03 .text h3::after,
    #page60 #con02 .ptn05 .text h3::after {
        right: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 12px solid #fff;
    }

    /*偶数：縦棒右 / 帯の左を切る*/
    #page60 #con02 .ptn02 .text::before,
    #page60 #con02 .ptn04 .text::before,
    #page60 #con02 .ptn06 .text::before {
        content: "";
        position: absolute;
        top: 40px;
        right: 0;
        width: 10px;
        height: calc(100% - 40px);
        z-index: 1;
    }
	
	#page60 #con02 .ptn02 .text::after,
	#page60 #con02 .ptn04 .text::after,
	#page60 #con02 .ptn06 .text::after {
		content: "";
		position: absolute;
		top: -50px;
		left: 10px;
		width: 10px;
		height: 50px;
	}

    #page60 #con02 .ptn02 .text p,
    #page60 #con02 .ptn04 .text p,
    #page60 #con02 .ptn06 .text p {
        padding: 0 38px 0 0;
    }
	
	#page60 #con02 .ptn06 .text p {
		padding: 0 15px 0 0!important;
	}

    #page60 #con02 .ptn02 .text h3::after,
    #page60 #con02 .ptn04 .text h3::after,
    #page60 #con02 .ptn06 .text h3::after {
        display: none;
    }

    #page60 #con02 .ptn02 .text h3::before,
    #page60 #con02 .ptn04 .text h3::before,
    #page60 #con02 .ptn06 .text h3::before {
        left: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 12px solid #fff;
    }

    /*ptn01*/
    #page60 #con02 .ptn01 .img > img:not([class]) {
        border: 4px solid #FD8CAE;
    }

    #page60 #con02 .ptn01 .text::before {
		left: 10px;
		height: 280px;
        background: #FFD0DE;
    }

    #page60 #con02 .ptn01 .text h3 {
        background: #FD8CAE;
    }

    #page60 #con02 .ptn01 .img .icon001 {
        top: -30px;
        right: 5px;
        width: 31px;
    }

    #page60 #con02 .ptn01 .img .icon002 {
        left: -24px;
        bottom: -15px;
        width: 44px;
    }

    /*ptn02*/
    #page60 #con02 .ptn02 .img > img:not([class]) {
        border: 4px solid #74CDD8;
    }

    #page60 #con02 .ptn02 .text::before {
		right: 10px;
		height: 320px;
        background: #C1EDF8;
    }
	
	#page60 #con02 .ptn02 .text::after {
		background: #C1EDF8;
	}

    #page60 #con02 .ptn02 .text h3 {
        background: #74CDD8;
        font-size: 14px;
        letter-spacing: 0;
    }

    #page60 #con02 .ptn02 .img .icon001 {
        right: -20px;
        bottom: 30px;
        width: 40px;
    }

    /*ptn03*/
    #page60 #con02 .ptn03 .img > img:not([class]) {
        border: 4px solid #F0CF5C;
    }

    #page60 #con02 .ptn03 .text::before {
		left: 10px;
		height: 300px;
        background: #FDEBAB;
    }
	
	#page60 #con02 .ptn03 .text::after {
		background: #FDEBAB;
	}

    #page60 #con02 .ptn03 .text h3 {
        background: #F0CF5C;
    }

    #page60 #con02 .ptn03 .img .icon001 {
        right: 35px;
        bottom: -8px;
        width: 37px;
    }

    /*ptn04*/
    #page60 #con02 .ptn04 .img > img:not([class]) {
        border: 4px solid #8CDB92;
    }

    #page60 #con02 .ptn04 .text::before {
		right: 10px;
		height: 300px;
        background: #CCEDCE;
    }
	
	#page60 #con02 .ptn04 .text::after {
		background: #CCEDCE;
	}

    #page60 #con02 .ptn04 .text h3 {
        background: #8CDB92;
    }

    #page60 #con02 .ptn04 .img .icon001 {
        top: -28px;
        right: -20px;
        width: 55px;
    }

    /*ptn05*/
    #page60 #con02 .ptn05 .img > img:not([class]) {
        border: 4px solid #FD8CAE;
    }

    #page60 #con02 .ptn05 .text::before {
		left: 10px;
		height: 300px;
        background: #FFD0DE;
    }
	
	#page60 #con02 .ptn05 .text::after {
		background: #FFD0DE;
	}

    #page60 #con02 .ptn05 .text h3 {
        background: #FD8CAE;
    }

    #page60 #con02 .ptn05 .img .icon001 {
		top: -25px;
        left: -24px;
        width: 48px;
    }

    /*ptn06*/
    #page60 #con02 .ptn06 .img > img:not([class]) {
        border: 4px solid #74CDD8;
    }

    #page60 #con02 .ptn06 .text::before {
		right: 0;
		height: 300px;
        display: none;
    }
	
	#page60 #con02 .ptn06 .text::after {
		background: #C1EDF8;
	}

    #page60 #con02 .ptn06 .text h3 {
        background: #74CDD8;
        font-size: 14px;
        letter-spacing: 0;
    }

    #page60 #con02 .ptn06 .img .icon001 {
        right: 20px;
        bottom: -10px;
        width: 38px;
    }

    /*体調に合わせて過ごし方は変わります*/
    #page60 #con03 {
        position: relative;
        width: 100%;
        height: auto;
		margin: 0 auto 45px auto;
        padding: 45px 0 25px 0;
        background: #FFEFF5;
    }

    #page60 #con03 .text {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        z-index: 2;
    }

    #page60 #con03 .text h2 {
        margin: 0 0 24px 0;
        color: #4F3B17;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.65;
        text-align: center;
    }

    #page60 #con03 .text h2 font {
        display: table;
		margin: 0 auto 7px auto;
		border-bottom: 1px dashed #4F3B17;
    }

    #page60 #con03 .text h2 font:last-child {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 1px dashed #4F3B17;
    }

    #page60 #con03 .text p {
        text-align: left;
    }

    #page60 #con03 .img {
        position: relative;
        width: 370px;
        height: auto;
        margin: 15px auto 0 auto;
    }

    #page60 #con03 .img img:nth-child(1) {
        display: none !important;
    }

    #page60 #con03 .img img:nth-child(2) {
        display: block !important;
        width: 100%;
        height: auto;
    }
}

/*
70.スタッフ・施設紹介
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page70 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page70 * {
        box-sizing: border-box;
    }

    #page70 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page70 h2,
    #page70 h3,
    #page70 h4 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page70 .page_mv .text img.img01 {
        width: 60px;
    }

    #page70 .page_mv .text img.img02 {
        width: 360px;
    }

    /*お子さまと保護者さまに寄り添うスタッフが見守ります*/
#page70 #con01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 1120px;
    height: auto;
    margin: 90px auto 110px auto;
}

/*見出し*/
#page70 #con01 h2 {
    order: 1;
    position: relative;
    width: 560px;
    height: auto;
    margin: 10px 0 25px 0;
    color: #F478A3;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.65;
    text-align: left;
}

#page70 #con01 h2 font {
    display: table;
    padding: 0 0 3px 0;
    border-bottom: 2px dotted #9A8765;
}

#page70 #con01 h2 font:first-child {
    margin: 0 0 6px 0;
}

/*画像*/
#page70 #con01 > img {
    order: 2;
    display: block;
    width: 460px;
    height: 305px;
    object-fit: cover;
    border-radius: 30px;
}

/*本文*/
#page70 #con01 p {
    order: 3;
    width: 600px;
    margin: -155px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 34px;
    text-align: left;
}

    /*スタッフ紹介*/
#page70 #con02 {
    position: relative;
    width: 1260px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 110px 0;
}

#page70 #con02 .title {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    text-align: center;
}

#page70 #con02 .title h2 {
    position: relative;
    display: inline-block;
    margin: 0 0 28px 0;
    color: #4F3B17;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 46px;
    text-align: center;
}

#page70 #con02 .title h2 img {
    position: absolute;
    top: 50%;
    width: 34px;
    height: auto;
}

#page70 #con02 .title h2 img:first-child {
    left: -50px;
    transform: translateY(-50%);
}

#page70 #con02 .title h2 img:last-child {
    right: -50px;
    transform: translateY(-50%);
}

#page70 #con02 .title p {
    text-align: center;
}

#page70 #con02 .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 0;
    position: relative;
    width: 100%;
    height: auto;
}

#page70 #con02 .con .ptn {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 610px;
    height: auto;
}

/* 3,4,7,8番目は吹き出し左・人物右 */
#page70 #con02 .con .ptn:nth-child(4n+3),
#page70 #con02 .con .ptn:nth-child(4n+4) {
    flex-direction: row-reverse;
}

/*人物*/
#page70 #con02 .name {
    position: relative;
    width: 130px;
    height: auto;
    text-align: center;
    z-index: 2;
}

#page70 #con02 .name img {
    display: block;
    width: 130px;
    height: auto;
    margin: 0 auto;
}

/*名前リボン*/
#page70 #con02 .name h3 {
    position: relative;
    width: 132px;
    height: 36px;
    margin: -6px auto 8px auto;
    background: #F478A3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 36px;
    text-align: center;
}

#page70 #con02 .name h3::before,
#page70 #con02 .name h3::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}

#page70 #con02 .name h3::before {
    left: -16px;
    border-top: 18px solid #F478A3;
    border-bottom: 18px solid #F478A3;
    border-left: 16px solid transparent;
}

#page70 #con02 .name h3::after {
    right: -16px;
    border-top: 18px solid #F478A3;
    border-bottom: 18px solid #F478A3;
    border-right: 16px solid transparent;
}

#page70 #con02 .name h3 small {
    font-size: 14px;
    font-weight: 700;
}

/*職種 左右に・*/
#page70 #con02 .name p {
    position: relative;
    display: inline-block;
    color: #F478A3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 16px;
    text-align: center;
}

#page70 #con02 .name p::before,
#page70 #con02 .name p::after {
    content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	width: 6px;
	height: 6px;
	border-radius: 200px;
	background: #F478A3;
}

#page70 #con02 .name p::before {
    left: -15px;
}

#page70 #con02 .name p::after {
    right: -14px;
}

/*吹き出し*/
#page70 #con02 .text {
    position: relative;
    width: 450px;
    height: auto;
    min-height: 350px;
    padding: 30px 20px 30px 35px;
    background: #FFF4F9;
    border: 3px solid #FFD5E5;
    border-radius: 20px;
}

/*人物左のとき：吹き出し三角は左*/
#page70 #con02 .text::before {
    content: "";
    position: absolute;
    top: 48px;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 16px solid #FCEEBE;
}

#page70 #con02 .text::after {
    content: "";
    position: absolute;
    top: 51px;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 11px solid #FCEEBE;
}

/*人物右のとき：吹き出し三角は右*/
#page70 #con02 .con .ptn:nth-child(4n+3) .text::before,
#page70 #con02 .con .ptn:nth-child(4n+4) .text::before {
    left: auto;
    right: -16px;
    border-right: none;
    border-left: 16px solid #FCEEBE;
}

#page70 #con02 .con .ptn:nth-child(4n+3) .text::after,
#page70 #con02 .con .ptn:nth-child(4n+4) .text::after {
    left: auto;
    right: -13px;
    border-right: none;
    border-left: 11px solid #FCEEBE;
}

#page70 #con02 .text h4 {
	display: table;
    position: relative;
    margin: 0 0 8px 35px;
    padding: 0 0 0 0;
    color: #F478A3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 25px;
	border-bottom: dashed 1px;
}

#page70 #con02 .text h4 img {
    position: absolute;
    top: 1px;
    left: -35px;
    width: 25px;
    height: auto;
}

#page70 #con02 .text p {
	width: 340px;
    margin: 0 0 13px 35px;
    font-size: 16px;
    line-height: 26px;
}

#page70 #con02 .text p:last-child {
    margin-bottom: 0;
}

/*色分け：ピンク*/
#page70 #con02 .ptn:nth-child(4n+1) .name h3 {
    background: #F478A3;
}

#page70 #con02 .ptn:nth-child(4n+1) .name h3::before {
    border-top-color: #F478A3;
    border-bottom-color: #F478A3;
}

#page70 #con02 .ptn:nth-child(4n+1) .name h3::after {
    border-top-color: #F478A3;
    border-bottom-color: #F478A3;
}

#page70 #con02 .ptn:nth-child(4n+1) .name p,
#page70 #con02 .ptn:nth-child(4n+1) .name p::before,
#page70 #con02 .ptn:nth-child(4n+1) .name p::after,
#page70 #con02 .ptn:nth-child(4n+1) .text h4 {
    color: #F478A3;
}

#page70 #con02 .ptn:nth-child(4n+1) .text {
    border-color: #FFD5E5;
    background: #FFF4F9;
}

#page70 #con02 .ptn:nth-child(4n+1) .text::before {
    border-right-color: #F8DFE9;
}

#page70 #con02 .ptn:nth-child(4n+1) .text::after {
    border-right-color: #F8DFE9;
}

/*色分け：水色*/
#page70 #con02 .ptn:nth-child(4n+2) .name h3 {
    background: #39BFD1;
}

#page70 #con02 .ptn:nth-child(4n+2) .name h3::before {
    border-top-color: #39BFD1;
    border-bottom-color: #39BFD1;
}

#page70 #con02 .ptn:nth-child(4n+2) .name h3::after {
    border-top-color: #39BFD1;
    border-bottom-color: #39BFD1;
}

#page70 #con02 .ptn:nth-child(4n+2) .name p,
#page70 #con02 .ptn:nth-child(4n+2) .name p::before,
#page70 #con02 .ptn:nth-child(4n+2) .name p::after,
#page70 #con02 .ptn:nth-child(4n+2) .text h4 {
    color: #39BFD1;
}
	
	#page70 #con02 .ptn:nth-child(4n+2) .name p::before,
	#page70 #con02 .ptn:nth-child(4n+2) .name p::after {
		background: #39BFD1;
	}

#page70 #con02 .ptn:nth-child(4n+2) .text {
    border-color: #CDEFF8;
    background: #F0FBFF;
}

#page70 #con02 .ptn:nth-child(4n+2) .text::before {
    border-right-color: #DAF2F8;
}

#page70 #con02 .ptn:nth-child(4n+2) .text::after {
    border-right-color: #DAF2F8;
}

/*色分け：黄色*/
#page70 #con02 .ptn:nth-child(4n+3) .name h3 {
    background: #F0CB4A;
}

#page70 #con02 .ptn:nth-child(4n+3) .name h3::before {
    border-top-color: #F0CB4A;
    border-bottom-color: #F0CB4A;
}

#page70 #con02 .ptn:nth-child(4n+3) .name h3::after {
    border-top-color: #F0CB4A;
    border-bottom-color: #F0CB4A;
}
	
	#page70 #con02 .ptn:nth-child(4n+3) .name p::before,
	#page70 #con02 .ptn:nth-child(4n+3) .name p::after {
		background: #D8B22F;
	}

#page70 #con02 .ptn:nth-child(4n+3) .name p,
#page70 #con02 .ptn:nth-child(4n+3) .name p::before,
#page70 #con02 .ptn:nth-child(4n+3) .name p::after,
#page70 #con02 .ptn:nth-child(4n+3) .text h4 {
    color: #D8B22F;
}

#page70 #con02 .ptn:nth-child(4n+3) .text {
    border-color: #FFE9A9;
    background: #FFFCED;
}

#page70 #con02 .ptn:nth-child(4n+3) .text::before {
    border-left-color: #FFE9A9;
}

#page70 #con02 .ptn:nth-child(4n+3) .text::after {
    border-left-color: #FFFCED;
}

/*色分け：緑*/
#page70 #con02 .ptn:nth-child(4n) .name h3 {
    background: #47C96C;
}

#page70 #con02 .ptn:nth-child(4n) .name h3::before {
    border-top-color: #47C96C;
    border-bottom-color: #47C96C;
}

#page70 #con02 .ptn:nth-child(4n) .name h3::after {
    border-top-color: #47C96C;
    border-bottom-color: #47C96C;
}

#page70 #con02 .ptn:nth-child(4n) .name p,
#page70 #con02 .ptn:nth-child(4n) .name p::before,
#page70 #con02 .ptn:nth-child(4n) .name p::after,
#page70 #con02 .ptn:nth-child(4n) .text h4 {
    color: #47C96C;
}
	
	#page70 #con02 .ptn:nth-child(4n) .name p::before,
	#page70 #con02 .ptn:nth-child(4n) .name p::after {
		background: #47C96C;
	}

#page70 #con02 .ptn:nth-child(4n) .text {
    border-color: #D5F3DC;
    background: #F4FFF6;
}

#page70 #con02 .ptn:nth-child(4n) .text::before {
    border-left-color: #D9F0DB!important;
}

#page70 #con02 .ptn:nth-child(4n) .text::after {
    border-left-color: #D9F0DB!important;
}

    /*施設紹介*/
    #page70 #con03 {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        padding: 85px 0 0 0;
		margin: 0 auto 150px auto;
    }

    #page70 #con03::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 1300px;
        height: 200px;
        background-image: url(/wp-content/themes/cf_theme/images/page/page70/page70_con03_title.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    #page70 #con03 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        text-align: center;
    }

    #page70 #con03 .title h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 40px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }

    #page70 #con03 .title h2 img {
        position: absolute;
        top: 50%;
        width: 34px;
        height: auto;
    }

    #page70 #con03 .title h2 img:first-child {
        left: -48px;
        transform: translateY(-50%);
    }

    #page70 #con03 .title h2 img:last-child {
        right: -48px;
        transform: translateY(-50%);
    }

    #page70 #con03 .title p {
        text-align: center;
    }

    #page70 #con03 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 45px 0;
        position: relative;
        width: 1010px;
        height: auto;
        margin: 0 auto;
		padding: 40px 0 90px 0;
    }
	
	#page70 #con03 .con::after {
		content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -500%;
        transform: translateX(-50%);
        width: 2000%;
        height: 100%;
        background: #F8F8F8;
	}

    #page70 #con03 .con .ptn {
        position: relative;
        width: 300px;
        height: auto;
        text-align: center;
    }

    #page70 #con03 .con .ptn > img {
        width: 300px;
        height: 200px;
        margin: 0 0 18px 0;
        object-fit: cover;
        border-radius: 20px;
    }

    #page70 #con03 .con .ptn h3 {
        margin: 0 0 15px 0;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: center;
    }

    #page70 #con03 .con .ptn p {
        font-size: 16px;
        line-height: 26px;
		letter-spacing: 0.5px;
        text-align: center;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page70 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page70 * {
        box-sizing: border-box;
    }

    #page70 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page70 h2,
    #page70 h3,
    #page70 h4 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page70 .page_mv .text img.img01 {
        width: 40px;
    }

    #page70 .page_mv .text img.img02 {
        width: 260px;
    }

    /*お子さまと保護者さまに寄り添うスタッフが見守ります*/
    #page70 #con01 {
        position: relative;
        width: 340px;
        height: auto;
        margin: 45px auto 45px auto;
    }

    #page70 #con01 h2 {
        margin: 0 0 28px 0;
        color: #F478A3;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.75;
        text-align: center;
    }

    #page70 #con01 h2 font {
        display: table;
		margin: 0 auto 7px auto;
		border-bottom: 1px dashed #4F3B17;
    }

    #page70 #con01 h2 font:last-child {
        display: inline;
        padding-bottom: 6px;
        border-bottom: 1px dashed #4F3B17;
    }

    #page70 #con01 > img {
        display: block;
        width: 260px;
        height: 175px;
        margin: 0 auto 30px auto;
        object-fit: cover;
        border-radius: 15px;
    }

    #page70 #con01 p {
        text-align: left;
    }

    /*スタッフ紹介*/
    #page70 #con02 {
        position: relative;
        width: 98%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 65px 0;
    }

    #page70 #con02 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 35px 0;
        text-align: center;
    }

    #page70 #con02 .title h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 20px 0;
        color: #4F3B17;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
    }

    #page70 #con02 .title h2 img {
        position: absolute;
        top: 50%;
        width: 25px;
        height: auto;
    }

    #page70 #con02 .title h2 img:first-child {
        left: -34px;
        transform: translateY(-50%);
    }

    #page70 #con02 .title h2 img:last-child {
        right: -34px;
        transform: translateY(-50%);
    }

    #page70 #con02 .title p {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }

    #page70 #con02 .con {
        width: 100%;
        height: auto;
    }

    #page70 #con02 .con .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 70px auto 0 auto;
    }

    #page70 #con02 .con .ptn:last-child {
        margin-bottom: 0;
    }

    #page70 #con02 .name {
        position: absolute;
		top: -50px;
		right: 20px;
        width: 120px;
        height: auto;
        text-align: center;
        z-index: 2;
    }

    #page70 #con02 .name img {
        display: block;
        width: 120px;
        height: auto;
        margin: 0 auto;
    }

    #page70 #con02 .name h3 {
        position: relative;
        width: 100px;
        height: 40px;
        margin: -10px auto 5px auto;
        background: #F478A3;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 40px;
        text-align: center;
    }

    #page70 #con02 .name h3::before,
    #page70 #con02 .name h3::after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
    }

    #page70 #con02 .name h3::before {
        left: -17px;
        border-top: 20px solid #F478A3;
        border-bottom: 20px solid #F478A3;
        border-left: 17px solid transparent;
    }

    #page70 #con02 .name h3::after {
        right: -17px;
        border-top: 20px solid #F478A3;
        border-bottom: 20px solid #F478A3;
        border-right: 17px solid transparent;
    }

    #page70 #con02 .name h3 small {
        font-size: 12px;
        font-weight: 700;
    }

    #page70 #con02 .name p {
        position: relative;
        display: inline-block;
        color: #F478A3;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 15px;
        text-align: center;
    }

    #page70 #con02 .name p::before,
    #page70 #con02 .name p::after {
		content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        width: 5px;
        height: 5px;
        border-radius: 200px;
        background: #F478A3;
    }

    #page70 #con02 .name p::before {
        left: -12px;
    }

    #page70 #con02 .name p::after {
        right: -12px;
    }
	
	#page70 #con02 .ptn:nth-child(4n+2) .name p::before, #page70 #con02 .ptn:nth-child(4n+2) .name p::after {
		background: #39BFD1;
	}
	
	#page70 #con02 .ptn:nth-child(4n+3) .name p::before, #page70 #con02 .ptn:nth-child(4n+3) .name p::after {
		background: #D8B22F;
	}
	
	#page70 #con02 .ptn:nth-child(4n) .name p::before, #page70 #con02 .ptn:nth-child(4n) .name p::after {
		background: #47C96C;
	}
	
    #page70 #con02 .text {
        position: relative;
        width: 100%;
        height: auto;
        padding: 25px 0 24px 10px;
        background: #FFF4F9;
        border: 2px solid #FFD5E5;
        border-radius: 10px;
    }

    #page70 #con02 .text h4 {
		display: table;
        position: relative;
        margin: 0 0 8px 22px;
        padding: 0 0 0 0;
        color: #F478A3;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 23px;
		border-bottom: dashed 1px;
    }

    #page70 #con02 .text h4 img {
        position: absolute;
        top: 4px;
        left: -22px;
        width: 17px;
        height: auto;
    }

    #page70 #con02 .text p {
        margin: 0 20px 11px 22px;
        font-size: 15px;
        line-height: 25px;
    }
	
	#page70 #con02 .text p.q1 {
		width: 180px;
		margin: 0 auto 11px 22px;
	}

    #page70 #con02 .text p:last-child {
        margin-bottom: 0;
    }

    /*スマホカード色分け*/
    #page70 #con02 .ptn:nth-child(4n+1) .name h3 {
        background: #F478A3;
    }

    #page70 #con02 .ptn:nth-child(4n+1) .name h3::before {
        border-top-color: #F478A3;
        border-bottom-color: #F478A3;
    }

    #page70 #con02 .ptn:nth-child(4n+1) .name h3::after {
        border-top-color: #F478A3;
        border-bottom-color: #F478A3;
    }

    #page70 #con02 .ptn:nth-child(4n+1) .name p,
    #page70 #con02 .ptn:nth-child(4n+1) .name p::before,
    #page70 #con02 .ptn:nth-child(4n+1) .name p::after,
    #page70 #con02 .ptn:nth-child(4n+1) .text h4 {
        color: #F478A3;
    }

    #page70 #con02 .ptn:nth-child(4n+1) .text {
        border-color: #FFD5E5;
        background: #FFF4F9;
    }

    #page70 #con02 .ptn:nth-child(4n+2) .name h3 {
        background: #64C9E8;
    }

    #page70 #con02 .ptn:nth-child(4n+2) .name h3::before {
        border-top-color: #64C9E8;
        border-bottom-color: #64C9E8;
    }

    #page70 #con02 .ptn:nth-child(4n+2) .name h3::after {
        border-top-color: #64C9E8;
        border-bottom-color: #64C9E8;
    }

    #page70 #con02 .ptn:nth-child(4n+2) .name p,
    #page70 #con02 .ptn:nth-child(4n+2) .name p::before,
    #page70 #con02 .ptn:nth-child(4n+2) .name p::after,
    #page70 #con02 .ptn:nth-child(4n+2) .text h4 {
        color: #3FB9DA;
    }

    #page70 #con02 .ptn:nth-child(4n+2) .text {
        border-color: #CDEFF8;
        background: #F0FBFF;
    }

    #page70 #con02 .ptn:nth-child(4n+3) .name h3 {
        background: #F0CB4A;
    }

    #page70 #con02 .ptn:nth-child(4n+3) .name h3::before {
        border-top-color: #F0CB4A;
        border-bottom-color: #F0CB4A;
    }

    #page70 #con02 .ptn:nth-child(4n+3) .name h3::after {
        border-top-color: #F0CB4A;
        border-bottom-color: #F0CB4A;
    }

    #page70 #con02 .ptn:nth-child(4n+3) .name p,
    #page70 #con02 .ptn:nth-child(4n+3) .name p::before,
    #page70 #con02 .ptn:nth-child(4n+3) .name p::after,
    #page70 #con02 .ptn:nth-child(4n+3) .text h4 {
        color: #D4A600;
    }

    #page70 #con02 .ptn:nth-child(4n+3) .text {
        border-color: #FFE9A9;
        background: #FFFCED;
    }

    #page70 #con02 .ptn:nth-child(4n) .name h3 {
        background: #73D18A;
    }

    #page70 #con02 .ptn:nth-child(4n) .name h3::before {
        border-top-color: #73D18A;
        border-bottom-color: #73D18A;
    }

    #page70 #con02 .ptn:nth-child(4n) .name h3::after {
        border-top-color: #73D18A;
        border-bottom-color: #73D18A;
    }

    #page70 #con02 .ptn:nth-child(4n) .name p,
    #page70 #con02 .ptn:nth-child(4n) .name p::before,
    #page70 #con02 .ptn:nth-child(4n) .name p::after,
    #page70 #con02 .ptn:nth-child(4n) .text h4 {
        color: #51B76A;
    }

    #page70 #con02 .ptn:nth-child(4n) .text {
        border-color: #D5F3DC;
        background: #F4FFF6;
    }

    /*施設紹介*/
    #page70 #con03 {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        padding: 45px 0 0 0;
		margin: 0 auto 45px auto;
    }
	
	#page70 #con03::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 80px;
        background-image: url(/wp-content/themes/cf_theme/images/page/page70/page70_con03_title_smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    #page70 #con03 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        text-align: center;
    }

    #page70 #con03 .title h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 18px 0;
        color: #4F3B17;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
    }

    #page70 #con03 .title h2 img {
        position: absolute;
        top: 50%;
        width: 25px;
        height: auto;
    }

    #page70 #con03 .title h2 img:first-child {
        left: -34px;
        transform: translateY(-50%);
    }

    #page70 #con03 .title h2 img:last-child {
        right: -34px;
        transform: translateY(-50%);
    }

    #page70 #con03 .title p {
        width: 325px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 26px;
        text-align: center;
    }

    #page70 #con03 .con {
		position: relative;
        width: 325px;
        height: auto;
        margin: 0 auto;
		padding-bottom: 45px;
    }
	
	#page70 #con03 .con::after {
		content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: -500%;
        transform: translateX(-50%);
        width: 2000%;
        height: 104%;
        background: #F8F8F8;
	}

    #page70 #con03 .con .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        text-align: center;
    }

    #page70 #con03 .con .ptn:last-child {
        margin-bottom: 0;
    }

    #page70 #con03 .con .ptn > img {
        width: 250px;
        height: 165px;
        margin: 0 auto 15px auto;
        object-fit: cover;
        border-radius: 10px;
    }

    #page70 #con03 .con .ptn h3 {
        margin: 0 0 10px 0;
        color: #4F3B17;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: center;
    }

    #page70 #con03 .con .ptn p {
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }
}

/*
80.利用者さまの声
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page80 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page80 * {
        box-sizing: border-box;
    }

    #page80 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page80 a {
        transition: 0.3s;
    }

    #page80 a:hover {
        opacity: 0.75;
    }

    #page80 h2,
    #page80 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page80 .page_mv .text img.img01 {
        width: 47px;
    }

    #page80 .page_mv .text img.img02 {
        width: 300px;
    }

    /*テキスト*/
    #page80 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 0 75px 0;
    }

    #page80 #con01 p {
        text-align: center;
    }

    /*実際にご利用いただいた保護者さまの声*/
    #page80 #con02 {
        position: relative;
        width: 1150px;
        height: auto;
        margin: 0 auto;
        padding: 0 0 85px 0;
    }

    #page80 #con02 h2 {
        position: relative;
        margin: 0 0 0 0;
        padding: 0 0 35px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 48px;
        text-align: center;
		border-bottom: solid 2px #E8E0D8;
    }

    #page80 #con02 h2::before,
	#page80 #con02 h2::after {
        content: "";
        position: absolute;
        bottom: -6px;
        width: 10px;
        height: 10px;
        background: #E8E0D8;
        border-radius: 50%;
    }
	
	#page80 #con02 h2::before {
		left: 0;
	}
	
	#page80 #con02 h2::after {
        right: 0;
    }

    #page80 #con02 .ptn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 58px 70px;
    border-bottom: 2px solid #E8E0D8;
}

    #page80 #con02 .ptn::before,
    #page80 #con02 .ptn::after {
        content: "";
        position: absolute;
        bottom: -6px;
        width: 10px;
        height: 10px;
        background: #E8E0D8;
        border-radius: 50%;
    }

    #page80 #con02 .ptn::before {
        left: 0;
    }

    #page80 #con02 .ptn::after {
        right: 0;
    }

    /*奇数：テキスト左・画像右*/
#page80 #con02 .ptn:nth-of-type(odd) {
    flex-direction: row-reverse;
}

/*偶数：画像左・テキスト右*/
#page80 #con02 .ptn:nth-of-type(even) {
    flex-direction: row;
}

#page80 #con02 .ptn > .img {
    position: relative;
    width: 250px;
    min-height: 335px;
    padding: 26px 22px 22px 22px;
    text-align: center;
	border-radius: 5px;
}

/*カードの傾き*/
#page80 #con02 .ptn:nth-of-type(odd) > .img {
    transform: rotate(4deg);
}

#page80 #con02 .ptn:nth-of-type(even) > .img {
    transform: rotate(-5deg);
}

#page80 #con02 .ptn > .text {
    position: relative;
    width: 670px;
    height: auto;
}

#page80 #con02 .ptn .text h3 {
    margin: 0 0 24px 0;
    color: #4F3B17;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 42px;
}
	
	/*fontごとに改行＋マーカー*/
#page80 #con02 .ptn .text h3 font {
    display: table;
    padding: 0 4px;
}

/*マーカー色*/
#page80 #con02 .ptn .img.pink + .text h3 font {
    background: linear-gradient(transparent 62%, #FFF0F6 62%);
}

#page80 #con02 .ptn .img.yellow + .text h3 font {
    background: linear-gradient(transparent 62%, #FDF7DF 62%);
}

#page80 #con02 .ptn .img.blue + .text h3 font {
    background: linear-gradient(transparent 62%, #EAF8FF 62%);
}

    #page80 #con02 .ptn > .img.pink {
        background: #FFF0F6;
    }

    #page80 #con02 .ptn > .img.yellow {
        background: #FDF7DF;
    }

    #page80 #con02 .ptn > .img.blue {
        background: #EAF8FF;
    }

    #page80 #con02 .ptn > .img > img:not([class]) {
        width: 170px;
        height: 170px;
        margin: 0 auto 18px auto;
        object-fit: cover;
        border-radius: 16px;
    }

    #page80 #con02 .ptn > .img .name {
        margin: 0 0 12px 0;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 20px;
        text-align: center;
    }

    #page80 #con02 .ptn > .img .info {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
        text-align: center;
        color: #F478A3;
    }

    #page80 #con02 .ptn > .img .img_icon001,
    #page80 #con02 .ptn > .img .img_icon003,
    #page80 #con02 .ptn > .img .img_icon005 {
        position: absolute;
        right: 18px;
        bottom: -16px;
        width: 52px;
        height: auto;
    }
	
	#page80 #con02 .ptn > .img .img_icon002,
	#page80 #con02 .ptn > .img .img_icon004,
	#page80 #con02 .ptn > .img .img_icon006 {
		position: absolute;
        left: 18px;
        bottom: -16px;
        width: 52px;
        height: auto;
	}

    #page80 #con02 .ptn .text p {
        line-height: 34px;
    }

    /*ほかにも、こんな不安を感じていた方にも*/
    #page80 #con03 {
        position: relative;
        width: 1240px;
        height: auto;
        margin: 0 auto;
        padding: 10px 0 90px 0;
    }

    #page80 #con03 h2 {
		position: relative;
		width: 700px;
		margin: 0 auto 40px auto;
        color: #4F3B17;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }
	
	#page80 #con03 h2 img.icon01,
	#page80 #con03 h2 img.icon02 {
		display: block;
		position: absolute;
		bottom: 0;
		width: 27px;
		height: auto;
	}
	
	#page80 #con03 h2 img.icon01 {
		left: 0;
	}
	
	#page80 #con03 h2 img.icon02 {
		right: 0;
	}

    #page80 #con03 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #page80 #con03 .box {
        position: relative;
        width: 400px;
        min-height: 165px;
        padding: 40px 40px 40px 40px;
    }

    #page80 #con03 .box.pink {
        background: #FFF0F6;
    }

    #page80 #con03 .box.yellow {
        background: #FFF8D8;
    }

    #page80 #con03 .box.blue {
        background: #EAF8FF;
    }

    #page80 #con03 .box h3 {
        margin: 0 0 20px 0;
        color: #F478A3;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: center;
    }

    #page80 #con03 .box.yellow h3 {
        color: #D4A600;
    }

    #page80 #con03 .box.blue h3 {
        color: #59BFE2;
    }

    #page80 #con03 .box ul {
        list-style: none;
    }

    #page80 #con03 .box li {
        position: relative;
        margin: 0 0 7px 0;
        padding: 0 0 0 18px;
        color: #4F3B17;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
    }

    #page80 #con03 .box li:last-child {
        margin-bottom: 0;
    }

    #page80 #con03 .box li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 7px;
        height: 7px;
        background: #F478A3;
        border-radius: 50%;
    }

    #page80 #con03 .box.yellow li::before {
        background: #D4A600;
    }

    #page80 #con03 .box.blue li::before {
        background: #59BFE2;
    }

    #page80 #con03 .box .img_icon007 {
        position: absolute;
        right: -25px;
        bottom: -28px;
        width: 120px;
        height: auto;
    }

    /*初めてのご利用で不安な方へ*/
    #page80 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 0 150px 0;
    }

    #page80 #con04 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 1040px;
        height: auto;
        margin: 0 auto;
        padding: 90px 75px 90px 0;
    }
	
	#page80 #con04 .con::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		width: 2000%;
		height: 100%;
		background: #F8F8F8;
		border-radius: 40px;
	}

    #page80 #con04 .text {
        position: relative;
        width: 600px;
        height: auto;
    }

    #page80 #con04 .text .img_icon008 {
        position: absolute;
        top: -110px;
        left: -40px;
        width: 60px;
        height: auto;
    }

    #page80 #con04 .text h2 {
        margin: 0 0 30px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
    }

    #page80 #con04 .text p {
        margin: 0 0 35px 0;
    }

    #page80 #con04 .text a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 450px;
        height: auto;
		padding: 20px 0 20px 0;
        border: 3px solid #F478A3;
        border-radius: 100px;
        background: #fff;
        color: #F478A3;
        text-align: center;
    }

    #page80 #con04 .text a font {
        color: #F478A3;
        font-size: 30px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page80 #con04 .text a font small {
        margin: 0 5px 0 0;
        font-size: 16px;
        font-weight: 400;
    }

    #page80 #con04 .text a span {
        margin: 4px 0 0 0;
        color: #F478A3;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page80 #con04 .img {
        position: absolute;
		top: 130px;
		right: 60px;
        width: 370px;
        height: auto;
    }

    #page80 #con04 .img img:not([class]) {
        position: absolute;
        object-fit: cover;
    }

    #page80 #con04 .img img:not([class]):nth-child(1) {
		position: relative;
        width: 300px;
        height: 300px;
    }

    #page80 #con04 .img img:not([class]):nth-child(2) {
        right: 0;
        bottom: -80px;
        width: 150px;
        height: 150px;
    }

    #page80 #con04 .img .img_icon009 {
        position: absolute;
        right: -20px;
        bottom: 80px;
        width: 60px;
        height: auto;
    }

    #page80 #con04 .img .img_icon010 {
        position: absolute;
        left: 75px;
        bottom: -105px;
        width: 60px;
        height: auto;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page80 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page80 * {
        box-sizing: border-box;
    }

    #page80 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page80 .page_mv .text img.img01 {
        width: 33px;
    }

    #page80 .page_mv .text img.img02 {
        width: 230px;
    }

    /*テキスト*/
    #page80 #con01 {
        position: relative;
        width: 325px;
        height: auto;
        padding: 30px 0 48px 0;
        margin: 0 auto;
    }

    #page80 #con01 p {
        text-align: left;
    }

    /*実際にご利用いただいた保護者さまの声*/
    #page80 #con02 {
        position: relative;
        width: 98%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 55px 0;
    }

    #page80 #con02 h2 {
        position: relative;
        margin: 0 auto 0 auto;
        padding: 0 0 30px 0;
        color: #4F3B17;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
		border-bottom: 2px solid #E8E0D8;
    }

    #page80 #con02 h2::before,
	#page80 #con02 h2::after {
        content: "";
        position: absolute;
        bottom: -6px;
        width: 9px;
        height: 9px;
        background: #E8E0D8;
        border-radius: 50%;
    }
	
	#page80 #con02 h2::before {
		left: 0;
	}
	
	#page80 #con02 h2::after {
        right: 0;
    }

    #page80 #con02 .ptn {
        position: relative;
        width: 100%;
        height: auto;
        padding: 34px 0 40px 0;
        border-bottom: 2px solid #E8E0D8;
    }

    #page80 #con02 .ptn::before,
    #page80 #con02 .ptn::after {
        content: "";
        position: absolute;
        bottom: -6px;
        width: 9px;
        height: 9px;
        background: #E8E0D8;
        border-radius: 50%;
    }

    #page80 #con02 .ptn::before {
        left: 0;
    }

    #page80 #con02 .ptn::after {
        right: 0;
    }

    #page80 #con02 .ptn > .img {
        position: relative;
        width: 210px;
        margin: 0 auto 30px auto;
        padding: 20px 0 25px 0;
        text-align: center;
		border-radius: 3px;
    }

    #page80 #con02 .ptn:nth-of-type(odd) > .img {
        transform: rotate(4deg);
    }

    #page80 #con02 .ptn:nth-of-type(even) > .img {
        transform: rotate(-5deg);
    }

    #page80 #con02 .ptn > .img.pink {
        background: #FFF0F6;
    }

    #page80 #con02 .ptn > .img.yellow {
        background: #FFF8D8;
    }

    #page80 #con02 .ptn > .img.blue {
        background: #EAF8FF;
    }

    #page80 #con02 .ptn > .img > img:not([class]) {
        width: 135px;
        height: 135px;
        margin: 0 auto 14px auto;
        object-fit: cover;
        border-radius: 13px;
    }

    #page80 #con02 .ptn > .img .name {
        margin: 0 0 6px 0;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: center;
    }

    #page80 #con02 .ptn > .img .info {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 16px;
        text-align: center;
        color: #F478A3;
    }

    #page80 #con02 .ptn > .img .img_icon001,    
    #page80 #con02 .ptn > .img .img_icon003,
    #page80 #con02 .ptn > .img .img_icon005 {
        position: absolute;
        right: 14px;
        bottom: -12px;
        width: 38px;
        height: auto;
    }
	
	#page80 #con02 .ptn > .img .img_icon002,
	#page80 #con02 .ptn > .img .img_icon004,
	#page80 #con02 .ptn > .img .img_icon006 {
		position: absolute;
        left: 14px;
        bottom: -12px;
        width: 38px;
        height: auto;
	}

    #page80 #con02 .ptn > .text {
        position: relative;
        width: 325px;
        height: auto;
        margin: 0 auto;
    }

    #page80 #con02 .ptn .text h3 {
        margin: 0 0 18px 0;
        color: #4F3B17;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
    }

    #page80 #con02 .ptn .text h3 font {
        display: table;
        padding: 0 3px;
    }

    #page80 #con02 .ptn .img.pink + .text h3 font {
        background: linear-gradient(transparent 62%, #FFF0F6 62%);
    }

    #page80 #con02 .ptn .img.yellow + .text h3 font {
        background: linear-gradient(transparent 62%, #FDF7DF 62%);
    }

    #page80 #con02 .ptn .img.blue + .text h3 font {
        background: linear-gradient(transparent 62%, #EAF8FF 62%);
    }

    #page80 #con02 .ptn .text p {
        line-height: 28px;
    }

    /*ほかにも、こんな不安を感じていた方にも*/
    #page80 #con03 {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
        padding: 0 0 55px 0;
    }

    #page80 #con03 h2 {
		position: relative;
		width: 330px;
		margin: 0 auto 30px auto;
        color: #4F3B17;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }
	
	#page80 #con03 h2 img.icon01,
	#page80 #con03 h2 img.icon02 {
		display: block;
		position: absolute;
		bottom: 0;
		width: 14px;
		height: auto;
	}
	
	#page80 #con03 h2 img.icon01 {
		left: 0;
	}
	
	#page80 #con03 h2 img.icon02 {
		right: 0;
	}

    #page80 #con03 .con {
        width: 100%;
        height: auto;
    }

    #page80 #con03 .box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
        padding: 24px 22px 22px 22px;
    }

    #page80 #con03 .box:last-child {
        margin-bottom: 0;
    }

    #page80 #con03 .box.pink {
        background: #FFF0F6;
    }

    #page80 #con03 .box.yellow {
        background: #FDF7DF;
    }

    #page80 #con03 .box.blue {
        background: #EAF8FF;
    }

    #page80 #con03 .box h3 {
        margin: 0 0 14px 0;
        color: #F478A3;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: center;
    }

    #page80 #con03 .box.yellow h3 {
        color: #D4A600;
    }

    #page80 #con03 .box.blue h3 {
        color: #59BFE2;
    }

    #page80 #con03 .box ul {
        list-style: none;
    }

    #page80 #con03 .box li {
        position: relative;
        margin: 0 0 7px 0;
        padding: 0 0 0 15px;
        color: #4F3B17;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 23px;
    }

    #page80 #con03 .box li:last-child {
        margin-bottom: 0;
    }

    #page80 #con03 .box li::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 0;
        width: 6px;
        height: 6px;
        background: #F478A3;
        border-radius: 50%;
    }

    #page80 #con03 .box.yellow li::before {
        background: #D4A600;
    }

    #page80 #con03 .box.blue li::before {
        background: #59BFE2;
    }

    #page80 #con03 .box .img_icon007 {
        position: absolute;
        right: 15px;
        bottom: -28px;
        width: 87px;
        height: auto;
    }

    /*初めてのご利用で不安な方へ*/
    #page80 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 45px auto 45px auto;
		background: #F7F7F7;
    }

    #page80 #con04 .con {
        position: relative;
        width: 340px;
        height: auto;
        margin: 0 auto;
        padding: 45px 0 45px 0;
    }

    #page80 #con04 .text {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page80 #con04 .text .img_icon008 {
        position: absolute;
        top: -60px;
        left: -8px;
        width: 40px;
        height: auto;
    }

    #page80 #con04 .text h2 {
        margin: 0 0 265px 0;
        color: #4F3B17;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
    }

    #page80 #con04 .text p {
        margin: 0 0 28px 0;
    }

    #page80 #con04 .text a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: auto;
		padding: 15px 0 15px 0;
        margin: 0 auto 0 auto;
        border: 2px solid #F478A3;
        border-radius: 100px;
        background: #fff;
        color: #F478A3;
        text-align: center;
    }

    #page80 #con04 .text a font {
        color: #F478A3;
        font-size: 25px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page80 #con04 .text a font small {
        margin: 0 4px 0 0;
        font-size: 13px;
        font-weight: 400;
    }

    #page80 #con04 .text a span {
        margin: 4px 0 0 0;
        color: #F478A3;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page80 #con04 .img {
        position: absolute;
		top: 110px;
		left: 40px;
        width: 260px;
        height: auto;
        margin: 0 auto;
    }

    #page80 #con04 .img img:not([class]) {
        position: absolute;
        object-fit: cover;
    }

    #page80 #con04 .img img:not([class]):nth-child(1) {
		position: relative;
        top: 0;
        left: 0;
        width: 185px;
        height: 185px;
    }

    #page80 #con04 .img img:not([class]):nth-child(2) {
        right: 0;
        bottom: -30px;
        width: 110px;
        height: 110px;
    }

    #page80 #con04 .img .img_icon009 {
        position: absolute;
        right: -20px;
        bottom: 80px;
        width: 40px;
        height: auto;
    }

    #page80 #con04 .img .img_icon010 {
        position: absolute;
        left:  35px;
        bottom: -20px;
        width: 35px;
        height: auto;
    }
}

/*
90.よくある質問
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page90 {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
    }

    #page90 * {
        box-sizing: border-box;
    }

    #page90 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page90 a {
        transition: 0.2s;
    }

    #page90 h2,
    #page90 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }

    #page90 .main section {
        scroll-margin-top: 140px;
    }

    /*メインビジュアル*/
    #page90 .page_mv .text img.img01 {
        width: 35px;
    }

    #page90 .page_mv .text img.img02 {
        width: 250px;
    }

    /*テキスト*/
    #page90 #con00 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 0 0 0;
    }

    #page90 #con00 p {
        text-align: center;
    }

    /*2カラム*/
    #page90 #con {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        width: 1280px;
        height: auto;
        margin: 60px auto 100px auto;
        overflow: visible;
    }

    /*サイドバー*/
    #page90 #con .side {
        position: sticky;
        top: 190px;
        width: 380px;
        height: auto;
        align-self: flex-start;
    }

    #page90 #con .side a {
        display: block;
        position: relative;
        width: 100%;
        padding: 18px 42px 18px 0;
        border-bottom: 1px dashed #9A8765;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
        color: #4F3B17;
        transition: 0.2s;
    }

    #page90 #con .side a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background: #F478A3;
        border-radius: 50%;
        transition: 0.2s;
    }

    #page90 #con .side a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 6.5px;
        z-index: 1;
        transform: translateY(-35%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 9px solid #fff;
        transition: 0.2s;
    }

    #page90 #con .side a:hover,
    #page90 #con .side a.is-current {
        color: #F478A3;
        font-weight: 500;
    }

    #page90 #con .side a:hover::after,
    #page90 #con .side a.is-current::after {
        background: #F0CB4A;
    }

    /*メイン*/
    #page90 #con .main {
        position: relative;
        width: 820px;
        height: auto;
        padding: 55px 65px 65px 65px;
        border: 4px solid #EEEEEE;
        border-radius: 28px;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 18px 18px;
    }

    #page90 #con .img_icon01 {
        position: absolute;
        right: 55px;
        bottom: -15px;
        width: 132px;
        height: auto;
    }

    /*FAQセクション*/
    #page90 .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 48px 0;
    }

    #page90 .ptn:last-child {
        margin-bottom: 0;
    }

    #page90 .page90_h2 {
        position: relative;
        margin: 0 0 32px 0;
        padding: 0 0 0 45px;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 34px;
        text-align: left;
    }

    #page90 .page90_h2 img {
        position: absolute;
        top: 5px;
        left: 0;
        width: 30px;
        height: auto;
    }

    #page90 .faq_box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }

    #page90 .faq_box:last-child {
        margin-bottom: 0;
    }

    #page90 .faq_box h3 {
        position: relative;
        margin: 0 0 10px 0;
        padding: 0 0 0 42px;
        color: #F478A3;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
    }

    #page90 .faq_box h3 font {
        position: absolute;
        top: 0;
        left: 0;
        color: #F478A3;
        font-size: 24px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
    }

    #page90 .faq_box p {
        padding: 0 0 0 42px;
        font-size: 16px;
        line-height: 32px;
    }

    /*電話ボタン*/
    #page90 .tel_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: auto;
		padding: 15px 0 15px 0;
        margin: 16px 0 0 42px;
        background: #F478A3;
        border-radius: 100px;
        color: #fff;
        text-align: center;
    }

    #page90 .tel_btn font {
        color: #fff;
        font-size: 18px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page90 .tel_btn font small {
        margin: 0 5px 0 0;
        font-size: 11px;
        font-weight: 500;
    }

    #page90 .tel_btn span {
        margin: 3px 0 0 0;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    /*予約・お問い合わせ*/
    #page90 #con07 {
        position: relative;
        width: 100%;
        height: auto;
		margin: 0 auto 150px auto;
        padding: 75px 0 80px 0;
        background: #FCEAF2;
    }

    #page90 #con07 .inner {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    #page90 #con07 p.lead {
		position: relative;
		width: 600px;
		margin: 0 auto 30px auto;
        font-size: 18px;
		font-weight: 500;
        line-height: 18px;
        text-align: center;
		color: #4F3B17;
    }
	
	#page90 #con07 p.lead img {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 27px;
		height: auto;
	}
	
	#page90 #con07 p.lead img:nth-of-type(1) {
		left: 0;
	}
	
	#page90 #con07 p.lead img:nth-of-type(2) {
		right: 0;
	}

    #page90 #con07 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 25px 0;
        color: #4F3B17;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 45px;
        text-align: center;
    }

    #page90 #con07 h2 img {
        position: absolute;
        top: 50%;
        width: 36px;
        height: auto;
    }

    #page90 #con07 h2 img:first-child {
        left: -48px;
        transform: translateY(-50%);
    }

    #page90 #con07 h2 img:last-child {
        right: -48px;
        transform: translateY(-50%);
    }

    #page90 #con07 p {
        text-align: center;
    }

    #page90 #con07 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 450px;
        height: auto;
		padding: 22px 0 22px 0;
        margin: 28px auto 0 auto;
        border: 3px solid #F478A3;
        border-radius: 100px;
        color: #F478A3;
        background: #fff;
        text-align: center;
    }

    #page90 #con07 a font {
        color: #F478A3;
        font-size: 30px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page90 #con07 a font small {
        margin: 0 5px 0 0;
        font-size: 16px;
        font-weight: 400;
    }

    #page90 #con07 a span {
        margin: 5px 0 0 0;
        color: #F478A3;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page90 #con07 .img01 {
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 200px;
        height: auto;
    }

    #page90 #con07 .img02 {
        position: absolute;
        right: 20px;
        top: 25px;
        width: 150px;
        height: auto;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page90 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page90 * {
        box-sizing: border-box;
    }

    #page90 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page90 .main section {
        scroll-margin-top: 80px;
    }

    /*メインビジュアル*/
    #page90 .page_mv .text img.img01 {
        width: 32px;
    }

    #page90 .page_mv .text img.img02 {
        width: 200px;
    }

    /*テキスト*/
    #page90 #con00 {
        position: relative;
        width: 325px;
        height: auto;
        padding: 30px 0 0 0;
        margin: 0 auto;
    }

    #page90 #con00 p {
        text-align: left;
    }

    /*2カラム*/
    #page90 #con {
        position: relative;
        width: 100%;
        height: auto;
        margin: 45px auto 45px auto;
    }

    /*サイドバー*/
    #page90 #con .side {
        position: relative;
        width: 310px;
        height: auto;
        margin: 0 auto 45px auto;
    }

    #page90 #con .side a {
        position: relative;
        display: block;
        width: 100%;
        padding: 14px 38px 14px 15px;
        border-bottom: 1px dashed #9A8765;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 22px;
        transition: 0.2s;
    }

    #page90 #con .side a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background: #F478A3;
        border-radius: 50%;
        transition: 0.2s;
    }

    #page90 #con .side a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 1;
        transform: translateY(-35%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #fff;
        transition: 0.2s;
    }

    /*メイン*/
    #page90 #con .main {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 30px 20px 35px 20px;
        border: 3px solid #EEEEEE;
        border-radius: 16px;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 16px 16px;
    }

    #page90 #con .img_icon01 {
        position: absolute;
        right: 25px;
        bottom: -14px;
        width: 87px;
        height: auto;
    }

    /*FAQセクション*/
    #page90 .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 38px 0;
    }

    #page90 .ptn:last-child {
        margin-bottom: 0;
    }

    #page90 .page90_h2 {
        position: relative;
        margin: 0 0 24px 0;
        padding: 0 0 0 45px;
        color: #4F3B17;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
    }

    #page90 .page90_h2 img {
        position: absolute;
        top: 5px;
        left: 0;
        width: 30px;
        height: auto;
    }

    #page90 .faq_box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 20px auto;
    }

    #page90 .faq_box:last-child {
        margin-bottom: 0;
    }

    #page90 .faq_box h3 {
        position: relative;
        margin: 0 0 8px 0;
        padding: 0 0 0 33px;
        color: #F478A3;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 24px;
    }

    #page90 .faq_box h3 font {
        position: absolute;
        top: 0;
        left: 0;
        color: #F478A3;
        font-size: 20px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
    }

    #page90 .faq_box p {
        padding: 0 0 0 33px;
        font-size: 15px;
        line-height: 24px;
    }

    /*電話ボタン*/
    #page90 .tel_btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 230px;
        height: auto;
		padding: 14px 0 14px 0;
        margin: 14px 0 0 33px;
        background: #F478A3;
        border-radius: 100px;
        color: #fff;
        text-align: center;
    }

    #page90 .tel_btn font {
        color: #fff;
        font-size: 18px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page90 .tel_btn font small {
        margin: 0 4px 0 0;
        font-size: 12px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
    }

    #page90 .tel_btn span {
        margin: 3px 0 0 0;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    /*予約・お問い合わせ*/
    #page90 #con07 {
        position: relative;
        width: 100%;
        height: auto;
		margin: 0 auto 45px auto;
        padding: 45px 0 45px 0;
        background: #FCEAF2;
    }

    #page90 #con07 .inner {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

	#page90 #con07 p.lead {
		position: relative;
		width: 370px;
		margin: 0 auto 15px auto;
        font-size: 12px;
		font-weight: 500;
        line-height: 12px;
        text-align: center;
		color: #4F3B17;
    }
	
	#page90 #con07 p.lead img {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 13px;
		height: auto;
	}
	
	#page90 #con07 p.lead img:nth-of-type(1) {
		left: 0;
	}
	
	#page90 #con07 p.lead img:nth-of-type(2) {
		right: 0;
	}

    #page90 #con07 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 22px 0;
        color: #4F3B17;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.5;
        text-align: center;
    }

    #page90 #con07 h2 img {
        position: absolute;
        top: 50%;
        width: 24px;
        height: auto;
    }

    #page90 #con07 h2 img:first-child {
        left: -32px;
        transform: translateY(-50%);
    }

    #page90 #con07 h2 img:last-child {
        right: -32px;
        transform: translateY(-50%);
    }

    #page90 #con07 p {
		width: 340px;
		margin: 0 auto 0 auto;
        font-size: 15px;
        line-height: 26px;
        text-align: left;
    }

    #page90 #con07 a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 300px;
        height: auto;
		padding: 14px 0 14px 0;
        margin: 24px auto 0 auto;
        border: 2px solid #F478A3;
        border-radius: 100px;
        color: #F478A3;
        background: #fff;
        text-align: center;
    }

    #page90 #con07 a font {
        color: #F478A3;
        font-size: 25px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page90 #con07 a font small {
        margin: 0 4px 0 0;
        font-size: 13px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
    }

    #page90 #con07 a span {
        margin: 4px 0 0 0;
        color: #F478A3;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #page90 #con07 .img01 {
        width: 185px;
        height: auto;
        margin: 42px 25px 0 0;
    }

    #page90 #con07 .img02 {
		position: relative;
		top: -70px;
        width: 135px;
        height: auto;
        margin: -58px 0 0 auto;
    }
}

/*
100.アクセス・駐車場
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page100 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page100 * {
        box-sizing: border-box;
    }

    #page100 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page100 h2,
    #page100 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page100 .page_mv .text img.img01 {
        width: 60px;
    }

    #page100 .page_mv .text img.img02 {
        width: 360px;
    }

    /*テキスト*/
    #page100 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 0 75px 0;
    }

    #page100 #con01 p {
        text-align: center;
    }

    /*所在地*/
    #page100 #con02 {
        position: relative;
        width: 1100px;
        height: auto;
        margin: 0 auto;
        padding: 0 0 80px 0;
    }

    #page100 #con02 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 45px 0;
    }

    #page100 #con02 .text {
        position: relative;
        width: 380px;
        height: auto;
		margin-left: 50px;
    }

    #page100 #con02 .text h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 30px 0;
        padding: 0 0 0 55px;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 44px;
    }

    #page100 #con02 .text h2 .icon_img01 {
        position: absolute;
        top: 4px;
        left: 0;
        width: 35px;
        height: auto;
    }

    #page100 #con02 .text h3 {
        margin: 0 0 22px 0;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
    }

    #page100 #con02 .text p {
        line-height: 30px;
    }

    #page100 #con02 .img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 600px;
        height: auto;
    }

    #page100 #con02 .img img {
        width: 290px;
        height: 195px;
        object-fit: cover;
        border-radius: 18px;
    }

    #page100 #con02 .map {
        position: relative;
        width: 100%;
        height: 460px;
        overflow: hidden;
        border-radius: 8px;
    }

    #page100 #con02 .map iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

    /*お車でお越しの方へ・電車・バスでお越しの方へ*/
    #page100 #con03 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 75px 0 80px 0;
        background: #FCEAF2;
    }

    #page100 #con03 .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        width: 1080px;
        height: auto;
        margin: 0 auto;
    }

    #page100 #con03 .ptn {
        position: relative;
        width: 470px;
        height: auto;
    }

    #page100 #con03 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 32px 51px;
        padding: 0 0 9px 0;
        border-bottom: 1px dashed #4F3B17;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 38px;
    }

    #page100 #con03 h2 img {
        position: absolute;
        top: 2px;
        left: -51px;
        width: 38px;
        height: auto;
    }

    #page100 #con03 .ptn > p {
        margin: 0 0 28px 0;
    }

    #page100 #con03 .car .img {
        position: relative;
        width: 460px;
        height: 230px;
        overflow: visible;
    }

    #page100 #con03 .car .img .img01 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

    #page100 #con03 .car .img .icon01 {
		z-index: 1;
        display: block;
		position: absolute;
		bottom: -80px;
		right: -50px;
		width: 185px;
		height: auto;
    }

    #page100 #con03 .route {
        position: relative;
        width: 100%;
        height: auto;
        margin: 32px 0 0 0;
        padding: 30px 0 50px 40px;
        background: #fff;
        border-radius: 8px;
    }

    #page100 #con03 .route .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 22px 0;
    }

    #page100 #con03 .route .row:last-child {
        margin-bottom: 0;
    }

    #page100 #con03 .route h3 {
        position: relative;
        width: 140px;
        padding: 0 0 0 45px;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 28px;
    }

    #page100 #con03 .route h3 img {
        position: absolute;
        top: 2px;
        left: 0;
        width: 30px;
        height: auto;
    }

    #page100 #con03 .route p {
        width: calc(100% - 140px);
        font-size: 16px;
        line-height: 28px;
    }

    #page100 #con03 .route strong {
        font-weight: 700;
    }

    /*近隣の医療機関*/
    #page100 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 90px 0 150px 0;
    }

    #page100 #con04 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 65px 0;
        text-align: center;
    }

    #page100 #con04 .title h2 {
        margin: 0 0 35px 0;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 44px;
        text-align: center;
    }

    #page100 #con04 .title p {
        text-align: center;
    }

    #page100 #con04 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        width: 1100px;
        height: auto;
        margin: 0 auto;
    }

    #page100 #con04 .ptn {
        position: relative;
        width: calc(100% / 3);
        min-height: 190px;
        padding: 0 48px;
        border-left: 1px dashed #4F3B17;
    }

    #page100 #con04 .ptn:last-child {
        border-right: 1px dashed #4F3B17;
    }

    #page100 #con04 .ptn h3 {
        position: relative;
        display: inline-block;
        margin: 0 0 25px 0;
        padding: 0 0 0 50px;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
    }

    #page100 #con04 .ptn h3 img {
        position: absolute;
        top: 4px;
        left: 0;
        width: 40px;
        height: auto;
    }

    #page100 #con04 .ptn p {
        margin: 0 0 18px 0;
        line-height: 28px;
    }

    #page100 #con04 .ptn a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        width: 160px;
        height: auto;
        padding: 12px 0 12px 40px;
        border-radius: 100px;
        color: #fff;
		background: #F478A3;
		border: solid 2px #F478A3;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1;
		text-align: left;
		transition: 0.4s;
    }
	
	#page100 #con04 .ptn a:hover {
		color: #F478A3;
		background: #fff;
		border: solid 2px #F478A3;
	}

    #page100 #con04 .ptn a::before {
		content: "";
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        width: 23px;
        height: 23px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page100/page100_icon007_before.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
    }
	
	#page100 #con04 .ptn a:hover::before {
		background-image: url(/wp-content/themes/cf_theme/images/page/page100/page100_icon007_after.png);
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page100 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page100 * {
        box-sizing: border-box;
    }

    #page100 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page100 h2,
    #page100 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }

    /*メインビジュアル*/
    #page100 .page_mv .text img.img01 {
        width: 45px;
    }

    #page100 .page_mv .text img.img02 {
        width: 260px;
    }

    /*テキスト*/
    #page100 #con01 {
        position: relative;
        width: 325px;
        height: auto;
        padding: 30px 0 48px 0;
        margin: 0 auto;
    }

    #page100 #con01 p {
        text-align: left;
    }

    /*所在地*/
    #page100 #con02 {
        position: relative;
        width: 370px;
        height: auto;
        padding: 0 0 50px 0;
        margin: 0 auto;
    }

    #page100 #con02 .con {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto 0 auto;
    }

    #page100 #con02 .text h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 28px 0;
        padding: 0 0 0 42px;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
    }

    #page100 #con02 .text h2 .icon_img01 {
        position: absolute;
        top: 5px;
        left: 0;
        width: 27px;
        height: auto;
    }

    #page100 #con02 .text h3 {
        margin: 0 0 18px 0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 28px;
    }

    #page100 #con02 .text p {
        margin: 0 0 25px 0;
        line-height: 28px;
    }

    #page100 #con02 .img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 28px 0;
    }

    #page100 #con02 .img img {
        width: 160px;
        height: 106px;
        object-fit: cover;
        border-radius: 8px;
    }

    #page100 #con02 .map {
        width: 100%;
        height: 210px;
        overflow: hidden;
        border-radius: 4px;
    }

    #page100 #con02 .map iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

    /*お車でお越しの方へ・電車・バスでお越しの方へ*/
    #page100 #con03 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 48px 0 45px 0;
        background: #FCEAF2;
    }

    #page100 #con03 .inner {
        position: relative;
        width: 365px;
        height: auto;
        margin: 0 auto 0 auto;
    }

    #page100 #con03 .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 55px 0;
    }

    #page100 #con03 .ptn:last-child {
        margin-bottom: 0;
    }

    #page100 #con03 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 28px 40px;
        padding: 0 0 8px 0;
        border-bottom: 1px dashed #4F3B17;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
    }

    #page100 #con03 h2 img {
        position: absolute;
        top: 2px;
        left: -30px;
        width: 24px;
        height: auto;
    }

    #page100 #con03 .ptn > p {
        margin: 0 auto 25px 10px;
        text-align: left;
		letter-spacing: 0.5px;
    }

    #page100 #con03 .car .img {
        position: relative;
        width: 325px;
        height: auto;
		margin: 0 auto 0 10px;
        overflow: visible;
	}
	
	#page100 #con03 .car .img .img01 {
        width: 100%;
        height: 162px;
        object-fit: cover;
        border-radius: 10px;
    }

    #page100 #con03 .car .img .icon01 {
		z-index: 1;
        display: block;
		position: absolute;
		bottom: -55px;
		right: -35px;
		width: 154px;
		height: auto;
    }

    #page100 #con03 .train {
        padding-top: 10px;
    }

    #page100 #con03 .route {
        width: 100%;
        height: auto;
        margin: 28px 0 0 0;
        padding: 25px 0 25px 30px;
        background: #fff;
        border-radius: 5px;
    }

    #page100 #con03 .route .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        height: auto;
        margin: 0 0 18px 0;
    }

    #page100 #con03 .route .row:last-child {
        margin-bottom: 0;
    }

    #page100 #con03 .route h3 {
        position: relative;
        width: 110px;
        padding: 0 0 0 28px;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 26px;
    }

    #page100 #con03 .route h3 img {
        position: absolute;
        top: 3px;
        left: 0;
        width: 20px;
        height: auto;
    }

    #page100 #con03 .route p {
        width: calc(100% - 110px);
        font-size: 15px;
        line-height: 26px;
    }

    #page100 #con03 .route strong {
        font-weight: 700;
    }

    /*近隣の医療機関*/
    #page100 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 50px 0 45px 0;
        margin: 0 auto;
    }

    #page100 #con04 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 40px 0;
        text-align: center;
    }

    #page100 #con04 .title h2 {
        margin: 0 0 25px 0;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
    }

    #page100 #con04 .title p {
        text-align: center;
    }

    #page100 #con04 .con {
        width: 330px;
        height: auto;
        margin: 0 auto;
    }

    #page100 #con04 .ptn {
        position: relative;
        width: 100%;
        height: auto;
        padding: 34px 0 35px 0;
        border-top: 1px dashed #4F3B17;
        text-align: center;
    }

    #page100 #con04 .ptn:last-child {
        border-bottom: 1px dashed #4F3B17;
    }

    #page100 #con04 .ptn h3 {
        display: table;
		position: relative;
		left: -10px;
        margin: 0 auto 22px auto;
        padding: 0 0 0 42px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
    }

    #page100 #con04 .ptn h3 img {
        position: absolute;
        top: 5px;
        left: 0;
        width: 30px;
        height: auto;
    }

    #page100 #con04 .ptn p {
        margin: 0 0 18px 0;
        text-align: center;
        line-height: 28px;
    }

    #page100 #con04 .ptn a {
        position: relative;
        display: inline-flex;
        align-items: center;
        min-width: 125px;
        height: auto;
        padding: 10px 20px 10px 30px;
        background: #F478A3;
        border-radius: 100px;
        color: #fff;
		border: solid 1px #F478A3;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1;
		text-align: left;
    }

    #page100 #con04 .ptn a::before {
		content: "";
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page100/page100_icon007_before.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }
}

/*
111.サンクスページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page111 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page111 .con {
        position: relative;
        width: 780px;
        height: auto;
        margin: 180px auto 180px auto;
    }

    #page111 .con h1 {
        font-size: 34px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
        color: #4F3B17;
    }

    #page111 .con h1 font {
        display: block;
        position: relative;
        margin: 0 auto 18px auto;
        font-size: 24px;
        font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: center;
        color: #F478A3;
    }

    #page111 .con p {
        margin: 40px auto 40px auto;
        line-height: 36px;
        text-align: center;
    }

    #page111 .con a {
        width: 370px;
        margin: 0 auto 0 auto;
    }

    #page111 .con img {
        display: block;
        position: absolute;
    }

    #page111 .con img:nth-of-type(1) {
        top: -35px;
        left: 0;
        width: 80px;
        height: auto;
    }

    #page111 .con img:nth-of-type(2) {
        bottom: 10px;
        right: 0;
        width: 108px;
        height: auto;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page111 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page111 .con {
        position: relative;
        width: 90%;
        height: auto;
        margin: 80px auto 100px auto;
    }

    #page111 .con h1 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 22px;
        text-align: center;
        color: #4F3B17;
    }

    #page111 .con h1 font {
        display: block;
        position: relative;
        margin: 0 auto 9px auto;
        font-size: 17px;
        font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 17px;
        text-align: center;
        color: #F478A3;
    }

    #page111 .con p {
        margin: 30px auto 30px auto;
        line-height: 28px;
        text-align: left;
    }

    #page111 .con a {
        width: 290px;
        margin: 0 auto 0 auto;
    }

    #page111 .con img {
        display: block;
        position: absolute;
    }

    #page111 .con img:nth-of-type(1) {
        top: -40px;
        left: -20px;
        width: 50px;
        height: auto;
    }

    #page111 .con img:nth-of-type(2) {
        bottom: -60px;
        right: -20px;
        width: 80px;
        height: auto;
    }
}

/*
130.予約・お問い合わせ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page130 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page130 * {
        box-sizing: border-box;
    }

    #page130 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page130 h2,
    #page130 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
	#page130 .page_mv .text img.img01 {
		width: 45px;
	}
	
	#page130 .page_mv .text img.img02 {
		width: 360px;
	}

    /*テキスト*/
    #page130 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 0 55px 0;
    }

    #page130 #con01 p {
        text-align: center;
    }

    /*予約・お問い合わせはこちら*/
    #page130 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
    }

    #page130 #con02 .box {
        position: relative;
        width: 850px;
        height: auto;
        margin: 0 auto;
        padding: 55px 85px 50px 85px;
        background: #F8F8F8;
        border-radius: 28px;
        box-shadow: 0 5px 14px rgba(79, 59, 23, 0.12);
        text-align: center;
    }

    #page130 #con02 .box .icon_img01 {
        position: absolute;
        top: -20px;
        left: 80px;
        width: 66px;
        height: auto;
    }

    #page130 #con02 .box .icon_img02 {
        position: absolute;
        right: 70px;
        bottom: -25px;
        width: 54px;
        height: auto;
    }

    #page130 #con02 h2 {
        margin: 0 0 20px 0;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 34px;
        text-align: center;
    }

    #page130 #con02 .tel {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 8px 0;
        color: #F478A3;
    }

    #page130 #con02 .tel span {
        margin: 0 20px 0 0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1;
    }

    #page130 #con02 .tel a {
        color: #F478A3;
        font-size: 42px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 4px;
        line-height: 1;
    }

    #page130 #con02 .box > p {
        margin: 0 0 28px 0;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    #page130 #con02 .info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 565px;
        height: auto;
        margin: 0 auto;
    }

    #page130 #con02 .info div {
        width: 180px;
        height: auto;
    }

    #page130 #con02 .info h3 {
        width: 100%;
        height: 28px;
        margin: 0 0 10px 0;
        background: #F478A3;
        border-radius: 4px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 28px;
        text-align: center;
    }

    #page130 #con02 .info p {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    /*ボタン*/
    #page130 #con03 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 720px;
        height: auto;
        margin: 80px auto 60px auto;
    }

    #page130 #con03 a {
        display: block;
		position: relative;
		width: 350px;
		height: auto;
		padding: 35px 0 35px 100px;
		font-size: 19px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 19px;
		text-align: left;
		color: #4F3B17;
		border-radius: 100px;
		transition: 0.4s;
    }

    #page130 #con03 a img {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        width: 40px;
        height: auto;
    }
	
	#page130 #con03 a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		width: 70px;
		height: 70px;
		border-radius: 100px;
		background: #fff;
	}

    #page130 #con03 a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 28px;
        transform: translateY(-50%);
		width: 15px;
		height: 18px;
        background-image: url(/wp-content/themes/cf_theme/images/page/page130/page130_con03_btn.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
    }

    #page130 #con03 a.btn01 {
		border: solid 2px #F8DE83;
        background: #F8DE83;
    }
	
	#page130 #con03 a.btn01:hover {
		border: solid 2px #F8DE83;
        background: #fff;
	}
	
	#page130 #con03 a.btn01:hover::after {
		background-image: url(/wp-content/themes/cf_theme/images/page/page130/page130_con03_btn01.png);
	}

    #page130 #con03 a.btn02 {
		border: solid 2px #9AE0D5;
        background: #9AE0D5;
    }
	
	#page130 #con03 a.btn02:hover {
		border: solid 2px #9AE0D5;
        background: #fff;
	}
	
	#page130 #con03 a.btn02:hover::after {
		background-image: url(/wp-content/themes/cf_theme/images/page/page130/page130_con03_btn02.png);
	}

    /*ご予約前に確認しておきたいこと*/
    #page130 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 78px 0 85px 0;
        background: #FCEAF2;
    }

    #page130 #con04 .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 1010px;
        height: auto;
        margin: 0 auto;
    }

    #page130 #con04 .title {
        position: relative;
        width: 430px;
        height: auto;
    }

    #page130 #con04 .title h2 {
        margin: 0 0 35px 0;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 48px;
        text-align: left;
    }

    #page130 #con04 .title p {
        text-align: left;
    }

    #page130 #con04 .text {
        position: relative;
        width: 500px;
        min-height: 270px;
        padding: 30px 40px 20px 40px;
        background: #fff;
        border-radius: 5px;
    }

    #page130 #con04 .text .icon_img05 {
        position: absolute;
        top: 20px;
        left: 40px;
        width: 420px;
        height: auto;
    }

    #page130 #con04 .text .icon_img07 {
        position: absolute;
        right: 28px;
        bottom: -22px;
        width: 45px;
        height: auto;
    }

    #page130 #con04 .text ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        list-style: none;
        border-top: 2px solid #E8E8E8;
    }

    #page130 #con04 .text li {
        position: relative;
        width: 210px;
        min-height: 24px;
        margin: 0 0 14px 0;
        padding: 0 0 0 28px;
        color: #4F3B17;
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
    }

    #page130 #con04 .text li img.icon_img06 {
        position: absolute;
        top: 4px;
        left: 0;
        width: 18px;
        height: auto;
    }
	
	/*PCだけ並び順変更：左列1〜5、右列6〜10に見せる*/
    #page130 #con04 .text li:nth-child(1) { order: 1; }
    #page130 #con04 .text li:nth-child(6) { order: 2; }

    #page130 #con04 .text li:nth-child(2) { order: 3; }
    #page130 #con04 .text li:nth-child(7) { order: 4; }

    #page130 #con04 .text li:nth-child(3) { order: 5; }
    #page130 #con04 .text li:nth-child(8) { order: 6; }

    #page130 #con04 .text li:nth-child(4) { order: 7; }
    #page130 #con04 .text li:nth-child(9) { order: 8; }

    #page130 #con04 .text li:nth-child(5) { order: 9; }
    #page130 #con04 .text li:nth-child(10) { order: 10; }

    /*キャンセルに関するお願い*/
    #page130 #con05 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 85px 0 150px 0;
    }

    #page130 #con05 .inner {
        position: relative;
        width: 1000px;
        height: auto;
        margin: 0 auto;
        padding: 75px 0 70px 0;
        border: 4px solid #EEEEEE;
        border-radius: 28px;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 18px 18px;
        text-align: center;
    }

    #page130 #con05 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 35px 0;
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 45px;
        text-align: center;
    }

    #page130 #con05 h2 img.icon_img08 {
        position: absolute;
        top: 50%;
        width: 45px;
        height: auto;
    }

    #page130 #con05 h2 img.icon_img08:nth-of-type(1) {
        left: -64px;
        transform: translateY(-50%);
    }

    #page130 #con05 h2 img.icon_img08:nth-of-type(2) {
        right: -64px;
        transform: translateY(-50%);
    }

    #page130 #con05 p {
        text-align: center;
    }

    #page130 #con05 strong {
        color: #F478A3;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    #page130 #con05 .icon_img09 {
        position: absolute;
        right: 45px;
        bottom: -12px;
        width: 120px;
        height: auto;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page130 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page130 * {
        box-sizing: border-box;
    }

    #page130 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page130 h2,
    #page130 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
	#page130 .page_mv .text img.img01 {
		width: 32px;
	}
	
	#page130 .page_mv .text img.img02 {
		width: 260px;
	}

    /*テキスト*/
    #page130 #con01 {
        position: relative;
        width: 310px;
        height: auto;
        padding: 30px 0 45px 0;
        margin: 0 auto;
    }

    #page130 #con01 p {
        text-align: left;
    }

    /*予約・お問い合わせはこちら*/
    #page130 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0 0 48px 0;
    }

    #page130 #con02 .box {
        position: relative;
        width: 350px;
        height: auto;
        padding: 42px 28px 38px 28px;
        margin: 0 auto;
        background: #F8F8F8;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(79, 59, 23, 0.12);
        text-align: center;
    }

    #page130 #con02 .box .icon_img01 {
        position: absolute;
        top: -10px;
        left: 24px;
        width: 33px;
        height: auto;
    }

    #page130 #con02 .box .icon_img02 {
        position: absolute;
        right: 20px;
        bottom: -10px;
        width: 27px;
        height: auto;
    }

    #page130 #con02 h2 {
        margin: 0 0 20px 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: center;
    }

    #page130 #con02 .tel {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 14px 0;
        color: #F478A3;
    }

    #page130 #con02 .tel span {
        margin: 0 10px 0 0;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1;
    }

    #page130 #con02 .tel a {
        color: #F478A3;
        font-size: 28px;
		font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 1;
    }

    #page130 #con02 .box > p {
        margin: 0 0 25px 0;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }

    #page130 #con02 .info {
        position: relative;
        width: 250px;
        height: auto;
        margin: 0 auto;
    }

    #page130 #con02 .info div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 8px 0;
    }

    #page130 #con02 .info div:last-child {
        margin-bottom: 0;
    }

    #page130 #con02 .info h3 {
        width: 92px;
        height: 25px;
        margin: 0 14px 0 0;
        background: #F478A3;
        border-radius: 3px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 25px;
        text-align: center;
    }

    #page130 #con02 .info p {
        width: 140px;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        white-space: nowrap;
    }

    /*ボタン*/
    #page130 #con03 {
        position: relative;
        width: 300px;
        height: auto;
        padding: 0 0 55px 0;
        margin: 0 auto;
    }

    #page130 #con03 a {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 15px auto;
		padding: 22px 0 22px 75px;
		font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 16px;
        border-radius: 100px;
        color: #4F3B17;
		text-align: left;
    }

    #page130 #con03 a:last-child {
        margin-bottom: 0;
    }

    #page130 #con03 a img {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 30px;
        height: auto;
    }
	
	#page130 #con03 a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 13px;
		transform: translateY(-50%);
		width: 43px;
		height: 43px;
		border-radius: 100px;
		background: #fff;
	}

    #page130 #con03 a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        width: 10px;
		height: 12px;
        background-image: url(/wp-content/themes/cf_theme/images/page/page130/page130_con03_btn.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    #page130 #con03 .btn01 {
        background: #F8DE83;
    }

    #page130 #con03 .btn02 {
        background: #9AE0D5;
    }

    /*ご予約前に確認しておきたいこと*/
    #page130 #con04 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 52px 0 58px 0;
        background: #FCEAF2;
    }

    #page130 #con04 .inner {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto;
    }
	
	#page130 #con04 .title {
		width: 300px;
		margin: 0 auto 0 auto;
	}

    #page130 #con04 .title h2 {
        margin: 0 0 28px 0;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 40px;
        text-align: left;
    }

    #page130 #con04 .title p {
        margin: 0 0 32px 0;
		letter-spacing: 0.5px;
        text-align: left;
    }

    #page130 #con04 .text {
        position: relative;
        width: 330px;
        height: auto;
        padding: 50px 28px 32px 28px;
        background: #fff;
        border-radius: 3px;
    }

    #page130 #con04 .text .icon_img05 {
        position: absolute;
        top: 22px;
        left: 26px;
        width: 278px;
        height: auto;
    }

    #page130 #con04 .text .icon_img07 {
        position: absolute;
        right: 25px;
        bottom: -15px;
        width: 32px;
        height: auto;
    }

    #page130 #con04 .text ul {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 25px 0 0 0;
        list-style: none;
        border-top: 1px solid #E8E8E8;
    }

    #page130 #con04 .text li {
        position: relative;
        width: 100%;
        min-height: 26px;
        margin: 0 0 10px 0;
        padding: 0 0 0 33px;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 16px;
		order: initial;
    }

    #page130 #con04 .text li:last-child {
        margin-bottom: 0;
    }

    #page130 #con04 .text li img.icon_img06 {
        position: absolute;
        top: 1px;
        left: 0;
        width: 22px;
        height: auto;
    }

    /*キャンセルに関するお願い*/
    #page130 #con05 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 45px 0 55px 0;
    }

    #page130 #con05 .inner {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 50px 30px 70px 30px;
        border: 4px solid #EEEEEE;
        border-radius: 18px;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 16px 16px;
        text-align: center;
    }

    #page130 #con05 h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 28px 0;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
    }

    #page130 #con05 h2 img.icon_img08 {
        position: absolute;
        top: 50%;
        width: 30px;
        height: auto;
    }

    #page130 #con05 h2 img.icon_img08:nth-of-type(1) {
        left: -40px;
        transform: translateY(-50%);
    }

    #page130 #con05 h2 img.icon_img08:nth-of-type(2) {
        right: -40px;
        transform: translateY(-50%);
    }

    #page130 #con05 p {
        text-align: left;
		letter-spacing: 0.5px;
    }

    #page130 #con05 strong {
        color: #F478A3;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    #page130 #con05 .icon_img09 {
        position: absolute;
        right: 24px;
        bottom: -12px;
        width: 82px;
        height: auto;
    }
}

/*
140.運営会社
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page140 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page140 * {
        box-sizing: border-box;
    }

    #page140 a {
        color: #4F3B17;
    }

    #page140 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
	#page140 .page_mv .text img.img01 {
		width: 48px;
	}
	
	#page140 .page_mv .text img.img02 {
		width: 200px;
	}

    /*共通*/
    .page140_h2 {
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1.4;
        text-align: center;
        color: #4F3B17;
    }

    /*テキスト*/
    #page140 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 0 60px 0;
    }

    #page140 #con01 p {
        text-align: center;
    }

    /*あいくる病児保育室の概要*/
    #page140 #con02 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 0 70px;
        position: relative;
        z-index: 0;
        width: 1050px;
        height: auto;
        padding: 90px 0 80px 0;
        margin: 0 auto 0 auto;
    }

    #page140 #con02::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: -135px;
        width: 2000%;
        height: 100%;
        background: #FFF4F9;
        border-radius: 40px 0 0 40px;
    }

    #page140 #con02 .page140_h2 {
        width: 100%;
        margin: 0 0 55px 0;
    }

    #page140 #con02 .img {
        order: 2;
        position: relative;
        width: 430px;
        height: 430px;
        overflow: hidden;
        border-radius: 25px;
    }

    #page140 #con02 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page140 #con02 .text {
        order: 1;
        position: relative;
        width: 520px;
        height: auto;
    }

    #page140 #con02 table {
        width: 100%;
        border-collapse: collapse;
    }

    #page140 #con02 table tr {
        border-bottom: 1px solid #E7D9D3;
    }

    #page140 #con02 table tr:first-child {
        border-top: 1px solid #E7D9D3;
    }

    #page140 #con02 table th,
    #page140 #con02 table td {
        padding: 20px 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: left;
        vertical-align: top;
    }

    #page140 #con02 table th {
        width: 130px;
        color: #F478A3;
        font-weight: 500;
    }

    #page140 #con02 table td {
        color: #4F3B17;
        font-weight: 400;
    }

    /*運営会社について*/
    #page140 #con03 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 90px 0 140px 0;
    }

    #page140 #con03 > p {
        margin: 45px 0 0 0;
        text-align: center;
    }

    #page140 #con03 > table {
        width: 950px;
        margin: 45px auto 0 auto;
        border-collapse: separate;
        border-spacing: 0 30px;
    }

    #page140 #con03 > table > tbody > tr > th,
    #page140 #con03 > table > tbody > tr > td {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: left;
        vertical-align: top;
    }

    #page140 #con03 > table > tbody > tr > th {
        position: relative;
        width: 180px;
        padding: 0 0 0 35px;
        color: #4F3B17;
		font-size: 17px;
        font-weight: 500;
    }

    #page140 #con03 > table > tbody > tr > th::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 8px;
        height: 26px;
        background: #F478A3;
        border-radius: 10px;
    }

    #page140 #con03 > table > tbody > tr > td {
        width: 770px;
        color: #4F3B17;
		font-size: 16px;
        font-weight: 400;
    }

    #page140 #con03 table td .text {
        margin: 0 0 22px 0;
    }

    #page140 #con03 table td .text:last-of-type {
        margin-bottom: 0;
    }

    #page140 #con03 table td .text h3 {
        margin: 0 0 7px 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 24px;
        color: #F478A3;
    }

    #page140 #con03 table td .text p {
        font-size: 16px;
        line-height: 28px;
    }

    #page140 #con03 table td .img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: auto;
        margin: 25px 0 0 0;
    }

    #page140 #con03 table td .img img {
        width: 31.5%;
        height: 145px;
        object-fit: cover;
        border-radius: 16px;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page140 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page140 * {
        box-sizing: border-box;
    }

    #page140 a {
        color: #4F3B17;
    }

    #page140 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
	#page140 .page_mv .text img.img01 {
		width: 40px;
	}
	
	#page140 .page_mv .text img.img02 {
		width: 170px;
	}

    /*共通*/
    .page140_h2 {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.5;
        text-align: center;
        color: #4F3B17;
    }

    /*テキスト*/
    #page140 #con01 {
        position: relative;
        width: 300px;
        height: auto;
        padding: 30px 0 45px 0;
        margin: 0 auto;
    }

    #page140 #con01 p {
        text-align: left;
    }

    /*あいくる病児保育室の概要*/
    #page140 #con02 {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        padding: 43px 0 45px 0;
    }

    #page140 #con02::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF4F9;
    }

    #page140 #con02 .page140_h2 {
        width: 300px;
        margin: 0 auto 28px auto;
    }

    #page140 #con02 .img {
        order: 1;
        position: relative;
        width: 250px;
        height: 250px;
        margin: 0 auto 28px auto;
        overflow: hidden;
        border-radius: 15px;
    }

    #page140 #con02 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page140 #con02 .text {
        order: 2;
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
    }

    #page140 #con02 table {
        width: 100%;
        border-collapse: collapse;
    }

    #page140 #con02 table tr {
        border-bottom: 1px solid #E7D9D3;
    }

    #page140 #con02 table tr:first-child {
        border-top: 1px solid #E7D9D3;
    }

    #page140 #con02 table th,
    #page140 #con02 table td {
        padding: 13px 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: left;
        vertical-align: top;
    }

    #page140 #con02 table th {
        width: 90px;
        color: #F478A3;
        font-weight: 500;
    }

    #page140 #con02 table td {
        color: #4F3B17;
        font-weight: 400;
    }

    /*運営会社について*/
    #page140 #con03 {
        position: relative;
        width: 330px;
        height: auto;
        padding: 45px 0 45px 0;
        margin: 0 auto;
    }

    #page140 #con03 > p {
        margin: 28px 0 0 0;
        text-align: left;
    }

    #page140 #con03 > table,
    #page140 #con03 > table tbody,
    #page140 #con03 > table tr,
    #page140 #con03 > table th,
    #page140 #con03 > table td {
        display: block;
        width: 100%;
    }

    #page140 #con03 > table {
        margin: 28px 0 0 0;
        border-collapse: collapse;
    }

    #page140 #con03 > table > tbody > tr {
        margin: 0 0 22px 0;
    }

    #page140 #con03 > table > tbody > tr:last-child {
        margin-bottom: 0;
    }

    #page140 #con03 > table > tbody > tr > th {
        position: relative;
        padding: 0 0 0 18px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 22px;
        text-align: left;
        color: #4F3B17;
    }

    #page140 #con03 > table > tbody > tr > th::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 7px;
        height: 22px;
        background: #F478A3;
        border-radius: 10px;
    }

    #page140 #con03 > table > tbody > tr > td {
        margin: 10px 0 0 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
        color: #4F3B17;
    }

    #page140 #con03 table td .text {
        margin: 0 0 18px 0;
    }

    #page140 #con03 table td .text:last-of-type {
        margin-bottom: 0;
    }

    #page140 #con03 table td .text h3 {
        margin: 0 0 4px 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 24px;
        color: #F478A3;
    }

    #page140 #con03 table td .text p {
        font-size: 15px;
        line-height: 28px;
    }

    #page140 #con03 table td .img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
    }

    #page140 #con03 table td .img img {
        width: 162px;
        height: 110px;
        margin: 0 0 5px 0;
        object-fit: cover;
        border-radius: 10px;
    }

    #page140 #con03 table td .img img:nth-child(3) {
        margin-left: auto;
        margin-right: auto;
    }
}

/*
150.プライバシーポリシー
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page150 {
        position: relative;
        width: 100%;
        height: auto;
    }

    /*メインビジュアル*/
    #page150 .mv {
        position: relative;
        width: 100%;
        height: auto;
        padding: 120px 0 140px 0;
    }

    #page150 .mv h1 {
        position: relative;
        font-size: 35px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 35px;
        text-align: center;
        color: #4F3B17;
    }

    #page150 .mv h1 img {
        display: block;
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        width: 420px;
        height: auto;
    }

    /*コンテンツ*/
    #page150 .con {
        position: relative;
        width: 900px;
        height: auto;
        margin: 0 auto 150px auto;
    }

    #page150 .con p {
        line-height: 26px;
    }

    #page150 .con p a {
        color: #4F3B17;
    }

    #page150 .con .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 40px auto 0 auto;
    }

     #page150 .con .ptn h2 {
        margin-bottom: 25px;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
        color: #F478A3;
     }

}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page150 {
        position: relative;
        width: 100%;
        height: auto;
    }

    /*メインビジュアル*/
    #page150 .mv {
        position: relative;
        width: 100%;
        height: auto;
        padding: 70px 0 90px 0;
    }

    #page150 .mv h1 {
        position: relative;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 25px;
        text-align: center;
        color: #4F3B17;
    }

    #page150 .mv h1 img {
        display: block;
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        width: 295px;
        height: auto;
    }

    /*コンテンツ*/
    #page150 .con {
        position: relative;
        width: 84%;
        height: auto;
        margin: 0 auto 45px auto;
    }

    #page150 .con p {
        line-height: 24px;
    }

    #page150 .con p a {
        color: #4F3B17;
    }

    #page150 .con .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 30px auto 0 auto;
    }

     #page150 .con .ptn h2 {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: left;
        color: #F478A3;
        text-indent: -1.7em;
        padding-left: 1.7em;
     }
}

/*
160.404エラー
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#er {
        position: relative;
        width: 100%;
        height: auto;
    }

    #er .con {
        position: relative;
        width: 700px;
        height: auto;
        margin: 150px auto 220px auto;
    }

    #er .con h1 {
        font-size: 68px;
        font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 68px;
        text-align: center;
        color: #9A8765;
    }

    #er .con h1 small {
        position: relative;
        margin-left: 10px;
        font-size: 32px;
        line-height: 32px;
    }

    #er .con h2 {
        margin: 20px auto 60px auto;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 3px;
        line-height: 24px;
        text-align: center;
        color: #4F3B17;
    }

    #er .con p {
        line-height: 36px;
        text-align: center;
    }

    #er .con p a {
        position: relative;
        font-weight: 700;
        color: #F478A3;
        transition: 0.2s;
    }

    #er .con p a::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #F478A3;
        opacity: 0;
    }

    #er .con p a:hover:after {
        opacity: 1;
    }

    #er .con img {
        display: block;
        position: absolute;
        top: -40px;
        left: 30px;
        width: 56px;
        height: auto;
    }
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#er {
        position: relative;
        width: 100%;
        height: auto;
    }

    #er .con {
        position: relative;
        width: 90%;
        height: auto;
        margin: 80px auto 80px auto;
    }

    #er .con h1 {
        font-size: 44px;
        font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 44px;
        text-align: center;
        color: #9A8765;
    }

    #er .con h1 small {
        position: relative;
        margin-left: 5px;
        font-size: 16px;
        line-height: 16px;
    }

    #er .con h2 {
        margin: 10px auto 30px auto;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 17px;
        text-align: center;
        color: #4F3B17;
    }

    #er .con p {
        line-height: 26px;
        text-align: left;
    }

    #er .con p.indent {
        text-indent: -1em;
        padding-left: 1em;
    }

    #er .con p a {
        position: relative;
        font-weight: 700;
        color: #F478A3;
        text-decoration: underline;
    }

    #er .con img {
        display: block;
        position: absolute;
        top: -35px;
        left: 10px;
        width: 38px;
        height: auto;
    }
}

/*
110.採用情報
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#page110 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page110 * {
        box-sizing: border-box;
    }

    #page110 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        color: #4F3B17;
    }

    #page110 h2,
    #page110 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
	#page110 #mv {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 130px 0;
		background: #FCEAF2;
		overflow: hidden;
	}
	
	#page110 #mv .text {
		position: relative;
		width: 1280px;
		min-height: 520px;
		height: auto;
		margin: 0 auto;
		padding: 0 0 0 0;
		text-align: center;
	}
	
	#page110 #mv .text h1 {
		position: relative;
		z-index: 2;
		margin: 0 0 38px 0;
		padding: 78px 0 0 0;
		font-size: 35px;
		font-weight: 500;
		letter-spacing: 4px;
		line-height: 45px;
		text-align: center;
		color: #4F3B17;
	}
	
	#page110 #mv .text h1 font {
		display: block;
		position: absolute;
		top: 20px;
		left: 40%;
		transform: translateX(-50%) rotate(-10deg);
		font-size: 68px;
		font-family: "Allison", cursive;
		font-weight: 400;
		letter-spacing: 8px;
		line-height: 68px;
		text-align: center;
		color: #FFB6CC;
	}
	
	#page110 #mv .text h2 {
		position: relative;
		z-index: 3;
		margin: 0 0 40px 0;
		color: #F478A3;
		font-size: 36px;
		font-weight: 500;
		letter-spacing: 3px;
		line-height: 36px;
		text-align: center;
	}
	
	#page110 #mv .text h2 font {
		display: table;
		margin: 0 auto 10px auto;
		padding: 10px 15px 10px 15px;
		background: #fff;
		color: #F478A3;
	}
	
	#page110 #mv .text h2 font:last-child {
		margin-bottom: 0;
	}
	
	#page110 #mv .text p {
		position: relative;
		z-index: 3;
		margin: 0 auto;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 34px;
		text-align: center;
		color: #4F3B17;
	}
	
	#page110 #mv .text img.img01 {
		display: block;
		position: absolute;
		z-index: 1;
		bottom: -35px;
		left: -70px;
		width: 350px;
		height: auto;
	}
	
	#page110 #mv .text img.img02 {
		display: block;
		position: absolute;
		z-index: 1;
		bottom: -35px;
		right: -55px;
		width: 380px;
		height: auto;
	}
	
	/*あいくる病児保育室で働く魅力*/
    #page110 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 75px 0 110px 0;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 18px 18px;
    }

    #page110 #con01 * {
        box-sizing: border-box;
    }

    #page110 #con01 h2 {
        position: relative;
        margin: 0 0 0 0;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 42px;
        text-align: center;
        color: #4F3B17;
    }

    #page110 #con01 h2 img {
        display: block;
        position: relative;
        width: 105px;
        height: auto;
        margin: 0 auto 18px auto;
    }

    #page110 #con01 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 1160px;
        height: auto;
        margin: 60px auto 0 auto;
    }

    #page110 #con01 .con .ptn {
        position: relative;
        width: 550px;
        height: auto;
        margin: 0 0 80px 0;
    }

    #page110 #con01 .con .ptn:nth-child(3),
    #page110 #con01 .con .ptn:nth-child(4) {
        margin-bottom: 0;
    }

    #page110 #con01 .con .ptn .title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .img {
        position: relative;
        width: 250px;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .img img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .text {
        position: relative;
        width: 260px;
        height: auto;
        padding: 0 0 0 0;
    }

    #page110 #con01 .con .ptn .title .text h3 {
        position: relative;
        margin: 0 0 18px 0;
        padding: 0 0 8px 40px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
        color: #F478A3;
    }

    #page110 #con01 .con .ptn .title .text h3 img {
        position: absolute;
        top: 2px;
        left: 0;
        width: 30px;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .text h3 big {
        display: inline-block;
        margin: 0 0 0 8px;
        font-size: 50px;
        font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 42px;
        vertical-align: -6px;
		color: transparent;
    -webkit-text-stroke: 1px #F478A3;
    text-stroke: 1px #F478A3;
    }
	
	#page110 #con01 .con .ptn .title .text h3 font {
		position: relative;
		padding-bottom: 10px;
		border-bottom: dashed 1px #F478A3;
	}

    #page110 #con01 .con .ptn .title .text h4 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 36px;
        text-align: left;
        color: #4F3B17;
    }

    #page110 #con01 .con .ptn p {
        width: 500px;
        margin: 26px auto 0 auto;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: left;
        color: #4F3B17;
    }
	
	#page110 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 170px auto;
        padding: 0;
    }

    #page110 #con02 * {
        box-sizing: border-box;
    }

    #page110 #con02 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        width: 1210px;
        height: auto;
        margin: 0 auto;
    }

    #page110 #con02 .con .img {
        z-index: 2;
        position: relative;
        width: 490px;
        height: auto;
        margin: 0;
    }

    #page110 #con02 .con .img > img:not([class]) {
        display: block;
        position: relative;
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 40px;
    }

    #page110 #con02 .con .img .icon01 {
        position: absolute;
        left: 40px;
        bottom: -35px;
        width: 90px;
        height: auto;
        z-index: 3;
    }

    #page110 #con02 .con .text {
        z-index: 1;
        position: relative;
        width: 800px;
        min-height: 420px;
        height: auto;
        margin: 100px 0 0 -80px;
        padding: 70px 95px 45px 135px;
        background: #F7F7F7;
        border-radius: 0 8px 8px 0;
    }

    #page110 #con02 .con .text h2 {
        position: absolute;
        top: -30px;
        left: 115px;
        width: 560px;
        height: auto;
        padding: 18px 0 18px 30px;
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 28px;
        text-align: left;
    }

    #page110 #con02 .con .text h2 img {
		z-index: -1;
        position: absolute;
        top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 100%;
		height: 100%;
    }

    #page110 #con02 .con .text > p {
        margin: 0 0 22px 0;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: left;
    }

    #page110 #con02 .con .text .check {
        width: 100%;
        height: auto;
        margin: 25px 0 25px 0;
    }

    #page110 #con02 .con .text .check p {
        position: relative;
        margin: 0 0 12px 0;
        padding: 0 0 0 30px;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
    }

    #page110 #con02 .con .text .check p:last-child {
        margin-bottom: 0;
    }

    #page110 #con02 .con .text .check p img {
        position: absolute;
        top: 7px;
        left: 0;
        width: 19px;
        height: auto;
    }

    #page110 #con02 .con .text .icon02 {
        position: absolute;
        right: 35px;
        bottom: -18px;
        width: 114px;
        height: auto;
    }

    /*仕事内容*/
    #page110 #con03 {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 90px 0 100px 0;
    }
	
	#page110 #con03::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 84%;
    background: #FCEAF2;
}
	
	#page110 #con03::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1320px;
        height: 201px;
        background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_con03_title_pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    #page110 #con03 .title {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
		padding: 0 0 0 0;
        text-align: center;
    }

    #page110 #con03 .title h2 {
        position: relative;
        display: inline-block;
        margin: 0 0 32px 0;
        color: #4F3B17;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 46px;
        text-align: center;
    }

    #page110 #con03 .title h2 img {
        position: absolute;
        top: 50%;
        left: -45px;
        transform: translateY(-50%);
        width: 34px;
        height: auto;
    }

    #page110 #con03 .title p {
        margin: 0;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
    }

    #page110 #con03 .text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 1030px;
        height: auto;
        margin: 55px auto 110px auto;
    }

    #page110 #con03 .text .ptn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        width: 510px;
        height: auto;
        min-height: 310px;
        padding: 48px 42px 36px 42px;
        background: #fff;
        border-radius: 4px;
        box-sizing: border-box;
    }

    #page110 #con03 .text .ptn::before,
    #page110 #con03 .text .ptn::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background: #EEEEEE;
        border-radius: 50%;
    }

    #page110 #con03 .text .ptn::before {
        top: 16px;
        left: 16px;
        box-shadow: 0 305px 0 #EEEEEE;
    }

    #page110 #con03 .text .ptn::after {
        top: 16px;
        right: 16px;
        box-shadow: 0 305px 0 #EEEEEE;
    }

    #page110 #con03 .text .ptn h3 {
        position: relative;
        width: 100%;
        margin: 0 0 28px 0;
        padding: 0 0 22px 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
        text-align: center;
        border-bottom: 1px dashed #C4C4C4;
    }

    /* ulを左右2列にする */
    #page110 #con03 .text .ptn ul {
        display: block;
        width: 48%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #page110 #con03 .text .ptn ul + ul {
        margin-top: 0;
    }

    /* liは各ul内で縦並び */
    #page110 #con03 .text .ptn li {
        position: relative;
        width: 100%;
        margin: 0 0 16px 0;
        padding: 0 0 0 28px;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 27px;
        text-align: left;
        box-sizing: border-box;
    }

    #page110 #con03 .text .ptn li:last-child {
        margin-bottom: 0;
    }

    #page110 #con03 .text .ptn li img {
        position: absolute;
        top: 7px;
        left: 0;
        width: 19px;
        height: auto;
    }
	
    #page110 #con03 .con {
        position: relative;
        width: 950px;
        height: auto;
        margin: 0 auto;
        padding: 0 300px 0 190px;
    }

    #page110 #con03 .con h3 {
        position: absolute;
        top: 0;
        left: 0;
        writing-mode: vertical-rl;
        color: #4F3B17;
        font-size: 27px;
        font-weight: 500;
        letter-spacing: 5px;
        line-height: 1.6;
        text-align: left;
    }

    #page110 #con03 .con h3 img {
        display: block;
		position: absolute;
		top: -50px;
		left: -80px;
        width: 112px;
        height: auto;
    }

    #page110 #con03 .con ul {
        position: relative;
        width: 480px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #page110 #con03 .con li {
        position: relative;
        width: 100%;
        min-height: 42px;
        margin: 0 0 13px 0;
        padding: 9px 24px 9px 52px;
        background: #fff;
        border-radius: 100px;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
    }

    #page110 #con03 .con li img {
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
        width: 17px;
        height: auto;
    }

    #page110 #con03 .con p.indent {
        width: 480px;
        margin: 22px 0 0 0;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: left;
		color: #4F3B17;
		text-indent: -1em;
		padding-left: 1em;
    }

    #page110 #con03 .con .img01 {
        position: absolute;
        right: -170px;
        bottom: -20px;
        width: 380px;
        height: auto;
    }

    /*
    募集要項
    */
    #page110 #bosyu {
        position: relative;
        width: 100%;
        height: auto;
        padding: 90px 0 100px 0;
        background: #fff;
    }

    #page110 #bosyu > h2 {
        position: relative;
        margin: 0 0 35px 0;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 42px;
        text-align: center;
        color: #4F3B17;
    }

    #page110 #bosyu > h2 font {
        position: relative;
        display: inline-block;
        padding: 0 150px;
    }

    #page110 #bosyu > h2 font::before,
    #page110 #bosyu > h2 font::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 100px;
        height: 9px;
        transform: translateY(-50%);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    #page110 #bosyu > h2 font::before {
        left: 0;
		background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_bosyu_icon_pc.png);
    }

    #page110 #bosyu > h2 font::after {
        right: 0;
		background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_bosyu_icon01_pc.png);
    }

    #page110 #bosyu > p {
        margin: 0 0 60px 0;
        font-size: 15px;
        line-height: 28px;
        text-align: center;
    }

    #page110 #bosyu .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 50px 0;
        position: relative;
        width: 1150px;
        height: auto;
        margin: 0 auto;
    }

    #page110 #bosyu .recruit_box {
        position: relative;
        width: 550px;
        height: auto;
        padding: 30px 42px 30px 42px;
        background: #fff;
        border: 4px solid #EEEEEE;
        border-radius: 14px;
    }

    #page110 #bosyu .recruit_box > img {
        position: absolute;
        top: -34px;
        left: 30px;
        width: 62px;
        height: auto;
    }

    #page110 #bosyu table {
        width: 100%;
        border-collapse: collapse;
    }

    #page110 #bosyu table tr {
        border-bottom: 1px solid #E8E0D8;
    }

    #page110 #bosyu table tr:last-child {
        border-bottom: none;
    }

    #page110 #bosyu table th,
    #page110 #bosyu table td {
        
    }

    #page110 #bosyu table th {
        width: 115px;
		padding: 15px 0 0 10px;
        vertical-align: top;
        font-size: 17px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
        letter-spacing: 1px;
        line-height: 17px;
        text-align: left;
		color: #F478A3; 
    }

    #page110 #bosyu table td {
        width: calc(100% - 115px);
		padding: 10px 0 10px 0;
        font-size: 16px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
        letter-spacing: 1px;
        line-height: 26px;
        text-align: left;
		color: #4F3B17;
    }

    #page110 #bosyu table td p {
        margin: 0;
        font-size: 16px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
        line-height: 26px;
    }
	
	#page110 #bosyu table td p strong {
		font-weight: 500;
	}
	
	#page110 #bosyu .no_recruit {
		position: relative;
		width: 100%;
		height: auto;
		margin: 70px auto 90px auto;
		text-align: center;
	}

	#page110 #bosyu .no_recruit p {
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 40px;
		text-align: center;
		color: #4F3B17;
	}

	#page110 #bosyu .no_recruit p a {
		position: relative;
		color: #F478A3;
		font-weight: 700;
		text-decoration: none;
		transition: 0.2s;
	}
	
	#page110 #bosyu .no_recruit p a::before {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(244,120,163,0.00);
		transition: 0.2s;
	}

	#page110 #bosyu .no_recruit p a:hover::before {
		background: #F478A3;
	}

    /*
    エントリーフォーム
    */
	#page110 #entry {
        position: relative;
        width: 100%;
        height: auto;
        padding: 80px 0 95px 0;
        margin: 0 auto 150px auto;
        background: #FCEAF2;
    }

    #page110 #entry h2 {
        position: relative;
        display: table;
		width: 430px;
        margin: 0 auto 60px auto;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 44px;
        text-align: center;
        color: #4F3B17;
    }

    #page110 #entry h2 font {
        display: block;
		position: relative;
		width: 340px;
		margin: 0 auto 30px auto;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 18px;
		text-align: center;
		color: #4F3B17;
    }
	
	#page110 #entry h2 font::before,
	#page110 #entry h2 font::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 27px;
		height: 39px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

    #page110 #entry h2 font::before {
        left: 0;
		background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_entry_icon01.png);
    }

    #page110 #entry h2 font::after {
        right: 0;
		background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_entry_icon02.png);
    }

    #page110 #entry h2 img {
        position: absolute;
        bottom: 3px;
        width: 40px;
        height: auto;
    }

    #page110 #entry > h2 > img:first-of-type {
        left: 0;
    }

    #page110 #entry > h2 > img:last-of-type {
        right: 0;
    }

    #page110 #entry .form {
        position: relative;
        width: 1100px;
        height: auto;
        margin: 0 auto;
        padding: 70px 95px 65px 95px;
        background: #fff;
        border-radius: 60px;
        box-sizing: border-box;
    }

    #page110 #entry .cf7 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page110 #entry .cf7 table {
        width: 100%;
        border-collapse: collapse;
    }

    #page110 #entry .cf7 table tr {
        position: relative;
    }

    #page110 #entry .cf7 table th,
    #page110 #entry .cf7 table td {
        font-family: "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 1px;
        text-align: left;
        vertical-align: top;
        color: #4F3B17;
        box-sizing: border-box;
    }

    #page110 #entry .cf7 table th {
        width: 320px;
        padding: 30px 0 0 0;
    }
	
	#page110 #entry .cf7 table tr:last-of-type th {
		padding-top: 22px;
	}
	
	#page110 #entry .cf7 table th p {
		font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        white-space: nowrap;
		color: #4F3B17;
	}

    #page110 #entry .cf7 table th span {
        display: inline-block;
        margin: 0 0 0 14px;
        padding: 5px 9px 5px 9px;
        color: #fff;
        background: #F478A3;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        vertical-align: 1px;
    }
	
	#page110 #entry .cf7 table tr:last-of-type th span {
		position: relative;
		top: -12px;
	}

    #page110 #entry .cf7 table td {
        width: 580px;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }

    #page110 #entry .cf7 table td p {
        margin: 0;
    }
	
	::placeholder {
		font-size: 16px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		color: #AC9F87;
	}

    #page110 #entry .cf7 input[type="text"],
    #page110 #entry .cf7 input[type="email"],
    #page110 #entry .cf7 input[type="tel"],
    #page110 #entry .cf7 select,
    #page110 #entry .cf7 textarea {
        width: 100%;
        min-height: 48px;
        padding: 0 24px;
        border: none;
        outline: none;
        border-radius: 5px;
        background: #FFF4F9;
        color: #4F3B17;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        box-shadow: none;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
    }

    #page110 #entry .cf7 textarea {
        height: 230px;
        padding: 18px 24px;
        resize: vertical;
    }

    #page110 #entry .cf7 select {
        padding-right: 45px;
        background-image:
            linear-gradient(45deg, transparent 50%, #F478A3 50%),
            linear-gradient(135deg, #F478A3 50%, transparent 50%);
        background-position:
            calc(100% - 22px) 21px,
            calc(100% - 15px) 21px;
        background-size: 7px 7px, 7px 7px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    /*生年月日*/
    #page110 #entry .cf7 td.birth {
        display: table-cell;
        padding: 18px 0;
        white-space: nowrap;
    }

    #page110 #entry .cf7 td.birth > span {
        display: inline-flex;
        align-items: center;
        margin: 0 18px 0 0;
        color: #4F3B17;
        font-size: 16px;
        line-height: 48px;
        vertical-align: top;
        white-space: nowrap;
    }

    #page110 #entry .cf7 td.birth > span:last-child {
        margin-right: 0;
    }

    #page110 #entry .cf7 td.birth .wpcf7-form-control-wrap {
        display: inline-block;
        margin: 0 8px 0 0;
    }

    #page110 #entry .cf7 td.birth select {
        height: 48px;
        min-height: 48px;
        margin: 0;
    }

    #page110 #entry .cf7 select[name="recruit_birth01"] {
        width: 150px;
    }

    #page110 #entry .cf7 select[name="recruit_birth02"],
    #page110 #entry .cf7 select[name="recruit_birth03"] {
        width: 150px;
		margin-left: 20px!important;
    }

    /*性別*/
    #page110 #entry .cf7 span[data-name="recruit_sex"] {
        display: block;
        width: 100%;
        padding: 8px 0 0 0;
    }

    #page110 #entry .cf7 span[data-name="recruit_sex"] .wpcf7-radio {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0;
    }

    #page110 #entry .cf7 span[data-name="recruit_sex"] .wpcf7-list-item {
        display: inline-block;
        width: auto;
        margin: 0 60px 0 0;
    }

    #page110 #entry .cf7 span[data-name="recruit_sex"] .wpcf7-list-item:last-child {
        margin-right: 0;
    }

    #page110 #entry .cf7 span[data-name="recruit_sex"] label {
        display: inline-flex;
        align-items: center;
        color: #4F3B17;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        cursor: pointer;
        white-space: nowrap;
    }

    #page110 #entry .cf7 span[data-name="recruit_sex"] input[type="radio"] {
        width: 16px;
        height: 16px;
        margin: 0 10px 0 0;
        transform: none;
        accent-color: #F478A3;
    }

    /*住所*/
    #page110 #entry .cf7 td.address {
        line-height: 48px;
    }

    #page110 #entry .cf7 td.address br {
        display: none;
    }

    #page110 #entry .cf7 td.address .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
        margin: 0 0 16px 0;
    }

    #page110 #entry .cf7 td.address .wpcf7-form-control-wrap:last-child {
        margin-bottom: 0;
    }

    #page110 #entry .cf7 td.address span[data-name="recruit_zip"] {
        display: inline-block;
        width: 210px;
        margin: 0 0 16px 10px;
        vertical-align: middle;
    }

    #page110 #entry .cf7 input[name="recruit_zip"] {
        width: 210px;
    }

    #page110 #entry .cf7 input[name="recruit_pref"],
    #page110 #entry .cf7 input[name="recruit_addr"] {
        width: 100%;
    }
	
	#page110 #entry .cf7 input[name="recruit_pref"] {
		margin: 10px auto 10px auto;
	}

    /*希望職種*/
    #page110 #entry .cf7 select[name="recruit_job"] {
        width: 100%;
    }

    /*同意*/
    #page110 #entry .cf7 .wpcf7-acceptance {
        display: inline-block;
        margin: 8px 0 0 0;
    }

    #page110 #entry .cf7 .wpcf7-acceptance .wpcf7-list-item {
        margin: 0;
    }

    #page110 #entry .cf7 input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 0 8px 0 0;
        transform: translateY(2px);
        accent-color: #F478A3;
    }

    #page110 #entry .cf7 td font {
        display: block;
        margin: 10px 0 0 0;
        color: #4F3B17;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
    }

    #page110 #entry .cf7 td font a {
        color: #F478A3;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: 0.3s;
    }

    #page110 #entry .cf7 td font a:hover {
        opacity: 0.75;
    }

    /*送信ボタン*/
    #page110 #entry .cf7 input[type="submit"],
    #page110 #entry .cf7 .wpcf7-submit {
        display: block;
        position: relative;
        width: 350px;
        height: auto;
        margin: 38px auto 0 auto;
        padding: 25px 0;
        color: #fff;
        background: #F478A3;
        border: 2px solid #F478A3;
        border-radius: 100px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        transition: 0.4s;
    }

    #page110 #entry .cf7 input[type="submit"]:hover,
    #page110 #entry .cf7 .wpcf7-submit:hover {
        color: #F478A3;
        background: #fff;
    }

    #page110 #entry .cf7 .wpcf7-spinner {
        display: block;
        margin: 15px auto 0 auto;
    }

    #page110 #entry .cf7 .wpcf7-not-valid-tip {
        margin: 8px 0 0 0;
        color: #F478A3;
        font-size: 13px;
        line-height: 20px;
    }

    #page110 #entry .cf7 .wpcf7-response-output {
        width: 100%;
        margin: 30px auto 0 auto !important;
        padding: 15px 18px;
        font-size: 14px;
        line-height: 24px;
        box-sizing: border-box;
    }
	
	.cf7 table tr td a {
		position: relative;
		font-weight: 700;
		color: #F478A3;
		transition: 0.2s;
	}
	
	.cf7 table tr td a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(244,120,163,0.00);
		transition: 0.2s;
	}
	
	.cf7 table tr td a:hover::after {
		background: #F478A3;
	}
    
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#page110 {
        position: relative;
        width: 100%;
        height: auto;
    }

    #page110 * {
        box-sizing: border-box;
    }

    #page110 p {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #4F3B17;
    }

    #page110 h2,
    #page110 h3 {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500;
        color: #4F3B17;
    }
	
	/*メインビジュアル*/
	#page110 #mv {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 45px 0;
		background: #FCEAF2;
		overflow: hidden;
	}
	
	#page110 #mv .text {
		position: relative;
		width: 375px;
		height: auto;
		margin: 0 auto;
		padding: 96px 0 0 0;
		text-align: center;
	}
	
	#page110 #mv .text h1 {
		position: relative;
		z-index: 3;
		margin: 0 auto 20px auto;
		padding: 0;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: center;
		color: #4F3B17;
	}
	
	#page110 #mv .text h1 font {
		display: block;
		position: absolute;
		top: -45px;
		left: 40%;
		transform: translateX(-50%) rotate(-12deg);
		font-size: 49px;
		font-family: "Allison", cursive;
		font-weight: 400;
		letter-spacing: 6px;
		line-height: 49px;
		text-align: center;
		color: #FFB6CC;
	}
	
	#page110 #mv .text h2 {
		position: relative;
		z-index: 4;
		width: 100%;
		margin: 0 auto 20px auto;
		color: #F478A3;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}
	
	#page110 #mv .text h2 font {
		display: table;
		margin: 0 auto 8px auto;
		padding: 8px 10px 8px 10px;
		color: #F478A3;
		background: #fff;
	}
	
	#page110 #mv .text h2 font:last-child {
		margin-bottom: 0;
	}
	
	#page110 #mv .text p {
		position: relative;
		z-index: 4;
		width: 325px;
		margin: 0 auto;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #4F3B17;
	}
	
	#page110 #mv .text img.img03 {
		display: block;
		position: absolute;
		z-index: 2;
		top: 25px;
		left: 0;
		width: 360px;
		height: auto;
	}
	
	#page110 #mv .text img.img04 {
		display: block;
		position: relative;
		z-index: 2;
		width: 330px;
		height: auto;
		margin: 10px auto 0 auto;
	}
	
	
	/*あいくる病児保育室で働く魅力*/
    #page110 #con01 {
        position: relative;
        width: 100%;
        height: auto;
        padding: 48px 0 60px 0;
        background-color: #fff;
        background-image:
            linear-gradient(#F8F8F8 1px, transparent 1px),
            linear-gradient(90deg, #F8F8F8 1px, transparent 1px);
        background-size: 16px 16px;
    }

    #page110 #con01 * {
        box-sizing: border-box;
    }

    #page110 #con01 h2 {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto 38px auto;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 34px;
        text-align: center;
        color: #4F3B17;
    }

    #page110 #con01 h2 img {
        display: block;
        position: relative;
        width: 80px;
        height: auto;
        margin: 0 auto 16px auto;
    }

    #page110 #con01 .con {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
    }

    #page110 #con01 .con .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }

    #page110 #con01 .con .ptn:last-child {
        margin-bottom: 0;
    }

    #page110 #con01 .con .ptn .title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 22px 0;
    }

    #page110 #con01 .con .ptn .title .img {
        position: relative;
        width: 150px;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .img img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .text {
        position: relative;
        width: 185px;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .text h3 {
        position: relative;
        margin: 0 0 12px 0;
        padding: 0 0 6px 28px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 18px;
        color: #F478A3;
    }

    #page110 #con01 .con .ptn .title .text h3 img {
        position: absolute;
        top: 1px;
        left: 0;
        width: 22px;
        height: auto;
    }

    #page110 #con01 .con .ptn .title .text h3 big {
        display: inline-block;
        margin: 0 0 0 5px;
        font-size: 34px;
        font-family: "Bpmf Huninn", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
        vertical-align: -5px;
        color: transparent;
    -webkit-text-stroke: 1px #F478A3;
    text-stroke: 1px #F478A3;
    }
	
	#page110 #con01 .con .ptn .title .text h3 font {
		position: relative;
		padding-bottom: 8px;
		border-bottom: dashed 1px #F478A3;
	}

    #page110 #con01 .con .ptn .title .text h4 {
        margin: 0;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 29px;
        text-align: left;
        color: #4F3B17;
    }

    #page110 #con01 .con .ptn p {
        width: 100%;
        margin: 0 auto;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: left;
        color: #4F3B17;
    }
	
	/*
    こんな方と一緒に働きたいです！
    */
    #page110 #con02 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 80px auto;
        padding: 0 0 30px 0;
    }
	
	#page110 #con02::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 840px;
		background: #F7F7F7;
	}

    #page110 #con02 * {
        box-sizing: border-box;
    }

    #page110 #con02 .con {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
    }

    #page110 #con02 .con .img {
        z-index: 2;
        position: relative;
        width: 300px;
        height: auto;
        margin: 0 auto;
    }

    #page110 #con02 .con .img > img:not([class]) {
        display: block;
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 20px;
    }

    #page110 #con02 .con .img .icon01 {
        position: absolute;
		top: 30px;
        left: -30px;
        width: 55px;
        height: auto;
        z-index: 3;
    }

    #page110 #con02 .con .text {
        z-index: 3;
        position: relative;
        width: 350px;
        height: auto;
        margin: -20px auto 0 auto;
        padding: 0 24px 0 24px;
        background: none;
    }

    #page110 #con02 .con .text h2 {
        position: relative;
        width: 350px;
        min-height: 45px;
        margin: 0 auto 20px -30px;
        padding: 10px 0 10px 0;
        background: #F478A3;
        color: #fff;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 21px;
        text-align: center;
    }

    #page110 #con02 .con .text h2::after {
        content: "";
        position: absolute;
        top: 0;
        right: -24px;
        width: 0;
        height: 0;
        border-top: 22.5px solid #F478A3;
        border-bottom: 22.5px solid #F478A3;
        border-right: 24px solid transparent;
    }

    #page110 #con02 .con .text h2 img {
        display: none;
    }

    #page110 #con02 .con .text > p {
        margin: 0 0 18px 0;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
    }

    #page110 #con02 .con .text .check {
        width: 100%;
        height: auto;
        margin: 22px 0 22px 0;
    }

    #page110 #con02 .con .text .check p {
        position: relative;
        margin: 0 0 14px 0;
        padding: 0 0 0 28px;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
    }

    #page110 #con02 .con .text .check p img {
        position: absolute;
        top: 6px;
        left: 0;
        width: 21px;
        height: auto;
    }

    #page110 #con02 .con .text .icon02 {
        position: absolute;
        right: 14px;
        bottom: -60px;
        width: 120px;
        height: auto;
    }

    /*
    仕事内容
    */
    #page110 #con03 {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 45px 0 45px 0;
    }
	
	#page110 #con03::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 97%;
    background: #FCEAF2;
}
	
	#page110 #con03::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 65px;
        background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_con03_title_smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    #page110 #con03 .title {
        position: relative;
        width: 330px;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    #page110 #con03 .title h2 {
        position: relative;
        display: inline-block;
        margin: 0 auto 24px auto;
        padding: 0 40px 0 40px;
        color: #4F3B17;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
    }

    #page110 #con03 .title h2 img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 32px;
        height: auto;
    }

    #page110 #con03 .title p {
        margin: 0;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        text-align: left;
    }

    #page110 #con03 .text {
        position: relative;
        width: 330px;
        height: auto;
        margin: 35px auto 55px auto;
    }

    #page110 #con03 .text .ptn {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 24px 0;
        padding: 42px 28px 35px 28px;
        background: #fff;
        border-radius: 3px;
    }

    #page110 #con03 .text .ptn:last-child {
        margin-bottom: 0;
    }

    #page110 #con03 .text .ptn::before,
    #page110 #con03 .text .ptn::after {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        background: #EEEEEE;
        border-radius: 50%;
    }

    #page110 #con03 .text .ptn::before {
        top: 12px;
        left: 12px;
		box-shadow: 0 410px 0 #EEEEEE;
    }

    #page110 #con03 .text .ptn::after {
        top: 12px;
        right: 12px;
		box-shadow: 0 410px 0 #EEEEEE;
    }

    #page110 #con03 .text .ptn h3 {
        position: relative;
        margin: 0 0 26px 0;
        padding: 0 0 17px 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 32px;
        text-align: center;
        border-bottom: dashed 1px #C4C4C4;
    }

    #page110 #con03 .text .ptn ul {
        display: block;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #page110 #con03 .text .ptn ul + ul {
        margin-top: 0;
    }

    #page110 #con03 .text .ptn li {
        position: relative;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 0 0 32px;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 27px;
        text-align: left;
    }

    #page110 #con03 .text .ptn li:last-child {
        margin-bottom: 0;
    }

    #page110 #con03 .text .ptn li img {
        position: absolute;
        top: 5px;
        left: 0;
        width: 22px;
        height: auto;
    }

    #page110 #con03 .con {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    #page110 #con03 .con h3 {
        position: relative;
		width: 330px;
        margin: 0 auto 22px auto;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 21px;
        text-align: center;
		color: #4F3B17;
        writing-mode: horizontal-tb;
    }

    #page110 #con03 .con h3 img {
        position: absolute;
        top: -30px;
        left: -15px;
        width: 56px;
        height: auto;
    }

    #page110 #con03 .con ul {
        width: 370px;
        list-style: none;
        margin: 0 auto 0 auto;
        padding: 0;
    }

    #page110 #con03 .con li {
        position: relative;
        width: 100%;
        min-height: 42px;
        margin: 0 0 12px 0;
        padding: 9px 10px 9px 55px;
        background: #fff;
        border-radius: 100px;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 24px;
        text-align: left;
    }

    #page110 #con03 .con li img {
        position: absolute;
        top: 13px;
        left: 22px;
        width: 22px;
        height: auto;
    }

    #page110 #con03 .con p.indent {
		width: 325px;
        margin: 24px auto 0 auto;
        color: #4F3B17;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 25px;
        text-align: left;
		text-indent: -1em;
		padding-left: 1em;
    }

    #page110 #con03 .con .img01 {
        display: block;
        position: relative;
        width: 300px;
        height: auto;
        margin: 5px auto 0 auto;
    }

    /*
    募集要項
    */
    #page110 #bosyu {
        position: relative;
        width: 100%;
        height: auto;
        padding: 55px 0 60px 0;
        background: #fff;
    }

    #page110 #bosyu > h2 {
        position: relative;
        margin: 0 0 22px 0;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 36px;
        text-align: center;
        color: #4F3B17;
    }

    #page110 #bosyu > h2 font {
        position: relative;
        display: inline-block;
        padding: 0 95px;
    }

    #page110 #bosyu > h2 font::before,
    #page110 #bosyu > h2 font::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 72px;
        height: 10px;
        transform: translateY(-50%);
        background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_bosyu_icon_smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
    }

    #page110 #bosyu > h2 font::before {
        left: 0;
    }

    #page110 #bosyu > h2 font::after {
        right: 0;
    }

    #page110 #bosyu > p {
        width: 310px;
        margin: 0 auto 42px auto;
        font-size: 13px;
        line-height: 25px;
        text-align: center;
    }

    #page110 #bosyu .list {
        width: 98%;
        height: auto;
        margin: 0 auto;
    }

    #page110 #bosyu .recruit_box {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 34px 0;
        padding: 20px 22px 25px 22px;
        background: #fff;
        border: 3px solid #EEEEEE;
        border-radius: 20px;
    }

    #page110 #bosyu .recruit_box:last-child {
        margin-bottom: 0;
    }

    #page110 #bosyu .recruit_box > img {
        position: absolute;
        top: -28px;
        left: 22px;
        width: 52px;
        height: auto;
    }

    #page110 #bosyu table {
        width: 100%;
        border-collapse: collapse;
    }

    #page110 #bosyu table tr {
        border-bottom: 1px solid #E8E0D8;
    }

    #page110 #bosyu table th,
    #page110 #bosyu table td {
        padding: 10px 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 23px;
        text-align: left;
        vertical-align: top;
    }

    #page110 #bosyu table th {
        width: 90px;
        color: #F478A3;
        font-weight: 500;
    }

    #page110 #bosyu table td {
        width: calc(100% - 90px);
        color: #4F3B17;
        font-weight: 400;
    }

    #page110 #bosyu table td p {
        margin: 0;
        font-size: 13px;
        line-height: 23px;
    }
	
	#page110 #bosyu .no_recruit {
		position: relative;
		width: 330px;
		height: auto;
		margin: 55px auto 0 auto;
		text-align: center;
	}

	#page110 #bosyu .no_recruit p {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		color: #4F3B17;
	}

	#page110 #bosyu .no_recruit p a {
		color: #F478A3;
		font-weight: 700;
		text-decoration: underline;
		text-underline-offset: 5px;
	}

    /*
    エントリーフォーム
    */
    #page110 #entry {
        position: relative;
        width: 100%;
        height: auto;
        padding: 55px 0 60px 0;
        background: #FCEAF2;
    }

    #page110 #entry h2 {
        position: relative;
        display: table;
		width: 335px;
        margin: 0 auto 35px auto;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 25px;
        text-align: center;
        color: #4F3B17;
    }

    #page110 #entry h2 font {
        display: block;
		position: relative;
		width: 220px;
		margin: 0 auto 20px auto;
        color: #4F3B17;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 12px;
		text-align: center;
    }
	
	#page110 #entry h2 font::before,
	#page110 #entry h2 font::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 13px;
		height: 20px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

    #page110 #entry h2 font::before {
        left: 0;
		background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_entry_icon01.png);
    }

    #page110 #entry h2 font::after {
        right: 0;
		background-image: url(/wp-content/themes/cf_theme/images/page/page110/page110_entry_icon02.png);
    }

    #page110 #entry h2 img {
        position: absolute;
        bottom: 0;
        width: 30px;
        height: auto;
    }

    #page110 #entry h2 img:first-of-type {
        left: 0;
    }

    #page110 #entry h2 img:last-of-type {
        right: 0;
    }

    #page110 #entry .form {
        position: relative;
        width: 350px;
        height: auto;
        margin: 0 auto;
        padding: 34px 24px 36px 24px;
        background: #fff;
        border-radius: 18px;
    }

    #page110 #entry .cf7,
    #page110 #entry .cf7 table,
    #page110 #entry .cf7 tbody,
    #page110 #entry .cf7 tr,
    #page110 #entry .cf7 th,
    #page110 #entry .cf7 td {
        display: block;
        width: 100%;
    }

    #page110 #entry .cf7 table {
        border-collapse: collapse;
    }

    #page110 #entry .cf7 tr {
        margin: 0 0 22px 0;
    }

    #page110 #entry .cf7 th {
        margin: 0 0 15px 0;
        text-align: left;
    }
	
	#page110 #entry .cf7 th p {
		font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 15px;
		color: #4F3B17;
	}

    #page110 #entry .cf7 th span {
        display: inline-block;
        margin: 0 0 0 10px;
        padding: 4px 6px;
        background: #F478A3;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 13px;
    }

    #page110 #entry .cf7 td {
        color: #4F3B17;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 24px;
    }
	
	::placeholder {
		font-size: 15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 15px;
		color: #AC9F87;
	}

    #page110 #entry .cf7 input[type="text"],
    #page110 #entry .cf7 input[type="email"],
    #page110 #entry .cf7 input[type="tel"],
    #page110 #entry .cf7 select,
    #page110 #entry .cf7 textarea {
        width: 100%;
        min-height: 42px;
        padding: 0 14px;
        border: none;
        outline: none;
        background: #FFF4F9;
        border-radius: 4px;
        color: #4F3B17;
        font-size: 16px;
        letter-spacing: 0.5px;
        box-shadow: none;
        appearance: none;
    }

    #page110 #entry .cf7 textarea {
        height: 190px;
        padding: 14px;
        resize: vertical;
    }

    #page110 #entry .cf7 select {
        background-image: linear-gradient(45deg, transparent 50%, #F478A3 50%), linear-gradient(135deg, #F478A3 50%, transparent 50%);
        background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
        background-size: 6px 6px, 6px 6px;
        background-repeat: no-repeat;
    }
	
	#page110 #entry .cf7 select[name="recruit_birth01"],
	#page110 #entry .cf7 select[name="recruit_birth02"],
	#page110 #entry .cf7 select[name="recruit_birth03"] {
		width: 190px;
	}
	
	#page110 #entry .cf7 select[name="recruit_birth02"] {
		margin: 10px auto 10px 0;
	}

    #page110 #entry .cf7 .birth {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    #page110 #entry .cf7 .birth > span {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 8px;
    }

    #page110 #entry .cf7 .address input#zip,
    #page110 #entry .cf7 input#zip {
        width: 155px;
        margin: 0 0 0 6px;
    }

    #page110 #entry .cf7 .address br {
        display: none;
    }

	#page110 #entry .cf7 input[name="recruit_zip"] {
		width: 190px;
	}
	
	#page110 #entry .cf7 input[name="recruit_pref"],
	#page110 #entry .cf7 input[name="recruit_addr"] {
		width: 100%;
	}
	
	#page110 #entry .cf7 input[name="recruit_pref"] {
		margin: 10px auto 10px 0;
	}

    #page110 #entry .cf7 .wpcf7-radio .wpcf7-list-item {
        display: block;
        margin: 0 0 7px 0;
    }

    #page110 #entry .cf7 input[type="radio"],
    #page110 #entry .cf7 input[type="checkbox"] {
        margin: 0 7px 0 0;
        transform: translateY(1px);
    }

    #page110 #entry .cf7 td font {
        display: block;
        margin: 8px 0 0 0;
        color: #4F3B17;
        font-size: 12px;
        line-height: 22px;
    }

    #page110 #entry .cf7 td font a {
        color: #F478A3;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    #page110 #entry .cf7 p {
        margin: 0;
    }

    #page110 #entry .cf7 .wpcf7-submit {
        display: block;
        width: 245px;
        height: 52px;
        margin: 26px auto 0 auto;
        padding: 0;
        border: 2px solid #F478A3;
        border-radius: 100px;
        background: #F478A3;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 48px;
        text-align: center;
    }

    #page110 #entry .cf7 .wpcf7-spinner {
        display: block;
        margin: 12px auto 0 auto;
    }
	
	.cf7 table tr td a {
		font-weight: 700;
		color: #F478A3;
		text-decoration: underline;
	}
	
	span.wpcf7-acceptance .wpcf7-list-item {
		margin-left: 0;
	}
}

/*
共通
メインビジュアル上部
*/
#page20::before,
#page30::before,
#page40::before,
#page50::before,
#page60::before,
#page70::before,
#page80::before,
#page90::before,
#page100::before,
#page110::before,
#page130::before,
#page140::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #FCEAF2;
}

/*CF7設定*/
/* selectの標準矢印を消す */
.wpcf7-form-control-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.2em;
}

/*送信後メッセージ削除*/
div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-mail-sent-ok{
    display:none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,0.00);
}

/* 確認画面のフィールド背景色や枠線を消す */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.00);
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7.is_confirm select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7-spinner {
	display: none!important;
}