@charset "UTF-8";

/* ================================================================

  head

==================================================================*/
.p-es__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 250px;
  background: #F1E2CD;
  margin-top: 62px;
}

.p-es__head {
  margin-bottom: 28px;
}

.p-es__ttl_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-es__ttl_num {
  width: 15%;
  max-width: 108px;
  min-width: 85px;
  margin: -4px 15px 0 0;
}

.p-es__ttl {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  min-height: 0vw;
  font-weight: 700;
  line-height: 1.6;
}

.p-es__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.p-es__txt span{
    font-size: 1.2rem;
}

/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  .p-es__container {
    padding: 0 150px;
  }

  .p-es__ttl {
    /* font-size: 2.2rem; */
    font-size: clamp(2.0rem, 2.3vw, 2.4rem);
  }

  .p-es__txt {
    font-size: 1.7rem;
  }
}


@media screen and (max-width: 930px) {
  .p-es__ttl_wrap {
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .p-es__container {
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-es__container {
    padding: 0 20px;
  }

  .p-es__ttl {
    font-size: 1.8rem;
  }

  .p-es__ttl_num {
    margin: -20px 10px 0 0;
  }

  .p-es__txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}



/* ================================================================

  br

==================================================================*/
.br_1080 {
  display: none;
}

.br_930 {
  display: none;
}

.br_500 {
  display: none;
}

/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  .br_1080 {
    display: block;
  }

  .br_1080_off {
    display: none;
  }
}

@media screen and (max-width: 930px) {
  .br_930 {
    display: block;
  } 
}

@media screen and (max-width: 500px) {
  .br_500_off {
    display: none;
  }

  .br_500 {
    display: block;
  }
}



/* ================================================================

  p-es__sheet_01

==================================================================*/
.p-es__sheet_01__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.p-es__sheet_01__ttl .en {
  font-size: 2.6rem;
  font-weight: 700;
  vertical-align: text-bottom;
  position: relative;
  top: 1px;
}

.p-es__sheet_01__ttl .jp {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 5px;
}

.p-es__sheet_img {
  position: relative;
  z-index: 20;
}

.p-es__sheet_desc {
  margin: 45px 0 50px;
}

.p-es__sheet_desc_ttl_rd {
  font-size: clamp(1.8rem, 1.9vw, 2.2rem);
  min-height: 0vw;
  font-weight: 700;
  line-height: 1.35;
  color: #D14E4B;
  margin-bottom: 15px;
}

.p-es__sheet_desc_ttl_rd span {
  font-size: 1.3rem;
  vertical-align: super;
}

.p-es__sheet_desc_flex {
  display: flex;
  justify-content: space-between;
}

.p-es__sheet_desc_flex .p-es__txt {
  width: 57%;
  text-align: justify;
}

.p-es__sheet_desc_flex_img {
  width: 39%;
}

.p-es__sheet_desc_flex_img img {
  height: 100%;
  object-fit: cover;
  min-height: 200px;
  border-radius: 10px;
}

/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  .p-es__sheet_desc {
    margin: -11% 0 80px;
  }

  .p-es__sheet_desc_ttl_rd {
    font-size: clamp(2.2rem, 2.8vw, 2.4rem);
    line-height: 1.5;
  }

  .p-es__sheet_desc_flex {
    flex-direction: column;
  }

  .p-es__sheet_desc_flex .p-es__txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-es__sheet_desc_flex_img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-es__sheet_01__ttl .jp {
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-es__sheet_01__ttl {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }

  .p-es__sheet_01__ttl .en {
    font-size: 2.5rem;
  }

  .p-es__sheet_01__ttl .jp {
    font-size: 1.7rem;
  }

  .p-es__sheet_desc {
    margin: -12% 0 60px;
  }

  .p-es__sheet_desc_ttl_rd {
    font-size: 1.8rem;
  }
}

/* ================================================================

  p-es__sheet_02

==================================================================*/
.p-es__sheet_desc_02 {
  position: relative;
  margin: 70px 0 70px;
}

.p-es__sheet_desc_ttl_blk_wrap {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.p-es__sheet_desc_ttl_blk_wrap::before {
  content: "";
  display: block;
  background: #D14E4B;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.p-es__sheet_desc_ttl_blk_wrap::after {
  content: "";
  display: block;
  background: #D14E4B;
  width: 100%;
  height: 2px;
  margin-top: 6px;
}

.p-es__sheet_desc_ttl_blk {
  font-size: min(2.4vw, 2.6rem);
  min-height: 0vw;
  font-weight: 700;
  text-align: center;
}

.p-es__sheet_desc_ttl_illust {
  width: 15%;
  max-width: 95px;
  min-width: 71px;
  position: absolute;
  top: -19%;
  right: 0;
}



/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
/* br */
@media screen and (max-width: 1080px) {
  .p-es__sheet_desc_02 {
    margin: -15% 0 70px;
  }

  .p-es__sheet_desc_ttl_blk_wrap {
    margin-bottom: 6%;
  }

  .p-es__sheet_desc_ttl_blk {
    font-size: clamp(2.2rem, 2.4vw, 2.6rem);
    line-height: 1.3;
  }

  .p-es__sheet_desc_ttl_illust {
    top: 4%;
  }
}


@media screen and (max-width: 768px) {
  .p-es__sheet_desc_02 {
    margin: -18% 0 70px;
  }

  .p-es__sheet_desc_ttl_blk {
    margin-left: 10%;
  }
}


@media screen and (max-width: 767px) {
  .p-es__sheet_desc_02 {
    margin: -16% 0 45px;
  }
  .p-es__sheet_desc_ttl_blk_wrap {
    margin-bottom: 8%;
  }

  .p-es__sheet_desc_ttl_blk {
    font-size: 1.8rem;
  }
}


@media screen and (max-width: 500px) {
  .p-es__sheet_desc_02 {
    margin: -22% 0 45px;
  }
}

/* ================================================================

  p-es__sheet_03

==================================================================*/
.p-es__sheet_03 {
  position: relative;
}


/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/



/* ================================================================

  message

==================================================================*/
.p-es__message {
  margin: 30px 0 50px;
}

/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  .p-es__message {
    margin: 30px 0 60px;
  }
}


@media screen and (max-width: 767px) {
  .p-es__message {
    margin: 15px 0 50px;
  }
}

/* ================================================================

  index01.html / p-es-01 / Tさんの栽

==================================================================*/
.p-es-01__txt_img_01 {
  width: 53%;
  max-width: 365px;
  position: absolute;
  top: 57.5%;
  left: -33%;
}

.p-es-01__point_01 {
  width: 51%;
  position: absolute;
  top: 66%;
  right: -4%;
}

.p-es-01__txt_img_02 {
  width: 87%;
  max-width: 610px;
  position: absolute;
  top: 57%;
  right: -40%;
}

.p-es-01__point_02 {
  width: 20%;
  max-width: 130px;
  position: absolute;
  bottom: -46%;
  left: -2%;
}

.p-es-01__txt_img_03 {
  width: 43%;
  max-width: 295px;
  position: absolute;
  top: 50%;
  right: -29%;
}


/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
  .p-es-01__point_01 {
    right: -8%;
  }
}

