@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 800;
}
h5 {
  font-size: 16px;
}

.six {
  width: 1000px;
  max-width: 90%;
  margin: 50px auto;
  width: 1000px;
}
.six h2 {
  font-family: "Hiragino Sans" !important;
  line-height: 1.5em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  color: #004da1;
}
.six h2 span {
  font-size: 70px;
}
.six .six-box {
  display: flex;
  flex-wrap: wrap;
  background: #eff6fc;
  border: 1px solid #cccccc;
}
.six .six-box .s-box {
  width: 33.3333333333%;
  padding: 20px;
  padding-bottom: 40px;
  border: 1px solid #cccccc;
}
.six .six-box h3 {
  color: #004da1;
  margin-bottom: 10px;
}
.six .six-box h3 span {
  font-size: 35px;
  letter-spacing: -1px;
  padding-right: 10px;
  font-weight: 600;
}
.six .six-box p span {
  font-size: 16px;
  font-weight: 600;
}
.six .six-box .s-box:nth-child(2) p {
  font-weight: 600;
}

.feature {
  width: 1000px;
  max-width: 90%;
  margin: 50px auto;
}
.feature .title {
  text-align: center;
  position: relative;
  margin: 120px auto 70px auto;
}
.feature .number {
  font-size: 120px;
  font-weight: 600;
  color: #004da1;
  opacity: 0.3;
  letter-spacing: -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature h3 {
  font-size: 30px;
  color: #004da1;
}
.feature .dot {
  width: 500px;
  max-width: 90%;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-top: dashed 1px #808080;
  border-bottom: dashed 1px #808080;
}
.feature .p {
  margin-bottom: 30px;
}
.feature .right {
  margin-left: auto;
  width: 50%;
}
.feature .schooling {
  width: 500px;
  max-width: 90%;
  margin: 70px auto;
  text-align: center;
  font-weight: 600;
  max-width: 100%;
}
.feature .schooling .sc-box {
  padding: 10px 0;
  margin-bottom: 5px;
  border: solid 1px #004da1;
}
.feature .schooling .sc-box h4 {
  color: #004da1;
}
.feature .schooling .sc-box:nth-child(1) {
  background: #004da1;
}
.feature .schooling .sc-box:nth-child(1) h4 {
  color: white;
}

.feature .support {
  width: 700px;
  margin: 20px auto 40px auto;
  max-width: 90%;
}
.feature .support h4 {
  font-size: 22px;
  color: #004da1;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature .line {
  width: 900px;
  height: 3px;
  max-width: 90%;
  border-top: solid 1px #004da1;
  margin: 70px auto;
}

.su-box {
  width: 500px;
  max-width: 90%;
  margin: 70px auto;
  font-weight: 600;
  max-width: 90%;
  border: solid 2px #004da1;
  /**POINT修正***/
}
.su-box .su-title {
  background: #004da1;
  padding: 10px 0;
  text-align: center;
  color: white;
}
.su-box .su-data {
  padding: 20px;
  display: flex;
  align-items: center;
  line-height: 200%;
  font-size: 20px;
  gap: 5px;
}
.su-box .su-data .su1 {
  width: 45%;
}
.su-box .su-data .su1:nth-child(1) {
  color: #004da1;
}
.su-box .su-data .su2 {
  width: 10%;
}
.su-box .su-data .su1 {
  width: 100%;
}
.su-box .su-data .su1 h5 {
  text-align: center;
  font-size: 30px;
}
.su-box .su-data .su1 ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.su-box .su-data .su1 li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.su-box .su-data .su1 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #004da1;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #004da1;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.message {
  background: #eff6fc;
  border: solid 2px #cccccc;
  width: 900px;
  margin: 70px auto;
  max-width: 90%;
}
.message .me1 {
  display: flex;
}
.message .me1 h4 {
  padding: 10px 0;
  text-align: center;
  background: #004da1;
  color: white;
}
.message .me1 .me-img {
  width: 30%;
}
.message .me1 .me-img img {
  width: 120px;
  margin: 30px auto 0px auto;
}
.message .me1 .me-img p {
  width: 120px;
  margin: 0 auto;
  margin-top: 20px;
}
.message .me1 .me-before {
  width: 70%;
  padding: 60px 30px 30px 30px;
}
.message .me2 {
  padding: 30px 30px;
}
.message .me2 p {
  margin-bottom: 20px;
}

.feature .sub-title {
  width: 700px;
  font-size: 20px;
  color: #004da1;
  font-weight: 600;
  margin: 50px auto;
  margin-top: 80px;
  max-width: 90%;
}
.feature .life {
  width: 700px;
  margin: 20px auto 40px auto;
  max-width: 90%;
}
.feature .life h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.message .me1 .padding0 {
  padding: 0;
}

.feature .about {
  width: 700px;
  margin: 50px auto;
  margin-bottom: 40px;
  max-width: 100%;
}
.feature .about h2 {
  margin-bottom: 10px;
}
.feature .about table {
  border-spacing: 10px;
}
.feature .about th {
  background: #004da1;
  color: white;
  width: 70px;
}
.feature .about th .vertical-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0 20px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* 念のため */
  text-orientation: upright;
  display: inline-block;
  white-space: nowrap;
}
.feature .about td {
  padding: 30px;
  border: solid 2px #004da1;
}
.feature .about td h3 {
  font-size: 20px;
}
.feature .about td ul {
  padding-left: 20px;
}
.feature .about td h3 {
  color: #004da1;
}

h5.result {
  width: 750px;
  margin: 50px auto 0 auto;
  font-size: 23px;
  max-width: 90%;
}

