@charset "UTF-8";
.c-svg-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.c-svg-text img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ======================================
      【PC】 Util / Components 
========================================= */
.c-btn-more a {
  position: relative;
  display: inline-block;
  padding-block: 20px;
  padding-inline: clamp(115px, 108.33px + 0.868vw, 125px); /* 768px〜1920pxの間で可変 */
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #4B4035;
}
.c-btn-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 11px;
  aspect-ratio: 11/10;
  background: url("../images/front-page/concept-btn-arrow.svg") no-repeat center center;
  background-size: contain;
}

/* ======================================
      【SP】 Util / Components 
========================================= */
@media (max-width: 767px) {
  .c-btn-more a {
    position: relative;
    display: inline-block;
    width: min(100%, 77.29vw);
    margin-inline: auto;
    padding-block: 4.83vw;
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #4B4035;
  }
  .c-btn-more a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7.25vw;
    translate: 0 -50%;
    width: 2.66vw;
    aspect-ratio: 11/10;
    background: url("../images/front-page/concept-btn-arrow.svg") no-repeat center center;
    background-size: contain;
  }
}
/* ==========================================================================
  レスポンス設計の注釈
  ・SP：デザインカンプの幅（414px）を基準にvw計算しています。
  ・PC：基本として768px〜1920pxの間で可変（clamp）するように設定しています。
  ・各セクションの記述順は「PC（sp-over）→SP（sp）」で統一しています。
========================================================================== */
/* ===== Base / Reset (universal) ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Media elements */
img,
picture,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-inline {
  display: inline-block;
  vertical-align: middle;
}

/* form */
button,
input,
textarea,
select {
  font: inherit;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #0091ff;
  outline-offset: 2px;
}

/* buttonタグの打消 */
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: middle;
}

/* フォーム等で無効化した時の見た目 */
button:disabled {
  cursor: default;
}

/* ======================================
      【PC】  docrequest
========================================= */
@media (min-width: 768px) {
  #docrequest {
    max-width: 1920px;
    margin-inline: auto;
  }
  #docrequest .title-box-inner {
    position: relative;
  }
  #docrequest .title-box-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: clamp(178px, 124.67px + 6.944vw, 258px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 258.35/197.1;
    background: url("../images/docrequest/title-box-deco.png") no-repeat center center;
    background-size: contain;
  }
  #docrequest .lead {
    margin-top: 100px;
    margin-bottom: 88px;
    font-size: clamp(18px, 15.33px + 0.347vw, 22px); /* 768px〜1920pxの間で可変 */
    line-height: 1.63636;
    letter-spacing: 0.05em;
    text-align: center;
    color: #222;
  }
  #docrequest .loop-box {
    overflow: hidden;
  }
  #docrequest .loop-box-track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    will-change: transform;
    animation: docrequest-loop 30s linear infinite;
  }
  #docrequest .loop-box-track picture {
    flex: 0 0 auto;
    width: 136.4583vw;
    aspect-ratio: 2620/280;
  }
  #docrequest .loop-box-track img {
    display: block;
    width: 100%;
    height: auto;
  }
  @keyframes docrequest-loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  #docrequest .tel-area {
    margin-top: -30px;
    background-color: #EAEACA;
  }
  #docrequest .tel-area_inner {
    padding-block: 150px 153px;
    text-align: center;
  }
  #docrequest .tel-area_lead {
    margin-bottom: 40px;
    font-size: clamp(24px, 21.33px + 0.347vw, 28px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #docrequest .tel-area_tel img {
    margin-inline: auto;
    margin-bottom: 20px;
  }
  #docrequest .tel-area_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
  }
  #docrequest .form-Box {
    margin-top: -73px;
    margin-bottom: 86px;
  }
}
/* ======================================
      【SP】  docrequest
========================================= */
@media (max-width: 767px) {
  #docrequest .title-box-inner {
    position: relative;
  }
  #docrequest .title-box-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 4.11vw;
    width: 23.43vw;
    height: auto;
    aspect-ratio: 97.25/74.19;
    background: url("../images/docrequest/title-box-deco_sp.png") no-repeat center center;
    background-size: contain;
  }
  #docrequest .lead {
    margin-top: 12.08vw;
    margin-bottom: 14.49vw;
    padding-inline: 8.21vw;
    font-size: 4.35vw;
    line-height: 1.7777;
    letter-spacing: 0.05em;
    color: #222;
  }
  #docrequest .loop-box {
    overflow: hidden;
  }
  #docrequest .loop-box-track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    will-change: transform;
    animation: docrequest-loop 35s linear infinite;
  }
  #docrequest .loop-box-track picture {
    flex: 0 0 auto;
    width: 362.077vw; /* 1500px / 414px * 100vw */
    aspect-ratio: 1500/160;
  }
  #docrequest .loop-box-track img {
    display: block;
    width: 100%;
    height: auto;
  }
  @keyframes docrequest-loop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  #docrequest .tel-area {
    background-color: #EAEACA;
  }
  #docrequest .tel-area_inner {
    padding-block: 14.493vw 67.874vw;
    text-align: center;
  }
  #docrequest .tel-area_lead {
    margin-bottom: 3.382vw;
    font-size: 4.348vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #docrequest .tel-area_tel-img {
    width: 291px;
    height: auto;
    margin-inline: auto;
    margin-bottom: 3.86vw;
    aspect-ratio: 291.61/31.28;
  }
  #docrequest .tel-area_tel-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #docrequest .tel-area_text {
    font-size: 3.14vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
  }
  #docrequest .form-Box {
    margin-top: -58vw;
  }
}/*# sourceMappingURL=page-docrequest.css.map */