@charset "utf-8";

@media screen and (max-width: 980px) {
  html {
    min-width: auto;
  }
}

/*全体*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

* {
  font-family: "Noto Sans JP", serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

body {
  line-height: 1.5;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: normal;
}

main {
  padding-top: 90px;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 987px) {
  a:hover {
    opacity: 0.5;
  }
}

.sp-br {
  display: none;
}

@media screen and (max-width: 1380px) {
  html {
    scroll-padding-top: 70px;
  }

  main {
    padding-top: 70px;
  }
}

@media screen and (max-width: 986px) {
  .sp-br {
    display: inline;
  }

  .pc-br {
    display: none;
  }
}

/*header*/
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 90px;
  background-color: white;
  width: 100%;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: auto;
  padding: 0 20px;
  max-width: 1420px;
  height: 90px;
}

.header__logo-link {
  margin-right: auto;
}

.header__logo-link img {
  width: 140px;
}

.header__branding-image {
  width: 257px;
}

.header__menu-list {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}

.header__menu-link--slash::after {
  content: "/";
  position: relative;
  right: -8px;
}

.header__menu-link--contact {
  display: block;
  text-align: center;
  width: 160px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #FFF;
  background: #0a509a;
  border-radius: 10px;
}

/* ==== モバイル専用（`.is-mobile` クラスがついているとき） ==== */
body.is-mobile .header {
  height: 70px;
}

body.is-mobile .header__inner {
  gap: 20px;
  padding: 0 10px 0 26px;
  height: 70px;
}

body.is-mobile .header__logo-link img {
  width: 68px;
}

body.is-mobile .hamburger {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  width: 24px;
  cursor: pointer;
  z-index: 2;
}

body.is-mobile .hamburger span {
  width: 24px;
  height: 1px;
  background: #4c4c4c;
  transition: all .5s;
}

body.is-mobile .hamburger.toggle span:nth-of-type(1) {
  transform: translate(0px, 8px) rotate(45deg);
}

body.is-mobile .hamburger.toggle span:nth-of-type(2) {
  opacity: 0;
}

body.is-mobile .hamburger.toggle span:nth-of-type(3) {
  transform: translate(0px, -8px) rotate(-45deg);
}

body.is-mobile .header__nav {
  flex-direction: column;
  align-items: flex-start;
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 2;
  overflow-y: auto;
  padding-bottom: 80px;
  height: calc(100vh - 90px);
  background: #FFF;
  white-space: nowrap;
  transform: translateX(100%);
  transition: transform 0.5s;
}

body.is-mobile .header__nav.toggle {
  transform: translateX(0);
}

body.is-mobile .header__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.is-mobile .header__nav a {
  display: block;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}

body.is-mobile .header__nav .header__menu-link--contact {
  margin-top: 20px;
  padding: 0;
  font-size: 16px;
}

body.is-mobile .header__menu-link--slash::after {
  display: none;
}

body.is-mobile.no-scroll {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
}

/* ==== PC専用（`.is-mobile` がないとき） ==== */
body:not(.is-mobile) .hamburger {
  display: none !important;
}

body:not(.is-mobile) .header__nav {
  transform: none !important;
  position: static !important;
  height: auto !important;
  background: transparent !important;
  transition: none !important;
}

@media screen and (max-width: 700px) {
  .header__logo-link img {
    width: 90px;
  }

  .header__branding-image {
    width: 180px;
  }
}

/*fv*/
.fv {
  background: #fafaf5;
}

.fv__inner {
  margin: auto;
  padding: 88px 0;
  max-width: 1600px;
  width: 100%;
  background: url("copilotpc_img/fv-bg.png") no-repeat center/cover;
}

.fv__content {
  margin-left: 15.6%;
  color: #fff;
}

.fv__lead {
  padding: 16px 0 0 30px;
  width: 321px;
  height: 76px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  background: url("copilotpc_img/bubble.png") no-repeat center/contain;
}

.fv__title {
  margin: 0 auto 20px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
}

