.contents {
  background: url(/meijo_tohoku/images/bg_pc.jpg) no-repeat center top/cover;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width:768px) {
  .contents {
    background: url(/meijo_tohoku/images/bg_sp.jpg) no-repeat center top/cover;
    padding-top: 18vw;
    padding-bottom: 5.2vw;
  }
}

.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 88%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 67px;
}
@media (max-width:768px) {
  .logo-wrap {
    max-width: none;
    margin-bottom: 7.7vw;
  }
}
.logo-wrap li:nth-child(1) {
  width: 15%;
}
@media (max-width:768px) {
  .logo-wrap li:nth-child(1) {
    width: 20.8%;
  }
}
.logo-wrap li:nth-child(2) {
  width: 29.4%;
}
@media (max-width:768px) {
  .logo-wrap li:nth-child(2) {
    width: 42%;
  }
}
.logo-wrap li:nth-child(3) {
  width: 13%;
}
@media (max-width:768px) {
  .logo-wrap li:nth-child(3) {
    width: 18%;
  }
}

.ttl-text {
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width:768px) {
  .ttl-text {
    margin-bottom: 5.7vw;
  }
}
.ttl-text span {
  font-size: 59px;
  letter-spacing: 0.1em;
  font-weight: 500;
  webkit-background: linear-gradient(transparent 35%, #fff 35% 70%, transparent 70%);
  background: linear-gradient(transparent 35%, #fff 35% 70%, transparent 70%);
}
@media screen and (max-width: 1200px) {
  .ttl-text span {
    font-size: 44px;
  }
}
@media (max-width:768px) {
  .ttl-text span {
    font-size: 6.15vw;
  }
}

.sub-ttl {
  margin-bottom: 80px;
  line-height: 1;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sub-ttl {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .sub-ttl {
    margin-bottom: 8.75vw;
    font-size: 3.54vw;
  }
}

.sub-ttl2 {
  margin-bottom: 80px;
  line-height: 1;
  font-size: 35px;
  color: #fff;
  background: #C09B30;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  font-weight: 500;
  width: 88%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sub-ttl2 {
    font-size: 26px;
  }
}
@media (max-width:768px) {
  .sub-ttl2 {
    border-radius: 5px;
    margin-bottom: 5.6vw;
    font-size: 3.44vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    letter-spacing: 0.05em;
  }
}

.list-box {
  position: relative;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  border-bottom: 1px solid #000;
}
@media (max-width:768px) {
  .list-box {
    max-width: none;
  }
}
.list-box dl {
  padding-bottom: 26px;
  text-align: center;
}
@media (max-width:768px) {
  .list-box dl {
    padding-bottom: 3.3vw;
  }
}
.list-box dl dt {
  padding-bottom: 15px;
  line-height: 1;
  color: #AF1C3B;
  font-size: 24px;
}
@media (max-width:768px) {
  .list-box dl dt {
    padding-bottom: 3.67vw;
    font-size: 3.13vw;
  }
}
.list-box dl dd {
  font-size: 22px;
  line-height: 1;
}
@media (max-width:768px) {
  .list-box dl dd {
    font-size: 2.8vw;
  }
}
.list-box dl:last-child {
  padding-bottom: 67px;
}
@media (max-width:768px) {
  .list-box dl:last-child {
    padding-bottom: 5.2vw;
  }
}
.list-box .wap-img {
  width: 16%;
  position: absolute;
  bottom: 22px;
  right: 11%;
}
@media (max-width:768px) {
  .list-box .wap-img {
    bottom: -2vw;
    width: 23.8%;
    right: 6%;
  }
}

.copy-box {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 65px;
  line-height: 2.33;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .copy-box {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .copy-box {
    padding-top: 5.2vw;
    padding-bottom: 6.3vw;
    line-height: 2.15;
    font-size: 1.9vw;
  }
}

.main-wrap {
  max-width: 1100px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.flex-box {
  margin-bottom: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:768px) {
  .flex-box {
    display: block;
    margin-bottom: 7vw;
  }
}
.flex-box .text {
  width: 61%;
}
@media (max-width:768px) {
  .flex-box .text {
    width: 100%;
  }
}
.flex-box .map {
  width: 37.3%;
}
@media (max-width:768px) {
  .flex-box .map {
    width: 82.8%;
    margin-top: 5.2vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex-box .map .red-txt {
  text-align: center;
  color: #B7193F;
}
@media (max-width:768px) {
  .flex-box .map .red-txt {
    margin-top: 3vw;
    font-size: 2.71vw;
  }
}

.link-btn1 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width:768px) {
  .link-btn1 {
    margin-bottom: 2.6vw;
    max-width: none;
  }
}
.link-btn1 a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 26px;
  padding: 25px 5px;
  letter-spacing: 0.1em;
  border-radius: 50px;
  width: 100%;
  background: rgba(175, 28, 59, 0.4);
}
@media (max-width:768px) {
  .link-btn1 a {
    font-size: 3.75vw;
    padding: 2.6vw 1vw;
  }
}

.text1 {
  text-align: center;
  margin-bottom: 46px;
  font-size: 12px;
}
@media (max-width:768px) {
  .text1 {
    margin-bottom: 4.5vw;
    font-size: 2.3vw;
  }
}
.text1 span {
  font-size: 17px;
  color: #B7193F;
  margin-left: 1em;
}
@media (max-width:768px) {
  .text1 span {
    font-size: 3.4vw;
  }
}

.link-btn2 {
  max-width: 488px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media (max-width:768px) {
  .link-btn2 {
    margin-bottom: 5vw;
    max-width: none;
  }
}
.link-btn2 a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  padding: 13px 5px;
  letter-spacing: 0.1em;
  border-radius: 50px;
  width: 100%;
  background: rgba(35, 24, 21, 0.5);
}
@media (max-width:768px) {
  .link-btn2 a {
    font-size: 3.3vw;
    padding: 2vw 1vw;
  }
}

.text2 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 20px;
}
@media (max-width:768px) {
  .text2 {
    font-size: 2.9vw;
    line-height: 1.82;
    margin-bottom: 4.1vw;
  }
}
.text2 .mini {
  font-size: 11px;
}
@media (max-width:768px) {
  .text2 .mini {
    font-size: 2.9vw;
  }
}

.text3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (max-width:768px) {
  .text3 {
    margin-bottom: 4vw;
    line-height: 1.69;
    font-size: 2.4vw;
  }
}
.text3 span {
  color: #B7193F;
  margin-right: 1em;
}
@media (max-width:768px) {
  .text3 span {
    font-size: 3.3vw;
  }
}

.text4 {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
@media (max-width:768px) {
  .text4 {
    padding: 2vw 3vw;
    font-size: 2.3vw;
    border: 1px solid #000;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
  }
}

.line-ttl {
  position: relative;
  width: 89%;
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #AF1C3B;
}
@media (max-width:768px) {
  .line-ttl {
    font-size: 3.3vw;
  }
}
.line-ttl::before {
  border-top: 1px solid #000;
  width: 38%;
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width:768px) {
  .line-ttl::before {
    width: 35%;
  }
}
.line-ttl::after {
  border-top: 1px solid #000;
  width: 38%;
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width:768px) {
  .line-ttl::after {
    width: 35%;
  }
}

.panel-list {
  margin-top: 74px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .panel-list {
    display: block;
  }
}
@media (max-width:768px) {
  .panel-list {
    display: block;
    margin-top: 6.8vw;
  }
}
.panel-list li {
  margin-bottom: 90px;
  width: 48.1%;
}
@media screen and (max-width: 1200px) {
  .panel-list li {
    width: 100%;
  }
}
@media (max-width:768px) {
  .panel-list li {
    margin-bottom: 8.2vw;
  }
}
.panel-list li .list-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.panel-list li .list-flex .pic {
  width: 45%;
  position: relative;
}
.panel-list li .list-flex .pic .pic-img {
  width: 88%;
  margin-left: 12%;
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex .pic .pic-img {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width:768px) {
  .panel-list li .list-flex .pic {
    width: 39%;
  }
}
.panel-list li .list-flex .pic .pic-obi {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: inline-block;
  padding: 18px 11px 11px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex .pic .pic-obi {
    display: block;
    width: 98%;
    right: -82%;
    padding: 1vw 2.5vw;
    bottom: 0;
    text-align: right;
    left: auto;
  }
}
@media (max-width:768px) {
  .panel-list li .list-flex .pic .pic-obi {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex {
    align-items: flex-start;
  }
}
@media (max-width:768px) {
  .panel-list li .list-flex {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex.even {
    flex-direction: row-reverse;
  }
  .panel-list li .list-flex.even .pic {
    width: 45%;
    position: relative;
  }
  .panel-list li .list-flex.even .pic .pic-obi {
    display: block;
    width: 98%;
    right: auto;
    left: -82%;
    padding: 1vw 2.5vw;
    bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) and (max-width:768px) {
  .panel-list li .list-flex.even .pic {
    width: 39%;
  }
}
.panel-list li .list-flex .textbox {
  width: 48%;
}
.panel-list li .list-flex .textbox .name {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 25px;
  letter-spacing: 0.05em;
}
.panel-list li .list-flex .textbox .name span {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex .textbox .name {
    font-size: 28px;
  }
  .panel-list li .list-flex .textbox .name span {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .panel-list li .list-flex .textbox .name {
    font-size: 3.8vw;
    margin-bottom: 1vw;
  }
  .panel-list li .list-flex .textbox .name span {
    font-size: 2.6vw;
  }
}
.panel-list li .list-flex .textbox .listtext1 {
  line-height: 1.66;
  font-size: 12px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex .textbox .listtext1 {
    font-size: 14px;
    letter-spacing: 0em;
  }
}
@media (max-width:768px) {
  .panel-list li .list-flex .textbox .listtext1 {
    font-size: 2.3vw;
    margin-bottom: 2.6vw;
    line-height: 1.22;
    white-space: nowrap;
  }
}
.panel-list li .list-flex .textbox .listtext1.mbno {
  margin-bottom: 0;
}
.panel-list li .list-flex .textbox .listtext2 {
  font-size: 11px;
  line-height: 1.63;
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex .textbox .listtext2 {
    font-size: 12px;
  }
}
@media (max-width:768px) {
  .panel-list li .list-flex .textbox .listtext2 {
    font-size: 2.3vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .panel-list li .list-flex .textbox {
    margin-bottom: 0;
  }
}
@media (max-width:768px) {
  .panel-list li .list-flex .textbox {
    width: 59%;
    margin-bottom: 8vw;
  }
}
.panel-list li.ex {
  max-width: 450px;
}
@media screen and (max-width: 1200px) {
  .panel-list li.ex {
    max-width: 610px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-list li.ex .list-flex {
    align-items: flex-end;
  }
}
@media (max-width:768px) {
  .panel-list li.ex {
    max-width: none;
    width: 100%;
  }
}
.panel-list li.ex .list-flex .pic {
  width: 32.5%;
}
@media (max-width:768px) {
  .panel-list li.ex .list-flex .pic {
    width: 35%;
  }
}
.panel-list li.ex .list-flex .textbox {
  width: 61.5%;
}
@media screen and (max-width: 1200px) {
  .panel-list li.ex .list-flex .textbox {
    width: 59%;
  }
}
@media (max-width:768px) {
  .panel-list li.ex .list-flex .textbox {
    margin-bottom: 0;
    width: 62%;
  }
}

.line-ttl2 {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #AF1C3B;
  margin-top: 30px;
  margin-bottom: 34px;
}
@media (max-width:768px) {
  .line-ttl2 {
    font-size: 3.3vw;
    margin-top: 0;
    margin-bottom: 3.8vw;
  }
}
.line-ttl2::before {
  border-top: 1px solid #000;
  width: 30.8%;
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width:768px) {
  .line-ttl2::before {
    width: 25%;
  }
}
.line-ttl2::after {
  border-top: 1px solid #000;
  width: 30.8%;
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width:768px) {
  .line-ttl2::after {
    width: 25%;
  }
}

.link-box {
  margin-top: 70px;
}
.link-box .link-ttl {
  margin-bottom: 38px;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  color: #B7193F;
}
.link-box ul {
  width: 88%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.link-box ul li {
  margin-top: 26px;
}
.link-box ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  text-align: center;
  border: 1px solid #B7193F;
  font-size: 19px;
  color: #231815;
}
.link-box ul li a span {
  font-size: 13px;
  margin-right: 1em;
  display: inline-block;
}
.link-box ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  background: url(/meijo_tohoku/images/yajirushi.svg) no-repeat right center/100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  height: 18px;
}
@media (max-width:768px) {
  .link-box {
    margin-top: 4.8vw;
  }
  .link-box .link-ttl {
    margin-bottom: 4.8vw;
    text-align: center;
    font-size: 3.5vw;
  }
  .link-box ul {
    width: 88%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  .link-box ul li {
    margin-top: 3vw;
  }
  .link-box ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    text-align: center;
    font-size: 3.1vw;
    line-height: 1.46;
  }
  .link-box ul li a span {
    font-size: 2.3vw;
    margin-right: 0em;
    line-height: 1;
    text-align: center;
    display: block;
  }
  .link-box ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.4vw;
    background: url(/meijo_tohoku/images/yajirushi.svg) no-repeat right center/100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 3.7vw;
    height: 5.4vw;
  }
}/*# sourceMappingURL=top.css.map */