@charset "utf-8";
.about.page-contents {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about.page-contents {
    background-color: #f5e616;
  }
}

/* ====================================================
   about-hero
==================================================== */
.about-hero {
  padding: 50px 0 70px;
  padding: min(3.7vw, 50px) 0 min(5.5vw, 70px);
}
.about-hero .inner h1 {
  font-size: var(--font-size26);
  font-weight: bold;
  line-height: 1.4;
}
.about-hero .inner h1 span {
  display: block;
  padding-top: 3px;
  font-size: var(--font-size16);
  color: #727272;
}
@media screen and (max-width: 767px) {
  .about-hero {
    padding: 25px 0 23px;
    background-color: #f5e616;
  }
  .about-hero .inner h1 {
    font-size: var(--font-size15);
  }
  .about-hero .inner h1 span {
    font-size: var(--font-size11);
  }
}

/* ====================================================
   about-intro
==================================================== */
.about-intro {
  position: relative;
  margin-bottom: 100px;
  padding: 54px 0 76px;
  background-color: #fff;
}
.about-intro .intro-text .sp-img {
  display: none;
}
.about-intro .intro-text {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.about-intro .intro-text h2 {
  margin-bottom: 99px;
  margin-bottom: min(7.3vw, 99px);
  font-size: clamp(3.2rem, 3.14vw, 4.3rem);
  font-weight: bold;
  line-height: 1.62;
}
.about-intro .intro-text p {
  margin-bottom: 44px;
  font-size: var(--font-size16);
  line-height: 2.2;
}
.about-intro .intro-text p:last-child {
  margin-bottom: 0;
}
.about-intro .intro-images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.about-intro .intro-images .intro-img {
  position: absolute;
}
.about-intro .intro-images .img1 {
  top: 31px;
  left: 0;
  width: 25.54vw;
  max-width: 349px;
}
.about-intro .intro-images .img1 .icon-01 {
  position: absolute;
  top: -20px;
  right: -19px;
  width: 5.8vw;
  max-width: 80px;
}
.about-intro .intro-images .img1 .icon-02 {
  position: absolute;
  bottom: -19px;
  left: 34px;
  width: 5.3vw;
  max-width: 73px;
}
.about-intro .intro-images .img2 {
  top: 0;
  right: 0;
  width: 27.6vw;
  max-width: 378px;
}
.about-intro .intro-images .img2 .icon-03 {
  position: absolute;
  top: -49px;
  left: 41px;
  width: 7.39vw;
  max-width: 101px;
}
.about-intro .intro-images .img2 .icon-04 {
  position: absolute;
  right: 73px;
  bottom: -39px;
  width: 6.29vw;
  max-width: 86px;
}
.about-intro .intro-images .img3 {
  bottom: 0;
  left: 2.56vw;
  width: 23.2vw;
  max-width: 317px;
}
.about-intro .intro-images .img3 .icon-05 {
  position: absolute;
  top: -21px;
  left: 77px;
  width: 6.3vw;
  max-width: 87px;
}
.about-intro .intro-images .img3 .icon-06 {
  position: absolute;
  right: 55px;
  bottom: -19px;
  width: 6.22vw;
  max-width: 85px;
}
.about-intro .intro-images .img4 {
  right: 7.32vw;
  bottom: 0;
  width: 20.86vw;
  max-width: 285px;
}
.about-intro .intro-images .img4 .icon-07 {
  position: absolute;
  top: 22px;
  right: -36px;
  width: 6.9vw;
  max-width: 95px;
}
.about-intro .intro-images .img4 .icon-08 {
  position: absolute;
  bottom: -16px;
  left: -30px;
  width: 5.6vw;
  max-width: 77px;
}
@media screen and (max-width: 767px) {
  .about-intro {
    margin-bottom: 0;
    padding: 0 0 60px;
    border-radius: 25px 25px 0 0;
    background-color: #fff;
  }
  .about-intro .inner {
    overflow: hidden;
    padding: 0;
  }
  .about-intro .intro-text .sp-img-01 {
    position: relative;
    display: block;
    padding-bottom: 6px;
  }
  .about-intro .intro-text .sp-img-01 figure:first-child {
    width: 43.57vw;
    max-width: 250px;
    margin-left: -15px;
    padding-top: 75px;
  }
  .about-intro .intro-text .sp-img-01 figure:nth-child(2) {
    position: absolute;
    top: 17.7px;
    right: -58px;
    width: 68.1vw;
    max-width: 290px;
  }
  .about-intro .intro-text .sp-img-02 {
    position: relative;
    display: block;
    margin-bottom: 45px;
    padding-bottom: 14px;
  }
  .about-intro .intro-text .sp-img-02 figure:first-child {
    width: 42.4vw;
    max-width: 190px;
    margin-left: 21px;
  }
  .about-intro .intro-text .sp-img-02 figure:nth-child(2) {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 37.27vw;
    max-width: 180px;
  }
  .about-intro .intro-text {
    max-width: 600px;
    padding: 0;
    text-align: left;
  }
  .about-intro .intro-text h2 {
    position: relative;
    margin-bottom: 25px;
    font-size: min(7.2vw, 4rem);
    line-height: 1.55;
    text-align: center;
  }
  .about-intro .intro-text p {
    margin-bottom: 20px;
    padding: 0 4.53%;
    font-size: var(--font-size15);
    line-height: 2.1;
    text-align: center;
  }
  .about-intro .intro-images {
    display: none;
  }
}

/* ====================================================
   about-features
==================================================== */
.about-features {
  position: relative;
  z-index: 2;
  padding: 86px 0 120px;
  border-radius: 70px 70px 0 0;
  background-color: #f5e616;
  background-image: url(../img/about/features_bg.png);
  background-repeat: no-repeat;
  background-position: center 56%;
  background-size: 100%;
}
.about-features::after {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  z-index: 2;
  border-width: 3rem 2rem 0;
  border-style: solid;
  border-color: #f5e616 transparent transparent;
  content: "";
  transform: translateX(-50%);
}
.about-features .features-header {
  margin-bottom: 68px;
  text-align: center;
}
.about-features .features-header .features-subtitle {
  display: block;
  margin-bottom: 22px;
  font-size: var(--font-size24);
  font-weight: bold;
  line-height: 1;
}
.about-features .features-header .features-title {
  font-size: var(--font-size40);
  font-weight: bold;
  line-height: 1;
}
.about-features .features-list {
  display: flex;
  flex-direction: column;

  gap: 44px;
}
.about-features .features-list .feature-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 5.853% 58px;
  border-radius: 25px;
  background-color: #fff;

  gap: 6%;
}
.about-features .features-list .feature-card::before {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  z-index: 2;
  border-width: 2.5rem 1.8rem 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: "";
  transform: rotate(180deg);
}
.about-features .features-list .feature-card.reverse {
  flex-direction: row-reverse;
}
.about-features .features-list .feature-card .feature-text {
  flex: 1;
}
.about-features .features-list .feature-card .feature-text .feature-num {
  display: block;
  margin-bottom: 10px;
  font-size: var(--font-size70);
  font-weight: bold;
  line-height: 1;
  color: #f5e616;
}
.about-features .features-list .feature-card .feature-text h3 {
  margin-bottom: 40px;
  font-size: var(--font-size30);
  font-weight: bold;
  line-height: 1.5;
}
.about-features .features-list .feature-card .feature-text h3 .feature-accent {
  color: #f06634;
}
.about-features .features-list .feature-card .feature-text p {
  font-size: var(--font-size16);
  line-height: 1.8;
}
.about-features .features-list .feature-card .feature-image {
  overflow: hidden;
  flex: 0 0 47.5%;
  border-radius: 20px;
}
.about-features .features-list .feature-card .sp-txt {
  display: none;
}
@media screen and (max-width: 1024px) {
  .about-features .features-list .feature-card {
    padding: 30px 5% 30px;
  }
  .about-features .features-list .feature-card .feature-image {
    flex: 0 0 45%;
  }
  .about-features .features-list .feature-card .feature-text h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-features {
    padding: 52px 0 40px;
    border-radius: 25px;
    background-image: url(../img/about/sp_features_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .about-features::after {
    bottom: -3rem;
    border-width: 3rem 3rem 0;
  }
  .about-features .features-header {
    margin-bottom: 58px;
  }
  .about-features .features-header .features-subtitle {
    margin-bottom: 16px;
    font-size: var(--font-size15);
  }
  .about-features .features-header .features-title {
    font-size: var(--font-size31);
  }
  .about-features .features-list {
    max-width: 500px;
    margin: auto;

    gap: 46px;
  }
  .about-features .features-list .feature-card,
  .about-features .features-list .feature-card.reverse {
    flex-direction: column;
    padding: 31px 6.26% 30px;

    gap: 23px;
  }
  .about-features .features-list .feature-card::before {
    left: auto;
  }
  .about-features .features-list .feature-card .feature-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    gap: 20px;
  }
  .about-features .features-list .feature-card .feature-text .feature-num {
    margin-bottom: 0;
    font-size: var(--font-size49);
    letter-spacing: normal;
  }
  .about-features .features-list .feature-card .feature-text h3 {
    margin-bottom: 0;
    font-size: var(--font-size21);
    line-height: 1.4;
  }
  .about-features .features-list .feature-card .feature-text p {
    display: none;
  }
  .about-features .features-list .feature-card .feature-image {
    flex: none;
    width: 86%;
    margin: auto;
  }
  .about-features .features-list .feature-card .sp-txt {
    display: block;
    width: 86%;
    margin: auto;
    font-size: var(--font-size14);
  }
}

/* ====================================================
   about-skills
==================================================== */
.about-skills {
  position: relative;
  padding: 95px 0 110px;
  background-color: #f7f8f8;
}
.about-skills .skills-header {
  margin-bottom: 50px;
  text-align: center;
}
.about-skills .skills-header figure {
  width: 68.73px;
  margin: 0 auto 25px;
}
.about-skills .skills-header .skills-subtitle {
  display: block;
  margin-bottom: 12px;
  font-size: var(--font-size24);
  font-weight: bold;
}
.about-skills .skills-header .skills-title {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  font-size: var(--font-size37);
  font-weight: bold;
}
.about-skills .skills-header .skills-title span {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: var(--font-size72);
  line-height: 1;
}
.about-skills .skills-list {
  display: flex;
  justify-content: center;

  gap: 3%;
}
.about-skills .skills-list .skill-card {
  flex: 1;
  padding: 40px 30px;
  border: 4px solid #f5e616;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.about-skills .skills-list .skill-card .skill-icon {
  width: 136.48px;
  margin: 0 auto 29px;
}
.about-skills .skills-list .skill-card .skill-name {
  margin-bottom: 20px;
  font-size: var(--font-size31);
  font-weight: bold;
  line-height: 1.5;
}
.about-skills .skills-list .skill-card .skill-name .skill-num {
  display: block;
  margin-bottom: 5px;
  font-size: var(--font-size17);
  color: #f06634;
}
.about-skills .skills-list .skill-card p {
  font-size: var(--font-size16);
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .about-skills .skills-list .skill-card {
    padding: 20px 3% 30px;
  }
  .about-skills .skills-list .skill-card .skill-icon {
    width: 60%;
  }
  .about-skills .skills-list .skill-card .skill-name {
    font-size: var(--font-size28);
  }
  .about-skills .skills-list .skill-card p {
    font-size: var(--font-size15);
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .about-skills {
    padding: 54px 0 20px;
  }
  .about-skills .skills-header {
    margin-bottom: 35px;
  }
  .about-skills .skills-header figure {
    width: 50.5px;
    margin-bottom: 22px;
  }
  .about-skills .skills-header .skills-subtitle {
    font-size: var(--font-size15);
  }
  .about-skills .skills-header .skills-title {
    padding-left: 1em;
    font-size: var(--font-size30);
  }
  .about-skills .skills-header .skills-title span {
    top: 0;
    font-size: var(--font-size42);
  }
  .about-skills .skills-list {
    flex-direction: column;
    max-width: 500px;
    margin: auto;

    gap: 20px;
  }
  .about-skills .skills-list .skill-card {
    width: 96%;
    margin: auto;
    padding: 28px 13%;
  }
  .about-skills .skills-list .skill-card .skill-icon {
    width: 38.9%;
    max-width: 92.73px;
    margin-bottom: 17px;
  }
  .about-skills .skills-list .skill-card .skill-name {
    margin-bottom: 14px;
    font-size: var(--font-size26);
  }
  .about-skills .skills-list .skill-card .skill-name .skill-num {
    margin-bottom: 8px;
    font-size: var(--font-size15);
  }
  .about-skills .skills-list .skill-card p {
    font-size: var(--font-size15);
    line-height: 1.7;
  }
}

.cmn-try-cover.cover-color:after {
  content: none;
}
/* ====================================================
   about-slider
==================================================== */
.about-slider {
  overflow: hidden;
  padding: 90px 0 0;
}
.about-slider .slider-track {
  display: flex;
  width: calc((50.71vw + 18px) * 4);
  animation: about-slide-loop 25s linear infinite;
}
.about-slider .slider-track .slider-group {
  display: flex;
  flex-shrink: 0;
  margin-right: 1.46vw;

  gap: 18px;
}
.about-slider .slider-track .slider-group .slider-portrait {
  overflow: hidden;
  width: 22.32vw;
  height: auto;
}
.about-slider .slider-track .slider-group .slider-portrait figure {
  display: block;
  width: 100%;
  height: 100%;
}
.about-slider .slider-track .slider-group .slider-col {
  display: flex;
  flex-direction: column;

  gap: 18px;
}
.about-slider .slider-track .slider-group .slider-col .slider-landscape {
  overflow: hidden;
  width: 26.93vw;
  height: auto;
}
.about-slider .slider-track .slider-group .slider-col .slider-landscape figure {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes about-slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * (50.71vw + 18px) * 2));
  }
}
@media screen and (max-width: 767px) {
  .about-slider {
    padding: 29px 0 0;
    background-color: #fff;
  }
  .about-slider .slider-track {
    width: calc(33rem * 4);
    animation: about-slide-loop-sp 25s linear infinite;
  }
  .about-slider .slider-track .slider-group {
    margin-right: 1.5rem;

    gap: 1.5rem;
  }
  .about-slider .slider-track .slider-group .slider-portrait {
    width: 12rem;
    height: 18rem;
    border-radius: 10px;
  }
  .about-slider .slider-track .slider-group .slider-col {
    gap: 1rem;
  }
  .about-slider .slider-track .slider-group .slider-col .slider-landscape {
    width: 18rem;
    height: 8.5rem;
    border-radius: 10px;
  }
  @keyframes about-slide-loop-sp {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-33rem * 4));
    }
  }
}
/* ====================================================
qa-contents
==================================================== */
.qa-contents .tlt {
  text-align: center;
}
.qa-contents .tlt h2 {
  font-size: var(--font-size36);
  font-weight: bold;
  line-height: 1;
}
.qa-contents .tlt figure {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .qa-contents .tlt h2 {
    font-size: var(--font-size24);
  }
  .qa-contents .tlt figure {
    margin: 0 auto 22px;
  }
}
.qa-contents {
  padding: 64px 0 150px;
}
.qa-contents .tlt {
  margin-bottom: 42px;
}
.qa-contents .tlt figure {
  width: 61.66px;
}
@media screen and (max-width: 767px) {
  .qa-contents {
    padding: 90px 0 100px;
    background-color: #fff;
  }
  .qa-contents .tlt figure {
    width: 40.32px;
  }
}
