@charset "UTF-8";
body {
  container: body/inline-size;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  line-height: normal;
  letter-spacing: 0px;
  background-color: var(--microsoft-pure-white);
  overflow: auto;
  overflow-x: hidden;
}
body * {
  font-family: FujitsuInfinityPro-Regular, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
  color: #231815;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

strong {
  font-weight: 600;
}

ol {
  list-style-type: decimal;
}

ol li {
  margin-bottom: 15px;
  margin-left: 8px;
}

.header {
  height: auto;
  display: inline-block;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  color: var(--microsoft-pure-white);
  background: url(../assets/windows11_header.jpg) center/cover no-repeat;
  padding: 0px;
}

.hero {
  display: flex;
  gap: 35px;
  padding: 110px 0 95px;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.header-col-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  flex-grow: 1;
  padding: 0;
  padding-right: 0;
}

.header-col-right {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 0;
  height: 100%;
}

.header-copilot-plus {
  width: 100%;
  max-width: 18.0998196031vw;
  flex-shrink: 0;
}

.header-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-business-ready {
  align-self: stretch;
  font-size: 50px;
  font-weight: 600;
}
.header-business-ready + p {
  color: #091f2c;
  font-size: 16px;
  line-height: 1.75;
  margin: 20px 0 30px;
}

.header-btn-shop-now {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  background-color: #3d5f5e;
}

video, iframe {
  border-radius: 16px;
  overflow: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-circle {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: var(--microsoft-pure-white);
  border-radius: 50%;
}

.header-graphic {
  position: absolute;
  top: 32%;
  left: 37%;
  width: 31%;
}

a.btn {
  padding-right: 20px;
  padding-left: 20px;
  display: inline-flex;
  transition: 0.3s;
}
a.btn.bg-pink {
  background: #fb25cf;
  color: #fff;
  font-weight: 600;
}
a.btn:hover {
  opacity: 0.7;
}

.col1 {
  background: url(../assets/11_back001.jpg) no-repeat center;
  background-size: cover;
}

.flex-section .flex {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  gap: 55px;
  display: flex;
  align-items: center;
}
.flex-section .flex img {
  max-width: 576px;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-section .flex img.windows-fy25-commr1 {
  height: 332px;
}
.flex-section .flex img.windows-fy25-commr2 {
  height: 527px;
}
.flex-section .flex img.windows-fy25-commr3-2 {
  height: 408px;
}
.flex-section .flex img.windows-fy25-commr4 {
  height: 335px;
}
.flex-section .flex .txt {
  max-width: 547px;
  width: 100%;
}
.flex-section .flex .txt h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 23px;
  line-height: 1.3333333333;
}
.flex-section .flex .txt p {
  font-size: 16px;
  line-height: 1.75;
}
.flex-section .flex .txt p + p {
  margin-top: 20px;
}
.flex-section .flex .txt .pink {
  color: #fb25cf;
}
.flex-section .flex .txt .pink strong {
  color: inherit;
}
.flex-section .flex .txt .btn {
  margin-top: 20px;
  width: 345px;
  justify-content: center;
}
.flex-section .flex + .flex {
  margin-top: 45px;
  flex-direction: row-reverse;
}
.flex-section .flex.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flex-section .flex {
    max-width: 100%;
    gap: 30px;
    flex-direction: column;
  }
  .flex-section .flex img {
    max-width: 100%;
  }
  .flex-section .flex img.windows-fy25-commr1 {
    height: 370px;
  }
  .flex-section .flex img.windows-fy25-commr2 {
    height: 400px;
  }
  .flex-section .flex img.windows-fy25-commr3-2 {
    height: 450px;
  }
  .flex-section .flex img.windows-fy25-commr4 {
    height: 325px;
  }
  .flex-section .flex .txt {
    max-width: 100%;
  }
  .flex-section .flex .txt h2 {
    margin-bottom: 20px;
  }
  .flex-section .flex .txt .btn {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    font-size: 24px;
    line-height: normal;
    padding: 0 25px;
  }
  .flex-section .flex + .flex {
    margin-top: 40px;
    flex-direction: column;
  }
  .flex-section .flex.reverse {
    flex-direction: column;
  }
}

.row {
  background: url(../assets/card.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}
.row img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.row .inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 7.3825503356vw 0;
}
.row .inner .txt {
  margin: 0 auto;
  margin-right: 0;
  max-width: 547px;
  width: 100%;
}
.row .inner .txt h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
.row .inner .txt p {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 750px) {
  .row img {
    position: static;
    height: auto;
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .row .inner {
    max-width: 100%;
    padding: 40px;
  }
  .row .inner .txt {
    margin-right: auto;
    max-width: 100%;
  }
}

.col3 {
  background: url(../assets/card-2.png) no-repeat;
  background-size: cover;
}

.col4 {
  background: url(../assets/11_back002.jpg) no-repeat;
  background-size: cover;
}

.card-left-col-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  color: #ff00d0;
  font-weight: 400;
}

.card-left-title {
  font-size: 36px;
  font-weight: 600;
}

.card-left-text {
  font-size: 16px;
  line-height: 1.75;
}

.card-left-btn-shop-now {
  color: var(--microsoft-pure-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  background-color: #273963;
}

.windows-fy25-commr1 {
  width: 100%;
  min-width: 0;
  flex-grow: 1;
  align-self: safe center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.footer {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  background: url(../assets/11_back005.jpg);
  background-size: cover;
  padding: 64px 112px;
}

.footer-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.footer-copilot-plus {
  width: 223px;
  flex-shrink: 0;
}

.footer-text {
  flex-grow: 1;
}
.footer-text a {
  transition: 0.3s;
  text-decoration: underline;
}
.footer-text a:hover {
  opacity: 0.7;
}

/** breakpoints (margin / paddings) **/
@media screen and (max-width: 1280px) {
  .header {
    padding: 0;
  }
  .hero {
    max-width: 1000px;
  }
  .header-col-left .header-business-ready {
    font-size: 40px;
  }
  .header-col-right {
    padding: 0;
    width: 95%;
  }
  .row2, .col2, .section {
    padding-inline: var(--margin-md);
  }
  .card-left {
    padding-inline: var(--margin-md);
  }
  .footer {
    padding-inline: var(--margin-md);
  }
}
/* container queries (flex rows) */
@container body (width < 1439px) {
  .header {
    height: unset;
    flex-direction: column;
    align-items: flex-start;
    gap: 58px;
  }
}
@container body (width < 1439px) {
  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.breadcrumb-wrapper {
  max-width: 1280px;
  margin: 16px auto 0;
  display: flex;
  width: 100%;
}
.breadcrumb-wrapper * {
  font-family: FujitsuSans, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif !important;
  line-height: 1.6 !important;
}
.breadcrumb-wrapper .breadcrumb {
  list-style-type: none;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -12px -36px;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb * {
  font-size: 12px;
}
.breadcrumb-wrapper .breadcrumb a {
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb > li {
  line-height: 1.5;
  margin: 0 0 12px 36px;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb > li > span {
  font-weight: 700;
}
.breadcrumb-wrapper .breadcrumb > li::before, .breadcrumb-wrapper .breadcrumb > li::after {
  display: block;
  position: absolute;
  content: "";
  right: -22px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #000;
}
.breadcrumb-wrapper .breadcrumb > li::before {
  transform: rotate(30deg);
  margin-top: -4px;
}
.breadcrumb-wrapper .breadcrumb > li::after {
  transform: rotate(150deg);
}
.breadcrumb-wrapper .breadcrumb > li:last-child::before, .breadcrumb-wrapper .breadcrumb > li:last-child::after {
  display: none;
}

.fmw-relatedlinks {
  margin: 20px auto 30px;
  max-width: 1280px;
  width: 100%;
}
.fmw-relatedlinks ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fmw-relatedlinks ul li.mt--8 {
  margin-top: 8px;
}
.fmw-relatedlinks ul li.mr--10 {
  margin-right: -10px;
}

.footer * {
  color: #fff;
}
.footer .footer-contents p {
  margin-left: -15px;
}

.footer-contents p {
  margin-left: -15px;
}

#footer #footer-group-bylaw .copyright a {
  font-size: 14px;
}

#footer-conversion {
  margin-top: 0;
}

.lineup-area h3 span {
  font-size: 25.61px;
}
.lineup-area p.win11message {
  font-size: 13px;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
}
.lineup-area li p {
  font-size: 14.3px;
}

.lineup-area,
#intel_fund {
  margin-bottom: 0;
}

.btn {
  padding: 0 17px 0 17px;
  font-size: 18px;
  line-height: 1;
  height: 58px;
  display: flex;
  align-items: center;
  color: #fff;
}

.contact-area {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1180px;
  background: #efefef;
  margin: 80px auto;
  width: 100%;
  justify-content: center;
}
.contact-area .div-inner {
  padding: 40px 55px 50px;
  width: 100%;
}
.contact-area .div-inner h2 {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.contact-area .div-inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-area .div-inner ul li a {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 24px;
}
.contact-area .div-inner ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.contact-area .div-inner ul li a:before, .contact-area .div-inner ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000;
  transform: translateY(-50%);
  transform-origin: 100% 50%;
}
.contact-area .div-inner ul li a:before {
  transform: rotate(45deg) translateY(-50%);
}
.contact-area .div-inner ul li a:after {
  transform: rotate(-45deg) translateY(-50%);
}
.contact-area .div-inner ul li a span {
  font-weight: bold;
}

.fmw-nav-wrapper {
  background: #000;
}
.fmw-nav-wrapper * {
  font-size: 1.6rem !important;
  font-family: FujitsuInfinityPro-Regular, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.6 !important;
}
.fmw-nav-wrapper .fmw-nav {
  margin: 0 auto;
}

@media (max-width: 750px) {
  .breadcrumb-wrapper,
  .fmw-relatedlinks,
  .fmw-nav-wrapper {
    display: none;
  }
  .footer-contents p {
    margin-left: -15px;
  }
  #footer #footer-group-bylaw .copyright a {
    font-size: 14px;
  }
  #footer-conversion {
    margin-top: 0;
  }
  .lineup-area h3 span {
    font-size: 25.61px;
  }
  .lineup-area p.win11message {
    font-size: 13px;
  }
  .lineup-area li p {
    font-size: 14.3px;
  }
  .lineup-area,
  #intel_fund {
    margin-bottom: 0;
  }
  .contact-area {
    gap: 80px;
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .contact-area .div-inner {
    padding: 40px;
    width: 100%;
  }
  .contact-area .div-inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contact-area .div-inner ul li a {
    font-size: 16px;
  }
  .contact-area .div-inner ul li a:before, .contact-area .div-inner ul li a:after {
    top: 50%;
    width: 10px;
  }
}
/*--------------------------
lineup-area
---------------------------*/
.lineup-area {
  margin-top: -20px;
}
.lineup-area h3 {
  text-align: center;
  font-size: 197%;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.lineup-area h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  z-index: 2;
}
.lineup-area h3:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}
.lineup-area p.lead {
  text-align: center;
  font-size: 138.5%;
  margin-bottom: 20px;
}
.lineup-area ul {
  overflow: hidden;
}
.lineup-area li {
  float: left;
  width: 196px;
  padding: 14px 0;
  box-sizing: border-box;
  text-align: center;
}
.lineup-area li:first-child {
  border-left: 0;
}
.lineup-area li p {
  margin-top: 5px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
}
.lineup-area li p span {
  font-size: 12.155px;
}
.lineup-area .logo_win_f > img {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 400px;
}
.lineup-area p.win11message {
  text-align: center;
  color: #0078d4;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .lineup-area {
    margin-bottom: 40px;
  }
  .lineup-area h3 {
    text-align: center;
    font-size: 14.65px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.4;
  }
  .lineup-area h3 span {
    display: inline-block;
    width: 300px;
    padding: 0;
    white-space: nowrap;
    font-size: 14.65px;
  }
  .lineup-area p.lead {
    text-align: center;
    font-size: 118%;
    margin-bottom: 0px;
  }
  .lineup-area ul {
    overflow: hidden;
  }
  .lineup-area li {
    float: left;
    width: 50%;
    padding: 14px 0;
    box-sizing: border-box;
    /*border-left: 1px solid #ddd;*/
    text-align: center;
  }
  .lineup-area li:first-child {
    border-left: 0;
  }
  .lineup-area li:nth-child(3) {
    clear: both;
  }
  .lineup-area li p {
    margin-top: 5px;
    padding: 0 10px;
    text-align: left;
    font-size: 11px;
  }
  .lineup-area li p span {
    font-size: 9.35px;
  }
  .lineup-area li img {
    width: 100%;
  }
  .lineup-area .logo_win_f {
    text-align: left;
  }
  .lineup-area .logo_win_f-img {
    width: 280px;
  }
  .lineup-area .logo_win_f > img {
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 280px;
  }
  .lineup-area p.win11message {
    text-align: center;
    color: #0078d4;
    font-size: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .hero {
    flex-direction: column;
    height: auto;
    padding: 0 15px;
  }
  .header {
    padding: 40px 0;
  }
  .header-copilot-plus {
    max-width: 250px;
    margin-left: 25px;
  }
  .section {
    padding: 60px 40px;
  }
  .header-frame-right {
    padding: 0;
    width: 100%;
  }
  .header-col-left {
    width: 100%;
    padding: 0px;
    gap: 60px;
  }
  .header-col-left .header-business-ready {
    font-size: 30px;
  }
  .header-col-right {
    min-height: 250px;
  }
  .card-left-wrapper {
    padding: 0;
  }
  .card-left {
    padding: 40px;
  }
  .footer {
    padding: 40px;
    text-align: left;
    align-items: flex-start;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer-text {
    margin-top: 15px;
  }
  .text, .column-title, .card-left-title {
    font-size: 36px;
  }
}
.Page-Top {
  width: 56px;
  height: 56px;
  bottom: 15%;
  right: 0;
}
.Page-Top a img {
  border-radius: unset;
  box-shadow: unset;
}

sup {
  font-size: 10px;
}

footer * {
  font-family: "Noto Sans Japanese", sans-serif;
}
footer #footer-group-bylaw .copyright small a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
}/*# sourceMappingURL=style.css.map */