@charset "UTF-8";
/* Scss Document */
/* このCSSはSassから生成しています。直接編集しないよう注意してください。 */
html {
  box-sizing: border-box;
  position: relative;
  scroll-padding-top: 52px;
  scroll-behavior: smooth;
}
html.noscroll {
  height: 100vh;
  overflow-y: hidden;
}

body {
  background-color: #fff;
  color: #30393F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.887px;
  line-height: 1.6;
  position: relative;
  word-break: break-word;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1300px) {
  body {
    font-size: 16px;
  }
}
body.noscroll {
  overflow-y: hidden;
}

main {
  flex: 1;
  position: relative;
}

a {
  color: #30393F;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #E41E21;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  figure {
    margin-bottom: 0;
  }
}

figcaption {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1.5;
  padding-top: 0.3rem;
}

.lato_r {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato_b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.list_disc li {
  position: relative;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.list_disc li::before {
  content: "・";
  display: inline-block;
}

@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  background-color: transparent;
}

.btn_common {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_common_square {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .btn_common_square {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common_square span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common_square::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common_square::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_square:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common_square:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}

.btn_common_r {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #E41E21;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .btn_common_r {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common_r span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common_r::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common_r::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_r:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common_r:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_common_r::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_common_r:hover {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  color: #E41E21;
}
.btn_common_r:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
}
.btn_common_r_square {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #E41E21;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .btn_common_r_square {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common_r_square span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common_r_square::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common_r_square::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_r_square:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common_r_square:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_common_r_square::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_common_r_square:hover {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  color: #E41E21;
}
.btn_common_r_square:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
}

.btn_common_outline {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #30393F;
}
@media screen and (min-width: 769px) {
  .btn_common_outline {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common_outline span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common_outline::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common_outline::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_outline:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common_outline:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_common_outline::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}
.btn_common_outline:hover {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #E41E21;
}
.btn_common_outline:hover::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}
.btn_common_outline_square, .contentNav_tab_inner ul li:not(:has(a)) {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #30393F;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .btn_common_outline_square, .contentNav_tab_inner ul li:not(:has(a)) {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common_outline_square span, .contentNav_tab_inner ul li:not(:has(a)) span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common_outline_square::after, .contentNav_tab_inner ul li:not(:has(a))::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common_outline_square::after, .contentNav_tab_inner ul li:not(:has(a))::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_outline_square:hover, .contentNav_tab_inner ul li:hover:not(:has(a)) {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common_outline_square:hover::after, .contentNav_tab_inner ul li:hover:not(:has(a))::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_common_outline_square::after, .contentNav_tab_inner ul li:not(:has(a))::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}
.btn_common_outline_square:hover, .contentNav_tab_inner ul li:hover:not(:has(a)) {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #E41E21;
}
.btn_common_outline_square:hover::after, .contentNav_tab_inner ul li:hover:not(:has(a))::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}

.btn_common_outline_r {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #fff;
  border: 1px solid #E41E21;
}
@media screen and (min-width: 769px) {
  .btn_common_outline_r {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common_outline_r span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common_outline_r::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common_outline_r::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_outline_r:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common_outline_r:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
@media screen and (max-width: 768px) {
  .btn_common_outline_r {
    font-size: 0.875rem;
    min-width: 240px;
    height: 56px;
    margin: 0 auto;
  }
  .btn_common_outline_r::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_outline_r::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}
.btn_common_outline_r:hover {
  background-color: #E41E21;
  color: #fff;
}
.btn_common_outline_r:hover::after {
  background-image: url(../img/common/ico_arrow_c_w.svg);
}
.btn_common_outline_r_square {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #fff;
  border: 1px solid #E41E21;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .btn_common_outline_r_square {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_common_outline_r_square span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_common_outline_r_square::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_common_outline_r_square::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_outline_r_square:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_common_outline_r_square:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
@media screen and (max-width: 768px) {
  .btn_common_outline_r_square {
    font-size: 0.875rem;
    min-width: 240px;
    height: 56px;
    margin: 0 auto;
  }
  .btn_common_outline_r_square::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_common_outline_r_square::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}
.btn_common_outline_r_square:hover {
  background-color: #E41E21;
  color: #fff;
}
.btn_common_outline_r_square:hover::after {
  background-image: url(../img/common/ico_arrow_c_w.svg);
}

.btn_oneLine {
  width: fit-content;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .btn_oneLine {
    width: 548px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .content_pc_row3 .btn_common {
    min-width: 100%;
  }
}

.btn_oneLine_container:not(:has(a)) span {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  border-radius: 3rem;
  color: #E41E21;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-decoration: none;
  min-height: 2.5rem;
  width: fit-content;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #30393F;
  color: #e0e0e0;
  width: fit-content;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 769px) {
  .btn_oneLine_container:not(:has(a)) span {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
.btn_oneLine_container:not(:has(a)) span span {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.btn_oneLine_container:not(:has(a)) span::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .btn_oneLine_container:not(:has(a)) span::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.btn_oneLine_container:not(:has(a)) span:hover {
  background-color: #E41E21;
  border: 1px solid #E41E21;
  color: #fff;
}
.btn_oneLine_container:not(:has(a)) span:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.btn_oneLine_container:not(:has(a)) span::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}
.btn_oneLine_container:not(:has(a)) span:hover {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #E41E21;
}
.btn_oneLine_container:not(:has(a)) span:hover::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
}
@media screen and (max-width: 768px) {
  .btn_oneLine_container:not(:has(a)) span {
    font-size: 0.875rem;
    min-width: 240px;
    height: 56px;
  }
}
@media screen and (min-width: 769px) {
  .btn_oneLine_container:not(:has(a)) span {
    width: 548px;
    padding-left: 13%;
  }
}
.btn_oneLine_container:not(:has(a)) span::after, .btn_oneLine_container:not(:has(a)) span:hover::after {
  background-image: url(../img/common/ico_arrow_g.svg);
}
.btn_oneLine_container:not(:has(a)) span:hover {
  color: #e0e0e0;
}

.articleCard {
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease-out;
  gap: 2.5rem;
}
@media screen and (min-width: 769px) {
  .articleCard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.articleCard a {
  text-decoration: none;
  transition: 0.3s ease-out;
}
.articleCard_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .articleCard_wrap {
    flex-direction: column;
  }
}
.articleCard_thumb {
  flex-shrink: 0;
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
}
@media screen and (min-width: 769px) {
  .articleCard_thumb {
    flex-shrink: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.articleCard_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.articleCard_ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  flex-grow: 1;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 769px) {
  .articleCard_ttl {
    letter-spacing: 0.4px;
  }
}
@media screen and (min-width: 769px) {
  .articleCard .btn_common {
    font-size: 0.875rem;
  }
}

.kijiList_wrap {
  border-top: 1px solid #E8E8E8;
}
.kijiList_wrap:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}
.kijiList_wrap a {
  display: block;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: 0.3s ease-out;
}

.kijiList_item {
  position: relative;
}
.kijiList_item_date {
  color: #737373;
  line-height: 1;
}
.kijiList_item_ttl {
  line-height: 1.7;
  height: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 4rem;
}
.kijiList_item::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M6.11959e-07 9.45996L12.17 9.45996L6.58 15.05L8 16.46L16 8.45996L8 0.45996L6.59 1.86996L12.17 7.45996L7.86805e-07 7.45996L6.11959e-07 9.45996Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease-out;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.kijiList_item:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M6.11959e-07 9.37988L12.17 9.37988L6.58 14.9699L8 16.3799L16 8.37988L8 0.379882L6.59 1.78988L12.17 7.37988L7.86805e-07 7.37988L6.11959e-07 9.37988Z' fill='%23E41E21'/%3E%3C/svg%3E%0A");
}

.kijiList_allLink:hover {
  color: intial;
}
@media screen and (max-width: 768px) {
  .kijiList_allLink {
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-radius: 3rem;
    color: #E41E21;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.5rem 1rem;
    text-decoration: none;
    min-height: 2.5rem;
    width: fit-content;
    position: relative;
    transition: 0.3s ease-out;
    background-color: #fff;
    border: 1px solid #E41E21;
    font-size: 0.875rem;
    min-width: 240px;
    height: 56px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .kijiList_allLink {
    font-size: 1rem;
    line-height: 1.46;
    padding: 0.5rem 1rem;
    min-width: 240px;
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .kijiList_allLink span {
    display: flex;
    justify-content: space-around;
    font-weight: 700;
    margin-right: 0.5rem;
    text-align: center;
    width: 100%;
  }
  .kijiList_allLink::after {
    content: "";
    background-image: url(../img/common/ico_arrow_c_fil_r.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    transition: 0.3s ease-out;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .kijiList_allLink::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kijiList_allLink:hover {
    background-color: #E41E21;
    border: 1px solid #E41E21;
    color: #fff;
  }
  .kijiList_allLink:hover::after {
    background-image: url(../img/common/ico_arrow_c_fil_g.svg);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .kijiList_allLink {
    font-size: 0.875rem;
    min-width: 240px;
    height: 56px;
    margin: 0 auto;
  }
  .kijiList_allLink::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kijiList_allLink::after {
    background-image: url(../img/common/ico_arrow_c_r.svg);
  }
  .kijiList_allLink:hover {
    background-color: #E41E21;
    color: #fff;
  }
  .kijiList_allLink:hover::after {
    background-image: url(../img/common/ico_arrow_c_w.svg);
  }
  .kijiList_allLink::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .kijiList_allLink {
    text-decoration: none;
    transition: 0.3s ease-out;
    position: relative;
  }
  .kijiList_allLink::after {
    content: "";
    background-image: url(../img/common/ico_arrow_c_r.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    transition: 0.3s ease-out;
    vertical-align: text-bottom;
    margin-left: 1.15rem;
  }
  .kijiList_allLink span {
    font-size: 1.5rem;
    text-decoration: none;
    position: relative;
  }
  .kijiList_allLink span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #E41E21;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scaleX(0);
    transition: 0.3s ease-out;
    display: inline-block;
  }
  .kijiList_allLink:hover::after {
    background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  }
  .kijiList_allLink:hover span::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleX(1);
  }
}

.contentNav_tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .contentNav_tab {
    margin-left: auto;
    margin-right: auto;
  }
}
.contentNav_tab label {
  flex: 1 1;
  order: -1;
  position: relative;
  padding: 1.5rem 0;
  background-color: #fff;
  color: #000;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .contentNav_tab label {
    font-size: 1rem;
    margin-bottom: 3rem;
    padding: 1.5rem 0.625rem;
  }
}
.contentNav_tab label:hover {
  color: #E41E21;
  transition: 0.3s ease-out;
}
.contentNav_tab label:has(:checked) {
  background-color: #E41E21;
  color: #fff;
  transition: 0.3s ease-out;
}
.contentNav_tab label:has(:checked)::before {
  content: "";
  background-color: #E41E21;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 70%);
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-out;
}
.contentNav_tab label:not(:has(:checked))::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.contentNav_tab input {
  display: none;
}
.contentNav_tab .contentNav_tab_inner {
  display: none;
  background: #fff;
  padding: 1.5rem 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contentNav_tab .contentNav_tab_inner {
    padding: 2.5rem 0;
  }
}

.contentNav_tab label:has(:checked) + .contentNav_tab_inner {
  display: grid;
  justify-content: center;
}

.contentNav_tab_inner {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.contentNav_tab_inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .contentNav_tab_inner ul {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .contentNav_tab_inner ul {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    gap: 2rem;
  }
}
.contentNav_tab_inner ul .btn_common_outline_square, .contentNav_tab_inner ul li:not(:has(a)) {
  font-size: 0.875rem;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  min-height: inherit;
  width: auto;
}
@media screen and (min-width: 769px) {
  .contentNav_tab_inner ul .btn_common_outline_square, .contentNav_tab_inner ul li:not(:has(a)) {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    min-width: 200px;
  }
}
.contentNav_tab_inner ul .btn_common_outline_square span, .contentNav_tab_inner ul li:not(:has(a)) span {
  color: #434750;
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  margin-right: 0.5rem;
  width: 100%;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .contentNav_tab_inner ul .btn_common_outline_square::after, .contentNav_tab_inner ul li:not(:has(a))::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.contentNav_tab_inner ul .btn_common_outline_square:hover span, .contentNav_tab_inner ul li:hover:not(:has(a)) span {
  color: #E41E21;
  transition: 0.3s ease-out;
}
.contentNav_tab_inner ul li:not(:has(a)) span {
  color: #aaa;
}
.contentNav_tab_inner ul li:not(:has(a))::after {
  background-image: url(../img/common/ico_arrow_g.svg);
}
.contentNav_tab_inner ul li:not(:has(a)):hover span {
  color: #aaa;
}
.contentNav_tab_inner ul li:not(:has(a)):hover::after {
  background-image: url(../img/common/ico_arrow_g.svg);
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.d_none {
  display: none !important;
}

.d_block {
  display: block !important;
}

.d_flex {
  display: flex !important;
}

@media screen and (min-width: 769px) {
  .d_pc_none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .d_pc_block {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .d_pc_flex {
    display: flex !important;
  }
}

.m-auto {
  margin: auto !important;
}

.mt-05 {
  margin-top: 0.5rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}

@media screen and (min-width: 769px) {
  .pt-pc-0 {
    padding-top: 0 !important;
  }
}

.w_100 {
  width: 100% !important;
  min-width: 100% !important;
}

.w_pc_100 {
  width: auto;
}
@media screen and (min-width: 769px) {
  .w_pc_100 {
    width: 100% !important;
    min-width: 100% !important;
  }
}

.small {
  font-size: 0.75rem !important;
}
@media screen and (min-width: 769px) {
  .small {
    font-size: 0.875rem !important;
  }
}

.text_right {
  text-align: right !important;
}

.text_red {
  color: #E41E21;
}

.bg_w {
  background-color: #fff;
}

.bg_g {
  background-color: #fafafa;
}

.bg_bottom_blank {
  margin-bottom: 25rem;
}
@media screen and (min-width: 769px) {
  .bg_bottom_blank {
    margin-bottom: 400px;
  }
}

.bg_bottom_blank2 {
  margin-bottom: 200px;
}

header {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-shrink: 0;
  line-height: 1;
  position: fixed;
  top: 6px;
  left: 0;
  padding: 0 6px;
  width: 100%;
  height: 52px;
  z-index: 200;
}
@media screen and (min-width: 769px) {
  header {
    top: 1.5rem;
    padding: 0 1.5rem;
    height: 80px;
  }
}
header .logo {
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  z-index: 200;
}
header .logo a {
  display: inline-block;
  line-height: 1;
}
header .logo a img {
  width: 46px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  header .logo a img {
    width: 72px;
  }
}
header .sp_head {
  display: block;
}
@media screen and (min-width: 769px) {
  header .sp_head {
    display: none;
  }
}
header .sp_head .icon_menu {
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 6px;
  top: 0;
  text-align: center;
  line-height: 1.15;
  width: 52px;
  height: 52px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  header .sp_head .icon_menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
header .sp_head .icon_menu span {
  background: #000;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 31px;
  height: 2px;
  transition-duration: 0.3s;
}
header .sp_head .icon_menu span:nth-of-type(1) {
  top: 18px;
}
header .sp_head .icon_menu span:nth-of-type(2) {
  top: 25px;
}
header .sp_head .icon_menu span:nth-of-type(3) {
  top: 32px;
}
header .sp_head .icon_menu.navbar_open span:nth-of-type(1) {
  transform: translate(-50%, 6px) rotate(-35deg);
}
header .sp_head .icon_menu.navbar_open span:nth-of-type(2) {
  display: none;
}
header .sp_head .icon_menu.navbar_open span:nth-of-type(3) {
  transform: translate(-50%, -8px) rotate(35deg);
}

.navbar {
  border-radius: 4px;
  align-items: center;
  font-size: 1rem;
  width: auto;
  height: 100%;
  overflow-y: auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
.navbar a {
  text-decoration: none;
  height: 100%;
}
.navbar_nav {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .navbar_nav {
    opacity: 0;
    transition-duration: 0.3s;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    left: 0;
    padding-top: 58px;
    padding-bottom: 100px;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    visibility: hidden;
  }
  .navbar_nav li {
    border-bottom: 1px solid #E41E21;
    padding-bottom: 0.5rem;
    width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .navbar_nav {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    gap: clamp(0.75rem, -0.107rem + 1.79vw, 1.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .navbar_nav {
    gap: 1.5rem;
  }
}
.navbar_nav li {
  list-style: none;
  line-height: 1.5;
  height: auto;
}
@media screen and (min-width: 769px) {
  .navbar_nav li {
    height: 100%;
  }
}
.navbar_nav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .navbar_nav li a {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .navbar_nav li a {
    font-size: 0.875rem;
  }
}
.navbar_nav li a.active, .navbar_nav li a:hover {
  color: #E41E21;
}
@media screen and (min-width: 769px) {
  .navbar_nav li a.active::after, .navbar_nav li a:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleX(1);
  }
}
.navbar_nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: #E41E21;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scaleX(0);
  transition: 0.3s ease-out;
}
.navbar_nav_title {
  font-size: 0.625rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .navbar_nav_title {
    display: none;
  }
}
.navbar_nav_title::before {
  content: "";
  display: inline-block;
  margin-top: -2px;
  margin-right: 6px;
  width: 0.25rem;
  height: 0.25rem;
  vertical-align: middle;
  background: rgb(228, 30, 33);
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .navbar_nav.navbar_open {
    padding-top: 52px;
    padding-bottom: 0;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
}
.navbar_traffic {
  color: #fff;
  line-height: 1.5;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .navbar_traffic {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    font-size: 0.75rem;
    margin-right: calc(52px + 0.5rem);
  }
}
.navbar_traffic a {
  background-color: #30393F;
  border: 1px solid transparent;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .navbar_traffic a {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 769px) {
  .navbar_traffic a {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .navbar_traffic a {
    font-size: 0.875rem;
  }
}
.navbar_traffic a::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .navbar_traffic a::after {
    width: 2rem;
    height: 2rem;
  }
}
.navbar_traffic a:hover {
  border: 1px solid #E41E21;
  background-color: #fff;
  color: #E41E21;
}
.navbar_traffic a:hover::after {
  background-image: url(../img/common/ico_arrow_c_r.svg);
  filter: none;
}

.footer_nav {
  background-image: url(../img/img_foot.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  padding: 4rem 0;
  font-size: 0.75rem;
  line-height: 1.3rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_nav {
    padding: 90px 0;
  }
}
.footer_nav::before {
  content: "";
  background: #30393f;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer_nav a {
  color: #fff;
  text-decoration: none;
}
.footer_nav a:hover {
  text-decoration: underline;
}
.footer_nav_logo {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .footer_nav_logo {
    margin-bottom: 0;
  }
}
.footer_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer_inner .footer_aboutHakoneEkiden ul,
.footer_inner .footer_linkList ul {
  display: flex;
  width: 70vw;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .footer_inner .footer_aboutHakoneEkiden ul,
  .footer_inner .footer_linkList ul {
    width: 70%;
  }
}
.footer_inner .footer_aboutHakoneEkiden ul li,
.footer_inner .footer_linkList ul li {
  width: calc(50% - 10px);
  margin-bottom: 1.25rem;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_inner .footer_aboutHakoneEkiden ul li,
  .footer_inner .footer_linkList ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_aboutHakoneEkiden ul li:last-child,
  .footer_inner .footer_linkList ul li:last-child {
    margin-bottom: 0;
  }
}
.footer_inner .footer_aboutHakoneEkiden ul li:nth-child(odd),
.footer_inner .footer_linkList ul li:nth-child(odd) {
  margin-right: 10px;
}
.footer_inner .footer_aboutHakoneEkiden ul li::before,
.footer_inner .footer_linkList ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #596165;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_inner .footer_aboutHakoneEkiden ul li a,
.footer_inner .footer_linkList ul li a {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_inner .footer_linkList ul {
    width: 85vw;
  }
}
.footer_aboutHakoneEkiden {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 150px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .footer_aboutHakoneEkiden {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 20px;
    width: 42%;
  }
}
.footer_aboutHakoneEkiden .logo-hakone {
  width: 100px;
  height: auto;
}
.footer_linkList {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #596165;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .footer_linkList {
    display: flex;
    border-top: none;
    border-left: 2px solid #596165;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    width: 58%;
    min-height: 150px;
  }
}
.footer_linkList p {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .footer_linkList p {
    margin: 0 auto;
    text-align: center;
  }
}
.footer_copyright {
  display: flex;
  width: 100%;
  height: 70px;
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #a3a3a3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
}
.footer_copyright .footer_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .footer_copyright .footer_inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: center;
  }
}
.footer_copyright .footer_logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .footer_copyright .footer_logo {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer_copyright .footer_logo .logo_yomiuri {
  width: 110px;
  height: 26px;
}
.footer_copyright .footer_logo .logo_yomiuri svg,
.footer_copyright .footer_logo .logo_yomiuri img {
  width: 110px;
  height: 26px;
  margin-left: 0;
  margin-right: 50px;
}
.footer_copyright .footer_logo .logo_kgrr {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #a3a3a3;
  width: 100px;
  height: 38px;
}
.footer_copyright .footer_logo .logo_kgrr svg,
.footer_copyright .footer_logo .logo_kgrr img {
  width: 100px;
  height: 38px;
  margin-right: 0;
  fill: #df1b0b;
}
.footer .copyright {
  color: #a3a3a3;
  font-size: 0.75rem;
  text-align: right;
}
.footer .footer_note {
  background-color: #fff;
  padding-top: 0.5rem;
  font-size: 0.675rem;
  color: #a3a3a3;
  text-align: center;
  padding-bottom: 2.5rem;
}

#toppage .footer_note {
  padding-bottom: calc(90px + 0.5rem + 1rem);
}
@media screen and (min-width: 769px) {
  #toppage .footer_note {
    padding-bottom: 2.5rem;
  }
}

:root {
  --font-family: "Noto Sans JP", sans-serif;
}

#loading {
  background-image: url(../img/img_bg_op.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  inset: 0;
}

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading_logo img {
  width: 118px;
  height: auto;
  opacity: 0;
}

#toppage::before {
  content: "";
  background: url("../img/img_bg.jpg") no-repeat center center;
  background-size: cover;
  filter: brightness(0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.heroArea {
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140vw;
  max-height: 100vh;
  position: relative;
}
@media screen and (min-width: 769px) {
  .heroArea {
    display: flex;
    height: auto;
  }
}
.heroArea_title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .heroArea_title {
    font-size: 1.5rem;
  }
}
.heroArea_title span {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .heroArea_title span {
    font-size: 2.5rem;
  }
}
.heroArea_title .times {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) {
  .heroArea_title .times {
    font-size: 3rem;
  }
}
.heroArea_countdown {
  color: #fff;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .heroArea_countdown {
    bottom: 86px;
  }
}
.heroArea_countdown_lead {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 769px) {
  .heroArea_countdown_lead {
    line-height: 1.4;
    font-size: 1.5rem;
  }
}
.heroArea_countdown_lead::before, .heroArea_countdown_lead::after {
  content: "";
  background: #fff;
  flex-grow: 1;
  height: 1px;
}
.heroArea_countdown_lead::before {
  margin-right: 0.75rem;
}
.heroArea_countdown_lead::after {
  margin-left: 0.75rem;
}
.heroArea_countdown_timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .heroArea_countdown_timer {
    gap: 1rem;
    font-size: 1rem;
  }
}
.heroArea_countdown_timer span {
  background: #30393F;
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  margin-right: 5px;
  padding: 0 0.375rem;
}
@media screen and (min-width: 769px) {
  .heroArea_countdown_timer span {
    font-size: 3rem;
    padding: 0 0.5rem;
  }
}
.heroArea .swiper {
  height: 100%;
}
.heroArea .swiper-wrapper {
  height: 100%;
}
.heroArea .swiper-slide {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .heroArea .swiper-slide {
    height: auto;
  }
}
.heroArea .swiper-slide img {
  height: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .heroArea .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.heroArea .swiper-slide::after {
  content: "";
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.heroArea .swiper-slide-active img,
.heroArea .swiper-slide-duplicate-active img,
.heroArea .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s normal both;
}

.bnrLink_watch {
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: 6rem;
  height: 6rem;
  aspect-ratio: 1/1;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .bnrLink_watch {
    right: 2.5rem;
    bottom: 2.5rem;
    width: 130px;
    height: 130px;
  }
}
.bnrLink_watch a {
  display: inline-block;
}

.bnrLink_sokuhou {
  background: #E41E21;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0 6rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .bnrLink_sokuhou {
    flex-direction: row;
    padding: 1.5rem 0;
    width: 800px;
  }
}
.bnrLink_sokuhou_text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bnrLink_sokuhou_text .kijiList_allLink {
    background-color: transparent;
    border: none;
    color: #fff;
    margin-bottom: 1rem;
    padding: 0;
    height: auto;
    min-height: inherit;
  }
  .bnrLink_sokuhou_text .kijiList_allLink span {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    justify-content: flex-start;
  }
  .bnrLink_sokuhou_text .kijiList_allLink span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #E41E21;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scaleX(0);
    transition: 0.3s ease-out;
    display: inline-block;
  }
  .bnrLink_sokuhou_text .kijiList_allLink:hover span::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleX(1);
  }
}
.bnrLink_sokuhou_text .kijiList_allLink::after {
  background-image: url(../img/common/ico_arrow_c_w.svg);
}
.bnrLink_sokuhou_text .kijiList_allLink:hover::after {
  background-image: url(../img/common/ico_arrow_c_fil_g.svg);
}
.bnrLink_sokuhou_text .kijiList_allLink:hover span::before {
  background-color: #fff;
}
.bnrLink_sokuhou_head {
  font-size: 1.5rem;
  font-weight: 700;
}
.bnrLink_sokuhou_head:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .bnrLink_sokuhou_head {
    font-size: 2rem;
  }
}
.bnrLink_sokuhou_img {
  width: 30vw;
}
@media screen and (min-width: 769px) {
  .bnrLink_sokuhou_img {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .bnrLink_sokuhou p {
    margin-bottom: 1rem;
  }
}
.bnrLink_sokuhou a {
  color: #fff;
  text-decoration: none;
}
.bnrLink_sokuhou:hover {
  color: #fff;
}

#toppage .bnrLink_sokuhou_container.content_container {
  margin-top: -6rem;
}

.content_container {
  margin: 0 auto;
  padding: 4rem 0;
  max-width: calc(100% - 2rem);
  position: relative;
}
@media screen and (min-width: 769px) {
  .content_container {
    padding: 6rem 0;
    width: 1100px;
  }
}
.content_container .content_headline_h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .content_container .content_headline_h2 {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}
.content_container .content_headline_h2 span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content_container .content_headline_h2 span {
    size: 0.875rem;
  }
}
.content_container .content_headline_h2 span::before {
  content: "";
  background: #E41E21;
  border-radius: 100%;
  display: inline-block;
  margin-top: -2px;
  margin-right: 6px;
  width: 0.5rem;
  height: 0.5rem;
  vertical-align: middle;
}
.content_container .content_wrapper {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .content_container .content_wrapper {
    margin-bottom: 3rem;
  }
}
.content_container .content_pc_row3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .content_container .content_pc_row3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.content_container .content_pc_row4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem 0;
}
@media screen and (min-width: 769px) {
  .content_container .content_pc_row4 {
    grid-template-columns: repeat(auto-fit, 23.3125%);
    gap: 2.25%;
    justify-content: center;
  }
}
.content_container_separate {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 2rem 0;
}
@media screen and (min-width: 769px) {
  .content_container_separate {
    grid-template-columns: max-content 1fr;
    grid-template-rows: max-content 1fr;
    gap: 0 8.25rem;
  }
}
.content_container_separate_head {
  margin-bottom: -2rem;
  order: 1;
}
@media screen and (min-width: 769px) {
  .content_container_separate_head {
    margin-bottom: inherit;
  }
}
.content_container_separate_link {
  order: 3;
}
@media screen and (min-width: 769px) {
  .content_container_separate_link {
    order: 2;
  }
}
.content_container_separate .kijiList {
  order: 2;
}
@media screen and (min-width: 769px) {
  .content_container_separate .kijiList {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    order: 3;
  }
}

@media screen and (min-width: 769px) {
  .collegeArea .content_container {
    width: auto;
  }
  .collegeArea .content_headline_h2 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
.collegeArea .simplebar-scrollbar:before {
  left: calc(-590px + 50vw);
}

.college_container {
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
}
.college_container ul {
  --grid--item-width-sp: 125px;
  --grid--item-width-pc: 192px;
  display: grid;
  grid-template-columns: repeat(7, minmax(var(--grid--item-width-sp), 1fr));
  grid-template-rows: repeat(3, 1fr);
  gap: 0 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .college_container ul {
    grid-template-columns: repeat(11, minmax(var(--grid--item-width-pc), 1fr));
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1180px) {
  .college_container ul {
    margin-left: calc((100vw - 1180px) / 2);
  }
}
.college_container ul li {
  width: var(--grid--item-width-sp);
}
@media screen and (min-width: 769px) {
  .college_container ul li {
    width: var(--grid--item-width-pc);
  }
}
.college_container ul li img {
  vertical-align: middle;
}

.scroll_content {
  touch-action: auto;
}
.scroll_content .simplebar-scrollbar.simplebar-visible:before {
  background-color: #E41E21;
  opacity: 1;
  height: 4px;
  margin-left: 16px;
  top: 0;
  bottom: 2px;
}
.scroll_content .simplebar-track {
  height: 4px !important;
  background: linear-gradient(90deg, transparent calc((100vw - 1150px) / 2), #e8e8e8 calc((100vw - 1150px) / 2));
}

.raceInfo_container {
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
  .raceInfo_container {
    margin-bottom: 6rem;
  }
}
.raceInfo_container:last-of-type {
  margin-bottom: 0;
}
.raceInfo_container_pre {
  background: #fff;
  padding: 1.5rem 1rem;
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .raceInfo_container_pre {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 0;
  }
}
.raceInfo_container_pre_lead {
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .raceInfo_container_pre_lead {
    margin-bottom: 0;
    width: 240px;
    max-width: 100%;
  }
}
.raceInfo_container_pre_lead a {
  font-size: 1.125rem;
  width: 100%;
  height: 100%;
}
.raceInfo_container_pre_lead:not(:has(a)) {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.raceInfo_container_pre_lead:not(:has(a)) span {
  color: #aaa;
  font-size: 1.125rem;
  margin-right: 1rem;
}
.raceInfo_container_pre_lead:not(:has(a))::after {
  content: "";
  background-image: url(../img/common/ico_arrow_g.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.raceInfo_container_pre_lead:not(:has(a)):hover span {
  color: #aaa;
}
.raceInfo_container_pre_lead:not(:has(a)):hover::after {
  background-image: url(../img/common/ico_arrow_g.svg);
}
.raceInfo_container_pre_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .raceInfo_container_pre_list ul {
    grid-template-columns: repeat(2, minmax(186px, 200px));
    gap: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .raceInfo_container_pre_list ul {
    grid-template-columns: repeat(3, minmax(186px, 200px));
    gap: 2rem;
  }
}
.raceInfo_container_pre_list ul .btn_common_outline_square, .raceInfo_container_pre_list ul li:not(:has(a)) {
  font-size: 0.875rem;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  min-height: inherit;
  width: auto;
}
@media screen and (min-width: 769px) {
  .raceInfo_container_pre_list ul .btn_common_outline_square, .raceInfo_container_pre_list ul li:not(:has(a)) {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    min-width: 200px;
  }
}
.raceInfo_container_pre_list ul .btn_common_outline_square span, .raceInfo_container_pre_list ul li:not(:has(a)) span {
  color: #434750;
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  margin-right: 0.5rem;
  width: 100%;
  transition: 0.3s ease-out;
}
.raceInfo_container_pre_list ul .btn_common_outline_square::after, .raceInfo_container_pre_list ul li:not(:has(a))::after {
  width: 1.25rem;
  height: 1.25rem;
}
.raceInfo_container_pre_list ul .btn_common_outline_square:hover span, .raceInfo_container_pre_list ul li:hover:not(:has(a)) span {
  color: #E41E21;
  transition: 0.3s ease-out;
}
.raceInfo_container_pre_list ul li:not(:has(a)) {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.raceInfo_container_pre_list ul li:not(:has(a)) span {
  color: #aaa;
}
.raceInfo_container_pre_list ul li:not(:has(a))::after {
  content: "";
  background-image: url(../img/common/ico_arrow_g.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
}
.raceInfo_container_pre_list ul li:not(:has(a)):hover span {
  color: #aaa;
}
.raceInfo_container_pre_list ul li:not(:has(a)):hover::after {
  background-image: url(../img/common/ico_arrow_g.svg);
}
@media screen and (max-width: 768px) {
  .raceInfo_container .btn_common_outline_r_square span {
    font-size: 1rem;
    line-height: 1.5;
    justify-content: flex-start;
    text-align: left;
  }
}

.content_movie {
  display: flex;
  justify-content: space-between;
  gap: 2.25rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .content_movie {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.movie_wrap {
  flex-basis: 100%;
}
@media screen and (min-width: 769px) {
  .movie_wrap {
    flex-basis: 50%;
    margin-bottom: 0;
  }
}
.movie_wrap_thumb {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin-bottom: 1.3rem;
  position: relative;
  aspect-ratio: 16/9;
}
.movie_wrap_thumb img {
  vertical-align: middle;
  aspect-ratio: 16/9;
  width: 100%;
}
.movie_wrap_thumb::before {
  content: "";
  background-image: url(../img/common/ico_movie_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.movie_wrap_text,
.movie_wrap p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025rem;
  text-align: center;
}

.ekidenHiroba {
  background: #fff9f4;
  position: relative;
}
.ekidenHiroba::after {
  content: " ";
  background-image: url(../img/img_illu_hiroba.png);
  background-repeat: no-repeat;
  background-position: right 1rem;
  background-size: 67vw auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
@media screen and (min-width: 769px) {
  .ekidenHiroba::after {
    background-position: right 2rem;
    background-size: 30vw auto;
  }
}
.ekidenHiroba .content_container {
  z-index: 1;
}
.ekidenHiroba .articleCard {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .ekidenHiroba .articleCard {
    padding: 1.5rem;
  }
}
.ekidenHiroba .articleCard_wrap {
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .ekidenHiroba .articleCard_wrap {
    display: block;
  }
}
.ekidenHiroba .articleCard_date {
  color: #737373;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
}
.ekidenHiroba .articleCard_date span::after {
  content: "";
  background: #E8E8E8;
  display: inline-block;
  margin: 0 1rem;
  width: 1px;
  height: 1rem;
  vertical-align: middle;
}
.ekidenHiroba .articleCard_date span:last-child::after {
  content: none;
}
.ekidenHiroba .articleCard_ttl {
  color: #E41E21;
  font-size: 1rem;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 769px) {
  .ekidenHiroba .articleCard_ttl {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.ekidenHiroba .articleCard_ttl:hover {
  color: #E41E21;
  transition: 0.3s ease-out;
}
.ekidenHiroba .articleCard_lead {
  font-size: 0.75rem;
  line-height: 1.7;
  height: 5.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .ekidenHiroba .articleCard_lead {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

.sponsor_header {
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}
.sponsor_header span {
  background: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 0 2.5rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sponsor_header span {
    font-size: 1.25rem;
  }
}
.sponsor_header::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  border-top: 1px solid #B3B3B3;
}
.sponsor_container {
  margin-bottom: 2.5rem;
}
.sponsor_container:last-of-type {
  margin-bottom: 0;
}
.sponsor_container_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor_container_list img {
  width: 159px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .sponsor_container_list img {
    width: 320px;
  }
}
.sponsor_container_listSpecial img {
  width: 240px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .sponsor_container_listSpecial img {
    width: 320px;
  }
}
.sponsor_container_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 769px) {
  .sponsor_container_list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.sponsor_container_list ul li {
  list-style: none;
}
.sponsor_container_list ul li a {
  display: inline-block;
}

.contentPage_header {
  position: relative;
  height: auto;
}
.contentPage_headerImg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.contentPage_header_kansen .contentPage_headerImg {
  position: relative;
}
.contentPage_header_kansen .contentPage_headerImg::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 249, 244, 0) 0%, #FFF9F4 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
}

.contentPage_lead {
  text-align: center;
}
.contentPage_lead_header {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contentPage_lead_text {
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .contentPage_lead_text {
    font-size: 1.125rem;
    line-height: 1.75;
    text-align: center;
  }
}
.contentPage_lead_kansen {
  background-color: #FFF9F4;
  background-image: url(../img/kansen/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  padding: 0 1rem 3rem 1rem;
}
@media screen and (min-width: 769px) {
  .contentPage_lead_kansen {
    background-position: center -10vw;
    padding: 2rem 0.62rem 6.25rem;
  }
}
.contentPage_lead_kansen .contentPage_lead_header {
  color: #E41E21;
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .contentPage_lead_kansen .contentPage_lead_header {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}
.contentPage_lead_kansen .contentPage_lead_text {
  font-weight: 500;
  line-height: 2.2;
}
.contentPage_lead_kansenBtn {
  display: flex;
}

.contentPage_section_ttl {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contentPage_section_ttl {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
.contentPage_section_ttl span {
  color: #E41E21;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .contentPage_section_ttl span {
    font-size: 1rem;
  }
}
.contentPage_section_ttlSub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .contentPage_section_ttlSub {
    margin-bottom: 3rem;
    text-align: center;
  }
}

.tab_list {
  display: flex;
}
.tab_item {
  background-color: #fff;
  border: solid 3px #E41E21;
  color: #E41E21;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  outline: 1px solid #E41E21;
  outline-offset: -5px;
  padding: 1rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tab_item {
    font-size: 1.25rem;
    padding: 1.25rem 0.63rem;
  }
}
.tab_item a {
  color: #E41E21;
  text-decoration: none;
}
.tab_item::after {
  content: "";
  display: block;
  margin: 0.3rem auto 0;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_14012_359)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.05106e-05%2011.9999C6.08007e-05%205.36464%205.36477%20-6.18497e-05%2012.0001%20-6.15597e-05C18.6354%20-6.12697e-05%2024.0001%205.36465%2024.0001%2011.9999C24.0001%2018.6352%2018.6354%2023.9999%2012.0001%2023.9999C5.36477%2023.9999%206.02206e-05%2018.6352%206.05106e-05%2011.9999Z%22%20fill%3D%22%23E41E21%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.72829%2011.587L12%2016.8588L17.2717%2011.587L16.5109%2010.8262L12%2015.337L7.48916%2010.8262L6.72829%2011.587Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12.5434%2016.0978L12.5434%206.85874L11.4564%206.85874L11.4564%2016.0978L12.5434%2016.0978Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_14012_359%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(24)%20rotate(90)%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .tab_item::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    margin: 0;
  }
}
.tab_item.active {
  background-color: #E41E21;
  color: #fff;
  outline: 1px solid #fff;
}
.tab_item.active::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_14012_30)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.05106e-05%2011.9999C6.08007e-05%205.36464%205.36477%20-6.18497e-05%2012.0001%20-6.15597e-05C18.6354%20-6.12697e-05%2024.0001%205.36465%2024.0001%2011.9999C24.0001%2018.6352%2018.6354%2023.9999%2012.0001%2023.9999C5.36477%2023.9999%206.02206e-05%2018.6352%206.05106e-05%2011.9999Z%22%20fill%3D%22white%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6.72829%2011.587L12%2016.8588L17.2717%2011.587L16.5109%2010.8262L12%2015.337L7.48916%2010.8262L6.72829%2011.587Z%22%20fill%3D%22%23E41E21%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M12.5434%2016.0978L12.5434%206.85874L11.4564%206.85874L11.4564%2016.0978L12.5434%2016.0978Z%22%20fill%3D%22%23E41E21%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_14012_30%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22translate(24)%20rotate(90)%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
}
.tab_item.active a {
  color: #fff;
}
.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}

.contentNav_tab_kansen {
  margin-top: 3rem;
  padding: 0 1rem;
}
@media screen and (min-width: 769px) {
  .contentNav_tab_kansen {
    margin-top: 4rem;
  }
}
.contentNav_tab_kansen .kansen_tab_list {
  gap: 1rem;
  margin: auto;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contentNav_tab_kansen .kansen_tab_list {
    gap: 1.5rem;
  }
}
.contentNav_tab_kansen .tab_item {
  width: 350px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.contentNav_tab_kansen .tab_item:hover {
  transform: translateY(-5px);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.kansen_media_MainWay {
  background-image: url(../img/kansen/bg_media.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding: 3.5rem 0;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWay {
    padding: 6.25rem 0;
  }
}
.kansen_media_MainWay .content_container {
  background-color: #fff;
  padding: 2.5rem 1rem 3.5rem 1rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWay .content_container {
    padding: 5rem 4.375rem 6.25rem 4.375rem;
  }
}
.kansen_media_MainWayList_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWayList_wrap {
    flex-direction: row;
  }
}
.kansen_media_MainWayList_wrap:last-child {
  margin-bottom: 0;
}
.kansen_media_MainWayList_head {
  background-color: #A08851;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
  padding: 0.5rem 0;
  width: auto;
  height: 3rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWayList_head {
    flex-direction: column;
    align-self: stretch;
    width: 8.75rem;
    height: auto;
  }
}
.kansen_media_MainWayList_head p {
  font-size: 1.125rem;
  font-weight: 700;
}
.kansen_media_MainWayList_head img {
  width: auto;
  height: 24px;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWayList_head img {
    height: 30px;
  }
}
.kansen_media_MainWayList_body {
  background-color: #F5F5F5;
  padding: 1.5rem 1rem 2rem 1rem;
  flex-grow: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWayList_body {
    padding: 2rem;
  }
}
.kansen_media_MainWayList_body p, .kansen_media_MainWayList_body span, .kansen_media_MainWayList_body ul, .kansen_media_MainWayList_body li {
  font-weight: 500;
}
.kansen_media_MainWayList_body p {
  margin-bottom: 1rem;
}
.kansen_media_MainWayList_body ul {
  margin-bottom: 1rem;
}
.kansen_media_MainWayList_body ul li {
  margin-bottom: 0.25rem;
}
.kansen_media_MainWayList_body ul.linklist a {
  text-decoration: underline;
}
.kansen_media_MainWayList_body ul.linklist a:hover {
  color: #E41E21;
}
.kansen_media_MainWayList_body_ttl {
  color: #E41E21;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWayList_body_ttl {
    font-size: 1.25rem;
    text-align: left;
  }
}
.kansen_media_MainWayList_body_ttlSub {
  color: #E41E21;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 0.25rem;
}
.kansen_media_MainWayList_body_tagList {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.kansen_media_MainWayList_body_tagList p {
  border: 1px solid #E41E21;
  color: #E41E21;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding: 0.4375rem 0.375rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_MainWayList_body_tagList p {
    font-size: 1rem;
    padding: 0.4375rem 1rem;
  }
}
.kansen_media_osusume {
  position: relative;
}
.kansen_media_osusume::before, .kansen_media_osusume::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kansen_media_osusume::before {
  content: "";
  background-image: url(../img/kansen/bg_note.jpg);
  background-repeat: repeat;
  background-size: contain;
  z-index: -1;
}
.kansen_media_osusume::after {
  background-color: lightgray;
  filter: brightness(115%);
  mix-blend-mode: overlay;
  z-index: -1;
}
.kansen_media_osusumeList {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kansen_media_osusumeList {
    flex-direction: column;
  }
}
.kansen_media_osusumeList_wrap {
  background-color: #fff;
  border-top: 8px solid #E41E21;
  padding: 2rem 1rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_osusumeList_wrap {
    padding: 2rem;
  }
}
.kansen_media_osusumeList_head {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}
.kansen_media_osusumeList_head > p {
  color: #E41E21;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_osusumeList_head > p {
    font-size: 1.125rem;
  }
}
.kansen_media_osusumeList_head_bottomImg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0.5rem;
}
.kansen_media_osusumeList_head_bottomImg img {
  width: 56px;
  height: 56px;
}
@media screen and (min-width: 769px) {
  .kansen_media_osusumeList_head_bottomImg img {
    width: 64px;
    height: 64px;
  }
}
.kansen_media_osusumeList_head_bottomImg figcaption {
  color: #E41E21;
  font-weight: 700;
}
.kansen_media_osusumeList_head_bottom p {
  font-size: 1.125rem;
  font-weight: 700;
}
.kansen_media_osusumeList_body {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_osusumeList_body {
    gap: 1.5rem;
  }
}
.kansen_media_osusumeList_body_left {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}
.kansen_media_osusumeList_body_left figcaption {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kansen_media_osusumeList_body_left figcaption {
    font-size: 0.75rem;
  }
}
.kansen_media_osusumeList_body_right {
  background-color: #F5F5F5;
  padding: 1.25rem;
}
.kansen_media_osusumeList_body_right p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .kansen_media_qa {
    margin-top: 2rem;
  }
}
.kansen_media_qa .accordion {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion {
    width: 912px;
    max-width: 100%;
  }
}
.kansen_media_qa .accordion li {
  margin-bottom: 1rem;
}
.kansen_media_qa .accordion li:last-child {
  margin-bottom: 0;
}
.kansen_media_qa .accordion_head button {
  background-color: #F5F5F5;
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  appearance: none;
  cursor: pointer;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_head button {
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  }
}
.kansen_media_qa .accordion_head_content {
  color: #30393F;
  display: block;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_head_content {
    font-size: 1rem;
  }
}
.kansen_media_qa .accordion_open {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_open {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.kansen_media_qa .accordion_open::before, .kansen_media_qa .accordion_open::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  top: 7px;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_open::before, .kansen_media_qa .accordion_open::after {
    top: 9px;
  }
}
.kansen_media_qa .accordion_open::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}
.kansen_media_qa .accordion_body {
  display: none;
  overflow: hidden;
}
.kansen_media_qa .accordion_body_inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.5rem 1rem 2rem 1rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_body_inner {
    padding: 1.5rem 1.25rem 2rem 1.25rem;
  }
}
.kansen_media_qa .accordion_body_content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_body_content {
    gap: 1.5rem;
  }
}
.kansen_media_qa .accordion_body_content_text {
  background-color: #FFF9F4;
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_body_content_text {
    font-size: 1rem;
    padding: 1.5rem;
  }
}
.kansen_media_qa .accordion_body_content p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.kansen_media_qa .accordion_body_content figure {
  flex-shrink: 0;
  margin-bottom: 0.625rem;
}
.kansen_media_qa .accordion_body_content figure figcaption {
  color: #251D1D;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_body_content figure figcaption {
    font-size: 0.75rem;
  }
}
.kansen_media_qa .accordion_pre {
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.kansen_media_qa .accordion_pre_q {
  display: block;
  left: 10px;
  top: 18px;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_pre_q {
    left: 20px;
    top: 24px;
    font-size: 30px;
  }
}
.kansen_media_qa .accordion_pre_a {
  left: 10px;
  top: 3px;
}
@media screen and (min-width: 769px) {
  .kansen_media_qa .accordion_pre_a {
    left: 20px;
    top: 1px;
    font-size: 30px;
  }
}
.kansen_media_qa .accordion > li.is-open .accordion_head .accordion_open::after {
  transform: rotate(0deg);
}
@media print {
  .kansen_media_qa .accordion_head button {
    padding: 25px 60px 25px 57px;
  }
  .kansen_media_qa .accordion_head button:hover,
  .kansen_media_qa .accordion_head button:active {
    opacity: 0.5;
  }
  .kansen_media_qa .accordion_head_content {
    font-size: 20px;
  }
  .kansen_media_qa .accordion_open {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .kansen_media_qa .accordion_open::before,
  .kansen_media_qa .accordion_open::after {
    top: 9px;
  }
  .kansen_media_qa .accordion_body_inner {
    padding: 5px 0 25px 41px;
  }
  .kansen_media_qa .accordion_body_content p {
    font-size: 16px;
    line-height: 1.8;
  }
  .kansen_media_qa .accordion_body_content p + p {
    margin-top: 25px;
  }
  .kansen_media_qa .accordion_pre_q {
    left: 10px;
    top: 18px;
    font-size: 24px;
  }
  .kansen_media_qa .accordion_pre_a {
    left: 20px;
    top: 1px;
    font-size: 30px;
  }
}

.kansen_onegai_note {
  background-image: url(../img/kansen/bg_note.jpg);
  background-repeat: repeat;
  background-size: contain;
}
.kansen_onegai_note .contentPage_section_ttl,
.kansen_onegai_note .contentPage_section_ttl span,
.kansen_onegai_note .contentPage_section_ttlSub {
  color: #fff;
}
.kansen_onegai_note .contentPage_section_ttlSub {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_note .contentPage_section_ttlSub {
    font-size: 1.25rem;
  }
}
.kansen_onegai_noteList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_noteList {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.kansen_onegai_noteList .content_pc_row3 {
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_noteList .content_pc_row3 {
    margin-top: 2.5rem;
  }
}
.kansen_onegai_note_wrap {
  background-color: #fff;
  padding: 2.5rem 1.5rem 3.5rem 1.5rem;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_note_wrap {
    padding: 4rem 4rem 5rem 4rem;
  }
}
.kansen_onegai_note_wrap p {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_note_wrap01, .kansen_onegai_note_wrap04 {
    grid-column: span 2/span 2;
  }
}
.kansen_onegai_note_wrap_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_note_wrap_header {
    gap: 0.4rem;
    font-size: 1.5rem;
  }
}
.kansen_onegai_note_wrap_header img {
  vertical-align: middle;
  width: 30px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_note_wrap_header img {
    width: 36px;
  }
}
.kansen_onegai_note_item {
  background-color: #F5F5F5;
  border-top: 4px solid #E41E21;
  padding: 2rem 1.5rem;
}
.kansen_onegai_note_item_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_note_item_header {
    margin-bottom: 0.75rem;
  }
}
.kansen_onegai_note_item_header span {
  color: #E41E21;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
}
.kansen_onegai_note_item_header span::before {
  content: "";
  background-image: url(../img/kansen/icon_point.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
  margin-right: 0.25rem;
}
.kansen_onegai_note_linkList {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.kansen_onegai_note_linkList a {
  font-weight: 500;
  position: relative;
}
.kansen_onegai_note_linkList a::after {
  content: "";
  background-image: url(../img/common/ico_arrow_c_fil_r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}
.kansen_onegai_request {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_request {
    margin-bottom: 3.5rem;
  }
}
.kansen_onegai_request_ttl {
  color: #E41E21;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_request_ttl {
    margin-bottom: 1.75rem;
  }
}
.kansen_onegai_request_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_request_wrap {
    margin: auto;
    width: 80%;
    gap: 1.5rem 2.5rem;
  }
}
.kansen_onegai_request_wrap figure {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: calc(33.33% - 1.5rem);
}
@media screen and (min-width: 769px) {
  .kansen_onegai_request_wrap figure {
    gap: 0.75rem;
    width: auto;
  }
}
.kansen_onegai_request_wrap figcaption {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .kansen_onegai_request_wrap figcaption {
    font-size: 1.25rem;
  }
}
.kansen_onegai .sdgs_wrap li {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.kansen_onegai .sdgs_wrap .sdgs_prohibited {
  color: #E41E21;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 3.5rem auto 1.5rem;
  text-align: center;
}
.kansen_onegai .btn_common_r {
  font-size: 1rem;
  margin-top: 2rem;
  line-height: 1.46;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .kansen_onegai .btn_common_r {
    width: fit-content;
  }
}

.kansen_media .btn_common_r,
.kansen_onegai .btn_common_r {
  font-size: 1rem;
  margin-top: 2rem;
  line-height: 1.46;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .kansen_media .btn_common_r,
  .kansen_onegai .btn_common_r {
    width: fit-content;
  }
}