@charset "UTF-8";

.content{
	background: #fff;
}
/*==================================
rec_top
===================================*/
#rec_top {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

#rec_top h2 {
  display: block;
  font-size: 1.7em;
  padding: 30px 0;
}

#rec_top p {
  display: block;
  width: 90%;
  line-height: 1.5;
  text-align: justify;
  padding: 0 0 25px;
  margin: 0 auto;
}

#rec_top::after {
  content: "";
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  clip-path: ellipse(100% 100% at 50% 0%);
  z-index: 4;
}

.paw {
  position: absolute;
  top: 0;
  width: 25%;
  aspect-ratio: 1 / 1;
  background: url(../img/rec/rec_paw.png) no-repeat center / contain;
  z-index: 0;
}

.paw_left {
  left: 5%;
}

.paw_right {
  right: 5%;
  transform: scaleX(-1);
}

/*==================================
rec_carousel
===================================*/
#rec_carousel {
  position: relative;
  display: block;
  z-index: 5;
}

/*==================================
rec_content
===================================*/
.rec_content {
  position: relative;
  z-index: 3;
  padding: 150px 0;
  margin: -150px 0 0;
  background-color: #f2f0f0;
  isolation: isolate;
}

.rec_content::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 300px;
  background: #f2f0f0;
  clip-path: ellipse(100% 100% at 50% 0%);
  z-index: -1;
}

.rec_content section {
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
  isolation: isolate;
}

/* 白カード */
.rec_content section .inner {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  overflow: visible;
}

/*==================================
テキスト
===================================*/
.rec_text_inner {
  width: 90%;
  text-align: justify;
  margin: 0 auto;
}

.rec_text_inner p {
  display: block;
  line-height: 1.6;
  padding: 0 0 30px;
}

.rec_box {
  display: block;
  padding: 0 0 30px;
}

.rec_box img {
  padding: 0 0 20px;
}

/*==================================
h3
===================================*/
.rec_content h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  font-weight: bold;
  padding: 40px 0 35px;
}

.rec_content h3::before,
.rec_content h3::after {
  content: "";
  width: 10%;
  border-top: solid 1px #b9b6ca;
}

.rec_content h3::before {
  margin: 0 5% 0 0;
}

.rec_content h3::after {
  margin: 0 0 0 5%;
}

/*==================================
h4
===================================*/
.rec_content h4 {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
}

.rec_content h4::before {
  content: "◆";
  display: block;
}

#kns26 p strong {
  font-weight: bold;
}

#kns26 p strong .red {
  color: #c86666;
}

/*==================================
rec_about
===================================*/
#rec_about .rec_text_inner p:last-child {
  padding: 0;
}

/*==================================
rec_apply
===================================*/
.rec_contact_btn,
.rec_rule_btn {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 1.4em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 80px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  padding: 20px 0 22px;
}

.rec_contact_btn:hover,
.rec_rule_btn:hover {
  color: #fff;
}

.rec_contact_btn {
  margin: 0 auto 20px;
  background-image: linear-gradient(0deg, #ab5555, #c86666);
}

.rec_rule_btn {
  margin: 0 auto 30px;
  background-image: linear-gradient(0deg, #0a0d0f, #737e8a);
}

.rec_indent {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

/*==================================
rec_guide
===================================*/
.rec_text {
  display: block;
  font-size: 1em;
  line-height: 1.6;
}

.rec_text li {
  list-style: none;
  line-height: 1.6;
}

.rec_notes {
  display: flex;
  line-height: 1.4;
  padding: 5px 0 0;
}

.rec_notes::before {
  content: "※";
  display: block;
}

.rec_text_inner p .red {
  padding: 0;
}

/*==================================
rec_info
===================================*/
.rec_list {
  display: block;
  line-height: 1.6;
  list-style: none;
}

.rec_list li {
  position: relative;
  padding: 0 0 0.5em 1em;
}

.rec_list li:last-child {
  padding: 0 0 0 1em;
}

.rec_list li p {
  line-height: 1.3;
  padding: 0;
}

.rec_list li p::before {
  content: "◇";
  position: absolute;
  top: 0;
  left: 0;
}

.rec_li_notes {
  display: flex;
  line-height: 1.4;
  padding: 5px 0 0;
  margin: 0 0 0 -1em;
}

.rec_li_notes::before {
  content: "※";
  display: block;
}

.rec_remarks {
  display: block;
  line-height: 1.4;
  padding: 5px 0 0;
}

.notice_request {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  border: solid 1px #cc7a7a;
  margin: 25px 0 0;
}

.notice_request h5 {
  display: block;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  background: #cc7a7a;
  padding: 3px 0;
}

.notice_request p {
  display: inline-block;
  line-height: 1.4;
  padding: 10px 0;
}

.notice_request::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -9px;
  width: 50px;
  aspect-ratio: 76 / 72;
  background: url(../img/rec/rec_request.png) no-repeat left top / cover;
}

/*==================================
各セクション背景柄
===================================*/

/* セクション自体に前後関係を作る */
#rec_about {
  position: relative;
  z-index: 4;
  isolation: isolate;
}

#rec_apply {
  position: relative;
  z-index: 3;
  isolation: isolate;
}

