@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Med.eot");
  src: url("../fonts/Futura-Med.eot") format("embedded-opentype"), url("../fonts/Futura-Med.ttf") format("truetype"), url("../fonts/Futura-Med.woff") format("woff"), url("../fonts/Futura-Med.svg") format("svg");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Bol.eot");
  src: url("../fonts/Futura-Bol.eot") format("embedded-opentype"), url("../fonts/Futura-Bol.ttf") format("truetype"), url("../fonts/Futura-Bol.woff") format("woff"), url("../fonts/Futura-Bol.svg") format("svg");
  font-weight: 700;
  font-display: swap;
}
/*================================================================
	MW WP FORM用 フォームパーツ
================================================================*/
input, button, textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
textarea {
  padding: 12px 8px 12px 1em;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(2, 2, 2, 0.5);
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #4DBDC6;
  background: #ffffff;
}
@media (max-width: 480px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=url],
  input[type=number],
  textarea {
    font-size: 1.4rem;
  }
}

textarea {
  line-height: 1.8;
}

::-webkit-input-placeholder {
  color: rgba(2, 2, 2, 0.3);
}

:-moz-placeholder {
  color: rgba(2, 2, 2, 0.3);
}

::-moz-placeholder {
  color: rgba(2, 2, 2, 0.3);
}

:-ms-input-placeholder {
  color: rgba(2, 2, 2, 0.3);
}

/* ラジオボタン */
span.mwform-radio-field {
  margin-left: 0 !important;
  margin-right: 15px !important;
  line-height: 1;
}
span.mwform-radio-field label {
  padding: 3px 3px 3px 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
span.mwform-radio-field label input[type=radio] {
  display: none;
}
span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before, span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::after {
  content: "";
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::before {
  margin-top: -8px;
  width: 14px;
  height: 14px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  left: 0;
}
span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:hover::before {
  background: #ffffff;
}
span.mwform-radio-field label input[type=radio] + .mwform-radio-field-text::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #F39600;
  -webkit-transform: scale(2);
  transform: scale(2);
}
span.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::before {
  background: #fff;
  border: 1px solid #F39600;
}
span.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 480px) {
  span.mwform-radio-field label {
    display: block;
  }
}
@media (max-width: 480px) {
  span.mwform-radio-field + .mwform-radio-field {
    margin: 0 0 10px;
  }
}

/* セレクトボックス */
select, option {
  padding: 5px 10px;
  border-radius: 0px;
}

/* チェックボックス */
span.mwform-checkbox-field label {
  margin-right: 20px;
  padding: 3px 3px 3px 22px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
span.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text::before, span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text::before {
  margin-top: -16px;
  width: 33px;
  height: 33px;
  background: #ffffff;
  border: 1px solid rgba(2, 2, 2, 0.5);
  top: 50%;
  left: 0;
}
span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text:hover::before {
  background: #ffffff;
}
span.mwform-checkbox-field label input[type=checkbox] + .mwform-checkbox-field-text::after {
  margin-top: -4px;
  width: 15px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  opacity: 0;
  top: 50%;
  left: 8px;
}
span.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: #F39600;
  border: 1px solid #F39600;
}
span.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

