/*/////////////////////////////////////////////////////
/////////////////////////TOP////////////////////////
/////////////////////////////////////////////////////*/
/*.container_first {
    background-color: rgba(255,255,255,1.00); 
	
}
.top{
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.top_text_box{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.top_main2 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.top_main2 img {
  width: auto;
  height: 700px;
}
@media screen and (max-width: 1024px) {
  .top_bg {
    width: 100%;
    height: auto;
    margin-top: -30px;
  }
  .top_main2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .top_main2 img {
    width: 100%;
    height: auto;
  }
}
.logo2_box {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}
.logo2_box img {
  width: 100%;
}*/
.container_first {
  /* background-image: url(../images/main/bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  width: 100%;
  height: 1000px;*/
}
.container_first .titile_box {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.main_pepole_box {
  padding-top: 62px;
  text-align: center;
}
.main_pepole_box .pepole_box_l {
  width: 35%;
  float: left;
}
.main_pepole_box h1 {
  text-shadow: 0px 1px 5px hsla(0, 0%, 100%, 0.72);
  padding: 0;
  font-size: 2.5em;
  font-weight: 800;
  background-image: -webkit-linear-gradient(0deg, rgba(250, 213, 118, 1.00) 0%, rgba(141, 110, 53, 1.00) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(250, 213, 118, 1.00) 0%, rgba(141, 110, 53, 1.00) 100%);
  background-image: -o-linear-gradient(0deg, rgba(250, 213, 118, 1.00) 0%, rgba(141, 110, 53, 1.00) 100%);
  background-image: linear-gradient(90deg, rgba(250, 213, 118, 1.00) 0%, rgba(141, 110, 53, 1.00) 100%);
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}
.main_pepole_box .pepole_box_l h2 {
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 50px;
  margin-bottom: 0;
  color: #000000;
  font-size: 3em;
}
.main_pepole_box .pepole_box_l h3 {
  color: #F0F0F0;
  font-size: 1em;
  margin-top: 10px;
}
.main_pepole_box .pepole_box_l p {
  margin-top: 50px;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 20px;
  text-align: left;
}
.main_pepole_box .pepole_box_r {
  width: 65%;
  float: right;
  margin-top: 100px;
}
.main_pepole_box .pepole_box_r img {
    width: 90%;
   
}
.moving_animation {
  animation: moving_object 15s infinite linear;
  width: 80%;
  margin-top: 30px;
}
a.btn--red.btn--cubic {
  background-color: #FF8D0A;
  border-bottom: 5px solid #FF5300;
  color: #FEFEFE;
  margin-top: 150px;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2em;
  font-weight: bold;
  margin-left: 300px;
  transition: margin-top 1s, border-bottom 1s; /* Added transition property */
}
b {
  background-color: #FF5300;
}
a.btn--red.btn--cubic:hover {
  margin-top: 1px;
  border-bottom: 2px solid #FF5300;
  transition: margin-top 1s, border-bottom 1s; /* Added transition property */
}
a.btn--radius {
  border-radius: 100vh;
}
.big_num {
  animation: shine 2s infinite;
  position: relative;
  background-image: linear-gradient(70deg, rgba(239, 203, 89, 1.00) 45%, #fff 50%, rgba(239, 203, 89, 1.00) 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 1.5em;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width:1024px) {
  .container_first {
    width: 100%;
    height: auto;
  }
  .main_pepole_box .pepole_box_l {
    width: 100%;
    padding-top: 50px;
  }
  .main_pepole_box .pepole_box_l h1 {
    font-size: 3em;
  }
  .main_pepole_box .pepole_box_l h2 {
    margin-top: 20px;
    font-size: 2em;
  }
  .meda_box h3 {
    display: none;
  }
  .meda_box {
    width: 60%;
    font-size: 0.5em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
  }
  .main_pepole_box .pepole_box_l p {
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .main_pepole_box .pepole_box_r {
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
  }
  a.btn--red.btn--cubic {
    background-color: #FF8D0A;
    border-bottom: 5px solid #FF5300;
    color: #FEFEFE;
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
    margin-left: 120px;
    position: relative;
    top: -110px;
  }
}
/*/////////////////////////////////////////////////////
/////////////////////////block1////////////////////////
/////////////////////////////////////////////////////*/
.container_01 {
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 0;
  background-color: #FE98CC;
}
.container_01 .top {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 90px;
}
.container_01 .top img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:1024px) {
  .container_01 {
    width: 100%;
    background-image: url(../images/main/top_pc_bg.png), -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(226, 226, 226, 1.00) 100%);
    background-image: url(../images/main/top_pc_bg.png), -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(226, 226, 226, 1.00) 100%);
    background-image: url(../images/main/top_pc_bg.png), -o-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(226, 226, 226, 1.00) 100%);
    background-image: url(../images/main/top_pc_bg.png), linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0.00%, rgba(226, 226, 226, 1.00) 100%);
    background-size: 100% 0%;
    padding-top: 5px;
    margin-top: -35px;
  }
  .container_01 .top {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 14px;
  }
}
/*.container_01{
    background-color: rgba(255,255,255,1.00);
}
.container_01 .top{
    width: 100%;	
}
@media screen and (max-width:1024px) {
  .container_01 {
    background-size: auto 100%;
  }
  .h3_img {
    display: flex; 
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    width: 100%;
  }
  .h3_img img {
    padding-top: 10px;
  }
  .h3_img h4 {
    font-size: 2em;
    padding-top: 15px;
  }
  .container_01 .container {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
  .container_01 .titile_box h3 {
    font-size: 1.5em;
  }
  .container_01 .titile_box h2 {
    font-size: 2em;
  }
  .container_01 .main_box p {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: rgba(86, 86, 86, 1.00);
    padding-left: 15px;
    padding-right: 15px;
  }
  .container_01 .main_box {
    text-align: left;
  }
}*/
/*/////////////////////////////////////////////////////
/////////////////////////block2////////////////////////
/////////////////////////////////////////////////////*/
.p {
  color: transparent;
  background: repeating-linear-gradient(90deg, #EA006B 0, #B80054 100%);
  -webkit-background-clip: text;
}
.realestate_01 .txl {
  font-size: 1em;
  padding-top: 33px;
  color: rgba(255, 255, 255, 1.00);
}
.realestate_01 {
  background-image: url(../images/main/bg02.png);
  background-size: 100%;
  text-align: center;
  padding-bottom: 50px;
}
.relestate_01 .container {
  width: 70% !important;
}
.realestate_01 h4 {
  font-size: 3em;
  font-weight: 700;
  color: rgba(255, 255, 255, 1.00);
  padding-bottom: 50px;
  padding-top: 50px;
}
.joy_box {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 150px;
}
.realestate_01 .j_r {
  color: rgba(255, 255, 255, 1.00);
  width: 100%;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.realestate_01 .realestate_title h2 {
  font-size: 1.5em;
}
.realestate_01 p {
  font-size: 0.5em !important;
  margin-top: 20px;
}
.em_box {
  width: 100%;
  border-width: 10px; /* 枠の太さを指定 */
  border-style: solid; /* 枠のスタイルを指定 */
  margin-bottom: 46px;
  background-color: rgba(0, 0, 0, 0.77);
  padding-left: 20px;
  padding-right: 20px;
  border-color: #F90080;
  padding-top: 100px;
  padding-bottom: 100px;
}
.em_l {
  width: 20%;
  float: left;
  margin-top: -80px;
}
.em_l img {
  width: 100%;
}
.em_r {
  float: right;
  width: 80%;
  margin-top: -90px;
  padding-left: 30px;
  padding-right: 30px;
}
.em_r h2 {
  padding-top: 20px;
  font-size: 2em !important;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  color: rgba(221, 221, 221, 1.00);
}
.em_r p {
  padding-top: 20px;
  font-size: 1.2em !important;
  text-align: left;
  color: hsla(0, 0%, 100%, 1.00);
}
@media screen and (max-width:1024px) {
  .realestate_01 {
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
  }
  .realestate_01 .j_r {
    width: 90%;
    line-height: 1.4em;
    margin-bottom: -150px;
    color: #474747;
  }
  .em_l {
    width: 30%;
    padding-top: 40px;
  }
  .em_r {
    width: 70%;
    padding-left: 10px;
    padding-right: 0px;
  }
  .em_r p {
    padding: 0;
  }
  .realestate_01 h4 {
    font-size: 2em;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .realestate_01 h2 {
    font-size: 1.5em !important;
  }
  .realestate_01 .em_box p {
    font-size: 1em !important;
  }
}
/*/////////////////////////////////////////////////////
/////////////////////////料金表////////////////////////
/////////////////////////////////////////////////////*/
/*.realestate_02 {
  background-color: #000000;
  background-image: url(../images/main/bg04.jpg);
  background-size: 100% auto;
  text-align: center;
}
.realestate_02 h2 {
  font-size: 3em;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  margin-top: 50px;
}

.price_table{
	width: 95%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.price_table table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.realestate_02 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9em;
  min-height: 4em;
  color: #fff;
  border-radius: 2em 2em 0 0;
  background-color: #FF009B;
  font-size: 1.7em;
}
.realestate_02 h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 10.2em;
  min-height: 5em;
  font-weight: 700;
  background: #d1d2d2;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
  padding-right: 10px;
}
.realestate_02 .big_txt {
  width: 10.2em;
  min-height: 5em;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #fff;
  margin-top: -17px;
  color: #FF009B;
  font-size: 1.5em;
  padding-top: 25px;
}
.realestate_02 p {
  color: #FF009B;
  font-size: 0.6em;
}
.realestate_02 .txt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #fff;
  width: 10.2em;
  min-height: 5em;
  font-size: 1.5em;
  margin-top: -17px;
  line-height: 1.4em
}
h5 {
  color: #ED007C;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width:1024px) {
  table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .realestate_02 h2 {
    font-size: 2em;
    margin-top: 30px;
  }
  .price_table {
    width: 90%; 
    margin-top: 30px; 
    margin-bottom: 30px;
    margin-left: 15px;
  }
  .realestate_02 h3 {
    width: 12em;
    height: 4em;
    margin-top: 0;
    font-size: 0.4em;
  }
  .realestate_02 h4 {
    width: 12em;
    height: 4em;
    margin-top: -9px;
    font-size: 0.4em;
    padding-top: 6px;
    justify-content: center;
    padding-bottom: 6px;
    text-align: left;
    padding-left: 0px;
  }
  .realestate_02 .big_txt p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -1px;
  }
  .realestate_02 .big_txt {
    width: 12em; 
    height: 4em; 
    margin-top: -17px; 
    font-size: 0.4em; 
    padding-top: 6px;
    padding-bottom: 6px; 
  }
  .realestate_02 .txt2 {
    width: 12em;
    height: 4em;
    margin-top: -17px;
    font-size: 0.5em;
    font-size: 0.4em;
    padding-top: 3px;
    padding-bottom: 4px;
    line-height: 1.4em
  }
  h5 {
    font-size: 1em;
  }
}*/
/*/////////////////////////////////////////////////////
/////////////////////////料金表2////////////////////////
/////////////////////////////////////////////////////*/
.container_02 {
  background-color: #000000;
  background-image: url(../images/main/bg04.jpg);
  background-size: 100% auto;
  text-align: center;
  padding-bottom: 200px;
  padding-top: 50px;
}
.container_02 .title_box {
  text-align: center;
  color: hsla(0, 0%, 100%, 1.00);
  font-size: 3em;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 50px;
}
.container_02 h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	/*  width: 9em;*/
	min-height: 4em;
	color: #fff;
	border-radius: 1em 1em 0 0;
	background-color: #FF009B;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
}
.container_02 h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 5em;
  font-weight: 700;
  background: #d1d2d2;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
  padding-right: 10px;
}
.container_02 .big_txt {
  min-height: 5em;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #fff;
  margin-top: -17px;
  color: #FF009B;
  font-size: 1.5em;
  padding-top: 25px;
}
.container_02 th{
	width: 20%;
}
.container_02 table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.container_02 p {
  color: #FF009B;
  font-size: 0.6em;
}
.container_02 .txt2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #fff;
  min-height: 5em;
  font-size: 1.5em;
  margin-top: -17px;
  line-height: 1.4em;
}
.container_02 table thead tr {
  background-color: #FF009B;
  border-radius: 2em 2em 0 0;
  color: #fff;
}
.container_02table tbody th {
  background-color: #E590D0;
  color: #fff;
}
.container_02 .txt {
  text-align: center;
  font-size: 1.6em;
  color: hsla(313, 100%, 50%, 1.00);
  font-weight: bold;
  background-color: hsla(317, 100%, 83%, 1.00);
}
.container_02 .price {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
}
.container_02 .non {
  background: #fff
}
.container_02 p {
  font-size: 0.6em;
}
.container_02 .non_pc_box {
  display: none;
}
.container_02 .non_sp_box {
  display: block;
}

