@charset "UTF-8";
body {
  overflow-x: hidden;
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
}

/* ページトップへ */
.pagetop {
  width: 50px;
  height: 50px;
  background-color: #006cbe;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: none;
  z-index: 4;
  border-radius: 50%;
}

.pagetop__arrow {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.pagetop__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: translate(-100%, -30%) rotate(-45deg);
}

.pagetop:hover {
  opacity: 0.7;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-property .c-inner {
  padding: 0 35px;
}
@media screen and (min-width: 1025px) {
  .l-property .c-inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
}
.l-property {
	background: #FBE2E3;
}
/* mainvisual */
.l-property__mainV {
	padding-top: clamp(43px, 7.03vw, 134px);
  background: url(../../assets/images/main_bg.svg) center top / 100% no-repeat;
  text-align: center;
}
.l-property__mainV h1 img {
	width: 80.8%;
	max-width: 872px;
}
@media screen and (min-width: 600px) {
	.l-property__mainV h1 img {
		width: 60%;
	}
}
@media screen and (min-width: 1025px) {
	.l-property__mainV h1 img {
		width: 45.416666%;
	}
}
/* sec01 */
.l-property__sec01 {
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .l-property__sec01 {
    padding-top: min(9.4vw, 94px);
    padding-bottom: min(6vw, 60px);
    background: url(../../assets/images/bg.svg) center top / 114.895833% no-repeat;
  }
}
.l-property__sec01 .--txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .l-property__sec01 .--txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--txt {
    font-size: 25px;
    line-height: 1.68;
  }
}
.l-property__sec01 .--txtM {
	color: #EC6D74;
  font-size: 19px;
  font-weight: 900;
}
@media screen and (min-width: 376px) {
  .l-property__sec01 .--txtM {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  .l-property__sec01 .--txtM {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--txtM {
    font-size: 50px;
  }
}
@media (max-width: 599px) {
	.l-property__sec01 .bg01_sp {
		position: relative;
	}
	.l-property__sec01 .bg01_sp::before {
		content: "";
		width: 100vw;
		height: 100%;
		background: url(../../assets/images/bg01_sp.svg) center top / 100% no-repeat;
		position: absolute;
		left: calc(50% - 50vw);
		top: 0;
	}
}
.l-property__sec01 .mt {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .mt {
    margin-top: 90px;
  }
}
.l-property__sec01 .--flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (min-width: 600px) {
  .l-property__sec01 .--flex {
    justify-content: space-between;
    flex-direction: row;
    gap: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--flex {
    margin-bottom: 40px;
  }
}
.l-property__sec01 .-ttl {
	width: clamp(111px, 18.3vw, 183px);
}
.l-property__sec01 .--flex .--right {
	flex-grow: 1;
}
.l-property__sec01 .--flex .--right .--txt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .l-property__sec01 .--flex .--right .--txt {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--flex .--right .--txt {
    font-size: 25px;
    line-height: 1.32;
  }
}
.l-property__sec01 .--flex .--right .--list {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-property__sec01 .--flex .--right .--list {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--flex .--right .--list {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .l-property__sec01 .--flex .--right .--list li {
    max-width: 240px;
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--flex .--right .--list li {
    max-width: 245px;
    width: 32%;
  }
}
.l-property__sec01 .--flex .--right .--list li a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #EC6D74;
  padding: 18px 15px;
  border-radius: 17px;
  font-size: 16px;
  color: #EC6D74;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--flex .--right .--list li a {
    padding: 26px 14px;
    border-radius: 13px;
  }
  .l-property__sec01 .--flex .--right .--list li a:hover {
    opacity: 0.7;
  }
}
.l-property__sec01 .--flex .--right .--list li a.arrow::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #EC6D74;
  border-radius: 50%;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--flex .--right .--list li a.arrow::before {
    width: 30px;
    height: 30px;
    right: 11px;
  }
}
.l-property__sec01 .--flex .--right .--list li a.arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .l-property__sec01 .--flex .--right .--list li a.arrow::after {
    width: 7px;
    height: 7px;
    right: 24px;
  }
}
.l-property__sec01 .-jyoken {
	margin-top: 28px;
}
.l-property__sec01 .-jyoken .-ttl {
	margin-bottom: 13px;
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-jyoken .-ttl {
		margin-bottom: 30px;
	}
}
.l-property__sec01 .-jyoken img {
	width: 100%;
	max-width: 600px;
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-jyoken img {
		max-width: 1000px;
	}
}
.l-property__sec01 .-present {
	display: block;
	padding: 30px 0;
	text-align: center;
	position: relative;
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-present {
		padding: 88px 0 40px;
	}
}
.l-property__sec01 .-present img {
	width: 85.333333%;
	max-width: 600px;
	margin-inline: auto;
	position: relative;
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-present img {
		max-width: 1078px;
	}
}
@media (max-width: 599px) {
	.l-property__sec01 .-present::before {
		content: "";
		width: 100vw;
		height: 100%;
		background: url(../../assets/images/bg02_sp.svg) center top / 100% no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}
}
.l-property__sec01 .-ex {
	margin-bottom: clamp(20px, 3vw, 30px);
}
.l-property__sec01 .-ex p {
	max-width: 875px;
	font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
	.l-property__sec01 .-ex p {
		font-size: 20px;
	}
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-ex p {
		font-size: 25px;
		line-height: 1.8;
	}
}
.l-property__sec01 .-ex p img {
	width: 82px;
}
@media screen and (min-width: 600px) {
	.l-property__sec01 .-ex p img {
		width: 120px;
	}
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-ex p img {
		width: 190px;
	}
}
@media (max-width: 599px) {
	.l-property__sec01 .-schedule {
		padding-top: 5px;
		padding-bottom: 20px;
		position: relative;
	}
	.l-property__sec01 .-schedule::before {
		content: "";
		width: 100vw;
		height: 100%;
		background: url(../../assets/images/bg03_sp.svg) center top / 100% no-repeat;
		position: absolute;
		left: calc(50% - 50vw);
		top: 0;
	}
	.l-property__sec01 .-schedule::after {
		content: "";
		width: 100vw;
		height: 100%;
		background: url(../../assets/images/bg04_sp.svg) center bottom / 100% no-repeat;
		position: absolute;
		left: calc(50% - 50vw);
		bottom: 0;
	}
}
.l-property__sec01 .-table {
	width: 100%;
	table-layout: fixed;
	position: relative;
}
.l-property__sec01 .-table caption {
	align-items: center;
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-table caption {
		margin-bottom: 12px;
		font-size: 26px;
	}
}
.l-property__sec01 .-table caption::before {
	content: "■";
	color: #EC6D74;
	font-size: 22px;
	margin-right: 5px;
	position: relative;
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-table caption::before {
		font-size: 28px;
	}
}
.l-property__sec01 .-table th {
	padding: 5px;
	background: #FBC92C;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
@media screen and (min-width: 600px) {
	.l-property__sec01 .-table th {
		font-size: 18px;
	}
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-table th {
		padding: 13px;
		font-size: 24px;
		font-weight: 700;
	}
}
.l-property__sec01 .-table th + th,
.l-property__sec01 .-table td + td {
	border-left: 1px solid #231815;
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-table th + th,
	.l-property__sec01 .-table td + td {
		border-left-width: 2px;
	}
}
.l-property__sec01 .-table td {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #231815;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
@media screen and (min-width: 600px) {
	.l-property__sec01 .-table td {
		font-size: 18px;
	}
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-table td {
		padding: 11px;
		border-bottom-width: 2px;
		font-size: 24px;
	}
}
.l-property__sec01 .-table tr:last-child td {
	border-bottom: 0;
}
.l-property__sec01 .-att {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.7;
}
@media screen and (min-width: 1025px) {
	.l-property__sec01 .-att {
		margin-top: 27px;
		font-size: 16px;
	}
}
/* startRokin */
.l-property__startRokin {
  background-color: #004092;
  padding: 10px 0 15px;
}
@media screen and (min-width: 1025px) {
  .l-property__startRokin {
    padding: 55px 0 60px;
  }
}
.l-property__startRokin p {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.9;
}
@media screen and (min-width: 376px) {
  .l-property__startRokin p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .l-property__startRokin p {
    font-size: 32px;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 20px;
  }
}
.l-property__startRokin .-bgWhite {
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 1025px) {
  .l-property__startRokin .-bgWhite {
    border-radius: 10px;
  }
}
.l-property__startRokin .-bgWhite a {
  padding: 4px 9px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .l-property__startRokin .-bgWhite a {
    padding: 12px 20px;
  }
  .l-property__startRokin .-bgWhite a:hover {
    opacity: 0.7;
  }
}
.l-property__sec02 {
  background-color: #fff;
  padding: 55px 25px;
}
@media screen and (min-width: 1025px) {
  .l-property__sec02 {
    padding: 100px 0;
  }
}
.l-property__sec02 .bg__gray {
  background-color: #F2F2F2;
  border: 1px solid #C1C1C1;
  padding: 22px 17px;
  height: 500px;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .l-property__sec02 .bg__gray {
    max-width: 1090px;
    margin: 0 auto;
    padding: 45px;
    height: 370px;
  }
}
.l-property__sec02 .bg__gray p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (min-width: 1025px) {
  .l-property__sec02 .bg__gray p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
  }
}

/* # =================================================================
 * # ヘッダー
 * # ================================================================= */
.l-header {
  width: 100vw;
}
.l-header .--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 77px;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .l-header .--flex {
    padding: 10px 25px 10px 10px;
  }
}
.l-header .--flex .--item:first-of-type {
  max-width: 200px;
}
.l-header .--flex .--item:nth-of-type(2) {
  max-width: 590px;
}

@media screen and (max-width: 1024px) {
  .l-header .--flex .--item:first-of-type {
    max-width: 200px;
  }
  .l-header .--flex .--item:nth-of-type(2) {
    max-width: 550px;
  }
  .w300 {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .l-header .--flex {
    height: 60px;
  }
  .l-header .w300 {
    max-width: 200px;
  }
  .l-header h1 {
    max-width: 140px;
  }
}
/* # =================================================================
 * # フッター
 * # ================================================================= */
.l-footer .line {
  border-top: 1px solid #707070;
  padding: 20px 20px;
  text-align: center;
}
.l-footer .line img {
  max-width: 148px;
  width: 100%;
}

/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}
@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .tabNone {
    display: none;
  }
}

.tabBlock {
  display: none;
}
@media screen and (min-width: 600px) {
  .tabBlock {
    display: block;
  }
}
/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* !Txt ------------------------------------------------------------------ */
.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.fwB {
  font-weight: 700;
}
