@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
#main .member_group .contents .inview {
  opacity: 0.001;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inview {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#main .member_group .contents .inview.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#main .member_group .contents .inviews > * {
  opacity: 0.001;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inviews > * {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#main .member_group .contents .inviews.view > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 960px) {
  #content > .inner {
    padding: 10px 0 !important;
  }
}

#main .member_group {
  position: relative;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 961px) {
  #main .member_group {
    border-radius: 20px;
    padding: 0;
  }
}

#main .member_group .contents {
  content-visibility: auto;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
}

#main .member_group .js-wordItem {
  display: inline-block;
}

#main .member_group .js-wordItem.-space {
  width: 0.5em;
}

#main .member_group .contents *,
#main .member_group .contents *::before,
#main .member_group .contents *::after {
  box-sizing: border-box;
}

#main .member_group .contents *::after {
  content: none;
}

#main .member_group .contents h2,
#main .member_group .contents h3,
#main .member_group .contents h4 {
  color: inherit;
  font-size: inherit;
  border: 0;
  padding: 0;
  margin: 0;
}

#main .member_group .contents p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents p {
    font-size: 16px;
  }
}

#main .member_group .contents a,
#main .member_group .contents a:focus {
  outline: none;
}

#main .member_group .contents a {
  color: inherit;
  text-decoration: none;
}

#main .member_group .contents .-pc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-pc {
    display: none !important;
  }
}

#main .member_group .contents .-sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-sp {
    display: block !important;
  }
}

#main .member_group .contents .br--hg {
  display: none;
}

@media screen and (min-width: 1281px) {
  #main .member_group .contents .br--hg {
    display: block;
  }
}

#main .member_group .contents .br--pc {
  display: none;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--pc {
    display: block;
  }
}

#main .member_group .contents .br--tb {
  display: block;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--tb {
    display: none;
  }
}

#main .member_group .contents .br--sp {
  display: block;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .br--sp {
    display: none;
  }
}

#main .member_group .contents .br--sm {
  display: none;
}

@media screen and (min-width: 601px) {
  #main .member_group .contents .br--sm {
    display: block;
  }
}

#main .member_group .menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 46px;
}

@media screen and (min-width: 641px) {
  #main .member_group .menu {
    right: calc((100% - 100vw) / 2);
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu {
    top: 0;
    right: -120px;
    width: 120px;
  }
}

#main .member_group .menu__inner {
  position: relative;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url(/file/nuffield-japan/img/common/bg_menu.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__inner {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__cont {
    background-color: #03045e;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 45px 25px 57px;
    overflow: scroll;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__cont {
    background-color: #03045E;
    border: 3px solid #03045E;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
  }
}

#main .member_group .menu__title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #03045E;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__title {
    color: #fff;
    font-size: 26px;
    background-color: unset;
    padding-bottom: 20px;
  }
}

#main .member_group .menu__list {
  margin-bottom: 0;
  padding: 20px 0;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__list {
    height: 100%;
    border: 1px solid #fff;
    border-radius: 80px 0;
    padding: 30px 50px;
    margin-top: 30px;
    width: 100%;
  }
}

#main .member_group .menu__item {
  position: relative;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item {
    background-color: unset;
    padding: 8.5px 0;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: inline-block;
    width: calc(100% - 10px);
    height: 0;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#main .member_group .menu__item:last-of-type::after {
  content: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .menu__item:last-of-type a::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.284%22%20height%3D%2217.965%22%20viewBox%3D%220%200%2025.284%2017.965%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M341.978%2C111.716H318.161a.734.734%2C0%2C0%2C0-.733.731v16.5a.734.734%2C0%2C0%2C0%2C.733.731h23.817a.734.734%2C0%2C0%2C0%2C.733-.731v-16.5A.734.734%2C0%2C0%2C0%2C341.978%2C111.716Zm-.043%2C16.322a.625.625%2C0%2C0%2C1%2C0%2C.869c-.416.415-.959%2C0-.959%2C0l-7.6-7.313-.841.809a2.711%2C2.711%2C0%2C0%2C1-3.577.1l-1.665-1.434a.636.636%2C0%2C0%2C1-.081.095l-8.049%2C7.745s-.611.348-.959%2C0%2C0-.869%2C0-.869l8.11-7.8.007-.005s-7.808-6.684-7.992-6.868a.586.586%2C0%2C0%2C1%2C.011-.872.755.755%2C0%2C0%2C1%2C.974%2C0l10.489%2C9.036a1.408%2C1.408%2C0%2C0%2C0%2C1.833-.05l9.34-8.986a.706.706%2C0%2C0%2C1%2C.959%2C0%2C.587.587%2C0%2C0%2C1%2C0%2C.869l-7.628%2C7.34Z%22%20transform%3D%22translate(-317.428%20-111.716)%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -2px;
    padding-right: 10px;
  }
}

