@charset 'UTF-8';
pre {
	font-size: clamp(1.8rem, 1.8vw, 1.8rem) !important;
	white-space: pre-wrap;
	line-height: 2;
}
body {
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:400;
}
.pankuzu {
	width: min(100% - 4rem, var(--width, 1200px));
}
.inner {
    width: min(100% - 4rem, var(--width, 1200px));
    margin-inline: auto;
}

.header {
	position:fixed;
	top:0;
	align-items:center;
	display:flex;
	width:100%;
	justify-content:space-between;
	padding:20px 20px;
	z-index:99999;
}
@media screen and (max-width: 1000px){
	.header {
		position: inherit;
		justify-content:center;
		padding:10px;
		margin-block-start: 40px;
	}
}
@media screen and (max-width: 480px){
	.header {
		padding:10px 0;
	}
}
.header-ID {
	backdrop-filter: blur(8px);
    padding: 10px;
	border-radius:5px;
}
.header-ID a {
	display:flex;
	gap:20px;
}
@media screen and (max-width: 480px){
	.header-ID a {
		gap:10px;
	}
}
.header-ID a > span > span {
	display:block;
}
.header-ID a > span > .logo-catch {
	font-size: clamp(1.5rem, 1.5vw, 1.5rem);
	line-height:1;
	font-weight:700;
}
@media screen and (max-width: 640px){
	.header-ID a > span > .logo-catch {
		font-size: clamp(1.1rem, 1.5vw, 1.5rem);
	}
}
.header-ID a > span > .logo-main {
	font-size: clamp(4.6rem, 4.6vw, 4.6rem);
	color:#1abc9c;
	line-height:1;
	font-weight:900;
	margin-block-start: 5px;
}
@media screen and (max-width: 1000px){
	nav.nav {
		display:none;
	}
}
@media screen and (max-width: 768px){
	.header nav.nav {
		display:none;
	}
}
.nav ul.menu {
	display:flex;
	backdrop-filter: blur(8px);
	padding: 20px;
	gap:20px;
}

