.under_container > #breadcrumb {
  margin-bottom: 2%;
  padding-left: 80px;
  width: unset;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.mv {
  max-width: 1440px;
  margin: 0 auto;
  padding: 95px 80px 53px;
  position: relative;
}
.mv .under_mv {
  all: unset;
}
.mv .text {
  margin-top: 60px;
  max-width: 390px;
}
.mv .text h2 {
  font-weight: 700;
  line-height: 1.5;
}
.mv .text h2 span {
  color: #0A6ADD;
}
.mv .text p {
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.75;
}
.mv .bg {
  position: absolute;
  left: 20%;
  top: 0;
  transform: translate(-20%);
  z-index: -1;
}
.mv .bg img {
  max-height: 53.5vw;
  max-width: 1440px;
}
.mv .links {
  margin-top: 66px;
  padding: 28px 50px;
  background-color: #0A6ADD;
}
.mv .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 56px;
}
.mv .links ul a {
  color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.5s ease;
}
.mv .links ul a path {
  transition: all 0.5s ease;
}
.mv .links ul a:hover {
  color: #FFD900;
}
.mv .links ul a:hover path {
  stroke: #FFD900;
}

@media screen and (max-width: 1440px) {
  .under_container > #breadcrumb {
    padding-left: 4vw;
  }
  .mv {
    padding: 95px 4vw 53px;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    padding: 40px 4vw 40px;
  }
  .mv .text {
    max-width: unset;
  }
  .mv .bg {
    margin-top: 20px;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    z-index: 1;
  }
  .mv .bg img {
    max-height: unset;
    max-width: 100%;
  }
  .mv .links {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .mv .text h2 {
    font-size: 20px;
  }
}
.common_wrapper {
  scroll-margin: 82px;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  opacity: 0;
  height: 100%;
  overflow: hidden;
}
.common_wrapper.show {
  visibility: visible;
  position: relative;
  opacity: 1;
  height: auto;
  overflow: unset;
}
.common_wrapper .common_mv {
  width: 100%;
  margin: 0 auto;
}
.common_wrapper .flex_box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 80px 144px 30px;
  display: flex;
  gap: 60px;
}
.common_wrapper .flex_box .left {
  width: 240px;
  position: relative;
  flex-shrink: 0;
}
.common_wrapper .flex_box .left .sticky_box {
  padding: 27px 30px;
  background-color: #0A6ADD;
  position: sticky;
  top: 82px;
  left: 0;
  width: 100%;
}
.common_wrapper .flex_box .left .sticky_box.absolute {
  position: absolute;
  top: -300px;
}
.common_wrapper .flex_box .left .sticky_box li {
  margin-bottom: 16px;
}
.common_wrapper .flex_box .left .sticky_box li:last-child {
  margin-bottom: 0;
}
.common_wrapper .flex_box .left .sticky_box span {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.common_wrapper .flex_box .left .sticky_box a {
  color: #B3D0F1;
  font-weight: 700;
  font-size: 12px;
  transition: all 0.5s ease;
}
.common_wrapper .flex_box .left .sticky_box a:hover {
  opacity: 0.7;
}
.common_wrapper .flex_box .right {
  width: 1020px;
  min-width: 428px;
}
.common_wrapper .flex_box .right .num {
  color: #0A6ADD;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.common_wrapper .flex_box .right h3 {
  margin-top: 15px;
  font-weight: 700;
}
.common_wrapper .flex_box .right > .text {
  font-weight: 400;
  line-height: 1.75;
  margin: 40px 0 80px;
}
.common_wrapper .flex_box .right h4 {
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #C9C9C9;
}
.common_wrapper .flex_box .right h5 {
  font-weight: 700;
  color: #0A6ADD;
  padding-left: 10px;
  border-left: 6px solid #0A6ADD;
  line-height: 1.5;
}
.common_wrapper .flex_box .right .feature li {
  margin-top: 40px;
}
.common_wrapper .flex_box .right .feature li p {
  margin-top: 24px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1440px) {
  .common_wrapper {
    scroll-margin: 76px;
  }
  .common_wrapper .flex_box {
    padding: 56px 4vw 144px 30px;
    gap: 40px;
    justify-content: space-between;
  }
  .common_wrapper .flex_box .right h4.f24 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .common_wrapper {
    scroll-margin: 86px;
  }
  .common_wrapper .flex_box {
    padding: 40px 4vw 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .common_wrapper {
    scroll-margin: 85px;
  }
  .common_wrapper .flex_box {
    flex-direction: column;
  }
  .common_wrapper .flex_box .left {
    width: 100%;
  }
  .common_wrapper .flex_box .left .sticky_box {
    position: relative;
    top: unset;
    left: unset;
  }
  .common_wrapper .flex_box .left .sticky_box.absolute {
    position: unset;
    top: unset;
  }
  .common_wrapper .flex_box .left .sticky_box span {
    font-size: 18px;
  }
  .common_wrapper .flex_box .left .sticky_box a {
    font-size: 16px;
  }
  .common_wrapper .flex_box .left .sticky_box li {
    margin-bottom: 24px;
  }
  .common_wrapper .flex_box .right {
    width: 100%;
    min-width: unset;
  }
  .f42 {
    font-size: 24px;
  }
  .common_wrapper .flex_box .right h4.f24 {
    font-size: 20px;
    line-height: 1.5;
  }
  .en_ttl {
    font-size: 22px;
  }
}
.en_text {
  margin-top: 80px;
  line-height: 1.5;
}

.en_ttl {
  margin-top: 20px;
}

.image {
  margin-top: 56px;
  margin-bottom: 56px;
}

.table {
  max-width: 100%;
  overflow: auto;
  margin-top: 40px;
}

td {
  border: 1px solid #C9C9C9;
  padding: 16px 24px;
  white-space: nowrap;
}
td:first-child {
  width: 480px;
}
td:nth-child(2) {
  width: 340px;
}
td:last-child {
  width: 200px;
}

.table_box {
  display: flex;
  margin: 32px 0;
}
.table_box .th {
  padding: 16px 24px;
  width: 240px;
  border: 1px solid #C9C9C9;
  font-weight: 400;
  line-height: 1.5;
}
.table_box .td {
  padding: 16px 24px;
  width: 780px;
  border: 1px solid #C9C9C9;
  border-left: none;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 450px) {
  .table_box {
    flex-direction: column;
  }
  .table_box .th {
    width: 100%;
    padding: 8px 12px;
  }
  .table_box .td {
    width: 100%;
    padding: 8px 12px;
    border-left: 1px solid #C9C9C9;
    border-top: none;
  }
}
.three_column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  gap: 30px;
}
.three_column li {
  width: calc(33.3333333333% - 20px);
}

.two_column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  gap: 30px;
}
.two_column > * {
  width: calc(50% - 15px);
}

