/* stylelint-disable */

.fr-view {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  font-family: var(--font-sans-serif) !important;
  box-sizing: border-box;
  color: var(--color-text-black);
  background-color: var(--color-article-background);
  clear: both;
}

.transparency {
  background-color: transparent;
}

.fr-view h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 78px;
  margin: 32px 0 48px;
  letter-spacing: 0.012em;
}

@media only screen and (max-width: 766px) {
  .fr-view h1 {
    font-weight: normal;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.012em;
  }
}

.fr-view h2 {
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
  margin: 48px 0 32px;
  letter-spacing: 0.012em;
}
@media only screen and (max-width: 766px) {
  .fr-view h2 {
    margin: 24px 0;
    font-size: 24px;
  }
}

.fr-view h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 48px;
  margin: 32px 0;
}

@media only screen and (max-width: 766px) {
  .fr-view h3 {
    font-size: 20px;
    line-height: 36px;
  }
}

.fr-view h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  margin: 32px 0;
}

.fr-view em {
  font-style: italic;
}

.fr-view strong {
  font-weight: 900 !important;
}

.fr-view ul {
  list-style-type: disc;
  list-style-position: inside;
}

.fr-view > ul {
  padding-left: 0;
}
.fr-view ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.fr-view > ol {
  padding-left: 0;
}

.fr-view pre {
  display: inline;
}

.fr-view li {
  margin-left: 1em;
}

.fr-view table {
  background-color: var(--color-table-cel);
}

.fr-view small {
  font-size: 13px;
}

.fr-view table::-webkit-scrollbar {
  display: none;
}

.fr-view th, .fr-view td {
  border: 1px solid #E8EDF1;
  padding: 20px;
}

@media only screen and (max-width: 766px) {
  .fr-view table {
    display: block;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .fr-view tbody {
    width: 760px;
    display: block;
  }
}

.fr-view p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.fr-view p:first-child {
  margin-block-start: 0;
}

.fr-view a {
  color: var(--color-text-link);
}

.fr-view a:hover {
  text-decoration: none;
}

.fr-view hr {
  border: 1px solid var(--color-froala-hr);
  clear: both;
  margin: 0;
}

.fr-view blockquote {
  padding: 48px;
  background-color: #FEFAFA;
  border: 0;
  outline: 0;
}

/* マップ埋め込み(iframe) */
@media only screen and (max-width: 766px) {
  .fr-view iframe[src^="https://www.google.com/maps/embed"] {
    max-width: 335px;
  }
}

/* 画像コンポーネント系 start */
.fr-view img {
  margin: 20px;
}

.fr-view img.fr-dii.fr-fil,
.fr-view img.fr-dii.fr-fir,
.fr-view img.fr-dii.fr-fic {
  margin: 8px;
}

/* 画像コンポーネント系 end */

/* 画像キャプション */
.fr-view .fr-img-caption .fr-img-wrap > span {
  text-align: left;
  padding-left: 0;
}
/* froala grobal end */

/* froala profile start */
.fr-view .profile-card {
  display: flex;
  margin: 32px 0;
}

.fr-view .profile-card > .image {
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
}

.fr-view .profile-card > .image > img {
  margin: 0;
}

.fr-view .profile-card > .image > .content {
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.fr-view .profile-card > .comment {
  margin-left: 20px;
  padding: 32px;
  background-color: var(--color-intervew-comment);
}
@media only screen and (max-width: 766px) {
  .fr-view .profile-card {
    display: flex;
    margin: 20px 0;
  }

  .fr-view .profile-card > .image {
    min-width: 23px;
    max-width: 23px;
    min-height: 23px;
    max-height: 23px;
  }

  .fr-view .profile-card > .image > .content {
    min-width: 23px;
    max-width: 23px;
    min-height: 23px;
    max-height: 23px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
  }

  .fr-view .profile-card > .comment {
    margin-left: 16px;
    padding: 20px;
    background-color: var(--color-intervew-comment);
  }
}
/* froala profile end */

/* froala backquotes start */
.fr-view .block-quote {
  color: var(--color-block-quote-text);
  margin-left: 20px;
  margin: 48px 0;
  padding: 48px;
}

@media only screen and (max-width: 766px) {
  .fr-view .block-quote {
    color: var(--color-block-quote-text);
    margin-left: 20px;
    margin: 48px 0;
    padding: 48px;
  }
}

.fr-view .block-quote.-blue {
  background-color: var(--color-block-quote-blue);
}

.fr-view .block-quote.-red {
  background-color: var(--color-block-quote-red);
}
/* froala backquotes end */

/* froala comparison content start */
.fr-view .comparison-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 962px;
  position: relative;
  margin: 20px 0;
}
.fr-view .comparison-content > .arrow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}

