/* CSS Document */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  word-wrap: break-word;
  text-decoration: underline;
  position: relative;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: justify;
  position: relative;
}

a {
  text-decoration: none;
}
@media only screen and (min-width: 1000px) {
  a {
    transition: 0.375s;
  }
  a:hover {
    opacity: 0.6;
  }
}

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

.blurIn {
  transition: 0.75s linear;
  opacity: 0;
  filter: blur(16px);
}
.blurIn.play {
  opacity: 1;
  filter: blur(0);
}

.fadeIn {
  transition: 0.75s linear;
  opacity: 0;
}
.fadeIn.play {
  opacity: 1;
}

.slideUp {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  transform: translateY(2rem);
  opacity: 0;
}
.slideUp.play {
  transform: translateY(0);
  opacity: 1;
}

.slideLeft {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideLeft.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideLeft {
    transform: translateX(2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideLeft {
    transform: translateY(2rem);
  }
}

.slideRight {
  transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s linear;
  opacity: 0;
}
.slideRight.play {
  transform: translate(0);
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .slideRight {
    transform: translateX(-2rem);
  }
}
@media only screen and (max-width: 999px) {
  .slideRight {
    transform: translateY(2rem);
  }
}

@media only screen and (min-width: 1000px) {
  .slideUp.delay,
  .slideLeft.delay,
  .slideRight.delay {
    transition-delay: 0.125s;
  }
  .slideUp.delay2,
  .slideLeft.delay2,
  .slideRight.delay2 {
    transition-delay: 0.25s;
  }
  .slideUp.delay3,
  .slideLeft.delay3,
  .slideRight.delay3 {
    transition-delay: 0.375s;
  }
  .slideUp.delay4,
  .slideLeft.delay4,
  .slideRight.delay4 {
    transition-delay: 0.5s;
  }
  .slideUp.delay5,
  .slideLeft.delay5,
  .slideRight.delay5 {
    transition-delay: 0.625s;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 999px) {
  header.show nav {
    transform: translateX(0);
  }
}
header .h1 {
  width: 7.5rem;
  position: absolute;
  left: 5rem;
  top: 2.5rem;
  z-index: 10;
}
@media only screen and (max-width: 999px) {
  header .h1 {
    width: 16.6666666667vh;
    top: 7.1111111111vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
header nav {
  position: absolute;
  top: 2.5rem;
  right: 5rem;
  z-index: 10;
}
@media only screen and (max-width: 999px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.375s;
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 1000px) {
  header nav .nav {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
@media only screen and (max-width: 999px) {
  header nav .nav {
    border-radius: 0 0 0 2rem;
    background: #FFF;
    padding: 6.9375rem 2rem 4rem 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  header nav .nav li.contact a {
    display: block;
    width: 10rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid #FFF;
    position: relative;
  }
  header nav .nav li.contact a span {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 999px) {
  header nav .nav li {
    width: 100%;
    margin: 2rem 0 0;
  }
  header nav .nav li:first-child {
    margin: 0;
  }
}
header nav .nav li a {
  color: #FFF;
  font-weight: 700;
}
@media only screen and (max-width: 999px) {
  header nav .nav li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #036EB7;
    margin: 0 0 0 auto;
  }
}
header .menu {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  top: 2.5rem;
  right: 2rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 999px) {
  header .menu {
    display: block;
  }
}
header .menu div {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #FFF;
  transition: 0.25s;
}
header .menu .bar {
  top: calc(50% - 0.5rem);
}
header .menu .bar2 {
  bottom: calc(50% - 0.5rem);
}
header .menu.open .bar {
  top: calc(50% - 1px);
  transform: rotate(330deg);
  background: #036EB7;
}
header .menu.open .bar2 {
  bottom: calc(50% - 1px);
  transform: rotate(-330deg);
  background: #036EB7;
}

footer {
  padding: 0 0 6rem;
}
footer .img {
  width: 13.125rem;
  margin: 3.75rem auto 0;
}
footer address {
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  margin: calc(1.5rem - 0.5em) 0 -0.5em;
}

.cm_table, .post .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.cm_table th, .post .wp-block-table table th,
.cm_table td,
.post .wp-block-table table td {
  padding: 1rem 0 1rem;
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 999px) {
  .cm_table th, .post .wp-block-table table th,
  .cm_table td,
  .post .wp-block-table table td {
    display: block;
    width: 100%;
  }
}
.cm_table th ul, .post .wp-block-table table th ul,
.cm_table td ul,
.post .wp-block-table table td ul {
  margin: 0;
}
.cm_table th ul li, .post .wp-block-table table th ul li,
.cm_table td ul li,
.post .wp-block-table table td ul li {
  line-height: 1.75;
  margin: calc(0.75rem - 0.375em) 0 -0.375rem;
}
@media only screen and (max-width: 999px) {
  .cm_table td, .post .wp-block-table table td {
    padding: 0 0 1rem;
  }
}
.cm_table th, .post .wp-block-table table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  .cm_table th, .post .wp-block-table table th {
    padding: 1rem 0 0.25rem;
    border: none;
  }
}

.cm_btn, .post .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.wp-block-table table {
  border: none;
}
.wp-block-table table tr {
  border: none;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  border: none;
}

.post .wp-block-image {
  width: 100%;
  margin: 2.5rem 0 0;
}
.post .wp-block-image.aligncenter img {
  margin: 0 auto;
}
.post .wp-block-image figcaption {
  line-height: 1.75;
  margin: calc(1rem - 0.375em) 0 -0.375em;
}
.post .aligncenter {
  text-align: center;
}
.post .aligncenterimg {
  display: block;
  margin: 2.5rem auto 0;
}
.post .aligncenter img {
  display: block;
  margin: 2.5rem auto 0;
}
.post .wp-block-table {
  margin-top: 2.5rem;
}
.post .wp-block-table.table_blue table {
  border-top: 2px solid #036EB7;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table {
    border-bottom: 2px solid #036EB7;
  }
}
.post .wp-block-table.table_blue table tbody tr:last-child th,
.post .wp-block-table.table_blue table tbody tr:last-child td {
  border-bottom: 2px solid #036EB7;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr:last-child th,
  .post .wp-block-table.table_blue table tbody tr:last-child td {
    border: none;
  }
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
}
.post .wp-block-table.table_blue table tbody tr th {
  border-bottom: 1px dashed #036EB7;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr th {
    border: none;
  }
}
.post .wp-block-table.table_blue table tbody tr td {
  border-bottom: 1px dashed #036EB7;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-table.table_blue table tbody tr td {
    border-bottom: none;
  }
  .post .wp-block-table.table_blue table tbody tr td:last-child {
    border-bottom: 1px dashed #036EB7;
  }
}
.post .wp-block-table table {
  margin-top: 0 !important;
}
.post .wp-block-table figcaption {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-buttons .wp-block-button {
  text-align: center;
}
.post .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 2.5rem auto 0;
}
.post .wp-block-columns {
  margin-top: 1rem;
}
@media only screen and (min-width: 1000px) {
  .post .wp-block-columns {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
.post .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.post .wp-block-quote {
  padding: 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-quote p {
  color: #036EB7;
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-quote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-preformatted {
  color: #036EB7;
  font-weight: normal;
  line-height: 2;
  padding: calc(2.5rem - 0.5em) 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-pullquote {
  margin: 2.5rem 0 0;
  border-top: 2px solid #036EB7;
  border-bottom: 2px solid #036EB7;
}
.post .wp-block-pullquote blockquote {
  padding: 2.5rem;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-pullquote blockquote {
    padding: 2.5rem 0;
  }
}
.post .wp-block-pullquote blockquote p {
  color: #036EB7;
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-pullquote blockquote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .has-text-align-center {
  text-align: center;
}
.post .has-text-align-right {
  text-align: right;
}
.post .wp-block-media-text {
  gap: 0 2rem;
  margin-top: 2rem;
}
.post .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.post .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.post .wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 1rem;
}
.post .wp-block-media-text .wp-block-media-text__media > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained {
  margin: 5rem calc(50% - 50vw) 0;
  padding: 5rem 0 8.1875rem;
  position: relative;
}
.post .wp-block-group.is-layout-constrained > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(19, 175, 6, 0.08);
  z-index: -1;
}
.post .wp-block-gallery .wp-block-image {
  width: unset;
}

.post {
  margin: 5rem auto 0;
}
.post:first-child {
  margin: 0 auto;
}
.post h1 {
  color: #036EB7;
  font-size: 1.75rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #036EB7;
  position: relative;
}
.post h2,
.post .h2 {
  color: #036EB7;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: calc(5rem - 0.25em) 0 -0.25rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .post h2,
  .post .h2 {
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h3 {
  color: #036EB7;
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: calc(6rem - 0.25em) 0 -0.25rem;
}
@media only screen and (max-width: 999px) {
  .post h3 {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h4 {
  color: #036EB7;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: calc(4rem - 0.25em) 0 -0.25em;
  border-bottom: 0.125rem solid #036EB7;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 999px) {
  .post h4 {
    margin: calc(3rem - 0.25em) 0 -0.25em;
  }
}
.post h5 {
  color: #036EB7;
  line-height: 1.5;
  margin: calc(3rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  .post h5 {
    margin: calc(2rem - 0.25em) 0 -0.25em;
  }
}
.post p {
  line-height: 2;
  text-align: justify;
  margin: 1.5em 0 -0.5em;
}
.post p.date {
  margin: calc(1.5rem - 0.5em) 0 -0.5em;
}
.post ul,
.post ol {
  padding-left: 1.25rem;
  margin: 2rem 0 0 0.25em;
  list-style: square none;
}
.post ul li,
.post ol li {
  line-height: 2;
  margin: calc(1rem - 0.5em) 0 -0.5rem;
}
.post ul li:first-child,
.post ol li:first-child {
  margin-top: -0.5em;
}
.post ol {
  margin: 2rem 0 0 0.5em;
  list-style: decimal none;
}
.post img {
  margin: 2rem 0 0;
}
.post table {
  width: 100%;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 134, 209, 0.2);
}
.post table caption {
  caption-side: bottom;
  text-align: left;
  line-height: 1.75;
  margin-top: 0.75rem;
}
.post table tbody tr td,
.post table tbody tr th {
  vertical-align: top;
  padding: 0.625rem 0 0.625rem;
  line-height: 1.75;
  border-bottom: 1px solid rgba(0, 134, 209, 0.2);
}
.post table tbody tr th {
  padding-right: 1rem;
}
.post .red {
  color: red;
}

.mw_wp_form .need {
  display: inline-block;
  color: #F00C38;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.mw_wp_form .error {
  color: #ff0033 !important;
  margin-top: 0.75em;
}
.mw_wp_form dl {
  position: relative;
}
.mw_wp_form dl:first-child dt {
  border-top: none;
  padding-top: 0;
}
.mw_wp_form dl:first-child dd {
  padding-top: 0;
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl:last-of-type {
    border: none;
  }
}
.mw_wp_form dl:last-of-type dt {
  display: block;
  padding-bottom: 0;
}
.mw_wp_form dl:last-of-type dd {
  padding-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl {
    display: flex;
  }
}
.mw_wp_form dl:first-child {
  margin-top: 0;
}
.mw_wp_form dl dt {
  font-weight: bold;
  line-height: 1.5;
  padding: 1.5rem 0rem;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl dt {
    width: 15.625rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl dt {
    padding: 0.75rem 0rem;
  }
}
.mw_wp_form dl dd {
  padding: 1.25rem 0rem;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl dd {
    width: calc(100% - 15.625rem);
  }
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl dd {
    padding: 0.7692307692rem 0 1.1538461538rem;
  }
}
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.75em 1em;
  background: #fff;
  border: 1px solid #036EB7;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mw_wp_form input[type=tel]::-moz-placeholder, .mw_wp_form input[type=email]::-moz-placeholder, .mw_wp_form input[type=text]::-moz-placeholder, .mw_wp_form input[type=number]::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  color: #C7C7C7;
}
.mw_wp_form input[type=tel]::placeholder,
.mw_wp_form input[type=email]::placeholder,
.mw_wp_form input[type=text]::placeholder,
.mw_wp_form input[type=number]::placeholder,
.mw_wp_form textarea::placeholder {
  color: #C7C7C7;
}
.mw_wp_form .btn {
  display: flex;
  justify-content: center;
  gap: 0 3.125rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 999px) {
  .mw_wp_form .btn {
    flex-direction: column-reverse;
    gap: 2.0769230769rem 0;
    align-items: center;
  }
}
.mw_wp_form input[type=submit],
.mw_wp_form input[type=reset] {
  cursor: pointer;
  display: block;
  width: 18.75rem;
  color: #FFF;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem 0;
  border-radius: 9999px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s;
}
.mw_wp_form input[type=submit]:disabled,
.mw_wp_form input[type=reset]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mw_wp_form input[type=submit]:disabled:hover,
.mw_wp_form input[type=reset]:disabled:hover {
  opacity: 0.5;
}
.mw_wp_form input[type=submit]:hover,
.mw_wp_form input[type=reset]:hover {
  opacity: 0.6;
}
.mw_wp_form input[type=reset] {
  color: #fff;
  border-radius: 0.3125rem;
}
.mw_wp_form select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #036EB7;
  border-radius: 0.5rem;
  padding: 0.75em 1em;
}
.mw_wp_form .radio {
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.mw_wp_form .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 1.875rem;
  margin-right: 0.625rem;
}
.mw_wp_form .radio label input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .radio label:has(input:checked)::after {
  opacity: 1;
}
.mw_wp_form .radio label::before,
.mw_wp_form .radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.mw_wp_form .radio label::before {
  background-color: #FFF;
  border: 1px solid #036EB7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
.mw_wp_form .radio label::after {
  background-color: #036EB7;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 4px;
}
.mw_wp_form .radio input:checked + label::after {
  opacity: 1;
}
.mw_wp_form .radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .radio_btn {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .check_box .mwform-checkbox-field .mwform-checkbox-field-text {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .input_text {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form.mw_wp_form_confirm dl dd {
    line-height: 1.5;
  }
}

/* wp-pagenavi */
.wp-pagenavi {
  text-align: center;
  margin-top: 10rem;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi .current {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  color: #036EB7;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #036EB7;
  margin: 0 0.25em;
  border-radius: 0.25em;
  box-sizing: border-box;
  padding: 0.6em 0 0.3em;
}
.wp-pagenavi .pages {
  display: inline-block;
  width: 2em;
  height: 2em;
  color: #036EB7;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #036EB7;
  margin: 0 0.25em;
  box-sizing: border-box;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff;
  background: #036EB7;
}
.wp-pagenavi .extend {
  color: #036EB7;
}
.wp-pagenavi .last,
.wp-pagenavi .pages {
  width: 4em !important;
}

#index {
  overflow: hidden;
  background: linear-gradient(90deg, rgba(30, 170, 57, 0.08) 0%, rgba(3, 110, 183, 0.08) 100%);
}
#index .contents .h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  #index .contents .h2 {
    white-space: nowrap;
    Writing-mode: vertical-rl;
  }
}
#index .contents .h2::after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 4rem;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  position: absolute;
  bottom: -5.25rem;
  left: 40%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 999px) {
  #index .contents .h2::after {
    width: 4rem;
    height: 0.1875rem;
    top: 60%;
    right: -5.25rem;
    left: unset;
    bottom: unset;
    transform: translateY(-50%);
  }
}
#index .contents .h3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  border-radius: 999px;
  position: relative;
  z-index: 1;
  padding: 0.875rem 1.25rem;
}
#index .contents .h3::before {
  content: "";
  display: block;
  background: #FFF;
  border-radius: 999px;
  position: absolute;
  inset: 0.125rem;
  z-index: -1;
}
#index .contents .h3 span {
  font-weight: 700;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#index .contents .w1120 {
  width: calc(100% - 4rem);
  max-width: 70rem;
  margin: 0 auto;
}
#index .contents .fs20 {
  font-size: 1.25rem;
  line-height: 2;
  margin: -0.5em 0;
}
#index .contents .center {
  text-align: center;
}
#index .contents #fv {
  width: 100%;
  height: calc(100vh + 8rem);
  background: linear-gradient(90deg, rgba(30, 170, 57, 0.76) 0%, rgba(3, 110, 183, 0.76) 100%);
  position: relative;
  overflow: hidden;
  padding-top: 43.1111111111vh;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv {
    height: calc(100vh + 4rem);
    padding-top: 48.6666666667vh;
  }
}
#index .contents #fv .abs {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 95.625vw;
  position: absolute;
  top: 10.6666666667vh;
  right: 4.375vw;
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .abs {
    width: 218.9453125vw;
    top: 21.6666666667vh;
    right: 6.25vw;
  }
}
#index .contents #fv .lead {
  width: calc(100% - 4rem);
  max-width: 80rem;
  color: #FFF;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .lead {
    width: calc(100% - 14.2222222222vh);
    max-width: unset;
  }
}
#index .contents #fv .lead .catch {
  height: 21.3333333333vh;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .lead .catch {
    height: 14vh;
  }
}
#index .contents #fv .lead .catch img {
  width: auto;
  height: 100%;
}
#index .contents #fv .lead span {
  display: block;
  font-size: 2.6666666667vh;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin: calc(7.1111111111vh - 0.375em) 0 -0.375em;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .lead span {
    font-size: min(2.2222222222vh, 3.90625vw);
  }
}
#index .contents #fv .lead p {
  line-height: 2;
  font-size: 1.7777777778vh;
  margin: calc(4.4444444444vh - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .lead p {
    font-size: min(1.7777777778vh, 3.125vw);
    margin-top: calc(5.5555555556vh - 0.5em);
  }
}
#index .contents #fv .scroll {
  height: 5rem;
  position: absolute;
  bottom: 8rem;
  right: max(2rem, (100% - 80rem) / 2);
  transform: translateX(-50%);
  color: #FFF;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .scroll {
    bottom: 4rem;
    right: 2rem;
  }
}
#index .contents #fv .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 12rem;
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: -8rem;
  transform: translateX(-50%);
}
#index .contents #fv .scroll span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}
#index .contents #service {
  background: #FFF;
  border-radius: 0 8rem 0 0;
  margin: -8rem 0 0;
  padding: 6rem 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #index .contents #service {
    border-radius: 0 4rem 0 0;
    margin: -4rem 0 0;
    padding: 5rem 0 0;
  }
}
@media only screen and (min-width: 1380px) {
  #index .contents #service .h2 {
    position: absolute;
    top: 3rem;
    left: 2.5rem;
  }
}
@media only screen and (max-width: 1379px) {
  #index .contents #service .h2 {
    transform: translateY(-2rem);
    white-space: unset;
    Writing-mode: unset;
  }
}
@media only screen and (max-width: 1379px) and (max-width: 999px) {
  #index .contents #service .h2 {
    transform: translateX(2rem);
  }
}
@media only screen and (max-width: 1379px) {
  #index .contents #service .h2::after {
    width: 4rem;
    height: 0.1875rem;
    top: 60%;
    right: -5.25rem;
    left: unset;
    bottom: unset;
    transform: translateY(-50%);
  }
}
#index .contents #index01 {
  padding-bottom: 9.4375rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .h3 {
    transform: translateX(-2rem);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .h3 {
    margin: 3rem 0 0;
  }
}
#index .contents #index01 .lead {
  display: block;
  font-size: 1.6875rem;
  font-weight: 700;
  margin: 2.5rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .lead {
    font-size: 1.5rem;
  }
}
#index .contents #index01 .list {
  margin: 1.75rem 0 0;
}
#index .contents #index01 .list > li {
  margin: 1.25rem 0 0;
}
#index .contents #index01 .list > li .flex {
  display: flex;
  width: 100%;
  min-height: 6rem;
  border-radius: 0 1rem 1rem 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .list > li .flex {
    flex-direction: column;
    min-height: unset;
  }
}
#index .contents #index01 .list > li .flex .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ECECEC;
  padding: 1.5625rem 1.375rem;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .list > li .flex .left {
    width: 50%;
  }
}
#index .contents #index01 .list > li .flex .left .check > li {
  line-height: 1.5;
  position: relative;
  margin: 0.5rem 0 0;
  padding: 0 0 0 1.375rem;
}
#index .contents #index01 .list > li .flex .left .check > li:first-child {
  margin: 0;
}
#index .contents #index01 .list > li .flex .left .check > li::before {
  content: "";
  width: 1.0625rem;
  height: 0.875rem;
  background: url("../img/index/check.svg") center/cover no-repeat;
  position: absolute;
  top: 0.3em;
  left: 0;
}
#index .contents #index01 .list > li .flex .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #BDBBBB;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  position: relative;
  padding: 1.5625rem 2.5rem;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .list > li .flex .right {
    width: 50%;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .list > li .flex .right {
    padding: 2.5rem 0.75rem;
  }
}
#index .contents #index01 .list > li .flex .right::before {
  content: "";
  display: block;
  background: #BDBBBB;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index01 .list > li .flex .right::before {
    width: 0.75rem;
    height: 100%;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .list > li .flex .right::before {
    width: 5.875rem;
    height: 0.75rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }
}
#index .contents #index01 .text {
  line-height: 2;
  text-align: center;
  margin: calc(3rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .text {
    text-align: left;
  }
}
#index .contents #index01 .text span {
  color: #036EB7;
  font-weight: 700;
}
#index .contents #index01 .gradation_lead {
  display: block;
  position: relative;
  margin: 9rem 0 0;
}
#index .contents #index01 .gradation_lead::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 4rem;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  position: absolute;
  top: -6.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#index .contents #index01 .gradation_lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.25rem;
  font-weight: 700;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .gradation_lead span {
    line-height: 1.75;
  }
}
#index .contents #index01 .fs20.center {
  font-weight: 700;
  margin-top: calc(2.5rem - 0.5em);
}
@media only screen and (max-width: 999px) {
  #index .contents #index01 .fs20.center {
    text-align: left;
  }
}
#index .contents #index01 .imgs {
  display: flex;
  margin: 4rem 0 0;
}
#index .contents #index02 {
  background: linear-gradient(90deg, rgba(30, 170, 57, 0.08) 0%, rgba(3, 110, 183, 0.08) 100%);
  padding: 0 0 10rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index02 .h3 {
    transform: translate(-2rem, -50%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index02 .h3 {
    transform: translateY(-50%);
  }
}
#index .contents #index02 .lead {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.75;
  font-weight: 700;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 3.5rem auto 0;
}
#index .contents #index02 .figure1 {
  margin: 3rem 0 0;
}
#index .contents #index02 .figure1 img {
  margin: 0 auto;
}
#index .contents #index02 p {
  max-width: 55rem;
  line-height: 2;
  margin: calc(3rem - 0.5em) auto -0.5em;
}
#index .contents #index02 .figure2 {
  margin: 4rem 0 0;
}
#index .contents #index02 .figure2 img {
  margin: 0 auto;
}
#index .contents #index03 {
  padding: 0 0 11.25rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index03 .h3 {
    transform: translate(-2rem, -50%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .h3 {
    transform: translateY(-50%);
  }
}
#index .contents #index03 .lead {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.75;
  font-weight: 700;
  margin: 3.5rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index03 .lead {
    width: 100%;
    font-size: 1.5rem;
    text-align: right;
    letter-spacing: 0;
    margin: 2.75rem 0 0;
  }
}
#index .contents #index03 .lead > span {
  position: relative;
}
#index .contents #index03 .lead > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  border-radius: 999px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#index .contents #index03 .lead .green {
  color: #1EAA39;
}
#index .contents #index03 .lead .green::after {
  background: #1EAA39;
}
#index .contents #index03 .lead .blue {
  color: #036EB7;
}
#index .contents #index03 .lead .blue::after {
  background: #036EB7;
}
#index .contents #index03 .figure {
  max-width: 48.75rem;
  margin: 1rem auto 0;
}
#index .contents #index03 p {
  max-width: 55rem;
  line-height: 2;
  margin: calc(3rem - 0.5em) auto -0.5em;
}
#index .contents #index04 {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 {
    padding-bottom: 6rem;
  }
}
#index .contents #index04 .w1120 {
  border-radius: 0 4rem 4rem 4rem;
  background: linear-gradient(90deg, rgba(30, 170, 57, 0.08) 0%, rgba(3, 110, 183, 0.08) 100%);
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 {
    border-radius: 0 2rem 2rem 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index04 .w1120 .h3 {
    transform: translate(-2rem, -50%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .h3 {
    transform: translate(2rem, -50%);
  }
}
#index .contents #index04 .w1120 .wrap {
  position: relative;
  padding: 2.5rem 5rem 4rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap {
    padding: 4rem 2rem 3rem;
  }
}
#index .contents #index04 .w1120 .wrap .abs {
  position: absolute;
  top: 5rem;
  right: 5rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .abs {
    width: 4rem;
    top: -4rem;
    right: 2rem;
  }
}
#index .contents #index04 .w1120 .wrap .check li {
  position: relative;
  margin: 1.75rem 0 0;
  padding: 0 0 0 2.375rem;
}
#index .contents #index04 .w1120 .wrap .check li:first-child {
  margin: 0;
}
#index .contents #index04 .w1120 .wrap .check li::before {
  content: "";
  width: 1.76875rem;
  height: 1.5rem;
  background: url("../img/index/check2.svg") center/cover no-repeat;
  position: absolute;
  top: 0.3em;
  left: 0;
}
#index .contents #index04 .w1120 .wrap .check li span {
  font-size: 1.75rem;
  font-weight: 700;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .check li span {
    font-size: 1.375rem;
    line-height: 1.5;
    margin: -0.25em 0;
  }
}
#index .contents #index04 .w1120 .wrap .point {
  margin: 6rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point {
    margin-top: 4rem;
  }
}
#index .contents #index04 .w1120 .wrap .point .h4 {
  position: relative;
  padding: 0 0 0 4.25rem;
}
#index .contents #index04 .w1120 .wrap .point .h4::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/index/rhombus.svg") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .h4::before {
    width: 3rem;
    height: 3rem;
  }
}
#index .contents #index04 .w1120 .wrap .point .h4 .en {
  display: block;
  font-size: 0.875rem;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #036EB7;
  letter-spacing: 0.15em;
}
#index .contents #index04 .w1120 .wrap .point .h4 .jp {
  display: block;
  font-size: 1.75rem;
  color: #036EB7;
  line-height: 2;
  font-weight: 700;
  margin: calc(1rem - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .h4 .jp {
    font-size: 1.5rem;
    word-break: break-word;
    text-align: left;
    margin-top: calc(0.5rem - 0.5em);
  }
}
#index .contents #index04 .w1120 .wrap .point .h4 .jp small {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#index .contents #index04 .w1120 .wrap .point p {
  line-height: 2;
  margin: calc(2.25rem - 0.5em) 0 -0.5em;
}
#index .contents #index04 .w1120 .wrap .point p .green {
  color: #1EAA39;
  font-weight: 700;
}
#index .contents #index04 .w1120 .wrap .point hr {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  border: none;
  margin: 4rem 0 0;
}
#index .contents #index04 .w1120 .wrap .point hr + .h4 {
  margin-top: 4rem;
}
#index .contents #index04 .w1120 .wrap .point .result {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 3rem auto 0;
  padding: 0 0 0 2rem;
}
#index .contents #index04 .w1120 .wrap .point .result.left {
  margin: 3rem 0 0;
}
#index .contents #index04 .w1120 .wrap .point .result::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  background: #1EAA39;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#index .contents #index04 .w1120 .wrap .point .result span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.4;
  background: linear-gradient(90deg, #1EAA39 0%, #036EB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: -0.7em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .result span {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin: -0.5em 0;
  }
}
#index .contents #index04 .w1120 .wrap .point .result + p {
  margin-top: calc(2rem - 0.5em);
}
#index .contents #index04 .w1120 .wrap .point .box {
  background: #FFF;
  border-radius: 0 2rem 2rem 2rem;
  position: relative;
  margin: 4rem 0 0;
  padding: 3rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .box {
    padding: 2rem;
  }
}
#index .contents #index04 .w1120 .wrap .point .box.blue::before {
  background: #036EB7;
}
#index .contents #index04 .w1120 .wrap .point .box.blue .h5 {
  color: #036EB7;
}
#index .contents #index04 .w1120 .wrap .point .box::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #1EAA39;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#index .contents #index04 .w1120 .wrap .point .box .h5 {
  color: #1EAA39;
  font-size: 1.25rem;
  line-height: 2;
  margin: -0.5em 0;
}
#index .contents #index04 .w1120 .wrap .point .box .h5 + p {
  margin-top: calc(2rem - 0.5em);
}
#index .contents #index04 .w1120 .wrap .point .box .col2 {
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  margin: 2.5rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .box .col2 {
    flex-direction: column;
  }
}
#index .contents #index04 .w1120 .wrap .point .box .flex {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 3.25rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .box .flex {
    flex-direction: column;
  }
}
#index .contents #index04 .w1120 .wrap .point .box .flex.reverse {
  margin-top: 0;
  align-items: flex-start;
}
#index .contents #index04 .w1120 .wrap .point .box .flex.reverse .txt p {
  font-size: 1rem;
  margin-top: calc(2rem - 0.5em);
}
#index .contents #index04 .w1120 .wrap .point .box .flex .img {
  width: 17.5rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .box .flex .img {
    width: 100%;
  }
}
#index .contents #index04 .w1120 .wrap .point .box .flex .img img {
  border-radius: 1.25rem;
}
#index .contents #index04 .w1120 .wrap .point .box .flex .txt {
  width: calc(100% - 17.5rem - 2.5rem);
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .box .flex .txt {
    width: 100%;
  }
}
#index .contents #index04 .w1120 .wrap .point .box .flex .txt .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  margin: -0.5em 0;
}
#index .contents #index04 .w1120 .wrap .point .box .flex .txt p {
  font-size: 0.875rem;
  margin-top: calc(1.5rem - 0.5em);
}
#index .contents #index04 .w1120 .wrap .point .box .flex + .flex {
  margin-top: 2.5rem;
}
#index .contents #index04 .w1120 .wrap .point .borderBox {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  padding: 2rem 0 0 2rem;
  margin: 4rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #index04 .w1120 .wrap .point .borderBox {
    padding: 1.5rem 0 0 1.5rem;
  }
}
#index .contents #index04 .w1120 .wrap .point .borderBox .h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  margin: -0.5em 0;
}
#index .contents #index04 .w1120 .wrap .point .borderBox p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
#index .contents #index04 .w1120 .wrap .point .borderLeft {
  position: relative;
  padding: 0 0 0 0.75rem;
}
#index .contents #index04 .w1120 .wrap .point .borderLeft::before {
  content: "";
  width: 0.125rem;
  background: #036EB7;
  position: absolute;
  top: 0.375rem;
  left: 0;
  bottom: 0.375rem;
}
#index .contents #index04 .w1120 .wrap .point .borderLeft > p {
  line-height: 1.75;
  font-weight: 700;
  margin: 2rem 0 -0.375em;
}
#index .contents #index05 {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index05 .h3 {
    transform: translate(-2rem, -50%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .h3 {
    transform: translateY(-50%);
  }
}
#index .contents #index05 .wrap {
  background: #FFF;
  border-radius: 0 4rem 4rem 4rem;
  position: relative;
  margin: 6.75rem auto 0;
  padding: 5rem 5rem 5rem min(8.5rem, 9.7142857143vw);
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .wrap {
    border-radius: 0 2rem 2rem 2rem;
    margin-top: 4.75rem;
    padding: 4rem 2rem 4rem;
  }
}
#index .contents #index05 .wrap .h2 {
  position: absolute;
  top: -1rem;
  left: -1rem;
}
#index .contents #index05 .wrap .flow li {
  position: relative;
  margin: 8rem 0 0;
}
#index .contents #index05 .wrap .flow li:first-child {
  margin: 0;
}
#index .contents #index05 .wrap .flow li:last-child::after {
  display: none;
}
#index .contents #index05 .wrap .flow li::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  background: #036EB7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -2rem;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index05 .wrap .flow li::after {
    left: 2rem;
    transform: translateY(100%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .wrap .flow li::after {
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #index05 .wrap .flow li .h4 {
    display: flex;
    align-items: center;
    gap: 1.3125rem;
  }
}
#index .contents #index05 .wrap .flow li .h4 .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #036EB7;
  text-align: center;
}
#index .contents #index05 .wrap .flow li .h4 .en .num {
  display: block;
  font-size: 4rem;
  letter-spacing: 0;
}
#index .contents #index05 .wrap .flow li .h4 .jp {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #036EB7;
  line-height: 1.75;
  position: relative;
  margin: -0.375em 0;
  padding: 0 0 0 2.5rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .wrap .flow li .h4 .jp {
    font-size: 1.625rem;
    padding: 2rem 0 0;
  }
}
#index .contents #index05 .wrap .flow li .h4 .jp::before {
  content: "";
  background: #036EB7;
  position: absolute;
}
@media only screen and (min-width: 1000px) {
  #index .contents #index05 .wrap .flow li .h4 .jp::before {
    width: 0.125rem;
    height: 4.5rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #index05 .wrap .flow li .h4 .jp::before {
    width: 4.5rem;
    height: 0.125rem;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#index .contents #index05 .wrap .flow li p {
  line-height: 2;
  margin: calc(2.625rem - 0.5em) 0 -0.5em;
}
#index .contents #index05 .wrap .flow li dl {
  margin: 3rem 0 0;
}
#index .contents #index05 .wrap .flow li dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #036EB7;
  line-height: 2;
  position: relative;
  margin: -0.5em 0;
  padding: 0 0 0 2.25rem;
}
#index .contents #index05 .wrap .flow li dl dt::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url("../img/index/rhombus-b.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#index .contents #index05 .wrap .flow li dl dd {
  line-height: 2;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: calc(1.625rem - 0.5em) 0 -0.5em;
}
#index .contents #about {
  border-radius: 4rem;
  background: linear-gradient(90deg, rgba(30, 170, 57, 0.76) 0%, rgba(3, 110, 183, 0.76) 100%);
  position: relative;
  margin: 8rem auto 0;
  padding: 8rem 0 6rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #about {
    border-radius: 2rem;
    margin: 6rem auto 0;
    padding: 6rem 2rem 2rem;
  }
}
#index .contents #about .h2 {
  color: #FFF;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  position: absolute;
  top: 6.0625rem;
  left: 7.9375rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  #index .contents #about .h2 {
    left: 4rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #about .h2 {
    top: 2rem;
    left: 2rem;
  }
}
#index .contents #about .h2::after {
  background: #FFF;
}
#index .contents #about .wrap {
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #index .contents #about .wrap {
    max-width: 45rem;
  }
}
#index .contents #about .wrap dl {
  width: 100%;
  color: #FFF;
  min-height: 5.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.16);
}
@media only screen and (min-width: 1000px) {
  #index .contents #about .wrap dl {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #about .wrap dl {
    padding: 1.5rem 0;
  }
}
#index .contents #about .wrap dl dt, #index .contents #about .wrap dl dd {
  font-weight: 700;
  line-height: 2;
  padding: 2.25rem 0 2.25rem 3.75rem;
  margin: -0.5em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #about .wrap dl dt, #index .contents #about .wrap dl dd {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #about .wrap dl dt {
    width: 10rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #about .wrap dl dt {
    padding-bottom: 1rem;
  }
}
#index .contents #about .wrap dl + dl {
  margin-top: 1rem;
}
#index .contents #contact {
  border-radius: 4rem;
  background: #FFF;
  position: relative;
  margin: 8rem auto 0;
  padding: 8rem 0 6rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #contact {
    border-radius: 2rem;
    margin: 6rem auto 0;
    padding: 4rem 2rem;
  }
}
#index .contents #contact .h2 {
  position: absolute;
  top: 6.0625rem;
  left: 7.9375rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  #index .contents #contact .h2 {
    left: 4rem;
  }
}
#index .contents #contact .wrap {
  max-width: 45rem;
  margin: 0 auto;
}
#index .contents #contact .wrap .recaptcha {
  margin: 2.75rem 0 4rem;
}
#index .contents #contact .wrap .recaptcha #gr_checkbox > div {
  margin: 0 auto;
}

