/*---------------------------
senior
----------------------------*/
.mv_senior {
  background: #EDEAE2;
  border-bottom: 7px solid #00009B;
}
.mv_senior .inner {
  max-width: 100%;
  position: relative;
}
.mv_senior .inner > img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mv_senior .inner .txt {
  width: 55%;
  top: 7vh;
  left: 5vw;
  position: absolute;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv_senior .inner .txt {
    width: 100%;
    top: 2vh;
  }
}
.mv_senior .inner .txt > p {
  margin-bottom: 2.0rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv_senior .inner .txt > p {
    font-size: 0.8rem;
    margin-bottom: 6.0rem;
  }
}
.mv_senior .inner .txt > p span {
  color: #00009D;
  font-family: 'Noto Sans JP';
  display: inline-block;
  margin-right: 10px;
}
.mv_senior .inner .txt > img {
  width: 60%;
  height: auto;
}
.mv_senior.detail .inner .txt {
  width: 38%;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 10%;
  color: #fff;
  text-shadow: 0 0 15px black,0 0 10px black;
}
@media screen and (max-width: 767px) {
  .mv_senior.detail .inner .txt {
    width: 60%;
    bottom: 0;
    right: 5%;
  }
}
.mv_senior.detail .inner .txt p:nth-of-type(1) {
  margin-bottom: 0.5rem;
}
.mv_senior.detail .inner .txt p:nth-of-type(2) {
  font-size: 2.8vw;
  font-weight: normal;
  line-height: 3.5vw;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mv_senior.detail .inner .txt p:nth-of-type(2) {
    margin-bottom: 1.0rem;
    font-size: 4.0vw;
    line-height: 4.0vw;
  }
}
.mv_senior.detail .inner .txt p:nth-of-type(3) {
  text-align: right;
  font-size: 2.0vw;
}
@media screen and (max-width: 767px) {
  .mv_senior.detail .inner .txt p:nth-of-type(3) {
    margin-bottom: 2.0rem;
  }
}
.mv_senior.detail .bottom {
  text-align: left;
  background-color: #00009D;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.0rem;
}
@media screen and (max-width: 767px) {
  .mv_senior.detail .bottom {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
}
.mv_senior.detail .bottom .row {
  max-width: 1200px;
  margin: auto;
  padding: 2.0rem 0;
}
@media screen and (max-width: 767px) {
  .mv_senior.detail .bottom .row {
    padding: 0.5rem 1.0rem;
  }
}
.mv_senior.detail .bottom .row .name {
  width: 15%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 1.0rem;
}
@media screen and (max-width: 767px) {
  .mv_senior.detail .bottom .row .name {
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
}
.mv_senior.detail .bottom .row .txt {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .mv_senior.detail .bottom .row .txt {
    width: 100%;
    font-size: 0.8rem;
  }
}
.mv_senior.i01 .inner .txt p:nth-of-type(2) {
  font-size: 2.0vw;
}
.mv_senior.i03 .inner .txt p:nth-of-type(2) {
  font-size: 2.2vw;
}

#senior {
  padding: 6.0rem 0;
}
@media screen and (max-width: 767px) {
  #senior {
    padding: 2.0rem 0;
  }
}
#senior .inner {
  max-width: 90%;
}
#senior .inner .row .col {
  width: 100%;
  margin-bottom: 6.0rem;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col {
    margin-bottom: 3.0rem;
  }
}
#senior .inner .row .col .txt {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt {
    width: 100%;
  }
}
#senior .inner .row .col .txt .title {
  position: relative;
  background-image: url(../img/senior/bar01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  margin-bottom: 2.0rem;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt .title {
    height: 40px;
    margin-bottom: 1.0rem;
  }
}
#senior .inner .row .col .txt .title p {
  font-size: 1.2rem;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt .title p {
    font-size: 1.0rem;
  }
}
#senior .inner .row .col .txt .title p span {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  margin-right: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt .title p span {
    font-size: 1.0rem;
  }
}
#senior .inner .row .col .txt .title .num {
  position: absolute;
  font-size: 10.0rem;
  top: 0;
  right: 40px;
  font-weight: bold;
  color: #1D2088;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt .title .num {
    font-size: 8.0rem;
    right: 20px;
    top: 20px;
    color: #eee;
    z-index: -1;
  }
}
#senior .inner .row .col .txt .message {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.6rem;
  color: #1D2088;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt .message {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
