@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;
}

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%;
}

/* メイン */
.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;
}

/* タイトル */
.section-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.section-title .big {
  font-size: 2.2rem;
  margin: 0 10px;
}

.check-title {
  color: #EF831F;
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 27px;
}

.check-title::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.orange-line {
  position: relative;
  width: fit-content;
}

.orange-line::before,
.orange-line::after {
  background: #EF831F;
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: 20px;
}

.orange-line::before {
  transform: rotate(60deg);
  left: -3rem;
}

.orange-line::after {
  transform: rotate(-60deg);
  right: -3rem;
}

/* 下線 */
.yellow-underline {
  position: relative;
}

.yellow-underline::after {
  content: "";
  border-bottom: 13px solid #FFD803;
  position: absolute;
  width: 100%;
  height: 13px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.orange-underline {
  position: relative;
}

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

/* 吹き出し */
.fukidashi-bottom {
  background: #EF831F;
  color: #FFFFFF;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 15px 40px;
  margin: 0 auto 2em;
}

.fukidashi-bottom:before {
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #EF831F;
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -15px;
}

.fukidashi-top {
  background: #EF831F;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  width: fit-content;
  font-weight: bold;
  padding: 15px 40px;
  margin: 0 auto 2em;
}

.fukidashi-top::before {
  content: "";
  border: 16px solid transparent;
  border-bottom: 32px solid #EF831F;
  position: absolute;
  top: -45px;
  left: 22%;
  margin-left: -15px;
}

.fukidashi-left {
  border: solid 2px #CACACA;
  border-radius: 2rem;
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: calc(90% - 65px);
  padding: 1.8rem 1rem;
  margin: 0.5rem auto;
}

.fukidashi-left:before {
  content: "";
  border: 15px solid transparent;
  border-right: 26px solid #FFF;
  position: absolute;
  top: 50%;
  left: -41px;
  margin-top: -13px;
  z-index: 2;
}

.fukidashi-left:after {
  content: "";
  border: 16px solid transparent;
  border-right: 29px solid #CACACA;
  position: absolute;
  top: 50%;
  left: -46px;
  margin-top: -14px;
  z-index: 1;
}

/* 矢印 */
.purple-right {
  position: relative;
  width: 44px;
  height: 210px;
}

.purple-right::before,
.purple-right::after{
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  margin: auto;
}

.purple-right::before{
  border: 13px solid transparent;
  border-left: 21px solid #BD867F;
	left: 24px;
	width: 6px;
	height: 6px;
}

.purple-right::after{
  border-left: 30px solid #BD867F;
	left: 0;
	width: 8px;
	height: 6px;
}

.orange-right {
  position: relative;
  width: 63px;
  margin-top: 5rem;
}

.orange-right::before,
.orange-right::after{
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  margin: auto;
}

.orange-right::before{
  border: 24px solid transparent;
  border-left: 36px solid #EF831F;
  left: 28px;
	width: 6px;
	height: 6px;
}

.orange-right::after {
  border-left: 34px solid #EF831F;
	left: 0;
	width: 8px;
	height: 22px;
}

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

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

.white-box.small {
  width: 30%;
  padding: 20px 16px;
}

.rounded-square {
  border-radius: 1.5rem;
  padding: 2rem 4rem;
}

.rounded-square.small {
  padding: 1rem 2rem;
}

.rounded-square.finger {
  position: relative;
}

.rounded-square.finger::before {
  content: '';
  background: url(images/common/good_finger_icon.webp?20240719) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: -20px;
}

.white-box.square {
  border-radius: 0;
}

/* 機能一覧 */
#functions-list .white-box {
  padding: 0.5rem 1rem;
}

.cando-list-table th {
  font-size: 1.3rem;
  font-weight: bold;
  width: 12%;
  text-align: center;
  padding: 2.6rem 0.3rem;
}

.cando-list-table.admin th {
  color: #2E8EC0;
  border-right: 2px solid #2E8EC0;
}

.cando-list-table.user th {
  color: #EF831F;
  border-right: 2px solid #EF831F;
}

.cando-list-table td {
  position: relative;
  font-size: 1.1rem;
  width: 22%;
  vertical-align: middle;
  padding: 1rem 0 1rem 2.6rem;
}

.cando-list-table td[colspan] {
  width: 42%;
}

.cando-list-table td::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.cando-list-table.admin td::before {
  color: #2E8EC0;
}

.cando-list-table.user td::before {
  color: #EF831F;
}

/* 他の施設予約システムとの違い */
.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: #F5B757;
  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: #FDF4E7;
  border: 2px solid #F5B757;
  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;
}

/* よくあるご質問 */
#faq .white-box {
  padding: 1.2rem 2rem;
}

.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 {
  width: fit-content;
  margin: 0 auto;
}

.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: 70px;
  }

  .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;
  }

  /* 機能一覧 */
  .cando-list-table th {
    width: 100%;
    padding: 0.5rem;
  }

  .cando-list-table.admin th {
    border-right: 0;
    border-bottom: 2px solid #2E8EC0;
  }

  .cando-list-table.user th {
    border-right: 0;
    border-bottom: 2px solid #EF831F;
  }

  .cando-list-table td {
    font-size: 1rem;
    width: 100%;
    padding: 0.5rem 0 0.5rem 1.6rem;
  }

  .cando-list-table td::before {
    left: 0;
  }
}

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

  /* タイトル */
  .section-title {
    font-size: 1.1rem;
  }

  .section-title .big {
    font-size: 1.6rem;
  }

  .check-title {
    width: fit-content;
    margin: 0 auto;
  }

  .orange-line {
    width: calc(100% - 58px);
  }

  /* 下線 */
  .orange-underline::after {
    width: 190px;
    height: 4px;
    bottom: -5px;
  }

  /* 吹き出し */
  .fukidashi-bottom {
    padding: 10px 20px;
  }

  .fukidashi-top {
    font-size: 0.8rem;
    padding: 10px;
  }

  .fukidashi-top::before {
    left: 33%;
  }

  .fukidashi-left {
    width: 100%;
    padding: 16px 10px 10px;
  }

  .fukidashi-left:before {
    border: 15px solid transparent;
    border-bottom: 27px solid #FFF;
    top: -27px;
    left: 81px;
  }

  .fukidashi-left:after {
    border: 16px solid transparent;
    border-bottom: 29px solid #CACACA;
    top: -31px;
    left: 80px;
  }

  /* 矢印 */
  .purple-right {
    height: 44px;
    transform: rotate(90deg);
    margin-top: 0;
  }

  .orange-right {
    width: 32px;
    height: 56px;
    transform: rotate(90deg);
    margin-top: 0;
  }

  .orange-right::before {
    border: 28px solid transparent;
    border-left: 18px solid #EF831F;
    left: 13px;
  }

  .orange-right::after {
    border-left: 14px solid #EF831F;
  }

  .white-box.small {
    width: 100%;
  }

  .rounded-square,
  .rounded-square.small {
    padding: 1rem;
  }

  /* 他の施設予約システムとの違い */
  .comparison-chart th,
  .comparison-chart td {
    font-size: 0.8rem;
    padding: 5px;
  }

  /* よくあるご質問 */
  #faq .white-box {
    padding: 1rem;
  }
  
  .qa-list {
    row-gap: 1rem;
  }  

  /* タイムカプセルについて */
  .company-overview-table th,
  .company-overview-table td {
    font-size: 0.9rem;
  }
}