#main-visual {
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
#main-visual .slider {
	width: 100%;
	height: auto;
	position: relative !important;
}
#main-visual .box {
	max-width: 700px;
	width: 70%;
	position: absolute;
	left: 10%;
	top: 55%;
}
#main-visual .box .ttl1 {
	font-size: 2.2em;
	font-weight: 700;
	line-height: 2.2em;
	margin-bottom: 20px;
}
#main-visual .box .ttl1 span {
	display: block;
	font-size: 2.5em;
}
#main-visual .box .ttl2 {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 30px;
}
#main-visual .box p {
}
#main-visual .box p br.br-clear {
}
@media screen and (max-width: 880px) {
	#main-visual .slider {
		width: 135%;
		margin: 0 -25% 0 -10%;
    }
    #main-visual .slider .mv01,
    #main-visual .slider .mv02,
    #main-visual .slider .mv03 {
    }
	.mv-mask {
        -webkit-mask-size: 140% auto;
        mask-size: 140% auto;
        -webkit-mask-position: center top;
        mask-position: center top;
    }
	
	#main-visual .box {
        bottom: 0;
		left: 5%;
    }
    #main-visual .box .ttl1 {
        font-size: 1.6em;
    }
    #main-visual .box .ttl1 span {
        font-size: 2.5em;
    }
    #main-visual .box .ttl2 {
        font-size: 1.3em;
        margin-bottom: 30px;
    }
	#main-visual .box p br.br-clear {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	#main-visual {
		margin-bottom: 100px;
	}
	#main-visual .box {
		width: 90%;
	}
	#main-visual .box .ttl1 {
        font-size: 1.2em;
		margin-bottom: 10px;
    }
    #main-visual .box .ttl1 span {
        font-size: 2em;
    }
    #main-visual .box .ttl2 {
        font-size: 1em;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 540px) {
	#main-visual {
		margin-bottom: 40px;
	}
	#main-visual .slider {
		width: 160%;
		margin: 0 -45% 0 -15%;
    }
	#main-visual .box {
		position: static;
		margin: -150px auto 0;
		
	}
}
/* --------------------------------------------------- */
.information {
	max-width: 1100px;
	width: 85%;
	margin: 0 auto 100px;
	position: relative;
	border: #ddd 1px solid;
	padding: 50px 30px 50px 210px;
}
.information::before {
	content: "";
	border-top: #B85657 1px solid;
	border-left: #B85657 1px solid;
	border-bottom: #B85657 1px solid;
	width: 170px;
	height: auto;
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
}
.information p {
}
.information p.ttl {
	display: inline-block;
	background-color: #fff;
	color: #B85657;
	font-size: 1.3em;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	padding: 5px 0 10px;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 0;
	margin-left: -20px;
}
@media screen and (max-width: 880px) {
}
@media screen and (max-width: 680px) {
	.information {
		padding: 45px 30px 30px 30px;
	}
	.information::before {
        border-bottom: none;
		border-right: #B85657 1px solid;
        width: auto;
        height: 30px;
		right: -1px;
        bottom: auto;
    }
	.information p.ttl {
		top: 0;
        transform: translate(-50%, 0%);
        left: 50%;
        margin-left: 0px;
		margin-top: -15px;
		padding: 0px 10px;
	}
}
/* --------------------------------------------------- */
#sec01 {
	width: 100%;
	margin: 0 0 100px;
	position: relative;
}
.fluid1 {
	display: block;
    width:35vh;
    height: 35vh;
    background:#F4E4E5;
    animation: fluidrotate1 30s ease 0s infinite;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 25%;
	margin-top: -40px;
}
@keyframes fluidrotate1 {  
    0%, 100% {
        border-radius: 70% 30% 60% 40% / 45% 60% 40% 55%;
    }
    14% {
        border-radius: 25% 75% 75% 25% / 75% 35% 65% 25%;
    }
    28% {
        border-radius: 85% 15% 30% 70% / 35% 80% 20% 65%;
    }
    42% {
        border-radius: 35% 65% 90% 10% / 90% 20% 80% 10%;
    }
    56% {
        border-radius: 95% 5% 45% 55% / 20% 95% 10% 90%;
    }
    70% {
        border-radius: 20% 80% 50% 50% / 55% 25% 75% 35%;
    }
    84% {
        border-radius: 75% 25% 15% 85% / 30% 90% 15% 85%;
    }
}
.fluid2 {
	display: block;
    width: 70vh;
    height: 70vh;
    background:#F4E4E5;
    animation: fluidrotate2 30s ease 0s infinite;
	position: absolute;
	z-index: 0;
	left: 10%;
	bottom: 5%;
}
@keyframes fluidrotate2 {  
    0%, 100% {
        border-radius: 65% 35% 60% 40% / 50% 55% 45% 50%;
    }
    14% {
        border-radius: 20% 80% 70% 30% / 70% 40% 60% 30%;
    }
    28% {
        border-radius: 80% 20% 30% 70% / 40% 80% 20% 60%;
    }
    42% {
        border-radius: 30% 70% 85% 15% / 80% 30% 70% 20%;
    }
    56% {
        border-radius: 90% 10% 40% 60% / 20% 90% 10% 80%;
    }
    70% {
        border-radius: 25% 75% 45% 55% / 60% 30% 70% 40%;
    }
    84% {
        border-radius: 70% 30% 20% 80% / 40% 85% 15% 75%;
    }
}
#sec01 .slider {
	width: 100%;
	transition-delay: .4s;
}
#sec01 .ttl {
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: -20% auto 100px;
}
#sec01 .box {
	max-width: 540px;
	width: 90%;
	position: relative;
	margin: 0 5% 0 auto;
	z-index: 1;
}
#sec01 .box .txt {
	margin-bottom: 30px;
}
#sec01 .box .btn-style01 {
	max-width: 350px;
	width: 100%;
	margin: 0 0 0 auto;
}
#sec01 .ph-set {
	max-width: 1500px;
	width: 100%;
	margin: -50px auto 0;
	position: relative;
	z-index: 0;
}
#sec01 .ph-set .ph1 {
	width: 52%;
	margin-left: -5%;
}
#sec01 .ph-set .ph2 {
	width: 30%;
	position: absolute;
	top: 0;
	right: 20%;
}
#sec01 .ph-set .ph3 {
	width: 50%;
	margin: -15% -5% 0 auto;
}
@media screen and (max-width: 880px) {
	#sec01 .ttl {
        margin: -10% auto 60px;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 60px;
	}
	#sec01 .ttl {
        margin: -10% auto 30px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	width: 100%;
	margin: 0 auto 300px;
	position: relative;
}
#sec02 .ttl {
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto 100px;
}
.hover-panels {
  display: flex;
  width: 99%;
  height: 600px;
  margin: 0px auto;
  overflow: hidden;
  transition: all 0.4s ease;
}
.panel {
  position: relative;
  width: 50%;
  height: 100%;
  transition: width 0.5s ease;
	border: #fff 5px solid;
	
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 0;
	overflow: visible;
	border-radius: 30px;
}
.panel-inner {
  backdrop-filter: brightness(0.8);
  padding: 20px;
  text-align: center;
}
.hover-panels .panel p {
	width: 210px;
	height: 210px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}