#main .member_group .menu__item > a {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px dotted #fff;
  transition: 0.5s;
  z-index: 0;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 2px 5px;
    border-bottom: unset;
  }
  #main .member_group .menu__item > a.current, #main .member_group .menu__item > a:hover {
    color: #FFEC62;
  }
}

@media screen and (max-height: 600px) {
  #main .member_group .menu__item > a {
    min-height: 55px;
    font-size: 18px;
  }
}

#main .member_group .menu__item > a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__item > a .sp {
    display: inline;
  }
}

#main .member_group .menu__child {
  margin-top: 5px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li + li {
    margin-top: 20px;
  }
}

#main .member_group .menu__child li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 5px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    text-align: center;
  }
}

#main .member_group .menu__child li a.current, #main .member_group .menu__child li a:hover {
  color: #03045E;
  background-color: #fff;
}

#main .member_group .menu__child li a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a .sp {
    display: inline;
  }
}

#main .member_group .menu .br--hg {
  display: none;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu .br--hg {
    display: block;
  }
}

.spMenu {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #03045E;
  border-radius: 5px 0 0 5px;
  padding: 13px;
  cursor: pointer;
  z-index: 11;
}

@media screen and (min-width: 1281px) {
  .spMenu {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .spMenu__inner {
    position: relative;
    display: block;
    width: 22px;
    height: 21px;
    cursor: pointer;
  }
  .spMenu__inner span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: 0.5s;
  }
  .spMenu__inner span:nth-of-type(1) {
    top: 0;
  }
  .spMenu__inner span:nth-of-type(2) {
    top: 10px;
  }
  .spMenu__inner span:nth-of-type(3) {
    bottom: 0;
    width: 50%;
  }
}

.menu.inviews {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  transition-delay: 0.15s;
}

@media screen and (max-width: 1280px) {
  .menu.inviews {
    -webkit-transform: unset;
            transform: unset;
  }
}

.menu.inviews.view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1280px) {
  .menu.inviews.view {
    -webkit-transform: unset;
            transform: unset;
  }
}

.spMenu.active {
  position: fixed;
  top: 70px;
  right: 0;
}

.spMenu.active .spMenu__inner span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.spMenu.active .spMenu__inner span:nth-of-type(2) {
  opacity: 0;
}

.spMenu.active .spMenu__inner span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

#main .member_group .contents .heading__ruby {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  color: #03045E;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .heading__ruby {
    font-size: 14px;
  }
}

#main .member_group .contents .heading__ruby::before, #main .member_group .contents .heading__ruby::after {
  content: '';
  display: inline-block;
  width: 2px;
  min-height: 100%;
  background-color: #03045E;
}

#main .member_group .contents .heading__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .heading__title {
    font-size: 36px;
  }
}

#main .member_group .contents .heading.-wh .heading__ruby {
  color: #fff;
}

#main .member_group .contents .heading.-wh .heading__ruby::before, #main .member_group .contents .heading.-wh .heading__ruby::after {
  background-color: #fff;
}

#main .member_group .contents .heading.-wh .heading__title {
  color: #fff;
}

