@charset "UTF-8";

.re-mainvisual {
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
.re-mainvisual .main-area {
  position: relative;
  background: #fff url(/img/renew/img_index_mv.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  z-index: 1;
}
.re-mainvisual .main-area .re-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
}
.re-mainvisual .main-area img {
  display: block;
  width: 140px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.re-mainvisual .main-area h1 {
  width: calc(100% - 180px);
  font-size: 35px;
  font-weight: bold;
  text-align: left;
  line-height: 1.25;
  color: #000;
}
.re-mainvisual .main-area h1 .num {
  color: #e9470a;
}
.re-mainvisual .main-area h1 .size {
  font-size: 40px;
}
.re-mainvisual .main-area h1 strong {
  font-size: 55px;
}
.re-mainvisual .main-area h1 .area {
  position: relative;
  display: block;
  border-radius: 35px;
  background-color: #e9470a;
  width: 240px;
  height: 70px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  color: #fff;
}
.re-mainvisual .main-area h1 .area:before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -15px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 30px 10px 0 10px;
  border-color: #e9470a transparent transparent transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.re-mainvisual .main-area h1 .area span {
  color: #ff0;
}
.re-mainvisual .main-area h1 .area em {
  font-style: normal;
  font-size: 32px;
}
.renewal .re-mainvisual .search-area {
  border: 1px solid #ccc;
}
.renewal .re-mainvisual .search-area {
  margin-top: -30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
  .re-mainvisual .main-area h1 {
    font-size: 30px;
  }
  .re-mainvisual .main-area h1 strong {
    font-size: 50px;
  }
  .re-mainvisual .main-area h1 .size {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .re-mainvisual {
    margin-bottom: 40px;
  }

  .re-mainvisual .main-area {
    background: #fff url(/img/renew/img_index_mv_sp.jpg) center center no-repeat;
    background-size: cover;
    height: 220px;
  }
  .re-mainvisual .main-area .re-inner {
    padding-bottom: 20px;
  }
  .re-mainvisual .main-area img {
    width: 100px;
  }
  .re-mainvisual .main-area h1 {
    width: calc(100% - 120px);
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff;
  }
  .re-mainvisual .main-area h1 .size {
    font-size: 18px;
  }
  .re-mainvisual .main-area h1 strong {
    font-size: 20px;
  }
  .re-mainvisual .main-area h1 .area {
    border-radius: 20px;
    width: 140px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 40px;
    text-shadow: none;
  }
  .re-mainvisual .main-area h1 .area:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 20px 7px 0 7px;
    border-color: #e9470a transparent transparent transparent;
  }
  .re-mainvisual .main-area h1 .area em {
    font-size: 18px;
  }

  .renewal .re-mainvisual .search-area {
    margin-top: -20px;
  }
}




.re-about {
  width: 100%;
  padding-bottom: 100px;
}
.re-about h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
  color: #630;
}
.re-about h2 strong {
  color: #fd8e26;
  font-weight: normal;
}
.re-about h2 img {
  width: 100px;
  margin-right: 30px;
}
.re-about .about-search {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.re-about .about-search .box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 20px;
  background-color: #faf8f5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.5%;
  padding: 40px 50px;
}
.re-about .about-search .box:nth-of-type(1) {
  background-image: url(/img/renew/img_index_about_01.jpg);
}
.re-about .about-search .box:nth-of-type(2) {
  background-image: url(/img/renew/img_index_about_02.jpg);
}
.re-about .about-search .box .title {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  min-height: 210px;
  padding: 30px;
  text-align: center;
}
.re-about .about-search .box .title a {
  display: inline;
  color: #e00;
}
.re-about .about-search .box .title a:hover {
  color: #fd8e26;
}
.re-about .about-search .box .title img {
  width: 80px;
}
.re-about .about-search .box .title h3 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  color: #630;
}
.re-about .about-search .box .title p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1;
}
.re-about .about-search .box .btn {
  width: 100%;
  margin-top: 50px;
}
.re-about .about-search .box .btn p {
  margin-top: 5px;
}
.re-about .about-search .box .re-btn a {
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .re-about {
    padding: 0;
  }
  .re-about h2 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
  }
  .re-about h2 img {
    width: 65px;
    margin-right: 10px;
  }
  .re-about .about-search {
    display: block;
  }
  .re-about .about-search .box {
    border-radius: 10px;
    width: 100%;
    min-height: 290px;
    margin-top: 10px;
    padding: 20px;
  }
  .re-about .about-search .box .title {
    border-radius: 10px;
    min-height: 120px;
    padding: 12px 10px;
  }
  .re-about .about-search .box .title img {
    width: 45px;
  }
  .re-about .about-search .box .title h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .re-about .about-search .box .title p {
    margin-top: 6px;
    font-size: 10px;
  }
  .re-about .about-search .box .btn {
    width: 100%;
    margin-top: 20px;
  }
  .re-about .about-search .box .btn p {
    margin-top: 4px;
  }
}




