@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
}

body {
  font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
	line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
	counter-reset: number 0;
	color: #434343;
}

/* link */
a {
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
	color: #434343;
}
@media (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000;
  }
  .hover:hover {
    opacity: .8;
  }
}
@media only screen and (max-width:768px) {
  *:focus {
    outline: none;
  }
}

/* ------------------------------------
display
-------------------------------------*/
@media only screen and (max-width:768px) {
  .view-pc,
  .view-pci {
    display: none;
  }
  .view-sp {
    display: block;
  }
  .view-spi {
    display: inline-block;
  }
}
@media print, screen and (min-width:769px) {
  .view-pc {
    display: block;
  }
  .view-pci {
    display: inline-block;
  }
  .view-sp,
  .view-spi {
    display: none;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.hide-tab {
		display: none;
	}
}

/* ------------------------------------
container, wrapper, block
-------------------------------------*/
.main {
	background-image: url(/assets/img/common/deco_house-beige.png);
	background-repeat: no-repeat;
}
@media only screen and (max-width:768px) {
	.main {
		padding: 70px 0 60px;
		background-size: 40px auto;
	}
}
@media print, screen and (min-width:769px) {
	.main {
		padding: 85px 0 125px;
		background-position: calc(50% - 450px) 100%;
		background-size: 54px auto;
	}
	.page-index .main {
		padding-bottom: 87px;
	}
}
@media (max-width:990px) {
	.main {
		background-position: calc(0% + 20px) 100%;
		background-size: 40px auto;
	}
}
.contents-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
@media only screen and (max-width:768px) {
	.main-contents {
		padding: 30px 0 60px;
	}
}
@media print, screen and (min-width:769px) {
	.main-contents {
		padding: 80px 0;
	}
}

/* .section-blk */
.section-blk.last {
	margin-bottom: 0;
}
@media only screen and (max-width:768px) {
	.section-blk {
		margin-bottom: 35px;
	}
}
@media print, screen and (min-width:769px) {
	.section-blk {
		margin-bottom: 70px;
	}
}

/* row blk */
.row-conents {
	display: flex;
}
@media only screen and (max-width:768px) {
	.row-conents.row-pc {
		display: block;
	}
}
.content-box-row.col-2 .border-box,
.content-box-row.col-2 .type-box,
.content-box-row.col-2 .fill-box {
	margin-bottom: 0;
}
@media only screen and (max-width:768px) {
	.content-box-row.col-2 .border-box + .border-box {
		margin-top: 20px;
	}
	.content-box-row.col-2 .type-box + .type-box {
		margin-top: 44px;
	}
	.content-box-row.col-2 .fill-box + .fill-box {
		margin-top: 20px;
	}
}
@media print, screen and (min-width:769px) {
	.content-box-row {
		display: flex;
		justify-content: space-between;
	}
	.content-box-row.col-2 .border-box,
	.content-box-row.col-2 .type-box,
	.content-box-row.col-2 .fill-box {
		width: calc((100% - 20px) / 2);
	}
}

/* ------------------------------------
common parts
-------------------------------------*/
/* font */
.f-mincho {
	font-family: 'Shippori Mincho', serif;
}
.f-roboto {
	font-family: 'Roboto', sans-serif;
}

/* btn */
.btn {
  position: relative;
  display: inline-block;
	min-width: 200px;
  padding: 12px 22px;
  background-color: #7CCBE3;
  color: #fff;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
	text-align: center;
  border-radius: 40px;
	line-height: 1.5;
}
.btn.icon-mail > span {
	display: inline-block;
	padding-left: 50px;
	background-image: url(/assets/img/common/icon_mail.svg);
	background-position: 0 50%; 
	background-repeat: no-repeat;
}
.btn.btn-fill01 {
	background-color: #D4AC6E;
}
.btn.btn-fill02 {
	background-color: #9B6024;
}
.btn.btn-fill03 {
	background-color: #004A70;
}
.btn.btn-fill04 {
	background-color: #49B786;
}
.btn.btn-fill05 {
	background-color: #C0DD5F;
}
.btn.btn-large {
	padding: 20px 40px;
}
@media only screen and (max-width:768px) {
	.btn {
		width: 100%;
	}
	.btn.btn-large {
		padding: 13px 25px;
		font-size: 1.6rem;
	}
}
@media (min-width: 769px) {
	.btn:not(.btn-fill01):not(.btn-fill02):not(.btn-fill03):not(.btn-fill04):not(.btn-fill05):hover {
		background-color: #00AFE5;
	}
	.btn.btn-fill01:hover,
	.btn.btn-fill02:hover,
	.btn.btn-fill03:hover,
	.btn.btn-fill04:hover,
	.btn.btn-fill05:hover {
		opacity: .8;
	}
	.btn.btn-large {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width:768px) {
	.btns .btn:first-of-type {
		margin-bottom: 30px;
	}
}
@media print, screen and (min-width:769px) {
	.btns {
		display: flex;
		justify-content: center;
	}
	.btns .btn:first-of-type {
		margin-right: 30px;
	}
}

/* page-heading */
.page-heading {
	background-color: #ccc;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.page-heading h1 {
	background-repeat: no-repeat;
}
.page-support-inheritance .page-heading h1 {
	background-image: url(/assets/img/common/icon_support04.svg);
	background-color: #9EC6EF;
}
.page-support-guardianship .page-heading h1 {
	background-image: url(/assets/img/common/icon_support02.svg);
	background-color: #B6D0A4;
}
.page-support-wills .page-heading h1 {
	background-image: url(/assets/img/common/icon_support01.svg);
	background-color: #A2A0C9;
}
.page-support-estate .page-heading h1 {
	background-image: url(/assets/img/common/icon_support05.svg);
	background-color: #D8C08A;
}
.page-support-family .page-heading h1 {
	background-image: url(/assets/img/common/icon_support03.svg);
	background-color: #EBAF8F;
}
.page-support-one-person .page-heading h1 {
	background-image: url(/assets/img/common/icon_support06.svg);
	background-color: #EDADD0;
}
@media only screen and (max-width:768px) {
	.page-heading h1 {
		padding: 60px 10px 5px;
		background-position: center 10px;
		background-size: 75px auto;
		font-size: 2.0rem;
	}
	.page-heading h1 span {
		font-size: 2.8rem;
	}
}
@media print, screen and (min-width:769px) {
	.page-heading h1 {
		padding: 140px 10px 60px;
		background-position: center 50px;
		background-size: 130px auto;
		font-size: 3.8rem;
	}
	.page-support-inheritance .page-heading h1 {
		background-position: center 65px;
    background-size: 110px auto;
	}
	.page-support-guardianship .page-heading h1 {
		background-position: center 40px;
    background-size: 150px auto;
	}
	.page-support-family .page-heading h1 {
		background-position: center 45px;
    background-size: 140px auto;
	}
}

/* page-head */
.page-head__contents {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.page-head__sub-ttl {
	font-size: 2.6rem;
}
.page-head__txt-box {
	position: relative;
	background-color: #EFEDE7;
	border-radius: 10px;
	line-height: 2.2;
	z-index: 1;
}
.page-head__lead {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.page-head____img {
	border-radius: 20px;
	overflow: hidden;
}
@media only screen and (max-width:768px) {
	.page-head {
		margin-bottom: 40px;
	}
	.page-head__sub-ttl {
		margin-bottom: 10px;
	}
	.page-head__txt-box {
		padding: 25px 30px;
		line-height: 1.7;
	}
	.page-head__lead {
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.page-head____img {
		margin: -30px -20px 0 10px;
		border-radius: 0 0 0 20px;
	}
}
@media print, screen and (min-width:769px) {
	.page-head {
		margin-bottom: 80px;
	}
	.page-head__sub-ttl {
		margin-bottom: 15px;
	}
	.page-head__contents {
		min-height: 500px;
		padding-bottom: 40px;
	}
	.page-head__txt-box {
		max-width: 470px;
		min-width: 400px;
		width: 48.95%;
		padding: 40px 45px;
	}
	.page-head__lead {
		margin-bottom: 5px;
		font-size: 2.5rem;
		line-height: 1.8;
	}
	.page-head____img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 56.66%;
		border-radius: 20px;
		overflow: hidden;
	}
}

/* section-ttl */
.section-ttl {
	margin-bottom: 15px;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.8;
}
@media only screen and (max-width:768px) {
	.section-ttl {
		font-size: 1.8rem;
	}
}
@media print, screen and (min-width:769px) {
	.section-ttl {
		font-size: 2.2rem;
	}
}

/* link-blk */
.link-blk {
	text-align: center;
}
.link-blk__ttl {
	margin-bottom: 15px;
	font-size: 14px;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
@media only screen and (max-width:768px) {
	.link-blk {
		margin-top: 35px;
	}
}
@media print, screen and (min-width:769px) {
	.link-blk {
		margin-top: 45px;
	}
}

/* service-detail-list */
@media only screen and (max-width:768px) {
	.service-detail-list {
		margin-bottom: 30px;
	}
	.service-detail-list__item {
		padding: 30px 20px 25px;
		margin-bottom: 40px;
	}
	.service-detail-list__period {
		top: -25px;
		right: 0;
		width: 80px;
		height: 80px;
		font-size: 1.2rem;
	}
	.service-detail-list__period span {
		font-size: 1.6rem;
	}
	.service-detail-list dt {
		margin-bottom: 10px;
	}
	.service-detail-list dd {
		border-top: 2px solid #707070;
		padding: 10px 0 0;
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width:769px) {
	.service-detail-list__item {
		padding: 20px 25px;
	}
	.service-detail-list__period {
		font-size: 1.5rem;
	}
	.service-detail-list__item.has-period {
		padding-right: 150px;
	}
	.service-detail-list dl {
		display: flex;
		align-items: center;
	}
	.service-detail-list dt {
    width: 300px;
		padding-right: 20px;
	}
	.service-detail-list dd::before {
		top: 0;
		bottom: 0;
		left: 0;
		width: 1px;
		height: calc(100% - 10px);
		margin: auto 0;
		background-color: #707070;
	}
	.service-detail-list dd {
		padding-left: 20px;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.service-detail-list dt {
    width: 31.25%;
	}
}

/* check-list */
.check-list li:last-of-type {
	margin-bottom: 0;
}
.check-list div {
	position: relative;
	display: flex;
	font-size: 1.7rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
.check-list div::before {
	content: "";
	width: 27px;
	height: 30px;
	margin-right: 10px;
	background-image: url(/assets/img/support/icon_check.svg);
	background-position: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.check-list div span {
	flex: 1;
}
.check-list p {
	margin-top: 2px;
	padding-left: 37px;
	font-size: 1.4rem;
}
@media only screen and (max-width:768px) {
	.check-list li {
		margin-bottom: 20px;
	}
	.check-list + .check-list {
		margin-top: 15px;
	}
}
@media print, screen and (min-width:769px) {
	.check-list li {
		margin-bottom: 15px;
	}
}

/* check-blk */
.check-blk {
	line-height: 2.2;
}
.check-blk__ttl {
	position: relative;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #00AFE5;
	line-height: 1.5;
}
.check-blk__ttl::before {
	position: absolute;
	content: "";
	width: 99px;
	height: 55px;
	background-image: url(/assets/img/support/deco_check.svg);
	background-position: 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media only screen and (max-width:768px) {
	.check-blk {
		padding: 0;
	}
	.check-blk__ttl {
		margin-bottom: 10px;
		padding-top: 60px;
		font-size: 2.2rem;
	}
	.check-blk__ttl::before {
		top: 0;
		left: -10px;
	}
}
@media print, screen and (min-width:769px) {
	.check-blk {
		padding: 0 40px;
	}
	.check-blk__ttl {
		margin-bottom: 15px;
		padding-top: 40px;
		font-size: 2.6rem;
	}
	.check-blk__ttl::before {
		top: 0;
		left: -90px;
	}
}

/* border-box */
.border-box {
	margin-bottom: 40px;
	border: 4px solid #ccc;
	background-color: #FFFFF8;
	border-radius: 10px;
	line-height: 1.8;
}
.border-box h2 {
	text-align: center;
	margin-bottom: 25px;
	padding: 0 10px;
	font-size: 2.6rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width:768px) {
	.border-box {
		padding: 20px 0;
	}
	.border-box__content {
		padding: 0 20px;
	}
	.border-box h2 {
		margin-bottom: 25px;
		font-size: 2.2rem;
	}
}
@media print, screen and (min-width:769px) {
	.border-box {
		padding: 35px 0;
	}
	.border-box__content {
		padding: 0 80px;
	}
	.border-box h2 {
		margin-bottom: 20px;
		font-size: 2.6rem;
	}
}

/* ---------------------
header 
----------------------*/
.header {
	position: fixed;
	width: 100%;
  background-color: #fff;
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 14%);
	z-index: 20;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	display: flex;
	align-items: center;
}
.header-logo a {
  display: block;
}
.header-logo span {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.header-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}
.header-txt {
	margin-right: 15px;
	font-size: 1.3rem;
	text-align: right;
	line-height: 1.5;
}
.header-txt span {
	color: #00AFE5;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.header-inner {
		height: 70px;
	}
	.header-logo img {
		width: 200px;
	}
	.header-logo span {
		margin-left: 12px;
		font-size: 1.8rem;
	}
	.btn.icon-mail > span {
		font-size: 1.2rem;
	}
	.header-txt {
		font-size: 1.1rem;
	}
}
@media screen and (min-width:1025px) and (max-width:1300px) {
	.header-contact .view-tab {
		display: block;
	}
	.header-txt {
		flex: 1;
		font-size: 1.1rem;
	}
}
@media (max-width:1024px) {
	.header-txt {
		display: none;
	}
}
@media only screen and (max-width:768px) {
	.header-inner {
		padding: 5px 10px;
		height: 70px;
	}
	.header-logo {
		margin-right: 12px;
	}
	.header-logo img {
		width: 200px;
	}
	.header-logo span {
		margin-left: 12px;
		font-size: 1.6rem;
	}
	.header-contact {
		height: 25px;
	}
	.btn-header-contact {
		display: inline-block;
		padding-left: 33px;
		height: 25px;
		background-image: url(/assets/img/common/icon_mail-blue.svg);
		background-position: 0 50%; 
		background-repeat: no-repeat;
	}
	.btn-header-contact span {
		display: none;
	}
}
@media print, screen and (min-width:769px) {
	.header-inner {
		padding: 5px 10px 5px 30px;
		height: 85px;
	}
	.header-logo {
		margin-right: 25px;
	}
	.header-logo img {
		width: 237px;
	}
	.header-logo span {
		margin-left: 20px;
		font-size: 2.0rem;
	}
	.btn-header-contact {
		position: relative;
		display: flex;
		align-items: center;
		min-width: 200px;
		height: 66px;
		padding: 10px 22px;
		background-color: #7CCBE3;
		color: #fff;
		font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
		font-size: 1.6rem;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		border-radius: 40px;
		line-height: 1.5;
	}
	.btn-header-contact span {
		display: inline-block;
		padding-left: 45px;
		background-image: url(/assets/img/common/icon_mail.svg);
		background-position: 0 50%; 
		background-repeat: no-repeat;
	}
}
@media (min-width: 769px) {
	.btn-header-contact:hover {
		background-color: #00AFE5;
	}
}

/* page-bottom */
.page-bottom {
	border-top: 2px solid #EFEDE7;
}
.page-bottom__lead {
	font-size: 1.4rem;
}
.support-list__item {
	position: relative;
}
.support-list__type {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	font-size: 1.6rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.3;
}
.support-list__item a {
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}
.support-list__item.support-wills a {
	background-image: url(/assets/img/common/icon_support01.svg);
	background-color: #A2A0C9;
}
.support-list__item.support-guardianship a {
	background-image: url(/assets/img/common/icon_support02.svg);
	background-color: #B6D0A4;
}
.support-list__item.support-family a {
	background-image: url(/assets/img/common/icon_support03.svg);
	background-color: #EBAF8F;
}
.support-list__item.support-inheritance a {
	background-image: url(/assets/img/common/icon_support04.svg);
	background-color: #9EC6EF;
}
.support-list__item.support-estate a {
	background-image: url(/assets/img/common/icon_support05.svg);
	background-color: #D8C08A;
}
.support-list__item.support-one_person a {
	background-image: url(/assets/img/common/icon_support06.svg);
	background-color: #EDADD0;
}
@media only screen and (max-width:768px) {
	.page-bottom {
		padding: 35px 0 0;
		font-size: 1.4rem;
	}
	.support-list {
		margin-top: 55px;
	}
	.support-list__type {
		margin: 40px 0 15px;
		font-size: 1.6rem;
	}
	.support-list__item {
		margin-bottom: 20px;
	}
	.support-list__item:last-of-type {
		margin-bottom: 0;
	}
	.support-list__item a {
		padding: 10px 10px 10px 80px;
		background-position: 15px center;
		background-size: 45px auto;
		font-size: 2.0rem;
	}
}
@media print, screen and (min-width:769px) {
	.page-bottom {
		padding: 75px 0 0;
		text-align: center;
	}
	.support-list-wrapper {
		display: flex;
	}
	.support-list {
		display: flex;
		margin: 50px -8px 0;
	}
	.support-list__type {
		position: absolute;
		top: 0;
		margin-bottom: 10px;
		min-height: 40px;
	}
	.support-list__item {
		width: calc((100% - 96px) / 6);
		margin: 0 8px;
		padding-top: 50px;
	}
	.support-list__item a {
		padding: 80px 5px 20px;
		height: 100%;
		background-position: center 17px;
		background-size: 80px auto;
	}
	.support-list__item a span {
		display: block;
		font-size: 2.1rem;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.support-list__type {
		font-size: 1.4rem;
	}
}

/* ------------------------------------
aside
-------------------------------------*/
.aside {
	position: fixed;
	z-index: 10;
}
.aside-btn__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #E37C8C;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.aside-btn__icon {
	display: flex;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(/assets/img/common/icon_search.png);
}
@media print, screen and (min-width:769px) {
	.aside {
		position: fixed;
		top: calc(86px + 60px);
		right: 0;
		width: 139px;
		height: 130px;
	}
	.aside-btn__link {
		flex-direction: column;
		height: 130px;
		border-radius: 10px 0 0 10px;
		line-height: calc(24 / 20);
		letter-spacing: 0;
		text-align: center;
		font-size: 2rem;
		transition: opacity ease .3s;
	}
	.aside-btn__link:hover {
		opacity: .7;
	}
	.aside-btn__icon {
		margin-top: 7px;
		width: 100%;
		height: 45px;
	}
}
@media only screen and (max-width:768px) {
	.aside {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 60px;
	}
	.aside-btn__link {
		height: 60px;
		border-radius: 10px 10px 0 0;
		line-height: calc(24 / 18);
		font-size: 1.8rem;
	}
	.aside-btn__icon {
		margin-left: 12px;
		width: 35px;
		height: 37px;
	}
}

/* ---------------------
footer 
----------------------*/
.footer {
	background-color: #EFEDE7;
}
.footer-lead {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
}
.footer-lead:before {
	content: "";
	width: 2px;
	height: 50px;
	background: #434343;
	border-radius: 3px;
	transform: rotate(-30deg);
}
.footer-lead:after {
	content: "";
	width: 2px;
	height: 50px;
	background: #434343;
	border-radius: 3px;
	transform: rotate(30deg);
}
.footer-contents {
	display: flex;
	align-items: flex-start;
}
.footer-logo {
	display: flex;
	margin-bottom: 15px;
}
.footer-logo span {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.3;
}
.footer-contact__item:first-of-type {
	margin-left: 0;
}
.footer-contact__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 275px;
	height: 100%;
	text-align: left;
	line-height: 1.5;
}
.footer-contact__item.phone a {
	height: 100%;
	font-size: 2.4rem;
	font-family: 'Roboto', sans-serif;
}
.footer-contact__item.phone a > span {
	display: flex;
	flex-direction: column;
	padding-left: 46px;
	background-image: url(/assets/img/common/icon_dial.svg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	line-height: 1.2;
}
.footer-contact__item.phone span span {
	font-size: 1.1rem;
}
.footer-contact__item a[href^="tel:"] {
	color: #fff;
}
.footer-links__item {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer-links__item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 15px;
	text-decoration: none;
	background-color: #fff;
	color: #434343;
}
.footer-links__item a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #ccc;
}
.footer-links__item.item01 a::before {
	background-color: #9C6024;
}
.footer-links__item.item02 a::before {
	background-color: #D4AC6E;
}
.footer-links__item.item03 a::before {
	background-color: #49B786;
}
.footer-links__item.item04 a::before {
	background-color: #387CBE;
}
.footer-links__item.item05 a::before {
	background-color: #C0DD5F;
}
.copyright {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
}
.copyright small {
	font-size: 1.2rem;
}
.btn-pagetop {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 2px solid #53ADE0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0s 0 6px 0;
	text-align: center;
	line-height: 50px;
	border-radius: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
	z-index: 5;
}
@media only screen and (max-width:768px) {
	.page-index .footer {
		padding: 55px 0 60px;
	}
	.footer {
		padding: 55px 0 80px;
	}
	.btn-pagetop {
		right: 10px;
		bottom: 75px;
	}
	.footer .contents-inner {
		max-width: 89.58%;
		padding: 0;
	}
	.footer-lead {
		margin-bottom: 35px;
		font-size: 2.0rem;
	}
	.footer-lead:before {
		margin: 0 20px 0 0;
	}
	.footer-lead:after {
		margin: 0 0 0 20px;
	}
	.footer-contents {
		flex-direction: column-reverse;
		margin-bottom: 25px;
	}
	.footer-logo span {
		margin-left: 15px;
		font-size: 1.6rem;
	}
	.footer-contact {
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-contact__item {
		margin-bottom: 20px;
	}
	.footer-contact__item:last-of-type {
		margin-bottom: 0;
	}
	.footer-contact__item a {
		max-width: none;
		height: 66px;
	}
	.footer-contact__item a.btn.icon-mail > span {
    display: flex;
    height: 100%;
    align-items: center;
	}
	.footer-links {
		margin-bottom: 50px;
	}
	.footer-links__item {
		margin-bottom: 10px;
	}
	.footer-links__item:last-of-type {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width:769px) {
	.footer {
		padding: 80px 0 40px;
	}
	.btn-pagetop {
		right: 95px;
		bottom: 30px;
	}
	.footer-lead {
		margin-bottom: 35px;
		font-size: 3.4rem;
	}
	.footer-lead:before {
		margin: 0 30px;
	}
	.footer-lead:after {
		margin: 0 30px;
	}
	.footer-contents {
		margin-bottom: 35px;
	}
	.footer-info {
		width: 41.66%;
	}
	.footer-logo img {
		margin-top: 3px;
	}	
	.footer-logo span {
		margin-left: 26px;
		font-size: 2.0rem;
	}
	.footer-contact {
		display: flex;
		width: 55.20%;
		margin-left: auto;
	}
	.footer-contact__item {
		width: 50%;
		margin-left: 14px;
	}
	.footer-links {
		display: flex;
		flex-wrap: wrap;
		margin: -6px -3px 0;
		margin-bottom: 35px;
	}
	.footer-links__item {
		width: calc((100% - 30px)/ 5);
		margin: 6px 3px 0;
	}
}
@media (min-width: 769px) {
	.footer-links__item a:hover {
		color: #fff;
	}
  .footer-links__item.item01 a:hover {
		background-color: #9C6024;
  }
  .footer-links__item.item02 a:hover {
		background-color: #D4AC6E;
  }
  .footer-links__item.item03 a:hover {
		background-color: #49B786;
  }
  .footer-links__item.item04 a:hover {
		background-color: #387CBE;
  }
  .footer-links__item.item05 a:hover {
		background-color: #C0DD5F;
  }
	.btn-pagetop:hover {
		cursor: pointer;
		opacity: .8;
	}
}

/* ---------------------
index
----------------------*/
/* index-mv */
.index-mv__img {
	width: 100%;
}
.index-mv__txt {
	padding: 30px 10px;
	text-align: center;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.index-mv__txt span {
	position: relative;
	display: inline-block;
	color: #00AFE5;
	border-bottom: 6px solid #FEF43B;
	line-height: 1.5;
}

/* index-problem */
.index-problem {
	position: relative;
	background-color: #fff;
}
.worker {
	position: relative;
}
.worker-list__item {
	padding: 10px;
	background-color: #A29F9A;
	color: #fff;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.index-problem .lead {
	text-align: center;
	line-height: 1.5;
}
.problem-list__item {
	margin-bottom: 15px;
	padding: 2.19% 10px;
	background-color: #EFEDE7;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	border-radius: 20px;
}
.problem-list__item span {
	color: #00AFE5;
}
@media only screen and (max-width:768px) {
	.index-problem {
		padding: 50px 0;
		background-size: 40px auto;
	}
	.index-problem::after {
		border-top-width: 16px;
		border-bottom-width: 16px;
		border-left-width: 25px;
		border-right-width: 25px;
		margin-left: -25px;
	}
	.worker {
		margin-bottom: 20px;
	}
	.worker-list__item {
		margin-bottom: 10px;
		padding: 15px 10px;
		font-size: 1.6rem;
		border-radius: 25px;
	}
	.worker-list__item p {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.worker-list__item span {
		font-size: 1.2rem;
	}
	.index-problem .lead {
		margin: 15px 0 0;
		font-size: 1.8rem;
	}
	.problem-list {
		margin-bottom: 20px;
	}
	.problem-list__item {
		padding: 25px 10px;
	}
}
@media print, screen and (min-width:769px) {
	.index-problem {
		padding: 85px 0 0 0;
		background-position: calc(50% + 450px) 100%;
		background-size: 54px auto;
	}
	.index-problem::after {
		border-top-width: 32px;
		border-bottom-width: 32px;
		border-left-width: 50px;
		border-right-width: 50px;
		margin-left: -50px;
	}
	.worker {
		position: relative;
		margin-bottom: 35px;
	}
	.worker:before {
		position: absolute;
		bottom: -10px;
		left: 10px;
		content: "";
		width: 2px;
		height: 80px;
		background: #434343;
		border-radius: 3px;
		transform: rotate(-35deg);
	}
	.worker:after {
		position: absolute;
		bottom: -10px;
		right: 10px;
		content: "";
		width: 2px;
		height: 80px;
		background: #434343;
		border-radius: 3px;
		transform: rotate(35deg);
	}
	.worker-list {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}
	.worker-list__item {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 31.25%;
		margin: 0 6px;
		font-size: 2.4rem;
		border-radius: 50px;
	}
	.worker-list__item span {
		display: block;
		margin-top: 3px;
		font-size: 1.6rem;
	}
	.index-problem .lead {
		padding: 0 40px;
		font-size: 2.6rem;
	}
	.problem-list {
		display: flex;
		flex-wrap: wrap;
		margin: -15px -7.5px 35px;
	}
	.problem-list__item {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc((100% - 45px) / 3);
		margin: 15px 7.5px 0;
	}
}
@media (max-width:990px) {
	.index-problem {
		padding-bottom: 00px;
		background-position: calc(100% - 20px) 100%;
		background-size: 40px auto;
	}
}

/* index-philosophy */
.index-philosophy {
	position: relative;
	background-image: url(/assets/img/top/bg_philosophy.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index-philosophy__arrow-bottom {
	display: none;
}
.index-philosophy h2 {
	color: #fff;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .6) 0 0 10px;
	line-height: 1.5;
}
.index-philosophy__sub-ttl {
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: rgba(0, 0, 0, .6) 0 0 10px;
	line-height: 1.5;
}
.index-philosophy__img {
	border-radius: 10px;
}
.index-philosophy__txt .lead span {
	display: inline-block;
	padding: 2px;
	background-color: #fff;
	letter-spacing: 2.2px;
	line-height: 1;
}
.index-philosophy__txt .name {
	font-size: 1.4rem;
	letter-spacing: 1.4px;
	line-height: 2.0;
}
.index-philosophy__txt .name span {
	letter-spacing: 2px;
	font-size: 2.0rem;
}
.btn-philosophy {
	position: relative;
	display: inline-block;
	min-width: 200px;
	padding: 12px 22px;
	background-color: #E37C8C;
	color: #fff;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 40px;
	line-height: 1.5;
}
@media only screen and (max-width:768px) {
	.index-philosophy {
		padding: 50px 0 0;
		background-image: url(/assets/img/top/bg_philosophy-sp.png);
		background-position: top center;
	}
	.index-philosophy h2 {
		font-size: 3.8rem;
		letter-spacing: 3.8px;
	}
	.index-philosophy__sub-ttl {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}
	.index-philosophy__txt {
		margin-bottom: 15px;
		padding: 0 18px;
	}
	.index-philosophy__txt .lead {
		margin-bottom: 30px;
	}
	.index-philosophy__txt .lead span {
		font-size: 2.2rem;
	}
	.index-philosophy__txt p:not(:last-of-type) {
    margin-bottom: 23px;
	}
	.index-philosophy__txt .name {
		margin-bottom: 35px;
		line-height: 1.5;
	}
	.btn-philosophy {
		display: block;
		padding: 20px 22px;
		border-radius: 40px;
	}
	.index-philosophy__img {
    max-width: 400px;
    margin: 0 auto;
	}
}
@media print, screen and (min-width:769px) {
	.index-philosophy {
		padding: 70px 0 0;
	}
	.index-philosophy__arrow-bottom {
		position: absolute;
		right: 0;
		bottom: -35px;
		left: 0;
		display: block;
		overflow: hidden;
		content: "";
		background-image: url(/assets/img/top/bg_philosophy-arrow.png);
		background-position: top center;
		background-size: 150px auto;
		background-repeat: no-repeat;
		width: 100px;
		height: 35px;
		margin: 0 auto;
		z-index: 5;
	}
	.index-philosophy h2 {
		font-size: 4.8rem;
		letter-spacing: 9.6px;
	}
	.index-philosophy__sub-ttl {
		font-size: 1.8rem;
	}
	.index-philosophy__content {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.index-philosophy__img {
		flex: 1;
		width: 61.04%;
		max-width: 421px;
		margin-top: 5px;
	}
	.index-philosophy__txt {
		padding: 50px 0 80px 5.2%;
	}
	.index-philosophy__txt .lead {
		margin-bottom: 30px;
	}
	.index-philosophy__txt .lead span {
		font-size: 2.8rem;
	}
	.index-philosophy__txt p:not(:last-of-type) {
    margin-bottom: 27px;
	}
	.index-philosophy__txt .name {
		display: flex;
    align-items: center;
		margin-bottom: 35px;
	}
	.btn-philosophy {
		width: 380px;
		padding: 25px 22px;
		font-size: 2.8rem;
		border-radius: 48px;
	}
}
@media (min-width: 769px) {
	.btn-philosophy:hover {
		opacity: .8;
	}
}

/* index-merit */
.index-merit {
	position: relative;
	background-image: url(/assets/img/top/bg_merit.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index-merit h2 {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
.index-merit h2 > span {
	display: inline-block;
	border-bottom: 2px solid #fff;
}
.merit-list__item {
	position: relative;
	background-color: #fff;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
}
.merit-list__item::after {
	position: absolute;
	top: -31px;
	left: 20px;
	content: "";
	width: 55px;
	height: 63px;
	background-image: url(/assets/img/common/icon_house-yel.svg);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-family: 'Roboto', sans-serif;
	font-size: 3.0rem;
	counter-increment: number 1;
  content: counter(number) " ";
	line-height: 63px;
	padding-top: 5px;
}
.merit-list__sttl {
	font-size: 1.8rem;
	line-height: 1.5;
}
.merit-list__ttl {
	margin-bottom: 17px;
	font-size: 2.3rem;
	line-height: 1.4;
}
.merit-list__ttl span {
	position: relative;
	display: inline-block;
	border-bottom: 6px solid #FEF43B;
	font-size: 3.0rem;
}
.merit-list__ttl span::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #FEF43B;
}
@media only screen and (max-width:768px) {
	.index-merit {
		padding: 50px 0 76px;
		background-image: url(/assets/img/top/bg_merit-sp.png);
	}
	.index-merit:before {
		border-bottom: 16px solid white;
    border-right: 25px solid transparent;
	}
	.index-merit:after {
		border-bottom: 16px solid white;
    border-left: 25px solid transparent;
	}
	.index-merit h2 {
		margin-bottom: 57px;
		font-size: 2.8rem;
	}
	.index-merit h2 > span {
		display: block;
		padding-bottom: 10px;
	}
	.merit-list__item {
		margin-bottom: 55px;
		padding: 55px 10px;
	}
	.merit-list__item:last-of-type {
		margin-bottom: 0;
	}
}
@media print, screen and (min-width:769px) {
	.index-merit {
		padding: 75px 0 86px;
	}
	.index-merit:before {
		border-bottom: 32px solid white;
		border-right: 50px solid transparent;
	}
	.index-merit:after {
		border-bottom: 32px solid white;
		border-left: 50px solid transparent;
	}
	.index-merit h2 {
		margin-bottom: 65px;
		font-size: 3.6rem;
	}
	.merit-list {
		display: flex;
		justify-content: center;
		margin: 0 -7.5px;
	}
	.merit-list__item {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: calc((100% - 30px) / 3);
		margin: 0 7.5px;
		padding: 4.5% 20px;
	}
}

/* index-support */
.index-support {
	position: relative;
	background-image: url(/assets/img/common/deco_house-beige.png);
	background-repeat: no-repeat;
}
.index-support h2 {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.index-support h2 span {
	display: inline-block;
	background-image: url(/assets/img/top/deco_balloon.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.index-support .lead {
	line-height: 2;
}
.index-support-list__item {
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
}
.support-type {
	padding: 10px;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.support-type p {
	margin: 15px 0 10px;
}
.index-support-list__item a {
	display: block;
	height: 100%;
	background-color: #EFEDE7;
	text-decoration: none;
}
.index-support .support-list__ttl {
	background-repeat: no-repeat;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
.index-support-list__item.support-wills .support-list__ttl {
	background-image: url(/assets/img/common/icon_support01.svg);
	background-color: #A2A0C9;
}
.index-support-list__item.support-guardianship .support-list__ttl {
	background-image: url(/assets/img/common/icon_support02.svg);
	background-color: #B6D0A4;
}
.index-support-list__item.support-family .support-list__ttl {
	background-image: url(/assets/img/common/icon_support03.svg);
	background-color: #EBAF8F;
}
.index-support-list__item.support-inheritance .support-list__ttl {
	background-image: url(/assets/img/common/icon_support04.svg);
	background-color: #9EC6EF;
}
.index-support-list__item.support-estate .support-list__ttl {
	background-image: url(/assets/img/common/icon_support05.svg);
	background-color: #D8C08A;
}
.index-support-list__item.support-one_person .support-list__ttl {
	background-image: url(/assets/img/common/icon_support06.svg);
	background-color: #EDADD0;
}
.support-list__ttl span {
	font-size: 4.0rem;
}
.support-list__txt {
	display: block;
	padding: 10px;
	background-color: #EFEDE7;
	color: #434343;
}
@media only screen and (max-width:768px) {
	.index-support {
		padding: 39px 0 60px;
		background-size: 40px auto;
	}
	.index-support::after {
		border-top-width: 16px;
		border-bottom-width: 16px;
		border-left-width: 25px;
		border-right-width: 25px;
		margin-left: -25px;
	}
	.index-support h2 {
		margin-bottom: 15px;
		font-size: 2.8rem;
	}
	.index-support h2 span {
		display: block;
		padding-bottom: 30px;
		background-size: 100% auto;
	}
	.index-support .lead {
		margin-bottom: 20px;
	}
	.support-list.famiry {
		margin-bottom: 30px;
	}
	.index-support-list__item {
		margin-bottom: 20px;
	}
	.index-support-list__item:last-of-type {
		margin-bottom: 0;
	}
	.support-type {
		font-size: 2.0rem;
	}
	.support-list__ttl {
		padding: 70px 10px 10px;
		background-position: center 15px;
		background-size: 75px auto;
		font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
		font-size: 2.8rem;
		font-weight: bold;
		color: #fff;
		line-height: 1.4;
	}
	.support-list__ttl {
		font-size: 2.0rem;
	}
	.support-list__ttl span {
		font-size: 2.8rem;
	}
	.support-list__icon {
		width: 75px;
		margin: 15px 0 0;
	}
	.support-list__txt {
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width:769px) {
	.index-support {
		padding: 73px 0 145px;
		background-position: calc(50% - 450px) 100%;
		background-size: 54px auto;
	}
	.index-support::after {
		border-top-width: 32px;
		border-bottom-width: 32px;
		border-left-width: 50px;
		border-right-width: 50px;
		margin-left: -50px;
	}
	.index-support h2 {
		margin-bottom: 25px;
		font-size: 3.2rem;
	}
	.index-support h2 span {
		padding-bottom: 20px;
		background-size: 100% auto;
	}
	.index-support .lead {
		margin-bottom: 50px;
		text-align: center;
	}
	.support-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.support-list.famiry {
		margin-bottom: 60px;
	}
	.index-support-list__item {
		width: calc((100% - 25px) / 2);
		margin-top: 25px;
	}
	.index-support-list__item:nth-child(-n+2) {
		margin-top: 0;
	}
	.support-type {
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: 150px auto;
		font-size: 2.2rem;
		border: 1px solid #000;
	}
	.support-list__ttl {
		padding: 100px 10px 15px;
		background-position: center 20px;
		background-size: 110px auto;
		font-size: 2.8rem;
	}
	.support-list__ttl span {
		font-size: 4.0rem;
	}
	.support-list__icon {
		width: 110px;
		margin: 20px 0 0;
	}
}
@media (max-width:990px) {
	.index-support {
		background-position: calc(0% + 20px) 100%;
		background-size: 40px auto;
	}
}

/* section-bnr */
.section-bnr {
	background-color: #EFEDE7;
}
.bnr-list__item {
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
}
.bnr-list__item a {
	display: block;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
	color: #434343;
}
.bnr-list__ttl {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
}
.bnr-list__item.staff .bnr-list__ttl {
	background-image: url(/assets/img/top/bnr_staff.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bnr-list__item.company .bnr-list__ttl {
	background-image: url(/assets/img/top/bnr_company.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	letter-spacing: 5.6px;
}
.bnr-list__txt {
	display: block;
	background-image: url(/assets/img/common/icon_exlink.svg);
	background-position: right 20px center;
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-color: #fff;
}

@media only screen and (max-width:768px) {
	.section-bnr {
		padding: 60px 0;
	}
	.bnr-list__item {
		margin-bottom: 30px;
	}
	.bnr-list__item:last-of-type {
		margin-bottom: 0;
	}
	.bnr-list__ttl {
		padding: 35px 15px;
	}
	.bnr-list__txt {
		padding: 8px 35px;
		background-position: right 15px center;
		background-size: 9px auto;
		font-size: 1.4rem;
	}
}
@media print, screen and (min-width:769px) {
	.section-bnr {
		padding: 80px 0;
	}
	.bnr-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.bnr-list__item {
		width: calc((100% - 24px) / 2);
		margin-top: 24px;
	}
	.bnr-list__item:nth-child(-n+2) {
		margin-top: 0;
	}
	.bnr-list__ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 170px;
		padding: 15px;
	}
	.bnr-list__txt {
		padding: 8px 45px;
	}
}

/* index-about */
.index-about {
	background-image: url(/assets/img/common/deco_house-orange.png);
	background-repeat: no-repeat;
	background-color: #7CCBE3;
	color: #fff;
	text-align: center;
}
.index-about h2 {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
}
.index-about .lead {
	margin-bottom: 35px;
	line-height: 2;
}
.index-about__btn {
	text-align: center;
}
.btn-about {
	display: inline-block;
	padding: 30px 75px 15px;
	background-color: #fff;
	border-radius: 50px;
}
@media only screen and (max-width:768px) {
	.index-about {
		padding: 50px 0 60px;
		background-position: 50% 100%;
		background-size: 40px auto;
	}
	.index-about h2 {
		margin-bottom: 10px;
	}
}
@media print, screen and (min-width:769px) {
	.index-about {
		padding: 70px 0 60px;
		background-position: calc(50% + 450px) 100%;
		background-size: 54px auto;
	}
	.index-about h2 {
		margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:990px) {
	.index-about {
		background-position: calc(100% - 20px) 100%;
		background-size: 40px auto;
	}
}

/* index-faq */
.index-faq {
	margin-bottom: 100px;
}
.index-faq h2 {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
}
.index-faq .lead {
	text-align: center;
}
.faq-list__item {
	background-color: #EFEDE7;
	border-radius: 10px;
}
.faq-list__item:last-of-type {
	margin-bottom: 0;
}
.faq-list__item dt {
	position: relative;
	display: flex;
	align-items: baseline;
	margin-bottom: 13px;
	color: #00AFE5;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.6;
}
.faq-list__item dt::before {
	display: block;
	flex: none;
	content: "Q";
	background-color: #00AFE5;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border-radius: 100%;
}
.faq-list__item dd {
	position: relative;
	background-color: #fff;
	font-size: 1.4rem;
	border-radius: 4px;
}
.faq-list__item dd::before {
	display: block;
	position: absolute;
	content: "A";
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
@media only screen and (max-width:768px) {
	.index-faq {
		padding: 50px 0 0;
	}
	.index-faq h2 {
		margin-bottom: 5px;
		font-size: 2.8rem;
	}
	.index-faq .lead {
		margin-bottom: 20px;
	}
	.faq-list__item {
		margin-bottom: 20px;
		padding: 20px;
	}
	.faq-list__item dt {
		font-size: 1.6rem;
	}
	.faq-list__item dt::before {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		font-size: 1.6rem;
		line-height: 30px;
	}
	.faq-list__item dd {
		padding: 10px 10px 10px 40px;
	}
	.faq-list__item dd::before {
		top: 15px;
		left: 15px;
		font-size: 1.6rem;
	}
}
@media print, screen and (min-width:769px) {
	.index-faq {
		padding: 95px 0 0;
	}
	.index-faq h2 {
		margin-bottom: 20px;
		font-size: 3.2rem;
	}
	.index-faq .lead {
		margin-bottom: 30px;
	}
	.faq-list__item {
		margin-bottom: 30px;
		padding: 15px 30px 30px;
	}
	.faq-list__item dt {
		font-size: 1.7rem;
	}
	.faq-list__item dt::before {
		width: 48px;
		height: 48px;
		margin-right: 20px;
		font-size: 2.4rem;
		line-height: 48px;
	}
	.faq-list__item dd {
		padding: 15px 30px 15px 68px;
	}
	.faq-list__item dd::before {
		top: 15px;
		left: 30px;
		font-size: 2.4rem;
	}
}

/* page philosophy */
.page-philosophy .main {
	padding-bottom: 0;
	background-image: none;
}
.page-philosophy .philosophy-content {
	background-image: url(/assets/img/common/deco_house-beige.png);
	background-repeat: no-repeat;
	background-color: #fff;
}
.philosophy-page-heading__inner {
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
}
.philosophy-page-heading__img {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}
.philosophy-page-heading__img-inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.philosophy-page-heading__content {
	position: relative;
	height: 100%;
}
.philosophy-catch {
	position: absolute;
}
.philosophy-catch__txt p {
	line-height: 1;
}
.philosophy-catch__txt span {
	display: inline-block;
	padding: 2px;
	background-color: #fff;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 2.8px;
}
.philosophy-catch__name span {
	letter-spacing: 2px;
}
.page-heading__box {
	position: relative;
	width: 100%;
	padding: 25px 20px 20px;
	border: 3px solid #EFEDE7;
	background-color: #7CCBE3;
	color: #fff;	
	text-align: center;
	border-radius: 10px;
	z-index: 10;
}
.page-heading__box p {
	margin-bottom: 5px;
	line-height: 1.3;
}
.page-heading__box h1 {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	letter-spacing: 3.6px;
	line-height: 1.5;
}
.philosophy-point {
	position: relative;
}
.philosophy-point:last-of-type {
	margin-bottom: 0;
}
.philosophy-point__head {
	position: relative;
	line-height: 2.2;
}
.philosophy-point__head .contents-inner {
	position: relative;
}
.philosophy-point__img {
	margin-left: auto;
}
.philosophy-point__img .img img {
	width: 100%;
	border-radius: 10px 0 0 10px;
}
.philosophy-point__head .lead::before {
	display: block;
	content: "";
	background-image: url(/assets/img/common/icon_house-blue.svg);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	counter-increment: number 1;
	content: counter(number) " ";
	padding-top: 5px;
	text-align: center;
}
.philosophy-point__body {
	max-width: 740px;
	line-height: 2.2;
}
.philosophy-point:nth-child(even) .philosophy-point__img {
	margin-left: inherit;
}
.philosophy-point:nth-child(even) .philosophy-point__img .img img {
	width: 100%;
	border-radius: 0 10px 10px 0;
}
.philosophy-point:nth-child(even) .philosophy-point__body {
	margin-left: auto;
}
@media only screen and (max-width:768px) {
	.page-philosophy .philosophy-content {
		padding-bottom: 60px;
	}
	.philosophy-page-heading {
		margin-bottom: 30px;
	}
	.philosophy-page-heading__inner {
		padding: 0 10px;
	}
	.philosophy-page-heading__img {
		background-image: url(/assets/img/philosophy/mv-sp.jpg);
		background-position: 50% 100%;
	}
	.philosophy-page-heading__img-inner {
		padding: 87.5vw 20px 0;
	}
	.philosophy-page-heading__content {
		margin-top: -10px;
	}
	.philosophy-catch {
		top: 26vw;
	}
	.philosophy-catch__txt {
		margin-bottom: 6.8vw;
	}
	.philosophy-catch__txt p {
		margin-bottom: 5.5vw;
	}
	.philosophy-catch__txt span {
		font-size: 4.7vw;
	}
	.philosophy-catch__name {
		font-size: 3.33vw;
		line-height: 1.4;
	}
	.philosophy-catch__name span {
		display: block;
		margin-top: 1.5vw;
		font-size: 5.55vw;
	}
	.page-heading__box p {
		font-size: 1.6rem;
	}
	.page-heading__box h1 {
		font-size: 1.8rem;
	}
	.philosophy-point {
		margin-bottom: 60px;
	}
	.philosophy-point__head {
		font-size: 2.0rem;
	}
	.philosophy-point__head .lead {
		margin-bottom: 15px;
	}
	.philosophy-point__head .lead::before {
		width: 38px;
		height: 44px;
		margin: 0 auto 20px;
		font-size: 2.0rem;
		line-height: 44px;
	}
	.philosophy-point__body {
		margin-bottom: 20px;
	}
	.philosophy-point__img .img {
		margin-right: -20px;
	}
	.philosophy-point:nth-child(even) .philosophy-point__img .img {
		margin-right: 0;
		margin-left: -20px;
	}
}
@media print, screen and (min-width:769px) {
	.page-philosophy {
		background-color: #f7f7f7;
	}
	.philosophy-page-heading__img {
		background-image: url(/assets/img/philosophy/mv.jpg);
		background-position: 50% 100%;
	}
	.philosophy-page-heading__img-inner {
		min-height: 540px;
		padding: 39.53vw 20px 0;
	}
	.philosophy-page-heading__content {
		margin-top: -70px;
	}
	.philosophy-catch {
		top: 8vw;
	}
	.philosophy-catch .philosophy-catch__txt p:not(:last-of-type) {
		margin-bottom: 33px;
	}
	.philosophy-catch__txt {
		margin-bottom: 7.3vw;
	}
	.philosophy-catch__name {
		display: flex;
    align-items: center;
		font-size: 1.4rem;
		letter-spacing: 1.4px;
	}
	.philosophy-catch__name span {
		margin-left: 20px;
		font-size: 2.0rem;
	}
	.page-heading__box {
		min-height: 140px;
		max-width: 1000px;
    margin: 0 auto;
	}
	.page-heading__box p {
		font-size: 3.4rem;
	}
	.page-heading__box h1 {
		font-size: 1.8rem;
	}
	.philosophy-content {
		max-width: 1366px;
		margin: 0 auto;
		padding: 100px 0 145px;
		background-position: calc(50% - 450px) 100%;
    background-size: 54px auto;
	}
	.philosophy-point {
		margin-bottom: 95px;
	}
	.philosophy-point__head {
		margin-bottom: 50px;
		font-size: 2.2rem;
	}
	.philosophy-point__img {
		width: 59.37%;
		max-width: 780px;
	}
	.philosophy-point__head .lead {
		position: absolute;
		left: 20px;
		bottom: 0;
    max-width: 390px;
    width: 40.625%;
		padding-right: 60px;
	}
	.philosophy-point__head .lead::before {
		width: 55px;
		height: 63px;
		margin-bottom: 35px;
		font-size: 3.0rem;
		line-height: 63px;
	}
	.philosophy-point:nth-child(even) .philosophy-point__head .lead {
		right: 0;
		left: auto;
		padding-right: 0;
		padding-left: 60px;
	}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.philosophy-catch {
    top: 14vw;
	}
	.philosophy-catch__txt {
    margin-bottom: 10vw;
	}
	.philosophy-point__head .lead {
    width: 46%;
	}
	.philosophy-point__img {
    width: 55%;
	}
	.philosophy-point__head .lead {
		padding-right: 30px;
	}
	.philosophy-point:nth-child(even) .philosophy-point__head .lead {
		padding-left: 30px;
	}
}
@media (max-width:990px) {
	.page-philosophy .philosophy-content {
		background-position: calc(0% + 20px) 100%;
		background-size: 40px auto;
	}
}

/* page support-inheritance */
.page-support-inheritance .page-head__sub-ttl {
	color: #9ec6ef;
}
.page-support-inheritance .border-box {
	border-color: #9EC6EF;
}
.page-support-inheritance .border-box h2 {
	color: #9EC6EF;
}
.service-detail-list__item {
	position: relative;
	background-color: #EFEDE7;
	border-radius: 10px;
}
.service-detail-list__item:nth-child(even) {
	background-color: #F7F7F7;
}
.service-detail-list__item:last-of-type {
	margin-bottom: 0;
}
.section-flow .service-detail-list__item::after {
	position: absolute;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
	border: solid transparent;
	border-top-color: #434343;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-right-width: 12px;
	margin-left: -12px;
}
.section-flow .service-detail-list__item:last-of-type::after {
	display: none;
}
.service-detail-list__period {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #FEF43B;
	border-radius: 100%;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
.service-detail-list dt {
	display: flex;
	align-items: center;
	font-size: 1.7rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.service-detail-list dt .num {
	width: 38px;
	color: #00AFE5;
	font-size: 3.0rem;
	font-weight: normal;
	line-height: 1;
}
.service-detail-list dt p {
	flex: 1;
}
.service-detail-list dd {
	position: relative;
	flex: 1;
	font-size: 1.4rem;
	font-weight: normal;
}
.service-detail-list dd::before {
	position: absolute;
	content: "";
	background-color: #707070;
}
@media only screen and (max-width:768px) {
	.section-recommend {
		margin-bottom: 40px;
	}
	.section-flow .service-detail-list__item::after {
		bottom: -40px;
	}
}
@media print, screen and (min-width:769px) {
	.section-recommend {
		margin-bottom: 50px;
	}
	.page-support-inheritance .check-list:first-of-type {
		margin-right: 30px;
	}
	.page-support-inheritance .check-list:nth-child(1) {
		width: 46%;
	}
	.page-support-inheritance .check-list:nth-child(2) {
		width: 50.95%;
	}
	.section-flow .service-detail-list__item {
		margin-bottom: 50px;
	}
	.service-detail-list__period {
		top: 0;
    right: 30px;
    bottom: 0;
		width: 100px;
		height: 100px;
		margin: auto 0;
	}
	.service-detail-list__period span {
		font-size: 2.0rem;
	}
	.section-flow .service-detail-list__item::after {
		bottom: -45px;
	}
}

/* page support-guardianship */
.page-support-guardianship .page-head__sub-ttl {
	color: #B6D0A4;
}
.page-support-guardianship .border-box {
	border-color: #B6D0A4;
}
.page-support-guardianship .border-box h2 {
	color: #B6D0A4
}
.service-detail-list {
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.service-detail-list li {
	position: relative;
	display: flex;
	align-items: baseline;
	line-height: 1.5;
}
.service-detail-list li:last-of-type {
	margin-bottom: 0;
}
.service-detail-list li::before {
	content: "■";
	margin-right: 10px;
	color: #B6D0A4;
}
.type-box {
	position: relative;
	border: 4px solid #1FAFE5;
	border-radius: 10px;
}
.type-box .type-box__sub-ttl {
	margin-top: -24px;
	text-align: center;
}
.type-box .type-box__sub-ttl span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #1FAFE5;
	color: #fff;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	border-radius: 24px;
}
.type-box dt {
	display: flex;
	align-items: baseline;
	color: #1FAFE5;
	font-size: 2.2rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.type-box dt .num {
	width: 48px;
	height: 48px;
	margin-right: 18px;
	background-color: #1FAFE5;
	color: #fff;
	text-align: center;
	line-height: 48px;
	border-radius: 48px;
}
.type-box dt p {
	flex: 1;
}
.type-box dd {
	line-height: 2.2;
}
.fill-box {
	background-color: #F7F7F7;
	border-radius: 10px;
}
.num-ttl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #1FAFE5;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #707070;
}
.num-ttl .num {
	margin-right: 20px;
	font-size: 3.0rem;
}
.faq dt {
	position: relative;
	padding-left: 40px;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
.faq dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	margin-right: 18px;
	font-size: 3.0rem;
	color: #00AFE5;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 1;
}
.faq dd {
	position: relative;
	background-color: #fff;
	font-size: 1.4rem;
	border-radius: 4px;
	line-height: 2;
}
.faq dd::before {
	display: block;
	content: "A";
	font-size: 2.4rem;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.point-blk {
	position: relative;
	border: 1px solid #000;
	line-height: 2;
}
.point-blk__icon {
	position: absolute;
	background-color: #FEF43B;
	text-align: center;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	border-radius: 100%;
}
.point-blk__ttl {
	display: flex;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
.point-blk__ttl::before {
	content: "■";
	margin-right: 10px;
	color: #1FAFE5;
}
.point-blk__ttl:first-of-type {
	margin-top: 0;
}
.point-blk p {
	font-size: 1.4rem;
}
@media only screen and (max-width:768px) {
	.service-detail-list {
		font-size: 1.6rem;
	}
	.service-detail-list li {
		margin-bottom: 10px;
	}
	.section-type {
		margin-bottom: 40px;
	}
	.system-type {
		margin-top: 35px;
	}
	.type-box {
		padding: 0 0 15px;
	}
	.type-box .type-box__sub-ttl span {
		width: 93.75%;
		font-size: 1.6rem;
	}
	.type-box dl {
		margin-top: 20px;
		padding: 0 25px;
	}
	.type-box dt {
		margin: 0 auto 15px;
	}
	.section-case {
		margin-bottom: 80px;
	}
	.fill-box {
		padding: 20px 20px 30px;
	}
	.num-ttl {
		font-size: 1.7rem;
	}
	.faq dt {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.faq dd {
		padding: 15px;
		line-height: 1.7;
	}
	.faq dd::before {
		margin-bottom: 5px;
	}
	.faq__img {
		max-width: 350px;
    margin: 10px auto 0;
	}
	.point-blk {
		padding: 50px 20px 15px;
	}
	.point-blk__ttl {
		display: flex;
		margin-top: 15px;
	}
	.point-blk__icon {
		top: -40px;
		left: -10px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 1.5rem;
	}
}
@media print, screen and (min-width:769px) {
	.service-detail-list {
		font-size: 1.7rem;
	}
	.service-detail-list li {
		margin-bottom: 20px;
	}
	.section-type {
		margin-bottom: 50px;
	}
	.system-type {
		margin-top: 55px;
	}
	.type-box {
		padding: 0 0 30px;
	}
	.type-box .type-box__sub-ttl span {
		width: 80.85%;
		font-size: 2.0rem;
	}
	.type-box dl {
		margin-top: 30px;
		padding: 0 30px;
	}
	.type-box dt {
		justify-content: center;
		width: fit-content;
		margin: 0 auto 20px;
	}
	.section-case {
		margin-bottom: 110px;
	}
	.fill-box {
		padding: 15px 30px 35px;
	}
	.num-ttl {
		font-size: 2.0rem;
	}
	.faq dt {
		margin-bottom: 20px;
		font-size: 1.7rem;
	}
	.faq dd {
		padding: 15px 30px 10px 70px;
	}
	.faq dd::before {
		position: absolute;
		top: 18px;
		left: 30px;
	}
	.point-blk {
		margin: 0 30px;
		padding: 35px 70px;
	}
	.point-blk__icon {
		top: -50px;
		left: -50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 2.0rem;
	}
	.point-blk__ttl {
		margin-top: 25px;
	}
}

/* page support-wills */
.page-support-wills .page-head__sub-ttl {
	color: #A2A0C9;
}
.page-support-wills .border-box {
	border-color: #A2A0C9;
}
.page-support-wills .border-box h2 {
	color: #A2A0C9;
}
.txt-box {
	line-height: 2;
}
.txt-box .section-ttl {
	margin-bottom: 10px;
}
.txt-box__ttl {
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #707070;
	font-size: 1.7rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
.txt-box__ttl span {
	width: 38px;
	color: #00AFE5;
	font-size: 3.0rem;
	font-weight: normal;
	line-height: 1;
}
.txt-box__ttl p {
	flex: 1;
}
@media (max-width: 767px) {
	.txt-box {
		margin: 20px 0 30px;
	}
	.txt-box__ttl {
		padding-bottom: 10px;
	}
}
@media (min-width: 768px) {
	.txt-box {
		margin: 25px 0 45px;
	}
	.num-ttl {
		font-size: 2.0rem;
	}
}

/* page support-estate */
.page-support-estate .page-head__sub-ttl {
	color: #D8C08A;
}
.section-purchase {
	margin-bottom: 40px;
}
.service-estate-img {
	text-align: center;
}
.service-lead {
	color: #1FAFE5;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 1.7rem;
}
.purchase-list__item {
	padding: 7px;
	font-size: 1.7rem;
	background-color: #1FAFE5;
	border-radius: 10px;
	text-align: center;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #fff;
}
.support-vacant-house__content {
	border: 1px solid #707070;
	border-radius: 10px;
}
.support-vacant-house__item dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #1FAFE5;
}
.support-vacant-house__item dd {
	font-size: 1.4rem;
	line-height: 2.1;
}
.support-vacant-house__item dd p {
	font-size: 1.4rem;
}
.support-vacant-house__note {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media only screen and (max-width:768px) {
	.service-estate-img {
		margin-bottom: 30px;
	}
	.service-estate-img img {
		max-width: 400px;
		width: 100%;
	}
	.service-lead {
		margin-bottom: 5px;
	}
	.purchase-list {
		width: 81.25%;
		margin: 15px auto 30px;
	}
	.purchase-list__item {
		margin-bottom: 20px;
	}
	.purchase-list__item:last-of-type {
		margin-bottom: 0;
	}
	.support-vacant-house {
		margin: 40px 0 30px;
	}
	.support-vacant-house__content {
		padding: 20px 20px 30px;
	}
	.support-vacant-house__item {
		margin-bottom: 20px;
	}
	.support-vacant-house__item:last-of-type {
		margin-bottom: 0;
	}
	.support-vacant-house__item dt {
		font-size: 1.7rem;
	}
	.support-vacant-house__img {
		width: 75%;
		margin: 5px auto 0;
		text-align: center;
	}
}
@media print, screen and (min-width:769px) {
	.service-estate-img {
		margin-bottom: 50px;
	}
	.service-estate-img img {
		width: 473px;
	}
	.purchase-list {
		display: flex;
		justify-content: center;
		margin: 30px 0 70px;
	}
	.purchase-list__item {
		width: 27%;
		max-width: 260px;
		margin: 0 10px;
	}
	.support-vacant-house {
		display: flex;
		justify-content: space-between;
		margin: 40px 0;
	}
	.support-vacant-house__item {
		width: calc((100% - 25px) / 2);
	}
	.support-vacant-house__content {
		padding: 20px 30px;
	}
	.support-vacant-house__item dt {
		font-size: 2.0rem;
	}
	.support-vacant-house__item dd {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.support-vacant-house__item dd p {
		max-width: 225px;
		width: 56.09%;
	}
	.support-vacant-house__img {
		flex: 1;
		max-width: 170px;
		margin-left: 15px;
	}
}

/* page support-estate */
.page-support-family .page-head__sub-ttl {
	color: #EBAF8F;
}
.support-family-img {
	background-color: #FFFFF8;
	border: 4px solid #E1B194;
	text-align: center;
	border-radius: 10px;
}
.result-list {
	margin-top: 25px;
}
.result-list__item {
	padding: 30px 25px;
	background-color: #F7F7F7;
	border-radius: 10px;
	font-size: 1.7rem;
	text-align: center;
}
.result-list__conditions {
	position: relative;
	margin-bottom: 32px;
	padding: 8px 10px;
	border: 1px solid #434343;
	background-color: #fff;
	border-radius: 10px;
}
.result-list__conditions::after {
	position: absolute;
	bottom: -35px;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
	border: solid transparent;
	border-top-color: #434343;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-right-width: 12px;
	margin-left: -12px;
}
.result-list__result {
	padding: 8px 10px;
	background-color: #1FAFE5;
	border-radius: 10px;
	color: #fff;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
@media only screen and (max-width:768px) {
	.support-family-img {
		padding: 34px 22px;
	}
	.support-family-img img {
		max-width: 400px;
		width: 100%;
	}
	.result-list {
		padding: 0 5px;
	}
	.result-list__item {
		margin-bottom: 20px;
	}
	.scene-img {
		margin: 5px 0 30px;
	}
	.scene01 {
		width: 51.25%;
		margin-bottom: 15px;
	}
	.scene02 {
		width: 65%;
		margin-left: auto;
	}
}
@media print, screen and (min-width:769px) {
	.support-family-img {
		padding: 40px 70px;
	}
	.result-list {
		display: flex;
	}
	.result-list__item {
		width: calc((100% - 30px) / 3);
		margin-left: 15px;
	}
	.result-list__item:first-of-type {
		margin-left: 0;
	}
	.scene-img {
		display: flex;
		justify-content: center;
		margin: 50px 0 0;
	}
	.scene01 {
		width: 216px;
		margin-right: 112px;
	}
	.scene02 {
		width: 258px;
	}
}

/* page support-one-person */
.page-support-one-person .page-head__sub-ttl {
	color: #EDADD0;
}
.support-detail-ttl-box {
	margin-bottom: 15px;
}
.support-detail-ttl {
	color: #1FAFE5;
	font-size: 2.2rem;
	font-family: "Yu Gothic Pr6N M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" ,"メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
.support-detail-ttl .num {
	width: 48px;
	height: 48px;
	background-color: #1FAFE5;
	color: #fff;
	text-align: center;
	line-height: 48px;
	border-radius: 48px;
}
.section-one-person .service-detail-list {
	margin-bottom: 0;
}
.section-one-person .service-detail-list__item:last-of-type {
	margin-bottom: 0;
}
.section-one-person .service-detail-list dd {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
}
.section-one-person .service-detail-list dd::before {
	height: 100%;
}
@media only screen and (max-width:768px) {
	.section-one-person {
		margin-bottom: 70px;
	}
	.support-detail-ttl-box {
		text-align: center;
	}
	.support-detail-ttl {
		margin-bottom: 5px;
		text-align: center;
	}
	.support-detail-ttl .num {
		display: inline-block;
		margin: 0 0 10px;
	}
	.service-detail-list-wrapper {
		margin-bottom: 30px;
	}
	.section-one-person .service-detail-list__item {
		margin-bottom: 20px;
	}
	.section-one-person .service-detail-list__item {
		padding: 26px 20px 16px;
		text-align: center;
	}
	.section-one-person .support-detail-img {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		max-width: 400px;
    margin: 0 auto;
	}
	.support-detail-img__item.scene01 {
		width: 46.87%;
		margin-right: 3.12%;
	}
	.support-detail-img__item.scene02 {
		width: 50%;
	}
}
@media print, screen and (min-width:769px) {
	.section-one-person {
		position: relative;
		margin-bottom: 110px;
	}
	.section-one-person .section-ttl {
		margin-bottom: 30px;
	}
	.support-detail-ttl {
		display: flex;
		align-items: baseline;
	}
	.support-detail-ttl .num {
		margin-right: 18px;
	}
	.support-detail-ttl p {
		flex: 1;
	}
	.support-detail-ttl-box .support-detail-ttl + p {
		padding-left: 65px
	}
	.service-detail-list-wrapper {
		margin-bottom: 50px;
	}
	.section-one-person .service-detail-list__item {
		margin-bottom: 10px;
	}
	.section-one-person .service-detail-list__item {
		padding: 26px 25px 26px 65px;
	}
	.section-one-person .support-detail-img {
		position: absolute;
		bottom: 20px;
		right: 0;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		width: 100%;
	}
	.support-detail-img__item.scene01 {
		width: 18.75%;
		margin-right: 5.08%;
	}
	.support-detail-img__item.scene02 {
		width: 21.87%;
	}
}
