@charset "UTF-8";
/* common
-------------------------------------------- */
body{
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .breadcrumb .breadcrumb__inr {
    width: 95%;
    margin-right: 0;
  }
}

.breadcrumb .breadcrumb__li {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb .breadcrumb__li::-webkit-scrollbar {
  display: none;
}

.flexbox{
    display: flex;
}

.nobr{
  white-space:nowrap;
}
.mb-2 {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
.arrow {
    display: inline-block;
    padding: 10px;
    position:relative;
}
.arrow::before {
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 10px
}
.arrow.arrow-bottom::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.plus {
    background: #d61518;
    border-radius: 50%;
    height: 2rem;
    position: relative;
    width: 2rem;
}
.plus::before, .plus::after {
    -webkit-transform: translateX(-50%);
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 1.3rem;
    left: 50%;
    position: absolute;
    top: 0.9rem;
    transform: translateX(-50%);
    width: 1.3rem;
}
.plus:after {
    -webkit-transform: rotate(90deg);
    left: -0.2rem;
    top: 0.3rem;
    transform: rotate(90deg);
}
.icon-externallink{
  display: inline-block;
  text-decoration: underline;
}
.icon-externallink:after{
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(/images/icon/icon-externallink.svg) no-repeat center / auto;
  margin: 0 0.5rem 0 0.5rem;
}
.link-txt {
  color: #D61518;
  text-decoration: underline;
  display: inline-block;
}
.images__inr {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .images__inr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .images__inr picture {
    display: block;
    width: 100%;
  }
}
.images__inr picture:first-child {
  margin-right: 56px;
}
@media (max-width: 576px) {
  .images__inr picture:first-child {
    margin-bottom: 16px;
  }
}
.sec-ttl{
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  text-align: center;
}

.section__inr-bg {
  background: #FCF8F7;
  max-width: 1160px;
  margin-bottom: 80px;
  padding: 56px 56px 60px;
}
@media screen and (max-width: 1024px) {
  .section__inr-bg {
    padding: 40px 5%;
    margin-bottom: 40px;
  }
}

.section__inr {
  max-width: 1160px;
  width: calc(100% - 48px);
  margin-inline: auto;
  padding: 0 56px 80px;
}
@media screen and (max-width: 1024px) {
  .section__inr {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
}

.section__heading {
  text-align: center;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    padding: 0 5%;
    margin-bottom: 24px;
  }
}

.section__heading-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D61518;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .section__heading-en {
    font-size: 4rem;
  }
}

.section__heading-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section__heading-jp {
    font-size: 1.6rem;
  }
}

.section__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}
.section__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section__list-item {
    margin-bottom: 8px;
  }
}
.section__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .section__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.text-red {
  color: #D61518;
  font-style: normal;
}

.image-400 {
  width: 400px;
}

.section__inr-btn {
  width: 400px;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 14px 16px 16px;
}
@media screen and (max-width: 768px) {
  .section__inr-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 16px;
  }
}
@media (max-width: 576px) {
  .section__inr-btn {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 16px;
  }
}

.section__inr-btn__row {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .section__inr-btn__row {
    display: block;
  }
  .section__inr-btn__row a:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.introduction__image {
  padding: 0 5%;
}
.inr-title{
    font-size: 2rem;
    font-weight: bold;
    color: #D61518;
    margin: 0 0 1.5rem;
    line-height: 1.4;
}
.sec_ttl_deco {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 4rem;
    position: relative;
    color: #333;
    padding: 0 5%;
    line-height: 1.5;
}
.sec_ttl_deco:after {
    content: '';
    display: block;
    height: 0.8rem;
    background: linear-gradient(0deg, #D61518, #F4944E);
    max-width: 60px;
    margin: 2rem auto 0;
    background: linear-gradient(0deg, #D61518, #F4944E);
    background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
}

/* mv
-------------------------------------------- */
.mv {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin: 0 auto 24px;
  }
}

/* introduction
-------------------------------------------- */
.introduction {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .introduction {
    margin-bottom: 40px;
  }
}
.introduction__lead {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .introduction__lead {
    margin-bottom: 24px;
  }
}
.introduction__lead p {
  margin-bottom: 16px;
}
.introduction__lead p:last-child {
  margin-bottom: 0;
}

.introduction__lead-title {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .introduction__lead-title {
    font-size: 1.6rem;
  }
}

.introduction__inr-bg {
  background: #FCF8F7;
  max-width: 1160px;
  padding: 32px 40px;
  margin: 40px auto 16px;
}
.introduction__inr-bg .section__list-item {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .introduction__inr-bg {
    padding: 40px 5%;
    margin: 24px auto 16px;
  }
}