.fr-view .comparison-content > .comparison {
  width: calc(50% - 24px);
}
.fr-view .comparison-content > .comparison > .img {
  width: 100%;
  margin: 0;
}

.fr-view .comparison-content > .comparison > .title {
  width: 100%;
  margin: 20px 0 18px;
  line-height: 1;
}
.fr-view .comparison-content > .comparison > .caption {
  line-height: 1;
}
/* froala comparison content end */

/* froala product description start */
.fr-view .product-description {
  display: flex;
  border-bottom: 1px solid var(--color-froala-hr);
  padding: 20px 0;
  align-items: center;
}

.fr-view .product-description > .image {
  width: 313px;
  margin: 0;
}

.fr-view .product-description > .description {
  margin: auto 20px;
}

@media only screen and (max-width: 766px) {
  .fr-view .product-description {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E6EAEE;
    padding: 20px 0;
    align-content: center;
  }

  .fr-view .product-description > .image {
    width: 313px;
    margin: 0;
  }

  .fr-view .product-description > .description {
    margin: 20px auto 0;
  }

}
/* froala product description end */

/* froala profile component start */
.fr-view .profile-component {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: 240fr 48px 472fr;
  grid-template-areas:
    'image . company'
    'image . background'
    'image . title'
    'image . description';
}

.fr-view .profile-component > .image {
  grid-area: image;
  margin: 0;
  padding: 0;
}

.fr-view .profile-component > .company {
  display: inline-block;
  grid-area: company;
  font-size: 14px;
  line-height: 2;
  margin: 0;
  padding: 0;
  color: #A3A5AC;
}

.fr-view .profile-component > .background {
  display: inline-block;
  grid-area: background;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.012em;
  margin: 0;
  padding: 0;
  color: #A3A5AC;
}

.fr-view .profile-component > .title {
  display: inline-block;
  grid-area: title;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.012em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fr-view .profile-component > .description {
  grid-area: description;

}

/* froala profile component end */
/* 会社名 / 部署名 / 役職など */

.fr-view .article-content {
  width: 100%;
}

.fr-view .article-content::after {
  display: block;
  content: '';
  clear: both;
}

.fr-view .article-content > .image {
  width: 300px;
  float: left;
}

.fr-view .article-content > .image > img {
  margin: 0;
}


/* @media only screen and (max-width: $bp-maxwidth-sp - 1) { */
@media only screen and (max-width: 766px) {
  .fr-view .article-content > .image {
    /* display: flex; */
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 766px) {
  .fr-view .profile-component {
    grid-template-rows: auto auto auto 20px 1fr;
    grid-template-columns: 120fr 20px 195fr;
    grid-template-areas:
      "image . company"
      "image . background"
      "image . title"
      ". . ."
      "description description description";
  }
}

.fr-view .two-column-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 48px;
}

@media only screen and (max-width: 766px) {
  .fr-view .two-column-content {
    display: block;
  }
  .fr-view .two-column-content > .left {
    margin-bottom: 48px;
  }
}


.quote-content {
  background-color: var(--color-intervew-comment);
  padding: 18px;
  border-radius: 4px;
}