.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 4%;
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.55;
}
.news-list .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  color: #555;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.news-list .box:hover {
  color: #80b419;
}
.news-list .box:first-child {
  width: 100%;
}
.news-list .box .image {
  position: relative;
  background-color: #faf8f5;
  width: 48%;
  height: 160px;
  overflow: hidden;
}
.news-list .box .image img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: initial;
	width: 100%;
	height: 100%;
}
.news-list .box .read {
  width: 48%;
}
.news-list .box .new {
  border-radius: 5px;
  background-color: #d00;
  width: 100px;
  height: 35px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  color: #ffff;
  overflow: hidden;
}
.news-list .box h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #630;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.news-list .box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-list .box .day {
  margin-top: 15px;
  font-size: 18px;
  text-align: right;
  color: #999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.news-list .box:first-child .day {
  margin-top: 15px;
  font-size: 20px;
  color: #999;
}
.news-list .box:hover,
.news-list .box:hover h3,
.news-list .box:hover .day {
  color: #80b419;
}
.news-list .box:first-child {
  width: 100%;
}
.news-list .box:first-child .image {
  width: 48.5%;
  height: 330px;
}
.news-list .box:first-child .read {
  width: 48.5%;
}
.news-list .box:first-child h3 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .news-list {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.35;
  }
  .news-list .box {
    width: 100%;
    margin-top: 15px;
  }
  .news-list .box .image {
    width: 120px !important;
    height: 120px !important;
  }
  .news-list .box .read {
    width: calc(100% - 135px) !important;
  }
  .news-list .box .new {
    border-radius: 4px;
    width: 55px;
    height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
  }
  .news-list .box h3 {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }
  .news-list .box .text {
    display: none;
  }
  .news-list .box .day {
    margin-top: 10px !important;
    font-size: 15px !important;
  }
}




.re-areainfo {
  width: 100%;
  padding: 80px 0 100px 0;
}
.re-pubinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.re-pubinfo img {
  display: block;
  width: 180px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.re-pubinfo ul {
  width: calc(100% - 200px);
}
.re-pubinfo ul li {
  margin-bottom: 5px;
}
.re-pubinfo ul li:last-child {
  margin-bottom: 0;
}
.re-pubinfo ul a {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #f8fbee;
  width: 100%;
  height: 60px;
  padding-right: 30px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #80b419;
}
.re-pubinfo ul a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #80b419;
  margin-top: -8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-pubinfo ul a span {
  display: block;
  background-color: #eaf3cc;
  width: 220px;
  height: 60px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  text-align: center;
  color: #555;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-pubinfo ul a:hover {
  background-color: #eaf3cc;
}
.re-pubinfo ul a:hover:after {
  right: 12px;
}

@media screen and (max-width: 768px) {
  .re-areainfo {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .re-pubinfo {
    display: block;
  }
  .re-pubinfo img {
    display: none;
  }
  .re-pubinfo ul {
    width: 100%;
  }
  .re-pubinfo ul a {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 75px;
    padding: 35px 20px 0 15px;
    font-size: 18px;
    line-height: 40px;
  }
  .re-pubinfo ul a:after {
    top: calc(50% + 17.5px);
    right: 10px;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #80b419;
    margin-top: -5px;
  }
  .re-pubinfo ul a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0 15px;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
  }
  .re-pubinfo ul a:hover:after {
    right: 6px;
  }
}




.re-magazine {
  width: 100%;
  background: #f2f9fc url(/img/renew/bg_mesh.png) center center;
  background-size: 30px;
  padding: 80px 0 100px 0;
  contain: paint;
}
.re-magazine h2 {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: #09e;
}
.re-magazine h2 span {
  position: relative;
  display: block;
  border: 2px solid #99d7f9;
  border-radius: 35px;
  background-color: #fff;
  width: 420px;
  height: 70px;
  margin: 0 auto 15px auto;
  font-size: 30px;
  font-weight: normal;
  line-height: 66px;
  text-align: center;
  color: #555;
}
.re-magazine h2 span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width:0;
  height:0;
  border-style:solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #99d7f9 transparent transparent transparent;
  margin-left: -7.5px;
}

.re-magazine-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.51%;
}
.re-magazine-list .box {
  display: block;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  width: 31.66%;
  padding: 30px;
  font-size: 18px;
  color: #555;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-magazine-list .box img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.re-magazine-list .box h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #09e;
}
.re-magazine-list .box .btn {
  position: relative;
  border-radius: 10px;
  background-color: #33adf1;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  padding: 0 30px 0 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.re-magazine-list .box .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  margin-top: -8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-magazine-list .box:hover {
  border: 1px solid #33adf1;
  background-color: #eef8fe;
}
.re-magazine-list .box:hover .btn:after {
  right: 12px;
}

