  @charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
.header {
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-top: 2.13334vw solid #009DA6;
}
.header__inner {
  margin: 0 auto;
  padding: 5.86667vw 1.33334vw 7.2vw;
  width: 92%;
}
.header__logoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  border-right: 0.26667vw solid #C7C7C7;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 2.13334vw;
  margin-right: 2.13334vw;
}
.header__logo a {
  display: block;
  width: 32.46134vw;
}
.header__pageName {
  color: #000;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.41667;
}
.header__group {
  display: none;
}

.switch-language-area {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.switch-language-area button {
  font-size: clamp(11.25px, 0.78125vw, 18.75px);
  font-weight: bold;
  letter-spacing: 0.01em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.switch-language-area button.active {
  color: #BEBEBE;
}
#SiteWrap__header.-verSimple {
  position: inherit;
  z-index: 100;
}

#SiteWrap__header.-verSimple + #SiteWrap__body {
  margin-top: 0;
}

/* ===== Header ===== */
#Header {
  width: 100%;
  border-top: 3px solid #00a8a9;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

#Header.-hmenuFixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.Header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 19px 28px 17px;
}
.HeaderLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.HeaderLogo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.HeaderLogo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 20px;
  padding-left: 18px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.HeaderLogo__text::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.HeaderUtility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
}
.HeaderUtility__list .-gnavCurrent a {
  color: #999;
}
.HeaderUtility__listItem {
  margin-right: 26px;
  font-size: 14px;
}
.HeaderUtility__listItem a,
.HeaderUtility__listItem button {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.HeaderUtility__listItem a:hover, .HeaderUtility__listItem a:focus,
.HeaderUtility__listItem button:hover,
.HeaderUtility__listItem button:focus {
  opacity: 0.8;
}

.HeaderSearch {
  position: relative;
  margin: 0 20px 0 7px;
}
.HeaderSearch.en {
  margin: 0 20px 0 30px;
}

.HeaderSearch button {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.HeaderSearch button:hover, .HeaderSearch button:focus {
  cursor: pointer;
  opacity: 0.8;
}

.HeaderSearch .IconSearchSite {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/planetary-conscious/img/common/header_search_site.svg) 0 0 no-repeat;
}

.HeaderSearch.-opened .IconSearchSite {
  background: url(/planetary-conscious/img/common/header_search_site_close.svg) 0 0 no-repeat;
}

#HeaderSiteSearch__contentViewPC {
  display: none;
  padding: 30px 28px;
  border-top: 3px solid #dedede;
}
/* ===== GNav ===== */
#GNav {
  position: relative;
  border-bottom: 3px solid #dedede;
  background-color: #fff;
}
.GNav__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 28px;
}
.GNavList__item:not(:last-child) {
  margin-right: 50px;
}

.GNavList__item.-gnavCurrent .GNavList__headText {
  color: #999;
}

.GNavList__item.-gnavCurrent .GNavList__head.-opened .GNavList__headText {
  color: #999;
}

.GNavList__item.-gnavCurrent .GNavLower__headingIcon {
  background: url(/planetary-conscious/img/common/arrow_gnav_current.svg) 0 0 no-repeat;
}

.GNavList__head {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.GNavList__head:hover, .GNavList__head:focus {
  cursor: pointer;
  opacity: 0.8;
}

.GNavList__head.-opened::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -11px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #f1f1f1 transparent;
}

.GNavList__head.-opened .GNavList__headText {
  color: #008486;
}

.GNavList__head.-opened .GNavLower__headingIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.GNavLower__headingIcon {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 12px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/planetary-conscious/img/common/arrow_gnav.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease 0.15s;
  transition: -webkit-transform 0.2s ease 0.15s;
  transition: transform 0.2s ease 0.15s;
  transition: transform 0.2s ease 0.15s, -webkit-transform 0.2s ease 0.15s;
}

.GNavList__body {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 9999;
}

.GNavList__body a.-gnavCurrent span {
  color: #999;
}

.GNavList__bodyInner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 34px 30px 38px;
}