#senior .inner .row .col .txt .time {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 3.0rem;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt .time {
    font-size: 1.0rem;
    text-align: left;
    margin-bottom: 1.0rem;
  }
}
#senior .inner .row .col .txt .btn {
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .txt .btn {
    display: none;
  }
}
#senior .inner .row .col .txt .btn a {
  display: inline-block;
  border: 1px solid #1D2088;
  color: #1D2088;
  padding: 1.0rem 4.0rem;
  padding-right: 5.0rem;
  text-decoration: none;
  position: relative;
}
#senior .inner .row .col .txt .btn a:after {
  content: ">";
  position: absolute;
  top: 30%;
  right: 20px;
  color: #1D2088;
  display: block;
  font-size: 1.1rem;
}
#senior .inner .row .col .txt .btn a:hover {
  color: #fff;
  background: #1D2088;
}
#senior .inner .row .col .txt .btn a:hover:after {
  color: #fff;
}
#senior .inner .row .col .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .img {
    width: 100%;
  }
}
#senior .inner .row .col .btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .btn {
    display: block;
    padding-top: 20px;
    width: 100%;
  }
  #senior .inner .row .col .btn a {
    display: inline-block;
    border: 1px solid #1D2088;
    color: #1D2088;
    padding: 0.5rem 1.0rem;
    padding-right: 2.0rem;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #senior .inner .row .col .btn a {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col .btn a:after {
    content: ">";
    position: absolute;
    top: 20%;
    right: 20px;
    color: #1D2088;
    display: block;
    font-size: 1.1rem;
  }
  #senior .inner .row .col .btn a:hover {
    color: #fff;
    background: #1D2088;
  }
  #senior .inner .row .col .btn a:hover:after {
    color: #fff;
  }
}
#senior .inner .row .col:nth-of-type(even) .txt {
  order: 2;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col:nth-of-type(even) .txt {
    order: 1;
  }
}
#senior .inner .row .col:nth-of-type(even) .txt .title {
  background-image: url(../img/senior/bar02.png);
  background-position: left bottom;
}
#senior .inner .row .col:nth-of-type(even) .img {
  order: 1;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col:nth-of-type(even) .img {
    order: 2;
  }
}
#senior .inner .row .col:nth-of-type(even) .btn {
  order: 3;
}
@media screen and (max-width: 767px) {
  #senior .inner .row .col:nth-of-type(even) .btn {
    order: 3;
  }
}

#senior_detial {
  padding: 5.0rem 0;
}
@media screen and (max-width: 767px) {
  #senior_detial {
    padding: 2.0rem 0;
  }
}
@media screen and (max-width: 767px) {
  #senior_detial .inner {
    max-width: 90%;
  }
}
#senior_detial .inner .col {
  margin-bottom: 4.0rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col {
    line-height: 1.2rem;
    margin-bottom: 2.0rem;
  }
}
#senior_detial .inner .col .top {
  margin-bottom: 4.0rem;
}
#senior_detial .inner .col .top .img {
  position: relative;
  margin-bottom: 2.0rem;
  z-index: 1;
}
#senior_detial .inner .col .top .img img {
  width: 70%;
  height: auto;
  display: block;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .top .img img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
#senior_detial .inner .col .top .txt {
  width: 100%;
  text-align: left;
  line-height: 2.0rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .top .txt {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
#senior_detial .inner .col .top .txt .ltxt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .top .txt .ltxt {
    width: 100%;
    margin-bottom: 2.0rem;
  }
}
#senior_detial .inner .col .top .txt .rtxt {
  width: 45%;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .top .txt .rtxt {
    width: 100%;
    margin-top: 0;
  }
}
#senior_detial .inner .col .top .txt .rtxt .title {
  width: 100%;
}
#senior_detial .inner .col .top .txt .rtxt .title span {
  display: block;
  font-size: 2.0rem;
  text-shadow: 2px 2px 0px white, -2px -2px 0px white,2px -2px 0px white,-2px 2px 0px white;
  line-height: 2.6rem;
  color: #00009D;
  font-family: 'Noto Sefif JP',serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2.0rem;
  padding-bottom: 2.0rem;
  background-image: url(../img/senior/bar02.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .top .txt .rtxt .title span {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#senior_detial .inner .col .sub {
  max-width: 90%;
  margin: auto;
  margin-bottom: 4.0rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .sub {
    max-width: 100%;
  }
}
#senior_detial .inner .col .sub .img {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .sub .img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
#senior_detial .inner .col .sub .txt {
  width: 30%;
  line-height: 2.2rem;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .sub .txt {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}
#senior_detial .inner .col .sub:nth-of-type(2) .img {
  order: 2;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .sub:nth-of-type(2) .img {
    order: 1;
  }
}
#senior_detial .inner .col .sub:nth-of-type(2) .txt {
  order: 1;
}
@media screen and (max-width: 767px) {
  #senior_detial .inner .col .sub:nth-of-type(2) .txt {
    order: 2;
  }
}
#senior_detial .btn {
  padding-top: 3.0rem;
}
@media screen and (max-width: 767px) {
  #senior_detial .btn {
    max-width: 80%;
    margin: auto;
  }
}
#senior_detial .btn a {
  width: 20%;
  display: inline-block;
  padding: 0.8rem;
  border: 1px solid #00009D;
  color: #00009D;
  text-decoration: none;
  margin: 0 0.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #senior_detial .btn a {
    width: 100%;
    margin: 0;
    margin-bottom: 0.2rem;
  }
}
#senior_detial .btn a:hover {
  color: #fff;
  background: #1D2088;
}
#senior_detial .btn a:first-child:before {
  content: "<";
  position: absolute;
  top: 30%;
  left: 20px;
  color: #1D2088;
  display: block;
  font-size: 1.1rem;
}
#senior_detial .btn a:first-child:hover {
  color: #fff;
  background: #1D2088;
}
#senior_detial .btn a:first-child:hover:before {
  color: #fff;
}
#senior_detial .btn a:last-child:after {
  content: ">";
  position: absolute;
  top: 30%;
  right: 20px;
  color: #1D2088;
  display: block;
  font-size: 1.1rem;
}
#senior_detial .btn a:last-child:hover {
  color: #fff;
  background: #1D2088;
}
#senior_detial .btn a:last-child:hover:after {
  color: #fff;
}