#main .member_group .contents .card__link {
  position: relative;
  display: block;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__link {
    align-items: flex-start;
    position: relative;
    display: flex;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

#main .member_group .contents .card__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%2303045E%22%2F%3E%0A%20%20%3Cg%20transform%3D%22translate(8.718%2012.064)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C4.22V2.731H10.321A9.771%2C9.771%2C0%2C0%2C1%2C8.38.73L9.694%2C0A17.136%2C17.136%2C0%2C0%2C0%2C13.5%2C3.474%2C17.174%2C17.174%2C0%2C0%2C0%2C9.694%2C6.949L8.38%2C6.22a9.728%2C9.728%2C0%2C0%2C1%2C1.941-2Z%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#main .member_group .contents .card__link:hover {
  opacity: 0.5;
}

#main .member_group .contents .card__link:hover img {
  opacity: 1;
}

#main .member_group .contents .card__container > dl > dt {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #03045E;
  padding-bottom: 10px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__container > dl > dt {
    font-size: 26px;
  }
}

#main .member_group .contents .card__container > dl > dt span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__container > dl > dt span {
    font-size: 16px;
  }
}

#main .member_group .contents .card__img {
  width: 150px;
  border-radius: 10px;
  display: block;
  margin: 0px auto 10px auto;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__img {
    width: 160px;
    margin: 0px 0px 10px 0px;
  }
}

#main .member_group .contents .card__tag {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-top: 10px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__tag {
    flex-direction: row;
  }
}

#main .member_group .contents .card__tag > p {
  font-weight: 500;
}

#main .member_group .contents .card__tag > ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  row-gap: 5px;
}

#main .member_group .contents .card__tag > ul > li {
  color: #03045E;
  background-color: #fff;
  border: 1px solid #03045E;
  border-radius: 5px;
  padding: 2px 10px;
}

#main .member_group .contents .card__area {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  padding-right: 40px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__area {
    font-size: 16px;
  }
}

#main .member_group .contents .card__text {
  font-size: 14px;
  margin-top: 5px;
  padding-right: 0px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__text {
    padding-right: 40px;
    font-size: 16px;
  }
}

#main .member_group .contents .card__qtext {
  font-size: 14px;
  margin-top: 10px;
  padding-right: 0px;
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .card__qtext {
    padding-right: 40px;
    font-size: 16px;
  }
}

#main .member_group .contents .tile__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

#main .member_group .contents .tile__img {
  position: relative;
}

#main .member_group .contents .tile__img iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 320 / 180;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .member_group .contents .tile__cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

#main .member_group .contents .tile__cont > a:hover {
  opacity: 0.8;
}

#main .member_group .contents .tile__date {
  color: #03045E;
  font-size: 14px;
  font-weight: bold;
}

#main .member_group .contents .tile__title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

#main .member_group .contents .tile__button {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  max-width: 143px;
  width: 100%;
  min-height: 34px;
  color: #fff;
  background-color: #03045E;
  border-radius: 5px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .tile__button::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2013%207%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2213%22%20height%3D%227%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip-path)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%2C4.251v-1.5H9.936A9.654%2C9.654%2C0%2C0%2C1%2C8.067.735L9.331%2C0A16.8%2C16.8%2C0%2C0%2C0%2C13%2C3.5%2C16.833%2C16.833%2C0%2C0%2C0%2C9.331%2C7L8.067%2C6.266A9.612%2C9.612%2C0%2C0%2C1%2C9.936%2C4.251Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#main .member_group .contents .visual {
  padding-bottom: 60px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual {
    padding-bottom: 50px;
  }
}

#main .member_group .contents .visual__cont {
  position: relative;
}

#main .member_group .contents .visual__cont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 190px;
  background-color: #EFF7FC;
  z-index: -1;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__cont::after {
    height: 320px;
  }
}

#main .member_group .contents .visual__img {
  position: relative;
  width: calc(100% - 80px);
  margin-left: auto;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__img {
    width: 840px;
    height: 420px;
  }
}

#main .member_group .contents .visual__img img {
  display: block;
  width: 100%;
  border-radius: 0 0 0 80px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 0 150px;
  }
}

#main .member_group .contents .visual__title {
  position: absolute;
  left: 0;
  top: 31%;
  background-color: rgba(3, 4, 94, 0.9);
  padding: 7px 16px 12px 16px;
  border-radius: 0 0 30px 0;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__title {
    padding: 12px 30px 17px 30px;
    top: 35%;
  }
}

