@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #e4007f;
  background: #e4007f;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0 auto;
}

.mod-btn a {
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}

.mod-btn:hover {
  background: #FFF;
  border: 2px solid #e4007f;
}
.mod-btn:hover a {
  color: #e4007f;
}

.mod-link {
  background: url("../img/right-arrow.png") no-repeat 0 7px;
  -webkit-transition: color 500ms;
  transition: color 500ms;
}
.mod-link a {
  padding-left: 15px;
}

.mod-link:hover {
  color: #000;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #e4007f;
    background: #e4007f;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #e4007f;
  }
  .mod-btn:hover a {
    color: #e4007f;
  }
}
/***********************************************************************
base style
**********************************************************************/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.window {
  position: relative;
}

.window.green:after {
  content: "";
  display: inline;
  background: url("../img/window-green.svg") 0 0 no-repeat;
  position: absolute;
  right: -20px;
  width: 13px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
}

.window.red:after {
  content: "";
  display: inline-block;
  background: url("../img/window-red.svg") 0 0 no-repeat;
  position: absolute;
  right: -20px;
  width: 13px;
  height: 13px;
  top: 50%;
  margin-top: -5px;
}

/* style.css */
:root {
  --bg: #ffffff;
  --text: #000000;
  --muted: #6b7280;
  --line: #e5e7eb;
  --glay: #777777;
  --main: #009C74;
  --primary: #E7360C; /* 朱寄り（仮） */
  --primary-ink: #ffffff;
  --container: 1100px;
  --radius: 10px;
  --shadow: 0 8px 30px rgba(0,0,0,.08);
  --shadow2: 0 12px 40px rgba(0,0,0,.18);
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 56px;
  --space-7: 72px;
  --header-h: 80px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  font: inherit;
}

.container {
  width: min(var(--container), 100% - 48px);
  margin-inline: auto;
}

.center {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: var(--space-4);
}

/* Header */
.siteHeader {
  top: 0;
  z-index: 50;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  border-top: 4px solid #777777;
}

.siteHeader-top {
  padding-inline: 60px;
  position: relative;
  height: 72px;
  border-bottom: 1px solid #EEEEEE;
}
.siteHeader-top .brand {
  position: absolute;
  top: 20px;
}
.siteHeader-top .lang {
  position: absolute;
  top: 20px;
  right: 170px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.siteHeader-top .ushio-logo {
  position: absolute;
  top: 26px;
  right: 60px;
}

.siteHeader__inner {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--space-2);
  padding-inline: 60px;
}

.brand__logo {
  height: 28px;
  width: auto;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav__link {
  font-size: 15px;
  color: #111;
  padding: 10px 0px;
  border-radius: 6px;
}

.gnav__link:hover {
  color: var(--main);
}

.headerActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-2);
}

.lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  color: #CCCCCC;
  font-size: 12px;
}

.lang__btn {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 6px 4px;
  cursor: pointer;
}

.lang__btn.is-active {
  color: var(--text);
  font-weight: 700;
}

.lang__sep {
  opacity: 0.6;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}

.btn--primary {
  background: var(--primary);
  color: var(--primary-ink);
}

.btn--sm {
  height: 40px;
  padding: 0 26px;
  font-size: 15px;
  line-height: 36px;
}

.btn--lg {
  height: 70px;
  padding: 0 22px;
  width: 800px;
  line-height: 70px;
  font-size: 18px;
  position: relative;
}

.btn--lg:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/right-arrow.svg") 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  right: 23px;
  top: 23px;
}

.btn__icon {
  font-size: 14px;
  line-height: 1;
}

.btn--primary:hover {
  background: #000;
}

