@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@charset "UTF-8";
/*** The new CSS Reset - version 1.4.1 (last updated 23.11.2021) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol,
ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* Global Variable */
:root {
  --screen-height: 100vh;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 86px;
}

html,
body,
button,
select {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: geometricPrecision;
}

body {
  position: relative;
}

main {
  position: relative;
}
main > * {
  position: relative;
  z-index: 1;
}

picture, figure {
  display: block;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
  cursor: pointer;
}
@media (hover: hover) {
  a {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 61px;
  }
  html,
  body,
  button,
  select {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.lead {
  margin-bottom: 60px;
}
.lead-title {
  margin-bottom: 64px;
  padding: 20px 10px;
  background: #C4EAFF;
  text-align: center;
}
.lead-title h2 {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.lead-title span {
  font-size: 17px;
  line-height: 1.64;
}
.lead-description02 {
  margin-bottom: 30px;
}
.lead__inner {
  margin: 0 auto;
  max-width: 848px;
}
.lead-logo {
  max-width: 470px;
  margin: 0 auto 48px;
}
.lead-list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 98px;
}
.lead-list li {
  background: #EFF7FF;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lead-list li:first-of-type {
  position: relative;
}
.lead-list li:first-of-type::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  background: url("../zennichi/images/lead_icon.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.lead-list li picture {
  margin-bottom: 30px;
}
.lead-list__tel {
  margin-bottom: 22px;
}
.lead-list__tel h3 {
  font-size: 16px;
  font-weight: 700;
}
.lead-list__tel a {
  color: #FF533D;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  line-height: 1;
}
.lead-list__tel a::before {
  content: "";
  display: block;
  width: 39px;
  height: 29px;
  background: url("../zennichi/images/lead_list-item_icon_tel.svg") no-repeat center center;
  background-size: contain;
}
.lead-list__tel p {
  font-size: 12px;
  margin-left: 47px;
}
.lead-list__email {
  margin-bottom: 22px;
}
.lead-list__email h3 {
  font-size: 16px;
  font-weight: 700;
}
.lead-list__email a {
  color: #FF533D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.lead-list__fax {
  margin-bottom: 16px;
}
.lead-list__fax h3 {
  font-size: 16px;
  font-weight: 700;
}
.lead-list__fax p {
  color: #FF533D;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.lead-list__button {
  margin: 0 auto;
  width: 240px;
  height: 50px;
  border: 1px solid #FF533D;
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lead-list__button::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../zennichi/images/lead_list-item_button_arrow.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.lead-buttons {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lead .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.lead .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lead .navigation ul li {
  border-right: 1px solid #ccc;
}
.lead .navigation ul li:first-child {
  border-left: 1px solid #ccc;
}
.lead .navigation ul li a {
  width: 240px;
  padding: 20px 20px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 0;
}
.lead .navigation ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background: url("../zennichi/images/nav_icon.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .lead {
    margin-bottom: 40px;
  }
  .lead__inner {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .lead-title {
    margin-bottom: 46px;
    padding: 22px 10px;
  }
  .lead-title h2 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.5;
  }
  .lead-title span {
    font-size: 13px;
  }
  .lead-description02 {
    margin-bottom: 19px;
  }
  .lead-logo {
    max-width: 280px;
    margin: 0 auto 30px;
  }
  .lead-list {
    gap: 0 27px;
  }
  .lead-list li {
    padding: 15px 10px 15px 15px;
  }
  .lead-list li:first-of-type::before {
    width: 28px;
    height: 28px;
    right: 0;
  }
  .lead-list li picture {
    margin-bottom: 11px;
  }
  .lead-list__tel {
    margin-bottom: 10px;
  }
  .lead-list__tel h3 {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .lead-list__tel a {
    margin-bottom: 2px;
    font-size: 16px;
    gap: 0 3px;
  }
  .lead-list__tel a::before {
    width: 21px;
    height: 16px;
  }
  .lead-list__tel p {
    font-size: 6.5px;
    margin-left: 0;
  }
  .lead-list__email {
    margin-bottom: 10px;
  }
  .lead-list__email h3 {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .lead-list__email a {
    font-size: 10px;
  }
  .lead-list__fax {
    margin-bottom: 16px;
  }
  .lead-list__fax h3 {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .lead-list__fax p {
    font-size: 16px;
  }
  .lead-list__button {
    width: 134px;
    height: 32px;
    font-size: 10px;
  }
  .lead-list__button span {
    position: relative;
    left: -4px;
  }
  .lead-list__button::before {
    width: 9px;
    height: 9px;
    right: 10px;
  }
  .lead .navigation {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 13px;
  }
  .lead .navigation ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .lead .navigation ul li {
    width: 50%;
  }
  .lead .navigation ul li:nth-of-type(1), .lead .navigation ul li:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
  }
  .lead .navigation ul li a {
    width: 100%;
    padding: 27px 20px 13px;
    gap: 18px 0;
  }
  .lead .navigation ul li a::after {
    width: 8px;
    height: 4px;
  }
}
.funds {
  margin-bottom: 60px;
}
.funds__inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 60px;
}
.funds-title {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 0;
  background: #DDE6ED;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.funds-content {
  max-width: calc(100% - 60px - 300px);
}
.funds-content p {
  font-size: 16px;
}
.funds-content p b {
  font-weight: 700;
}
.funds-content p + p {
  margin-top: 20px;
}
.funds-content h4 {
  margin: 24px 0;
  padding: 10px 21px;
  background: #F0F0F0;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}
.funds-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 20px;
}
.funds-content > ul > li {
  width: calc(50% - 10px);
}
.funds-content > ul > li p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0091D3;
}
.funds-content > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px 0;
}
.funds-content > ul > li > ul li {
  line-height: 1.375;
  padding-left: 20px;
  position: relative;
}
.funds-content > ul > li > ul li::before {
  content: "";
  display: block;
  background: url("../zennichi/images/funds_list-icon.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
.funds-content > ul > li > ul li sup {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -5px;
}
.funds-content span {
  margin-top: 10px;
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.65;
}
.funds-content span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 4px;
}
.funds-image {
  max-width: 300px;
}

@media screen and (max-width: 960px) {
  .funds {
    margin-bottom: 40px;
  }
  .funds__inner {
    max-width: 768px;
    padding: 0 19px;
  }
  .funds-title {
    margin-bottom: 19px;
    padding: 10px 0;
    font-size: 18px;
  }
  .funds-content {
    margin-bottom: 19px;
    width: 100%;
    max-width: 100%;
  }
  .funds-content p {
    font-size: 14px;
  }
  .funds-content h4 {
    margin: 20px 0;
    padding: 9px 15px;
    font-size: 16px;
  }
  .funds-content > ul {
    gap: 19px 0;
  }
  .funds-content > ul > li {
    width: 100%;
  }
  .funds-content > ul > li p {
    margin-bottom: 9px;
    font-size: 15px;
  }
  .funds-content > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 9px 0;
  }
  .funds-content > ul > li > ul li {
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.4;
  }
  .funds-content > ul > li > ul li::before {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
  }
  .funds-content span {
    margin-top: 14px;
    padding-left: 18px;
    font-size: 11px;
    line-height: 1.6;
  }
  .funds-image {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.housing {
  margin-bottom: 60px;
}
.housing__inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 60px;
}
.housing-banner {
  margin-bottom: 40px;
}
.housing-title {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 0;
  background: #DDE6ED;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.housing-table {
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  overflow-x: scroll;
}
.housing-table th,
.housing-table td {
  border: 1px solid #DDDDDD;
  font-size: 14px;
  line-height: 1.5;
}
.housing-table th {
  padding: 18px 20px;
  width: 230px;
  background: #EFF7FF;
  text-align: center;
  vertical-align: middle;
}
.housing-table td {
  padding: 20px;
}
.housing-table td button {
  font-size: 14px;
  color: #0058A1;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.housing-table td a {
  display: inline-block;
  text-decoration: underline;
}
.housing-table td a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.housing-table td a span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../zennichi/images/pdf_blk.svg") no-repeat center/contain;
  vertical-align: middle;
}
.housing-table ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.housing-table ul.list li {
  position: relative;
  padding-left: 16px;
}
.housing-table ul.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 4px;
}
.housing-table ul.list.is-notice li::before {
  content: "※";
  left: 0;
}
.housing-table ul.list + p {
  margin-top: 20px;
}
.housing-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 60px;
}
.housing-content {
  max-width: calc(100% - 60px - 300px);
}
.housing-content p {
  font-size: 16px;
}
.housing-content p b {
  font-weight: 700;
}
.housing-content p + p {
  margin-top: 20px;
}
.housing-content h4 {
  margin: 24px 0;
  padding: 10px 21px;
  background: #F0F0F0;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}
.housing-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 20px;
}
.housing-content > ul > li {
  width: calc(33.33% - 13.3333333333px);
}
.housing-content > ul > li p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0091D3;
}
.housing-content > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px 0;
}
.housing-content > ul > li > ul li {
  line-height: 1.375;
  padding-left: 20px;
  position: relative;
}
.housing-content > ul > li > ul li::before {
  content: "";
  display: block;
  background: url("../zennichi/images/funds_list-icon.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
.housing-content > ul > li > ul li sup {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -5px;
}
.housing-content > ul > li span {
  margin-top: 10px;
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.65;
}
.housing-content > ul > li span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 4px;
}
.housing-image {
  max-width: 300px;
}

@media screen and (max-width: 960px) {
  .housing {
    margin-bottom: 48px;
  }
  .housing__inner {
    max-width: 768px;
    padding: 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0 60px;
  }
  .housing-banner {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .housing-title {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 18px;
  }
  .housing-table {
    border: none;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
  }
  .housing-table th,
  .housing-table td {
    width: 100%;
    display: block;
    padding: 12px;
    font-size: 12px;
    border-bottom: none;
  }
  .housing-table td button {
    font-size: 12px;
  }
  .housing-table ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .housing-table ul.list li {
    padding-left: 14px;
  }
  .housing-table ul.list + p {
    margin-top: 10px;
  }
  .housing-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 19px 0;
  }
  .housing-content {
    max-width: 100%;
  }
  .housing-content p {
    font-size: 14px;
  }
  .housing-content h4 {
    margin: 20px 0;
    padding: 10px 15px;
    font-size: 16px;
  }
  .housing-content > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 19px 0;
  }
  .housing-content > ul > li {
    width: 100%;
  }
  .housing-content > ul > li p {
    margin-bottom: 9px;
    font-size: 15px;
  }
  .housing-content > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 12px 0;
  }
  .housing-content > ul > li > ul li {
    font-size: 15px;
    padding-left: 18px;
    line-height: 1.4;
  }
  .housing-content > ul > li > ul li::before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .housing-content > ul > li span {
    margin-top: 14px;
    padding-left: 18px;
    font-size: 11px;
    line-height: 1.6;
  }
  .housing-image {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.lineup {
  margin-bottom: 60px;
}
.lineup__inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 60px;
}
.lineup-table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.lineup-table thead tr th {
  padding: 20px;
  border: 5px solid #fff;
  font-weight: 700;
  background: #C4EAFF;
  text-align: center;
}
.lineup-table thead tr th:first-child {
  width: 111px;
}
.lineup-table thead tr th:not(:first-child) {
  width: 278px;
}
.lineup-table tbody tr td {
  padding: 20px;
  border: 5px solid #fff;
  background: #EFF7FF;
  vertical-align: middle;
}
.lineup-table tbody tr td.is-text-center {
  text-align: center;
}
.lineup-table tbody tr td.is-bg-gray {
  background: #F2F2F2;
}
.lineup-table tbody tr td ul {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4px 0;
}
.lineup-table tbody tr td ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lineup-table tbody tr td ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup-table tbody tr td ul li a::before {
  margin-right: 3px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../zennichi/images/lineup_list_icon.svg") no-repeat center;
  background-size: contain;
}
.lineup-table tbody tr td ul li a span {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.lineup-table tbody tr td ul li sup {
  margin-top: 2px;
  display: inline-block;
  font-size: 10px;
}
.lineup-notice {
  margin-bottom: 39px;
}
.lineup-notice li {
  padding-left: 26px;
  position: relative;
  font-size: 12px;
}
.lineup-notice li a {
  display: inline-block;
}
.lineup-notice li a::before {
  background: url("../zennichi/images/lineup_list_icon.svg") no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  margin-right: 3px;
  width: 12px;
  position: relative;
  top: 2px;
}
.lineup-notice li a span {
  font-size: 12px;
  color: #0058A1;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.lineup-notice li > span {
  position: absolute;
  top: 0;
  left: 0;
}
.lineup-list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 30px;
}
.lineup-list > li {
  width: calc(33.33% - 20px);
  background: #F0F0F0;
  border-radius: 0 0 10px 10px;
}
.lineup-list > li .head {
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  background: #0091D3;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.lineup-list > li .content {
  padding: 10px 14px 14px;
}
.lineup-list > li .content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFD800;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.lineup-list > li .content .list {
  height: 203px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: #fff;
  border: 2px solid #B2B2B2;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  position: relative;
}
.lineup-list > li .content .list::before {
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  background: url("../zennichi/images/lineup_icon_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.lineup-list > li .content .list > li {
  padding-left: 19px;
  position: relative;
  line-height: 1.4;
}
.lineup-list > li .content .list > li::before {
  content: "";
  display: block;
  background: url("../zennichi/images/funds_list-icon.svg") no-repeat 50%;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
}
.lineup-list > li .content .list > li sup {
  font-size: 10px;
  position: relative;
  top: -3px;
}
.lineup-list > li .content .box {
  height: 98px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-radius: 6px;
  background: #DAEEFF;
}
.lineup-list > li .content .box h4 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.lineup-list > li .content .box p {
  font-size: 13px;
  text-align: center;
}
.lineup-list > li .content .box a {
  margin-top: 8px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup-list > li .content .box a::before {
  background: url("../zennichi/images/lineup_list_icon.svg") no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 3px;
  width: 12px;
}
.lineup-list > li .content .box a span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 960px) {
  .lineup {
    margin-bottom: 47px;
  }
  .lineup__inner {
    max-width: 768px;
    padding: 0 14px;
    gap: 0 60px;
  }
  .lineup__inner > *:last-child {
    margin-bottom: 0;
  }
  .lineup-table {
    font-size: 11px;
    overflow-x: scroll;
  }
  .lineup-table thead tr th {
    padding: 12px 10px;
    border: 3px solid #fff;
    vertical-align: middle;
  }
  .lineup-table thead tr th:nth-of-type(1) {
    width: 17%;
  }
  .lineup-table thead tr th:nth-of-type(2) {
    width: 29%;
  }
  .lineup-table thead tr th:nth-of-type(3) {
    width: 33%;
  }
  .lineup-table thead tr th:nth-of-type(4) {
    width: 23%;
  }
  .lineup-table tbody tr td {
    padding: 12px 10px;
    border: 3px solid #fff;
    background: #EFF7FF;
    vertical-align: middle;
  }
  .lineup-table tbody tr td.is-text-center {
    text-align: center;
  }
  .lineup-table tbody tr td.is-bg-gray {
    background: #F2F2F2;
  }
  .lineup-table tbody tr td ul {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4px 0;
  }
  .lineup-table tbody tr td ul li {
    display: block;
  }
  .lineup-table tbody tr td ul li a {
    display: block;
    position: relative;
    padding-left: 16px;
  }
  .lineup-table tbody tr td ul li a::before {
    position: absolute;
    top: 4px;
    left: 0;
  }
  .lineup-table tbody tr td ul li sup {
    display: inline-block;
    margin-top: 2px;
    font-size: 6px;
    position: relative;
    top: -3px;
  }
  .lineup-notice {
    padding: 0 5px;
    margin-bottom: 29px;
  }
  .lineup-notice li {
    padding-left: 26px;
    font-size: 11px;
    line-height: 1.6;
  }
  .lineup-list {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px 0;
  }
  .lineup-list > li {
    width: 100%;
  }
  .lineup-list > li .head {
    padding: 8px 0;
    font-size: 15px;
  }
  .lineup-list > li .content {
    padding: 10px 14px 14px;
  }
  .lineup-list > li .content h3 {
    height: 53px;
    margin-bottom: 9px;
  }
  .lineup-list > li .content .list {
    height: auto;
    margin-bottom: 30px;
    padding: 19px;
    gap: 13px 0;
  }
  .lineup-list > li .content .list::before {
    width: 29px;
    height: 32px;
  }
  .lineup-list > li .content .list > li {
    padding-left: 16px;
    font-size: 14px;
  }
  .lineup-list > li .content .list > li::before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .lineup-list > li .content .list > li sup {
    font-size: 8px;
    top: -4px;
  }
  .lineup-list > li .content .box {
    height: auto;
  }
  .lineup-list > li .content .box h4 {
    font-size: 18px;
  }
  .lineup-list > li .content .box a {
    margin-top: 10px;
  }
  .lineup-list > li .content .box a::before {
    margin-right: 3px;
    height: 14px;
    width: 14px;
  }
}
.point {
  margin-bottom: 40px;
}
.point__inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 60px;
}
.point-title {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 0;
  background: #DDE6ED;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.point-list {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 28px 30px;
}
.point-list > li {
  width: calc(33.33% - 20px);
  background: #F0F0F0;
  border-radius: 0 0 10px 10px;
}
.point-list > li .head {
  padding: 6px 0;
  border-radius: 10px 10px 0 0;
  background: #0091D3;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.point-list > li .content {
  padding: 20px 20px 25px;
}
.point-list > li .content h4 {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #FFD800;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.point-list > li .content h4 sup {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -3px;
}
.point-list > li .content p {
  font-size: 16px;
}
.point-notice {
  margin-bottom: 39px;
}
.point-notice li {
  padding-left: 26px;
  position: relative;
  font-size: 12px;
}
.point-notice span {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  .point {
    margin-bottom: 29px;
  }
  .point__inner {
    max-width: 768px;
    padding: 0 19px;
  }
  .point__inner > *:last-child {
    margin-bottom: 0;
  }
  .point-title {
    margin-bottom: 19px;
  }
  .point-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
  .point-list > li {
    width: 100%;
  }
  .point-list > li .head {
    padding: 9px 0;
    font-size: 15px;
  }
  .point-list > li .content {
    padding: 23px 30px 25px;
  }
  .point-list > li .content h4 {
    height: auto;
    margin-bottom: 19px;
    font-size: 18px;
  }
  .point-list > li .content h4 sup {
    display: inline-block;
    font-size: 10px;
    position: relative;
    top: -6px;
  }
  .point-list > li .content p {
    font-size: 14px;
  }
  .point-notice {
    padding: 0 5px;
    margin-bottom: 29px;
  }
  .point-notice li {
    padding-left: 26px;
    font-size: 11px;
    line-height: 1.6;
  }
}
.info {
  margin-bottom: 80px;
}
.info__inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: #DAEEFF;
  border-radius: 6px;
}
.info-primary {
  padding: 30px;
  width: 366px;
  border-right: 1px solid #fff;
}
.info-primary .logo {
  margin-bottom: 20px;
}
.info-primary .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px 0;
}
.info-primary .list li {
  padding: 10px;
  width: 100%;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
.info-primary .list li sup {
  display: inline-block;
  font-size: 8px;
  position: relative;
  top: -6px;
}
.info-secondary {
  padding: 33px 40px;
  width: calc(100% - 366px);
}
.info-secondary .tel {
  margin-bottom: 22px;
}
.info-secondary .tel h3 {
  font-size: 20px;
  font-weight: 700;
}
.info-secondary .tel a {
  margin-bottom: 4px;
  color: #FF533D;
  font-size: 44px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  line-height: 1;
}
.info-secondary .tel a::before {
  content: "";
  display: block;
  width: 52px;
  height: 40px;
  background: url("../zennichi/images/lead_list-item_icon_tel.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  top: 4px;
}
.info-secondary .tel p {
  font-size: 14px;
  margin-left: 60px;
}
.info-secondary .email {
  margin-bottom: 19px;
}
.info-secondary .email h3 {
  font-size: 22px;
  font-weight: 700;
}
.info-secondary .email a {
  color: #FF533D;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.info-notice li {
  padding-left: 14px;
  position: relative;
  font-size: 12px;
}
.info-notice span {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  .info {
    padding: 0 19px;
    margin-bottom: 60px;
  }
  .info__inner {
    max-width: 768px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .info-primary {
    padding: 25px 30px 30px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .info-primary .logo {
    margin-bottom: 12px;
  }
  .info-primary .list {
    gap: 6px 0;
  }
  .info-primary .list li {
    font-size: 13px;
  }
  .info-primary .list li sup {
    top: -4px;
  }
  .info-secondary {
    padding: 25px 28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-secondary .tel {
    margin-bottom: 20px;
  }
  .info-secondary .tel h3 {
    margin-bottom: 8px;
    font-size: 17px;
    text-align: center;
  }
  .info-secondary .tel a {
    margin: 0 0 6px;
    font-size: 34px;
    gap: 10px;
  }
  .info-secondary .tel a::before {
    width: 42px;
    height: 33px;
    top: 4px;
  }
  .info-secondary .tel p {
    font-size: 10px;
    margin-left: 52px;
  }
  .info-secondary .email {
    margin-bottom: 14px;
  }
  .info-secondary .email h3 {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
  }
  .info-secondary .email a {
    font-size: 23px;
  }
  .info-notice li {
    padding-left: 14px;
    position: relative;
    font-size: 11px;
  }
}
.sell {
  margin-bottom: 60px;
}
.sell__inner {
  margin: 0 auto;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 60px;
}
.sell-title {
  width: 100%;
  margin-bottom: 30px;
  padding: 12px 0;
  background: #DDE6ED;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.sell-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 60px;
}
.sell-content {
  max-width: calc(100% - 60px - 300px);
}
.sell-content p {
  font-size: 16px;
}
.sell-content p b {
  font-weight: 700;
}
.sell-content p + p {
  margin-top: 20px;
}
.sell-content h4 {
  margin: 24px 0;
  padding: 10px 21px;
  background: #F0F0F0;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}
.sell-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 20px;
}
.sell-content > ul > li {
  width: calc(50% - 10px);
}
.sell-content > ul > li p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0091D3;
}
.sell-content > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 12px 0;
}
.sell-content > ul > li > ul li {
  line-height: 1.375;
  padding-left: 20px;
  position: relative;
}
.sell-content > ul > li > ul li::before {
  content: "";
  display: block;
  background: url("../zennichi/images/funds_list-icon.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
.sell-image {
  max-width: 300px;
}

@media screen and (max-width: 960px) {
  .sell {
    margin-bottom: 40px;
  }
  .sell__inner {
    max-width: 768px;
    padding: 0 19px;
  }
  .sell-title {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 18px;
  }
  .sell-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 19px 0;
  }
  .sell-content {
    max-width: 100%;
  }
  .sell-content p {
    font-size: 14px;
  }
  .sell-content h4 {
    margin: 20px 0;
    padding: 9px 15px;
    font-size: 16px;
  }
  .sell-content > ul {
    gap: 19px 0;
  }
  .sell-content > ul > li {
    width: 100%;
  }
  .sell-content > ul > li p {
    margin-bottom: 9px;
    font-size: 15px;
  }
  .sell-content > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 9px 0;
  }
  .sell-content > ul > li > ul li {
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.4;
  }
  .sell-content > ul > li > ul li::before {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
  }
  .sell-image {
    width: 100%;
    max-width: 100%;
  }
}
.bottom-logo {
  padding: 30px 0;
  border-top: 1px solid #DDDDDD;
}
.bottom-logo figure {
  margin: 0 auto;
  max-width: 541px;
}

@media screen and (max-width: 960px) {
  .bottom-logo {
    padding: 20px 0;
  }
  .bottom-logo figure {
    max-width: 280px;
  }
}
.heading01 {
  width: 100%;
  margin-bottom: 40px;
  padding: 14px 10px;
  background: #0091D3;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.heading02 {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 0 16px;
  border-bottom: 3px solid #0091D3;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

#loan-purchase {
  font-size: clamp(26px,5vw,38px);
  text-decoration: underline;
  padding: 1.2em 0.5em;
}

@media screen and (max-width: 960px) {
  .heading01 {
    width: 100vw;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    margin-bottom: 30px;
    padding: 12px 10px;
    font-size: 22px;
  }
  .heading02 {
    margin-bottom: 30px;
    padding: 0 0 12px;
    border-bottom: 3px solid #0091D3;
    font-size: 20px;
  }
}
.button01 {
  margin: 0 auto;
  max-width: 630px;
  height: 60px;
  background: #FF533D;
  border-radius: 999px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.button01::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../zennichi/images/button01_arrow.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}

.button02 {
  margin: 0 auto;
  width: 240px;
  height: 50px;
  border: 1px solid #FF533D;
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.button02::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../zennichi/images/lead_list-item_button_arrow.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 960px) {
  .button01 {
    max-width: 300px;
    height: 72px;
    font-size: 14px;
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.modal__container {
  max-width: 844px;
  position: relative;
  background: #fff;
  padding: 50px;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
  overflow: hidden;
}
.modal__container h2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.modal__container table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.modal__container table tbody th {
  width: 33.33%;
  padding: 15px;
  background: #EDF6FF;
  border: 1px solid #DDDDDD;
  text-align: center;
}
.modal__container table tbody td {
  padding: 13px 20px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
}
.modal__container table tbody td span {
  display: block;
  padding-left: 16px;
  font-size: 12px;
  position: relative;
  line-height: 1.5;
}
.modal__container table tbody td span::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.modal__container p {
  font-size: 16px;
  text-align: center;
}
.modal__content {
  overflow-y: auto;
  height: 100%;
}
.modal__close {
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

body.is-modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .modal__container {
    width: min(94%, 800px);
    height: 90vh;
    padding: 48px 18px;
  }
  .modal__container table {
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
  }
  .modal__container table tbody th {
    width: 100%;
    display: block;
  }
  .modal__container table tbody td {
    width: 100%;
    display: block;
  }
  .modal__container p {
    font-size: 14px;
  }
  .modal__close {
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
}
.video-unit {
  width: 100%;
  margin-bottom: 30px;
}
.video-unit iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

.footer {
  color: #fff;
  background: #000;
}
.footer__inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 2em 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer a {
  color: #fff;
  position: relative;
}
.footer span {
  padding: 0 1em;
}
.footer .aruhiTop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .aruhiTop::after {
  margin-left: 2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, FontAwesome, icomoon, Arial, sans-serif;
  content: "\f08e";
  color: #fff;
  font-size: 100%;
}
.footer .aruhiTop a {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 9px 0;
    text-align: center;
  }
  .footer .aruhiTop {
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .copyright span {
    display: block;
  }
}
.header {
  background-color: #fff;
  border-bottom: 2px solid #0078c1;
  padding: 16px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2000;
}
.header__inner {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-logo {
  margin-right: 17px;
  max-width: 240px;
}
.header-sponsor {
  max-width: 408px;
}
.header-buttons {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 258px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 6px;
}
.header-buttons a {
  width: 100%;
  color: #fff;
  background: #0058A1;
  border-radius: 6px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-buttons a::after {
  margin: 4px auto 0;
  content: "";
  width: 10px;
  height: 5px;
  background: url("../zennichi/images/h_icon_arrow.svg") no-repeat center center;
  background-size: contain;
}
.header-buttons a span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
.header-buttons a span > span {
  font-size: 10px;
  line-height: 1.44;
}
.header-drawer {
  display: none;
}

.drawer {
  display: none;
}
.drawer-overlay {
  display: none;
}

@media screen and (max-width: 960px) {
  .header {
    padding: 15px;
    border-bottom: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
  .header-logo {
    margin-right: 13px;
    max-width: 134px;
  }
  .header-sponsor {
    max-width: 152px;
  }
  .header-buttons {
    display: none;
  }
  .header-drawer {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 4px;
    bottom: 6px;
  }
  .header-drawer .icon {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    background: url("../zennichi/images/icon_menu.svg") no-repeat center center;
    background-size: contain;
  }
  .is-drawer-open .header-drawer .icon {
    width: 11px;
    height: 11px;
    background: url("../zennichi/images/icon_close.svg") no-repeat center center;
    background-size: contain;
  }
  .header-drawer p {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
  }
  .drawer {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .is-drawer-open .drawer {
    -webkit-transform: translateY(61px);
            transform: translateY(61px);
  }
  .drawer-overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 999;
  }
  .is-drawer-open .drawer-overlay {
    opacity: 100;
    pointer-events: auto;
  }
  .drawer nav {
    padding-bottom: 25px;
  }
  .drawer nav ul li {
    border-bottom: 1px solid #E2E2E2;
  }
  .drawer nav ul li a {
    padding: 15px 14px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
  }
  .drawer nav ul li a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("../zennichi/images/drawer-nav_icon.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.cta {
  margin-bottom: 80px;
}
.cta p {
  margin: 0 auto 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
  position: relative;
}
.cta p::before, .cta p::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #000;
  position: absolute;
  top: 50%;
}
.cta p::before {
  left: -10px;
  -webkit-transform: rotate(-25deg) translate(0, -50%);
          transform: rotate(-25deg) translate(0, -50%);
}
.cta p::after {
  right: -10px;
  -webkit-transform: rotate(25deg) translate(0, -50%);
          transform: rotate(25deg) translate(0, -50%);
}

@media screen and (max-width: 960px) {
  .cta {
    margin-bottom: 60px;
  }
  .cta p {
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .cta p::before, .cta p::after {
    height: 46px;
  }
  .cta p::before {
    left: -10px;
    -webkit-transform: rotate(-25deg) translate(0, -50%);
            transform: rotate(-25deg) translate(0, -50%);
  }
  .cta p::after {
    right: -10px;
    -webkit-transform: rotate(25deg) translate(0, -50%);
            transform: rotate(25deg) translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
}

.ssp {
  display: none;
}
@media screen and (max-width: 480px) {
  .ssp {
    display: block !important;
  }
}