@charset "UTF-8";
/*! =================================================================================

  "irrc.co.jp" Index Styles

================================================================================= */
@media screen and (max-width: 1060px) {
  .l-header {
    background-image: linear-gradient(90deg, #d5e7f7, #def2f7 40%, transparent 70%);
  }
}
@media screen and (max-width: 835px) {
  .l-header {
    background-image: none;
  }
}
/*!
  Main Visual
================================================================================= */
.mv02 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.movie {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -2;
}
.movie video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie picture {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 23px;
  top: 105px;
  right: 40px;
}
.movie picture img {
  width: 100%;
  height: auto;
  margin-top: 3px;
}

@media screen and (max-width: 927px) {
  .movie picture {
    width: 120px;
    height: 120px;
    padding: 22px;
    top: 90px;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .mv02 {
    height: calc(128vw + 84px);
  }
  .movie {
    height: auto;
    padding-top: 115px;
    background-image: linear-gradient(90deg, #f3f9fc, #ffffff 20%, transparent 70%);
  }
  .movie picture {
    width: 100px;
    height: 100px;
    padding: 16px;
    top: 80px;
    right: 10px;
  }
}
/*!
  Section01
================================================================================= */
.sec01 {
  padding: 120px 0 200px;
  background-color: #ffffff;
}
.sec01 .inner {
  position: relative;
  max-width: 1384px;
}
.sec01 .inner .sec-header {
  display: flex;
  align-items: flex-end;
  margin: 0 0 80px;
}
.sec01 .inner .sec-header .sec-heading {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  width: 320px;
}
.sec01 .inner .sec-header .tab-nav {
  margin: 0 0 0 70px;
}
.sec01 .inner .sec-header .tab-nav ul {
  display: flex;
  align-items: center;
}
.sec01 .inner .sec-header .tab-nav ul li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 25px 0 0;
  text-align: center;
}
.sec01 .inner .sec-header .tab-nav ul li a {
  width: 200px;
  height: 42px;
  line-height: 1.4;
  border: solid 2px #333333;
  border-radius: 100px;
  color: #333333;
  text-decoration: none;
  display: grid;
  place-content: center;
  transition: all 0.3s;
}
.sec01 .inner .sec-header .tab-nav ul li a:hover, .sec01 .inner .sec-header .tab-nav ul li a.is-active {
  color: #ffffff;
  background-color: #333333;
}
.sec01 .inner > .more-see {
  margin: 90px auto 0;
}
.sec01 .tab-boxes {
  max-width: 954.6666666667px;
  margin: auto;
}
.sec01 .tab-boxes > div {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease;
}
.sec01 .tab-boxes > div.is-visible {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sec01 .tab-boxes .tab-box > div dl {
  border-bottom: solid 1px #dedede;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.sec01 .tab-boxes .tab-box > div dl dt {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.sec01 .tab-boxes .tab-box > div dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  /*transform: translateY(-50%);*/
  left: 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 27px;
  border: solid 1px #333333;
  border-radius: 25px;
  text-align: center;
  margin: 0 0 0 120px;
  padding: 0 1.25em;
}
.sec01 .tab-boxes .tab-box > div dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin: 0.75em 0 0;
}
.sec01 .tab-boxes .tab-box#news > div dl dt::after {
  content: "ニュースリリース";
}
.sec01 .tab-boxes .tab-box#info > div dl dt::after {
  content: "お知らせ";
}
.sec01 .tab-boxes .tab-box#publication > div dl dt::after {
  content: "掲載情報";
}