.nav ul.menu li a {
	font-weight:400;
}
.nav ul.menu li:last-child a {
	position:relative;
	color:#fff;
	font-weight:700;
	background-image: linear-gradient(0deg, #ff3562, #fa7d99);
	padding:10px 20px;
	border-radius:5px;
	padding-inline-start:65px;
}
.nav ul.menu li:last-child a:before {
	content:"";
	position:absolute;
	top:13px;
	left:20px;
	display:inline-block;
	background:url(/wp-content/uploads/icon-mail.png) no-repeat;
	width:36px;
	height:20px;
}
.nav .menu ul {
	display:flex;
	gap:20px;
}
.mv {
	position:relative;
} 
.mv-img {
	position:relative;
	text-align: end;
	/*height: 100vh;*/
}
@media screen and (max-width: 768px){
	.mv-img {
		height: 75vh;
	}
}
@media screen and (max-width: 640px){
	.mv-img {
		height: 65vh;
	}
}
@media screen and (max-width: 540px){
	.mv-img {
		height: 55vh;
	}
}
@media screen and (max-width: 480px){
	.mv-img {
		height: 50vh;
	}
}
.mv-img img {
	width:100%;
	object-fit:cover;
	height:830px;
}
@media screen and (max-width: 1000px){
	.mv-img img {
		width:100%;
		height: auto;
        object-fit: contain;
		object-position: top;
		margin-block-end:17%;
	}
}


@media screen and (max-width: 768px){
	.mv-img img {
		width:100%;
	}
}
.mv-text {
	width:40%;
	color:#333;
	position:absolute;
	top: 25%;
	left:7.8125%;
}
@media screen and (max-width: 1650px){
	.mv-text {
		width:50%;
	}
}
@media screen and (max-width: 1200px){
	.mv-text {
		width:60%;
	}
}
@media screen and (max-width: 1200px){
	.mv-text {
		top: 25%;
	}
}
@media screen and (max-width: 1000px){
	.mv-text {
		top: 15%;
	}
}
@media screen and (max-width: 768px){
	.mv-text {
		width:90%;
		left:5%;
		right:5%;
	}
}
@media screen and (max-width: 480px){
	.mv-text {
	}
}
.mv-text h1 ._main {
	display:block;
  -webkit-text-stroke: 1px #fff;
   text-shadow:
		3px 3px 0 #fff,
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	font-size: clamp(4rem, 5vw, 5rem);
	font-weight:700;
	margin-block-end:20px;
}
@media screen and (max-width: 1400px){
	.mv-text h1 ._main {
		font-size: clamp(3rem, 4.0vw, 4.0rem);
	}
}
.mv-text h1 ._sub {
	display:block;
  -webkit-text-stroke: 1px #fff;
   text-shadow:
		3px 3px 0 #fff,
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	font-size: clamp(2.4rem, 3vw, 3rem);
	font-weight:700;
	margin-block-end:20px;
}
@media screen and (max-width:768px){
	.mv-text h1 ._sub br {
		display:none;
	}
}

.mv-text ._sub2 {
	font-size: clamp(3rem, 3.6vw, 3.6rem);
	color:#1abc9c;
  -webkit-text-stroke: 1px #fff;
   text-shadow:
		3px 3px 0 #fff,
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	font-weight:700;
}
.mv-text ._sub3 {
	display:block;
  -webkit-text-stroke: 1px #fff;
   text-shadow:
		3px 3px 0 #fff,
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	margin-block-end:20px;
}

.mv-btn {
	margin-block-start:30px;
}
.mv-btn a {
	display:flex;
	justify-content:center;
	align-items: center;
	max-width:400px;
	color:#fff;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight:500;
	padding:15px 30px;
	background-image: linear-gradient(0deg, #ff3562, #fa7d99);
	gap:15px;
	border-radius:5px;
}
.mv-btn a img {
	width: 51px;
	height: 28px;
}
.mv-point {
	width:60%;
	display:flex;
	align-items:center;
	gap:20px;
	margin-block-start:30px;
}
@media screen and (max-width:768px){
	.mv-point {
		width:48%;
	}
}

.title-01._common
{
	font-size: clamp(2.4rem, 4vw, 4rem);
	color:#000;
	font-weight:700;
    display: flex;
	text-align: center;
	background: url(/wp-content/uploads/title01-bg.jpg) top center/cover no-repeat;
	padding-block: 170px;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px){
	.title-01._common {
		padding-block: 100px;
	}
}

.title-02._index {
	color:#000;
	font-size: clamp(3rem, 3.6vw, 3.6rem);
	font-weight:700;
	margin-block-end:40px;
}
.title-02._index h2 {
	
}
.title-02._index p {
	font-size: clamp(2.2rem, 2.6vw, 2.6rem);
}
.title-03._index h3 {
	color:#000;
	font-size: clamp(2.8rem, 2.8vw, 2.8rem);
	font-weight:700;
	margin-block-end:20px;
}
.title-03._index h3 span {
	color:#333;
	font-size: clamp(1.6rem, 2.1vw, 2.1rem);
}
.title-04._index h4 {
	font-size: clamp(2.0rem, 2.0vw, 2.0rem);
	font-weight:700;
	margin-block:10px;
}
.section01 {
	/*background:url(/wp-content/uploads/section01-bg.jpg) no-repeat;*/
	background-size:cover;
	margin-block-start:-100px;
	padding-block:200px 100px;
}
.section01 > div {
	width: min(100% - 4rem, 1620px);
	margin-inline:auto;
}
@media screen and (max-width: 768px){
	.section01 .wrap {
		flex-direction:column;
	}
}
@media screen and (max-width: 768px){
	.section01 .wrap:nth-child(even) {
		flex-direction:column-reverse;
	}
}
ul.list01 li {
	display:flex;
	align-items:center;
	font-size: clamp(2rem, 2vw, 2rem) ;
	font-weight:400;
	margin-block-start:20px;
	gap:5px;
}
ul.list01 li:before {
	content:url(/wp-content/uploads/check-02.png);
}
.section02 {
	position:relative;
	background-image: linear-gradient(90deg, #098a70, #1abc9c);
}
.section02:before {
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	content:url(/wp-content/uploads/arrow-02.png);
	margin-inline:auto;
}
.section02 > div {
	width: min(100% - 4rem, 1620px);
	padding-block:130px 100px;
	margin-inline:auto;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 480px){
	.section02 > div {
		width: min(100% - 2rem, 1620px);
	}
}
.section02 .title-02._index {
	color:#fff;
}
.section02 .title-02._index span {
	display:block;
	font-size: clamp(4rem, 5vw, 5rem);
}
.section02 .wrap01 {
	position:relative;
	background:url(/wp-content/uploads/title-01-bg.jpg);
	background-position:bottom left;
}
@media screen and (max-width: 768px){
	.section02 .wrap01 > div > pre {
		text-align:left;
	}
}

.section02 .wrap01 .bg-photo {
	position:absolute;
	bottom:66px;
	left:0;
}
@media screen and (max-width: 1440px){
	.section02 .wrap01 .bg-photo {
		bottom:-70px;
	}
}
@media screen and (max-width: 1130px){
	.section02 .wrap01 .bg-photo {
		display:none;
	}
}
@media screen and (max-width: 1440px){
	.section02 .wrap01 .bg-photo img {
		width:185px !important;
	}
}

.section02 .wrap02 {
	background:rgba(255,255,255, 0.2);
	border-radius:5px;
	margin-block-start:35px;
	padding:70px 110px;
}
@media screen and (max-width: 1200px){
	.section02 .wrap02 {
		padding:50px 50px;		
	}
}
@media screen and (max-width: 1000px){
	.section02 .wrap02 {
		padding:30px;		
	}
}
@media screen and (max-width: 480px){
	.section02 .wrap02 {
		padding:15px;
	}
}

.section02 .wrap02 .title-03._index h3 {
	color:#ff3562;
}
@media screen and (max-width: 768px){
	.section02 .wrap02 > div > pre {
		text-align:left;
	}
}

.section02 .wrap02 .point {
	font-size: clamp(1.6rem, 1.6vw, 1.6rem);
	color:#fff;
	font-weight:700;
	background-image: linear-gradient(0deg, #ff3562, #fa7d99);
	border-radius:100px;
	padding:10px 30px;
}
.section02 .wrap02 .block {
	margin-block-start:30px;
	flex-wrap:wrap;
}
.section02 .wrap02 .block {
	font-size: clamp(2rem, 2vw, 2rem);
	gap:30px;
}
.section02 .wrap02 .block p:nth-child(2) {
	text-align:left;
}
.section02 .wrap03 {
	gap:30px;
}

@media screen and (max-width: 1000px){
	.section02 .wrap03 {
		gap:15px;
	}	
}
@media screen and (max-width: 768px){
	.section02 .wrap03 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.section02 .wrap03 .block {
	color:#000;
	text-align:left;
	background:#fff;
	border-radius:5px;
	padding:20px;
}
.section02 .wrap03 .block img {
	width:100%;
	margin-block-end:10px;
}
.section03 {
	background:url(/wp-content/uploads/section03-bg.png) #f1f1f1 no-repeat bottom right;
	padding-block:100px;
	background-size: 75%;
}
@media screen and (max-width: 1200px){
	.section03 {
		background-size: 85%;
	}
}
@media screen and (max-width: 782px){
	.section03 {
		position:relative;
		z-index:-1;
	}
}
.section03 > div {
	width: min(100% - 4rem, 1770px);
}
@media screen and (max-width: 1000px){
	.section03 > div {
		width: min(100% - 2rem, 1770px);
	}
}
@media screen and (max-width: 480px){
	.section03 > div {
		width: min(100% - 1rem, 1770px);
	}
}

.section03 .servise-wrap div:nth-child(2) .title-02._index {
	border-bottom:5px solid #1abb9b;
	padding-block-end:20px;
}
.section03 .servise-wrap div:nth-child(2) .title-02._index h2 {
	text-align:left !important;
}
@media screen and (max-width: 782px){
	.service-photo {
		position:absolute;
		top:50px;
		left:0;
		z-index:-1;
	}
}
@media screen and (max-width: 782px){
	.service-photo img {
		width:30%;
	}
}

.servise-wrap .wrap {
	background:#fff;
	padding:50px;
	border-radius:5px;
	margin-block-start:40px;
}
@media screen and (max-width: 1000px){
	.servise-wrap .wrap {
		margin-inline-start:2rem;
	}
}
@media screen and (max-width: 768px){
	.servise-wrap .wrap {
		padding:30px;
	}
}
@media screen and (max-width: 480px){
	.servise-wrap .wrap {
		padding:15px;
		margin-inline-start:1rem;		
	}
}

.servise-wrap .title-02._index h2 {
	text-align:center;
}
.servise-wrap .wrap:first-child {
	margin-block-start:0;
}
.servise-wrap .wrap .block {
	align-items:center !important;
	margin-block-start:20px;
	background:#dfe7f6;
	border-radius:5px;
	padding:30px;
	margin-bottom:0;
}
.servise-wrap .wrap .block > div:first-child {
	width:35%;
	flex-basis: auto
}
.servise-wrap .wrap .block > div:last-child {
	width:65%;
	flex-basis: auto
}

.servise-wrap .title-03._index h3 {
	color:#fff;
	background:#1abc9c;
	padding:10px 20px;
	border-radius:5px;
}
.servise-wrap ul.list02 {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:20px;
}
.servise-wrap ul.list02 li {
	position:relative;
	font-size:2.1rem;
	font-weight:500;
	background:#f0f0f0;
	padding:10px 20px;
	border-radius:5px;
	padding-inline-start:67px;
}
.servise-wrap ul.list02 li:before {
	content:"";
	display:inline-block;
	position:absolute;
	top:8px;
	left:20px;
	width:37px;
	height:37px;
	background:url(/wp-content/uploads/check-03.png) no-repeat;
}
.section04 {
	background:url(/wp-content/uploads/section04-bg.png) no-repeat #1abc9c;
	padding-block:100px;
}
@media screen and (max-width: 768px){
	.section04 {
		background-size:200%;
	}
}
.section04 > div {
	width: min(100% - 4rem, 1400px);
	margin-inline:auto;
}
@media screen and (max-width: 480px){
	.section04 > div {
		width: min(100% - 2rem, 1400px);
		margin-inline:auto;
	}
}
.section04 .title-02._index h2 {
	color:#fff;
	text-align:center;
}
.section04 .wrap01 {
	gap:40px;
}
@media screen and (max-width: 1200px){
	.section04 .wrap01 {
		gap:20px;
	}
}
@media screen and (max-width: 768px){
	.section04 .wrap01 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}
.section04 .wrap01 .block {
	background:rgba(255,255,255,1);
	padding:20px;
	border-radius:5px;
}
.section04 .wrap01 .block .title-03._index h3 {
	color:#fff;
	text-align:center;
	background:#ff3662;
	padding:10px;
	border-radius:5px;
}
.section04 .wrap01 .block p {
	font-size:2.1rem;
	font-weight:700;
	margin-bottom:20px;
}
.section04 .wrap01 .photo img {
	width:100%;
}
.section04 > div hgroup:nth-child(3) {
	margin-block-start:80px;
}
@media screen and (max-width: 768px){
	.section04 > div hgroup:nth-child(3) {
		margin-block-start:60px;
	}
}

.section04 .wrap02 {
	gap:40px;
}
@media screen and (max-width: 1200px){
	.section04 .wrap02 {
		gap:20px;
	}
}
@media screen and (max-width: 768px){
	.section04 .wrap02 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

.section04 .wrap02 .block {
	background:rgba(255,255,255,1);
	padding:20px;
	border-radius:5px;
}
@media screen and (max-width: 1000px){
	.section04 .wrap02 .block {
		flex-direction:column;
	}	
}
@media screen and (max-width: 768px){
	.section04 .wrap02 .block {
		flex-direction:inherit;
	}	
}
.section04 .wrap02 .block > div:first-child {
	flex-basis: 23%;
}
.section04 .wrap02 .block > div:last-child {
	flex-basis: 77%;
}
.section04 .wrap02 .block .photo img {
	margin-inline:auto;
}
.section04 .wrap03 {
	background:rgba(255,255,255,1);
	padding:20px;
	border-radius:5px;
	margin-block-start:40px;
}
.section04 .wrap03 .title-03._index h3 {
	color:#fff;
	background:#1abc9c;
	padding:10px 20px;
	border-radius:5px;
}
.section04 .wrap03 .block > div:first-child {
	flex-basis: 23%;
}
.section04 .wrap03 .block > div:last-child {
	flex-basis: 77%;
}
.section04 .wrap03 .block .photo img {
	margin-inline:auto;
}
.section05 {
	background:url(/wp-content/uploads/section05-bg1.jpg) no-repeat #f1f1f1;
	padding-block-start:100px;
}
@media screen and (max-width: 768px){
	.section05 {
		background-size:100%;
	}
}
.section05 > div {
	background:url(/wp-content/uploads/section05-bg2.jpg) left bottom no-repeat;
	padding-block-end:100px;
}
@media screen and (max-width: 768px){
	.section05 > div {
		background-size:160%;
	}	
}
.section05 .erea-wrap {
	width: min(100% - 4rem, 1200px);
	margin-inline:auto;
}
@media screen and (max-width: 480px){
	.section05 .erea-wrap {
		width: min(100% - 2rem, 1200px);
	}
}

.erea-wrap .erea-block {
	margin-block-start:40px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.erea-wrap .title-02._index h2 {
	color:#333;
	text-align:center;
}
.erea-wrap .title-03._index h3 {
	color:#fff;
	text-align:center;
	background:#1abc9c;
	padding:15px 10px;
	margin-block-end: 0;
}
.erea-wrap .wrap {
	font-size:2rem;
	font-weight:700;
	background:#fff;
	padding:50px;
}
@media screen and (max-width: 1200px){
	.erea-wrap .wrap {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media screen and (max-width: 1000px){
	.erea-wrap .wrap {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (max-width: 480px){
	.erea-wrap .wrap {
		font-size: 2.2rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 30px;
	}
}
.erea-wrap .wrap a {
	text-decoration:underline;
	text-underline-offset: 8px;
}

.section06 {
	margin-block:100px;
}
.section06 > div {
	width: min(100% - 4rem, 1200px);
	margin-inline:auto;
}
@media screen and (max-width: 480px){
	.section06 > div {
		width: min(100% - 2rem, 1200px);
	}	
}
.section06 .title-02._index h2 {
	text-align:center;
}
.faq-list {
	/*box-shadow: 5px 5px 0 0 #000;*/
	border-radius: 3px;
	width: min(60vw, 100%);
	margin-inline: auto;
	margin-block-start:20px;
}
@media screen and (max-width: 1200px){
	.faq-list {
		width: min(80vw, 100%);
	}
}
@media screen and (max-width: 1000px){
	.faq-list {
		width: 100%;
	}
}

.faq-item {
	padding: 20px;
}
.faq-item._question {
	font-size:1.8rem;
	transition-duration: .3s;
	position: relative;
	padding-right: 55px;
	background: #fff;
	border: 3px solid #ccc;
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 700;
}
.faq-item._question:before {
	content: "Q";
	color: #1abc9c;
	font-weight: 700;
	line-height: 1;
	left:10px;
	right:auto;
	padding-bottom: 5px;
	font-size: min(5vw, 4rem);
}
.faq-item._question._active:before {
	transform: rotate(0deg);
}
.footer-inner {
	background
}
.faq-item._question:after {
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	content: "＋";
	margin: auto;
	background: #1abc9c;
	border-radius: 100vmax;
	width: 30px;
	height: 30px;
	display: grid;
	place-content: center;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	transition-duration: .3s;
}
@media screen and (max-width: 640px){
	.faq-item._question:after {
		right: 10px;
	}
}

.faq-item._answer {
	font-size:1.8rem;
	position: relative;
	background: #f0f0f0;
	color: #333;
	display: none;
}
.faq-item._answer._active {
	display:flex !important;
	gap:20px;
}
.faq-item._answer:before {
	content: "A";
	color:#ff3663;
	font-weight: 700;
	line-height: 1;
	padding-inline-start: 10px;
	padding-bottom: 5px;
	font-size: min(3vw, 4rem);
}
.faq-item._question {
	padding-inline-start:50px;
}
.faq-item._question._active {
	background: #1abc9c;
}
.faq-item._question._active:after {
	transform: rotate(45deg);
}
.section07 {
	padding-block:100px;
	background: linear-gradient(90deg, rgba(112, 224, 202, 0.4), rgba(26, 188, 156, 0.4));
}
.section07 > div {
	width: min(100% - 4rem, 1400px);
	margin-inline:auto;
}
.section07 .wrap {
	grid-template-rows: auto;
	gap:20px;
}
@media screen and (max-width: 768px){
	.section07 .wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 480px){
	.section07 .wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.section07 .wrap .block {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	align-items:stretch;
}
@media screen and (max-width: 768px){
	.section07 .wrap .block figure img {
		margin-inline:auto;
	}
}
.section07 .wrap .block .size-full {
	height:auto;
}
.section07 .title-02._index h2 {
	text-align:center;
}
.section07 .title-03._index h3 {
	text-align:center;
}
@media screen and (max-width: 1000px){
	.section07 .title-03._index h3 {
		font-size: clamp(1.3rem, 1.3vw, 1.3rem);
		text-align:left;
	}
}

@media screen and (max-width: 1000px){
	.section07 .title-03._index h3 br {
		display:none;
	}
}
.section07 .wrap .block .text {
	background:rgba(255,255,255,0.7);
	padding:10px;
	margin-block-start:10px;
	border-radius:5px;
}
.section08 {
	padding-block:100px;
	background:url(/wp-content/uploads/section08-bg.jpg) no-repeat;
}
.section08 > div {
	text-align:center;
	width: min(100% - 4rem, 1200px);
	margin-inline:auto;
}
ul.blog-wrap li {
	overflow: auto;
	text-align:left;
	background:#fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
	padding:30px;
	margin-block-start:30px;
}
@media screen and (max-width: 640px){
	ul.blog-wrap li {
		padding:15px;
	}	
}
@media screen and (max-width: 640px){
	ul.blog-wrap li .wp-block-latest-posts__featured-image {
		float:inherit;
		margin-right:0;
	}
}

@media screen and (max-width: 640px){
	ul.blog-wrap li img {
		text-align:center;
		max-width:100% !important;
		max-height:100% !important;
	}
}
ul.blog-wrap li .wp-block-latest-posts__post-title {
	font-size: clamp(2rem, 2vw, 2rem);
	color:#1abc9c;
	margin-block-end:10px;
}
ul.blog-wrap li .wp-block-latest-posts__post-excerpt {
	line-height:2;
	font-size: clamp(1.6rem, 1.6vw, 1.6rem);
	margin-block-start:20px;
}
ul.blog-wrap li .wp-block-latest-posts__read-more {
	color:#1abc9c;
}
ul.blog-wrap li .screen-reader-text {
	display:none;
}

body:not(.home) .footer {
	margin-block-start:70px;
}
.btn a {
	display:flex;
	justify-content:center;
    align-items: center;
	max-width:420px;
	color:#fff;
	font-size: clamp(2rem, 2vw, 2rem);
	font-weight:700;
	background-image: linear-gradient(0deg, #ff3562, #fa7d99);
	padding:15px 30px;
	border-radius:5px;
	margin-inline:auto;
	margin-block-start:40px;
	gap:20px;
}
.footer-contact {
	background:url(/wp-content/uploads/footer-contact-bg.jpg) no-repeat;
	background-size:cover;
	padding-block:100px;
}
.footer-contact .wrap {
	width: min(100% - 4rem, 1000px);
	margin-inline:auto;
	text-align:center;
	background:rgba(255,255,255,0.7);
	padding:50px 30px;
}
@media screen and (max-width: 640px){
	.footer-contact .wrap {
		padding: 15px;
	}
}
.footer-contact .btn a {
	font-size: clamp(2rem, 2vw, 2rem);
}
.footer-inner {
	color:#fff;
	font-size: clamp(2.8rem, 2.8vw, 2.8rem);
	text-align:center;
	font-weight:900;
	background-image: linear-gradient(90deg, #1abc9c, #098a70);
	padding-block:50px;
}
.footer-logo-mark img {
	margin-inline:auto;
	margin-block-end:20px;
}
.footer-logo span {
	display:block;
	font-size: clamp(1.5rem, 1.5vw, 1.5rem);
	font-weight:700;
}
.footer-inner .copy {
	font-size: clamp(1.3rem, 1.4vw, 1.4rem);
	font-weight:400;
	margin-block-start:30px;
}
.blog-list ul li {
	border-bottom:1px solid #ccc;
	margin-block-start:40px;
}
.blog-list ul li .wrap .block {
	max-width: 100%;
	flex-direction:inherit;
	gap:30px;
	flex-wrap:nowrap;
	padding-bottom:40px !important;
}
.blog-list ul li .wrap .block time {
	color:#fff;
	background:#1abc9c;
	padding:10px 30px;
	border-radius:200px;
}
@media screen and (max-width: 640px){
}

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