@charset 'utf-8';

@import "./global.css";

/*---------------------------------------------------------------------- */
ruby {
  ruby-align: space-around;
}

rt {
  font-size: 0.5em;
  line-height: 1;
  margin-bottom: -1em;
}

html {
  overflow-x: auto;
}

body {
  width: 100%;
  margin: 0 auto;
  color: #111111;
  overflow-x: hidden;
}

main {
  width: 100%;
  margin: 0 auto;
}

h1 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 68px;
}

h1 .sub {
  font-size: 44px;
}

h1 .sub2 {
  font-size: 38px;
}

h1 .sub3 {
  font-size: 49px;
}

h2 {
  letter-spacing: 0.15em;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
}

h2::after {
  content: "";
  width: 50px;
  bottom: -32px;
  height: 5px;
  background-color: #facd00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

h2.w::after {
  background-color: #ffffff;
}

h2.b::after {
  background-color: #111111;
}

section {
  margin: 0 auto; /* 水平中央に配置 */
}

/*---------------------------------------------------------------------- */
.line-header {
  width: 100%;
  padding: 40px 0;
}

.line-header .line-text {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 60px;
  font-weight: 800;
  color: #fac300;
  padding: 0 80px 0 0;
}

.line-header .line-text::before {
  width: 100%;
  content: "";
  flex: 1; /* これで幅 100% の線になる */
  height: 2px;
  background: #fac300;
}

.line-header .line-text.b {
  color: #111111;
}

.line-header .line-text.b::before {
  background: #111111;
}

/*---------------------------------------------------------------------- */
header {
  width: 100%;
  max-width: 1200px;

  background-color: #ffffff;
  padding: 20px 52px;
  margin: 0 auto;
  border-radius: 16px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .nav {
  display: flex;
  align-items: baseline;
  gap: 24px;
}

header .nav a {
  text-decoration: none;
  transition: opacity 0.3s;
}

header .nav a:hover {
  opacity: 0.7;
}

header .nav-items {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .nav-items .nav-item {
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.3s;
}

header .nav-items-badge {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .nav-items-badge .nav-item a.badge {
  font-size: 14px;
  background-color: #24357e;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
}

/*---------------------------------------------------------------------- */

.top-bg {
  background-image: url(../images/bg00.jpg);
  background-size: 100px;
  background-position: top center;
  background-repeat: repeat;
}

.section-top {
  background-image: url(../images/bg.png);
  /* background-image: url(../images/bg_01.png); */
  background-size: 2800px; /* 要素全体を覆うように表示 */
  background-position: top; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  padding: 30px 50px;
}

.section-top .header-logo {
  width: 30%;
}

.section-top .text-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 70px 20px;
  width: 1200px;
  margin: 0 auto;
}

.section-top .text01-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.section-top .text01-area1 {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.section-top .text01-item {
  font-family: "Noto Serif JP";
  background-color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  padding: 10px 12px;
  font-feature-settings:
    "palt" 1,
    "halt" 1; /* 細い約物にして「」の幅を詰める */
}

.section-top .text01-item.w1,
.section-top .text01-item.w2 {
  width: fit-content;
  max-width: 100%;
}

.section-top .text01-area2 {
  font-family: "Noto Sans JP";
  background-color: #ffffff;
  width: 720px;
  padding: 20px 24px;
  font-size: 62px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 30px;
}

.section-top .text01-area2-img {
  width: 640px;
}

.section-top .text01-area2 .sub {
  font-size: 24px;
}

.section-top .text02-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 12px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-feature-settings: "palt"; /* 細い約物にして「」の幅を詰める */
}

.section-top .text02-area .sub1 {
  background-color: #facd00;
}

.section-top .text02-area .sub2 {
  background-color: #facd00;
  font-size: 14px;
}

.section-00 {
  border-bottom: #facd00 28px solid;
}

.section-00 .desc-area {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.section-00 .desc-area .text01 {
  width: 940px;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.section-00 .desc-area .text01 .sub {
  letter-spacing: 0em;
}

/*---------------------------------------------------------------------- */

.section-01 {
  background-image: url(../images/bg02-img.png), url(../images/bg02-dots.png); /* 画像パスを指定 */
  background-size: 1200px, 80px; /* 要素全体を覆うように表示 */
  background-position: bottom center, top left; /* 中央に配置 */
  background-repeat: no-repeat, repeat; /* 繰り返しを防ぐ */
  height: 1170px;
  padding: 30px 50px;
  
}

.section-01 .title-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-top: 86px;
}

.section-01 .title-area .text01 {
  width: 800px;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
}

.section-01 .title-area .emph {
  color: #facd00;
}

.section-01 .msg-area {
  width: 1020px;
  margin: 200px auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.section-01 .msg {
  width: 320px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.section-01 .msg01 {
  position: absolute;
  margin-top: 135px;
  margin-left: 10px;
}

.section-01 .msg02 {
  position: absolute;
  margin-left: 260px;
  margin-top: -40px;
}

.section-01 .msg03 {
  position: absolute;
  margin-left: 700px;
  margin-top: 10px;
  font-feature-settings: "palt"; /* 細い約物にして「」の幅を詰める */
}

/*---------------------------------------------------------------------- */
.section-02 {
  padding-top: 50px;
  background-color: #facd00;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-02 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.section-02 .bg-txt-deco {
  font-size: 96px;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: relative;
  left: 625px;
  line-height: 1;
}

.section-02 .bg-txt-deco.pos2 {
  left: 300px;
}

.section-02 .panels {
  display: flex;
  gap: 28px;
}

.section-02 .panel {
  width: 370px;
  box-shadow: 6px 6px 20px 0px rgba(255, 157, 0, 0.7);
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 0 52px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.section-02 .panel .header {
  width: 100%;
  color: #facd00;
  display: flex;
  justify-content: end;
  align-items: end;
}

.section-02 .panel .header .item1 {
  font-size: 28px;
  font-weight: 700;
  margin-right: 20px;
}

.section-02 .panel .header .item2 {
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  padding-right: 26px;
}

.section-02 .panel .header .item2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.06em; /* 数字のベースラインに揃える */
  height: 0.76em; /* ベースライン付近までの高さに合わせる */
  border-right: #facd00 16px solid;
}

.section-02 .panel .title {
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  background-color: #f4f4f4;
  padding: 12px 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.section-02 .panel .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 24px;
}

.section-02 .report-container {
  width: 100%;
  max-width: 1370px;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.section-02 .report {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  gap: 40px;
  background-color: #ffffff;
  padding: 40px 0;
  box-shadow: 6px 6px 20px 0px rgba(255, 157, 0, 0.7);
}

.section-02 .report .text-area1 {
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 0 80px;
}

.section-02 .report .text-area1 img {
  max-width: 500px;
}

.section-02 .report .text-area1 .desc {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.section-02 .report .text-area2 {
  width: 100%;
  display: flex;
  gap: 40px;
  padding: 0 80px;
  justify-content: space-between;
}

.section-02 .lecturer-desc {
  text-align: center;
  font-size: 24px;
}

.section-02 .report .text-area2 .lecturer-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.section-02 .report .text-area2 .badge {
  background-image: url(../images/badge01.png); /* 画像パスを指定 */
  background-size: cover; /* 要素全体を覆うように表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  width: 400px;
  height: 100px;
  text-align: center;
  padding-top: 14px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}

.section-02 .report .text-area2 .pict-area {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.section-02 .report .text-area2 .text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-02 .client {
  background-image: url(../images/bg03.png); /* 画像パスを指定 */
  background-size: cover; /* 要素全体を覆うように表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  border-radius: 36px 36px 0 0;
  width: 100%;
  max-width: 1200px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 200px;
}

.section-02 .client .panels {
  display: flex;
  flex-direction: column;
  padding: 0 90px;
}

.section-02 .client .panel-row1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.section-02 .client .panel-item1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 6px 6px 20px 0px rgba(255, 157, 0, 0.7);
  padding: 32px 0;
  font-feature-settings: "palt"; /* 細い約物にして「」の幅を詰める */
}

.section-02 .client .panel-item11 {
  width: 100%;
  text-align: center;
  font-size: 23px;
  line-height: 1.8;
  border-bottom: #facd00 2px solid;
  padding-bottom: 24px;
}

.section-02 .client .panel-item12 {
  width: 100%;
  text-align: center;
  font-size: 96px;
  color: #facd00;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.section-02 .client .panel-item12 .num {
  font-size: 68px;
  font-weight: 800;
  position: relative;
  display: inline-flex;
}

.section-02 .client .panel-item12 .num::after {
  content: "%";
  position: absolute;
  font-size: 40px;
  left: 100%;
  bottom: 0.2em;
  margin-left: 0.1em;
}

.section-02 .client .panel-row2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.section-02 .client .panel-row3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.section-02 .client .panel-item3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 6px 6px 20px 0px rgba(255, 157, 0, 0.7);
  position: relative;
  padding-top: 12px;
  padding-bottom: 32px;
}

.section-02 .client .panel-item31 {
  width: 100%;
  padding: 32px 32px;
  font-size: 22px;
  line-height: 1.8;
}

.section-02 .client .panel-item32 {
  width: 100%;
}

.section-02 .client .panel-item32 img {
  width: 100%;
  height: auto;
  display: block;
}

.section-02 .client .panel-item33 img {
  width: 90px;
}

.section-02 .client .panel-item33 {
  width: 100%;
  color: #facd00;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 20px;
}

.section-02 .client .panel-item33 .item {
  display: flex;
  align-items: baseline;
}

.section-02 .client .panel-item33 .item1 {
  font-size: 28px;
  font-weight: 700;
  margin-right: 20px;
}

.section-02 .client .panel-item33 .item2 {
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
  position: relative;
  padding-right: 26px;
}

.section-02 .client .panel-item33 .item2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.06em; /* 数字のベースラインに揃える */
  height: 0.76em; /* ベースライン付近までの高さに合わせる */
  border-right: #facd00 16px solid;
}

/*---------------------------------------------------------------------- */
.section-03 {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 160px 0 80px 0;
  margin-left: -100px;
  margin-right: -100px;
}

.section-03 .mb{
  display: none;
}

.section-03 .smartphone-block {
  display: none;
}

.section-03 h1 .sub1 {
  font-size: 32px;
}
.section-03 h1 .sub2 {
  font-size: 24px;
}
.section-03 h1 .sub3 {
  font-size: 70px;
  font-weight: 900;
}

.section-03 h1 .sub4 {
  font-size: 32px;
}

.section-03 .container {
  max-width: 1400px;
  padding: 0 80px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.section-03 .panel {
  background-color: #facd00;
  text-align: center;
  padding-bottom: 100px;
  border-radius: 24px;
}

.section-03 .panel .flows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
}

.section-03 .panel .flows .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 16px;
  width: 206px;
  height: 290px;
  padding: 24px 20px;
}

.section-03 .panel .step {
  font-size: 20px;
  color: #facd00;
}

.section-03 .panel .desc {
  font-size: 16px;
}

.section-03 .panel .sub {
  font-size: 14px;
}

.section-03 .question-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  margin: 0 auto;
}

.section-03 .question-area h1 .sub {
  font-size: 24px;
}

.section-03 .question-area .form-container {
  width: 1024px;
  min-width: 1024px;
  max-width: 1024px;
  padding: 20px 190px 20px 190px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-03 .question-area .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-03 .question-area .form-group input,
.section-03 .question-area .form-group textarea,
.section-03 .question-area .form-group select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
}

.section-03 .question-area .form-group label {
  font-size: 16px;
}

.section-03 .question-area .required {
  color: #fb3d2a;
  font-size: 16px;
}

.section-03 .question-area .notice {
  margin-left: 20px;
  font-size: 12px;
}

.section-03 .question-area .submit {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section-03 .question-area .privacy {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.section-03 .question-area .privacy a {
  text-decoration: underline;
}

.section-03 .question-area .privacy a:hover {
  opacity: 0.7;
}

.section-03 .question-area .contact-message {
  width: 100%;
  text-align: center;
}

.section-03 .question-area .is-error {
  color: #e60012;
}

.section-03 .question-area .error-message {
  color: #e60012;
  font-size: 12px;
  margin-left: 1em;
  font-weight: bold;
}

.section-03 .question-area .validation-error {
  width: 100%;
  text-align: center;
  color: #e60012;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  min-height: 1.5em;
  visibility: hidden;
}

.section-03 .question-area .btn-container {
  display: flex;
  justify-content: center;
}

.section-03 .question-area .submit-button {
  background-image: url(../images/bnt01.png); /* 画像パスを指定 */
  background-size: cover; /* 要素全体を覆うように表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  width: 341px;
  height: 76px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 12px;
}

/*---------------------------------------------------------------------- */
.section-04 {
  background-color: #ffffff;
  background-image: url(../images/bg04-02.png), url(../images/bg04.png); /* 画像パスを指定 */
  background-size: 400px, 360px;
  background-position: top center, top center;
  background-repeat: no-repeat, repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  margin-left: -100px;
  margin-right: -100px;
}

.section-04 .container {
  padding: 100px 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-04 .h1-sub {
  font-size: 24px;
  text-align: center;
  margin-bottom: 90px;
}

.section-04 .container .panels {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1240px;
}

.section-04 .container .panel {
  background-color: #ffffff;
  border-radius: 16px;
  width: 30%;
  gap: 24px;
  padding-top: 49px;
  position: relative;
}
.section-04 .panel .title {
  padding: 30px 16px;
  font-size: 25px;
  letter-spacing: 0.05em;
  background-color: #fff5d5;
}

.section-04 .panel .desc {
  padding: 40px 32px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.section-04 .panel .icon {
  position: absolute;
  top: -23px;
  right: -13px;
}

/*---------------------------------------------------------------------- */

footer {
  background-color: #24357e;
  padding: 80px 160px 0 160px;
  margin-left: -100px;
  margin-right: -100px;
}

footer .panel {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
  padding: 112px 100px;
}

footer .panel .wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

footer .left {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

footer .left .logo {
  width: 562px;
}

.footer-logo-vertical {
  display: none;
}

footer .left .desc {
  font-size: 16px;
  font-weight: 600;
}

footer .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

footer .right .icros {
  width: 204px;
}

footer .right .icros img {
  width: 100%;
  height: auto;
  display: block;
}

footer .right .desc {
  font-size: 18px;
  font-weight: 600;
}

footer .right .link {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 40px;
  background-color: #24357e;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

/*---------------------------------------------------------------------- */
/* Responsive: Mobile First スマホ最適化
---------------------------------------------------------------------- */

/* ハンバーガーボタン（PCでは非表示） */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1100;
  position: relative;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111111;
  transition: transform 0.3s, opacity 0.3s;
}

/* クローズボタン（スマホ時に上書きで表示） */
.nav-close {
  display: none;
}

/* オーバーレイはスマホ時のみ使用 */
.nav-overlay {
  display: none;
}

/* タブレット・スマホ共通（1200px未満） */
@media (max-width: 1199px) {
  body {
    width: 100%;
    max-width: 100%;
  }

  h2 {
    margin-bottom: 60px;
  }

  h1 {
    margin-bottom: 40px;
  }

  br.tablet {
    display: none;
  }

  header {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
  }

  header .nav-items .nav-item a,
  header .nav-items-badge .nav-item a.badge {
    white-space: nowrap;
  }

  .section-top .header-logo {
    width: auto;
  }

  .section-top {
    background-image: url(../images/bg_tablet.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section-top .text-area {
    width: 100%;
    padding: 60px 0 40px;
  }

  .section-top .text01-area2 {
    width: fit-content;
    max-width: 100%;
  }

  .section-top .text01-area2-img {
    width: 480px;
    max-width: 100%;
  }

  .section-top .desc-area{
    padding: 60px 0;
  }

  .section-top .desc-area .text01 {
    width: 100%;
    padding: 0 16px;
  }

  .section-00 {
    background-image: url(../images/bg00.png);
    background-size: 700px;
    background-position: left;
    background-repeat: no-repeat;
  }

  .section-00 .desc-area .text01 {
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
  }

  .section-01,
  .section-02,
  .section-03,
  .section-04,
  footer {
    margin-left: 0;
    margin-right: 0;
  }

  .section-01 {
    background-image: url(../images/bg02_mb.png), url(../images/bg02-dots.png);
    background-size: contain, 80px;
    background-position: bottom, top center;
    background-repeat: no-repeat, repeat;
    height: auto;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40%;
  }

  .section-01 .title-area {
    padding-top: 40px;
  }

  .section-01 .title-area .text01 {
    width: 100%;
    padding: 0 16px;
  }

  .section-01 .msg-area {
    width: 100%;
    margin: 40px 0 20px;
    gap: 40px;
    padding: 40px 60px;
  }

  .section-01 .msg01 {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
  
  .section-01 .msg02 {
    position: static;
    margin-left: 0;
    margin-top: 0px;
  }
  
  .section-01 .msg03 {
    position: static;
    margin-left: 0;
    margin-top: 0px;
  }

  .section-01 .msg-area .msg::before{
    content: url('../images/quote.png');
    width: 52px;
    height: 40px;
    position: absolute;
    margin-top: -45px;
  }
  .section-01 .msg {
    position: static;
    background: #fff;
    padding: 20px;
    border: #ddd 3px solid;
    border-radius: 9999px;
    width: 100%;
    max-width: 100%;
  }

  .section-02 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-02 .panels {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .section-02 .panel {
    width: 100%;
    min-height: auto;
  }

  .section-02 .bg-txt-deco {
    left: 0;
    font-size: 48px;
    white-space: nowrap;
    text-align: center;
  }

  .section-02 .report-container {
    padding: 0;
  }

  .section-02 .report .text-area1 {
    flex-direction: column;
    padding: 0 24px;
    gap: 10px;
  }

  .section-02 .report .text-area2 {
    padding: 0 24px;
    gap: 10px;
  }
  
  .section-02 .report .text-area1>div{
    width: 100%;
    display: block;
    text-align: center;
  }
  .section-02 .report .text-area1 img {
    width: 100%;
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 24px;
  }

  .section-02 .report .text-area1 .desc {
    margin-top: 0;
  }

  .section-02 .client .panels {
    padding: 0 24px;
  }

  .section-02 .client .panel-row1,
  .section-02 .client .panel-row3 {
    flex-direction: column;
  }

  .section-03 {
    padding: 60px 24px 40px;
  }

  .section-03 .container {
    padding: 0 24px;
  }

  .section-03 .panel .flows {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .section-03 .question-area {
    padding-top: 30px;
  }

  .section-03 .question-area .form-container {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 20px 24px;
  }

  .section-04 .container {
    padding: 60px 24px;
  }

  .section-04 .container .panel {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  footer {
    padding: 40px 24px 0;
  }

  footer .panel .wrap {
    flex-direction: column;
    padding: 40px 24px;
    gap: 40px;
  }

  footer .panel .wrap {
    align-items: center;
  }

  /* footer .left .logo {
    width: 560px;
    max-width: 400px;
  } */

  footer .left .logo {
    width: 100%;
    max-width: 100%;
  }

  footer .right .icros {
    width: 100%;
    max-width: 204px;
  }

  footer .copyright {
    text-align: center;
  }

  /* タブレットのみ（820px〜1199px）の上書き */
  @media (min-width: 820px) {
    h1{
      zoom: 0.7;
    }
    header {
      padding: 18px 24px;
      flex-wrap: nowrap;
      gap: 16px;
    }

    .header-logo {
      flex-shrink: 0;
    }

    .header-logo img {
      max-height: 32px;
      width: auto;
      display: block;
    }

    header .nav {
      flex-shrink: 0;
      gap: 12px;
      flex-wrap: nowrap;
    }

    header .nav-items {
      gap: 12px;
      flex-shrink: 0;
    }

    header .nav-items .nav-item {
      font-size: 13px;
      white-space: nowrap;
    }

    header .nav-items .nav-item a {
      white-space: nowrap;
    }

    header .nav-items-badge {
      gap: 8px;
      flex-shrink: 0;
    }

    header .nav-items-badge .nav-item a.badge {
      font-size: 12px;
      padding: 6px 12px;
      white-space: nowrap;
    }

    .section-top {
      padding: 24px 40px;
      padding-left: 40px;
      padding-right: 40px;
    }

    .section-top .text-area {
      padding: 80px 0 60px;
    }

    .section-top .text01-item {
      font-size: 38px;
    }

    .section-top .text01-area2 {
      font-size: 48px;
      padding: 18px 20px;
    }

    .section-top .text01-area2 .sub {
      font-size: 20px;
    }

    .section-top .text02-area {
      font-size: 20px;
    }

    .section-top .desc-area {
      padding-top: 100px;
    }

    .section-top .desc-area .text01 {
      font-size: 18px;
    }

    .section-01 .title-area .text01 {
      font-size: 36px;
    }

    .section-01 .msg {
      font-size: 20px;
    }

    .section-02 {
      padding-left: 40px;
      padding-right: 40px;
    }
      
    .section-02 .panel {
      gap: 20px;
      padding: 20px 0 36px 0;
    }

    .section-02 .panel .header .item1 {
      font-size: 20px;
    }

    .section-02 .panel .header .item2 {
      font-size: 72px;
    }

    .section-02 .bg-txt-deco {
      font-size: 56px;
    }

    .section-02 .report .text-area1 {
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0 16px;
      gap: 32px;
    }

    .section-02 .report .text-area1 img {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 24px;
    }

    .section-02 .report .text-area1 .desc {
      margin: 0 60px;
      flex: 1;
      min-width: 280px;
      font-size: 17px;
    }

    .section-02 .client .panels {
      padding: 0 40px;
    }

    .section-02 .client .panel-row1,
    .section-02 .client .panel-row3 {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
    }

    .section-02 .client .panel-item1,
    .section-02 .client .panel-item3 {
      flex: 1 1 calc(50% - 12px);
      min-width: 260px;
      max-width: 400px;
    }

    .section-02 .client .panel-item12 .num {
      font-size: 72px;
    }
    .section-02 .client .panel-item31 {
      font-size: 18px;
    }

    .section-02 .client .panel-item33 {
      padding-left: 20px;;
    }

    .section-02 .client .panel-item33 .item2 {
      font-size: 52px;
    }

    .section-02 .lecturer-desc {
      font-size: 18px;
      padding: 0 24px;
    }

    .section-03 {
      padding: 80px 40px 60px;
    }

    .section-03 .container {
      padding: 0;
    }

    .section-03 .panel .flows {
      gap: 16px;
    }

    .section-03 .panel .flows .item {
      width: 160px;
      min-width: 140px;
      height: 260px;
    }

    .section-03 .question-area .form-container {
      padding: 24px 48px;
    }

    .section-04 .container {
      padding: 80px 40px;
    }

    .section-04 .container .panels {
      gap: 24px;
    }

    .section-04 .container .panel {
      width: calc(50% - 12px);
      min-width: 280px;
      max-width: 400px;
    }

    footer {
      padding: 50px 40px 0;
    }

    footer .panel {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      padding: 64px 40px;
      gap: 48px;
    }

    footer .left {
      min-width: 260px;
    }

    footer .right {
      flex: 0 0 auto;
    }
  }
}

/* スマホ（819px以下） */
@media (max-width: 819px) {
  header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-toggle {
    display: flex;
    cursor: pointer;
  }

  /* メニュー内のクローズボタン（右上固定） */
  .nav-close {
    display: none;
    position: absolute;
    top: 12px;
    right: 24px;
    width: 44px;
    height: 44px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1001;
  }
  .nav-close::before,
  .nav-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #111111;
    transform-origin: center;
  }
  .nav-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .nav-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  body:has(#nav-check:checked) .nav-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  header .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 80px 24px 24px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    box-sizing: border-box;
  }

  body:has(#nav-check:checked) header .nav {
    transform: translateX(0);
  }

  body:has(#nav-check:checked) .nav-close {
    display: block;
  }

  body:has(#nav-check:checked) .nav-toggle {
    opacity: 0;
    pointer-events: none;
  }

  body:has(#nav-check:checked) {
    overflow: hidden;
  }

  header .nav-items {
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  header .nav-items .nav-item {
    font-size: 16px;
    padding: 14px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  header .nav-items-badge {
    flex-direction: column;
    gap: 12px;
  }

  header .nav-items-badge .nav-item a.badge {
    display: block;
    text-align: center;
    padding: 14px 20px;
    min-height: 44px;
    box-sizing: border-box;
  }

  .header-logo img {
    max-height: 32px;
    width: auto;
  }

  h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  h1 .sub {
    font-size: 24px;
  }

  h1 .sub2,
  h1 .sub3 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 48px;
  }

  .line-header .line-text {
    font-size: 32px;
    padding: 0 16px 0 0;
  }
  .section-top {
    background-size: cover;
    background-position: top;
    padding: 24px;
  }

  .section-top .text01-item {
    font-size: 28px;
    padding: 8px 10px;
  }
  .section-top .text02-area>div {
    background-color: #facd00;
    display: inline-block;
    width: fit-content;
  }

  .section-top .text01-area2 {
    font-size: 36px;
    padding: 16px;
  }

  .section-top .text01-area2 .sub {
    font-size: 16px;
  }

  .section-top .text02-area {
    font-size: 18px;
  }

  .section-top .desc-area {
    padding-top: 80px;
  }

  .section-top .desc-area .text01 {
    font-size: 16px;
  }

  .section-00 .desc-area h1,
  .section-02 h1{
    margin-bottom: 30px;
  }

  .section-00 {
    background-size: 600px;
    background-position: top left;
    background-repeat: no-repeat;
  }

  .section-00 .desc-area .text01 {
    font-size: 16px;
  }
  .section-01 .title-area .text01 {
    font-size: 28px;
  }

  .section-01 .msg {
    font-size: 16px;
  }

  .section-01 .msg-area {
    padding: 40px 0;
  }
  .section-02 .report .text-area1 .desc {
    font-size: 16px;;
  }

  .section-02 .panel .header .item2 {
    font-size: 64px;
  }

  .section-02 .panel .header .item2::after {
    border-right-width: 10px;
  }

  .section-02 .panel .title {
    font-size: 18px;
  }

  .section-02 .panel .desc {
    font-size: 16px;
    padding: 0 20px;
  }

  .section-02 .client .panel-item12 .num {
    font-size: 64px;
  }

  .section-02 .client .panel-item12 .num::after {
    font-size: 32px;
  }

  .section-02 .client .panel-item31 {
    padding: 24px 20px;
    font-size: 18px;
  }

  .section-02 .client .panel-item33 .item2 {
    font-size: 52px;
  }

  .section-02 .lecturer-desc {
    font-size: 16px;
    padding: 0 16px;
  }

  .section-03 h1 .sub3 {
    font-size: 48px;
  }

  .section-03 .pc {
    display: none;
  }

  .section-03 .mb {
    display: block;
  }

  .section-03 .panel .flows .item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 12px 20px;
    padding: 20px;
    min-height: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .section-03 .panel .flows .item .step {
    grid-column: 1;
    grid-row: 1;
    align-self: flex-start;
  }

  .section-03 .panel .flows .item .mb {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
  }

  .section-03 .panel .flows .item .mb img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  .section-03 .panel .flows .item .desc {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
    text-align: left;
    justify-self: start;
  }

  .section-03 .question-area .submit {
    gap: 0px;
  }

  .section-03 .question-area .submit-button {
    width: 100%;
    max-width: 320px;
    height: 76px;
    font-size: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 10px;
  }

  .section-03 .panel .flows .item+div>img{
    transform: rotate(90deg);
  }

  .section-04 .panel .title {
    font-size: 20px;
    padding: 20px 24px;
  }

  .section-04 .panel .desc {
    font-size: 16px;
    padding: 24px;
  }

  /* スマホ・小さい画面用の追加調整 */
  h1 {
    padding: 0 20px;
    font-size: 22px;
    margin-bottom: 0;
  }

  h1 .sub {
    font-size: 20px;
  }

  h1 .sub2,
  h1 .sub3 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
    margin-bottom: 36px;
  }

  h2::after {
    width: 36px;
    bottom: -20px;
  }

  .line-header {
    padding: 24px 0;
  }

  .line-header .line-text {
    font-size: 24px;
  }

  .section-top .text-area {
    padding: 48px 0 32px;
  }

  .section-top .text01-item {
    font-size: 22px;
  }

  .section-top .text01-area2 {
    font-size: 28px;
  }

  .section-top .text02-area {
    font-size: 16px;
    padding: 0;
  }

  .section-top .desc-area {
    padding: 48px 0;
  }

  .section-01 .title-area {
    padding-top: 20px;
  }

  .section-01 .title-area .text01 {
    font-size: 22px;
  }

  .section-02 .panel .header .item2 {
    font-size: 52px;
  }

  .section-02 .report .text-area2 .badge {
    width: 100%;
    max-width: 100%;
    background-size: contain;
  }

  br.smartphone {
    display: none;
  }
 

  .section-02 .client {
    padding-bottom: 60px;
  }

  .section-02 .client .panel-item33 {
    padding-left: 20px;
    margin-top: -10px;
  }

  .section-02 .client .panel-item33 img {
    width: 60px;
  }
  .section-03 {
    padding: 60px 0 0;
  }

  .section-03 h1 .sub4 {
    margin: 30px 0;
    display: block;
  }
  .section-03 .panel .flows .item {
    width: 100%;
    max-width: 100%;
  }

  .section-03 .panel .flows .item+div>img{
    transform: rotate(90deg);
  }

  .section-03 .panel .step {
    font-size: 16px;
  }

  .section-03 .panel .desc {
    font-size: 18px;
  }

  .section-03 .question-area .form-container {
    padding: 16px;
  }

  .section-03 .question-area h1 .sub {
    display: block;
    margin: 30px 0;
  }

  .section-03 .question-area .form-group input,
  .section-03 .question-area .form-group textarea,
  .section-03 .question-area .form-group select {
    padding: 14px;
    font-size: 16px;
  }

  .section-03 .pc{
    display: none;
  }

  .section-03 .mb {
    display: block;
  }

  .section-03 .smartphone-block {
    display: inline-block;
    margin: 0 6px;
  }

  .section-03 .panel .flows .item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 12px 20px;
    padding: 20px;
    min-height: auto;
    height: auto;
    max-width: 100%;
  }

  .section-03 .panel .flows .item .step {
    grid-column: 1;
    grid-row: 1;
    align-self: flex-start;
  }

  .section-03 .panel .flows .item .mb {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
  }

  .section-03 .panel .flows .item .mb img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  .section-03 .panel .flows .item .desc {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
    text-align: left;
    justify-self: start;
  }

  .section-04 {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .section-04 .h1-sub {
    display: block;
    margin: 30px 0;
  }

  footer {
    padding: 60px 24px 0;
  }

  footer .panel {
    padding: 40px 16px;
  }

  footer .right .link {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    min-height: 48px;
    box-sizing: border-box;
  }

  .footer-logo-horizontal {
    display: none;
  }

  .footer-logo-vertical {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
  }
}