@charset "UTF-8";

.s-of-hidden {
   overflow: hidden;
}

body.is-fixed {
   overflow: hidden;
}

#chatgpt {
   margin-bottom: 80px;
   font-family: "Noto Sans JP", sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.95;
   color: #555;
}

@media screen and (max-width: 767px) {
   #chatgpt {
      font-size: 14px;
   }
}

#chatgpt button {
   all: unset;
   display: inline-block;
   cursor: pointer;
}

#chatgpt h1,
#chatgpt h2,
#chatgpt h3,
#chatgpt h4,
#chatgpt p {
   padding: 0;
   margin: 0;
}

#chatgpt h1::before,
#chatgpt h1::after,
#chatgpt h2::before,
#chatgpt h2::after,
#chatgpt h3::before,
#chatgpt h3::after,
#chatgpt h4::before,
#chatgpt h4::after,
#chatgpt p::before,
#chatgpt p::after {
   display: none;
}

#chatgpt .inview_re {
   opacity: 0;
   transition: 0.5s;
   transform: translateY(20px);
}

#chatgpt .inview_re.is-show {
   opacity: 1;
   transform: translateY(0px);
}

#chatgpt .u-t-blue {
   color: #2aa0d0;
}

#chatgpt img {
   display: inline-block;
   vertical-align: middle;
   width: 100%;
}

#chatgpt .sp {
   display: block;
}

@media screen and (min-width: 768px) {
   #chatgpt .sp {
      display: none;
   }
}

#chatgpt .tb {
   display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
   #chatgpt .tb {
      display: block;
   }
}

#chatgpt .pc {
   display: none;
}

@media screen and (min-width: 768px) {
   #chatgpt .pc {
      display: block;
   }
}

#chatgpt a {
   text-decoration: none;
}

#chatgpt .c-heading {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   gap: 22px;
   font-family: "Noto Sans JP";
   font-weight: 400;
}

#chatgpt .c-heading.--white {
   color: #fff;
}

#chatgpt .c-heading.--white .c-heading__en {
   color: #fff;
}

#chatgpt .c-heading.--white .c-heading__line {
   background: #fff;
}

#chatgpt .c-heading.--gray .c-heading__en {
   color: #404040;
}

#chatgpt .c-heading.--gray .c-heading__line {
   background: #404040;
}

#chatgpt .c-heading.--orange .c-heading__en {
   color: #ff630c;
}

#chatgpt .c-heading.--orange .c-heading__line {
   background: #ff630c;
}

#chatgpt .c-heading__en {
   background-color: rgba(67, 116, 189, 0.84);
   border-radius: 50px;
   text-align: center;
   font-size: 14px;
   font-weight: 700;
   line-height: 2;
   color: #E3EEFF;
   border: 1px solid #2C7CFF;
   padding: 0px 15px;
}

@media screen and (min-width: 768px) {
   #chatgpt .c-heading {
      gap: 32px;
   }

   #chatgpt .c-heading__en {
      font-size: 14px;
      padding: 3px 24px;
   }
}

#chatgpt .c-heading__title {
   font-size: 28px;
   font-weight: 400;
   line-height: 1.25;
   letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
   #chatgpt .c-heading__title {
      font-size: 36px;
   }
}

#chatgpt .c-heading__title.--bk {
   color: #404040;
}

#chatgpt .c-heading__title span {
   font-weight: 300;
   font-family: Montserrat;
}

#chatgpt .c-heading__line {
   display: block;
   background: #555;
   width: 40px;
   height: 1px;
}

#chatgpt .c-button {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 70px;
   padding: 0;
   background-image: linear-gradient(135deg, #22A1E2, #7A78EA);
   color: #fff;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.04em;
   line-height: 1;
   border-radius: 50px;
   position: relative;
   box-shadow: inset 0 0 4px #fff, 0 4px 4px rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 768px) {
   #chatgpt .c-button {
      width: 325px;
      font-size: 20px;
   }
}

#chatgpt .c-button__head {
   position: absolute;
   font-size: 12px;
   line-height: normal;
   font-weight: 600;
   padding: 1px 16px 4px;
   border-radius: 32px;
   top: 0;
   left: 50%;
   transform: translate(-50%, -50%);
   white-space: nowrap;
}

#chatgpt .c-wrap {
   width: 100%;
   max-width: 100%;
   margin: 0 auto;
   padding: 0 24px;
   box-sizing: border-box;
   position: relative;
}

@media screen and (min-width: 768px) {
   #chatgpt .c-wrap {
      max-width: 720px;
      padding: 0;
   }
}

@media screen and (min-width: 1024px) {
   #chatgpt .c-wrap {
      max-width: 960px;
   }
}

@media screen and (min-width: 1201px) {
   #chatgpt .c-wrap {
      max-width: 1128px;
   }
}

#chatgpt .header {
   position: relative;
   z-index: 99;
   border-bottom: 1px solid #eee;
   background: #fff;
}