#rec_guide {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

#rec_info {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

/* 白カードは各セクション内で最前面 */
#rec_about .inner,
#rec_apply .inner,
#rec_guide .inner,
#rec_info .inner {
  position: relative;
  z-index: 2;
}

/* 背景柄は各セクション内で背面 */
#rec_about::before,
#rec_apply::before,
#rec_guide::before,
#rec_info::before,
#rec_info::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

/* ABOUT */
#rec_about::before {
  top: -55px;
  aspect-ratio: 750 / 276;
  background-image: url(../img/rec/rec_background_1.png);
  background-position: center top;
}

/* APPLY */
#rec_apply::before {
  top: -20px;
  aspect-ratio: 750 / 230;
  background-image: url(../img/rec/rec_background_2.png);
  background-position: center top;
}

/* GUIDE */
#rec_guide::before {
  top: -45px;
  aspect-ratio: 750 / 244;
  background-image: url(../img/rec/rec_background_3.png);
  background-position: center top;
}

/* INFO */
#rec_info::before {
  top: -40px;
  aspect-ratio: 750 / 208;
  background-image: url(../img/rec/rec_background_4.png);
  background-position: center top;
}

#rec_info::after {
  bottom: -115px;
  aspect-ratio: 750 / 260;
  background-image: url(../img/rec/rec_background_5.png);
  background-position: center bottom;
}

/*==================================
rec_closing
===================================*/
#rec_closing {
  position: relative;
  z-index: 3;
  color: #856565;
}

.rec_closing_img {
  position: absolute;
  right: -25px;
  width: 85%;
  padding: 60px 0 0;
  z-index: 3;
}

#rec_closing .inner {
  position: relative;
  z-index: 1;
}

#rec_closing h5 {
  font-size: 1.8em;
  line-height: 1.5;
  text-align: left;
  padding: 70px 0 0;
}

#rec_closing p {
  display: block;
  line-height: 1.5;
  text-align: center;
  padding: 45px 0 50px;
}

/*==================================
左CTA
===================================*/
.top_btn {
  position: static;
  display: block;
  font-size: 1.6em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(#313f4d, #000);
  border: solid 2px #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  padding: 30px 50px;
}

.top_btn::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 25px;
  height: 25px;
  background: url(../img/background_arrow.svg) no-repeat center / contain;
  transform: scaleX(-1);
}

/*==================================
max-width:768px
===================================*/
@media screen and (max-width: 768px) {
  .paw {
    width: 20%;
  }

  .paw_left {
    left: 0;
  }

  .paw_right {
    display: none;
  }

  #rec_top::after {
    bottom: 100px;
    height: 50px;
  }

  .rec_content section {
    padding: 30px 0 0;
  }

  .rec_text_inner p {
    padding: 0 0 25px;
  }

  .rec_content h3 {
    font-size: 1.2em;
    padding: 30px 0 25px;
  }

  .rec_contact_btn,
  .rec_rule_btn {
    font-size: 1em;
    padding: 15px 0 17px;
  }

  .notice_request p {
    padding: 15px 0;
  }

  #rec_closing h5 {
    font-size: 1.3em;
    padding: 0;
  }

  #rec_closing p {
    font-size: 1em;
  }

  .rec_closing_img {
    padding: 30px 0 0;
  }
}