.hover-panels .panel p a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.hover-panels .panel p a::before {
    content: "chevron_right";
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 1;
    position: absolute;
	bottom: 0;
    left: 50%;
	display: block;
    color: #fff;
	transform: translate(-50%, 0%);
	margin-bottom: -20px;
	background-color: #B85657;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-left: 5px;
	transition: .3s;
}
.hover-panels .panel p a:hover::before {
	background-color: #fff;
	color: #B85657;
}
.hover-panels .panel:nth-child(1) a {
	border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
.hover-panels .panel:nth-child(2) a {
	border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
.hover-panels .panel:nth-child(1) a:hover {
	border-radius: 50%;
}
.hover-panels .panel:nth-child(2) a:hover {
	border-radius: 50%;
}
.hover-panels .panel a span {
	display: block;
	text-align: center;
	color: #B85657;
	margin-bottom: 20px;
	font-size: 12px;
}
.hover-panels .panel a span > strong {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}
.panel-left {
  background: url("../images/top/plan-ph01.jpg") center/cover no-repeat;
}
.panel-right {
  background: url("../images/top/plan-ph02.jpg") center/cover no-repeat;
}
.hover-panels.left-hover .panel-left {
  width: 70%;
}
.hover-panels.left-hover .panel-right {
  width: 30%;
}
.hover-panels.right-hover .panel-left {
  width: 30%;
}
.hover-panels.right-hover .panel-right {
  width: 70%;
}

.hover-panels:not(.left-hover):not(.right-hover) .panel-left,
.hover-panels:not(.left-hover):not(.right-hover) .panel-right {
  width: 50%;
}
.hover-panels .panel p::before,
.hover-panels .panel p::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255,255,255,.5);
  opacity: 0;
  transform: scale(0.4);
  transition: opacity .4s, transform .4s;
	z-index: -1;
}
.hover-panels .panel:nth-child(1) p::before {
  border-radius: 30% 70% 70% 30% / 30% 63% 37% 70%;
}
.hover-panels .panel:nth-child(1) p::after {
  border-radius: 69% 31% 67% 33% / 53% 76% 24% 47%;
}
.hover-panels .panel:nth-child(2) p::before {
  border-radius: 30% 70% 70% 30% / 30% 63% 37% 70%;
}
.hover-panels .panel:nth-child(2) p::after {
  border-radius: 69% 31% 67% 33% / 53% 76% 24% 47%;
}
.hover-panels .panel:hover p::before,
.hover-panels .panel:hover p::after {
  opacity: 1;
  transform: scale(1);
	transition: .3s;
}
.hover-panels .panel:not(:hover) p::before,
.hover-panels .panel:not(:hover) p::after {
  opacity: 0;
  transform: scale(0.4);
}
.hover-panels .panel p:hover::before,
.hover-panels .panel p:hover::after {
	border-radius: 50% / 50%;
}

