/*========================================================================================

COLOR

base： #fff
base02： #fffff5
文字のピンク：#ef7d99
濃いピンク：#f5aebf
ピンク：#ffd1dc
txt：灰色 #2d2d2d

=========================================================================================*/

/*========================================================================================

COMMON

=========================================================================================*/

.pcnone1024 {
  display: none;
}

.pcnone820 {
  display: none;
}

.en {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pcnone820 {
  display: none;
}

.y-bg {
  background-color: #fffff5;
}

.ttl01-wrap {
  position: relative;
  margin-bottom: 60px;
}

.ttl01 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #f5aebf;
  text-align: center;
  z-index: 1;
  position: relative;
}

.ttl01-en {
  font-size: 2.4rem;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.ttl01-en.white {
  color: #fff;
}

.ttl02 {
  max-width: 400px;
  background-color: #ef7d99;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 50px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  border-radius: 999px;
  text-align: center;
}

.ttl04 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ef7d99;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2024/12/flower-icon01-1.png);
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 40px;
  background-position: left top 2px;
}

.ttl05 {
  background-color: #ef7d99;
  color: #fff;
  padding: 10px;
  display: inline-block;
  border: 999px;
  line-height: 1em;
  font-weight: bold;
  border-radius: 999px;
  margin-bottom: 15px;
}

.ttl06 {
  background-color: #ffd1dc;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.list01 li {
  background-image: url(/wp-content/uploads/2024/12/pink-circle.png);
  background-repeat: no-repeat;
  background-position: left top 7px;
  background-size: 19px auto;
  padding-left: 27px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ef7e99;
}

.list01 li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.pink-txt {
  color: #ef7d99;
}

.green-txt {
  color: #86b963;
}

.btn02 {
  text-align: right;
}

.btn02 a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-image: url(/wp-content/uploads/2024/12/r-arrow.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: left top 3px;
  padding-left: 32px;
  display: inline-block;
}

.btn02 a:hover {
  opacity: 0.7;
}

/*========================================================================================

HEADER

=========================================================================================*/

.pc-top-menu {
  -webkit-box-shadow: 0 0 68px rgba(255, 209, 220, 0.2);
  box-shadow: 0 0 68px rgba(255, 209, 220, 0.2);
  width: 90%;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 999px;
  margin: 0 auto;
  transform: translateY(-300px);
  transition-duration: 0.5s;
}

.pc-top-menu.scrolled {
  transform: translateY(0px);
}

.pc-top-menu .header-menu > li > a {
  font-size: 1.5rem;
  padding: 0 30px;
}

/*========================================================================================

Animation

=========================================================================================*/

.js-fade-up {
  opacity: 0 !important;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.js-fade-up.is-show {
  opacity: 1 !important;
  -webkit-transform: translateY(-0);
  transform: translateY(-0);
}

@-webkit-keyframes slide_left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slide_left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/*========================================================================================

SLIDER

=========================================================================================*/

.slider {
  padding: 0;
  background-image: url(/wp-content/uploads/2024/12/geo-left.png),
    url(/wp-content/uploads/2024/12/geo-right.webp);
  background-position: top left, bottom right;
  background-size: 15% auto;
  background-repeat: no-repeat;
}

/*========================================================================================

コラム

=========================================================================================*/

.news-ttl {
  width: 320px;
}

.news-content {
  width: calc(100% - 380px);
}

/*========================================================================================

サービスの特徴

=========================================================================================*/

.service-section {
  background-image: url(/wp-content/uploads/2024/12/bg-tl.png),
    url(/wp-content/uploads/2024/12/bg-rb.png);
  background-size: 35% auto;
  background-position: top -5% left, right bottom -5%;
  background-repeat: no-repeat;
}

.service-list li {
  width: 30%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.service-box {
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}

.service-head {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
}

.service-head::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ef7d99;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*========================================================================================

事業紹介

=========================================================================================*/

.h-business-section {
  background-image: url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png);
  background-position: right -5% top 15%, left -5% bottom 15%;
  background-size: 20%;
  background-repeat: no-repeat;
}

.business-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 60px;
}

.business-list li {
  padding: 40px;
  background-color: #fff9fa;
  border-radius: 50px;
}

.business-img {
  margin-bottom: 20px;
}