#main .member_group .contents .visual__title h2 {
  color: #fff;
  font-size: 35px;
  padding-left: 0em;
  text-align: left;
  line-height: 1.0;
}

@media screen and (min-width: 641px) {
  #main .member_group .contents .visual__title h2 {
    font-size: 46px;
  }
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__title h2 {
    font-size: 50px;
  }
}

#main .member_group .contents .visual__title span {
  font-size: 21px;
}

@media screen and (min-width: 641px) {
  #main .member_group .contents .visual__title span {
    font-size: 30px;
  }
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__title span {
    font-size: 30px;
  }
}

#main .member_group .contents .visual__text {
  padding: 0 25px;
  margin-top: 40px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__text {
    margin-top: 60px;
  }
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .visual__text p {
    text-align: center;
  }
}

#main .member_group .contents .visual__text span {
  font-weight: bold;
  color: #03045E;
}

#main .member_group .contents .section__cont {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .section__cont {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
  }
}

#main .member_group .contents .section__cont + .section__cont {
  margin-top: 40px;
}

#main .member_group .contents .section__list {
  margin-top: 30px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .section__list {
    margin-top: 50px;
  }
}

#main .member_group .contents .section__list > ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  row-gap: 30px;
}

#main .member_group .contents .section__list > ul > li {
  width: 100%;
}

#main .member_group .contents .section .backColor {
  background-color: #EFF7FC;
  border-radius: 80px 0;
  padding-top: 30px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .section .backColor {
    padding-top: 40px;
    border-radius: 100px 0;
  }
}

#main .member_group .contents .matching__cont {
  border-radius: 80px 0 40px 0;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 40px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .matching__cont {
    border-radius: 100px 0;
    padding-bottom: 60px;
  }
}

#main .member_group .contents .matching__contgreen {
  background-color: #EFF7FC;
  border-radius: 100px 0;
}

#main .member_group .contents .matching__contwhite {
  background-color: #fff;
  border-radius: 100px 0;
}

#main .member_group .contents .matching__intro {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px;
}

#main .member_group .contents .matching__block {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .matching__block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .matching__block.only .matching__sliderItem {
    width: 320px;
  }
}

#main .member_group .contents .matching__block.only .matching__dots {
  display: none;
}

#main .member_group .contents .matching__block.only .matching__arrows {
  display: none;
}

#main .member_group .contents .matching__slider {
  position: relative;
}

#main .member_group .contents .matching__sliderList {
  display: flex;
  margin: 0;
}

#main .member_group .contents .matching__sliderItem {
  width: 100%;
}

#main .member_group .contents .matching__dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  z-index: 1;
}

#main .member_group .contents .matching__dots .swiper-pagination {
  position: relative;
  display: flex;
}

#main .member_group .contents .matching__dots .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  opacity: 1;
  transition: background-color 0.15s;
}

#main .member_group .contents .matching__dots .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

#main .member_group .contents .matching__dots .swiper-pagination-bullet-active {
  background-color: #03045E;
}

#main .member_group .contents .matching__dots .swiper-pagination-bullet:hover {
  background-color: #03045E;
}

#main .member_group .contents .matching__arrows {
  display: flex;
  justify-content: flex-end;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .matching__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: space-between;
    width: calc(100%);
    margin-top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
}

#main .member_group .contents .matching__arrowsItem {
  width: 48px;
  height: 48px;
  background-image: url(../img/common/icon_cardArr.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main .member_group .contents .matching__arrowsItem.-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#main .member_group .contents .matching__arrowsItem.swiper-button-next, #main .member_group .contents .matching__arrowsItem.swiper-button-prev {
  position: static;
  margin: 0;
  pointer-events: all;
}

#main .member_group .contents .category__cont {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .category__cont {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
  }
}

#main .member_group .contents .category__list {
  background-color: #EDF5E8;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px 15px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .category__list {
    padding: 30px;
  }
}

#main .member_group .contents .category__list > ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .category__list > ul {
    -webkit-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }
}

#main .member_group .contents .category__list > ul > li {
  font-size: 14px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .category__list > ul > li {
    font-size: 16px;
  }
}

#main .member_group .contents .category__list > ul > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 100px;
  padding: 5px 8px;
  transition: 0.5s;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .category__list > ul > li a {
    padding: 10px 20px;
  }
}

