@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round|Material+Icons+Two+Tone");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

/* -----------------------------
設定
----------------------------- */
:root {
  --text-color: #3E3A39;
  --main-color: #00659F;
  --main-color02: #2E8BBC;
  --accent-color: #FFEE54;
  --base-color: #F1FAFC;
  --border-color: #CCCCCC;
  --main-width: 1100px;
  --sp-padding-left-right: 4%;
}

/* -----------------------------
リセットと最適化
----------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--text-color);
  line-height: 1.7;
  height: 100%;
}

@media only screen and (max-width: 1100px) {
  body {
    border: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

mark {
  background-color: transparent;
}

/* -----------------------------
各所共通要素
----------------------------- */
.is-sp {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }
}

.title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

/* -----------------------------
header
----------------------------- */
.header__logo {
  padding: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1100px) {
  .header__logo {
    padding: 14px;
  }
}

.header__logo span {
  font-size: 1.2rem;
  display: block;
}

@media only screen and (max-width: 1100px) {
  .header__logo span {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1100px) {
  .header__logo img {
    width: 220px;
  }
}


/* -----------------------------
main
----------------------------- */
main {
  min-height: 80%;
}

main a:hover {
  opacity: 0.8;
  transition: 200ms;
}

/* -----------------------------
section__fv
----------------------------- */
.section__fv {
  background: url(../../img/comparison-chart/bg_fv.webp) no-repeat center top;
  background-size: cover;
  height: 584px;
}

@media only screen and (max-width: 1100px) {
  .section__fv {
    padding-top: 90px;
    height: auto;
  }
}

.section__fv--inner {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../../img/comparison-chart/img_fv-human.webp) no-repeat right 50px;
  background-size: 484px auto;
}

@media only screen and (max-width: 1100px) {
  .section__fv--inner {
    width: 100%;
    background-image: none;
  }
}

.section__fv--text {
  padding-top: 140px;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .section__fv--text {
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
  }
}

.section__fv--text span {
  display: block;
  position: absolute;
  top: 116px;
  left: 34px;
  font-size: 2.4rem;
  color: var(--main-color);
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto;
  background-color: var(--accent-color);
  padding: 6px 16px;
}

@media only screen and (max-width: 1100px) {
  .section__fv--text span {
    top: -8px;
    left: 18px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 4px 10px;
  }
}

.section__fv--text img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1100px) {
  .section__fv--text img {
    width: 96%;
  }
}

.section__fv--description {
  font-size: 2.0rem;
  margin-top: 32px;
  margin-left: 32px;
  font-weight: 500;
}

@media only screen and (max-width: 1100px) {
  .section__fv--description {
    font-size: 1.4rem;
    margin: 20px 20px 0;
  }
}

.section__fv--image {
  height: 90vw;
  overflow: hidden;
}

/* -----------------------------
section__intro
----------------------------- */
.section__intro {
  display: flex;
  width: 970px;
  margin: 80px auto;
  justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
  .section__intro {
    display: block;
    width: calc(100% - var(--sp-padding-left-right)*2 );
    margin: 30px auto;
  }
}

.section__intro--text {
  flex-basis: 470px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1100px) {
  .section__intro--text {
    font-size: 1.4rem;
  }
}

.section__intro--text p {
  margin-bottom: 20px;
}

.section__intro--image {
  flex-basis: 400px;
}

@media only screen and (max-width: 1100px) {
  .section__intro--image {
    text-align: center;
  }
}

