.main-container h2.ttl-pattern-1 + div.mb-20 > dl {
  width: 100%;
  border-bottom: 1px solid #0458A2;
}
.main-container h2.ttl-pattern-1 + div.mb-20 > dl dt, .main-container h2.ttl-pattern-1 + div.mb-20 > dl dd {
  display: block;
  width: 100%;
  font-size: 16rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.main-container h2.ttl-pattern-1 + div.mb-20 > dl dt {
  border-top: 1px solid #0458A2;
  padding: 20rem 15rem 6rem 15rem;
  font-weight: 700;
}
.main-container h2.ttl-pattern-1 + div.mb-20 > dl dd {
  padding: 0rem 15rem 20rem 15rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .main-container h2.ttl-pattern-1 + div.mb-20 > dl {
    display: grid;
    grid-template-columns: 232rem calc(100% - 232rem);
    row-gap: 0;
  }
  .main-container h2.ttl-pattern-1 + div.mb-20 > dl dt, .main-container h2.ttl-pattern-1 + div.mb-20 > dl dd {
    padding: 20rem 15rem;
    border-top: 1px solid #0458A2;
  }
}

.block-section > dl,
.block-section > .block {
  margin-bottom: 80rem;
}
.block-section .block.text.heading {
  margin-bottom: 20rem;
}
.block-section > dl {
  width: 100%;
  border-bottom: 1px solid #0458A2;
}
.block-section > dl dt, .block-section > dl dd {
  display: block;
  width: 100%;
  font-size: 16rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.block-section > dl dt {
  border-top: 1px solid #0458A2;
  padding: 20rem 15rem 6rem 15rem;
  font-weight: 700;
}
.block-section > dl dd {
  padding: 0rem 15rem 20rem 15rem;
}
@media screen and (min-width: 768px) {
  .block-section > dl {
    display: grid;
    grid-template-columns: 232rem calc(100% - 232rem);
    row-gap: 0;
  }
  .block-section > dl dt, .block-section > dl dd {
    padding: 20rem 15rem;
    border-top: 1px solid #0458A2;
  }
}
.block-section .block.text blockquote {
  border-left: solid 4px #94abd6;
  background-color: #F5F7FF;
  padding: 20rem 20rem;
}
.block-section .block.text h1, .block-section .block.text h2, .block-section .block.text h3, .block-section .block.text h4, .block-section .block.text h5, .block-section .block.text h6 {
  font-weight: 700;
}
.block-section .block.text h2 {
  font-size: 34rem;
}
.block-section .block.text h3 {
  font-size: 28rem;
}
.block-section .block.text h4 {
  font-size: 24rem;
}
.block-section .block.text h5 {
  font-size: 18rem;
}
.block-section .block.text.blue h1, .block-section .block.text.blue h2, .block-section .block.text.blue h3, .block-section .block.text.blue h4, .block-section .block.text.blue h5, .block-section .block.text.blue h6 {
  color: #0458A2;
}
.block-section .block.text.underline h1, .block-section .block.text.underline h2, .block-section .block.text.underline h3, .block-section .block.text.underline h4, .block-section .block.text.underline h5, .block-section .block.text.underline h6 {
  position: relative;
  padding-bottom: 12rem;
}
.block-section .block.text.underline h1::after, .block-section .block.text.underline h2::after, .block-section .block.text.underline h3::after, .block-section .block.text.underline h4::after, .block-section .block.text.underline h5::after, .block-section .block.text.underline h6::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0458A2 0%, #0458A2 100rem, #E3E3E3 100rem, #E3E3E3 100%);
}
.block-section .block.text.shadow-box blockquote {
  background-color: #fff;
  border: none;
  border-radius: 20rem;
  padding: 40rem;
  box-shadow: 0 0 20rem rgba(0, 86, 185, 0.2);
}
.block-section .block.editor ul {
  padding-left: 1.5em;
}
.block-section .block.editor ul li {
  list-style: disc;
}
.block-section .block.editor ol {
  padding-left: 1.5em;
}
.block-section .block.editor ol li {
  list-style: decimal;
}
.block-section .block.editor blockquote {
  display: block;
  border-left: solid 4px #94abd6;
  background-color: #F5F7FF;
  padding: 20rem 20rem;
}
.block-section .block.editor .ql-indent-1 {
  margin-left: 1em;
}
.block-section .block.editor .ql-indent-2 {
  margin-left: 2em;
}
.block-section .block.editor .ql-indent-3 {
  margin-left: 3em;
}
.block-section .block.editor .ql-indent-4 {
  margin-left: 4em;
}
.block-section .block.editor .ql-indent-5 {
  margin-left: 5em;
}
.block-section .block.editor .ql-indent-6 {
  margin-left: 6em;
}
.block-section .block.editor .ql-indent-7 {
  margin-left: 7em;
}
.block-section .block.editor .ql-indent-8 {
  margin-left: 8em;
}
.block-section .block.editor .ql-align-center {
  text-align: center;
}
.block-section .block.editor .ql-align-right {
  text-align: right;
}
.block-section .block.editor .ql-align-justify {
  text-align: justify;
}
.block-section .block.images .items li {
  width: auto;
}
.block-section .block.images .items li a {
  display: block;
}
.block-section .block.images .items li a::before {
  content: none;
}
.block-section .block.images .items li a:hover {
  opacity: 0.7;
}
.block-section .block.images .items li img {
  width: 100%;
  height: auto;
}
.block-section .block.images.trimming .items li img {
  object-fit: cover;
  aspect-ratio: 6/6;
}
.block-section .block.images.wrap-1 .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60rem 0;
}
@media only screen and (min-width: 768px) {
  .block-section .block.images.wrap-1 .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 0;
  }
}
.block-section .block.images.wrap-2 .items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 25px;
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-2 .items {
    gap: 60px 60px;
  }
}
.block-section .block.images.wrap-2 .items li {
  width: calc((100% - 25px) / 2);
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-2 .items li {
    width: calc((100% - 60px) / 2);
  }
}
.block-section .block.images.wrap-3 .items, .block-section .block.images.wrap-4 .items, .block-section .block.images.wrap-5 .items, .block-section .block.images.wrap-6 .items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12rem 12rem;
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-3 .items, .block-section .block.images.wrap-4 .items, .block-section .block.images.wrap-5 .items, .block-section .block.images.wrap-6 .items {
    gap: 25px 25px;
  }
}
.block-section .block.images.wrap-3 .items li, .block-section .block.images.wrap-4 .items li, .block-section .block.images.wrap-5 .items li, .block-section .block.images.wrap-6 .items li {
  width: calc((100% - 24rem) / 3);
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-3 .items li {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-4 .items li {
    width: calc((100% - 75px) / 4);
  }
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-5 .items li {
    width: calc((100% - 100px) / 5);
  }
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-6 .items li {
    width: calc((100% - 125px) / 6);
  }
}
.block-section .block.text-image {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.block-section .block.text-image h3 {
  font-size: 20rem;
  font-weight: 700;
  color: #0458A2;
  margin-bottom: 16rem;
  order: 0;
}
@media screen and (min-width: 992px) {
  .block-section .block.text-image h3 {
    font-size: 28rem;
  }
}
.block-section .block.text-image .image {
  order: 2;
  margin-top: 24rem;
}
.block-section .block.text-image .image a::before {
  content: none;
}
.block-section .block.text-image .image a:hover {
  opacity: 0.7;
}
.block-section .block.text-image .body {
  order: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .block-section .block.text-image {
    display: block;
  }
  .block-section .block.text-image::after {
    content: "";
    display: block;
    clear: both;
  }
  .block-section .block.text-image h3 {
    width: calc(52% - 24rem);
  }
  .block-section .block.text-image .image {
    width: 48%;
    margin-top: 0;
  }
  .block-section .block.text-image .body {
    width: calc(52% - 24rem);
  }
  .block-section .block.text-image.layout-text-image h3 {
    float: left;
  }
  .block-section .block.text-image.layout-text-image .image {
    float: right;
  }
  .block-section .block.text-image.layout-text-image .body {
    float: left;
  }
  .block-section .block.text-image.layout-image-text h3 {
    float: right;
  }
  .block-section .block.text-image.layout-image-text .image {
    float: left;
  }
  .block-section .block.text-image.layout-image-text .body {
    float: right;
  }
}
.block-section .block.table {
  overflow: auto;
}
.block-section .block.table table {
  width: 100%;
}
.block-section .block.table table caption {
  text-align: left;
  margin-bottom: 20rem;
}
.block-section .block.table table th, .block-section .block.table table td {
  padding: 20rem 15rem;
  text-align: left;
  white-space: nowrap;
}
.block-section .block.table table thead {
  width: 100%;
}
.block-section .block.table table thead tr th {
  background-color: #0458A2;
  color: #fff;
  font-weight: 700;
}
.block-section .block.table table thead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.block-section .block.table table tbody {
  width: 100%;
}
.block-section .block.table table tbody tr th {
  white-space: nowrap;
  border: 1px solid rgba(195, 195, 195, 0.7647058824);
  font-weight: 700;
}
.block-section .block.table table tbody tr td {
  border-top: 1px solid #0458A2;
  border: 1px solid rgba(195, 195, 195, 0.7647058824);
}
.block-section .block.table.layout01 {
  padding: 0 15rem;
}
.block-section .block.table.layout01 caption {
  font-weight: 700;
}
.block-section .block.table.layout01 table {
  width: auto;
}
.block-section .block.table.layout01 table thead th:first-child {
  vertical-align: top;
  min-width: 313rem;
}
.block-section .block.table.layout01 table thead th:not(:first-child) {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.block-section .block.table.layout01 table tbody th {
  background-color: transparent;
  font-weight: 700;
}
.block-section .block.table.layout01 table tbody td {
  font-size: 22rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.block-section .block.buttons ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  justify-content: start;
}
.block-section .block.buttons.vertical ul {
  flex-direction: column;
}
.block-section .block.buttons ul li {
  min-width: 265rem;
}
.block-section .block.buttons ul li a {
  display: inline-flex;
  color: #0458A2;
  text-decoration: none;
  transition: 0.3s;
  visibility: visible;
  position: relative;
  width: fit-content;
}
.block-section .block.buttons ul li a {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 16rem;
  max-width: 100%;
  min-width: 265rem;
  font-weight: 700;
  border: 1px solid #0458A2;
  border-radius: 100vh;
  gap: 12rem;
  padding: 17rem 34rem;
}
.block-section .block.buttons ul li a::before {
  content: none;
}
.block-section .block.buttons ul li a::after {
  content: "";
  width: 10rem;
  height: 10rem;
  border-top: 1px solid #0458A2;
  border-right: 1px solid #0458A2;
  transform: rotate(45deg);
  transition: 0.3s;
}
.block-section .block.buttons ul li a:hover {
  color: #fff;
  background-color: #0458A2;
  border-color: #0458A2;
  opacity: 1;
}
.block-section .block.buttons ul li a:hover::after {
  border-color: #fff;
}
.block-section .block.buttons.type-txt ul li a {
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-size: 16rem;
  max-width: 100%;
  min-width: 0;
  font-weight: 500;
  border: none;
  border-radius: 0;
  gap: 0;
  padding: 0;
}
.block-section .block.buttons.type-txt ul li a::before {
  content: "";
}
.block-section .block.buttons.type-txt ul li a::after {
  content: none;
}
.block-section .block.buttons.type-txt ul li a:hover {
  color: #0458A2;
  background-color: transparent;
  border-color: none;
  opacity: 1;
}
.block-section .block.buttons.type-txt ul li a:hover::after {
  border-color: none;
}
.block-section .block.list ul li, .block-section .block.list ol li {
  line-height: 1.3;
  position: relative;
}
.block-section .block.list ul li:not(:last-child), .block-section .block.list ol li:not(:last-child) {
  margin-bottom: 15rem;
}
.block-section .block.list.ul ul li {
  padding-left: 18rem;
}
.block-section .block.list.ul ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2rem;
  width: 8rem;
  height: 8rem;
  background-color: #0458A2;
  border-radius: 50%;
}
.block-section .block.list.ol ol {
  counter-reset: item;
}
.block-section .block.list.ol ol li {
  padding-left: 24rem;
}
.block-section .block.list.ol ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 2rem;
}
.block-section .block.youtube .iframe-inner {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .block-section .block.youtube .iframe-inner {
    width: 75%;
  }
}
.block-section .block.youtube video {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.block-section .block.youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  border: none;
}
.block-section .block.google-map .iframe-inner {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.block-section .block.google-map iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 10/5;
}
.block-section .block.images.align-left ul {
  justify-content: start;
}
.block-section .block.images.align-center ul {
  justify-content: center;
}
.block-section .block.images.align-right ul {
  justify-content: right;
}
.block-section dl dd.icon-newtab a,
.block-section .block.buttons ul li.icon-newtab a {
  display: inline-flex;
  align-items: center;
  gap: 9rem;
}
.block-section dl dd.icon-newtab a::after,
.block-section .block.buttons ul li.icon-newtab a::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 15rem;
  height: 15rem;
  mask: url(/media/images/common/icon-newtab.svg) no-repeat center center/contain;
  background-color: #0458A2;
}
.block-section dl dd.icon-pdf a,
.block-section .block.buttons ul li.icon-pdf a {
  display: inline-flex;
  align-items: center;
  gap: 9rem;
}
.block-section dl dd.icon-pdf a::after,
.block-section .block.buttons ul li.icon-pdf a::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 14rem;
  height: 17rem;
  mask: url(/media/images/common/icon-pdf.svg) no-repeat center center/contain;
  background-color: #0458A2;
}
.block-section .block.buttons ul li.icon-newtab a::after,
.block-section .block.buttons ul li.icon-pdf a::after {
  transform: rotate(0deg);
  opacity: 1;
  border: none;
}
.block-section .block.buttons ul li.icon-newtab a:hover::after,
.block-section .block.buttons ul li.icon-pdf a:hover::after {
  background-color: #fff;
}
.block-section .block.buttons.type-txt ul li.icon-newtab a:hover::after,
.block-section .block.buttons.type-txt ul li.icon-pdf a:hover::after {
  background-color: #0458A2;
}
.block-section .block.images.wrap-1.small .items {
  max-width: none;
  grid-template-columns: repeat(1, 60%);
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-1.small .items {
    grid-template-columns: repeat(1, 50%);
  }
}
.block-section .block.images.wrap-1.medium .items {
  max-width: none;
  grid-template-columns: repeat(1, 80%);
}
@media screen and (min-width: 768px) {
  .block-section .block.images.wrap-1.medium .items {
    grid-template-columns: repeat(1, 75%);
  }
}
.block-section .block.images.wrap-1.large .items {
  max-width: none;
  grid-template-columns: repeat(1, 1fr);
}
.block-section .block.youtube.small .iframe-inner {
  max-width: none;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .block-section .block.youtube.small .iframe-inner {
    width: 50%;
  }
}
.block-section .block.youtube.medium .iframe-inner {
  max-width: none;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .block-section .block.youtube.medium .iframe-inner {
    width: 75%;
  }
}
.block-section .block.youtube.large .iframe-inner {
  max-width: none;
  width: 100%;
}/*# sourceMappingURL=block_common.css.map */