#main .member_group .contents .category__list > ul > li a::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2013%207%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2213%22%20height%3D%227%22%20fill%3D%22%23333%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip-path)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%2C4.251v-1.5H9.936A9.654%2C9.654%2C0%2C0%2C1%2C8.067.735L9.331%2C0A16.8%2C16.8%2C0%2C0%2C0%2C13%2C3.5%2C16.833%2C16.833%2C0%2C0%2C0%2C9.331%2C7L8.067%2C6.266A9.612%2C9.612%2C0%2C0%2C1%2C9.936%2C4.251Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23333%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
}

#main .member_group .contents .category__list > ul > li a:hover {
  color: #03045E;
  border: 1px solid #03045E;
}

#main .member_group .contents .category__list > ul > li a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2013%207%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2213%22%20height%3D%227%22%20fill%3D%22%23218001%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip-path)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%2C4.251v-1.5H9.936A9.654%2C9.654%2C0%2C0%2C1%2C8.067.735L9.331%2C0A16.8%2C16.8%2C0%2C0%2C0%2C13%2C3.5%2C16.833%2C16.833%2C0%2C0%2C0%2C9.331%2C7L8.067%2C6.266A9.612%2C9.612%2C0%2C0%2C1%2C9.936%2C4.251Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23218001%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

#main .member_group .contents .contact {
  position: relative;
  min-height: 220px;
  margin-top: 60px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .contact {
    min-height: 300px;
    margin-top: 80px;
  }
}

#main .member_group .contents .contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #03045e;
  z-index: -1;
}

#main .member_group .contents .contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#main .member_group .contents .contact__cont {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .contact__cont {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#main .member_group .contents .contact__intro {
  color: #fff;
  margin-top: 30px;
  padding: 0 15px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .contact__intro {
    text-align: center;
    margin-top: 40px;
    padding: 0;
  }
}

#main .member_group .contents .contact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  color: #FFEC62;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}

#main .member_group .contents .contact__tel::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../img/contact/icon_contactTel.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#main .member_group .contents .contact__mail {
  margin-top: 30px;
}

#main .member_group .contents .contact__mail a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  max-width: 450px;
  height: 56px;
  color: #03045E;
  font-size: 18px;
  font-weight: bold;
  background-color: #FFEC62;
  border-radius: 100px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .contact__mail a {
    justify-content: center;
    height: 70px;
    font-size: 20px;
    padding: 0;
  }
}

#main .member_group .contents .contact__mail a::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 20px;
  background-image: url("../img/contact/icon_contactMail.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .contact__mail a::before {
    width: 35px;
    height: 24px;
  }
}

#main .member_group .contents .contact__mail a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%2303045E%22%2F%3E%0A%20%20%3Cg%20transform%3D%22translate(8.718%2012.064)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C4.22V2.731H10.321A9.771%2C9.771%2C0%2C0%2C1%2C8.38.73L9.694%2C0A17.136%2C17.136%2C0%2C0%2C0%2C13.5%2C3.474%2C17.174%2C17.174%2C0%2C0%2C0%2C9.694%2C6.949L8.38%2C6.22a9.728%2C9.728%2C0%2C0%2C1%2C1.941-2Z%22%20fill%3D%22%23FFEC62%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .contact__mail a::after {
    width: 48px;
    height: 48px;
  }
}

#main .member_group .contents .contact__text {
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .contact__text {
    margin-top: 20px;
  }
}

#main .member_group .contents .subVisual {
  position: relative;
  height: 200px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subVisual {
    height: 275px;
  }
}

#main .member_group .contents .subVisual::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #EFF7FC;
  z-index: -1;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subVisual::after {
    height: calc(100% - 45px);
  }
}

#main .member_group .contents .subVisual__cont {
  position: relative;
}

#main .member_group .contents .subVisual__image {
  position: relative;
  width: calc(100% - 25px);
  height: 180px;
  margin-left: auto;
  border-radius: 0 0 0 80px;
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subVisual__image {
    width: calc(100% - 80px);
    height: 240px;
    border-radius: 0 0 0 100px;
  }
}

