/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  min-width: 0;
}
html {
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-collapse: collapse;
  border-color: inherit;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
/* ==========================================================================
   Base
   ========================================================================== */

:root {
  --red: #8e1728;
  --white: #fffcf7;
  --card: #fffefc;
  --navy: #13294b;
}
body {
  background: #fff;
  color: var(--navy);
  font-family:
    Avenir,
    Noto Sans JP,
    sans-serif;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: revert;
  }
  .pc-only {
    display: none;
  }
}

.report-floating-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .report-floating-cta {
    background: #fff;
    bottom: 0;
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 176px));
    justify-content: center;
    left: 0;
    padding: 7px;
    position: fixed;
    width: 100%;
    z-index: 15;
  }
  .report-floating-cta__item {
    width: 100%;
  }
  .report-floating-cta__item a {
    transition: opacity 0.3s ease;
  }
  .report-floating-cta__item a:hover,
  .report-floating-cta__item a:focus-visible {
    opacity: 0.7;
  }
}

/* ==========================================================================
   Page Layout
   ========================================================================== */

.page-main {
  background: var(--red);
  min-height: 100svh;
}
/* ==========================================================================
   logo
   ========================================================================== */
.logo {
  background-color: #000000;
  height: 128px;
  width: 100%;
  display: grid;
  align-items: center;
}
.logo-image {
  width: 325px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .logo {
    height: 88px;
  }
  .logo-image {
    width: 176px;
    margin-left: 20px;
  }
}


/* ==========================================================================
   hero
   ========================================================================== */

.hero {
  max-width: 1240px;
  padding: 80px;
  margin-inline: auto;
}
.hero-title {
  text-align: center;
  font-family:
    Yu Mincho,
    游明朝,
    YuMincho,
    Hiragino Mincho ProN,
    Hiragino Mincho ProN W3,
    MS Mincho,
    serif;
  align-items: center;
  letter-spacing: 0.07em;
  color: #FFD790;
  display: grid;
  justify-content: center;
}
.hero-title-sub {
  font-size: 24px;
  font-weight: 800;
}
.hero-title-main {
  font-size: 70px;
  margin-top: 8px;
  font-weight: 600;
}
.hero-text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  color: #FFFCF7;
}
.hero-list {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  width: 100%;
}
.hero-list::before {
  background-image: url(../images/hero-deco.svg);
  background-position: 100% 50%;
  background-repeat: repeat-x;
  background-size: auto 13px;
  content: "";
  height: 13px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -6px;
  width: 100%;
}
.hero-item {
  align-items: baseline;
  color: #fffcf7;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  gap: 6px;
  line-height: 150%;
}
.hero-item + .hero-item {
  margin-top: 10px;
}
.hero-item::before {
  background: #ffd790;
  border-radius: 50%;
  content: "";
  flex: 0 0 14px;
  height: 14px;
  transform: translateY(-2px);
  width: 14px;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 80px 20px 80px;
  }
  .hero-title-sub {
    font-size: 16px;
  }
  .hero-title-main {
    font-size: 35px;
  }
  .hero-text {
    margin-top: 28px;
    font-size: 16px;
  }
  .hero-list {
    margin-top: 40px;
    padding-top: 40px;
  }
  .hero-list::before {
    background-size: auto 12px;
    height: 12px;
  }
  .hero-item {
    font-size: 20px;
    gap: 10px;
  }
  .hero-item + .hero-item {
    margin-top: 18px;
  }
}

/* ==========================================================================
   Roundtable Content
   ========================================================================== */

.content {
  background: #f5f5f3;
  background-image: url(../images/content-background.svg);
  background-position: top;
  background-repeat: repeat;
  background-size: auto;
  padding: 140px clamp(24px, 6vw, 100px) 140px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content {
    background-size: 370%;
    padding: 80px 20px 80px;
  }
}

.content-title {
  margin: 0 auto;
  max-width: 310px;
}
.content-title-note {
  color: #13294b;
  font-family: 'Avenir';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 40px auto 160px;
  max-width: 1080px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .content-title {
    max-width: 190px;
  }
  .content-title-note {
    text-align: center;
    margin-bottom: 60px;
  }
}

.content-link-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 340px));
  justify-content: center;
  margin: 70px auto 0;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .content-link-list {
    gap: 5px;
    grid-template-columns: 1fr;
    margin: 40px auto 0px;
  }
}

.content-link-item {
  height: 82px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content-link-item {
    height: 70px;
  }
}

