@charset "UTF-8";

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  width: 95%;
}

.head-list {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;

}

.head-list ul {
  display: flex;
  gap: 20px;
}

.head-list ul li {
  gap: 20px;
}

.fv {
  max-width: 100%;
}

.omoi-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
  gap: 30px;
}

.omoi-text {
  flex: 1;
}

.omoi-img {
  flex: 1;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #e7962d;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top: 50px;
}

.reason_list {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reason_list li .reason_point, .number li .reason_point {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.7rem;
  padding-top: 3px;
  background: #EA483E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: -31px;
  left: -34px;
  letter-spacing: .15em;
}

.reason_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    border: 6px solid #4248b8a1;
    background: #fff;
    border-radius: 7px;
    margin: 0 27.5px 46px;
    font-size: 2.2rem;
    font-weight: bold;
}

.reason_list li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 20px;
    transition: opacity .3s;
    position: relative;
}

h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0;
  text-align: center;
  color: #3f69da;
  font-size: 2.5em;
}

h2::before {
  content: "";
  border-bottom: #3f69da 1px solid;
  width: 300px;
  margin-right: 1em;
}

h2::after {
  content: "";
  border-bottom: #3f69da 1px solid;
  width: 300px;
  margin-left: 1em;
}

.left-h2 {
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
}

.left-h2::after {
  content: "";
  border-bottom: #3f69da 1px solid;
  width: 300px;
  margin-left: 1em;
}

.left-h2::before {
  display: none;
}

.blue {
  color: #3f69da;
  margin-bottom: 40px;
}

.second-title {
  font-size: 1.5em;
  color: #3f69da;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.not-center {
  text-align: left;
}

.title-box {
  text-align: center;
  margin-bottom: 60px;
}

.wire-img {
  width: 90%;
  margin: 50px auto 0;
}

.reason_list li .reason_point span,
.number li .reason_point span {
    display: block;
    font-size: 2rem;
    width: 100%;
    letter-spacing: 0;
    margin-top: 1px;
}

.reason_list li:nth-child(2) .reason_point,
.number li:nth-child(2) .reason_point {
    background: #7594E6;
}
.reason_list li:nth-child(3) .reason_point,
.number li:nth-child(3) .reason_point {
    background: #75e6a4;
}
.reason_list li:nth-child(4) .reason_point,
.number li:nth-child(4) .reason_point {
    background: #dbe675;
}
.reason_list li:nth-child(5) .reason_point,
.number li:nth-child(5) .reason_point {
    background: #b575e6;
}

.reason_list img {
  max-width: 50%;
}

.re-title {
  font-size: 20px;
  color: #3f69da;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.re-text {
  font-size: 16px;
  margin: 0 10px;
  text-align: center;
}

.number li {
  position: relative;
  min-height: 250px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #fff;
}

.number li + li {
  margin-top: 75px;
}

.blue-bg {
  background-color: #0c2f8f;
  padding: 80px 0;
}

.members ul {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-top: 80px;
}

.member img {
  max-width: 40%;
}

.member {
  display: flex;
  gap: 20px;
}

.member:last-child {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.member-text {
  padding: 15px;
  word-break: break-word;
}

.mem-q {
  margin-top: 8px;
  margin-bottom: 3px;
  color: #7594E6;
  font-weight: bold;
}

.bosyu {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 40px;
}

.entry {
  font-size: 20px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 40px auto 0;
  padding: 15px 25px;
  border-radius: 15px;
  background-color: #0c2f8f;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
  transition: 0.5s;
}

.entry:hover {
  transform: translateY(10px);
  transition: 0.5s;
}

.bosyu li {
  text-align: left;
}

.entry-box {
  text-align: center;
}

footer {
  text-align: center;
  background-color: #000;
  color: #fff;
}

footer table {
  padding: 40px;
  margin: 0 auto;
}

th, td {
  padding: 5px 20px;
  text-align: left;
}

.under-yellow {
  border-bottom: #dbe675 5px double;
}

.fv-sp {
  display: none;
}

@media(max-width:767px){
  .head-list {
    font-size: 16px;
  }

  .omoi-flex {
    flex-direction: column-reverse;
  }

  .omoi-img {
    width: 50%;
  }

  .container {
    width: 80%;
    padding: 20px 0;
  }

  .member {
    flex-direction: column;
    align-items: center;
  }

  .members ul {
    flex-direction: column;
  }

  .member:last-child {
    flex-direction: column;
    justify-content: space-between;
  }

  .member img {
    max-width: 70%;
  }

  .left-h2::after {
    display: none;
  }

  h2::before, h2::after {
    content: none;
  }

  h2 {
    font-size: 1.9em;
  }

  .blue {
    font-size: 0.9em;
  }

  .second-title {
    font-size: 1.1em;
  }

  .fv {
    display: none;
  }

  .fv-sp {
    display: contents;
  }
}