.fv__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.fv__img {
  margin: 30px auto 40px;
  width: 264px;
}

.fv__btns {
  display: flex;
  gap: 32px;
}

.fv__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  width: 250px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #000;
  background: #fcee21;
  border-radius: 22px;
}

a.fv__btn:hover {
    opacity: 1;
  }

.fv__btn::after {
  content: '';
  width: 16px;
  height: 14px;
  background: url("copilotpc_img/arrow-black.png") no-repeat center/contain;
}

.fv__note {
  margin: auto;
  padding-top: 12px;
  max-width: 1600px;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

.fv__note span {
  display: flex;
  margin: 0 30px 0 15.6%;
}

.fv__note span::before {
  content: '※';
}

@media screen and (max-width: 1026px) {
  .fv__inner {
    padding: 35px 30px;
    background: url("copilotpc_img/fv-bg-sp.png") no-repeat center/cover;
  }

  .fv__content {
    margin-left: 0;
  }

  .fv__lead {
    padding: 8px 0 0 16px;
    width: 172px;
    height: 41px;
    font-size: 10px;
  }

  .fv__title {
    margin: 0 auto 12px;
    font-size: 20px;
  }

  .fv__desc {
    font-size: 10px;
  }

  .fv__img {
    margin: 18px auto;
    width: 128px;
  }

  .fv__btns {
    gap: 8px;
  }

  .fv__btn {
    padding: 0 12px;
    width: 142px;
    height: 26px;
    font-size: 10px;
    line-height: 26px;
  }

  .fv__btn::after {
    width: 9px;
    height: 6px;
  }

  .fv__note {
    padding: 8px 30px 0;
    font-size: 10px;
    font-weight: 500;
  }

  .fv__note span {
    margin: 0;
  }
}

/*reason*/
.reason {
  padding: 52px 30px 0;
  background: #fafaf5;
}

.reason__inner {
  margin: auto;
  max-width: 966px;
  width: 100%;
}

.reason__title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.reason__title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url("copilotpc_img/reason-wave.png") no-repeat center/contain;
}

.reason__body {
  display: flex;
  gap: 66px;
  margin-top: 64px;
}

.reason__text {
  font-size: 16px;
  line-height: 1.6;
}

.reason__img {
  width: 450px;
}

@media screen and (max-width: 1026px) {
  .reason {
    padding: 42px 30px 0;
  }

  .reason__title {
    padding-bottom: 14px;
    font-size: 18px;
  }

  .reason__title::after {
    height: 6px;
    background: url("copilotpc_img/reason-wave-sp.png") no-repeat center/cover;
  }

  .reason__body {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 42px;
  }

  .reason__text {
    font-size: 13px;
    line-height: 1.84;
  }
}

/*cta*/
.cta {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 72px 30px;
}

.cta__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 30px;
  width: 300px;
  height: 55px;
  font-size: 17px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  background: #0a509a;
  border-radius: 27px;
}

.cta__btn::after {
  content: '';
  width: 21px;
  height: 17px;
  background: url("copilotpc_img/arrow-white.png") no-repeat center/contain;
}

.cta--light {
  background: #fafaf5;
}

@media screen and (max-width: 1026px) {
  .cta {
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 56px 30px;
  }

  .cta__btn {
    padding: 0 22px 0 25px;
    max-width: 312px;
    width: 100%;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }

  .cta__btn::after {
    width: 17px;
    height: 14px;
  }
}

/*hybrid*/
.hybrid {
  padding: 80px 30px;
  background: #99cce5;
}

.hybrid__inner {
  margin: auto;
  padding: 52px;
  max-width: 966px;
  width: 100%;
  background: #fafaf5;
  border: 4px solid #0a509a;
  border-radius: 30px;
}

.hybrid__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
}

.hybrid__title::before {
  content: '';
  width: 22px;
  height: 45px;
  background: url("copilotpc_img/brackets.png") no-repeat center/contain;
}

