@charset "UTF-8";

@media (max-width: 767px){
}
@media (min-width: 768px){
  body.ir{
    min-width: 1200px;
  }
}

.ir-main{
  text-align: left;
}
.ir-faq{
  margin-bottom: 0 !important;
}
@media (max-width: 767px){
  .ir-main{
    overflow-x: hidden;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px){
  .ir-main{
    margin-bottom: 100px;
  }
}

.notice-box {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 1.5em;
  max-width: 1000px;
  margin: 0 auto 4em auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #856404;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
}

.notice-box h2 {
  color: #856404;
  font-size: 1.5em;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.notice-box .emoji {
  font-size: 1.5em;
  margin-right: 0.5em;
}



.new-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: red;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 10;
  overflow: hidden;
  color: white;
}
.p-size{
  font-size: 110%;
}


#holiday-status-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  overflow: hidden;
  margin: 30px 0;
}

#holiday-status-table thead {
  background-color: rgb(245, 245, 245);
}

#holiday-status-table th,
#holiday-status-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#holiday-status-table thead th:nth-child(1),
#holiday-status-table tbody td:nth-child(1) {
  width: 50%;
}

#holiday-status-table thead th:nth-child(n+2),
#holiday-status-table tbody td:nth-child(n+2) {
  width: 16.66%;
  text-align: center;
}

  .section-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 16px;
    border-bottom:#e60033 1px solid ;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .title-number {
    display: inline-block;
    color: white;              
    background-color: #e60033;  
    font-weight: bold;  
    font-size: 16px;  
    width: 26px;     
    height: 26px;                            
    text-align: center;        
    margin-right: 10px;
  }
  .use-conditions {
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
    padding: 0 15px;
  }
.new-badge span {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 2px;
  white-space: nowrap;
}

.ir-pagemenu ul{
  display: flex;
  gap: 1px;
}
.ir-pagemenu a{
  position: relative;
  background: #e6e6e6;
  padding-right: 2.4em;
  font-size: 14px;
}
.ir-pagemenu a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  margin-top: -.4em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: .4em;
  height: .4em;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: all .5s;
  vertical-align: middle;
}
@media (max-width: 767px){
  .ir-pagemenu{
    margin-bottom: 25px;
  }
  .ir-pagemenu ul{
    flex-wrap: wrap;
  }
  .ir-pagemenu ul li{
    width: calc((100% - 1px) / 2);
  }
  .ir-pagemenu a{
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    height: 100%;
    line-height: 1.3;
    font-size: 13px;
  }
}
@media (min-width: 768px){
  .ir-pagemenu{
    margin-bottom: 50px;
  }
  .ir-pagemenu ul li{
    width: 100%;
  }
  .ir-pagemenu a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
  }
}

@media (max-width: 767px){
  .ir-section{
    margin-top: -80px;
    margin-bottom: 100px;
    padding-top: 80px;
  }
  .ir-section-02{
    margin-bottom: 80px;
  }
}
@media (min-width: 768px){
  .ir-section{
    margin-top: -60px;
    margin-bottom: 50px;
    padding-top: 60px;
  }
  .ir-section-02{
    margin-bottom: 80px;
  }
}

