@charset "utf-8";
/*共通*/
body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, 'BIZ UDGothic', sans-serif;
  color: #272343;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

body,
body *:not(html):not(style):not(br):not(tr):not(code) {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, 'BIZ UDGothic', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  position: relative;
}

section {
  padding: 4rem 0;
}

p,
ul,
ol,
blockquote {
  line-height: 1.4;
  text-align: left;
}

p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
}

p.sub {
  font-size: 12px;
}

ul,
ol {
  padding-left: 1rem;
}

ul {
  list-style-type: disc;
}

a {
  color: #3869d4;
  text-decoration: underline;
}

a:hover {
  color: #3869d4;
  text-decoration: none;
}

a img {
  border: none;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  border: 0;
}

img {
  max-width: 100%;
}

input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}

table {
  -premailer-cellpadding: 0;
  -premailer-cellspacing: 0;
  -premailer-width: 100%;
  width: 100%;
}

.text-shadow {
  text-shadow: 2px 2px 4px #272343;
}

/* メイン */
.main {
  box-sizing: border-box;
  min-width: 960px;
  min-height: 100vh;
  position: relative;
  padding-top: 80px;
}

.wrapper {
  width: 960px;
  margin: auto;
}

.top-container {
  display: grid;
  column-gap: 2.7rem;
  row-gap: 2.7rem;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*レスポンシブ*/
.pc {
  display: block!important;
}

.sp {
  display: none!important;
}

/* ハンバーガーメニュー */
.line {
  transition: all 0.3s ease;
}

.open .line-1 {
  transform: rotate(45deg) translate(5px, 5px);
  top: 2px;
}

.open .line-2 {
  opacity: 0;
}

.open .line-3 {
  transform: rotate(-45deg) translate(5px, -5px);
  bottom: 2px;
}

/* 　タイトル */
.heading-title {
  background: linear-gradient(to right, #2E6C42, #59D280);
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 500px;
  padding-left: 150px;
  position: relative;
  margin-bottom: 2rem;
}

.heading-title::after {
  content: '';
  border: 16px solid transparent;
  border-top: 48px solid #59D280;
  position: absolute;
  top: 0px;
  right: -16px;
  z-index: 1;
}

.green-underline {
  position: relative;
}

.green-underline::after {
  content: '';
  background-color: #357B4C;
  border-radius: 5px;
  position: absolute;
  width: 230px;
  height: 6px;
  display: inline-block;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* 吹き出し */
.green-fukidashi {
  position: relative;
  background-color: #F1FAF1;
  color: #275D38;
  border-radius: 48%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: fit-content;
  min-height: 100px;
  padding: 2rem 2.5rem;
}

.green-fukidashi::after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #2E6C42;
  border-radius: 48%;
  z-index: 1;
  background: transparent;
  box-sizing: border-box;
}

/* ボックス・枠系 */
.white-box-container {
  display: grid;
  row-gap: 0.8rem;
}

.white-box {
  background: #FFFFFF;
  border-radius: 1.3rem;
  padding: 1.5rem;
  transition-property: box-shadow, background-color;
  transition-duration: 0.3s;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}

/* パブリザが選ばれる理由 */
.sugoi-mark {
  position: relative;
}

.sugoi-mark::before {
  content: '';
  background: url(images/common/good_finger2.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 5rem;
  height: 5rem;
}

/* 数字で見る効果 */
.slider-container {
  transition: transform 0.5s ease-in-out;
}

.slide-wrapper {
  width: 100%;
  flex-shrink: 0;
}

/* 他の施設予約システムとの違い */
.comparison-chart th,
.comparison-chart td {
  border: 2px solid #B9B9B9;
  text-align: center;
  padding: 10px;
}

.comparison-chart th {
  background: #D9D9D9;
}

.comparison-chart th:nth-child(2) {
  background: #EF831F;
  color: #ffffff;
  border: 2px solid #F5B757;
  border-top: 6px solid #EF831F;
  border-left: 6px solid #EF831F;
  border-right: 6px solid #EF831F;
}

.comparison-chart td {
  background: #F9F9F9;
  width: 27%;
}

.comparison-chart td:nth-child(2) {
  background: #FEDC5E;
  border: 2px solid #EF831F;
  border-left: 6px solid #EF831F;
  border-right: 6px solid #EF831F;
}

.comparison-chart td:first-child {
  font-weight: bold;
  width: 19%;
}

.comparison-chart tr:last-child td:nth-child(2) {
  border-bottom: 6px solid #EF831F;
}

/* よくあるご質問 */
.qa-list {
  display: grid;
  row-gap: 1.4rem;
}

li.question,
li.answer {
  position: relative;
  list-style: none;
  padding-left: 35px;
}

li.question::before {
  content: '';
  background: url(images/faq/question.webp) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

li.answer::before {
  content: '';
  background: url(images/faq/answer.webp) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* タイムカプセルについて */
.company-overview-table th,
.company-overview-table td {
  border-top: 1px solid #000000;
  padding: 0.7rem;
}

.company-overview-table tr:last-child th,
.company-overview-table tr:last-child td {
  border-bottom: 1px solid #000000;
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
  .main {
    min-width: auto;
  }
}

@media screen and (max-width: 960px) {
  /* 共通 */
  p,
  li {
    font-size: 0.8rem;
    margin-bottom: 0;
  }

  section {
    padding: 2rem 0;
  }

  /* メイン */
  .main {
    padding-top: 75px;
  }

  .wrapper {
    width: 100%;
    padding: 0 1rem;
  }

  .top-container {
    column-gap: 1.7rem;
    row-gap: 1.7rem;
  }

  .d-flex-wrap {
    justify-content: center;
    gap: 1.2rem;
  }

  /*レスポンシブ*/
  .pc {
    display: none!important;
  }

  .sp {
    display: block!important;
  }
}

@media screen and (max-width: 428px) {
  /* 共通 */
  .main {
    min-width: 100%;
  }

  /* タイトル */
  .heading-title {
    font-size: 1.6rem;
    width: 80%;
    padding-left: 15px;
  }

  .heading-title::after {
    border-top: 38px solid #59D280;
  }

  /* 吹き出し */
  .green-fukidashi {
    min-height: auto;
    padding: 1.2rem;
  }

  .green-fukidashi::after {
    top: -3px;
    left: -3px;
  }

  /* パブリザが選ばれる理由 */
  .sugoi-mark::before {
    left: -0.6rem;
    width: 3.5rem;
    height: 3.5rem;
  }

  /* 数字で見る効果 */
  .slider-container {
    width: 200%;
  }

  .slide-wrapper {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

}