@charset "UTF-8";
main {
  padding: 80px 0 0;
}
main .ul_anchor {
  margin-top: 5px;
  margin-bottom: 60px;
}
main .related_page {
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  main {
    padding: 11vw 0 0;
  }
  main .ul_anchor {
    margin-bottom: 12vw;
    display: block;
  }
  main .ul_anchor li {
    width: 100%;
  }
  main .related_page {
    margin-top: 0;
  }
}

section + section {
  margin-top: 60px;
}
section h3 {
  color: #004BCC;
  font-size: 24px;
  line-height: 1;
}
section h3 + span {
  text-align: right;
  display: block;
  font-size: 14px;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  section + section {
    margin-top: 14vw;
  }
  section h3 {
    font-size: 5.3333333333vw;
  }
  section h3 + span {
    font-size: 3.4666666667vw;
    margin-top: -4vw;
  }
}

.profile .box_wrap {
  align-items: flex-start;
}
.profile dl {
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  border-top: solid 1px #e5e5e5;
}
.profile dl dt, .profile dl dd {
  border-bottom: solid 1px #e5e5e5;
  padding: 15px 0;
}
.profile dl dt {
  width: 22%;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
}
.profile dl dd {
  width: 78%;
}
.profile dl dd .btn_map {
  margin: 13px 0 6px;
}
@media screen and (min-width: 769px) {
  .profile dl dd a.tel {
    pointer-events: none;
    color: #000;
  }
}
.profile dl dd ul.number li {
  position: relative;
  counter-increment: number;
  padding-left: 5px;
}
.profile dl dd ul.number li::before {
  content: counter(number) ". ";
  color: #004BCC;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  position: relative;
  left: -5px;
}
.profile img {
  width: 430px;
}
@media screen and (max-width: 768px) {
  .profile dl {
    display: block;
    width: 100%;
  }
  .profile dl dt {
    width: 100%;
    border-bottom: none;
    padding: 2vw 0 0;
  }
  .profile dl dd {
    width: 100%;
    padding: 1vw 0 3vw;
    font-size: 15px;
  }
  .profile dl dd .btn_map {
    margin: 3vw 0 1vw;
  }
  .profile dl dd a.tel {
    text-decoration: underline;
  }
  .profile dl dd ul.number li {
    padding-left: 2vw;
    margin-left: 1em;
    text-indent: -1em;
  }
  .profile img {
    width: 78%;
    margin: 10vw auto 0;
    display: block;
  }
}

.membership .bg {
  background: #F8FCFF;
  margin-top: 14px;
  padding: 35px 0 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
}
.membership .bg > p {
  font-size: 18px;
}
.membership .bg > p + p {
  margin-top: 10px;
  color: #004BCC;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership .bg > p + p span {
  font-size: 80px;
  line-height: 1;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: .05em;
  margin-left: 7px;
}
.membership .bg > p + p span span {
  font-size: 24px;
  margin-left: 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.membership .bg ul {
  background: rgba(0, 75, 204, 0.05);
  justify-content: center;
  width: 800px;
  margin: 10px auto 0;
  padding: 20px 0px 22px;
  border-radius: 10px;
  color: #004BCC;
}
.membership .bg ul li {
  width: 50%;
}
.membership .bg ul li:first-child {
  border-right: dotted 1px #004BCC;
}
.membership .bg ul li > p {
  font-size: 16px;
  line-height: 1.5;
}
.membership .bg ul li > p span {
  font-size: 14px;
  margin-left: 5px;
}
.membership .bg ul li > p + p {
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
  margin-right: 8px;
}
.membership .bg ul li > p + p span {
  font-size: 50px;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: .05em;
  margin-right: 2px;
}
.membership .bg + ul {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .membership .bg {
    margin-top: 1vw;
    padding: 7vw 5vw;
    border-radius: 20px;
  }
  .membership .bg > p {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .membership .bg > p + p {
    margin-top: 3vw;
    font-size: 5.3333333333vw;
    width: 97%;
  }
  .membership .bg > p + p span {
    font-size: 16vw;
    margin-left: 2vw;
  }
  .membership .bg > p + p span span {
    font-size: 5.3333333333vw;
    margin-left: 2vw;
  }
  .membership .bg ul {
    width: 100%;
    margin: 5vw auto 0;
    padding: 7vw 6vw;
  }
  .membership .bg ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .membership .bg ul li:first-child {
    border-right: none;
    border-bottom: dotted 1px #004BCC;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .membership .bg ul li > p {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    text-align: left;
  }
  .membership .bg ul li > p span {
    font-size: 4vw;
    margin-left: 2vw;
    display: block;
  }
  .membership .bg ul li > p + p {
    font-size: 4.8vw;
    margin-top: 0;
    margin-right: 1vw;
  }
  .membership .bg ul li > p + p span {
    font-size: 11.7333333333vw;
    margin-right: 1vw;
    display: inline-block;
  }
  .membership .bg + ul {
    margin-top: 9vw;
  }
  .membership .bg + ul li + li {
    margin-top: 10vw;
  }
}

.officer dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #e5e5e5;
  margin-top: 14px;
}
.officer dl dt, .officer dl dd {
  border-bottom: solid 1px #e5e5e5;
}
.officer dl dt {
  width: 15%;
  background: #F8FCFF;
  color: #004BCC;
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  padding: 13px 20px 12px;
}
.officer dl dd {
  width: 85%;
  padding: 16px 0 12px;
}
.officer dl dd ul {
  width: 50%;
  padding: 0 20px;
}
.officer dl dd ul + ul {
  border-left: solid 1px #e5e5e5;
}
.officer dl dd ul li {
  font-size: 14px;
}
.officer dl dd ul li span {
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  min-width: 110px;
  display: inline-block;
}
.officer dl dd ul li + li {
  margin-top: 8px;
}
.officer a {
  width: 240px;
  height: 50px;
  margin: 44px 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.officer a .pdf {
  width: 20px;
  margin-right: 6px;
  position: relative;
  top: 1px;
  fill: #ef3029;
}
.officer a span {
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
}
.officer a span small {
  font-size: 14px;
  font-weight: normal;
}
.officer a:hover svg {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .officer dl {
    margin-top: 3vw;
  }
  .officer dl dt {
    width: 27%;
    font-size: 3.7333333333vw;
    padding: 2vw 4vw;
  }
  .officer dl dd {
    width: 73%;
    padding: 2vw 0 4vw;
  }
  .officer dl dd ul {
    width: 100%;
    padding: 0vw 4vw;
  }
  .officer dl dd ul + ul {
    border-left: none;
    margin-top: 3vw;
  }
  .officer dl dd ul li {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    margin-top: 1vw;
  }
  .officer dl dd ul li span {
    font-size: 3.7333333333vw;
    display: block;
  }
  .officer dl dd ul li + li {
    margin-top: 4vw;
  }
  .officer a {
    height: 40px;
    margin: 9vw 0 0 auto;
  }
  .officer a .pdf {
    width: 15px;
    margin-right: 1vw;
  }
  .officer a span small {
    font-size: 3.4666666667vw;
  }
}
