@charset 'utf-8';

@import "./global.css";

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

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

html {
  overflow-x: auto;
}

body {
  width: 1400px;
  max-width: 1600px;
  margin: 0 auto;
  color: #111111;
}

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: 1200px;
  min-width: 1200px;
  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;
  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;
}

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

.section-top {
  background-image: url(../images/bg01.png); /* 画像パスを指定 */
  background-size: cover; /* 要素全体を覆うように表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  height: 1750px;
  padding: 30px 50px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 150px;
  padding-right: 150px;

  border-bottom: #facd00 28px solid;
}

.section-top .text-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 20px 20px 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: 0px;
  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 {
  width: 500px;
}

.section-top .text01-item.w2 {
  width: 560px;
}

.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: 0px;
  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-top .desc-area {
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

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

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

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

.section-01 {
  background-image: url(../images/bg02-02.png); /* 画像パスを指定 */
  background-size: cover; /* 要素全体を覆うように表示 */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
  height: 1380px;
  padding: 30px 50px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 150px;
  padding-right: 150px;
}

.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 {
  position: relative;
  width: 100%;
  height: 600px;
}

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

.section-01 .msg01 {
  position: absolute;
  top: 401px;
  left: 66px;
}

.section-01 .msg02 {
  position: absolute;
  top: 192px;
  left: 364px;
}

.section-01 .msg03 {
  position: absolute;
  top: 258px;
  left: 913px;
  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;
  padding: 0px 280px;
}

.section-02 .panel {
  width: 386px;
  min-height: 530px;
  box-shadow: 6px 6px 20px 0px rgba(255, 157, 0, 0.7);

  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
}

.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 18px;
  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 32px;
}

.section-02 .report-container {
  width: 100%;
  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 0px;
  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: 680px;
}

.section-02 .report .text-area1 .desc {
  margin-top: 70px;
  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%;
  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 180px;
}

.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 0px;
  font-feature-settings: "palt"; /* 細い約物にして「」の幅を詰める */
}

.section-02 .client .panel-item11 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  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: 96px;
  font-weight: 800;
  position: relative;
  display: inline-flex;
}

.section-02 .client .panel-item12 .num::after {
  content: "%";
  position: absolute;
  font-size: 48px;
  left: 100%;
  bottom: 0.5em;
  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: 28px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 6px 6px 20px 0px rgba(255, 157, 0, 0.7);
  position: relative;
  padding-bottom: 32px;
}

.section-02 .client .panel-item31 {
  width: 100%;
  padding: 32px 54px;
  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 {
  width: 100%;
  color: #facd00;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 40px;
}

.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 0px 80px 0px;
  margin-left: -100px;
  margin-right: -100px;
}

.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: 220px;
  height: 290px;
  padding: 24px 20px;
}

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

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

.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 {
}

.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;
}

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

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

.section-03 .question-area .privacy {
  margin-bottom: 8px;
}

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

.section-03 .question-area .is-success {
}

.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.png); /* 画像パスを指定 */
  background-size: cover; /* 要素全体を覆うように表示 */
  background-position: top; /* 中央に配置 */
  background-repeat: no-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;
}

.section-04 .container .panel {
  background-color: #ffffff;
  border-radius: 16px;
  width: 30%;
  height: 412px;
  gap: 24px;
  padding-top: 49px;
  position: relative;
}
.section-04 .panel .title {
  padding: 30px 32px;
  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%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px 24px 0 0;
  padding: 112px 100px;
}

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

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

footer .left .logo img {
  width: 100%;
  height: auto;
  display: block;
}

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;
}