#main .member_group .contents .subVisual__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 4, 94, 0.8);
  z-index: 1;
}

#main .member_group .contents .subVisual__image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

#main .member_group .contents .subVisual__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

#main .member_group .contents .subVisual__caption p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subVisual__caption p {
    font-size: 30px;
  }
}

#main .member_group .contents .subVisual__caption p::before, #main .member_group .contents .subVisual__caption p::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 1em;
  vertical-align: middle;
  background-color: #fff;
  margin: 0 0.5em;
}

#main .member_group .contents .subVisual__caption dl {
  margin-top: 16px;
}

#main .member_group .contents .subVisual__caption dl dt {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subVisual__caption dl dt {
    font-size: 40px;
  }
}

#main .member_group .contents .subVisual__caption dl dt span {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subVisual__caption dl dt span {
    font-size: 24px;
  }
}

#main .member_group .contents .subVisual__caption dl dd {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subVisual__caption dl dd {
    font-size: 26px;
  }
}

#main .member_group .contents .subSection__container {
  width: calc(100% - 32px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection__container {
    max-width: 920px;
    width: calc(100% - 80px);
  }
}

#main .member_group .contents .subSection__container + .sebSection__container {
  margin-top: 40px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection__container + .sebSection__container {
    margin-top: 50px;
  }
}

#main .member_group .contents .subSection__container.-full {
  max-width: 100%;
  width: 100%;
  margin-top: 72px;
}

#main .member_group .contents .subSection .subIntro {
  background-color: #EFF7FC;
  border-radius: 80px 0 80px 0;
  padding: 40px 20px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subIntro {
    border-radius: 100px 0 100px 0;
    padding: 40px 80px;
  }
}

#main .member_group .contents .subSection .subIntro__image {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

#main .member_group .contents .subSection .subIntro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#main .member_group .contents .subSection .subIntro__image + .subIntro__hinmoku {
  margin-top: 32px;
}

#main .member_group .contents .subSection .subIntro__hinmoku dt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subIntro__hinmoku dt {
    font-size: 18px;
  }
}

#main .member_group .contents .subSection .subIntro__hinmoku dd {
  margin-top: 5px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subIntro__hinmoku dd {
    margin-top: 10px;
  }
}

#main .member_group .contents .subSection .subIntro__hinmoku dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  row-gap: 10px;
  max-width: 668px;
  margin: 0 auto;
}

#main .member_group .contents .subSection .subIntro__hinmoku dd ul li {
  color: #03045E;
  font-size: 20px;
  background-color: #fff;
  border: 1px solid #03045E;
  border-radius: 5px;
  padding: 2px 10px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subIntro__hinmoku dd ul li {
    font-size: 24px;
    padding: 2px 15px;
  }
}

#main .member_group .contents .subSection .subIntro__hinmoku + .subIntro__text {
  margin-top: 32px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subIntro__text {
    text-align: center;
  }
}

#main .member_group .contents .subSection .subIntro__textB {
  font-weight: bold;
  text-align: center;
}

#main .member_group .contents .subSection .subNavi {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .subSection .subNavi__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}

#main .member_group .contents .subSection .subNavi__list li {
  width: 100%;
  border-bottom: 1px solid #03045E;
  padding-bottom: 7px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subNavi__list li.-item {
    width: calc((100% - 30px) / 2);
  }
}

#main .member_group .contents .subSection .subNavi__list li dl {
  display: flex;
  align-items: baseline;
  -webkit-column-gap: 6px;
          column-gap: 6px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subNavi__list li dl {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

#main .member_group .contents .subSection .subNavi__list li dl dt {
  width: 90px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #03045E;
  border-radius: 5px;
  padding: 5px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subNavi__list li dl dt {
    width: 124px;
    font-size: 18px;
  }
}

#main .member_group .contents .subSection .subNavi__list li dl dd {
  flex: 1;
  font-size: 16px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subNavi__list li dl dd {
    font-size: 18px;
  }
}

#main .member_group .contents .subSection .subMovie {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .subSection .subMovie__text {
  position: relative;
  display: flex;
  justify-content: center;
  color: #03045E;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subMovie__text {
    font-size: 24px;
  }
}