.hybrid__title::after {
  content: '';
  width: 22px;
  height: 45px;
  background: url("copilotpc_img/brackets.png") no-repeat center/contain;
  transform: scaleX(-1);
}

.hybrid__body {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.hybrid__text {
  font-size: 16px;
  line-height: 1.6;
}

.hybrid__img {
  width: 410px;
}

@media screen and (max-width: 1026px) {
  .hybrid {
    padding: 60px 30px;
  }

  .hybrid__inner {
    padding: 44px 20px;
  }

  .hybrid__title {
    font-size: 16px;
    line-height: 1.5;
  }

  .hybrid__title::before {
    width: 27px;
    height: 55px;
    background: url("copilotpc_img/brackets-sp.png") no-repeat center/contain;
  }

  .hybrid__title::after {
    width: 27px;
    height: 55px;
    background: url("copilotpc_img/brackets-sp.png") no-repeat center/contain;
  }

  .hybrid__body {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 24px;
  }

  .hybrid__text {
    font-size: 13px;
    line-height: 1.84;
  }
}

/*intel*/
.intel {
  padding: 96px 30px;
  background: #0a509a;
}

.intel__inner {
  margin: auto;
  max-width: 966px;
  width: 100%;
  color: #fff;
}

.intel__title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}

.intel__title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url("copilotpc_img/intel-wave.png") no-repeat center/contain;
}

.intel__title sup {
  font-size: 16px;
}

.intel__body {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 84px;
}

.intel__img {
  width: 342px;
}

.intel__lead {
  font-size: 20px;
  font-weight: 600;
}

.intel__list {
  margin-top: 12px;
  font-size: 16px;
}

@media screen and (max-width: 1026px) {
  .intel {
    padding: 50px 30px;
  }

  .intel__title {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .intel__title::after {
    height: 6px;
    background: url("copilotpc_img/intel-wave-sp.png") no-repeat center/contain;
  }

  .intel__title sup {
    font-size: 8px;
  }

  .intel__body {
    flex-direction: column;
    align-items: center;
    gap: 54px;
    margin-top: 45px;
  }

  .intel__img {
    width: 204px;
  }

  .intel__lead {
    font-size: 13px;
  }

  .intel__list {
    font-size: 13px;
  }
}

/*lineup*/
.lineup {
  padding: 68px 30px 114px;
  background: #fafaf5;
}

.lineup__inner {
  margin: auto;
  max-width: 966px;
  width: 100%;
}

.lineup__title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.lineup__title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url("copilotpc_img/lineup-wave.png") no-repeat center/contain;
}

.lineup__item {
  padding: 46px;
  background: #fff;
  border: 1px solid #0a509a;
}

.lineup__item + .lineup__item {
  margin-top: 42px;
}

.lineup__item-title {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
}

.lineup__list {
  margin: 58px auto 0;
  max-width: 966px;
  width: 100%;
}

.lineup__item-lead {
  text-align: center;
  margin: 20px auto 48px;
  font-size: 17px;
  line-height: 1.4;
}

.lineup__item-imgs {
  display: flex;
  gap: 132px;
  justify-content: center;
  align-items: center;
}

.lineup__item-img--1 {
  width: 238px;
}

.lineup__item-img--2 {
  width: 234px;
}

.lineup__item-img--logo {
  width: 254px;
}

