@charset "UTF-8";
main.common,
.c-contact,
.c-breadcrumb,
.section.fv,
.scrl_top,
footer {
  position: relative;
  z-index: 20;
}

/* sec04 redesign */
main#rev2311 div.section.sec04 {
  background: #CDE8EC;
  padding: 6vw 0;
}

main#rev2311 div.section.sec04 h2.formated {
  text-align: center;
  margin-bottom: 2.2vw;
}

main#rev2311 div.section.sec04 h2.formated .subimg,
main#rev2311 div.section.sec04 h2.formated .subeng {
  display: none;
}

main#rev2311 div.section.sec04 .sec04_contentslist {
  display: block;
  width: min(92vw, 980px);
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
}

main#rev2311 div.section.sec04 .sec04_contentslist li {
  width: 100%;
  display: grid;
  grid-template-columns: 160px 1fr 170px;
  gap: 18px;
  align-items: center;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 18px 0;
  margin: 0;
}

main#rev2311 div.section.sec04 .sec04_contentslist li + li {
  border-top: 2px dotted #8D939E;
}

main#rev2311 div.section.sec04 .sec04_contentslist li div.movie {
  width: 160px;
  height: 90px;
  max-height: none;
  border-radius: 2px;
  overflow: hidden;
  background: #ddd;
}

main#rev2311 div.section.sec04 .sec04_contentslist li div.movie a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

main#rev2311 div.section.sec04 .sec04_contentslist li div.movie a::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.28);
}

main#rev2311 div.section.sec04 .sec04_contentslist li div.movie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main#rev2311 div.section.sec04 .sec04_contentslist li p {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 0 14px;
  border: none;
  font-size: 18px;
  line-height: 1.45;
  position: relative;
}

main#rev2311 div.section.sec04 .sec04_contentslist li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: calc(100% - 8px);
  border-radius: 4px;
  background: #39B2B2;
}

main#rev2311 div.section.sec04 .sec04_contentslist li .company_logo {
  width: auto;
  height: auto;
  max-height: none;
  margin: 0;
}

main#rev2311 div.section.sec04 .sec04_contentslist li .company_logo img {
  width: auto;
  height: 44px;
  max-width: 100%;
}

main#rev2311 div.section.sec04 .sec04_contentslist li .btn {
  width: 160px;
  max-width: none;
  height: 44px;
  border-radius: 9999px;
  margin: 0 0 0 auto;
  font-size: 16px;
  border: 2px solid #9AA0AB;
}

main#rev2311 div.section.sec04 .sec04_contentslist li .btn::after {
  width: 8px;
  height: 8px;
  right: 18px;
}

main#rev2311 div.section.sec04 .btn_more {
  display: flex;
  width: min(92%, 400px);
  height: 56px;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  border: 2px solid #4D4D4D;
  border-radius: 9999px;
  font-size: 30px;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 {
    padding: 10vw 0;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist {
    width: 94%;
    padding: 12px;
    border-radius: 10px;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li {
    grid-template-columns: 110px 1fr auto;
    gap: 10px;
    padding: 12px 0;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li div.movie {
    width: 110px;
    height: 64px;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li p {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 6px;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li p::before {
    width: 3px;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li .company_logo img {
    height: 24px;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li .btn {
    width: 92px;
    height: 32px;
    font-size: 12px;
    border-width: 1px;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li .btn::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
  main#rev2311 div.section.sec04 .btn_more {
    width: 88%;
    height: 48px;
    font-size: 16px;
    margin-top: 14px;
  }
}
/* sec04 final override */
main#rev2311 div.section.sec04 {
  background: #D2EDED !important;
}

main#rev2311 div.section.sec04 .sec04_panel {
  display: block !important;
  width: min(92vw, 980px) !important;
  margin: 0 auto !important;
  background: #fff !important;
  border-radius: 12px !important;
  padding: 3rem !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li {
  display: grid !important;
  grid-template-columns: 250px 1fr 168px !important;
  grid-template-rows: auto auto !important;
  column-gap: 20px !important;
  row-gap: 10px !important;
  align-items: start !important;
  width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 36px 0 !important;
  margin: 0 !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li + li {
  border-top: 2px dotted #8D939E !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li div.movie {
  grid-column: 1 !important;
  grid-row: 1/3 !important;
  flex: 0 0 200px !important;
  width: 240px !important;
  height: auto !important;
  max-height: none !important;
  background: #ddd !important;
  overflow: hidden !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > p,
main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo {
  width: auto !important;
  margin: 0 !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > p {
  grid-column: 2 !important;
  grid-row: 1 !important;
  flex: 1 1 auto !important;
  border: none !important;
  padding: 0 0 0 14px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  position: relative !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li:first-child > p {
  white-space: nowrap !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li:nth-child(2) > p,
main#rev2311 div.section.sec04 .sec04_contentslist > li:nth-child(3) > p {
  white-space: nowrap !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > p .sp-two-line {
  display: inline;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > p::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0px !important;
  width: 4px !important;
  height: 2rem;
  border-radius: 4px !important;
  background: #39B2B2 !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo {
  grid-column: 2 !important;
  grid-row: 2 !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
  text-align: left !important;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo img {
  height: 40px !important;
  width: auto !important;
  margin: 0.5rem 0;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo .company_logo_text {
  color: #666;
  font-size: 18px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
}

main#rev2311 div.section.sec04 .sec04_contentslist > li > .btn {
  grid-column: 3 !important;
  grid-row: 1/3 !important;
  align-self: center !important;
  justify-self: end !important;
  flex: 0 0 168px !important;
  width: 168px !important;
  height: 46px !important;
  margin: 0 !important;
  border-radius: 9999px !important;
  border: 2px solid #9AA0AB !important;
  font-size: 16px !important;
}

main#rev2311 div.section.sec04 .btn_more {
  width: min(92%, 400px) !important;
  height: 56px !important;
  margin: 18px auto 0 !important;
  padding: 0 44px 0 24px !important;
  box-sizing: border-box !important;
  font-size: clamp(15px, 1.9vw, 24px) !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  white-space: nowrap !important;
}

main#rev2311 div.section.sec04 .btn_more::after {
  right: 18px !important;
  width: 8px !important;
  height: 8px !important;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 h2.sec04_heading_plain {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }
  main#rev2311 div.section.sec04 h2.sec04_heading_plain .sec04_heading_sub {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  main#rev2311 div.section.sec04 .sec04_panel {
    width: 100% !important;
    padding: 22px !important;
    border-radius: 10px !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist {
    width: 100% !important;
    padding: 0 !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto auto !important;
    gap: 10px !important;
    padding: 10px 0 44px !important;
    position: relative !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li div.movie {
    grid-column: 1/-1 !important;
    grid-row: 1 !important;
    flex-basis: auto !important;
    width: 90% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
    margin: 0 auto !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > p {
    grid-column: 1/-1 !important;
    grid-row: 2 !important;
    font-size: 17px !important;
    width: 92% !important;
    padding-left: 12px !important;
    margin: 0 0 0 5% !important;
    margin-bottom: 0 !important;
    white-space: normal !important;
    line-height: 1.45 !important;
    box-sizing: border-box !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > p::before {
    height: 2.9rem !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > p .sp-two-line {
    display: block;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo {
    grid-column: 1 !important;
    grid-row: 3 !important;
    flex-basis: auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: -4px 0 0 8% !important;
    gap: 0px !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo img {
    height: 24px !important;
    max-width: 100% !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo .company_logo_text {
    font-size: 16px !important;
    line-height: 1.4 !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > .company_logo .company_logo_text--ppih {
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 300;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > .btn {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: auto !important;
    align-self: auto !important;
    position: absolute !important;
    right: 8% !important;
    bottom: 12px !important;
    flex-basis: 112px !important;
    width: 112px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 20px 0 12px !important;
    box-sizing: border-box !important;
    font-size: 10px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    border-width: 1px !important;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist > li > .btn::after {
    right: 9px !important;
    width: 5px !important;
    height: 5px !important;
  }
  main#rev2311 div.section.sec04 .btn_more {
    width: 84% !important;
    height: 42px !important;
    margin-top: 16px !important;
    padding: 0 40px 0 22px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 0.06em !important;
    white-space: nowrap !important;
    border: 1px solid #201F33 !important;
    border-radius: 999px !important;
  }
  main#rev2311 div.section.sec04 .btn_more::after {
    right: 14px !important;
    width: 7px !important;
    height: 7px !important;
    border-top: 2px solid #555 !important;
    border-right: 2px solid #555 !important;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec06 .sec06-voices {
    width: 100%;
  }
  .footer__bottom {
    padding-bottom: 24vw;
  }
}
@media screen and (min-width: 770px) {
  main#rev2311 div.section.sec04 .sec04_contentslist > li > .btn {
    position: absolute !important;
    right: 0 !important;
    top: 76% !important;
    transform: translateY(-50%) !important;
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: auto !important;
    justify-self: auto !important;
    margin: 0 !important;
  }
}
main#rev2311 {
  position: relative;
  z-index: 10;
}

main#rev2311,
main#rev2311 * {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
}

@media screen and (max-width: 769px) {
  main#rev2311 {
    z-index: 30;
  }
}
main#rev2311 .section.sec10,
main#rev2311 .section.fv + .imageflow {
  position: relative;
  z-index: 2000;
}

@media screen and (max-width: 769px) {
  main#rev2311 .section.sec10 {
    z-index: 50;
  }
}
main#rev2311 .float_btn_pc {
  position: fixed;
  bottom: -3px;
  right: -3px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 246px;
}

main#rev2311 .float_btn_pc img {
  vertical-align: bottom;
}

main#rev2311 .float_btn_pc.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 769px) {
  main#rev2311 .float_btn_sp {
    position: fixed;
    bottom: -1px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  main#rev2311 .float_btn_sp img {
    vertical-align: bottom;
  }
  main#rev2311 .float_btn_sp.active {
    opacity: 1;
    visibility: visible;
  }
}
main#rev2311 div, main#rev2311 p, main#rev2311 h1, main#rev2311 h2, main#rev2311 h3, main#rev2311 h4, main#rev2311 h5, main#rev2311 h6, main#rev2311 ol, main#rev2311 ul.li, main#rev2311 section, main#rev2311 dl, main#rev2311 dt, main#rev2311 dd {
  margin: 0;
  padding: 0;
}

main#rev2311 .sp, main#rev2311 .spil, main#rev2311 .spfx {
  display: none !important;
}

main#rev2311 .pc {
  display: block !important;
}

main#rev2311 .pcil {
  display: inline !important;
}

main#rev2311 .pcfx {
  display: flex !important;
}

@media only screen and (max-width: 769px) {
  main#rev2311 .pc, main#rev2311 .pcil, main#rev2311 .pcfx {
    display: none !important;
  }
  main#rev2311 .sp {
    display: block !important;
  }
  main#rev2311 .spil {
    display: inline !important;
  }
  main#rev2311 .spfx {
    display: flex !important;
  }
}
main#rev2311 ol, main#rev2311 ul.li {
  list-style-type: none;
}

main#rev2311 p.note {
  color: #4D4D4D;
  font-size: 1vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 p.note {
    font-size: 10px;
  }
}
main#rev2311 div.section .inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 0 24px;
}

main#rev2311 div.section .flex {
  display: flex;
}

main#rev2311 div.section h2 span {
  font-family: Adobe Garamond Pro;
}

main#rev2311 div.section.fv {
  position: relative;
}

main#rev2311 div.section.fv.is-static-kv .fv-kv {
  margin: 0;
}

main#rev2311 div.section.fv.is-static-kv .fv-kv img {
  display: block;
  width: 100%;
  height: auto;
}

main#rev2311 div.section.fv.is-static-kv .reqbtn {
  top: auto;
  bottom: clamp(26px, 3.4vw, 52px);
  left: min(19vw, 300px);
  width: min(58vw, 900px);
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: clamp(14px, 1.6vw, 26px);
  align-items: flex-end;
}

main#rev2311 div.section.fv.is-static-kv .reqbtn a {
  display: block;
  text-decoration: none;
}

main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-primary,
main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-secondary {
  background: transparent !important;
  border-radius: 0;
  width: calc((100% - clamp(14px, 1.6vw, 26px)) / 2) !important;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: static;
}

main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-primary {
  width: calc((100% - clamp(14px, 1.6vw, 26px)) / 2);
}

main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-secondary {
  width: calc((100% - clamp(14px, 1.6vw, 26px)) / 2);
  margin-left: 0;
}

main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-primary img,
main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-secondary img {
  display: block;
  width: 100%;
  height: auto;
}

