@charset "UTF-8";
@import "./common.css";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#digitalprint {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.8;
}
#digitalprint .en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  word-break: normal;
}

.contents {
  padding-top: 90px;
}

.inblock {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.outblock {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.read {
  width: 100%;
}

.center {
  text-align: center;
}

/* -------------------------------------------- */
/* main */
/* -------------------------------------------- */
.main-area {
  padding-bottom: 9em;
  position: relative;
}
.main-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 90%;
  z-index: -1;
  background-image: url(/product/image/digitalprint/main_bg.jpg);
  background-size: cover;
  background-position: center;
}
.main-area .main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-area .main-top .photo {
  width: 70%;
  max-height: 800px;
  min-height: 750px;
  overflow: hidden;
}
.main-area .main-top .photo img {
  width: 100%;
  height: 100%;
}
.main-area .main-top .text {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  padding-bottom: 5%;
}
.main-area .main-top .text p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 2px;
}
.main-area .main-top .text .en {
  margin-left: 1em;
  font-size: 1.2em;
  line-height: 1.4;
}
.main-area .main-top .text .sub-t {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.5;
}
.main-area .main-top .text .sub-t span:last-child {
  padding-top: 1em;
}
.main-area .main-title {
  position: absolute;
  width: 100%;
  margin-top: -14em;
}
.main-area .main-title .outblock {
  text-align: right;
}
.main-area .main-title .outblock h1 {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 5px 20px;
  background: #fff;
  font-size: 4.6em;
  font-weight: 500;
  color: #023560;
  line-height: 1.4;
}
.main-area .main-title .en-t {
  text-align: right;
  font-size: 11vw;
  line-height: 1;
  mix-blend-mode: difference;
  color: #fff;
  letter-spacing: 5px;
}

/* -------------------------------------------- */
/* about */
/* -------------------------------------------- */
.about-area {
  margin-bottom: 7em;
}
.about-area .bg-area {
  position: relative;
  margin-bottom: 5em;
  padding-top: 6em;
}
.about-area .bg-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background: #efefef;
}
.about-area .bg-area .photo {
  width: 83%;
  margin: 0 0 0 auto;
}
.about-area .bg-area .outblock {
  position: relative;
}
.about-area .bg-area .outblock .text-box {
  position: absolute;
  bottom: -3%;
  background: #fff;
  width: 55%;
  padding: 3em;
}
.about-area .bg-area .outblock .text-box h2 {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: 500;
  color: #004077;
  line-height: 1.6;
}
.about-area .bg-area .outblock .text-box h2 span {
  font-size: 1.4em;
}
.about-area .graphic-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3em;
}
.about-area .graphic-print .photo {
  width: 45%;
}
.about-area .graphic-print .text {
  width: 50%;
}
.about-area .graphic-print .text h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: 500;
}
.about-area .graphic-print .text h3 span {
  font-size: 1.25em;
  color: #004077;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(55%, #ffce4b));
  background: linear-gradient(transparent 65%, #ffce4b 55%);
}
.about-area .feature-block .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  padding: 2em;
}
.about-area .feature-block .f-box .photo {
  width: 37%;
  text-align: center;
}
.about-area .feature-block .f-box .text {
  width: 60%;
}
.about-area .feature-block .f-box .text h4 {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 1.6em;
  font-weight: 500;
}
.about-area .feature-block .f-box .text h4 i {
  color: #febc41;
  font-size: 1.2em;
}