#thanks {
  overflow: hidden;
  background: linear-gradient(90deg, rgba(30, 170, 57, 0.08) 0%, rgba(3, 110, 183, 0.08) 100%);
}
#thanks .contents #fv {
  width: 100%;
  height: calc(100vh + 8rem);
  background: linear-gradient(90deg, rgba(30, 170, 57, 0.76) 0%, rgba(3, 110, 183, 0.76) 100%);
  position: relative;
  overflow: hidden;
  padding-top: 43.1111111111vh;
  z-index: 1;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #fv {
    height: calc(100vh + 4rem);
  }
}
#thanks .contents #fv .abs {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 95.625vw;
  position: absolute;
  top: 10.6666666667vh;
  right: 4.375vw;
  z-index: -1;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #fv .abs {
    width: 218.9453125vw;
    top: 21.6666666667vh;
    right: 6.25vw;
  }
}
#thanks .contents #fv .lead {
  width: calc(100% - 4rem);
  max-width: 80rem;
  color: #FFF;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #fv .lead {
    width: calc(100% - 8rem);
    max-width: unset;
  }
}
#thanks .contents #fv .lead .catch {
  width: 36.6875vw;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #fv .lead .catch {
    width: 100%;
  }
}
#thanks .contents #fv .lead span {
  display: block;
  font-size: 2.6666666667vh;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin: 7.1111111111vh 0 0;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #fv .lead span {
    font-size: 1.25rem;
  }
}
#thanks .contents #fv .lead p {
  line-height: 2;
  font-size: 1.7777777778vh;
  margin: calc(4.4444444444vh - 0.5em) 0 -0.5em;
}
@media only screen and (max-width: 999px) {
  #thanks .contents #fv .lead p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */