@charset "UTF-8";

.c-page-header {
  /* 最終フォールバック */
  background: url("../img/design/bg_head_01.jpg") center/cover no-repeat;
  /* 古めの Safari 用 */
  background: -webkit-image-set(url("../img/design/bg_head_01.webp") type("image/webp") 1x,
      url("../img/design/bg_head_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;
  /* 標準実装 */
  background: image-set(url("../img/design/bg_head_01.webp") type("image/webp") 1x,
      url("../img/design/bg_head_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;
}

.begin-hd {
  /* 最終フォールバック */
  background: url("../img/design/bg_head_02.jpg") center/cover no-repeat;
  /* 古めの Safari 用 */
  background: -webkit-image-set(url("../img/design/bg_head_02.webp") type("image/webp") 1x,
      url("../img/design/bg_head_02.jpg") type("image/jpeg") 1x) center/cover no-repeat;
  /* 標準実装 */
  background: image-set(url("../img/design/bg_head_02.webp") type("image/webp") 1x,
      url("../img/design/bg_head_02.jpg") type("image/jpeg") 1x) center/cover no-repeat;
}

.history-hd {
  /* 最終フォールバック */
  background: url("../img/design/bg_head_03.jpg") center/cover no-repeat;
  /* 古めの Safari 用 */
  background: -webkit-image-set(url("../img/design/bg_head_03.webp") type("image/webp") 1x,
      url("../img/design/bg_head_03.jpg") type("image/jpeg") 1x) center/cover no-repeat;
  /* 標準実装 */
  background: image-set(url("../img/design/bg_head_03.webp") type("image/webp") 1x,
      url("../img/design/bg_head_03.jpg") type("image/jpeg") 1x) center/cover no-repeat;
}

.future-hd {
  /* 最終フォールバック */
  background: url("../img/design/bg_head_04.jpg") center/cover no-repeat;
  /* 古めの Safari 用 */
  background: -webkit-image-set(url("../img/design/bg_head_04.webp") type("image/webp") 1x,
      url("../img/design/bg_head_04.jpg") type("image/jpeg") 1x) center/cover no-repeat;
  /* 標準実装 */
  background: image-set(url("../img/design/bg_head_04.webp") type("image/webp") 1x,
      url("../img/design/bg_head_04.jpg") type("image/jpeg") 1x) center/cover no-repeat;
}

#history .c-credit {
  color: #000;
}

.design-head01 {
  color: #fff;
}

.design-bg {
  background: #F9F6ED;
  padding: 20px 0 40px;
}

.design .c-btn01 {
  width: 420px;
  border-radius: 51px;
}

@media screen and (max-width: 767px) {
  .design .c-btn01 {
    width: calc(50% - 5px);
    height: auto;
    line-height: 1.2;
    padding: 8px 25px 8px 10px;
  }
}

.box-bg {
  /* 最終フォールバック */
  background:
    url("../img/design/bg_design_01.png") center top / 100% 922px no-repeat,
    url("../img/design/bg_design_03.png") center bottom / 100% 680px no-repeat,
    url("../img/common/bg_common_02.jpg") center center repeat;

  /* 古めの Safari 用 */
  background:
    -webkit-image-set(
      url("../img/design/bg_design_01.webp") type("image/webp") 1x,
      url("../img/design/bg_design_01.png")  type("image/png")  1x
    ) center top / 100% 922px no-repeat,
    -webkit-image-set(
      url("../img/design/bg_design_03.webp") type("image/webp") 1x,
      url("../img/design/bg_design_03.png")  type("image/png")  1x
    ) center bottom / 100% 680px no-repeat,
    -webkit-image-set(
      url("../img/common/bg_common_02.webp") type("image/webp") 1x,
      url("../img/common/bg_common_02.jpg")  type("image/jpeg") 1x
    ) center center repeat;

  /* 標準実装 */
  background:
    image-set(
      url("../img/design/bg_design_01.webp") type("image/webp") 1x,
      url("../img/design/bg_design_01.png")  type("image/png")  1x
    ) center top / 100% 922px no-repeat,
    image-set(
      url("../img/design/bg_design_03.webp") type("image/webp") 1x,
      url("../img/design/bg_design_03.png")  type("image/png")  1x
    ) center bottom / 100% 680px no-repeat,
    image-set(
      url("../img/common/bg_common_02.webp") type("image/webp") 1x,
      url("../img/common/bg_common_02.jpg")  type("image/jpeg") 1x
    ) center center repeat;

  padding: 80px 0 160px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .box-bg {
    /* 最終フォールバック */
    background:
      url("../img/design/bg_design_01.png") center top / 100% 400px no-repeat,
      url("../img/design/bg_design_03.png") center bottom / 100% 400px no-repeat,
      url("../img/common/bg_common_02.jpg") center center repeat;
  
    /* 古めの Safari 用 */
    background:
      -webkit-image-set(
        url("../img/design/bg_design_01.webp") type("image/webp") 1x,
        url("../img/design/bg_design_01.png")  type("image/png")  1x
      ) center top / 100% 400px no-repeat,
      -webkit-image-set(
        url("../img/design/bg_design_03.webp") type("image/webp") 1x,
        url("../img/design/bg_design_03.png")  type("image/png")  1x
      ) center bottom / 100% 400px no-repeat,
      -webkit-image-set(
        url("../img/common/bg_common_02.webp") type("image/webp") 1x,
        url("../img/common/bg_common_02.jpg")  type("image/jpeg") 1x
      ) center center repeat;
  
    /* 標準実装 */
    background:
      image-set(
        url("../img/design/bg_design_01.webp") type("image/webp") 1x,
        url("../img/design/bg_design_01.png")  type("image/png")  1x
      ) center top / 100% 400px no-repeat,
      image-set(
        url("../img/design/bg_design_03.webp") type("image/webp") 1x,
        url("../img/design/bg_design_03.png")  type("image/png")  1x
      ) center bottom / 100% 400px no-repeat,
      image-set(
        url("../img/common/bg_common_02.webp") type("image/webp") 1x,
        url("../img/common/bg_common_02.jpg")  type("image/jpeg") 1x
      ) center center repeat;
  
    padding: 30px 0 150px;
  }
}

.dsg-hd {
  margin: 90px 0 0;
}

.dsg-hd:first-of-type {
  margin: 0 0;
}

.dsg-hd span {
  display: block;
}

@media screen and (max-width: 767px) {
  .dsg-hd {
    margin: 40px 0 0;
  }
}

.box01 {
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  padding: 85px 0;
  margin-top: 30px;
}

.box01__text-dtl {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box01 {
    margin-top: 30px;
    padding: 30px 0;
  }
}

.lead p {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .lead p {
    font-size: 18px;
  }
}

.lead-pic {
  margin-top: 50px;
  position: relative;
}

.lead-pic>p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: clamp(10px, 1vw, 12px);
}

@media screen and (max-width: 767px) {
  .lead-pic>p {
    bottom: 5px;
    right: 5px;
  }
  .lead-pic {
    margin-top: 25px;
  }
}

.flow {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .flow {
    margin-top: 40px;
  }
}

.flow-img {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .flow-img {
    margin-top: 25px;
  }
}

.title01 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .title01 {
    margin-top: 30px;
  }
}

.text01 {
  margin-top: 20px;
}

ol li {
  margin-top: 15px;
  position: relative;
  padding-left: 1em;
  counter-increment: item;
}

ol span {
  display: block;
  font-weight: 700;
}

ol span::before {
  content: counter(item) "．";
  position: absolute;
  left: 0;
}

ol .list-img {
  padding-left: unset;
  counter-increment: none;
}

.pic-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pic-box {
  width: 50%;
}

.pic-box p {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}

.box02 {
  background: #F9F6ED;
  max-width: 700px;
  margin-top: 65px;
  padding: 30px;
  border-radius: 25px;
}

.box02 span {
  display: block;
}

.box02 img {
  margin: 0 auto;
}

.box02 a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .box02 {
    margin-top: 30px;
    padding: 15px;
  }
}