@media screen and (max-width: 880px) {
	#sec02 {
        margin: 0 auto 200px;
    }
	#sec02 .ttl {
        margin: 0 auto 60px;
    }
	.hover-panels {
        display: flex;
        height: 500px;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto 100px;
    }
	#sec02 .ttl {
        margin: 0 auto 30px;
    }
	.hover-panels {
        height: 300px;
    }
	.hover-panels .panel p {
        width: 120px;
        height: 120px;
    }
	.hover-panels .panel a span {
		font-size: 11px;
        margin-bottom: 10px;
    }
    .hover-panels .panel a span > strong {
        font-size: 26px;
    }
	.hover-panels .panel p a::before {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	width: 100%;
	margin: 0 auto 100px;
	position: relative;
}
.fluid3 {
	display: block;
    width: 90vh;
    height: 90vh;
    background:#F4E4E5;
    animation: fluidrotate3 30s ease 0s infinite;
	position: absolute;
	z-index: 0;
	right: -10%;
	top: -10%;
	opacity: .5;
}
@keyframes fluidrotate3 {  
    0%, 100% {
        border-radius: 70% 30% 60% 40% / 45% 60% 40% 55%;
    }
    14% {
        border-radius: 25% 75% 75% 25% / 75% 35% 65% 25%;
    }
    28% {
        border-radius: 85% 15% 30% 70% / 35% 80% 20% 65%;
    }
    42% {
        border-radius: 35% 65% 90% 10% / 90% 20% 80% 10%;
    }
    56% {
        border-radius: 95% 5% 45% 55% / 20% 95% 10% 90%;
    }
    70% {
        border-radius: 20% 80% 50% 50% / 55% 25% 75% 35%;
    }
    84% {
        border-radius: 75% 25% 15% 85% / 30% 90% 15% 85%;
    }
}
#sec03 .ttl {
	position: relative;
	z-index: 1;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto 100px;
}
#sec03 .block {
	width: 97%;
	height: 550px;
	margin: 0 auto 40px;
	background: url("../images/top/ph04.jpg") no-repeat center;
	background-size: cover;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sec03 .block ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
