@charset "UTF-8";
.copyright small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fadeIn, .fadeUp, .fadeDown, .fadeLeft, .fadeRight {
  opacity: 0;
  transition: all 0.9s ease;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.scaleUp {
  transform: scale(0) translateY(0px);
}

.move.fadeIn {
  animation: fadeIn 1s ease-out forwards;
}
.move.fadeUp {
  animation: fadeUp 1s ease-out forwards;
}
.move.fadeDown {
  animation: fadeDown 1s ease-out forwards;
}
.move.fadeLeft {
  animation: fadeLeft 1s ease-out forwards;
}
.move.fadeRight {
  animation: fadeRight 1s ease-out forwards;
}
.move.scaleUp {
  animation: scaleUp 0.8s forwards;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0) translateY(0px);
  }
  50% {
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transform: scale(1.1) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    transform: translate3d(0, -40px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUp_2 {
  0% {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeLeft2 {
  0% {
    transform: translate3d(10px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.stepUp .stepUp-item, .stepUp .stepUp-item_left {
  opacity: 0;
}
.stepUp.move .stepUp-item, .stepUp.move .stepUp-item_left {
  animation: fadeLeft 0.8s ease-Out forwards;
}
.stepUp.move .stepUp-item:nth-child(1), .stepUp.move .stepUp-item_left:nth-child(1) {
  animation-delay: 0;
}
.stepUp.move .stepUp-item:nth-child(2), .stepUp.move .stepUp-item_left:nth-child(2) {
  animation-delay: 0.1s;
}
.stepUp.move .stepUp-item:nth-child(3), .stepUp.move .stepUp-item_left:nth-child(3) {
  animation-delay: 0.3s;
}
.stepUp.move .stepUp-item:nth-child(4), .stepUp.move .stepUp-item_left:nth-child(4) {
  animation-delay: 0.4s;
}
.stepUp.move .stepUp-item:nth-child(5), .stepUp.move .stepUp-item_left:nth-child(5) {
  animation-delay: 0.5s;
}

/*----------------------
            base
----------------------*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #231815;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  box-sizing: border-box;
}
@media screen and (max-width: 512px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}

p {
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

/*----------------------
                layout
----------------------*/
.l-header {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.5s;
  box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.3);
}

.is_scroll .l-header {
  background-color: #ffffff;
  box-shadow: 2px 0 10px 0 rgba(35, 24, 21, 0.1);
}
.is_scroll .headerBtn a {
  border-color: #26374D;
}

.topHead-inner {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.l-sec-1 {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .l-sec-1 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 512px) {
  .l-sec-1 {
    padding: 40px 0;
  }
}
.l-sec-1_bg {
  background-color: white;
}
.l-sec-1_bg02 {
  background-color: #F8FCFF;
}
.l-sec-1_bg03 {
  background-color: #F5F7FA;
}

.l-colset {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 30px;
  box-sizing: border-box;
}

.l-colset-2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 30px;
  box-sizing: border-box;
}

.pd01 {
  padding: 80px 30px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .pd01 {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 512px) {
  .pd01 {
    padding: 40px 15px;
  }
}

.pd02 {
  padding: 80px 30px 120px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .pd02 {
    padding: 60px 20px 60px;
  }
}
@media screen and (max-width: 512px) {
  .pd02 {
    padding: 40px 15px 40px;
  }
}

.pd03 {
  padding: 120px 30px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .pd03 {
    padding: 60px 20px 60px;
  }
}
@media screen and (max-width: 512px) {
  .pd03 {
    padding: 40px 15px 40px;
  }
}

.pd04 {
  padding: 120px 30px 80px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .pd04 {
    padding: 60px 20px 60px;
  }
}
@media screen and (max-width: 512px) {
  .pd04 {
    padding: 40px 15px 40px;
  }
}

.l-footer {
  background-color: #26374D;
}
.l-footer-link {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 512px) {
  .l-footer-link {
    margin-top: 16px;
    flex-direction: column;
  }
}
.l-footer-link a {
  color: white;
  text-decoration: none;
}

/*----------------------
        module
----------------------*/
@media screen and (min-width: 513px) {
  .none-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 512px) {
  .none-sp {
    display: none !important;
  }
}

.header {
  box-sizing: border-box;
  margin: 0 30px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .header {
    background-color: #ffffff;
    margin: 0;
    padding: 0 10px 0 10px;
    height: 50px;
  }
}
@media screen and (max-width: 512px) {
  .header {
    padding: 0 15px 0 10px;
  }
}
.header-logo {
  height: 40px;
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 800px) {
  .header-logo {
    height: 40px;
  }
}
@media screen and (max-width: 512px) {
  .header-logo {
    height: 36px;
  }
}
.header-logo img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
.header-logo a {
  height: 100%;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 512px) {
  .title {
    font-size: 20px;
  }
}

.sub-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin: 16px 0 40px;
}
@media screen and (max-width: 512px) {
  .sub-title {
    font-size: 14px;
  }
}

.product-difficulty {
  background: #f5f7fa;
  text-align: center;
}
.product-difficulty .card-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-difficulty .card-list .card {
  width: calc(33.333% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #231815;
  text-decoration: none;
  border: 1px solid #E4E4E4;
  box-shadow: 3px 3px 8px 0 rgba(35, 24, 21, 0.1);
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}
@media screen and (max-width: 512px) {
  .product-difficulty .card-list .card {
    width: 100%;
    margin: 0 2% 2% 0;
  }
}
.product-difficulty .card-list .card .card-img img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
}
.product-difficulty .card-list .card .card-title {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 16px;
}
.product-difficulty .card-list .card .card-text {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.review-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 512px) {
  .review-list {
    flex-direction: column;
  }
}
.review-list a {
  color: #231815;
  text-decoration: none;
}

.review {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  color: #231815;
  text-decoration: none;
  border-radius: 0px 0px 8px 8px;
  border: 2px solid var(--gray_pale, #F0F3F5);
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .review {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .review:nth-child(2n) {
    margin-right: 0;
  }
  .review:nth-child(3) {
    margin-bottom: 0;
  }
  .review:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 512px) {
  .review {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .review:nth-child(4) {
    margin-bottom: 0;
  }
}
.review:hover {
  color: #26374D;
  box-shadow: 0 0 0 0 rgba(35, 24, 21, 0.1);
}
.review-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.review-service {
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
}
.review-service a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 20px;
  color: #231815;
  text-decoration: none;
}
.review-service a .review-serviceLogo {
  width: 50px;
  height: 50px;
}
.review-service a p {
  margin: 0;
}
.review-service a p.review-serviceCompany {
  font-size: 12px;
}
.review-serviceLogo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
}
.review-serviceName {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-userTxt {
  width: calc(100% - 70px);
}
.review-userProfile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.review-userPic {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.review-userName {
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-userCareer {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.review-comment {
  padding: 0 20px 20px 20px;
}
.review-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 20px 10px 20px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex-grow: 1;
}
.review-txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 20px 20px 20px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.starRating {
  position: relative;
  padding: 0;
  margin: 0 0 10px 20px;
  display: inline-block;
}
.starRating-wrapper {
  font-size: 0;
}
.starRating-point {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.starRating-icoSet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 85px;
}
.starRating-ico {
  width: 20%;
  margin: 0;
  padding: 0;
}
.starRating-ico img {
  vertical-align: middle;
}

.copyright {
  text-align: center;
  padding: 40px;
}
.copyright small {
  font-size: 12px;
  color: #ffffff;
}

.container {
  background: #F8FCFF;
  margin: 0;
  padding: 0;
}

.topHead {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  background-image: url(../images/main-bg.png);
  background-size: cover;
}

.container {
  background: #F8FCFF;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.mainV {
  max-width: 1360px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 512px) {
  .mainV {
    padding: 60px 20px;
  }
}
.mainV-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 512px) {
  .mainV-inner {
    flex-direction: column;
  }
}
.mainV-left {
  width: 36%;
}
@media screen and (max-width: 512px) {
  .mainV-left {
    width: 100%;
    text-align: center;
  }
}
.mainV-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mainV-title img {
  max-width: 520px;
}
.mainV-title img:last-child {
  max-width: 340px;
}
@media screen and (max-width: 512px) {
  .mainV-title {
    align-items: center;
  }
  .mainV-title img {
    width: 90%;
    height: auto;
  }
  .mainV-title img:last-child {
    max-width: 200px;
  }
}
.mainV-txt {
  font-size: 26px;
  margin: 16px 0 40px 0;
}
@media screen and (max-width: 512px) {
  .mainV-txt {
    font-size: 18px;
    margin: 16px 0 20px 0;
  }
}
.mainV-images {
  width: 58%;
  box-sizing: border-box;
}
@media screen and (max-width: 512px) {
  .mainV-images {
    width: 100%;
    text-align: center;
  }
}

.ai-feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(20px, 5vw, 60px);
  margin-bottom: 60px;
}
.ai-feature:nth-last-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 512px) {
  .ai-feature:nth-last-of-type(2) {
    flex-direction: column;
  }
}
.ai-feature:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .ai-feature {
    gap: 10px;
  }
}
@media screen and (max-width: 512px) {
  .ai-feature {
    gap: 0;
    flex-direction: column;
  }
}
.ai-feature-text {
  flex: 1 1 45%;
  max-width: 600px;
}
.ai-feature-text .ai-feature-number {
  color: #00487C;
  font-size: 64px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 512px) {
  .ai-feature-text .ai-feature-number {
    width: 100%;
    font-size: 40px;
  }
}
.ai-feature-text .ai-feature-title {
  font-size: 30px;
  font-weight: bold;
  color: #00458b;
  margin-bottom: 16px;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .ai-feature-text .ai-feature-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 512px) {
  .ai-feature-text .ai-feature-title {
    font-size: 20px;
  }
}
.ai-feature-text .ai-feature-desc {
  font-size: 16px;
  color: #333;
}
.ai-feature-image {
  flex: 1 1 48%;
  width: 100%;
  max-width: 550px;
}
.ai-feature img {
  max-width: 100%;
  height: auto;
}
.ai-feature .ai-feature-caption {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

.section-summary {
  background: #ffffff;
  border-radius: 12px;
  max-width: 1040px;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}
.section-summary + .section-summary {
  margin-top: 40px;
}
@media screen and (max-width: 512px) {
  .section-summary {
    padding: 15px;
  }
}
.section-summary .summary-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(90deg, #0070C2 0%, #9FE2FF 100%);
}
.section-summary .summary-header {
  text-align: center;
  margin-bottom: 20px;
}
.section-summary .summary-header .index {
  color: #00487C;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
}
.section-summary .summary-header .index a {
  color: #00487C;
  -webkit-text-decoration-color: #6abcea;
          text-decoration-color: #6abcea;
}
@media screen and (max-width: 512px) {
  .section-summary .summary-header .index {
    font-size: 24px;
    text-align: center;
    margin-top: 18px;
  }
}
.section-summary .summary-header p {
  font-size: 14px;
  color: #444;
}
@media screen and (max-width: 512px) {
  .section-summary .summary-header p {
    text-align: left;
  }
}
.section-summary .summary-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .section-summary .summary-list {
    gap: 20px;
  }
}
@media screen and (max-width: 512px) {
  .section-summary .summary-list {
    gap: 20px;
  }
}
.section-summary .summary-list .summary-item {
  width: 48%;
  max-width: 460px;
  border-radius: 5px;
  border: 1px solid #F0F3F5;
  background: #FFF;
  box-shadow: 4px 4px 8px 2px rgba(2, 70, 118, 0.08);
  position: relative;
}
@media screen and (max-width: 800px) {
  .section-summary .summary-list .summary-item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .section-summary .summary-list .summary-item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 512px) {
  .section-summary .summary-list .summary-item {
    width: 100%;
    max-width: 100%;
  }
}
.section-summary .summary-list .summary-item > a {
  display: flex;
  align-items: center;
  gap: clamp(15px, 5vw, 25px);
  text-decoration: none;
  color: #333;
  padding: 24px;
}
@media screen and (max-width: 512px) {
  .section-summary .summary-list .summary-item > a {
    padding: 10px;
  }
}
.section-summary .summary-list .summary-item .summary-block {
  position: relative;
}
.section-summary .summary-list .summary-item .summary-block.right {
  width: 100%;
}
.section-summary .summary-list .summary-item .summary-badge {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 52.5px;
  height: 42px;
  flex-shrink: 0;
  aspect-ratio: 52.5/42;
}
@media screen and (max-width: 512px) {
  .section-summary .summary-list .summary-item .summary-badge {
    width: 40px;
  }
}
.section-summary .summary-list .summary-item .summary-logo-wrap {
  width: 120px;
  height: 120px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  box-sizing: border-box;
}
@media screen and (min-width: 513px) and (max-width: 800px) {
  .section-summary .summary-list .summary-item .summary-logo-wrap {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 512px) {
  .section-summary .summary-list .summary-item .summary-logo-wrap {
    width: 90px;
    height: 90px;
  }
}
.section-summary .summary-list .summary-item .summary-logo img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}
.section-summary .summary-list .summary-item .summary-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
@media screen and (max-width: 512px) {
  .section-summary .summary-list .summary-item .summary-title {
    font-size: 20px;
  }
}
.section-summary .summary-list .summary-item .summary-company {
  font-size: 14px;
  margin: 0;
}
.section-summary .summary-list .summary-item .summary-value {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  font-size: 16px;
  color: #E50060;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  gap: clamp(5px, 5vw, 10px);
}
.section-summary .summary-list .summary-item .summary-value .star-wrap {
  display: flex;
  align-items: end;
  gap: 5px;
}
.section-summary .summary-list .summary-item .summary-value .starRating {
  margin: 0;
}
.section-summary .summary-list .summary-item .comment-wrap {
  display: flex;
  align-items: anchor-center;
  color: #333;
}
.section-summary .summary-list .summary-item .comment-wrap .comment-icon {
  width: 16px;
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
}

.tab-switch {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
  justify-content: center;
}
.tab-switch .tab-button {
  background-color: #f1f3f6;
  color: #00457C;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
  min-width: 180px;
}
.tab-switch .tab-button:first-child {
  border-radius: 8px 0px 0px 8px;
}
.tab-switch .tab-button:last-child {
  border-radius: 0px 8px 8px 0px;
}
.tab-switch .tab-button.active {
  border-radius: 8px 0px 0px 8px;
  background: #00487C;
  color: #fff;
}
.tab-switch .tab-button:first-child.active {
  border-radius: 8px 0px 0px 8px;
}
.tab-switch .tab-button:last-child.active {
  border-radius: 0px 8px 8px 0px;
}
.tab-switch .tab-button:not(:last-child) {
  border-right: 1px solid #ccc;
}

.tab-content {
  margin-top: 20px;
}

.qa-section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 512px) {
  .qa-section {
    flex-direction: column;
  }
}
.qa-section .left {
  width: 45%;
}
@media screen and (max-width: 512px) {
  .qa-section .left {
    width: 100%;
  }
}
.qa-section .left .title,
.qa-section .left .sub-title {
  text-align: left;
}
@media screen and (max-width: 512px) {
  .qa-section .left .title,
.qa-section .left .sub-title {
    text-align: center;
  }
}

.qa-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 55%;
  max-width: 743px;
}
@media screen and (max-width: 512px) {
  .qa-list {
    width: 100%;
  }
}

.qa {
  margin-bottom: 20px;
}
.qa .qa-inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.qa .qa-q {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
}
.qa .qa-q .qa-initial {
  font-weight: bold;
  color: #004175;
  margin-right: 12px;
  flex-shrink: 0;
}
.qa .qa-q .qa-text {
  flex: 1;
  font-weight: 600;
  color: #1a1a1a;
}
.qa .qa-q .qa-toggle-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.qa .qa-q .qa-toggle-icon .qa-icon {
  width: 100%;
  height: 100%;
}
.qa .qa-q .qa-toggle-icon .qa-icon line {
  stroke: #004175;
  stroke-width: 2;
  stroke-linecap: round;
}
.qa .qa-q .qa-toggle-icon .qa-icon .vertical {
  stroke-dasharray: 12;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s ease;
}
.qa .qa-a {
  display: none;
  padding: 16px 20px 16px 40px;
  border-top: 1px solid #eee;
  font-size: 0.95rem;
  color: #333;
  display: flex;
  align-items: flex-start;
}
.qa .qa-a .qa-initial {
  font-weight: bold;
  color: #004175;
  margin-right: 8px;
  flex-shrink: 0;
}
.qa.is-open .qa-q .qa-toggle-icon {
  transform: rotate(180deg);
}
.qa.is-open .qa-q .qa-icon .vertical {
  stroke-dashoffset: 12;
}
.qa.is-open .qa-a {
  display: flex !important;
}

.btn-grade {
  width: 200px;
  height: 48px;
  background: linear-gradient(90deg, #E50060 0%, #EA830C 100%);
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .btn-grade {
    margin: 20px auto 0;
  }
}
.btn-grade a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}
.btn-grade:hover {
  background: linear-gradient(90deg, #b00042, #b65512);
  color: white;
}

.btn-blue {
  width: 200px;
  height: 48px;
  background: #004BB1;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .btn-blue {
    margin: auto;
  }
}
.btn-blue a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}
.btn-blue:hover {
  color: white;
  background: #00327b;
}

.summary-list-nav {
  background-color: #f1f3f6;
  color: #00487C;
  padding: 10px;
  margin-bottom: 30px;
}
.summary-list-nav p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.summary-list-nav span a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: #00487C;
  border-radius: 30px;
  text-decoration: none;
  margin: 0 10px 10px 0;
}

.star-rating-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.star-rating {
  display: flex;
}

.star-rating .star-rating-item {
  width: 100px;
  height: 18px;
  background-size: 100px 20px;
}

.star-rating.zero .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-0-pink.svg) center no-repeat;
}