main#rev2311 div.section.fv .reqbtn {
  position: absolute;
  top: 25vw;
  left: 9.1666666667vw;
  width: 32.5vw;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vw, 22px);
}

main#rev2311 div.section.fv .reqbtn a {
  display: block;
}

main#rev2311 div.section.fv .reqbtn img {
  display: block;
  width: 100%;
  height: auto;
}

main#rev2311 div.section.fv h1 {
  position: absolute;
  top: 5vw;
  left: 9.1666666667vw;
  font-size: 4vw;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

main#rev2311 div.section.fv h1 img {
  display: block;
  width: 16.25vw;
  margin-bottom: 2vw;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.fv.is-static-kv .reqbtn {
    left: 50%;
    bottom: 4.5%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-primary {
    text-align: center;
    margin: auto;
    width: 70% !important;
  }
  main#rev2311 div.section.fv.is-static-kv .reqbtn .reqbtn-secondary {
    text-align: center;
    margin: auto;
    width: 70% !important;
  }
  main#rev2311 div.section.fv h1 {
    position: static;
  }
  main#rev2311 div.section.fv h1 img {
    width: 100%;
    margin: 0;
  }
  main#rev2311 div.section.fv .reqbtn {
    top: auto;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 84vw;
  }
}
main#rev2311 .sec-forbiz-survey {
  background: linear-gradient(to bottom, #f6f3ef 0 72%, #FFFBF5 72% 100%);
}

main#rev2311 div.imageflow {
  background: #fff;
  padding: 20px 0 10px;
  min-height: 160px;
}

main#rev2311 div.imageflow.sec05 {
  padding: 20px 0 10px;
  min-height: 120px;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.imageflow {
    min-height: auto;
  }
  main#rev2311 div.imageflow.sec05 {
    min-height: auto;
  }
}
main#rev2311 div.imageflow .flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

main#rev2311 div.imageflow .logo-marquee {
  --gap: clamp(26px, 2.4vw, 40px);
  --height: clamp(40px, 4vw, 56px);
  --speed: 28s;
  --visible-items: 10.5;
  --logo-count: 11.5;
  --track-span: calc(100% * var(--logo-count) / var(--visible-items));
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--height);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.85) 8%, rgba(0, 0, 0, 0.85) 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.85) 8%, rgba(0, 0, 0, 0.85) 92%, transparent 100%);
}

main#rev2311 div.imageflow .logo-marquee__track {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: var(--track-span);
  align-items: center;
  gap: var(--gap);
  list-style: none;
  margin: 0;
  padding: 0;
  animation: logo-marquee-scroll var(--speed) linear infinite;
}

main#rev2311 div.imageflow .logo-marquee__track:nth-child(2) {
  left: var(--track-span);
}

main#rev2311 div.imageflow .logo-marquee__item {
  flex: 0 0 calc(100% / var(--logo-count));
  min-width: calc(100% / var(--logo-count));
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}

main#rev2311 div.imageflow .logo-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main#rev2311 div.imageflow .logo-marquee--pc {
  --gap: clamp(28px, 2.6vw, 44px);
  --height: clamp(48px, 4.6vw, 68px);
  --speed: 32s;
}

main#rev2311 div.imageflow .logo-marquee--sp {
  --gap: clamp(18px, 6vw, 26px);
  --height: clamp(34px, 11vw, 44px);
  --speed: 24s;
  --visible-items: 4.4;
  width: 100%;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  main#rev2311 div.imageflow .logo-marquee__track {
    animation: none !important;
    transform: none !important;
  }
}
@keyframes logo-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
main#rev2311 div.imageflow p.note {
  max-width: 1000px;
  margin: 2em auto;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.imageflow p.note {
    font-size: 8px;
    width: 90%;
    margin: 0.5em auto;
  }
}
main#rev2311 h2.formated {
  font-size: 4.4vw;
  line-height: 1em;
  margin-bottom: 5%;
  color: #555555;
}

@media screen and (min-width: 1000px) {
  main#rev2311 h2.formated {
    font-size: 44px;
  }
}
main#rev2311 h2.formated span.subeng {
  font-family: Adobe Garamond Pro;
  display: block;
  font-size: 1.5vw;
  line-height: 3vw;
  height: 3vw;
  max-height: 30px;
}

@media screen and (min-width: 1000px) {
  main#rev2311 h2.formated span.subeng {
    font-size: 15px;
    line-height: 30px;
  }
}
main#rev2311 h2.formated span.subimg {
  display: block;
  height: 64px;
  width: auto;
  margin-bottom: 15px;
}

main#rev2311 h2.formated span.subimg img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 769px) {
  main#rev2311 h2.formated {
    font-size: 7.4666666667vw;
    line-height: 1.2em;
  }
  main#rev2311 h2.formated span.subeng {
    font-size: 4vw;
    line-height: 1.2em;
  }
  main#rev2311 h2.formated span.subimg {
    height: 10vw;
    width: auto;
    margin-bottom: 15px;
  }
  main#rev2311 h2.formated span.subimg img {
    height: 100%;
    width: auto;
  }
}
main#rev2311 a.btn_more {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 4em auto 0;
  width: 27.5vw;
  max-width: 275px;
  border: 1px solid #4d4d4d;
  font-size: 1.6vw;
  height: 5vw;
  max-height: 50px;
  letter-spacing: 0.1em;
  border-radius: 40px;
}

@media screen and (min-width: 1000px) {
  main#rev2311 a.btn_more {
    font-size: 16px;
  }
}
main#rev2311 a.btn_more::after {
  position: absolute;
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 15%;
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  main#rev2311 a.btn_more {
    margin: 2em auto 1em;
    width: 80%;
    max-width: 275px;
    border: 1px solid #4d4d4d;
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    max-height: 50px;
    letter-spacing: 0.1em;
    border-radius: 40px;
  }
}
main#rev2311 div.section.sec01 {
  background: #EFE3D3;
}

main#rev2311 div.section.sec01 .inner {
  padding-top: 5vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec01 .inner {
    padding-top: 40px;
  }
}
main#rev2311 div.section.sec01 div.sec01_h2_flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

main#rev2311 div.section.sec01 div.sec01_h2_flex div.sec01_h2_img {
  width: 40.8163265306%;
}

main#rev2311 div.section.sec01 div.sec01_h2_flex div.sec01_h2_img img {
  display: block;
  margin: auto;
  width: 76.5%;
}

main#rev2311 div.section.sec01 div.sec01_h2_flex div.sec01_h2_copy {
  width: 59.1836734694%;
  display: flex;
}

main#rev2311 div.section.sec01 div.sec01_h2_flex div.sec01_h2_copy h2 {
  text-align: left;
  margin-bottom: 16%;
}

main#rev2311 div.section.sec01 div.sec01_h2_flex div.sec01_h2_copy img {
  width: 85.6896551724%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec01 .sec01_h2 {
    width: 100%;
    text-align: right;
  }
  main#rev2311 div.section.sec01 .sec01_h2 img {
    width: 96%;
  }
}
main#rev2311 div.section.sec01 div.sec01_graph {
  position: relative;
  margin-top: -7%;
}

main#rev2311 div.section.sec01 div.sec01_graph h3.sec01_graph_h3 {
  position: absolute;
  top: -3.8vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 5px;
  width: 78.8775510204%;
  font-size: 2.8vw;
  height: 7.5vw;
  line-height: 7.5vw;
  background: #DDB182;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec01 div.sec01_graph h3.sec01_graph_h3 {
    top: -38px;
    font-size: 28px;
    height: 75px;
    line-height: 75px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec01 div.sec01_graph h3.sec01_graph_h3 {
    z-index: 20;
    top: -5%;
  }
}
main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 6% 4% 3%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list {
    position: relative;
    display: block;
    padding: 0;
    z-index: 10;
    width: 90%;
    margin: 0 auto 10%;
  }
}
main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card {
  width: 24vw;
  max-width: 240px;
  padding: 10px 0;
  position: relative;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card {
    width: 100%;
    max-width: none;
    background: #fff;
    border-radius: 5px;
    padding: 1% 0;
  }
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card > img {
    width: 70%;
    margin: auto;
  }
}
main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question {
  width: 100%;
  height: 8vw;
  max-height: 80px;
  align-items: center;
  font-size: 1.4vw;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question {
    height: 26.6666666667vw;
    max-height: none;
    font-size: 4.2666666667vw;
    position: relative;
  }
}
main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question > span {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question span.color {
  color: #D6A26B;
}

main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question span.ast {
  display: block;
  position: absolute;
  top: 50%;
  right: -2%;
  font-size: 1vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question span.ast {
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.question span.ast {
    display: none;
  }
}
main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card::after {
  display: block;
  width: 1px;
  background: #ccc;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -19%;
}

main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card:first-child::after {
  display: none;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card::after {
    display: none !important;
  }
  main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list li.card p.note {
    position: relative;
    display: block;
    width: 100%;
    left: auto;
    bottom: auto;
    transform: none;
    text-align: center;
    font-size: 2.4vw;
    margin: 1em auto;
  }
}
main#rev2311 div.section.sec01 div.sec01_graph .sec01_graph_list .slick-dots {
  bottom: -8%;
}

main#rev2311 div.section.sec01 div.sec01_graph p.note {
  position: absolute;
  width: 93%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  text-align: left;
}

main#rev2311 div.section.sec02 {
  background: #F8F4EB;
  padding: 5vw 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec02 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec02 {
    padding: 8% 0;
  }
}
main#rev2311 div.section.sec02 div.sec02_leadtext {
  font-size: 2.3vw;
  width: 100%;
  font-weight: bold;
  margin-bottom: 4%;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec02 div.sec02_leadtext {
    font-size: 23px;
  }
}
main#rev2311 div.section.sec02 div.sec02_leadtext .subimg {
  display: block;
  width: 23vw;
  margin: 0 auto 5px;
}

main#rev2311 div.section.sec02 div.sec02_leadtext .sec02_h2_color {
  color: #D6A26B;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec02 div.sec02_leadtext {
    font-size: 4vw;
    margin-bottom: 10%;
  }
  main#rev2311 div.section.sec02 div.sec02_leadtext .subimg {
    display: block;
    width: 40%;
    margin: 0 auto 5px;
  }
}
main#rev2311 div.section.sec02 .sec02_contentslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec02 .sec02_contentslist {
    display: block;
    width: 90%;
    margin: auto;
  }
}
main#rev2311 div.section.sec02 .sec02_contentslist li {
  width: 45%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 2px #ddd;
  padding-bottom: 2%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec02 .sec02_contentslist li {
    width: 100%;
    margin-bottom: 18%;
    padding-bottom: 8%;
  }
}
main#rev2311 div.section.sec02 .sec02_contentslist li h4 {
  position: absolute;
  width: 90%;
  height: 36px;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #E2C7A0;
  line-height: 36px;
  color: #fff;
  border-radius: 5px;
  font-size: 1.4vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec02 .sec02_contentslist li h4 {
    font-size: 14px;
  }
}
main#rev2311 div.section.sec02 .sec02_contentslist li h3 {
  width: 80%;
  margin: 1.2em auto 0.8em;
  border-bottom: 1px solid #E2C7A0;
  font-size: 2vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec02 .sec02_contentslist li h3 {
    font-size: 20px;
  }
}
main#rev2311 div.section.sec02 .sec02_contentslist li p {
  width: 80%;
  margin: auto;
  text-align: left;
  line-height: 1.8em;
  font-size: 1.4vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec02 .sec02_contentslist li p {
    font-size: 14px;
  }
}
main#rev2311 div.section.sec02 .sec02_contentslist li p.note {
  width: 100%;
  position: absolute;
  bottom: -6%;
  letter-spacing: -0.05em;
  font-size: 1vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec02 .sec02_contentslist li p.note {
    font-size: 10px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec02 .sec02_contentslist li h4 {
    font-size: 3.7333333333vw;
  }
  main#rev2311 div.section.sec02 .sec02_contentslist li h3 {
    width: 80%;
    margin: 1.2em auto 0.8em;
    font-size: 5.3333333333vw;
  }
  main#rev2311 div.section.sec02 .sec02_contentslist li p {
    font-size: 3.2vw;
  }
  main#rev2311 div.section.sec02 .sec02_contentslist li p.note {
    bottom: -6%;
    font-size: 2.6666666667vw;
  }
}
main#rev2311 div.section.sec025 {
  background: #EDF1F9;
}

main#rev2311 div.section.sec03 {
  background: #EFE3D3;
  padding: 6vw 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec03 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec03 {
    padding: 10% 0;
  }
}
main#rev2311 div.section.sec03 table.sec03_contents {
  width: 100%;
}

