@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Inter:opsz,wght@14..32,500&family=Lato:wght@900&display=swap&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 3.2vw;
}
@media screen and (min-width: 835px) {
  html {
    font-size: 0.7vw;
  }
}

body {
  background: #fff;
  line-height: 2;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 1rem;
  color: #293855;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

main {
  max-width: 100vw;
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: #293855;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
  text-decoration: none;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

li {
  list-style: none;
}

.flb_sb, .case .left .name, .casestudy .nav, .service ul {
  display: flex;
  justify-content: space-between;
}

.flb_ct, .case .right dl dt, .case .left .name h3, .casestudy .nav dl dt span {
  display: flex;
  justify-content: center;
}

.flb_st, header {
  display: flex;
  justify-content: flex-start;
}

.flb_ed {
  display: flex;
  justify-content: flex-end;
}

.sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .pc {
    display: block;
  }
}

.inner {
  width: 90vw;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .inner {
    width: 91vw;
  }
}

.fadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  transform: translate(0, 50px);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_down {
  transform: translate(0, -50px);
  transition: 1s;
}
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  transform: translate(50px, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  transform: translate(0, 50px);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_down {
  transform: translate(0, -50px);
  transition: 1s;
}
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(100px, 0);
  transition: 1s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_fast {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn_fast.is-show {
  opacity: 1;
}

.fadeIn_up_fast {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.5s;
}
.fadeIn_up_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_down_fast {
  opacity: 0;
  transform: translate(0, -50px);
  transition: 0.5s;
}
.fadeIn_down_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left_fast {
  opacity: 1;
  transform: translate(-50px, 0);
  transition: 0.5s;
}
.fadeIn_left_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left_fast_long {
  opacity: 1;
  transform: translate(-600px, 0);
  transition: 0.5s;
}
.fadeIn_left_fast_long.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right_fast {
  opacity: 1;
  transform: translate(50px, 0);
  transition: 0.5s;
}
.fadeIn_right_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right_fast_long {
  opacity: 1;
  transform: translate(600px, 0);
  transition: 0.5s;
}
.fadeIn_right_fast_long.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* キーフレームアニメーションの定義 (時間差表示)*/
@keyframes fadeInSlideUpStep {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSlideUpReset {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.is_hook .box {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(20px);
  animation: fadeInSlideUpStep 0.5s ease-out forwards; /* アニメーション適用 */
}

.is_animation .box:nth-child(1) {
  animation-delay: 0s; /* 1番目の要素は0秒後に開始 */
}
.is_animation .box:nth-child(2) {
  animation-delay: 0.2s; /* 1番目の要素は0秒後に開始 */
}
.is_animation .box:nth-child(3) {
  animation-delay: 0.4s; /* 1番目の要素は0秒後に開始 */
}
.is_animation .box:nth-child(4) {
  animation-delay: 0.6s; /* 1番目の要素は0秒後に開始 */
}

.is_target .box {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(0);
  animation: fadeInSlideUpReset 0.5s ease-out forwards; /* アニメーション適用 */
}

/* ヘッダー */
header {
  padding: 1rem 1.2rem 0 1.2rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  header {
    padding: 2rem 0 2rem 6.4rem;
    flex-wrap: nowrap;
    justify-content: start;
  }
}
header .logo img {
  display: block;
  height: 1.9rem;
  width: auto;
  margin-right: 1rem;
}
@media screen and (min-width: 835px) {
  header .logo img {
    height: 4.4rem;
    width: auto;
    margin-right: 3.8rem;
  }
}
header .read {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding-top: 0.25rem;
}
@media screen and (min-width: 835px) {
  header .read {
    font-size: 2.2rem;
  }
}
header .caption {
  position: relative;
  background: #dbf7ff;
  width: 100vw;
  margin: 0 -1.2rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: left;
  padding: 0.5rem 0.75rem;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 835px) {
  header .caption {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0.6rem 9.6rem 0.6rem 2.5rem;
    border-right: 0;
    border-radius: 10rem 0 0 10rem;
    width: auto;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    overflow: visible;
  }
}
header .caption::after {
  content: "";
  display: block;
  width: 3rem;
  aspect-ratio: 16/15;
  background: url("../images/staff.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 5.2rem;
  bottom: 0;
}
@media screen and (min-width: 835px) {
  header .caption::after {
    width: 3rem;
    width: 6rem;
    bottom: 0;
    right: 1rem;
  }
}

/* メインビジュアル */
.rep {
  position: relative;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 835px) {
  .rep {
    padding-bottom: 12rem;
  }
}
.rep::before, .rep::after {
  content: "";
  display: block;
  width: min(29.7vw, 11.2rem);
  height: 100%;
  background: url("../images/rep.webp") repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0.35rem;
}
@media screen and (min-width: 835px) {
  .rep::before, .rep::after {
    width: min(20vw, 29.8rem);
    top: 0;
  }
}
.rep::before {
  left: 0;
}
.rep::after {
  right: 0;
  transform: scale(-1, 1);
}

.mv {
  position: relative;
  z-index: 5;
  padding-bottom: 2rem;
}
@media screen and (min-width: 835px) {
  .mv {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4.3rem;
  }
}
.mv picture {
  display: block;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 835px) {
  .mv picture {
    width: 46.4%;
    margin-bottom: 0;
  }
}
.mv picture img {
  display: block;
}
.mv .txt {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .mv .txt {
    width: 50%;
    text-align: left;
  }
}
.mv .txt h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 835px) {
  .mv .txt h1 {
    font-size: 8.8rem;
    margin-bottom: 1rem;
    margin-left: -0.5rem;
  }
}
.mv .txt h1 .company-name {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 835px) {
  .mv .txt h1 .company-name {
    font-size: 10rem;
  }
}
.mv .txt h1 .service-name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 835px) {
  .mv .txt h1 .service-name {
    margin-left: -0.2rem;
    line-height: 1;
  }
}
.mv .txt p {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (min-width: 835px) {
  .mv .txt p {
    font-size: 3rem;
  }
}
.mv .sales-support-message {
  text-align: center;
  width: 45vw;
  right: 2vw;
  top: 33.7vw;
  aspect-ratio: 579/394;
  background: url("../images/kirii-sales-rep.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2.2rem 0 0 4.4rem;
}
@media screen and (min-width: 835px) {
  .mv .sales-support-message {
    width: 20vw;
    right: 5rem;
    top: auto;
    bottom: -4rem;
    font-size: 2.4rem;
    padding: 3.4vw 0 0 6.5vw;
  }
}
.mv .sales-support-message span {
  display: block;
}
.mv .sales-support-message span.el_company-name {
  display: inline;
  font-size: 110%;
}

.service {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 835px) {
  .service {
    margin-bottom: 12rem;
  }
}
.service .service-list-title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2em;
  position: relative;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 835px) {
  .service .service-list-title {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
  }
}
.service ul {
  flex-wrap: wrap;
}
.service ul li {
  display: block;
  width: 48%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .service ul li {
    width: 23.6%;
    margin-bottom: 0;
  }
}
.service ul li a {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 835px) {
  .service ul li a {
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(0, 0, 0, 0.2);
  }
}
.service ul li img {
  display: block;
}

.trouble {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .trouble {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.trouble h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .trouble h2 {
    padding-bottom: 2.4rem;
    font-size: 4.2rem;
  }
}
.trouble h2 span.read-text {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .trouble h2 span.read-text {
    font-size: 2.8rem;
  }
}
.trouble .box1 {
  background: #dbf7ff;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 2.6rem;
  align-items: center;
}
@media screen and (min-width: 835px) {
  .trouble .box1 {
    width: 100%;
    border-radius: 2.8vw;
    padding: 3rem 3rem 0;
    border-radius: 4rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
  }
}
.trouble .box1 .trouble-message {
  position: relative;
  background: url("../images/trouble_sp.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 59/20;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .trouble .box1 .trouble-message {
    width: 27%;
    aspect-ratio: 1/1;
    background: url("../images/trouble.svg") center no-repeat;
    background-size: contain;
    margin-bottom: 0;
  }
}
.trouble .box1 .trouble-message .phrase {
  position: absolute;
  left: 10.5rem;
  top: 2rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .trouble .box1 .trouble-message .phrase {
    font-size: 2rem;
    left: 5rem;
    top: 2.3rem;
  }
}
.trouble .box1 .trouble-message span {
  display: block;
}
.trouble .box1 picture {
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 835px) {
  .trouble .box1 picture {
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }
}
.trouble .box1 picture img {
  display: block;
}
@media screen and (min-width: 835px) {
  .trouble .box1 .list {
    width: 70%;
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .trouble .box1 .list ul {
    display: inline-block;
  }
  .trouble .box1 .list ul:first-child {
    margin-right: 3.4%;
  }
}
.trouble .box1 .list ul li {
  list-style: none;
  border-bottom: rgba(1, 41, 56, 0.4) 0.15rem solid;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 3rem;
  padding-bottom: 0.25rem;
  position: relative;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 835px) {
  .trouble .box1 .list ul li {
    padding-left: 4rem;
    padding-bottom: 0.4rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    border-bottom: rgba(1, 41, 56, 0.4) 0.35rem solid;
  }
}
.trouble .box1 .list ul li b {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #f13a5f;
}
@media screen and (min-width: 835px) {
  .trouble .box1 .list ul li b {
    font-size: 2.8rem;
  }
}
.trouble .box1 .list ul li::before {
  content: "";
  display: block;
  width: 1.546rem;
  aspect-ratio: 1/1;
  background: url("../images/check.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.5rem;
}
@media screen and (min-width: 835px) {
  .trouble .box1 .list ul li::before {
    width: 2.4rem;
    left: 0;
  }
}
.trouble .box2 {
  background: #fff8b6;
  border-radius: 2rem;
  padding: 2rem 1.8rem 2.5rem;
}
@media screen and (min-width: 835px) {
  .trouble .box2 {
    width: 100%;
    border-radius: 2.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 2.8rem 1.8rem 0;
    margin-left: auto;
  }
}
.trouble .box2 .contact-us-message {
  position: relative;
  display: block;
  width: 77.6%;
  background: url("../images/contact-us_sp.svg") center no-repeat;
  background-size: contain;
  aspect-ratio: 464/156;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .trouble .box2 .contact-us-message {
    width: 19%;
    aspect-ratio: 43/48;
    background: url("../images/contact-us.svg") center no-repeat;
    background-size: contain;
    margin-bottom: 0;
  }
}
.trouble .box2 .contact-us-message .phrase {
  position: absolute;
  left: 2rem;
  top: 1.8rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 835px) {
  .trouble .box2 .contact-us-message .phrase {
    left: 3rem;
    top: 1.4rem;
    font-size: 2.3rem;
  }
}
.trouble .box2 picture {
  display: block;
  width: 77.6%;
  margin-left: 6.6%;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 835px) {
  .trouble .box2 picture {
    width: 19%;
    margin: 0;
  }
}
.trouble .box2 picture img {
  display: block;
}
@media screen and (min-width: 835px) {
  .trouble .box2 .txt {
    display: inline-block;
    padding-bottom: 2rem;
  }
}
.trouble .box2 .txt p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75em;
}
@media screen and (min-width: 835px) {
  .trouble .box2 .txt p {
    font-size: 2rem;
    line-height: 2;
  }
}
.trouble .box2 .txt p b {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2em;
  color: #f13a5f;
}
@media screen and (min-width: 835px) {
  .trouble .box2 .txt p b {
    font-size: 2.8rem;
  }
}
.trouble .box2 .txt .el_company-name {
  transform: translateY(0.05rem);
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .trouble .box2 .txt .el_company-name {
    transform: translateY(0.1rem);
  }
}

.ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1.8rem;
  vertical-align: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 25rem;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .ttl {
    font-size: clamp(2.8rem, 1.345rem + 3.88vw, 6rem);
    line-height: 1.75em;
    padding-bottom: 4rem;
    width: 80rem;
  }
}
.ttl .company-name {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-right: 0.2rem;
}
@media screen and (min-width: 835px) {
  .ttl .company-name {
    font-size: 3.8rem;
    font-weight: 700;
    padding-right: 0.4rem;
  }
}
.ttl .service-name {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (min-width: 835px) {
  .ttl .service-name {
    font-size: 3rem;
  }
}
.ttl .txt {
  display: block;
  font-size: 1.8rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 835px) {
  .ttl .txt {
    font-size: 6rem;
    padding-top: 1.5rem;
  }
}
.ttl img {
  display: block;
  width: min(21.3%, 12.2rem);
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 835px) {
  .ttl img {
    margin-bottom: 3.4rem;
  }
}
.ttl span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 835px) {
  .ttl span {
    font-size: 4rem;
  }
}

/* 桐井製作所はデジタル化支援から財務支援まで */
.support {
  background: #fff9c1;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .support {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 13vw;
  }
}
.support::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/257;
  background: url("../images/next_sp.webp") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 835px) {
  .support::after {
    aspect-ratio: 1438/175;
    background: url("../images/next.svg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.support .inner {
  padding: 4.5rem 0 0 0;
}
@media screen and (min-width: 835px) {
  .support .inner {
    margin: 0;
    padding: 12rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.support h2 {
  margin: 0 -2vw;
}
.support h2,
.support h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8em;
}
@media screen and (min-width: 835px) {
  .support h2,
  .support h3 {
    font-size: 3.2rem;
  }
}
.support h2 b,
.support h3 b {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8em;
  color: #f13a5f;
}
@media screen and (min-width: 835px) {
  .support h2 b,
  .support h3 b {
    font-size: clamp(1.8rem, 1.163rem + 1.7vw, 3.2rem);
  }
}
.support h3 {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 835px) {
  .support h3 {
    padding-bottom: 3.7rem;
  }
}
.support picture {
  display: block;
  width: 90%;
  margin: 0 auto 1.3rem;
}
@media screen and (min-width: 835px) {
  .support picture {
    margin: 0 0 2.8rem;
    width: 72vw;
  }
}
.support .message-support {
  position: relative;
  width: 90vw;
  aspect-ratio: 650/600;
  background: url(../images/support_sp.svg) center no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
.support .message-support p {
  text-align: left;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}
.support .message-support p.first-message {
  position: absolute;
  left: 13vw;
  top: 3vw;
}
.support .message-support p.second-message {
  position: absolute;
  left: 45.5vw;
  top: 64vw;
  font-size: 1.4rem;
}
.support .message-support p.second-message .company-name {
  font-size: 135%;
  font-weight: 700;
}
@media screen and (min-width: 835px) {
  .support .message-support {
    width: 72vw;
    aspect-ratio: 1200/286;
    background: url(../images/support_pc.svg) center no-repeat;
    background-size: contain;
    margin-bottom: 2.8rem;
  }
  .support .message-support p {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .support .message-support p.first-message {
    top: 1.1vw;
    left: 6vw;
    font-size: 2.8rem;
  }
  .support .message-support p.second-message {
    top: 8vw;
    left: 52.5vw;
    font-size: 2.8rem;
  }
  .support .message-support p.second-message .company-name {
    font-size: 135%;
    font-weight: 700;
  }
}
.support p {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.support p .el_company-name {
  transform: translateY(0.05rem);
}
@media screen and (min-width: 835px) {
  .support p {
    font-size: 2rem;
    text-align: center;
  }
  .support p .el_company-name {
    transform: translateY(0.05rem);
    font-weight: 400;
    display: inline-block;
  }
}
/* 解決提案・事例をご紹介 */
.casestudy {
  background: #fff;
  position: relative;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 835px) {
  .casestudy {
    padding-top: 6rem;
    margin-bottom: 12rem;
  }
}
.casestudy::before, .casestudy::after {
  content: "";
  display: block;
  width: 40vw;
  aspect-ratio: 254/289;
  background: url("../images/title-bg.webp") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 835px) {
  .casestudy::before, .casestudy::after {
    width: min(20%, 28.9rem);
  }
}
.casestudy::before {
  left: 0;
}
.casestudy::after {
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 835px) {
  .casestudy .ttl {
    padding-bottom: 8.3rem;
  }
}
.casestudy .inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .casestudy .inner {
    padding-top: 2rem;
  }
}
.casestudy .nav {
  flex-wrap: wrap;
  padding-top: 7vw;
}
@media screen and (min-width: 835px) {
  .casestudy .nav {
    padding-top: 0;
  }
}
.casestudy .nav .voice {
  margin-top: -2.8rem;
  padding: 0 0.4rem 0.7rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice {
    margin-top: -5.4rem;
    padding: 0 2.3rem 1rem;
  }
}
.casestudy .nav .voice .voice-inner {
  display: block;
  width: 100%;
  aspect-ratio: 10/9;
  position: relative;
}
.casestudy .nav .voice .voice-inner p {
  font-weight: bold;
  font-size: 0.75rem;
  position: absolute;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner p {
    font-size: 1.5rem;
  }
}
.casestudy .nav .voice .voice-inner p .bold {
  font-size: 1rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner p .bold {
    font-size: 2rem;
  }
}
.casestudy .nav .voice .voice-inner p .line {
  display: block;
}
.casestudy .nav .voice .voice-inner.voice-inner__01 {
  background: url("../images/voice1.svg") center no-repeat;
  background-size: contain;
}
.casestudy .nav .voice .voice-inner.voice-inner__01 p:nth-child(1) {
  top: 5.9rem;
  left: 1rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__01 p:nth-child(1) {
    top: 12rem;
    left: 2rem;
  }
}
.casestudy .nav .voice .voice-inner.voice-inner__01 p:nth-child(2) {
  top: 7.9rem;
  left: 2rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__01 p:nth-child(2) {
    top: 16.4rem;
    left: 4.5rem;
  }
}
.casestudy .nav .voice .voice-inner.voice-inner__02 {
  background: url("../images/voice2.svg") center no-repeat;
  background-size: contain;
}
.casestudy .nav .voice .voice-inner.voice-inner__02 p:nth-child(1) {
  top: 5.5rem;
  left: 1.2rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__02 p:nth-child(1) {
    top: 11.2rem;
    left: 3rem;
  }
}
.casestudy .nav .voice .voice-inner.voice-inner__02 p:nth-child(2) {
  top: 8rem;
  left: 1.8rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__02 p:nth-child(2) {
    top: 16.2rem;
    left: 4rem;
  }
}
.casestudy .nav .voice .voice-inner.voice-inner__03 {
  background: url("../images/voice3.svg") center no-repeat;
  background-size: contain;
}
.casestudy .nav .voice .voice-inner.voice-inner__03 p:nth-child(1) {
  top: 5.6rem;
  left: 1.8rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__03 p:nth-child(1) {
    top: 11.5rem;
    left: 3.5rem;
  }
}
.casestudy .nav .voice .voice-inner.voice-inner__03 p:nth-child(2) {
  top: 8rem;
  left: 4.7rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__03 p:nth-child(2) {
    top: 16.2rem;
    left: 10rem;
  }
}
.casestudy .nav .voice .voice-inner.voice-inner__04 {
  background: url("../images/voice4.svg") center no-repeat;
  background-size: contain;
}
.casestudy .nav .voice .voice-inner.voice-inner__04 p:nth-child(1) {
  top: 5.8rem;
  left: 2rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__04 p:nth-child(1) {
    top: 12rem;
    left: 4.5rem;
  }
}
.casestudy .nav .voice .voice-inner.voice-inner__04 p:nth-child(2) {
  top: 8.6rem;
  left: 1.9rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .voice-inner.voice-inner__04 p:nth-child(2) {
    top: 18rem;
    left: 4.3rem;
  }
}
.casestudy .nav .voice .arrow {
  display: block;
  margin: auto;
  width: 63%;
  aspect-ratio: 83/29;
  text-align: center;
  background: url("../images/traiangle.svg") center top no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: 0.2em;
  padding-top: 0.2rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .voice .arrow {
    font-size: 1.8rem;
  }
}
.casestudy .nav .intro {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .intro {
    padding-bottom: 2.2rem;
    font-size: 2.2rem;
  }
}
.casestudy .nav .intro .el_company-name {
  font-weight: 500;
  transform: translateY(0.1rem);
}
.casestudy .nav h3 {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav h3 {
    margin-bottom: 1rem;
  }
}
.casestudy .nav h3 span {
  display: block;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0.54rem 0;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav h3 span {
    font-size: 2.4rem;
    padding: 1rem 0;
    margin-bottom: 1.65rem;
  }
}
.casestudy .nav h3 img {
  display: block;
  width: min(100% - 2.8rem, 24.5rem);
  margin: auto;
}
@media screen and (min-width: 835px) {
  .casestudy .nav h3 img {
    width: min(81.6%, 24.5rem);
  }
}
.casestudy .nav dl {
  padding-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav dl {
    padding-bottom: 0;
  }
}
.casestudy .nav dl dt {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 835px) {
  .casestudy .nav dl dt {
    margin-bottom: 0.7rem;
  }
}
.casestudy .nav dl dt span {
  align-items: center;
  width: min(61.6%, 18.5rem);
  border-radius: 10rem;
  color: #fff;
  font-size: clamp(0.84rem, 0.494rem + 0.92vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  .casestudy .nav dl dt span {
    line-height: 3.4rem;
  }
}
.casestudy .nav dl dt b {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.26rem, 0.742rem + 1.38vw, 2.4rem);
  font-weight: 900;
}
.casestudy .nav dl dt::before {
  content: "";
  display: block;
  width: min(63%, 18.8rem);
  aspect-ratio: 63/31;
  background: url("../images/proposal.svg") center center no-repeat;
  background-size: 100% auto;
  margin: auto;
  transform: translateX(12%);
}
.casestudy .nav dl dd {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 835px) {
  .casestudy .nav dl dd {
    font-size: clamp(0.945rem, 0.556rem + 1vw, 1.8rem);
  }
}
.casestudy .nav dl dd b {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 835px) {
  .casestudy .nav dl dd b {
    font-size: clamp(1.26rem, 0.742rem + 1vw, 2.4rem);
  }
}
.casestudy .nav .box {
  width: 46.6%;
  border-radius: 6.3px;
  margin-bottom: 4.6rem;
  padding-bottom: 4rem;
  position: relative;
  box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .box {
    width: 23%;
    border-radius: 1.2rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 9rem;
    box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(0, 0, 0, 0.2);
  }
}
.casestudy .nav .box::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  display: block;
  width: 3.2rem;
  aspect-ratio: 1/1;
  background: url("../images/arrow.webp") center center no-repeat;
  background-size: 100% auto;
  margin: 1rem auto 0 -1.6rem;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .casestudy .nav .box::after {
    bottom: 2rem;
    width: 6rem;
    margin: 1rem auto 0 -3rem;
  }
}
.casestudy .nav .box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.casestudy .nav .box:hover::after {
  transform: translateY(0.5rem);
  background: url("../images/arrow_w.webp") center center no-repeat;
  background-size: 100% auto;
}
.casestudy .nav .box:nth-of-type(1) {
  background: #bff2ff;
}
.casestudy .nav .box:nth-of-type(1) h3 span {
  background: #12a0c4;
}
.casestudy .nav .box:nth-of-type(1) dl dt span {
  background: #12a0c4;
}
.casestudy .nav .box:nth-of-type(1):hover {
  background: #a1e2f4;
}
.casestudy .nav .box:nth-of-type(2) {
  background: #ffdcdb;
}
.casestudy .nav .box:nth-of-type(2) h3 span {
  background: #ef6360;
}
.casestudy .nav .box:nth-of-type(2) dl dt span {
  background: #ef6360;
}
.casestudy .nav .box:nth-of-type(2):hover {
  background: #fbb9b6;
}
.casestudy .nav .box:nth-of-type(3) {
  background: #c5f2f0;
}
.casestudy .nav .box:nth-of-type(3) h3 span {
  background: #14ada8;
}
.casestudy .nav .box:nth-of-type(3) dl dt span {
  background: #14ada8;
}
.casestudy .nav .box:nth-of-type(3):hover {
  background: #a2e6e2;
}
.casestudy .nav .box:nth-of-type(4) {
  background: #fff0d3;
}
.casestudy .nav .box:nth-of-type(4) h3 span {
  background: #f87811;
}
.casestudy .nav .box:nth-of-type(4) dl dt span {
  background: #f87811;
}
.casestudy .nav .box:nth-of-type(4):hover {
  background: #fce1ad;
}

.case {
  padding-top: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 835px) {
  .case {
    padding-top: 2.4rem;
    padding-bottom: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 835px) {
  .case .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.case .case-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .case .case-header {
    justify-content: start;
    flex-direction: row;
  }
}
.case .case-header .phrase {
  position: relative;
  width: 60vw;
  margin-left: 34vw;
  line-height: 1.4;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 835px) {
  .case .case-header .phrase {
    width: 45rem;
    margin-left: 0;
    margin-right: 2rem;
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.case .case-header .phrase p {
  display: block;
  position: absolute;
  font-weight: bold;
}
.case .case-header .phrase .line {
  display: block;
}
.case .case-header .phrase .bold {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 835px) {
  .case .case-header .phrase .bold {
    font-size: 3rem;
  }
}
.case .case-header .phrase.phrase01 {
  aspect-ratio: 808/280;
  background: url("../images/trouble1.svg") bottom center no-repeat;
  background-size: contain;
}
.case .case-header .phrase.phrase01 p {
  width: 7rem;
  top: 2.5rem;
  left: 9.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 835px) {
  .case .case-header .phrase.phrase01 p {
    width: 16rem;
    top: 5.8rem;
    left: 23.5rem;
  }
}
.case .case-header .phrase.phrase02 {
  aspect-ratio: 808/300;
  background: url("../images/trouble2.svg") bottom center no-repeat;
  background-size: contain;
}
.case .case-header .phrase.phrase02 p {
  width: 9rem;
  top: 1.2rem;
  left: 9.5rem;
  line-height: 1.25;
}
@media screen and (min-width: 835px) {
  .case .case-header .phrase.phrase02 p {
    width: 19rem;
    top: 2.8rem;
    left: 22.5rem;
  }
}
.case .case-header .phrase.phrase03 {
  aspect-ratio: 808/300;
  background: url("../images/trouble3.svg") bottom center no-repeat;
  background-size: contain;
}
.case .case-header .phrase.phrase03 p {
  width: 11rem;
  top: 1rem;
  left: 7.5rem;
}
@media screen and (min-width: 835px) {
  .case .case-header .phrase.phrase03 p {
    width: 25rem;
    top: 2.5rem;
    left: 19rem;
  }
}
.case .case-header .phrase.phrase04 {
  aspect-ratio: 808/280;
  background: url("../images/trouble4.svg") bottom center no-repeat;
  background-size: contain;
}
.case .case-header .phrase.phrase04 p {
  width: 8rem;
  top: 1.7rem;
  left: 9rem;
}
@media screen and (min-width: 835px) {
  .case .case-header .phrase.phrase04 p {
    width: 21rem;
    top: 4.2rem;
    left: 22rem;
  }
}
.case .case-header h2 {
  font-size: 1.25rem;
  line-height: 1.75em;
  text-align: left;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 835px) {
  .case .case-header h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 3.6rem;
    line-height: 1.5em;
    text-align: left;
  }
  .case .case-header h2.single {
    margin-bottom: 1.5rem;
  }
}
.case .case-header h2 img {
  display: block;
  width: 65.2%;
  margin-left: auto;
  margin-bottom: 1rem;
  transform: translateX(4%);
}
@media screen and (min-width: 835px) {
  .case .case-header h2 img {
    width: 45rem;
    margin: 0 1.3rem -3rem 0;
    transform: translateX(0);
  }
}
.case .case-header h2 span {
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .case .case-header h2 span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
}
.case .case-header h2 span::before {
  content: "";
  display: block;
  width: 2.1rem;
  aspect-ratio: 25/23;
  background: url("../images/arrow_sp.svg") center center no-repeat;
  background-size: 100% auto;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .case .case-header h2 span::before {
    width: 7.5rem;
    aspect-ratio: 76/33;
    background: url("../images/arrow.svg") center center no-repeat;
    background-size: 100% auto;
    margin: 0 3rem 0 0;
  }
}
.case .box {
  background: #fff;
  padding: 1.8rem 1.6rem;
}
@media screen and (min-width: 835px) {
  .case .box {
    padding: 3.2rem 3.2rem;
    display: flex;
    justify-content: space-between;
  }
}
.case .left {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 835px) {
  .case .left {
    padding-bottom: 0;
    width: 46.5%;
    padding-top: 0.75rem;
  }
}
.case .left figure {
  display: block;
  width: 82.5%;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 835px) {
  .case .left figure {
    margin-bottom: 0;
    aspect-ratio: 62/37;
  }
}
.case .left figure img {
  display: block;
  width: 100%;
}
.case .left figure figcaption {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (min-width: 835px) {
  .case .left figure figcaption {
    font-size: 3rem;
    padding-bottom: 1rem;
  }
}
.case .left .name {
  position: relative;
  background: url("../images/service_bg.png") center top repeat-y;
  background-size: 100% auto;
  padding: 4rem 0 6rem 0;
}
@media screen and (min-width: 835px) {
  .case .left .name {
    padding: 0;
    height: 14.5vw;
    background: url("../images/service_bg.png") center top repeat-y;
    background-size: 94% auto;
  }
}
.case .left .name h3 {
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media screen and (min-width: 835px) {
  .case .left .name h3 {
    font-size: 2.4rem;
  }
}
.case .left .name h3 img {
  display: block;
  width: 70%;
  margin: 1.2rem auto 0;
}
@media screen and (min-width: 835px) {
  .case .left .name h3 img {
    width: 68%;
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 835px) {
  .case .right {
    width: 49%;
  }
}
.case .right dl {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .case .right dl {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.case .right dl dt {
  display: block;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin: 0 auto 0.8rem;
}
@media screen and (min-width: 835px) {
  .case .right dl dt {
    font-size: 2.2rem;
    margin-left: 0;
    margin-bottom: 1.75rem;
    text-align: left;
  }
}
.case .right dl dt b {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  vertical-align: baseline;
  display: inline-block;
  padding-left: 0.2rem;
}
@media screen and (min-width: 835px) {
  .case .right dl dt b {
    font-size: 3.2rem;
  }
}
.case .right dl dd {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  font-size: 1.25rem;
}
@media screen and (min-width: 835px) {
  .case .right dl dd {
    text-align: left;
    font-size: 3rem;
  }
}
.case .right p {
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (min-width: 835px) {
  .case .right p {
    font-size: 1.8rem;
  }
}

#k-create {
  background: #bff2ff;
}
#k-create .name h3 {
  color: #00586e;
}
#k-create .right dl {
  border-bottom: #12a0c4 0.25rem solid;
}
@media screen and (min-width: 835px) {
  #k-create .right dl {
    border-bottom: #12a0c4 0.4rem solid;
  }
}
#k-create .right dl dt {
  color: #20adce;
}

#k-community {
  background: #ffdcdb;
}
#k-community .name h3 {
  color: #ef6360;
}
#k-community .right dl {
  border-bottom: #ef6360 0.25rem solid;
}
@media screen and (min-width: 835px) {
  #k-community .right dl {
    border-bottom: #ef6360 0.4rem solid;
  }
}
#k-community .right dl dt {
  color: #ef6360;
}

#k-channel {
  background: #c5f2f0;
}
#k-channel .name h3 {
  color: #0a8b87;
}
#k-channel .right dl {
  border-bottom: #2cb7ad 0.25rem solid;
}
@media screen and (min-width: 835px) {
  #k-channel .right dl {
    border-bottom: #2cb7ad 0.4rem solid;
  }
}
#k-channel .right dl dt {
  color: #2cb7ad;
}

#application {
  background: #fff0d3;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 835px) {
  #application {
    margin-bottom: 12rem;
  }
}
#application .name h3 {
  color: #eb6308;
}
#application .right dl {
  border-bottom: #ff9022 0.25rem solid;
}
@media screen and (min-width: 835px) {
  #application .right dl {
    border-bottom: #ff9022 0.4rem solid;
  }
}
#application .right dl dt {
  color: #f7931c;
}

