body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  
  background: #FFF;
  
  position: relative;
  overflow-x: hidden;
}

.sp {
  display: none;
}

main {
  overflow: hidden;
  position: relative;
}

.sp {
  display: none;
}

main > section {
  position: relative;
}
main > section .section-inner {
  width: 1600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 96px 0;
}
main > section .content {
  width: 1280px;
  margin: 0 auto;
}

#section_top .section-inner {
  min-height: 700px;
  background-image: url(../images/bg-top-visual.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 170px;
  padding-bottom: 0;
}
#section_top .section-inner {
}
#section_top h1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 42px;
  width: 55%;
}
#section_top p.lead {
  margin-top: 20px;
  font-size: 16px;
  width: 50%;
}
#section_top figure {
  margin-top: 40px;
}
#section_top p.recommend {
  margin-top: 10px;
  padding-left: 140px;
  font-size: 16px;
  width: 40%;
}
#section_top .bar-blue {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: rgb(2, 75, 216);

  height: 115px;
  width: 590px;
  z-index: -1;
  
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  margin: 0;
  padding: 0;
}

main > section h2.common {
  border-top: 7px solid #000;
  border-bottom: 7px solid #000;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 72px;
  font-size: 28px;
}

#section_secure,
#section_automate, 
#section_inquiry,  
#section_system,
#section_inquiry2 {
  background: rgb(245, 244, 244);
}

section .content .columns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#section_secure .columns .video {
  width: 100%;
  max-width: 506px;
  flex-shrink: 1;
  aspect-ratio: 16/9;
}
#section_secure .columns .video > * {
  max-width: 506px;
  width: 100%;
  height: 100%;
}
img.video-thumbnail {
  cursor: pointer;
}
#section_secure .columns .text {
  min-width: 520px;
  width: 520px;
  font-size: 16px;
  margin-right: 64px;
}
#section_secure .columns .text p + p {
  margin-top: 30px;
}



#section_enablement .section-inner,
#section_function .section-inner {
  padding-left: 20px;
  padding-right: 20px;
}
#section_enablement .content,
#section_function .content {
  border: 1px solid rgb(10, 80, 154);
  background: rgb(237, 252, 252);
  padding: 64px 0;
}
#section_enablement .content h2,
#section_function .content h2 {
  text-align: center;
  font-size: 24px;
}
#section_enablement .content .blocks,
#section_function .content .blocks {
  list-style: none;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#section_function .content .blocks {
  flex-wrap: wrap;
}
#section_enablement .content .blocks > *,
#section_function .content .blocks > * {
  width: 344px;
  background: #fff;
  margin: 13px;
  padding: 16px 26px;
}
#section_enablement .content .blocks > * p.caption,
#section_function .content .blocks > * p.caption {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#section_enablement .content .blocks > * figure,
#section_function .content .blocks > * figure {
  text-align: center;
  aspect-ratio: 2/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section_enablement .content .blocks > * figure img,
#section_function .content .blocks > * figure img {
  max-width: 100%;
  margin: auto 0;
  display: inline-block;
}
#section_enablement .content .blocks > * .note,
#section_function .content .blocks > * .note {
  font-size: 14px;
}


#section_function .section-inner {
  padding-top: 0;
}
#section_function .content {
  border: 1px solid rgb(172, 106, 0);
  background: rgb(252, 245, 237);
  padding: 64px 0;
}
#section_function .content p.lead {
  margin-top: 28px;
  text-align: center;
  font-size: 22px;
}



#section_automate p.lead {
  width: 780px;
  margin: 0 auto;
}

#section_automate .blocks {
  list-style: none;
  margin-top: 70px;
  background: #fff;
  border-radius: 18px;
  padding: 54px 0;
  display: flex;
  justify-content: center;
}
#section_automate .blocks > * {
  min-width: 260px;
  width: 260px;
  flex-grow: 0;
  margin: 0 17px;
}
#section_automate .blocks > * p.caption {
  border: 2px solid #000;
  margin-top: 24px;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#section_automate .blocks > * p.caption small {
  font-size: 14px;
  margin-left: 8px;
}
#section_automate .blocks > * .purposes {
  list-style: "● ";
  margin-top: 8px;
  padding-left: 24px;
}
#section_automate .blocks > * .sub {
  list-style: "・";
  padding-left: 14px;
}