.star-rating.zero.half .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-0-5-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.one .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-1-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.one.half .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-1-5-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.two .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-2-pink.svg) center no-repeat;
}

.star-rating.two.half .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-2-5-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.three .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-3-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.three.half .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-3-5-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.four .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-4-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.four.half .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-4-5-pink.svg) center no-repeat;
  background-size: contain;
}

.star-rating.five .star-rating-item {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/star-5-pink.svg) center no-repeat;
  background-size: contain;
}

.articleCardList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.articleCardList .articleCard {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  color: #231815;
  text-decoration: none;
  border-radius: 0px 0px 8px 8px;
  border: 2px solid var(--gray_pale, #F0F3F5);
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}
.articleCardList .articleCard a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px 6px;
  color: black;
  transition: 0.3s;
  text-decoration: none;
}
.articleCardList .articleCard a .articleCard-image {
  width: 100%;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
  transition: 0.3s;
}
.articleCardList .articleCard a .articleCard-detail {
  padding: 20px;
}
.articleCardList .articleCard a .articleCard-detail .articleCard-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 4.5em;
  font-size: 17px;
  line-height: 1.5;
  margin: 5px 0px;
  overflow: hidden;
  text-decoration: none;
}
.articleCardList .articleCard a .articleCard-detail .articleCard-tag {
  margin: 0 !important;
  padding: 0 !important;
}
.articleCardList .articleCard a .articleCard-detail .articleCard-tag_category {
  display: inline-block;
  background-color: #dc7061;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 8px 8px 0px;
  padding: 0px 15px;
  border-radius: 10px;
}
.articleCardList .articleCard a .articleCard-detail .articleCard-date {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px;
  padding: 0px;
}

.obi {
  background-color: #E50060;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}

.block {
  display: flex;
}

.minimal-donut {
  --donut-fill: #E50060;
  /* 塗りの色 */
  --donut-track: #e5e5e5;
  /* 余白の色 */
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minimal-donut__hole {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #fff;
}

.minimal-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel__track {
  display: flex;
  gap: var(--gap, 30px);
  padding: 0;
  margin: 0;
  list-style: none;
  will-change: transform;
  transition: transform 500ms ease;
}

/* 3分割（--visible で変更可）*/
#reviews-carousel .review-list {
  flex: 0 0 calc( (100% - (var(--visible, 3) - 1) * var(--gap, 30px)) / var(--visible, 3) );
}

/* ボタン */
.carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}

.carousel__btn.prev {
  left: 8px;
}

.carousel__btn.next {
  right: 8px;
}

.carousel__btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* ドット */
.carousel__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 0 20px;
}

.carousel__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}

.carousel__dot[aria-current=true] {
  background: #00487C;
  transform: scale(1.2);
}