html {
  font-size: 0.0732vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1366px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.2666vw;
  }
}
html body {
  font-size: 10rem;
}

html {
  scroll-behavior: smooth;
}

.br_sp {
  display: none;
}
@media (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

#top header.bg-color-white {
  background-color: #fff !important;
}
#top header.bg-color-white .inner div.ham span {
  background-color: #000;
}
#top header.bg-color-white .inner > ul li a {
  color: #000;
}
#top header.bg-color-white .inner > ul li div {
  color: #000;
}
#top header.bg-color-white .inner > ul li div ul li a {
  color: #fff;
}
@media (max-width: 767px) {
  #top header.bg-color-white .inner > ul li div ul li a {
    color: #ED1D25;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  background-color: #fff;
}
@media (max-width: 767px) {
  header {
    height: 50rem;
  }
}
header .inner {
  max-width: 1366px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header .inner div.ham {
  display: none;
}
@media (max-width: 767px) {
  header .inner div.ham {
    position: absolute;
    top: calc(50% - 9rem);
    right: 20rem;
    width: 22rem;
    height: 18rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .inner div.ham span {
    display: block;
    width: 22rem;
    height: 1rem;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 1rem;
  }
}
header .inner div.ham.active span:nth-of-type(1) {
  -webkit-transform: translateY(8rem) rotate(-45deg);
          transform: translateY(8rem) rotate(-45deg);
}
header .inner div.ham.active span:nth-of-type(2) {
  opacity: 0;
}
header .inner div.ham.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9rem) rotate(45deg);
          transform: translateY(-9rem) rotate(45deg);
}
header .inner div.ham.active + ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
header .inner > a {
  display: block;
  width: 370rem;
  margin-left: 20rem;
}
@media (max-width: 767px) {
  header .inner > a {
    margin: 10rem 0 10rem 10rem;
    width: 210rem;
  }
}
header .inner > a img {
  width: 100%;
  height: auto;
}
header .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39rem;
  height: 100%;
}
@media (max-width: 767px) {
  header .inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100vw;
    height: calc(100vh - 50rem);
    background-color: #fff;
    position: fixed;
    top: 50rem;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
header .inner > ul > li:nth-last-of-type(2) > div > p {
  border-bottom: solid 1rem #D9D9D9;
}
@media (max-width: 767px) {
  header .inner > ul > li {
    width: 100%;
  }
  header .inner > ul > li.open > div > p {
    border-bottom: solid 1rem #D9D9D9;
  }
  header .inner > ul > li.open > div > p::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
header .inner > ul > li div {
  color: #000;
  font-size: 15rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .inner > ul > li div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16rem;
    width: 100%;
  }
}
header .inner > ul > li div:hover {
  color: #ED1D25;
}
@media (max-width: 767px) {
  header .inner > ul > li div:hover {
    color: #000;
  }
}
header .inner > ul > li div:hover > ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 767px) {
  header .inner > ul > li div > p {
    padding: 20rem;
    border-top: solid 1rem #D9D9D9;
    width: 100%;
    position: relative;
  }
  header .inner > ul > li div > p::after {
    content: "";
    width: 10rem;
    height: 5rem;
    background-color: #ED1D25;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 20rem;
    top: calc(50% - 2.5rem);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
header .inner > ul > li div > ul {
  position: absolute;
  left: -30rem;
  top: 70rem;
  padding-block: 10rem;
  background-color: #ED1D25;
  width: 237rem;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 767px) {
  header .inner > ul > li div > ul {
    position: static;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    width: 100%;
    background: none;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    padding-block: 11rem;
    display: none;
  }
}
header .inner > ul > li div > ul li {
  display: block;
  width: 100%;
}
header .inner > ul > li div > ul li a {
  font-size: 15rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.6;
  color: #fff;
  display: block;
  padding: 10rem 30rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  header .inner > ul > li div > ul li a {
    color: #ED1D25;
    text-align: left;
    font-size: 15rem;
    font-weight: normal;
    padding: 14rem 0 14rem 20rem;
  }
}
header .inner > ul > li div > ul li:hover {
  background-color: #BE0007;
  color: #fff;
}
@media (max-width: 767px) {
  header .inner > ul > li div > ul li:hover {
    background: none;
  }
}
header .inner > ul > li > a {
  color: #000;
  font-size: 15rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  header .inner > ul > li > a {
    padding: 20rem;
    border-top: solid 1rem #D9D9D9;
    border-bottom: solid 1rem #D9D9D9;
    width: 100%;
    font-size: 16rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .inner > ul > li > a:hover {
  color: #ED1D25;
}
header .inner > ul > li:last-of-type > a {
  padding: 18rem 53rem 16rem;
  background-color: #ED1D25;
  color: #fff !important;
}
@media (max-width: 767px) {
  header .inner > ul > li:last-of-type > a {
    font-size: 16rem;
    width: calc(100% - 40rem);
    margin: 20rem 20rem 50rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 16rem;
    height: auto;
  }
}
header .inner > ul > li:last-of-type > a:hover {
  color: #fff;
}
header .inner > ul > li:last-of-type > a span {
  font-family: "Roboto", sans-serif;
  font-size: 10rem;
  letter-spacing: 0.09em;
  line-height: 2.4;
}
@media (max-width: 767px) {
  header .inner > ul > li:last-of-type > a span {
    font-size: 10rem;
  }
}
header.bg-color-white ul li:not(:last-of-type) a {
  color: #191312;
}

main #mv {
  padding: 70rem 0 0;
}
@media (max-width: 767px) {
  main #mv {
    padding-top: 50rem;
  }
}
main #mv .inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-inline: 83rem;
  position: relative;
}
@media (max-width: 767px) {
  main #mv .inner {
    padding-inline: 20rem;
    padding-bottom: 14rem;
  }
}
main #mv .inner h1 {
  font-size: 55rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  color: #000;
}
@media (max-width: 767px) {
  main #mv .inner h1 {
    font-size: 35rem;
  }
}
main #mv .inner h1:first-letter {
  color: #ED1D25;
}
main #mv .inner h1 > span {
  font-size: 20rem;
  font-weight: 900;
  color: #ED1D25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25rem;
  margin-top: 84rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  main #mv .inner h1 > span {
    margin-top: 36rem;
    gap: 15rem;
    font-size: 14rem;
    margin-bottom: 3rem;
  }
}
main #mv .inner h1 > span span {
  font-size: 15rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}
