.page-box .title {
    margin: 0 0 130px 0;
}
/* ページタイトル＆テキスト */
#target .title h2 {
    margin-bottom: 0;
}
#target .title p {
    margin-top: 0;
}
.title p {
    margin-top: 50px;
}
/* 固定ページメインビジュアル */
.page-mv {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 15px;
}
.page-mv img {
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.pageitem {
	margin: 150px 0;
}
.pageitem_flex {
	margin: 80px 0;
}
.pageitem_flex > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pageitem_flex > div > div {
	max-width: 500px;
}
.pageitem_reverse > div {
	flex-direction: row-reverse;
}
/* 個人＆法人向け */
#target .inner {
    padding: 0 5%;
}
.page-flex {
    padding-top: 50px;
}
.page-flex h2 {
	margin: 0;
}

/* 事業内容テキスト */
.business-text {
    width: 1080px;
    margin: 0 auto;
}
/* 子供と保育ページ */
.child_business .pageitem_flex > div {
	align-items: center;
}
.child-servise {
/*     max-width: 900px; */
    margin: 0 auto;
}
.child-servise h4, .region-business h4 {
    padding: 0.5em;/*文字周りの余白*/
	color: #333;
    border-left: solid 5px #FFB862;/*左線（実線 太さ 色）*/
}
.child-servise p {
    text-align: left;
}
.childgoods-img img {
	object-position: top;
}
/* =====
学校教育エデュケーション
===== */
/* メインテキスト */
.main-text h1 {
    font-size: 60px;
    line-height: 1em;
}
.main_text_long {
    margin-bottom: 0;
}
.wp-block-details summary:hover {
    color: #63BAAB;
    transition: .2s;
}
/* 作業療法士の強み */
.text-border {
    line-height: 1.5em;
    text-decoration: underline 4px #FF8339;
    text-underline-offset: 5px;
}
.strong-text h2 {
    margin-bottom: 75px;
}
/* これからの教育 */
.now-text {
    max-width: 180px;
    margin: 0 auto;
}
.arrow-white {
    margin-top: 50px;
}
.next-wrap {
    margin: 0 auto;
}
.next-box {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #FF8339;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next-box h3 {
    margin: 0 0 0 5px;
}
/* 学校教育に福祉が〜 */
.cover-column {
    max-width: 900px;
    margin: 50px auto;
    background-color: rgba(252, 252, 252, .8);
    border-radius: 30px;
}
.cover-column h2 {
    line-height: 1.5em;
    margin: 100px 0;
}
.cover_text_box {
    border-radius: 0 30px 30px 0;
}
.cover-text {
    padding: 20px;
    margin: 100px 0;
}
/* 可能性 */
.possible-box {
    position: relative;
    z-index: 1;
}
.possible-box h2 {
    margin-bottom: 50px;
}
.possible-text {
    margin-top: 100px;
}
/* 学校 */
.school-box {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 2;
}
.school {
    justify-content: center;
}
.school h3 {
    width: 80px;
    padding: 10px 20px;
    border: 2px solid #63BAAB;
    background-color: #fcfcfc;
    border-radius: 50px;

}
/* 作業療法室 */

