@charset "UTF-8";

body {
  background-color: #F0EEEA;
}

.header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
  background-color: #FAFAFA
}

.header_logo {
  max-width: 136px;
  padding-left: 16px;
  opacity: 1;
  transition: all .4s;
  z-index: 10;
}

.header_right {
  display: flex;
  padding-right: 16px;
}

.header_logo.active,
.header_nav_list.active {
  opacity: 0;
}

.header_nav_list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  transition: .2s;
  font-size: 1.4rem;
}

.header_nav_list li {
  padding: 0 12px;
}

.header_nav_list li a {
  color: #202020;
}

.header_nav_list li ._active {
  background-color: #F0EEEA;
  width: 100%;
  border-radius: 100px;
  padding: 0.3em 1em;
  font-weight: bold;
}

.header-left {
  display: flex;
  align-items: center;
  z-index: 10;
}

.header_entry-btn {
  line-height: 2.5;
  text-align: center;
  width: 140px;
  font-size: 1.6rem;
  background-color: #E60012;
  border-radius: 100px;
  margin-right: 10%;
}

.header_entry-btn a {
  color: #fff;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger span:first-child {
  top: 8px;
  width: 100%;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:last-child {
  top: 32px;
}

.hamburger.active span {
  background: #fff;
}

.hamburger.active span:first-child {
  top: 18px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  display: none;
}

.hamburger.active span:last-child {
  top: 18px;
  transform: rotate(45deg);
}

.hamburger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #00110E;
  transition: all .4s;
}

.gnav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #000;
  text-align: center;
  color: #fff;
}

.gnav_menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.gnav_menu li {
  display: block;
  padding: 10px;
}

.gnav_menu a {
  color: #fff;
}

