.h1_bg {
  background: url("../img/mv.jpg") center no-repeat #ebf5fa;
  background-size: cover;
  height: 450px;
}
.h1_bg h1 {
  position: absolute;
  top: 38%;
  left: 50%;
}
.h1_bg p {
  font-size: 2.2rem;
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px #333;
}
@media screen and (max-width: 768px) {
  .h1_bg {
    height: 200px;
  }
  .h1_bg h1 {
    font-size: 2.1rem;
  }
  .h1_bg p {
    font-size: 1.4rem;
    line-height: 1.4;
    top: 68%;
  }
}

#covid_disc.inner {
  margin-bottom: 55px;
}
#covid_disc.inner h2 {
  font-size: 2.8rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #covid_disc.inner h2 {
    font-size: 1.8rem;
  }
}
#covid_disc.inner h2 span {
  display: inline-block;
  color: #fff;
  background: #1b8fc8;
  border-radius: 4px;
  padding: 2px 10px;
  margin-right: 10px;
}
#covid_disc.inner h2::after, #covid_disc.inner h2::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 7px;
  height: 3em;
  background-color: currentColor;
  content: "";
}
@media screen and (max-width: 768px) {
  #covid_disc.inner h2::after, #covid_disc.inner h2::before {
    width: 4px;
    height: 2em;
  }
}
#covid_disc.inner h2::before {
  left: -50px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  #covid_disc.inner h2::before {
    left: -25px;
  }
}
#covid_disc.inner h2::after {
  right: -50px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  #covid_disc.inner h2::after {
    right: -25px;
  }
}
#covid_disc.inner p {
  margin-bottom: 35px;
}
#covid_disc.inner p strong {
  background: -webkit-linear-gradient(transparent 70%, #fff200 70%);
  background: -o-linear-gradient(transparent 70%, #fff200 70%);
  background: linear-gradient(transparent 70%, #fff200 70%);
}

.marubtn {
  width: 623px;
  text-align: center;
  margin: 55px auto 0 auto;
}
.marubtn li a {
  width: 180px;
  height: 180px;
  background: #FFF;
  border: 2px solid #1b8fc8;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  color: #1b8fc8;
  padding: 42px 20px 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}
.marubtn li a img {
  display: block;
  text-align: center;
  margin: -10px auto 10px auto;
}
.marubtn li a:hover {
  transform: scale(0.9);
  transition-duration: 0.3s;
}
.marubtn li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #1b8fc8 #1b8fc8;
  transform: translate(0, 0) rotate(-45deg);
  position: absolute;
  transition: .2s;
}

@media only screen and (max-width: 768px) {
  #covid_disc.inner {
    margin-bottom: 25px;
  }
  #covid_disc.inner p {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }

  .marubtn {
    width: 100%;
    max-width: 350px;
    text-align: center;
    margin: 25px auto 0 auto;
    flex-direction: row;
  }
  .marubtn li a {
    width: 110px;
    height: 110px;
    background: #FFF;
    border: 2px solid #1b8fc8;
    border-radius: 55px;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    color: #1b8fc8;
    padding: 25px 20px 20px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    position: relative;
  }
  .marubtn li a img {
    height: 40px;
    width: auto;
    display: block;
    text-align: center;
    margin: -10px auto 10px auto;
  }
  .marubtn li a:after {
    bottom: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #1b8fc8 #1b8fc8;
    transform: translate(0, 0) rotate(-45deg);
  }
}
section#housing, section#office, section#store {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  section#housing, section#office, section#store {
    margin-bottom: 60px;
  }
}

.onayami {
  text-align: center;
  margin: 0 3.5%;
  background: #fff;
  padding: 0 38px 65px 38px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .onayami {
    margin: 0 20px;
    padding: 0 20px 20px 20px;
  }
}

.onayami:after {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  content: "";
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #1b8fc8 transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .onayami:after {
    bottom: -45px;
    border-width: 20px 25px 0 25px;
  }
}

