@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&family=Shippori+Mincho+B1:wght@400;700&family=Kaisei+Tokumin:wght@400;700&family=Yuji+Syuku&family=Yuji+Mai&family=New+Tegomin&display=swap");
.news_sec {
  background-color: #1b2d4d;
  color: #fff;
}
.news_sec.diagonal_bg::before, .news_sec.diagonal_bg::after {
  background: #1b2d4d;
}
.news_sec .inr {
  display: flex;
  gap: 10%;
}
.news_sec .inr .cont {
  width: 50%;
}
.news_sec .inr .cont dd {
  font-size: 1.2em;
  padding-bottom: 5px;
  border-bottom: 1px dashed #464d68;
}

.join_sec {
  position: relative;
  padding: 120px 0;
  background: url("../images/join_bg.jpg") top center no-repeat;
  background-size: cover;
}
.join_sec .inr {
  position: relative;
}
.join_sec .inr::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40%;
  max-width: 300px;
  height: 100%;
  right: -10px;
  top: -150px;
  background: url("../images/join_img04.png") top center no-repeat;
  background-size: contain;
}
.join_sec .ttl {
  color: #fff;
}
.join_sec ul {
  display: flex;
  justify-content: space-between;
}
.join_sec ul li {
  width: 33%;
  justify-content: center;
}
.join_sec ul li:nth-child(2) dl::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: rgba(93, 240, 201, 0.2);
  mix-blend-mode: multiply;
}
.join_sec ul li:nth-child(3) dl::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: rgba(216, 131, 209, 0.2);
  mix-blend-mode: multiply;
}
.join_sec ul li .img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.join_sec ul li .img dl {
  text-align: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/washi_bg.jpg?1") no-repeat center;
  background-size: cover;
  position: relative;
}
.join_sec ul li .img dl dt {
  position: absolute;
  top: -20px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.join_sec ul li .img dl dd {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 24px;
}
.join_sec ul li .txt {
  margin: 0 auto;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.8;
  letter-spacing: 0.1em;
  height: 350px;
}
.join_sec ul li .txt h3 {
  font-size: min(3.8vw, 26px);
  margin-left: 10px;
}
.join_sec ul li .txt h3 span {
  background-color: #000;
}
.join_sec ul li .txt p {
  font-size: min(3.8vw, 15px);
  line-height: 2;
}

.criteria_sec {
  background-color: #1b2d4d;
  color: #fff;
  z-index: 1;
}
.criteria_sec.diagonal_bg::before, .criteria_sec.diagonal_bg::after {
  background: #1b2d4d;
}
.criteria_sec .bg {
  position: relative;
  height: 100%;
}
.criteria_sec .bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 45%;
  height: 100%;
  right: 0px;
  top: -20px;
  background: url("../images/criteria_bg.gif") top center no-repeat;
  background-size: cover;
}
.criteria_sec .inr .cont {
  width: 65%;
  /* 金 */
  /* 銀 */
  /* 銅 */
  /* 深緑 */
  /* 鉄紺 */
  /* 7位以降：やや落ち着いた墨色グラデーション */
  /* 最後（最下位）：少し透明感を持たせて柔らかく */
  /* ✨ハイライトを足して高級感 */
}
.criteria_sec .inr .cont p {
  margin-bottom: 1em;
}
.criteria_sec .inr .cont h3 {
  text-align: center;
  margin: 40px 0 10px;
  font-size: min(3.8vw, 24px);
}
.criteria_sec .inr .cont .rank {
  font-family: "Yuji Mai", "Kaisei Tokumin", "Zen Old Mincho", serif;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.criteria_sec .inr .cont .rank::after {
  content: "";
  width: 10em;
}
.criteria_sec .inr .cont .rank dl {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1;
  color: #332a2a;
  gap: 10px;
  position: relative;
}
.criteria_sec .inr .cont .rank dl dt {
  color: #1b2d4d;
  font-weight: 600;
  font-size: 1.2em;
  color: #eaeaea;
  opacity: 0.7;
}
.criteria_sec .inr .cont .rank dl dd {
  font-weight: bold;
  font-size: 1.35em;
  color: #eaeaea;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.criteria_sec .inr .cont .rank dl:nth-child(-n+5) dd {
  font-size: 1.8em;
}
.criteria_sec .inr .cont .rank dl:nth-child(1) {
  background: linear-gradient(135deg, #f5c542, #8d6e00);
}
.criteria_sec .inr .cont .rank dl:nth-child(2) {
  background: linear-gradient(135deg, #d9d9d9, #5c5c5c);
}
.criteria_sec .inr .cont .rank dl:nth-child(3) {
  background: linear-gradient(135deg, #cd7f32, #603813);
}
.criteria_sec .inr .cont .rank dl:nth-child(4) {
  background: linear-gradient(135deg, #445c2c, #1e2e15);
}
.criteria_sec .inr .cont .rank dl:nth-child(5) {
  background: linear-gradient(135deg, #34425a, #1a1f2b);
}
.criteria_sec .inr .cont .rank dl:nth-child(6) {
  background: linear-gradient(135deg, #5a3d2b, #2a1a12);
}
.criteria_sec .inr .cont .rank dl:nth-child(n+7) {
  background: linear-gradient(135deg, #4c4c4c, #1e1e1e);
}
.criteria_sec .inr .cont .rank dl:last-child {
  background: linear-gradient(135deg, #6a6a6a, #2b2b2b);
}
.criteria_sec .inr .cont .rank dl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.3), transparent 60%);
  pointer-events: none;
}

.member_sec {
  position: relative;
  padding-bottom: 100px;
  background: #4a2d69;
}
.member_sec.diagonal_bg::before, .member_sec.diagonal_bg::after {
  background: #4a2d69;
}
.member_sec .inr {
  position: relative;
}
.member_sec .inr::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40%;
  max-width: 300px;
  height: 100%;
  right: -10px;
  top: -150px;
  background: url("../images/member_bg.png") top center no-repeat;
  background-size: contain;
}
.member_sec .ttl {
  color: #fff;
}
.member_sec .cont ul {
  display: flex;
  justify-content: space-around;
}
.member_sec .cont ul li {
  width: 45%;
}
.member_sec .cont ul li figure {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.member_sec .cont ul li figure::after {
  content: "";
  position: absolute;
  z-index: 10;
  height: 90%;
  width: 90%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../images/washi_bg.jpg?1") no-repeat center;
  background-size: cover;
}
.member_sec .cont ul li dl {
  text-align: center;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
}
.member_sec .cont ul li dl dt {
  font-size: min(3.8vw, 32px);
  font-weight: bold;
}
.member_sec .cont ul li dl dd {
  font-size: min(3.8vw, 24px);
  font-weight: 600;
}
.member_sec .cont ul li table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
.member_sec .cont ul li table th {
  text-align: center;
}
.member_sec .cont ul li table th,
.member_sec .cont ul li table td {
  border: 2px solid #4b3232;
  padding: 10px;
}
.member_sec .cont ul li table th.price,
.member_sec .cont ul li table td.price {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.caution_sec {
  background-color: #332a2a;
  padding-top: 120px;
}
.caution_sec.diagonal_bottom_bg::after {
  background: #332a2a;
}
.caution_sec .ttl {
  color: #fff;
}
.caution_sec .inr {
  position: relative;
}
.caution_sec .inr::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40%;
  max-width: 400px;
  height: 100%;
  right: -10px;
  top: -120px;
  background: url("../images/caution_bg.png") top center no-repeat;
  background-size: contain;
}
.caution_sec .cont li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.caution_sec .cont li figure {
  width: 35%;
}
.caution_sec .cont li .info {
  width: 60%;
}
.caution_sec .cont li .info .tag {
  background-color: #4a2d69;
  color: #fff;
  width: 100px;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.caution_sec .cont li .info h3 {
  font-size: min(3.8vw, 26px);
}
.caution_sec .cont li .info p {
  font-size: 1.1em;
  width: 95%;
  font-weight: 500;
}

.bisuness_sec {
  padding-top: 120px;
  background: url("../images/bisuness_bg.jpg") no-repeat;
  background-size: cover;
}
.bisuness_sec .marquee {
  overflow: hidden;
  width: 100%;
}
.bisuness_sec .marquee .marquee_inner {
  display: flex;
  width: fit-content; /* JS側で幅を調整 */
  animation: marquee 30s linear infinite;
}
.bisuness_sec .marquee .marquee_content {
  display: flex;
  width: auto; /* JSが制御 */
}
.bisuness_sec .marquee li {
  flex: 0 0 350px; /* 固定幅 */
  box-sizing: border-box;
  padding: 0 5px;
}
.bisuness_sec .marquee li img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--scroll-width)));
  }
}
.bisuness_sec .ttl {
  color: #fff;
}
.bisuness_sec .cont ul {
  display: flex;
  flex-wrap: wrap;
}
.bisuness_sec .cont ul li {
  color: #fff;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.bisuness_sec .cont ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 100%;
  top: -30px;
  right: -20px;
  background: url("../images/caution_bg.png") top center no-repeat;
  background-size: contain;
}
.bisuness_sec .cont ul li:nth-child(1) {
  margin-top: 0px;
}
.bisuness_sec .cont ul li:nth-child(2) {
  margin-top: 30px;
}
.bisuness_sec .cont ul li:nth-child(3) {
  margin-top: 60px;
}
.bisuness_sec .cont ul li:nth-child(4) {
  margin-top: 0px;
}
.bisuness_sec .cont ul li:nth-child(5) {
  margin-top: 30px;
}
.bisuness_sec .cont ul li:nth-child(6) {
  margin-top: 60px;
}
.bisuness_sec .cont ul li h3 {
  font-size: min(3.8vw, 24px);
  margin-left: 10px;
}
.bisuness_sec .cont ul li h3 span {
  background-color: #000;
}
.bisuness_sec .cont ul li p {
  font-size: 1.2em;
  line-height: 2;
}

.network_sec .inr {
  position: relative;
}
.network_sec .inr::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 40%;
  max-width: 280px;
  height: 100%;
  right: -10px;
  top: -180px;
  background: url("../images/bisuness_img01.png") top center no-repeat;
  background-size: contain;
}
.network_sec .cont ul {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
}
.network_sec .cont ul li {
  width: 30%;
}
.network_sec .cont ul li figure {
  width: 70%;
  margin: 0 auto;
}
.network_sec .cont ul li dl {
  margin-top: 20px;
}
.network_sec .cont ul li dl dt {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.company_sec {
  padding-top: 100px;
  background-color: #f1f1f1;
}
.company_sec.diagonal_bottom_bg::after {
  background: #f1f1f1;
}
.company_sec .message {
  display: flex;
  justify-content: space-around;
}
.company_sec .message figure {
  width: 30%;
}
.company_sec .message .cont {
  width: 55%;
}
.company_sec .message .cont h3 {
  margin-bottom: 20px;
}
.company_sec .message .cont p {
  line-height: 2.5;
  margin-bottom: 1em;
}
.company_sec .message .cont dl {
  text-align: right;
}
.company_sec .message .cont dl dd {
  font-weight: 500;
  font-size: 1.1em;
}
.company_sec table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  border-collapse: collapse;
  font-size: 0.95em;
}
.company_sec table th {
  width: 20%;
  text-align: center;
}
.company_sec table th,
.company_sec table td {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.company_sec table ul {
  list-style: decimal;
  padding-left: 1.5em;
}

.contact_sec {
  margin-top: 100px;
}
.contact_sec .error {
  color: #950606;
  font-size: 0.9em;
}
.contact_sec .confrim {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1b2d4d;
}
.contact_sec .table {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact_sec .table dl {
  display: table-row;
  border-bottom: 1px dashed #aaa;
}
.contact_sec .table dl dt,
.contact_sec .table dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0;
}
.contact_sec .table dl dt {
  text-align: center;
}

.complete_sec {
  text-align: center;
}
.complete_sec h4 {
  font-size: min(3.8vw, 22px);
  margin-bottom: 10px;
}