@charset "UTF-8";
.js-show-up {
  opacity: 0;
  transform: translate(0, 80px);
}
.js-show-up.is-show {
  opacity: 1;
  transform: none;
}

.js-show-left {
  opacity: 0;
  transform: translate(80px, 0);
}
.js-show-left.is-show {
  opacity: 1;
  transform: none;
}

.js-show-right {
  opacity: 0;
  transform: translate(-80px, 0);
}
.js-show-right.is-show {
  opacity: 1;
  transform: none;
}

html {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
  scroll-behavior: smooth;
  color: #231815;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 572px) {
  html {
    font-size: 14px;
  }
}

input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  margin: 0;
}

.container {
  overflow: hidden;
}

:root {
  --header-height: 100px;
  /* ヘッダーの高さを変数として管理 */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

.wrap {
  margin-inline: auto;
  padding: 0 40px;
  width: min(100%, 1200px);
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

.wrap-tb {
  margin-inline: auto;
  padding: 0 20px;
  width: min(100%, 1004px);
}

.wrap-tb-s {
  margin-inline: auto;
  padding: 0 20px;
  width: min(100%, 808px);
}

@media screen and (max-width: 964px) {
  .tb-hide {
    display: none;
  }
}

.mb-display {
  display: none;
}
@media screen and (max-width: 964px) {
  .mb-display {
    display: block;
  }
}

@media screen and (max-width: 572px) {
  .sm-hide {
    display: none;
  }
}

.sm-display {
  display: none;
}
@media screen and (max-width: 572px) {
  .sm-display {
    display: block;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.body-fadein {
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
}

.scroll-off {
  overflow: hidden;
}

.scroll-top {
  width: 80px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.7s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 572px) {
  .scroll-top {
    width: 60px;
    bottom: 10px;
    right: 10px;
  }
}
.scroll-top.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  box-shadow: none;
}
.scroll-top > img {
  width: 100%;
}

.container {
  position: relative;
}

.top-main {
  background-color: #90BBCE;
}
.top-main .fv {
  width: 100%;
}
.top-main .fv > img {
  width: 100%;
  height: auto;
  display: block;
}
.top-main .sec-dentalk {
  padding: 0 20px;
  margin-top: -280px;
}
@media screen and (max-width: 1280px) {
  .top-main .sec-dentalk {
    margin-top: -200px;
  }
}
@media screen and (max-width: 964px) {
  .top-main .sec-dentalk {
    margin-top: -140px;
  }
}
@media screen and (max-width: 572px) {
  .top-main .sec-dentalk {
    margin-top: -40px;
  }
}
.top-main .sec-dentalk .head-img {
  text-align: center;
}
.top-main .sec-dentalk .head-img > img {
  height: 140px;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .top-main .sec-dentalk .head-img > img {
    height: 120px;
  }
}
@media screen and (max-width: 964px) {
  .top-main .sec-dentalk .head-img > img {
    height: 80px;
  }
}
@media screen and (max-width: 572px) {
  .top-main .sec-dentalk .head-img > img {
    height: 50px;
  }
}
.top-main .sec-dentalk__msg {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .top-main .sec-dentalk__msg {
    font-size: 1rem;
    margin-top: 20px;
    text-align: left;
  }
}
.top-main .sec-dentalk__msg > p:not(:first-child) {
  margin-top: 1.5em;
}
.top-main .sec-dentalk .reiwa7-link {
  display: block;
  width: min(400px, 100%);
  margin: 50px auto 0;
}
.top-main .sec-dentalk .reiwa7-link:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.top-main .sec-dentalk .reiwa7-link > img {
  width: 100%;
  height: auto;
}
.top-main .sec-dentalk .reiwa7-link > p {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.top-main .relation {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 572px) {
  .top-main .relation {
    padding: 0 15px;
  }
}
.top-main .relation .inner {
  padding: 30px 20px;
  width: min(1000px, 100%);
  background-color: #fff;
  border-radius: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 572px) {
  .top-main .relation .inner {
    padding: 30px 15px;
  }
}
.top-main .relation .head-img {
  text-align: center;
}
.top-main .relation .head-img > img {
  height: 55px;
  width: auto;
}
@media screen and (max-width: 572px) {
  .top-main .relation .head-img > img {
    height: auto;
    width: 100%;
  }
}
.top-main .relation__msg {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .top-main .relation__msg {
    text-align: left;
  }
}
.top-main .relation__content {
  margin: 30px auto 0;
  width: min(800px, 100%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .top-main .relation__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-main .relation__content-item {
  width: 100%;
}
.top-main .relation__content-item > img {
  width: 100%;
  height: auto;
}
.top-main .relation__content-item > h3 {
  margin-top: 5px;
  font-size: 1.125rem;
  font-weight: bold;
}
.top-main .relation__content-item > p {
  margin-top: 5px;
}
.top-main .copylight {
  margin-top: 30px;
  text-align: center;
  padding: 30px;
  font-size: 0.875rem;
}

.past {
  margin-top: 80px;
  padding: 0 20px;
}
.past .inner {
  margin-inline: auto;
  width: min(1000px, 100%);
}
.past .head-img {
  width: 100%;
}
.past .head-img img {
  width: 100%;
}
.past__content {
  margin: 50px auto 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 50px;
}
@media screen and (max-width: 572px) {
  .past__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
    margin: 30px auto 0;
  }
}
.past__content-item {
  width: 100%;
  transition: 0.3s ease;
}
.past__content-item:hover {
  opacity: 0.7;
}
.past__content-item > img {
  width: 100%;
  height: auto;
}
.past__content-item > h3 {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}

.reiwa8-dentalka-main {
  background-color: #F2CCDD;
}
.reiwa8-dentalka-main .fv {
  width: 100%;
}
.reiwa8-dentalka-main .fv > img {
  width: 100%;
  height: auto;
  display: block;
}
.reiwa8-dentalka-main .sec-dentalk {
  margin-top: 50px;
  padding: 0 20px;
}
.reiwa8-dentalka-main .sec-dentalk__youtube {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .sec-dentalk__youtube {
    gap: 20px;
  }
}
.reiwa8-dentalka-main .sec-dentalk__youtube-item iframe {
  width: 400px;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .sec-dentalk__youtube-item iframe {
    width: 100%;
  }
}
.reiwa8-dentalka-main .sec-dentalk__youtube-item > p {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}
.reiwa8-dentalka-main .sec-dentalk__title {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .sec-dentalk__title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .sec-dentalk__title > span {
    display: block;
    margin-top: 10px;
  }
}
.reiwa8-dentalka-main .sec-dentalk__msg {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .sec-dentalk__msg {
    font-size: 1rem;
    text-align: left;
  }
}
.reiwa8-dentalka-main .sec-dentalk__msg > p:not(:first-child) {
  margin-top: 1.5em;
}
.reiwa8-dentalka-main .detail {
  padding: 0 20px;
  width: min(750px, 100%);
  margin: 80px auto 0;
}
.reiwa8-dentalka-main .detail__head {
  text-align: center;
}
.reiwa8-dentalka-main .detail__head > img {
  height: 80px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .detail__head > img {
    height: auto;
    width: 90%;
  }
}
.reiwa8-dentalka-main .detail__text {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .detail__text {
    margin-top: 0;
  }
}
.reiwa8-dentalka-main .detail__text img {
  width: 100%;
}
.reiwa8-dentalka-main .detail__text img:not(:first-child) {
  margin-top: 30px;
}
.reiwa8-dentalka-main .talk {
  padding: 0 20px;
  width: min(840px, 100%);
  margin: 80px auto 0;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .talk {
    margin: 60px auto 0;
  }
}
.reiwa8-dentalka-main .talk__head {
  text-align: center;
}
.reiwa8-dentalka-main .talk__head > img {
  height: 80px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .talk__head > img {
    height: auto;
    width: 90%;
  }
}
.reiwa8-dentalka-main .talk__content {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .talk__content {
    margin-top: 20px;
  }
}
.reiwa8-dentalka-main .talk__content-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .talk__content-item {
    gap: 10px;
    flex-direction: column-reverse;
  }
}
.reiwa8-dentalka-main .talk__content-item .item-block {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .talk__content-item .item-block {
    text-align: center;
  }
}
.reiwa8-dentalka-main .talk__content-item .item-block img {
  width: 300px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .talk__content-item .item-block img {
    width: 240px;
  }
}
.reiwa8-dentalka-main .talk__content-item .item-block > p {
  margin-top: 10px;
  text-align: left;
}
.reiwa8-dentalka-main .talk__content-item .item-image {
  width: 200px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .talk__content-item .item-image {
    width: 180px;
  }
}
.reiwa8-dentalka-main .talk__content-item .item-image > img {
  width: 100%;
}
.reiwa8-dentalka-main .gyouji {
  padding: 0 20px;
  width: min(840px, 100%);
  margin: 80px auto 0;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .gyouji {
    margin: 60px auto 0;
  }
}
.reiwa8-dentalka-main .gyouji__head {
  text-align: center;
}
.reiwa8-dentalka-main .gyouji__head > img {
  height: 80px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .gyouji__head > img {
    height: auto;
    width: 90%;
  }
}
.reiwa8-dentalka-main .gyouji__content {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .gyouji__content {
    margin-top: 20px;
  }
}
.reiwa8-dentalka-main .gyouji__content-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.reiwa8-dentalka-main .gyouji__content-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .gyouji__content-item {
    gap: 10px;
    flex-direction: column;
  }
}
.reiwa8-dentalka-main .gyouji__content-item .item-block {
  flex: 1;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .gyouji__content-item .item-block {
    text-align: center;
  }
}
.reiwa8-dentalka-main .gyouji__content-item .item-block img {
  width: 300px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .gyouji__content-item .item-block img {
    width: 240px;
  }
}
.reiwa8-dentalka-main .gyouji__content-item .item-block > p {
  margin-top: 10px;
  text-align: left;
}
.reiwa8-dentalka-main .gyouji__content-item .item-image {
  width: 200px;
}
@media screen and (max-width: 572px) {
  .reiwa8-dentalka-main .gyouji__content-item .item-image {
    width: 180px;
  }
}
.reiwa8-dentalka-main .gyouji__content-item .item-image > img {
  width: 100%;
}
.reiwa8-dentalka-main .shusai {
  margin-top: 50px;
  text-align: center;
  padding: 0 20px;
}
.reiwa8-dentalka-main .copylight {
  margin-top: 30px;
  text-align: center;
  padding: 30px;
  font-size: 0.875rem;
}

.archive2025-main {
  background-color: #fff;
}
.archive2025-main .fv {
  width: 100%;
}
.archive2025-main .fv > img {
  width: 100%;
  height: auto;
  display: block;
}
.archive2025-main .sec-dentalk {
  margin-top: 50px;
  padding: 0 20px;
}
.archive2025-main .sec-dentalk__program {
  text-align: center;
}
.archive2025-main .sec-dentalk__program > img {
  height: 100px;
}
@media screen and (max-width: 964px) {
  .archive2025-main .sec-dentalk__program > img {
    height: 80px;
  }
}
@media screen and (max-width: 572px) {
  .archive2025-main .sec-dentalk__program > img {
    height: 60px;
  }
}
.archive2025-main .sec-dentalk__program-text {
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 572px) {
  .archive2025-main .sec-dentalk__program-text {
    font-size: 1rem;
  }
}
.archive2025-main .sec-dentalk__program-movie {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 50px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 572px) {
  .archive2025-main .sec-dentalk__program-movie {
    gap: 20px;
  }
}
.archive2025-main .sec-dentalk__program-item iframe {
  width: 400px;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 572px) {
  .archive2025-main .sec-dentalk__program-item iframe {
    width: 100%;
  }
}
.archive2025-main .sec-dentalk__program-item > p {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}
.archive2025-main .sec-dentalk__title {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 572px) {
  .archive2025-main .sec-dentalk__title {
    font-size: 1.375rem;
  }
}
.archive2025-main .sec-dentalk__msg {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 572px) {
  .archive2025-main .sec-dentalk__msg {
    font-size: 1rem;
    text-align: left;
  }
}
.archive2025-main .sec-dentalk__msg > p:not(:first-child) {
  margin-top: 1.5em;
}
.archive2025-main .talk,
.archive2025-main .gyouji {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk,
.archive2025-main .gyouji {
    margin-top: 60px;
  }
}
.archive2025-main .talk__head,
.archive2025-main .gyouji__head {
  text-align: center;
}
.archive2025-main .talk__head > img,
.archive2025-main .gyouji__head > img {
  height: 80px;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk__head > img,
.archive2025-main .gyouji__head > img {
    height: 60px;
  }
}
.archive2025-main .talk__content,
.archive2025-main .gyouji__content {
  width: min(1000px, 100%);
  margin: 50px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk__content,
.archive2025-main .gyouji__content {
    margin: 30px auto 0;
  }
}
.archive2025-main .talk__content-item,
.archive2025-main .gyouji__content-item {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk__content-item,
.archive2025-main .gyouji__content-item {
    flex-direction: column;
    gap: 10px;
  }
}
.archive2025-main .talk__content-item:not(:first-child),
.archive2025-main .gyouji__content-item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk__content-item:not(:first-child),
.archive2025-main .gyouji__content-item:not(:first-child) {
    margin-top: 30px;
  }
}
.archive2025-main .talk__content-item .item-image,
.archive2025-main .gyouji__content-item .item-image {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk__content-item .item-image,
.archive2025-main .gyouji__content-item .item-image {
    width: 240px;
    margin-inline: auto;
  }
}
.archive2025-main .talk__content-item .item-image > img,
.archive2025-main .gyouji__content-item .item-image > img {
  width: 100%;
  height: auto;
}
.archive2025-main .talk__content-item .item-block,
.archive2025-main .gyouji__content-item .item-block {
  flex: 1;
}
.archive2025-main .talk__content-item .item-block .name,
.archive2025-main .gyouji__content-item .item-block .name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk__content-item .item-block .name,
.archive2025-main .gyouji__content-item .item-block .name {
    font-size: 1.5rem;
  }
}
.archive2025-main .talk__content-item .item-block .name > span,
.archive2025-main .gyouji__content-item .item-block .name > span {
  font-size: 1.25rem;
}
@media screen and (max-width: 572px) {
  .archive2025-main .talk__content-item .item-block .name > span,
.archive2025-main .gyouji__content-item .item-block .name > span {
    font-size: 1.125rem;
  }
}
.archive2025-main .talk__content-item .item-block .text,
.archive2025-main .gyouji__content-item .item-block .text {
  margin-top: 10px;
}
.archive2025-main .credits {
  margin-top: 80px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.archive2025-main .credit-group {
  margin-top: 30px;
}
.archive2025-main .credit-group__title {
  font-weight: bold;
}
.archive2025-main .credit-group__text {
  margin-top: 5px;
  font-size: 0.95rem;
  word-break: break-all;
}
.archive2025-main .copylight {
  margin-top: 30px;
  text-align: center;
  padding: 30px;
  font-size: 0.875rem;
}

.archive2024-main {
  background-color: #fff;
}
.archive2024-main .fv {
  width: 100%;
}
.archive2024-main .fv > img {
  width: 100%;
  height: auto;
  display: block;
}
.archive2024-main .theme {
  width: min(1200px, 100%);
  margin: 50px auto 0;
  padding: 0 20px;
}
.archive2024-main .theme .sub {
  font-weight: bold;
}
.archive2024-main .theme .ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 572px) {
  .archive2024-main .theme .ttl {
    font-size: 2rem;
  }
}
.archive2024-main .theme .text {
  margin-top: 1.25em;
}
.archive2024-main .event {
  margin-top: 50px;
  background-color: #f6f6f6;
  padding: 30px 20px;
  text-align: center;
}
.archive2024-main .event .text {
  font-weight: bold;
}
.archive2024-main .event .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 572px) {
  .archive2024-main .event .title {
    font-size: 1.5rem;
  }
}
.archive2024-main .event .date {
  margin-top: 20px;
}
.archive2024-main .talk {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 572px) {
  .archive2024-main .talk {
    margin-top: 60px;
  }
}
.archive2024-main .talk__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.archive2024-main .talk__text {
  width: min(880px, 100%);
  margin: 10px auto 0;
  font-size: 1.125rem;
}
.archive2024-main .talk__content {
  width: min(1200px, 100%);
  margin: 50px auto 0;
}
.archive2024-main .talk__content-item {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 572px) {
  .archive2024-main .talk__content-item {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.archive2024-main .talk__content-item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .archive2024-main .talk__content-item:not(:first-child) {
    margin-top: 60px;
  }
}
.archive2024-main .talk__content-item .item-image {
  width: 350px;
  flex-shrink: 0;
}
@media screen and (max-width: 572px) {
  .archive2024-main .talk__content-item .item-image {
    width: 240px;
    margin-inline: auto;
  }
}
.archive2024-main .talk__content-item .item-image > img {
  width: 100%;
  height: auto;
}
.archive2024-main .talk__content-item .item-block {
  flex: 1;
}
.archive2024-main .talk__content-item .item-block .ttl {
  font-size: 1.25rem;
}
@media screen and (max-width: 572px) {
  .archive2024-main .talk__content-item .item-block .ttl {
    font-size: 1rem;
  }
}
.archive2024-main .talk__content-item .item-block .name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 572px) {
  .archive2024-main .talk__content-item .item-block .name {
    font-size: 1.5rem;
  }
}
.archive2024-main .talk__content-item .item-block .sub {
  margin-top: 10px;
  font-size: 0.925rem;
}
.archive2024-main .talk__content-item .item-block .text {
  margin-top: 15px;
}
.archive2024-main .contact {
  background-color: #f6f6f6;
  padding: 50px 20px;
  margin-top: 80px;
}
@media screen and (max-width: 572px) {
  .archive2024-main .contact {
    margin-top: 60px;
  }
}
.archive2024-main .contact .inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}
.archive2024-main .contact .l-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 572px) {
  .archive2024-main .contact .l-flex {
    flex-direction: column;
  }
}
.archive2024-main .contact .l-flex .l-left > h2 {
  font-size: 2rem;
  font-weight: bold;
}
.archive2024-main .contact .l-flex .l-left > a {
  transition: 0.3s ease;
  display: block;
}
.archive2024-main .contact .l-flex .l-left > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 572px) {
  .archive2024-main .contact .l-flex .l-right {
    margin-top: 30px;
  }
}
.archive2024-main .contact .l-flex .l-right > a {
  transition: 0.3s ease;
  display: block;
}
.archive2024-main .contact .l-flex .l-right > a:hover {
  opacity: 0.7;
}
.archive2024-main .contact .credit {
  margin-top: 50px;
}
.archive2024-main .copylight {
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px;
  font-size: 0.875rem;
}

.policy-main {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 572px) {
  .policy-main {
    margin-top: 60px;
  }
}
.policy-main .policy {
  padding: 80px 0;
}
@media screen and (max-width: 572px) {
  .policy-main .policy {
    padding: 50px 0;
  }
}
.policy-main .policy__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.policy-main .policy__content {
  margin-top: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 572px) {
  .policy-main .policy__content {
    margin-top: 30px;
  }
}
.policy-main .policy__content h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2em;
}
.policy-main .policy__content h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 2em;
}
.policy-main .policy__content p {
  margin-top: 1em;
}
.policy-main .policy__content p a {
  text-decoration: underline;
  transition: 0.3s;
}
.policy-main .policy__content p a:hover {
  opacity: 0.7;
}
.policy-main .policy__content ol {
  padding-left: 1.5rem;
  counter-reset: number 0;
}
.policy-main .policy__content ol li {
  margin-top: 10px;
}
.policy-main .policy__content ol li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

.p-404-main .p-404 {
  width: min(900px, 100%);
  text-align: center;
  margin: 0 auto;
}
.p-404-main .p-404 > img {
  width: 100%;
  height: auto;
}
.p-404-main .p-404 .title {
  margin-top: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-404-main .p-404 .title > span {
  display: inline-block;
}
.p-404-main .p-404 .text {
  margin-top: 30px;
  font-size: 1.125rem;
}
.p-404-main .p-404 .text > span {
  display: inline-block;
}
.p-404-main .p-404 .back-btn {
  margin: 50px auto 0;
  display: block;
  border: 1px solid currentColor;
  padding: 0.75em 0;
  width: 270px;
  font-size: 0.925rem;
  transition: 0.3s;
  text-align: center;
  font-weight: bold;
}
.p-404-main .p-404 .back-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 572px) {
  .p-404-main .p-404 .back-btn {
    margin: 30px auto 0;
    width: 240px;
  }
}
.p-404-main .copylight {
  margin-top: 50px;
  text-align: center;
  padding: 30px;
  font-size: 0.875rem;
}
/*# sourceMappingURL=style.css.map */