main#rev2311 div.section.sec03 table.sec03_contents thead.sec03_contents_header {
  height: 67px;
}

main#rev2311 div.section.sec03 table.sec03_contents thead.sec03_contents_header th {
  text-align: center;
  font-size: 2.3vw;
  color: #fff;
  border-radius: 8px 8px 0 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec03 table.sec03_contents thead.sec03_contents_header th {
    font-size: 23px;
  }
}
main#rev2311 div.section.sec03 table.sec03_contents thead.sec03_contents_header th.sec03_contents_com {
  background: #DDB182;
  width: 42.3469387755%;
}

main#rev2311 div.section.sec03 table.sec03_contents thead.sec03_contents_header th.sec03_contents_mem {
  background: #989393;
  width: 42.3469387755%;
}

main#rev2311 div.section.sec03 table.sec03_contents .sec03_contents_left {
  width: 15.306122449%;
  text-align: center;
  font-size: 1.8vw;
  font-weight: bold;
  color: #4D4D4D;
  line-height: 1.4em;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec03 table.sec03_contents .sec03_contents_left {
    font-size: 18px;
  }
}
main#rev2311 div.section.sec03 table.sec03_contents th.sec03_contents_left {
  background: none;
}

main#rev2311 div.section.sec03 table.sec03_contents td {
  background: #fff;
}

main#rev2311 div.section.sec03 table.sec03_contents tbody tr:first-child td.sec03_contents_left {
  border-radius: 8px 0 0 0;
}

main#rev2311 div.section.sec03 table.sec03_contents tbody tr:last-child td.sec03_contents_left {
  border-radius: 0 0 0 8px;
}

main#rev2311 div.section.sec03 table.sec03_contents tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

main#rev2311 div.section.sec03 table.sec03_contents tbody tr:last-child td {
  border-bottom: none;
}

main#rev2311 div.section.sec03 table.sec03_contents td {
  border-bottom: 1px dashed #aaa;
  border-left: 1px solid #aaa;
  padding: 3%;
}

main#rev2311 div.section.sec03 table.sec03_contents td.sec03_contents_left {
  border-left: none;
}

main#rev2311 div.section.sec03 table.sec03_contents td div.sec03_contents_colm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main#rev2311 div.section.sec03 table.sec03_contents td div.sec03_contents_colm .sec03_colm_img {
  width: 20%;
}

main#rev2311 div.section.sec03 table.sec03_contents td div.sec03_contents_colm .sec03_colm_img img {
  width: fit-content;
  display: block;
  margin: auto;
}

main#rev2311 div.section.sec03 table.sec03_contents td div.sec03_contents_colm p {
  width: 76%;
  font-size: 1.2vw;
  text-align: left;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec03 table.sec03_contents td div.sec03_contents_colm p {
    font-size: 12px;
  }
}
main#rev2311 div.section.sec03 table.sec03_contents td div.sec03_contents_colm p span.ast {
  font-size: 0.7em;
  vertical-align: 0.2em;
}

main#rev2311 div.section.sec03 .sec03_contents_sp {
  width: 93.3333333333vw;
  margin: auto;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .merit_head {
  width: 80.5333333333vw;
  display: flex;
  align-items: flex-end;
  margin-right: 0;
  margin-left: auto;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .merit_head li {
  background: #ccc;
  width: 50%;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vw;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .merit_head li#mr1 {
  background: #DDB182;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .merit_head li#mr2 {
  background: #989393;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .merit_head li.active {
  height: 18vw;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .meritbody {
  width: 93.3333333333vw;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .meritbody li {
  display: none;
}

main#rev2311 div.section.sec03 .sec03_contents_sp .meritbody li.active {
  display: block;
}

main#rev2311 div.section.sec04 {
  background: #F8F4EB;
  padding: 6vw 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec04 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 {
    padding: 10% 0;
  }
}
main#rev2311 div.section.sec04 .sec04_contentslist {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 .sec04_contentslist {
    display: block;
    width: 90%;
    margin: auto;
  }
}
main#rev2311 div.section.sec04 .sec04_contentslist li {
  width: 32.5%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 2px #ddd;
  padding-bottom: 2%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 .sec04_contentslist li {
    width: 100%;
    margin-bottom: 10%;
  }
}
main#rev2311 div.section.sec04 .sec04_contentslist li div.movie {
  height: 20.5vw;
  max-height: 205px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 .sec04_contentslist li div.movie {
    height: auto;
    max-height: none;
  }
}
main#rev2311 div.section.sec04 .sec04_contentslist li div.movie iframe {
  width: 100%;
  height: auto;
}

main#rev2311 div.section.sec04 .sec04_contentslist li p {
  width: 90%;
  font-size: 1.5vw;
  margin: 2em auto 0.8em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.8em;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec04 .sec04_contentslist li p {
    font-size: 15px;
  }
}
main#rev2311 div.section.sec04 .sec04_contentslist li .company_logo {
  width: 90%;
  height: 3.5vw;
  max-height: 35px;
  margin: 0 auto 5%;
  text-align: left;
}

main#rev2311 div.section.sec04 .sec04_contentslist li .company_logo img {
  height: 100%;
  width: auto;
}

main#rev2311 div.section.sec04 .sec04_contentslist li .btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0.5em auto;
  width: 21.2vw;
  max-width: 212px;
  border: 1px solid #ccc;
  font-size: 1.4vw;
  height: 3.8vw;
  max-height: 38px;
  letter-spacing: 0.1em;
  border-radius: 5px;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec04 .sec04_contentslist li .btn {
    font-size: 14px;
  }
}
main#rev2311 div.section.sec04 .sec04_contentslist li .btn::after {
  position: absolute;
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
  right: 15%;
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 .sec04_contentslist li p {
    font-size: 3.7333333333vw;
    margin: 2em auto 0.8em;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li .company_logo {
    height: 9vw;
    max-height: none;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li .btn {
    width: 70%;
    max-width: none;
    font-size: 3.7333333333vw;
    height: 10.1333333333vw;
    max-height: none;
    border-radius: 5px;
    margin: 0.5em auto 1.5em;
  }
  main#rev2311 div.section.sec04 .sec04_contentslist li .btn::after {
    width: 8px;
    height: 8px;
  }
}
main#rev2311 div.section.sec06 {
  background: #EFE3D3;
  padding: 6vw 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec06 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec06 {
    padding: 18% 0;
  }
}
main#rev2311 div.section.sec06 .sec06_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}

main#rev2311 div.section.sec06 .sec06_header h2 {
  width: 53.3vw;
  max-width: 533px;
}

main#rev2311 div.section.sec06 .sec06_header img.medal {
  width: 21.8vw;
  max-width: 218px;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec06 .sec06_header {
    display: block;
  }
  main#rev2311 div.section.sec06 .sec06_header h2 {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
main#rev2311 div.section.sec06 .sec06_contentslist {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

main#rev2311 div.section.sec06 .sec06_contentslist li {
  width: 28.5%;
  background: #fff;
  padding: 4%;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 3px #eee;
}

main#rev2311 div.section.sec06 .sec06_contentslist li img {
  height: 12.6vw;
  max-height: 126px;
  width: auto;
}

main#rev2311 div.section.sec06 .sec06_contentslist li h3 {
  font-size: 2.3vw;
  color: #4D4D4D;
  margin: 0.8em auto;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec06 .sec06_contentslist li h3 {
    font-size: 23px;
  }
}
main#rev2311 div.section.sec06 .sec06_contentslist li p {
  font-size: 1.5vw;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec06 .sec06_contentslist li p {
    font-size: 15px;
  }
}
main#rev2311 div.section.sec06 .sec06_contentslist li::after {
  position: absolute;
  content: " ";
  display: block;
  width: 4vw;
  height: 2vw;
  max-width: 40px;
  max-height: 20px;
  background: #F8F4EB;
  transform: rotate(90deg);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  top: 48%;
  right: -20%;
}

main#rev2311 div.section.sec06 .sec06_contentslist li:last-child::after {
  display: none;
}

main#rev2311 div.section.sec06 {
  background: #cde8ec !important;
  padding: 70px 0 !important;
}

main#rev2311 div.section.sec06 .sec06-voices {
  width: min(92vw, 980px);
  margin: 0 auto;
}

main#rev2311 div.section.sec06 .sec06-voices__title {
  text-align: center;
  color: #1e2032;
  font-size: clamp(20px, 2.4vw, 34px);
  letter-spacing: 0.08em;
  margin: 0 0 30px;
  font-weight: 700;
}

main#rev2311 div.section.sec06 .sec06-voices__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

main#rev2311 div.section.sec06 .sec06-voices__item {
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 18px;
  align-items: center;
}

main#rev2311 div.section.sec06 .sec06-voices__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #d9f0f1;
  align-self: center;
}

main#rev2311 div.section.sec06 .sec06-voices__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main#rev2311 div.section.sec06 .sec06-voices__body h3 {
  margin: 0 0 8px;
  color: #1e2032;
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}

main#rev2311 div.section.sec06 .sec06-voices__body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.1em;
  border-radius: 999px;
  background: #39b2b2;
}

main#rev2311 div.section.sec06 .sec06-voices__body {
  text-align: left;
}

main#rev2311 div.section.sec06 .sec06-voices__body p {
  margin: 0;
  color: #1e2032;
  font-size: clamp(12px, 1.3vw, 20px);
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-left: 0.6rem;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec06 {
    padding: 34px 0 44px !important;
  }
  main#rev2311 div.section.sec06 .sec06-voices {
    width: 92%;
  }
  main#rev2311 div.section.sec06 .sec06-voices__title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
  main#rev2311 div.section.sec06 .sec06-voices__list {
    gap: 10px;
  }
  main#rev2311 div.section.sec06 .sec06-voices__item {
    padding: 14px 14px 12px;
    grid-template-columns: 70px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 6px;
    border-radius: 10px;
    align-items: start;
  }
  main#rev2311 div.section.sec06 .sec06-voices__icon {
    grid-column: 1;
    grid-row: 1;
    width: 67px;
    height: 67px;
    margin-top: 2px;
  }
  main#rev2311 div.section.sec06 .sec06-voices__body {
    display: contents;
  }
  main#rev2311 div.section.sec06 .sec06-voices__body h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    padding-left: 12px;
    align-self: center;
    font-weight: 500;
  }
  main#rev2311 div.section.sec06 .sec06-voices__body h3::before {
    width: 4px;
    height: 2.6em;
  }
  main#rev2311 div.section.sec06 .sec06-voices__body p {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 12px;
    line-height: 1.55;
    margin: 4px 0 0 0;
  }
  main#rev2311 div.section.sec06 .sec06-voices__cta {
    height: 36px;
    margin-top: 16px;
    font-size: 14px;
  }
}
main#rev2311 div.section.sec07 {
  background: #F8F4EB;
  padding: 6vw 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec07 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 {
    padding: 12% 0;
  }
}
main#rev2311 div.section.sec07 div.sec07_contents {
  width: 100%;
  position: relative;
}

main#rev2311 div.section.sec07 div.sec07_contents h2 {
  position: relative;
  background: #E2C7A0;
  z-index: 20;
  width: 78vw;
  height: 7.5vw;
  max-width: 780px;
  max-height: 75px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

main#rev2311 div.section.sec07 div.sec07_contents h2 img {
  width: 62.8205128205%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 div.sec07_contents h2 {
    background: none;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    border-radius: 0;
    width: 60%;
  }
  main#rev2311 div.section.sec07 div.sec07_contents h2 img {
    width: 100%;
  }
}
main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 6% 3.5% 1%;
  margin-top: -3.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 2px 3px #eee;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist {
    position: relative;
    z-index: 10;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    padding: 4%;
    margin: 5% auto 0;
    margin-top: 5%;
    display: block;
    box-shadow: 0 2px 3px #eee;
  }
}
main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li {
  background: #F8F4EB;
  width: 49%;
  margin-bottom: 2%;
  padding: 1% 3%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li {
    width: 100%;
    margin-bottom: 4%;
  }
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li:last-child {
    margin-bottom: 0;
  }
}
main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li h3 {
  font-size: 2.2vw;
  color: #D6A26B;
  margin: 0.4em auto;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li h3 {
    font-size: 4.8vw;
  }
}
main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li ul {
  width: 100%;
  margin-bottom: 1em;
}

main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li ul li {
  text-align: left;
  font-size: 1.4vw;
  line-height: 1.4em;
  margin-bottom: 0.6em;
  padding-left: 1.2em;
  position: relative;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li ul li {
    font-size: 3.7333333333vw;
  }
}
main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li ul li span {
  line-height: 0.6em;
  font-size: 0.6em;
}