#main .member_group .contents .subSection .subMovie__text span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

#main .member_group .contents .subSection .subMovie__text span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 15px;
  background-color: #EFF7FC;
  z-index: -1;
}

#main .member_group .contents .subSection .subMovie__movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 16px;
}

#main .member_group .contents .subSection .subMovie__movie iframe {
  width: 100%;
  height: 100%;
}

#main .member_group .contents .subSection .subQa {
  background-color: #EFF7FC;
  border-radius: 80px 0 80px 0;
  padding: 40px 20px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQa {
    border-radius: 100px 0 100px 0;
    padding: 50px 60px;
  }
}

#main .member_group .contents .subSection .subQa__item + .subQa__item {
  margin-top: 36px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQa__item + .subQa__item {
    margin-top: 50px;
  }
}

#main .member_group .contents .subSection .subQa__item dl dt {
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQa__item dl dt {
    -webkit-column-gap: 7px;
            column-gap: 7px;
    font-size: 18px;
  }
}

#main .member_group .contents .subSection .subQa__item dl dt.-icon::before {
  content: '';
  position: relative;
  top: -0.5em;
  flex: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/file/nuffield-japan/img/common/icon_q.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQa__item dl dt.-icon::before {
    width: 45px;
    height: 45px;
  }
}

#main .member_group .contents .subSection .subQa__item dl dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 7px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQa__item dl dd {
    flex-direction: row;
    margin-top: 15px;
  }
}

#main .member_group .contents .subSection .subQa__item dl dd.-left {
  flex-direction: column-reverse;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQa__item dl dd.-left {
    flex-direction: row-reverse;
  }
}

#main .member_group .contents .subSection .subQa__item dl dd p {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}

#main .member_group .contents .subSection .subQa__item dl dd p b {
  font-weight: bold;
}

#main .member_group .contents .subSection .subQa__item dl dd img {
  width: 100%;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQa__item dl dd img {
    width: 320px;
  }
}

#main .member_group .contents .subSection .subQaText {
  position: relative;
  display: flex;
  justify-content: center;
  color: #03045E;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subQaText {
    font-size: 24px;
  }
}

#main .member_group .contents .subSection .subQaText span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

#main .member_group .contents .subSection .subQaText span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 15px;
  background-color: #EFF7FC;
  z-index: -1;
}

#main .member_group .contents .subSection .subDetail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#main .member_group .contents .subSection .subDetail__title {
  text-align: center;
}

#main .member_group .contents .subSection .subDetail__title span {
  display: inline-block;
  color: #03045E;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border-left: 3px solid #03045E;
  border-right: 3px solid #03045E;
  padding: 0 24px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__title span {
    font-size: 24px;
  }
}

#main .member_group .contents .subSection .subDetail__cont {
  margin-top: 16px;
  background-color: #EFF7FC;
  border-radius: 20px;
  padding: 20px;
}

#main .member_group .contents .subSection .subDetail__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__section {
    flex-direction: row;
  }
}

#main .member_group .contents .subSection .subDetail__section > img {
  -ms-grid-row-align: center;
      align-self: center;
  width: 320px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__section > img {
    -ms-grid-row-align: auto;
        align-self: auto;
  }
}

#main .member_group .contents .subSection .subDetail__section + .subDetail__detail {
  margin-top: 24px;
}

#main .member_group .contents .subSection .subDetail__intro {
  flex: 1;
}

#main .member_group .contents .subSection .subDetail__intro > p {
  font-size: 16px;
  line-height: 1.5;
}

#main .member_group .contents .subSection .subDetail__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  margin-top: 16px;
}

#main .member_group .contents .subSection .subDetail__list li {
  width: 100%;
  border-bottom: 1px solid #03045E;
  padding-bottom: 7px;
}

#main .member_group .contents .subSection .subDetail__list li.-item {
  width: calc((100% - 30px) / 2);
}

#main .member_group .contents .subSection .subDetail__list li dl {
  display: flex;
  align-items: baseline;
  -webkit-column-gap: 6px;
          column-gap: 6px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__list li dl {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

#main .member_group .contents .subSection .subDetail__list li dl dt {
  width: 90px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #03045E;
  border-radius: 5px;
  padding: 5px 10px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__list li dl dt {
    width: 114px;
    font-size: 16px;
    padding: 5px;
  }
}