.GNavLower__heading {
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.GNavLower__heading a {
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.GNavLower__heading a:hover {
  opacity: 0.8;
}

.GNavLower__heading a span {
  color: #008486;
}

.GNavLower__heading span {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.GNavLower__heading span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #008486;
}

.GNavLower__heading > span {
  color: #333;
}

.GNavLower__item a {
  display: inline-block;
  position: relative;
  color: #008486;
  font-size: 14px;
  line-height: 1.4;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.GNavLower__item a.-gnavCurrent {
  color: #999;
}

.GNavLower__item a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.GNavLower__item a span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.GNavLower__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  list-style-type: none;
}
.GNavLower__body ul {
  list-style-type: none;
}

.GNavLower__body.-bottom {
  margin: 28px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.GNavLower__body.-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.GNavLower__body .IconBlank {
  margin-left: 8px;
  width: 15px;
  height: 11px;
  background: url(/planetary-conscious/img/common/link_blank_green.svg) 0 0 no-repeat;
  background-size: 15px 11px;
}
.GNavLower__bodyItemHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 21px;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #333;
}
.GNavLower__bodyItemHeading span {
  color: #333;
}

.GNavLower__contentGroup {
  padding-left: 20px;
}
.GNavLower__contentGroup .GNavLower__item:not(:first-child) {
  margin-top: 13px;
}

.UtilityPulldown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  min-height: 44px;
  margin-right: 0;
}
.UtilityPulldown.-recruit {
  z-index: 2;
}
.UtilityPulldown.-distributor {
  z-index: 1;
}
.UtilityPulldown__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: left;
}
.UtilityPulldown__body {
  display: none;
  padding: 12px 0 14px 14px;
  list-style-type: none;
  background-color: #fff;
  z-index: 101;
}
.UtilityPulldown__body a {
  display: block;
  padding: 7px 0 6px;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.UtilityPulldown__body a:link {
  color: #008486;
  text-decoration: none;
}

.UtilityPulldown__body a:visited {
  color: #471f99;
  text-decoration: none;
}

.UtilityPulldown__body a:hover, .UtilityPulldown__body a:focus {
  color: #00a8a9;
  text-decoration: none;
}

.UtilityPulldown__body a:active {
  color: #008486;
  text-decoration: none;
}

.UtilityPulldown__headIcon {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin: 5px 0 3px 12px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/planetary-conscious/img/common/arrow_gnav.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease 0.15s;
  transition: -webkit-transform 0.2s ease 0.15s;
  transition: transform 0.2s ease 0.15s;
  transition: transform 0.2s ease 0.15s, -webkit-transform 0.2s ease 0.15s;
}

.UtilityPulldown__head.-opened .UtilityPulldown__headIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* ===== HumburgerMenuButton ===== */
.HumburgerMenuButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #008486;
  z-index: 100;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.HumburgerMenuButton:hover {
  opacity: 0.8;
}

.HumburgerMenuButton__icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 18px;
  margin-left: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.HumburgerMenuButton__icon::before, .HumburgerMenuButton__icon::after {
  content: "";
}

.HumburgerMenuButton__icon::before {
  top: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.HumburgerMenuButton__icon::after {
  bottom: 0;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__icon::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.HumburgerMenuButton__iconMiddle {
  top: 8px;
}

.HumburgerMenuButton.-opened .HumburgerMenuButton__iconMiddle {
  opacity: 0;
}

.HumburgerMenuButton__icon::before,
.HumburgerMenuButton__icon::after,
.HumburgerMenuButton__iconMiddle {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #008486;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.GNavHumburgerMenu__inner {
  min-height: 120%;
  background-color: #fff;
}

.GNavHumburgerMenu__layer {
  min-height: 200px;
  overflow: hidden;
}

.layerGroup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #fff;
}

.layerGroup.-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 3;
  -webkit-transition: z-index 0.9s, -webkit-transform 0.8s;
  transition: z-index 0.9s, -webkit-transform 0.8s;
  transition: transform 0.8s, z-index 0.9s;
  transition: transform 0.8s, z-index 0.9s, -webkit-transform 0.8s;
}

.layerGroup.-hide {
  -webkit-transition: z-index 1s, -webkit-transform 0.7s;
  transition: z-index 1s, -webkit-transform 0.7s;
  transition: transform 0.7s, z-index 1s;
  transition: transform 0.7s, z-index 1s, -webkit-transform 0.7s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.layerGroup.-preHide {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.layerGroup button {
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.layerGroup button:hover {
  opacity: 0.8;
}

.layerGroupFirst {
  position: static;
  list-style: none;
}
.layerGroupFirst li:last-child {
  border-bottom: 1px solid #dedede;
}

.layerGroupFirst li:last-child .layerGroup__nextButton {
  margin-bottom: 22px;
}

.layerGroupLower {
  padding: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.layerGroupLower__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.layerGroupLower__body {
  padding: 30px 30px 34px;
  background-color: #f1f1f1;
}

.layerGroupLower__list {
  list-style: none;
}

.layerGroupLower__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
  width: 100%;
  padding: 24px 30px 21px;
  color: #333;
}

.layerGroupLower__top a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.layerGroupLower__top a:hover, .layerGroupLower__top a:focus {
  cursor: pointer;
  opacity: 0.8;
}

.layerGroupLower__top a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 16px 1px 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #008486;
}

.layerGroupLower__top a span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #008486;
}

.layerGroup__nextButton {
  position: relative;
  width: 100%;
  padding: 15px 20px 15px 24px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background: url("/planetary-conscious/img/common/folder.svg") 100% 50% no-repeat;
  background-size: 27px 20px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.layerGroup__nextButton:hover, .layerGroup__nextButton:focus {
  cursor: pointer;
  opacity: 0.8;
}

.layerGroup__nextButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 8px;
  margin-top: -5px;
  vertical-align: baseline;
  background: url("/planetary-conscious/img/common/arrow_breadcrumb.svg") 0 0 no-repeat;
}

.layerGroup__nextButton span {
  color: #333;
}

.layerGroup__nextButton.-gnavCurrent span {
  color: #999;
}

.layerGroup__backButton {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
  width: 100%;
  height: 44px;
  padding: 0 30px 0 57px;
  text-align: left;
  color: #008486;
  background: #dedede url("/planetary-conscious/img/common/arrow_back.svg") 30px 50% no-repeat;
  background-size: 9px 9px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.layerGroup__backButton:hover, .layerGroup__backButton:focus {
  cursor: pointer;
  opacity: 0.8;
}

.IconBlank,
.IconPdf,
.IconZip,
.IconExcel,
.IconModal,
.IconCorporationLogo,
.IconCorporationLogoCOJP,
.IconGnetwork,
.IconBackArrow,
.IconFooterFacebook,
.IconFooterYouTube,
.IconFooterLinkedIn,
.IconLogoFacebook,
.IconLogoTwitter,
.IconLogoInstagram,
.IconLogoYoutube,
.IconLogoLinkedIn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1;
}

.IconCorporationLogo {
  width: 190px;
  height: 42px;
  background: url(/planetary-conscious/img/common/logo_kubota.svg) 0 0 no-repeat;
}
.GNavList__item.-gnavCurrent .GNavList__headText {
  color: #999;
}

.GNavList__item.-gnavCurrent .GNavList__head.-opened .GNavList__headText {
  color: #999;
}

.GNavList__head {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.GNavList__head:hover, .GNavList__head:focus {
  cursor: pointer;
  opacity: 0.8;
}

.GNavList__head.-opened::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -11px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #f1f1f1 transparent;
}

.GNavList__head.-opened .GNavList__headText {
  color: #008486;
}

.GNavList__head.-opened .GNavLower__headingIcon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#HeaderSiteSearch__contentViewPC {
  display: none;
  padding: 30px 28px;
  border-top: 3px solid #dedede;
}
.form-Radio:focus,
.form-Checkbox:focus,
.form-Pulldown:focus,
.form-Inputext:focus,
.form-Inputextarea:focus,
input.SiteSearch__input:focus {
  -webkit-box-shadow: 0 0 0 2px #a3cec9;
  box-shadow: 0 0 0 2px #a3cec9;
  outline: none;
}

.SiteSearch {
  position: relative;
  margin: 0 auto;
  padding: 0 0 10px 0;
  border: 0;
  border-bottom: 2px solid #009ea7;
}

.SiteSearch::before {
  content: "";
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #008486;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999;
}

input.SiteSearch__input {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  padding: 0 0 2px 14px;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Arial, sans-serif;
  border: none;
}

input.SiteSearch__input::-ms-clear {
  visibility: visible;
}
.SiteSearch__box input.SiteSearch__input {
  padding: 0 14px;
  font-weight: normal;
  line-height: 1.4;
}
.SiteSearch__button {
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 24px;
  height: 24px;
  background: url(/planetary-conscious/img/common/header_search_site.svg) 0 0 no-repeat;
  background-size: contain;
}
.IconGnetwork {
  width: 22px;
  height: 22px;
  background: url(/planetary-conscious/img/common/header_gnetwork.svg) 0 0 no-repeat;
}

.HeaderForinvestors {
  font-size: 15px;
}
.HeaderForinvestors a,
.HeaderForinvestors button {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.HeaderForinvestors a:hover, .HeaderForinvestors a:focus,
.HeaderForinvestors button:hover,
.HeaderForinvestors button:focus {
  opacity: 0.8;
}

.HeaderGnetwork {
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.HeaderGnetwork:hover, .HeaderGnetwork:focus {
  cursor: pointer;
  opacity: 0.8;
}
/* footer
-------------------------------------------------- */
.expo2025-Footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.expo2025-Footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10.66667vw 4vw;
}
.expo2025-Footer__logo {
  margin: 0 auto;
  width: 220px;
}
.expo2025-Footer__txt {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 2.66667vw;
  text-align: center;
}
.expo2025-Footer__copyright {
  font-size: 12px;
  line-height: 1.66667;
  text-align: center;
}
.footer {
  background-color: #05a8a9;
  position: relative;
}
.footer.bg-white {
  background: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 13.33334vw 0 6.66667vw;
  width: 92%;
}

.footer__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.53334vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__link {
  color: #fff;
  font-size: 3.73334vw;
  line-height: 1.42858;
  text-align: center;
}

.footer__content {
  margin-top: 8vw;
}

.footer__icon {
  display: block;
  margin: 0 auto;
  width: 7.46667vw;
}

.footer__company {
  display: block;
  margin: 6.93334vw auto 0;
  width: 40vw;
}

.footer__copyright {
  color: #fff;
  font-size: 3.73334vw;
  line-height: 1.42858;
  text-align: center;
  margin-top: 5.33334vw;
}

.expo2025-Footer__utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  padding: 30px 30px 35px;
  border-top: 1px solid #c6c6c6;
}
.expo2025-Footer__utilityList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #666;
}

.expo2025-Footer__utilityList a {
  color: #008486;
}

.expo2025-Footer__utilityList a:hover {
  text-decoration: underline;
}
.expo2025-Footer__lang {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 18px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.expo2025-Footer__lang a {
  font-size: 14px;
  color: #666;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.expo2025-Footer__lang a:hover {
  opacity: 0.8;
}

.expo2025-Footer__lang li {
  position: relative;
}

.expo2025-Footer__lang li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: -9px;
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
  background-color: #666;
}

.expo2025-Footer__lang li.-current a {
  color: #b4b4b4;
}
.expo2025-Footer__copylight small {
  font-size: 10px;
  color: #999;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.expo2025-Footer__copylight {
  grid-column: 3/4;
  grid-row: 1/2;
  text-align: center;
}

.expo2025-Footer__copylight small {
  font-size: 10px;
  color: #999;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.expo2025-Footer__copylight__logo {
  display: block;
  margin-bottom: 5px;
}

/* ===== Footer ===== */
#Footer {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #008486;
}