.covid_h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #1b8fc8;
  padding-top: 45px;
  margin-bottom: 35px;
}
.covid_h3 .b_bg {
  width: 240px;
  margin: 0 auto 24px auto;
  background: #1b8fc8;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 0;
  display: block;
}
.covid_h3 img {
  vertical-align: middle;
  padding-left: 10px;
}
.covid_h3 .num {
  display: inline-block;
  background: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: #1b8fc8;
  margin-left: 10px;
  padding-left: 2px;
}
@media only screen and (max-width: 768px) {
  .covid_h3 {
    font-size: 1.8rem;
    padding-top: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .covid_h3 .b_bg {
    font-size: 1.6rem;
  }
  .covid_h3 .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #1b8fc8;
    margin-left: 10px;
    padding-left: 2px;
  }
}

.teian .covid_h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .teian .covid_h3 {
    margin-bottom: 15px;
  }
}

.onayamiimg {
  width: 47%;
  float: right;
}
.onayamiimg img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .onayamiimg {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    float: none;
    margin-top: 25px;
  }
}

.cklist {
  width: 50%;
  float: left;
  border: 1px solid #1b8fc8;
  padding: 28px;
  background-color: #fff;
  background-image: radial-gradient(#cbe8f7 10%, transparent 20%), radial-gradient(#cbe8f7 10%, transparent 20%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}
@media only screen and (max-width: 768px) {
  .cklist {
    width: 100%;
    float: none;
    background-size: 5px 5px;
  }
}
.cklist li {
  position: relative;
  padding-left: 32px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .cklist li {
    font-size: 1.6rem;
  }
}
.cklist li span {
  background: -webkit-linear-gradient(transparent 70%, #fff200 70%);
  background: -o-linear-gradient(transparent 70%, #fff200 70%);
  background: linear-gradient(transparent 70%, #fff200 70%);
}
.cklist li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  top: .5em;
  left: 7px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #1b8fc8;
  border-bottom: 2px solid #1b8fc8;
  z-index: 30;
}
.cklist li:after {
  content: "";
  position: absolute;
  top: .25em;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  z-index: 20;
}

.teian {
  text-align: center;
  margin: 0 3.5%;
  background: #fff;
  padding: 0 38px 65px 38px;
  position: relative;
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .teian {
    margin: 60px 20px 0 20px;
    padding: 0 20px 20px 20px;
  }
}
.teian > li {
  border-top: 2px dotted #1b8fc8;
  margin-top: 45px;
}
.teian > li:first-child {
  border-top: none;
  margin-top: 0;
}

.osusume {
  background: #f3fcf2;
  padding: 35px;
  margin-top: 35px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .osusume {
    margin-top: 25px;
    padding: 15px;
  }
}
.osusume h4 {
  color: #3a916f;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}
.osusume h4:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #3a916f;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .osusume h4 {
    font-size: 1.8rem;
    padding-left: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .osusume h4:before {
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
  }
}
.osusume p {
  margin-bottom: 10px;
}
.osusume p strong {
  font-size: 2rem;
  font-weight: bold;
  color: #3a916f;
  margin-top: 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .osusume p strong {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .osusume p {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.osusume .col_3 li, .osusume .col_2 li {
  width: 33%;
  text-align: center;
  margin: 0 auto;
  border-left: 1px dotted #3a916f;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .osusume .col_3 li, .osusume .col_2 li {
    width: 100%;
    border-left: none;
    border-top: 1px dotted #3a916f;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.osusume .col_3 li:first-child, .osusume .col_2 li:first-child {
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .osusume .col_3 li:first-child, .osusume .col_2 li:first-child {
    border-top: none;
  }
}
.osusume .col_3 li figure, .osusume .col_2 li figure {
  display: block;
  height: 135px;
}
@media only screen and (max-width: 768px) {
  .osusume .col_3 li figure, .osusume .col_2 li figure {
    height: auto;
  }
}
.osusume .col_3 li figure img, .osusume .col_2 li figure img {
  width: 70%;
  height: auto;
  margin-left: 15%;
  margin-right: 15%;
  display: block;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .osusume .col_3 li figure img, .osusume .col_2 li figure img {
    margin-bottom: 15px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.osusume .col_3 li figure .or01, .osusume .col_2 li figure .or01 {
  padding-top: 5px;
}
.osusume .col_3 li figure .or02, .osusume .col_2 li figure .or02 {
  padding-top: 25px;
}
.osusume .col_3 li figure .or03, .osusume .col_2 li figure .or03 {
  padding-top: 5px;
}
.osusume .col_2 li {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .osusume .col_2 li {
    width: 100%;
  }
}
.osusume .col_2 li figure {
  display: block;
  height: 135px;
}
@media only screen and (max-width: 768px) {
  .osusume .col_2 li figure {
    height: auto;
  }
}
.osusume .col_2 li figure img {
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .osusume .col_2 li figure img {
    height: 80px;
  }
}
.osusume .store_image3 li {
  width: 31%;
  margin-top: 20px;
}
.osusume .store_image3 li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .osusume .store_image3 li {
    width: 100%;
  }
  .osusume .store_image3 li figure {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.osusume h5 {
  background: #3a916f;
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 25px;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .osusume h5 {
    font-size: 1.7rem;
  }
}

.osusume.mt0 {
  margin-top: 0;
}

@media screen and (max-width: 768px) and (min-width: 700px) {
  .osusume .flex.col_3, .osusume .flex.col_2 {
    flex-direction: row;
  }
  .osusume .flex.col_3 li, .osusume .flex.col_2 li {
    width: 33%;
    text-align: center;
    margin: 0 auto;
    border-left: 1px dotted #3a916f;
    border-top: none;
    font-weight: bold;
  }
  .osusume .flex.col_3 li:first-child, .osusume .flex.col_2 li:first-child {
    border-left: none;
  }
  .osusume .flex.col_3 li figure, .osusume .flex.col_2 li figure {
    display: block;
    height: 135px;
  }
  .osusume .flex.col_3 li figure img, .osusume .flex.col_2 li figure img {
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    display: block;
    align-self: center;
    margin-bottom: 0;
  }
  .osusume .flex.col_3 li figure .or01, .osusume .flex.col_2 li figure .or01 {
    padding-top: 5px;
  }
  .osusume .flex.col_3 li figure .or02, .osusume .flex.col_2 li figure .or02 {
    padding-top: 25px;
  }
  .osusume .flex.col_3 li figure .or03, .osusume .flex.col_2 li figure .or03 {
    padding-top: 5px;
  }

  .osusume .flex.col_2 li {
    width: 48%;
  }
  .osusume .flex.col_2 li figure {
    display: block;
    height: 135px;
  }
  .osusume .flex.col_2 li figure img {
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    align-self: center;
  }
}
.merit li {
  margin-bottom: 25px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .merit li {
    border-top: 1px dotted #3a916f;
    padding-top: 20px;
  }
  .merit li:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.merit li dl {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .merit li dl {
    width: 100%;
  }
  .merit li dl dd {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.merit li figure {
  width: 35%;
  margin: 0 auto 0 10%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .merit li figure {
    width: 80%;
    margin: 20px auto 0 auto;
  }
}
.merit li figure img {
  width: 100%;
  height: auto;
}
.merit li figure img.house_image03 {
  max-width: 212px;
}
.merit li dt {
  color: #3a916f;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .merit li dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.store_image07 {
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
}

@media only screen and (max-width: 768px) {
  section.bg {
    max-width: none;
    width: 100%;
    padding-left: 0.2%;
    padding-right: 0.2%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.btn {
  text-align: center;
  margin: 40px auto;
}

.btn_blank {
  background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
  width: 344px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  border-radius: 36px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .5s ease-out;
}

.btn_blank.green {
  background: #3a916f;
}

.btn_blank::before {
  content: '';
  width: 22px;
  height: 24px;
  background: url(../img/tab.png) no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  top: 33%;
  right: 30px;
}

.btn_blank:hover {
  transform: scale(0.95);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn_blank {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 30px;
    font-size: 1.4rem;
    margin-left: 0;
    padding-right: 10px;
  }

  .btn_blank::before {
    width: 20px;
    height: 18px;
    top: 35%;
    right: 25px;
  }
}
sub {
  font-size: 90%;
  font-size: 1rem;
}