#chatgpt .header__inner {
   position: relative;
   padding: 12px 24px;
   z-index: 1;
}

@media screen and (min-width: 768px) {
   #chatgpt .header__inner {
      padding: 16px 32px;
   }
}

#chatgpt .header__wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

#chatgpt .header__logo {
   position: relative;
   z-index: 10;
   display: block;
   width: 64px;
}

@media screen and (min-width: 768px) {
   #chatgpt .header__container {
      display: flex;
      gap: 25px;
   }
}

#chatgpt .header__nav {
   padding-top: 126px;
   position: absolute;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100dvh;
   background: #fff;
   display: flex;
   flex-direction: column;
   gap: 43px;
   align-items: center;
   transform: translateX(100%);
   transition: 0.5s;
}

#chatgpt .header__nav.is-active {
   transform: translateX(0%);
}

@media screen and (min-width: 1280px) {
   #chatgpt .header__nav {
      padding-top: 0;
      position: static;
      background: transparent;
      flex-direction: row;
      gap: 49px;
      width: auto;
      height: auto;
      transform: translateX(0%);
   }
}

#chatgpt .header__nav-links {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 27px;
}

@media screen and (min-width: 1280px) {
   #chatgpt .header__nav-links {
      flex-direction: row;
      gap: 24px;
   }
}

#chatgpt .header__nav-link {
   color: #404040;
   font-size: 16px;
   font-weight: 300;
}

#chatgpt .header__nav-buttons {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 12px;
}

@media screen and (min-width: 1280px) {
   #chatgpt .header__nav-buttons {
      display: none;
   }
}

#chatgpt .header__nav-button {
   display: flex;
   width: 263px;
   padding: 16px 32px;
   justify-content: center;
   align-items: center;
   font-size: 16px;
   font-weight: 500;
   border-radius: 4px;
   line-height: 1;
}

#chatgpt .header__nav-button.--dl {
   background: #2aa0d0;
   color: #fff;
   border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
   #chatgpt .header__nav-button.--dl {
      max-width: 272px;
   }
}

#chatgpt .header__nav-button.--contact {
   background: #fff;
   color: #2aa0d0;
   border: 1px solid #2aa0d0;
}

#chatgpt .header__tel {
   display: flex;
   flex-direction: column;
   align-items: center;
   line-height: normal;
}

#chatgpt .header__tel-content {
   display: flex;
   align-items: end;
   gap: 4px;
}

#chatgpt .header__tel-icon {
   width: 11px;
}

#chatgpt .header__tel-num {
   color: #333;
   font-size: 18px;
   font-weight: 400;
   letter-spacing: 0.01em;
}

#chatgpt .header__tel-data {
   color: #888;
   font-size: 13px;
   font-weight: 400;
}

#chatgpt .header__buttons {
   display: flex;
   align-items: center;
   gap: 12px;
}

#chatgpt .header__button {
   display: flex;
   padding: 6px 15px;
   justify-content: center;
   align-items: center;
   border: 1px solid #2aa0d0;
   border-radius: 4px;
}

@media screen and (min-width: 768px) {
   #chatgpt .header__button {
      padding: 8px 19px;
      font-size: 16px;
   }
}

#chatgpt .header__button.--dl {
   background: #fff;
   color: #2aa0d0;
}

#chatgpt .header__button.--contact {
   background: #2aa0d0;
   color: #fff;
}

#chatgpt .header__drawer-button {
   position: relative;
   z-index: 10;
   padding-block: 8px;
   display: flex;
   flex-direction: column;
   gap: 8px;
   width: 24px;
}

@media screen and (min-width: 1280px) {
   #chatgpt .header__drawer-button {
      display: none;
   }
}

#chatgpt .header__drawer-button span {
   width: 24px;
   height: 1px;
   display: block;
   background: #2aa0d0;
   transition: 0.3s;
}

#chatgpt .header__drawer-button.is-active span {
   width: 28px;
   background: #404040;
}

#chatgpt .header__drawer-button.is-active span:nth-child(1) {
   transform: translateY(9px) rotate(45deg);
}

#chatgpt .header__drawer-button.is-active span:nth-child(2) {
   opacity: 0;
}

#chatgpt .header__drawer-button.is-active span:nth-child(3) {
   transform: translateY(-9px) rotate(-45deg);
}

#chatgpt .fv {
   padding-top: 74px;
   padding-bottom: 32px;
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv {
      padding-top: 117px;
      padding-bottom: 127px;
   }
}

#chatgpt .fv__wrap {
   padding-inline: 24px;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 44px;
}

@media screen and (min-width: 768px) {
   #chatgpt .fv__wrap {
      margin: 0 auto;
      flex-direction: row;
      justify-content: space-between;
      max-width: 900px;
   }
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv__wrap {
      padding-inline: 50px 90px;
      width: 100%;
      max-width: 1288px;
   }
}

#chatgpt .fv__body {
   display: flex;
   flex-direction: column;
   gap: 24px;
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv__body {
      gap: 40px;
   }
}