h5 {
  color: #ED007C;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .container_02 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .container_02 .non_sp_box {
    display: none;
  }
  .container_02 .title_box {
    font-size: 2em;
    padding-bottom: 25px;
    padding-top: 10px;
  }
	.container_02 th{
	width: 100%;
	margin-top: -10px;
}
  .container_02 table {
    border: 0;
    width: 100%
  }
  .container_02 table th {
	background-color: #D0087C;
	display: block;
	border-right: none;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .container_02 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .container_02 table tr {
    display: block;
    margin-bottom: 2em;
	
	  
  }
  .container_02 table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
    background-color: hsla(317, 100%, 83%, 1.00);
  }
  .container_02 table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: hsla(331, 100%, 50%, 1.00);
  }
  .container_02 table td:last-child {
    border-bottom: 0;
  }
  .container_02 table tbody th {
    color: #fff;
  }
  .container_02 .non_pc_box {
    display: block;
  }
	
	h5{
    margin-top: -68px;
    padding-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
	}
}
/*/////////////////////////////////////////////////////
/////////////////////////block3////////////////////////
/////////////////////////////////////////////////////*/
.container_03 {
  background-color: #000000;
  background-size: 100% auto;
  background-repeat: repeat-y;
  object-fit: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/main/bg05.png);
}
.container_03 table {
  font-size: 2.5em;
  color: rgba(53, 53, 53, 1.00);
}
.container_03 table, .container_03 th, .container_03 td {
  border: 1px solid #333;
}
.container_03 h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: -0.09em;
  margin-top: 30px;
  color: #181818;
  padding-bottom: 30px;
}
.container_03 h3 {
  font-size: 1em;
  font-weight: 700;
  line-height: -0.09em;
  margin-top: 30px;
  color: rgba(255, 0, 4, 1.00);
  padding-bottom: 30px;
}
.container_03 span {
  font-style: italic;
  font-size: 1.5em;
}
.point_box_pc {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.point_box_pc img {
  width: 100%;
}
.one_box, .two_box, .three_box {
  display: none;
}
@media screen and (max-width:1024px) {
  .container_03 {
    padding-top: 160px;
    padding-bottom: 10px;
  }
  .point_box_pc {
    display: none;
  }
  .container_03 h2 {
    font-size: 2em;
    font-weight: 700;
    margin-top: -10px;
  }
  .container_03 table {
    font-size: 1em;
  }
  .co .main_box {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .one_box {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .one_box img {
    display: block;
    width: 100%;
  }
  .two_box {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .two_box img {
    display: block;
    width: 100%;
  }
  .two_box {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .two_box img {
    display: block;
    width: 100%;
  }
  .three_box {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .three_box img {
    display: block;
    width: 100%;
  }
}
/*/////////////////////////////////////////////////////
/////////////////////////block4////////////////////////
/////////////////////////////////////////////////////*/
.realestate_04 {
  background-color: #000000;
  background-size: 100% auto;
  background-repeat: repeat-y;
  object-fit: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.realestate_04 h2 {
  color: rgba(255, 255, 255, 1.00);
  font-weight: 700;
  font-size: 2.5em;
}
.realestate_04 p {
  color: rgba(255, 255, 255, 1.00);
  font-weight: 700;
  font-size: 1em;
  padding-bottom: 50px;
}
.realestate_04 img {
  width: 40%;
}
.price_box {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.price_box img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.price_box h3 {
  font-size: 5em;
  color: rgba(189, 189, 189, 1.00);
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width:1024px) {
  .price_box img {
    width: 100%;
  }
  .price_box {
    display: block;
  }
  .price_box h3 {
    font-size: 5em;
    color: rgba(189, 189, 189, 1.00);
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/*/////////////////////////////////////////////////////
/////////////////////////block5////////////////////////
/////////////////////////////////////////////////////*/
.container_05 {
  background-color: rgba(219, 217, 217, 1.00);
  background-size: 100% auto;
  background-repeat: repeat-y;
  object-fit: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.container_05 h2 {
  font-weight: 700;
  font-size: 2.5em;
  color: rgba(0, 0, 0, 1.00);
  margin-bottom: 50px;
}
.container_05 p {
  font-size: 0.5em;
  color: rgba(125, 125, 125, 1.00);
  padding-bottom: 30px;
  text-align: center;
}
.jj_box {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.jj_box h3 {
  background-image: -webkit-linear-gradient(10deg, rgba(208, 0, 99, 1.00) 0%, rgba(147, 0, 168, 1.00) 100%);
  background-image: -moz-linear-gradient(10deg, rgba(208, 0, 99, 1.00) 0%, rgba(147, 0, 168, 1.00) 100%);
  background-image: -o-linear-gradient(10deg, rgba(208, 0, 99, 1.00) 0%, rgba(147, 0, 168, 1.00) 100%);
  background-image: linear-gradient(80deg, rgba(208, 0, 99, 1.00) 0%, rgba(147, 0, 168, 1.00) 100%);
  color: rgba(255, 255, 255, 1.00);
  font-size: 2em;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 70%;
}
.j_r {
  float: right;
  width: 50%;
}
.j_r img {
  width: 100%;
}
.j_ll {
  float: left;
  width: 50%;
  background-color: rgba(0, 0, 0, 1.00);
  margin-top: 50px;
}
.j_ll img {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.zi_box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.zi_box img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .container_05 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container_05 h2 {
    padding-bottom: 40px;
  }
  .jj_box h3 {
    width: 100%;
  }
  .j_ll p {
    width: 100%;
    padding-bottom: 50px;
  }
  .jj_box {
    width: 100%;
  }
  .j_r {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .j_r img {
    width: 100%;
  }
  .j_ll {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    margin-top: 0px;
  }
  .zi_box {
    width: 100%;
  }
  .zi_box img {
    width: 100%;
  }
}
.btn_end {
  margin-right: 70px;
  margin-left: -30px;
}
.non_pc {
  display: none;
}
.container_05 .main_box {}
@media screen and (max-width:1024px) {
  .non_pc {
    display: block;
    margin-top: 30px;
  }
  .non_sp {
    display: none;
  }
  .container_05 {
    background-size: auto 100%;
  }
  .container_05 .container {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
  .container_05 .titile_box {}
  .container_05 .titile_box h3 {
    font-size: 0.9em;
  }
  .container_05 .titile_box h2 {}
  .container_05 .titile_box p {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 1.2em;
    letter-spacing: -0.04em;
  }
  .container_05 .main_box {
    text-align: left;
  }
  .bigbigbig {
    color: rgba(146, 116, 23, 1.00);
    font-size: 2.3em;
    font-weight: 100;
  }
}
/*/////////////////////////////////////////////////////
/////////////////////////block6////////////////////////
/////////////////////////////////////////////////////*/
.realestate_06 {
  background-color: rgba(255, 255, 255, 1.00);
  background-size: 100% auto;
  background-repeat: repeat-y;
  object-fit: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 800px;
}
.realestate_06 h2 {
  color: #000000;
  text-align: left;
  font-size: 3em;
}
.comp {
  width: 100%;
  padding-top: 50px;
}
.gbi {
  width: 30%;
  float: left;
  padding-top: 40px;
}
.gbi img {
  width: 100%;
}
.gbi_2 {
  width: 70%;
  float: right;
  text-align: left;
  line-height: 5em;
  padding-left: 100px;
}
.gbi_2 p {
  text-align: left;
  line-height: 1.4em;
  padding-left: 70px;
  margin-top: -20px;
}
@media screen and (max-width:1024px) {
  .realestate_06 {
    padding-top: 50px;
    height: 430px;
  }
  .realestate_06 h2 {
    font-size: 2em;
  }
  .gbi_2 {
    line-height: 2em;
    padding-left: 27px;
    font-size: 0.8em;
  }
  .gbi {
    width: 20%;
  }
  .gbi_2 {
    width: 80%;
  }
  .gbi_2 p {
    padding-top: 30px;
  }
}
/*/////////////////////////////////////////////////////
/////////////////////////block7////////////////////////
/////////////////////////////////////////////////////*/
.container_07 {
  background-color: rgba(255, 255, 255, 1.00);
  background-size: 100% auto;
  background-repeat: repeat-y;
  object-fit: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 1200px;
}
.container_07 h2 {
  color: #000000;
  font-size: 3em;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 50px;
}
.container_07 h3 {
  color: #000000;
  font-size: 3em;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 50px;
}
.container_07 h4 {
  background-color: hsla(0, 0%, 87%, 0.76);
  padding-top: 20px;
  padding-bottom: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.container_07 .gg {
  font-size: 2em;
  font-weight: 700;
  color: #ED007C;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 5px;
}
.container_07 p {
  font-size: 1.5em;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.container_07 span {
  color: rgba(255, 0, 4, 1.00);
}
.container_07 .hikaku_box {
  width: 100%;
}
.container_07 .h_l {
  width: calc(50% - 40px);
  float: left;
  background-color: rgba(254, 209, 255, 1.00);
  margin-left: 30px;
  padding-bottom: 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.container_07 .h_r {
  width: calc(50% - 40px);
  float: right;
  background-color: rgba(209, 233, 255, 1.00);
  margin-right: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:1024px) {
  .container_07 h2 {
    font-size: 2em;
    font-weight: 700;
    margin-top: -50px;
  }
  .container_07 {
    padding-top: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  .container_07 .h_l {
    width: calc(100% - 0px);
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  }
  .container_07 h3 {
    font-size: 2em;
  }
  .container_07 h4 {
    font-size: 1em;
    background-color: rgba(145, 145, 145, 0.67);
  }
  .container_07 .gg {
    font-size: 1.8em;
  }
  .container_07 p {
    font-size: 1em;
  }
  .container_07 .h_r {
    width: calc(100% - 0px);
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
  }
  .realestate_06 h2 {
    font-size: 2em;
  }
  .gbi_2 {
    line-height: 2em;
    padding-left: 27px;
    font-size: 0.8em;
  }
  .gbi {
    width: 20%;
  }
  .gbi_2 {
    width: 80%;
  }
  .gbi_2 p {
    padding-top: 30px;
  }
}
.btn_end {
  margin-top: 100px;
}
.c {
  float: none;
}
/*etc*/
.non_sp {
  display: block;
}
.non_pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .non_sp {
    display: none;
  }
  .non_pc {
    display: block;
  }
}
.gold {
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*TOPアニメーション文字*/
.top_text_box {
  display: inline-block;
  position: absolute;
  top: 157px;
  left: 22%;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 500px;
}
.top_text_box .text {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  font-weight: 100;
  color: hsla(0, 0%, 28%, 1.00);
  font-size: 0.9em;
}
.top_text_box .text span {
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
  font-size: 0.7em;
  color: hsla(0, 0%, 45%, 1.00);
}
.top_text_box .text .sub {
  color: hsla(179, 55%, 30%, 1.00);
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .top_text_box {
    display: inline-block;
    position: absolute;
    top: 200px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top_text_box .text {
    text-align: center;
  }
  .top_text_box .text {
    font-size: 0.6em;
  }
}
.top_text_box .is-act .text span {
  opacity: 1;
}
.top_text_box .text span:nth-child(1) {
  animation-delay: 0.5s;
}
.top_text_box .text span:nth-child(2) {
  animation-delay: 0.7s;
}
.top_text_box .text span:nth-child(3) {
  animation-delay: 0.9s;
}
.top_text_box .text strong {
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.7s 0s ease both, blur 2s 0s ease both;
  font-size: 200%;
  animation-delay: 1.5s;
}
.top_text_box .text span:nth-child(4) {
  animation-delay: 2.1s;
}
.top_text_box .text span:nth-child(5) {
  animation-delay: 2.3s;
}
.top_text_box .text span:nth-child(6) {
  animation-delay: 2.5s;
}
.top_text_box .text span:nth-child(7) {
  animation-delay: 2.7s;
}
.top_text_box .text span:nth-child(8) {
  animation-delay: 2.9s;
}
.top_text_box .text span:nth-child(9) {
  animation-delay: 3.1s;
}
.top_text_box .text span:nth-child(10) {
  animation-delay: 3.3s;
}
.top_text_box .text span:nth-child(11) {
  animation-delay: 3.5s;
}
.top_text_box .is-act .text span {
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
}
.top_text_box .is-act .text span {
  opacity: 1;
}
.top_text_box .is-act .text span:nth-child(1) {
  animation-delay: 0.5s;
}
.top_text_box .is-act .text span:nth-child(2) {
  animation-delay: 0.7s;
}
.top_text_box .is-act .text span:nth-child(3) {
  animation-delay: 0.9s;
}
.top_text_box .is-act .text strong {
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.7s 0s ease both, letter-blur 2s 0s ease both;
  font-size: 200%;
  animation-delay: 1.5s;
}
.top_text_box .is-act .text span:nth-child(4) {
  animation-delay: 2.1s;
}
.top_text_box .is-act .text span:nth-child(5) {
  animation-delay: 2.3s;
}
.top_text_box .is-act .text span:nth-child(6) {
  animation-delay: 2.5s;
}
.top_text_box .is-act .text span:nth-child(7) {
  animation-delay: 2.7s;
}
.top_text_box .is-act .text span:nth-child(8) {
  animation-delay: 2.9s;
}
.top_text_box .is-act .text span:nth-child(9) {
  animation-delay: 3.1s;
}
.top_text_box .is-act .text span:nth-child(10) {
  animation-delay: 3.3s;
}
.top_text_box .is-act .text span:nth-child(11) {
  animation-delay: 3.5s;
}
@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
  }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.0);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/**/
.form_box_main_box {
  padding-bottom: 500px;
  margin-bottom: 65px;
}
.bot_menu {
  width: 100%;
  background-color: hsla(0, 0%, 80%, 0.50);
  position: fixed;
  bottom: 0;
  z-index: 999;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bot_menu a {
  color: hsla(0, 0%, 100%, 1.00);
  background-color: hsla(37, 100%, 50%, 1.00);
  border-radius: 8px;
  padding-top: 11px;
  padding-right: 41px;
  padding-bottom: 11px;
  padding-left: 41px;
}
.bot_menu img {
  width: 1.5%;
}
@media screen and (max-width: 1024px) {
  .bot_menu img {
    width: 8%;
  }
  .bot_menu {}
}