.lineup__item-text {
  margin-top: 42px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1026px) {
  .lineup {
    padding: 30px 30px 80px;
  }

  .lineup__title {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .lineup__title::after {
    height: 6px;
    background: url("copilotpc_img/lineup-wave-sp.png") no-repeat center/contain;
  }

  .lineup__list {
    margin: 28px auto 0;
  }

  .lineup__item {
    padding: 26px;
  }

  .lineup__item + .lineup__item {
    margin-top: 20px;
  }

  .lineup__item-title {
    font-size: 18px;
    line-height: 1.83;
  }

  .lineup__item-lead {
    margin: 14px auto 26px;
    font-size: 12px;
  }

  .lineup__item-imgs {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .lineup__item-img--1 {
    width: 198px;
  }

  .lineup__item-img--2 {
    width: 208px;
  }

  .lineup__item-img--logo {
    width: 134px;
  }

  .lineup__item-text {
    margin-top: 34px;
    font-size: 12px;
    line-height: 1.84;
  }
}

/*smart*/
.smart {
  padding: 80px 30px;
  background: #0a509a;
}

.smart__inner {
  margin: auto;
  max-width: 966px;
  width: 100%;
}

.smart__title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.smart__title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url("copilotpc_img/smart-wave.png") no-repeat center/contain;
}

.smart__list {
  margin-top: 54px;
}

.smart__item {
  display: flex;
  gap: 48px;
  padding: 52px;
  background: #fff;
  border-radius: 55px;
}

.smart__item + .smart__item {
  margin-top: 10px;
}

.smart__item-title {
  display: flex;
  gap: 16px;
  font-size: 20px;
}

.smart__item-title::before {
  content: '';
  width: 28px;
  height: 28px;
}

.smart__item-title--1::before {
  background: url("copilotpc_img/no1.png") no-repeat center/contain;
}

.smart__item-title--2::before {
  background: url("copilotpc_img/no2.png") no-repeat center/contain;
}

.smart__item-title--3::before {
  background: url("copilotpc_img/no3.png") no-repeat center/contain;
}

.smart__item-title-text-inner {
  font-size: 24px;
  color: #0a509a;
}

.smart__item-text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.smart__item-img {
  width: 410px;
}

@media screen and (max-width: 1026px) {
  .smart {
    padding: 58px 30px;
  }

  .smart__title {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .smart__title::after {
    height: 6px;
    background: url("copilotpc_img/smart-wave-sp.png") no-repeat center/contain;
  }

  .smart__item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 20px 26px 32px;
    border-radius: 25px;
  }

  .smart__item-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
  }

  .smart__item-title-text-inner {
    font-size: 16px;
  }

  .smart__item-text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.84;
  }
}

/*companion */
.companion {
  padding: 86px 30px 68px;
  background: #fafaf5;
}

.companion__inner {
  margin: auto;
  max-width: 966px;
  width: 100%;
}

.companion__title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.companion__title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url("copilotpc_img/companion-wave.png") no-repeat center/contain;
}

.companion__body {
  display: flex;
  gap: 70px;
  margin-top: 58px;
}

.companion__text {
  font-size: 16px;
  line-height: 1.6;
}

.companion__img {
  width: 451px;
}

@media screen and (max-width: 1026px) {
  .companion {
    padding: 40px 30px;
  }

  .companion__title {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
  }

  .companion__title::after {
    height: 6px;
    background: url("copilotpc_img/companion-wave-sp.png") no-repeat center/contain;
  }

  .companion__body {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 42px;
  }

  .companion__text {
    font-size: 13px;
    line-height: 1.84;
  }
}

/*disclaimer*/
.disclaimer {
  padding: 36px 30px;
}

.disclaimer__inner {
  margin: auto;
  max-width: 966px;
  width: 100%;
}

.disclaimer__notes {
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 1.5;
}

.disclaimer__notes li {
  display: flex;
}

.disclaimer__notes li::before {
  content: '※';
}

.disclaimer__heading {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.disclaimer__text {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1026px) {
  .disclaimer__notes {
    margin-bottom: 60px;
    font-size: 12px;
  }

  .disclaimer__heading {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .disclaimer__text {
    font-size: 12px;
    line-height: 1.5;
  }
}


/*footer*/
.footer__nav {
  margin-top: 64px;
  padding: 25px 200px 40px;
}

@media screen and (max-width: 1310px) {
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 84px;
    padding: 0 3%;
  }
  .footer__link-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer__nav-links {
    flex-direction: column;
    padding: 0;
  }
  
  .footer__nav-link {
    margin-bottom: 10px;
  }
}