main#rev2311 div.section.sec07 div.sec07_contents .sec07_contentslist > li ul li::before {
  position: absolute;
  content: "●";
  left: 0em;
  color: #D6A26B;
}

main#rev2311 div.section.sec07 div.sec07_contents .sec07_img01 {
  position: absolute;
  width: 14.6vw;
  max-width: 146px;
  top: -4%;
  left: 5%;
  z-index: 100;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_img01 {
    width: 23%;
    top: 2%;
    left: -5%;
  }
}
main#rev2311 div.section.sec07 div.sec07_contents .sec07_img02 {
  position: absolute;
  width: 14.2vw;
  max-width: 142px;
  bottom: -8%;
  right: -3%;
  z-index: 100;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec07 div.sec07_contents .sec07_img02 {
    width: 23%;
    bottom: auto;
    top: -4%;
    right: -5%;
  }
}
main#rev2311 div.section.sec075 {
  padding: 6vw 0;
  background-color: #FFFBF5;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec075 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 {
    padding: 12% 0;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.4vw, 30px);
  padding: clamp(24px, 3.6vw, 48px) 0;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner {
    gap: 16px;
    width: 100%;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-title-break {
  display: none;
}

main#rev2311 div.section.sec075 .score-diagnosis-head {
  text-align: center;
}

main#rev2311 div.section.sec075 .score-diagnosis-main {
  display: flex;
  align-items: center;
  gap: clamp(36px, 4.8vw, 64px);
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-main {
    display: block;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-media {
  width: 30%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-media {
    width: 70%;
    margin: 0 auto;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-media img {
  display: block;
  width: 100%;
}

main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 24px);
  color: #1e2032;
  font-feature-settings: "palt";
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content {
    margin-top: 16px;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-label {
  font-size: clamp(20px, 1.85vw, 32px);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  color: #1e2032;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-label {
    font-size: 16px;
    margin-bottom: 6px;
    padding: 0;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-title {
  margin: 0;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
  font-size: clamp(28px, 2.4vw, 38px);
  color: #1e2032;
  text-align: center;
  margin-top: 0.75rem;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-head.score-diagnosis-head {
    text-align: center;
    margin: 50px auto 16px !important;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-title-break {
    display: initial;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-highlight {
  color: #c16937;
  font-weight: 700;
}

main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-lead {
  font-size: clamp(30px, 2.3vw, 36px);
  font-weight: 400;
  color: #1e2032;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
  line-height: 1.45;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-lead {
    font-size: 22px;
    line-height: 1.45;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-description {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1e2032;
  text-align: left;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-description {
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-description p {
  margin: 0;
  font-size: inherit;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-description p {
    font-size: inherit;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-cta {
  margin-top: clamp(26px, 3vw, 42px);
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-cta {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    margin: auto;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-button {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-button {
    width: min(100%, 360px);
    display: block;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-button:hover {
  transform: translateY(-4px);
}

main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-button img {
  display: block;
  width: clamp(300px, 32vw, 420px);
  max-width: 420px;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec075 .score-diagnosis-banner .score-diagnosis-content .score-diagnosis-button img {
    width: 100%;
    max-width: 410px;
  }
}
main#rev2311 div.section.sec08 {
  padding: 6vw 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec08 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec08 {
    padding: 12% 0;
  }
}
main#rev2311 div.section.sec08 h2.sub {
  font-size: 2.3vw;
  margin-bottom: 1em;
}

main#rev2311 div.section.sec08 h2.sub .subeng {
  margin-top: 0.2em;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec08 h2.sub {
    font-size: 23px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec08 h2.sub {
    font-size: 6.1333333333vw;
  }
}
main#rev2311 div.section.sec08 .sec08_contents {
  display: flex;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec08 .sec08_contents {
    display: block;
    width: 90%;
    margin: auto;
  }
}
main#rev2311 div.section.sec08 .sec08_contents > div {
  width: 50%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec08 .sec08_contents > div {
    width: 100%;
  }
}
main#rev2311 div.section.sec08 .sec08_contents div.img_ceo img {
  width: 84%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec08 .sec08_contents div.img_ceo img {
    width: 80%;
    margin-bottom: 1.5em;
  }
}
main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p {
  text-align: justify;
  margin-bottom: 1em;
  font-size: 14px;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p {
    font-size: 14px;
  }
}
main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p span.color {
  color: #F46072;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p {
    font-size: 14px;
  }
}
main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p.name_ceo {
  text-align: right;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p.name_ceo {
    text-align: right;
    display: block !important;
    margin-top: 1.2em;
    margin-bottom: 0;
  }
}
main#rev2311 div.section.sec09 {
  padding: 6vw 0;
  background: #F4FCFC;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec09 {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec09 {
    padding: 6vw 0;
  }
}
main#rev2311 div.section.sec09 h2 {
  width: 62.3vw;
  max-width: 623px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec09 h2 {
    margin: 50px auto 0 !important;
  }
}
main#rev2311 div.section.sec09 .sec09_medallist {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 200px));
  justify-content: center;
  justify-items: center;
  align-items: center;
  column-gap: clamp(24px, 4vw, 60px);
  row-gap: clamp(16px, 2.4vw, 32px);
  width: min(68vw, 760px);
  margin: 2em auto;
}

main#rev2311 div.section.sec09 .sec09_medallist img {
  width: min(100%, 200px);
  display: block;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec09 .sec09_medallist {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    align-items: start;
    column-gap: 2px;
    row-gap: 4px;
  }
  main#rev2311 div.section.sec09 .sec09_medallist img {
    width: 100%;
    max-width: 45vw;
  }
  main#rev2311 div.section.sec09 .sec09_medallist > img:first-child {
    grid-column: 1/-1;
    justify-self: center;
    margin-bottom: -4px;
    max-width: 45vw;
  }
}
main#rev2311 div.section.sec09 .sec09_complist {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 4% 6%;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec09 .sec09_complist {
    padding: 8% 6%;
  }
}
main#rev2311 div.section.sec09 .sec09_complist h3 {
  letter-spacing: 0.1em;
  color: #4D4D4D;
  font-size: 2.8vw;
  margin-bottom: 0.6em;
}

main#rev2311 div.section.sec09 .sec09_complist_more {
  display: none;
  font-weight: 200;
  margin-top: 1.2rem !important;
  font-size: 13px;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec09 .sec09_complist h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec09 .sec09_complist h3 {
    font-size: 4.8vw;
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec09 .sec09_complist_more {
    display: block;
    margin: 1.2rem 0 0 !important;
    text-align: center;
    color: #4D4D4D;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}
main#rev2311 div.section.sec09 p.note {
  text-align: left;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec09 p.note {
    font-size: 2.4vw;
  }
}
main#rev2311 .section.sec09-faq {
  background: #CDE8EC;
  padding: 6vw 0;
}

main#rev2311 .section.sec09-faq h2 {
  text-align: center;
  font-size: 3.2vw;
  color: #1E2032;
  margin: 0 0 2.4vw;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1000px) {
  main#rev2311 .section.sec09-faq h2 {
    font-size: 32px;
    margin-bottom: 36px;
  }
}
main#rev2311 .sec09-faq__panel {
  width: min(92vw, 860px);
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

main#rev2311 .sec09-faq__panel details {
  border-top: 1px dotted #46B8B8;
}

main#rev2311 .sec09-faq__panel details:first-child {
  border-top: none;
}

main#rev2311 .sec09-faq__panel summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 24px;
  cursor: pointer;
  padding: 20px 24px;
  font-size: 1.9vw;
  color: #1E2032;
  font-weight: 500;
  text-align: left;
}

main#rev2311 .sec09-faq__panel summary::-webkit-details-marker {
  display: none;
}

main#rev2311 .sec09-faq__panel summary .q {
  color: #34AAAA;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1;
}

main#rev2311 .sec09-faq__panel summary::after {
  content: "+";
  color: #34AAAA;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

main#rev2311 .sec09-faq__panel details[open] summary::after {
  content: "−";
}

main#rev2311 .sec09-faq__panel details p {
  margin: 0;
  padding: 0 24px 20px 72px;
  color: #1E2032;
  font-size: 1.9vw;
  line-height: 1.75;
  text-align: left;
}

@media screen and (min-width: 1000px) {
  main#rev2311 .sec09-faq__panel summary {
    font-size: 22px;
    padding: 20px 24px;
  }
  main#rev2311 .sec09-faq__panel details p {
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 .section.sec09-faq {
    padding: 9vw 0;
  }
  main#rev2311 .section.sec09-faq h2 {
    font-size: 7.2vw;
    margin-bottom: 4.5vw;
  }
  main#rev2311 .sec09-faq__panel {
    width: 94%;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  main#rev2311 .sec09-faq__panel details {
    position: relative;
    border-top: none;
  }
  main#rev2311 .sec09-faq__panel details + details::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    border-top: 1px dotted #46B8B8;
  }
  main#rev2311 .sec09-faq__panel summary {
    grid-template-columns: auto 1fr auto;
    column-gap: 8px;
    padding: 16px 16px;
    font-size: 3.4vw;
    line-height: 1.45;
  }
  main#rev2311 .sec09-faq__panel summary .q {
    font-size: 1.55em;
  }
  main#rev2311 .sec09-faq__panel summary::after {
    font-size: 1.55rem;
  }
  main#rev2311 .sec09-faq__panel details p {
    padding: 0 16px 16px 48px;
    font-size: 3.4vw;
    line-height: 1.65;
    text-align: left;
  }
}
main#rev2311 div.section.sec10 {
  padding: 6vw 0;
  background: #EFE3D3;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec10 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec10 {
    padding: 12% 0;
  }
}
main#rev2311 div.section.sec10 h2 {
  width: 80.2vw;
  max-width: 802px;
  margin: 0 auto 2em;
}

main#rev2311 div.section.sec10 .sec10_btnlist {
  display: flex;
  justify-content: space-between;
}

main#rev2311 div.section.sec10 .sec10_btnlist a {
  display: block;
  width: 48%;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec10 .sec10_btnlist {
    display: block;
    width: 90%;
    margin: auto;
  }
  main#rev2311 div.section.sec10 .sec10_btnlist a {
    margin-bottom: 2em;
    width: 100%;
  }
}
main#rev2311.comlist div.section.comlist_sec01 {
  background: #F8F4EB;
  padding: 6vw 0;
}

@media screen and (min-width: 1000px) {
  main#rev2311.comlist div.section.comlist_sec01 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311.comlist div.section.comlist_sec01 {
    padding: 10% 0 0;
  }
}
main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist {
    display: block;
    width: 90%;
    margin: auto;
  }
}
main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li {
  width: 32.5%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 2px #ddd;
  padding-bottom: 2%;
  margin-bottom: 5%;
}

main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li.blank {
  visibility: hidden;
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li {
    width: 100%;
    margin-bottom: 10%;
  }
}
main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li div.movie {
  height: 21vw;
  max-height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 769px) {
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li div.movie {
    height: auto;
    max-height: none;
  }
}
main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  margin: 1.5em auto 1em;
  text-align: center;
  width: 90%;
  line-height: 1.4em;
  font-feature-settings: "palt";
}

main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li p {
  width: 90%;
  font-size: 1.5vw;
  margin: 0em auto 0.8em;
  padding-bottom: 0.8em;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li p {
    font-size: 15px;
  }
}
main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li .btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0.5em auto;
  width: 21.2vw;
  max-width: 212px;
  border: 1px solid #ccc;
  font-size: 1.4vw;
  height: 3.8vw;
  max-height: 38px;
  letter-spacing: 0.1em;
  border-radius: 5px;
}

@media screen and (min-width: 1000px) {
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li .btn {
    font-size: 14px;
  }
}
main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li .btn::after {
  position: absolute;
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
  right: 15%;
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li p {
    font-size: 3.7333333333vw;
    margin: 0em auto 0.8em;
    text-align: center;
  }
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li .company_logo {
    height: 9vw;
    max-height: none;
  }
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li .btn {
    width: 70%;
    max-width: none;
    font-size: 3.7333333333vw;
    height: 10.1333333333vw;
    max-height: none;
    border-radius: 5px;
    margin: 0.5em auto 1.5em;
  }
  main#rev2311.comlist div.section.comlist_sec01 .sec04_contentslist li .btn::after {
    width: 8px;
    height: 8px;
  }
}
main#rev2311 .sec-forbiz-survey {
  background: linear-gradient(to bottom, #f6f3ef 0 72%, #FFFBF5 72% 100%);
}