#chatgpt .fv__content {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv__content {
      gap: 20px;
   }
}

#chatgpt .fv__title {
   color: #000;
   font-size: 20px;
   font-weight: 700;
   line-height: 155%;
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv__title {
      font-size: 34px;
   }
}

#chatgpt .fv__title strong {
   font-size: 40px;
   font-weight: 700;
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv__title strong {
      font-size: 70px;
   }
}

#chatgpt .fv__desc {
   display: flex;
   flex-direction: column;
   gap: 10px;
   font-weight: 500;
   font-size: 13px;
   letter-spacing: 0.04em;
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv__desc {
      gap: 20px;
      font-size: 15px;
   }
}

#chatgpt .fv__sub-title {
   font-size: 14px;
   font-weight: 700;
   white-space: nowrap;
}

@media screen and (min-width: 768px) {
   #chatgpt .fv__sub-title {
      font-size: 18px;
   }
}

@media screen and (min-width: 768px) {
   #chatgpt .fv__buttons {
      padding-top: 28px;
   }
}

#chatgpt .fv__image {
   position: relative;
   display: block;
   width: 311px;
}

#chatgpt .fv__image::after {
   position: absolute;
   content: "";
   z-index: -1;
   background: url("../images/page-chatgpt/fv-img-bg.webp") no-repeat center center/contain;
   width: 954px;
   aspect-ratio: 1/1;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

@media screen and (min-width: 1280px) {
   #chatgpt .fv__image {
      width: 445px;
   }

   #chatgpt .fv__image::after {
      width: 1182px;
   }
}

#chatgpt .sec01 {
   padding: 154px 0px 140px;
   background: #F6F6F6;
}

#chatgpt .sec01 .list {
   list-style: none;
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0.03em;
   padding-top: 95px;
}

#chatgpt .sec01 .list dl {
   display: grid;
   grid-template-columns: 65px 1fr;
   align-items: center;
   gap: 22px;
   min-height: 118px;
   background-color: #fff;
   border: 1px solid #E3E3E3;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
   margin: 0;
   padding: 0 45px;
   border-radius: 150px;
}

#chatgpt .sec01 .list dl+dl {
   margin-top: 26px;
}

#chatgpt .sec01 .list dl dt {
   margin: 0 auto;
}

#chatgpt .sec01 .list dl dd {
   margin: 0;
}

#chatgpt .sec01 .list dl strong {
   color: #255AA9;
   font-weight: 700;
}

#chatgpt .sec01 .list .ads {
   width: 65px;
}

#chatgpt .sec01 .list .channel {
   width: 52px;
}

#chatgpt .sec01 .list .evaluation {
   width: 54px;
}

#chatgpt .sec01 .arrow {
   width: 59px;
   margin: 25px auto;
}

#chatgpt .sec01 h3 {
   font-weight: 500;
   font-size: 36px;
   text-align: center;
}

#chatgpt .sec01 h3 span {
   background: linear-gradient(to right, #279EE2, #A584EB);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   color: transparent;
}

@media screen and (max-width: 767px) {
   #chatgpt .sec01 {
      padding: 80px 0;
   }

   #chatgpt .sec01 .list {
      padding-top: 40px;
      font-size: 16px;
   }

   #chatgpt .sec01 .list dl {
      display: flex;
      flex-direction: column;
      gap: 10px;
      border-radius: 20px;
      padding: 20px;
   }

   #chatgpt .sec01 .arrow {
      width: 30px;
   }

   #chatgpt .sec01 h3 {
      font-size: 18px;
   }
}

#chatgpt .sec02 {
   background-color: #F9F9F9;
   padding: 172px 0;
}

#chatgpt .sec02 .desc {
   letter-spacing: 0.03em;
   text-align: center;
   padding-top: 70px;
}

#chatgpt .sec02 .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   padding-top: 70px;
}

#chatgpt .sec02 .box .col {
   background-color: #fff;
   border: 1px solid #E3E3E3;
   border-radius: 22px;
   padding: 40px;
}

#chatgpt .sec02 .box figure {
   width: 94px;
   margin: 0;
}

#chatgpt .sec02 .box h3 {
   font-weight: 500;
   font-size: 22px;
   line-height: 1.72;
   letter-spacing: 0.03em;
   padding-top: 36px;
}

#chatgpt .sec02 .box .txt {
   padding-top: 20px;
}

@media screen and (max-width: 1023px) {
   #chatgpt .sec02 .box {
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   #chatgpt .sec02 .box .col {
      width: 362px;
      padding: 40px;
   }
}

@media screen and (max-width: 767px) {
   #chatgpt .sec02 {
      padding: 80px 0;
   }

   #chatgpt .sec02 .desc {
      padding-top: 30px;
   }

   #chatgpt .sec02 .box {
      padding-top: 30px;
   }

   #chatgpt .sec02 .box .col {
      width: 100%;
      padding: 30px;
   }

   #chatgpt .sec02 .box figure {
      margin: 0 auto;
   }

   #chatgpt .sec02 .box h3 {
      text-align: center;
      font-size: 20px;
      line-height: 30px;
      padding-top: 20px;
   }
}