@media screen and (max-width: 1000px) {
  .sec01 .inner .sec-header .tab-nav ul li {
    margin-right: 15px;
  }
  .sec01 .inner .sec-header .tab-nav ul li:last-of-type {
    margin-right: 0;
  }
  .sec01 .inner .sec-header .tab-nav ul li a {
    width: auto;
    padding: 0 30px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 835px) {
  .sec01 {
    padding: 90px 0;
    background-color: #f3f5f7;
  }
  .sec01 .inner .sec-header {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
  }
  .sec01 .inner .sec-header .tab-nav {
    width: 100%;
    margin: 35px 0 0;
  }
  .sec01 .inner .sec-header .tab-nav ul li {
    width: 33.333333%;
    margin: 0;
  }
  .sec01 .inner .sec-header .tab-nav ul li a {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 0;
    background-color: #D0DFEB;
  }
  .sec01 .inner .sec-header .tab-nav ul li a:hover, .sec01 .inner .sec-header .tab-nav ul li a.is-active {
    color: #333333;
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .sec01 .inner .tab-boxes {
    background-color: #ffffff;
    padding: 55px 0;
  }
  .sec01 .inner .tab-boxes .tab-box > div {
    display: block;
    padding: 0 30px;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl {
    padding: 0 0 30px;
    border-bottom: solid 1px #707070;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl:not(:first-of-type) {
    margin: 30px 0 0;
  }
  .sec01 .inner .tab-boxes > .more-see {
    display: inherit;
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .sec01 {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  .sec01 .inner .sec-header .sec-heading {
    width: 100%;
  }
  .sec01 .inner .sec-header .tab-nav ul li {
    font-size: max(3.125vw, 13px);
  }
  .sec01 .inner .sec-header .tab-nav ul li a {
    height: 12.5vw;
  }
  .sec01 .inner .tab-boxes {
    padding: 10.4166666667% 0;
  }
  .sec01 .inner .tab-boxes .tab-box > div {
    padding: 0 5.2083333333%;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl {
    padding: 0 0 6.25%;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl:not(:first-of-type) {
    margin: 6.25% 0 0;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl dt {
    font-size: max(2.5vw, 11px);
    padding: 0;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl dt::before {
    font-size: max(2.5vw, 11px);
    width: 29.1666666667vw;
    line-height: 20px;
    border-radius: 20px;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl dt::after {
    content: none;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl dd p {
    font-size: max(3.125vw, 13px);
  }
  .sec01 .inner .tab-boxes .tab-box#news > div dl dt::after {
    content: none;
  }
  .sec01 .inner .tab-boxes .tab-box#info > div dl dt::after {
    content: none;
  }
  .sec01 .inner .tab-boxes .tab-box#publication > div dl dt::after {
    content: none;
  }
  .sec01 .inner > .more-see {
    margin: 6.25% auto 0;
  }
}
@media screen and (max-width: 320px) {
  .sec01 .inner .tab-boxes .tab-box > div dl dt {
    padding: 0 0 0 35.4166666667vw;
  }
  .sec01 .inner .tab-boxes .tab-box > div dl dt::before {
    width: 31.25vw;
  }
}
/*!
  Section02
================================================================================= */
.sec02 {
  padding: 0 0 95px;
  background-color: #e2e2e2;
  display: grid;
}
.sec02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 454px;
  height: 396px;
  display: inline-block;
  background-image: url("/images-2025/home/irrc_top_sec02_pict001.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transform: scale(-1, 1);
}
.sec02::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 0;
  width: 454px;
  height: 396px;
  display: inline-block;
  background-image: url("/images-2025/home/irrc_top_sec02_pict002.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transform: scale(-1, 1);
}
.sec02 h2.sec-heading {
  width: auto;
}
.sec02 .inner {
  position: relative;
  z-index: 1;
  max-width: 584.6666666667px;
  width: 35%;
  margin-right: auto;
  margin-left: 50%;
  grid-area: 1/1;
  padding: 130px 0 0;
}
.sec02 .inner > div {
  margin: 50px 0 0 auto;
}
.sec02 .inner > div span {
  letter-spacing: -0.3em;
}
.sec02 .inner > div dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}
.sec02 .inner > div dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.7777777778;
}
.sec02 .inner > div .more-see {
  float: right;
  margin: 55px 0 0;
}
.sec02 .inner > div .more-see::after {
  content: "";
  display: block;
  clear: both;
}
.sec02 figure {
  position: relative;
  grid-area: 1/1;
  flex-shrink: 0;
  width: 45vw;
  margin: 0 57vw 90px 0;
  z-index: 1;
}
.sec02 figure img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 50px 0;
  aspect-ratio: 471/323;
  object-fit: cover;
}
.sec02 figure figcaption {
  margin-top: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: right;
}
.sec02 figure figcaption span {
  font-size: 1.3333333333em;
  font-weight: 600;
}
.sec02 figure figcaption br {
  display: none;
}

@media screen and (max-width: 1280px) {
  .sec02 .inner {
    width: 40%;
  }
  .sec02 figure {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1060px) {
  .sec02 .inner {
    width: 45%;
  }
}
@media screen and (max-width: 835px) {
  .sec02 {
    padding: 130px 0 0;
    display: block;
  }
  .sec02 > .sec-heading {
    display: block;
    margin: 0 40px;
  }
  .sec02::before, .sec02::after {
    width: 54.371257485vw;
    height: 47.4251497006vw;
  }
  .sec02 .inner {
    width: 80%;
    max-width: none;
    padding: 65px 0 16vw;
    margin: auto;
  }
  .sec02 .inner > .sec-heading {
    margin: 0 auto 9% auto;
  }
  .sec02 .inner > div {
    width: 100%;
    margin: 0;
  }
  .sec02 .inner > div dl dt {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .sec02 .inner > div dl dd p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
  .sec02 .inner > div .more-see {
    float: none;
    margin: 70px auto 0;
  }
  .sec02 figure {
    width: 95%;
    height: auto;
    margin-bottom: 0;
  }
  .sec02 figure img {
    aspect-ratio: 750/430;
  }
  .sec02 figure figcaption {
    top: 30vw;
    left: 10vw;
    bottom: initial;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .sec02 figure figcaption span {
    font-size: 1.6em;
    font-weight: 400;
  }
}
@media screen and (max-width: 640px) {
  .sec02 {
    padding: 15% 0;
  }
  .sec02 .inner > .sec-heading {
    margin: 0 5% 9% 5%;
  }
  .sec02 .inner {
    width: 100%;
    padding: 50px 0 0;
  }
  .sec02 .inner > div dl {
    width: 89.3333333333%;
    margin: auto;
  }
  .sec02 .inner > div dl dt {
    font-size: 5.0666666667vw;
  }
  .sec02 .inner > div dl dd p {
    font-size: 2.9333333333vw;
  }
  .sec02 figure img {
    border-radius: 0 0 30px 0;
  }
  .sec02 figure figcaption {
    margin-left: 5%;
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .sec02 > .sec-heading {
    width: 89.3333333333% !important;
  }
  .sec02 figure {
    margin-top: 10.6666666667%;
  }
  .sec02 .more-see {
    margin: 5.3333333333% auto 0;
  }
}
/*!
  Section03
================================================================================= */
.sec03 {
  width: 100%;
  display: grid;
  align-items: center;
}
.sec03 .contents-area {
  position: relative;
  z-index: 1;
  grid-area: 1/1;
}
.sec03 .contents-area .sec-header {
  display: block;
  padding: 0;
  margin: 0;
}
.sec03 .contents-area .sec-header .sec-heading {
  width: 320px;
}
.sec03 .contents-area .sec-header h2 {
  font-size: 120px;
  font-size: 12rem;
  font-weight: 600;
  color: #eef2f5;
  opacity: 0.55;
  filter: alpha(opacity=55);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.sec03 .contents-area .be-guidelines {
  max-width: 1280px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin: 60px auto 0;
}
.sec03 .contents-area .be-guidelines .guideline {
  width: 48.5%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 30px 25px;
}
.sec03 .contents-area .be-guidelines .guideline h3 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: solid 1px #acacac;
  padding: 0 0 0.25em;
}
.sec03 .contents-area .be-guidelines .guideline h3::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6em;
  font-weight: 400;
  color: #acacac;
  display: block;
  white-space: nowrap;
}
.sec03 .contents-area .be-guidelines .guideline:first-of-type h3::after {
  content: "Purpose";
}
.sec03 .contents-area .be-guidelines .guideline:nth-of-type(2) h3::after {
  content: "Vision";
}
.sec03 .contents-area .be-guidelines .guideline:nth-of-type(3) h3::after {
  content: "Mission";
}
.sec03 .contents-area .be-guidelines .guideline:last-of-type h3::after {
  content: "Value";
}
.sec03 .contents-area .be-guidelines .guideline dl {
  margin: 45px auto 0;
}
.sec03 .contents-area .be-guidelines .guideline dl dt {
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.sec03 .contents-area .be-guidelines .guideline dl dt::after {
  content: none;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 22.5px;
  height: 30px;
  background-image: url("/images-2025/home/arrow_under.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.sec03 .contents-area .be-guidelines .guideline dl dd {
  position: relative;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec03 .contents-area .be-guidelines .guideline dl dd .more-see {
  flex-shrink: 0;
}
.sec03 .movie02 {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  background-color: #628ab4;
  aspect-ratio: 1920/936;
  overflow: hidden;
  grid-area: 1/1;
}
.sec03 .movie02 video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
  aspect-ratio: 1920/936;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (max-width: 1920px) {
  .sec03 .movie02 {
    aspect-ratio: 3/2;
  }
  .sec03 .movie02 video {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 1600px) {
  .sec03 .contents-area .be-guidelines {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1440px) {
  .sec03 .movie02 {
    aspect-ratio: 5/4;
  }
  .sec03 .movie02 video {
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 1060px) {
  .sec03 .contents-area .sec-header h2 {
    font-size: 9.7vw;
  }
  .sec03 .movie02 {
    aspect-ratio: 1/1;
  }
  .sec03 .movie02 video {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 835px) {
  .sec03 .contents-area .inner .sec-header {
    flex-direction: row;
  }
  .sec03 .contents-area .inner .sec-header h2 {
    font-size: 80px;
    font-size: 8rem;
  }
  .sec03 .contents-area .be-guidelines {
    width: 84%;
    gap: 25px 0;
    margin: 30px auto 0;
  }
  .sec03 .contents-area .be-guidelines .guideline {
    width: 48%;
    padding: 4% 3.5%;
  }
}
@media screen and (max-width: 640px) {
  .movie video {
    object-fit: contain;
  }
  .sec03 .contents-area .inner .sec-header h2 {
    font-size: 60px;
    font-size: 6rem;
  }
  .sec03 .contents-area .be-guidelines {
    flex-direction: column;
    gap: 20px 0;
  }
  .sec03 .contents-area .be-guidelines .guideline {
    width: 100%;
  }
  .sec03 .contents-area .be-guidelines .guideline h3 {
    font-size: 22px;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    padding: 0 0 0.35em 0.25em;
  }
  .sec03 .contents-area .be-guidelines .guideline h3::after {
    position: relative;
    top: 0.25em;
    left: initial;
    transform: translate(0);
    display: inline-block;
    margin: 0 0 0 2em;
  }
  .sec03 .contents-area .be-guidelines .guideline dl {
    margin: 1em 0 0;
  }
  .sec03 .contents-area .be-guidelines .guideline dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    padding: 0 0 0 0.25em;
  }
  .sec03 .contents-area .be-guidelines .guideline dl dd {
    margin: 15px 0 0;
  }
  .sec03 .contents-area .be-guidelines .guideline dl dd .more-see {
    transform: scale(0.6);
  }
  .sec03 .movie02 {
    aspect-ratio: 9/16;
  }
  .sec03 .movie02 video {
    aspect-ratio: 9/16;
  }
}
@media screen and (max-width: 480px) {
  .sec03 .contents-area .inner .sec-header h2 {
    font-size: 9.5833333333vw;
  }
  .sec03 .contents-area .be-guidelines {
    margin: 20px auto 0;
  }
  .sec03 .contents-area .be-guidelines .guideline h3 {
    font-size: 4.375vw;
  }
  .sec03 .contents-area .be-guidelines .guideline dl dt {
    font-size: max(3.5416666667vw, 15px);
  }
  .sec03 .movie02 {
    aspect-ratio: 1/2;
  }
  .sec03 .movie02 video {
    aspect-ratio: 1/2;
  }
}
@media screen and (max-width: 414px) {
  .sec03 .movie02 {
    aspect-ratio: 1/2.1;
  }
  .sec03 .movie02 video {
    aspect-ratio: 1/2.1;
  }
}
/*!
  Section04
================================================================================= */
.sec04 {
  padding: 100px 0;
  background-color: #eef2f5;
}
.sec04 .inner {
  max-width: 1385px;
}
.sec04 .inner .sec-heading {
  width: 320px;
}
.sec04 .inner .biz-content-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 51px 32px;
  margin: 75px 0 0;
}
.sec04 .inner .biz-content-unit .biz-content figure {
  overflow: hidden;
}
.sec04 .inner .biz-content-unit .biz-content figure a img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.sec04 .inner .biz-content-unit .biz-content figure a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transform: scale(1.15);
}
.sec04 .inner .biz-content-unit .biz-content dl {
  margin: 40px 0 0;
}
.sec04 .inner .biz-content-unit .biz-content dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em;
}
.sec04 .inner .biz-content-unit .biz-content dl dd {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.sec04 .inner .biz-content-unit .biz-content dl dd p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin: 0 0 30px;
}
.sec04 .more-see {
  width: 80px;
}

@media screen and (max-width: 835px) {
  .sec04 {
    padding: 75px 0;
  }
}
@media screen and (max-width: 640px) {
  .sec04 {
    padding: 10% 0;
  }
  .sec04 .inner {
    width: 89.3333333333%;
  }
  .sec04 .inner .biz-content-unit {
    display: block;
    margin: 85px 0 0;
  }
  .sec04 .inner .biz-content-unit .biz-content:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec04 .inner .biz-content-unit .biz-content dl {
    margin: 20px 0 0;
  }
  .sec04 .inner .biz-content-unit .biz-content dl dt {
    font-size: 4.2666666667vw;
    margin: 0 0 0.25em;
  }
  .sec04 .inner .biz-content-unit .biz-content dl dd p {
    font-size: 3.7333333333vw;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .sec04 .inner .sec-heading {
    width: 100%;
  }
  .sec04 .inner .biz-content-unit {
    margin: 14.5833333333% 0 0;
  }
  .sec04 .inner .biz-content-unit .biz-content dl {
    margin: 15px 0 0;
  }
  .sec04 .inner .biz-content-unit .biz-content dl dt {
    font-size: max(3.75vw, 16px);
    margin: 0 0 0.25em;
  }
  .sec04 .inner .biz-content-unit .biz-content dl dd p {
    font-size: max(3.125vw, 13px);
  }
}
/*!
  Section05
================================================================================= */
.sec05 {
  display: grid;
}
.sec05 > .inner {
  position: relative;
  z-index: 1;
  width: 1000px;
  grid-area: 1/1;
}
.sec05 > .inner .ir-information {
  width: 100%;
  padding: 60px 50px;
  background: rgba(255, 255, 255, 0.71);
}
.sec05 > .inner .ir-information p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin: 100px 0 0;
}
.sec05 > .inner .ir-information ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 25px 0 0;
}
.sec05 > .inner .ir-information ul li {
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0 0 25px;
}
.sec05 > .inner .ir-information ul li::before {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleX(0.6);
  font-weight: 600;
  display: inline-block;
}
.sec05 > .inner .ir-information ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
}
.sec05 > figure {
  width: 100%;
  height: 100%;
  grid-area: 1/1;
}
.sec05 > figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2338/769;
  object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .sec05 > figure img {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 1000px) {
  .sec05 .inner {
    max-width: 100%;
    width: 89.3333333333%;
    margin: 10vw auto;
  }
}
@media screen and (max-width: 835px) {
  .sec05 > .inner .ir-information {
    padding: 5% 8%;
  }
  .sec05 > .inner .ir-information p {
    margin: 60px 0 0;
  }
  .sec05 > .inner .ir-information ul li {
    margin: 20px 30px 0 0;
  }
  .sec05 > figure img {
    aspect-ratio: auto;
    object-position: 100% 0;
  }
}
@media screen and (max-width: 640px) {
  .sec05 > .inner .ir-information {
    margin: 105px 0 0;
    padding: 6.6666666667% 6%;
  }
  .sec05 > .inner .ir-information .sec-heading {
    display: none;
  }
  .sec05 > .inner .ir-information p {
    font-size: 2.9333333333vw;
    letter-spacing: 0.025em;
    line-height: 1.8181818182;
    margin: 0;
  }
  .sec05 > .inner .ir-information ul {
    padding: 0;
    margin: 8% 0 0;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
  }
  .sec05 > .inner .ir-information ul li {
    width: 100%;
    height: 3.4em;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #000000;
  }
  .sec05 > .inner .ir-information ul li:first-of-type, .sec05 > .inner .ir-information ul li:nth-of-type(2) {
    border-top: solid 1px #000000;
  }
  .sec05 > .inner .ir-information ul li:nth-child(3) {
    height: auto;
  }
  .sec05 > .inner .ir-information ul li::before {
    left: initial;
    right: 0;
    transform: translateY(-50%) scale(0.5, 0.8);
  }
  .sec05 > .inner .ir-information ul li a {
    padding: 0.75em 0;
  }
  .sec05 > figure img {
    aspect-ratio: 750/1049;
  }
}
@media screen and (max-width: 480px) {
  .sec05 > .inner .sec-heading {
    width: 100% !important;
  }
  .sec05 > .inner .ir-information {
    margin: 16.6666666667% 0 0;
  }
  .sec05 > .inner .ir-information p {
    font-size: max(3.125vw, 13px);
    line-height: 1.6;
  }
  .sec05 > .inner .ir-information ul li {
    font-size: max(3.5416666667vw, 15px);
  }
}
/*!
  Section06
================================================================================= */
.sec06 {
  padding: 150px 0 200px;
  background-color: #ffffff;
}
.sec06 h2 {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec06 p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 1em 0 0;
}
.sec06 figure {
  width: 100%;
  overflow: hidden;
}
.sec06 figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/568;
  object-fit: cover;
}
.sec06 .more-see {
  margin: 55px auto 0;
}

@media screen and (max-width: 835px) {
  .sec06 {
    padding: 75px 0 100px;
  }
  .sec06 figure img {
    height: 570px;
  }
}
@media screen and (max-width: 640px) {
  .sec06 {
    padding: 10% 0 12.5%;
  }
  .sec06 h2 {
    font-size: 40px;
    font-size: 4rem;
  }
  .sec06 figure img {
    height: 76vw;
  }
}
@media screen and (max-width: 480px) {
  .sec06 h2 {
    font-size: 7.5vw;
  }
  .sec06 p {
    font-size: max(3.125vw, 13px);
  }
  .sec06 .more-see {
    margin: 8% auto 0;
  }
}

/*# sourceMappingURL=index.css.map */
