#contents {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.photobox01 {
  max-width: 645px;
  margin: 0 auto clamp(3rem, 5.5vw, 8rem);
  position: relative;
  padding-top: 5rem;
}
.photobox01::before {
  content: "";
  width: 100vw;
  height: calc(100% - 5rem);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #EEF6F7;
  z-index: -1;
}

/* businessTop
------------------------------------ */
#businessTop #panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 7.8%;
  gap: 40px;
  margin-top: 10rem;
}
#businessTop #panel section a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
  transition: 0.3s;
}
#businessTop #panel section a hgroup {
  order: 2;
  display: grid;
  grid-template-columns: auto 3.3rem;
  grid-template-rows: 1fr auto;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #F5F5F5;
  padding-bottom: 1rem;
}
#businessTop #panel section a hgroup::after {
  content: "";
  display: block;
  width: 3.3rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_arrow_03.png) no-repeat center/contain;
  position: absolute;
  grid-row: 1/3;
  grid-column: 2/3;
}
#businessTop #panel section a hgroup::before {
  content: "";
  width: 10rem;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #1D88B9;
  transition: 1s;
}
#businessTop #panel section a hgroup .en {
  font-family: "Red Hat Display", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-left: -0.05em;
  margin-block: calc((1cap - 1lh) / 2);
  margin-bottom: 0;
  color: #1D88B9;
  grid-row: 1/2;
  grid-column: 1/2;
}
#businessTop #panel section a hgroup h3 {
  order: 2;
  margin-bottom: 0;
  color: #1D88B9;
  font-size: 2.6rem;
  grid-row: 2/3;
  grid-column: 1/2;
}
#businessTop #panel section a:hover {
  opacity: 1;
}
#businessTop #panel section a:hover hgroup::before {
  width: 100%;
}
#businessTop #panel section a .image {
  order: 1;
}
#businessTop #panel section a .disc {
  order: 3;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #businessTop #panel {
    grid-template-columns: 1fr;
  }
  #businessTop #panel section {
    padding-bottom: 0rem;
  }
}

/* devicesales
------------------------------------ */
#devicesales .text {
  max-width: 870px;
  margin: 0 auto;
}

/* startup
------------------------------------ */
#startup .leadblock {
  max-width: 870px;
  margin: 0 auto;
}
#startup .leadblock .lead {
  font-size: clamp(2rem, 2.36vw, 3.4rem);
  color: #1D88B9;
  margin-bottom: 3rem;
}
#startup .leadblock .theme {
  background: #EEF6F7;
  border-radius: 8px;
  padding: 3rem;
  margin: 3rem auto;
}
#startup .leadblock .theme ul {
  color: #1D88B9;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
}
#startup .scope {
  position: relative;
  padding: clamp(3rem, 5.5vw, 8rem) 2rem;
  max-width: 1100px;
  margin: clamp(3rem, 5.5vw, 8rem) auto;
}
#startup .scope::before {
  content: "";
  width: calc(100vw - 4rem);
  background: #314D68;
  border-radius: 8px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
#startup .scope dl {
  display: grid;
  grid-template-columns: 18% 1fr 18% 1fr;
  gap: clamp(3rem, 5.5vw, 8rem) 3rem;
}
#startup .scope dl dt {
  aspect-ratio: 1/1;
  background: url(/lib/img/business/startup/bg_scope.webp) no-repeat center/cover;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 8px;
  font-weight: 500;
  color: #192D51;
}
#startup .scope dl dd {
  color: #FFF;
  display: flex;
  align-items: center;
}
#startup .scope .link {
  border-radius: 5px;
  margin-top: clamp(3rem, 5.5vw, 8rem);
}
#startup .scope .link a {
  border-radius: 5px;
  background: rgba(29, 136, 185, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  color: #FFF;
  font-size: 2rem;
  margin-block: calc((1cap - 1lh) / 2);
}
#startup .scope .link a::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 3px;
  background: #FFF url(/lib/img/cmn/icon_arrow_02.png) no-repeat center/contain;
}
#startup .flow h3 {
  font-size: 2.2rem;
  color: #1D88B9;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 3rem;
}
#startup .flow > ol > li {
  margin-bottom: 2rem;
}
#startup .flow > ol > li dl {
  display: grid;
  grid-template-columns: 12% 1fr;
  grid-template-rows: 1fr auto;
}
#startup .flow > ol > li dl dt {
  text-align: center;
  background: #1D88B9;
  border-radius: 5px 0 0 5px;
  padding: 0.5rem 2rem;
  font-family: "Red Hat Display", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2rem;
  color: #FFF;
  text-transform: uppercase;
}
#startup .flow > ol > li dl dt span {
  font-size: 3.2rem;
}
#startup .flow > ol > li dl dd {
  padding: 0.5rem 2rem;
  background: #F3F3F3;
  border-radius: 0 5px 5px 0;
  color: #1D88B9;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
}
#startup .flow > ol > li dl .detail {
  grid-column: 2/3;
  background: none;
  padding: 2rem 2rem 0;
  color: #444444;
}
#startup .flow > ol > li dl .detail .dotlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
}
#startup .flow > ol > li dl .detail .dotlist li {
  min-width: calc(33% - 1.3333333333rem);
}
@media screen and (max-width: 1024px) {
  #startup .scope dl {
    display: grid;
    grid-template-columns: 20% 1fr 20% 1fr;
    gap: clamp(3rem, 5.5vw, 8rem) 1rem;
  }
  #startup .scope dl dt {
    font-size: 1.4rem;
  }
  #startup .scope dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #startup .scope dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #startup .scope dl dt {
    font-size: 1.6rem;
    aspect-ratio: auto;
  }
  #startup .scope dl dd {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  #startup .flow > ol > li {
    margin-bottom: 2rem;
  }
  #startup .flow > ol > li dl {
    grid-template-columns: 20% 1fr;
  }
  #startup .flow > ol > li dl dt {
    padding: 0.5rem 0.5rem;
    font-size: 1.8rem;
  }
  #startup .flow > ol > li dl dt span {
    font-size: 2.6rem;
    padding-bottom: 0.5rem;
    display: block;
    margin-block: calc((1cap - 1lh) / 2);
  }
  #startup .flow > ol > li dl dd {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    font-size: 1.8rem;
  }
  #startup .flow > ol > li dl .detail {
    grid-column: 1/3;
    padding: 2rem 2rem 0;
  }
  #startup .flow > ol > li dl .detail .dotlist {
    width: 100%;
    font-size: 1.6rem;
  }
  #startup .flow > ol > li dl .detail .dotlist li {
    min-width: calc(33% - 1.3333333333rem);
  }
}