.pic-box01 {
  background: #F9F6ED;
  max-width: 410px;
  margin-top: 65px;
  padding: 30px;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  .pic-box01 {
    margin-top: 30px;
    padding: 15px;
  }
}

.signature {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  display: block;
}

.signature span {
  display: block;
}

.signature02 {
  display: block;
  font-size: 12px;
  text-align: right;
}

.signature02:first-of-type {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .signature {
    margin: 10px auto 0;
    width: 58.6%;
  }
}

@media screen and (max-width: 490px) {
  .signature {
    margin: unset;
    width: unset;
  }
}

.begin {
  margin-top: 35px;
}

.begin>span {
  display: block;
  margin-top: 35px;
}

.group01 {
  margin-top: 40px;
  overflow: hidden;
  /* floatで親要素が潰れないように */
}

.group01.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.group01 div {
  float: right;
  width: 40%;
  margin-left: 30px;
  background: #F9F6ED;
  border-radius: 24px;
  padding: 20px;
}

.group01 div img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.g01-text {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .group01 div {
    float: none;
    /* 回り込み解除 */
    width: 100%;
    margin: 20px 0 0;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .group01 {
    margin-top: 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .group01 p {
    width: 100%;
  }

  .group01 div {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }

  .g01-text {
    margin-top: 30px;
  }
}

.md01 {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .md01 {
    margin-top: 30px;
  }
}



.sub-hd {
  padding-left: 10px;
  margin-bottom: 20px;
}

.group02 {
  background: #F9F6ED;
  border-radius: 24px;
  padding: 25px 15px;
}

.dcrpt {
  margin-top: 40px;
}

.dcrpt span {
  display: inline-block;
  margin-top: 30px;
}

.ft-hd {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .ft-hd {
    font-size: 20px;
    margin-top: 30px;
  }

  .dcrpt {
    margin-top: 10px;
  }
}

.box03 {
  margin-top: 100px;
}

.box03 .m-bold {
  font-weight: 700;
}

.box03 .m-bold span {
  font-weight: 400;
  display: block;
  margin-top: 1em;
}

.pic-box02 {
  background: #F9F6ED;
  border-radius: 24px;
  padding: 25px 15px;
  display: flex;
  gap: 0 40px;
  max-width: 820px;
  margin: 40px auto 0;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .box03 {
    margin-top: 50px;
  }

  .pic-box02 {
    margin: 20px auto 0;
    gap: 0 15px;
  }
}

.list-num li {
  counter-increment: item;
  font-size: 22px;
}

.list-num li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  width: 1em;
}

@media screen and (max-width: 767px) {
  .list-num li {
    font-size: 16px;
  }
}

.text-dec01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .text-dec01 {
    margin-top: 20px;
  }
}