.ot-box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    max-height: 400px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: rgba(99,186,171,0.6);
}
.ot-box h3 {
    color: #fcfcfc;
    
    text-shadow: 1px 1px 2px #63BAAB;
}
/* 家庭 */
.home {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
}
.home h3 {
    position: relative;
    width: 80px;
    padding: 10px 20px;
    border: 2px solid #63BAAB;
    border-radius: 50px;
    background-color: #fcfcfc;
}
.home h3::before {
    position: absolute;
    bottom: -89px;
    left: -17px;
    width: 150px;
    height: 98px;
    content: "";
    background-image: url(../img/cloud-green.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* できること */
.can-box h3 {
    margin: 0;
}
.can-point {
    margin: 50px auto;
}
.can-title {
    border-bottom: 2px solid #63BAAB;
}
.wp-block-column.is-vertically-aligned-top {
	align-items: center;
}
/* 3Dクリエイト */
/* タイトル	 */
.ddd-title h2 {
	margin-bottom: 0;
}
.ddd-title p {
	margin-top: 0;
}
.ddd-text {
	margin-top: 50px;
}
/* フレックス */
.ddd-item > div {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
/* 画像 */
.ddd_item_right img {
	border-radius: 30px;
	object-position: top;
	box-shadow: 8em 5em rgba(255, 184, 98, 0.6);
	width: 900px;
}
/* 子タイトル */
.ddd_child_title {
	margin: 100px 0 0 0;
	text-align: center;
}
.ddd_child_title h3 {
	margin-bottom: 0;
}
.ddd_child_title p {
	margin-top: 0;
}
/* コメント */
.ddd_comment {
	padding: 50px;
	margin: 0;
	max-width:900px;
	margin: 0 auto;
}
.ddd_comment_box {
	background-color:#fcfcfc;
}
/* mark */
.ddd_comment mark {
	background: linear-gradient(to right, transparent 50%, rgba(255,184,98,0.8) 50%) 100%;
    background-size: 200% .7em;
	background-repeat: repeat-x;
	background-position: 0 .5em;
    transition: all 2s ease;
}
.ddd_comment.active mark{
	background-position: -100% .7em;
}
/* box27 */
.box27 {
    background-color: #fcfcfc;
    position: relative;
    padding: 1.5em;
    border: solid 5px #FFB862;
    border-radius: 10px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -64px;
    left: 12px;
    padding: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFB862;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
/* 制作事例 */
.ddd_sample_item p:nth-of-type(1) {
	margin-top: 0;
}
/* ===== 地域 ===== */
/* タイトル */
.region_item_title {
	margin-bottom: 0;
}
.region_span {
	margin-top: 0;
	color: #999;
}
/* 画像 */
.pageitem_img img {
	border-radius: 15px;
}
.region_item {
	margin: 150px 0 0 0;
}
/* 活動 */
.business-box, .region_purpose_box {
	margin:100px 0;
}
.business-box .region-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5em;
	
}
.region-grid > div {
	max-width: 500px;
}
/* 目的 */
.region-purpose > div {
	position: relative;
	background-color: #fcfcfc;
	padding: 10px;
	box-shadow: .3em .3em 0px #63baab;
	border: 3px solid #63baab;
	border-radius: 15px;
}
.region-purpose > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 25px 14px 0 14px;
  border-color: #63baab transparent transparent;
  translate: -50% 100%;
}

.region-purpose > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #fcfcfc transparent transparent;
  translate: -50% 100%;
}
/* 今後の展開 */
.region_next {
	padding: 30px 50px;
	text-align: center;
	background-color:#fcfcfc;
}
.region_next h3 {
	margin-top: 0;
}
/*=====
レスポンシブ
=====  */
@media screen and ( max-width:1024px) {
	.pageitem {
		margin: 100px 0;
	}
    .page-box .title {
        margin: 0 0 50px 0;
    }
    .page-item {
        margin-bottom: 50px;
    }
    .page-flex {
        padding: 0;
    }
    /* 紙飛行機 */
    .page-box .airplane_r::after {
        bottom: 28px;
        right: -50px;
    }
    #target .airplane_r::after {
        bottom: 50px;
    }
    /* =====
    学校教育エデュケーション
    ===== */
    .main-text h1 {
        font-size: 36px;
        line-height: 1em;
    }
    /* 学校教育に福祉が〜 */
    .cover-column h2 {
        line-height: 1.5em;
        margin: 60px 0 30px 0;
    }
    .cover-text {
        margin: 50px 0;
    }
    .cover_text_box {
        border-radius: 0 0 30px 30px;
    }
    .arrow-white {
        transform: rotate(45deg);
        width: 50px;
        margin: 0 auto;
    }
    /* 可能性 */
    /* 学校 */
    .school h3 {
        padding: 5px 10px;
    }
    /* 作業療法室 */
    .ot-box h3 {
        margin-bottom: 0;
    }
    .ot-box p {
        margin: 0;
    }
    /* 家庭 */
    .home {
        bottom: 129px;
    }
    .home h3 {
        padding: 5px 10px;
    }
    .home h3::before {
        left: -25px;
    }
	/* 3Dクリエイト */	
	.ddd-item > div {
		flex-direction: column;
		align-items: center;
	}
	.ddd-item > div > div {
		width: 100%;
	}
/* 	 */
	.ddd_item_right img {
		max-width: 350px;
		box-shadow: 1em 1em rgba(255, 184, 98, 0.6);
	}
	.ddd_child_title {
		margin: 0;
	}
	.pageitem_flex > div {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
/* =====　地域　=====	 */
	.region_item {
		margin: 100px 0 0 0;
	}
	.business-box, .region_purpose_box {
		margin: 80px 0 0;
	}
/* グリッド	 */
	.business-box .region-grid {
		grid-template-columns: 1fr;
	}
	
}