/* CSS Document */
.mainvisual {
  height: 650px;
  width: 100%;
  overflow: hidden;
  display: grid;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(150, 204, 255, 0.8078431373);
}
.mainvisual > * {
  grid-area: 1/-1;
}
.mainvisual .name-back-bord {
  width: 830px;
  height: 340px;
  justify-self: end;
  align-self: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 22px 4px rgba(94, 193, 170, 0.25);
  border-radius: 36px;
  transform: matrix(1, -0.09, 0, 1, 0, 0) translateX(5%);
}
.mainvisual .name-box {
  justify-self: end;
  align-self: center;
  z-index: 10;
  color: #005EAD;
  margin-right: 7%;
}
.mainvisual .name-box .name1 {
  font-size: 3.6rem;
  line-height: 5.4rem;
}
.mainvisual .name-box .name2 {
  font-size: 11rem;
  line-height: 15rem;
  font-weight: 900;
}
.mainvisual .name-box .name3 {
  font-size: 4.8rem;
  line-height: 4.8rem;
  font-weight: 700;
}
.mainvisual .copy {
  width: 320px;
  justify-self: end;
  margin-right: 30%;
  margin-top: 5.3%;
  z-index: 10;
}
.mainvisual .ehime {
  justify-self: end;
  width: 220px;
  margin-top: 2%;
  margin-right: 4%;
  z-index: 10;
}
.mainvisual .circle {
  align-self: end;
  width: 300px;
  height: 300px;
  margin-bottom: 160px;
  margin-left: 80px;
  background: linear-gradient(141.38deg, #005EAD 13.54%, rgba(49, 169, 178, 0) 86.03%);
  border-radius: 50%;
}
.mainvisual .img-ochi {
  align-self: end;
  height: 620px;
  margin-left: 7%;
  z-index: 10;
  filter: drop-shadow(-18px -3px 0px rgba(94, 193, 170, 0.3));
}
@media (max-width: 1200px) {
  .mainvisual .img-ochi {
    margin-left: 2%;
  }
}
@media (max-width: 1100px) {
  .mainvisual {
    height: 580px;
  }
  .mainvisual .name-back-bord {
    width: 500px;
  }
  .mainvisual .name-box {
    margin-right: 15px;
  }
  .mainvisual .name-box .name1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .mainvisual .name-box .name2 {
    font-size: 8rem;
    line-height: 12rem;
    font-weight: 900;
  }
  .mainvisual .name-box .name3 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
  }
  .mainvisual .copy {
    width: 200px;
    margin-right: 26%;
    margin-top: 11%;
  }
  .mainvisual .ehime {
    width: 150px;
    margin-top: 10%;
  }
  .mainvisual .img-ochi {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .mainvisual .name-back-bord {
    align-self: flex-start;
    height: 180px;
    margin-top: 30px;
    transform: matrix(1, -0.09, 0, 1, 0, 0) translateX(6%);
    width: 100%;
  }
  .mainvisual .name-box {
    margin-top: 65px;
    margin-right: 0;
    align-self: flex-start;
    justify-self: center;
  }
  .mainvisual .name-box .name1 {
    font-size: 2rem;
    line-height: 4rem;
  }
  .mainvisual .name-box .name2 {
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 900;
  }
  .mainvisual .name-box .name3 {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 700;
  }
  .mainvisual .copy {
    width: 150px;
    justify-self: start;
    margin-top: 0;
    margin-left: 10px;
  }
  .mainvisual .ehime {
    width: 100px;
    margin-right: 2%;
    margin-top: 0;
  }
  .mainvisual .circle {
    display: none;
  }
  .mainvisual .img-ochi {
    height: 400px;
    margin: 0 auto;
  }
}

.infomation h2 {
  margin-bottom: 50px;
  padding: 40px 0 10px;
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
.infomation h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  background-color: #005EAD;
}
.infomation .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.infomation .flex .description {
  width: 65%;
}
.infomation .flex .description p {
  margin-bottom: 24px;
}
.infomation .flex .description address {
  font-style: normal;
}
.infomation .flex .description address .maps {
  display: inline-block;
  background-color: #005EAD;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.infomation .flex .img {
  width: 30%;
}
@media (max-width: 960px) {
  .infomation h2 {
    font-size: 2rem;
  }
  .infomation .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .infomation .flex .description {
    width: 100%;
  }
  .infomation .flex .img {
    width: 90%;
  }
}

.policy {
  background-image: url(../img/shimanami.jpg);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-size: cover;
}
.policy h2 {
  margin-bottom: 50px;
  padding: 80px 0 50px;
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.5rem;
}
.policy h2 span {
  display: block;
  font-family: "Lato";
  font-style: italic;
  color: #005EAD;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.policy h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: #005EAD;
}
.policy .policy-list ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 60px;
}
.policy .policy-list ol li {
  display: flex;
  align-items: center;
  width: 40%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  line-height: 3.2rem;
}
.policy .policy-list ol li span {
  padding: 0 24px;
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-size: 4.5rem;
  color: #005EAD;
}
.policy .policy-list ol li:nth-child(even) {
  margin-top: 40px;
}
.policy .etc {
  color: #fff;
  text-align: right;
}
.policy .center {
  text-align: center;
}
.policy .center .link_ehimeishinpolicy {
  display: inline-block;
  background: #FFF;
  border: 5px solid #005EAD;
  color: #005EAD;
  font-size: 2.4rem;
  padding: 16px 30px;
  margin: 60px auto 80px;
  text-align: center;
}
@media (max-width: 960px) {
  .policy .policy-list ol {
    flex-direction: column;
  }
  .policy .policy-list ol li {
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
  }
  .policy .policy-list ol li:nth-child(even) {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  .policy h2 {
    padding: 60px 0 40px;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
  .policy h2 span {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .policy .policy-list ol {
    margin-top: 40px;
  }
  .policy .policy-list ol li {
    height: 90px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .policy .policy-list ol li span {
    padding: 0 20px;
    font-size: 3rem;
  }
  .policy .center .link_ehimeishinpolicy {
    margin: 30px auto 60px;
    font-size: 2rem;
  }
}

.menu {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  margin: 100px 5%;
  justify-content: center;
  gap: 5%;
}
.menu .item {
  display: grid;
}
.menu .item > * {
  grid-area: 1/-1;
}
.menu .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.menu .item .band {
  background-color: rgba(18, 104, 176, 0.9);
  width: 300px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  justify-self: end;
  align-self: flex-end;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media (max-width: 960px) {
  .menu {
    grid-template-columns: minmax(300px, 400px);
  }
}
@media (max-width: 520px) {
  .menu {
    margin: 60px 5%;
  }
}/*# sourceMappingURL=top.css.map */