@charset "UTF-8";
/* IR CSS Document */

:root {
  --ir-main: #C50A0D;
}

.ir-inner {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 80px;
}

.ir-inner:first-child,
.local-nav + .ir-inner {
  margin-top: 0;
}

/* heading */

.heading-h2 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: calc(30/16*1rem);
  font-weight: 700;
  line-height: calc(45/16*1rem);
  letter-spacing: .08em;
  margin-bottom: 40px;
  position: relative;
}

.heading-h2 > span:not(.bar) {
  flex-shrink: 0;
}

.heading-h2 .bar {
  background-color: var(--ir-main);
  display: block;
  height: 6px;
  margin-left: 16px;
  width: 430px;
}

.heading-h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

* + .heading-h3 {
  margin-top: 40px;
}

@media screen and (max-width: 1139px) {

  .ir-inner {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 40px;
  }

  .heading-h2 {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    width: 100%;
  }

  .heading-h2 .bar {
    width: 100%;
    height: 3px;
    margin-left: 0;
    margin-top: 8px;
  }

  .heading-h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  * + .heading-h3 {
    margin-top: 30px;
  }
}

/* local-nav */

.local-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  row-gap: 15px;
  margin: -40px 0 60px;
}

.local-nav li {
  position: relative;
}

.local-nav li a {
  display: block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}

.local-nav li a span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.local-nav li a span::after {
  background-image: linear-gradient(#4a5071, #4a5071);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background-size .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.local-nav li.active a {
  color: var(--ir-main);
}

.local-nav li a:hover span::after,
.local-nav li.active a span::after {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

/* table */

.table {
  border-collapse: separate;
  border-top: 1px solid #d8d8d8;
  width: 100%;
}

.table th, .table td {
  border-bottom: 1px solid #d8d8d8;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}

.table th {
  padding-right: 10px;
  min-width: 8em;
  width: 25%;
}

.table td {
  width: 75%;
}

@media screen and (min-width: 900px) {
  .table th {
      white-space: nowrap;
  }
}

/* link button */

.a-btn a {
  background-color: var(--ir-main);
  border-color: var(--ir-main);
  border-width: 1px;
  font-size: calc(16/16*1rem);
  font-weight: 500;
}

.a-btn a:hover {
  background-color: #FFF;
  color: var(--ir-main);
}

.a-btn.ir-btn a {
  background-color: #FFF;
  color: var(--ir-main);
}

.a-btn.ir-btn a:hover {
  background-color: var(--ir-main);
  color: #FFF;
}

.ir-linktxt {
  color: #b10104;
  text-decoration: underline;
}

.ir-linktxt:hover {
  text-decoration: none;
}

/* ir TOP */

[class*="ir-top-"] .ir-btn a,
[class*="ir-top-"] .a-btn a {
  letter-spacing: .1em;
  width: 100%;
}

[class*="ir-top-"] .ir-btn a:has(i),
[class*="ir-top-"] .a-btn a:has(i) {
  position: relative;
}

[class*="ir-top-"] .ir-btn a i,
[class*="ir-top-"] .a-btn a i {
  position: absolute;
  right: 30px;
}

[class*="ir-top-"] .a-btn a i {
	margin-top: 2px;
}

.ir-top-news {}

.ir-top-news .ir-btn {
  margin-top: 50px;
}

.ir-top-news .ir-btn a {
  margin: 0 auto;
  max-width: 254px;
}

.section:has(.ir-top-index) {
  background-color: #F9F9F9;
}

.ir-top-index {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ir-box {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 30px 40px 40px;
}

.ir-top-index .ir-box {
  width: calc((100% - 24px) / 2);
}

.ir-top-index .head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: .35em;
  position: relative;
}

.ir-top-index .head::after {
  background: linear-gradient(90deg, var(--ir-main) 37.67%, #E0E0E0 37.67%);
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ir-top-index figure {
	background-color: #F9F9F9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	margin: 0 auto 30px;
}

.ir-top-index figure img {
  aspect-ratio: 1 / 1;
  min-width: 0;
  width: 140px;
}

.ir-top-index .ir-btn + .ir-btn {
  margin-top: 16px;
}

.ir-top-index .ir-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  position: relative;
}

.ir-top-index2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ir-top-index2 .a-btn {
  width: calc((100% - 24px) / 2);
}

@media screen and (min-width: 1140px) {

  .section:has(.ir-top-index2) .container {
      padding-top: 80px;
  }

  .ir-top-index .ir-box {
    width: calc((100% - (24px * 2)) / 3);
  }

  .ir-top-index2 .a-btn {
    width: calc((100% - (24px * 2)) / 3);
  }

}

/* ir calendar */

.ir-calendar {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.ir-calendar .ir-col {
  width: calc(50% - 2px);
}

.ir-calendar figure {
  margin: 0;
}



@media screen and (max-width: 899px) {

.ir-innder {
  margin-top: 40px;
}

.renewal.section.bread .bread-container {
  width: 100%;
}

/* local-nav */

.local-nav {
  gap: 15px;
  margin: -20px 0 50px;
}

.local-nav li a {
  font-size: calc(14/16*1rem);
  text-align: center;
}

@media screen and (max-width: 470px) {
  .local-nav {
    gap: 10px;
  }

  .local-nav li {
    min-width: calc((100% - 15px) / 2);
  }

  .local-nav li a {
    border: 1px solid currentColor;
    border-radius: 9999px;
    padding: 5px 10px;
  }

  .local-nav li.active a {
    background-color: var(--ir-main);
    color: #FFF;
    pointer-events: none;
  }

  .local-nav li a span::after {
    display: none;
  }
}

/* ir TOP */

.ir-box {
  padding: 25px 30px 35px;
}

.ir-top-index .head {
  font-size: 20px;
}

.ir-top-index2 {
  gap: 20px;
}

@media screen and (max-width: 679px) {

  .ir-top-index .ir-box {
    width: 100%;
  }

  .ir-top-index2 .a-btn {
    width: 100%;
  }

}

/* IR calendar */

.ir-calendar {
  display: block;
  max-width: 650px;
  margin: 0 auto 50px;
}

.ir-calendar .ir-col {
  width: 100%;
}

.ir-calendar .ir-col + .ir-col {
  margin-top: 50px;
}

}