#main .member_group .contents .subSection .subDetail__list li dl dd {
  flex: 1;
  font-size: 16px;
}

#main .member_group .contents .subSection .subDetail__detail {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__detail {
    padding: 20px 30px;
  }
}

#main .member_group .contents .subSection .subDetail__detail h4 {
  position: relative;
  display: flex;
  justify-content: center;
  color: #03045E;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12em;
  z-index: 1;
}

#main .member_group .contents .subSection .subDetail__detail h4 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

#main .member_group .contents .subSection .subDetail__detail h4 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 11px;
  background-color: #EFF7FC;
  z-index: -1;
}

#main .member_group .contents .subSection .subDetail__detail h4 + * {
  margin-top: 16px;
}

#main .member_group .contents .subSection .subDetail__detail ul li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__detail ul li {
    font-size: 14px;
  }
}

#main .member_group .contents .subSection .subDetail__detail ul li::before {
  content: '・';
}

#main .member_group .contents .subSection .subDetail__detail ul li + li {
  margin-top: 1em;
}

#main .member_group .contents .subSection .subDetail__detail p {
  font-size: 13px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subDetail__detail p {
    font-size: 14px;
  }
}

#main .member_group .contents .subSection .subCase {
  background-color: #EFF7FC;
  border-radius: 80px 0 40px 0;
  padding: 40px 20px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subCase {
    border-radius: 100px 0 100px 0;
    padding: 50px 60px;
  }
}

#main .member_group .contents .subSection .subCase__cont {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .subSection .subCase__cont {
    max-width: 800px;
    margin-top: 40px;
  }
}

#main .member_group .contents .subSection .subCase__text {
  font-size: 16px;
}

#main .member_group .contents .subSection .subCase__text + .subCase__movie {
  margin-top: 40px;
}

#main .member_group .contents .subSection .subCase__movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 30px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subCase__movie {
    margin-top: 16px;
  }
}

#main .member_group .contents .subSection .subCase__movie iframe {
  width: 100%;
  height: 100%;
}

#main .member_group .contents .subSection .subLink {
  background-color: #EFF7FC;
  border-radius: 80px 0 40px 0;
  padding: 40px 20px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subLink {
    border-radius: 100px 0 100px 0;
    padding: 50px 60px;
  }
}

#main .member_group .contents .subSection .subLink__intro {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .subSection .subLink__intro {
    max-width: 800px;
    margin-top: 40px;
  }
}

#main .member_group .contents .subSection .subLink__intro p {
  font-size: 16px;
}

#main .member_group .contents .subSection .subLink__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  row-gap: 16px;
  margin-top: 30px;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subLink__list {
    row-gap: 40px;
    margin-top: 40px;
  }
}

#main .member_group .contents .subSection .subLink__item {
  width: 100%;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subLink__item {
    width: calc((100% - 60px) / 2);
  }
}

#main .member_group .contents .subSection .subLink__item:nth-child(2n+1):last-child {
  width: 100%;
}

#main .member_group .contents .subSection .subLink__button a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  min-height: 56px;
  color: #03045E;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  padding: 15px 60px 15px 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subLink__button a {
    min-height: 70px;
    font-size: 20px;
    padding: 0 36px;
  }
}

#main .member_group .contents .subSection .subLink__button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%23218001%22%2F%3E%0A%20%20%3Cg%20transform%3D%22translate(8.718%2012.064)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0%200)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C4.22V2.731H10.321A9.771%2C9.771%2C0%2C0%2C1%2C8.38.73L9.694%2C0A17.136%2C17.136%2C0%2C0%2C0%2C13.5%2C3.474%2C17.174%2C17.174%2C0%2C0%2C0%2C9.694%2C6.949L8.38%2C6.22a9.728%2C9.728%2C0%2C0%2C1%2C1.941-2Z%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .subSection .subLink__button a::after {
    width: 48px;
    height: 48px;
  }
}

/*# sourceMappingURL=style.css.map */