main#rev2311 .sec-forbiz-survey__intro {
  width: 100%;
  background: #42b4b4;
  padding: 20px 12px;
  margin-bottom: 34px;
}

main#rev2311 .sec-forbiz-survey__intro p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0;
}

main#rev2311 .sec-forbiz-survey__intro p span {
  font-family: adobe-garamond-pro, serif;
  font-size: 1.16em;
  letter-spacing: 0.03em;
}

main#rev2311 .sec-forbiz-survey__intro-break {
  display: none;
}

main#rev2311 .sec-forbiz-survey__title-break,
main#rev2311 .sec-forbiz-survey__risk-break {
  display: none;
}

main#rev2311 .sec-forbiz-support__title-break {
  display: none;
}

main#rev2311 .sec-forbiz-survey > .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

main#rev2311 .sec-forbiz-survey__title {
  color: #1e2032;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

main#rev2311 .sec-forbiz-survey__question {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

main#rev2311 .sec-forbiz-survey__card .sec-forbiz-survey__question {
  margin-bottom: 14px;
  height: 98px;
}

main#rev2311 .sec-forbiz-survey__question--main {
  justify-content: flex-start;
}

main#rev2311 .sec-forbiz-survey__question img {
  width: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

main#rev2311 .sec-forbiz-survey__question p {
  color: #1e2032;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: left;
}

main#rev2311 .sec-forbiz-survey__card .sec-forbiz-survey__question p {
  font-size: 22px;
  line-height: 1.5;
}

main#rev2311 .sec-forbiz-survey__lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 22px;
  position: relative;
  margin-bottom: 26px;
}

main#rev2311 .sec-forbiz-survey__lead-chart {
  text-align: center;
  width: 100%;
}

main#rev2311 .sec-forbiz-survey__lead-chart img {
  width: min(100%, 290px);
}

main#rev2311 .sec-forbiz-survey__lead-chart p {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
  color: #4d4d4d;
  text-align: left;
}

main#rev2311 .sec-forbiz-survey__lead-copy {
  text-align: center;
  margin-right: 30%;
}

main#rev2311 .sec-forbiz-survey__lead-copy .eyebrow {
  font-size: 22px;
  color: #1e2032;
  font-weight: 500;
  margin-bottom: 2px;
}

main#rev2311 .sec-forbiz-survey__lead-copy .main-copy {
  display: inline-block;
  color: #f15f73;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 3px solid #FFDFE3;
  line-height: 1.4;
}

main#rev2311 .sec-forbiz-survey__lead-copy .sub-copy {
  color: #1e2032;
  font-size: 22px;
  font-weight: 500;
  margin-top: 8px;
}

main#rev2311 .sec-forbiz-survey__lead-copy .people,
main#rev2311 .sec-forbiz-survey__card .people {
  display: block;
  position: static;
  width: min(100%, 230px);
}

main#rev2311 .sec-forbiz-survey__lead-copy .people {
  margin: 10px auto 0;
}

main#rev2311 .sec-forbiz-survey__lead-illust {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

main#rev2311 .sec-forbiz-survey__lead-illust img {
  width: auto;
  height: 300px;
}

main#rev2311 .sec-forbiz-survey__slider-sp {
  display: none;
}

main#rev2311 .sec-forbiz-survey__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

main#rev2311 .sec-forbiz-survey__card {
  display: flex;
  flex-direction: column;
}

main#rev2311 .sec-forbiz-survey__card-main {
  position: relative;
  min-height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

main#rev2311 .sec-forbiz-survey__card-main .chart {
  width: min(100%, 290px);
}

main#rev2311 .sec-forbiz-survey__card-main .person {
  position: absolute;
  width: auto;
  height: 196px;
  bottom: 0;
}

main#rev2311 .sec-forbiz-survey__card-main .person.left {
  left: 72px;
}

main#rev2311 .sec-forbiz-survey__card-main .person.right {
  right: 72px;
}

main#rev2311 .sec-forbiz-survey__card .people {
  margin: 2px auto 8px;
}

main#rev2311 .sec-forbiz-survey__card .note {
  font-size: 10px;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 24em;
  color: #4d4d4d;
  text-align: left;
  margin: 0 auto;
}

main#rev2311 .sec-forbiz-survey__risk {
  margin-top: 56px;
  background: #cde8ec;
  position: relative;
  padding: 120px 0;
  clip-path: polygon(0 0, 50% 14%, 100% 0, 100% 84%, 50% 100%, 0 84%);
}

main#rev2311 .sec-forbiz-survey__risk .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

main#rev2311 .sec-forbiz-survey__risk::before,
main#rev2311 .sec-forbiz-survey__risk::after {
  content: none;
}

main#rev2311 .sec-forbiz-survey__risk h3 {
  text-align: center;
  color: #1e2032;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
}

main#rev2311 .sec-forbiz-survey__risk ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 0;
  margin: 0;
}

main#rev2311 .sec-forbiz-survey__risk li {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F4FCFC;
  color: #1e2032;
  font-size: 27px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

main#rev2311 .sec-forbiz-survey__risk li img {
  position: absolute;
  right: -10%;
  bottom: 12%;
  width: auto;
  max-width: 70%;
  max-height: 60%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

main#rev2311 .sec-forbiz-survey__risk li span {
  display: block;
  width: 74%;
  margin: 0;
  text-align: left;
  white-space: normal;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  main#rev2311 .sec-forbiz-survey__risk {
    padding: 96px 0;
  }
  main#rev2311 .sec-forbiz-survey__risk .inner {
    padding: 0 18px;
  }
  main#rev2311 .sec-forbiz-survey__risk h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  main#rev2311 .sec-forbiz-survey__risk ul {
    gap: 24px;
  }
  main#rev2311 .sec-forbiz-survey__risk li {
    font-size: 20px;
  }
  main#rev2311 .sec-forbiz-survey__risk li img {
    right: -4%;
    bottom: 9%;
    max-width: 62%;
    max-height: 54%;
  }
  main#rev2311 .sec-forbiz-survey__risk li span {
    width: 76%;
    font-size: 20px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 .sec-forbiz-survey {
    background: #FFFBF5;
  }
  main#rev2311 .sec-forbiz-survey__intro {
    padding: 14px 10px;
    margin-bottom: 20px;
  }
  main#rev2311 .sec-forbiz-survey__intro p {
    font-size: clamp(16px, 3.9vw, 22px);
    line-height: 1.35;
  }
  main#rev2311 .sec-forbiz-survey__intro p span {
    font-size: 1.08em;
    display: inline;
  }
  main#rev2311 .sec-forbiz-survey__intro-break {
    display: initial;
  }
  main#rev2311 .sec-forbiz-survey__title-break,
  main#rev2311 .sec-forbiz-survey__risk-break {
    display: initial;
  }
  main#rev2311 .sec-forbiz-support__title-break {
    display: initial;
  }
  main#rev2311 .sec-forbiz-survey > .inner {
    padding: 0 12px;
  }
  main#rev2311 .sec-forbiz-survey__title {
    font-size: clamp(18px, 4.4vw, 23px);
    margin-bottom: 18px;
  }
  main#rev2311 .sec-forbiz-survey > .inner > .sec-forbiz-survey__question--main,
  main#rev2311 .sec-forbiz-survey > .inner > .sec-forbiz-survey__lead,
  main#rev2311 .sec-forbiz-survey > .inner > .sec-forbiz-survey__cards {
    display: none;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp {
    display: block;
    position: relative;
    padding: 0 0 28px;
    margin: 0 -12px;
    overflow: hidden;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp .slick-list {
    padding: 0 28px !important;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp {
    min-width: 0;
    background: #fff;
    border-radius: 16px;
    padding: 22px 18px 18px;
    margin: 0 8px;
    min-height: 380px;
  }
  main#rev2311 .sec-forbiz-survey__question img {
    width: clamp(20px, 4.5vw, 26px);
    margin-top: 2px;
  }
  main#rev2311 .sec-forbiz-survey__question p {
    font-size: 13px;
    line-height: 1.45;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp .sec-forbiz-survey__question {
    margin-bottom: 12px;
    min-height: 0;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp.sec-forbiz-survey__card .sec-forbiz-survey__question p {
    font-size: 13px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp.sec-forbiz-survey__card .sec-forbiz-survey__question {
    height: auto;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 0;
    position: relative;
    align-items: start;
    min-height: 0;
    overflow: visible;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-chart {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-chart img {
    width: min(75%, clamp(180px, 43vw, 235px));
    margin: 0 auto;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-copy {
    margin-right: 0;
    text-align: center;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-copy .people {
    width: 128px;
    margin: 2px auto 10px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-copy .eyebrow {
    font-size: 11px;
    margin-bottom: 4px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-copy .main-copy {
    font-size: 10px;
    line-height: 1.55;
    border-bottom-width: 2px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-copy .sub-copy {
    font-size: 11px;
    margin-top: 6px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-copy .note {
    font-size: 8px;
    line-height: 1.45;
    color: #4d4d4d;
    margin-top: 8px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-illust {
    position: absolute;
    right: -20px;
    top: 0;
    transform: none;
    text-align: initial;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp--lead .sec-forbiz-survey__lead-illust img {
    width: auto;
    height: 180px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp.sec-forbiz-survey__card {
    display: flex;
    flex-direction: column;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp .sec-forbiz-survey__card-main {
    min-height: clamp(170px, 41vw, 220px);
  }
  main#rev2311 .sec-forbiz-survey__slide-sp .sec-forbiz-survey__card-main .chart {
    width: min(75%, clamp(180px, 43vw, 235px));
  }
  main#rev2311 .sec-forbiz-survey__slide-sp .sec-forbiz-survey__card-main .person {
    width: auto;
    height: 110px;
    bottom: 30px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp .sec-forbiz-survey__card-main .person.left {
    left: 10px;
  }
  main#rev2311 .sec-forbiz-survey__slide-sp .sec-forbiz-survey__card-main .person.right {
    right: -4px;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp .sec-forbiz-survey__lead-copy .people,
  main#rev2311 .sec-forbiz-survey__slide-sp.sec-forbiz-survey__card .people {
    width: min(100%, clamp(130px, 31vw, 180px));
  }
  main#rev2311 .sec-forbiz-survey__slide-sp.sec-forbiz-survey__card .note {
    font-size: clamp(8px, 1.9vw, 10px);
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
    max-width: 18em;
    margin: 0 auto;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    opacity: 1;
    position: static;
    display: block;
  }
  main#rev2311 .sec-forbiz-survey__slider-sp .slick-dots li.slick-active button:before {
    background: #ef6b79;
  }
  main#rev2311 .sec-forbiz-survey__risk {
    margin-top: 40px;
    padding: 90px 0 110px;
    clip-path: polygon(0 0, 50% 8%, 100% 0, 100% 92%, 50% 100%, 0 92%);
  }
  main#rev2311 .sec-forbiz-survey__risk .inner {
    padding: 0 12px;
  }
  main#rev2311 .sec-forbiz-survey__risk h3 {
    font-size: clamp(20px, 5vw, 28px);
    margin-bottom: 22px;
  }
  main#rev2311 .sec-forbiz-survey__risk ul {
    --risk-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 30px;
  }
  main#rev2311 .sec-forbiz-survey__risk li:nth-child(1) {
    grid-column: 1/-1;
    width: calc((100% - 30px) / 2);
    margin: 0 auto;
  }
  main#rev2311 .sec-forbiz-survey__risk li {
    font-size: clamp(14px, 3vw, 16px);
  }
  main#rev2311 .sec-forbiz-survey__risk li img {
    right: -7%;
    bottom: 10%;
    max-height: 60%;
  }
  main#rev2311 .sec-forbiz-survey__risk li span {
    width: 78%;
    text-align: left;
    font-size: 16px;
  }
  main#rev2311 .sec-forbiz-survey__risk li:nth-child(2) img {
    right: 50%;
    bottom: -26%;
    transform: translateX(52%);
    max-height: 56%;
  }
  main#rev2311 .sec-forbiz-survey__risk li:nth-child(2) span {
    width: 80%;
    text-align: center;
  }
  main#rev2311 .sec-forbiz-survey__risk li:nth-child(3) img {
    right: 50%;
    bottom: -24%;
    transform: translateX(56%);
    max-height: 50%;
  }
  main#rev2311 .sec-forbiz-survey__risk li:nth-child(3) span {
    width: 80%;
    text-align: center;
  }
}
main#rev2311 .sec-forbiz-support,
main#rev2311 .sec-forbiz-suppor {
  background: #FFFBF5;
}

main#rev2311 .sec-forbiz-support {
  padding: 94px 0 64px;
}

