@charset "utf-8";

/* page-01 */

body.page-01 .txt-block{
  padding: 0 3rem 0 0;
  width: 70%;
}

body.page-01 .photo-block{
  width: 30%;
  max-width: 22rem;
  display: block;
  aspect-ratio: 220 / 337;
}

@media screen and (max-width: 540px) {

body.page-01 .contents-inner{
  flex-direction: column;
  align-items: center;
}

body.page-01 .txt-block{
  padding: 0 0 2rem;
  width: 100%;
}

body.page-01 .photo-block{ width: 100%;}

}/* End max 540 */


/* page-02 */

body.page-02 .photo-block{
  margin: auto;
  width: 100%;
  max-width: 72.6rem;
  display: block;
  aspect-ratio: 726 / 380;
}

body.page-02 .photo-block-02{
  width: 100%;
  display: block;
  aspect-ratio: 222 / 280;
}

body.page-02 .photo-block-02 img{
  width: 100%;
  display: block;
  object-fit: cover;
}



@media screen and (max-width: 540px) {

body.page-01 .contents-inner{
  flex-direction: column;
  align-items: center;
}

}/* End max 540 */


.business-flow{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.business-flow li{ padding-bottom: 1em; width: calc(100% / 3 - 1.6rem);}


@media screen and (max-width: 940px) {

.business-flow li{ width: calc(50% - 1.2rem);}

}/* End max 940 */


@media screen and (max-width: 767px) {

body.page-02 .photo-block-02{
  max-width: 48rem;
  aspect-ratio: 480 / 260;
}

}/* End max 767 */



@media screen and (max-width: 540px) {

.business-flow li{ width: 100%;}

}/* End max 540 */


/* page-03 */

.section-tel div{ padding: 0 0 0.5em; color: var(--kiyota-blue-2);}

.section-tel dt{
  position: relative;
  padding: 0 0 0 1em;
  width: 12rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section-tel dt::before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.3rem;
  display: block;
  background-color: var(--kiyota-blue-2);
  content: "";
}
.section-tel dd{ padding: 0 0 0 1em;}

.tel{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 2rem;
}

.tel li{ white-space: nowrap;}

.list-dl .dl-inner dt{
  padding: 0;
  width: 12rem;
}

.list-dl .dl-inner dd{
  padding: 0;
  width: calc(100% - 14rem);
}

@media screen and (max-width: 820px) {

.list-dl .dl-inner dt{ width: 100%;}
.list-dl .dl-inner dt br{ display: none;}

.list-dl .dl-inner dd{
  padding: 0.5rem 0 0 1em;
  width: 100%;
}

}/* End max 820 */


@media screen and (max-width: 767px) {

.list-dl .dl-inner dt{ width: 12rem;}
.list-dl .dl-inner dt br{ display: inline-block;}
.list-dl .dl-inner dd{
  padding: 0;
  width: calc(100% - 14rem);
}

}/* End max 767 */


@media screen and (max-width: 540px) {

.list-dl .dl-inner dt{ width: 100%;}
.list-dl .dl-inner dt br{ display: none;}
.list-dl .dl-inner dd{
  padding: 0.5rem 0 0 1em;
  width: 100%;
}

}/* End max 540 */


hgroup.sub { margin-bottom: 2em; display: flex; flex-direction: column; gap: 0.5rem;}

hgroup.sub .sub-title{ margin-bottom: 0; width: 35%; min-width: 16rem; max-width: 20rem;}
hgroup.sub p{ letter-spacing: 0.2em; font-weight: normal;}

.list-dl hgroup.sub .sub-title{ margin-bottom: 0; width: 14rem; min-width: 12rem;}


.page-05 .list-dl .dl-inner{
  margin: 0;
  padding: 0 0 1.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 2rem;
  border-bottom: none;
}

.page-05 .list-dl .dl-inner dt{
  padding: 0;
  width: 14rem;
}

.page-05 .list-dl .dl-inner dd{
  padding: 0 0 0 1em;
  width: calc(100% - 16rem);
}

dd.customer-list-dd{
  display: flex;
  align-items: flex-start;
  column-gap: 3rem;
}

dd.customer-list-dd .customer-list{ width: calc(50% - 1.5rem);}

dd.customer-list-dd .customer-list li{
  margin: 0.6em 0 0;
  list-style-type: disc;
}

dd.customer-list-dd .customer-list .bottom-line{
  padding-bottom: 2.2em;
  /*border-bottom: 0.1rem dotted var(--kiyota-gray-2);*/
}