.one_column {
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .three_column {
    gap: 15px;
  }
  .three_column li {
    width: calc(33.3333333333% - 10px);
  }
  .two_column {
    gap: 20px;
  }
  .two_column > * {
    width: calc(50% - 10px);
  }
  .one_column {
    margin-top: 20px;
  }
}
.flow, .flow2 {
  margin-top: 40px;
}
.flow li, .flow2 li {
  display: flex;
  position: relative;
  margin-bottom: 58px;
}
.flow li::after, .flow2 li::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  border: 60px solid transparent;
  border-top: 40px solid #012E63;
}
.flow li:last-child, .flow2 li:last-child {
  margin-bottom: 0;
}
.flow li:last-child::after, .flow2 li:last-child::after {
  display: none;
}
.flow li .lft, .flow2 li .lft {
  width: 80px;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  background-color: #0A6ADD;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  border: 1px solid #C9C9C9;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow li .rght, .flow2 li .rght {
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #C9C9C9;
  border-left: none;
}
.flow li .rght .ttl, .flow2 li .rght .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0A6ADD;
}
.flow li .rght .txt, .flow2 li .rght .txt {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
.flow li .rght .txt span, .flow2 li .rght .txt span {
  font-size: 12px;
}

.flow2 li::after {
  border-top-color: #0A6ADD;
}
.flow2 li .lft {
  background-color: #083F81;
}
.flow2 li .rght .ttl {
  color: #083F81;
}

.document, .document2 {
  margin-top: 56px;
}
.document .ttl, .document2 .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #0A6ADD;
  padding: 14px;
}
.document .flex, .document2 .flex {
  display: flex;
  gap: 32px 16px;
  border: 1px solid #0A6ADD;
  border-top: none;
  padding: 48px 28px 40px;
  counter-reset: number 0;
}
.document .flex li, .document2 .flex li {
  position: relative;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  background-color: #F4F4F4;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
.document .flex li::before, .document2 .flex li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 6px;
  top: -28px;
  font-size: 32px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #0A6ADD;
}

.document2 .ttl {
  background-color: #083F81;
}
.document2 .flex {
  border-color: #083F81;
  gap: 32px 20px;
}
.document2 .flex li {
  width: 225px;
}
.document2 .flex li::before {
  color: #083F81;
}

@media screen and (max-width: 1440px) {
  .flow li .rght, .flow2 li .rght {
    padding: 20px;
  }
  .flow li .rght .ttl, .flow2 li .rght .ttl {
    font-size: 18px;
  }
  .document .flex li, .document2 .flex li {
    padding: 16px 6px;
  }
}
@media screen and (max-width: 1024px) {
  .document .flex, .document2 .flex {
    flex-direction: column;
  }
  .document .flex li, .document2 .flex li {
    width: 100%;
  }
}
.flow_right {
  display: flex;
  gap: 60px;
}
.flow_right li {
  width: 210px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F4F4F4;
  position: relative;
}
.flow_right li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -72px;
  transform: translateY(-50%);
  border: 30px solid transparent;
  border-left: 20px solid #053977;
}
.flow_right li:last-child::after {
  display: none;
}
.flow_right li .txt {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
.flow_right li .txt:has(br) {
  margin-bottom: 0;
}
.flow_right li .days {
  padding: 3px 22px;
  font-size: 14px;
  background-color: #0A6ADD;
  border-radius: 50px;
  color: #fff;
  margin-top: 3px;
}
.flow_right.col5 {
  gap: 47px;
}
.flow_right.col5 li {
  width: 167px;
}
.flow_right.col5 li::after {
  right: -65px;
}

@media screen and (max-width: 1440px) {
  .flow_right.col5 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .flow_right {
    flex-direction: column;
  }
  .flow_right li {
    width: 100%;
  }
  .flow_right li::after {
    border-left: 30px solid transparent;
    border-top: 20px solid #053977;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: -72px;
  }
  .flow_right.col5 li {
    width: 100%;
  }
  .flow_right.col5 li::after {
    right: unset;
    bottom: -65px;
  }
}
.mgn {
  margin: 52px 0 32px;
  border-bottom: unset !important;
}

.nomt {
  margin-top: 0;
}

.nomb {
  margin-bottom: 0;
}

.mt80 {
  margin-top: 80px;
}

.mm80 {
  margin-bottom: 80px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb32 {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .mb32 {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=jigyo.css.map */