main#rev2311 .sec-forbiz-message {
  background: #FFF;
  padding: 0 0 80px;
}

main#rev2311 .sec-forbiz-support .inner,
main#rev2311 .sec-forbiz-message .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

main#rev2311 .sec-forbiz-message .inner {
  max-width: 1000px;
}

main#rev2311 .sec-forbiz-support__title,
main#rev2311 .sec-forbiz-message__title {
  margin: 0 0 28px;
  color: #1e2032;
  text-align: center;
  font-size: clamp(30px, 3vw, 54px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.05em;
}

main#rev2311 .sec-forbiz-support__lead {
  position: relative;
  background: transparent;
  border-radius: 14px;
  border: 0;
  padding: 18px 22px 16px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 18px;
  align-items: start;
}

main#rev2311 .sec-forbiz-support__badge {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4db8b8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

main#rev2311 .sec-forbiz-support__lead-image {
  width: 340px;
  height: auto;
  border-radius: 10px;
  display: block;
}

main#rev2311 .sec-forbiz-support__lead-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

main#rev2311 .sec-forbiz-support__lead-body h3 {
  margin: 0 0 24px;
  padding-left: 20px;
  position: relative;
  font-size: clamp(28px, 2.4vw, 32px);
  line-height: 1.35;
  color: #1e2032;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
}

main#rev2311 .sec-forbiz-support__lead-body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.2em;
  border-radius: 999px;
  background: #48b5b5;
}

main#rev2311 .sec-forbiz-support__lead-body h3 span {
  display: block;
  margin-top: 20px;
  font-size: 0.8em;
  margin-left: -20px;
  font-weight: 400;
}

main#rev2311 .sec-forbiz-support__lead-body p {
  margin: 0;
  color: #1e2032;
  font-size: clamp(14px, 1.22vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: left;
}

main#rev2311 .sec-forbiz-support__lead-body p.note {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}

main#rev2311 .sec-forbiz-support__option {
  margin: 34px auto 34px;
  text-align: center;
}

main#rev2311 .sec-forbiz-support__option img {
  width: min(100%, 640px);
  height: auto;
}

main#rev2311 .sec-forbiz-support__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

main#rev2311 .sec-forbiz-support__card {
  background: transparent;
  border-radius: 12px;
  border: 0;
  padding: 12px 12px 16px;
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}

main#rev2311 .sec-forbiz-support__card .sec-forbiz-support__badge {
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #fff;
}

main#rev2311 .sec-forbiz-support__card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

main#rev2311 .sec-forbiz-support__card h3 {
  margin: 0 0 20px;
  padding-left: 16px;
  position: relative;
  color: #1e2032;
  font-size: clamp(15px, 1.65vw, 26px);
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
}

main#rev2311 .sec-forbiz-support__card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 1.2em;
  border-radius: 999px;
  background: #48b5b5;
}

main#rev2311 .sec-forbiz-support__card p {
  margin: 0;
  color: #1e2032;
  font-size: clamp(12px, 1.25vw, 16px);
  line-height: 1.65;
  text-align: left;
}

main#rev2311 .sec-forbiz-support__card .sec-forbiz-support__card-sub {
  margin: 0 0 16px;
  color: #1e2032;
  font-size: clamp(15px, 1.65vw, 24px);
  line-height: 1.45;
  letter-spacing: 3px;
  font-weight: 500;
  text-align: left;
}

main#rev2311 .sec-forbiz-support__card .sec-forbiz-support__card-text {
  margin: 0;
  color: #1e2032;
  font-size: clamp(12px, 1.15vw, 18px);
  line-height: 1.65;
  text-align: left;
  font-weight: 200;
  letter-spacing: 3px;
  min-height: 0;
  align-self: stretch;
}

main#rev2311 .sec-forbiz-message__doctor {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 2.2rem 0;
  border-top: 2px dashed #DDBB97;
}

main#rev2311 .sec-forbiz-message__doctor:first-of-type {
  border-top: 0;
  padding-top: 0;
}

main#rev2311 .sec-forbiz-message__main {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 16px;
  align-items: start;
}

main#rev2311 .sec-forbiz-message__doctor img {
  width: 240px;
  border-radius: 8px;
}

main#rev2311 .sec-forbiz-message__doctor p {
  margin: 0;
  color: #1e2032;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.65;
  text-align: left;
}

main#rev2311 .sec-forbiz-message__quote {
  font-size: clamp(14px, 1.35vw, 30px) !important;
  line-height: 1.55 !important;
  font-weight: 500;
  margin-bottom: 10px !important;
}

main#rev2311 .sec-forbiz-message__doctorline {
  position: relative;
  margin-bottom: 8px !important;
  padding-left: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

main#rev2311 .sec-forbiz-message__doctorline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 2em;
  border-radius: 999px;
  background: #d9b380;
}

main#rev2311 .sec-forbiz-message__doctorline .name {
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 500;
  color: #1e2032;
}

main#rev2311 .sec-forbiz-message__doctorline .meta {
  font-size: clamp(12px, 0.95vw, 15px);
  color: #1e2032;
  font-weight: 500;
}

main#rev2311 .sec-forbiz-message__profile {
  font-size: clamp(13px, 1.2vw, 20px) !important;
  line-height: 1.7 !important;
  color: #555 !important;
}

main#rev2311 .sec-forbiz-message__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(360px, 88%);
  height: 56px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: #f36d83;
  color: #fff;
  text-decoration: none;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
}

main#rev2311 .sec-forbiz-message__cta::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

main#rev2311 .sec-forbiz-compare {
  background: #cde8ec;
  padding: 112px 0 74px;
  position: relative;
}

main#rev2311 .sec-forbiz-compare .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

main#rev2311 .sec-forbiz-compare__title {
  margin: 0 0 28px;
  text-align: center;
  color: #2b2e43;
  font-size: clamp(34px, 2.8vw, 52px);
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: 600;
}

main#rev2311 .sec-forbiz-compare__deco-pill {
  position: absolute;
  right: 0px;
  top: 50px;
  width: min(150px, 17vw);
  height: auto;
  z-index: 10;
  pointer-events: none;
}

main#rev2311 .sec-forbiz-compare__reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: auto;
}

main#rev2311 .sec-forbiz-compare__reason {
  background: #F4FCFC;
  border-radius: 12px;
  padding: 30px 20px;
}

main#rev2311 .sec-forbiz-compare__reason h3 {
  margin: 0 0 20px;
  color: #303349;
  font-size: clamp(20px, 1.55vw, 30px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
  position: relative;
  padding-left: 8px;
}

main#rev2311 .sec-forbiz-compare__reason h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 3px;
  height: 1.15em;
  border-radius: 999px;
  background: #39b2b2;
}

main#rev2311 .sec-forbiz-compare__reason ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

main#rev2311 .sec-forbiz-compare__reason li {
  position: relative;
  padding-left: 0.9em;
  color: #303349;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

main#rev2311 .sec-forbiz-compare__reason li.no-bullet {
  padding-left: 0.9em;
}

main#rev2311 .sec-forbiz-compare__reason li.no-bullet::before {
  content: none;
}

main#rev2311 .sec-forbiz-compare__reason li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.32em;
  height: 0.32em;
  border-radius: 50%;
  background: #39b2b2;
}

main#rev2311 .sec-forbiz-compare__reason li + li {
  margin-top: 0.12em;
}

main#rev2311 .sec-forbiz-compare__table-wrap {
  position: relative;
  margin-top: 92px;
  z-index: 2;
  border-radius: 10px;
}

main#rev2311 .sec-forbiz-compare__table-wrap::after {
  content: none;
}

main#rev2311 .sec-forbiz-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: visible;
  border-radius: 10px;
  table-layout: fixed;
  background: transparent;
  border: 0 !important;
}

main#rev2311 .sec-forbiz-compare__table .col-label {
  width: 27%;
}

main#rev2311 .sec-forbiz-compare__table .col-mederi {
  width: 29%;
}

main#rev2311 .sec-forbiz-compare__table .col-online,
main#rev2311 .sec-forbiz-compare__table .col-hospital {
  width: 22%;
}

main#rev2311 .sec-forbiz-compare__table > thead > tr > th,
main#rev2311 .sec-forbiz-compare__table > tbody > tr > th,
main#rev2311 .sec-forbiz-compare__table > tbody > tr > td {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-style: solid;
  border-color: #d8d8d8 !important;
  border-width: 0 1px 1px 0 !important;
  padding: 14px 10px;
  vertical-align: middle;
  text-align: center;
  color: #303349;
  box-shadow: none !important;
  outline: 0 !important;
  background-clip: padding-box;
}

main#rev2311 .sec-forbiz-compare__table > tbody > tr:last-child > th,
main#rev2311 .sec-forbiz-compare__table > tbody > tr:last-child > td {
  border-bottom: 0;
}

main#rev2311 .sec-forbiz-compare__table > thead > tr > th:last-child,
main#rev2311 .sec-forbiz-compare__table > tbody > tr > th:last-child,
main#rev2311 .sec-forbiz-compare__table > tbody > tr > td:last-child {
  border-right: 0;
}

main#rev2311 .sec-forbiz-compare__table > thead > tr > th.is-mederi {
  border-top-left-radius: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}

main#rev2311 .sec-forbiz-compare__table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}

main#rev2311 .sec-forbiz-compare__table > tbody > tr:last-child > th:first-child {
  border-bottom-left-radius: 10px;
}

main#rev2311 .sec-forbiz-compare__table > tbody > tr:first-child > th:first-child {
  border-top-left-radius: 10px;
}

main#rev2311 .sec-forbiz-compare__table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}

main#rev2311 .sec-forbiz-compare__table thead th {
  background: #E8E1DA;
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.3;
  font-weight: 500;
}

main#rev2311 .sec-forbiz-compare__table thead th:first-child {
  background: transparent;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  box-shadow: none !important;
  padding: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

main#rev2311 .sec-forbiz-compare__table thead .is-mederi {
  background: #F46072;
  color: #fff;
  position: relative;
  overflow: visible;
  z-index: 2;
}

main#rev2311 .sec-forbiz-compare__table thead .is-mederi::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -22px;
  height: 22px;
  background: #F46072;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  pointer-events: none;
}

main#rev2311 .sec-forbiz-compare__table thead .is-mederi .crown {
  position: absolute;
  left: 50%;
  top: -44px;
  transform: translateX(-50%);
  width: 98px;
  height: 42px;
  margin: 0;
  text-indent: -9999px;
  background: url("https://mederi.jp/wp-content/uploads/2026/03/forbiz-Group-227.png") center/contain no-repeat;
}

main#rev2311 .sec-forbiz-compare__table thead .is-mederi .brand {
  display: block;
  line-height: 1;
}

main#rev2311 .sec-forbiz-compare__table thead .is-mederi .brand img {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}

main#rev2311 .sec-forbiz-compare__table tbody th {
  background: #fff;
  text-align: left;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.35;
  font-weight: 500;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

main#rev2311 .sec-forbiz-compare__table tbody th small {
  display: block;
  margin-top: 2px;
  font-size: 0.58em;
  color: #555;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

main#rev2311 .sec-forbiz-compare__table tbody td {
  background: #fff;
  font-size: clamp(18px, 1.55vw, 28px);
  line-height: 1.4;
  font-weight: 500;
  word-break: keep-all;
}

main#rev2311 .sec-forbiz-compare__table tbody td .range-value {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.18;
}

main#rev2311 .sec-forbiz-compare__table tbody td .range-top,
main#rev2311 .sec-forbiz-compare__table tbody td .range-bottom {
  display: block;
}

main#rev2311 .sec-forbiz-compare__table tbody td .range-sep {
  display: block !important;
  margin: 0.05em 0;
  font-size: 0.82em;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 770px) {
  main#rev2311 .sec-forbiz-compare__table tbody tr:not(:first-child) > th,
  main#rev2311 .sec-forbiz-compare__table tbody tr:not(:first-child) > td {
    height: 110px;
  }
}
main#rev2311 .sec-forbiz-compare__table tbody td small {
  display: block;
  margin-top: 2px;
  font-size: 0.52em;
  color: #666;
  font-weight: 600;
}

main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi {
  color: #F46072;
  background: #FFF0F2;
  border-left: 2px solid #F46072 !important;
  border-right: 2px solid #F46072 !important;
  border-bottom: 1px solid #F46072 !important;
  border-color: #F46072 !important;
}

main#rev2311 .sec-forbiz-compare__table tbody tr:first-child td.is-mederi {
  border-top: 1px solid #F46072 !important;
}

main#rev2311 .sec-forbiz-compare__table tbody tr:last-child td.is-mederi {
  border-bottom: 2px solid #F46072 !important;
}