/* -----------------------------
section__comparison
----------------------------- */
.section__comparison {
  width: var(--main-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

@media only screen and (max-width: 1100px) {
  .section__comparison {
    width: calc(100% - var(--sp-padding-left-right)*2 );
    overflow: auto;
  }
}

/* .section__comparison--table */
.section__comparison--table {
  font-size: 1.5rem;
}

.section__comparison--table_1-5 thead tr:nth-of-type(1) th:nth-of-type(2) {
  border-radius: 8px 8px 0 0;
}

.section__comparison--table th,
.section__comparison--table td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  min-width: 130px;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .section__comparison--table th,
  .section__comparison--table td {
    font-size: 80%;
  }
}

.section__comparison--table thead th {
  background-color: var(--main-color);
  color: #FFF;
  border-right: 1px solid var(--border-color);
}

.fix-headline {
  position: sticky !important;
  top: 0;
  z-index: 999;
}

.section__comparison--table th,
.section__comparison--table td {
  border-right: 1px solid var(--border-color);
}

/* -----------------------------
section__comparison--table_1-5
----------------------------- */
.section__comparison_1-5 {
  height: 600px;
  overflow: auto;
}

.section__comparison--table_1-5 thead th {
  font-size: 1.4rem;
  padding: 20px 4px 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.section__comparison--table_1-5 thead th span {
  font-size: 2.7rem;
  font-family: "Roboto";
  font-weight: 400;
}

.section__comparison--table_1-5 thead th small {
  font-size: 1.8rem;
  font-family: "Noto Sans JP";
  vertical-align: 1px;
}

.section__comparison--table_1-5 thead th:nth-child(2) span,
.section__comparison--table_1-5 thead th:nth-child(3) span,
.section__comparison--table_1-5 thead th:nth-child(4) span {
  font-size: 2.7rem;
  content: "";
  display: block;
  width: 54px;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: calc(50% - 27px);
  top: -24px;
  z-index: 1;
  padding-top: 3px;
}

@media only screen and (max-width: 1100px) {
  .section__comparison--table_1-5 thead th:nth-child(2) span,
  .section__comparison--table_1-5 thead th:nth-child(3) span,
  .section__comparison--table_1-5 thead th:nth-child(4) span {
    font-size: 2.3rem;
    width: 45px;
    height: 60px;
    top: 5px;
  }
}

.section__comparison--table_1-5 thead th:nth-child(2) small,
.section__comparison--table_1-5 thead th:nth-child(3) small,
.section__comparison--table_1-5 thead th:nth-child(4) small {
  font-size: 1rem;
}

.section__comparison--table_1-5 thead th {
  width: calc((var(--main-width) - 150px)/5);
}

.section__comparison--table_1-5 thead th:nth-child(1) {
  width: 150px;
  background-color: #FFF;
}

.section__comparison--table_1-5 tbody th,
.section__comparison--table_1-5 tbody td {
  padding: 20px 10px;
  line-height: 1.5;
  @media only screen and (max-width: 1100px) {
    padding: 10px;
  }
}

.section__comparison--table_1-5 tbody small {
  font-size: 1.1rem;
  margin-left: 5px;
  font-weight: normal;
}

@media only screen and (max-width: 1100px) {
  .section__comparison--table_1-5 tbody small {
    display: block;
  }
}

.section__comparison--table tbody tr:nth-child(even) th,
.section__comparison--table tbody tr:nth-child(even) td {
  background-color: var(--base-color);
}

.section__comparison--table_1-5 tbody th:nth-child(1) {
  font-size: 1.6rem;
  @media only screen and (max-width: 1100px) {
    font-size: 1.4rem;
  }
}

.section__comparison--table_1-5 tbody tr:nth-child(1) img {
  margin-bottom: 5px;
}

.section__comparison--table_1-5 tr:nth-child(1) {
  font-size: 1.6rem;
}

.section__comparison--table_1-5 tr:nth-child(2) {
  font-size: 1.8rem;
}

.section__comparison--table_1-5 thead tr:nth-of-type(1) th:nth-of-type(2),
.section__comparison--table_1-5 tbody tr:nth-of-type(1) th:nth-of-type(2),
.section__comparison--table_1-5 tbody tr:nth-of-type(2) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(3) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(4) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(5) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(6) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(7) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(8) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(9) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(10) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(11) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(12) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(13) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(14) td:nth-of-type(1),
.section__comparison--table_1-5 tbody tr:nth-of-type(15) td:nth-of-type(1) {
  border-left: 4px solid var(--accent-color);
  border-right: 4px solid var(--accent-color);
}

.section__comparison--table_1-5 tbody tr:nth-of-type(1) th:nth-of-type(2) {
  position: relative;
}

.section__comparison--table_1-5 thead tr:nth-of-type(1) th:nth-of-type(2)::before {
  content: "弊社サービス";
  position: absolute;
  left: -30px;
  top: 0px;
  background-color: var(--accent-color);
  font-size: 1.4rem;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  display: inline-block;
  font-weight: 700;
  color: var(--text-color);
}

@media only screen and (max-width: 1100px) {
  .section__comparison--table_1-5 tbody tr:nth-of-type(1) th:nth-of-type(2)::before {
    left: -44px;
  }
}

.section__comparison--table_1-5 thead tr:nth-of-type(1) th:nth-of-type(2) {
  border-top: 4px solid var(--accent-color);
}

.section__comparison--table_1-5 tbody tr:nth-of-type(14) td {
  text-align: left;
}

.section__comparison--table_1-5 tbody tr:nth-of-type(15) td:nth-of-type(1) {
  border-bottom: 4px solid var(--accent-color);
}

.table__comparison--button {
  display: inline-block;
  background-color: var(--main-color02);
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 32px 15px 18px;
  text-align: left;
  line-height: 0.9;
  border-radius: 999px;
}

@media only screen and (max-width: 1100px) {
  .table__comparison--button {
    line-height: 1.3;
    padding: 8px 12px 10px 14px;
  }
}

.table__comparison--button span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .table__comparison--button span {
    line-height: 0.7;
  }
}

.table__comparison--button span::after {
  font-family: "Material Icons";
  content: "\e409";
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  right: -22px;
  top: -4px;
}

@media only screen and (max-width: 1100px) {
  .table__comparison--button span::after {
    content: "";
  }
}

/* -----------------------------
section__comparison--table_4-10
----------------------------- */
.section__comparison--table_4-10 th,
.section__comparison--table_4-10 td {
  padding: 20px 10px;
}

.section__comparison--table_4-10 thead th {
  line-height: 1.2;
  white-space: nowrap;
  height: 60px;
}

.section__comparison--table_4-10 th {
  font-size: 1.7rem;
}

.section__comparison--table_4-10 td {
  font-size: 1.5rem;
}

.section__comparison--table_4-10 tr td:nth-of-type(1) {
  font-weight: bold;
  line-height: 1.2;
  width: 180px;
}

.section__comparison--table_4-10 tr td:nth-of-type(3) {
  white-space: nowrap;
}

.section__comparison--table_4-10 tr td:nth-of-type(1) a {
  margin-top: 8px;
}

.section__comparison--table_4-10 tr td:nth-of-type(5) {
  font-size: 1.3rem;
  white-space: nowrap;
}

/* -----------------------------
section__remarks
----------------------------- */
.section__remarks {
  font-size: 1.2rem;
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 50px;
}

@media only screen and (max-width: 1100px) {
  .section__remarks {
    width: calc(100% - var(--sp-padding-left-right)*2 );
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

/* -----------------------------
section__comparison
----------------------------- */
.section__check-3companies {
  background-color: var(--base-color);
  position: relative;
  padding: 130px 0 140px;
  margin-top: 80px;
}

@media only screen and (max-width: 1100px) {
  .section__check-3companies {
    padding: var(--sp-padding-left-right);
    margin-top: 0px;
  }
}

.section__check-3companies--inner {
  width: 890px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .section__check-3companies--inner {
    width: 100%;
  }
}

.section__check-3companies--inner::before {
  content: "";
  display: block;
  width: 188px;
  height: 100px;
  position: absolute;
  border-top: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  top: 30px;
  left: -25px;
}

@media only screen and (max-width: 1100px) {
  .section__check-3companies--inner::before {
    display: none;
  }
}

.section__check-3companies--inner::after {
  content: "";
  display: block;
  width: 188px;
  height: 100px;
  position: absolute;
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  bottom: -25px;
  right: -55px;
}

@media only screen and (max-width: 1100px) {
  .section__check-3companies--inner::after {
    display: none;
  }
}

.section__check-3companies--title {
  font-size: 2.8rem;
  font-weight: 700;
  padding-top: 50px;
  padding-left: 255px;
  background: url(../../img/comparison-chart/img_check-3companies.webp) no-repeat left top;
  min-height: 228px;
  background-size: 234px auto;
  color: var(--main-color);
}

.section__check-3companies--title span {
  font-size: 4.0rem;
  padding-left: 20px;
}

@media only screen and (max-width: 1100px) {
  .section__check-3companies--title {
    font-size: 2.2rem;
    margin-top: 70px;
    padding-top: 200px;
    padding-left: 0;
    min-height: auto;
    background-size: auto 200px;
    background-position: center top;
    text-align: center;
  }
}

.section__check-3companies--description {
  font-size: 1.6rem;
  margin-top: 15px;
}

@media only screen and (max-width: 1100px) {
  .section__check-3companies--description {
    margin-top: 5px;
  }
}

/* -----------------------------
section__comparison
----------------------------- */
.section__companies {
  background-color: var(--base-color);
  padding-bottom: 40px;
}

.section__companies--inner {
  padding: 40px 40px 60px;
}

@media only screen and (max-width: 1100px) {
  .section__companies--inner {
    padding: 10px 0 20px;
  }
}

.section__companies--card {
  width: var(--main-width);
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 56px;
  background-color: #FFF;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

@media only screen and (max-width: 1100px) {
  .section__companies--card {
    width: 100%;
    border-radius: 0;
    padding: var(--sp-padding-left-right);
  }
}

.section__companies--card + .section__companies--card {
  margin-top: 56px;
}

.section__companies--title {
  line-height: 90px;
  color: var(--text-color);
  font-weight: 700;
  font-size: 3.4rem;
  border-top: 16px solid var(--main-color);
  border-bottom: 4px solid var(--main-color);
  padding-left: 30px;
}

@media only screen and (max-width: 1100px) {
  .section__companies--title {
    font-size: 2rem;
    padding: 10px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.section__companies--medal {
  font-size: 1.6rem;
  content: "";
  display: block;
  width: 60px;
  height: 86px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 20px;
  top: 0;
  padding-top: 3px;
  text-align: center;
  line-height: 52px;
}

@media only screen and (max-width: 1100px) {
  .section__companies--medal {
    font-size: 1.3rem;
    width: 40px;
    height: 58px;
    left: 10px;
    top: -10px;
    line-height: 1.6;
  }
}

.section__companies--medal strong {
  font-size: 3.3rem;
  font-family: "Roboto";
  font-weight: 500;
  position: relative;
  left: 2px;
}

@media only screen and (max-width: 1100px) {
  .section__companies--medal strong {
    font-size: 2rem;
  }
}
.section__companies--mark {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 124px;
  height: 72px;
  background-color: var(--main-color02);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 12px;
}

@media only screen and (max-width: 1100px) {
  .section__companies--mark {
    display: none;
  }
}

.section__companies--mark small {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Roboto";
  font-weight: 300;
  position: relative;
  top: 12px;
}

.section__companies--mark::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -36px;
  top: 0;
  border-style: solid;
  border-width: 0 0 72px 36px;
  border-color: transparent transparent var(--main-color02) transparent;
}

.block__company--overview {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
  .block__company--overview {
    display: block;
  }
}

.block__company--overview-left {
  flex-basis: 450px;
  position: relative;
}

.block__company--overview-recommend-emphasis {
  display: inline-block;
  background-color: var(--accent-color);
  font-size: 2.4rem;
  color: var(--main-color);
  font-weight: 600;
  padding: 4px 14px 6px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}

.block__company--overview-photo {
  text-align: center;
}

.block__company--overview-box {
  background-color: var(--base-color);
  padding: 20px;
}

@media only screen and (max-width: 1100px) {
  .block__company--overview-box {
    margin-bottom: 10px;
  }
}

.block__company--overview-emphasis {
  background-color: var(--main-color);
  padding: 10px 15px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 20px;
  color: #FFF;
}

.block__company--overview-info {
  margin-top: 20px;
  font-size: 1.4rem;
}

.block__company--overview-info strong {
  font-size: 1.7rem;
}

.block__company--overview-right {
  flex-basis: 530px;
}

.block__company--overview-right-description {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1100px) {
  .block__company--overview-right-description {
    font-size: 1.6rem;
  }
}

.block__company--overview-title-point {
  font-family: "Roboto";
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.block__company--overview-items {
  font-size: 1.75rem;
  margin-left: 35px;
}

.block__company--overview-items strong {
  color: var(--emphasis-color);
}

.block__company--overview-items li {
  margin-bottom: 2rem;
  line-height: 1.5;
  position: relative;
  letter-spacing: 1px;
}

.block__company--overview-items li::before {
  font-family: "Material Icons";
  content: "\e86c";
  color: var(--main-color);
  font-size: 2.4rem;
  position: absolute;
  left: -30px;
  top: -4px;
}

.block__company--table01 {
  margin-top: 50px;
  font-size: 1.8rem;
  overflow: auto;
}

@media only screen and (max-width: 1100px) {
  .block__company--table01 {
    margin-top: 30px;
  }
}

.block__company--table01 caption {
  caption-side: bottom;
  font-size: 1.2rem;
  margin-top: 10px;
}

.block__company--table01 th,
.block__company--table01 td {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  padding: 15px;
  min-width: 100px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.block__company--table01 th:last-child,
.block__company--table01 td:last-child {
  border-right: 1px solid var(--border-color);
}

.block__company--table01 th {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1100px) {
  .block__company--table01 th {
    font-size: 1.4rem;
  }
}

.block__company--table02 {
  margin-top: 50px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1100px) {
  .block__company--table02 {
    margin-top: 30px;
    border-right: 1px solid var(--border-color);
  }
}

.block__company--table02 table {
  border-right: 1px solid var(--border-color);
}

.block__company--table02 th,
.block__company--table02 td {
  background-color: #fff;
  padding: 30px 15px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.block__company--table02 th {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  width: 216px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 1100px) {
  .block__company--table02 th {
    font-size: 1.4rem;
    width: 80px;
  }
}

.block__company--table02 td p {
  margin-bottom: 15px;
}

.block__company--element-title {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.block__company--items,
.block__company--items-2column {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}

.block__company--items-3column {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
}

.block__company--items-2column > li {
  flex-basis: calc(50% - 30px);
  margin-bottom: 30px;
}

.block__company--items-3column > li {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.block__company--items-3column > li:nth-of-type(3n+1) {
  flex-basis: 33%;
}

.block__company--items-3column > li:nth-of-type(3n+2) {
  flex-basis: 38%;
}

.block__company--items-3column > li:nth-of-type(3n) {
  flex-basis: 25%;
}

@media only screen and (max-width: 1100px) {
  .block__company--items-2column > li,
  .block__company--items-3column > li:nth-of-type(1n) {
    flex-basis: 100%;
  }
}

.block__company--items-child {
  margin-left: 1.5em;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 10px;
}

.block__company--items-child li {
  margin-bottom: 5px;
}

.block__company--supplement {
  line-height: 1.4;
}

.block__company--table02 td mark {
  background: linear-gradient(transparent 60%, var(--accent-color) 60%);
}

.block__company--table02 tr:nth-of-type(5) td {
  font-size: 2.1rem;
}

/* -----------------------------
block__company--recommend-reason
----------------------------- */
.block__company--recommend-reason {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .block__company--recommend-reason {
    margin-top: 0;
  }
}

.block__company--recommend-reason-title {
  display: inline-block;
  margin: 0 auto;
  height: 64px;
  line-height: 64px;
  background-color: var(--main-color);
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  top: 32px;
  z-index: 1;
  color: #FFF;
}

@media only screen and (max-width: 1100px) {
  .block__company--recommend-reason-title {
    height: auto;
    line-height: 1.6;
    padding: 10px;
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  .block__company--recommend-reason-title::before,
  .block__company--recommend-reason-title::after {
    display: none;
  }
}

.block__company--recommend-reason-title::before {
  border-color: var(--accent-color) var(--accent-color) var(--accent-color) transparent;
  border-width: 32px 0 32px 19px;
  left: -19px;
}

.block__company--recommend-reason-title::after {
  border-color: var(--accent-color) transparent var(--accent-color) var(--accent-color);
  border-width: 32px 19px 32px 0;
  right: -19px;
}

.block__company--recommend-reason-title span {
  position: relative;
}

.block__company--recommend-reason-title span::before,
.block__company--recommend-reason-title span::after {
  content: "";
  width: 30px;
  height: 26px;
  background-size: contain;
  position: absolute;
  top: 4px;
}

@media only screen and (max-width: 1100px) {
  .block__company--recommend-reason-title span::before,
  .block__company--recommend-reason-title span::after {
    display: none;
  }
}

.block__company--recommend-reason-title span::before {
  left: -45px;
}

.block__company--recommend-reason-title span::after {
  right: -42px;
}

.block__company--recommend-reason-title small {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.9rem;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 18px;
}

@media only screen and (max-width: 1100px) {
  .block__company--recommend-reason-title small {
    left: 0;
    top: 34px;
  }
}

.block__company--recommend-reason-box {
  text-align: left;
  padding: 70px 50px 40px 70px;
  background-color: var(--base-color);
  position: relative;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1100px) {
  .block__company--recommend-reason-box {
    padding: 25px 15px 5px 50px;
    margin-top: 30px;
    line-height: 1.5;
  }
}

.block__company--recommend-reason-box p {
  line-height: 2.2;
}

.block__company--recommend-reason-items li {
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .block__company--recommend-reason-items li {
    margin-bottom: 20px;
  }
}

.block__company--recommend-reason-items li strong {
  color: var(--emphasis-color);
}

.block__company--recommend-reason-items li::before {
  font-family: "Material Icons";
  content: "\ef4a";
  color: var(--main-color);
  font-size: 1.6rem;
  position: absolute;
  left: -30px;
}

/* -----------------------------
block__company--cta
----------------------------- */
.block__company--cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 46px;
  column-gap: 50px;
}

@media only screen and (max-width: 1100px) {
  .block__company--cta-buttons {
    margin-top: 35px;
  }
}

.block__company--cta-buttons a {
  display: inline-block;
  background-color: var(--main-color02);
  border-radius: 2px;
  color: #fff;
  font-size: 2.2rem;
  padding: 10px 50px 10px 30px;
  background-clip: padding-box;
  text-align: left;
  position: relative;
  border-radius: 999px;
}

@media only screen and (max-width: 1100px) {
  .block__company--cta-buttons a {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    height: auto;
    line-height: 1.4;
  }

  .block__company--cta-buttons a + a {
    margin-top: 20px;
  }
}

.block__company--cta-buttons a strong {
  color: var(--accent-color);
}

.block__company--cta-buttons a::after {
  font-family: "Material Icons";
  content: "\e409";
  font-size: 4rem;
  color: #fff;
  position: absolute;
  top: calc( 50% - 4px);
  right: 10px;
  margin-top: -30px;
}

@media only screen and (max-width: 1100px) {
  .block__company--cta-buttons a::after {
    right: 2px;
    margin-top: -26px;
  }
}

.block__company--cta-other {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 52px;
  color: var(--main-color02);
}

@media only screen and (max-width: 1100px) {
  .block__company--cta-other {
    padding-top: 32px;
  }
}

.block__company--cta-other a {
  font-size: 20px;
  text-decoration: underline;
  display: block;
}

.block__company--cta-other a:hover {
  text-decoration: none;
}

/* -----------------------------
section__comparison_4-10
----------------------------- */
.section__comparison_4-10 {
  margin-top: 100px;
}

@media only screen and (max-width: 1100px) {
  .section__comparison_4-10 {
    margin-top: 20px;
  }
}

/* -----------------------------
section__concept
----------------------------- */
.section__concept {
  width: 1000px;
  margin: 70px auto 0;
  padding: 58px 55px;
  background-color: var(--base-color);
}

@media only screen and (max-width: 1100px) {
  .section__concept {
    width: 100%;
    margin: 40px auto 0;
    padding: 40px 20px;
    border: none;
  }
}

.section__concept--title {
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .section__concept--title {
    line-height: 1.3;
  }
}

.section__concept--title span {
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--main-color02);
  border-bottom: 2px dotted var(--main-color02);
  display: inline-block;
  padding-bottom: 8px;
}

.section__concept--description {
  line-height: 2;
  margin-top: 40px;
}

@media only screen and (max-width: 1100px) {
  .section__concept--description {
    margin-top: 20px;
  }
}

.section__concept--description p {
  font-size: 1.4rem;
  line-height: 3.8rem;
}

.section__concept--description a {
  text-decoration: underline;
}

.section__concept--description a:hover {
  text-decoration: none;
}


/* -----------------------------
section__company
----------------------------- */
.section__company {
  width: 800px;
  margin: 80px auto 20px;
}

@media only screen and (max-width: 1100px) {
  .section__company {
    width: calc(100% - var(--sp-padding-left-right)*2 );
  }
}

.company__definition {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .company__definition {
    width: 100%;
    padding-top: 24px;
  }
}

.company__definition dt,
.company__definition dd {
  font-size: 1.6rem;
  padding-top: 32px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 1100px) {
  .company__definition dt,
  .company__definition dd {
    padding-top: 26px;
    font-size: 1.4rem;
  }
}

.company__definition dt {
  width: 30%;
  text-align: right;
  font-weight: bold;
  border-bottom: 2px solid var(--main-color);
  padding-right: 10px;
}

@media only screen and (max-width: 1100px) {
  .company__definition dt {
    padding-right: 10px;
  }
}

.company__definition dd{
  width: 70%;
  text-align: left;
  border-bottom: 2px solid #E7C68A;
  padding-left: 10px;
}

@media only screen and (max-width: 1100px) {
  .company__definition dd {
    padding-left: 10px;
  }
}

/* -----------------------------
section__disclaimer
----------------------------- */
.section__disclaimer {
  background-color: #fff;
  margin-top: 50px;
}

@media only screen and (max-width: 1100px) {
  .section__disclaimer {
    margin-top: 20px;
  }
}

.section__disclaimer__inner {
  width: 1000px;
  padding-top: 46px;
  padding-bottom: 76px;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  .section__disclaimer__inner {
    width: calc(100% - var(--sp-padding-left-right)*2 );
  }
}

.section__disclaimer--title {
  text-align: center;
  margin-bottom: 20px;
}

.section__disclaimer--title span {
  display: inline-block;
  font-size: 1.9rem;
  padding: 0 12px 6px;
  border-bottom: 1px solid #333;
}

.section__disclaimer--items {
  font-size: 1.2rem;
  line-height: 2;
  list-style-type: disc;
  margin-left: 20px;
}

.section__disclaimer--items a {
  text-decoration: underline;
}

.section__disclaimer--items a:hover {
  text-decoration: none;
}

/* -----------------------------
footer
----------------------------- */
footer {
  background-color: var(--main-color);
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
}

footer p {
  font-size: 1.4rem;
}

footer small {
  display: block;
  font-size: 1.3rem;
  margin-top: 65px;
}

@media only screen and (max-width: 1100px) {
  footer small {
    margin-top: 0px;
  }
}

/* -----------------------------
section__about
----------------------------- */
.section__about {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section__about--inner {
  width: 800px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

@media only screen and (max-width: 1100px) {
  .section__about--inner {
    width: 100%;
    border: none;
    padding: 50px 5% 20px;
  }
}

.section__about--table {
  font-size: 1.7rem;
}

.section__about--table th,
.section__about--table td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
}

@media only screen and (min-width: 1101px) {
  .section__about--table tr:nth-of-type(odd) th,
  .section__about--table tr:nth-of-type(odd) td {
    background-color: var(--base-color);
  }
}

@media only screen and (max-width: 1100px) {
  .section__about--table th,
  .section__about--table td {
    display: block;
    width: 100%;
  }

  .section__about--table th {
    background-color: var(--base-color);
  }

  .section__about--table td {
    background-color: #fff;
  }
}

@media only screen and (min-width: 1101px) {
  .footer__lower {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

/* -----------------------------
section__privacy
----------------------------- */
.section__privacy {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section__privacy--inner {
  width: 800px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

@media only screen and (max-width: 1100px) {
  .section__privacy--inner {
    width: 100%;
    border: none;
    padding: 50px 5% 20px;
  }
}

.section__privacy--items dt {
  font-size: 2rem;
  padding-bottom: 5px;
}

.section__privacy--items dd {
  font-size: 1.4rem;
  padding-bottom: 40px;
}