.Footer__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 100px;
  color: #fff;
  text-align: center;
}
.Footer__upper {
  padding: 46px 0 54px;
}
.FooterNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  list-style-type: none;
}
.FooterNav__item li {
  margin: 10px 20px 0;
}
.FooterNav__item a {
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.FooterNav__item a:hover, .FooterNav__item a:focus {
  cursor: pointer;
  opacity: 0.8;
}

.FooterNav__item span {
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.FooterNav__item.en span {
  font-size: 16px;
}

.Footer__bottom {
  padding: 10px 0 21px;
  border-top: 1px solid #fff;
}
#Footer.-verSimple .Footer__bottom {
  border-top: none;
}

.FooterUtility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  list-style-type: none;
}
.FooterUtility li {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.FooterUtility li:hover, .FooterUtility li:focus {
  cursor: pointer;
  opacity: 0.8;
}
.FooterUtility span {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.FooterUtility.en span {
  font-size: 16px;
}

.FooterSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  list-style-type: none;
  margin-top: 28px;
}
.FooterSns li {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.FooterSns li:not(:first-child) {
  margin-left: 15px;
}

.FooterSns li:not(:last-child) {
  margin-right: 15px;
}

.FooterSns li:hover, .FooterSns li:focus {
  cursor: pointer;
  opacity: 0.8;
}

.FooterSitebrand {
  padding-top: 44px;
}
.FooterSitebrand__logo {
  font-size: 22px;
  line-height: 1.5;
}

.FooterSitebrand__copylight {
  margin-top: 18px;
}

.FooterSitebrand__copylight .FooterSitebrand__copylightText {
  font-size: 12px;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.FooterSitebrand__copylight .Js-CopylightYear {
  display: inline-block;
  min-width: 25px;
}

.IconBlank {
  margin-left: 16px;
  margin-bottom: 3px;
  width: 20px;
  height: 15px;
  background: url(/planetary-conscious/img/common/link_blank_green.svg) 0 0 no-repeat;
  background-size: 20px 15px;
}

.Button .IconBlank,
.Hero .IconBlank,
.Footer__inner .IconBlank {
  background: url(/planetary-conscious/img/common/link_blank_white.svg) 0 0 no-repeat;
}

.IconCorporationLogoCOJP {
  width: 140px;
  height: 24px;
  background: url(/planetary-conscious/img/common/logo_kubota_cojp.svg) 0 0 no-repeat;
}

.IconFooterFacebook {
  width: 36px;
  height: 37px;
  background: url(/planetary-conscious/img/common/facebook_footer.svg) 0 0 no-repeat;
}

.IconFooterLinkedIn {
  width: 46px;
  height: 38px;
  margin-top: 2px;
  background: url(/planetary-conscious/img/common/linkedIn_footer.svg) 0 0 no-repeat;
}

.IconFooterYouTube {
  width: 42px;
  height: 30px;
  margin-top: 2px;
  background: url(/planetary-conscious/img/common/youtube_footer.svg) 0 0 no-repeat;
}

.c-ttl01 {
  color: #00A8A9;
  font-weight: bold;
  text-align: center;
}
.c-ttl01.dark {
  color: #008486;
}
.c-ttl01.fz-30 .main {
  font-size: min(30px, 1.9736842105vw);
}
.c-ttl01 .main {
  display: block;
  font-size: min(40px, 2.6315789474vw);
  line-height: 1.45;
}
.c-ttl01 .sub {
  display: block;
  font-size: min(30px, 1.9736842105vw);
  line-height: 1.46666;
}

.c-ttl02 {
  color: #008486;
  font-size: min(30px, 1.9736842105vw);
  font-weight: bold;
  text-align: center;
}
.c-ttl02.fz-40 {
  font-size: min(40px, 2.6315789474vw);
}

.c-more-box {
  display: none;
  margin-top: min(40px, 2.6315789474vw);
}

.c-more-btn {
  color: #666666;
  display: block;
  font-size: min(20px, 1.3157894737vw);
  font-weight: 500;
  margin: auto;
  position: relative;
  padding-right: min(34px, 2.2368421053vw);
}
.c-more-btn.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 4px;
}
.c-more-btn::before {
  border: 1px solid #323232;
  border-radius: 100px;
  content: "";
  height: min(27px, 1.7763157895vw);
  width: min(27px, 1.7763157895vw);
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.c-more-btn::after {
  content: "";
  display: inline-block;
  width: min(9px, 0.5921052632vw);
  height: min(9px, 0.5921052632vw);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -2px;
  bottom: 0;
  right: min(9px, 0.5921052632vw);
  margin: auto;
}

.c-anchor-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(45px, 2.9605263158vw);
  margin-bottom: min(80px, 5.2631578947vw);
}
.c-anchor-list.center a {
  text-align: center;
}
.c-anchor-list a {
  color: #00A8A9;
  display: block;
  font-size: min(20px, 1.3157894737vw);
  font-weight: bold;
  position: relative;
  padding-right: min(28px, 1.8421052632vw);
}
.c-anchor-list a::before {
  background: url("/planetary-conscious/img/common/ico-arrow.svg") no-repeat center center/contain;
  content: "";
  height: min(24px, 1.5789473684vw);
  width: min(24px, 1.5789473684vw);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.45;
  padding: 0.72917vw;
  font-weight: bold;
  position: relative;
  border-top: 0.20834vw solid #00A8A9;
  border-bottom: 0.20834vw solid #00A8A9;
  width: 100%;
  margin: auto;
  color: #333333;
  position: relative;
  z-index: 10;
}
.c-btn01 > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 0 0.26042vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn01 > span:before {
  content: "";
  display: inline-block;
  background-image: url(/expo2025/assets/img/germination-lab/common/icon_out.png.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5.33334vw;
  width: 11.344vw;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(20px, 1.3157894737vw);
  line-height: 1.45;
  padding: 0.72917vw 30px;
  font-weight: bold;
  position: relative;
  border-top: min(4px, 0.2631578947vw) solid #00A8A9;
  border-bottom: min(4px, 0.2631578947vw) solid #00A8A9;
  width: 100%;
  margin: auto;
  color: #333333;
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn02.white {
  color: #fff;
  border-color: #fff;
}
.c-btn02.white > span::before {
  background: #fff;
}
.c-btn02.max-600 {
  max-width: 600px;
}
.c-btn02.center {
  text-align: center;
}
.c-btn02 > span {
  position: relative;
  padding-right: 43px;
}
.c-btn02 > span::before {
  background: #05A8A9;
  -webkit-mask-image: url(/planetary-conscious/img/common/ico-outlink.svg);
          mask-image: url(/planetary-conscious/img/common/ico-outlink.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  height: min(25px, 1.6447368421vw);
  width: min(25px, 1.6447368421vw);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .kv-section {
  width: 100%;
  height: 100%; /* 画面の高さいっぱい */
  overflow: hidden;
}
.home .kv-section .inner-block {
  padding-bottom: min(22px, 1.4473684211vw);
  max-width: 1180px;
}
.home .kv-section .kv__ttl-wrap {
  background: #05A8A9;
}
.home .kv-section .kv__ttl {
  color: #fff;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 0 10px;
}
.home .kv-section .kv__ttl .main {
  border-bottom: 4px solid #fff;
  display: block;
  font-size: min(60px, 3.9473684211vw);
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.45;
}
.home .kv-section .kv__ttl .sub {
  display: block;
  font-size: min(35px, 2.3026315789vw);
  font-weight: 400;
}
.home .kv-section .kv__ttl .large {
  font-size: min(75px, 4.9342105263vw);
}
.home .kv-section .movie-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.25%;
}
.home .kv-section .movie-wrap iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.home .lead-section {
  position: relative;
}
.home .lead-section.bg-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 255, 255, 0)), color-stop(8.47%, #f5ffff), color-stop(49.26%, #f5ffff), color-stop(92.32%, #f5ffff), to(rgba(245, 255, 255, 0)));
  background: linear-gradient(rgba(245, 255, 255, 0) 0%, #f5ffff 8.47%, #f5ffff 49.26%, #f5ffff 92.32%, rgba(245, 255, 255, 0) 100%);
}
.home .lead-section.bg-blue .inner-block {
  padding-top: min(92px, 6.0526315789vw);
  padding-bottom: min(33px, 2.1710526316vw);
}
.home .lead-section.bg-blue .c-ttl01 {
  margin-bottom: min(71px, 4.6710526316vw);
}
.home .lead-section.small .inner-block {
  padding-top: min(105px, 6.9078947368vw);
  padding-bottom: min(42px, 2.7631578947vw);
}
.home .lead-section .inner-block {
  padding-top: min(74px, 4.8684210526vw);
  padding-bottom: min(58px, 3.8157894737vw);
  max-width: 1180px;
}
.home .lead-section .c-ttl01 {
  margin-bottom: min(30px, 1.9736842105vw);
}
.home .lead-section .c-ttl02 {
  margin-bottom: min(30px, 1.9736842105vw);
}
.home .lead-section .note {
  color: #666666;
  font-size: min(22px, 1.4473684211vw);
  font-weight: 500;
  text-align: center;
}
.home .lead-section .note + .more-box {
  margin-top: min(40px, 2.6315789474vw);
}
.home .lead-section .note.en {
  font-size: min(20px, 1.3157894737vw);
}
.home .lead-section .c-more-btn {
  margin-top: min(40px, 2.6315789474vw);
}
.home .lead-section .lead-wrap.max-976 {
  max-width: 976px;
  margin: auto;
}
.home .lead-section .lead-wrap + .c-ttl02 {
  margin-top: min(47px, 3.0921052632vw);
}
.home .lead-section .catchcopy {
  color: #666666;
  font-size: min(28px, 1.8421052632vw);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: min(46px, 3.0263157895vw);
}
.home .lead-section .c-btn02 {
  margin: min(62px, 4.0789473684vw) auto min(60px, 3.9473684211vw);
}
.home .lead-section .deco-img {
  position: absolute;
}
.home .lead-section .deco-img.deco-img01 {
  top: min(150px, 9.8684210526vw);
  right: 0;
  max-width: 22.3684210526vw;
}
.home .lead-section .deco-img.deco-img02 {
  bottom: min(75px, 4.9342105263vw);
  left: 0;
  max-width: min(274px, 18.0263157895vw);
}
.home .info-section .inner-block {
  padding-top: min(105px, 6.9078947368vw);
  padding-bottom: min(162px, 10.6578947368vw);
}
.home .info-section .c-ttl01 {
  margin-bottom: min(34px, 2.2368421053vw);
}
.home .info-section .info-ttl {
  color: #666666;
  font-size: min(28px, 1.8421052632vw);
  font-weight: 500;
  text-align: center;
  margin: min(28px, 1.8421052632vw) 0 min(53px, 3.4868421053vw);
}
.home .info-section .info-ttl .blue {
  display: block;
  color: #008486;
  font-size: min(30px, 1.9736842105vw);
  font-weight: bold;
  margin: 9px 0 6px;
}
.home .info-section .info-ttl .small {
  display: block;
  font-size: min(25px, 1.6447368421vw);
}
.home .info-section .l-flex-ttl {
  color: #666;
  font-size: min(26px, 1.7105263158vw);
  font-weight: 500;
  margin-top: min(25px, 1.6447368421vw);
  margin-bottom: min(16px, 1.0526315789vw);
  text-align: center;
}
.home .info-section .l-flex-txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .info-section .l-flex-txt.en {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(18px, 1.1842105263vw);
}
.home .info-section .l-flex-txt.en + .l-flex-txt {
  margin-top: min(10px, 0.6578947368vw);
}
.home .info-section .l-flex-txt + .l-flex-txt {
  margin-top: min(40px, 2.6315789474vw);
}
.home .info-section .l-flex-txt .txt {
  color: #666666;
  font-size: min(20px, 1.3157894737vw);
  font-weight: 500;
  line-height: 1.6;
}
.home .info-section .l-flex-txt .ttl {
  color: #008486;
  font-size: min(40px, 2.6315789474vw);
  font-weight: bold;
}
.home .features-section {
  background: #00A8A9;
}
.home .features-section .inner-block {
  padding-top: min(90px, 5.9210526316vw);
  padding-bottom: min(122px, 8.0263157895vw);
  max-width: 1180px;
}
.home .features-section .features-ttl {
  color: #fff;
  font-size: min(35px, 2.3026315789vw);
  font-weight: bold;
  text-align: center;
  margin-bottom: min(64px, 4.2105263158vw);
}
.home .features-section .l-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(33px, 2.1710526316vw);
}
.home .features-section .l-flex-wrap.mb-85 {
  margin-bottom: min(85px, 5.5921052632vw);
}
.home .features-section .l-flex-wrap .img {
  max-width: min(500px, 32.8947368421vw);
}
.home .features-section .l-flex-wrap .txt-wrap {
  width: calc(100% - min(533px, 35.0657894737vw));
}
.home .features-section .l-flex-wrap + .txt-wrap {
  margin-top: 4px;
}
.home .features-section .num-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  font-size: min(30px, 1.9736842105vw);
  font-weight: bold;
  position: relative;
  margin-bottom: min(18px, 1.1842105263vw);
}
.home .features-section .num-ttl .num {
  background: #fff;
  border-radius: 100px;
  color: #00A8A9;
  font-family: Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(58px, 3.8157894737vw);
  height: min(58px, 3.8157894737vw);
  line-height: 1;
}
.home .features-section .txt {
  color: #fff;
  font-size: min(20px, 1.3157894737vw);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.9;
}
.home .features-section .txt + .txt {
  margin-top: min(36px, 2.3684210526vw);
}
.home .features-section .txt-wrap + .features-ttl {
  margin-top: min(66px, 4.3421052632vw);
  margin-bottom: min(50px, 3.2894736842vw);
}
.home .features-section .c-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(54px, 3.5526315789vw);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(47px, 3.0921052632vw);
}
.home .features-section .c-btn-wrap .c-btn02 {
  margin: 0;
  min-height: min(65px, 4.2763157895vw);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3;
}
.home .features-section .c-btn-wrap + .l-flex-wrap {
  margin: min(100px, 6.5789473684vw) 0 min(36px, 2.3684210526vw);
}
.home .system-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 255, 255, 0)), color-stop(6.61%, #f5ffff), color-stop(49.26%, #f5ffff), color-stop(94.44%, #f5ffff), to(rgba(245, 255, 255, 0)));
  background: linear-gradient(rgba(245, 255, 255, 0) 0%, #f5ffff 6.61%, #f5ffff 49.26%, #f5ffff 94.44%, rgba(245, 255, 255, 0) 100%);
}
.home .system-section.under .inner-block {
  padding-top: min(92px, 6.0526315789vw);
  padding-bottom: min(74px, 4.8684210526vw);
}
.home .system-section.under .l-float-wrap + .l-float-wrap {
  margin-top: min(44px, 2.8947368421vw);
}
.home .system-section .inner-block {
  padding-top: min(130px, 8.5526315789vw);
  padding-bottom: min(38px, 2.5vw);
  max-width: 1180px;
}
.home .system-section .c-ttl01 {
  margin-bottom: min(47px, 3.0921052632vw);
}
.home .system-section .l-float-wrap + .l-float-wrap {
  margin-top: min(33px, 2.1710526316vw);
}
.home .system-section .l-float-wrap .txt {
  color: #666666;
  font-size: min(20px, 1.3157894737vw);
  font-weight: 500;
  line-height: 2;
}
.home .system-section .l-float-wrap .txt.fz-18 {
  font-size: min(18px, 1.1842105263vw);
}
.home .system-section .l-float-wrap .txt.fz-28 {
  font-size: min(28px, 1.8421052632vw);
}
.home .system-section .l-float-wrap .txt + .txt {
  margin-top: min(40px, 2.6315789474vw);
}
.home .system-section + .lead-section.under .inner-block {
  padding-top: min(115px, 7.5657894737vw);
  padding-bottom: min(83px, 5.4605263158vw);
}
.home .system-section + .lead-section.under .c-ttl01 {
  margin-bottom: min(56px, 3.6842105263vw);
}
.home .system-section + .lead-section.under .lead + .lead {
  margin-top: min(60px, 3.9473684211vw);
}
.home .system-section + .lead-section .inner-block {
  padding-top: min(120px, 7.8947368421vw);
  padding-bottom: min(80px, 5.2631578947vw);
}
.home .system-section + .lead-section .c-more-btn {
  margin-top: min(57px, 3.75vw);
}
.home .system-section + .lead-section .catchcopy {
  margin-top: min(50px, 3.2894736842vw);
}
.home .lead {
  color: #666666;
  font-size: min(28px, 1.8421052632vw);
  font-weight: 500;
  line-height: 2.142857;
  text-align: center;
}
.home .lead + .note {
  margin-top: min(32px, 2.1052631579vw);
}
.home .lead.small {
  font-size: min(20px, 1.3157894737vw);
  line-height: 2;
}
.home .lead + .lead {
  margin-top: min(40px, 2.6315789474vw);
}
.home .banner {
  display: block;
  text-align: center;
  margin: min(100px, 6.5789473684vw) auto 0;
}
.home.en .kv-section .inner-block {
  max-width: 1200px;
}
.home.en .kv-section .kv__ttl-wrap {
  padding: 20px 0 5px;
}
.home.en .kv-section .kv__ttl .main {
  font-size: min(53px, 3.4868421053vw);
  line-height: 1.43396;
  letter-spacing: -0.01em;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.home.en .kv-section .kv__ttl .sub {
  font-size: min(26px, 1.7105263158vw);
}
.home.en .lead-section .inner-block {
  padding-top: min(110px, 7.2368421053vw);
  padding-bottom: min(58px, 3.8157894737vw);
  max-width: 1180px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.wired .kv {
  background-color: #00A8A9;
  width: 100%;
  width: 100%;
  overflow: hidden;
}
.wired .kv .bg {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
  padding-top: 56.25%;
}
.wired .kv .bg iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.wired .kv .bg .movie {
  height: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.wired .kv .ttl-box {
  padding: 1.7763157895vw 0;
  margin: auto;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.wired .kv .ttl-box .ttl {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.9605263158vw;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5263157895vw 0 0.7894736842vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}
.wired .kv .ttl-box .ttl .sub {
  line-height: 1.3;
  font-size: 1.3157894737vw;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.06rem;
}
.wired .kv .ttl-box .ttl .fz45 {
  font-size: 2.3026315789vw;
}
.wired section {
  color: #666;
}
.wired section .inner-block {
  max-width: 1180px;
}
.wired section .inner-block .ttl {
  font-size: min(40px, 2.6315789474vw);
  font-weight: bold;
  text-align: center;
}
.wired .interview .ttl {
  color: #00A8A9;
}
.wired .interview .ttl + .img-wrap {
  margin-top: min(48px, 3.1578947368vw);
}
.wired .interview .ttl + .img {
  margin-top: min(48px, 3.1578947368vw);
}
.wired .interview .txt {
  font-size: min(18px, 1.1842105263vw);
  font-weight: 500;
  line-height: 2;
}
.wired .interview .txt .name {
  color: #00A8A9;
  font-weight: bold;
}
.wired .interview .txt + .txt {
  margin-top: min(30px, 1.9736842105vw);
}
.wired .interview .txt + .txt-img-wrap-float {
  margin-top: min(30px, 1.9736842105vw);
}
.wired .interview .txt.small {
  font-size: min(15px, 0.9868421053vw);
  margin-top: min(15px, 0.9868421053vw);
  padding: min(12px, 0.7894736842vw) min(20px, 1.3157894737vw) min(9px, 0.5921052632vw) min(40px, 2.6315789474vw);
  background-color: #FFFAF5;
  text-indent: -1em;
  padding-left: 3em;
}
.wired .interview .txt.small + .txt {
  margin-top: min(15px, 0.9868421053vw);
}
.wired .interview .txt .link-txt {
  color: #00A8A9;
  text-decoration: underline;
}
.wired .interview .txt .link-txt:hover {
  color: #007D7E;
}
.wired .interview .txt-img-wrap {
  margin-top: min(30px, 1.9736842105vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(61px, 4.0131578947vw);
  width: 100%;
}
.wired .interview .txt-img-wrap .img {
  display: block;
  width: calc(100% - min(557px, 36.6447368421vw));
  height: 100%;
}
.wired .interview .txt-img-wrap .img img {
  display: block;
  width: 100%;
}
.wired .interview .txt-img-wrap .txt-wrap {
  width: min(557px, 36.6447368421vw);
}
.wired .interview .txt-img-wrap .txt-wrap .txt {
  width: 100%;
}
.wired .interview .txt-img-wrap .txt-wrap .txt + .txt {
  margin-top: min(20px, 1.3157894737vw);
}
.wired .interview .txt-img-wrap .txt-wrap .bottom {
  margin-top: min(10px, 0.6578947368vw);
  display: block;
}
.wired .interview .txt-img-wrap .txt {
  width: calc(100% - min(500px, 32.8947368421vw));
}
.wired .interview .txt-img-wrap + .txt {
  margin-top: min(30px, 1.9736842105vw);
}
.wired .interview .txt-img-wrap-float {
  width: 100%;
}
.wired .interview .txt-img-wrap-float .img {
  width: min(500px, 32.8947368421vw);
  display: block;
  float: right;
  margin-left: min(50px, 3.2894736842vw);
}
.wired .interview .txt-img-wrap-float .txt {
  width: 100%;
}
.wired .interview .txt-img-wrap-float .txt .bottom {
  margin-top: min(20px, 1.3157894737vw);
  display: block;
}
.wired .interview .txt-img-wrap-float + .txt-img-wrap {
  clear: both;
}
.wired .interview .txt-img-wrap-float + .txt {
  margin-top: min(30px, 1.9736842105vw);
}
.wired .interview .txt-img-wrap-float.left .img {
  width: min(500px, 32.8947368421vw);
  display: block;
  height: 100%;
  float: left;
  margin-left: 0;
  margin-right: min(50px, 3.2894736842vw);
}
.wired .interview .img-wrap {
  display: block;
  width: 100%;
}
.wired .interview .img-wrap + .txt {
  margin-top: min(30px, 1.9736842105vw);
}
.wired .intro-section {
  padding: min(120px, 7.8947368421vw) 0 min(141px, 9.2763157895vw);
  background-color: #00A8A9;
  color: #fff;
}
.wired .intro-section .ttl + .txt {
  margin-top: min(70px, 4.6052631579vw);
}
.wired .intro-section .txt {
  font-size: min(28px, 1.8421052632vw);
  line-height: 1.87;
  font-weight: 500;
}
.wired .intro-section .txt + .txt {
  margin-top: min(50px, 3.2894736842vw);
}
.wired .intro-section .movie-wrap {
  display: block;
  max-width: min(840px, 55.2631578947vw);
  margin: min(92px, 6.0526315789vw) auto 0;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.wired .intro-section .movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wired .automation-section {
  padding: min(145px, 9.5394736842vw) 0 min(100px, 6.5789473684vw);
}
.wired .automation-section .img-wrap .img {
  width: 100%;
}
.wired .automation-section .img-wrap p {
  font-size: min(16px, 1.0526315789vw);
  margin-top: min(8px, 0.5263157895vw);
  color: #333;
}
.wired .automation-section .ttl {
  margin-top: min(67px, 4.4078947368vw);
  margin-bottom: min(70px, 4.6052631579vw);
}
.wired .platform-section {
  padding: min(100px, 6.5789473684vw) 0 min(100px, 6.5789473684vw);
  background-color: #F5FFFF;
}
.wired .realize-section {
  padding: min(132px, 8.6842105263vw) 0 min(100px, 6.5789473684vw);
}
.wired .future-section {
  padding: min(100px, 6.5789473684vw) 0 min(100px, 6.5789473684vw);
  background-color: #F5FFFF;
}

body.en {
  /* footer
  -------------------------------------------------- */
}
body.en .kv .ttl-box .ttl .sub {
  font-size: 0.9375vw;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03rem;
}
body.en .kv .ttl-box .ttl .main {
  font-size: 2.0833333333vw;
  letter-spacing: -0.01rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.en .expo2025-Footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
body.en .expo2025-Footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10.66667vw 4vw;
}
body.en .expo2025-Footer__txt {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 2.66667vw;
  text-align: center;
}
body.en .expo2025-Footer__copyright {
  font-size: 3.2vw;
  line-height: 1.66667;
  text-align: center;
}
body.en .footer {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logoWrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .switch-language-area {
    display: none;
  }
  .c-ttl01.fz-28 .main {
    font-size: min(28px, 7.4666666667vw);
  }
  .c-ttl01.fz-30 .main {
    font-size: min(28px, 7.4666666667vw);
  }
  .c-ttl01 .main {
    font-size: min(32px, 8.5333333333vw);
    line-height: 1.5;
  }
  .c-ttl01 .sub {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.75;
  }
  .c-ttl02.fz-40 {
    font-size: min(24px, 6.4vw);
  }
  .c-ttl02 {
    font-size: min(24px, 6.4vw);
  }
  .c-more-box {
    margin-top: 40, 375;
  }
  .c-more-btn {
    font-size: min(16px, 4.2666666667vw);
    padding-right: min(28px, 7.4666666667vw);
  }
  .c-more-btn::before {
    height: min(22px, 5.8666666667vw);
    width: min(22px, 5.8666666667vw);
  }
  .c-more-btn::after {
    width: min(8px, 2.1333333333vw);
    height: min(8px, 2.1333333333vw);
    right: min(7px, 1.8666666667vw);
  }
  .c-anchor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(19px, 5.0666666667vw);
    width: 100%;
    margin-bottom: min(43px, 11.4666666667vw);
  }
  .c-anchor-list.center {
    width: 100%;
  }
  .c-anchor-list.center li {
    width: 100%;
  }
  .c-anchor-list.center a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .c-anchor-list a {
    font-size: min(16px, 4.2666666667vw);
    padding-right: min(24px, 6.4vw);
    text-align: center;
  }
  .c-anchor-list a::before {
    height: min(17px, 4.5333333333vw);
    width: min(17px, 4.5333333333vw);
  }
  .c-btn01 {
    display: block;
    font-size: cp_sp(14);
    border-top: 0.53334vw solid #00A8A9;
    border-bottom: 0.53334vw solid #00A8A9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    padding: 9px 6px 9px 12px;
    min-width: 180px;
  }
  .c-btn01.sp-center {
    margin-left: auto;
  }
  .c-btn01 > span {
    gap: 0 2.4vw;
  }
  .c-btn02 {
    font-size: min(14px, 3.7333333333vw);
    border-top-width: min(2px, 0.5333333333vw);
    border-bottom-width: min(2px, 0.5333333333vw);
    padding: 12px 5px 12px 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
    width: 100%;
  }
  .c-btn02 > span {
    width: 100%;
  }
  .c-btn02 > span::before {
    height: min(18px, 4.8vw);
    width: min(18px, 4.8vw);
    right: 0;
  }
  .home .kv-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .kv-section .inner-block {
    padding: min(8px, 2.1333333333vw) 0 min(21px, 5.6vw);
  }
  .home .kv-section .kv__ttl .main {
    font-size: min(22px, 5.8666666667vw);
    line-height: 1.3;
    padding-bottom: 8px;
  }
  .home .kv-section .kv__ttl .sub {
    font-size: min(22px, 5.8666666667vw);
  }
  .home .kv-section .kv__ttl .large {
    font-size: min(48px, 12.8vw);
  }
  .home .kv-section .kv__ttl .sp-large {
    font-size: min(40px, 10.6666666667vw);
  }
  .home .kv-section .kv__ttl {
    max-width: min(380px, 101.3333333333vw);
  }
  .home .lead-section.bg-blue .inner-block {
    padding-top: min(57px, 15.2vw);
    padding-bottom: min(60px, 16vw);
  }
  .home .lead-section.bg-blue .c-ttl01 {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  .home .lead-section.small .inner-block {
    padding-top: min(56px, 14.9333333333vw);
    padding-bottom: min(30px, 8vw);
  }
  .home .lead-section .inner-block {
    padding: min(55px, 14.6666666667vw) 15px min(50px, 13.3333333333vw);
  }
  .home .lead-section .c-ttl01 {
    margin-bottom: min(24px, 6.4vw);
  }
  .home .lead-section .c-ttl02 {
    margin-bottom: min(22px, 5.8666666667vw);
  }
  .home .lead-section .note {
    font-size: min(14px, 3.7333333333vw);
    text-align: left;
  }
  .home .lead-section .note + .more-box {
    margin-top: min(20px, 5.3333333333vw);
  }
  .home .lead-section .note.en {
    font-size: min(14px, 3.7333333333vw);
  }
  .home .lead-section .c-more-btn {
    margin-top: min(33px, 8.8vw);
  }
  .home .lead-section .lead-wrap + .c-ttl02 {
    margin-top: min(57px, 15.2vw);
  }
  .home .lead-section .catchcopy {
    font-size: min(20px, 5.3333333333vw);
    margin-top: min(54px, 14.4vw);
    line-height: 1.75;
  }
  .home .lead-section .catchcopy.fz-18 {
    font-size: min(18px, 4.8vw);
    line-height: 2;
  }
  .home .lead-section .c-btn02 {
    margin: min(19px, 5.0666666667vw) auto min(33px, 8.8vw);
  }
  .home .lead-section .deco-img.deco-img01 {
    max-width: min(196px, 52.2666666667vw);
    top: 0;
  }
  .home .lead-section .deco-img.deco-img02 {
    max-width: min(191px, 50.9333333333vw);
    left: 0;
    bottom: 0;
  }
  .home .info-section .inner-block {
    padding-top: min(34px, 9.0666666667vw);
    padding-bottom: min(58px, 15.4666666667vw);
  }
  .home .info-section .c-ttl01 {
    margin-bottom: min(24px, 6.4vw);
  }
  .home .info-section .info-ttl {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: min(20px, 5.3333333333vw);
    margin: min(35px, 9.3333333333vw) 0 min(33px, 8.8vw);
  }
  .home .info-section .info-ttl .blue {
    font-size: min(24px, 6.4vw);
    margin: 3px 0;
  }
  .home .info-section .info-ttl .small {
    font-size: min(20px, 5.3333333333vw);
  }
  .home .info-section .l-flex-ttl {
    font-size: min(20px, 5.3333333333vw);
    margin-top: min(18px, 4.8vw);
    margin-bottom: min(44px, 11.7333333333vw);
  }
  .home .info-section .l-flex-txt.en + .l-flex-txt {
    margin-top: min(5px, 1.3333333333vw);
  }
  .home .info-section .l-flex-txt.en {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .info-section .l-flex-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .home .info-section .l-flex-txt + .l-flex-txt {
    margin-top: min(26px, 6.9333333333vw);
  }
  .home .info-section .l-flex-txt .txt {
    font-size: min(16px, 4.2666666667vw);
    line-height: 1.75;
  }
  .home .info-section .l-flex-txt .ttl {
    font-size: min(32px, 8.5333333333vw);
  }
  .home .info-section .sp-txt {
    display: block;
    margin-top: 8vw;
  }
  .home .features-section .inner-block {
    padding: min(38px, 10.1333333333vw) 15px min(37px, 9.8666666667vw);
  }
  .home .features-section .features-ttl {
    font-size: min(30px, 8vw);
    margin-bottom: min(29px, 7.7333333333vw);
  }
  .home .features-section .l-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .home .features-section .l-flex-wrap.mb-85 {
    margin-bottom: min(49px, 13.0666666667vw);
  }
  .home .features-section .l-flex-wrap .img {
    max-width: 100%;
  }
  .home .features-section .l-flex-wrap .txt-wrap {
    width: 100%;
  }
  .home .features-section .l-flex-wrap + .txt-wrap {
    margin-top: 30px;
  }
  .home .features-section .num-ttl {
    gap: 10px;
    font-size: min(25px, 6.6666666667vw);
    margin-bottom: min(17px, 4.5333333333vw);
  }
  .home .features-section .num-ttl .num {
    width: min(43px, 11.4666666667vw);
    height: min(43px, 11.4666666667vw);
  }
  .home .features-section .txt {
    font-size: min(16px, 4.2666666667vw);
    letter-spacing: 0;
    line-height: 2;
  }
  .home .features-section .txt + .txt {
    margin-top: min(32px, 8.5333333333vw);
  }
  .home .features-section .txt-wrap + .features-ttl {
    margin-top: min(46px, 12.2666666667vw);
    margin-bottom: min(28px, 7.4666666667vw);
  }
  .home .features-section .c-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(20px, 5.3333333333vw);
    margin-top: min(30px, 8vw);
  }
  .home .features-section .c-btn-wrap .c-btn02 {
    min-height: min(55px, 14.6666666667vw);
  }
  .home .features-section .c-btn-wrap + .l-flex-wrap {
    margin: min(50px, 13.3333333333vw) 0 min(36px, 9.6vw);
  }
  .home .system-section.under .inner-block {
    padding-top: min(99px, 26.4vw);
    padding-bottom: min(60px, 16vw);
  }
  .home .system-section.under .l-float-wrap + .l-float-wrap {
    margin-top: min(23px, 6.1333333333vw);
  }
  .home .system-section.under .l-float-wrap .txt + .txt {
    margin-top: min(32px, 8.5333333333vw);
  }
  .home .system-section .inner-block {
    padding: min(30px, 8vw) 15px min(60px, 16vw);
  }
  .home .system-section .c-ttl01 {
    margin-bottom: min(28px, 7.4666666667vw);
  }
  .home .system-section .l-float-wrap .img {
    margin-bottom: min(16px, 4.2666666667vw);
  }
  .home .system-section .l-float-wrap + .l-float-wrap {
    margin-top: min(55px, 14.6666666667vw);
  }
  .home .system-section .l-float-wrap .txt {
    font-size: min(16px, 4.2666666667vw);
  }
  .home .system-section .l-float-wrap .txt .sp-txt {
    display: block;
    margin-top: min(32px, 8.5333333333vw);
  }
  .home .system-section .l-float-wrap .txt.fz-18 {
    font-size: min(16px, 4.2666666667vw);
  }
  .home .system-section .l-float-wrap .txt.fz-28 {
    font-size: min(18px, 4.8vw);
  }
  .home .system-section .l-float-wrap .txt + .txt {
    margin-top: min(32px, 8.5333333333vw);
  }
  .home .system-section + .lead-section.under .inner-block {
    padding-top: min(50px, 13.3333333333vw);
    padding-bottom: min(50px, 13.3333333333vw);
  }
  .home .system-section + .lead-section.under .c-ttl01 {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .home .system-section + .lead-section.under .lead {
    font-size: min(16px, 4.2666666667vw);
  }
  .home .system-section + .lead-section.under .lead + .lead {
    margin-top: min(33px, 8.8vw);
  }
  .home .system-section + .lead-section .c-ttl01 {
    margin-bottom: min(18px, 4.8vw);
  }
  .home .system-section + .lead-section .sp-txt {
    display: block;
    margin-top: min(30px, 8vw);
  }
  .home .system-section + .lead-section .inner-block {
    padding-top: min(144px, 38.4vw);
    padding-bottom: min(138px, 36.8vw);
  }
  .home .system-section + .lead-section .c-more-btn {
    margin-top: min(24px, 6.4vw);
  }
  .home .system-section + .lead-section .catchcopy {
    margin-top: min(26px, 6.9333333333vw);
  }
  .home .lead {
    font-size: min(18px, 4.8vw);
    line-height: 2;
  }
  .home .lead + .note {
    margin-top: min(17px, 4.5333333333vw);
  }
  .home .lead.small {
    font-size: min(16px, 4.2666666667vw);
  }
  .home .lead + .lead {
    margin-top: min(32px, 8.5333333333vw);
  }
  .home .lead .sp-txt {
    display: block;
    margin-top: 8vw;
  }
  .home .banner {
    margin: min(50px, 13.3333333333vw) auto 0;
  }
  .home.en .kv-section .kv__ttl .main {
    font-size: min(29px, 7.7333333333vw);
    line-height: 1.44827;
  }
  .home.en .kv-section .kv__ttl .sub {
    font-size: min(22px, 5.8666666667vw);
  }
  .home.en .lead-section .inner-block {
    padding: min(55px, 14.6666666667vw) 15px min(50px, 13.3333333333vw);
  }
  .home.en .lead-section .deco-img.deco-img01 {
    top: min(40px, 10.6666666667vw);
  }
  .home.en .system-section + .lead-section .inner-block {
    padding: min(185px, 49.3333333333vw) 15px min(140px, 37.3333333333vw);
  }
  .wired .kv {
    height: 100%;
  }
  .wired .kv .bg {
    height: 100%;
  }
  .wired .kv .ttl-box {
    padding: 2.6666666667vw 2.9333333333vw;
    width: 100%;
    margin: 0;
  }
  .wired .kv .ttl-box .ttl {
    font-size: 10.1333333333vw;
    padding: 8.5333333333vw 0 9.3333333333vw;
    line-height: 1.4;
    letter-spacing: 0.09rem;
    display: block;
    border: 2px solid #fff;
  }
  .wired .kv .ttl-box .ttl .main {
    border-top: 2px solid #fff;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-top: 4vw;
  }
  .wired .kv .ttl-box .ttl .sub {
    font-size: 6.6666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .wired .kv .ttl-box .ttl .fz45 {
    font-size: 10.1333333333vw;
  }
  .wired section .inner-block {
    padding: 0 17px;
  }
  .wired section .inner-block .ttl {
    font-size: min(32px, 8.5333333333vw);
  }
  .wired .interview .ttl + .img-wrap {
    margin-top: min(10px, 2.6666666667vw);
    display: block;
  }
  .wired .interview .ttl + .img {
    margin-top: min(10px, 2.6666666667vw);
    display: block;
  }
  .wired .interview .txt {
    font-size: min(14px, 3.7333333333vw);
  }
  .wired .interview .txt + .txt {
    margin-top: min(12px, 3.2vw);
  }
  .wired .interview .txt + .txt-img-wrap-float {
    margin-top: min(15px, 4vw);
  }
  .wired .interview .txt.small {
    font-size: min(12px, 3.2vw);
    padding: min(10px, 2.6666666667vw);
    padding-left: 2em;
  }
  .wired .interview .txt-img-wrap {
    display: block;
    width: 100%;
    margin-top: min(13px, 3.4666666667vw);
  }
  .wired .interview .txt-img-wrap .img {
    width: 100%;
    margin-top: min(13px, 3.4666666667vw);
  }
  .wired .interview .txt-img-wrap .txt-wrap {
    margin-top: min(19px, 5.0666666667vw);
    width: 100%;
  }
  .wired .interview .txt-img-wrap .txt-wrap .txt + .txt {
    margin-top: min(16px, 4.2666666667vw);
  }
  .wired .interview .txt-img-wrap .txt {
    width: 100%;
  }
  .wired .interview .txt-img-wrap + .txt {
    margin-top: min(16px, 4.2666666667vw);
  }
  .wired .interview .txt-img-wrap-float .img {
    width: 100%;
    margin-left: 0;
    float: inherit;
  }
  .wired .interview .txt-img-wrap-float .txt {
    margin-top: min(20px, 5.3333333333vw);
    display: block;
  }
  .wired .interview .txt-img-wrap-float + .txt {
    margin-top: min(18px, 4.8vw);
  }
  .wired .interview .img-wrap + .txt {
    margin-top: min(18px, 4.8vw);
  }
  .wired .intro-section {
    padding: min(24px, 6.4vw) 0 min(65px, 17.3333333333vw);
  }
  .wired .intro-section .ttl {
    line-height: 1.5;
  }
  .wired .intro-section .ttl + .txt {
    margin-top: min(17px, 4.5333333333vw);
    line-height: 1.75;
  }
  .wired .intro-section .txt {
    font-size: min(16px, 4.2666666667vw);
  }
  .wired .intro-section .txt + .txt {
    margin-top: min(26px, 6.9333333333vw);
  }
  .wired .intro-section .movie-wrap {
    max-width: 100%;
    margin: min(34px, 9.0666666667vw) auto 0;
  }
  .wired .automation-section {
    padding: min(60px, 16vw) 0 min(65px, 17.3333333333vw);
  }
  .wired .automation-section .img-wrap p {
    font-size: min(12px, 3.2vw);
    margin-top: min(7px, 1.8666666667vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .wired .automation-section .ttl {
    margin: min(27px, 7.2vw) 0 min(19px, 5.0666666667vw);
  }
  .wired .platform-section {
    padding: min(51px, 13.6vw) 0 min(50px, 13.3333333333vw);
  }
  .wired .realize-section {
    padding: min(51px, 13.6vw) 0 min(50px, 13.3333333333vw);
  }
  .wired .future-section {
    padding: min(62px, 16.5333333333vw) 0 min(59px, 15.7333333333vw);
  }
  body.en .kv .ttl-box .ttl .sub {
    font-size: 6.6666666667vw;
    text-align: center;
  }
  body.en .kv .ttl-box .ttl .main {
    font-size: 10.1333333333vw;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .header {
    border-top: 0.26042vw solid #009DA6;
  }
  .header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.88542vw 0 0.9375vw;
    width: 83.33334vw;
  }
  .header__logo {
    border-right: 0.05209vw solid #C7C7C7;
    padding-right: 1.14584vw;
    margin-right: 1.14584vw;
  }
  .header__logo a {
    width: 9.84375vw;
  }
  .header__logo a:hover {
    opacity: 0.5;
  }
  .header__logo a:focus {
    opacity: 0.5;
  }
  .header__pageName {
    font-size: 0.78125vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .header__group {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__group a {
    display: block;
    width: 6.51042vw;
  }
  .header__group a:hover {
    opacity: 0.5;
  }
  .header__group a:focus {
    opacity: 0.5;
  }
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25vw 10.41667vw 1.61459vw;
    width: 83.33334vw;
  }
  .footer__ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.52084vw;
  }
  .footer__link {
    font-size: 0.72917vw;
    font-weight: 500;
  }
  .footer__content {
    margin: 0;
  }
  .footer__icon {
    margin: 0 0 0 auto;
    width: 1.45834vw;
  }
  .footer__company {
    margin: 0.52084vw 0 0 auto;
    width: 7.98334vw;
  }
  .footer__copyright {
    font-size: 0.72917vw;
    margin-top: 0.52084vw;
  }
  .c-more-btn:hover {
    color: #00A8A9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-more-btn:hover::before {
    background: #00A8A9;
    border-color: #00A8A9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-more-btn:hover::after {
    border-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn01 {
    max-width: min(450px, 23.4375vw);
  }
  .c-btn01:hover span::after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  .c-btn01.small {
    max-width: min(375px, 19.53125vw);
  }
  .c-btn01.fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .c-btn01 > span:before {
    height: 1.40625vw;
    width: 2.9948vw;
  }
  .c-btn01 > span::after {
    content: "";
    background-color: #05A8A9;
    border-radius: 50%;
    height: 2.34375vw;
    width: 2.34375vw;
    position: absolute;
    top: 50%;
    right: -0.41666vw;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    z-index: -1;
    -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .home .lead-section .deco-img.deco-img02 {
    margin-left: max(-268px, -17.6315789474vw);
  }
  .home .info-section .l-flex-txt.en {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 675px;
  }
  .home .info-section .l-flex-txt.en .txt {
    max-width: min(500px, 32.8947368421vw);
    min-width: min(500px, 32.8947368421vw);
  }
  .home .info-section .l-flex-txt.en .ttl {
    min-width: min(150px, 9.8684210526vw);
  }
  .home .features-section .l-flex-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .home .features-section .l-flex-wrap .txt-wrap.pd {
    padding-top: 13px;
    padding-bottom: 20px;
  }
  .home .system-section .l-float-wrap.left .img {
    float: left;
    max-width: min(465px, 30.5921052632vw);
    margin-right: min(52px, 3.4210526316vw);
  }
  .home .system-section .l-float-wrap.right {
    clear: both;
  }
  .home .system-section .l-float-wrap.right .img {
    float: right;
    max-width: min(469px, 30.8552631579vw);
    margin-left: min(48px, 3.1578947368vw);
  }
  .home .lead.fz-18 {
    font-size: min(18px, 1.1842105263vw);
  }
  .home .banner {
    width: min(770px, 50.6578947368vw);
  }
  .home .banner:hover {
    opacity: 0.8;
  }
  .home.en .lead-section .deco-img.deco-img02 {
    bottom: min(15px, 0.9868421053vw);
  }
  body.en .kv .ttl-box .ttl {
    gap: 20px;
    padding: 1.1842105263vw 0 1.1842105263vw;
  }
  body.en .expo2025-Footer__inner {
    padding: 2.08334vw 1.5625vw 2.34375vw;
  }
  body.en .expo2025-Footer__txt {
    font-size: 14px;
    margin-top: 0.52084vw;
  }
  body.en .expo2025-Footer__copyright {
    font-size: 12px;
    margin-top: 0.15625vw;
  }
}
@media only screen and (min-width: 960px) {
  main {
    margin-top: 134px;
  }
}
@media print, screen and (min-width: 960px) {
  #SiteWrap.-fixed #SiteWrap__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: rgba(51, 51, 51, 0.7);
  }
  #SiteWrap__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s ease 0.2s;
    transition: -webkit-transform 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s;
    transition: transform 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
  }
  #SiteWrap__header.-scrollDown {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .HeaderUtility.-viewSP {
    display: none;
  }
  .HeaderUtility__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .HeaderUtility__list a {
    display: block;
    width: 100%;
  }
  .HeaderUtility__listItem {
    line-height: 1;
  }
  .HeaderUtility__listItem a,
  .HeaderUtility__listItem button {
    color: #666;
  }
  #HeaderSiteSearch__contentViewPC .SiteSearch {
    max-width: 924px;
  }
  #HeaderSiteSearch__contentViewPC .SiteSearch__input {
    max-width: 888px;
    padding: 0 14px;
  }
  .GNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    list-style-type: none;
  }
  .GNavList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .GNavList__headText {
    display: block;
    position: relative;
    padding: 14px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #333;
  }
  .GNavLower__body {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: -24px;
  }
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .GNavLower__body.-bottom .GNavLower__item {
    margin: 0 40px 0 0;
  }
  .GNavLower__body.-products {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .GNavLower__body .GNavLower__item {
    margin: 6px 0 0 0;
  }
  .GNavLower__bodyItem {
    width: calc((100% - 96px) / 4);
    margin-left: 24px;
  }
  .-products .GNavLower__bodyItem {
    width: calc((100% - 144px) / 6);
  }
  .GNavLower__bodyItem .GNavLower__item {
    margin-top: 13px;
  }
  .GNavLower__bodyItemHeading {
    margin-top: 20px;
  }
  .UtilityPulldown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .UtilityPulldown.-recruit .UtilityPulldown__head,
  .UtilityPulldown.-recruit .UtilityPulldown__body {
    min-width: 117px;
  }
  .UtilityPulldown.-distributor {
    margin-right: 10px;
  }
  .UtilityPulldown.-distributor .UtilityPulldown__head,
  .UtilityPulldown.-distributor .UtilityPulldown__body {
    min-width: 150px;
  }
  .UtilityPulldown__head {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid transparent;
    -webkit-transition: border 0.2s ease 0.15s;
    transition: border 0.2s ease 0.15s;
  }
  .UtilityPulldown__head.-opened {
    border: 1px solid #707070;
  }
  .UtilityPulldown__head span {
    color: #666;
  }
  .UtilityPulldown__body {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    border: 1px solid #707070;
    border-top: none;
  }
  #GNavHumburgerMenu {
    display: none !important;
  }
  .layerGroupLower .GNavLower__item {
    margin-top: 13px;
  }
  .GNavList__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .GNavList__headText {
    display: block;
    position: relative;
    padding: 14px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #333;
  }
  #HeaderSiteSearch__contentViewPC .SiteSearch {
    max-width: 924px;
  }
  #HeaderSiteSearch__contentViewPC .SiteSearch__input {
    max-width: 888px;
    padding: 0 14px;
  }
  .HeaderForinvestors {
    line-height: 1;
  }
  .HeaderForinvestors a,
  .HeaderForinvestors button {
    color: #666;
  }
  .HeaderGnetwork {
    margin-left: 28px;
  }
  .expo2025-Footer__utility {
    display: grid;
    grid-template-columns: 160px 1fr 160px;
  }
  .expo2025-Footer__utilityList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .expo2025-Footer__copylight {
    margin-top: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 959px) {
  .Header__inner {
    padding: 22px 15px 23px;
  }
  .HeaderLogo__text {
    margin-left: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
  .HeaderLogo__text::after {
    height: 36px;
  }
  .HeaderUtility.-viewPC {
    display: none;
  }
  .HeaderUtility__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .HeaderUtility__list a {
    color: #008486;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 20px 0 5px;
    font-size: 16px;
  }
  .HeaderUtility__list a.-gnavCurrent span {
    color: #999;
  }
  .HeaderUtility__listItem {
    line-height: 1.5;
  }
  #GNav {
    display: none;
  }
  .GNavLower__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .GNavLower__body.-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .GNavLower__body.-bottom .GNavLower__item:first-child {
    margin: 0;
  }
  .GNavLower__bodyItem:not(:first-child) {
    margin-top: 25px;
  }
  .GNavLower__bodyItemHeading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
  .GNavLower__contentGroup {
    margin-top: 15px;
  }
  .UtilityPulldown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .UtilityPulldown.-recruit .UtilityPulldown__head,
  .UtilityPulldown.-recruit .UtilityPulldown__body {
    width: 140px;
  }
  .UtilityPulldown.-distributor .UtilityPulldown__head,
  .UtilityPulldown.-distributor .UtilityPulldown__body {
    width: 158px;
  }
  .UtilityPulldown__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 25px 14px 5px 0;
  }
  .UtilityPulldown__head span {
    font-size: 16px;
    color: #008486;
  }
  .UtilityPulldown__body {
    padding-left: 30px;
  }
  .UtilityPulldown__body a {
    display: block;
    padding: 7px 0 6px;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
  }
  #GNavHumburgerMenu {
    display: none;
    position: fixed;
    top: 84px;
    width: 100%;
    height: calc(100vh - 84px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    z-index: 98;
  }
  #GNavHumburgerMenu.-opend {
    position: relative;
    display: block;
  }
  .layerGroupLower .GNavLower__item:not(:first-child) {
    margin-top: 13px;
  }
  .IconCorporationLogo {
    width: 160px;
    height: 35px;
  }
  .SiteSearch__button {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: inline-block;
  }
  .HeaderForinvestors {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  .HeaderUtility__list {
    padding: 20px 28px 0;
  }
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 28px 120px;
  }
  .layerGroupFirst {
    padding: 32px 28px 0;
  }
  .Footer__inner {
    padding: 0 28px;
  }
  .Footer__upper {
    padding: 19px 0 34px;
  }
  .FooterNav__item li {
    margin: 16px 20px 0;
  }
  .Footer__bottom {
    padding: 5px 0 21px;
  }
  .FooterSitebrand {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 559px) {
  .HeaderUtility__list {
    padding: 20px 15px 0;
  }
  #HeaderSiteSearch__contentViewSP {
    padding: 40px 15px 120px;
  }
  .GNavLower__heading {
    font-size: 16px;
  }
  .layerGroupFirst {
    padding: 32px 15px 0;
  }
  input.SiteSearch__input {
    font-size: 21px !important;
  }
  .SiteSearch__box input.SiteSearch__input {
    font-size: 2.1rem;
  }
  .expo2025-Footer__utility {
    padding: 30px 15px 20px;
  }
  .Footer__inner {
    padding: 0 15px;
  }
  .Footer__upper {
    display: none;
  }
  .FooterNav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .Footer__bottom {
    padding: 24px 0 21px;
    border-top: none;
  }
  .FooterUtility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .FooterUtility li:not(:first-child) {
    margin-top: 11px;
  }
  .FooterSns {
    margin-top: 18px;
  }
  .FooterSitebrand {
    padding-top: 28px;
  }
}
@media print, screen and (min-width: 560px) {
  .GNavLower__heading {
    font-size: 18px;
  }
  input.SiteSearch__input {
    font-size: 26px;
  }
  .SiteSearch__box input.SiteSearch__input {
    font-size: 2.8rem;
  }
  .expo2025-Footer__lang {
    display: none;
  }
  .FooterUtility li {
    margin: 21px 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .expo2025-Footer__inner {
    padding: 2.08334vw 1.5625vw 2.34375vw;
  }
  .expo2025-Footer__logo {
    width: 220px;
  }
  .expo2025-Footer__logo img {
    height: 100%;
  }
  .expo2025-Footer__txt {
    font-size: 14px;
    margin-top: 0.52084vw;
  }
  .expo2025-Footer__copyright {
    font-size: 12px;
    margin-top: 0.15625vw;
  }
}
@media print, screen and (max-width: 959px) {
  .expo2025-Footer__utility {
    padding: 30px 30px 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .home .lead-section .deco-img.deco-img02 {
    margin-left: max(-210px, -13.8157894737vw);
  }
}
/*# sourceMappingURL=style.css.map */