main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi strong {
  display: block;
  font-size: 1.06em;
  line-height: 1.25;
  font-weight: 600;
}

main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi span {
  display: block;
  margin-top: 8px;
  font-size: 0.6em;
  color: #303349;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1rem;
}

main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi span.is-emphasis {
  font-size: 0.68em;
  font-weight: 600;
}

main#rev2311 .sec-forbiz-compare__table thead th:nth-child(3) {
  background: #E8E1DA;
}

main#rev2311 .sec-forbiz-compare__table thead th:nth-child(4) {
  background: #D2CDCB;
}

main#rev2311 .sec-forbiz-compare__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 88%);
  height: 64px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: #f36d83;
  color: #fff;
  text-decoration: none;
  font-size: clamp(28px, 2.3vw, 34px);
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
}

main#rev2311 .sec-forbiz-compare__cta::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

main#rev2311 .sec-forbiz-flow {
  background: #fff;
  padding: 12px 0 84px;
}

main#rev2311 .sec-forbiz-flow .inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

main#rev2311 .sec-forbiz-flow__title {
  margin: 0 0 24px;
  text-align: center;
  color: #1e2032;
  font-size: clamp(32px, 3.1vw, 56px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.06em;
}

main#rev2311 .sec-forbiz-flow__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

main#rev2311 .sec-forbiz-flow__badge-wrap {
  text-align: center;
  flex-shrink: 0;
}

main#rev2311 .sec-forbiz-flow__badge-note {
  margin: 6px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

main#rev2311 .sec-forbiz-flow__lead {
  text-align: left;
}

main#rev2311 .sec-forbiz-flow__lead img {
  display: block;
  width: min(100%, 760px);
  height: auto;
}

main#rev2311 .sec-forbiz-flow__lead .brand {
  margin: 0;
  color: #39b2b2;
  font-size: clamp(44px, 4vw, 66px);
  line-height: 1.1;
  font-family: adobe-garamond-pro, serif;
  font-weight: 700;
}

main#rev2311 .sec-forbiz-flow__lead .brand span {
  font-size: 0.82em;
  font-family: inherit;
}

main#rev2311 .sec-forbiz-flow__lead .copy {
  margin: 8px 0 0;
  color: #39b2b2;
  font-size: clamp(30px, 2.4vw, 40px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.03em;
}

main#rev2311 .sec-forbiz-flow__badge {
  width: min(270px, 28vw);
  height: auto;
  flex-shrink: 0;
}

main#rev2311 .sec-forbiz-flow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

main#rev2311 .sec-forbiz-flow__step {
  position: relative;
  background: #D2EDED;
  border-radius: 10px;
  padding: 52px 14px 18px;
  text-align: center;
}

main#rev2311 .sec-forbiz-flow__step .stepno {
  position: absolute;
  left: -12px;
  top: -14px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #39b2b2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  z-index: 1;
}

main#rev2311 .sec-forbiz-flow__step .stepno__label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

main#rev2311 .sec-forbiz-flow__step .stepno__num {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

main#rev2311 .sec-forbiz-flow__step h3 {
  margin: 0 0 16px;
  color: #1e2032;
  font-size: clamp(25px, 1.85vw, 42px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
}

main#rev2311 .sec-forbiz-flow__step img {
  display: block;
  width: min(150px, 64%);
  height: auto;
  margin: 0 auto 10px;
}

main#rev2311 .sec-forbiz-flow__step p:last-child {
  margin: 0;
  margin-top: 1rem;
  color: #1e2032;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.55;
  letter-spacing: 0.02em;
}

main#rev2311 .sec-forbiz-achievement {
  background: #FFF0F2;
  padding: 72px 0 80px;
}

main#rev2311 .sec-forbiz-achievement .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

main#rev2311 .sec-forbiz-achievement__title {
  margin: 0 0 24px;
  text-align: center;
  color: #1e2032;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
}

main#rev2311 .sec-forbiz-achievement__card {
  background: #fff;
  border-radius: 10px;
  padding: 3rem;
}

main#rev2311 .sec-forbiz-achievement__card + .sec-forbiz-achievement__card {
  margin-top: 46px;
}

main#rev2311 .sec-forbiz-achievement__card h3 {
  margin: 0 0 20px;
  color: #1e2032;
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
  position: relative;
}

main#rev2311 .sec-forbiz-achievement__card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 1.15em;
  border-radius: 999px;
  background: #39b2b2;
}

main#rev2311 .sec-forbiz-achievement__card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding: 1rem 2rem;
}

main#rev2311 .sec-forbiz-achievement__metric + .sec-forbiz-achievement__metric {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 0;
}

main#rev2311 .sec-forbiz-achievement__sub {
  margin: 0 0 8px;
  color: #1e2032;
  font-size: clamp(16px, 1.55vw, 18px);
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 2px dotted #78c9c8;
  padding-left: 0.9em;
  position: relative;
}

main#rev2311 .sec-forbiz-achievement__sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.32em;
  height: 0.32em;
  border-radius: 50%;
  background: #39b2b2;
}

main#rev2311 .sec-forbiz-achievement__lead {
  margin: 0 0 10px;
  padding: 0 0 10px 0.9em;
  border-bottom: 3px dotted #78c9c8;
  color: #1e2032;
  font-size: clamp(16px, 1.55vw, 18px);
  line-height: 1.55;
  text-align: left;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.02em;
}

main#rev2311 .sec-forbiz-achievement__lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.32em;
  height: 0.32em;
  border-radius: 50%;
  background: #39b2b2;
}

main#rev2311 .sec-forbiz-achievement__lead span {
  color: #f05f7a;
  font-weight: 500;
  font-size: 1.65em;
  line-height: 0.95;
  letter-spacing: 0.03em;
}

main#rev2311 .sec-forbiz-achievement__source {
  margin-top: 10px;
  padding: 0px 0.75rem;
}

main#rev2311 .sec-forbiz-achievement__meta {
  margin: 0;
  color: #666;
  font-size: clamp(10px, 0.82vw, 13px);
  line-height: 1.6;
  text-align: left;
}

main#rev2311 .sec-forbiz-achievement__note {
  margin: 6px 0 0;
  color: #666;
  font-size: clamp(10px, 0.78vw, 12px);
  line-height: 1.6;
  text-align: left;
}

main#rev2311 .sec-forbiz-achievement__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(400px, 92%);
  height: 56px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: #F46072;
  color: #fff;
  text-decoration: none;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
}