/* 対応ラインアップ一例 */
.other {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 1.8rem;
  padding-bottom: 5.2rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .other {
    padding-top: 2.8rem;
    padding-bottom: 6.5rem;
    margin-bottom: 4rem;
  }
}
.other::before {
  content: "";
  display: block;
  width: 100rem;
  aspect-ratio: 1438/175;
  background: url("../images/next.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .other::before {
    width: 100%;
  }
}
.other p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75em;
}
@media screen and (min-width: 835px) {
  .other p {
    font-size: 3rem;
  }
}
.other p span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75em;
  margin-bottom: 0.9rem;
}
@media screen and (min-width: 835px) {
  .other p span {
    font-size: clamp(1.5rem, 1.224rem + 0.61vw, 2rem);
    margin-bottom: 0;
  }
}

.lineup {
  background: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 835px) {
  .lineup {
    padding-top: 2.5rem;
    margin-bottom: 12rem;
  }
}
.lineup::before, .lineup::after {
  content: "";
  display: block;
  width: 40vw;
  aspect-ratio: 254/289;
  background: url("../images/title-bg.webp") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 835px) {
  .lineup::before, .lineup::after {
    width: min(20%, 28.9rem);
  }
}
.lineup::before {
  left: 0;
}
.lineup::after {
  right: 0;
  transform: scale(-1, 1);
}
.lineup .inner {
  position: relative;
  z-index: 1;
}
.lineup p.lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (min-width: 835px) {
  .lineup p.lead {
    font-size: 2.8rem;
  }
}
.lineup p.lead span {
  display: inline-block;
}
.lineup .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .lineup .list {
    margin-bottom: 6.2rem;
  }
}
.lineup .list .box {
  border-radius: 0.9rem;
  overflow: hidden;
  margin-bottom: 2rem;
  width: 48%;
}
@media screen and (min-width: 835px) {
  .lineup .list .box {
    border-radius: 1.2rem;
    width: 23%;
    margin-bottom: 0;
  }
}
.lineup .list .box h3 {
  color: #fff;
  padding: 1rem 0 0.5rem 0;
  font-size: 1rem;
}
@media screen and (min-width: 835px) {
  .lineup .list .box h3 {
    padding: 3.8rem 0 3rem 0;
    font-size: clamp(1.35rem, 1.145rem + 0.55vw, 1.8rem);
  }
}
.lineup .list .box h3 span {
  display: block;
  font-weight: 700;
  padding-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .lineup .list .box h3 span {
    padding-bottom: 1.4rem;
  }
}
.lineup .list .box h3 img {
  display: inline-block;
  filter: brightness(0) invert(1);
  width: 85%;
}
@media screen and (min-width: 835px) {
  .lineup .list .box h3 img {
    width: 70%;
  }
}
.lineup .list .box ul {
  padding: 1rem 0.5rem;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .lineup .list .box ul {
    padding: 3rem 1.2rem;
  }
}
.lineup .list .box ul li {
  list-style: none;
  font-size: 0.8rem;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1rem;
}
@media screen and (min-width: 835px) {
  .lineup .list .box ul li {
    padding-bottom: 2rem;
    font-size: 1.75rem;
  }
}
.lineup .list .box ul li::before {
  content: "・";
}
.lineup .list .box:nth-child(1) {
  background: #bff2ff;
}
.lineup .list .box:nth-child(1) h3 {
  background: #20adce;
}
.lineup .list .box:nth-child(2) {
  background: #ffdcdb;
}
.lineup .list .box:nth-child(2) h3 {
  background: #ef6360;
}
.lineup .list .box:nth-child(3) {
  background: #c5f2f0;
}
.lineup .list .box:nth-child(3) h3 {
  background: #2cc2b0;
}
.lineup .list .box:nth-child(4) {
  background: #fff0d3;
}
.lineup .list .box:nth-child(4) h3 {
  background: #ffad00;
}