#sec03 .block li {
	text-align: center;
	background-color: #fff;
	width: 23.5%;
	border-radius: 10px;
	font-size: 1.1em;
	font-weight: 500;
	padding: 30px 10px;
	line-height: 1.6em;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sec03 .block li span {
	display: block;
	text-align: center;
	font-size: 9px;
	font-weight: 400;
	color: #B85657;
	margin-top: 5px;
}
#sec03 .btn-style01 {
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 880px) {
	#sec03 .ttl {
        margin: 0 auto 60px;
    }
	#sec03 .block ul {
		flex-wrap: wrap;
	}
	#sec03 .block li {
		width: 49%;
		margin: 1% 0;
	}
}
@media screen and (max-width: 680px) {
	#sec03 {
        margin: 0 auto 60px;
    }
	#sec03 .ttl {
        margin: 0 auto 30px;
    }
	#sec03 .block {
		height: 500px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#sec03 .block ul {
		width: 57%;
		margin: 0 auto;
		display: block;
	}
	#sec03 .block li {
		width: 100%;
		padding: 20px 0px 10px;
		margin: 10px 0;
	}
}
/* --------------------------------------------------- */
#sec04 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/*
#sec04 .block {
	background: url("../images/top/ttl-img04.png") no-repeat center top;
	background-size: 100%;
	background-color: #B85657;
	color: #fff;
	border-radius: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 97%;
	height: 430px;
	margin: 1.5% auto;
}
#sec04 .block .inner {
	max-width: 650px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec04 .block dl {
	width: 48%;
	text-align: center;
}
*/
#sec04 .block {
	background: url("../images/top/ttl-img04.png") no-repeat center top;
	max-width: 700px;
	background-size: 100%;
	background-color: #B85657;
	color: #fff;
	border-radius: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 97%;
	height: 200px;
	margin: 1.5% auto;
	position: relative;
}
#sec04 .block::before {
	content: "";
	border: rgba(255,255,255,.3) 6px solid;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 30px;
}
#sec04 .block .inner {
	max-width: 550px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#sec04 .block dl {
	width: 100%;
	display: table;
}
#sec04 .block dt,
#sec04 .block dd {
	display: table-cell;
	vertical-align: middle;
}
#sec04 .block dt {
	font-size: 1.1em;
	font-weight: 500;
	padding-top: 12px;
	
	display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
}
#sec04 .block dt .material-symbols-rounded {
	display: inline-block;
	font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
  font-size: 30px;
}
#sec04 .block dd {
	width: 260px;
	text-align: center;
}
#sec04 .block dd a {
	color: #fff;
}
#sec04 .block dd .tel {
	display: inline-block;
	font-size: 1.6em;
	pointer-events: none;
	line-height: 1.6em;
}
#sec04 .block dd .cap {
	display: block;
	text-align: center;
	font-size: 10px;
}
#sec04 .block dd .btn {
	display: block;
	text-align: center;
	border: #fff 1px solid;
	padding: 15px 0;
	border-radius: 50px;
}
#sec04 .block dd .btn:hover {
	background-color: #fff;
	color: #B85657;
}
#sec04 .ph {
	display: block;
	width: 100%;
	padding-top: 55%;
	background: url("../images/top/ph05.jpg") no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 880px) {
	/*
	#sec04 .block {
        height: 380px;
    }
	*/
}
@media screen and (max-width: 680px) {
	#sec04 .block {
        border-radius: 10px;
    }
	#sec04 .block::before {
        border-radius: 10px;
    }
	/*
	#sec04 .block {
        border-radius: 10px;
        height: auto;
		padding: 40px;
    }
    #sec04 .block .inner {
        display: block;
    }
    #sec04 .block dl {
		max-width: 300px;
        width: 100%;
		margin: 0 auto;
    }
	#sec04 .block dl:first-child {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: rgba(255,255,255,.5) 1px solid;
    }
	#sec04 .block dl:first-child dt {
		margin-bottom: 5px;
	}
	#sec04 .block dt {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
	#sec04 .block dd .tel {
        font-size: 2em;
        pointer-events: auto;
        line-height: 1.5em;
    }
	*/
	#sec04 .block dl,
    #sec04 .block dt,
    #sec04 .block dd {
        display: block;
    }
    #sec04 .block dt {
		text-align: center;
		margin-bottom: 10px;
	}
    #sec04 .block dt .material-symbols-rounded {
        display: block;
        font-size: 25px;
		text-align: center;
    }
	#sec04 .block dd {
		margin: 0 auto;
		max-width: 260px;
		width: 100%;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