@media screen and (max-width: 1080px) {
  .p-es-01__txt_img_01 {
    display: none;
  }

  .p-es-01__point_01 {
    display: none;
  }

  .p-es-01__txt_img_02 {
    display: none;
  }

  .p-es-01__point_02 {
    display: none;
  }

  .p-es-01__txt_img_03 {
    display: none;
  }
}



/* ================================================================

  index.html02 / p-es-02 / Mさんの栽

==================================================================*/
.p-es-02__txt_img {
  width: 40%;
  max-width: 279px;
  position: absolute;
  top: 66.5%;
  left: -30%;
}

.p-es-02__point_01 {
  width: 46.5%;
  max-width: 323px;
  position: absolute;
  top: 69.5%;
  right: -2%;
}

.sp_p-es-02_sheet_reason {
  display: none;
}

.p-es-02__sheet_desc {
  margin: 70px 0;
}

.p-es-02__ttl_rd_br_1080 {
  display: none;
}

.p-es-02__ttl_rd_br_768 {
  display: none;
}

/* 徭失PR */
.p-es-02__sheet_02 {
  margin: 45px 0 70px;
}

.p-es-02__point_02 {
  width: 27.5%;
  max-width: 190px;
  position: absolute;
  top: 25%;
  left: -2%;
}

.p-es-02__sp_sheet {
  display: none;
}

/* チャレンジを鮅する割gのプログラム */
.p-es-02__sheet_desc_02 {
  margin: 45px 0 0;
}

.p-es-02__ttl_illust {
  width: 10%;
  max-width: 70px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-es-02__message {
  margin: 10px 0 50px;
}

/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  .p-es-02__txt_img {
    display: none;
  }

  .p-es-02__point_01 {
    display: none;
  }

  .p-es-02__point_02 {
    display: none;
  }

  .p-es-02__ttl_rd_br_1080 {
    display: block;
  }

  .p-es-02__sp_sheet {
    display: block;
    margin-top: 10%;
  }

  .p-es-02__sheet_desc {
    margin: -6% 0 80px;
  }

  .p-es-02__sheet_desc_02 {
    margin: -15% 0 0;
  }
}


@media screen and (max-width: 768px) {
  .p-es-02__ttl_rd_br_1080 {
    display: none;
  }

  .p-es-02__ttl_rd_br_768 {
    display: block;
  }
}