#section_inquiry .section-inner {
  padding-top: 0;
  text-align: center;
}
button.button_inquiry {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 252px;
  height: 48px;
  border-radius: 8px;
  border: none;
  text-align: left;
  padding-left: 24px;
  
  background-color: #000;
  background-image: url(../images/bg-button-arrow.png);
  background-repeat: no-repeat;
  background-position: right 7px bottom 7px;
  
  cursor: pointer;
}
button.button_inquiry:hover {
  background-color: rgb(82, 82, 82);
}
button.button_inquiry:active {
  background-color: rgb(42, 42, 42);
}


#section_process .columns .image {
  max-width: 860px;
  flex-grow: 0;
}
#section_process .columns .text {
  /*! flex-grow: 1; */
  font-size: 16px;
  margin-right: 60px;
  width: 360px;
}
#section_process .columns .text dl {
  margin-top: 26px;
}
#section_process .columns .text dl dt {
  font-weight: bold;
}
#section_process .columns .text dl dd {
  margin-left: 18px;
}



#section_system .columns .image {
  max-width: 860px;
  flex-grow: 0;
  /*! flex-basis: 860px; */
}
#section_system .columns .image note {
  border: 2px solid #000;
  display: block;
  padding: 4px 8px;
  font-size: 20px;
}
#section_system .columns .text {
  flex-grow: 1;
  font-size: 16px;
  margin-right: 60px;
  width: 360px;
}
#section_system .columns .text .list-title {
  margin-top: 30px;
  font-weight: bold;
}
#section_system .columns .text ul {
  list-style: "● ";
  padding-left: 20px;
}


#section_workstation .section-inner {
  background-image: url(../images/bg-workstation.png);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 1080px;
  
  padding-top: 128px;
}
#section_workstation .content {
  padding-left: 580px;
}
#section_workstation h2 {
  font-weight:bold;
  font-size: 32px;
}
#section_workstation .appeals {
  margin-top: 56px;
}
#section_workstation .appeals dt {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 4px solid #000;
  width: min-content;
  min-width: 20em;
}
#section_workstation .appeals dd {
  margin-top: 10px;
  margin-bottom: 24px;
}
#section_workstation .banner {
  text-align: center;
  background: rgb(77, 118, 132);
  color: #fff;
  padding: 8px 0 20px;
  font-size: 32px;
  font-weight: bold;
}
#section_workstation .banner sup {
  font-size: 16px;
}
#section_workstation .banner note {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
#section_workstation .content > note {
  display: block;
  margin-top: 32px;
}
#section_workstation .content > note.sp {
  display: none;
}
#section_workstation .list-title {
  margin-top: 50px;
  font-weight: bold;
}
#section_workstation dl.config dt {
  font-weight: bold;
}


#section_inquiry2 {
  text-align: center;
}
#section_inquiry2 .contact {
  margin: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
#section_inquiry2 .contact a {
  text-decoration: none;
  color: #000;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}
#section_inquiry2 .contact a:hover {
  color: #666;
}


#section_recommend {
  background: #000;
}
#section_recommend .content {
  background: #fff;
  padding: 80px 96px;
}
#section_recommend h2 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;

  font-size: 28px;
  font-weight: bold;
  
  background: rgb(255, 100, 80);
  width: 640px;
  padding: 10px 0;
  
  overflow: visible;
}

#section_recommend h2:after{
  content: "";
  position: absolute;
  right: 25%;
  bottom: -35px;
  height: 35px;
  width: 35px;
  
  background-image: url(../images/bg-caption-arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#section_recommend h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}
#section_recommend h3::before,
#section_recommend h3::after {
  content: "";
  display: block;
  height: 1px;
  border-top: 5px solid #000;
  flex-grow: 1;
}
#section_recommend h3 span{
  flex-grow: 0;
  margin: 0 26px;
}