@media (max-width: 767px) {
  main #mv .inner h1 > span span {
    font-size: 14rem;
  }
}
main #mv .inner h1 span.mv_back_txt {
  font-size: 185rem;
  line-height: 0.85;
  font-weight: 900;
  color: #ED1D25;
  opacity: 0.07;
  position: absolute;
  right: 0;
  bottom: 0;
  letter-spacing: 0;
  margin: 0 0 51rem;
  z-index: -1;
}
@media (max-width: 767px) {
  main #mv .inner h1 span.mv_back_txt {
    font-size: 57rem;
    right: 20rem;
    margin-bottom: 0;
  }
}
main #mv .inner > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30rem;
}
@media (max-width: 767px) {
  main #mv .inner > ol {
    display: none;
  }
}
main #mv .inner > ol li {
  font-size: 14rem;
  line-height: 1.714;
  color: #797979;
  position: relative;
}
main #mv .inner > ol li::after {
  content: "";
  width: 5.66rem;
  height: 5.66rem;
  border-top: solid #A5A5A5 1rem;
  border-right: solid #A5A5A5 1rem;
  display: block;
  position: absolute;
  right: -14rem;
  top: calc(50% - 2rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main #mv .inner > ol li:first-of-type {
  color: #ED1D25;
}
main #mv .inner > ol li:first-of-type a {
  text-decoration: underline;
}
main #mv .inner > ol li:last-of-type::after {
  content: none;
}
main #mv .inner > ol li a {
  text-decoration: none;
}
main #mv .inner > ol li a[href] {
  color: #ED1D25;
  text-decoration: underline;
}
main section .inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 60rem 83rem 140rem;
}
@media (max-width: 767px) {
  main section .inner {
    padding: 38rem 20rem 100rem;
  }
}
main section .inner h2.__h2,
main section .inner h2.wp-block-heading {
  font-size: 35rem;
  font-weight: bold;
  line-height: 1.657;
  text-wrap: wrap;
  position: relative;
  padding-left: 20rem;
  margin-bottom: 40rem;
}
@media (max-width: 767px) {
  main section .inner h2.__h2,
  main section .inner h2.wp-block-heading {
    font-size: 24rem;
    margin-bottom: 42rem;
    padding-left: 14rem;
  }
}
main section .inner h2.__h2:not(:first-of-type),
main section .inner h2.wp-block-heading:not(:first-of-type) {
  margin-top: 140rem;
}
main section .inner h2.__h2:not(:first-of-type).mt-90,
main section .inner h2.wp-block-heading:not(:first-of-type).mt-90 {
  margin-top: 90rem;
}
@media (max-width: 767px) {
  main section .inner h2.__h2:not(:first-of-type),
  main section .inner h2.wp-block-heading:not(:first-of-type) {
    margin-top: 90rem;
  }
}
main section .inner h2.__h2::before,
main section .inner h2.wp-block-heading::before {
  content: "";
  display: block;
  height: 34rem;
  width: 4rem;
  background-color: #ED1D25;
  position: absolute;
  left: 0;
  top: 15rem;
}
@media (max-width: 767px) {
  main section .inner h2.__h2::before,
  main section .inner h2.wp-block-heading::before {
    height: 26rem;
    top: 9rem;
  }
}
main section .inner h3.__h3,
main section .inner h3.wp-block-heading {
  font-size: 22rem;
  font-weight: bold;
  text-wrap: wrap;
  line-height: 1.727;
  margin: 50rem 0 20rem;
}
@media (max-width: 767px) {
  main section .inner h3.__h3,
  main section .inner h3.wp-block-heading {
    font-size: 20rem;
    margin-block: 40rem 20rem;
  }
}
main section .inner h4.__h4,
main section .inner h4.wp-block-heading {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.7777;
  margin: 50rem 0 20rem;
  color: #E50012;
}
@media (max-width: 767px) {
  main section .inner h4.__h4,
  main section .inner h4.wp-block-heading {
    font-size: 17rem;
    margin-block: 50rem 20rem;
  }
}
main section .inner h5.__h5,
main section .inner h5.wp-block-heading {
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.875;
  color: #E50012;
  margin: 50rem 0 17rem;
}
@media (max-width: 767px) {
  main section .inner h5.__h5,
  main section .inner h5.wp-block-heading {
    font-size: 15rem;
    margin-block: 50rem 17rem;
  }
}
main section .inner p {
  font-size: 16rem;
  color: #000;
  line-height: 1.875;
}
@media (max-width: 767px) {
  main section .inner p {
    font-size: 15rem;
  }
}
main section .inner .table_container,
main section .inner .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
}
main section .inner .table_container table,
main section .inner .wp-block-table table {
  width: 100%;
  border-spacing: 0;
}
@media (max-width: 767px) {
  main section .inner .table_container table tr,
  main section .inner .wp-block-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main section .inner .table_container table tr:first-of-type td,
main section .inner .wp-block-table table tr:first-of-type td {
  border-top: solid 1rem #D9D9D9;
}
@media (max-width: 767px) {
  main section .inner .table_container table tr:first-of-type td,
  main section .inner .wp-block-table table tr:first-of-type td {
    border-top: none;
  }
}
main section .inner .table_container table tr td,
main section .inner .wp-block-table table tr td {
  font-size: 16rem;
  line-height: 1.875;
  padding: 15rem 15rem 14rem;
  border: none;
  border-bottom: solid 1rem #D9D9D9;
  border-right: none;
  border-left: none;
}
@media (max-width: 767px) {
  main section .inner .table_container table tr td,
  main section .inner .wp-block-table table tr td {
    width: 100%;
    border-bottom: solid 1rem #D9D9D9;
    border-right: none;
    border-left: none;
    border-top: none;
  }
}
main section .inner .table_container table tr td:first-of-type:not(:last-of-type),
main section .inner .wp-block-table table tr td:first-of-type:not(:last-of-type) {
  font-weight: bold;
  line-height: 1.75;
  background-color: #F5F2F2;
  border-left: none;
  border-right: none;
  text-wrap: nowrap;
}
main section .inner .table_container table tr td:has(img),
main section .inner .wp-block-table table tr td:has(img) {
  display: grid;
  grid-template-columns: 150rem auto;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section .inner .table_container table tr td:has(img) a,
main section .inner .wp-block-table table tr td:has(img) a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main section .inner a.__button,
main section .inner .wp-block-button__link {
  display: block;
  width: 260rem;
  background-color: #ED1D25;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.625;
  color: #fff;
  padding: 13rem 18rem;
  position: relative;
  border-radius: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2rem #ED1D25;
}
@media (max-width: 767px) {
  main section .inner a.__button,
  main section .inner .wp-block-button__link {
    width: calc(100vw - 40rem);
  }
}
main section .inner a.__button:hover,
main section .inner .wp-block-button__link:hover {
  background-color: #fff;
  border: solid 2rem #ED1D25;
  color: #ED1D25;
}
main section .inner a.__button:hover::after,
main section .inner .wp-block-button__link:hover::after {
  background: url(../../images/right_arrow01.png) center/cover no-repeat;
}
main section .inner a.__button::after,
main section .inner .wp-block-button__link::after {
  content: "";
  width: 26rem;
  height: 10rem;
  background: url(../../images/right_arrow03.png) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 5rem);
  right: 25rem;
}
main section .inner ul.red_list li {
  font-size: 16rem;
  line-height: 1.875;
  margin-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11rem;
}
@media (max-width: 767px) {
  main section .inner ul.red_list li {
    margin-bottom: 16rem;
    font-size: 15rem;
  }
}
main section .inner ul.red_list li::before {
  content: "";
  height: 6rem;
  width: 6rem;
  background-color: #ED1D25;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(calc(1em - 3rem));
          transform: translateY(calc(1em - 3rem));
}
main section .inner ul.red_list li:last-of-type {
  margin-bottom: 0;
}
main section .inner div.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  main section .inner figure.wp-block-image.organization_scroll {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  main section .inner figure.wp-block-image.organization_scroll img {
    width: 560rem !important;
    max-width: none !important;
  }
}
main section .inner .img-margin-vertical {
  margin: 33rem 0 84rem;
}
main section .inner .img-margin-vertical figure img {
  width: 60% !important;
  margin: 0 auto;
}
main section .inner .img-margin-vertical figure img:first-of-type {
  display: block;
}
main section .inner .img-margin-vertical figure img:last-of-type {
  display: none;
}
@media (max-width: 767px) {
  main section .inner .img-margin-vertical figure img {
    width: 100% !important;
  }
  main section .inner .img-margin-vertical figure img:first-of-type {
    display: none;
  }
  main section .inner .img-margin-vertical figure img:last-of-type {
    display: block;
  }
}
main section .inner .side-by-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section .inner .side-by-side img {
  width: 380rem;
}
main section .inner .side-by-side p {
  width: 760rem;
}
@media (max-width: 767px) {
  main section .inner .side-by-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main section .inner .side-by-side img {
    width: 100%;
  }
  main section .inner .side-by-side p {
    width: 100%;
  }
}
main section .inner h2.term {
  margin: 60rem 0 50rem 0;
  font-size: 22rem;
  line-height: 1.657;
  font-weight: bold;
}
main section .inner h2.term span:nth-of-type(1) {
  margin-right: 20rem;
  padding: 5rem 52rem;
  background: #1A2334;
  color: #fff;
}
@media (max-width: 767px) {
  main section .inner h2.term span:nth-of-type(1) {
    display: inline-block;
    margin-bottom: 10rem;
  }
}
main section .inner h2.term span:nth-of-type(2) {
  font-size: 18rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  main section .inner h2.term {
    margin-top: 40rem;
    font-size: 20rem;
  }
}
main section .inner .target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.75;
  text-wrap: wrap;
  margin-bottom: 22rem;
  counter-increment: mycounter;
}
main section .inner .target:not(:first-of-type) {
  margin-top: 42rem;
}
@media (max-width: 767px) {
  main section .inner .target:not(:first-of-type) {
    margin-top: 40rem;
  }
}
@media (max-width: 767px) {
  main section .inner .target {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main section .inner .target p {
  width: 80rem;
  height: 32rem;
  margin-right: 14rem;
  padding: 3rem 4rem 3rem 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4rem;
  text-wrap: nowrap;
  line-height: 1;
  border-radius: 100rem;
  background: #ED1D25;
  color: #fff;
}
main section .inner .target p::after {
  content: counter(mycounter);
  width: 26rem;
  height: 26rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.333;
  color: #ED1D25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  main section .inner .target p {
    font-size: 16rem;
  }
}
main section .inner .target h2 {
  font-size: 22rem;
  line-height: 1.727;
}
main section .inner .target h2 span {
  font-weight: normal;
}
@media (max-width: 767px) {
  main section .inner .target h2 {
    margin-top: -2rem;
    text-wrap: wrap;
    font-size: 20rem;
  }
}
main section .inner .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 45rem;
  padding: 20rem 40rem 20rem 30rem;
  background: #F5F2F2;
}
main section .inner .detail > p:nth-of-type(1) {
  font-size: 18rem;
  font-weight: bold;
  color: #E50012;
}
main section .inner .detail div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 23rem;
}
@media (max-width: 767px) {
  main section .inner .detail div div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  main section .inner .detail div div:nth-of-type(2) {
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  main section .inner .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10rem;
    text-wrap: wrap;
  }
}
main section#news_content ul li {
  font-size: 16rem;
  line-height: 1.875;
  margin-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11rem;
}
main section#news_content ul li::before {
  content: "";
  height: 6rem;
  width: 6rem;
  background-color: #ED1D25;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(calc(1em - 3rem));
          transform: translateY(calc(1em - 3rem));
}
main section#news_content ul li:last-of-type {
  margin-bottom: 0;
}
main section#news_content p a {
  color: #ED1D25;
}
main section#news_content figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
main section#news_content figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[id^=page] section .inner a {
  color: #ED1D25;
  text-decoration: underline;
}
[id^=page] section .inner ul li {
  font-size: 16rem;
  line-height: 1.875;
  margin-bottom: 12rem;
  padding-left: 17rem;
  position: relative;
}
[id^=page] section .inner ul li::before {
  content: "";
  height: 6rem;
  width: 6rem;
  background-color: #ED1D25;
  border-radius: 50%;
  -webkit-transform: translateY(calc(1em - 3rem));
          transform: translateY(calc(1em - 3rem));
  position: absolute;
  top: 0;
  left: 3rem;
}
[id^=page] section .inner ul li:last-of-type {
  margin-bottom: 0;
}