.ir-section-header{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.ir-section-header.bg01{
  background-image: url("../img/bg-strength-section-01-header.jpg");
}
.ir-section-header.bg02{
  background-image: url("../img/bg-strength-section-02-header.jpg");
}
.ir-section-header.bg03{
  background-image: url("../img/bg-strength-section-03-header.jpg");
}
.ir-section-header .heading{
  position: relative;
  line-height: 1.3;
}
.ir-section-header .heading::after{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
  width: 40px;
  height: 3px;
}
.ir-section-header .text{
  line-height: 1.8;
}
@media (max-width: 767px){
  .ir-section-header{
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ir-section-header .heading{
    margin-bottom: 32px;
    font-size: 27px;
  }
}
@media (min-width: 768px){
  .ir-section-header{
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ir-section-header .heading{
    margin-bottom: 50px;
    font-size: 34px;
  }
}



/* Heading */
.ir-section-heading,
.ir-section-heading-02{
  line-height: 1.3;
  text-align: center;
}
.ir-section-heading{
  position: relative;
}
.ir-section-heading::after{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
  background-color: var(--ir-c02);
  width: 40px;
  height: 3px;
}
.ir-section-heading-02{
  color: var(--ir-c01);
  font-weight: bold;
}
.ir-section-lead{
  text-align: center;
}
.ir-section-lead strong{
  color: var(--ir-c01);
  font-weight: normal;
}
.ir-section-image{
  text-align: center;
}
@media (max-width: 767px){
  .ir-section-heading{
    margin-bottom: 30px;
    font-size: 20px;
  }
  .ir-section-heading-02{
    margin-bottom: 10px;
    font-size: 22px;
  }
  .ir-section-image{
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px){
  .ir-section-heading{
    margin-bottom: 50px;
    font-size: 22px;
  }
  .ir-section-heading-02{
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ir-section-image{
    margin-top: 50px;
    margin-bottom: 50px;
  }
}



/* Arrow */
.ir-index-news-header .more a::after,
.ir-index-download-header .more a::after,
.ir-index-contents-01-list > li::before,
.ir-index-contents-02 .col a::after,
.ir-index-contents-03 .col a::after{
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: all .5s;
  vertical-align: middle;
}
.ir-index-news-header .more a::after,
.ir-index-download-header .more a::after,
.ir-index-contents-01-list > li::before,
.ir-index-contents-03 .col a::after{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.ir-index-contents-02 .col a::after{
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
.ir-index-news-header .more a::after,
.ir-index-download-header .more a::after{
  margin-left: .5em;
  width: .5em;
  height: .5em;
}
.ir-index-contents-01-list > li::before{
  margin-right: .5em;
  width: .25em;
  height: .25em;
}
.ir-index-contents-02 .col a::after,
.ir-index-contents-03 .col a::after{
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.1em;
  width: .4em;
  height: .4em;
}
.ir-index-news-header .more a:hover::after,
.ir-index-download-header .more a:hover::after{
  border-top-color: var(--ir-c01);
  border-right-color: var(--ir-c01);
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .ir-index-news-header .more a::after,
  .ir-index-download-header .more a::after{
    margin-top: -3px;
  }
  .ir-index-contents-01-list > li::before{
    margin-top: -4px;
  }
}



/* Index
======================================= */
.ir-index-main{
  background: url("../img/img-index-main.jpg") center center no-repeat;
  background-size: cover;
}
.ir-index-main-heading{
  color: #fff;
  font-weight: bold;
}
.ir-index-main-heading .main,
.ir-index-main-heading .sub{
  display: block;
  line-height: 1;
}
.ir-index-main-heading .main{
  letter-spacing: .05em;
}
.ir-index-main-heading .sub{
  letter-spacing: .1em;
}
.ir-index-main-events{
  background-color: #fff;
}
.ir-index-main-events .heading{
  line-height: 1;
  font-weight: bold;
}
.ir-index-main-events .list{
  font-size: 14px;
}
.ir-index-main-events .list-item{
  border-top: 1px solid #e7e7e7;
}
.ir-index-main-events .list-item:first-child{
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.ir-index-main-events .list-item-date{
  color: var(--ir-c01);
}
@media (max-width: 767px){
  .ir-index-main{
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .ir-index-main-heading{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ir-index-main-heading .main{
    margin-bottom: 10px;
    font-size: 27px;
  }
  .ir-index-main-heading .sub{
    font-size: 12px;
  }
  .ir-index-main-events{
    border-radius: 20px 0 20px 0;
    padding: 15px;
  }
  .ir-index-main-events .heading{
    margin-bottom: 10px;
    font-size: 18px;
  }
  .ir-index-main-events .list-item{
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
  }
}
@media (min-width: 768px){
  .ir-index-main{
    margin-bottom: 40px;
  }
  .ir-index-main > .ir-container{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
  }
  .ir-index-main-heading .main{
    margin-bottom: 20px;
    font-size: 34px;
  }
  .ir-index-main-heading .sub{
    font-size: 12px;
  }
  .ir-index-main-events{
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 20px 0 20px 0;
    padding: 40px;
    width: 630px;
    transform: translateY(-50%);
  }
  .ir-index-main-events .heading{
    margin-bottom: 30px;
    font-size: 24px;
  }
  .ir-index-main-events .list-item{
    margin-top: 20px;
    padding-top: 20px;
  }
}

.ir-index-pickup .splide__track{
  padding-bottom: 6px;
}
.ir-index-pickup-item a{
  position: relative;
  display: block;
}
.ir-index-pickup-item .subtitle{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--ir-c01);
  font-size: 10px;
  letter-spacing: .1em;
}
.ir-index-pickup-item .subtitle::after{
  content: "";
  display: block;
  margin-left: 5px;
  background-color: var(--ir-c01);
  height: 1px;
  flex: 1 1 auto;
}
.ir-index-pickup-item .image,
.ir-index-pickup-item .image::before,
.ir-index-pickup-item .image img{
  border-radius: 20px 0 20px 0;
}
.ir-index-pickup-item .image{
  position: relative;
  box-shadow: 6px 6px 0 0 rgba(0,0,0,.05);
}
.ir-index-pickup-item .image::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.5) 100%);
  width: 100%;
  height: 100%;
}
.ir-index-pickup-item .image img{
  max-width: 100%;
  height: auto;
}
.ir-index-pickup-item .title{
  position: absolute;
  bottom: 1em;
  left: 0;
  z-index: 2;
  padding-right: 5%;
  padding-left: 5%;
  line-height: 1.3;
  color: #fff;
}
.ir__link{
  text-decoration: underline;
  font-size: 14px;
}
.ir__link:hover{
  text-decoration: none;
}
.ir-index-pickup-item .iframe{
  display: block;
  position: relative;
  box-shadow: 6px 6px 0 0 rgba(0,0,0,.05);
  overflow: hidden;
  border-radius: 20px 0 20px 0;
  height: 92%;
}
.ir-index-pickup-item .iframe iframe{
  width: 100%;
  height: 100%;
  border-radius: 20px 0 20px 0;
}
@media (max-width: 767px){
  .ir-index-pickup-item{
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .ir-index-pickup-item .title{
    font-size: 15px;
  }
}
@media (min-width: 768px){
  .ir-index-pickup-item{
    padding-right: 1.42vw;
    padding-left: 1.42vw;
  }
  .ir-index-pickup-item .title{
    font-size: 18px;
  }
}

.ir-index-pickup .splide__arrows{
  position: static;
  display: flex;
  align-items: center;
}
.ir-index-pickup .splide__arrow{
  position: static;
  margin-right: 1px;
  background-color: #000;
  transform: none;
  transition: all .5s;
  opacity: 1;
}
.ir-index-pickup .splide__arrow:hover{
  background-color: var(--ir-c02);
}
.ir-index-pickup .splide__arrow svg{
  height: auto;
  fill: #fff;
}
.ir-index-pickup .splide__pagination{
  position: static;
}
.ir-index-pickup .splide__pagination__page{
  margin: 1px;
  opacity: 1;
}
.ir-index-pickup .splide__pagination__page.is-active{
  background-color: var(--ir-c01);
  transform: none;
}
@media (max-width: 767px){
  .ir-index-pickup{
    margin-bottom: 25px;
  }
  .ir-index-pickup-ui{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .ir-index-pickup .splide__arrows{
  }
  .ir-index-pickup .splide__arrow{
    width: 44px;
    height: 44px;
  }
  .ir-index-pickup .splide__arrow--prev{
    border-radius: 20px 0 0 0;
  }
  .ir-index-pickup .splide__arrow--next{
    border-radius: 0 0 20px 0;
  }
  .ir-index-pickup .splide__arrow svg{
    width: 15px;
  }
  .ir-index-pickup .splide__pagination__page{
    border-radius: 0;
    width: 30px;
    height: 2px;
  }
}
@media (min-width: 768px){
  .ir-index-pickup{
    margin-bottom: 40px;
  }
  .ir-index-pickup-ui{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ir-index-pickup .splide__arrows{
    margin-top: 40px;
  }
  .ir-index-pickup .splide__arrow{
    width: 55px;
    height: 50px;
  }
  .ir-index-pickup .splide__arrow--prev{
    border-radius: 20px 0 0 0;
  }
  .ir-index-pickup .splide__arrow--next{
    border-radius: 0 0 20px 0;
  }
  .ir-index-pickup .splide__arrow svg{
    width: 22px;
  }
  .ir-index-pickup .splide__pagination__page{
    border-radius: 0;
    width: 40px;
    height: 3px;
  }
}

.ir-index-block{
  position: relative;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .ir-index-block{
    margin-bottom: 100px;
  }
  .ir-index-block::before,
  .ir-index-block::after{
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #f5f5f5;
    height: 100%;
  }
  .ir-index-block::before{
    left: 0;
    width: calc(((100% - 1200px) / 2) + 740px);
  }
  .ir-index-block::after{
    right: 0;
    width: calc(((100% - 1200px) / 2) - 50px);
  }
  .ir-index-block > .ir-container{
    display: flex;
    justify-content: space-between;
  }
  .ir-index-news,
  .ir-index-download{
    padding-top: 80px;
    /* padding-bottom: 100px; */
  }
  .ir-index-news{
    width: 680px;
    flex: 0 0 680px;
  }
  .ir-index-download{
    width: 400px;
    flex: 0 0 400px;
  }
}

/* News */
.ir-index-news-header .heading{
  line-height: 1;
  font-weight: normal;
}
.ir-index-news-header .more{
  font-size: 14px;
}
.ir-index-news-list{
  font-size: 14px;
}
.ir-index-news-list .date{
  color: #6e7073;
}
.ir-index-news-list .title{
  line-height: 1.75;
}
.ir-index-news-list .title a{
  display: block;
}
@media (max-width: 767px){
  .ir-index-news{
    position: relative;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ir-index-news::before{
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    background: #f5f5f5;
    width: calc(100% + 30px);
    height: 100%;
  }
  .ir-index-news-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .ir-index-news-header .heading{
    font-size: 22px;
  }
  .ir-index-news-header .more{
    font-size: 12px;
  }
  .ir-index-news-list .item{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ir-index-news-list .item:first-child{
    border-top: 1px solid #fff;
  }
  .ir-index-news-list .date{
    flex: 0 0 100px;
  }
  .ir-index-news-list .category{
    margin-right: 15px;
    flex: 0 0 84px;
  }
  .ir-index-news-list .title{
    flex: 0 0 100%;
  }
}
@media (min-width: 768px){
  .ir-index-news-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 42px;
  }
  .ir-index-news-header .heading{
    font-size: 30px;
  }
  .ir-index-news-list .item{
    display: flex;
    border-bottom: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ir-index-news-list .item:first-child{
    border-top: 1px solid #fff;
  }
  .ir-index-news-list .date{
    flex: 0 0 100px;
  }
  .ir-index-news-list .category{
    margin-right: 15px;
    flex: 0 0 84px;
  }
}

.ir-news-category-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px 0 6px 0;
  height: 22px;
  line-height: 1;
  font-size: 10px;
}
.ir-news-category-icon.cat01{
  background-color: #e4e4e4;
  color: #3c3c3c;
}
.ir-news-category-icon.cat02{
  background-color: #3c3c3c;
  color: #fff;
}
.ir-news-category-icon.cat03{
  background-color: var(--ir-c01);
  color: #fff;
}
.ir-news-category-icon.cat04{
  background-color: var(--ir-c02);
  color: #fff;
}
.ir-news-category-icon.cat05,
.ir-news-category-icon.cat07{
  border: 1px solid #3c3c3c;
  background-color: #fff;
  color: #3c3c3c;
}
.ir-news-category-icon.cat06{
  border: 1px solid var(--ir-c01);
  background-color: #fff;
  color: var(--ir-c01);
}

.ir-icon-pdf{
  display: inline-block;
  margin-left: .5em;
  background: url("../img/icon-pdf.svg") 0 center no-repeat;
  background-size: auto 16px;
  padding-left: 20px;
  font-size: 85%;
}

/* Download */
.ir-index-download-header .heading .sub,
.ir-index-download-header .heading .main{
  display: block;
  line-height: 1;
}
.ir-index-download-header .more{
  font-size: 14px;
}
.ir-index-download-list{
  font-size: 14px;
}
.ir-index-download-list .item{
  border-bottom: 1px solid #e6e6e6;
}
.ir-index-download-list .item:first-child{
  border-top: 1px solid #e6e6e6;
}
.ir-index-download-list .size{
  font-size: 12px;
}
.ir-index-download-button{
  text-align: center;
}

.ir-index-download-button a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: all .5s;
  color: #fff;
}
.ir-index-download-button a:hover{
  background-color: var(--ir-c02);
}
.ir-index-download-button a .icon{
  margin-right: 12px;
}
.ir-index-download-button a .icon img{
  width: 24px;
}
.ir-index-download-button a span{
  color: #fff;
}

@media (max-width: 767px){
  .ir-index-download{
    margin-bottom: 25px;
  }
  .ir-index-download-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .ir-index-download-header .heading .sub{
    margin-bottom: 5px;
    font-size: 13px;
  }
  .ir-index-download-header .heading .main{
    font-size: 22px;
  }
  .ir-index-download-list{
    margin-bottom: 20px;
  }
  .ir-index-download-list .item a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  .ir-index-download-list .size{
    flex: 0 0 70px;
    text-align: right;
  }
  .ir-index-download-button{
    margin-bottom: 25px;
  }
  .ir-index-download-button a{
    width: 80%;
    height: 60px;
  }
}
@media (min-width: 768px){
  .ir-index-download-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .ir-index-download-header .heading .sub{
    margin-bottom: 10px;
    font-size: 14px;
  }
  .ir-index-download-header .heading .main{
    font-size: 24px;
  }
  .ir-index-download-list{
    margin-bottom: 40px;
  }
  .ir-index-download-list .item a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ir-index-download-list .size{
    flex: 0 0 100px;
    text-align: right;
  }
  .ir-index-download-button{
    margin-bottom: 50px;
  }
  .ir-index-download-button a{
    width: 232px;
    height: 60px;
  }
}

/* Index Contents */
@media (max-width: 767px){
  .ir-index-contents-01 .row,
  .ir-index-contents-02 .row,
  .ir-index-contents-03 .row{
    display: flex;
    flex-wrap: wrap;
  }
  .ir-index-contents-01 .row,
  .ir-index-contents-02 .row,
  .ir-index-contents-03 .row{
    gap: 20px;
  }
  .ir-index-contents-01 .col,
  .ir-index-contents-02 .col,
  .ir-index-contents-03 .col{
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (min-width: 768px){
  .ir-index-contents-01 .row,
  .ir-index-contents-02 .row{
    display: flex;
    justify-content: center;
    margin-right: -20px;
    margin-left: -20px;
  }
  .ir-index-contents-01 .col,
  .ir-index-contents-02 .col{
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: calc((100% - 60px) / 4);
  }
}

.ir-index-contents-01-list{
  line-height: 1.5;
}
.ir-index-contents-01-list > li{
  margin-bottom: .8em;
}
.ir-index-contents-01 dl dt{
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px){
  .ir-index-contents-01{
    margin-bottom: 25px;
  }
  .ir-index-contents-01 .col{
    position: relative;
    padding-top: 20px;
  }
  .ir-index-contents-01 .col::before,
  .ir-index-contents-01 .col::after{
    content: "";
    position: absolute;
    display: block;
    background-color: #e6e6e6;
  }
  .ir-index-contents-01 .col::before{
    top: 0;
    right: -10px;
    width: 1px;
    height: 100%;
  }
  .ir-index-contents-01 .col::after{
    top: -10px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .ir-index-contents-01 .col:nth-child(even)::before,
  .ir-index-contents-01 .col:nth-child(1)::after,
  .ir-index-contents-01 .col:nth-child(2)::after{
    display: none;
  }
  .ir-index-contents-01 .col:first-child{
    border-top: 0;
  }
  .ir-index-contents-01 dl dt{
    font-size: 16px;
  }
  .ir-index-contents-01 dl dt .icon{
    margin-bottom: 10px;
  }
  .ir-index-contents-01 dl dt .icon img{
    width: 58px;
    height: auto;
  }
  .ir-index-contents-01-list{
    margin-top: 20px;
    font-size: 13px;
  }
}
@media (min-width: 768px){
  .ir-index-contents-01{
    margin-bottom: 40px;
  }
  .ir-index-contents-01 .col{
    border-left: 1px solid #e6e6e6;
  }
  .ir-index-contents-01 .col:first-child{
    border-left: 0;
  }
  .ir-index-contents-01 dl dt{
    font-size: 20px;
  }
  .ir-index-contents-01 dl dt .icon{
    margin-bottom: 10px;
  }
  .ir-index-contents-01 dl dt .icon img{
    width: 72px;
    height: auto;
  }
  .ir-index-contents-01-list{
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
}

.ir-index-contents-02 .col a{
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--ir-c03);
  line-height: 1.3;
  transition: all .5s;
  color: #fff;
}
.ir-index-contents-02 .col a:hover{
  background-color: var(--ir-c02);
}
@media (max-width: 767px){
  .ir-index-contents-02{
    margin-bottom: 25px;
  }
  .ir-index-contents-02 .col a{
    padding-left: 10px;
    height: 60px;
    /* font-size: 18px; */
  }
  .ir-index-contents-02 .col .icon{
    margin-right: 10px;
  }
  .ir-index-contents-02 .col .icon img{
    width: 30px;
    height: auto;
  }
}
@media (min-width: 768px){
  .ir-index-contents-02{
    margin-bottom: 100px;
  }
  .ir-index-contents-02 .col a{
    padding-left: 20px;
    height: 80px;
    font-size: 18px;
  }
  .ir-index-contents-02 .col .icon{
    margin-right: 20px;
  }
  .ir-index-contents-02 .col .icon img{
    width: 50px;
    height: auto;
  }
}

.ir-index-banners{
  text-align: center;
}
.ir-index-banners a{
  transition: opacity .5s;
}
.ir-index-banners a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .ir-index-banners{
    margin-bottom: 25px;
  }
}
@media (min-width: 768px){
  .ir-index-banners{
    margin-bottom: 100px;
  }
  .ir-index-banners img{
    max-width: 900px;
  }
}

.ir-index-contents-03 .col a{
  position: relative;
  background-color: #e6e6e6;
}
@media (max-width: 767px){
  .ir-index-contents-03 .col a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
}
@media (min-width: 768px){
  .ir-index-contents-03 .row{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .ir-index-contents-03 .col{
    margin-right: 25px;
    margin-left: 25px;
    flex: 0 0 25%;
  }
  .ir-index-contents-03 .col a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
  }
}



/* Strength
======================================= */
.ir-strength #section-header{
  background-image: url("../img/bg-strength-header.jpg");
}

/* Network */
.ir-strength-network{
  margin-bottom: 0 !important;
}
.ir-strength-network .ir-section-header{
  margin-bottom: 0;
}
.ir-strength-network .ir-section-content{
  background-color: #f2f2f2;
}
.ir-strength-network-counters .col-inner{
  display: flex;
  background-color: #fff;
}
.ir-strength-network-counters .text{
  margin: 0;
  line-height: 1;
}
.ir-strength-network-counters .text dd .count{
  color: var(--ir-c01);
  font-size: 250%;
  font-weight: bold;
}
@media (max-width: 767px){
  .ir-strength-network .ir-section-content{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ir-strength-network-counters{
    margin-bottom: 25px;
  }
  .ir-strength-network-counters .col01,
  .ir-strength-network-counters .col02{
    margin-bottom: 10px;
  }
  .ir-strength-network-counters .col-inner{
    padding: 18px;
  }
  .ir-strength-network-counters .icon{
    margin-right: 20px;
  }
  .ir-strength-network-counters .icon img{
    width: 70px;
    height: auto;
  }
  .ir-strength-network-counters .text dt{
    margin-bottom: 7px;
    font-size: 16px;
  }
  .ir-strength-network-counters .text dd{
    font-size: 20px;
  }
}
@media (min-width: 768px){
  .ir-strength-network .ir-section-content{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ir-strength-network-counters{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .ir-strength-network-counters .col01{
    flex: 0 0 360px;
  }
  .ir-strength-network-counters .col02{
    flex: 0 0 480px;
  }
  .ir-strength-network-counters .col-inner{
    padding: 18px;
  }
  .ir-strength-network-counters .icon{
    margin-right: 30px;
  }
  .ir-strength-network-counters .icon img{
    width: 90px;
    height: auto;
  }
  .ir-strength-network-counters .text dt{
    margin-bottom: 7px;
    font-size: 20px;
  }
  .ir-strength-network-counters .text dd{
    font-size: 24px;
  }
}

/* Map */
.ir-strength-network-map{
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 1 / 1;
}
.ir-strength-network-map .inner{
  position: relative;
  background: url("../img/img-strength-02-01.png") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.ir-strength-network-map-en .inner{
  background-image: url("../img/img-strength-02-01-en.png");
}
.ir-strength-network-map a{
  position: absolute;
  display: block;
  border: 1px solid var(--ir-c01);
  border-radius: 50%;
  background-color: #fff;
  width: 1.6517%;
  aspect-ratio: 1 / 1;
}
.ir-strength-network-map a:hover{
  animation: twinkle 1s ease-out infinite;
  cursor: pointer;
}
@keyframes twinkle{
  0%{
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
  50%{
    box-shadow: 0 0 30px 20px rgba(255,255,255,.75);
  }
  0%{
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

.ir-strength-network-map .tokyo{
  border-color: #fff;
  background-color: var(--ir-c03);
}
.ir-strength-network-map .naha{
  bottom: 4.954954954954955%;
  left: 0;
}
.ir-strength-network-map .kagoshima{
  bottom: 9.30930930930931%;
  left: 15.465465465465467%;
}
.ir-strength-network-map .kumamoto{
  bottom: 16.816816816816818%;
  left: 17.117117117117118%;
}
.ir-strength-network-map .beppu{
  bottom: 19%;
  left: 22%;
}
.ir-strength-network-map .hakata{
  bottom: 21.47147147147147%;
  left: 15.765765765765765%;
}
.ir-strength-network-map .kokura{
  bottom: 22.972972972972975%;
  left: 18.16816816816817%;
}
.ir-strength-network-map .yamaguchi{
  bottom: 25.375375375375377%;
  left: 22.372372372372375%;
}
.ir-strength-network-map .hiroshima{
  bottom: 27.177177177177175%;
  left: 28.22822822822823%;
}
.ir-strength-network-map .matsuyama{
  bottom: 22.372372372372375%;
  left: 29.72972972972973%;
}
.ir-strength-network-map .okayama{
  bottom: 27.627627627627625%;
  left: 36.186186186186184%;
}
.ir-strength-network-map .tamakatsu{
  bottom: 25.075075075075077%;
  left: 36.93693693693694%;
}
.ir-strength-network-map .himeji{
  bottom: 28.97897897897898%;
  left: 40.84084084084084%;
}
.ir-strength-network-map .kobe{
  bottom: 28.07807807807808%;
  left: 43.393393393393396%;
}
.ir-strength-network-map .osaka{
  bottom: 27.627627627627625%;
  left: 45.4954954954955%;
}
.ir-strength-network-map .kyoto{
  bottom: 29.87987987987988%;
  left: 47.147147147147145%;
}
.ir-strength-network-map .shiga{
  bottom: 29.72972972972973%;
  left: 48.7987987987988%;
}
.ir-strength-network-map .kanazawa{
  bottom: 39.489489489489486%;
  left: 52.552552552552555%;
}
.ir-strength-network-map .nagoya{
  right: 44.8948948948949%;
  bottom: 30.33033033033033%;
}
.ir-strength-network-map .toyama{
  right: 42.792792792792795%;
  bottom: 40.24024024024024%;
}
.ir-strength-network-map .hamamatsu{
  right: 39.33933933933934%;
  bottom: 27.47747747747748%;
}
.ir-strength-network-map .matsumoto{
  right: 38.73873873873874%;
  bottom: 37.83783783783784%;
}
.ir-strength-network-map .nagano{
  right: 37.53753753753754%;
  bottom: 40.24024024024024%;
}
.ir-strength-network-map .tateshina{
  right: 36.63663663663664%;
  bottom: 35.585585585585584%;
}
.ir-strength-network-map .karuizawa{
  right: 35.28528528528528%;
  bottom: 37.23723723723724%;
}
.ir-strength-network-map .ikaho{
  right: 34.234234234234236%;
  bottom: 39.33933933933934%;
}
.ir-strength-network-map .fuji{
  right: 33.633633633633636%;
  bottom: 32.88288288288289%;
}
.ir-strength-network-map .hakone{
  right: 32.58258258258258%;
  bottom: 30.33033033033033%;
}
.ir-strength-network-map .atami{
  right: 33.633633633633636%;
  bottom: 28.82882882882883%;
}
.ir-strength-network-map .hayama{
  right: 29.87987987987988%;
  bottom: 30.78078078078078%;
}
.ir-strength-network-map .tokyo{
  right: 29.129129129129126%;
  bottom: 33.48348348348348%;
}
.ir-strength-network-map .utsunomiya{
  right: 28.07807807807808%;
  bottom: 39.33933933933934%;
}
.ir-strength-network-map .mito{
  right: 25.525525525525527%;
  bottom: 38.288288288288285%;
}
.ir-strength-network-map .koriyama{
  right: 25.375375375375377%;
  bottom: 45.19519519519519%;
}
.ir-strength-network-map .sendai{
  top: 47.2972972972973%;
  right: 22.822822822822822%;
}
.ir-strength-network-map .akita{
  top: 38.13813813813814%;
  right: 26.726726726726728%;
}
.ir-strength-network-map .morioka{
  top: 37.987987987987985%;
  right: 22.07207207207207%;
}
.ir-strength-network-map .hachinohe{
  top: 32.732732732732735%;
  right: 20.87087087087087%;
}
.ir-strength-network-map .sapporo{
  top: 15.915915915915916%;
  right: 20.57057057057057%;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
  .ir-strength-network-map{
    width: 666px;
  }
}

.ir-strength-network-map [data-aos^=fade][data-aos^=fade]{
  transform: scale(2, 2) translate3d(0, -100px, 0);
  /* opacity: 0; */

  filter: blur(10px);
  transition-property: opacity, transform, filter;
}
.ir-strength-network-map [data-aos^=fade][data-aos^=fade].aos-animate{
  transform: translateZ(0) scale(1,1);

  filter: blur(0);
}

/* Customers */
.ir-strength-customers-col .item-title{
  background-color: var(--ir-c03);
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.ir-strength-customers-col .item-image{
  text-align: center;
}
@media (max-width: 767px){
  .ir-strength-customers-col .item-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 15px;
    border-radius: 15px;
    height: 30px;
    font-size: 16px;
  }
}
@media (min-width: 768px){
  .ir-strength-customers-row{
    display: flex;
    justify-content: space-between;
  }
  .ir-strength-customers-col.col01{
    width: 580px;
  }
  .ir-strength-customers-col.col02{
    width: 330px;
  }
  .ir-strength-customers-col .item-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 20px;
    height: 40px;
    font-size: 20px;
  }
  .ir-strength-customers-col .item-image{
    margin-bottom: 50px;
  }
}



/* benefit
======================================= */

    .notice-banner {
      background-color: #fff4e5;
      color: #8a4b00;
      padding: 16px 20px;
      margin: 20px 0;
      max-width: 800px;
      /* box-shadow: 0 2px 6px rgba(0,0,0,0.05); */
      font-size: 16px;
      line-height: 1.6;
      position: relative;
    }
    .notice-banner::before {
      content: "お知らせ";
      display: inline-block;
      font-weight: bold;
      background-color: #ffb347;
      color: #fff;
      padding: 2px 8px;
      font-size: 14px;
      border-radius: 4px;
      margin-right: 10px;
    }
    .left-space{
margin-left: 85px;
    }
    .phone-none{
      display: block;
    }
    @media screen and (max-width: 800px) {
      .notice-banner {
        font-size: 15px;
        padding: 14px 16px;
      }
          .left-space{
margin-left: 0;
    }
    .phone-none{
display: none;
    }
    }

/* FAQ
======================================= */
.ir-faq #section-header{
  background-color: #f0f0f0;
}
@media (max-width: 767px){
  .ir-faq #section-header{
    background-image: url("../img/img-faq-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 74px;
  }
}
@media (min-width: 768px){
  .ir-faq #section-header{
    background-image: url("../img/img-faq-header.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 183px;
  }
}

/* Lead */
.ir-faq-lead{
  text-align: center;
}
@media (max-width: 767px){
  .ir-faq-lead{
    margin-bottom: 25px;
  }
}
@media (min-width: 768px){
  .ir-faq-lead{
    margin-bottom: 50px;
  }
}

/* Content */
.ir-faq-content{
  margin-bottom: 0;
  background-color: #e6e6e6;
}
.ir-faq-item:last-child{
  margin-bottom: 0;
}
.ir-faq-item-date{
  position: relative;
}
.ir-faq-item-date::before,
.ir-faq-item-date::after{
  content: "";
  position: absolute;
}
.ir-faq-item-date::before{
  top: 0;
  left: -10px;
  display: block;
  background-color: var(--ir-c03);
  width: 10px;
  height: 100%;
}
.ir-faq-item-date::after{
  bottom: -10px;
  left: -10px;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  width: 0;
  height: 0;
}
.ir-faq-item-date .inner{
  display: inline-block;
  background-color: var(--ir-c03);
  padding: 10px 12px;
  line-height: 1;
  color: #fff;
  font-size: 13px;
}
.ir-faq-item-date .new{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  border-radius: 12px;
  background-color: var(--ir-c01);
  padding-right: .8em;
  padding-left: .8em;
  height: 24px;
  font-size: 11px;
}
.ir-faq-item-q .image,
.ir-faq-item-a .image{
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ir-faq-item-q .image{
  background-image: url("../img/img-faq-avatar-01.png");
}
.ir-faq-item-a .image{
  background-image: url("../img/img-faq-avatar-02.png");
}
.ir-faq-item:nth-child(even) .ir-faq-item-a .image{
  background-image: url("../img/img-faq-avatar-03.png");
}
.ir-faq-item-q .comment,
.ir-faq-item-a .comment{
  position: relative;
  border-radius: 20px;
}
.ir-faq-item-q .comment::before,
.ir-faq-item-a .comment::before{
  content: "";
  position: absolute;
  display: block;
  background-size: 100% 100%;
}
.ir-faq-item-q .comment::before{
  background-image: url("../img/img-faq-balloon-01.png");
}
.ir-faq-item-a .comment::before{
  background-image: url("../img/img-faq-balloon-02.png");
}
.ir-faq-item-q .comment{
  background-color: #fafafa;
}
.ir-faq-item-a .comment{
  border: 2px solid var(--ir-c02);
  background-color: #fff;
}
@media (max-width: 767px){
  .ir-faq-content{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ir-faq-item{
    margin-bottom: 25px;
  }
  .ir-faq-item-q,
  .ir-faq-item-a{
    display: flex;
    margin-top: 10px;
  }
  .ir-faq-item-q .image,
  .ir-faq-item-a .image{
    min-height: 50px;
    flex: 0 0 50px;
  }
  .ir-faq-item-a .comment{
    order: 1;
  }
  .ir-faq-item-a .image{
    order: 2;
  }
  .ir-faq-item-q .image{
    margin-right: 30px;
  }
  .ir-faq-item-a .image{
    margin-left: 30px;
  }
  .ir-faq-item-q .comment,
  .ir-faq-item-a .comment{
    padding: 10px 15px;
    flex-basis: calc(100% - 80px);
  }
  .ir-faq-item-q .comment::before,
  .ir-faq-item-a .comment::before{
    top: 20px;
    width: 29px;
    height: 19px;
  }
  .ir-faq-item-q .comment::before{
    left: -27px;
  }
  .ir-faq-item-a .comment::before{
    right: -29px;
  }
}
@media (min-width: 768px){
  .ir-faq-content{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ir-faq-item{
    margin-bottom: 50px;
  }
  .ir-faq-item-q,
  .ir-faq-item-a{
    display: flex;
    margin-top: 30px;
  }
  .ir-faq-item-q .image,
  .ir-faq-item-a .image{
    min-height: 80px;
    flex: 0 0 80px;
  }
  .ir-faq-item-a .comment{
    order: 1;
  }
  .ir-faq-item-a .image{
    order: 2;
  }
  .ir-faq-item-q .image{
    margin-right: 60px;
  }
  .ir-faq-item-a .image{
    margin-left: 60px;
  }
  .ir-faq-item-q .comment,
  .ir-faq-item-a .comment{
    padding: 15px 20px;
    flex-basis: calc(100% - 140px);
  }
  .ir-faq-item-q .comment::before,
  .ir-faq-item-a .comment::before{
    top: 20px;
    width: 29px;
    height: 19px;
  }
  .ir-faq-item-q .comment::before{
    left: -27px;
  }
  .ir-faq-item-a .comment::before{
    right: -29px;
  }
}

@media (max-width: 350px){
.ir-index-contents-02 .col a::after,
.ir-index-contents-03 .col a::after{
display: none;
}
}