@charset "UTF-8";

/* Page character ================= */
.character-fv-sec {
  color: white;
  background-image: url(../img/character/head_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.character-fv-sec .sub {
  font-family: var(--font-min);
  margin-bottom: 40px;
}
.character-fv-sec .sub::after {
  content: "";
  display: block;
  width: 10%;
  border-bottom: 1px solid #fff;
  margin: 15px auto 0;
}
.character-fv-sec .pagetitle {
  color: white;
  font-family: var(--font-min);
  font-weight: 600;
  font-size: 3.4rem;
  letter-spacing: 2.72px;
}
.character-fv-sec .pagetitle::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .character-fv-sec {
  background-image: url(../img/character/head_bg_sp.webp);
}
  .character-fv-sec .pagetitle {
    font-size: 2.4rem;
    line-height: 2;
}
  .character-fv-sec .txt-lead {
    letter-spacing: 1px;
  }
}











.character-introduction-sec {
  background-image: url(../img/common/bg1.jpg);
}
.character-introduction-sec .sub {
  position: relative;
  color: var(--accent, #B29358);
  font-family: var(--font-min);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 135%;
}
.character-introduction-sec .sub::after {
  content: "";
  position: absolute;
  background-color: var(--accent, #B29358);
  width: 52px;
  height: 1px;
  margin: auto;
  left: 0;
  bottom: -30px;
}
.character-introduction-sec em {
    color: #cc0000;
    font-size: 2.0rem;
	font-weight:600;
}
@media screen and (max-width: 767px) {
  .character-introduction-sec {
    padding-top: 22vw;
    padding-bottom: 22vw;
  }
  .character-introduction-sec .sub {
    margin-bottom: 64px;
  }
  .character-introduction-sec .txt {
    color: var(--text, #1C1C1C);
    font-size: 1.5rem;
    margin-top: 4.2666666667vw;
  }
  .character-introduction-sec em {
    color: #cc0000;
    font-size: 2.0rem;
	font-weight:600;
  }
  .character-introduction-sec em {
    font-size: 1.8rem;
  }
}








@media screen and (min-width: 768px) {
  .character-introduction-sec {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .character-introduction-sec .wrapper {
    width: 1000px;
  }
  .character-introduction-sec .sub {
    margin-bottom: 96px;
  }
  .character-introduction-sec .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .character-introduction-sec .block .block-left {
    width: 48%;
  }
  .character-introduction-sec .block .block-right {
    width: 52%;
  }
  .character-introduction-sec .txt {
    color: var(--text, #1C1C1C);
    font-size: 1.6rem;
    line-height: 230%;
  }
}


.character-scene-sec .img1 {
  margin-bottom: 47px;
}
.character-scene-sec .txt-head {
  color: var(--text, #1C1C1C);
  text-align: center;
  font-family: var(--font-min);
  font-size: 28px;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 2.24px;
  margin-bottom: 13px;
}
.character-scene-sec .txt-lead {
  color: #000;
  font-size: 15px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .character-scene-sec {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .character-scene-sec .block-item {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    padding-bottom: 26px;
  }
  .character-scene-sec .box {
    margin-bottom: 30px;
  }
  .character-scene-sec .txt-head {
  padding-bottom: 26px;
}
}



@media screen and (min-width: 768px) {
  .character-scene-sec {
    padding-top: 114px;
    padding-bottom: 64px;
  }
  .character-scene-sec .img1 {
    margin-bottom: 88px;
  }
  .character-scene-sec .txt-head {
    font-size: 3.4rem;
    letter-spacing: 2.72px;
    margin-bottom: 26px;
  }
  .character-scene-sec .txt-lead {
    text-align: center;
    line-height: 240%;
    margin-bottom: 48px;
  }
}








/* ここから追加 character-example-sec　を追加================= */

.character-example-sec {
  overflow: hidden;
}
.character-example-item {
  position: relative;
}
.character-example-item.is-dark {
  color: #fff;
  background-color: #393939;
}
.character-example-item.is-light {
  color: #000;
  background-color: #fff;
}
.character-example-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.character-example-sign {
  position: relative;
}
.character-example-sign img {
  width: 100%;
}
.character-example-title {
  display: flex;
  align-items: center;
  color: var(--accent, #B29358);
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 19px;
}
.character-example-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  background-color: currentColor;
  margin-left: 14px;
}
.character-profile {
  margin-bottom: 44px;
}
.character-profile div {
  display: flex;
  border-top: 1px solid rgba(143, 143, 150, .55);
}
.character-profile div:last-child {
  border-bottom: 1px solid rgba(143, 143, 150, .55);
}
.character-profile dt,
.character-profile dd {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: 8px;
  padding-bottom: 8px;
}
.character-profile dt {
  width: 70px;
  flex-shrink: 0;
}
.character-profile dd {
  flex: 1;
}
.character-concept {
  font-size: 1.4rem;
  line-height: 2;
}
.character-example-right img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .character-example-item {
    min-width: 1120px;
    padding-top: 96px;
    padding-bottom: 110px;
  }
  .character-example-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1080px;
    min-height: 610px;
  }
  .character-example-left {
    width: 360px;
    margin-left: 78px;
  }
  .character-example-sign {
    width: 330px;
    margin-bottom: 50px;
  }
  .character-example-item.is-light .character-example-sign {
    width: 350px;
    margin-left: -38px;
    margin-bottom: 72px;
  }
  .character-example-info {
    width: 330px;
  }
  .character-example-right {
    position: absolute;
    right: -130px;
    top: 50%;
    width: 763px;
    transform: translateY(-50%);
  }
  .character-example-item:nth-child(3) .character-example-right {
    width: 837px;
    right: -212px;
  }
}

@media screen and (max-width: 767px) {
  .character-example-item {
    padding-top: 10.6666666667vw;
    padding-bottom: 17.0666666667vw;
  }
  .character-example-wrap {
    width: 100%;
  }
  .character-example-left {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .character-example-sign {
    width: 86.4vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
  }
  .character-example-item.is-light .character-example-sign {
    width: 86.4vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .character-example-info {
    width: 100%;
  }
  .character-example-title {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .character-profile {
    margin-bottom: 38px;
  }
  .character-profile dt,
  .character-profile dd {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .character-profile dt {
    width: 54px;
  }
  .character-concept {
    font-size: 1.4rem;
    line-height: 2;
  }
  .character-example-right {
    width: 100%;
    margin-top: 11.2vw;
    overflow: hidden;
  }
  .character-example-right img {
    width: 100%;
  }
  .character-example-item.is-dark .character-example-right {
    padding-left: 13.3333333333vw;
  }
  .character-example-item.is-light .character-example-right {
    padding-left: 13.3333333333vw;
  }
}







/* character-contents-sec / character-faq-sec ================= */
.character-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-min);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .12em;
  text-align: center;
}
.character-section-title::before,
.character-section-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: var(--accent, #B29358);
}
.character-section-title::before {
  margin-right: 18px;
}
.character-section-title::after {
  margin-left: 18px;
}

.character-contents-sec {
  background: #f4f5f6;
  color: #000;
}
.contents-cases {
  text-align: center;
}
.contents-lead,
.contents-note {
  font-size: 1.5rem;
  line-height: 2;
}
.contents-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.contents-tag-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 34px;
  color: #fff;
  background: var(--accent, #B29358);
  border-radius: 3px;
  padding: 20px 18px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.contents-process-box {
  background: #fff;
}
.process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 20px 112px 1fr;
  column-gap: 30px;
  align-items: center;
}
.process-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 302px;
  bottom: -45px;
  width: 280px;
  height: 22px;
  background: linear-gradient(#8f8f96, #8f8f96) left 10px/100% 1px no-repeat;
}
.process-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 433px;
  bottom: -40px;
  width: 14px;
  height: 14px;
  border-right: 1px solid #8f8f96;
  border-bottom: 1px solid #8f8f96;
  background: #fff;
  transform: rotate(45deg);
  z-index: 1;
}
.process-num {
  color: var(--accent, #B29358);
  font-family: var(--font-en);
  font-size: 5rem;

}
.process-icon img {
  width: 108px;
  margin: 0 auto;
}
.process-body h3 {
  color: var(--accent, #B29358);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 10px;
}
.process-body p {
  font-size: 1.4rem;
  line-height: 2;
}
.delivery-list {
  display: grid;
}
.delivery-list li {
  text-align: left;
}
.delivery-list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: var(--accent, #B29358);
  border-radius: 50%;
  margin: 0 auto 34px;
}
.delivery-list figure img {
  max-width: 104px;
  max-height: 104px;
}
.delivery-list h3 {
  color: var(--accent, #B29358);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.delivery-list p {
  font-size: 1.5rem;
  line-height: 1.75;
}
.contents-support {
  display: grid;
  gap: 40px;
}
.contents-support article {
  background: #fff;
  padding: 54px 58px 48px;
}
.contents-support h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 236px;
  min-height: 56px;
  color: #fff;
  background: var(--accent, #B29358);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: -54px auto 34px;
}
.contents-support p {
  font-size: 1.5rem;
  line-height: 1.75;
}
.contents-support ul {
  margin-top:20px;
}
.contents-support li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid var(--accent, #B29358);
  font-size: 1.35rem;
  line-height: 1.5;
  margin-top: 9px;
  padding: 4px 12px;
}

.character-faq-sec {
  background: #fff;
}
.faq-list {
  border-top: 1px solid #ccc;
}
.faq-item {
  border-bottom: 1px solid #ccc;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr 32px;
  column-gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 10px 36px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-question {
  font-size: 1.6rem;
  font-weight: 600;
}
.faq-item summary::before,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: var(--text, #1C1C1C);
  transform: translateY(-50%);
}
.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq-item[open] summary::after {
  content: none;
}
.faq-answer {
  padding: 4px 70px 54px 88px;
}
.faq-answer p {
  border-left: 1px solid var(--accent, #B29358);
  padding-left: 38px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .character-section-title {
    font-size: 3.4rem;
    margin-bottom: 62px;
  }
  .character-contents-sec {
    padding-top: 128px;
    padding-bottom: 130px;
  }
  .character-contents-sec .wrapper {
    width: 1040px;
  }
  .contents-lead {
    margin-bottom: 38px;
  }
  .contents-tag-list {
    margin-bottom: 54px;
  }
  .contents-note {
    margin-bottom: 106px;
  }
  .contents-process-box {
    padding: 74px 120px 72px;
    margin-bottom: 110px;
  }
  .process-list {
    margin-bottom: 72px;
  }
  .process-list li:not(:last-child) {
    margin-bottom: 70px;
  }
  .delivery-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
    margin-bottom: 104px;
  }
  .contents-delivery .character-section-title {
    margin-bottom: 58px;
  }
  .contents-support {
    grid-template-columns: repeat(2, 1fr);
  }
  .character-faq-sec {
    padding-top: 124px;
    padding-bottom: 0;
  }
  .character-faq-sec .wrapper {
    width: 1080px;
  }
  .character-faq-sec .character-section-title {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .character-section-title {
    font-size: 2.6rem;
    margin-bottom: 44px;
  }
  .character-section-title::before,
  .character-section-title::after {
    width: 24px;
  }
  .character-section-title::before {
    margin-right: 12px;
  }
  .character-section-title::after {
    margin-left: 12px;
  }
  .character-contents-sec {
    padding-top: 70px;
    padding-bottom: 76px;
  }
  .contents-lead,
  .contents-note {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .contents-lead {
    margin-bottom: 16px;
  }
  .contents-tag-list {
    display: block;
    margin-bottom: 24px;
  }
  .contents-tag-list li {
    width: 100%;
    min-width: 0;
    height: 32px;
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .contents-note {
    margin-bottom: 54px;
  }
  .contents-process-box {
    padding: 54px 22px 46px;
    margin-left: -6.1333333333vw;
    margin-right: -6.1333333333vw;
    margin-bottom: 66px;
  }
  .process-list li {
    display: block;
    text-align: center;
    padding-bottom: 34px;
  }
  .process-list li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #8f8f96;
  }
  .process-list li:not(:last-child)::after {
    left: 50%;
    bottom: -8px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-right: 1px solid #8f8f96;
    border-bottom: 1px solid #8f8f96;
    transform: translateX(-50%) rotate(45deg);
  }
  .process-list li:not(:last-child)::before {
    content: none;
  }
  .process-num {
    text-align: center;
    font-size: 3.4rem;
    margin: 15px 0;
  }
  .process-icon {
    margin-bottom: 15px;
  }
  .process-icon img {
    width: 62px;
  }
  .process-body h3 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .process-body p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .contents-delivery .character-section-title {
    margin-bottom: 36px;
  }
  .delivery-list {
    gap: 28px;
    margin-bottom: 60px;
  }
  .delivery-list li {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 22px;
    align-items: center;
  }
  .delivery-list figure {
    grid-row: span 2;
    width: 112px;
    height: 112px;
    margin: 0;
  }
  .delivery-list figure img {
    max-width: 70px;
    max-height: 70px;
  }
  .delivery-list h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
	text-align: left;
  }
  .delivery-list p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .contents-support {
    gap: 34px;
  }
  .contents-support article {
    padding: 42px 22px 28px;
  }
  .contents-support h3 {
    width: 190px;
    min-height: 44px;
    font-size: 1.6rem;
    margin: -42px auto 28px;
  }
  .contents-support p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .contents-support li {
    min-height: 30px;
    font-size: 1.4rem;
  }
  .character-faq-sec {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .character-faq-sec .character-section-title {
    margin-bottom: 54px;
  }
  .faq-item summary {
    grid-template-columns: 28px 1fr 24px;
    column-gap: 18px;
    min-height: 84px;
    padding: 18px 14px 18px 12px;
  }
  .faq-q {
    font-size: 1.5rem;
  }
  .faq-question {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .faq-item summary::before,
  .faq-item summary::after {
    right: 14px;
    width: 22px;
  }
  .faq-answer {
    padding: 12px 10px 40px 30px;
  }
  .faq-answer p {
    padding-left: 24px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