#chatgpt .sec03 {
   padding: 172px 0;
}

#chatgpt .sec03 .desc {
   letter-spacing: 0.03em;
   text-align: center;
   padding-top: 70px;
}

#chatgpt .sec03 .box {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   padding-top: 70px;
}

#chatgpt .sec03 .box .col {
   background-color: #fff;
   border: 1px solid #E3E3E3;
   border-radius: 22px;
   padding: 40px;
   text-align: center;
}

#chatgpt .sec03 .box .no {
   font-weight: 500;
   font-size: 22px;
}

#chatgpt .sec03 .box .no span {
   background: linear-gradient(to right, #279EE2, #A584EB);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   color: transparent;
}

#chatgpt .sec03 .box figure {
   width: 50px;
   margin: 0 auto;
   padding-top: 30px;
}

#chatgpt .sec03 .box h3 {
   font-weight: 500;
   font-size: 22px;
   line-height: 1.72;
   letter-spacing: 0.03em;
   padding-top: 30px;
}

#chatgpt .sec03 .box .txt {
   text-align: justify;
   padding-top: 20px;
}

@media screen and (max-width: 1200px) {
   #chatgpt .sec03 .box .col {
      padding: 30px;
   }
}

@media screen and (max-width: 1023px) {
   #chatgpt .sec03 .box {
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   #chatgpt .sec03 .box .col {
      width: 362px;
      padding: 40px;
   }
}

@media screen and (max-width: 767px) {
   #chatgpt .sec03 {
      padding: 80px 0;
   }

   #chatgpt .sec03 .desc {
      padding-top: 30px;
   }

   #chatgpt .sec03 .box {
      padding-top: 30px;
   }

   #chatgpt .sec03 .box .col {
      width: 100%;
      padding: 30px;
   }

   #chatgpt .sec03 .box .no {
      font-size: 20px;
      line-height: 30px;
   }

   #chatgpt .sec03 .box figure {
      padding-top: 20px;
   }

   #chatgpt .sec03 .box h3 {
      font-size: 20px;
      line-height: 30px;
      padding-top: 20px;
   }
}

#chatgpt .sec04 {
   padding: 172px 0;
   position: relative;
   background: #F9F9F9;
}

#chatgpt .sec04 .desc {
   letter-spacing: 0.03em;
   text-align: center;
   padding-top: 70px;
}

#chatgpt .sec04 ul {
   list-style: none;
   margin: 0;
   padding: 40px 0 0;
}

#chatgpt .sec04 ul li {
   
   background-color: #fff;
   border: 1px solid #E3E3E3;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
   border-radius: 22px;
   padding: 28px 100px;
   position: relative;
}

#chatgpt .sec04 ul li+li {
   margin-top: 20px;
}

#chatgpt .sec04 ul li .no {
   width: 50px;
   background-image: linear-gradient(135deg, #22A1E2, #7A78EA);
   color: #fff;
   font-weight: 500;
   font-size: 22px;
   letter-spacing: 0.03em;
   text-align: center;
   position: absolute;
   top: 28px;
   left: 30px;
   border-radius: 12px;
   padding: 2px 0 5px;
}

#chatgpt .sec04 ul li h3 {
   font-weight: 500;
   font-size: 20px;
   letter-spacing: 0.03em;
}

#chatgpt .sec04 ul li .txt {
   letter-spacing: 0.02em;
   padding-top: 5px;
}

@media screen and (max-width: 767px) {
   #chatgpt .sec04 {
      padding: 80px 0;
   }

   #chatgpt .sec04 .desc {
      padding-top: 30px;
   }

   #chatgpt .sec04 ul {
      padding-top: 30px;
   }

   #chatgpt .sec04 ul li {
      padding: 30px 20px;
   }

   #chatgpt .sec04 ul li .no {
      position: static;
      margin: 0 auto;
   }

   #chatgpt .sec04 ul li h3 {
      text-align: center;
      padding-top: 20px;
   }

   #chatgpt .sec04 ul li .txt {
      padding-top: 20px;
   }
}

#chatgpt .sec05 {
   padding: 172px 0;
}

#chatgpt .sec05 .desc {
   letter-spacing: 0.03em;
   text-align: center;
   padding-top: 70px;
}

#chatgpt .sec05 .box {
   border: 1px solid #E3E3E3;
   border-radius: 22px;
   overflow: hidden;
   margin-top: 40px;
   font-weight: 500;
}

#chatgpt .sec05 .box .head {
   background-image: linear-gradient(135deg, #22A1E2, #7A78EA);
   color: #fff;
   padding: 22px 36px;
}

#chatgpt .sec05 .box h3 {
   font-weight: 500;
   font-size: 32px;
   line-height: 1.72;
   letter-spacing: 0.03em;
   padding-top: 10px;
}