@media screen and (max-width: 768px) {
  .re-magazine {
    padding: 40px 0 50px 0;
  }
  .re-magazine h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .re-magazine h2 span {
    border-radius: 20px;
    width: 220px;
    height: 40px;
    margin: 0 auto 12px auto;
    font-size: 16px;
    line-height: 36px;
  }
  .re-magazine h2 span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width:0;
    height:0;
    border-style:solid;
    border-width: 12px 6px 0 6px;
    border-color: #99d7f9 transparent transparent transparent;
    margin-left: -6px;
  }
  .re-magazine-list {
    gap: 5px 1.6%;
  }
  .re-magazine-list .box {
    border-radius: 10px;
    width: 49.2%;
    padding: 14px;
    font-size: 11px;
  }
  .re-magazine-list .box img {
    margin-bottom: 10px;
  }
  .re-magazine-list .box h3 {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .re-magazine-list .box .btn {
    border-radius: 5px;
    height: 40px;
    margin-top: 10px;
    padding: 0 20px 0 10px;
    font-size: 14px;
    line-height: 40px;
  }
  .re-magazine-list .box .btn:after {
    right: 8px;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    margin-top: -5px;
  }
  .re-magazine-list .box:hover .btn:after {
    right: 5px;
  }
}




.re-heartpage {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 0 0;
  contain: paint;
}
.re-bookinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.re-bookinfo img {
  display: block;
  width: 180px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.re-bookinfo .read {
  width: calc(100% - 220px);
  font-size: 20px;
  line-height: 1.8;
}
.re-bookinfo h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #630;
}
.re-bookinfo h2 strong {
  color: #fd8e26;
}
.re-bookinfo .day {
  margin-top: 10px;
  font-size: 18px;
  text-align: right;
}

.re-heartpage-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 70px;
}
.re-heartpage-tab li {
  display: block;
  border-radius: 10px 10px 0 0;
  background-color: #f8fbee;
  width: 11%;
  height: 60px;
  padding: 19px 5px 17px 5px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #80b419;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-heartpage-tab li:hover {
  background-color: #d5e799;
  color: #333;
}
.re-heartpage-tab li:first-child {
  width: 15%;
  margin-right: 8%;
}
.re-heartpage-tab li.active {
  background-color: #80b419;
  height: 70px;
  padding: 24px 5px 22px 5px;
  color: #fff;
}
.re-heartpage-book {
  border-top: 2px solid #80b419;
  border-radius: 0 0 20px 20px;
  background: #faf8f5 url(/img/renew/bg_mesh.png) center center;
  background-size: 30px;
  padding: 40px 50px;
}
.re-heartpage-book dl {
  display: flex;
  border-bottom: 1px solid #ead4dd;
  padding: 10px 0;
}
.re-heartpage-book dl dt {
  width: 120px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.re-heartpage-book dl dd {
  width: calc(100% - 120px);
}
.re-heartpage-book dl ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.re-heartpage-book dl ul a {
  display: block;
  border: 1px solid #80b419;
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  padding: 11px 15px 9px 15px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  color: #80b419;
}
.re-heartpage-book dl ul a:hover {
  background-color: #80b419;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .re-heartpage-tab li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .re-heartpage {
    padding: 40px 0 0 0;
  }
  .re-bookinfo {
    display: block;
  }
  .re-bookinfo .read {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .re-bookinfo img {
    display: block;
    width: 80px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .re-bookinfo h2 {
    width: calc(100% - 100px);
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .re-bookinfo p {
    width: 100%;
  }
  .re-bookinfo .text {
    margin-top: 20px;
  }
  .re-bookinfo .day {
    margin-top: 5px;
    font-size: 14px;
  }
  .re-heartpage-tab {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2px;
    width: 100%;
    height: inherit;
  }
  .re-heartpage-tab li {
    border-radius: 5px;
    width: 32.93% !important;
    height: 45px !important;
    margin: 0 !important;
    padding: 14px 5px 13px 5px !important;
    font-size: 18px;
  }
  .re-heartpage-book {
    border-radius: 0 0 10px 10px;
    margin-top: 2px;
    padding: 5px 20px 20px 20px;
  }
  .re-heartpage-book dl {
    display: block;
    padding: 15px 0;
  }
  .re-heartpage-book dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
  }
  .re-heartpage-book dl dd {
    width: 100%;
  }
  .re-heartpage-book dl ul {
    gap: 3px;
  }
  .re-heartpage-book dl ul a {
    height: 35px;
    padding: 8px 12px 7px 12px;
    font-size: 16px;
  }
}
