#gfooter.acceptance {
  /* background: #2f55ce; */
}

#gfooter #copyright {
  background: inherit;
}

.top_mv img {
  object-fit: cover;
  height: 375px;
  width: 100%;
}

.top_lead {
  margin: 50px 0 100px;
  position: relative;
}

.top_lead p {
  line-height: 1.875;
}

.top_lead .sign {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  margin-top: -10px;
}

.top_lead .sign figure {
  width: 150px;
}

.top_nav {
  margin-bottom: 100px;
  display: flex;
  gap: 30px 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .top_nav {
    flex-direction: column;
  }
}

.top_nav section {
  background: rgba(255, 51, 153, 0.2);
  padding: 30px 50px;
}

.top_nav section + section {
  background: rgba(47, 85, 206, 0.2);
}

.top_nav figure {
  margin-top: 20px;
}

.top_nav figure img {
  aspect-ratio: 800 / 533;
  object-fit: cover;
}

.top_sec {
  margin-bottom: 100px;
}

.top_sec h2 {
  text-align: center;
  margin-bottom: 1em;
  background-color: #ff6;
  padding: 0.5em;
}

.top_sec p {
  line-height: 1.875;
}

@media screen and (max-width: 991px) {
  .top_sec .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top_sec .row:before, .top_sec .row:after {
    content: none;
  }
}

.top_sec ul {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .top_sec ul {
    flex-direction: column;
  }
}

.top_sec li {
  list-style: none;
  width: 100%;
  text-align: center;
}

.top_sec li a {
  display: block;
  background: #222e55;
  color: #fff;
  border-radius: .5em;
  font-weight: bold;
  text-decoration: none;
  padding: .4em 0;
  font-size: 1.2em;
}

.form_check {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 2em;
}

.form_check label {
  margin: 0;
}

.form_check input {
  width: 1em;
  height: 1em;
  margin-right: .5em;
  vertical-align: -.1em;
}

#lower-mv.about-mv #lower-mv-ttl {
  background: url(../images/about/mv.jpg) no-repeat 50%/cover;
}

@media screen and (max-width: 991px) {
  #about-greeting th {
    width: 100px;
  }
}

.support_header {
  margin-bottom: 10px;
}

.support_header .h1 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 2em;
}

@media screen and (max-width: 991px) {
  .support_header .h1 {
    font-size: 1.5em;
    text-align: center;
    margin: 1em 0;
  }
}

.support_header p{
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .support_header {
    margin-bottom: 30px;
  }
  .support_header .container {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .support_header .container:before, .support_header .container:after {
    content: none;
  }
  .support_header .container * {
    flex: 1;
  }
}

.support_anshin {
  margin-bottom: 100px;
}

.support_anshin .row {
  margin-top: 50px;
  display: flex;
  align-items: center;
  text-align: center;
}

.support_anshin .text-content{
  position: relative;
}

.support_anshin .text-content::before{
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 80%;
  height: 250%;
  border: 1px solid #000;
  border-radius: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .support_anshin .row {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .support_anshin .row:before, .support_anshin .row:after {
    content: none;
  }
  .support_anshin .text-content::before{
    display: none;
  }
}

.support_anshin h2 {
  font-size: 2em;
  background-color: #ff6;
  padding: 0.2em 0.2em 0.2em 1.0em;
}

.support_anshin h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.support_anshin h3 span{
  background: #f39;
  color: #fff;
  display: inline-block;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .support_anshin h3 span{
    display: block;
    padding: 0;
  }
}

.support_anshin p {
  font-size: 18px;
}

.support_system {
  margin-bottom: 100px;
}

.support_system .row{
  padding: 30px 0;
  border-top: 3px solid #222e55;
  border-bottom: 3px solid #222e55;
}

@media screen and (max-width: 991px) {
  .support_system .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .support_system .row:before, .support_system .row:after {
    content: none;
  }
}

.support_system h3 {
  text-align: center;
  margin-bottom: 1em;
}

/*# sourceMappingURL=add.css.map */