#chatgpt .sec05 .box h3 span {
   font-size: 22px;
   padding-left: 10px;
}

#chatgpt .sec05 .box .txt {
   display: flex;
   align-items: center;
   min-height: 235px;
   font-size: 22px;
   line-height: 1.72;
   letter-spacing: 0.03em;
   color: #B0B0B0;
   padding: 22px 36px;
}

@media screen and (max-width: 767px) {
   #chatgpt .sec05 {
      padding: 80px 0;
   }

   #chatgpt .sec05 .desc {
      padding-top: 30px;
   }

   #chatgpt .sec05 .box .head {
      padding: 20px;
   }

   #chatgpt .sec05 .box h3 {
      font-size: 28px;
      padding-top: 0;
   }

   #chatgpt .sec05 .box h3 span {
      font-size: 18px;
   }

   #chatgpt .sec05 .box .txt {
      min-height: 150px;
      font-size: 18px;
      padding: 20px;
   }
}

#chatgpt .media_member {
   background-color: #F9F9F9;
   padding: 172px 0;
}

#chatgpt .media_member .desc {
   letter-spacing: 0.03em;
   text-align: center;
   padding-top: 70px;
}

#chatgpt .sec_media_member__container {
   background-color: #fff;
   padding-top: 20px;
}

@media screen and (max-width: 767px) {
   #chatgpt .media_member {
      padding: 80px 0;
   }

   #chatgpt .media_member .desc {
      text-align: justify;
      padding-top: 30px;
   }
}

#chatgpt .sec06 {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 80px 0;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec06 {
      padding: 172px 0;
   }
}

#chatgpt .sec06__img {
   display: block;
   margin: 43px auto 0;
   width: 99%;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec06__img {
      width: 97%;
   }
}

#chatgpt .sec07 {
   background: url("../images/page-chatgpt/sec7-bg.webp") no-repeat center top/cover;
   color: #E5E5E5;
   text-align: center;
   padding: 110px 0 130px;
}

#chatgpt .sec07 h2 {
   font-weight: 700;
   font-size: 40px;
   line-height: 1.5;
}

#chatgpt .sec07 .desc {
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0.04em;
   padding-top: 40px;
}

#chatgpt .sec07 .btn {
   padding-top: 56px;
}

#chatgpt .sec07 .c-button {
   margin: 0 auto;
}

@media screen and (max-width: 767px) {
   #chatgpt .sec07 {
      padding: 50px 0 60px;
   }

   #chatgpt .sec07 h2 {
      font-size: 24px;
      margin: 0 -10px;
   }

   #chatgpt .sec07 .desc {
      font-size: 16px;
      padding-top: 20px;
   }

   #chatgpt .sec07 .btn {
      padding-top: 30px;
   }
}

#chatgpt .cta {
   padding: 56px 0px 72px;
   background-image: linear-gradient(to right, #B5E2FA, #DCDCFF);
}

#chatgpt .cta .c-button1 {
   position: relative;
   display: flex;
   width: 327px;
   padding: 24px 56px;
   justify-content: center;
   align-items: center;
   gap: 8px;
   font-size: 18px;
   font-weight: 500;
   border-radius: 4px;
   line-height: 1;
}

#chatgpt .cta .c-button1:before {
   position: absolute;
   content: "";
   top: 50%;
   right: 24px;
   transform: translateY(-50%);
}

#chatgpt .cta .c-button__head {
   position: absolute;
   font-size: 12px;
   line-height: normal;
   font-weight: 600;
   padding: 1px 16px 4px;
   border-radius: 32px;
   top: 0;
   left: 50%;
   transform: translate(-50%, -50%);
   white-space: nowrap;
}

#chatgpt .cta .c-button1.dl {
   background: #2aa0d0;
   color: #fff;
   border: 1px solid #fff;
}

#chatgpt .cta .c-button1.dl:before {
   background: url(../images/page-chatgpt/icon-dl.svg) no-repeat center center/contain;
   width: 16px;
   aspect-ratio: 1/1;
}

#chatgpt .cta .c-button1.dl:after {
   position: absolute;
   content: "";
   top: 50%;
   left: 16px;
   transform: translateY(-50%);
   background: url(../images/page-chatgpt/button-paper.webp) no-repeat center center/contain;
   width: 46px;
   aspect-ratio: 26/38;
}

#chatgpt .cta .c-button1.dl .c-button__head {
   color: #2aa0d0;
   background: #fff;
}

#chatgpt .cta .c-button1.inq {
   background: #fff;
   color: #2aa0d0;
   border: 1px solid #2aa0d0;
}

#chatgpt .cta .c-button1.inq:before {
   background-image: url(../images/page-chatgpt/icon-arrow-right.svg);
   background-repeat: no-repeat;
   background-size: contain;
   width: 10px;
   aspect-ratio: 10 / 8;
}

#chatgpt .cta .c-button1.inq .c-button__head {
   color: #fff;
   background: #2aa0d0;
}