/* startupCase
------------------------------------ */
#startupCase section {
  margin-bottom: clamp(3rem, 5.5vw, 8rem);
}
#startupCase .caseHeader {
  color: #1D88B9;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: -0.05em;
  font-weight: 500;
  margin-bottom: clamp(1rem, 0.2vw, 3rem);
}
#startupCase .caseHeader span {
  font-size: 3.2rem;
}
#startupCase .caselist {
  width: 100%;
  border-collapse: collapse;
}
#startupCase .caselist th, #startupCase .caselist td {
  text-align: left;
  font-weight: normal;
  padding: 1.5rem 2rem;
  vertical-align: top;
}
#startupCase .caselist th {
  border-bottom: 2px solid #1B9CD3;
  color: #1B9CD3;
  font-weight: 500;
  width: 22%;
}
#startupCase .caselist td {
  width: 22%;
  border-bottom: 2px solid #F5F5F5;
}
#startupCase .caselist td:last-of-type {
  width: 56%;
}
#startupCase .caselist td .openwin {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #1B9CD3;
  text-decoration: underline;
}
#startupCase .caselist td .openwin::after {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_openwin_02.png) no-repeat center/contain;
  display: block;
}
#startupCase .caselist thead th {
  border-bottom: none;
  background: #314D68;
  color: #FFF;
}
#startupCase .olderList li {
  color: #1D88B9;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: -0.05em;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #F5F5F5;
}
#startupCase .olderList li span {
  font-size: 3.2rem;
}
#startupCase .backlink {
  margin-top: 4rem;
}
#startupCase .backlink a {
  display: block;
  padding: 1rem 3rem;
  background: #1D88B9;
  color: #FFF;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #startupCase .caseHeader {
    margin-bottom: 1rem;
  }
  #startupCase .tableCover {
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 2rem;
  }
  #startupCase .tableCover .caselist {
    white-space: nowrap;
    width: auto;
  }
  #startupCase .tableCover .caselist th, #startupCase .tableCover .caselist td {
    font-size: 1.4rem;
    padding: 1rem 1rem;
  }
}

/* radiationcontrol
------------------------------------ */
#radiationcontrol .lead {
  max-width: 870px;
  margin: 0 auto clamp(3rem, 5.5vw, 8rem);
}
#radiationcontrol .scope {
  padding-top: 2rem;
  position: relative;
  max-width: 1100px;
  margin: 0 auto clamp(3rem, 5.5vw, 8rem);
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: 1fr auto;
  gap: 1rem 4rem;
}
#radiationcontrol .scope::before, #radiationcontrol .scope::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
}
#radiationcontrol .scope::before {
  width: 100vw;
  background: #F5F5F5;
  left: 50%;
  transform: translateX(-50%);
}
#radiationcontrol .scope::after {
  width: 10rem;
  background: #1D88B9;
  left: 0;
}
#radiationcontrol .scope hgroup {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#radiationcontrol .scope hgroup span.num {
  color: #1D88B9;
  font-family: "Red Hat Display", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 5.8rem;
  font-weight: 500;
  padding-right: 2rem;
}
#radiationcontrol .scope h3 {
  font-size: clamp(1.8rem, 2.4vw, 3.4rem);
  align-items: center;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}
#radiationcontrol .scope h3 span.sub {
  font-size: clamp(1.4rem, 1.6vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  #radiationcontrol .scope {
    overflow: hidden;
    display: block;
  }
  #radiationcontrol .scope hgroup span.num {
    padding-right: 1rem;
  }
  #radiationcontrol .scope .photo {
    float: right;
    padding: 0 1rem;
    width: 120px;
  }
}

/* ventured
------------------------------------ */
#ventured .lead {
  max-width: 870px;
  margin: 0 auto clamp(3rem, 5.5vw, 8rem);
}
#ventured .opti {
  background: #E2F0F3;
  padding: clamp(2rem, 3vw, 4rem) clamp(2rem, 5.5vw, 8rem);
  border-radius: 8px;
}
#ventured .opti h3 {
  text-align: center;
  margin-bottom: clamp(2rem, 3vw, 4rem);
}
#ventured .opti h3 img {
  max-width: 203px;
}
#ventured .opti .youtube {
  margin: clamp(2rem, 3vw, 4rem) auto;
}
#ventured .opti .youtube iframe {
  aspect-ratio: 16/9;
  height: 100%;
  border-radius: 15px;
}
#ventured .opti .link a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #FFF;
  background: #1D88B9;
  padding: 1.5rem clamp(0.5rem, 2vw, 3rem);
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
}
#ventured .opti .link a::after {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(/lib/img/cmn/icon_openwin.png) no-repeat center/contain;
  display: block;
}