#section_recommend .columns {
  margin-top: 50px;
  margin-bottom: 100px;
  flex-direction: row-reverse;
}
#section_recommend .columns .logo {
  width: 600px;
  min-width: 600px;
  flex-shrink: 0;
}
#section_recommend .columns .logo figure {
  margin-top: 54px;
}
#section_recommend .columns .logo note {
  display: block;
  text-align: right;
  margin-top: 110px;
  margin-right: 20px;
}
#section_recommend .columns .image {
}

#section_recommend .blocks {
  list-style: none;
  display: flex;
  justify-content: center;
}
#section_recommend .blocks > * {
  margin: 30px 16px 0 16px;
}
#section_recommend .blocks > * img {
  max-width: 100%;
}

footer {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer_list {
  list-style: none;
  display: flex;
  justify-content: center;
}
.footer_list > li:not(:last-child)::after {
  content: "|";
  margin: 0 20px;
}
.footer_list a {
  color: #000;
  text-decoration: none;
}
.footer_list a:hover {
  color: #777;
  text-decoration: underline;
}
.copyright {
  margin-top: 16px;
}


/* ==================================================
 * w < 1280px
 * ================================================== */
@media screen and (max-width: 1279.9px) {
  main > section .section-inner {
    width: 100%;
  }
  main > section .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #section_top .section-inner {
    padding-top: 0;
    padding-bottom: 560px;
    background-image: url(../images/bg-top-visual-sp.png);
    background-position: right bottom;
  }
  #section_top h1 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #section_top p.lead {
    width: 600px;
    margin: 0 auto;
    margin-top: 40px;
  }
  #section_top .bar-blue {
    position: initial;
    height: 44px;
    width: 35%;
  }
  #section_top .hp_win11_logo {
    text-align: center;
  }
  #section_top .hp_win11_logo img {
    display: inline-block;
  }
  #section_top p.recommend {
    text-align: center;
    width: 100%;
    padding-left: 160px;
  }
  
  
  #section_workstation .section-inner {
    background-image: url(../images/bg-workstation-sp.png);
    padding-top: 430px;
  }
  #section_workstation .content {
    padding-left: 60px;
    padding-right: 60px;
  }
  #section_workstation h2 {
    text-align: center;
  }
  #section_workstation .appeals {
    margin-left: 80px;
    margin-right: 80px;
  }
  #section_workstation .list-title,
  #section_workstation .config {
    margin-left: 80px;
    margin-right: 80px;
  }
  #section_workstation .config dd {
    margin-bottom: 20px;
  }
  #section_workstation .banner {
    margin-top: 60px;
  }
  #section_workstation .content > note {
    margin-top: 10px;
    margin-bottom: 70px;
  }
  #section_workstation .pc {
    display: none !important;
  }
  #section_workstation .content > note.sp {
    display: block;
  }
  
}

@media screen and (max-width: 1120px) {
  
  section .content .columns {
    display: block;
  }
    
  #section_secure .content {
  }
  #section_secure .columns .text {
    margin: 0 auto;
    width: 100%;
    min-width: auto;
    max-width: 500px;
  }
  #section_secure .columns .video {
    max-width: 500px;
    margin: 80px auto 0 auto;
    text-align: center;
  }
  #section_secure .columns .video video {
    display: inline-block;
  }
  
  #section_enablement .section-inner,
  #section_function .section-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  #section_enablement .content,
  #section_function .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #section_enablement .content .blocks {
    flex-wrap: wrap;
  }
  #section_enablement .content .blocks > *,
  #section_function .content .blocks > * {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 60px;
  }
  #section_enablement .content .blocks > * + *,
  #section_function .content .blocks > * + * {
    margin-top: 50px;
  }
  #section_enablement .content .blocks > * figure ,
  #section_function .content .blocks > * figure {
    aspect-ratio: initial;
  }
  
  #section_automate .blocks {
    flex-wrap: wrap;
    max-width: 800px;
    
    margin-left: auto;
    margin-right: auto;
  }
  #section_automate .blocks > * {
    margin-bottom: 40px;
  }
  
  #section_automate p.lead {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  
  #section_process .columns .text {
    margin: 0 auto;
    width: 100%;
    min-width: initial;
    max-width: 500px;
  }
  #section_process .columns .image {
    width: 100%;
    max-width: 630px;
    margin: 80px auto 0 auto;
    text-align: center;
  } 
  
  #section_system .columns .text {
    margin: 0 auto;
    width: 100%;
    min-width: auto;
    max-width: 500px;
  }
  #section_system .columns .image {
    width: 100%;
    max-width: 630px;
    margin: 80px auto 0 auto;
    text-align: center;
  }
  
  
  #section_recommend .section-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  #section_recommend .content {
    padding-left: 60px;
    padding-right: 60px;
  }
  #section_recommend h2 {
    max-width: 100%;
  }
  #section_recommend .columns {
    display: block;
  }
  #section_recommend .columns > * {
    text-align: center;
  }
  #section_recommend figure img {
    display: inline-block;
  }
  #section_recommend .columns .logo {
    width: 100%;
    min-width: auto;
  }
  #section_recommend .columns .logo note {
    text-align: center;
    margin: 70px 0 0 0;
  }
}
  