.text-dec02 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 300;
}

.text-dec02::before {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .text-dec02 {
    margin-top: 30px;
    font-size: 20px;
  }

  .text-dec02::before {
    width: 15px;
    height: 15px;
    top: 7px;
  }
}

.text-dec03 {
  margin-top: 20px;
}

.text-dec02 + .hd-num{
  margin-top: 15px;
}

.hd-num {
  font-size: 22px;
  font-weight: 500;
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .hd-num {
    margin-top: 25px;
    font-size: 18px;
  }
}

.cus-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

.cus-pic img{
  width: calc(50% - 10px);
  object-fit: contain;
}

.cus-pic>div {
  width: calc(50% - 10px);
}

.cus-pic>div img {
  width: 100%;
}

.cus-pic .f-credit {
  font-size: 12px;
  text-align: right;
}

.cus-pic .f-credit span{
  display: block;
}

@media screen and (max-width: 767px) {
  .cus-pic {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cus-pic>div {
    width: 100%;
  }

  .cus-pic img{
  width: 100%;
}

}

.cus-mov {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .cus-mov {
    margin-top: 20px;
  }
}

.exposition {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .exposition {
    margin-top: 20px;
  }
}

.sub-hed {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .sub-hed {
    font-size: 16px;
  }
}

.list-nonum {
  margin-top: 35px;
}

.list-nonum li {
  position: relative;
  padding-left: 1em;
  line-height: 35px;
}

.list-nonum li::before {
  display: block;
  content: "・";
  position: absolute;
  left: 0;
}

.last-pic {
  margin-top: 20px;
}

.c-brd li a{
  color: #fff;
}
.c-brd li+li::before{
  color: #fff;
}