/*============================================================================
	cheader
=============================================================================*/
/*------------------------------------------------
	第一階層　ページヘッダー
------------------------------------------------*/
.mainPageTopArea {
  padding: min(150px,15.6255vw) 0 min(100px,10.416vw);
  position: relative;
  overflow-x: clip;
}
.mainPageTopArea::after {
  content: "";
  width: 34.5833333333vw;
  height: 45.6944444444vw;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 0;
}
body.page_about .mainPageTopArea::after {
  background: url("../img/cheader/bg_blue.svg") no-repeat center right/contain;
}
body.page_business .mainPageTopArea::after {
  background: url("../img/cheader/bg_red.svg") no-repeat center right/contain;
}
body.page_sdgs .mainPageTopArea::after {
  background: url("../img/cheader/bg_green.svg") no-repeat center right/contain;
}
.mainPageTopArea .cheaderWrap {
  margin: auto;
  padding-left: calc((100vw - 1160px) / 2);
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.mainPageTopArea .cheaderWrap .cheaderLeft {
  margin: auto 0;
  width: 40%;
  transform: translateY(-50%);
}
.mainPageTopArea .cheaderWrap .cheaderLeft h1 {
  font-size: clamp(25.6px, 6.666vw, 64px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.6;
}
.mainPageTopArea .cheaderWrap .topImage {
  margin: 0 0 0 auto;
  width: 54.65%;
  position: relative;
}
.mainPageTopArea .cheaderWrap .topImage picture {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.mainPageTopArea .cheaderWrap .topImage picture::before {
  content: "";
  padding-top: 83.23%;
  display: block;
}
.mainPageTopArea .cheaderWrap .topImage picture img, .mainPageTopArea .cheaderWrap .topImage picture source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mainPageTopArea .cheaderWrap .topImage .subttl_en {
  margin: auto;
  position: absolute;
  top: 0;
  right: 10.4166666667vw;
}
.mainPageTopArea .cheaderWrap .topImage .subttl_en span {
  padding-top: 20px;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 3.8vw, 25px);
  line-height: 1.56;
  letter-spacing: 0.18em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
.mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
  content: "";
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: auto;
}
body.page_about .mainPageTopArea .cheaderWrap .topImage .subttl_en span {
  color: #4DBDC6;
}
body.page_about .mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
  background: #4DBDC6;
}
body.page_business .mainPageTopArea .cheaderWrap .topImage .subttl_en span {
  color: #D74D49;
}
body.page_business .mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
  background: #D74D49;
}
body.page_sdgs .mainPageTopArea .cheaderWrap .topImage .subttl_en span {
  color: #56AF96;
}
body.page_sdgs .mainPageTopArea .cheaderWrap .topImage .subttl_en span::before {
  background: #56AF96;
}
@media (max-width: 1180px) {
  .mainPageTopArea .cheaderWrap {
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  .mainPageTopArea .cheaderWrap {
    padding-top: 60px;
    display: block;
    width: auto;
  }
  .mainPageTopArea .cheaderWrap .cheaderLeft {
    width: 100%;
  }
  .mainPageTopArea .cheaderWrap .topImage {
    width: 80%;
  }
  .mainPageTopArea .cheaderWrap .topImage .subttl_en {
    right: 5%;
    width: 30px;
  }
}
.mainPageTopArea .topSection {
  margin: min(50px,5.208vw) auto;
  width: 90%;
  max-width: 1020px;
  position: relative;
  z-index: 5;
}
.mainPageTopArea .topSection .ttlBox {
  width: 42%;
}
.mainPageTopArea .topSection .ttlBox h2 {
  font-size: clamp(14px, 5.625vw, 27px);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.9;
}
.mainPageTopArea .topSection .ttlBox .ttl_en {
  margin-top: 25px;
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-size: clamp(14px, 5.001vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.18em;
}
body.page_about .mainPageTopArea .topSection .ttlBox .ttl_en {
  color: #4DBDC6;
}
body.page_business .mainPageTopArea .topSection .ttlBox .ttl_en {
  color: #D74D49;
}
body.page_sdgs .mainPageTopArea .topSection .ttlBox .ttl_en {
  color: #56AF96;
}
.mainPageTopArea .topSection .descBox {
  margin: 0 0 0 auto;
  width: 57.35%;
}
.mainPageTopArea .topSection .descBox p {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 3.3;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .mainPageTopArea .topSection .ttlBox {
    width: 42%;
  }
  .mainPageTopArea .topSection .descBox {
    width: 55%;
  }
  .mainPageTopArea .topSection .descBox p {
    line-height: 2.4;
  }
}
@media (max-width: 480px) {
  .mainPageTopArea .topSection .ttlBox {
    width: 100%;
  }
  .mainPageTopArea .topSection .descBox {
    margin-top: 20px;
    width: 100%;
  }
  .mainPageTopArea .topSection .descBox p {
    line-height: 2;
  }
}

/*------------------------------------------------
	第二階層　ページヘッダー
------------------------------------------------*/
.subHeader {
  margin: auto;
  padding: min(195px,20.313vw) 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.subHeader::before {
  content: "";
  padding-top: 32.5%;
  width: 86%;
  max-width: 1237px;
  height: auto;
  background: url("../img/cheader/bg_subheader.svg") no-repeat right top/contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.subHeader .headerInner {
  margin: auto;
  max-width: 1020px;
  width: 70.8%;
  position: relative;
  z-index: 50;
}
.subHeader .headerInner h1 span {
  display: block;
  font-size: 1.8rem;
}
.subHeader .subcTtl {
  width: 100%;
  opacity: 0.32;
  mix-blend-mode: multiply;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.subHeader .subcTtl p {
  color: #F7F3E4;
  font-size: clamp(89.2px, 23.229vw, 223px);
  font-family: "Futura", sans-serif;
  font-weight: 500;
  width: 360vw;
  white-space: nowrap;
  line-height: 1.1;
  letter-spacing: 0.09em;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.subHeader .subcTtl p span {
  width: 120vw;
}
.subHeader .subcTtl p:nth-of-type(odd) {
  -webkit-animation: slidein 30s linear 0s infinite;
  animation: slidein 30s linear 0s infinite;
}
.subHeader .subcTtl p:nth-of-type(even) {
  -webkit-animation: slideout 30s linear 0s infinite;
  animation: slideout 30s linear 0s infinite;
}
.subHeader .subcTtl p:nth-of-type(even) span {
  text-align: end;
}
body#reform .subHeader .subcTtl p {
  width: 640vw;
}
body#reform .subHeader .subcTtl p span {
  width: 213.3333333333vw;
}
body#delivery .subHeader .subcTtl p, body#history .subHeader .subcTtl p {
  width: 540vw;
}
body#delivery .subHeader .subcTtl p span, body#history .subHeader .subcTtl p span {
  width: 180vw;
}
@media (max-width: 1024px) {
  .subHeader .subcTtl {
    font-size: clamp(72px, 18.75vw, 180px);
  }
}
@media (max-width: 480px) {
  .subHeader .headerInner {
    width: 90%;
  }
}

@keyframes slidein {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideout {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*============================================================================
	formWrap
=============================================================================*/
#formWrap {
  margin: auto;
  padding: 0 0 min(240px,25.0005vw);
  width: 90%;
  max-width: 810px;
  box-sizing: border-box;
  overflow: hidden;
  /* 送信エリア */
}
#formWrap p {
  text-align: center;
  color: #F39600;
  font-size: clamp(14px, 3.75vw, 18px);
  line-height: 1.8;
}
#formWrap form {
  margin: min(95px,9.8955vw) auto 0;
  width: 100%;
  box-sizing: border-box;
}
#formWrap form dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /* select */
}
#formWrap form dl + dl {
  margin-top: 22px;
}
#formWrap form dl dt {
  margin: auto 0;
  font-size: clamp(14px, 3.75vw, 18px);
  font-weight: 400;
  width: 340px;
  position: relative;
  align-self: flex-start;
}
#formWrap form dl dt .required {
  margin: auto;
  color: #FFFFFF;
  font-size: 1.4rem;
  width: 60px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #F39600;
  border-radius: 5px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  #formWrap form dl dt .required {
    font-size: 1.2rem;
    width: 60px;
    height: 24px;
    line-height: 24px;
  }
}
#formWrap form dl dd {
  margin: 0 0 0 auto;
  width: calc(100% - 340px);
}
#formWrap form dl dd label {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
#formWrap form dl dd label span {
  margin: auto 12px auto 0;
  font-size: clamp(14px, 3.75vw, 18px);
}
#formWrap form dl dd label + label {
  margin-left: 26px;
}
@media (max-width: 480px) {
  #formWrap form dl dd label span {
    margin: auto 5px auto 0;
  }
  #formWrap form dl dd label + label {
    margin-left: 20px;
  }
}
#formWrap form dl dd .btnAddress {
  margin: 0.5em 0 0 1em;
  color: #fff;
  border-radius: 5px;
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(2, 2, 2, 0.5);
}
@media (max-width: 480px) {
  #formWrap form dl dd .btnAddress {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-top: 1em;
  }
}
#formWrap form dl.name label {
  width: 100%;
}
#formWrap form dl.name label span {
  width: 50px;
}
#formWrap form dl.name_furi label {
  width: 100%;
}
#formWrap form dl.name_furi label span {
  width: 50px;
}
#formWrap form dl.length_full input, #formWrap form dl.length_full textarea {
  width: 100%;
}
#formWrap form dl.address01 input, #formWrap form dl.address02 input {
  width: 12em;
}
#formWrap form dl.tel input {
  width: 100%;
}
#formWrap form dl.zipcode dd span.yubin {
  margin-right: 12px;
}
#formWrap form dl.zipcode .g-recaptcha {
  display: none;
}
#formWrap form dl.zipcode input:first-of-type {
  width: 6em;
}
#formWrap form dl.zipcode input:last-of-type {
  width: 6em;
}
#formWrap form dl.note dt {
  margin: 0;
}
@media (max-width: 480px) {
  #formWrap form dl.note dt {
    margin: 0 0 10px;
  }
}
#formWrap form dl.aim dt {
  margin: 0;
}
@media (max-width: 480px) {
  #formWrap form dl.aim dt {
    margin: 0 0 10px;
  }
}
#formWrap form dl.aim dd p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: left;
}
#formWrap form dl.aim p.other_note {
  color: #000000 !important;
}
#formWrap form dl.add {
  margin-top: 10px;
  position: relative;
}
#formWrap form dl.add p + p {
  margin-top: 10px;
}
#formWrap form dl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 250px;
  width: 90%;
  height: 50px;
  background: url("../img/common/contact_arrow.svg") no-repeat right 10px center #FFFFFF;
  background-size: auto 13px;
  border-radius: 0px;
  border: 1px solid #000;
  color: #000;
}
#formWrap form dl select option {
  color: #000;
}
#formWrap form dl select option:first-child {
  color: #000;
}
#formWrap form dl select:invalid {
  color: #000;
}
@media (max-width: 480px) {
  #formWrap form dl {
    display: block;
  }
  #formWrap form dl dt {
    margin: 0 0 10px;
    width: 100%;
  }
  #formWrap form dl dd {
    width: 100%;
  }
}
#formWrap .privacy {
  margin: min(70px,7.2915vw) auto 0;
}
#formWrap .privacy .privacyBox {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}
#formWrap .privacy .privacyBox .mwform-checkbox-field .mwform-checkbox-field-text {
  text-indent: -999px;
}
#formWrap .privacy .privacyBox a {
  color: #000000;
}
#formWrap .privacy .privacyBox a:hover {
  border-bottom: 1px solid #000000;
}
#formWrap .kome {
  padding-left: 1.5em;
  position: relative;
}
#formWrap .kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#formWrap .sentArea {
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
#formWrap .sentArea .g-recaptcha {
  margin: min(40px,4.167vw) auto;
}
@media (max-width: 480px) {
  #formWrap .sentArea {
    width: 100%;
    max-width: 100%;
  }
  #formWrap .sentArea .g-recaptcha {
    display: block !important;
    overflow: visible !important;
  }
}
#formWrap .sentArea .btn i {
  margin: auto;
  width: 34px;
  height: 34px;
  background: url("../img/common/btn_arrow.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 25px;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#formWrap .sentArea .btn:hover i {
  background: url("../img/common/btn_arrow_wh.svg") no-repeat center center;
  right: 15px;
}
#formWrap .sentArea .btn:hover input[type=submit], #formWrap .sentArea .btn:hover button {
  color: #FFFFFF;
  background: #F39600;
}
@media (max-width: 480px) {
  #formWrap .sentArea .btn i {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
#formWrap .sentArea input[type=submit], #formWrap .sentArea button {
  margin: auto;
  color: #F39600;
  height: 50px;
  padding: 0 35px;
  color: #F39600;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  margin-top: min(40px,4.167vw);
  letter-spacing: 0.1em;
  border: 3px solid #F39600;
  border-radius: 35px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
#formWrap .sentArea input[type=submit][disabled] {
  opacity: 0.5;
}
#formWrap .sentArea input.backbtn {
  margin: 20px auto 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 390px;
  height: 70px;
  line-height: 70px;
  background: #dcdcdc;
}

.completionBox h2 {
  margin: 0 auto min(80px,8.334vw);
  color: #56AF96;
  text-align: center;
}
.completionBox p {
  text-align: center;
}
.completionBox p + p {
  margin-top: 20px;
}
.completionBox .moreBtn {
  margin: min(80px,8.334vw) auto 0;
}

#contact_confirm .privacyCheckBox, #reform-contact_confirm .privacyCheckBox {
  display: none;
}