/* ==================================================
 * w <= 812px
 * ================================================== */
@media screen and (max-width: 812px) {

  br.sp {
    display: initial;
  }
  
  #section_top .section-inner {
    padding-bottom: calc(100vw * 0.73);
    background-size: contain;
  }
  #section_top h1 {
    font-size: 30px;
  }
  
  #section_automate p.lead {
    width: 500px;
    padding: 0;
  }
  #section_automate .blocks {
    display: block;
    width: 100%;
    max-width: initial;
    align-items: center;
  }
  #section_automate .blocks > * {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: stretch;
  }
  #section_automate .blocks > * > figure {
    flex-grow: 0;
  }
  #section_automate .blocks > * > div {
    flex-grow: 1;
    margin-left: 20px;
  }
  #section_automate .blocks > * p.caption {
    margin-top: 0;
  }
  
  
  #section_workstation .section-inner {
    background-size: contain;
    padding-top: calc(100vw * 0.58);
  }
  #section_workstation .content {
    padding-left: 20px;
    padding-right: 20px;
    
  }
  #section_workstation .appeals {
    max-width: 480px;
    margin: 80px auto;
  }
  #section_workstation .appeals dt {
    width: 100%;
    min-width: initial;
  }
  #section_workstation .banner {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
  }
  #section_workstation .list-title,
  #section_workstation .config {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
  }
  
  #section_recommend .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #section_recommend .content-inner {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #section_recommend h3 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 4px solid #000;
  }
  #section_recommend h3:before,
  #section_recommend h3:after {
    display: none;
  }
  #section_recommend h3 span {
    margin: 0;
  }
  #section_recommend .blocks {
    display: block;
    text-align: center;
  }
  #section_recommend .blocks img {
    display: inline-block;
  }
  #section_recommend .logo .appeal-copilot,
  #section_recommend .logo note {
    font-size: 14px;
  }

  .footer_list {
    display: block;
  }
  .footer_list > li {
    margin-bottom: 20px;
  }
  .footer_list > li:not(:last-child)::after {
    content: normal;
    display: none
  }
  .footer_list a {
    color: #000;
    text-decoration: none;
  }
}
/* ==================================================
 * w <= 480px
 * ================================================== */
@media screen and (max-width: 480px) {
  h2 br,
  h3 br {
    display: none !important;;
  }
  
  
  #section_top p.lead {
    margin: 70px 0 0;
    width: auto;
  }
  #section_top p.recommend {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  
  #section_enablement .section-inner,
  #section_function .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #section_enablement .content,
  #section_function .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #section_enablement .content .blocks > *,
  #section_function .content .blocks > * {
    min-width: auto;
    margin: 20px auto;
    padding: 40px 20px;
  }
  
  #section_automate .content .blocks > * {
    display: block;
  }
  #section_automate .content .blocks > * > figure {
    text-align: center;
  }
  #section_automate .content .blocks > * > figure img {
    display: inline-block;
  }
  #section_automate .content .blocks > * > div {
    margin: 20px 20px 0;
  }
  
  #section_workstation .banner br {
    display: none;
  }
  
  #section_recommend .section-inner {
    padding-left: 20px;
    padding-right: 20px;    
  }
}