main {
  padding-top: 0;
  position: relative;
}

.main {
  padding-top: 179px;
  overflow: hidden;
  position: relative;
  padding-bottom: 14.4vw;
  position: relative;
}
.main.is_topics{
  margin-bottom: 70px;
}
.main.is_topics, .main.is_single {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .main.is_topics, .main.is_single {
    padding-bottom: calc(14.4vw * 1.5);
  }
}
.main:has(.line_box):after {
  display: none;
}
@media screen and (max-width: 750px) {
  .main {
    padding-top: 100px;
  }
}
.main .line_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 865px;
  aspect-ratio: 1400/865;
  background: #E5E7EC;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 14.4vw));
}
@media screen and (max-width: 750px) {
  .main .line_box {
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }
}
.main:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 865px;
  background: #E5E7EC;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 14.4vw));
}
.main .container {
  display: grid;
}
@media screen and (max-width: 750px) {
  .main .container {
    display: block;
  }
}
.main .container .contents {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.main .container .contents .hgroup {
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .main .container .contents .hgroup {
    padding-top: 0;
    padding: 0 15px;
  }
}
.main .container .contents .hgroup .page_title_ja {
  font-size: 20px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 9px;
  align-items: center;
  line-height: 1.5;
}
.main .container .contents .hgroup .page_title_ja:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #1782C8;
}
.main .container .contents .hgroup .page_title {
  font-size: clamp(55px, 7.14286vw, 100px);
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
}
.main .container .main_img {
  grid-row: 1/2;
  grid-column: 1/2;
  max-width: 75%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .container .main_img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.main .container:has(.read_text) {
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .main .container:has(.read_text) {
    padding-top: 30px;
    padding: 30px 15px 0;
  }
}
.main .read_text {
  font-size: 16px;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 750px) {
  .main .read_text {
    font-size: 15px;
    text-align: left;
    line-height: 2;
  }
}

section .container {
  position: relative;
  overflow: hidden;
  padding-bottom: 14.4vw;
}
section .container:has(.bottom_contents) {
  padding-bottom: 0;
}
section .container .contents {
  position: relative;
  z-index: 1;
}
section .container .contents .contents_title {
  font-size: clamp(25px, 3.21429vw, 45px);
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
section .topics_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section .topics_list .list {
  border-left: 2px solid #1A275A;
}
section .topics_list .list .topics {
  display: grid;
  grid-template-columns: 128px 120px 1fr;
  padding: 20px 38px;
}
@media screen and (max-width: 750px) {
  section .topics_list .list .topics {
    grid-template-columns: 80px 1fr;
    align-items: center;
    padding: 2px 15px;
  }
}
section .topics_list .list .topics .topics_title {
  font-size: 20px;
  line-height: 2;
  padding: 0 20px;
  translate: 0 -6px;
}
@media screen and (max-width: 750px) {
  section .topics_list .list .topics .topics_title {
    font-size: clamp(15px, 1.42857vw, 20px);
    padding: 0;
    translate: 0 0;
  }
}
section .topics_list .list .topics .post_data {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
section .topics_list .list .topics .category span {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 29px;
  border: 1px solid #D8DBEA;
}
@media screen and (max-width: 750px) {
  section .topics_list .list .topics .category span {
    font-size: 13px;
    width: 100px;
    height: 24px;
  }
}
@media (any-hover: hover) {
  section .topics_list .list .topics:hover {
    background: #1A275A;
  }
  section .topics_list .list .topics:hover .topics_title {
    color: #FFF;
  }
  section .topics_list .list .topics:hover .post_data {
    color: #FFF;
  }
  section .topics_list .list .topics:hover .category span {
    color: #FFF;
  }
}

.topics_page section.section01 .container .contents {
  padding: 0 15px;
}

main.template:before {
  height: 100vh;
}
@media screen and (max-width: 750px) {
  main.template .main .container .contents .hgroup .page_title {
    font-size: clamp(55px, 7.14286vw, 100px);
    line-height: 1;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
  }
}
main.template .main .container .main_img {
  width: 100%;
  aspect-ratio: 1000/486;
  background: #1782C8;
  clip-path: polygon(0 14.4vw, 100% 0, 100% calc(100% - 14.4vw), 0% 100%);
}
main.template section .container .contents {
  padding: 0 15px;
}
main.template section .container .contents .entry_date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
main.template section .container .contents .entry_date .post_data {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
main.template section .container .contents .entry_date .post_data + * {
  margin-top: 0 !important;
}
main.template section .container .contents .entry_date .category {
  width: 120px;
}
main.template section .container .contents .entry_date .category span {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 29px;
  border: 1px solid #D8DBEA;
}
main.template section .container .contents h1 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents h1 {
    font-size: clamp(25px, 2.85714vw, 40px);
  }
}
main.template section .container .contents .contents_block {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents .contents_block {
    margin-top: 40px;
  }
}
main.template section .container .contents .thumbnail {
  max-width: 1026px;
  margin-inline: auto;
}
main.template section .container .contents .thumbnail img {
  margin-inline: auto;
}
main.template section .container .contents h2 {
  font-size: 35px;
  font-weight: 700;
  border-top: 2px solid #DFDFDF;
  padding-top: 15px;
  line-height: 1.75;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents h2 {
    font-size: clamp(20px, 2.5vw, 35px);
  }
}
main.template section .container .contents h2:before {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #1A275A;
}
main.template section .container .contents h2 + * {
  margin-top: 31px;
}
main.template section .container .contents h3 {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  white-space: nowrap;
  gap: 20px;
  align-items: center;
  margin-top: 70px !important;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents h3 {
    font-size: clamp(18px, 2.14286vw, 30px);
  }
}
main.template section .container .contents h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1A275A;
}
main.template section .container .contents h3 + * {
  margin-top: 31px;
}
main.template section .container .contents h3 + * {
  margin-top: 31px;
}
main.template section .container .contents h4 {
  font-size: 25px;
  font-weight: 700;
  gap: 20px;
  margin-top: 60px !important;
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents h4 {
    font-size: clamp(16px, 1.78571vw, 25px);
    padding-left: 10px;
  }
}
main.template section .container .contents h4:after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
  width: 4px;
  height: 50px;
  background: #1A275A;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents h4:after {
    width: 2px;
    height: 24px;
  }
}
main.template section .container .contents h4 + * {
  margin-top: 31px;
}
main.template section .container .contents p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
main.template section .container .contents p + * {
  margin-top: 30px;
}
main.template section .container .contents dl {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents dl {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
main.template section .container .contents dl + * {
  margin-top: 60px;
}
main.template section .container .contents dl dt {
  order: 2;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents dl dt {
    order: 1;
  }
}
main.template section .container .contents dl dd {
  order: 1;
  width: 100%;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents dl dd {
    order: 2;
  }
}
main.template section .container .contents dl:nth-of-type(even) {
  grid-template-columns: 360px 1fr;
}
main.template section .container .contents dl:nth-of-type(even) dt {
  order: 1;
}
main.template section .container .contents dl:nth-of-type(even) dd {
  order: 2;
}
main.template section .container .contents ul {
  list-style: disc;
  margin-top: 30px;
  margin-left: 1rem;
}
main.template section .container .contents ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
main.template section .container .contents ul li + li {
  margin-top: 0.25rem;
}
main.template section .container .contents ol {
  list-style: decimal;
  margin-top: 30px;
  margin-left: 1rem;
}
main.template section .container .contents ol li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
main.template section .container .contents ol li + li {
  margin-top: 0.25rem;
}
main.template section .container .contents table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #D8DBEA;
  table-layout: fixed;
  margin-top: 30px;
}
main.template section .container .contents table tr td,
main.template section .container .contents table tr th {
  border: 1px solid #D8DBEA;
  padding: 10px 20px;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents table tr td,
  main.template section .container .contents table tr th {
    padding: 10px 10px;
  }
}
main.template section .container .contents table tr th {
  font-size: 15px;
  line-height: 1.75;
  background: #F5F5F5;
  width: 209px;
}
@media screen and (max-width: 750px) {
  main.template section .container .contents table tr th {
    width: 105px;
  }
}
main.template section .container .contents table tr td {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
}
main.template section .container .contents table tr td p,
main.template section .container .contents table tr th p {
  margin-bottom: 0;
}
main.template input[type=submit],
main.template button,
main.template a.button {
  width: 100%;
  max-width: 360px;
  height: 60px;
  background: #1A275A;
  border: 1px solid #1A275A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  main.template input[type=submit],
  main.template button,
  main.template a {
    max-width: calc(100% - 30px);
    margin-top: 40px;
  }
}
main.template input[type=submit]:after,
main.template button:after,
main.template a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 45deg;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: all .3s;
}
@media (any-hover: hover) {
  main.template input[type=submit]:hover,
  main.template button:hover,
  main.template a:hover {
    background: #FFF;
    color: #1A275A;
  }
  main.template input[type=submit]:hover:after,
  main.template button:hover:after,
  main.template a:hover:after {
    border-top: 1px solid #1A275A;
    border-right: 1px solid #1A275A;
  }
}

