@charset "utf-8";
/*------------------------------------------------------------
	features
------------------------------------------------------------*/
.linear-bg {
  background: linear-gradient(#2c2c2c, #000);
}
#conts .key-visual {
  margin-bottom: 70px;
}
#conts .btn-list {
  margin-bottom: 95px;
  gap: 0 6px;
  display: flex;
}
#conts .btn-list li {
  width: calc((100% - 12px)/3);
}
#conts .btn-list a {
  padding: 0 20px 5px;
  height: 80px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #4c4c4c;
  background: #333 url(../img/common/icon-arrow01.png) no-repeat right 18px center;
  box-sizing: border-box;
}
#conts .btn-list a:after {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #cc0000;
  content: "";
}
#conts .frc-img-txt {
  font-size: 1.1rem !important;
}
#conts .frc-pho-txt {
  position: absolute;
  left: 56px;
  top: 216px;
  line-height: calc(30/16);
  white-space: nowrap;
}
#conts .frc-pho-txt02 {
  left: auto;
  right: 65px;
}
#conts .frc-pho-txt03 {
  top: auto;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
}
#conts .sec01 {
  margin-bottom: 116px;
}
#conts .sec01 .txt01 {
  margin-bottom: 42px;
  text-align: center;
  line-height: calc(28/18);
  letter-spacing: 0.08em;
}
#conts .sec01 .photo01 {
  margin: 0 auto 55px;
  padding: 0 0 0 67px;
  max-width: 896px;
}
#conts .sec01 .photo01 img {
  width: 100%;
}
#conts .sec01 .photo01 p {
  margin: -14px 66px -4px 0;
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 0.08em;
  font-family: var(--sub-font);
}
#conts .sec01 .txt02 {
  margin-bottom: 43px;
  line-height: calc(26/16);
  letter-spacing: 0.08em;
}
#conts .sec01 .photo02 {
  margin: 0 auto;
  width: 702px;
  position: relative;
}
#conts .sec01 .photo02 img {
  width: 100%;
}
#conts .sec01 .photo02 .pho-txt {
  position: absolute;
  left: 106px;
  top: 216px;
  line-height: calc(30/16);
  white-space: nowrap;
}
#conts .sec01 .photo02 .pho-txt02 {
  left: auto;
  right: 65px;
}
#conts .sec01 .photo02 .pho-txt03 {
  top: auto;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
}
#conts .sec02 {
  padding: 96px 0 98px;
  background-color: #2c2c2c;
}
#conts .sec02 .headline03 {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#conts .sec02 .txt01 {
  margin-bottom: 66px;
  line-height: calc(26/16);
  letter-spacing: 0.08em;
}
#conts .sec02 .headline02 {
  padding-left: 15px;
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 3rem;
}
#conts .sec02 .headline02::before {
  top: 6px;
  bottom: 5px;
  background-color: #b90000;
}
#conts .sec02 .headline02 small {
  margin: -4px 0 0;
  display: block;
  font-size: 1.8rem;
}
#conts .sec02 .text-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 72px 0;
}
#conts .sec02 .text-list li {
  width: calc(50% - 25px);
}
#conts .sec02 .text-list li.column-1 {
  width: 100%;
}
#conts .sec02 .text-list .text-box {
  margin-bottom: 24px;
}
#conts .sec02 .text-list p {
  line-height: calc(26/16);
  letter-spacing: 0.07em;
}
#conts .sec02 .text-list p sup {
  font-size: 1.2rem;
}
#conts .sec02 .text-list .iframe {
  margin: 0 auto;
}
#conts .sec02 .text-list .iframe p {
  margin: 11px 0 0;
  line-height: calc(18/16);
  text-align: center;
  font-feature-settings: "palt";
}
#conts .sec02 .text-list .iframe {
  max-width: 470px;
}
#conts .sec02 .text-list .iframe .iframe-inner {
  width: 470px;
  height: 263px;
}
#conts .sec02 .text-list .iframe .iframe-inner video {
  width: 100%;
  height: 100%;
}
#conts .sec02 .text-list .iframe iframe {
  width: 100%;
  height: 100%;
}
#conts .sec02 .text-list p.note {
  margin: 46px 0 65px;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-feature-settings: normal;
  line-height: calc(18/12);
}
#conts .sec02 .text-list li .photo01 {
  position: relative;
}
#conts .sec02 .text-list li .photo01 p {
  position: absolute;
  right: 24px;
  top: 8px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 1040px) {
  #conts .btn-list a {
    font-size: 1.6vw;
  }
}
@media all and (max-width: 900px) {
  #conts .btn-list a {
    background-position: right 6% center;
  }
}
@media all and (max-width: 767px) {
  #conts .key-visual {
    margin-bottom: 25px;
  }
  #conts .btn-list {
    margin-bottom: 45px;
    gap: 0 2px;
  }
  #conts .btn-list li {
    width: calc((100% - 4px)/3);
  }
  #conts .btn-list a {
    padding: 0 15px 5px;
    height: 52px;
    font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    background-position: right 5px center;
    background-size: 9px auto;
  }
  #conts .btn-list a:after {
    bottom: 4px;
    width: calc(100% - 14px);
    height: 1px;
  }
  #conts .frc-pho-txt {
    left: 1%;
    top: 42.4%;
    line-height: calc(30/28);
    font-size: 3.2vw;
  }
  #conts .frc-pho-txt02 {
    left: auto;
    right: 1%;
  }
  #conts .frc-pho-txt03 {
    top: auto;
    left: 50%;
    bottom: -7.7%;
    transform: translateX(-50%);
  }
  #conts .frc-img-txt {
    font-size: 1.1rem !important;
  }
  #conts .sec01 .txt01 {
    margin-bottom: 40px;
    line-height: calc(52/32);
  }
  #conts .sec01 .photo01 {
    margin: 0 -5px 35px 0px;
    padding: 0;
  }
  #conts .sec01 .photo01 p {
    margin: -4px -7px 0 0;
    font-size: 0.9rem;
  }
  #conts .sec01 .txt02 {
    margin-bottom: 22px;
    line-height: calc(42/28);
  }
  #conts .sec01 .photo02 {
    margin: 0 0 0 -1px;
    width: auto;
  }
  #conts .sec01 .photo02 .pho-txt {
    left: 11%;
    top: 42.4%;
    text-align: center;
    line-height: calc(30/28);
    font-size: 3.2vw;
  }
  #conts .sec01 .photo02 .pho-txt02 {
    left: auto;
    right: 8.8%;
  }
  #conts .sec01 .photo02 .pho-txt03 {
    top: auto;
    left: 50%;
    bottom: -7.7%;
    transform: translateX(-50%);
  }
  #conts .sec01 {
    margin-bottom: 68px;
  }
  #conts .sec02 {
    padding: 44px 0 46px;
    background-color: #2c2c2c;
  }
  #conts .sec02 .headline03 {
    margin-bottom: 13px;
    padding-bottom: 9px;
  }
  #conts .sec02 .txt01 {
    margin-bottom: 29px;
    font-size: 1.2rem;
    line-height: calc(42/24);
    text-align: left;
    letter-spacing: 0;
  }
  #conts .sec02 .text-list {
    display: block;
  }
  #conts .sec02 .text-list li {
    margin-bottom: 46px;
    width: auto;
  }
  #conts .sec02 .text-list li:last-child {
    margin-bottom: 0;
  }
  #conts .sec02 .headline02 {
    margin-bottom: 10px;
    padding-left: 11px;
    font-size: 1.8rem;
  }
  #conts .sec02 .headline02 small {
    margin-top: 2px;
    font-size: 1.6rem;
    line-height: calc(42/32);
  }
  #conts .sec02 .headline02::before {
    width: 4px;
  }
  #conts .sec02 .text-list .text-box {
    margin-bottom: 21px;
  }
  #conts .sec02 .text-list p {
    font-size: 1.2rem;
    line-height: calc(40/24);
  }
  #conts .sec02 .text-list .iframe {
    max-width: inherit;
    height: auto;
  }
  #conts .sec02 .text-list .iframe p {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: calc(18/14);
  }
  #conts .sec02 .text-list .iframe .iframe-inner {
    width: 335px;
    width: auto;
    height: 49.8667vw;
  }
  #conts .sec02 .text-list .iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #conts .sec02 .text-list p.note {
    margin-bottom: 40px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  #conts .sec02 .text-list li .photo01 p {
    white-space: nowrap;
    font-size: 3.73vw;
    left: 62%;
    right: auto;
    top: 1px;
    letter-spacing: 0;
  }
  #conts .sec02 .text-list li .photo img {
    width: 100%;
  }
  #conts .sec02 .text-list p sup {
    font-size: 1rem;
  }
}