.business-img img {
  border-radius: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.business-img img:hover {
  opacity: 0.7;
}

.business-head {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.business-txt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

/*========================================================================================

会社概要

=========================================================================================*/

.company-section {
  background-image: url(/wp-content/uploads/2024/12/bg-tl.png),
    url(/wp-content/uploads/2024/12/bg-rb.png);
  background-size: 35% auto;
  background-position: top -5% left, right bottom -5%;
  background-repeat: no-repeat;
  padding-bottom: 75px;
}

.company-block {
  margin-bottom: 60px;
}

.company-box {
  width: 47%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.pdf-list.flex {
  justify-content: center;
}

.pdf-list li {
  width: 30%;
  margin: 0 1.5% 25px;
}

.pdf-list li a {
  text-align: center;
  font-size: 1.8rem;
  display: block;
  padding: 15px;
  border: 10px;
  background-color: #bdb19b;
  color: #ffffff;
  border-radius: 10px;
  font-weight: bold;
  transition-duration: 0.3s;
}

.pdf-list li a:hover {
  opacity: 0.7;
}

.not-txt01 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
}

/*========================================================================================

採用情報

=========================================================================================*/

.h-recruit-section {
  background-image: url(/wp-content/uploads/2024/12/geo-left.png),
    url(/wp-content/uploads/2024/12/geo-right.png);
  background-position: top 15% left, bottom 15% right;
  background-size: 15% auto;
  background-repeat: no-repeat;
}

/*========================================================================================

事業紹介 詳細ページ

=========================================================================================*/

.business-section01 {
  background-image: url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png);
  background-position: left -5% top 15%, right -5% top 30%, left -5% top 50%,
    right -5% top 70%, left -5% top 85%;
  background-size: 20%;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.head-txt01 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.vacant-block {
  margin-bottom: 60px;
}

.vacant-table td {
  width: calc(100% / 7) !important;
  text-align: center !important;
  font-size: 1.8rem !important;
  border-right: 1px solid #ddd !important;
}

.vacant-table td.column-7 {
  border-right: none !important;
}

.vacant-table tr.row-1 td {
  background-color: #f5aebf !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border-right: 1px solid #fff !important;
  border-top: none;
}

.vacant-table tr.row-1 td.column-7 {
  border-right: none !important;
}

.vacant-table tr.row-2 td {
  background-color: #fff !important;
  color: #423a30 !important;
}

.day-block {
  margin-bottom: 60px;
}

.day-list li {
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #dcd3c7;
}

.day-list li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.day-time {
  width: 300px;
}

.day-time p {
  font-size: 3rem;
  font-weight: bold;
  color: #ef7d99;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.day-content {
  width: calc(100% - 330px);
}

.day-content p {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.fee-block {
  margin-bottom: 60px;
}

.business-section02 {
  background-image: url(/wp-content/uploads/2024/12/bg-tl.png),
    url(/wp-content/uploads/2024/12/bg-rb.png);
  background-size: 35% auto;
  background-position: top -5% left, right bottom -5%;
  background-repeat: no-repeat;
  padding-bottom: 75px;
}

.hc-section01 {
  background-image: url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png),
    url(/wp-content/uploads/2024/12/flower-bg02.png);
  background-position: left -5% top 15%, right -5% top 30%, left -5% top 50%,
    right -5% top 70%, left -5% top 85%;
  background-size: 20%;
  background-repeat: no-repeat;
  padding-bottom: 0;


  .service-block {
    margin-bottom: 60px;
  }

  .service-txt01 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .service-head02 {
    background-color: #ef7d99;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding: 15px 10px;
    margin-bottom: 0;
  }

  .service-inner {
    background-color: #fffff7;
    padding: 30px;
    border-radius: 0 0 15px 15px;
  }

  .service-flow li {
    margin-bottom: 60px;
    position: relative;
  }

  .service-flow li::after {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2024/12/s-flow-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .service-flow li:last-of-type::after {
    display: none;
  }
}

.plan-txt01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.plan-txt02 {
  text-align: center;
}

.plan-inner {
  margin-bottom: 40px;
}

.plan-box {
  width: 48%;
  padding: 30px;
  background-color: #fffff7;
}

.business-section03 {
  background-image: url(/wp-content/uploads/2024/12/geo-left.png),
    url(/wp-content/uploads/2024/12/geo-right.png);
  background-position: bottom 15% left, top 15% right;
  background-size: 15% auto;
  background-repeat: no-repeat;
}

.overview-block {
  margin-bottom: 60px;
}

.overview-box {
  width: 48%;
}

.important-block02 {
  margin-bottom: 80px;
}