@media screen and (min-width: 768px) {
   #chatgpt .cta {
      padding: 125px 0px 135px;
   }
}

#chatgpt .cta__content {
   margin-top: 55px;
   display: flex;
   flex-direction: column;
   gap: 25px;
}

@media screen and (min-width: 768px) {
   #chatgpt .cta__content {
      margin: 90px auto 0;
      max-width: 624px;
      gap: 16px;
   }
}

#chatgpt .cta__buttons {
   display: flex;
   flex-direction: column;
   gap: 31px;
}

@media screen and (min-width: 768px) {
   #chatgpt .cta__buttons {
      flex-direction: row;
      gap: 16px;
   }
}

#chatgpt .cta .c-button {
   width: 100%;
   max-width: 100%;
}

@media screen and (min-width: 768px) {
   #chatgpt .cta .c-button {
      width: calc((100% - 16px) / 2);
   }
}

#chatgpt .cta__item {
   padding: 21px 0px;
   display: flex;
   flex-direction: column;
   align-items: center;
   background: #fff;
}

#chatgpt .cta__item-head {
   font-size: 20px;
   font-weight: 400;
   line-height: normal;
}

#chatgpt .cta__item-tel {
   margin-top: 12px;
   display: flex;
   align-items: center;
   gap: 12px;
}

#chatgpt .cta__item-icon {
   width: 12px;
   display: flex;
   align-items: center;
}

#chatgpt .cta__item-icon img {
   aspect-ratio: 12/17;
}

#chatgpt .cta__item-num {
   font-size: 18px;
   font-weight: 400;
   line-height: normal;
}

#chatgpt .cta__item-data {
   margin-top: 5px;
   font-size: 13px;
   font-weight: 400;
   line-height: normal;
}

#chatgpt .sec08 {
   overflow: hidden;
   position: relative;
   background: #edf7fc;
   padding: 50px 0;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08 {
      padding: 120px 0 150px;
   }
}

#chatgpt .sec08__inner {
   position: relative;
   z-index: 1;
   display: flex;
   flex-direction: column;
   gap: 20px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__inner {
      align-items: center;
   }
}

#chatgpt .sec08__desc {
   text-align: center;
   letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__desc {
      padding-top: 50px;
   }
}

#chatgpt .sec08__button {
   padding-block: 42px;
   position: relative;
   border-radius: 8px;
   background: #2aa0d0;
   display: flex;
   justify-content: center;
   gap: 16px;
   color: #fff;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__button {
      padding-block: 49px;
      padding-right: 20px;
      align-items: center;
      margin-top: 21px;
      max-width: 694px;
      width: 100%;
      gap: 37px;
   }
}

@media screen and (min-width: 1024px) {
   #chatgpt .sec08__button {
      max-width: 840px;
   }
}

#chatgpt .sec08__img {
   width: 79px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__img {
      width: 138px;
   }
}

#chatgpt .sec08__text {
   font-size: 22px;
   font-weight: 300;
   line-height: 120%;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__text {
      font-size: 28px;
   }
}

#chatgpt .sec08__text span {
   font-size: 28px;
   line-height: 120%;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__text span {
      font-size: 44px;
   }
}

#chatgpt .sec08__dl-icon {
   display: none;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__dl-icon {
      margin-left: -20px;
      display: flex;
      align-items: center;
      width: 69px;
      aspect-ratio: 1/1;
   }
}

#chatgpt .sec08__dl {
   position: absolute;
   display: flex;
   align-items: center;
   gap: 12px;
   bottom: 16px;
   right: 16px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__dl {
      gap: 22px;
      bottom: 20px;
      right: 19px;
   }
}

#chatgpt .sec08__dl-text {
   font-size: 14px;
   font-weight: 400;
   line-height: 120%;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__dl-text {
      font-size: 20px;
   }
}

#chatgpt .sec08__dl-arrow {
   width: 12px;
   aspect-ratio: 5/4;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__dl-arrow {
      width: 19px;
   }
}

#chatgpt .sec08__bg-text {
   position: absolute;
   color: #e3f3fa;
   font-family: Montserrat;
   font-size: 120px;
   font-weight: 400;
   line-height: 100%;
   left: -6px;
   bottom: -18px;
   z-index: 0;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec08__bg-text {
      font-size: 192px;
      left: 25px;
      bottom: -26px;
   }
}

#chatgpt .sec08__bg-img {
   width: 92%;
   position: absolute;
   bottom: 0;
   right: 1.8%;
}

#chatgpt .sec09 {
   padding-block: 60px 70px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec09 {
      padding-block: 120px 70px;
   }
}

#chatgpt .sec09__inner {
   padding: 54px 24px 47px;
   border-radius: 16px;
   background: #f8f9fa;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec09__inner {
      padding: 75px 91px 81px;
   }
}

#chatgpt .sec09__items {
   margin-top: 43px;
   display: flex;
   flex-direction: column;
   gap: 15px;
}