.feature6 .message {
  margin-top: 20px;
  margin-bottom: 20px;
}
.feature6 .message .me1 h4 {
  text-align: left;
  padding: 10px 20px;
}
.feature6 .message .padding0 {
  padding: 0;
}
.feature6 .message .me-img {
  width: 40%;
}
.feature6 .message .me-before {
  width: 60%;
}

.support h4.center {
  margin-top: 70px;
  text-align: center;
}
.support h5.result {
  width: 600px;
}

.difference {
  width: 800px;
  max-width: 100%;
  margin: 50px auto;
  border-spacing: 10px 0;
  font-weight: 600;
  transform: translate(-120px, 0);
}
.difference th {
  width: 30%;
  font-size: 25px;
  color: #004da1;
  line-height: 100%;
  padding: 30px 0;
}
.difference th span {
  font-size: 20px;
}
.difference td {
  width: 35%;
  padding: 30px 2%;
  background: #eff6fc;
  text-align: center;
  position: relative;
}
.difference td p {
  font-size: 10px;
}
.difference td span {
  font-size: 12px;
  text-align: left;
}
.difference td.left {
  text-align: left;
}
.difference td::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 3px;
  left: 50%;
  border-bottom: dotted 1px #808080;
  transform: translate(-50%, 0);
}
.difference td:nth-of-type(1) {
  border-left: solid 15px #004da1;
  border-right: solid 15px #004da1;
}
.difference td:nth-of-type(2) {
  border-left: solid 15px #999999;
  border-right: solid 15px #999999;
}
.difference tr:nth-child(1) td:nth-of-type(1) {
  background: #004da1;
  color: white;
  padding-top: 20px;
  font-size: 22px;
}
.difference tr:nth-child(1) td:nth-of-type(1)::after {
  width: 100%;
  margin: 0% auto;
  background: #eff6fc;
  border-radius: 10px 10px 0 0;
  height: 10px;
  border-bottom: 0;
}
.difference tr:nth-child(1) td:nth-of-type(2) {
  background: #999999;
  color: white;
  padding-top: 20px;
  font-size: 22px;
}
.difference tr:nth-child(1) td:nth-of-type(2)::after {
  width: 100%;
  margin: 0% auto;
  background: #eff6fc;
  border-radius: 10px 10px 0 0;
  height: 10px;
  border-bottom: 0;
}
.difference tr:last-child th {
  padding: 0;
}
.difference tr:last-child td:nth-of-type(1) {
  background: #004da1;
  padding-top: 20px;
  font-size: 22px;
  padding: 5px 0;
}
.difference tr:last-child td:nth-of-type(1)::after {
  width: 100%;
  margin: 0% auto;
  background: #eff6fc;
  border-radius: 0px 0px 10px 10px;
  height: 10px;
  border-bottom: 0;
  top: 0;
  bottom: auto;
}
.difference tr:last-child td:nth-of-type(2) {
  background: #999999;
  padding-top: 20px;
  font-size: 22px;
  padding: 5px 0;
}
.difference tr:last-child td:nth-of-type(2)::after {
  width: 100%;
  margin: 0% auto;
  background: #eff6fc;
  border-radius: 0px 0px 10px 10px;
  height: 10px;
  border-bottom: 0;
  top: 0;
  bottom: auto;
}
.difference tr:last-child th,
.difference tr:last-child td {
  height: 30px;
}
.difference tr:nth-last-child(2) td::after {
  border-bottom: 0;
}

.know {
  margin: 80px auto;
  margin-bottom: 100px;
  max-width: 90%;
}

.know-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.know-box h3 {
  color: white;
  padding-bottom: 10px;
  font-size: 23px;
}
.know-box .task-box {
  padding: 10px 20px 20px 20px;
  width: 400px;
  display: flex;
  flex-direction: column;
}
.know-box .task-box .task {
  background: #eff6fc;
  padding: 10px 20px 5px 20px;
  flex-grow: 1;
  border-radius: 10px;
}
.know-box .task-box ol {
  padding-left: 30px;
  counter-reset: number;
  list-style-type: none !important;
  padding-inline-start: 0px;
}
.know-box .task-box ol li {
  position: relative;
  padding: 15px 10px;
  font-size: 22px;
  font-weight: 600;
  list-style: none;
  padding-left: 50px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #808080;
}
.know-box .task-box ol li span {
  font-size: 16px;
}
.know-box .task-box ol li:before {
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.know-box .task-box ul {
  padding-left: 20px;
}
.know-box .task-box ul li {
  list-style: "※";
  font-size: 12px;
  width: 70%;
}
.know-box .task-box:nth-child(1) {
  background: #0071bc;
}
.know-box .task-box:nth-child(1) li:before {
  background: #0071bc;
}
.know-box .task-box:nth-child(2) {
  background: #29abe2;
}
.know-box .task-box:nth-child(2) li:before {
  background: #29abe2;
}

@media (max-width: 980px) {
  .difference {
    transform: translate(0, 0);
    width: 100%;
  }
}
@media (max-width: 700px) {
  .six .six-box .s-box {
    width: 50%;
  }
  .feature .right {
    width: 100%;
  }
  .message .me1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .message .me1 .me-img {
    width: 100%;
  }
  .message .me1 .me-img p {
    margin-bottom: 30px;
  }
  .message .me1 .me-before {
    width: 100%;
    padding: 0 30px;
    padding-bottom: 0;
  }
  .message .me2 {
    margin-top: 30px;
    padding-top: 0;
  }
  .difference {
    border-spacing: 5px 0;
    width: 100%;
  }
  .difference th {
    width: 20px;
  }
  .difference td {
    width: 45%;
  }
  .know-box .task-box ul li {
    width: 100%;
  }
}/*# sourceMappingURL=feature.css.map */