/*
.iconBtn{
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.iconBtn:hover{ background: rgba(0,0,0,.05); }

.iconBtn__bars{
  width: 20px;
  height: 2px;
  background: #111;
  position: relative;
  display: block;
}
.iconBtn__bars::before,
.iconBtn__bars::after{
  content:"";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #111;
}
.iconBtn__bars::before{ top: -6px; }
.iconBtn__bars::after{ top: 6px; }

.headerCta{ display: inline-flex; }
*/
/* Hero */
.hero {
  position: relative;
  min-height: 460px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.hero .attention {
  color: #FFF;
  position: absolute;
  right: 170px;
  bottom: 0px;
  font-size: 12px;
  opacity: 0.5;
}

.hero__bg {
  position: absolute;
  inset: 0;
}

.hero__bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__inner {
  position: relative;
  padding: var(--space-7) 0;
}

.container.hero__inner {
  width: 1040px;
}

.hero__copy {
  max-width: 520px;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.hero__lead {
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.hero__brand {
  margin-left: 160px;
}

/* Section */
.section {
  padding: var(--header-h) 0;
}

.section--soft {
  background: #f6f7fb; /* 仮の薄い背景 */
}

.section--color {
  background: url("../img/pc/color-bg.png") 0 0 repeat-y;
  background-size: cover;
}

.section--contact {
  background: #0f172a;
  color: #fff;
}

.section__eyebrow {
  margin: 0 -19px 0px 0px;
  text-align: center;
  font-size: 14px;
  color: var(--main);
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section__eyebrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 4px;
  background: url("../img/ttl-circle.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  margin-left: -19px;
}

.section--contact .section__eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.section__title {
  margin: 0 30px var(--space-3);
  font-size: 40px;
  text-align: center;
  letter-spacing: 0em;
}

.section__text {
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.78);
  max-width: 880px;
}

.section--contact .section__text {
  color: rgba(255, 255, 255, 0.78);
}

/* About media */
.media {
  margin-top: var(--space-4);
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.media__box {
  width: min(880px, 100%);
}
.media__box .youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.media__caption {
  text-align: center;
  color: var(--glay);
  font-size: 14px;
  padding-top: 10px;
}

.media__box img {
  width: 100%;
  height: auto;
}

/* Features */
.featureList {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.featureCard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px var(--space-3) 1fr;
  grid-template-columns: 340px 1fr;
  gap: var(--space-3);
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 40px;
}

.card01:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/01.png") 0 0 no-repeat;
  background-size: contain;
}

.card02:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/02.png") 0 0 no-repeat;
  background-size: contain;
}

.card03:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/03.png") 0 0 no-repeat;
  background-size: contain;
}

.featureCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 180px;
}

.featureCard__body {
  padding: var(--space-3);
}

.featureCard__title {
  margin: 0 0 15px;
  font-size: 28px;
}
.featureCard__title span {
  color: var(--main);
  font-size: 16px;
  display: block;
}

.featureCard__text {
  margin: 0;
  font-size: 16px;
}

/* Difference */
.figure {
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 40px;
}

.noteLine {
  margin: var(--space-3) 0 0;
  text-align: center;
  color: var(--main);
  font-weight: bold;
  font-size: 32px;
}
.noteLine span {
  display: block;
  font-size: 22px;
  padding-bottom: 4px;
  color: var(--text);
}
.noteLine strong {
  color: #FFF;
  background: var(--main);
  padding: 5px;
  line-height: 0;
  font-weight: bold;
}

/* Application cards */
.gridCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gridCard {
  background: #fff;
  padding: 20px 20px 40px;
}

.gridCard__img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gridCard__body {
  padding: 30px 20px 0px;
}

.gridCard__title {
  margin: 0 0 12px 20px;
  font-size: 24px;
  position: relative;
}

.gridCard__title:before {
  content: "";
  display: inline-block;
  background: url("../img/green-circle.svg") 0 0 no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -4px;
}

.gridCard__text {
  margin: 0;
  font-size: 16px;
}

.example {
  background: #FFF;
  border: 1px solid var(--glay);
  position: relative;
  padding: 57px 0 34px 40px;
  margin-top: 40px;
}
.example dt {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  background-color: var(--glay);
  color: #FFF;
  padding: 6px 20px;
}
.example dd {
  margin: 0;
}
.example dd p {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
}
.example dd p a {
  font-size: 16px;
  font-weight: normal;
  padding-left: 30px;
}
.example dd p:before {
  content: "";
  display: inline-block;
  background: url("../img/green-circle.svg") 0 0 no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -4px;
}

