@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* ホバーをPCでのみ有効
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #001A24;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  color: #001A24;
}

/* よくあるご質問
--------------------------------------------------*/
/* よくあるご質問
--------------------------------------------------*/
.faq_area {
  padding-bottom: 100px;
  background-color: #F3F5F5;
}
@media screen and (max-width: 768px) {
  .faq_area {
    padding-bottom: 60px;
  }
}
.faq_area .flex {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1199px) {
  .faq_area .flex {
    gap: 40px;
  }
}
.faq_area .flex .cat_sticky {
  position: sticky;
  align-self: flex-start;
  top: 122px;
  padding-top: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .faq_area .flex .cat_sticky {
    display: none;
  }
}
.faq_area .flex .cat_sticky .cat_list {
  padding-top: 20px;
  border-top: solid 1px #00AEEF;
}
.faq_area .flex .cat_sticky .cat_list li {
  padding-left: 20px;
  position: relative;
}
.faq_area .flex .cat_sticky .cat_list li::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 25'><path d='M24.175 12.7056H2.5V10.7056H24.175L18.575 5.10557L20 3.70557L28 11.7056L20 19.7056L18.575 18.3056L24.175 12.7056Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 25'><path d='M24.175 12.7056H2.5V10.7056H24.175L18.575 5.10557L20 3.70557L28 11.7056L20 19.7056L18.575 18.3056L24.175 12.7056Z' fill='black'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #00AEEF;
  width: 15px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq_area .flex .cat_sticky .cat_list li a {
  font-size: 1.4rem;
  font-weight: 500;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .faq_area .flex .cat_sticky .cat_list li a:hover {
    opacity: 0.7;
  }
}
.faq_area .flex .faq {
  width: 100%;
}
.faq_area .flex .faq #ticket_faq .cat_title, .faq_area .flex .faq #others_faq .cat_title {
  font-size: clamp(2rem, 6.66vw, 2.8rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq #ticket_faq .cat_title, .faq_area .flex .faq #others_faq .cat_title {
    margin-bottom: 15px;
  }
}
.faq_area .flex .faq #ticket_faq {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq #ticket_faq {
    padding-top: 60px;
  }
}
.faq_area .flex .faq #others_faq {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq #others_faq {
    padding-top: 40px;
  }
}
.faq_area .flex .faq .faq_list .wrap_faq_box .question {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq .faq_list .wrap_faq_box .question {
    padding: 15px 15px;
  }
}
.faq_area .flex .faq .faq_list .wrap_faq_box .question::before, .faq_area .flex .faq .faq_list .wrap_faq_box .question::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #00AEEF;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq .faq_list .wrap_faq_box .question::before, .faq_area .flex .faq .faq_list .wrap_faq_box .question::after {
    right: 17px;
    width: 17px;
  }
}
.faq_area .flex .faq .faq_list .wrap_faq_box .question::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq_area .flex .faq .faq_list .wrap_faq_box .question.open::after {
  opacity: 0;
}
.faq_area .flex .faq .faq_list .wrap_faq_box .question .text {
  font-weight: 500;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq .faq_list .wrap_faq_box .question .text {
    font-size: 1.6rem;
    padding-left: 28px;
    padding-right: 30px;
  }
}
.faq_area .flex .faq .faq_list .wrap_faq_box .question .text::before {
  content: "Q";
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #00AEEF;
  left: 0;
  top: -9px;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq .faq_list .wrap_faq_box .question .text::before {
    font-size: 2rem;
    top: -5px;
  }
}
.faq_area .flex .faq .faq_list .wrap_faq_box .answer {
  display: none;
  padding: 30px;
  background-color: #fff;
  border-top: solid 1px #EBECED;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq .faq_list .wrap_faq_box .answer {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq .faq_list .wrap_faq_box .answer .text {
    font-size: 1.6rem;
  }
}
.faq_area .flex .faq .faq_list .wrap_faq_box .answer .text .link_text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #00AEEF;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .faq_area .flex .faq .faq_list .wrap_faq_box .answer .text .link_text:hover {
    opacity: 0.8;
  }
}
.faq_area .flex .faq .faq_list .wrap_faq_box:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq_area .flex .faq .faq_list .wrap_faq_box:not(:last-child) {
    margin-bottom: 16px;
  }
}

.cat_list li.current a {
  text-decoration: underline;
  text-underline-offset: 2px;
}