/* 桐井製作所にご相談ください！ */
.contact {
  background: #d7f7ff;
  padding: 4.5rem 0;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .contact {
    padding: 12rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.contact h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 835px) {
  .contact h2 {
    font-size: 4rem;
    padding-bottom: 2.1rem;
    width: 100%;
  }
}
.contact h2 span {
  display: inline;
  font-weight: 700;
  background: #fff;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
}
@media screen and (min-width: 835px) {
  .contact h2 span {
    padding: 1rem 1.8rem;
  }
}
.contact h2 span .el_company-name {
  padding: 0;
  background: none;
  display: inline-block;
  font-weight: 500;
}
@media screen and (min-width: 835px) {
  .contact h2 span .el_company-name {
    transform: translateY(0.2rem);
  }
}
@media screen and (min-width: 835px) {
  .contact .inner {
    margin: 0;
  }
}
.contact p {
  font-size: 1rem;
  line-height: 2em;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .contact p {
    text-align: center;
    font-size: 2rem;
  }
}
.contact p.lead {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .contact p.lead {
    font-size: 3.2rem;
  }
}
.contact p.lead .el_company-name {
  font-weight: 500;
}
.contact picture {
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 835px) {
  .contact picture {
    width: 84.3rem;
    margin-top: 2.4rem;
    margin-bottom: 3rem;
    transform: translateX(7.8%);
  }
}
.contact picture img {
  width: 100%;
}

.closing-message {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2.7rem;
  aspect-ratio: 750/408;
  background-image: url("../images/contact-sp.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 835px) {
  .closing-message {
    width: 100rem;
    aspect-ratio: 95/25;
    background-image: url("../images/contact.svg");
    background-size: cover;
    background-position: center;
  }
}
.closing-message .prefectures {
  position: absolute;
  color: #ffffff;
  left: 1.85rem;
  top: 4.7rem;
  width: 5rem;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 835px) {
  .closing-message .prefectures {
    left: 15.4rem;
    top: 8.9rem;
    width: 10rem;
    font-size: 2rem;
  }
}
.closing-message .prefectures span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 835px) {
  .closing-message .prefectures span {
    font-size: 4.5rem;
  }
}
.closing-message .contact-message {
  position: absolute;
  left: 9.5rem;
  top: 0.55rem;
  width: 9rem;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .closing-message .contact-message {
    font-size: 2.5rem;
    left: 76rem;
    top: 1.2rem;
    width: 20rem;
  }
}
.closing-message .contact-message span {
  display: block;
}

/* フッター */
footer {
  background: #01315a;
  padding: 4.5rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 835px) {
  footer {
    padding: 12rem;
  }
}
footer h2 {
  display: inline-block;
  width: min(31%, 23.2rem);
  margin-bottom: 3.3rem;
}
@media screen and (min-width: 835px) {
  footer h2 {
    margin-bottom: 8rem;
    width: 15vw;
  }
}
footer h2 img {
  display: block;
  width: 100%;
  filter: brightness(0) invert(1);
}
footer p {
  font-weight: 400;
  font-size: 0.8rem;
}
@media screen and (min-width: 835px) {
  footer p {
    font-size: 2rem;
  }
}

.pagetop {
  height: 4rem;
  width: 4rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 0 0.25rem 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 835px) {
  .pagetop {
    height: 6rem;
    width: 6rem;
    box-shadow: 0 0 0.5rem 0px rgba(0, 0, 0, 0.2);
  }
}
.pagetop .pagetop__arrow {
  height: 1rem;
  width: 1rem;
  border-top: 0.2rem solid #01315a;
  border-right: 0.2rem solid #01315a;
  transform: translateY(20%) rotate(-45deg);
}

/* 装飾 */
.deco_slash {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2em;
}
@media screen and (min-width: 835px) {
  .deco_slash {
    font-size: 2.4rem;
  }
}
.deco_slash::before {
  content: "";
  position: absolute;
  background: url("../images/slash.svg") center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  left: -2rem;
  top: 0rem;
}
@media screen and (min-width: 835px) {
  .deco_slash::before {
    width: 4rem;
    height: 4rem;
    left: -4.5rem;
    top: 0rem;
  }
}
.deco_slash::after {
  content: "";
  position: absolute;
  background: url("../images/backslash.svg") center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  right: -2rem;
  top: 0rem;
}
@media screen and (min-width: 835px) {
  .deco_slash::after {
    width: 4rem;
    height: 4rem;
    right: -4.5rem;
    top: 0rem;
  }
}

/* ヘルパー */
.hp_mbm {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 835px) {
  .hp_mbm {
    margin-bottom: 0.5rem;
  }
}

.el_company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 110%;
  letter-spacing: 0.025em;
  display: inline;
  transform: translateY(0.06rem);
  display: inline-block;
  padding: 0 0.075rem;
}
@media screen and (min-width: 835px) {
  .el_company-name {
    transform: translateY(0.2rem);
    padding: 0 0.15rem;
    font-size: 115%;
  }
}

h2 .el_company-name {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */