@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
/* base color */
/* orizin color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-title_front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-title_front h2 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: 24px;
}
.c-title_front p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 500;
}
.c-title_front--center {
  text-align: center;
}
.c-title_front--center p {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.c-title_lower h2,
.c-title_lower h3 {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-size: 20px;
}
.c-title_lower p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 500;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}
.c-button::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #880000;
  aspect-ratio: 1/1;
  width: 8px;
  height: auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-button:hover {
    opacity: 1;
  }
  .c-button:hover::before {
    scale: 4.5;
  }
}
@media (hover: none) {
  .c-button {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .c-button:active {
    opacity: 1;
  }
  .c-button:active::before {
    scale: 4.5;
  }
}

.c-headline {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
}

.c-headline--lv2 {
  font-size: clamp(1.5rem, 3.1111111111vw, 1.75rem);
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .c-headline--lv2 {
    line-height: 1.8;
  }
}

@media screen and (min-width: 901px) {
  .c-table table tr:first-of-type th,
  .c-table table tr:first-of-type td {
    padding-top: 0;
  }
}
.c-table table th,
.c-table table td {
  border: unset;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .c-table table th,
  .c-table table td {
    display: block;
    padding: 20px 0;
  }
}
.c-table table th {
  border-bottom: 1px solid #880000;
  width: 136px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .c-table table th {
    width: 100%;
    padding-bottom: 4px;
    border: none;
  }
}
.c-table table td {
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 900px) {
  .c-table table td {
    padding-top: 0;
  }
}

.c-layout_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 900px) {
  .c-layout_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .c-layout_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .c-layout_nav ul {
    position: sticky;
    z-index: 1;
    top: 56px;
  }
}
@media screen and (min-width: 901px) {
  .c-layout_contents {
    -ms-flex-preferred-size: 73.33%;
        flex-basis: 73.33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-circle_front {
  position: absolute;
  top: 16.3125vw;
  right: -17.875vw;
  aspect-ratio: 1/1;
  width: clamp(350px, 55.125vw, 882px);
  margin: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 600px) {
  .c-circle_front {
    top: 36vw;
    right: -50%;
  }
}
.c-circle_front .circleText {
  overflow: visible;
}
.c-circle_front .circleText__circle {
  fill: none;
}
.c-circle_front .circleText__text {
  fill: #F5F5F5;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.c-circle_front svg {
  display: block;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.c-circle_lower {
  aspect-ratio: 1/1;
  width: clamp(350px, 55.125vw, 882px);
  height: auto;
  margin: auto;
  mix-blend-mode: multiply;
}
.c-circle_lower .circleText {
  overflow: visible;
}
.c-circle_lower .circleText__circle {
  fill: none;
}
.c-circle_lower .circleText__text {
  fill: #F5F5F5;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.c-circle_lower svg {
  display: block;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}