@charset "UTF-8";
.centering {
  height: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .tie-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #222;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
  }
  .tie-wrapper * {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
  }
  .tie-wrapper img {
    vertical-align: top;
  }
  .tie-wrapper .is-delay {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .tie-wrapper .tie-kv {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .tie-wrapper .tie-kv__text {
    position: absolute;
    left: 0;
    top: 12vw;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 1;
  }
  .tie-wrapper .tie-kv__text__j-title {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
  }
  .tie-wrapper .tie-kv__text__j-title::after, .tie-wrapper .tie-kv__text__j-title::before {
    content: "";
    display: inline-block;
    width: 25px;
    margin: 0 8px;
    border-top: 1px solid #fff;
    vertical-align: middle;
  }
  .tie-wrapper .tie-kv__text__e-title {
    margin-bottom: 8px;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-weight: 500;
    font-size: 45px;
    color: #001f37;
    line-height: 1;
    text-align: center;
  }
  .tie-wrapper .tie-kv__text__e-copy {
    margin-bottom: 25px;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
  }
  .tie-wrapper .tie-kv__text.animate {
    opacity: 1;
    transition: opacity 1.5s ease-out 1s;
  }
  .tie-wrapper .tie-kv__photo {
    transform: scale3d(1.07, 1.07, 1.07);
  }
  .tie-wrapper .tie-kv__photo img {
    width: 100%;
  }
  .tie-wrapper .tie-kv__photo.animate {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: transform 3s ease-out, opacity 2s linear;
  }
  .tie-wrapper .tie-lead {
    margin: 30px 30px 50px 30px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .tie-wrapper .tie-lead p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .tie-wrapper .tie-lead p + p {
    margin-top: 18px;
  }
  .tie-wrapper .tie-nav {
    margin: 0 30px;
  }
  .tie-wrapper .tie-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tie-wrapper .tie-nav ul li {
    width: 150px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .tie-wrapper .tie-nav ul li a {
    display: block;
    text-align: center;
  }
  .tie-wrapper .tie-nav ul li a img {
    width: 100%;
  }
  .tie-wrapper .tie-nav ul li a span {
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 12px;
    background-image: url(../img/arrow.png);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .tie-wrapper .tie-section {
    margin: 50px 30px;
  }
  .tie-wrapper .tie-section::before {
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto 50px auto;
    border-bottom: 1px solid #001f37;
  }
  .tie-wrapper .tie-section__title {
    text-align: center;
  }
  .tie-wrapper .tie-section__title br {
    display: none;
  }
  .tie-wrapper .tie-section__title__en {
    display: block;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-size: 33px;
    font-weight: 500;
    line-height: 1;
    color: #aa987b;
    margin-bottom: 8px;
    text-align: center;
  }
  .tie-wrapper .tie-section__title__ja {
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: #001f37;
    text-align: center;
  }
  .tie-wrapper .tie-section__movie {
    position: relative;
    width: 100%;
    padding-top: 51%;
    margin: 38px 0 38px 0;
  }
  .tie-wrapper .tie-section__movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tie-wrapper .tie-section__lead {
    margin: 0 auto 25px auto;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #001f37;
    line-height: 2;
  }
  .tie-wrapper .tie-section__steps > ol {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    counter-reset: num;
    list-style: none;
  }
  .tie-wrapper .tie-section__steps > ol > li {
    position: relative;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    counter-increment: num;
  }
  .tie-wrapper .tie-section__steps > ol > li:nth-child(2n) {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li:nth-child(10) {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li.twice {
    width: 315px;
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li.no-margin {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol {
    display: flex;
    flex-wrap: nowrap;
    counter-reset: alpha;
    list-style: none;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol > li {
    counter-increment: alpha;
    position: relative;
    width: 150px;
    margin-right: 15px;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol > li:last-child {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol > li i::after {
    content: counter(alpha, upper-alpha);
    position: absolute;
    left: 30px;
    bottom: 12px;
    font-style: normal;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-size: 14px;
  }
  .tie-wrapper .tie-section__steps > ol > li figure i {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  .tie-wrapper .tie-section__steps > ol > li figure i::before {
    position: absolute;
    left: 0;
    bottom: 10px;
    content: counter(num);
    border-radius: 50%;
    background: #001f37;
    color: #fff;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-weight: 500;
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-feature-settings: "lnum";
  }
  .tie-wrapper .tie-section__steps > ol > li figure img {
    width: 100%;
  }
  .tie-wrapper .tie-section__steps > ol > li figure figcaption {
    font-size: 12px;
  }
  .tie-wrapper .tie-section__steps > ol > li figure figcaption.stride-2col {
    width: 315px;
  }
  .tie-wrapper .tie-section__steps__note {
    margin-bottom: 25px;
    line-height: 1.75;
    font-size: 12px;
  }
  .tie-wrapper .tie-column {
    background: #85accd;
    margin: 50px 0 0 0;
    padding: 50px 30px;
  }
  .tie-wrapper .tie-column__section {
    margin: 0 0 50px 0;
  }
  .tie-wrapper .tie-column__section:last-child {
    margin: 0 auto 0 auto;
  }
  .tie-wrapper .tie-column__section__photo {
    margin-bottom: 25px;
  }
  .tie-wrapper .tie-column__section__photo img {
    width: 100%;
  }
  .tie-wrapper .tie-column__section__text h2 {
    margin-bottom: 12px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .tie-wrapper .tie-column__section__text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .tie-wrapper .tie-column__section.-reverse {
    flex-direction: row-reverse;
  }
  .tie-wrapper .tie-column__section.-align-start {
    align-items: flex-start;
  }
  .tie-wrapper .tie-banner {
    margin: 0 auto;
  }
  .tie-wrapper .tie-banner > a {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #001f37;
  }
  .tie-wrapper .tie-banner > a picture, .tie-wrapper .tie-banner > a img {
    width: 100%;
  }
  .tie-wrapper .tie-banner > a .tie-banner__text {
    position: absolute;
    top: 12vw;
    right: 5.3333333333vw;
    left: 5.3333333333vw;
    margin: 0 auto;
  }
  .tie-wrapper .tie-banner > a .tie-banner__text p {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  .tie-wrapper .tie-banner > a .tie-banner__text .tie-banner__text__button {
    display: block;
    color: #001f37;
    border: 2px solid #001f37;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 46px;
    line-height: 46px;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .tie-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #001f37;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    overflow-x: hidden;
    font-size: 14px;
  }
  .tie-wrapper * {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
  }
  .tie-wrapper img {
    vertical-align: top;
  }
  .tie-wrapper .is-delay {
    opacity: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .tie-wrapper .tie-kv {
    position: relative;
    margin-bottom: 5.3571428571%;
    overflow: hidden;
  }
  .tie-wrapper .tie-kv__text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 1;
  }
  .tie-wrapper .tie-kv__text__j-title {
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .tie-wrapper .tie-kv__text__j-title::after, .tie-wrapper .tie-kv__text__j-title::before {
    content: "";
    display: inline-block;
    width: 50px;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
  }
  .tie-wrapper .tie-kv__text__e-title {
    margin-bottom: 5px;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-weight: 500;
    font-size: 62px;
    color: #001f37;
    line-height: 1;
  }
  .tie-wrapper .tie-kv__text__e-copy {
    margin-bottom: 35px;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .tie-wrapper .tie-kv__text.animate {
    opacity: 1;
    transition: opacity 1.5s ease-out 1s;
  }
  .tie-wrapper .tie-kv__photo {
    transform: scale3d(1.07, 1.07, 1.07);
  }
  .tie-wrapper .tie-kv__photo img {
    width: 100%;
  }
  .tie-wrapper .tie-kv__photo.animate {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: transform 3s ease-out, opacity 2s linear;
  }
  .tie-wrapper .tie-lead {
    margin-bottom: 5.3571428571%;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .tie-wrapper .tie-lead p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
  }
  .tie-wrapper .tie-lead p + p {
    margin-top: 35px;
  }
  .tie-wrapper .tie-nav {
    max-width: 1000px;
    box-sizing: content-box;
    padding: 0 40px;
    margin: 0 auto;
  }
  .tie-wrapper .tie-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .tie-wrapper .tie-nav ul li a {
    display: block;
    text-align: center;
  }
  .tie-wrapper .tie-nav ul li a img {
    width: 100%;
  }
  .tie-wrapper .tie-nav ul li a span {
    margin-top: 15px;
    font-weight: bold;
    display: inline-block;
    padding-left: 13px;
    background-image: url(../img/arrow.png);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .tie-wrapper .tie-section {
    margin: 7.1428571429% auto;
    max-width: 1000px;
    box-sizing: content-box;
    padding: 0 40px;
  }
  .tie-wrapper .tie-section::before {
    content: "";
    display: block;
    width: 100px;
    margin: 0 auto 7.1428571429% auto;
    border-bottom: 1px solid #001f37;
  }
  .tie-wrapper .tie-section__title {
    text-align: center;
  }
  .tie-wrapper .tie-section__title br {
    display: none;
  }
  .tie-wrapper .tie-section__title__en {
    display: block;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #aa987b;
    margin-bottom: 10px;
  }
  .tie-wrapper .tie-section__title__ja {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #001f37;
  }
  .tie-wrapper .tie-section__movie {
    margin: 7.5% 0 4% 0;
  }
  .tie-wrapper .tie-section__movie iframe {
    width: 100%;
  }
  .tie-wrapper .tie-section__lead {
    width: 750px;
    margin: 0 auto 5% auto;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #001f37;
    line-height: 2;
  }
  .tie-wrapper .tie-section__steps > ol {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    counter-reset: num;
  }
  .tie-wrapper .tie-section__steps > ol > li {
    position: relative;
    width: 180px;
    margin-right: 25px;
    margin-bottom: 25px;
    counter-increment: num;
  }
  .tie-wrapper .tie-section__steps > ol > li:nth-child(5) {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li:nth-child(10) {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li.has-col {
    width: 385px;
  }
  .tie-wrapper .tie-section__steps > ol > li.no-margin {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol {
    display: flex;
    flex-wrap: nowrap;
    counter-reset: alpha;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol > li {
    counter-increment: alpha;
    position: relative;
    width: 180px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol > li:last-child {
    margin-right: 0;
  }
  .tie-wrapper .tie-section__steps > ol > li > ol > li i::after {
    content: counter(alpha, upper-alpha);
    position: absolute;
    left: 30px;
    bottom: 12px;
    font-style: normal;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-size: 14px;
  }
  .tie-wrapper .tie-section__steps > ol > li figure i {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  .tie-wrapper .tie-section__steps > ol > li figure i::before {
    position: absolute;
    left: 0;
    bottom: 10px;
    content: counter(num);
    border-radius: 50%;
    background: #001f37;
    color: #fff;
    font-family: freight-display-pro, adobe-garamond-pro, serif;
    font-weight: 500;
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-feature-settings: "lnum";
  }
  .tie-wrapper .tie-section__steps > ol > li figure img {
    width: 100%;
  }
  .tie-wrapper .tie-section__steps > ol > li figure figcaption {
    font-size: 12px;
  }
  .tie-wrapper .tie-section__steps > ol > li figure figcaption.stride-2col {
    width: 385px;
  }
  .tie-wrapper .tie-section__steps__note {
    margin-bottom: 25px;
    text-align: center;
    line-height: 2;
  }
  .tie-wrapper .tie-column {
    background: #85accd;
    margin: 7.1428571429% 0;
    padding: 7.1428571429% 0;
  }
  .tie-wrapper .tie-column__section {
    max-width: 1000px;
    box-sizing: content-box;
    padding: 0 40px;
    margin: 0 auto 7.1428571429% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
  }
  .tie-wrapper .tie-column__section:last-child {
    margin: 0 auto 0 auto;
  }
  .tie-wrapper .tie-column__section__photo {
    width: 450px;
  }
  .tie-wrapper .tie-column__section__photo img {
    width: 100%;
  }
  .tie-wrapper .tie-column__section__text {
    flex: 1;
  }
  .tie-wrapper .tie-column__section__text h2 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .tie-wrapper .tie-column__section__text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .tie-wrapper .tie-column__section.-reverse {
    flex-direction: row-reverse;
  }
  .tie-wrapper .tie-column__section.-align-start {
    align-items: flex-start;
  }
  .tie-wrapper .tie-banner {
    max-width: 1000px;
    box-sizing: content-box;
    padding: 0 40px;
    margin: 7.1428571429% auto 7.1428571429% auto;
  }
  .tie-wrapper .tie-banner > a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
  }
  .tie-wrapper .tie-banner > a picture,
  .tie-wrapper .tie-banner > a img {
    width: 100%;
    margin-right: -425px;
  }
  .tie-wrapper .tie-banner > a .tie-banner__text {
    width: 305px;
  }
  .tie-wrapper .tie-banner > a .tie-banner__text p {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  .tie-wrapper .tie-banner > a .tie-banner__text .tie-banner__text__button {
    display: block;
    color: #001f37;
    border: 2px solid #001f37;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 46px;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .tie-wrapper .tie-banner > a:hover {
    opacity: 1;
  }
  .tie-wrapper .tie-banner > a:hover .tie-banner__text__button {
    background: #001f37;
    color: #fff;
  }
}

/* ========== FAQ ========== */
.tie-faq {
  margin: 80px auto 16px; /* 上余白をさらに広げる */
  max-width: 900px; /* ①横幅を広げる */
  padding: 0 20px;
}

/* ヘッダー */
.tie-faq__header {
  background: #0f2340;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.tie-faq__badge {
  background: #fff;
  color: #0f2340;
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 14px;
  border-radius: 3px;
  flex-shrink: 0;
}
.tie-faq__header-text {
  display: flex;
  flex-direction: column;
}
.tie-faq__header-sub {
  font-size: 16px;
  color: #fff;
  font-family: proxima-nova, Arial, sans-serif;
  letter-spacing: .06em;
  margin-bottom: 4px;
}
.tie-faq__header-main {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .04em;
  font-family: "游明朝", "Yu Mincho", serif;
}

/* タブナビ */
.tie-faq__tab-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 14px 0 0;
  background: #fff;
}
.tie-faq__tab-btn {
  font-size: 13px;
  padding: 0 0 10px;
  color: #999;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  font-family: proxima-nova, Arial, sans-serif;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: color .15s;
}
.tie-faq__tab-btn.is-active {
  color: #0f2340;
  border-bottom-color: #0f2340;
}
.tie-faq__tab-btn:hover { color: #0f2340; }

/* タブパネル */
.tie-faq__panel {
  display: none;
  padding: 10px 0 0;
}
.tie-faq__panel.is-active { display: block; }

/* アコーディオン行 */
.tie-faq__item {
  background: #dcdcdc;
  margin-bottom: 5px;
  cursor: pointer;
}
.tie-faq__item.is-hidden { display: none; }

.tie-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  gap: 12px;
}
.tie-faq__qtext {
  font-size: 15px; /* ⑤PC：設問文字を大きく */
  color: #0f2340;
  line-height: 1.5;
  font-family: proxima-nova, Arial, sans-serif;
}
.tie-faq__qtext::before { content: 'Q：'; }

/* +/− アイコン */
.tie-faq__icon {
  width: 22px; /* ⑥アイコンを大きく */
  height: 22px;
  flex-shrink: 0;
  position: relative;
}
.tie-faq__icon::before {
  content: '';
  width: 16px; /* ⑥横棒を大きく */
  height: 1.5px;
  background: #0f2340;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.tie-faq__icon::after {
  content: '';
  width: 1.5px;
  height: 16px; /* ⑥縦棒を大きく */
  background: #0f2340;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s;
}
.tie-faq__item.is-open .tie-faq__icon::after { opacity: 0; }

/* 回答エリア */
.tie-faq__a {
  display: none;
  font-size: 14px; /* ⑤PC：回答文字を大きく */
  font-weight: 500; /* ⑤回答のweightを上げる */
  color: #0f2340;
  line-height: 1.8;
  padding: 0 18px 14px;
  font-family: proxima-nova, Arial, sans-serif;
}
.tie-faq__item.is-open .tie-faq__a { display: block; }
.tie-faq__a-inner {
  border-top: 1px solid #aaa;
  padding-top: 10px;
}
.tie-faq__cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #1a5f9e;
  border-bottom: 1px solid #85b7eb;
  text-decoration: none;
  letter-spacing: .04em;
}

/* 他の質問も見る */
.tie-faq__more-wrap {
  text-align: center;
  padding: 16px 0 4px;
}
.tie-faq__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px; /* ⑥ボタン文字も少し大きく */
  color: #0f2340;
  font-family: proxima-nova, Arial, sans-serif;
  letter-spacing: .04em;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.tie-faq__more-btn:hover { opacity: .7; }
.tie-faq__more-arrow {
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.tie-faq__more-arrow--open {
  margin-bottom: 6px; /* ∨は少し下にずれるので上げる */
}
.tie-faq__more-arrow--close {
  margin-top: 0;
}

/* ⑦ PC：FAQセクションの縦幅を縮める */
@media (min-width: 768px) {
  .tie-faq {
    margin: 24px auto 12px; /* ③PC下余白も縮める */
  }
  .tie-faq__header {
    padding: 12px 24px;
  }
  .tie-faq__q {
    padding: 10px 18px;
  }
  .tie-faq__a {
    padding: 0 18px 10px;
  }
  .tie-faq__more-wrap {
    padding: 12px 0 4px;
  }
}

/* ⑤ SP：文字はやや小さめのまま維持 */
@media (max-width: 767px) {
  .tie-faq__qtext {
    font-size: 13px;
  }
  .tie-faq__a {
    font-size: 13px;
  }
}