.list_title {
  font-size: 25px;
  font-weight: 500;
  border-bottom: 3px solid #D8DBEA;
}
@media screen and (max-width: 750px) {
  .list_title {
    font-size: clamp(20px, 1.78571vw, 25px);
  }
}
.list_title + * {
  margin-top: 36px;
}

.line_topics {
  width: 100vw;
  position: absolute;
  top: 11vw;
  left: -55vw;
  aspect-ratio: 1569/563;
}
@media screen and (max-width: 750px) {
  .line_topics {
    top: 65vw;
    left: 0;
  }
}

.line_topics2 {
  width: 100vw;
  position: absolute;
  top: -30vw;
  right: -45vw;
  aspect-ratio: 1683/471;
}
@media screen and (max-width: 750px) {
  .line_topics2 {
    top: -68vw;
  }
}

.line_topics3 {
  width: 100vw;
  position: absolute;
  top: -5vw;
  left: -60vw;
  aspect-ratio: 1569/563;
}
@media screen and (max-width: 750px) {
  .line_topics3 {
    top: 45vw;
    left: -40vw;
  }
}

.line_topics4 {
  width: 100vw;
  position: absolute;
  top: -5vw;
  right: -20vw;
  aspect-ratio: 1569/563;
}
@media screen and (max-width: 750px) {
  .line_topics4 {
    display: none;
  }
}

.pagenation{
  margin-top: 50px;
}
.pagenation .screen-reader-text{
  display: none;
}
.pagenation .nav-links{
  display: flex;
  gap: 20px;
  font-size: 18px;
  justify-content: center;
}

.pagenation .nav-link .page-numbers{
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.pagenation .nav-link .prev{

}
/*# sourceMappingURL=common.css.map */
