@charset "UTF-8";
.arw_right_tri_with_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
}
@media (max-width: 765px) {
  .arw_right_tri_with_circle {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 765px) {
  .sp_noFixedNav .contents-w__gradeNr {
    padding-top: 60px;
  }
}

.container {
  position: relative;
  z-index: 1;
}

.contents-w {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  margin-top: 84px;
  margin-bottom: 140px;
  margin-inline: auto;
}
@media (max-width: 765px) {
  .contents-w {
    padding-top: 30px;
    padding-bottom: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.contents-w.has-side {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 765px) {
  .contents-w.has-side {
    display: block;
  }
}
.contents-w.has-side > .side-contentsWrapper {
  flex-shrink: 0;
  width: 300px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .contents-w.has-side > .side-contentsWrapper {
    width: 230px;
  }
}
@media (max-width: 765px) {
  .contents-w.has-side > .side-contentsWrapper {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    left: 0;
    width: calc(100% + 40px);
    padding-top: 0;
    margin-top: 0;
    margin-left: -20px;
    margin-bottom: 30px;
    background-color: #fff;
    z-index: 100;
  }
}
@media (max-width: 765px) {
  .contents-w.has-side > .side-contentsWrapper .side-contents {
    position: static !important;
  }
}
.contents-w.has-side > .contents-m {
  width: 100%;
  max-width: 830px;
}
@media (max-width: 765px) {
  .contents-w.has-side > .contents-m {
    max-width: 100%;
  }
}
.contents-w > .contents-m {
  width: 100%;
}
.contents-w > .contents-m > :first-child {
  margin-top: 0;
}
.contents-w__gradeNr {
  position: relative;
  z-index: 1;
  margin-top: 87px;
  margin-bottom: 133px;
}
@media (max-width: 765px) {
  .contents-w__gradeNr.has-side {
    margin-top: 0;
  }
}
@media (max-width: 765px) {
  .contents-w__gradeNr {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.ly_pageGrade {
  position: relative;
}
.ly_pageGrade:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  min-height: 500px;
  background-image: url(../images/index_navigation_bg.png);
  background-size: contain;
  background-repeat: repeat-x;
  z-index: -1;
}
@media (max-width: 765px) {
  .ly_pageGrade:before {
    top: 30px;
    min-height: 340px;
    background-image: url(../images/index_navigation_bg_sp.png);
  }
}

body.bg_grade .contents-w {
  min-height: 500px;
}
@media (max-width: 765px) {
  body.bg_grade .contents-w {
    min-height: 340px;
  }
}
body.bg_grade .ly_footer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-width: 94.44%;
  aspect-ratio: 1358/903;
  background-image: url(../images/page_grade.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.ly_articleWrapper > :first-child {
  margin-top: 0;
}

body.ly_contentPb0 .contents-w {
  padding-bottom: 0;
}

.side-contents.is_static {
  position: static;
}
@media (max-width: 765px) {
  .side-contents__bannerOnly {
    display: none;
  }
}
@media not all and (max-width: 765px) {
  .side-contents__spOnly {
    display: none;
  }
}
@media (max-width: 765px) {
  .side-contents__spOnly.side-contents__bannerOnly {
    display: block;
    margin-top: -60px;
  }
  .side-contents__spOnly.side-contents__bannerOnly .side-menu {
    display: block;
  }
}

.side-visual {
  padding: 30px 10px 27px;
  border-top: 2px solid #BD5C9E;
  border-bottom: 1px solid #BCBCBC;
  pointer-events: auto;
}
@media (max-width: 765px) {
  .side-visual {
    padding: 16px 20px 13px;
    border-bottom: none;
    background-color: #F3EEF2;
  }
}
.side-visual.is_active .toggleIcon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.side-visual > a,
.side-visual > div,
.side-visual > button {
  display: flex;
  gap: 11px;
  color: #62455E;
}
@media (max-width: 765px) {
  .side-visual > a,
.side-visual > div,
.side-visual > button {
    gap: 10px;
  }
}
.side-visual > a .arw_right_tri_with_circle,
.side-visual > div .arw_right_tri_with_circle,
.side-visual > button .arw_right_tri_with_circle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.side-visual > a .arw_right_tri_with_circle .arw_right_tri .stroke,
.side-visual > div .arw_right_tri_with_circle .arw_right_tri .stroke,
.side-visual > button .arw_right_tri_with_circle .arw_right_tri .stroke {
  stroke: currentColor;
}
.side-visual > a .toggleIcon,
.side-visual > div .toggleIcon,
.side-visual > button .toggleIcon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #BCBCBC;
  border-radius: 50%;
  transition: border-color 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}
.side-visual > a .toggleIcon:focus, :where([data-whatintent="mouse"]) .side-visual > a .toggleIcon:hover,
.side-visual > div .toggleIcon:focus,
:where([data-whatintent="mouse"]) .side-visual > div .toggleIcon:hover,
.side-visual > button .toggleIcon:focus,
:where([data-whatintent="mouse"]) .side-visual > button .toggleIcon:hover {
  border-color: #BD5C9E;
}
.side-visual > a .toggleIcon:focus:before, .side-visual > a .toggleIcon:focus:after, :where([data-whatintent="mouse"]) .side-visual > a .toggleIcon:hover:before, :where([data-whatintent="mouse"]) .side-visual > a .toggleIcon:hover:after,
.side-visual > div .toggleIcon:focus:before,
.side-visual > div .toggleIcon:focus:after,
:where([data-whatintent="mouse"]) .side-visual > div .toggleIcon:hover:before,
:where([data-whatintent="mouse"]) .side-visual > div .toggleIcon:hover:after,
.side-visual > button .toggleIcon:focus:before,
.side-visual > button .toggleIcon:focus:after,
:where([data-whatintent="mouse"]) .side-visual > button .toggleIcon:hover:before,
:where([data-whatintent="mouse"]) .side-visual > button .toggleIcon:hover:after {
  background-color: #BD5C9E;
}
@media (max-width: 765px) {
  .side-visual > a .toggleIcon,
.side-visual > div .toggleIcon,
.side-visual > button .toggleIcon {
    width: 20px;
    height: 20px;
  }
}
.side-visual > a .toggleIcon:before, .side-visual > a .toggleIcon:after,
.side-visual > div .toggleIcon:before,
.side-visual > div .toggleIcon:after,
.side-visual > button .toggleIcon:before,
.side-visual > button .toggleIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  transition-property: transform, background-color;
  transition-duration: 0.3s;
}
.side-visual > a .toggleIcon:before,
.side-visual > div .toggleIcon:before,
.side-visual > button .toggleIcon:before {
  transform: translate(-50%, -50%);
}
.side-visual > a .toggleIcon:after,
.side-visual > div .toggleIcon:after,
.side-visual > button .toggleIcon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.side-visual > a .title,
.side-visual > div .title,
.side-visual > button .title {
  margin-top: -0.18em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .side-visual > a .title,
.side-visual > div .title,
.side-visual > button .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .side-visual > a .title,
.side-visual > div .title,
.side-visual > button .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .side-visual > a .title,
.side-visual > div .title,
.side-visual > button .title {
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.side-visual > a {
  transition: color 0.3s;
}
.side-visual > a:focus, :where([data-whatintent="mouse"]) .side-visual > a:hover {
  color: #BD5C9E;
}
.side-visual > a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .side-visual > a:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.side-visual > a .arw_right_tri_with_circle {
  transition: border-color 0.3s;
}
@media (max-width: 765px) {
  .side-visual > div {
    align-items: center;
  }
}
.side-visual > div a {
  transition: color 0.3s;
}
.side-visual > div a:focus, :where([data-whatintent="mouse"]) .side-visual > div a:hover {
  color: #BD5C9E;
}

.side-menu {
  pointer-events: auto;
}
@media (max-width: 765px) {
  .side-menu {
    display: none;
    padding-bottom: 40px;
    overflow-y: auto;
  }
}
.side-menu + .side-menu,
.side-menu + .side-visual {
  margin-top: 40px;
}
.side-menu .arw_right_tri_with_circle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: border-color 0.3s;
}
@media (max-width: 765px) {
  .side-menu .arw_right_tri_with_circle {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }
  .side-menu .arw_right_tri_with_circle .arw_right_tri {
    width: 5px;
  }
}
.side-menu .arw_right_tri_with_circle .arw_right_tri .stroke {
  stroke: currentColor;
}
.side-menu > ul > li {
  border-bottom: 1px solid #DBD2D9;
  transition: background-color 0.3s;
}
.side-menu > ul > li.current > a {
  color: #BD5C9E;
}
.side-menu > ul > li.current > a .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.side-menu > ul > li.current > div a {
  color: #BD5C9E;
}
.side-menu > ul > li.current > ul {
  display: block;
}
.side-menu > ul > li.is_active {
  background-color: #F6F6F6;
}
.side-menu > ul > li.is_active > div .toggleIcon {
  background-color: #856F82;
}
.side-menu > ul > li.is_active > div .toggleIcon:before, .side-menu > ul > li.is_active > div .toggleIcon:after {
  background-color: #fff;
}
.side-menu > ul > li.is_active > div .toggleIcon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.side-menu > ul > li > a,
.side-menu > ul > li > div {
  display: flex;
  gap: 6px;
  padding: 20px 10px;
  color: #62455E;
}
@media (max-width: 765px) {
  .side-menu > ul > li > a,
.side-menu > ul > li > div {
    padding: 15px 20px;
  }
}
.side-menu > ul > li > a {
  transition: color 0.3s;
}
.side-menu > ul > li > a:focus, :where([data-whatintent="mouse"]) .side-menu > ul > li > a:hover {
  color: #BD5C9E;
}
.side-menu > ul > li > a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .side-menu > ul > li > a:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.side-menu > ul > li > a .icon_pdf {
  vertical-align: -3px;
}
@media (max-width: 765px) {
  .side-menu > ul > li > a .icon_pdf {
    vertical-align: -4px;
  }
}
.side-menu > ul > li > a .icon_blank {
  vertical-align: -3px;
}
@media (max-width: 765px) {
  .side-menu > ul > li > a .icon_blank {
    vertical-align: -4px;
  }
}
.side-menu > ul > li > a > span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .side-menu > ul > li > a > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > a > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > a > span {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.side-menu > ul > li > div .toggleIcon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #F3EEF2;
  transition: background-color 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}
.side-menu > ul > li > div .toggleIcon:focus, :where([data-whatintent="mouse"]) .side-menu > ul > li > div .toggleIcon:hover {
  background-color: #856F82;
}
.side-menu > ul > li > div .toggleIcon:focus:before, .side-menu > ul > li > div .toggleIcon:focus:after, :where([data-whatintent="mouse"]) .side-menu > ul > li > div .toggleIcon:hover:before, :where([data-whatintent="mouse"]) .side-menu > ul > li > div .toggleIcon:hover:after {
  background-color: #fff;
}
@media (max-width: 765px) {
  .side-menu > ul > li > div .toggleIcon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}
.side-menu > ul > li > div .toggleIcon:before, .side-menu > ul > li > div .toggleIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  transition-property: transform, background-color;
  transition-duration: 0.3s;
}
.side-menu > ul > li > div .toggleIcon:before {
  transform: translate(-50%, -50%);
}
.side-menu > ul > li > div .toggleIcon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.side-menu > ul > li > div a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .side-menu > ul > li > div a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > div a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > div a {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.side-menu > ul > li > div a:focus, :where([data-whatintent="mouse"]) .side-menu > ul > li > div a:hover {
  color: #BD5C9E;
}
.side-menu > ul > li > ul {
  display: none;
}
.side-menu > ul > li > ul > li {
  padding-left: 30px;
}
.side-menu > ul > li > ul > li.current > a {
  color: #BD5C9E;
}
.side-menu > ul > li > ul > li.current > a .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.side-menu > ul > li > ul > li:first-child > a,
.side-menu > ul > li > ul > li:first-child > div {
  padding-top: 0;
}
.side-menu > ul > li > ul > li:last-child {
  padding-bottom: 10px;
}
.side-menu > ul > li > ul > li > a,
.side-menu > ul > li > ul > li > div {
  display: flex;
  gap: 6px;
  padding: 10px;
  color: #62455E;
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > a,
.side-menu > ul > li > ul > li > div {
    padding: 5px 10px;
  }
}
.side-menu > ul > li > ul > li > a .annotation,
.side-menu > ul > li > ul > li > div .annotation {
  display: flex;
  margin-top: 6px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.side-menu > ul > li > ul > li > a .annotation:before,
.side-menu > ul > li > ul > li > div .annotation:before {
  content: "※";
}
.side-menu > ul > li > ul > li > a {
  transition: color 0.3s;
}
.side-menu > ul > li > ul > li > a:focus, :where([data-whatintent="mouse"]) .side-menu > ul > li > ul > li > a:hover {
  color: #BD5C9E;
}
.side-menu > ul > li > ul > li > a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .side-menu > ul > li > ul > li > a:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.side-menu > ul > li > ul > li > a .icon_pdf {
  vertical-align: -3px;
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > a .icon_pdf {
    vertical-align: -4px;
  }
}
.side-menu > ul > li > ul > li > a .icon_blank {
  vertical-align: -3px;
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > a .icon_blank {
    vertical-align: -4px;
  }
}
.side-menu > ul > li > ul > li > a > span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .side-menu > ul > li > ul > li > a > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > a > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > a > span {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.side-menu > ul > li > ul > li > ul {
  position: relative;
}
.side-menu > ul > li > ul > li > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: 1px;
  height: 100%;
  background-color: #DBD2D9;
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > ul:before {
    left: 20px;
  }
}
.side-menu > ul > li > ul > li > ul > li {
  padding-left: 30px;
}
.side-menu > ul > li > ul > li > ul > li.current > a {
  color: #BD5C9E;
}
.side-menu > ul > li > ul > li > ul > li > a,
.side-menu > ul > li > ul > li > ul > li > div {
  display: flex;
  gap: 6px;
  padding: 10px;
  color: #62455E;
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > ul > li > a,
.side-menu > ul > li > ul > li > ul > li > div {
    padding: 5px 10px;
  }
}
.side-menu > ul > li > ul > li > ul > li > a {
  transition: color 0.3s;
}
.side-menu > ul > li > ul > li > ul > li > a:focus, :where([data-whatintent="mouse"]) .side-menu > ul > li > ul > li > ul > li > a:hover {
  color: #BD5C9E;
}
.side-menu > ul > li > ul > li > ul > li > a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .side-menu > ul > li > ul > li > ul > li > a:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.side-menu > ul > li > ul > li > ul > li > a .arw_right_tri {
  flex-shrink: 0;
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > ul > li > a .arw_right_tri {
    margin-top: 8px;
  }
}
.side-menu > ul > li > ul > li > ul > li > a .arw_right_tri .stroke {
  stroke: currentColor;
}
.side-menu > ul > li > ul > li > ul > li > a .icon_pdf {
  vertical-align: -3px;
}
.side-menu > ul > li > ul > li > ul > li > a .icon_blank {
  vertical-align: -3px;
}
.side-menu > ul > li > ul > li > ul > li > a > span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: -0.5em;
}
@media (max-width: 1024px) {
  .side-menu > ul > li > ul > li > ul > li > a > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > ul > li > a > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > ul > li > a > span {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .side-menu > ul > li > ul > li > ul > li > a > span {
    margin-top: 0;
  }
}

@media (max-width: 765px) {
  .side-visual__news + .side-visual:not(.side-visual__news),
.side-menu__news + .side-visual:not(.side-visual__news) {
    display: none !important;
  }
}
@media (max-width: 765px) {
  .side-visual__news + .side-visual + .side-menu:not(.side-menu__news),
.side-menu__news + .side-visual + .side-menu:not(.side-menu__news) {
    display: none !important;
  }
}
@media (max-width: 765px) {
  .side-visual__news + .side-menu:not(.side-menu__news),
.side-menu__news + .side-menu:not(.side-menu__news) {
    display: none !important;
  }
}

.side-banner {
  margin-top: 40px;
}
.side-banner:only-child {
  margin-top: 0;
}
@media (max-width: 765px) {
  .side-banner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-inline: 20px;
  }
}
.side-banner li {
  width: 100%;
}
@media (max-width: 765px) {
  .side-banner li {
    width: calc((100% - 7px) / 2);
  }
}
@media not all and (max-width: 765px) {
  .side-banner li ~ li {
    margin-top: 20px;
  }
}
.side-banner a {
  display: block;
  transition: opacity 0.3s;
}
.side-banner a:focus, :where([data-whatintent="mouse"]) .side-banner a:hover {
  opacity: 0.6;
}
.side-banner a img {
  width: 100%;
}

.fancybox-slide--html {
  padding: 20px;
}
.fancybox-slide--html .fancybox-close-small {
  width: 70px;
  height: 70px;
  background-color: #BD5C9E;
  padding: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 765px) {
  .fancybox-slide--html .fancybox-close-small {
    width: 48px;
    height: 48px;
  }
}
.fancybox-slide--html .fancybox-close-small:focus, :where([data-whatintent="mouse"]) .fancybox-slide--html .fancybox-close-small:hover {
  opacity: 0.6;
}
.fancybox-slide--html .fancybox-close-small:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 765px) {
  .fancybox-slide--html .fancybox-close-small:before {
    width: 20px;
  }
}
.fancybox-slide--html .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 30px;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 765px) {
  .fancybox-slide--html .fancybox-close-small:after {
    width: 20px;
  }
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-bg {
  background: #545454;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
}

.map_modal {
  display: none;
  max-width: 1100px;
  padding: 40px;
}
.map_modal img {
  width: 100%;
}

.modalList_modal {
  display: none;
  max-width: 1100px;
  padding: 40px;
}
@media (max-width: 765px) {
  .modalList_modal {
    padding: 30px 20px;
  }
}
.modalList_modal .square-title {
  margin-top: 0;
}
.modalList_cont {
  display: flex;
  gap: 40px;
}
@media (max-width: 765px) {
  .modalList_cont {
    display: block;
  }
}
@media (max-width: 765px) {
  .modalList_img {
    text-align: center;
  }
}
@media (max-width: 765px) {
  .modalList_body {
    margin-top: 20px;
  }
}
.modalList_btn {
  max-width: 355px;
  margin-top: 40px;
}
@media (max-width: 765px) {
  .modalList_btn {
    max-width: 100%;
    margin-top: 20px;
  }
}

.zoomImg {
  display: none;
  max-width: 1100px;
  padding: 40px;
}
.zoomImg img {
  width: 100%;
}
@media (max-width: 765px) {
  .zoomImg {
    padding: 30px 20px;
  }
}

/* 記事セット共通マージンここから */
.column {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .column {
    margin-top: 56px;
  }
}
.column__lg {
  margin-top: 100px;
}
@media (max-width: 765px) {
  .column__lg {
    margin-top: 60px;
  }
}
.column__semiLg {
  margin-top: 90px;
}
@media (max-width: 765px) {
  .column__semiLg {
    margin-top: 80px;
  }
}
.column__mid {
  margin-top: 80px;
}
@media (max-width: 765px) {
  .column__mid {
    margin-top: 60px;
  }
}
.column__sm {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .column__sm {
    margin-top: 30px;
  }
}

/* 記事セット共通マージンここまで */
/* 記事セットコンポーネントここから */
.dot-border-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBD2D9;
  margin-bottom: 40px;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .dot-border-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 765px) {
  .dot-border-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .dot-border-title {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.dot-border-title + :not(.dot-border-title) {
  margin-top: 0;
}
@media (max-width: 765px) {
  .dot-border-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 80px;
  }
}
.dot-border-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #BD5C9E;
}
@media (max-width: 765px) {
  .dot-border-title:before {
    width: 100px;
  }
}

.square-title {
  margin-top: 60px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 17px;
  border-left: 2px solid #BD5C9E;
  margin-bottom: 30px;
}
@media (max-width: 765px) {
  .square-title {
    margin-top: 56px;
  }
}
@media (max-width: 1024px) {
  .square-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .square-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .square-title {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.square-title + * {
  margin-top: 0 !important;
}

.square-sub-title {
  margin-top: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 765px) {
  .square-sub-title {
    margin-top: 56px;
  }
}
@media (max-width: 1024px) {
  .square-sub-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .square-sub-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .square-sub-title {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .square-sub-title {
    padding-bottom: 15px;
  }
}
.square-sub-title + * {
  margin-top: 0 !important;
}
.square-sub-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #DBD2D9;
}

.text-image {
  margin-bottom: -25px;
}
.text-image::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 765px) {
  .text-image {
    margin-bottom: -15px;
  }
}
.text-image .hdg {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 17px;
  border-left: 2px solid #BD5C9E;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .text-image .hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .text-image .hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .text-image .hdg {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.text-image .el_img {
  padding-bottom: 25px;
}
@media (max-width: 765px) {
  .text-image .el_img {
    padding-bottom: 15px;
  }
}
.text-image .wysiwyg-set {
  padding-bottom: 25px;
}
@media (max-width: 765px) {
  .text-image .wysiwyg-set {
    padding-bottom: 15px;
  }
}
.text-image.image-left .el_img {
  float: left;
  max-width: 43.37349398%;
  margin-right: 4.81927711%;
}
@media (max-width: 765px) {
  .text-image.image-left .el_img {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.text-image.image-center .el_img {
  text-align: center;
}
.text-image.image-center .el_img a {
  display: inline-block;
}
@media (max-width: 765px) {
  .text-image.image-center .el_img a {
    display: block;
  }
}
.text-image.image-right .el_img {
  float: right;
  max-width: 43.37349398%;
  margin-left: 4.81927711%;
}
@media (max-width: 765px) {
  .text-image.image-right .el_img {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

.image-set .body + .el_txtLink {
  margin-top: 18px;
}
.image-set.one-image li ~ li {
  margin-top: 40px;
}
.image-set.one-image li .el_img {
  text-align: center;
}
.image-set.two-image .parent {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.image-set.two-image li {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 765px) {
  .image-set.two-image li {
    width: calc((100% - 0px) / 1);
  }
}
.image-set.two-image li .el_img figure {
  width: 100%;
}
.image-set.two-image li .el_img_img img {
  width: 100%;
  aspect-ratio: 395/276;
  -o-object-fit: contain;
  object-fit: contain;
}
.image-set.three-image .parent {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 765px) {
  .image-set.three-image .parent {
    gap: 40px 30px;
  }
}
.image-set.three-image li {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 765px) {
  .image-set.three-image li {
    width: calc((100% - 30px) / 2);
  }
}
.image-set.three-image li .el_img figure {
  width: 100%;
}
.image-set.three-image li .el_img_img img {
  width: 100%;
  aspect-ratio: 395/276;
  -o-object-fit: contain;
  object-fit: contain;
}
.image-set .el_img_img {
  position: relative;
}
.image-set .el_img_img .arwBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  z-index: 2;
  color: #856F82;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media (max-width: 765px) {
  .image-set .el_img_img .arwBox {
    width: 40px;
    height: 40px;
  }
}
.image-set .el_img_img .arw_right_half_horizontal .fill {
  fill: currentColor;
}
@media (max-width: 765px) {
  .image-set .el_img_img .arw_right_half_horizontal {
    width: 24px;
  }
}
.image-set__noImgRatio .el_img_img img {
  aspect-ratio: auto !important;
}
.image-set .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 20px;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .image-set .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .image-set .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .image-set .title {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.image-set .title:only-child {
  margin-top: 0;
}
.image-set .text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 11px;
}
@media (max-width: 1024px) {
  .image-set .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .image-set .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .image-set .text {
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
}
.image-set .text:only-child {
  margin-top: 0;
}
.image-set a:focus .el_img_img .arwBox, :where([data-whatintent="mouse"]) .image-set a:hover .el_img_img .arwBox {
  background-color: #BD5C9E;
  color: #fff;
}
.image-set a:focus .el_img_img .arw_right_half_horizontal .fill, :where([data-whatintent="mouse"]) .image-set a:hover .el_img_img .arw_right_half_horizontal .fill {
  fill: currentColor;
}
.image-set a:focus .title, :where([data-whatintent="mouse"]) .image-set a:hover .title {
  color: #BD5C9E;
}

.caption-set {
  padding: 40px;
  background-color: #FAFAFA;
}
@media (max-width: 765px) {
  .caption-set {
    padding: 30px 20px;
  }
}
.caption-set + .caption-set {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .caption-set + .caption-set {
    margin-top: 30px;
  }
}
.caption-set.is_box {
  border: 1px solid #DBD2D9;
  background-color: #fff;
}
.caption-set .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 17px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .caption-set .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .caption-set .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .caption-set .title {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.caption-set .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: #BD5C9E;
}
@media (max-width: 765px) {
  .caption-set .title:before {
    height: 100%;
  }
}

.question-set > ul > li {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(110, 92, 108, 0.15);
}
.question-set > ul > li ~ li {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .question-set > ul > li ~ li {
    margin-top: 30px;
  }
}
.question-set > ul .q, .question-set > ul .a {
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.26;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
@media (max-width: 765px) {
  .question-set > ul .q, .question-set > ul .a {
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}
.question-set > ul .q {
  font-size: 26px;
  font-size: 2.6rem;
  color: #62455E;
}
@media (max-width: 1024px) {
  .question-set > ul .q {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 765px) {
  .question-set > ul .q {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.question-set > ul .a {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: -6px;
  color: #BD5C9E;
}
@media (max-width: 1024px) {
  .question-set > ul .a {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 765px) {
  .question-set > ul .a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.question-set > ul .title-area {
  position: relative;
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 28px 80px 28px 40px;
  transition: opacity 0.3s;
}
:where([data-whatintent="mouse"]) .question-set > ul .title-area:hover {
  opacity: 0.6;
}
@media (max-width: 765px) {
  .question-set > ul .title-area {
    gap: 10px;
    padding: 30px 50px 30px 20px;
  }
}
.question-set > ul .title-area.is_active .circle:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.question-set > ul .title-area .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .question-set > ul .title-area .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .question-set > ul .title-area .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .question-set > ul .title-area .title {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.question-set > ul .title-area .circle {
  position: absolute;
  top: 28px;
  right: 40px;
  width: 30px;
  height: 30px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
}
@media (max-width: 765px) {
  .question-set > ul .title-area .circle {
    top: 36px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.question-set > ul .title-area .circle:before, .question-set > ul .title-area .circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background-color: #62455E;
}
@media (max-width: 765px) {
  .question-set > ul .title-area .circle:before, .question-set > ul .title-area .circle:after {
    width: 8px;
  }
}
.question-set > ul .title-area .circle:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.question-set > ul .body-area {
  display: none;
}
.question-set > ul .inner {
  display: flex;
  gap: 20px;
  padding: 0px 40px 38px;
}
@media (max-width: 765px) {
  .question-set > ul .inner {
    gap: 10px;
    padding: 0px 20px 30px 20px;
  }
}
.question-set > ul .content {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .question-set > ul .content {
    display: block;
  }
}
.question-set > ul .content .el_img {
  flex-shrink: 0;
  max-width: 51.28205128%;
}
@media (max-width: 1024px) {
  .question-set > ul .content .el_img {
    max-width: 100%;
    margin-top: 22px;
  }
  .question-set > ul .content .el_img:only-child {
    margin-top: 0;
  }
  .question-set > ul .content .el_img figure {
    width: 100%;
  }
  .question-set > ul .content .el_img img {
    width: 100%;
  }
}

.bl_topics {
  counter-reset: number 0;
}
.bl_topics ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}
@media (max-width: 765px) {
  .bl_topics ul {
    display: block;
  }
}
.bl_topics li {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 765px) {
  .bl_topics li {
    width: 100%;
  }
  .bl_topics li ~ li {
    margin-top: 40px;
  }
}
.bl_topics_image img {
  width: 100%;
  aspect-ratio: 575/354;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_topics_head {
  position: relative;
  width: 100%;
  max-width: 86%;
  padding: 30px 20px 10px;
  margin-inline: auto;
  margin-top: -67px;
  text-align: center;
  z-index: 1;
}
.bl_topics_head:before {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1;
  letter-spacing: 0.05em;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: 19px;
  transform: translateY(-50%);
  color: rgba(189, 92, 158, 0.7);
  z-index: 1;
}
@media (max-width: 1024px) {
  .bl_topics_head:before {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (max-width: 765px) {
  .bl_topics_head:before {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media (max-width: 765px) {
  .bl_topics_head:before {
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .bl_topics_head:before {
    left: 15px;
  }
}
.bl_topics_head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background-image: url(../images/bg_wh_grade.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 0;
}
@media (max-width: 765px) {
  .bl_topics_head:after {
    height: 145px;
  }
}
@media (max-width: 765px) {
  .bl_topics_head {
    max-width: 82.08955224%;
    padding: 25px 10px 10px;
    margin-top: -45px;
  }
}
.bl_topics_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.25384615;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bl_topics_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 765px) {
  .bl_topics_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .bl_topics_ttl {
    line-height: 1.25384615;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .bl_topics_ttl {
    padding-bottom: 15px;
  }
}
.bl_topics_ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #DBD2D9;
}
.bl_topics_sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.42857143;
  letter-spacing: 0;
  position: relative;
  margin-top: 23px;
  color: #BD5C9E;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bl_topics_sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_topics_sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_topics_sub {
    line-height: 1.42857143;
    letter-spacing: 0;
  }
}
@media (max-width: 765px) {
  .bl_topics_sub {
    margin-top: 15px;
  }
}
.bl_topics_txt {
  position: relative;
  margin-top: 13px;
  z-index: 1;
}
@media (max-width: 765px) {
  .bl_topics_txt {
    margin-top: 10px;
  }
}
.contents-m:only-child .bl_topics_head {
  max-width: 74.60869565%;
  padding: 35px 30px 10px;
}
.contents-m:only-child .bl_topics_head:before {
  font-size: 71px;
  font-size: 7.1rem;
}
@media (max-width: 1024px) {
  .contents-m:only-child .bl_topics_head:before {
    font-size: 71px;
    font-size: 7.1rem;
  }
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_topics_head:before {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.contents-m:only-child .bl_topics_ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .contents-m:only-child .bl_topics_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_topics_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.flow-set > ol {
  counter-reset: step 0;
}
.flow-set > ol > li:first-child {
  padding-top: 17px;
}
@media (max-width: 765px) {
  .flow-set > ol > li:first-child {
    padding-top: 30px;
  }
}
.flow-set > ol > li:last-child .contents {
  padding-bottom: 0;
}
.flow-set .text-box {
  position: relative;
}
.flow-set .text-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 37px;
  width: 1px;
  height: 100%;
  background-color: #BD5C9E;
  z-index: 0;
}
@media (max-width: 765px) {
  .flow-set .text-box:before {
    left: 30px;
  }
}
.flow-set .step {
  position: absolute;
  top: -23px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  color: #BD5C9E;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 765px) {
  .flow-set .step {
    width: 60px;
    height: 60px;
  }
}
.flow-set .step.month {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Noto Serif JP";
  line-height: 1.26;
  letter-spacing: 0.05em;
  font-style: italic;
}
@media (max-width: 1024px) {
  .flow-set .step.month {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 765px) {
  .flow-set .step.month {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 765px) {
  .flow-set .step.month {
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}
.flow-set .step > span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.26;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
@media (max-width: 1024px) {
  .flow-set .step > span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .flow-set .step > span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .flow-set .step > span {
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}
.flow-set .step > span:after {
  font-size: 26px;
  font-size: 2.6rem;
  content: counter(step, decimal-leading-zero);
  counter-increment: step 1;
}
@media (max-width: 1024px) {
  .flow-set .step > span:after {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 765px) {
  .flow-set .step > span:after {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.flow-set .contents {
  min-height: 100px;
  padding-left: 100px;
  padding-bottom: 46px;
}
@media (max-width: 765px) {
  .flow-set .contents {
    padding-left: 76px;
    padding-bottom: 54px;
  }
}
.flow-set .content {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .flow-set .content {
    display: block;
  }
}
.flow-set .content .el_img {
  flex-shrink: 0;
  max-width: 49.31506849%;
}
@media (max-width: 1024px) {
  .flow-set .content .el_img {
    max-width: 100%;
    margin-top: 22px;
  }
  .flow-set .content .el_img:only-child {
    margin-top: 0;
  }
  .flow-set .content .el_img figure {
    width: 100%;
  }
  .flow-set .content .el_img img {
    width: 100%;
  }
}
.flow-set .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .flow-set .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .flow-set .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .flow-set .title {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .flow-set .title {
    margin-bottom: 16px;
  }
}

.calendar-set .calendar > li {
  padding: 34px 40px 34px;
  border: 1px solid #DBD2D9;
  background-color: #fff;
}
@media (max-width: 765px) {
  .calendar-set .calendar > li {
    padding: 30px 20px 30px;
  }
}
.calendar-set .calendar > li ~ li {
  margin-top: 40px;
  position: relative;
}
.calendar-set .calendar > li ~ li:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: #DBD2D9;
}
.calendar-set .calendar .month {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 17px;
  border-left: 2px solid #BD5C9E;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .calendar-set .calendar .month {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .calendar .month {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .calendar .month {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.calendar-set .calendar .caption {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .calendar-set .calendar .caption {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .calendar .caption {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .calendar .caption {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .calendar-set .calendar .caption {
    margin-bottom: 35px;
  }
}
.calendar-set .events {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}
@media (max-width: 765px) {
  .calendar-set .events {
    gap: 28px 23px;
  }
}
.calendar-set .events > li {
  width: calc((100% - 48px) / 3);
  position: relative;
}
@media (max-width: 765px) {
  .calendar-set .events > li {
    width: calc((100% - 23px) / 2);
  }
}
.calendar-set .events > li .num {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.28;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
  width: 100%;
  padding-left: 33px;
  font-style: italic;
  color: #BD5C9E;
  z-index: 1;
}
@media (max-width: 1024px) {
  .calendar-set .events > li .num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .num {
    line-height: 1.28;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .num {
    justify-content: center;
    padding: 0 20px;
  }
}
.calendar-set .events > li .num .during {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "PT Serif", "Noto Serif JP";
}
@media (max-width: 1024px) {
  .calendar-set .events > li .num .during {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .num .during {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.calendar-set .events > li .num .during span[lang=ja] {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP";
  line-height: 1.44;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .calendar-set .events > li .num .during span[lang=ja] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .num .during span[lang=ja] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .num .during span[lang=ja] {
    line-height: 1.44;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .num .during {
    text-align: center;
  }
}
.calendar-set .events > li .num .during .st + .fin {
  position: relative;
  margin-left: 14px;
}
.calendar-set .events > li .num .during .st + .fin:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
}
.calendar-set .events > li .body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 19px;
  margin-top: -14px;
  background-color: #F6F6F6;
  z-index: 0;
}
@media (max-width: 765px) {
  .calendar-set .events > li .body {
    padding: 16px 13px 16px;
  }
}
.calendar-set .events > li .body:before {
  content: "";
  position: absolute;
  top: 28px;
  left: -16px;
  transform-origin: left top;
  transform: rotate(-45deg);
  width: 60px;
  height: 1px;
  background-color: #BD5C9E;
}
@media (max-width: 765px) {
  .calendar-set .events > li .body:before {
    top: 20px;
    left: -10px;
    width: 40px;
  }
}
.calendar-set .events > li .txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP";
  line-height: 1.73;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .calendar-set .events > li .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .txt {
    line-height: 1.73;
    letter-spacing: 0.04em;
  }
}
.calendar-set .events > li .link {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}
.calendar-set .events > li .link a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.25;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #856F82;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .calendar-set .events > li .link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .link a {
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
.calendar-set .events > li .link a:focus, :where([data-whatintent="mouse"]) .calendar-set .events > li .link a:hover {
  color: #BD5C9E;
}
.calendar-set .events > li .link a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .calendar-set .events > li .link a:hover .arw_right_tri_with_circle {
  border-color: currentColor;
}
.calendar-set .events > li .link a:focus .arw_right_tri_with_circle .arw_right_tri .stroke, :where([data-whatintent="mouse"]) .calendar-set .events > li .link a:hover .arw_right_tri_with_circle .arw_right_tri .stroke {
  stroke: currentColor;
}
.calendar-set .events > li .link a .arw_right_tri_with_circle {
  width: 20px;
  height: 20px;
  transition: border-color 0.3s;
}
.calendar-set .events > li .link a .arw_right_tri_with_circle .arw_right_tri {
  width: 5px;
}
.calendar-set .events > li .label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 2.16;
  letter-spacing: 0.04em;
  padding: 1px 8px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  background-color: #BD5C9E;
}
@media (max-width: 1024px) {
  .calendar-set .events > li .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .label {
    line-height: 1.58;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .calendar-set .events > li .label {
    padding: 1px 20px;
    margin-top: 5px;
  }
}
.calendar-set .events_detail {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .calendar-set .events_detail {
    margin-top: 30px;
  }
}
.calendar-set .events_detail > li {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .calendar-set .events_detail > li {
    flex-direction: column;
    gap: 20px;
  }
}
.calendar-set .events_detail > li ~ li {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .calendar-set .events_detail > li ~ li {
    margin-top: 30px;
  }
}
.calendar-set .events_detail .hdg {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .calendar-set .events_detail .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events_detail .hdg {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events_detail .hdg {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.calendar-set .events_detail .hdg:only-child {
  margin-bottom: 0;
}
.calendar-set .events_detail .hdg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #DBD2D9;
}
.calendar-set .events_detail .txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .calendar-set .events_detail .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events_detail .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .calendar-set .events_detail .txt {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.calendar-set .events_detail .el_img {
  flex-shrink: 0;
  max-width: 45.91836735%;
}
@media (max-width: 1024px) {
  .calendar-set .events_detail .el_img {
    max-width: 100%;
  }
  .calendar-set .events_detail .el_img figure {
    width: 100%;
  }
  .calendar-set .events_detail .el_img img {
    width: 100%;
  }
}

.link-list-set + .link-list-set {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .link-list-set + .link-list-set {
    margin-top: 30px;
  }
}
.link-list-set li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .link-list-set li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .link-list-set li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .link-list-set li {
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.link-list-set a {
  display: flex;
  gap: 10px;
  color: #856F82;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .link-list-set a {
    gap: 5px;
  }
}
.link-list-set a:focus, :where([data-whatintent="mouse"]) .link-list-set a:hover {
  color: #BD5C9E;
}
.link-list-set a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .link-list-set a:hover .arw_right_tri_with_circle {
  border-color: currentColor;
}
.link-list-set a:focus .arw_right_tri_with_circle .arw_right_tri .stroke, :where([data-whatintent="mouse"]) .link-list-set a:hover .arw_right_tri_with_circle .arw_right_tri .stroke {
  stroke: currentColor;
}
.link-list-set a .arw_right_tri_with_circle {
  margin-top: -3px;
  flex-shrink: 0;
  transition: border-color 0.3s;
}
@media (max-width: 765px) {
  .link-list-set a .arw_right_tri_with_circle {
    width: 20px;
    height: 20px;
    margin-top: 1px;
  }
}
.link-list-set a .arw_right_tri {
  margin-left: 1px;
}
.link-list-set a .icon_blank {
  vertical-align: -3px;
}
.link-list-set a .icon_pdf {
  vertical-align: -5px;
}
.link-list-set a .icon_doc {
  vertical-align: -5px;
}
.link-list-set a .icon_xlsx {
  vertical-align: -5px;
}
.link-list-set.is-one li ~ li {
  margin-top: 12px;
}
@media (max-width: 765px) {
  .link-list-set.is-one li ~ li {
    margin-top: 10px;
  }
}
.link-list-set.is-two ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 36px;
}
@media (max-width: 765px) {
  .link-list-set.is-two ul {
    display: block;
  }
}
.link-list-set.is-two li {
  width: calc((100% - 36px) / 2);
}
@media (max-width: 765px) {
  .link-list-set.is-two li {
    width: calc((100% - 0px) / 1);
  }
  .link-list-set.is-two li ~ li {
    margin-top: 10px;
  }
}
.link-list-set.is-three ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 765px) {
  .link-list-set.is-three ul {
    display: block;
  }
}
.link-list-set.is-three li {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 765px) {
  .link-list-set.is-three li {
    width: calc((100% - 0px) / 1);
  }
  .link-list-set.is-three li ~ li {
    margin-top: 10px;
  }
}
.link-list-set.is-borderB {
  margin-top: -20px;
}
.link-list-set.is-borderB ul {
  row-gap: 0;
}
.link-list-set.is-borderB li {
  padding: 20px 0;
  border-bottom: 1px solid #DBD2D9;
}
@media (max-width: 765px) {
  .link-list-set.is_spTwo ul {
    display: flex;
    gap: 0 20px;
  }
}
@media (max-width: 765px) {
  .link-list-set.is_spTwo li {
    width: calc((100% - 20px) / 2);
  }
  .link-list-set.is_spTwo li ~ li {
    margin-top: 0;
  }
}

.link-set + .link-set, .link-set + .btn-set, .btn-set + .link-set, .btn-set + .btn-set {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .link-set + .link-set, .link-set + .btn-set, .btn-set + .link-set, .btn-set + .btn-set {
    margin-top: 30px;
  }
}
.link-set a, .btn-set a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 17px 46px 18px;
  border: 1px solid currentColor;
  text-align: center;
  color: #856F82;
}
@media (max-width: 1024px) {
  .link-set a, .btn-set a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .link-set a, .btn-set a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .link-set a, .btn-set a {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .link-set a, .btn-set a {
    padding: 12px 40px 13px;
  }
}
.link-set a:before, .btn-set a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(7px, 6px);
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  transition: background-color 0.3s;
}
.link-set a:focus:before, :where([data-whatintent="mouse"]) .link-set a:hover:before, .btn-set a:focus:before, :where([data-whatintent="mouse"]) .btn-set a:hover:before {
  background-color: #F3EEF2;
}
.link-set a:focus .arw_right_half_horizontal, :where([data-whatintent="mouse"]) .link-set a:hover .arw_right_half_horizontal, .btn-set a:focus .arw_right_half_horizontal, :where([data-whatintent="mouse"]) .btn-set a:hover .arw_right_half_horizontal {
  right: -28px;
}
.link-set a span, .btn-set a span {
  z-index: 1;
}
.link-set a .icon_blank, .btn-set a .icon_blank {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
.link-set a .icon_pdf, .btn-set a .icon_pdf {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.link-set a .icon_doc, .btn-set a .icon_doc {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.link-set a .icon_xlsx, .btn-set a .icon_xlsx {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.link-set a .arw_right_half_horizontal, .btn-set a .arw_right_half_horizontal {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.link-set.is-one, .btn-set.is-one {
  width: 100%;
  width: 385px;
  padding-right: 30px;
  margin-inline: auto;
}
@media (max-width: 765px) {
  .link-set.is-one, .btn-set.is-one {
    width: 90%;
    padding-right: 0;
  }
}
.link-set.is-one li ~ li, .btn-set.is-one li ~ li {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .link-set.is-one li ~ li, .btn-set.is-one li ~ li {
    margin-top: 12px;
  }
}
.link-set.is-center ul, .btn-set.is-center ul {
  justify-content: center;
}
.link-set.is-two, .btn-set.is-two {
  max-width: 766px;
  padding-right: 20px;
  margin-inline: auto;
}
@media (max-width: 765px) {
  .link-set.is-two, .btn-set.is-two {
    max-width: 100%;
    width: 90%;
    padding-right: 0;
  }
}
.link-set.is-two ul, .btn-set.is-two ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 36px;
}
@media (max-width: 765px) {
  .link-set.is-two ul, .btn-set.is-two ul {
    display: block;
  }
}
.link-set.is-two li, .btn-set.is-two li {
  width: calc((100% - 36px) / 2);
}
@media (max-width: 765px) {
  .link-set.is-two li, .btn-set.is-two li {
    width: calc((100% - 0px) / 1);
  }
  .link-set.is-two li ~ li, .btn-set.is-two li ~ li {
    margin-top: 12px;
  }
}
.link-set.is-three ul, .btn-set.is-three ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 36px;
}
@media (max-width: 765px) {
  .link-set.is-three ul, .btn-set.is-three ul {
    display: block;
  }
}
.link-set.is-three li, .btn-set.is-three li {
  width: calc((100% - 72px) / 3);
}
@media (max-width: 765px) {
  .link-set.is-three li, .btn-set.is-three li {
    width: calc((100% - 0px) / 1);
  }
  .link-set.is-three li ~ li, .btn-set.is-three li ~ li {
    margin-top: 12px;
  }
}
.link-set.is-w100p, .btn-set.is-w100p {
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 765px) {
  .link-set.is-w100p, .btn-set.is-w100p {
    width: 90%;
    padding-right: 0;
    margin-inline: auto;
  }
}
.link-set.is-w100p li ~ li, .btn-set.is-w100p li ~ li {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .link-set.is-w100p li ~ li, .btn-set.is-w100p li ~ li {
    margin-top: 12px;
  }
}
.link-set.is-w100p a, .btn-set.is-w100p a {
  padding: 14px 46px 15px;
}
@media (max-width: 765px) {
  .link-set.is-w100p a, .btn-set.is-w100p a {
    padding: 12px 40px 13px;
  }
}

.anker-link-set ul {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 20px;
}
@media (max-width: 1024px) {
  .anker-link-set ul {
    gap: 22px 14px;
  }
}
.anker-link-set li {
  width: calc((100% - 60px) / 4);
  border-right: 1px solid #DBD2D9;
}
.anker-link-set li:nth-child(4n) {
  border-right: none;
}
.anker-link-set li:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .anker-link-set li {
    width: calc((100% - 14px) / 2);
  }
  .anker-link-set li:nth-child(2n) {
    border-right: 0;
  }
}
.anker-link-set a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  color: #856F82;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .anker-link-set a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .anker-link-set a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .anker-link-set a {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.anker-link-set a:focus, :where([data-whatintent="mouse"]) .anker-link-set a:hover {
  color: #BD5C9E;
}
.anker-link-set a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .anker-link-set a:hover .arw_right_tri_with_circle {
  border-color: currentColor;
}
.anker-link-set a:focus .arw_right_tri_with_circle .arw_right_tri .stroke, :where([data-whatintent="mouse"]) .anker-link-set a:hover .arw_right_tri_with_circle .arw_right_tri .stroke {
  stroke: currentColor;
}
.anker-link-set a .arw_right_tri_with_circle {
  transform: rotate(90deg);
  flex-shrink: 0;
  transition: border-color 0.3s;
}
@media (max-width: 1024px) {
  .anker-link-set a .arw_right_tri_with_circle {
    width: 20px;
    height: 20px;
  }
}
.anker-link-set__typeB ul {
  gap: 20px 40px;
}
@media (max-width: 1024px) {
  .anker-link-set__typeB ul {
    gap: 22px 14px;
  }
}
.anker-link-set__typeB li {
  width: calc((100% - 80px) / 3);
  border-right: none;
}
@media (max-width: 1024px) {
  .anker-link-set__typeB li {
    width: calc((100% - 28px) / 3);
  }
}
.anker-link-set__typeB a {
  padding: 25px 0;
  border-top: 2px solid #BD5C9E;
  border-bottom: 1px solid #DBD2D9;
  justify-content: center;
  text-align: center;
}
@media (max-width: 765px) {
  .anker-link-set__typeB a {
    flex-direction: column-reverse;
    padding: 12px 0;
  }
}
.anker-link-set__3col ul {
  gap: 20px 40px;
}
@media (max-width: 1024px) {
  .anker-link-set__3col ul {
    gap: 22px 14px;
  }
}
.anker-link-set__3col li {
  width: calc((100% - 80px) / 3);
}
.anker-link-set__3col li:nth-child(4n) {
  border-right: 1px solid #DBD2D9;
}
.anker-link-set__3col li:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1024px) {
  .anker-link-set__3col li {
    width: calc((100% - 14px) / 2);
  }
  .anker-link-set__3col li:nth-child(3n) {
    border-right: 1px solid #DBD2D9;
  }
  .anker-link-set__3col li:nth-child(2n) {
    border-right: 0;
  }
}
.anker-link-set__6col ul {
  gap: 14px 20px;
}
@media (max-width: 1024px) {
  .anker-link-set__6col ul {
    gap: 22px 14px;
  }
}
.anker-link-set__6col li {
  width: calc((100% - 100px) / 6);
}
.anker-link-set__6col li:nth-child(4n) {
  border-right: 1px solid #DBD2D9;
}
.anker-link-set__6col li:nth-child(6n) {
  border-right: none;
}
@media (max-width: 1024px) {
  .anker-link-set__6col li {
    width: calc((100% - 14px) / 2);
  }
  .anker-link-set__6col li:nth-child(6n) {
    border-right: 1px solid #DBD2D9;
  }
  .anker-link-set__6col li:nth-child(2n) {
    border-right: 0;
  }
}

.bl_selectVideo_video {
  display: flex;
  width: 100%;
}
.bl_selectVideo_video video {
  width: 100%;
  aspect-ratio: 16/9;
}
.bl_selectVideo_video video[poster] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_selectVideo_video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.bl_selectVideo_caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.88;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .bl_selectVideo_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo_caption {
    line-height: 1.88;
    letter-spacing: 0.05em;
  }
}
.bl_selectVideo_hdg {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .bl_selectVideo_hdg {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo_hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo_hdg {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_selectVideo_txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .bl_selectVideo_txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo_txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo_txt {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo_txt {
    margin-top: 11px;
  }
}
.bl_selectVideo__1col li ~ li {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .bl_selectVideo__1col li ~ li {
    margin-top: 30px;
  }
}
.bl_selectVideo__1col .bl_selectVideo_body {
  max-width: 600px;
  margin-inline: auto;
}
.bl_selectVideo__1col .bl_selectVideo_hdg {
  margin-top: 30px;
}
@media (max-width: 765px) {
  .bl_selectVideo__1col .bl_selectVideo_hdg {
    margin-top: 16px;
  }
}
.bl_selectVideo__2col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 28px;
}
.bl_selectVideo__2col li {
  width: calc((100% - 28px) / 2);
}
@media (max-width: 765px) {
  .bl_selectVideo__2col li {
    width: 100%;
  }
}
.bl_selectVideo__2col .bl_selectVideo_hdg {
  margin-top: 20px;
}
@media (max-width: 765px) {
  .bl_selectVideo__2col .bl_selectVideo_hdg {
    margin-top: 16px;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo + .bl_selectVideo {
    margin-top: 40px;
  }
}
.bl_selectVideo__3col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 28px;
}
.bl_selectVideo__3col li {
  width: calc((100% - 56px) / 3);
}
@media (max-width: 765px) {
  .bl_selectVideo__3col li {
    width: 100%;
  }
}
.bl_selectVideo__3col .bl_selectVideo_hdg {
  margin-top: 20px;
}
@media (max-width: 765px) {
  .bl_selectVideo__3col .bl_selectVideo_hdg {
    margin-top: 16px;
  }
}
@media (max-width: 765px) {
  .bl_selectVideo + .bl_selectVideo {
    margin-top: 40px;
  }
}

/* 記事セットコンポーネントここまで */
/* 汎用ボタンリンクここから */
.el_btn {
  position: relative;
}
.el_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(7px, 6px);
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
  transition: background-color 0.3s;
}
@media (max-width: 765px) {
  .el_btn {
    width: calc(100% - 15px);
  }
}
.el_btn:focus:before, :where([data-whatintent="mouse"]) .el_btn:hover:before {
  background-color: #F3EEF2;
}
.el_btn:focus .arw_right_half_horizontal, :where([data-whatintent="mouse"]) .el_btn:hover .arw_right_half_horizontal {
  right: -28px;
}
.el_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  border: 1px solid currentColor;
  color: #856F82;
  z-index: 1;
}
@media (max-width: 765px) {
  .el_btn a {
    min-height: 54px;
  }
}
.el_btn a .txt {
  font-size: 1.8rem;
  line-height: 1.277;
  letter-spacing: 0.05em;
}
@media (max-width: 765px) {
  .el_btn a .txt {
    font-size: 1.6rem;
  }
}
.el_btn a .arw_right_half_horizontal {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.el_btn__course {
  display: inline-block;
}

/* 汎用ボタンリンクここまで */
/* 汎用シンプルボタンリンクここから */
.el_simpleBtn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 38px;
  border: 1px solid #856F82;
  background-color: #fff;
  color: #856F82;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  .el_simpleBtn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .el_simpleBtn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .el_simpleBtn {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .el_simpleBtn {
    padding: 13px 30px;
  }
}
.el_simpleBtn .icon_search, .el_simpleBtn .arw_right_half_horizontal {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media (max-width: 765px) {
  .el_simpleBtn .icon_search, .el_simpleBtn .arw_right_half_horizontal {
    width: 16px;
  }
}
.el_simpleBtn .icon_search .fill, .el_simpleBtn .arw_right_half_horizontal .fill {
  fill: currentColor;
}
a:focus.el_simpleBtn, a:focus .el_simpleBtn, :where([data-whatintent="mouse"]) a:hover.el_simpleBtn, :where([data-whatintent="mouse"]) a:hover .el_simpleBtn {
  background-color: #BD5C9E;
  color: #fff;
}

/* 汎用シンプルボタンリンクここまで */
/* 日本語のみborderTop見出しここから */
.el_borderTopTtl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.38666667;
  letter-spacing: 0.04em;
  padding-top: 28px;
  border-top: 1px solid #BCBCBC;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .el_borderTopTtl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 765px) {
  .el_borderTopTtl {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media (max-width: 765px) {
  .el_borderTopTtl {
    line-height: 1.38666667;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .el_borderTopTtl {
    margin-top: 40px;
    text-align: center;
  }
}
.el_borderTopTtl + * {
  margin-top: 0;
}

/* 日本語のみborderTop見出しここまで */
/* 日本語のみborderBottom見出しここから */
.el_borderBottomTtl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.22352941;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  .el_borderBottomTtl {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (max-width: 765px) {
  .el_borderBottomTtl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 765px) {
  .el_borderBottomTtl {
    line-height: 1.22352941;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .el_borderBottomTtl {
    padding-bottom: 27px;
  }
}
.el_borderBottomTtl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #BD5C9E;
}
@media (max-width: 765px) {
  .el_borderBottomTtl:before {
    width: 30px;
    height: 1px;
  }
}

/* 日本語のみborderBottom見出しここまで */
/* 英語付き見出しここから */
.el_enTtl {
  padding-top: 28px;
  border-top: 1px solid #DBD2D9;
  margin-bottom: 49px;
}
@media (max-width: 765px) {
  .el_enTtl {
    margin-bottom: 30px;
  }
}
.el_enTtl_inner {
  display: flex;
  align-items: flex-end;
  gap: 55px;
}
@media (max-width: 765px) {
  .el_enTtl_inner {
    gap: 35px;
  }
}
.el_enTtl_ttl {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.05263158;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .el_enTtl_ttl {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media (max-width: 765px) {
  .el_enTtl_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 765px) {
  .el_enTtl_ttl {
    line-height: 1.05263158;
    letter-spacing: 0.05em;
  }
}
.el_enTtl_sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.44444444;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .el_enTtl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .el_enTtl_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .el_enTtl_sub {
    line-height: 1.44444444;
    letter-spacing: 0;
  }
}
@media (max-width: 765px) {
  .el_enTtl_sub {
    margin-bottom: 1px;
  }
}
.el_enTtl_sub:before {
  content: "";
  position: absolute;
  bottom: 35px;
  left: -55px;
  transform-origin: bottom right;
  transform: rotate(-50deg);
  width: 40px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 765px) {
  .el_enTtl_sub:before {
    bottom: 24px;
    left: -36px;
    width: 30px;
  }
}
.el_enTtl__noBorder {
  padding-top: 0;
  border-top: none;
}
.el_enTtl + * {
  margin-top: 0;
}

/* 英語付き見出しここまで */
/* wysiwygエディタのcss設定ここから */
.wysiwyg-set {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .wysiwyg-set {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set {
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
}
.wysiwyg-set a {
  color: #62455E;
  text-decoration: underline;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
}
.wysiwyg-set a:focus, :where([data-whatintent="mouse"]) .wysiwyg-set a:hover {
  color: #BD5C9E;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.wysiwyg-set a .icon_blank {
  vertical-align: -3px;
}
.wysiwyg-set a .icon_pdf {
  vertical-align: -5px;
}
.wysiwyg-set a .icon_doc {
  vertical-align: -5px;
}
.wysiwyg-set a .icon_xlsx {
  vertical-align: -5px;
}
.wysiwyg-set span.srBtn {
  display: inline-block;
}
@media (max-width: 765px) {
  .wysiwyg-set span.srBtn {
    display: block;
  }
}
.wysiwyg-set span.srBtn a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.28571429;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 5px 8px;
  margin-left: 14px;
  background-color: #BD5C9E;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .wysiwyg-set span.srBtn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set span.srBtn a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set span.srBtn a {
    line-height: 1.28571429;
    letter-spacing: 0.05em;
  }
}
.wysiwyg-set span.srBtn a:focus, :where([data-whatintent="mouse"]) .wysiwyg-set span.srBtn a:hover {
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 765px) {
  .wysiwyg-set span.srBtn a {
    padding: 3px 5px;
    margin-left: 0;
    margin-top: 3px;
  }
}
.wysiwyg-set ul {
  overflow: hidden;
}
.wysiwyg-set ul > li {
  position: relative;
  padding-left: 23px;
  line-height: 1.9;
}
.wysiwyg-set ul > li:before {
  content: "";
  position: absolute;
  top: calc((12px + 0.6em) / 2);
  left: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #BCBCBC;
}
@media (max-width: 765px) {
  .wysiwyg-set ul > li:before {
    top: calc((15px + 0.6em) / 2);
    left: 10px;
  }
}
.wysiwyg-set ol {
  overflow: hidden;
  counter-reset: number 0;
}
.wysiwyg-set ol > li {
  position: relative;
  padding-left: 23px;
  line-height: 1.9;
}
.wysiwyg-set ol > li:before {
  content: counter(number) ".";
  counter-increment: number 1;
  position: absolute;
  top: 0;
  left: calc(1.5em + 1px);
  text-align: right;
  display: inline-block;
  text-indent: -1.5em;
  color: #62455E;
  font-family: "PT Serif";
}
.wysiwyg-set .is-sp.scroll-comment.scroll-comment0 {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 2.23;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
  background-color: #F3EEF2;
  color: #BD5C9E;
}
@media (max-width: 1024px) {
  .wysiwyg-set .is-sp.scroll-comment.scroll-comment0 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set .is-sp.scroll-comment.scroll-comment0 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set .is-sp.scroll-comment.scroll-comment0 {
    line-height: 2.23;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set div.scroll {
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set div.scroll table {
    width: 829px;
  }
}
.wysiwyg-set table {
  width: 100%;
  table-layout: fixed;
}
.wysiwyg-set table thead th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #856F82;
  color: #fff;
}
@media (max-width: 1024px) {
  .wysiwyg-set table thead th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set table thead th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .wysiwyg-set table thead th {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.wysiwyg-set table tbody th {
  font-weight: 500;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.5);
  color: #856F82;
}
.wysiwyg-set table th, .wysiwyg-set table td {
  padding: 16px 10px;
  vertical-align: middle;
  border: 1px solid #DBD2D9;
  background-color: #fff;
}
@media (max-width: 765px) {
  .wysiwyg-set table th, .wysiwyg-set table td {
    padding: 12px 10px;
  }
}

/* wysiwygエディタのcss設定ここまで */
/* 投稿詳細テンプレートで使用される日付とカテゴリのついた見出し用ここから */
.date-category-set {
  display: flex;
  flex-wrap: wrap;
}
.date-category-set time {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.28;
  letter-spacing: 0;
  width: 88px;
  padding-right: 5px;
  color: #989797;
}
@media (max-width: 1024px) {
  .date-category-set time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .date-category-set time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 765px) {
  .date-category-set time {
    line-height: 1.28;
    letter-spacing: 0;
  }
}
.date-category-set .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.date-category-set span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.41;
  letter-spacing: 0;
  color: #BD5C9E;
}
@media (max-width: 1024px) {
  .date-category-set span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .date-category-set span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .date-category-set span {
    line-height: 1.41;
    letter-spacing: 0;
  }
}
.date-category-set + .dot-border-title {
  margin-top: 14px;
}

/* 投稿詳細テンプレートで使用される日付とカテゴリのついた見出し用ここまで */
/* 投稿一覧や詳細記事の下に配置する、「もっと見る」「一覧にもどる」などのUIここから */
.page-btn {
  max-width: 370px;
  margin-inline: auto;
  margin-top: 80px;
}
@media (max-width: 765px) {
  .page-btn {
    max-width: 90%;
    margin-top: 60px;
  }
}
.page-btn__narrow {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .page-btn__narrow {
    margin-top: 40px;
  }
}
.page-btn.is-more {
  margin-top: 40px;
}

/* 投稿一覧や詳細記事の下に配置する、「もっと見る」「一覧にもどる」などのUIここまで */
/* 汎用テキストリンクここから */
.el_txtLink {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  padding-right: 33px;
  border-bottom: 1px solid #DBD2D9;
  color: #62455E;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .el_txtLink {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .el_txtLink {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .el_txtLink {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .el_txtLink {
    padding-right: 30px;
    padding-bottom: 12px;
  }
}
.el_txtLink .arw_right_half_horizontal {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 765px) {
  .el_txtLink .arw_right_half_horizontal {
    top: calc(50% - 7px);
    width: 20px;
  }
}
.el_txtLink .icon_blank {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  transform: translateY(-50%);
}
.el_txtLink .icon_pdf {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  transform: translateY(-50%);
}
.el_txtLink__contSm {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .el_txtLink__contSm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .el_txtLink__contSm {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.el_txtLink__contSm .arw_right_half_horizontal {
  width: 23px;
  top: calc(50% - 8px);
}
@media (max-width: 765px) {
  .el_txtLink__contSm .arw_right_half_horizontal {
    top: calc(50% - 6px);
  }
}
.el_txtLink__contLg {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .el_txtLink__contLg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 765px) {
  .el_txtLink__contLg {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.el_txtLink__contLg .arw_right_half_horizontal {
  top: calc(50% - 10px);
}
@media (max-width: 765px) {
  .el_txtLink__contLg .arw_right_half_horizontal {
    top: calc(50% - 6px);
  }
}
.el_txtLink__txtCenter {
  justify-content: center;
  height: 100%;
  min-height: 72px;
  padding-top: 16px;
  padding-right: 40px;
  padding-left: 20px;
  border-top: 2px solid #BD5C9E;
  text-align: center;
}
.el_txtLink__txtCenter .arw_right_half_horizontal {
  top: 50%;
  transform: translateY(-50%);
}
a:focus.el_txtLink, a:focus .el_txtLink, :where([data-whatintent="mouse"]) a:hover.el_txtLink, :where([data-whatintent="mouse"]) a:hover .el_txtLink {
  color: #BD5C9E;
}

/* 汎用テキストリンクここまで */
/* 汎用シンプルリンクここから */
.el_simpleLink {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #62455E;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .el_simpleLink {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .el_simpleLink {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .el_simpleLink {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .el_simpleLink {
    padding-left: 25px;
  }
}
.el_simpleLink .arw_right_tri_with_circle {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 765px) {
  .el_simpleLink .arw_right_tri_with_circle {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 765px) {
  .el_simpleLink .arw_right_tri {
    width: 4px;
  }
}
.el_simpleLink .icon_blank {
  vertical-align: -3px;
}
a:focus.el_simpleLink, a:focus .el_simpleLink, :where([data-whatintent="mouse"]) a:hover.el_simpleLink, :where([data-whatintent="mouse"]) a:hover .el_simpleLink {
  color: #BD5C9E;
}

.el_simpleLink__underline {
  text-decoration: underline;
}
.el_simpleLink__en {
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 765px) {
  .el_simpleLink__en {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

/* 汎用シンプルリンクここまで */
/* 4.0で使っている見出しここから */
.el_fillBorderTopTtl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.70833333;
  letter-spacing: 0.04em;
  background-color: #F6F6F6;
  padding: 19px 20px 21px;
  border-top: 2px solid #BD5C9E;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .el_fillBorderTopTtl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 765px) {
  .el_fillBorderTopTtl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .el_fillBorderTopTtl {
    line-height: 1.70833333;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .el_fillBorderTopTtl {
    margin-bottom: 20px;
  }
}
.el_fillBorderTopTtl + * {
  margin-top: 0;
}
a.el_fillBorderTopTtl {
  position: relative;
  display: block;
  padding-right: 60px;
  transition: color 0.3s;
}
a.el_fillBorderTopTtl:focus, :where([data-whatintent="mouse"]) a.el_fillBorderTopTtl:hover {
  color: #BD5C9E;
}
a.el_fillBorderTopTtl:focus .arw_right_half_horizontal, :where([data-whatintent="mouse"]) a.el_fillBorderTopTtl:hover .arw_right_half_horizontal {
  color: #BD5C9E;
}
a.el_fillBorderTopTtl .arw_right_half_horizontal {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: #856F82;
  transition: color 0.3s;
}
a.el_fillBorderTopTtl .arw_right_half_horizontal .fill {
  fill: currentColor;
}

/* 4.0で使っている見出しここまで */
/* 2.2.1で使っている見出しここから */
.el_interviewTtl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.48571429;
  letter-spacing: 0.04em;
  position: relative;
  padding: 20px 180px 20px 20px;
  margin-top: 104px;
  margin-bottom: 49px;
  background-color: #BD5C9E;
  color: #fff;
}
@media (max-width: 1024px) {
  .el_interviewTtl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 765px) {
  .el_interviewTtl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 765px) {
  .el_interviewTtl {
    line-height: 1.48571429;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .el_interviewTtl {
    padding: 14px 20px;
    margin-top: 81px;
    margin-bottom: 30px;
  }
}
.el_interviewTtl + * {
  margin-top: 0;
}
.el_interviewTtl .ttl {
  display: block;
}
.el_interviewTtl .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "PT Serif";
  line-height: 1.48571429;
  letter-spacing: 0.05em;
  position: absolute;
  top: 28px;
  right: 32px;
}
@media (max-width: 1024px) {
  .el_interviewTtl .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .el_interviewTtl .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .el_interviewTtl .sub {
    line-height: 1.48571429;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .el_interviewTtl .sub {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin-top: 3px;
    text-align: right;
  }
}
.el_interviewTtl .sub > span {
  position: relative;
}
.el_interviewTtl .sub > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 765px) {
  .el_interviewTtl .sub > span:before {
    left: -35px;
    width: 20px;
  }
}

/* 2.2.1で使っている見出しここまで */
/* 0.0以外の下層テンプレートで使用する共通見出しここから */
.bl_pageCommonHdg {
  padding: 43px 20px 26px;
}
@media (max-width: 765px) {
  .bl_pageCommonHdg {
    padding: 30px 20px 0 20px;
  }
}
.bl_pageCommonHdg_container {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: max(1360px, 100% - 40px);
  min-height: 300px;
  margin-inline: auto;
}
@media (max-width: 765px) {
  .bl_pageCommonHdg_container {
    display: block;
    min-height: 0;
  }
}
.bl_pageCommonHdg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 765px) {
  .bl_pageCommonHdg_bg {
    position: static;
    aspect-ratio: 335/150;
    min-height: 150px;
  }
}
.bl_pageCommonHdg_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bl_pageCommonHdg_hdg {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.75;
  letter-spacing: 0.04em;
  position: relative;
  transform: translateY(14px);
  max-width: calc(100% - 62px);
  min-width: 300px;
  padding: 25px 38px 10px 7px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bl_pageCommonHdg_hdg {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 765px) {
  .bl_pageCommonHdg_hdg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .bl_pageCommonHdg_hdg {
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .bl_pageCommonHdg_hdg {
    transform: translateY(0);
    padding: 15px 14px 9px 0;
    margin-top: -31px;
  }
}
.bl_pageCommonHdg_annotation {
  display: flex;
  max-width: max(1360px, 100% - 40px);
  margin-inline: auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #62455E;
}
@media not all and (max-width: 765px) {
  .bl_pageCommonHdg_annotation {
    margin-top: 14px;
    padding-left: 10px;
  }
}
@media (max-width: 765px) {
  .bl_pageCommonHdg_annotation {
    padding-bottom: 30px;
  }
}
.bl_pageCommonHdg_annotation:before {
  content: "※";
}

/* 0.0以外の下層テンプレートで使用する共通見出しここまで */
/* xmlで投稿一覧に出力されるエリアのUIここから */
.news-list .parent {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 765px) {
  .news-list .parent {
    gap: 40px 30px;
  }
}
.news-list .parent li {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 765px) {
  .news-list .parent li {
    width: calc((100% - 30px) / 2);
  }
}
.news-list .parent li.no-post {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.44444444;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .news-list .parent li.no-post {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent li.no-post {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent li.no-post {
    line-height: 1.44444444;
    letter-spacing: 0.05em;
  }
}
.news-list .parent a {
  display: block;
}
.news-list .parent a:focus time, :where([data-whatintent="mouse"]) .news-list .parent a:hover time {
  color: #BD5C9E;
}
.news-list .parent a:focus .title, :where([data-whatintent="mouse"]) .news-list .parent a:hover .title {
  color: #BD5C9E;
}
.news-list .parent .image {
  overflow: hidden;
}
.news-list .parent .image img {
  width: 100%;
  aspect-ratio: 250/175;
  -o-object-fit: contain;
  object-fit: contain;
}
.news-list .parent .text-box {
  margin-top: 18px;
}
@media (max-width: 765px) {
  .news-list .parent .text-box {
    margin-top: 10px;
  }
}
.news-list .parent .text-box time {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.28;
  letter-spacing: 0;
  display: block;
  margin-bottom: 7px;
  color: #989797;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .news-list .parent .text-box time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent .text-box time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent .text-box time {
    line-height: 1.28;
    letter-spacing: 0;
  }
}
@media (max-width: 765px) {
  .news-list .parent .text-box time {
    margin-bottom: 6px;
  }
}
.news-list .parent .text-box .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #62455E;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .news-list .parent .text-box .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent .text-box .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent .text-box .title {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.news-list .parent .text-box .category {
  margin-top: 4px;
  line-height: 1.41;
}
@media (max-width: 765px) {
  .news-list .parent .text-box .category {
    margin-top: 6px;
  }
}
.news-list .parent .text-box .category span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.41666667;
  letter-spacing: 0.05em;
  margin-right: 10px;
  color: #BD5C9E;
}
@media (max-width: 1024px) {
  .news-list .parent .text-box .category span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent .text-box .category span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .news-list .parent .text-box .category span {
    line-height: 1.41666667;
    letter-spacing: 0.05em;
  }
}

.bl_newsSect {
  margin-top: 120px;
}
@media (max-width: 765px) {
  .bl_newsSect {
    margin-top: 70px;
  }
}
.bl_newsSect__borderReverse .bl_newsSect_list {
  margin-top: -33px;
}
@media (max-width: 765px) {
  .bl_newsSect__borderReverse .bl_newsSect_list {
    margin-top: -26px;
  }
}
.bl_newsSect__borderReverse .bl_newsSect_item:first-child {
  border-top: none;
}
.bl_newsSect_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 765px) {
  .bl_newsSect_head {
    justify-content: center;
  }
}
.bl_newsSect_ttl {
  font-family: "Noto Serif JP", serif;
  display: flex;
}
.bl_newsSect_ttl .en {
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media (max-width: 765px) {
  .bl_newsSect_ttl .en {
    font-size: 3rem;
  }
}
.bl_newsSect_ttl .ja {
  position: relative;
  padding-left: 38px;
  margin-top: 10px;
  margin-left: 3px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 765px) {
  .bl_newsSect_ttl .ja {
    padding-left: 30px;
    font-size: 1.8rem;
  }
}
.bl_newsSect_ttl .ja:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  transform: rotate(-52deg);
  width: 36px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 765px) {
  .bl_newsSect_ttl .ja:before {
    width: 30px;
  }
}
.bl_newsSect_tabList {
  display: flex;
  margin-top: 3px;
}
.bl_newsSect_tabBtn {
  position: relative;
}
.bl_newsSect_tabBtn:last-child:after {
  content: none;
}
.bl_newsSect_tabBtn:last-child button {
  padding-right: 0;
}
@media (max-width: 765px) {
  .bl_newsSect_tabBtn:first-child button {
    padding-left: 0;
  }
}
.bl_newsSect_tabBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #BCBCBC;
}
.bl_newsSect_tabBtn button {
  display: block;
  padding: 0 24px;
  color: #62455E;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  outline-color: #BD5C9E;
  transition: color 0.3s;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.bl_newsSect_tabBtn button[aria-selected=true] {
  color: #BD5C9E;
  font-weight: 500;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
@media (max-width: 765px) {
  .bl_newsSect_tabBtn button {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.bl_newsSect_tabBtn button:focus, :where([data-whatintent="mouse"]) .bl_newsSect_tabBtn button:hover {
  color: #BD5C9E;
  font-weight: 500;
}
.bl_newsSect_body {
  margin-top: 30px;
}
@media (max-width: 765px) {
  .bl_newsSect_body {
    margin-top: 5px;
  }
}
.bl_newsSect_tabPanel[aria-hidden=true] {
  display: none;
}
.bl_newsSect_item {
  border-bottom: 1px solid #BCBCBC;
}
.bl_newsSect_item:first-child {
  border-top: 1px solid #BCBCBC;
}
@media (max-width: 765px) {
  .bl_newsSect_item:first-child {
    border-top: none;
  }
}
.bl_newsSect_item a:focus .bl_newsSect_date, :where([data-whatintent="mouse"]) .bl_newsSect_item a:hover .bl_newsSect_date {
  color: #BD5C9E;
}
.bl_newsSect_item a:focus .bl_newsSect_hdg, :where([data-whatintent="mouse"]) .bl_newsSect_item a:hover .bl_newsSect_hdg {
  color: #BD5C9E;
}
.bl_newsSect_item a:focus .bl_newsSect_hdg .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .bl_newsSect_item a:hover .bl_newsSect_hdg .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.bl_newsSect_item a:focus .bl_newsSect_hdg .arw_right_tri_with_circle .stroke, :where([data-whatintent="mouse"]) .bl_newsSect_item a:hover .bl_newsSect_hdg .arw_right_tri_with_circle .stroke {
  stroke: currentColor;
}
.bl_newsSect_part {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 33px 0 27px;
}
@media (max-width: 765px) {
  .bl_newsSect_part {
    gap: 12px;
    padding: 26px 0 20px;
  }
}
.bl_newsSect_sub {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
}
@media (max-width: 765px) {
  .bl_newsSect_sub {
    gap: 3px;
  }
}
.bl_newsSect_date {
  min-width: 75px;
  color: #989797;
  font-size: 1.4rem;
  line-height: 1.285;
  transition: color 0.3s;
}
.bl_newsSect_cat {
  text-align: center;
  color: #BD5C9E;
  font-size: 1.2rem;
  line-height: 1.5;
}
.bl_newsSect_cat:before {
  content: "#";
}
.bl_newsSect_hdg {
  display: flex;
  gap: 12px;
  color: #62455E;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .bl_newsSect_hdg {
    align-items: stretch;
    gap: 6px;
    font-size: 1.5rem;
  }
}
.bl_newsSect_hdg .arw_right_tri_with_circle {
  flex-shrink: 0;
  transition: border-color 0.3s;
}
@media (max-width: 765px) {
  .bl_newsSect_hdg .arw_right_tri_with_circle {
    margin-top: -1px;
  }
}
.bl_newsSect_hdg .icon_blank {
  vertical-align: -4px;
}
.bl_newsSect_hdg .icon_pdf {
  vertical-align: -4px;
}
.bl_newsSect_indexBtn {
  max-width: 355px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 765px) {
  .bl_newsSect_indexBtn {
    margin-top: 40px;
  }
}

/* xmlで投稿一覧に出力されるエリアのUIここまで */
/* 投稿一覧ページで使用する絞り込みUIここから */
.bl_narrowDownCat_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP";
  line-height: 1.44444444;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .bl_narrowDownCat_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownCat_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownCat_ttl {
    line-height: 1.44444444;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownCat_ttl {
    margin-bottom: 15px;
  }
}
.bl_narrowDownCat_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DBD2D9;
  margin-bottom: 30px;
}
@media (max-width: 765px) {
  .bl_narrowDownCat_cat {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.bl_narrowDownCat_cat button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.42857143;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border: 1px solid #BCBCBC;
  color: #62455E;
  transition-property: background-color, color;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .bl_narrowDownCat_cat button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownCat_cat button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownCat_cat button {
    line-height: 1.42857143;
    letter-spacing: 0.05em;
  }
}
.bl_narrowDownCat_cat button::before {
  content: "#";
}
.bl_narrowDownCat_cat button.is_current {
  background-color: #BD5C9E;
  color: #fff;
}
@media (max-width: 765px) {
  .bl_narrowDownCat_cat button {
    padding: 3px 5px;
  }
}
.bl_narrowDownCat_cat button:focus, :where([data-whatintent="mouse"]) .bl_narrowDownCat_cat button:hover {
  background-color: #BD5C9E;
  color: #fff;
}

.bl_narrowDownArea_unit {
  background-color: #F6F2F2;
}
.bl_narrowDownArea_unit .ttl {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 30px;
  transition-property: color, opacity;
  transition-duration: 0.3s;
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .ttl {
    padding: 20px 15px;
  }
}
.bl_narrowDownArea_unit .ttl span {
  position: absolute;
  top: 23px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  transition: border-color 0.3s;
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .ttl span {
    top: 22px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.bl_narrowDownArea_unit .ttl span:before, .bl_narrowDownArea_unit .ttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background-color: #62455E;
  transition-property: transform, background-color;
  transition-duration: 0.3s;
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .ttl span:before, .bl_narrowDownArea_unit .ttl span:after {
    width: 8px;
  }
}
.bl_narrowDownArea_unit .ttl span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bl_narrowDownArea_unit .ttl:focus, :where([data-whatintent="mouse"]) .bl_narrowDownArea_unit .ttl:hover {
  opacity: 0.6;
}
.bl_narrowDownArea_unit .ttl.is_active {
  color: #BD5C9E;
}
.bl_narrowDownArea_unit .ttl.is_active span {
  border-color: #BD5C9E;
}
.bl_narrowDownArea_unit .ttl.is_active span:after {
  background-color: #BD5C9E;
  transform: translate(-50%, -50%) rotate(0);
}
.bl_narrowDownArea_unit .cats {
  padding-inline: 30px;
}
.bl_narrowDownArea_unit .cat {
  display: flex;
  gap: 29px;
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .cat {
    display: block;
  }
}
.bl_narrowDownArea_unit .cat:last-child {
  padding-bottom: 20px;
}
.bl_narrowDownArea_unit .cat ~ .cat {
  margin-top: 16px;
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .cat ~ .cat {
    margin-top: 20px;
  }
}
.bl_narrowDownArea_unit .catName {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.46;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  width: 170px;
  color: #856F82;
}
@media (max-width: 1024px) {
  .bl_narrowDownArea_unit .catName {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catName {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catName {
    line-height: 1.46;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catName {
    width: auto;
    margin-bottom: 10px;
  }
}
.bl_narrowDownArea_unit ~ .bl_narrowDownArea_unit {
  margin-top: 16px;
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit ~ .bl_narrowDownArea_unit {
    margin-top: 10px;
  }
}
.bl_narrowDownArea_unit .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP";
  line-height: 1.44;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .bl_narrowDownArea_unit .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .ttl {
    line-height: 1.44;
    letter-spacing: 0.05em;
  }
}
.bl_narrowDownArea_unit .catBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bl_narrowDownArea_unit .catBtns button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.42;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #fff;
  color: #62455E;
  transition-duration: background-color, color;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  .bl_narrowDownArea_unit .catBtns button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catBtns button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catBtns button {
    line-height: 1.42;
    letter-spacing: 0.05em;
  }
}
.bl_narrowDownArea_unit .catBtns button::before {
  content: "#";
}
.bl_narrowDownArea_unit .catBtns button:focus, :where([data-whatintent="mouse"]) .bl_narrowDownArea_unit .catBtns button:hover {
  background-color: #BD5C9E;
  color: #fff;
}
.bl_narrowDownArea_unit .catBtns a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.42;
  letter-spacing: 0.05em;
  display: flex;
  gap: 5px;
  color: #62455E;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .bl_narrowDownArea_unit .catBtns a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catBtns a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catBtns a {
    line-height: 1.42;
    letter-spacing: 0.05em;
  }
}
.bl_narrowDownArea_unit .catBtns a:focus, :where([data-whatintent="mouse"]) .bl_narrowDownArea_unit .catBtns a:hover {
  color: #BD5C9E;
}
.bl_narrowDownArea_unit .catBtns a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .bl_narrowDownArea_unit .catBtns a:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.bl_narrowDownArea_unit .catBtns a:focus .arw_right_tri, :where([data-whatintent="mouse"]) .bl_narrowDownArea_unit .catBtns a:hover .arw_right_tri {
  color: #BD5C9E;
}
.bl_narrowDownArea_unit .catBtns a .arw_right_tri_with_circle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: border-color 0.3s;
}
@media (max-width: 765px) {
  .bl_narrowDownArea_unit .catBtns a .arw_right_tri_with_circle {
    margin-top: -1px;
  }
}
.bl_narrowDownArea_unit .catBtns a .arw_right_tri {
  width: 5px;
  margin-left: 1px;
  transition: color 0.3s;
}
.bl_narrowDownArea_unit .catBtns a .arw_right_tri .stroke {
  stroke: currentColor;
}
.bl_narrowDownArea .js_accBody {
  display: none;
}

/* 投稿一覧ページで使用する絞り込みUIここまで */
/* 投稿一覧ページで使用するページャーUIここから */
.bl_pagination {
  padding-top: 31px;
  border-top: 1px solid #DBD2D9;
  margin-top: 80px;
}
@media (max-width: 765px) {
  .bl_pagination {
    padding-top: 37px;
    margin-top: 60px;
  }
}
.bl_pagination_body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_pagination_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bl_pagination_skipArw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 20px;
  border-left: 1px solid #DBD2D9;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .bl_pagination_skipArw {
    width: auto;
    padding-left: 15px;
  }
}
.bl_pagination_skipArw:focus, :where([data-whatintent="mouse"]) .bl_pagination_skipArw:hover {
  color: #BD5C9E;
}
.bl_pagination_skipArw.is_disable {
  opacity: 0.6;
  color: inherit !important;
  pointer-events: none;
}
.bl_pagination_skipArw .arw_right_tri_double {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_pagination_skipArw .stroke {
  stroke: currentColor;
}
.bl_pagination_skipPrev {
  transform: rotate(180deg);
}
.bl_pagination_arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 20px;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .bl_pagination_arw {
    width: 36px;
  }
}
.bl_pagination_arw:focus, :where([data-whatintent="mouse"]) .bl_pagination_arw:hover {
  color: #BD5C9E;
}
.bl_pagination_arw.is_disable {
  opacity: 0.6;
  pointer-events: none;
}
.bl_pagination_arw .stroke {
  stroke: currentColor;
}
.bl_pagination_prev {
  transform: rotate(180deg);
}
.bl_pagination_numbers {
  display: flex;
  gap: 12px;
}
@media (max-width: 765px) {
  .bl_pagination_numbers {
    gap: 9px;
  }
}
.bl_pagination_numbers button {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #62455E;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  .bl_pagination_numbers button {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .bl_pagination_numbers button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .bl_pagination_numbers button {
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .bl_pagination_numbers button {
    width: 30px;
    height: 30px;
  }
}
.bl_pagination_numbers button:not(.is_current):focus, :where([data-whatintent="mouse"]) .bl_pagination_numbers button:not(.is_current):hover {
  color: #BD5C9E;
}
.bl_pagination_numbers button.is_current {
  background-color: #BD5C9E;
  color: #fff;
  pointer-events: none;
}

/* 投稿一覧ページで使用するページャーUIここまで */
/* 兄弟ページへの導線を配置できるようにする下層テンプレート用のUI（bodyとコンテナにグラデーションをひくclassをつける必要があります。）ここから */
.bl_neighborNav {
  margin-bottom: 60px;
}
@media (max-width: 765px) {
  .bl_neighborNav {
    margin-bottom: 30px;
  }
}
.bl_neighborNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 0;
  min-height: 90px;
  padding: 30px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 20px rgba(110, 92, 108, 0.08);
}
@media (max-width: 1024px) {
  .bl_neighborNav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 765px) {
  .bl_neighborNav ul {
    flex-wrap: wrap;
    gap: 10px 0;
    width: 100%;
    min-height: 60px;
    padding: 10px 5px;
  }
}
.bl_neighborNav li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP";
  line-height: 1.43;
  letter-spacing: 0.08em;
  flex-grow: 0;
  width: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .bl_neighborNav li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .bl_neighborNav li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_neighborNav li {
    line-height: 1.43;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 1024px) {
  .bl_neighborNav li {
    flex-grow: 0;
    width: auto;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .bl_neighborNav li {
    font-size: 1.2rem;
  }
}
.bl_neighborNav li:first-child:before {
  content: none;
}
.bl_neighborNav li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #6E5C6C;
  opacity: 0.6;
  transform: translateY(-50%) rotate(34deg);
}
@media (max-width: 765px) {
  .bl_neighborNav li:before {
    left: 0;
    height: 15px;
  }
}
.bl_neighborNav li a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0 30px;
  color: #62455E;
  transition: color 0.3s;
}
.bl_neighborNav li a:focus, :where([data-whatintent="mouse"]) .bl_neighborNav li a:hover {
  color: #BD5C9E;
}
.bl_neighborNav li a.is_current {
  color: #BD5C9E;
}
@media (max-width: 1024px) {
  .bl_neighborNav li a {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 765px) {
  .bl_neighborNav li a {
    padding: 0 8px;
  }
}
body.sp_noFixedNav .bl_neighborNav ul {
  gap: 0;
  flex-wrap: nowrap;
}
@media (max-width: 765px) {
  body.sp_noFixedNav .bl_neighborNav ul {
    gap: 10px 0;
    flex-wrap: wrap;
  }
}
body.sp_noFixedNav .bl_neighborNav li {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 1024px) {
  body.sp_noFixedNav .bl_neighborNav li {
    flex-grow: 0;
    width: auto;
  }
}
body.sp_noFixedNav .bl_neighborNav li a {
  max-width: 80%;
  padding: 0;
}
@media (max-width: 1024px) {
  body.sp_noFixedNav .bl_neighborNav li a {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 765px) {
  body.sp_noFixedNav .bl_neighborNav li a {
    padding: 0 8px;
  }
}

/* 兄弟ページへの導線を配置できるようにする下層テンプレート用のUI（bodyとコンテナにグラデーションをひくclassをつける必要があります。）ここまで */
/* 比較的プレーンなボタンリストここから */
.bl_btnList .dot-border-title {
  margin-top: 0;
}
.bl_btnList_container {
  position: relative;
  z-index: 1;
}
.bl_btnList_container ~ .bl_btnList_container {
  margin-top: 100px;
}
@media (max-width: 765px) {
  .bl_btnList_container ~ .bl_btnList_container {
    margin-top: 60px;
  }
}
.bl_btnList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
}
@media (max-width: 765px) {
  .bl_btnList ul {
    gap: 20px 17px;
  }
}
.bl_btnList li {
  width: calc((100% - 70px) / 3);
}
@media (max-width: 765px) {
  .bl_btnList li {
    width: calc((100% - 17px) / 2);
  }
}
.bl_btnList li.holiday {
  opacity: 0.6;
  pointer-events: none;
}
.bl_btnList a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 21px 20px;
  color: #856F82;
  background-color: #fff;
  transition-property: color background-color;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  .bl_btnList a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .bl_btnList a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .bl_btnList a {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .bl_btnList a {
    padding: 14px;
  }
}
.bl_btnList a:focus, :where([data-whatintent="mouse"]) .bl_btnList a:hover {
  color: #fff;
  background-color: #BD5C9E;
}
.bl_btnList a:focus .icon_blank, :where([data-whatintent="mouse"]) .bl_btnList a:hover .icon_blank {
  color: #fff;
}
.bl_btnList a:focus .icon_pdf, :where([data-whatintent="mouse"]) .bl_btnList a:hover .icon_pdf {
  color: #fff;
}
.bl_btnList a .arw_right_half_horizontal {
  flex-shrink: 0;
}
@media (max-width: 765px) {
  .bl_btnList a .arw_right_half_horizontal {
    width: 20px;
  }
}
.bl_btnList a .arw_right_half_horizontal .fill {
  fill: currentColor;
}
.bl_btnList a .icon_blank {
  flex-shrink: 0;
  color: #BD5C9E;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .bl_btnList a .icon_blank {
    width: 18px;
  }
}
.bl_btnList a .icon_blank .stroke {
  stroke: currentColor;
}
.bl_btnList a .icon_pdf {
  flex-shrink: 0;
  color: #BD5C9E;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .bl_btnList a .icon_pdf {
    width: 18px;
  }
}
.bl_btnList a .icon_pdf .fill {
  fill: currentColor;
}
.contents-m:only-child .bl_btnList__bg {
  padding: 80px 0;
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_btnList__bg {
    padding: 60px 0;
  }
}
.contents-m:only-child .bl_btnList__bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc((var(--htmlW) - 100%) / 2 * -1);
  width: var(--htmlW);
  height: 100%;
  background-color: #FAFAFA;
  z-index: 0;
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_btnList__bg:before {
    right: -20px;
    width: calc(100% + 40px);
  }
}
.contents-m:only-child .bl_btnList__padLg {
  padding: 100px 0;
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_btnList__padLg {
    padding: 60px 0;
  }
}
.contents-m:only-child .bl_btnList ul {
  gap: 20px 31px;
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_btnList ul {
    gap: 20px 17px;
  }
}
.contents-m:only-child .bl_btnList li {
  width: calc((100% - 93px) / 4);
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_btnList li {
    width: calc((100% - 17px) / 2);
  }
}
.contents-m:only-child .bl_btnList__3col ul {
  gap: 20px 38px;
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_btnList__3col ul {
    gap: 20px;
  }
}
.contents-m:only-child .bl_btnList__3col li {
  width: calc((100% - 76px) / 3);
}
@media (max-width: 765px) {
  .contents-m:only-child .bl_btnList__3col li {
    width: calc((100% - 20px) / 2);
  }
}

.bl_btnList__bg {
  position: relative;
  padding: 80px 57px 80px 0;
}
@media (max-width: 765px) {
  .bl_btnList__bg {
    padding: 60px 0;
  }
}
.bl_btnList__bg:last-child {
  margin-bottom: -140px;
}
@media (max-width: 765px) {
  .bl_btnList__bg:last-child {
    margin-bottom: -120px;
  }
}
.bl_btnList__bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((var(--htmlW) - 100%) / 2 + 100%);
  height: 100%;
  background-color: #FAFAFA;
  z-index: 0;
}
@media (max-width: 765px) {
  .bl_btnList__bg:before {
    right: -20px;
    width: calc(100% + 40px);
  }
}
.bl_btnList__bordered a {
  border: 1px solid #856F82;
}
.bl_btnList__2col ul {
  gap: 20px 38px;
}
@media (max-width: 765px) {
  .bl_btnList__2col ul {
    gap: 20px 17px;
  }
}
.bl_btnList__2col li {
  width: calc((100% - 38px) / 2);
}
@media (max-width: 765px) {
  .bl_btnList__2col li {
    width: calc((100% - 20px) / 2);
  }
}

/* 比較的プレーンなボタンリストここまで */
/* シンプルなバナーここから */
.bl_banner + .bl_banner {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .bl_banner + .bl_banner {
    margin-top: 10px;
  }
}
.bl_banner a {
  display: block;
  transition: opacity 0.3s;
}
.bl_banner a:focus, :where([data-whatintent="mouse"]) .bl_banner a:hover {
  opacity: 0.6;
}
.bl_banner.is-one li {
  text-align: center;
}
.bl_banner.is-one li ~ li {
  margin-top: 40px;
}
@media (max-width: 765px) {
  .bl_banner.is-one li ~ li {
    margin-top: 10px;
  }
}
.bl_banner.is-one a {
  display: inline-block;
}
.bl_banner.is-two ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 765px) {
  .bl_banner.is-two ul {
    display: block;
    gap: 10px;
  }
}
.bl_banner.is-two li {
  width: calc((100% - 40px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 765px) {
  .bl_banner.is-two li {
    display: block;
    width: 100%;
  }
}
@media (max-width: 765px) {
  .bl_banner.is-two li ~ li {
    margin-top: 10px;
  }
}
.bl_banner.is-two a {
  width: 100%;
}
.bl_banner.is-two img {
  width: 100%;
}

/* シンプルなバナーここまで */
/* 文字だけのお問い合わせここから */
.bl_txtContact {
  padding: 50px;
  background-color: #FAFAFA;
}
@media (max-width: 765px) {
  .bl_txtContact {
    padding: 30px;
  }
}
.bl_txtContact_ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .bl_txtContact_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_ttl {
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_ttl {
    margin-bottom: 24px;
  }
}
.bl_txtContact_cols {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
@media (max-width: 765px) {
  .bl_txtContact_cols {
    gap: 23px 0;
  }
}
.bl_txtContact_contact {
  flex-grow: 1;
  min-width: 50%;
  text-align: center;
}
.bl_txtContact_contact:nth-child(even) {
  border-left: 1px solid #BCBCBC;
}
@media (max-width: 765px) {
  .bl_txtContact_contact:nth-child(even) {
    min-width: 0;
    border-left: none;
  }
}
.bl_txtContact_txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.42222222;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .bl_txtContact_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_txt {
    line-height: 1.42222222;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_txt {
    margin-bottom: 6px;
  }
}
.bl_txtContact_txt:only-child {
  margin-bottom: 0;
}
.bl_txtContact_sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .bl_txtContact_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .bl_txtContact_sub {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

/* 文字だけのお問い合わせここまで */
/* イベントカレンダーここから */
.bl_eventCalender_item ~ .bl_eventCalender_item {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .bl_eventCalender_item ~ .bl_eventCalender_item {
    margin-top: 56px;
  }
}
.bl_eventCalender_item .square-title {
  margin-top: 0;
}
.bl_eventCalender_item li {
  position: relative;
  display: flex;
}
.bl_eventCalender_item li ~ li {
  margin-top: 20px;
}
.bl_eventCalender_calender {
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-height: 80px;
  height: 100%;
  color: #fff;
  background-color: #BD5C9E;
}
@media (max-width: 765px) {
  .bl_eventCalender_calender {
    width: 60px;
    min-height: 60px;
  }
}
.bl_eventCalender_calender.is_colored {
  background-color: #5C89BD;
}
.bl_eventCalender_calender.is_off {
  background-color: #DC415B;
}
.bl_eventCalender_time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bl_eventCalender_time time {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.26923077;
  letter-spacing: 0.05em;
  font-style: italic;
}
@media (max-width: 1024px) {
  .bl_eventCalender_time time {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 765px) {
  .bl_eventCalender_time time {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .bl_eventCalender_time time {
    line-height: 1.26923077;
    letter-spacing: 0.05em;
  }
}
.bl_eventCalender_time .day {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-style: italic;
}
@media (max-width: 1024px) {
  .bl_eventCalender_time .day {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .bl_eventCalender_time .day {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .bl_eventCalender_time .day {
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
.bl_eventCalender a {
  position: relative;
  flex-grow: 1;
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
.bl_eventCalender a:focus, :where([data-whatintent="mouse"]) .bl_eventCalender a:hover {
  opacity: 0.6;
}
.bl_eventCalender a .icon_pdf {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 765px) {
  .bl_eventCalender a .icon_pdf {
    right: 17px;
  }
}
.bl_eventCalender a .icon_blank {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 765px) {
  .bl_eventCalender a .icon_blank {
    right: 17px;
  }
}
.bl_eventCalender a .bl_eventCalender_txt {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 765px) {
  .bl_eventCalender a .bl_eventCalender_txt {
    position: static;
  }
}
.bl_eventCalender_body {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 26px 20px;
  margin-left: 80px;
  background-color: #F6F6F6;
}
@media (max-width: 765px) {
  .bl_eventCalender_body {
    display: block;
    padding: 18px;
    margin-left: 60px;
  }
}
.bl_eventCalender_tag {
  flex-shrink: 0;
  display: inline-block;
  padding: 0 2px;
  margin-right: 4px;
  border: 1px solid #BD5C9E;
  background-color: #fff;
  color: #BD5C9E;
  font-size: 1.2rem;
}
@media (max-width: 765px) {
  .bl_eventCalender_tag {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

/* イベントカレンダーここまで */
/* ここから */
/* ここまで */
/**
 * Page
 */
@media (max-width: 765px) {
  .pg_home .ly_header_contents {
    position: fixed;
  }
}
.pg_home .bl_heroSliderSect {
  height: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 0.2s;
  transition-duration: 1.5s;
}
.pg_home .bl_heroSliderSect.is_show {
  opacity: 1;
}
.pg_home .bl_heroSliderSect_container {
  position: relative;
  height: 100%;
}
.pg_home .bl_heroSliderSect_container:only-child {
  height: 100vh;
}
.pg_home .bl_heroSliderSect_body {
  position: relative;
  height: 100%;
  z-index: 0;
}
.pg_home .bl_heroSliderSect_body.swiper .swiper-wrapper {
  position: relative;
  height: 100%;
}
.pg_home .bl_heroSliderSect_body.swiper .swiper-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: min(12.36%, 178px);
  background: linear-gradient(180deg, rgba(206, 181, 197, 0) 0%, #ceb5c5 100%);
  z-index: 1;
  opacity: 0.44;
  pointer-events: none;
}
@media (max-width: 765px) {
  .pg_home .bl_heroSliderSect_body.swiper .swiper-wrapper:before {
    padding-bottom: 47.46%;
    opacity: 0.44;
  }
}
.pg_home .bl_heroSliderSect_body.swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pg_home .bl_heroSliderSect_body.swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.pg_home .bl_heroSliderSect_scrollDown {
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 765px) {
  .pg_home .bl_heroSliderSect_scrollDown {
    bottom: 22px;
  }
  .pg_home .bl_heroSliderSect_scrollDown:has(+ .bl_heroSliderSect_banner) {
    display: none;
  }
}
.pg_home .bl_heroSliderSect_scrollDown button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  transition: opacity 0.3s;
}
:where([data-whatintent="mouse"]) .pg_home .bl_heroSliderSect_scrollDown button:hover {
  opacity: 0.6;
}
.pg_home .bl_heroSliderSect_scrollDown button .txt {
  font-size: 1.4rem;
  line-height: 1.285;
  letter-spacing: 0.05em;
  font-style: italic;
}
@media (max-width: 765px) {
  .pg_home .bl_heroSliderSect_scrollDown button .txt {
    font-size: 1.2rem;
  }
}
.pg_home .bl_heroSliderSect_scrollDown button .arw_right_half_horizontal {
  transform: rotate(90deg);
}
.pg_home .bl_heroSliderSect_scrollDown button .arw_right_half_horizontal .fill {
  fill: currentColor;
}
.pg_home .bl_heroSliderSect_info a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 48px;
  min-height: 70px;
  padding: 10px 40px;
  border-top: 4px solid #BD5C9E;
  background-color: #fff;
}
@media (max-width: 765px) {
  .pg_home .bl_heroSliderSect_info a {
    padding: 20px 20px 15px;
  }
}
.pg_home .bl_heroSliderSect_info a:focus time, :where([data-whatintent="mouse"]) .pg_home .bl_heroSliderSect_info a:hover time {
  color: #BD5C9E;
}
.pg_home .bl_heroSliderSect_info a:focus .txtArea, :where([data-whatintent="mouse"]) .pg_home .bl_heroSliderSect_info a:hover .txtArea {
  color: #BD5C9E;
}
.pg_home .bl_heroSliderSect_info a:focus .txtArea .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .pg_home .bl_heroSliderSect_info a:hover .txtArea .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.pg_home .bl_heroSliderSect_info .hdg {
  position: relative;
  padding-right: 14px;
  color: #BD5C9E;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.pg_home .bl_heroSliderSect_info .hdg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
  width: 1px;
  height: 20px;
  background-color: currentColor;
}
.pg_home .bl_heroSliderSect_info .sub {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 765px) {
  .pg_home .bl_heroSliderSect_info .sub {
    gap: 5px;
    align-items: stretch;
    flex-direction: column;
  }
}
.pg_home .bl_heroSliderSect_info time {
  color: #989797;
  font-size: 1.4rem;
  line-height: 1.285;
  transition: color 0.3s;
}
.pg_home .bl_heroSliderSect_info .txtArea {
  display: flex;
  gap: 10px;
  color: #6E5C6C;
  transition: color 0.3s;
}
.pg_home .bl_heroSliderSect_info .txtArea .arw_right_tri_with_circle {
  flex-shrink: 0;
  border-color: #BCBCBC;
  transition: border-color 0.3s;
}
.pg_home .bl_heroSliderSect_info .txtArea .arw_right_tri_with_circle .stroke {
  stroke: currentColor;
}
.pg_home .bl_heroSliderSect_info .txtArea .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 765px) {
  .pg_home .bl_heroSliderSect_info .txtArea .txt {
    font-size: 1.5rem;
  }
}
.pg_home .bl_heroSliderSect_banner {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 24.305556%;
  height: auto;
}
@media (max-width: 765px) {
  .pg_home .bl_heroSliderSect_banner {
    bottom: 10px;
    left: 20px;
    width: 53.3333%;
  }
}
.pg_home .bl_heroSliderSect_banner > a {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
.pg_home .bl_heroSliderSect_banner > a:focus, :where([data-whatintent="mouse"]) .pg_home .bl_heroSliderSect_banner > a:hover {
  opacity: 0.6;
}
.pg_home .bl_heroSliderSect_banner_img {
  width: 100%;
}
.pg_home .bl_heroSliderSect_banner_img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pg_home .bl_indexNavigationSect {
  font-family: "Noto Serif JP", serif;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../images/0_0/index_navigation_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect {
    background-image: url(../images/0_0/index_navigation_bg_sp.png);
  }
}
.pg_home .bl_indexNavigationSect_container {
  max-width: 1283px;
  padding-top: 36px;
  padding-bottom: 64px;
  margin: auto;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_container {
    padding-top: 31px;
    padding-bottom: 0;
  }
}
.pg_home .bl_indexNavigationSect_list {
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.52) 100%);
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_list {
    flex-wrap: wrap;
    padding: 13px 0 11px;
  }
}
.pg_home .bl_indexNavigationSect_item {
  width: 16.6666666667%;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_item {
    width: 33.3333333333%;
  }
}
.pg_home .bl_indexNavigationSect_item:last-child a:before {
  content: none;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_item:nth-child(3n) a:before {
    content: none;
  }
}
.pg_home .bl_indexNavigationSect_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.pg_home .bl_indexNavigationSect_item a:focus .bl_indexNavigationSect_hdg, :where([data-whatintent="mouse"]) .pg_home .bl_indexNavigationSect_item a:hover .bl_indexNavigationSect_hdg {
  color: #BD5C9E;
}
.pg_home .bl_indexNavigationSect_item a:focus .bl_indexNavigationSect_icon img:first-child, :where([data-whatintent="mouse"]) .pg_home .bl_indexNavigationSect_item a:hover .bl_indexNavigationSect_icon img:first-child {
  opacity: 1;
}
.pg_home .bl_indexNavigationSect_item a:before {
  content: "";
  position: absolute;
  top: 49px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #B1B0B0;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_item a:before {
    top: 30px;
  }
}
.pg_home .bl_indexNavigationSect_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 121px;
  padding: 28px 10px 20px;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_body {
    min-height: 73px;
    padding: 7px;
  }
}
.pg_home .bl_indexNavigationSect_icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 40px;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_icon {
    height: 30px;
  }
}
.pg_home .bl_indexNavigationSect_icon img {
  height: 100%;
}
.pg_home .bl_indexNavigationSect_icon img:first-child {
  position: relative;
  opacity: 0;
  filter: brightness(0) saturate(100%) invert(74%) sepia(54%) saturate(5070%) hue-rotate(286deg) brightness(81%) contrast(78%);
  transition: opacity 0.3s;
  z-index: 1;
}
.pg_home .bl_indexNavigationSect_icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.pg_home .bl_indexNavigationSect_hdg {
  display: flex;
  align-items: center;
  margin-top: 6px;
  text-align: center;
  color: #6E5C6C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4375;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .pg_home .bl_indexNavigationSect_hdg {
    font-size: 1.2rem;
    line-height: 1.1666;
  }
}
.pg_home .bl_indexNavigationSect_hdg:first-child {
  margin-top: 0;
}
.pg_home .bl_topicsBannerSect {
  margin-top: 6px;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsBannerSect {
    margin-top: 30px;
  }
}
.pg_home .bl_topicsBannerSect + * {
  margin-top: 99px !important;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsBannerSect + * {
    margin-top: 54px !important;
  }
}
.pg_home .bl_topicsBannerSect_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsBannerSect_container {
    gap: 20px;
  }
}
.pg_home .bl_topicsBannerSect_img {
  display: inline-block;
  width: calc((100% - 80px) / 3);
  max-width: 900px;
  aspect-ratio: 382/125;
  transition: opacity 0.3s;
}
.pg_home .bl_topicsBannerSect_img:focus, :where([data-whatintent="mouse"]) .pg_home .bl_topicsBannerSect_img:hover {
  opacity: 0.6;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsBannerSect_img {
    width: 100%;
  }
}
.pg_home .bl_topicsBannerSect_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pg_home .bl_topicsBannerSect.passBannerSect .bl_topicsBannerSect_img {
  width: auto;
}
.pg_home .bl_aboutAndVideoSect {
  font-family: "Noto Serif JP", serif;
  margin-top: 55px;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect {
    margin-top: 51px;
  }
}
.pg_home .bl_aboutAndVideoSect_about {
  position: relative;
  z-index: 1;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_container {
  display: flex;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_container {
    display: block;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_head {
  width: 46.33%;
}
@media (max-width: 1024px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_head {
    width: 35%;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_head {
    width: 100%;
    padding-left: 6px;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_hdg {
  width: 100%;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_hdg {
    width: 83%;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_hdg img {
  max-width: 100%;
  height: auto;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_subTxt {
  position: relative;
  padding-top: 25px;
  margin-top: 57px;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "PT Serif";
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_subTxt {
    margin-top: 30px;
    margin-left: -3px;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_subTxt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: currentColor;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_body {
  width: 53.67%;
  padding: 77px clamp(10px, 5%, 50px) 39px clamp(10px, 6%, 65px);
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1024px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_body {
    width: 65%;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_body {
    width: 100%;
    padding: 0 26px;
    margin-top: 45px;
    background-color: unset;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.44;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_txt {
    font-size: 1.6rem;
    line-height: 2.185;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt {
  margin-top: 49px;
  text-align: right;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt {
    margin-top: 42px;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt:first-child {
  margin-top: 0;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a {
  position: relative;
  display: inline-flex;
  padding-bottom: 17px;
  color: #62455E;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a {
    padding-bottom: 14px;
    font-size: 1.6rem;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a:focus, :where([data-whatintent="mouse"]) .pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a:hover {
  color: #BD5C9E;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a:focus:after, :where([data-whatintent="mouse"]) .pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a:hover:after {
  background-color: currentColor;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a:focus .arw_right_half_horizontal, :where([data-whatintent="mouse"]) .pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a:hover .arw_right_half_horizontal {
  transform: translateX(10px);
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
  transition: background-color 0.3s;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a .txt {
  text-align: left;
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a .arw_right_half_horizontal {
  margin-top: 13px;
  margin-left: 55px;
  transition: transform 0.3s;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a .arw_right_half_horizontal {
    margin-left: 38px;
  }
}
.pg_home .bl_aboutAndVideoSect_about .bl_about_btnTxt a .arw_right_half_horizontal .fill {
  fill: currentColor;
}
.pg_home .bl_aboutAndVideoSect_video {
  position: relative;
  z-index: 0;
}
.pg_home .bl_aboutAndVideoSect_video .bl_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 41.666%;
  margin-top: 61px;
  overflow: hidden;
}
@media (max-width: 765px) {
  .pg_home .bl_aboutAndVideoSect_video .bl_video {
    margin-top: 61px;
  }
}
.pg_home .bl_aboutAndVideoSect_video .bl_video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(162, 210, 227, 0.1);
  pointer-events: none;
}
.pg_home .bl_aboutAndVideoSect_video .bl_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.pg_home .bl_facultySect {
  position: relative;
  padding-top: 120px;
  margin-top: 120px;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect {
    padding-top: 49px;
  }
}
.pg_home .bl_facultySect:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 903px;
  background-image: url(../images/0_0/faculty_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: 0;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect:before {
    background-image: url(../images/0_0/faculty_bg_sp.png);
    height: 0;
    padding-bottom: 100.53%;
  }
}
.pg_home .bl_facultySect_container {
  position: relative;
  z-index: 1;
}
.pg_home .bl_facultySect_head {
  font-family: "Noto Serif JP", serif;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_head {
    padding-left: 0;
    padding-right: 0;
  }
}
.pg_home .bl_facultySect_ttl {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_ttl {
    justify-content: center;
  }
}
.pg_home .bl_facultySect_ttl .en {
  font-size: 4.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_ttl .en {
    font-size: 3rem;
  }
}
.pg_home .bl_facultySect_ttl .ja {
  position: relative;
  padding-left: 44px;
  margin-top: 18px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_ttl .ja {
    padding-left: 30px;
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.pg_home .bl_facultySect_ttl .ja:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  transform: rotate(-52deg);
  width: 36px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_ttl .ja:before {
    top: 10px;
    left: 2px;
    width: 30px;
  }
}
.pg_home .bl_facultySect_body {
  padding: 81px 0 120px;
  margin-top: -25px;
  background-color: #fff;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_body {
    padding: 47px 0 47px;
    margin-top: -18px;
  }
}
.pg_home .bl_facultySect_units {
  display: flex;
  flex-wrap: wrap;
  gap: 53px 23px;
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_units {
    gap: 34px 20px;
    padding: 0 10px;
  }
}
.pg_home .bl_facultySect_unit {
  width: calc((100% - 69px) / 4);
  background-color: #fff;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_unit {
    width: calc((100% - 20px) / 2);
    background-color: unset;
  }
}
.pg_home .bl_facultySect_inner {
  position: relative;
  border-top: 2px solid #BD5C9E;
  z-index: 1;
}
.pg_home .bl_facultySect_inner > a {
  transition-duration: 0.3s;
}
.pg_home .bl_facultySect_inner > a:focus, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_inner > a:hover {
  opacity: 0.6;
}
.pg_home .bl_facultySect_hdg {
  font-family: "Noto Serif JP", serif;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  background-color: #fff;
  color: #BD5C9E;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.pg_home .bl_facultySect_hdg .arw_right_half_horizontal {
  width: 23px;
  flex-shrink: 0;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_hdg .arw_right_half_horizontal {
    width: 20px;
  }
}
.pg_home .bl_facultySect_hdg .arw_right_half_horizontal .fill {
  fill: currentColor;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_hdg {
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_hdg {
    padding: 10px 0;
  }
}
.pg_home .bl_facultySect_detail {
  padding-top: 20px;
  border-top: 1px solid #DBD2D9;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_detail {
    padding-top: 19px;
  }
}
.pg_home .bl_facultySect_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 26px;
  margin-top: 18px;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_list {
    gap: 10px 26px;
  }
}
.pg_home .bl_facultySect_list:first-child {
  margin-top: 0;
}
.pg_home .bl_facultySect_item a {
  position: relative;
  display: block;
  color: #62455E;
  font-size: 1.6rem;
  line-height: 1.466;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_item a {
    font-size: 1.4rem;
  }
}
.pg_home .bl_facultySect_item a:focus, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_item a:hover {
  color: #BD5C9E;
}
.pg_home .bl_facultySect_item a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_item a:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.pg_home .bl_facultySect_item a:focus .arw_right_tri_with_circle .stroke, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_item a:hover .arw_right_tri_with_circle .stroke {
  stroke: currentColor;
}
.pg_home .bl_facultySect_item a:focus .txt .sub, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_item a:hover .txt .sub {
  color: #BD5C9E;
}
.pg_home .bl_facultySect_item a .arw_right_tri_with_circle {
  position: absolute;
  top: 0;
  left: 0;
  transition: border-color 0.3s;
  width: 24px;
  height: 24px;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_item a .arw_right_tri_with_circle {
    top: -1px;
  }
}
.pg_home .bl_facultySect_item a .txt {
  display: block;
  padding-left: 30px;
}
.pg_home .bl_facultySect_item a .txt .sub {
  display: block;
  margin-top: 5px;
  color: #856F82;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  transition: color 0.3s;
}
.pg_home .bl_facultySect_comingSoon {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 40px;
  max-width: 1140px;
  padding: 0 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
.pg_home .bl_facultySect_comingSoon li {
  display: grid;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon li {
    width: 100%;
  }
}
.pg_home .bl_facultySect_comingSoon a {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  width: 100%;
  height: 100%;
  min-height: 158px;
  background-color: #BD5C9E;
  color: #fff;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon a {
    min-height: 94px;
  }
}
.pg_home .bl_facultySect_comingSoon a:focus, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_comingSoon a:hover {
  background-color: #F3EEF2;
  color: #BD5C9E;
}
.pg_home .bl_facultySect_comingSoon a:focus .img img, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_comingSoon a:hover .img img {
  transform: scale(1.05);
}
.pg_home .bl_facultySect_comingSoon a:focus .box, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_comingSoon a:hover .box {
  background-color: #eed7ea;
}
.pg_home .bl_facultySect_comingSoon a:focus .withBorder, :where([data-whatintent="mouse"]) .pg_home .bl_facultySect_comingSoon a:hover .withBorder {
  border-color: #EED7EA;
}
.pg_home .bl_facultySect_comingSoon .new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  background-color: #d75858;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 10;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .new {
    padding: 3px 6px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .new {
    padding: 2px 4px;
    font-size: 1rem;
  }
}
.pg_home .bl_facultySect_comingSoon .img {
  width: 165px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .img {
    width: 94px;
  }
}
.pg_home .bl_facultySect_comingSoon .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transition: transform 0.3s;
}
.pg_home .bl_facultySect_comingSoon .inner {
  flex-grow: 1;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  row-gap: 9px;
  padding: 15px 20px;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .inner {
    row-gap: 5px;
    padding: 12px;
  }
}
.pg_home .bl_facultySect_comingSoon .sub {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .sub {
    font-size: 1.1rem;
  }
}
.pg_home .bl_facultySect_comingSoon .sub small {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .sub small {
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .sub small {
    font-size: 0.9rem;
  }
}
.pg_home .bl_facultySect_comingSoon .sub span {
  margin-left: 5px;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .sub span {
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .sub span {
    font-size: 0.9rem;
  }
}
.pg_home .bl_facultySect_comingSoon .hdg {
  display: grid;
  margin-top: 7px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .hdg {
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .hdg {
    margin-top: 3px;
    font-size: 1.6rem;
  }
}
.pg_home .bl_facultySect_comingSoon .hdg small {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .hdg small {
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .hdg small {
    margin-top: 3px;
    font-size: 1.3rem;
  }
}
.pg_home .bl_facultySect_comingSoon .hdg:only-child {
  margin-top: 0;
}
.pg_home .bl_facultySect_comingSoon .hdg:has(+ .withBorder) {
  font-size: 2.7rem;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .hdg:has(+ .withBorder) {
    font-size: 2rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .hdg:has(+ .withBorder) {
    font-size: 1.6rem;
  }
}
.pg_home .bl_facultySect_comingSoon .withBorder {
  margin-top: 9px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transition: border-color 0.3s;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .withBorder {
    font-size: 1rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .withBorder {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
}
.pg_home .bl_facultySect_comingSoon .withBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .withBox {
    gap: 7px;
  }
}
.pg_home .bl_facultySect_comingSoon .withBox .hdg {
  margin-top: 0;
}
.pg_home .bl_facultySect_comingSoon .box {
  margin-top: 10px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background-color: #cc78b1;
  transition: background-color 0.3s;
}
@media (max-width: 1024px) {
  .pg_home .bl_facultySect_comingSoon .box {
    padding: 6px 10px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .box {
    margin-top: 4px;
    padding: 4px 8px;
    font-size: 0.9rem;
  }
}
.pg_home .bl_facultySect_comingSoon .more {
  display: flex;
  align-items: center;
  align-self: flex-end;
  justify-content: flex-end;
  gap: 6px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .more {
    font-size: 1rem;
  }
}
.pg_home .bl_facultySect_comingSoon .arw_right_tri_with_circle {
  flex-shrink: 0;
  border-color: currentColor;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_comingSoon .arw_right_tri_with_circle {
    width: 18px;
    height: 18px;
  }
  .pg_home .bl_facultySect_comingSoon .arw_right_tri_with_circle .arw_right_tri {
    transform: scale(0.8);
  }
}
.pg_home .bl_facultySect_comingSoon .arw_right_tri_with_circle .stroke {
  stroke: currentColor;
}
.pg_home .bl_facultySect_annotation {
  max-width: 1140px;
  padding: 0 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  color: #62455E;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_annotation {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}
.pg_home .bl_facultySect_annotation .inner {
  padding: 20px;
  border: 1px solid #DBD2D9;
}
@media (max-width: 765px) {
  .pg_home .bl_facultySect_annotation .inner {
    padding: 12px;
  }
}
.pg_home .bl_facultySect_annotation .annotation {
  counter-reset: annotation-num;
}
.pg_home .bl_facultySect_annotation .annotation > li {
  counter-increment: annotation-num;
  display: flex;
}
.pg_home .bl_facultySect_annotation .annotation > li:before {
  content: "※" counter(annotation-num) "：";
}
.pg_home .bl_topicsSect {
  padding: 120px 0 120px;
  background-color: #F6F6F6;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect {
    padding: 57px 0 70px;
  }
}
.pg_home .bl_topicsSect_head {
  font-family: "Noto Serif JP", serif;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_head {
    padding-left: 0;
    padding-right: 0;
  }
}
.pg_home .bl_topicsSect_ttl {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_ttl {
    justify-content: center;
  }
}
.pg_home .bl_topicsSect_ttl .en {
  font-size: 4.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_ttl .en {
    font-size: 3rem;
  }
}
.pg_home .bl_topicsSect_ttl .ja {
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_ttl .ja {
    padding-left: 30px;
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.pg_home .bl_topicsSect_ttl .ja:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  transform: rotate(-52deg);
  width: 36px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_ttl .ja:before {
    top: 10px;
    width: 30px;
  }
}
.pg_home .bl_topicsSect_inner {
  padding: 74px 0 70px;
  margin-top: -26px;
  background-color: #fff;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_inner {
    padding: 47px 0 47px;
    margin-top: -18px;
  }
}
.pg_home .bl_topicsSect_body {
  max-width: 1100px;
  margin: auto;
}
.pg_home .bl_topicsSect_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_list {
    gap: 16px 11px;
    padding: 0 10px;
  }
}
.pg_home .bl_topicsSect_item {
  width: 33.3333333333%;
  border-right: 1px solid #DBD2D9;
  border-bottom: 1px solid #DBD2D9;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_item {
    border: none;
  }
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_item {
    width: calc((100% - 11px) / 2);
  }
}
.pg_home .bl_topicsSect_item:nth-child(n+4) {
  border-bottom: none;
}
.pg_home .bl_topicsSect_item:nth-child(n+4) .bl_topicsSect_part {
  padding-top: 29px;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_item:nth-child(n+4) .bl_topicsSect_part {
    padding-top: 0;
  }
}
.pg_home .bl_topicsSect_item:nth-last-child(-n+3) {
  border-bottom: none;
}
.pg_home .bl_topicsSect_item:nth-child(3n) {
  border-right: none;
}
.pg_home .bl_topicsSect_item a:focus .bl_topicsSect_date, :where([data-whatintent="mouse"]) .pg_home .bl_topicsSect_item a:hover .bl_topicsSect_date {
  color: #BD5C9E;
}
.pg_home .bl_topicsSect_item a:focus .bl_topicsSect_hdg, :where([data-whatintent="mouse"]) .pg_home .bl_topicsSect_item a:hover .bl_topicsSect_hdg {
  color: #BD5C9E;
}
.pg_home .bl_topicsSect_item a:focus .bl_topicsSect_linkTxt, :where([data-whatintent="mouse"]) .pg_home .bl_topicsSect_item a:hover .bl_topicsSect_linkTxt {
  color: #BD5C9E;
}
.pg_home .bl_topicsSect_item a:focus .bl_topicsSect_linkTxt .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .pg_home .bl_topicsSect_item a:hover .bl_topicsSect_linkTxt .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.pg_home .bl_topicsSect_item a:focus .bl_topicsSect_linkTxt .arw_right_tri_with_circle .stroke, :where([data-whatintent="mouse"]) .pg_home .bl_topicsSect_item a:hover .bl_topicsSect_linkTxt .arw_right_tri_with_circle .stroke {
  stroke: currentColor;
}
.pg_home .bl_topicsSect_part {
  padding: 0 20px 37px;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_part {
    padding: 0;
  }
}
.pg_home .bl_topicsSect_thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69.9%;
  border: 1px solid #F3EEF2;
  overflow: hidden;
}
.pg_home .bl_topicsSect_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pg_home .bl_topicsSect_sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 21px;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_sub {
    grid-area: 4px;
    margin-top: 9px;
  }
}
.pg_home .bl_topicsSect_date {
  width: 70px;
  color: #989797;
  font-size: 1.4rem;
  line-height: 1.285;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_date {
    font-size: 1.2rem;
  }
}
.pg_home .bl_topicsSect_cat {
  min-width: 90px;
  padding: 4px;
  border: 1px solid currentColor;
  text-align: center;
  color: #BD5C9E;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_cat {
    min-width: 94px;
    padding: 1px;
  }
}
.pg_home .bl_topicsSect_hdg {
  margin-top: 11px;
  color: #62455E;
  font-size: 1.8rem;
  font-weight: 500;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_hdg {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.428;
  }
}
.pg_home .bl_topicsSect_linkTxt {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 33px;
  color: #856F82;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .pg_home .bl_topicsSect_linkTxt {
    display: none;
  }
}
.pg_home .bl_topicsSect_linkTxt .arw_right_tri_with_circle {
  margin-top: -2px;
  transition: border-color 0.3s;
}
.pg_home .bl_bannerSect {
  padding-top: 89px;
}
@media (max-width: 765px) {
  .pg_home .bl_bannerSect {
    padding-top: 46px;
  }
}
.pg_home .bl_bannerSect_container {
  padding-bottom: 59px;
  border-bottom: 1px solid #BCBCBC;
}
@media (max-width: 765px) {
  .pg_home .bl_bannerSect_container {
    padding-bottom: 41px;
  }
}
.pg_home .bl_bannerSect_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 27px;
}
@media (max-width: 765px) {
  .pg_home .bl_bannerSect_list {
    gap: 10px 8px;
  }
}
.pg_home .bl_bannerSect_item {
  width: calc((100% - 54px) / 3);
}
@media (max-width: 765px) {
  .pg_home .bl_bannerSect_item {
    width: calc((100% - 8px) / 2);
  }
}
.pg_home .bl_bannerSect_item a:focus img, :where([data-whatintent="mouse"]) .pg_home .bl_bannerSect_item a:hover img {
  transform: scale(1.05);
}
.pg_home .bl_bannerSect_img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 32.758%;
  overflow: hidden;
}
.pg_home .bl_bannerSect_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
@media (max-width: 765px) {
  .pg_home .ly_footer_fixed:not(.is_active) {
    opacity: 0;
    visibility: hidden;
  }
}

.un_table table {
  width: 100%;
}
.un_table tr {
  border-top: 1px solid #DBD2D9;
}
.un_table tr:last-child {
  border-bottom: 1px solid #DBD2D9;
}
.un_table th, .un_table td {
  padding: 18px;
}
@media (max-width: 765px) {
  .un_table th, .un_table td {
    padding: 16px;
  }
}
.un_table th {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 153px;
  text-align: center;
  background-color: #FAFAFA;
}
@media (max-width: 1024px) {
  .un_table th {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_table th {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_table th {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .un_table th {
    width: 100px;
  }
}
.un_table td {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .un_table td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_table td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_table td {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.un_table td .info {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 1024px) {
  .un_table td .info {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .un_table td .info {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .un_table td .info {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.un_table td .info:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.un_thumbFamilyLink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media (max-width: 765px) {
  .un_thumbFamilyLink_list {
    gap: 40px 30px;
  }
}
.un_thumbFamilyLink_item {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 765px) {
  .un_thumbFamilyLink_item {
    width: calc((100% - 30px) / 2);
  }
}
.un_thumbFamilyLink_item > a:focus .thumb img, :where([data-whatintent="mouse"]) .un_thumbFamilyLink_item > a:hover .thumb img {
  transform: scale(1.1);
}
.un_thumbFamilyLink .thumb {
  margin-bottom: 22px;
  overflow: hidden;
}
@media (max-width: 765px) {
  .un_thumbFamilyLink .thumb {
    margin-bottom: 15px;
  }
}
.un_thumbFamilyLink .thumb img {
  width: 100%;
  aspect-ratio: 374/264;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s;
}
.un_thumbFamilyLink .link {
  margin-top: 20px;
}
@media (max-width: 765px) {
  .un_thumbFamilyLink .link {
    margin-top: 12px;
  }
}
.un_thumbFamilyLink .link ~ li {
  margin-top: 10px;
}
@media (max-width: 765px) {
  .un_thumbFamilyLink .link ~ li {
    margin-top: 5px;
  }
}
.un_thumbFamilyLink .link .icon_pdf {
  vertical-align: -2px;
}

.un_indexSection {
  position: relative;
  padding: 67px 0 0;
  margin-top: 80px;
}
@media (max-width: 765px) {
  .un_indexSection {
    padding: 40px 0 0;
  }
}
.un_indexSection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--htmlW);
  max-width: 1360px;
  height: 100%;
  max-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/2_0_1/index_grade.png);
  z-index: 0;
}
@media (max-width: 765px) {
  .un_indexSection:before {
    left: -20px;
    transform: translateX(0);
    width: calc(100% + 40px);
    background-image: url(../images/2_0_1/index_grade_sp.png);
    background-size: contain;
    background-position: right top;
  }
}
.un_indexSection__reverse:before {
  background-image: url(../images/2_0_1/index_grade_02.png);
}
@media (max-width: 765px) {
  .un_indexSection__reverse:before {
    background-image: url(../images/2_0_1/index_grade_sp.png);
  }
}
@media (max-width: 765px) {
  .un_indexSection__spNoMg {
    margin-top: 0;
  }
}
.un_indexSection_container {
  position: relative;
  z-index: 1;
}
.un_indexSection_container .el_borderBottomTtl {
  position: relative;
  z-index: 1;
}
.un_indexSection_inner {
  position: relative;
  padding-top: 116px;
  margin-top: -58px;
  z-index: 0;
}
@media (max-width: 765px) {
  .un_indexSection_inner {
    padding-top: 70px;
    margin-top: -40px;
  }
}
.un_indexSection_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--htmlW) - 80px);
  max-width: 1280px;
  height: 100%;
  max-height: 300px;
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 765px) {
  .un_indexSection_inner:before {
    width: 100%;
  }
}

.un_gridThumbLink {
  position: relative;
  z-index: 1;
}
.un_gridThumbLink_body ~ .un_gridThumbLink_body {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .un_gridThumbLink_body ~ .un_gridThumbLink_body {
    margin-top: 30px;
  }
}
.un_gridThumbLink_units {
  display: flex;
  gap: 25px;
}
@media (max-width: 765px) {
  .un_gridThumbLink_units {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
@media (max-width: 765px) {
  .un_gridThumbLink_unit {
    width: 100%;
  }
}
.un_gridThumbLink_unit__spWrap {
  width: calc((100% - 75px) / 4);
}
@media (max-width: 765px) {
  .un_gridThumbLink_unit__spWrap {
    width: calc((100% - 20px) / 2);
  }
  .un_gridThumbLink_unit__spWrap .un_gridThumbLink_item {
    width: 100%;
  }
}
.un_gridThumbLink_bgcolor {
  display: block;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 13px;
  background-color: #f6f2f2;
  margin-bottom: 25px;
  align-content: center;
}
@media (max-width: 765px) {
  .un_gridThumbLink_bgcolor {
    margin-bottom: 20px;
    padding-right: 6px;
  }
}
.un_gridThumbLink_bgcolor h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .un_gridThumbLink_bgcolor h3 {
    align-items: center;
  }
}
.un_gridThumbLink_bgcolor h3:focus, :where([data-whatintent="mouse"]) .un_gridThumbLink_bgcolor h3:hover {
  color: #BD5C9E;
}
.un_gridThumbLink_bgcolor h3:focus .fill, :where([data-whatintent="mouse"]) .un_gridThumbLink_bgcolor h3:hover .fill {
  fill: #BD5C9E;
}
.un_gridThumbLink_bgcolor .un_gridThumbLink_ttl {
  font-size: 2rem;
  color: #6e5c6c;
  padding-left: 7px;
  line-height: 1.4;
  white-space: normal;
}
@media (max-width: 765px) {
  .un_gridThumbLink_bgcolor .un_gridThumbLink_ttl {
    margin-bottom: 0;
    font-size: 1.6rem;
    padding-left: 0px;
  }
}
.un_gridThumbLink_bgcolor .un_gridThumbLink_ttl .arw_right_half_horizontal {
  position: absolute;
  width: 23px;
  top: calc(50% - 3px);
  right: 0;
  margin-right: 5px;
}
@media (max-width: 765px) {
  .un_gridThumbLink_bgcolor .un_gridThumbLink_ttl .arw_right_half_horizontal {
    top: calc(50% - 2px);
    width: 20px;
  }
}
.un_gridThumbLink_bgcolor::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#d9fbf6 0%, #e1e3e9 52.65%, #ecc3e0 100%);
}
.un_gridThumbLink_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.89090909;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  padding-left: 2px;
  padding-right: 38px;
}
@media (max-width: 1024px) {
  .un_gridThumbLink_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (max-width: 765px) {
  .un_gridThumbLink_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .un_gridThumbLink_ttl {
    line-height: 1.89090909;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .un_gridThumbLink_ttl {
    padding-left: 2px;
    margin-bottom: 15px;
    white-space: nowrap;
  }
}
.un_gridThumbLink_list {
  display: flex;
  gap: 25px;
}
@media (max-width: 765px) {
  .un_gridThumbLink_list {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
.un_gridThumbLink_item {
  width: min(282px, (var(--htmlW) - 40px - 75px) / 4);
}
@media (max-width: 765px) {
  .un_gridThumbLink_item {
    width: calc((100% - 20px) / 2);
  }
}
.un_gridThumbLink_item .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 765px) {
  .un_gridThumbLink_item .thumb {
    margin-bottom: 13px;
  }
}
.un_gridThumbLink_item .thumb img {
  width: 100%;
  aspect-ratio: 282/196;
  -o-object-fit: contain;
  object-fit: contain;
}
.un_gridThumbLink_item .annotation {
  display: flex;
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #62455E;
}
.un_gridThumbLink_item .annotation:before {
  content: "※";
}

.un_accordionDesc {
  width: var(--htmlW);
  margin-top: 120px;
  margin-left: calc((var(--htmlW) - 100%) / 2 * -1);
  background-color: #fff;
}
@media (max-width: 765px) {
  .un_accordionDesc {
    margin-top: 80px;
  }
}
.un_accordionDesc_bg {
  width: 100%;
  height: 320px;
}
@media (max-width: 765px) {
  .un_accordionDesc_bg {
    height: 120px;
  }
}
.un_accordionDesc_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.un_accordionDesc_head {
  position: relative;
  max-width: 1200px;
  padding: 49px 20px 68px;
  margin-top: -130px;
  margin-inline: auto;
  background-color: #fff;
}
@media (max-width: 765px) {
  .un_accordionDesc_head {
    max-width: calc(100% - 40px);
    padding: 42px 10px 30px;
    margin-top: -60px;
  }
}
.un_accordionDesc_container {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 765px) {
  .un_accordionDesc_container {
    display: block;
  }
}
.un_accordionDesc_unit {
  width: calc((100% - 0px) / 3);
  position: relative;
  pointer-events: none;
}
@media (max-width: 765px) {
  .un_accordionDesc_unit {
    width: 100%;
  }
}
.un_accordionDesc_unit:last-child .un_accordionDesc_header, .un_accordionDesc_unit:nth-child(3n) .un_accordionDesc_header {
  border-right: none;
}
.un_accordionDesc_unit:nth-last-child(-n+3) .un_accordionDesc_header {
  border-bottom: 1px solid #DBD2D9;
}
@media (max-width: 765px) {
  .un_accordionDesc_unit:nth-last-child(-n+3) .un_accordionDesc_header {
    border-bottom: none;
  }
}
.un_accordionDesc_unit:nth-child(3n+1):nth-last-child(-n+3) .un_accordionDesc_header {
  border-bottom: 1px solid #DBD2D9;
}
@media (max-width: 765px) {
  .un_accordionDesc_unit:nth-child(3n+1):nth-last-child(-n+3) .un_accordionDesc_header {
    border-bottom: none;
  }
}
.un_accordionDesc_unit:nth-child(3n+1):nth-last-child(-n+3) .un_accordionDesc_body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DBD2D9;
}
@media (max-width: 765px) {
  .un_accordionDesc_unit:nth-child(3n+1):nth-last-child(-n+3) .un_accordionDesc_body:after {
    content: none;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_unit:nth-child(3n+1):nth-last-child(-n+3) ~ .un_accordionDesc_unit .un_accordionDesc_header {
    border-bottom: none;
  }
}
.un_accordionDesc_unit:nth-child(3n+1):nth-last-child(-n+3) ~ .un_accordionDesc_unit .un_accordionDesc_body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DBD2D9;
}
@media (max-width: 765px) {
  .un_accordionDesc_unit:nth-child(3n+1):nth-last-child(-n+3) ~ .un_accordionDesc_unit .un_accordionDesc_body:after {
    content: none;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_unit:last-child .un_accordionDesc_header {
    border-bottom: 1px solid #DBD2D9;
  }
}
.un_accordionDesc_unit:last-child .un_accordionDesc_body_body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DBD2D9;
}
.un_accordionDesc_unit:nth-child(3n+1) .un_accordionDesc_body {
  left: 0;
}
.un_accordionDesc_unit:nth-child(3n+2) .un_accordionDesc_body {
  left: calc(var(--htmlW) / 3 * -1);
}
.un_accordionDesc_unit:nth-child(3n+3) .un_accordionDesc_body {
  left: calc(var(--htmlW) / 3 * 2 * -1);
}
.un_accordionDesc_header {
  position: relative;
  z-index: 1;
  border-right: 1px solid #DBD2D9;
  border-top: 1px solid #DBD2D9;
  transition-property: margin-bottom;
  transition-timing-function: linear;
}
@media (max-width: 765px) {
  .un_accordionDesc_header {
    border-right: none;
    border-top: 1px solid #DBD2D9;
  }
}
.un_accordionDesc_header.is_active header {
  color: #BD5C9E;
  border-color: #BD5C9E;
  background-color: #fff;
}
.un_accordionDesc_header.is_active header .arw_right_tri_with_circle {
  border-color: #BD5C9E;
  color: #BD5C9E;
}
.un_accordionDesc_header.is_active header .arw_right_tri_with_circle .arw_right_tri {
  transform: scale(-1, 1);
}
.un_accordionDesc_header header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 200px;
  height: 100%;
  padding: 20px;
  border-bottom: 4px solid #F6F2F2;
  text-align: center;
  background-color: #F6F2F2;
  transition-property: border-color, background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 765px) {
  .un_accordionDesc_header header {
    position: relative;
    justify-content: flex-start;
    flex-direction: row;
    padding: 8px 60px 8px 20px;
    text-align: left;
    min-height: 90px;
    border-bottom: 1px solid #F6F2F2;
  }
}
.un_accordionDesc_header header:focus, :where([data-whatintent="mouse"]) .un_accordionDesc_header header:hover {
  color: #BD5C9E;
  border-color: #BD5C9E;
  background-color: #fff;
}
.un_accordionDesc_header header:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .un_accordionDesc_header header:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
  color: #BD5C9E;
}
.un_accordionDesc_header header .arw_right_tri_with_circle {
  transform: rotate(90deg);
  width: 34px;
  height: 34px;
  transition-property: transform border-color;
  transition-duration: 0.3s;
}
@media (max-width: 765px) {
  .un_accordionDesc_header header .arw_right_tri_with_circle {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: rotate(90deg) translateX(-50%);
  }
}
.un_accordionDesc_header header .arw_right_tri_with_circle .arw_right_tri {
  transition: transform 0.3s;
}
.un_accordionDesc_header header .arw_right_tri_with_circle .arw_right_tri .stroke {
  stroke: currentColor;
}
.un_accordionDesc_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 765px) {
  .un_accordionDesc_ttl {
    margin-bottom: 0;
  }
}
.un_accordionDesc_ttl span[lang=ja] {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.38666667;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .un_accordionDesc_ttl span[lang=ja] {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_ttl span[lang=ja] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_ttl span[lang=ja] {
    line-height: 1.38666667;
    letter-spacing: 0.04em;
  }
}
.un_accordionDesc_ttl span[lang=en] {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "PT Serif";
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .un_accordionDesc_ttl span[lang=en] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_ttl span[lang=en] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_ttl span[lang=en] {
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
}
.un_accordionDesc_body {
  position: absolute;
  bottom: 0;
  width: var(--htmlW);
  padding-inline: 40px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  pointer-events: auto;
}
@media (max-width: 765px) {
  .un_accordionDesc_body {
    position: static;
    display: none;
    padding-inline: 20px;
    opacity: 1;
    visibility: visible;
  }
}
.un_accordionDesc_body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DBD2D9;
}
@media (max-width: 765px) {
  .un_accordionDesc_body:before {
    content: none;
  }
}
.un_accordionDesc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  padding: 50px 0 20px;
  margin-inline: auto;
}
@media (max-width: 765px) {
  .un_accordionDesc_list {
    padding: 28px 0 20px;
    gap: 20px;
  }
}
.un_accordionDesc_item {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 765px) {
  .un_accordionDesc_item {
    width: 100%;
  }
}
.un_accordionDesc_desc {
  margin-top: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.64;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .un_accordionDesc_desc {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_desc {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_desc {
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_desc {
    margin-top: 10px;
  }
}
.un_accordionDesc_close {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.64;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  z-index: 10;
}
@media (max-width: 1024px) {
  .un_accordionDesc_close {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_close {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_close {
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .un_accordionDesc_close {
    padding-bottom: 20px;
  }
}
.un_accordionDesc_close button {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  color: #6E5C6C;
  transition: color 0.3s;
}
.un_accordionDesc_close button:focus, :where([data-whatintent="mouse"]) .un_accordionDesc_close button:hover {
  color: #BD5C9E;
}
.un_accordionDesc_close button span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  vertical-align: -1px;
}
.un_accordionDesc_close button span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.un_accordionDesc_close button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.un_txtLinkList {
  margin-top: 80px;
}
@media (max-width: 765px) {
  .un_txtLinkList {
    margin-top: 40px;
  }
}
.un_txtLinkList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media (max-width: 765px) {
  .un_txtLinkList ul {
    gap: 20px;
  }
}
.un_txtLinkList li {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 765px) {
  .un_txtLinkList li {
    width: calc((100% - 20px) / 2);
  }
}
.un_txtLinkList .el_txtLink .icon_blank {
  top: 50%;
}
.un_txtLinkList .el_txtLink .icon_pdf {
  top: 50%;
}

.bg_faculty .column {
  margin-top: 0;
}
.bg_faculty .aboutFeatures {
  display: inline;
  font-family: "PT Serif";
  font-style: italic;
  color: #bd5c9e;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #bd5c9e;
}
@media (max-width: 765px) {
  .bg_faculty .aboutFeatures {
    font-size: 1.3rem;
  }
}
.bg_faculty .bg_faculty_ttl {
  font-size: 3rem;
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 19px 0;
  margin-bottom: 26px;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_ttl {
    font-size: 2.2rem;
    margin-top: 15px;
    margin-bottom: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 765px) {
  .bg_faculty .wysiwyg-set {
    padding-bottom: 28px;
  }
}
.bg_faculty figure {
  width: 100%;
}
.bg_faculty .title {
  position: relative;
  margin-top: 22px;
  padding-right: 38px;
}
.bg_faculty .title .arw_right_half_horizontal {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}
@media (max-width: 765px) {
  .bg_faculty .title .arw_right_half_horizontal {
    width: 20px;
  }
}
.bg_faculty .title .arw_right_half_horizontal .fill {
  fill: currentColor;
}
.bg_faculty .title .arw_right_half_horizontal:focus, :where([data-whatintent="mouse"]) .bg_faculty .title .arw_right_half_horizontal:hover {
  color: #BD5C9E;
}
.bg_faculty .image-set .text {
  font-size: 1.6rem;
  margin-top: 16px;
}
@media (max-width: 765px) {
  .bg_faculty .image-set .text {
    margin-top: 12px;
  }
}
@media (max-width: 765px) {
  .bg_faculty .body {
    flex-direction: column-reverse;
  }
}
.bg_faculty .body.bg_faculty_flex {
  display: flex;
}
@media (max-width: 765px) {
  .bg_faculty .body.bg_faculty_flex {
    flex-direction: column;
  }
}
.bg_faculty .body.bg_faculty_flex .el_img {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 765px) {
  .bg_faculty .body.bg_faculty_flex .el_img {
    width: 100%;
    text-align: center;
  }
}
.bg_faculty .body.bg_faculty_flex .el_img .el_img_img {
  margin-left: 4%;
}
@media (max-width: 765px) {
  .bg_faculty .body.bg_faculty_flex .el_img .el_img_img {
    margin-left: 0;
  }
}
.bg_faculty .body .title {
  font-size: 2.4rem;
  margin-top: 22px;
}
@media (max-width: 765px) {
  .bg_faculty .body .title {
    font-size: 1.7rem;
    margin-top: 13px;
  }
}
@media (max-width: 765px) {
  .bg_faculty .link-set {
    margin-bottom: 20%;
  }
}
.bg_faculty .bg_faculty_department {
  width: var(--htmlW);
  height: 100%;
  margin-left: calc((var(--htmlW) - 100%) / 2 * -1);
  background-color: #f6f2f2;
  padding: 120px 20px;
  margin-top: 7%;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department {
    padding: 20px;
    padding-block: 80px;
    padding-bottom: 60px;
  }
}
.bg_faculty .bg_faculty_department_contents {
  max-width: 1280px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department_contents {
    padding: 0 14px;
  }
}
.bg_faculty .bg_faculty_department_contents .column__lg {
  transform: translateY(-50px);
  margin-top: 0;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department_contents .column__lg {
    transform: translateY(-32px);
  }
}
.bg_faculty .bg_faculty_department_contents .column__lg .el_enTtl {
  margin-bottom: 0;
  border-top: none;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department_contents .column__lg .el_enTtl {
    padding-top: 18px;
  }
}
.bg_faculty .bg_faculty_department_contents .column__lg .el_enTtl_ttl {
  font-size: 4.4rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department_contents .column__lg .el_enTtl_ttl {
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
}
.bg_faculty .bg_faculty_department_contents .column__lg .el_enTtl_sub {
  font-size: 2rem;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department_contents .column__lg .el_enTtl_sub {
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department_contents .column__lg .el_enTtl_inner {
    justify-content: center;
  }
}
.bg_faculty .bg_faculty_department_contents_inner {
  max-width: 1140px;
  margin-inline: auto;
}
.bg_faculty .bg_faculty_department_contents_inner .parent {
  padding-bottom: 65px;
}
@media (max-width: 765px) {
  .bg_faculty .bg_faculty_department_contents_inner .parent {
    padding-bottom: 30px;
  }
}

.pg_2_1 .newsSect .dot-border-title {
  margin-top: 0;
}
.pg_2_1 .newsSect .bl_newsSect_item:first-child {
  border-top: 0;
}
.pg_2_1 .newsSect .bl_newsSect_item:first-child article {
  padding-top: 0;
}

.category-text-set {
  position: relative;
}
.category-text-set .image {
  width: 100%;
  height: 325px;
}
@media (max-width: 765px) {
  .category-text-set .image {
    height: 180px;
  }
}
.category-text-set .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-text-set .body {
  position: absolute;
  bottom: -34px;
  left: 0;
  max-width: 600px;
  width: 100%;
  padding: 26px 38px;
  margin-top: -80px;
  margin-left: 46px;
  background-color: #fff;
}
@media (max-width: 765px) {
  .category-text-set .body {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 32px);
    padding: 20px;
    margin-top: -50px;
    margin-left: 16px;
  }
}
.category-text-set .body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #d9f6ef 0%, #e1e3e9 50%, #e9d5e3 100%);
}
.category-text-set .txt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.82857143;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .category-text-set .txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 765px) {
  .category-text-set .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .category-text-set .txt {
    line-height: 1.82857143;
    letter-spacing: 0.04em;
  }
}
.category-text-set .sub {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px 20px;
  margin-top: 20px;
}
@media (max-width: 765px) {
  .category-text-set .sub {
    margin-top: 15px;
  }
}
.category-text-set .sub > p {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 30px;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .category-text-set .sub > p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (max-width: 765px) {
  .category-text-set .sub > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .category-text-set .sub > p {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .category-text-set .sub > p {
    margin-top: 0;
  }
}
.category-text-set .sub > p:before {
  content: "";
  position: absolute;
  top: calc(0.3em + 0.9rem);
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #DBD2D9;
}
@media (max-width: 765px) {
  .category-text-set .sub > p:before {
    top: calc(0.3em + 0.8rem);
    height: 1px;
  }
}
.category-text-set .sub .label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 4px 15px;
  border: 1px solid currentColor;
  color: #BD5C9E;
}
@media (max-width: 1024px) {
  .category-text-set .sub .label {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .category-text-set .sub .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .category-text-set .sub .label {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .category-text-set .sub .label {
    padding: 2px 10px;
  }
}

.contents-m:only-child .category-text-set .image {
  height: 470px;
}
@media (max-width: 765px) {
  .contents-m:only-child .category-text-set .image {
    height: 180px;
  }
}
.contents-m:only-child .category-text-set .body {
  max-width: 680px;
}
.contents-m:only-child .category-text-set .txt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.82857143;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .contents-m:only-child .category-text-set .txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 765px) {
  .contents-m:only-child .category-text-set .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .contents-m:only-child .category-text-set .txt {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

.temp_2_1_1 .bl_topics {
  position: relative;
}
.temp_2_1_1 .bl_topics:before {
  content: "";
  position: absolute;
  top: 138px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--htmlW), 1440px);
  aspect-ratio: 1441/1063;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/2_1_1/topics_bg.png);
  z-index: -1;
}
@media (max-width: 765px) {
  .temp_2_1_1 .bl_topics:before {
    top: -151px;
    aspect-ratio: 375/300;
    background-image: url(../images/2_1_1/topics_bg_sp.png);
  }
}

.un_pageSelectBtn_inner {
  position: relative;
  height: 67px;
}
@media (max-width: 765px) {
  .un_pageSelectBtn_inner {
    height: 51px;
  }
}
.un_pageSelectBtn_btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40.96385542%;
  min-width: 155px;
  height: 100%;
  padding: 10px 55px;
  border: 1px solid #856F82;
  background-color: #fff;
  color: #856F82;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  .un_pageSelectBtn_btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .un_pageSelectBtn_btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_pageSelectBtn_btn {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .un_pageSelectBtn_btn {
    padding: 5px 35px;
  }
}
.un_pageSelectBtn_btn:focus, :where([data-whatintent="mouse"]) .un_pageSelectBtn_btn:hover {
  background-color: #BD5C9E;
  color: #fff;
}
.un_pageSelectBtn_btn .arw_right_half_horizontal {
  position: absolute;
  top: 50%;
}
@media (max-width: 765px) {
  .un_pageSelectBtn_btn .arw_right_half_horizontal {
    width: 20px;
  }
}
.un_pageSelectBtn_btn .arw_right_half_horizontal .fill {
  fill: currentColor;
}
.un_pageSelectBtn_prev {
  position: absolute;
  left: 0;
}
.un_pageSelectBtn_prev .arw_right_half_horizontal {
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
@media (max-width: 765px) {
  .un_pageSelectBtn_prev .arw_right_half_horizontal {
    left: 10px;
  }
}
.un_pageSelectBtn_next {
  position: absolute;
  right: 0;
}
.un_pageSelectBtn_next .arw_right_half_horizontal {
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 765px) {
  .un_pageSelectBtn_next .arw_right_half_horizontal {
    right: 10px;
  }
}

@media (max-width: 765px) {
  .temp_2_1_1_1c .bl_neighborNav + * {
    margin-top: 40px;
  }
}

.campus-map-set .map__note {
  border: 1px solid #BD5C9E;
  color: #BD5C9E;
  padding: 12px 15px;
  margin-bottom: 13px;
  font-size: 1.3rem;
}
@media (max-width: 765px) {
  .campus-map-set .map__note {
    display: none;
  }
}
.campus-map-set .map-image {
  position: relative;
}
.campus-map-set .map_btn {
  max-width: 355px;
  margin-inline: auto;
}
@media (max-width: 765px) {
  .campus-map-set .map_btn {
    display: none;
  }
}
.campus-map-set .map .numberList li a {
  position: absolute;
  translate: -50% -50%;
  display: flex;
  background: #155E98;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1rem;
}
@media (max-width: 765px) {
  .campus-map-set .map .numberList {
    display: none;
  }
}
.campus-map-set .modalList {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .campus-map-set .modalList {
    margin-top: 40px;
  }
}
.campus-map-set .modalList ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  counter-reset: number 0;
}
@media (max-width: 1024px) {
  .campus-map-set .modalList ol {
    gap: 20px 17px;
  }
}
.campus-map-set .modalList li {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1024px) {
  .campus-map-set .modalList li {
    width: calc((100% - 17px) / 2);
  }
}
.campus-map-set .modalList a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  height: 100%;
  padding: 10px 57px;
  border-bottom: 2px solid #DBD2D9;
  background-color: #F6F6F6;
  transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .campus-map-set .modalList a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .modalList a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .modalList a {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .campus-map-set .modalList a {
    min-height: 60px;
    padding: 10px 30px 10px 46px;
  }
}
.campus-map-set .modalList a:focus, :where([data-whatintent="mouse"]) .campus-map-set .modalList a:hover {
  opacity: 0.6;
}
.campus-map-set .modalList a:before {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.26666667;
  letter-spacing: 0.05em;
  content: counter(number);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #BD5C9E;
  font-style: italic;
  counter-increment: number 1;
}
@media (max-width: 1024px) {
  .campus-map-set .modalList a:before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .modalList a:before {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .modalList a:before {
    line-height: 1.26666667;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .campus-map-set .modalList a:before {
    left: 10px;
    width: 26px;
    height: 26px;
  }
}
.campus-map-set .modalList a .arw_right_half_horizontal {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 765px) {
  .campus-map-set .modalList a .arw_right_half_horizontal {
    bottom: 8px;
    right: 10px;
    width: 20px;
  }
}
.campus-map-set .guideLIst {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .campus-map-set .guideLIst {
    margin-top: 40px;
  }
}
.campus-map-set .guideLIst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1024px) {
  .campus-map-set .guideLIst ul {
    display: block;
  }
}
.campus-map-set .guideLIst li {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 1024px) {
  .campus-map-set .guideLIst li {
    width: calc((100% - 0px) / 1);
  }
  .campus-map-set .guideLIst li ~ li {
    margin-top: 20px;
  }
}
.campus-map-set .guideLIst a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.44444444;
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #856F82;
  color: #6E5C6C;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .campus-map-set .guideLIst a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .guideLIst a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .guideLIst a {
    line-height: 1.44444444;
    letter-spacing: 0.05em;
  }
}
.campus-map-set .guideLIst a:focus, :where([data-whatintent="mouse"]) .campus-map-set .guideLIst a:hover {
  color: #BD5C9E;
}
.campus-map-set .guideLIst a:focus .img img, :where([data-whatintent="mouse"]) .campus-map-set .guideLIst a:hover .img img {
  transform: scale(1.05);
}
.campus-map-set .guideLIst .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 765px) {
  .campus-map-set .guideLIst .img {
    width: 100px;
  }
}
.campus-map-set .guideLIst .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.campus-map-set .guideLIst .body {
  flex-grow: 1;
  position: relative;
  padding: 34px 12px 34px 135px;
}
@media (max-width: 765px) {
  .campus-map-set .guideLIst .body {
    padding: 25px 6px 25px 115px;
  }
}
.campus-map-set .guideLIst .el_simpleLink {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 14px;
  right: 22px;
}
@media (max-width: 1024px) {
  .campus-map-set .guideLIst .el_simpleLink {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .guideLIst .el_simpleLink {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .campus-map-set .guideLIst .el_simpleLink {
    bottom: 5px;
    right: 8px;
  }
}
.campus-map-set .guideLIst .el_simpleLink .arw_right_tri_with_circle {
  top: -1px;
  width: 20px;
  height: 20px;
}
.campus-map-set .guideLIst .el_simpleLink .arw_right_tri_with_circle .arw_right_tri {
  width: 4px;
}

.campus-list-set {
  margin-top: 100px;
}
@media (max-width: 765px) {
  .campus-list-set {
    margin-top: 85px;
  }
}
.campus-list-set li ~ li {
  margin-top: 100px;
}
@media (max-width: 765px) {
  .campus-list-set li ~ li {
    margin-top: 80px;
  }
}
.campus-list-set .rowCard .square-title {
  margin-top: 0;
}
.campus-list-set .rowCard .square-sub-title {
  margin-top: 0;
}
.campus-list-set .rowCard ~ .rowCard {
  margin-top: 60px;
}
@media (max-width: 765px) {
  .campus-list-set .rowCard ~ .rowCard {
    margin-top: 30px;
  }
}
.campus-list-set .rowCard_card {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 765px) {
  .campus-list-set .rowCard_card {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.campus-list-set .rowCard_card .img {
  flex-shrink: 0;
  max-width: 355px;
}
@media (max-width: 1024px) {
  .campus-list-set .rowCard_card .img {
    max-width: 200px;
  }
}
@media (max-width: 765px) {
  .campus-list-set .rowCard_card .img {
    max-width: 100%;
    margin-inline: auto;
  }
}
.campus-list-set .rowCard_card .txt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .campus-list-set .rowCard_card .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .campus-list-set .rowCard_card .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .campus-list-set .rowCard_card .txt {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.campus-list-set .rowCard_card .btn {
  max-width: 355px;
  margin-top: 40px;
}
@media (max-width: 765px) {
  .campus-list-set .rowCard_card .btn {
    max-width: 88%;
    margin-inline: auto;
    margin-top: 30px;
  }
}

.campus-intro-set {
  margin-top: 100px;
}
@media (max-width: 765px) {
  .campus-intro-set {
    margin-top: 80px;
  }
}

.club-list ~ .club-list {
  margin-top: 90px;
}
@media (max-width: 765px) {
  .club-list ~ .club-list {
    margin-top: 80px;
  }
}

.un_pickUpVoice_container {
  display: flex;
  align-items: flex-start;
  gap: 20px 7.71084337%;
}
@media (max-width: 765px) {
  .un_pickUpVoice_container {
    gap: 16px;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_pcContainer {
    display: none;
  }
}
@media not all and (max-width: 765px) {
  .un_pickUpVoice_spContainer {
    display: none;
  }
}
.un_pickUpVoice_thumb {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1;
}
@media (max-width: 765px) {
  .un_pickUpVoice_thumb {
    max-width: 100px;
  }
}
.un_pickUpVoice_thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.un_pickUpVoice_body {
  width: 100%;
  min-width: 280px;
}
@media (max-width: 765px) {
  .un_pickUpVoice_body {
    min-width: 0;
  }
}
.un_pickUpVoice_sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  margin-bottom: 12px;
  color: #BD5C9E;
  font-style: italic;
}
@media (max-width: 1024px) {
  .un_pickUpVoice_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_sub {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.un_pickUpVoice_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.59285714;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .un_pickUpVoice_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_ttl {
    line-height: 1.59285714;
    letter-spacing: 0.04em;
  }
}
.un_pickUpVoice_em {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 10px;
  border-top: 1px dashed #DBD2D9;
  border-bottom: 1px dashed #DBD2D9;
  margin-top: 26px;
  text-align: center;
}
@media (max-width: 1024px) {
  .un_pickUpVoice_em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_em {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_em {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_em {
    margin-top: 20px;
  }
}
.un_pickUpVoice_name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.70666667;
  letter-spacing: 0.04em;
  margin-top: 21px;
}
@media (max-width: 1024px) {
  .un_pickUpVoice_name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_name {
    line-height: 1.70666667;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .un_pickUpVoice_name {
    margin-top: 20px;
    text-align: center;
  }
}

.un_clubPoint {
  position: relative;
}
.un_clubPoint_sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "PT Serif";
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  text-align: center;
  color: #BD5C9E;
  background-color: #fff;
  font-style: italic;
  z-index: 1;
}
@media (max-width: 1024px) {
  .un_clubPoint_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .un_clubPoint_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .un_clubPoint_sub {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .un_clubPoint_sub {
    width: 130px;
  }
}
.un_clubPoint_body {
  position: relative;
  z-index: 0;
}
.un_clubPoint_body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  border-top: 1px solid #BD5C9E;
  border-bottom: 1px solid #BD5C9E;
  pointer-events: none;
}
.un_clubPoint_body:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  border-left: 1px solid #BD5C9E;
  border-right: 1px solid #BD5C9E;
  pointer-events: none;
}
@media (max-width: 765px) {
  .un_clubPoint_body:after {
    top: 20px;
    height: calc(100% - 40px);
  }
}
.un_clubPoint_txt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 1.48333333;
  letter-spacing: 0.04em;
  padding: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .un_clubPoint_txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 765px) {
  .un_clubPoint_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 765px) {
  .un_clubPoint_txt {
    line-height: 1.48333333;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 765px) {
  .un_clubPoint_txt {
    padding: 25px;
  }
}

.un_interview_date {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .un_interview_date {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 765px) {
  .un_interview_date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .un_interview_date {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .un_interview_date {
    margin-top: 40px;
  }
}
.un_interview .text-image .el_img figure + figure {
  margin-top: 20px;
}
.un_interview .text-image .wysiwyg-set {
  overflow: hidden;
}

.un_bgImgDesc {
  position: relative;
  width: 100%;
}
.un_bgImgDesc_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 830/340;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 765px) {
  .un_bgImgDesc_bg {
    position: static;
    aspect-ratio: 335/168;
  }
}
.un_bgImgDesc_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.un_bgImgDesc_desc {
  position: relative;
  padding-top: 120px;
  max-width: 535px;
  padding-left: 26px;
  padding-right: 26px;
  z-index: 1;
}
@media (max-width: 765px) {
  .un_bgImgDesc_desc {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.un_bgImgDesc_desc .txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
  line-height: 2.325;
  letter-spacing: 0.04em;
  padding: 20px 30px;
  background-color: rgba(189, 92, 158, 0.9);
  color: #fff;
}
@media (max-width: 1024px) {
  .un_bgImgDesc_desc .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 765px) {
  .un_bgImgDesc_desc .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 765px) {
  .un_bgImgDesc_desc .txt {
    line-height: 2.325;
    letter-spacing: 0.04em;
  }
}

.un_sitemap > ul > li ~ li {
  margin-top: 74px;
}
@media (max-width: 765px) {
  .un_sitemap > ul > li ~ li {
    margin-top: 63px;
  }
}

html.is_tablet .pg_home .bl_heroSliderSect_container {
  height: 100%;
}
@media (orientation: portrait) {
  html.is_tablet .pg_home .bl_heroSliderSect_container {
    height: 770px !important;
  }
}
@media (orientation: landscape) {
  html.is_tablet .pg_home .bl_heroSliderSect_body.swiper .swiper-slide {
    height: auto;
  }
}
html.is_tablet .pg_home .bl_aboutAndVideoSect_about .bl_about_head {
  width: 35%;
}
html.is_tablet .pg_home .bl_aboutAndVideoSect_about .bl_about_body {
  width: 65%;
}
html.is_tablet .pg_home .bl_aboutAndVideoSect_video .bl_video {
  margin-top: -120px;
}
html.is_tablet .pg_home .bl_facultySect_inner {
  margin-top: -41px;
}
html.is_tablet .pg_home .bl_facultySect_hdg {
  font-size: 1.8rem;
}
html.is_tablet .map_modal {
  max-height: calc(100dvh - 40px);
  text-align: center;
}
html.is_tablet .map_modal img {
  max-width: 100%;
  max-height: calc(100dvh - 120px);
}
html.is_tablet .modalList_modal {
  max-height: calc(100dvh - 40px);
}
html.is_tablet .zoomImg {
  max-height: calc(100dvh - 40px);
  text-align: center;
}
html.is_tablet .zoomImg img {
  max-width: 100%;
  max-height: calc(100dvh - 120px);
}