@charset "UTF-8";
html {
  font-family: "UDShinGoPro-Medium", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0; }

a:hover {
  opacity: 0.6; }

.wrap {
  border-top: 1.2rem #c11920 solid; }

.text-primary {
  color: #c11920; }

.nav-bg {
  background: #ffcccc; }

.header-menu {
  display: flex;
  justify-content: center;
  align-items: center; }
  .header-menu > li {
    text-align: center;
    border-left: 2px #fff solid; }
    .header-menu > li:last-child {
      border-right: 2px #fff solid; }
    .header-menu > li a {
      display: block;
      width: 30vw;
      max-width: 170px;
      border-bottom: 10px #ff8080 solid; }
    .header-menu > li:nth-child(even) a {
      display: block;
      border-bottom: 10px #c11920 solid; }

.link-button {
  font-family: "UDShinGoPro-Bold";
  background: #c11920; }
  .link-button.link-button--back {
    background: #c9caca;
    margin-right: 20px; }
  .link-button.contact {
    padding: 0.25rem 1rem; }
  @media screen and (min-width: 768px) {
    .link-button.contact {
      width: 20rem;
      padding: 0.25rem 3rem; } }

.footer-outer {
  border-top: 1rem #e83820 solid;
  border-bottom: 1rem #e83820 solid; }

.footer-nav li {
  line-height: 1; }
  .footer-nav li:first-child::before {
    content: none; }
  .footer-nav li::before {
    content: "|";
    font-size: 13px;
    font-weight: bold; }
  .footer-nav li > a {
    display: inline-block;
    padding: 0 1rem; }

@media screen and (min-width: 640px) {
  .footer-nav .menu {
    justify-content: center; } }

.footer-nav .menu {
  justify-content: flex-start;
  flex-wrap: wrap; }

.menu {
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (min-width: 640px) {
  .menu {
    justify-content: center !important; } }

.heading {
  font-family: "UDShinGoPro-DeBold";
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 1.18px;
  display: inline-block;
  padding: 0 6vw 0.3rem;
  border-bottom: 3px #e83820 solid;
  margin: auto; }

#custom-bg {
  background-size: cover;
  background-repeat: no-repeat; }

.visual-bg {
  z-index: -1;
  width: 100%;
  padding: 4rem 0; }
  @media screen and (min-width: 768px) {
    .visual-bg .visual-bg {
      padding: 4rem 0 18rem; } }

.secondary-bg {
  background: #fdebe9; }

.user-bg {
  background: #ff8080; }

.type-bg {
  background: #ffe0e0; }

.heading--type {
  font-size: 1.45rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px #ff0000 solid;
  margin-bottom: 1.3rem; }

.type-list {
  display: flex;
  justify-content: center;
  align-items: center; }
  .type-list > li {
    width: 100%;
    max-width: 310px;
    margin-right: 1rem; }

.user-heading {
  margin-top: -3rem; }

@media screen and (min-width: 1024px) {
  .user-heading {
    width: 50%;
    margin-top: -1.5rem; } }

.text-dark {
  color: #1d4763; }

.visual > div {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .visual > div figure {
    width: 95%;
    margin: auto; }
  .visual > div:last-child {
    margin-right: 0; }

.top-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "FolkPro-Heavy";
  margin-bottom: 1rem; }

@media screen and (min-width: 768px) {
  .top-heading {
    font-size: 3rem; } }

.top-subheading {
  font-size: 1rem;
  font-family: "FolkPro-Heavy";
  margin-bottom: 3rem; }

@media screen and (min-width: 768px) {
  .top-heading {
    font-size: 2.25rem; } }

.top-ico {
  display: none; }

@media screen and (min-width: 768px) {
  .top-ico {
    display: block;
    width: 5rem;
    margin-right: 1rem; } }

.item-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  column-gap: 1rem; }
  .item-list > li {
    position: relative;
    margin-bottom: 2rem; }
    .item-list > li img {
      width: 100%; }
    .item-list > li .item-label {
      position: absolute;
      left: 0;
      top: 0; }
      .item-list > li .item-label span {
        position: relative;
        display: inline-block;
        background: #c11920;
        color: #fff;
        padding: 0.3rem 0.8rem; }
        .item-list > li .item-label span::after {
          position: absolute;
          top: 0;
          right: -13px;
          content: "";
          width: 0;
          height: 0;
          border-right: 13px solid transparent;
          border-top: 33px solid #c11920;
          border-bottom: 23px solid transparent; }
    .item-list > li .item-2column {
      padding: 0.8rem 0.4rem;
      display: flex;
      align-items: flex-start; }
    .item-list > li .item-heading {
      width: 70%;
      font-size: 1.2rem;
      padding-right: 0.1rem;
      border-right: 2px #000 solid;
      line-height: 1.1; }
    @media screen and (min-width: 768px) {
      .item-list > li .item-heading {
        font-size: 1.2rem;
        padding-right: 0.2rem; } }

@media screen and (min-width: 1024px) {
  .item-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }

.text-red {
  color: #e83820; }

.contact-check {
  font-size: 1rem;
  font-family: "UDShinGoPro-Bold"; }

@media screen and (min-width: 768px) {
  .contact-check {
    font-size: 1.75rem; } }

@media screen and (min-width: 1024px) {
  .info-2column > div {
    width: 48%; } }

.info-outline {
  padding: 3rem 2rem 0;
  border-top: 1px #c11920 solid;
  border-left: 1px #c11920 solid;
  position: relative;
  margin-bottom: 2rem; }
  .info-outline .item-label {
    position: absolute;
    left: 0;
    top: 0; }
    .info-outline .item-label span {
      position: relative;
      display: inline-block;
      background: #c11920;
      color: #fff;
      padding: 0.3rem 0.8rem; }
      .info-outline .item-label span::after {
        position: absolute;
        top: 0;
        right: -13px;
        content: "";
        width: 0;
        height: 0;
        border-right: 13px solid transparent;
        border-top: 33px solid #c11920;
        border-bottom: 23px solid transparent; }
  .info-outline .item-2column {
    padding: 0.8rem 0.4rem;
    display: flex;
    align-items: flex-start; }
  .info-outline .item-heading {
    width: 70%;
    font-size: 1.55rem;
    padding-right: 0.3rem;
    border-right: 2px #000 solid;
    line-height: 1.1; }

.info-list > li {
  padding: 1rem 0 1rem 0.3rem;
  border-bottom: 1px #000 dashed; }
  .info-list > li:last-child {
    border-bottom: none; }
  .info-list > li a {
    display: block;
    border-left: 2px #c11920 solid;
    padding: 0 0.5rem;
    line-height: 1.3; }

.case-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  column-gap: 1px; }
  .case-list > li img {
    width: 100%; }

.flow-heading {
  font-size: 2rem;
  display: flex;
  align-items: center; }
  .flow-heading:before, .flow-heading:after {
    border-top: 1px #000 solid;
    content: "";
    flex-grow: 1; }
  .flow-heading:before {
    margin-right: 2rem; }
  .flow-heading:after {
    margin-left: 2rem; }

.user-voice > li {
  background: #fff; }

.heading-company {
  background: #c11920;
  font-family: "HiraginoUDSansStd-W3";
  font-size: 1.5rem;
  color: #fff;
  padding: 1.3rem; }

table.company-table {
  font-family: "HiraginoUDSansStd-W3";
  width: 100%;
  color: #000; }
  table.company-table tr {
    display: block;
    padding: 1.3rem;
    border-bottom: 1px #c9caca solid; }
  table.company-table th {
    margin-bottom: 0.5rem;
    font-weight: bold; }
  table.company-table th,
  table.company-table td {
    text-align: left;
    display: block; }
  @media screen and (min-width: 1024px) {
    table.company-table th {
      width: 25%;
      margin: 0 0 0 5.5rem; }
    table.company-table th,
    table.company-table td {
      display: inline-block; } }

@media screen and (min-width: 768px) {
  table.company-table {
    width: 80%;
    margin: auto; } }

.company-list {
  margin-bottom: 5rem; }
  .company-list > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 1.2rem;
    border: 2px #f8c3bc solid;
    margin-top: 2.5rem; }
    .company-list > li div {
      font-family: "HiraginoUDSansStd-W5"; }
    .company-list > li h3 {
      line-height: 1.5;
      padding-left: 1rem;
      border-left: 6px #c11920 solid;
      margin-bottom: 1.3rem; }
    .company-list > li .company-label {
      display: inline-block;
      background: #bbc8d0;
      color: #fff;
      font-size: 13px;
      text-align: center;
      vertical-align: middle;
      padding: 0.1rem 1rem;
      margin-bottom: 1.3rem; }

.sticky {
  display: none; }

@media screen and (min-width: 640px) {
  .sticky {
    position: fixed;
    z-index: 1;
    opacity: 0;
    right: 0;
    bottom: 30%;
    display: block;
    max-width: 13rem;
    width: 16%;
    transform: translate(100px, 0);
    transition: all 0.5s ease; }
    .sticky.show {
      opacity: 1;
      transform: none; }
    .sticky .contact-check {
      font-size: 0.75rem;
      font-family: "UDShinGoPro-Bold"; }
    .sticky .contact-check {
      font-size: 0.5rem; } }
  @media screen and (min-width: 640px) and (min-width: 1024px) {
    .sticky .contact-check {
      font-size: 1rem; } }

@media screen and (min-width: 640px) {
    .sticky:hover {
      opacity: 0.6; } }

.contact-form {
  width: 90%;
  padding-top: 2rem;
  margin: auto; }
  .contact-form > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.8rem; }
  @media screen and (min-width: 1024px) {
    .contact-form > div {
      flex-direction: row;
      justify-content: space-between; } }
  .contact-form dt,
  .contact-form dd {
    width: 100%;
    margin-bottom: 0.5rem; }
  @media screen and (min-width: 1024px) {
    .contact-form dt,
    .contact-form dd {
      margin-bottom: 0; }
    .contact-form dt {
      flex-basis: 30%; }
    .contact-form dd {
      flex: 1; } }
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form input[type="url"],
  .contact-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0.5rem 0.3rem;
    border: 1px #c9caca solid;
    outline: none;
    background: #fff; }
    .contact-form input[type="text"].error,
    .contact-form input[type="tel"].error,
    .contact-form input[type="email"].error,
    .contact-form input[type="url"].error,
    .contact-form textarea.error {
      background-color: #ffe1e3; }
    .contact-form input[type="text"].size-small,
    .contact-form input[type="tel"].size-small,
    .contact-form input[type="email"].size-small,
    .contact-form input[type="url"].size-small,
    .contact-form textarea.size-small {
      max-width: 150px; }
    .contact-form input[type="text"].size-medium,
    .contact-form input[type="tel"].size-medium,
    .contact-form input[type="email"].size-medium,
    .contact-form input[type="url"].size-medium,
    .contact-form textarea.size-medium {
      max-width: 360px; }
    .contact-form input[type="text"].size-large,
    .contact-form input[type="tel"].size-large,
    .contact-form input[type="email"].size-large,
    .contact-form input[type="url"].size-large,
    .contact-form textarea.size-large {
      max-width: 500px; }

button[type="submit"] {
  display: block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  margin: auto;
  font-family: "UDShinGoPro-Bold";
  background: #c11920; }

.contact-lead {
  background: #efefef;
  width: 80%;
  padding: 2rem;
  margin: auto; }

.required-annotation {
  color: #f00; }
  .required-annotation::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 0.1rem;
    background: #595757;
    vertical-align: baseline; }

.badge::before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  margin: 0 1rem 0 0.1rem;
  background: #595757; }

.badge--required::before {
  background: #f00; }

.outline--privacy {
  padding: 0.5rem 1rem;
  border: 1px #c9caca solid;
  height: 500px;
  overflow: scroll; }

span.wpcf7-list-item-label {
  font-size: 0.7rem; }

@media screen and (min-width: 768px) {
  span.wpcf7-list-item-label {
    font-size: 1rem; } }

.radio-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .radio-list span.subject {
    font-size: 0.75rem; }

span.wpcf7-list-item {
  margin: 0; }

@media screen and (min-width: 768px) {
  .radio-list {
    flex-direction: row; }
  span.wpcf7-list-item {
    margin-right: 1rem; } }

.auto-fill {
  background-color: #c9caca !important; }
  .auto-fill:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #c9caca inset !important; }

@media screen and (min-width: 768px) {
  .outline {
    width: 80%;
    padding: 2rem 2.5rem 3rem; } }

.outline {
  width: 90%;
  padding: 2rem 1rem 3rem;
  border: 2px #f8c3bc solid;
  margin: auto; }
  .outline section {
    margin-bottom: 2.8rem; }
  .outline p {
    line-height: 1.8; }
  .outline h3.heading--middle {
    font-size: 1.45rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px #c9caca solid;
    margin-bottom: 1.3rem; }

table.speciﬁed-table {
  font-family: "HiraginoUDSansStd-W3";
  color: #000;
  border: 3px #c11920 solid; }
  table.speciﬁed-table tr {
    display: flex;
    flex-direction: column;
    background: #fff;
    font-size: 1rem;
    border-bottom: 3px #c11920 solid; }
    table.speciﬁed-table tr:last-child {
      border-bottom: none; }
  table.speciﬁed-table th {
    background: #ffb2b2;
    padding: 1.3rem 1.6rem; }
  table.speciﬁed-table td {
    padding: 1.3rem 1rem; }
  table.speciﬁed-table th,
  table.speciﬁed-table td {
    display: inline-block;
    font-weight: normal; }

.outline--register {
  padding: 2rem 2rem 1.5rem;
  border: 10px #c11920 solid;
  margin: auto; }
  .outline--register section {
    margin-bottom: 2rem; }
  .outline--register p {
    line-height: 1.8; }
  .outline--register h3.heading--middle {
    font-size: 1.45rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px #c9caca solid;
    margin-bottom: 1.3rem; }

@media screen and (min-width: 768px) {
  table.speciﬁed-table {
    width: 80%;
    margin: 0 auto; }
    table.speciﬁed-table tr {
      flex-direction: row; }
    table.speciﬁed-table th {
      width: 30%; }
    table.speciﬁed-table td {
      flex: 1;
      padding: 1.3rem 1rem; }
  .outline--register {
    width: 80%; } }
