@charset "UTF-8";

/* ====================================================

  Assorti Business Common SP Style

==================================================== */

/* ------------------------------------------

  Link Button 2

------------------------------------------ */
.link-btn02 {
  width: calc(460 / 750 * 100vw);
  height: 88px;
  line-height: 88px;
  border-radius: 44px;
  margin: auto;
}
.link-btn02 i {
  /*
  left: 25px;
  */
  transform: scale(1.0);
  transform-origin: 0 50%;
  margin: 0;
}
.link-btn02 span {
  font-size: calc(24 / 750 * 100vw);
  padding: 0 0 0 1.5em;
}

@media screen and (max-width:640px) {
  .link-btn02 {
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
  }
}
@media screen and (max-width:480px) {
  .link-btn02 {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width:414px) {
  .link-btn02 {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
  .link-btn02 i {
    transform: scale(0.7);
    margin: 0;
  }
  .link-btn02 span { font-size: calc(24 / 750 * 100vw * 1.15); }
}
@media screen and (max-width:375px) {
  .link-btn02 {
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
  }
  .link-btn02 i { transform: scale(0.65); }
}
@media screen and (max-width:320px) {
  .link-btn02 {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .link-btn02 i { transform: scale(0.55); }
}

/* ------------------------------------------

  Section

------------------------------------------ */

/* Section Common
------------------------------------------ */
section > figure img {
  width: auto;
  height: calc(600 / 750 * 100vw);
  object-fit: cover;
}
section > figure::after {
  bottom: calc(20 / 750 * -100vw);
  width: calc(476 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
}
@media screen and (max-width:414px) {
  section > figure::after {
    bottom: calc(20 / 750 * -100vw * 1.15);
    height: calc(20 / 750 * 100vw * 1.15);
  }
}

.green-line { width: calc(476 / 750 * 100vw); }
.intro {
  display: block;
  margin: calc(90 / 750 * 100%) 0 0;
}
.intro dl {
  width: 100%;
  padding: 0;
}
section:nth-of-type(even) .intro dl { padding: 0; }
.intro dl dt {
  position: relative;
  width: 104.666666%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 calc(40 / 750 * 100%);
}
.intro dl dt img {
  width: calc(240 / 750 * 100vw);
  height: auto;
  margin: 0 0 0 4.666666%;
}
section:nth-of-type(even) .intro dl dt {
  flex-direction: row-reverse;
  margin: 0 0 calc(40 / 750 * 100%) -4.666666%;
}
section:nth-of-type(even) .intro dl dt img { margin: 0 4.666666% 0 0; }
.sec-heading { font-size: calc(48 / 750 * 100vw); }
.sec-txt { font-size: calc(24 / 750 * 100vw); }

@media screen and (max-width:414px) {
  .sec-txt { font-size: calc(24 / 750 * 100vw * 1.15); }
}

/* Section Inquiry */
.sec-inquiry {
  height: calc(380 / 750 * 100vw);
}
.sec-inquiry ul {
  width: 62.5%;
  padding: 0 0 0 4.666666%;
}
.sec-inquiry ul li p { font-size: calc(24 / 750 * 100vw); }
.sec-inquiry .link-btn02 {
  width: calc(375 / 750 * 100vw);
  margin: 0;
}
.sec-inquiry > figure { height: calc(380 / 750 * 100vw); }
.sec-inquiry > figure::before { border-width: calc(380 / 750 * 100vw) 0 0 calc(97 / 750 * 100vw); }

@media screen and (max-width:414px) {
  .sec-inquiry ul li p { font-size: calc(24 / 750 * 100vw * 1.15); }
}