@media screen and (max-width: 767px) {
  .p-es-02__sheet_desc_02 {
    margin: -17% 0 0;
  }

  .p-es-02__ttl_illust {
    min-width: 61px;
    top: -2%;
  }
}


@media screen and (max-width: 500px) {
  .p-es-02__sheet_desc_02 {
    margin: -22% 0 0;
  }
}



/* ================================================================

  index03.html / p-es-04 / Sさんの栽

==================================================================*/
.br_p-es-03__ttl {
  display: none;
}

.p-es-03__txt_img {
  width: 75.5%;
  max-width: 528px;
  position: absolute;
  top: 41%;
  right: -36%;
}

.p-es-03__point_01 {
  width: 42%;
  max-width: 292px;
  position: absolute;
  top: 58.5%;
  right: -2%;
}

.p-es__sheet_desc_ttl_blk span {
  font-size: min(4.5vw, 6.0rem);
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.p-es-03__sheet_desc_flex {
  display: block;
}

.p-es-03__sheet_desc_flex .p-es__txt {
  width: 100%;
  text-align: justify;
}

.p-es-03__sheet_desc_02 {
  margin: 80px 0 45px;
}

.p-es-03__sheet_desc_02 .p-es__txt {
  font-size: min(1.2vw, 1.6rem);
}

.p-es-03__txt_img_02 {
  width: 61%;
  max-width: 424px;
  position: absolute;
  top: 71.5%;
  right: -48%;
}

.p-es-03__sp_sheet {
  display: none;
}

.p-es-03__ttl_illust {
  width: 12%;
  max-width: 84px;
  top: 14%;
}

.p-es-03__point_02_sp {
  display: none;
}

.p-es-03__ranking {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.p-es-03__ranking li {
  width: 48.5%;
  margin-bottom: 13px;
}

.p-es-03__ranking li:last-child {
 width: 60%;
	margin: auto
}

.p-es-03__message {
  position: relative;
  margin: 0 0 50px;
}

.p-es-03__message_sheet {
  margin-top: -12%;
  position: relative;
  top: 6px;
}

.p-es-03__point_02 {
  width: 20%;
  max-width: 140px;
  position: absolute;
  top: -160%;
  left: -2%;
  z-index: 20;
}

.p-es-03__point_02_line_sp {
  display: none;
}

/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  .br_p-es-03__ttl {
    display: block;
  }

  .br_p-es-03__ttl_pc {
    display: none;
  }

  .p-es-03__txt_img {
    display: none;
  }

  .p-es-03__point_01 {
    display: none;
  }

  .p-es-03__sheet_desc {
    margin: 0 0 11.5%;
  }

  .p-es-03__sheet_desc_02 .p-es__txt {
    font-size: min(1.6vw, 1.7rem);
  }

  .p-es-03__txt_img_02 {
    display: none;
  }

  .p-es-03__sp_sheet {
    display: block;
    margin-top: 12%;
  }

  .p-es-03__sheet_desc_02 {
    margin: 11% 0 13%;
  }

  .p-es-03__ttl_illust {
    width: 20%;
    max-width: 150px;
    min-width: 81px;
    top: -10%;
  }

  .p-es-03__point_02_sp {
    display: block;
    position: absolute;
    width: 23%;
    min-width: 90px;
    top: -25%;
    left: 1%;
    z-index: 20;
  }

  .p-es-03__ranking {
    flex-direction: column;
    margin-top: 4%;
  }
  
  .p-es-03__ranking li {
    margin-bottom: 5%;
    width: 95%;
  }
	.p-es-03__ranking li:last-child {
    width: 95%;
}

  .p-es-03__point_02 {
    display: none;
  }

  .p-es-03__point_02_line_sp {
    display: block;
    width: 11.5%;
    position: absolute;
    top: -144.5%;
    left: -2%;
    z-index: 10;
  }
}

@media screen and (max-width: 890px) {
  .p-es-03__point_02_line_sp {
    display: block;
    width: 12%;
    position: absolute;
    top: -154%;
    left: -2%;
    z-index: 10;
  }

}

@media screen and (max-width: 768px) {
  .p-es-03__sheet_desc_02 .p-es__sheet_desc_ttl_blk {
    margin-left: 0;
			line-height: 1;
  }

.p-es__sheet_desc_ttl_blk span {
  font-size: 3.4rem;
}

  .p-es-03__sheet_desc_02 .p-es__txt {
    font-size: 1.7rem;
  }
}


@media screen and (max-width: 767px) {
  .p-es-03__sheet_desc_02 .p-es__txt {
    font-size: 1.5rem;
  }

  .p-es-03__point_02_sp {
    top: -55%;
  }

  .p-es-03__point_02_line_sp {
    width: 11.5%;
    top: -144%;
  }
}

@media screen and (max-width: 660px) {
  .p-es-03__point_02_line_sp {
    width: 12%;
    top: -154%;
  }
}

@media screen and (max-width: 550px) {
  .p-es-03__point_02_line_sp {
    width: 12.5%;
    top: -165%;
  }
}

@media screen and (max-width: 500px) {
  .p-es-03__sheet_desc_02 .p-es__txt {
    font-size: 1.4rem;
  }

  .p-es-03__point_02_sp {
    top: -25%;
  }

  .p-es-03__point_02_line_sp {
    width: 13%;
    top: -175%;
  }
}

@media screen and (max-width: 430px) {
  .p-es-03__point_02_line_sp {
    width: 13.5%;
    top: -185%;
  }
}

@media screen and (max-width: 405px) {
  .br_p-es-03__ttl_pc {
    display: block;
  }
}

@media screen and (max-width: 380px) {
  .p-es-03__point_02_line_sp {
    width: 14%;
    top: -195%;
  }
}

@media screen and (max-width: 360px) {
  .p-es-03__point_02_line_sp {
    display: none;
  }
}



/* ================================================================

  index04.html / p-es-04 / Aさんの栽

==================================================================*/
.p-es-04__ttl {
  letter-spacing: -0.04em;
}

.br_p-es-04__ttl {
  display: none;
}

.add {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  margin-top: 10px;
}

.add p {
  display: flex;
}

.p-es-04__txt_img {
  width: 47%;
  max-width: 329px;
  position: absolute;
  top: 42.8%;
  right: -38%;
}

.p-es-04__point_01 {
  width: 85%;
  max-width: 593px;
  position: absolute;
  bottom: -18.5%;
  left: 17%;
}

.p-es-04__sp_sheet {
  display: none;
  margin-top: 15%;
}

.p-es-04__txt_img_02 {
  width: 39%;
  max-width: 278px;
  position: absolute;
  top: -27%;
  left: -27%;
}

.p-es-04__point_02 {
  width: 75%;
  max-width: 521px;
  position: absolute;
  top: 37%;
  left: -2%;
}

.p-es-04__ttl_illust {
  width: 9%;
  max-width: 63px;
  position: absolute;
  top: -5%;
  right: 0;
}

.p-es-04__sheet_desc_02 {
  margin: 45px 0 70px;
}

.p-es-04__message {
  position: relative;
  margin: -8% 0 50px;
}

.p-es-04__message_sheet {
  position: relative;
  z-index: 10;
}


/* ----------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {
  .br_p-es-04__ttl {
    display: block;
  } 

  .br_p-es-04__ttl_pc {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .p-es-04__txt_img {
    display: none;
  }

  .p-es-04__point_01 {
    display: none;
  }

  .p-es-04__sp_sheet {
    display: block;
  }

  .p-es-04__txt_img_02 {
    display: none;
  }

  .p-es-04__point_02 {
    display: none;
  }

  .p-es-04__ttl_illust {
    top: -2%
  }

  .p-es-04__sheet_desc_02 {
    margin: -15% 0 70px;
  }

  .p-es-04__sheet_desc_02 .p-es__sheet_desc_ttl_blk {
    margin-left: 10%;
  }

  .p-es-04__sheet_desc_02 {
    margin: -15% 0 17%;
  }

  .p-es-04__message {
    position: relative;
    margin: -13% 0 50px;
  }
}


@media screen and (max-width: 768px) {
  .p-es-04__ttl_illust {
    top: -4%
  }

  .p-es-04__sheet_desc_02 {
    margin: -18% 0 17%;
  }
}


@media screen and (max-width: 767px) {
  .p-es-04__sheet_desc {
    margin: -10% 0 60px
  }
}

@media screen and (max-width: 767px) {
  .p-es-04__sheet_desc_02 .p-es__sheet_desc_ttl_blk {
    margin-left: 15%;
  }

  .p-es-04__ttl_illust {
    min-width: 52px;
    width: 15%;
    top: -8%
  }

  .p-es-04__sheet_desc_02 {
    margin: -15% 0 19%;
  }
}


@media screen and (max-width: 500px) {
  .p-es-04__ttl_wrap {
    margin-top: -10px;
  }
  
  .br_p-es-04__ttl_pc {
    display: block;
  }

  .br_p-es-04__ttl_02 {
    display: none;
  }

  .p-es-04__sheet_desc_02 {
    margin: -21% 0 19%;
  }

  .p-es-04__ttl_illust {
    top: 4%
  }
}



/* ================================================================

  sp parts / reason_sp

==================================================================*/
.sp_reason {
  display: none;
}

@media screen and (max-width: 1080px) {
  .sp_reason {
    display: block;
    margin-top: 10%;
  }
}