@charset "UTF-8";
/* CSS Document */
.read-more-004 {
    position: relative;
}

.read-more-004 p {
    display: -webkit-box;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 開く前に見せたい行数を指定 */
}

.read-more-004:has(:checked) p {
    display: block;
}

.read-more-004 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more-004:has(:checked) p::after {
    content: none;
}

.read-more-004 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .4em 1.2em;
    border-radius: 1px;
    background-color: #2589d0;
    color: #fff;
    font-size: .7em;
}

.read-more-004 label:hover {
    border:1px solid #2589d0;
    background-color: #fff;
    color: #2589d0;
    cursor: pointer;
}

.read-more-004:has(:checked) label {
    display: none;
}

.read-more-004 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more-004 label:hover::after{
    background-color: #2589d0;
}

.read-more-004 input {
    display: none;
}
/*top*/
.nw_contact {
  background-color: #f6ed55;
}
/*背景*/
.nw_contact {
  background-image: url("../img/bc_ye.png");
  background-repeat: repeat;
}
.gr_item {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
}
/*新着*/
.news_key img {
  width: 50%;
}
.gr_p, .gr_bold {
  text-align: left;
}
.gr_bold {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 3px;
  color: #464646;
}
.gr_p_text {
  color: #464646;
	padding-bottom: 10px;
}
p.gr_p_text {
    text-align: left;
}
.gr_p {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #80BDAF;
}

/*button*/
.nav-links {
  padding: 2em;
  display: flex;
  justify-content: center;
  background: #f3f3f3;
}
.nav-links a, .page-numbers {
  width: 50px;
  height: 50px;
  margin: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #464646;
  transition: .3s;
}
.nav-links a:hover {
  background: gold;
  border-radius: 100%;
  transform: rotate(360deg);
}
.current {
  background: gold;
  border-radius: 100%;
}
.dots {
  background: none;
}
/*コンテナ*/
.gr_conA {
  display: flex;
  align-items: center;
  height: 30vh;
  min-height: 450px;
  background-image: url("../img/gr_pc.avif");
  background-position: center;
  background-size: cover;
  text-align: center;
}
.gr_container h1 {
  color: #ffffff;
  font-size: 12vw;
  padding-left: 1.5rem;
}
.gr_wrap {
  padding-bottom: 2rem;
}
/*-------item---------*/
.gr_ore a {
  background-color: #0092db;
  padding: 10px 40px 10px 40px;
  border-radius: 30px;
  color: #ffffff;
}
p.gr_bold {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.gr_item a {
  text-decoration: none;
}
.gr_item {
  width: 100%;
  padding: 1rem;
}
.gr_container {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
/*-------mb-768以下------*/
@media(max-width:768px) {
  /*新着*/
  p.gr_bold {
    font-size: 1.3rem;
  }
  .gr_conA {
    display: flex;
    align-items: center;
    height: 20vh;
  }
  .gr_container h1 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .gr_item img {
    width: 100%;
  }
  .gr_t {
    width: 90%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .gr_item {
    margin-bottom: 1.5rem;
  }
  .gr_p {
    width: 100%;
    padding-bottom: 1rem;
  }
  .gr_p p {
    font-size: 0.8rem;
  }
  .gr_container {
    width: 90%;
    margin: auto;
  }


}
/*-------PC-769以上------*/
@media(min-width:769px) {
  .cp_contact_lg p, .cp_contact_lg a {
    letter-spacing: 6px;
  }
  /*bc雲*/
  .cp_contact {
    background-image: url(../img/bc_cl02_right.png), url(../img/bc_cl02_left.png), url("../img/bc_ore.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: right bottom, left center;
  }
  /*新着*/
  .gr_container h1 {
    font-size: 1.5rem;
  }

  .gr_t {
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .gr_p p {
    font-size: 0.8rem;
  }
  .gr_p {
    width: 80%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .gr_container {
    width: 80%;
    margin: auto;
  }
	.gr_item {
    padding: 1rem;
    margin: 1rem;
}
		.gr_item {
    width: 40%;
    padding: 1rem;
}
	.gr_container {
    margin-bottom: 2rem;
}
}
/*-------PC大--1024-----*/
@media(min-width:1025px) {
  /*新着*/
  .gr_container h1 {
    font-size: 3rem;
    padding-left: 3rem;
    margin-top: 4rem;
  }

  .gr_t {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .gr_t p {
    font-size: 1.2rem;
  }
  .gr_p p {
    font-size: 0.8rem;
  }
			.gr_item {
    width: 30%;
    padding: 1rem;
}
	.gr_container {
    margin-bottom: 3rem;
}
}