@charset "UTF-8";

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.wrap {
  overflow: hidden;
}

.site-main {
  padding-top: 110px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}

.headline__title {
  color: #004ca1;
  font-weight: 700;
}

.grid-center {
  -webkit-justify-content: center;
  justify-content: center;
}

a {
  transition: 300ms;
}

@media only screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section:not(.section-hero) .block__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section:not(.section-hero) .box__text {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section:not(.section-hero):not(.section-inquiry):not(.section-merit) .headline {
    padding-right: 7px;
  }
}

.page--top .section:not(.section-hero):not(.section-inquiry):not(.section-merit) .headline__title {
  width: 100%;
  background-image: url("../img/hukidasi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .page--top .section:not(.section-hero):not(.section-inquiry):not(.section-merit) .headline__title {
    width: calc(100% - 170px);
    margin-left: 170px;
    height: 95px;
    background-position: center left;
  }
}

.page--top .section:not(.section-hero):not(.section-inquiry):not(.section-merit) .headline__title:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page--top .section:not(.section-hero):not(.section-inquiry):not(.section-merit) .headline__title:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -145px;
  }
}

.page--top .section:not(.section-hero):not(.section-inquiry):not(.section-merit) .headline__title span {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .page--top .section:not(.section-hero):not(.section-inquiry):not(.section-merit) .headline__title span {
    font-size: 3.6rem;
    line-height: 1.57;
  }
}

.page--top .section-costdown,
.page--top .section-quality-control,
.page--top .section-inventory-control,
.page--top .section-sustainability {
  position: relative;
}