/* Flow */
.flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 40px 0.8fr;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.flowSteps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  width: 560px;
  gap: 22px;
}

.flowSteps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flowSteps__item .flowSteps__body {
  border: 1px solid var(--main);
  background: #FFF;
  padding: 40px;
  width: 100%;
}
.flowSteps__item .flowSteps__body ul {
  font-size: 14px;
}
.flowSteps__item .flowSteps__body ul li {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 5px;
}
.flowSteps__item .flowSteps__body ul li:last-child {
  margin-bottom: 0;
}

.flowSteps__badge {
  width: 34px;
  height: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: var(--main);
  color: #fff;
}
.flowSteps__badge span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.flowMedia {
  width: 500px;
  height: 100%;
}

.flowSteps__badge:after {
  content: "";
  position: absolute;
  background: url("../img/polygon.svg") 0 0 no-repeat;
  display: inline-block;
  bottom: -11px;
  width: 34px;
  height: 12px;
}

.last .flowSteps__badge:after {
  display: none;
}

.flowSteps__title {
  margin: 0 0 10px 20px;
  font-size: 20px;
  position: relative;
}

.flowSteps__title:before {
  content: "";
  display: inline-block;
  background: url("../img/green-circle.svg") 0 0 no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -4px;
}

.flowSteps__text {
  margin: 0 0 10px;
  font-size: 16px;
}

.flowMedia {
  overflow: hidden;
  border: 1px solid var(--line);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: #000;
}

.flowMedia img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 320px;
}

#flow .btn--lg {
  gap: 0;
}

/* Spec */
#spec .container {
  width: 880px;
}
#spec .container .specTableWrap ul {
  margin-bottom: 40px;
}
#spec .container .specTableWrap ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
#spec .container .specTableWrap ul li dl {
  display: table;
}
#spec .container .specTableWrap ul li dl dt {
  display: table-cell;
  width: 200px;
  position: relative;
  font-weight: bold;
}
#spec .container .specTableWrap ul li dl dt:before {
  content: "";
  width: 12px;
  height: 1px;
  background: var(--main);
  display: inline-block;
  position: absolute;
  bottom: -21px;
}
#spec .container .specTableWrap ul li dl dd {
  display: table-cell;
}

.relate-box {
  border: 1px solid #EEEEEE;
  padding: 40px;
}
.relate-box h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.relate-box ul li {
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.relate-box ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  margin-left: 20px;
}
.relate-box ul li p:before {
  content: "";
  display: inline-block;
  background: url("../img/green-circle.svg") 0 0 no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0%;
  left: -20px;
  margin-top: 11px;
}
.relate-box ul li .window2 {
  padding-left: 20px;
  display: inline-block;
}
.relate-box ul li .window2 span {
  position: relative;
}
.relate-box ul li .window2 span:after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background: url("../img/window-red.svg") center/contain no-repeat;
}
.relate-box ul li:last-child {
  background: none;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* News */
.newsList {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

#news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .container .ttl-box {
  width: 290px;
}
#news .container .ttl-box .section__eyebrow {
  text-align: left;
  margin-left: 19px;
}
#news .container .ttl-box h2.section__title {
  text-align: left;
  margin: 0;
}
#news .container .newsList {
  width: 810px;
}
#news .container .newsList .newsItem {
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .container .newsList .window.red span {
  position: relative;
  font-weight: normal;
}
#news .container .newsList .window.red span:after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background: url("../img/window-red.svg") center/contain no-repeat;
}
#news .container .newsList .window.red:after {
  display: none;
}
#news .container .newsList time {
  color: #AAAAAA;
  font-size: 14px;
  width: 92px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}

.newsItem__date {
  color: var(--muted);
  font-size: 13px;
}