.content-link-item a {
  align-items: center;
  background: #000000;
  display: grid;
  grid-template-columns: 72px 1fr;
  height: 100%;
  padding: 15px 52px 15px 0;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .content-link-item a {
    padding: 10px 0 10px 0;
  }
}
.content-link-item a:hover,
.content-link-item a:focus-visible {
  opacity: 0.7;
}
.content-link-item a::before {
  background: url(../images/hero-button-arrow.svg) center / contain no-repeat;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.content-link-item a::after {
  background: #fff;
  content: "";
  height: calc(100% - 30px);
  left: 72px;
  position: absolute;
  top: 15px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .content-link-item a::after {
    height: calc(100% - 20px);
    top: 10px;
  }
}

.content-link-image {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 52px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .content-link-image {
    height: 42px;
  }
}
.content-link-image img {
  display: block;
  height: 52px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .content-link-image img {
    height: 42px;
  }
}

.content-link-text {
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #FFFCF7;
}
@media screen and (max-width: 767px) {
  .content-link-text {
    font-size: 14px;
  }
}

.report-layout {
  align-items: start;
  display: grid;
  gap: clamp(40px, 5vw, 80px);
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  margin-inline: auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .report-layout {
    display: block;
    grid-template-columns: 1fr;
  }
}

.report-nav {
  background-color: #fff;
  background-image:
    url(../images/report-nav-corner-tl.svg),
    url(../images/report-nav-corner-tr.svg),
    url(../images/report-nav-corner-bl.svg),
    url(../images/report-nav-corner-br.svg);
  background-position:
    left 8px top 8px,
    right 8px top 8px,
    left 8px bottom 8px,
    right 8px bottom 8px;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 20px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .report-nav {
    display: none;
  }
}

.report-nav__list {
  display: grid;
  padding: 60px 30px 40px;
}
.report-nav__item {
  border-bottom: 1px solid #d9d9d9;
}

.report-nav__link {
  color: #13294b;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding: 15px 24px 15px 0;
  position: relative;
  transition:
    color 0.25s ease,
    padding-left 0.25s ease;
}

.report-nav__link:hover,
.report-nav__link.is-active {
  color: #c29b60;
}
.report-nav__link.is-active::after {
  background: url(../images/report-nav-arrow.svg) center / contain no-repeat;
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.report-layout-button {
  padding: 0 30px 0;
}
.report-layout-button + .report-layout-button{
  padding: 20px 30px 70px;
}
.report-layout-button-link {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease;
}
.report-layout-button-link:hover,
.report-layout-button-link:focus-visible {
  opacity: 0.7;
}
.report-sections {
  max-width: 700px;

}
.report-sections__area {
  margin-inline: auto;
  width: 100px;
}
.report-sections__heading {
  margin-top: 80px;
  align-items: center;
  color: #13294b;
  display: flex;
  flex-direction: column;
  font-family:
    Yu Mincho,
    游明朝,
    YuMincho,
    Hiragino Mincho ProN,
    Hiragino Mincho ProN W3,
    MS Mincho,
    serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 1.6;
  overflow: visible;
  padding: 48px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.report-sections__heading::before,
.report-sections__heading::after {
  aspect-ratio: 102/142;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.report-sections__heading::before {
  background-image: url(../../common/images/component/heading-decoration_top.png);
  background-position: 8.695% top;
  -webkit-mask-image: linear-gradient(180deg, #000 40px, transparent 0);
  mask-image: linear-gradient(180deg, #000 40px, transparent 0);
}
.report-sections__heading::after {
  background-image: url(../../common/images/component/heading-decoration_bottom.png);
  background-position: right 8.695% bottom;
  -webkit-mask-image: linear-gradient(0deg, #000 40px, transparent 0);
  mask-image: linear-gradient(0deg, #000 40px, transparent 0);
}
.report-sections__heading-text {
  display: inline-block;
  line-height: 120%;
}
.report-sections__title {
  margin-top: 80px;
  align-items: center;
  color: #13294b;
  display: flex;
  font-family:
    Yu Mincho,
    游明朝,
    YuMincho,
    Hiragino Mincho ProN,
    Hiragino Mincho ProN W3,
    MS Mincho,
    serif;
  font-size: 28px;
  font-weight: 500;
  gap: 12px;
  line-height: 1;
}
.report-sections__title::before {
  background: linear-gradient(180deg, #dbb36b, #ac8756 50%, #dbb36b);
  content: "";
  display: block;
  flex: 0 0 2px;
  height: 28px;
  width: 2px;
}

@media screen and (max-width: 767px) {
  .report-sections__heading {
    margin-top: 60px;
    font-size: 28px;
    line-height: 1.2;
    padding: 29px 0;
  }
  .report-sections__heading::before {
    -webkit-mask-image: linear-gradient(180deg, #000 26px, transparent 0);
    mask-image: linear-gradient(180deg, #000 26px, transparent 0);
  }
  .report-sections__heading::after {
    -webkit-mask-image: linear-gradient(0deg, #000 26px, transparent 0);
    mask-image: linear-gradient(0deg, #000 26px, transparent 0);
  }
  .report-sections__area {
    width: 80px;
  }
  .report-sections__title {
    font-size: 24px;
    line-height: 1.4;
  }
  .report-sections__title::before {
    height: 60px;
  }
}
.report-sections__text {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #13294B;
}
@media screen and (max-width: 767px) {
  .report-sections__text {
    margin-top: 24px;
    font-size: 14px;
  }
}
.report-sections__list {
  column-gap: clamp(24px, 5vw, 50px);
  display: grid;
  grid-template-columns: repeat(3, minmax(165px, 200px));
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 160px;
  row-gap: 50px;
  width: 100%;
}
.report-sections__item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.report-sections__item-image {
  aspect-ratio: 1/1;
  width: 100%;
}
.report-sections__item-name {
  color: #13294b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}
.report-sections__item-job {
  align-items: center;
  background: #13294b;
  box-sizing: border-box;
  color: #ffd790;
  display: flex;
  height: 58px;
  justify-content: center;
  margin-top: 10px;
}
.report-sections__item-job p {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
    .report-sections__list {
      grid-template-columns: repeat(2, minmax(165px, 200px));
    }
}
@media screen and (max-width: 767px) {
  .report-sections__list {
    margin-top: 60px;
    margin-bottom: 80px;
    column-gap: 13px;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    row-gap: 24px;
  }
  .report-sections__item {
    gap: 10px;
    max-width: none;
  }
  .report-sections__item-name {
    font-size: 16px;
    margin: 4px 0 0 0;
    line-height: 1;
  }
  .report-sections__item-job {
    padding: 10px 8px;
    margin: 0;
  }
  .report-sections__item-job p {
    font-size: 9px;
    line-height: 1.3;
  }
}