main#rev2311 .sec-forbiz-achievement__cta::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  main#rev2311 .sec-forbiz-support {
    padding: 54px 0 40px;
  }
  main#rev2311 .sec-forbiz-message {
    padding: 0 0 56px;
  }
  main#rev2311 .sec-forbiz-support .inner,
  main#rev2311 .sec-forbiz-message .inner {
    padding: 0 16px;
  }
  main#rev2311 .sec-forbiz-support__title,
  main#rev2311 .sec-forbiz-message__title {
    max-width: none;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.02em;
  }
  main#rev2311 .sec-forbiz-support__lead {
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 10px;
    row-gap: 8px;
    border-radius: 10px;
    padding: 12px 6px 10px;
  }
  main#rev2311 .sec-forbiz-support__badge {
    width: 46px;
    height: 46px;
    left: 2px;
    top: 10px;
    font-size: 17px;
  }
  main#rev2311 .sec-forbiz-support__lead-image {
    grid-column: 1;
    grid-row: 2/span 2;
    width: 100%;
    border-radius: 6px;
  }
  main#rev2311 .sec-forbiz-support__card picture {
    grid-column: 1;
    grid-row: 2;
    display: block;
    width: 100%;
  }
  main#rev2311 .sec-forbiz-support__lead-body {
    display: contents;
  }
  main#rev2311 .sec-forbiz-support__lead-body h3 {
    grid-column: 1/-1;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
    padding-left: 52px;
  }
  main#rev2311 .sec-forbiz-support__lead-body h3::before {
    display: none;
  }
  main#rev2311 .sec-forbiz-support__lead-body h3 span {
    margin-top: 3px;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  main#rev2311 .sec-forbiz-support__lead-body p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  main#rev2311 .sec-forbiz-support__lead-body p:not(.note) {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }
  main#rev2311 .sec-forbiz-support__lead-body p.note {
    grid-column: 2;
    grid-row: 3;
    font-size: 12px;
    margin-top: 0;
  }
  main#rev2311 .sec-forbiz-support__option {
    margin: 22px auto 24px;
  }
  main#rev2311 .sec-forbiz-support__option img {
    width: 100%;
  }
  main#rev2311 .sec-forbiz-support__cards {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }
  main#rev2311 .sec-forbiz-support__card {
    padding: 8px 6px 6px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 14px;
    align-items: start;
  }
  main#rev2311 .sec-forbiz-support__card .sec-forbiz-support__badge {
    position: absolute;
    width: 46px;
    height: 46px;
    font-size: 17px;
    color: #fff;
    left: 2px;
    top: 8px;
    margin-top: 0;
  }
  main#rev2311 .sec-forbiz-support__card picture img {
    width: 100%;
    border-radius: 8px;
    margin: 0;
    display: block;
  }
  main#rev2311 .sec-forbiz-support__card h3 {
    grid-column: 1/-1;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 0;
    padding-left: 54px;
    letter-spacing: 0.01em;
  }
  main#rev2311 .sec-forbiz-support__card h3::before {
    display: none;
  }
  main#rev2311 .sec-forbiz-support__card .sec-forbiz-support__card-sub {
    grid-column: 1/-1;
    grid-row: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0.01em;
    font-weight: 500;
    padding-left: 54px;
    padding-top: 31px;
  }
  main#rev2311 .sec-forbiz-support__card p {
    font-size: 13px;
    line-height: 1.75;
  }
  main#rev2311 .sec-forbiz-support__card .sec-forbiz-support__card-text {
    grid-column: 2;
    grid-row: 2;
    min-height: auto;
    letter-spacing: 0.01em;
    word-break: normal;
    margin-top: 0;
  }
  main#rev2311 .sec-forbiz-message__doctor {
    display: grid;
    grid-template-columns: 40% minmax(0, 1fr);
    grid-template-areas: "quote quote" "photo doctorline" "profile profile";
    column-gap: 10px;
    row-gap: 12px;
    padding: 0 0 12px;
    border-top: 0;
  }
  main#rev2311 .sec-forbiz-message__main {
    display: contents;
  }
  main#rev2311 .sec-forbiz-message__doctor img {
    grid-area: photo;
    width: 100%;
    max-width: none;
    border-radius: 6px;
    align-self: start;
  }
  main#rev2311 .sec-forbiz-message__doctor p {
    font-size: 12px;
    line-height: 1.7;
  }
  main#rev2311 .sec-forbiz-message__quote {
    grid-area: quote;
    position: relative;
    z-index: 1;
    font-size: 16px !important;
    line-height: 1.7 !important;
    font-weight: 500;
    margin: 0 !important;
    padding: 14px 14px 15px !important;
    border: 1px solid #d9b380;
    border-radius: 10px;
    background: #fff;
  }
  main#rev2311 .sec-forbiz-message__quote::before,
  main#rev2311 .sec-forbiz-message__quote::after {
    content: "";
    position: absolute;
    background: #fff;
  }
  main#rev2311 .sec-forbiz-message__quote::before {
    right: 28px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #d9b380;
    border-bottom: 1px solid #d9b380;
    transform: rotate(45deg);
    z-index: -1;
  }
  main#rev2311 .sec-forbiz-message__quote::after {
    right: 27px;
    bottom: 0;
    width: 16px;
    height: 8px;
    z-index: 1;
  }
  main#rev2311 .sec-forbiz-message__body {
    display: contents;
  }
  main#rev2311 .sec-forbiz-message__doctorline {
    grid-area: doctorline;
    margin: 0 !important;
    padding-left: 14px;
    gap: 0;
    align-content: start;
    align-self: start;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4px;
  }
  main#rev2311 .sec-forbiz-message__doctorline::before {
    width: 2px;
    height: 6.2em;
    top: 0;
    transform: none;
    background: #d9b380;
  }
  main#rev2311 .sec-forbiz-message__doctorline .name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
  }
  main#rev2311 .sec-forbiz-message__doctorline .meta {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 400;
    display: block;
    margin-top: 6px;
  }
  main#rev2311 .sec-forbiz-message__doctorline .meta-head,
  main#rev2311 .sec-forbiz-message__doctorline .meta-tail {
    display: block;
  }
  main#rev2311 .sec-forbiz-message__profile {
    grid-area: profile;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-top: 4px !important;
  }
  main#rev2311 .sec-forbiz-message__doctor + .sec-forbiz-message__doctor .sec-forbiz-message__quote {
    margin-top: 24px !important;
  }
  main#rev2311 .sec-forbiz-message__cta {
    width: 252px;
    height: 46px;
    margin-top: 20px;
    font-size: 17px;
  }
  main#rev2311 .sec-forbiz-message__cta::after {
    right: 14px;
    width: 7px;
    height: 7px;
  }
  main#rev2311 .sec-forbiz-flow {
    padding: 18px 0 34px;
  }
  main#rev2311 .sec-forbiz-flow .inner {
    padding: 0 24px;
  }
  main#rev2311 .sec-forbiz-flow__title {
    font-size: 30px;
    margin-bottom: 18px;
  }
  main#rev2311 .sec-forbiz-flow__head {
    display: block;
    margin-bottom: 18px;
  }
  main#rev2311 .sec-forbiz-flow__lead {
    text-align: center;
  }
  main#rev2311 .sec-forbiz-flow__lead img {
    width: min(100%, 318px);
    margin: 0 auto 32px;
  }
  main#rev2311 .sec-forbiz-flow__lead .brand {
    font-size: 22px;
  }
  main#rev2311 .sec-forbiz-flow__lead .copy {
    margin-top: 4px;
    font-size: 12px;
  }
  main#rev2311 .sec-forbiz-flow__badge-wrap {
    display: none;
  }
  main#rev2311 .sec-forbiz-flow__badge {
    width: 92px;
  }
  main#rev2311 .sec-forbiz-flow__badge-note {
    margin-top: 3px;
    font-size: 7px;
    line-height: 1.3;
  }
  main#rev2311 .sec-forbiz-flow__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main#rev2311 .sec-forbiz-flow__step {
    border-radius: 10px;
    padding: 10px 16px 10px 60px;
    width: 100%;
    margin: 0;
    min-height: 116px;
    text-align: left;
    display: grid;
    grid-template-columns: 82px 1fr;
    grid-template-rows: auto auto;
    column-gap: 0px;
    row-gap: 2px;
    align-items: center;
    align-content: center;
  }
  main#rev2311 .sec-forbiz-flow__step .stepno {
    width: 56px;
    height: 56px;
    left: -10px;
    top: -10px;
    gap: 0;
  }
  main#rev2311 .sec-forbiz-flow__step .stepno__label {
    font-size: 10px;
  }
  main#rev2311 .sec-forbiz-flow__step .stepno__num {
    font-size: 24px;
  }
  main#rev2311 .sec-forbiz-flow__step h3 {
    grid-column: 2;
    grid-row: 1;
    font-size: 18px;
    line-height: 1.35;
    margin: 0;
    text-align: left;
    align-self: end;
  }
  main#rev2311 .sec-forbiz-flow__step img {
    grid-column: 1;
    grid-row: 1/span 2;
    width: 100%;
    justify-self: start;
    align-self: center;
    margin: 8px 0 0 -16px;
  }
  main#rev2311 .sec-forbiz-flow__step p:last-child {
    grid-column: 2;
    grid-row: 2;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    text-align: left;
    align-self: start;
    font-weight: 300;
  }
  main#rev2311 .sec-forbiz-achievement {
    padding: 46px 0 54px;
  }
  main#rev2311 .sec-forbiz-achievement .inner {
    max-width: 540px;
    padding: 0 10px;
  }
  main#rev2311 .sec-forbiz-achievement__title {
    margin-bottom: 14px;
    font-size: 20px;
  }
  main#rev2311 .sec-forbiz-achievement__card {
    border-radius: 8px;
    padding: 1.5rem;
  }
  main#rev2311 .sec-forbiz-achievement__card + .sec-forbiz-achievement__card {
    margin-top: 22px;
  }
  main#rev2311 .sec-forbiz-achievement__card h3 {
    margin-bottom: 8px;
    padding-left: 7px;
    font-size: 17px;
    color: #3DB2AF;
    font-weight: 600;
  }
  main#rev2311 .sec-forbiz-achievement__card h3::before {
    width: 2px;
  }
  main#rev2311 .sec-forbiz-achievement__card img {
    border-radius: 4px;
    padding: 0.5rem 1rem;
  }
  main#rev2311 .sec-forbiz-achievement__sub {
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
  }
  main#rev2311 .sec-forbiz-achievement__metric + .sec-forbiz-achievement__metric {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 0;
  }
  main#rev2311 .sec-forbiz-achievement__lead {
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 2.2;
    font-weight: 500;
    letter-spacing: 1px;
  }
  main#rev2311 .sec-forbiz-achievement__lead span {
    font-size: 1.85em;
    line-height: 0.95;
    letter-spacing: 0.03em;
  }
  main#rev2311 .sec-forbiz-achievement__meta,
  main#rev2311 .sec-forbiz-achievement__note {
    font-size: 9px;
    line-height: 1.5;
  }
  main#rev2311 .sec-forbiz-achievement__source {
    margin-top: 8px;
  }
  main#rev2311 .sec-forbiz-achievement__meta {
    margin-top: 0;
  }
  main#rev2311 .sec-forbiz-achievement__note {
    margin-top: 4px;
  }
  main#rev2311 .sec-forbiz-achievement__cta {
    width: 300px;
    height: 36px;
    margin-top: 16px;
    font-size: 14px;
  }
  main#rev2311 .sec-forbiz-achievement__cta::after {
    right: 11px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 .sec-forbiz-compare {
    padding: 50px 0 30px;
  }
  main#rev2311 .sec-forbiz-compare .inner {
    padding: 0 18px;
  }
  main#rev2311 .sec-forbiz-compare__title {
    font-size: 30px;
    line-height: 1.35;
    margin: 0 0 24px !important;
  }
  main#rev2311 .sec-forbiz-compare__deco-pill {
    display: block;
    top: 42px;
    right: 18px;
    width: 96px;
    z-index: 3;
  }
  main#rev2311 .sec-forbiz-compare__reasons {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 0;
  }
  main#rev2311 .sec-forbiz-compare__reason {
    border-radius: 12px;
    padding: 15px 18px 16px;
    width: 100%;
    margin: 0;
  }
  main#rev2311 .sec-forbiz-compare__reason h3 {
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 7px;
    padding-left: 8px;
  }
  main#rev2311 .sec-forbiz-compare__reason h3::before {
    width: 3px;
    top: 0.12em;
    height: 1.05em;
  }
  main#rev2311 .sec-forbiz-compare__reason li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 1.45em;
    font-weight: 500;
  }
  main#rev2311 .sec-forbiz-compare__reason li::before {
    left: 0.38em;
    top: 0.48em;
    width: 0.7em;
    height: 0.7em;
  }
  main#rev2311 .sec-forbiz-compare__reason li + li {
    margin-top: 0.18em;
  }
  main#rev2311 .sec-forbiz-compare__reason li.no-bullet {
    font-size: 11.5px;
    font-weight: 300;
  }
  main#rev2311 .sec-forbiz-compare__table-wrap {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    margin-top: 18px;
    padding-top: 52px;
    border-radius: 10px;
    scrollbar-color: #3DB2AF #d9efef;
    scrollbar-width: thin;
  }
  main#rev2311 .sec-forbiz-compare__table-wrap::-webkit-scrollbar {
    height: 6px;
  }
  main#rev2311 .sec-forbiz-compare__table-wrap::-webkit-scrollbar-track {
    background: #d9efef;
    border-radius: 999px;
  }
  main#rev2311 .sec-forbiz-compare__table-wrap::-webkit-scrollbar-thumb {
    background: #3DB2AF;
    border-radius: 999px;
  }
  main#rev2311 .sec-forbiz-compare__table-wrap::after {
    display: none;
  }
  main#rev2311 .sec-forbiz-compare__table {
    min-width: 610px;
  }
  main#rev2311 .sec-forbiz-compare__table th,
  main#rev2311 .sec-forbiz-compare__table td {
    padding: 11px 8px;
  }
  main#rev2311 .sec-forbiz-compare__table > thead > tr > th.is-mederi {
    padding-top: 19px;
    padding-bottom: 15px;
  }
  main#rev2311 .sec-forbiz-compare__table thead .is-mederi::before {
    top: -16px;
    height: 17px;
    border-radius: 10px 10px 0 0;
  }
  main#rev2311 .sec-forbiz-compare__table thead th {
    font-size: 13px;
    line-height: 1.25;
  }
  main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  main#rev2311 .sec-forbiz-compare__table tbody th {
    font-size: 17px;
    line-height: 1.3;
  }
  main#rev2311 .sec-forbiz-compare__table tbody th small {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.35;
  }
  main#rev2311 .sec-forbiz-compare__table tbody td {
    font-size: 16px;
    line-height: 1.35;
  }
  main#rev2311 .sec-forbiz-compare__table thead .is-mederi .brand {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main#rev2311 .sec-forbiz-compare__table thead .is-mederi .brand img {
    width: 82%;
  }
  main#rev2311 .sec-forbiz-compare__table thead .is-mederi .crown {
    width: 116px;
    height: 48px;
    top: -50px;
  }
  main#rev2311 .sec-forbiz-compare__table tbody td small {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.35;
  }
  main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi strong {
    font-size: 17px;
    line-height: 1.25;
  }
  main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi span {
    margin-top: 4px;
    font-size: 9.5px;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
  main#rev2311 .sec-forbiz-compare__table tbody td.is-mederi span.is-emphasis {
    font-size: 10.5px;
  }
  main#rev2311 .sec-forbiz-compare__cta {
    width: min(100%, 290px);
    height: 44px;
    margin-top: 16px;
    font-size: 17px;
  }
  main#rev2311 .sec-forbiz-compare__cta::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
}
/* Global h2 unification for rev2311 */
main#rev2311 h2 {
  color: #201F33 !important;
  margin: 80px auto 80px !important;
  font-size: clamp(20px, 2.3vw, 34px) !important;
  text-align: center !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 769px) {
  main#rev2311 h2 {
    margin: 50px auto 50px !important;
  }
}
/* section spacing/color override */
main#rev2311 .sec-forbiz-compare {
  background: #cde8ec;
  padding: 12px 0 84px;
  position: relative;
}

@media screen and (max-width: 769px) {
  main#rev2311 .sec-forbiz-achievement,
  main#rev2311 div.section.sec04,
  main#rev2311 div.section.sec06,
  main#rev2311 div.section.sec075,
  main#rev2311 div.section.sec08,
  main#rev2311 div.section.sec09,
  main#rev2311 .section.sec09-faq,
  main#rev2311 .sec-forbiz-support {
    padding: 8px 0 48px !important;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 .sec-forbiz-compare {
    padding: 50px 0 30px !important;
  }
  main#rev2311 .sec-forbiz-compare__title {
    margin: 0 0 12px !important;
  }
}
main#rev2311 .sec-forbiz-achievement {
  background: #FFF0F2;
  padding: 12px 0 84px;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec04 {
    padding: 12px 0 84px;
  }
}
main#rev2311 div.section.sec06 {
  background: #cde8ec !important;
  padding: 12px 0 84px !important;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec075 {
    padding: 12px 0 84px;
  }
}
main#rev2311 div.section.sec075 .score-diagnosis-head {
  text-align: center;
  margin: 50px auto 50px !important;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec08 {
    padding: 12px 0 84px;
  }
}
@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec09 {
    padding: 12px 0 84px;
  }
}
main#rev2311 .section.sec09-faq {
  background: #CDE8EC;
  padding: 12px 0 84px;
}

main#rev2311 .sec-forbiz-support {
  padding: 12px 0 84px;
}

@media screen and (min-width: 1000px) {
  main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p {
    font-size: 18px;
  }
}
main#rev2311 div.section.sec08 .sec08_contents div.message_ceo p {
  color: #201F33;
  font-weight: 300;
}

main#rev2311 .sec-forbiz-survey__risk .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.fv.is-static-kv .reqbtn {
    top: auto;
    bottom: 4.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 .sec-forbiz-survey__risk .inner {
    padding: 0 12px;
  }
}
@media screen and (max-width: 769px) {
  main#rev2311 h2 {
    margin: 50px auto 50px !important;
  }
}
/* sec04 heading tune */
main#rev2311 div.section.sec04 h2.sec04_heading_plain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

main#rev2311 div.section.sec04 h2.sec04_heading_plain .sec04_heading_sub {
  display: block;
  font-size: 0.7em;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  main#rev2311 div.section.sec04 h2.sec04_heading_plain {
    gap: 8px;
  }
  main#rev2311 div.section.sec04 h2.sec04_heading_plain .sec04_heading_sub {
    font-size: 0.62em;
  }
}