footer {
  background-color: #1A2334;
  height: 374rem;
}
@media (max-width: 767px) {
  footer {
    height: auto;
  }
}
footer .inner {
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  footer .inner {
    margin-top: 70rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .inner > a {
  display: block;
  width: 26%;
  height: auto;
  margin-left: 62rem;
  margin-right: 63rem;
}
@media (max-width: 767px) {
  footer .inner > a {
    width: 45.33%;
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
}
footer .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 56rem 70rem 50rem 82rem;
  width: 74%;
  height: 100%;
  border-left: solid 1rem #353F53;
}
@media (max-width: 767px) {
  footer .inner > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: none;
    border-top: solid 1rem #353F53;
    padding: 43rem 40rem 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .inner > div dl {
    margin-bottom: 17rem;
  }
  footer .inner > div dl:last-of-type dt {
    margin-bottom: 0;
  }
}
footer .inner > div dl dt {
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.857;
  margin-bottom: 16rem;
  color: #ED1D25;
}
@media (max-width: 767px) {
  footer .inner > div dl dt {
    margin-bottom: 0;
  }
}
footer .inner > div dl dt span {
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 4rem;
  display: block;
  line-height: 1;
}
footer .inner > div dl dd {
  font-size: 12rem;
  line-height: 2.166;
  color: #FFFFFF;
}
footer .inner > .toTop_container {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  border-left: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  footer .inner > .toTop_container {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 53rem;
    margin-bottom: 30rem;
    border-top: none;
  }
}
footer .inner > .toTop_container p {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.1;
  line-height: 2;
  color: #727B8B;
}
@media (max-width: 767px) {
  footer .inner > .toTop_container p {
    text-align: center;
  }
}
footer .inner > .toTop_container > a.toTop {
  display: block;
  width: 50rem;
  height: 50rem;
  background-color: #ED1D25;
  background-image: url(../../images/right_arrow03.png);
  background-size: 21rem 9rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  footer .inner > .toTop_container > a.toTop {
    position: absolute;
    top: -50rem;
    right: 0;
  }
}/*# sourceMappingURL=common.css.map */