#chatgpt .sec09__item {
   padding: 16px;
   background: #fff;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec09__item {
      padding: 27px 30px;
   }
}

#chatgpt .sec09__head {
   display: flex;
   justify-content: space-between;
   align-items: start;
   gap: 14px;
}

#chatgpt .sec09__head-inner {
   display: flex;
   align-items: start;
   gap: 20px;
}

#chatgpt .sec09__head-text {
   color: #000;
   font-size: 14px;
   font-weight: 400;
   line-height: 150%;
   letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec09__head-text {
      padding-top: 6px;
      font-size: 16px;
   }
}

#chatgpt .sec09__head-icon {
   margin-top: 16px;
   width: 13px;
   height: -moz-fit-content;
   height: fit-content;
   flex-shrink: 0;
   aspect-ratio: 12/8;
   display: flex;
   transition: 0.3s;
}

#chatgpt .sec09__head-icon.is-open {
   transform: rotate(180deg);
}

#chatgpt .sec09__num {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 40px;
   aspect-ratio: 1/1;
   background: #2aa0d0;
   flex-shrink: 0;
}

#chatgpt .sec09__num-text {
   color: #fff;
   font-family: Montserrat;
   font-size: 24px;
   font-weight: 400;
   line-height: normal;
}

#chatgpt .sec09__body {
   padding-top: 16px;
}

#chatgpt .sec09__body-text {
   color: #666;
   font-size: 14px;
   font-weight: 400;
   line-height: 150%;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec10 {
      padding-block: 43px 30px;
   }
}

#chatgpt .sec10__wrap {
   padding-inline: 0;
   max-width: 100%;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec10__wrap {
      padding-inline: 0;
      max-width: 100%;
   }
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10__wrap {
      padding-inline: 50px;
      max-width: 1200px;
   }
}

#chatgpt .sec10__container {
   margin-top: 41px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec10__container {
      margin-top: 35px;
   }
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10 .swiper-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 32px 40px;
      width: 100%;
   }
}

#chatgpt .sec10 .swiper-slide {
   width: auto;
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10 .swiper-slide {
      width: calc((100% - 80px) / 3);
      height: 100%;
   }
}

#chatgpt .sec10 .swiper {
   padding-inline: 24px;
   padding-bottom: 18px;
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10 .swiper {
      padding: 0;
   }
}

#chatgpt .sec10__item {
   width: 279px;
   height: 444px;
   display: flex;
   flex-direction: column;
   gap: 14px;
   border: 1px solid #eee;
   background: #fff;
}

#chatgpt .sec10__item:hover {
   transform: scale(1);
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10__item {
      width: 100%;
      height: auto;
      min-height: 458px;
      gap: 16px;
   }
}

#chatgpt .sec10__img {
   overflow: hidden;
   aspect-ratio: 279/182;
   flex-shrink: 0;
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10__img {
      aspect-ratio: 340/222;
      width: 100%;
   }
}

#chatgpt .sec10__img img {
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   width: 100%;
   height: 100%;
}

#chatgpt .sec10__content {
   padding-inline: 16px;
   padding-bottom: 12px;
   display: flex;
   flex-direction: column;
   align-items: end;
   gap: 50px;
   height: 100%;
   justify-content: space-between;
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10__content {
      padding-inline: 24px;
      gap: 8px;
   }
}

#chatgpt .sec10__body {
   display: flex;
   flex-direction: column;
   align-items: start;
   gap: 14px;
   width: 100%;
}

#chatgpt .sec10__head {
   display: flex;
   justify-content: space-between;
   gap: 3px;
   width: 100%;
}

#chatgpt .sec10__com {
   color: #333;
   font-size: 16px;
   font-weight: 700;
   line-height: normal;
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10__com {
      font-size: 18px;
   }
}

#chatgpt .sec10__time {
   color: #888;
   font-size: 14px;
   font-weight: 400;
}

#chatgpt .sec10__text {
   color: #000;
   font-size: 14px;
   font-weight: 400;
   line-height: 150%;
}

@media screen and (min-width: 1080px) {
   #chatgpt .sec10__text {
      font-size: 16px;
   }
}

#chatgpt .sec10__tag {
   padding: 4px 12px;
   font-size: 13px;
   font-weight: 500;
   line-height: 140%;
   border-radius: 24px;
   background: rgba(42, 160, 208, 0.1);
}

#chatgpt .sec10__button {
   position: relative;
   width: 36px;
   height: 36px;
   aspect-ratio: 1/1;
   border: 1px solid #eee;
   background: #f8f8f8;
}

#chatgpt .sec10__button::before {
   position: absolute;
   content: "";
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='13' viewBox='0 0 6 13' fill='none'%3E%3Cpath d='M1 1L5.5 6.4L1 11.8' stroke='%232AA0D0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   aspect-ratio: 4.5/10.8;
   width: 5px;
}

#chatgpt .sec10__scrollbar {
   left: 24px;
   width: calc(100% - 48px);
   background: #fff;
}

#chatgpt .sec10__scrollbar .swiper-scrollbar-drag {
   background: #ccc;
}

#chatgpt .sec11 {
   padding-block: 60px 65px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec11 {
      padding-block: 83px 117px;
   }
}

#chatgpt .sec11__wrap {
   display: flex;
   flex-direction: column;
   align-items: center;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec11__wrap {
      max-width: 1131px;
   }
}

#chatgpt .sec11__items {
   margin-top: 46px;
   display: flex;
   flex-direction: column;
   gap: 32px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec11__items {
      margin-top: 50px;
   }
}

#chatgpt .sec11__item {
   display: flex;
   flex-direction: column;
   gap: 9px;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec11__item {
      flex-direction: row;
      align-items: center;
      gap: 30px;
   }
}

#chatgpt .sec11__img {
   overflow: hidden;
   border-radius: 2px;
   background: #d9d9d9;
   aspect-ratio: 531/283;
   width: 100%;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec11__img {
      width: 51.5033947624%;
      flex-shrink: 0;
   }
}

#chatgpt .sec11__img img {
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   width: 100%;
   height: 100%;
}

#chatgpt .sec11__body {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

#chatgpt .sec11__time {
   color: #888;
   font-size: 14px;
   font-weight: 400;
   line-height: normal;
}

#chatgpt .sec11__title {
   color: #333;
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   letter-spacing: -0.01em;
}

@media screen and (min-width: 768px) {
   #chatgpt .sec11__title {
      font-size: 20px;
   }
}

#chatgpt .sec11__button {
   margin-top: 56px;
}

/* セクションラッパー */
.feature-section {
   max-width: 1200px;
   margin: 0 auto;
   padding: 50px 0px;
}

.card {
   background-color: #ffffff;
   border-radius: 8px;
   padding: 40px;
   margin-bottom: 24px;
}

.card-header {
   display: flex;
   align-items: center;
   margin-bottom: 24px;
}

.card-number {
   background-color: #39a3c9;
   color: #ffffff;
   font-size: 1.65rem !important;
   font-weight: bold;
   padding: 8px 8px;
   margin-right: 11px;
   line-height: 1.2;
   flex-shrink: 0;
}

.card-title {
   color: #39a3c9;
   font-size: 1.25rem;
   font-weight: bold;
   letter-spacing: 0;
}

/* コンテンツ部分 */
.card-body {
   display: flex;
   gap: 32px;
}

.card-text {
   flex: 1;
   font-size: 0.95rem;
}

.card-text p {
   margin-bottom: 1em !important;
   font-size: 16px !important;
   font-weight: normal !important;
}

.card-text p:last-child {
   margin-bottom: 0;
}

/* テキストの装飾 */
.text-highlight {
   color: #39a3c9;
   font-weight: bold;
}

.text-note {
   font-size: 1.0rem;
   color: #666666;
   display: inline-block;
}

.text-note a {
   color: #39a3c9;
   text-decoration: none;
}

.text-note a:hover {
   text-decoration: underline;
}

/* 右側の画像エリア */
.card-image {
   flex: 0 0 30%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.card-image img {
   width: 100%;
   height: auto;
   border-radius: 4px;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
   /* 画像に薄い影をつけて視認性を向上 */
}

/* 実績数値グリッド（カード01用） */
.stats-grid {
   display: flex;
   gap: 16px;
   margin-top: 24px;
}

.stat-item {
   flex: 1;
   background-color: #f7f9fa;
   text-align: center;
   padding: 24px 8px;
   border-radius: 8px;
}

.stat-title {
   font-size: 1.2rem;
   font-weight: bold;
   color: #555;
   margin-bottom: 8px;
}

.stat-value-wrap {
   color: #39a3c9;
   font-weight: bold;
   display: flex;
   align-items: baseline;
   justify-content: center;
}

.stat-number {
   font-size: 3.6rem;
   line-height: 1;
   margin-right: 2px;
}

.stat-unit {
   font-size: 1.3rem;
}

/* レスポンシブ対応 (タブレット・スマホ) */
@media (max-width: 768px) {
   .sec05 {
      padding-bottom: 30px;
   }

   .card {
      padding: 24px;
   }

   .card-header {
      align-items: flex-start;
   }

   .card-title {
      font-size: 1.1rem;
      line-height: 1.4;
   }

   .card-body {
      flex-direction: column;
      gap: 20px;
   }

   .card-image {
      flex: auto;
      width: 100%;
   }

   .stats-grid {
      flex-wrap: wrap;
   }

   .stat-item {
      flex: 0 0 calc(50% - 8px);
      /* 2列表示 */
   }

   .card-text p {
      font-size: 14px !important;
   }
}

/* レスポンシブ対応 (小型スマホ) */
@media (max-width: 480px) {
   .stat-item {
      flex: 0 0 100%;
      /* 1列表示 */
   }

   .stat-number {
      font-size: 1.8rem;
   }
}