/* mv */
.mv {
  width: 100%;
  height: 630px;
  background-image: url(../img/environment/mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.mv p {
  width: 90%;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* パンくず */
.pankuzu {
  display: flex;
  padding: 12px 32px;
  font-size: 14px;
  color: #999;
  background-color: #F0EEEA;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 8;
}

.pankuzu a {
  display: inline;
  color: #999;
}

.pankuzu ._active {
  font-weight: bold;
  color: #00110E;
}

.sec01 {
  padding-top: 64px;
  padding-bottom: 140px;
}

.sec01 p.top_txt {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
  padding-bottom: 60px;
}


.item_ttl {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.item_ttl._02 {
  margin: 0;
  margin-top: 36px;
}

.item_ttl._03 {
  padding-bottom: 32px;
}

.item_ttl._01::before,
.item_ttl._02::before,
.item_ttl._03::before {
  content: "";
  width: 32px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -36px;
}

.item_ttl._01::before {
  background-image: url(../img/system/icon_beige.png);
}

.item_ttl._02::before,
.item_ttl._03::before {
  background-image: url(../img/system/icon_white.png);
}

/* 1週間のスケジュール */
.schedule {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
}

/* リフレッシュ休暇 */
.refresh {
  margin: 80px 0 104px 3%;
  padding: 80px 60px;
  background-color: #F0EEEA;
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
  position: relative;
}

.refresh_contents .illust {
  position: absolute;
  width: 98px;
  top: -60%;
  right: 0%;
}

.refresh::before,
.refresh::after {
  content: "";
  width: 32px;
  height: 18px;
  background-image: url(../img/environment/corner_beige.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.refresh::before {
  top: -18px;
  right: 0;
}

.refresh::after {
  bottom: -18px;
  right: 0;
  transform: scaleX(1) scaleY(-1);
}

.refresh_contents {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
  position: relative;
}

.refresh_txt {
  padding-top: 16px;
}
.item_ttl._holiday {
  margin-top: 96px;
}

/* 社員群制度 */
.employee_txt,
.employee_item,
.point_list {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
}

.employee_txt {
  padding-top: 16px;
  padding-bottom: 60px;
}

.employee_item {
  padding-top: 20px;
}

.point_list {
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.point_list li {
  width: 22%;
}

.point_ttl {
  margin-bottom: 12px;
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #E60012;
  position: relative;
}

.point_ttl::after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #E60012;
  position: absolute;
  top: 50%;
  right: 0;
}

/* エリア区分一覧 */
.area_item,
.area_note {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
}

.area_item {
  padding-top: 20px;
}
.area_item .ttl {
  display: flex;
  color: #fff;
  background-color: #E60012;
}
.area_item .area_ttl {
  width: 36%;
  border-right: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
}
.area_item .area_ttl .main {
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area_item .area_ttl .sub {
  width: 50%;
  padding: 20px;
  background-color: #E6456D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area_item .area_ttl .sub:last-of-type {
  border-left: 2px solid #fff;
}
.area_item .store_ttl {
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area_item .contents {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.area_item .contents .main {
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.area_item .contents ul {
  width: 82%;
}
.area_item .contents ul li {
  display: flex;
}
.area_item .contents ul .sub {
  width: 21.7%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
}
.area_item .contents ul li:not(:nth-child(4n)) .sub {
  border-bottom: 1px solid #fff;
}
.area_item .contents ul .detail {
  width: 78.3%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.area_item .contents ul .detail._02 {
  width: 100%;
}

.area_note {
  padding-top: 16px;
  font-size: 12px;
}

.sec02 {
  padding-top: 104px;
  padding-bottom: 140px;
  background-color: #F0EEEA;
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
  line-height: 1.6;
  position: relative;
}

.sec02 .illust {
  position: absolute;
  width: 80px;
  z-index: 10;
}

.sec02 .illust._02 {
  top: -40px;
  right: 10%;
}

.sec02 .illust._03 {
  right: 10%;
  bottom: 10px;
}

/* 共通 */
.item_ttl._03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_ttl._03:not(:first-of-type) {
  margin-top: 104px;
}

.item_ttl._03 span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid #999;
  position: relative;
}

.item_ttl._03 span::before,
.item_ttl._03 span::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #999;
  position: absolute;
}

.item_ttl._03 span::before {
  top: 48%;
  left: 21%;
}

.item_ttl._03 span::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 1200ms;
}

.acc_btn:hover {
  cursor: pointer;
}

.acc_box._unactive {
  display: none;
}

.item_box {
  width: 90%;
  max-width: 937px;
  margin: 0 auto;
}


/* リ・チャレンジプラン */
.plan_list {
  width: 92%;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}

.plan_list li {
  width: 48%;
  position: relative;
}

.plan_list .box {
  min-height: 230px;
  margin-left: 34px;
  padding: 90px 20px 30px 20px;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(223, 0, 18, 1), rgba(230, 69, 109, 1));
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plan_list .box::before {
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #E60012;
  transform: rotate(90deg);
  position: absolute;
  top: 12px;
  left: -48px;
}

.plan_list .box._01::before {
  content: "PLAN01";
}

.plan_list .box._02::before {
  content: "PLAN02";
}

.plan_list .box._03::before {
  content: "PLAN03";
}

.plan_list .box._04::before {
  content: "PLAN04";
}

.plan_list .box::after {
  content: "";
  width: 1px;
  height: 130px;
  background-color: #E60012;
  position: absolute;
  left: -7%;
  bottom: 0px;
}

.plan_list .box span {
  display: block;
  font-size: 14px;
}

.plan_list .box .ttl {
  padding: 10px 20px 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #00110E;
  background-color: #F0EEEA;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.plan_list .box .ttl::before,
.plan_list .box .ttl::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/environment/corner_beige02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.plan_list .box .ttl::before {
  top: 0px;
  right: -20px;
}

.plan_list .box .ttl::after {
  left: 0;
  bottom: -20px;
}

/* プラチナくるみんプラス */
.item_box_contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.item_box_contents img {
  width: 18%;
  max-width: 160px;
}


@media screen and (max-width: 960px) {
  .header_nav_list {
    display: none;
  }

  /* mv */
  .mv {
    height: 82.6vw;
    background-image: url(../img/environment/s_mv.png);
  }

  .mv p {
    font-size: 10vw;
  }

  .pankuzu {
    padding: 1.6vw 4vw;
    font-size: 2.93vw;
  }

  .sec01 {
    padding-top: 9.6vw;
    padding-bottom: 21.33vw;
  }

  .sec01 p.top_txt {
    width: 90%;
    max-width: 937px;
    padding-bottom: 15vw;
  }

  .item_ttl {
    font-size: 6.4vw;
  }

  .item_ttl._01,
  .item_ttl._02 {
    margin: 0;
    margin-top: 9.6vw;
  }

  .item_ttl._01 {
    margin: 0 auto;
  }

  .item_ttl._01::before,
  .item_ttl._02::before {
    width: 8.533vw;
    height: 6.4vw;
    left: 0;
    top: -9.6vw;
  }

  /* 1週間のスケジュール */
  .schedule {
    width: 90%;
  }


  /* リフレッシュ休暇 */
  .refresh {
    margin: 18.66vw 0 18.66vw 5%;
    padding: 18.66vw 5.33vw;
    border-top-left-radius: 9.6vw;
    border-bottom-left-radius: 9.6vw;
  }

  .refresh_contents .illust {
    width: 18.4vw;
    top: -40%;
  }

  .refresh_txt {
    padding-top: 4.26vw;
  }

.item_ttl._holiday {
  margin-top: 25.6vw;
}

  /* 社員群制度 */

  .employee_txt {
    padding-top: 2.66vw;
    padding-bottom: 16vw;
  }

  .employee_item {
    padding-top: 4.26vw;
  }

  .point_list {
    padding-top: 8.53vw;
    padding-bottom: 18.66vw;
    gap: 8.53vw;
  }

  .point_list li {
    width: 100%;
  }

  .point_ttl {
    margin-bottom: 1.6vw;
    font-size: 3.2vw;
  }

  .point_ttl::after {
    width: 83%;
  }

  /* エリア区分一覧 */
  .area_item {
    padding-top: 3.46vw;
    font-size: 3.2vw;
  }

  .area_item .area_ttl {
    border-right: 0.266vw solid #fff;
  }
  .area_item .area_ttl .main {
    padding: 2.66vw;
    border-bottom: 0.266vw solid #fff;
  }
  .area_item .area_ttl .sub {
    padding: 2.66vw;
  }
  .area_item .area_ttl .sub:last-of-type {
    border-left: 0.266vw solid #fff;
  }
  .area_item .contents {
    border-top: 0.266vw solid #fff;
    border-left: 0.133vw solid #ccc;
    border-right: 0.133vw solid #ccc;
  }
  .area_item .contents .main {
    border-bottom: 0.133vw solid #ccc;
  }
  .area_item .contents ul .sub {
    width: 21.5%;
  }
  .area_item .contents ul li:not(:nth-child(4n)) .sub {
    border-bottom: 0.133vw solid #fff;
  }
  .area_item .contents ul .detail {
    width: 78.5%;
    padding: 2.66vw;
    border-bottom: 0.133vw solid #ccc;
  }

  .area_note {
    padding-top: 3.46vw;
    font-size: 3.46vw;
  }

  .sec02 {
    padding-top: 25vw;
    padding-bottom: 18.66vw;
    border-top-left-radius: 9.6vw;
    border-top-right-radius: 9.6vw;
  }

  .sec02 .illust {
    width: 17.33vw;
  }

  /* 共通 */
  .item_ttl._03:not(:first-of-type) {
    margin-top: 104px;
  }

  /* .item_ttl._03 span {
    width: 7.46vw;
    height: 7.46vw;
  } */

  /* .item_ttl._03 span::before,
  .item_ttl._03 span::after {
    width: 3.2vw;
  } */

  .item_ttl._03 span::before {
    top: 46%;
    left: 22%;
  }

  .item_ttl._03 span::after {
    top: 50%;
  }

  /* リ・チャレンジプラン */
  .plan_list {
    width: 100%;
    padding-top: 8.53vw;
    gap: 8.53vw;
  }

  .plan_list li {
    width: 100%;
  }

  .plan_list .box {
    min-height: auto;
    margin-left: 8vw;
    padding: 11.6vw 4vw 4vw 4vw;
    font-size: 4.26vw;
    border-radius: 2.66vw;
  }

  .plan_list .box::before {
    font-size: 3.2vw;
    top: 3vw;
    left: -12vw;
  }

  .plan_list .box::after {
    height: 16vw;
    left: -8%;
  }

  .plan_list .box span {
    font-size: 3.2vw;
  }

  .plan_list .box .ttl {
    padding: 0 2.66vw 1.33vw 0;
    font-size: 4.26vw;
    border-bottom-right-radius: 2.66vw;
  }

  .plan_list .box .ttl::before,
  .plan_list .box .ttl::after {
    width: 2.66vw;
    height: 2.66vw;
  }

  .plan_list .box .ttl::before {
    right: -2.66vw;
  }

  .plan_list .box .ttl::after {
    bottom: -2.66vw;
  }

  /* プラチナくるみんプラス */
  .item_box_contents {
    flex-direction: column;
    gap: 3.2vw;
  }

  .item_box_contents img {
    width: 100%;
    margin: 0 auto;
  }

  /* えるぼし */
  .acc_btn.item_ttl._03 {
    position: relative;
  }

  .acc_btn.item_ttl._03 .illust {
    position: absolute;
    top: -80%;
    right: 6%;
  }
}

/* contents */
/* contents共通 */
.link_btn {
  text-align: center;
}

.link_btn a {
  position: relative;
  display: block;
  width: 257px;
  padding: 15px 0;
  border-radius: 8px;
  color: #E60012;
  text-decoration: none;
  text-align: center;
  margin: auto;
  font-weight: bold;
}

.link_btn a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 100px;
  border: 1px solid #E60012;
}

.link_btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 4px solid #E60012;
  border-right: 4px solid #E60012;
  transform: rotate(45deg);
  box-sizing: border-box;
}

section {
  position: relative;
}

/* sec01 */
.sec01 {
  margin-top: -60px;
  background-color: #fff;
  border-top-right-radius: 72px;
  z-index: 10;
  line-height: 1.6;
}

.sec01::before {
  content: '';
  position: absolute;
  top: -72px;
  left: 0;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
}

.sec_item01 {
  padding: 72px 20px 172px;
  max-width: 1208px;
  margin: auto;
}

.sec01_ttl {
  display: flex;
  align-items: center;
}

.sec01_ttl h3 {
  max-width: 353px;
  width: 100%;
  height: auto;
}

.sec01_ttl p {
  padding-left: 48px;
}

.sec01_list {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}

.sec01_list li {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .mv p {
    top: 60%;
  }
  .sec01 {
    margin-top: -30px;
    border-top-right-radius: 9.6vw;
  }
  .sec01::before {
    width: 9.6vw;
    height: 9.6vw;
    top: -9vw;
    background-size: 9.6vw;
  }
}


/*====================================================================
フェードインアニメーション
====================================================================*/
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}