@charset "UTF-8";
.pagevisual {
  background-image: url("../img/mqchecker/mv.jpg");
  background-position: center top 25%;
}

.pagevisual:after {
  background: rgb(142, 142, 142);
  background: -moz-linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  background: -webkit-linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  background: linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8e8e",endColorstr="#444444",GradientType=1);
}

span.wpcf7-list-item {
  display: block;
}

@media screen and (max-width: 770px) {
  .pagevisual {
    background-position: center top 0%;
  }
}
h2.mqchecker {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600 !important;
  position: relative;
  text-align: center;
  color: #605E5F;
}

h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 300 !important;
  position: relative;
  padding: 1rem 0rem;
  border-bottom: 2px solid #549ED5;
}

h3:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: "";
  background: #226093;
}

h4 {
  font-weight: 300;
  font-size: 20px;
  padding: 1rem 2rem;
  background: #f4f4f4;
  margin-bottom: 20px;
}

h5 {
  font-weight: 600 !important;
  font-size: 16px;
  padding: 1rem 0.5rem;
  text-align: center;
}

p {
  margin-bottom: 30px;
  line-height: 1.8em;
}

/*--------------------------------------------------------------------*/
section.summary {
  padding: 4em 0;
}

section.summary .heading .pageIndex {
  margin-bottom: 6em;
}

section.summary .heading .en {
  font-weight: 300;
  margin-right: 0.7em;
  padding-right: 0.7em;
  white-space: nowrap;
}

section.summary .heading .ja {
  color: #1f8ec7;
  white-space: nowrap;
}

section.summary .intro {
  margin-bottom: 4em;
}

section.summary .intro .index {
  margin-bottom: 0.5em;
}

section.summary .intro .number {
  font-size: 80%;
  width: 2em;
  height: 2em;
  background-color: #1f8ec7;
  color: #fff;
  font-weight: bold;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4em;
}

section.summary .intro .label {
  font-size: 120%;
  color: #1f8ec7;
}

section.summary .image {
  margin-bottom: 2em;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

section.summary .image .caption {
  margin-bottom: 1em;
  font-size: 90%;
}

@media screen and (max-width: 750px) {
  section.summary {
    padding: 2em 5vw;
  }
  section.summary .heading .pageIndex {
    margin-bottom: 3em;
  }
  section.summary .heading .pageIndex .en:after {
    display: none;
  }
  section.summary .heading .en {
    font-size: 6.4vw !important;
    margin-right: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------------*/
section.summary .table {
  margin-bottom: 2em;
}

section.summary .table table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 500;
}

section.summary .table table th,
section.summary .table table td {
  padding: 1.5em 0.5em;
  border-left: 2px solid #fff;
  text-align: center;
}

section.summary .table table th {
  background-color: #374951;
  color: #fff;
  padding: 0.75em 0.5em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

section.summary .table table td {
  background-color: #f6f9fc;
  border-bottom: 1px solid #000;
  text-align: center;
}

section.summary .table table sup {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(0.6rem, 2.5vw, 1.2rem);
}

@media screen and (max-width: 750px) {
  section.summary .table {
    overflow: auto;
  }
  section.summary .table table th,
  section.summary .table table td {
    padding: 1.5em 0.5em;
    border-left: 2px solid #fff;
    text-align: center;
    display: block;
  }
}
/*--------------------------------------------------------------------*/
section.summary .table table th.highlight {
  background-color: #1f8ec7;
  text-align: center;
}

section.summary .table table td.highlight {
  color: #1f8ec7;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
  width: 270px;
}

@media screen and (max-width: 750px) {
  section.summary .table table td.highlight {
    width: auto;
  }
}
/*--------------------------------------------------------------------*/
section.summary .table table th.submenu {
  background-color: #d8dbdc;
  color: #3b4950;
}

/*--------------------------------------------------------------------*/
section.summary .table table td.menu {
  line-height: 2.3;
}

@media screen and (max-width: 750px) {
  section.summary .table table td.menu {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------------*/
section.summary section.subsidy {
  margin-bottom: 100px;
}

section.summary section.support {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  section.summary section.subsidy {
    margin-bottom: 100px;
  }
  section.summary section.support {
    margin-bottom: 50px;
  }
  section.summary .support .table table td {
    min-width: 100px;
  }
  section.summary .support .table table td.highlight {
    min-width: 0;
  }
  section.summary .subsidy .price .table table td {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
button.more_btn {
  background: #efefef;
  padding: 10px 30px;
}

.contact_btn_wrapper {
  display: grid;
  flex-direction: column;
  justify-content: center;
}

button.contact_btn {
  background: #00B0BC;
  color: #ffffff;
  padding: 10px 100px;
  margin: 40px auto 20px;
  font-size: 16px;
  border-radius: 25px;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-80 {
  margin-bottom: 80px;
}

.contact_btn_wrapper {
  display: grid;
  flex-direction: column;
  justify-content: center;
}

button.contact_btn {
  background: #00B0BC;
  color: #ffffff;
  padding: 10px 100px;
  margin: 40px auto 20px;
  font-size: 16px;
  border-radius: 25px;
}

.container {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 30px;
}

.container h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.container.image-box {
  flex-shrink: 0;
  width: 250px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box img {
  max-width: 250px;
  height: auto;
}

.container.text-box {
  flex-grow: 1;
}

@media (max-width: 770px) {
  .container {
    flex-direction: column;
    align-items: center; /* 追加: レスポンシブ時に要素を中央寄せに */
  }
  .text-box {
    text-align: center; /* テキストも中央寄せにする場合はこの行を追加してください */
  }
}
.container-possible {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-possible .box {
  width: 195px;
  margin: 15px;
  text-align: center;
}

.container-possible .box img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .container-possible {
    flex-direction: column;
  }
  .container-possible .box {
    width: 100%;
  }
  .container-possible .box img {
    max-width: 300px;
  }
}
.container-launch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-launch .box {
  width: 160px;
  margin: 10px;
  text-align: center;
}

.container-launch .box img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .container-launch {
    flex-direction: column;
  }
  .container-launch .box {
    width: 100%;
  }
  .container-launch .box img {
    max-width: 300px;
  }
}
.container-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-line .box {
  width: calc(50% - 10px); /* 2つ並べるために50%の幅に設定 */
  margin-bottom: 20px;
}

.container-line .box img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .container-line {
    flex-direction: column;
  }
  .container-line .box {
    width: 100%;
  }
}
.container-staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.container-staff .box {
  margin-bottom: 20px;
  margin-right: 20px;
}

.container-staff .box:last-child {
  margin-right: 0;
}

.container-staff.box img {
  max-width: 100%;
}

.container-staff .box-left {
  width: 19%;
}

.container-staff .box-right {
  width: 78%;
}

@media screen and (max-width: 750px) {
  .container-staff .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.container-support {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.container-support .box {
  width: calc(50% - 10px); /* 2つ並べるために50%の幅に設定 */
  margin-bottom: 20px;
}

.container-support .box img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .container-support {
    flex-direction: column;
  }
  .container-support .box {
    width: 100%;
  }
  .container-support .box img {
    max-width: 300px;
  }
}
.center {
  text-align: center;
}

.mt-50 {
  margin-top: 50px;
}

.table-container {
  overflow-x: auto;
  width: 100%;
}

.mq-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

.mq-table th, .mq-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center !important;
  vertical-align: middle;
  width: 20%;
}

.mq-table th {
  background-color: #f6f9fc;
}

@media only screen and (max-width: 768px) {
  .table-container {
    overflow-x: auto;
  }
}
.container-touroku {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