/* -------------------------------------------- */
/* merit */
/* -------------------------------------------- */
.merit-area h2 {
  position: relative;
  margin-bottom: 3.5em;
  text-align: center;
  line-height: 1.4;
}
.merit-area h2 em {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 6em;
  color: #004077;
  opacity: 0.1;
  line-height: 1;
}
.merit-area h2 span {
  font-size: 2.3em;
  font-weight: 500;
}
.merit-area h2 span b {
  font-size: 1.3em;
  color: #004077;
}
.merit-area h2 span b.en {
  line-height: 1;
  font-size: 1.8em;
  font-weight: 400 !important;
}
.merit-area .num-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3%;
  margin-bottom: 5em;
}
.merit-area .num-block li {
  border: 5px solid #004077;
  padding: 3em 1.5em 2em;
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.merit-area .num-block li .num {
  position: absolute;
  top: -0.5em;
  left: 20px;
  background: #fff;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  font-size: 3.5em;
  color: #febc41;
}
.merit-area .num-block li dl {
  text-align: center;
}
.merit-area .num-block li dl dt {
  margin-bottom: 10px;
}
.merit-area .num-block li dl dd {
  font-size: 1.4em;
  font-weight: 500;
}
.merit-area .num-block li dl dd span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.merit-area .merit-wrap .m-block {
  padding: 3.5em 0;
}
.merit-area .merit-wrap .m-block:nth-child(odd) {
  background: #e9f0f5;
}
.merit-area .merit-wrap .m-block h3 {
  margin-bottom: 1.5em;
  text-align: center;
}
.merit-area .merit-wrap .m-block h3 span {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  background: #004077;
  padding: 5px 10px;
  color: #fff;
  font-size: 2em;
  line-height: 1;
}
.merit-area .merit-wrap .m-block h3 span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 17px solid #004077;
  border-right: 0;
}
.merit-area .merit-wrap .m-block h3 span em {
  padding-left: 5px;
  font-size: 1.2em;
  font-weight: 400;
  color: #febc41;
}
.merit-area .merit-wrap .m-block h3 b {
  font-size: 3em;
  font-weight: 500;
  color: #004077;
  vertical-align: sub;
}
.merit-area .merit-wrap .m-block .sub-t {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.6;
}
.merit-area .merit-wrap .m-block .read {
  margin-bottom: 3em;
  text-align: center;
}
.merit-area .merit-wrap .m-block .box-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3em 4%;
}
.merit-area .merit-wrap .m-block .box-area .e-box {
  width: 48%;
  padding: 2em;
  background: #fff;
}
.merit-area .merit-wrap .m-block .box-area .e-box:last-child {
  width: 100%;
}
.merit-area .merit-wrap .m-block .box-area .e-box h4 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
.merit-area .merit-wrap .m-block .box-area .e-box h4 span {
  color: #458ecd;
  font-size: 1.25em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .eco-list {
  margin-bottom: 1em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .eco-list li {
  border-bottom: 1px solid #ccc;
  padding: 0.7em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.merit-area .merit-wrap .m-block .box-area .e-box .eco-list li .icon {
  min-width: 55px;
  text-align: center;
}
.merit-area .merit-wrap .m-block .box-area .e-box .eco-list li .txt {
  padding-left: 1.5em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}
.merit-area .merit-wrap .m-block .box-area .e-box .eco-list li .txt span {
  color: #458ecd;
}
.merit-area .merit-wrap .m-block .box-area .e-box .eco-list li .txt span.num {
  font-size: 1.8em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .note {
  font-size: 0.9em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .env-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .env-list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .env-list li:nth-child(1), .merit-area .merit-wrap .m-block .box-area .e-box .env-list li:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
.merit-area .merit-wrap .m-block .box-area .e-box .env-list li:nth-child(1), .merit-area .merit-wrap .m-block .box-area .e-box .env-list li:nth-child(3) {
  border-right: 1px solid #ccc;
}
.merit-area .merit-wrap .m-block .box-area .e-box .env-list li .icon {
  margin-bottom: 5px;
}
.merit-area .merit-wrap .m-block .box-area .e-box .env-list li .txt {
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}
.merit-area .merit-wrap .m-block .box-area .e-box .sus-box {
  margin-bottom: 3em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .sus-box .s-ttl {
  margin-bottom: 2em;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}
.merit-area .merit-wrap .m-block .box-area .e-box .sus-box .s-ttl.other {
  background: #efefef;
}
.merit-area .merit-wrap .m-block .box-area .e-box .sus-box .s-ttl.digital {
  background: #458ecd;
  color: #fff;
}
.merit-area .merit-wrap .m-block .box-area .e-box .sus-box .fig {
  padding: 0 1em;
}
.merit-area .merit-wrap .m-block .box-area .e-box .d-read {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
}
.merit-area .merit-wrap .m-block .box-area .e-box .d-read span {
  color: #458ecd;
}
.merit-area .merit-wrap .m-block .f-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.5em;
}
.merit-area .merit-wrap .m-block .f-area.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.merit-area .merit-wrap .m-block .f-area .photo {
  width: 50%;
  position: relative;
}
.merit-area .merit-wrap .m-block .f-area .photo::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #004077;
}
.merit-area .merit-wrap .m-block .f-area .photo img {
  position: relative;
}
.merit-area .merit-wrap .m-block .f-area .text {
  width: 45%;
}
.merit-area .merit-wrap .m-block .f-area .text .m-ttl {
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: 500;
}
.merit-area .merit-wrap .m-block .f-area .text .m-ttl span {
  color: #004077;
}

/* -------------------------------------------- */
/* flow */
/* -------------------------------------------- */
.en-title {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.7em;
  font-weight: 500;
}
.en-title span {
  display: block;
  font-size: 0.5em;
  color: #004077;
}

.flow-area {
  padding: 5em 0;
  position: relative;
  background: url(/product/image/digitalprint/bg_step.jpg) no-repeat right center/contain;
}
.flow-area .flow-block {
  margin-bottom: 5em;
}
.flow-area .flow-block .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3em;
}
.flow-area .flow-block .flow-item:last-child {
  margin-bottom: 0;
}
.flow-area .flow-block .flow-item:last-child .s-icon::before {
  display: none;
}
.flow-area .flow-block .flow-item .s-icon {
  width: 200px;
  min-width: 200px;
  position: relative;
}
.flow-area .flow-block .flow-item .s-icon::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #004077;
}
.flow-area .flow-block .flow-item .s-icon img {
  vertical-align: bottom;
}
.flow-area .flow-block .flow-item .s-icon span {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #004077;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.flow-area .flow-block .flow-item .s-icon span b {
  font-size: 1.7em;
}
.flow-area .flow-block .flow-item .s-text {
  width: 50%;
  padding-left: 3.5em;
}
.flow-area .flow-block .flow-item .s-text .s-ttl {
  font-size: 1.6em;
  font-weight: 500;
  color: #004077;
}
.flow-area .movie-area .m-ttl {
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #004077;
}
.flow-area .movie-area .movie-wrap {
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.flow-area .movie-area .movie-wrap iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------- */
/* 使用例 */
/* -------------------------------------------- */
.use-ex {
  background: #023560;
  padding: 5em 0;
  color: #fff;
}
.use-ex .en-title {
  color: #fff;
}
.use-ex .en-title span {
  color: #fff;
}
.use-ex .ex-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3%;
  margin-bottom: 3.5em;
}
.use-ex .ex-photo-list li {
  width: 31%;
  text-align: center;
}
.use-ex .ex-photo-list li .photo img {
  border: 5px solid #fff;
}
.use-ex .ex-photo-list li .text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
}
.use-ex .ex-etc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.use-ex .ex-etc-list li {
  width: 18%;
  min-height: 200px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
}
.use-ex .ex-etc-list li .icon {
  margin-bottom: 5px;
}
.use-ex .ex-etc-list li .text {
  font-size: 1.1em;
  font-weight: 500;
  color: #004077;
  line-height: 1.4;
  text-align: center;
}
.use-ex .etc {
  margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: 500;
}
.use-ex .spec {
  margin: 0 auto 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8em 1.5em;
  font-size: 1.2em;
}
.use-ex .spec span {
  min-width: 57px;
  margin-right: 10px;
  font-size: 1.1em;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1024px) {
  .contents {
    padding-top: 65px;
  }
  /* -------------------------------------------- */
  /* main */
  /* -------------------------------------------- */
  .main-area::before {
    height: 93%;
  }
  .main-area .main-top .photo {
    min-height: auto;
  }
  .main-area .main-top .text .sub-t {
    font-size: 2.4em;
  }
  .main-area .main-top .text .en {
    font-size: 1em;
  }
  .main-area .main-title {
    margin-top: -6em;
  }
  .main-area .main-title .outblock h1 {
    margin-bottom: 1rem;
    font-size: 3.4em;
  }
  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about-area .bg-area .outblock .text-box {
    bottom: -15%;
    width: 80%;
  }
  .about-area .bg-area .outblock .text-box h2 {
    font-size: 1.4em;
  }
  .about-area .graphic-print .text h3 {
    font-size: 1.6em;
  }
  /* -------------------------------------------- */
  /* merit */
  /* -------------------------------------------- */
  .merit-area .merit-wrap .m-block h3 span {
    font-size: 1.6em;
    height: 40px;
  }
  .merit-area .merit-wrap .m-block h3 span::after {
    right: -10px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 10px;
  }
  .merit-area .merit-wrap .m-block h3 b {
    font-size: 2.6em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* main */
  /* -------------------------------------------- */
  .main-area {
    padding-bottom: 2em;
  }
  .main-area::before {
    height: 85%;
    width: 93%;
  }
  .main-area .main-top {
    display: block;
  }
  .main-area .main-top .photo {
    width: 90%;
    height: 50vw;
    margin-bottom: 1em;
  }
  .main-area .main-top .text {
    display: block;
    padding: 0;
    width: 87%;
    margin: 0 0 1em auto;
  }
  .main-area .main-top .text p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .main-area .main-top .text p br {
    display: none;
  }
  .main-area .main-top .text p.sub-t {
    margin-bottom: 0.25em;
  }
  .main-area .main-top .text p.sub-t span {
    display: inline-block;
  }
  .main-area .main-top .text p.sub-t span:last-child {
    padding-top: 0;
  }
  .main-area .main-top .text p.en {
    margin-left: 0;
  }
  .main-area .main-title {
    position: static;
    margin-top: 0;
  }
  .main-area .main-title .en-t {
    font-size: 13vw;
  }
  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about-area .bg-area {
    margin-bottom: 1em;
    padding-top: 4em;
  }
  .about-area .bg-area .outblock .text-box {
    position: relative;
    margin-top: -5em;
  }
  .about-area .graphic-print {
    display: block;
    text-align: center;
  }
  .about-area .graphic-print .photo {
    width: 100%;
    margin-bottom: 1em;
  }
  .about-area .graphic-print .text {
    width: 100%;
  }
  .about-area .graphic-print .text h3 {
    font-size: 1.4em;
  }
  .about-area .feature-block .f-box {
    padding: 1.5em;
  }
  .about-area .feature-block .f-box .text h4 {
    font-size: 1.4em;
  }
  /* -------------------------------------------- */
  /* merit */
  /* -------------------------------------------- */
  .merit-area h2 em {
    font-size: 4.5em;
  }
  .merit-area h2 span {
    font-size: 1.8em;
  }
  .merit-area .num-block {
    margin-bottom: 3em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3em 4%;
  }
  .merit-area .num-block li {
    width: 48%;
  }
  .merit-area .num-block li .num {
    font-size: 3em;
  }
  .merit-area .merit-wrap .m-block h3 b {
    font-size: 2.4em;
  }
  .merit-area .merit-wrap .m-block .box-area {
    display: block;
  }
  .merit-area .merit-wrap .m-block .box-area .e-box {
    width: 100%;
    margin-bottom: 2em;
  }
  .merit-area .merit-wrap .m-block .f-area {
    display: block;
    margin-top: 1.5em;
  }
  .merit-area .merit-wrap .m-block .f-area .photo {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2em;
  }
  .merit-area .merit-wrap .m-block .f-area .photo::before {
    top: auto;
    left: auto;
    bottom: -10px;
    right: -15px;
  }
  .merit-area .merit-wrap .m-block .f-area .text {
    width: 100%;
  }
  .merit-area .merit-wrap .m-block .f-area .text .m-ttl {
    margin-bottom: 0.5em;
    text-align: center;
  }
  /* -------------------------------------------- */
  /* flow */
  /* -------------------------------------------- */
  .en-title {
    font-size: 2.2em;
  }
  .flow-area .inblock {
    background: rgba(255, 255, 255, 0.6);
    padding: 2em 1.5em;
  }
  .flow-area .flow-block .flow-item .s-text {
    width: auto;
    padding-left: 2em;
  }
  .flow-area .flow-block .flow-item .s-text .s-ttl {
    font-size: 1.4em;
  }
  /* -------------------------------------------- */
  /* 使用例 */
  /* -------------------------------------------- */
  .use-ex .ex-etc-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em;
    gap: 1em 3%;
  }
  .use-ex .ex-etc-list li {
    min-height: 180px;
    width: 31%;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* main */
  /* -------------------------------------------- */
  .main-area {
    padding-bottom: 2em;
  }
  .main-area .main-top .photo {
    height: auto;
  }
  .main-area .main-top .text {
    padding-right: 2em;
  }
  .main-area .main-top .text p.sub-t {
    font-size: 2em;
  }
  .main-area .main-title .outblock {
    text-align: left;
  }
  .main-area .main-title .outblock h1 {
    font-size: 2.4em;
  }
  .main-area .main-title .en-t {
    font-size: 12vw;
  }
  /* -------------------------------------------- */
  /* about */
  /* -------------------------------------------- */
  .about-area {
    margin-bottom: 5em;
  }
  .about-area .bg-area {
    padding-top: 2.5em;
  }
  .about-area .bg-area::before {
    height: 65%;
  }
  .about-area .bg-area .photo {
    height: 180px;
    width: 90%;
  }
  .about-area .bg-area .photo img {
    height: 100%;
  }
  .about-area .bg-area .outblock .text-box {
    margin-top: -3em;
    padding: 1.5em 2em;
    width: 90%;
  }
  .about-area .bg-area .outblock .text-box h2 {
    font-size: 1.2em;
  }
  .about-area .feature-block .f-box {
    display: block;
  }
  .about-area .feature-block .f-box .photo {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .about-area .feature-block .f-box .text {
    width: 100%;
  }
  /* -------------------------------------------- */
  /* merit */
  /* -------------------------------------------- */
  .merit-area h2 em {
    bottom: 2.5rem;
  }
  .merit-area h2 span {
    font-size: 1.6em;
  }
  .merit-area h2 span strong {
    display: block;
  }
  .merit-area .num-block li {
    border-width: 3px;
    padding: 2em 0.5em 1em;
  }
  .merit-area .num-block li:last-child {
    width: 70%;
  }
  .merit-area .num-block li .num {
    left: 10px;
    font-size: 2.6em;
  }
  .merit-area .num-block li dl dt {
    margin-bottom: 0;
  }
  .merit-area .num-block li dl dt img {
    max-width: 65px;
    max-height: 50px;
  }
  .merit-area .num-block li dl dd {
    font-size: 1.3em;
  }
  .merit-area .merit-wrap .m-block .read {
    margin-bottom: 2em;
  }
  .merit-area .merit-wrap .m-block h3 b {
    font-size: 2em;
  }
  .merit-area .merit-wrap .m-block h3 span {
    height: 35px;
    margin-right: 20px;
    font-size: 1.4em;
  }
  .merit-area .merit-wrap .m-block h3 span::after {
    border-top-width: 18px;
    border-bottom-width: 17px;
  }
  .merit-area .merit-wrap .m-block .sub-t {
    font-size: 1.4em;
  }
  .merit-area .merit-wrap .m-block .box-area .e-box:last-child {
    margin-bottom: 0;
  }
  .merit-area .merit-wrap .m-block .box-area .e-box .eco-list li {
    padding: 1em;
  }
  .merit-area .merit-wrap .m-block .box-area .e-box .env-list li {
    padding: 1em 0.5em;
  }
  .merit-area .merit-wrap .m-block .f-area .photo::before {
    bottom: -5px;
    right: -11px;
  }
  .merit-area .merit-wrap .m-block .f-area .text .m-ttl {
    font-size: 1.5em;
  }
  /* -------------------------------------------- */
  /* flow */
  /* -------------------------------------------- */
  .en-title {
    font-size: 1.8em;
    line-height: 1.4;
  }
  .en-title span {
    margin-top: 5px;
    font-size: 0.7em;
  }
  .flow-area {
    background-size: cover;
  }
  .flow-area .flow-block {
    margin-bottom: 3em;
  }
  .flow-area .flow-block .flow-item .s-icon {
    width: 120px;
    min-width: 120px;
  }
  .flow-area .flow-block .flow-item .s-icon span {
    width: 50px;
    height: 50px;
    top: -10px;
    right: auto;
    left: -5px;
    font-size: 0.8em;
  }
  .flow-area .flow-block .flow-item .s-text {
    padding-left: 1em;
  }
  .flow-area .flow-block .flow-item .s-text .s-ttl {
    font-size: 1.3em;
  }
  .flow-area .movie-area .m-ttl {
    font-size: 1.4em;
  }
  /* -------------------------------------------- */
  /* 使用例 */
  /* -------------------------------------------- */
  .use-ex {
    padding: 3em 0;
  }
  .use-ex .ex-photo-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2em 4%;
  }
  .use-ex .ex-photo-list li {
    width: 48%;
  }
  .use-ex .ex-photo-list li .photo img {
    border-width: 3px;
  }
  .use-ex .ex-etc-list li {
    min-height: auto;
    padding: 1em 0.5em;
  }
  .use-ex .ex-etc-list li .icon img {
    max-width: 65px;
    max-height: 65px;
  }
}