.newsItem__title {
  font-weight: 600;
}

.attention {
  text-align: center;
  padding: 20px 0px;
}

.attention.footer-bottom {
  font-size: 14px;
}

/* Footer */
.footer {
  background: var(--glay);
  color: #FFF;
  padding: 38px 0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copy {
  margin: 0;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  border-top: 4px solid #777777;
  display: none;
}

.drawer.is-open {
  display: block;
}

.drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
}

/***********************************************************************
media query
**********************************************************************/
@media (min-width: 1120px) and (max-width: 1270px) {
  .gnav {
    gap: 12px;
  }
  .gnav .gnav__link {
    font-size: 14px;
  }
  .siteHeader__inner .btn--sm {
    padding: 0 23px;
  }
  .drawer {
    display: none !important;
  }
}
@media only screen and (max-width: 1119px) {
  .siteHeader__inner {
    display: none;
  }
  .container.hero__inner {
    width: 92%;
  }
  .menuBtn.sp {
    display: block !important;
  }
  .contact-btn {
    position: absolute;
    right: 80px;
    top: 30px;
    display: block !important;
  }
  .siteHeader-top .ushio-logo.pc {
    display: none !important;
  }
  .siteHeader-top .lang.pc {
    display: none !important;
  }
  .flowMedia, .flowSteps {
    width: auto;
  }
  #news .container .newsList {
    width: auto;
  }
  .iconBtn {
    border: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    display: -ms-grid;
    display: grid;
    position: fixed;
    right: 20px;
    top: 15px;
    border-radius: 0;
    background: var(--main);
    /*place-items: center;*/
    padding-bottom: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    text-align: center;
  }
  .iconBtn:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .iconBtn__bars {
    width: 16px;
    height: 2px;
    background: #FFF;
    position: relative;
    display: inline-block;
  }
  .iconBtn__bars::before,
  .iconBtn__bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    background: #FFF;
  }
  .iconBtn__bars::before {
    top: -6px;
  }
  .iconBtn__bars::after {
    top: 6px;
  }
  .headerCta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  /* Drawer */
  .drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    opacity: 0;
    -webkit-animation: appear 0.5s ease;
            animation: appear 0.5s ease;
  }
  .drawer.is-open {
    display: block;
    opacity: 1;
  }
  .drawer__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
  }
  @-webkit-keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes appear {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .drawer__panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 40px;
    width: 100%;
    background: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    opacity: 0;
  }
  .drawer__panel .btn--sm {
    margin: 30px 40px 0;
    height: 50px;
  }
  .drawer.is-open .drawer__panel {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .drawer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #EEEEEE;
    height: 70px;
  }
  .brand--drawer .brand__logo {
    width: 160px;
    height: 31px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .closeBtn {
    width: 40px;
    height: 40px;
    background: #111;
    color: #fff;
  }
  .iconBtn__x {
    font-size: 22px;
    line-height: 1;
    padding-top: 6px;
  }
  .drawer__meta {
    margin-top: 20px;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .drawer__contactIcon {
    height: 13px;
    width: 16px;
  }
  .drawer__sublogo {
    height: 20px;
    width: 70px;
  }
  .drawerNav {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    gap: 4px;
    font-size: 15px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .drawerNav__link {
    text-align: center;
    padding: 10px 6px;
  }
  .drawerCta {
    margin-top: 18px;
    height: 54px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 750px) {
  /***********************************************************************
  base style
  **********************************************************************/
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    line-height: 1.71;
    font-size: 16px;
  }
  .sp-br, .drawer-menu {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .gray-bg {
    height: 200px;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* style.css */
  :root {
    --bg: #ffffff;
    --text: #000000;
    --muted: #6b7280;
    --line: #e5e7eb;
    --glay: #777777;
    --main: #009C74;
    --primary: #E7360C; /* 朱寄り（仮） */
    --primary-ink: #ffffff;
    --container: 1100px;
    --radius: 10px;
    --shadow: 0 8px 30px rgba(0,0,0,.08);
    --shadow2: 0 12px 40px rgba(0,0,0,.18);
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 40px;
    --space-6: 56px;
    --space-7: 72px;
    --header-h: 80px;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
  }
  .container {
    width: 100%;
    padding: 0 5.2%;
    margin-inline: auto;
  }
  .center {
    display: -ms-grid;
    display: grid;
    place-items: center;
    margin-top: var(--space-4);
  }
  /* Header */
  .siteHeader {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .siteHeader-top {
    padding-inline: 60px;
    position: relative;
    height: 72px;
    border-bottom: 1px solid #EEEEEE;
  }
  .siteHeader-top .brand {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .siteHeader-top .lang {
    position: absolute;
    top: 16px;
    right: 170px;
  }
  .siteHeader-top .ushio-logo {
    position: absolute;
    top: 26px;
    right: 60px;
  }
  .siteHeader__inner {
    display: none;
  }
  .brand__logo {
    height: 31px;
    width: 160px;
  }
  .gnav {
    display: none;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--space-2);
  }
  .lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
    color: #CCCCCC;
    font-size: 12px;
  }
  .lang__btn {
    border: 0;
    background: transparent;
    color: inherit;
    padding: 6px 4px;
    cursor: pointer;
  }
  .lang__btn.is-active {
    color: var(--text);
    font-weight: 700;
  }
  .lang__sep {
    opacity: 0.6;
  }
  .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
  }
  .btn--primary {
    background: var(--primary);
    color: var(--primary-ink);
  }
  .btn--sm {
    height: 40px;
    padding: 0 33px;
    font-size: 15px;
    line-height: 36px;
  }
  .btn--lg span {
    display: none;
  }
  .btn--lg {
    height: 70px;
    padding: 0 22px;
    width: 100%;
    line-height: 70px;
    font-size: 18px;
    position: relative;
  }
  .btn--lg:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/right-arrow.svg") 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 23px;
  }
  .btn__icon {
    font-size: 14px;
    line-height: 1;
  }
  /* Hero */
  .hero {
    position: relative;
    min-height: 480px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .hero .attention {
    color: #FFF;
    position: absolute;
    right: 5%;
    bottom: 20px;
    padding: 0;
    font-size: 12px;
    opacity: 0.5;
  }
  .hero__bg {
    position: absolute;
    inset: 0;
  }
  .hero__bgImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__inner {
    position: relative;
    padding: var(--space-7) 0;
  }
  .container.hero__inner {
    width: auto;
    padding: 0 5%;
    margin-top: -30px;
  }
  .hero__copy {
    max-width: 520px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }
  .hero__lead {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 37px;
    letter-spacing: 0.02em;
  }
  .hero__brand {
    margin-left: 160px;
  }
  .hero__brand img {
    width: 184px;
  }
  /* Section */
  .section {
    padding: var(--header-h) 0;
  }
  .section--soft {
    background: #f6f7fb; /* 仮の薄い背景 */
  }
  .section--color {
    background: url("../img/sp/color-bg.png") 0 0 repeat-y;
    background-size: cover;
  }
  .section--contact {
    background: #0f172a;
    color: #fff;
  }
  .section__eyebrow {
    margin: 0 -19px 3px 0px;
    text-align: center;
    font-size: 14px;
    color: var(--main);
    position: relative;
  }
  .section__eyebrow:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 4px;
    background: url("../img/ttl-circle.svg") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    margin-left: -19px;
  }
  .section--contact .section__eyebrow {
    color: rgba(255, 255, 255, 0.7);
  }
  .section__title {
    margin: 0 0px 30px;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0em;
  }
  .section__text {
    margin: 0 auto;
    color: rgba(17, 17, 17, 0.78);
    max-width: 880px;
  }
  .section--contact .section__text {
    color: rgba(255, 255, 255, 0.78);
  }
  /* About media */
  .media {
    margin-top: var(--space-4);
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  .media__box {
    width: min(880px, 100%);
  }
  .media__caption {
    text-align: center;
    color: var(--glay);
    font-size: 14px;
    padding-top: 10px;
  }
  .media__box img {
    width: 100%;
    height: auto;
  }
  /* Features */
  .featureList {
    display: -ms-grid;
    display: grid;
    gap: 10px;
  }
  .featureCard {
    display: block;
    padding: 40px 20px;
  }
  .card01:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/01.png") 0 0 no-repeat;
    background-size: contain;
  }
  .card02:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/02.png") 0 0 no-repeat;
    background-size: contain;
  }
  .card03:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/03.png") 0 0 no-repeat;
    background-size: contain;
  }
  .featureCard__img img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 180px;
  }
  .featureCard__body {
    padding: 30px 0px 0px;
  }
  .featureCard__title {
    margin: 0 0 20px;
    font-size: 28px;
  }
  .featureCard__title span {
    color: var(--main);
    font-size: 16px;
    display: block;
  }
  .featureCard__text {
    margin: 0;
    font-size: 16px;
  }
  /* Difference */
  .figure {
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .noteLine {
    margin: var(--space-3) 0 0;
    text-align: center;
    color: var(--main);
    font-weight: bold;
    font-size: 28px;
  }
  .noteLine span {
    display: block;
    font-size: 22px;
    color: var(--text);
  }
  .noteLine strong {
    color: #FFF;
    background: var(--main);
    padding: 2px 10px;
    line-height: 0;
  }
  /* Application cards */
  .gridCards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .gridCard {
    background: #fff;
    padding: 20px 20px 40px;
  }
  .gridCard__img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gridCard__body {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .gridCard__title {
    margin: 0 0 12px 20px;
    font-size: 24px;
    position: relative;
  }
  .gridCard__title:before {
    content: "";
    display: inline-block;
    background: url("../img/green-circle.svg") 0 0 no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    background-size: contain;
    top: 0%;
    left: -12px;
    margin-top: 16px;
  }
  .gridCard__text {
    margin: 0;
    font-size: 16px;
  }
  .example {
    background: #FFF;
    border: 1px solid var(--glay);
    position: relative;
    padding: 57px 20px 40px 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .example dt {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    background-color: var(--glay);
    color: #FFF;
    padding: 6px 20px;
  }
  .example dd {
    margin: 0;
  }
  .example dd p {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
  }
  .example dd p a {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  }
  .example dd p:before {
    content: "";
    display: inline-block;
    background: url("../img/green-circle.svg") 0 0 no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    background-size: contain;
    top: 0%;
    left: -12px;
    margin-top: 12px;
  }
  /* Flow */
  .flow {
    display: block;
    -ms-grid-columns: 1.2fr var(--space-4) 0.8fr;
    grid-template-columns: 1.2fr 0.8fr;
    gap: var(--space-4);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .flowSteps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    gap: 22px;
    width: auto;
  }
  .flowSteps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flowSteps__item .flowSteps__body {
    border: 1px solid var(--main);
    background: #FFF;
    padding: 30px 20px;
    width: 100%;
  }
  .flowSteps__item .flowSteps__body ul {
    font-size: 14px;
  }
  .flowSteps__item .flowSteps__body ul li {
    list-style-type: disc;
    margin-left: 1em;
  }
  .flowSteps__badge {
    width: 30px;
    height: 100%;
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-weight: 800;
    background: var(--main);
    color: #fff;
  }
  .flowSteps__badge span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .flowMedia {
    height: 100%;
    margin-top: 40px;
    width: auto;
  }
  .flowSteps__badge:after {
    content: "";
    position: absolute;
    background: url("../img/polygon.svg") 0 0 no-repeat;
    display: inline-block;
    background-size: contain;
    bottom: -12px;
    width: 28px;
    left: 0px;
    height: 12px;
  }
  .last .flowSteps__badge:after {
    display: none;
  }
  .flowSteps__title {
    margin: 0 0 10px 12px;
    font-size: 20px;
    position: relative;
  }
  .flowSteps__title:before {
    content: "";
    display: inline-block;
    background: url("../img/green-circle.svg") 0 0 no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    background-size: contain;
    top: 0%;
    left: -12px;
    margin-top: 13px;
  }
  .flowSteps__text {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .flowMedia {
    overflow: hidden;
    border: 1px solid var(--line);
    -webkit-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
    background: #000;
  }
  .flowMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 320px;
  }
  /* Spec */
  #spec .container {
    width: auto;
  }
  #spec .container .specTableWrap ul {
    margin-bottom: 40px;
  }
  #spec .container .specTableWrap ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
  }
  #spec .container .specTableWrap ul li dl {
    display: block;
  }
  #spec .container .specTableWrap ul li dl dt {
    display: block;
    width: auto;
    font-weight: bold;
    margin-bottom: 6px;
  }
  #spec .container .specTableWrap ul li dl dt:before {
    display: none;
  }
  #spec .container .specTableWrap ul li dl dd {
    margin: 0;
    display: block;
  }
  #spec .container .specTableWrap ul li:before {
    content: "";
    width: 12px;
    height: 1px;
    display: inline-block;
    background: var(--main);
    position: absolute;
    left: 0px;
    bottom: -1px;
  }
  #spec .container.relate-box {
    width: 89.6%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #EEEEEE;
    padding: 40px 20px;
  }
  #spec .container.relate-box h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
  }
  #spec .container.relate-box ul li {
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #spec .container.relate-box ul li p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    margin-left: 12px;
  }
  #spec .container.relate-box ul li p:before {
    content: "";
    display: inline-block;
    background: url("../img/green-circle.svg") 0 0 no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    background-size: contain;
    top: 0%;
    left: -12px;
    margin-top: 12px;
  }
  #spec .container.relate-box ul li a {
    margin-left: 0px;
  }
  #spec .container.relate-box ul li .window2 {
    padding-left: 12px;
  }
  #spec .container.relate-box ul li:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #spec .container.relate-box .window.red:after {
    content: "";
    display: inline-block;
    background: url(../img/window-red.svg) 0 0 no-repeat;
    position: absolute;
    right: -20px;
    width: 12px;
    height: 12px;
    top: initial;
    bottom: 0;
    margin-bottom: 4px;
  }
  #related {
    margin-top: -70px;
    padding-top: 70px;
    display: block;
  }
  /* News */
  .newsList {
    display: block;
    gap: 12px;
  }
  #news .container {
    display: block;
  }
  #news .container .ttl-box {
    width: auto;
  }
  #news .container .ttl-box .section__eyebrow {
    text-align: left;
    margin-left: 19px;
  }
  #news .container .ttl-box h2.section__title {
    text-align: left;
    margin: 0 0 30px;
  }
  #news .container .newsList {
    width: auto;
  }
  #news .container .newsList .newsItem {
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
  }
  #news .container .newsList .window.red span {
    position: relative;
    font-weight: normal;
  }
  #news .container .newsList .window.red span:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    background: url("../img/window-red.svg") center/contain no-repeat;
  }
  #news .container .newsList .window.red:after {
    display: none;
  }
  #news .container .newsList time {
    color: #AAAAAA;
    font-size: 14px;
    width: 92px;
    padding-bottom: 6px;
    display: block;
  }
  #news .container .newsItem:last-child {
    margin-bottom: 0px;
  }
  .newsItem__date {
    color: var(--muted);
    font-size: 13px;
  }
  .newsItem__title {
    font-weight: 600;
  }
  .attention {
    text-align: center;
    font-size: 14px;
    padding: 20px 0px;
  }
  /* Footer */
  .footer {
    background: var(--glay);
    color: #FFF;
    padding: 40px 0;
  }
  .footer .footer_logo {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer .footer_logo img {
    display: inline-block;
    width: 278px;
  }
  .footer__inner {
    display: block;
    text-align: center;
  }
  .footer__copy {
    margin: 0;
    font-size: 12px;
  }
}