.page--top .section-costdown:before,
.page--top .section-quality-control:before,
.page--top .section-inventory-control:before,
.page--top .section-sustainability:before {
  content: "";
  display: inline-block;
  background-image: url("../img/wavy-bg.png");
  background-repeat: repeat-x;
  background-size: 170px 15px;
  background-position: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media only screen and (min-width: 768px) {

  .page--top .section-costdown:before,
  .page--top .section-quality-control:before,
  .page--top .section-inventory-control:before,
  .page--top .section-sustainability:before {
    height: 15px;
    width: 100%;
  }
}

.page--top .section-costdown,
.page--top .section-quality-control {
  background: #e6f3fd;
}

@media only screen and (min-width: 768px) {

  .page--top .section-costdown,
  .page--top .section-quality-control {
    padding-top: 65px;
  }
}

.page--top .section-costdown:before,
.page--top .section-quality-control:before {
  background-image: url("../img/wavy-bg.png");
}

.page--top .section-inventory-control::before,
.page--top .section-sustainability::before {
  background-image: url("../img/wavy-bg_wh.png");
}

.page--top .emphasis {
  text-align: center;
}

.page--top .emphasis .block__title {
  display: inline-block;
  color: #e50065;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .emphasis .block__title {
    margin-bottom: 20px;
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.page--top .emphasis .block__title:before,
.page--top .emphasis .block__title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {

  .page--top .emphasis .block__title:before,
  .page--top .emphasis .block__title:after {
    width: 34px;
    height: 59px;
  }
}

.page--top .emphasis .block__title:before {
  background: url("../img/emphasis-before.svg") no-repeat center;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .page--top .emphasis .block__title:before {
    left: -80px;
  }
}

.page--top .emphasis .block__title:after {
  background: url("../img/emphasis-after.svg") no-repeat center;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .page--top .emphasis .block__title:after {
    right: -80px;
  }
}

.page--top .emphasis .block__text {
  color: #e50065;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .page--top .emphasis .block__text {
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

.page--top .point .block__title {
  color: #004ca1;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .point .block__title {
    margin-left: 30px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.page--top .point .block__title:before {
  content: "";
  display: inline-block;
  background: #004ca1;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page--top .point .block__title:before {
    width: 20px;
    height: 20px;
    top: 10px;
    left: -30px;
  }
}

.page--top .btn-area {
  text-align: center;
}

.page--top .btn-area .btn {
  display: inline-block;
  background: #004ca1;
  color: #fff;
  border-bottom: 4px solid #002a69;
}

@media only screen and (min-width: 768px) {
  .page--top .btn-area .btn {
    max-width: 350px;
    width: 100%;
    border-radius: 24px;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 43px;
  }
}

.page--top .section-hero .headline__img img {
  width: 100%;
}

.page--top .section-hero .headline__title {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .headline__title {
    font-size: 5.46vw;
    letter-spacing: 0.067em;
    /*margin-top: -20px;*/
    margin-top: 120px;
  }
}

.page--top .section-hero .headline__title .__small {
  display: block;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .headline__title .__small {
    font-size: 3.52vw;
    line-height: 1.2;
  }
}

/*added 2024-08-27*/
.page--top .section-hero .headline-btn {
  max-width: 650px;
  width: 90%;
  margin: 70px auto 20px;
}

.page--top .section-hero .headline-btn a {
  background-color: #FFE358;
  border: solid 1px #FFE358;
  border-radius: 50px;
  color: #004CA1;
  font-family: "Noto Serif JP", serif;
  font-size: calc(24px + 16 * (100vw - 375px)/ 1545);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 15px 15px 15px 40px;
  position: relative;
  height: 100%;
  width: 100%;
}

.page--top .section-hero .headline-btn a::before,
.page--top .section-hero .headline-btn a::after {
  content: '';
  position: absolute;
}

.page--top .section-hero .headline-btn a::before {
  content: '';
  position: absolute;
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius: 50%;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page--top .section-hero .headline-btn a::after {
  border-top: solid 3px #004CA1;
  border-right: solid 3px #004CA1;
  height: 15px;
  width: 15px;
  left: 18px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);

}




.page--top .section-intro {
  background: url("../img/hero-content-bg.png") no-repeat top center;
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro {
    background-size: 100% auto;
    padding-top: 9vw;
  }
}

.page--top .section-intro .headline__img {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro .headline__img {
    max-width: 830px;
  }
}

.page--top .section-intro .intro__lead {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro .intro__lead {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-intro .intro__img {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit {
    padding-top: 85px;
    padding-bottom: 105px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .headline {
    padding-right: 7px;
  }
}

.page--top .section-merit .headline__title {
  width: 100%;
  background-image: url("../img/hukidasi_lg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .headline__title {
    width: calc(100% - 170px);
    margin-left: 170px;
    height: 115px;
    background-position: center left;
  }
}

.page--top .section-merit .headline__title:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/merit__title.png");
  background-size: contain;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .headline__title:before {
    width: 142px;
    height: 138px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -160px;
  }
}

.page--top .section-merit .headline__title span {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .headline__title span {
    font-size: 3.6rem;
    line-height: 1.3;
  }
}

.page--top .section-merit .problem {
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .problem {
    margin-top: 55px;
    font-size: 2rem;
    line-height: 1.55;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .problem .cell:not(:nth-of-type(-n+4)) {
    margin-top: 30px;
  }
}

.page--top .section-merit .problem .box {
  position: relative;
}

.page--top .section-merit .problem .box__text {
  border-radius: 10px;
  background: #003cb4;
  color: #fff;
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .problem .box__text {
    max-width: 172px;
    width: 100%;
  }
}

.page--top .section-merit .problem .box-unif {
  width: 100%;
  height: 100%;
  background: url("../img/merit-prob-unif-bg.svg") no-repeat center center;
  background-size: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .problem .box-unif {
    max-width: 200px;
    min-height: 210px;
  }
}

.page--top .section-merit .problem .box-unif__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page--top .section-merit .problem .box-qc {
  width: 100%;
  height: 100%;
  background: url("../img/merit-prob-qc-bg.svg") no-repeat center center;
  background-size: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .problem .box-qc {
    max-width: 200px;
    min-height: 210px;
  }
}

.page--top .section-merit .problem .box-qc__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page--top .section-merit .problem .--em {
  display: inline-block;
  color: #e50065;
}

.page--top .section-merit .problem .grid-x {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

.page--top .section-merit .problem .grid-x>.medium-3 {
  width: 215px;
}

.page--top .section-merit .emphasis {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .emphasis {
    margin-top: 60px;
  }
}

.page--top .section-merit .emphasis:before {
  content: "";
  display: inline-block;
  background: url("../img/merit-emphasis.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .emphasis:before {
    width: 180px;
    height: 200px;
    top: -32px;
    right: -36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1010px) {
  .page--top .section-merit .emphasis:before {
    width: 120px;
  }
}

.page--top .section-merit .emphasis .box__title {
  color: #b29657;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .emphasis .box__title {
    margin-top: 20px;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .emphasis .merit {
    margin: 20px auto 0;
    max-width: 838px;
  }
}

.page--top .section-merit .emphasis .merit-item {
  background: #b29657;
  color: #fff;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  .page--top .section-merit .emphasis .merit-item {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .emphasis .merit-item {
    min-height: 150px;
    border-radius: 13px;
    padding: 0 10px;
  }
}

.page--top .section-merit .emphasis .merit-item__text {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .emphasis .merit-item__text {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) and (max-width: 1010px) {
  .page--top .section-merit .emphasis .merit-item__text {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-merit .emphasis .merit-item__text .small {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-costdown {
    padding-bottom: 90px;
  }
}

.page--top .section-costdown .headline__title:before {
  background-image: url("../img/costdown__title.png");
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .page--top .section-costdown .headline__title:before {
    width: 123px;
    height: 142px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-costdown .content {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-costdown .box {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-costdown .box__text {
    margin-top: 33px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-costdown .img-area {
    margin-top: 33px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-inventory-control {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}

.page--top .section-inventory-control .headline__title:before {
  background-image: url("../img/inventory__title.png");
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .page--top .section-inventory-control .headline__title:before {
    width: 123px;
    height: 142px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-inventory-control .content {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-inventory-control .block {
    margin-top: 38px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-inventory-control .box.img-area {
    padding-right: 25px;
  }
}

.page--top .section-inventory-control .box.img-area img {
  max-width: 320px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page--top .section-inventory-control .emphasis .block__text {
    font-size: 2.6rem;
    line-height: 1.9;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control {
    padding-bottom: 100px;
  }
}

.page--top .section-quality-control .headline__title:before {
  background-image: url("../img/quality__title.png");
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .headline__title:before {
    width: 123px;
    height: 142px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .content {
    padding-top: 13px;
  }
}

.page--top .section-quality-control .block {
  background: #fff;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .block {
    margin-top: 35px;
    padding: 25px 25px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .block__text {
    margin-top: 5px;
  }
}

.page--top .section-quality-control .block .img-area {
  display: -webkit-flex;
  display: flex;
  padding: 0 100px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .block .img-area {
    margin-top: 20px;
  }
}

.page--top .section-quality-control .block .img-area img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .block .btn-area {
    margin-top: 30px;
  }
}

.page--top .section-quality-control .box__img {
  display: -webkit-flex;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .iso .img-area .__large {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-quality-control .management .img-area .__large {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

.page--top .section-sustainability .headline__title:before {
  background-image: url("../img/costdown__title.png");
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .headline__title:before {
    width: 123px;
    height: 142px;
  }
}

.page--top .section-sustainability .headline__text {
  font-weight: 700;
  letter-spacing: 0.15em;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .headline__text {
    margin-top: 36px;
    font-size: 2.7rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award {
    margin-top: 14px;
  }
}

.page--top .section-sustainability .award__img {
  max-width: 249px;
  height: 100%;
  position: relative;
}

.page--top .section-sustainability .award__img img {
  width: 92%;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award__img img {
    left: 10%;
    bottom: -8px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award__text {
    padding-left: 35px;
  }
}

.page--top .section-sustainability .award__text .box {
  background: #ede5ce;
  border: 1px solid #004ca1;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award__text .box {
    margin-top: 19px;
    padding: 15px 20px 18px;
  }
}

.page--top .section-sustainability .award__text .box-list__item {
  padding-left: 1em;
  color: #004ca1;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award__text .box-list__item {
    text-indent: -0.4em;
    line-height: 1.6;
  }
}

.page--top .section-sustainability .award__text .box-list__item:before {
  content: "・";
  display: inline-block;
  margin-right: 6px;
}

.page--top .section-sustainability .award .block__text {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award .block__text {
    margin-top: 20px;
  }
}

.page--top .section-sustainability .award .block__text span {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award .block__text span {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .award .block__text--small {
    font-size: 1.2rem;
    line-height: 2.7;
  }
}

.page--top .section-sustainability .award .block__text--small:before {
  content: "✳︎";
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .point-content {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .point.maternity {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .point.recycle {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .point.recycle .point-img {
    padding-left: 50px;
    margin-top: -45px;
  }
}

.page--top .section-sustainability .point .notes {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .point .notes {
    font-size: 1.3rem;
  }
}

.page--top .section-sustainability .point .notes::before {
  content: '※';
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .btn-area {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-sustainability .btn-area .btn {
    margin: 0 40px;
  }
}

.page--top .section-inquiry .section-content {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page--top .section-inquiry .headline__title {
    font-size: 4.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-inquiry .headline__text {
    font-size: 1.9rem;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-inquiry .block {
    margin-top: 30px;
  }
}

.page--top .section-inquiry .block__title {
  color: #004ca1;
  font-weight: bold;
  border-top: 1px solid #004ca1;
  border-bottom: 1px solid #004ca1;
}

@media only screen and (min-width: 768px) {
  .page--top .section-inquiry .block__title {
    font-size: 2.8rem;
    padding: 10px 1em;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-inquiry .block-content {
    margin-top: 30px;
  }
}

.page--top .section-inquiry .block-content img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page--top .section-inquiry .block .inquiry-list {
    margin-top: 27px;
  }
}

.page--top .section-inquiry .block .inquiry-item {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .page--top .section-inquiry .block .inquiry-item {
    font-size: 2.8rem;
  }
}

.page--top .section-inquiry .block .inquiry-item a {
  color: #004CA1;
}