@charset "UTF-8";
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.833333vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
  body.fixed {
    overflow-y: hidden;
  }
}

.main {
  display: block;
  min-height: calc(100vh - 14.35rem - 10.066rem);
  margin-top: 14.35rem;
}
@media only screen and (max-width: 767px) {
  .main {
    min-height: calc(100vh - 10.9309rem - 18.925rem);
    margin-top: 10.9309rem;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline;
  }
}

.font__family_roboto {
  font-family: "Roboto", sans-serif;
}
.font__family_cormorant {
  font-family: "Cormorant", serif;
}
.font__weight_bold {
  font-weight: bold;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 14.35rem;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 10.9309rem;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 124rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .header__container {
    padding: 0 1rem 0 2.5rem;
  }
}
.header__logo {
  width: 4.976rem;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 4.8964rem;
  }
}
.header__logo_link {
  display: block;
}
.header__block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__block_sub {
  margin-right: 5.673rem;
  line-height: 1.41176;
  letter-spacing: 0.04em;
  text-align: left;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 1.7rem;
  font-weight: bold;
  color: #99032d;
}
.header__block_sub_link {
  line-height: 1.4;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #99032d;
}
@media only screen and (max-width: 767px) {
  .header__block_sub {
    margin-right: 2.9rem;
    line-height: 1.42105;
    font-size: 1.9rem;
  }
  .header__block_sub_link {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 -3.687rem;
  padding: 0;
  list-style: none;
}
.header__nav_item {
  margin-left: 3.687rem;
}
.header__nav_link {
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
  color: #99032d;
}
.header__menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 9rem;
    background: #99032d;
    cursor: pointer;
  }
  .header__menu_btn {
    width: 3.9723rem;
    height: 2.6rem;
    box-sizing: border-box;
    position: relative;
  }
  .header__menu_btn::before, .header__menu_btn::after,
.header__menu_btn span {
    content: "";
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .header__menu_btn::before {
    top: 0;
  }
  .header__menu_btn::after {
    bottom: 0;
  }
  .header__menu_btn span {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__menu.on .header__menu_btn::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header__menu.on .header__menu_btn::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .header__menu.on .header__menu_btn span {
    opacity: 0;
  }
}

.footer {
  padding: 1.433rem 0;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  max-width: 124rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    padding: 0 2.5rem;
  }
}
.footer__info {
  margin: 0;
  padding: 0;
  text-align: left;
}
.footer__info_ttl {
  margin: 0;
  line-height: 1.75;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .footer__info_ttl {
    font-size: 1.8rem;
  }
}
.footer__info_cont {
  line-height: 1.75;
  font-size: 1.4rem;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .footer__info_cont {
    font-size: 1.8rem;
  }
}
.footer__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  width: 35.6rem;
}
@media only screen and (max-width: 767px) {
  .footer__btns {
    column-gap: 2rem;
    margin-top: 2.15rem;
    width: 100%;
  }
}
.footer__btns_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 7.3rem;
  background: #FFF;
  text-decoration: none;
  color: #99032d;
}
.footer__btns_logo {
  display: inline-block;
  padding-left: 3.6rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.375;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footer__btns_logo {
    font-size: 1.8rem;
  }
}
.footer__btns_logo::before {
  content: "";
  width: 2.5521rem;
  height: 5.2288rem;
  background: url(/psyalumni/assets/img/logo.png) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sp-nav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-nav {
    width: 100%;
    height: calc(100vh - 10.9309rem);
    padding: 2.5rem;
    box-sizing: border-box;
    background: #FFF url(/psyalumni/assets/img/sp-menu_bg.png) 50% 50%;
    position: fixed;
    top: 10.9309rem;
    left: 0;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
  }
  .sp-nav__wrap {
    padding: 0 2.5rem;
    box-sizing: border-box;
    background: #FFF;
  }
  .sp-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .sp-nav__list_item {
    padding: 0 3rem;
    box-sizing: border-box;
  }
  .sp-nav__list_item + .sp-nav__list_item {
    border-top: 1px solid #99032d;
  }
  .sp-nav__list_link, .sp-nav__list_parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 8.9rem;
    line-height: 1.3235;
    text-decoration: none;
    font-size: 3.4rem;
    font-weight: 400;
    color: #99032d;
  }
  .sp-nav__list_parent {
    position: relative;
    cursor: pointer;
  }
  .sp-nav__list_parent::after {
    content: "";
    width: 2.3rem;
    height: 2.3rem;
    border-left: 2px solid #99032d;
    border-bottom: 2px solid #99032d;
    box-sizing: border-box;
    position: absolute;
    top: 40%;
    right: 1.2rem;
    transform: translateY(-50%) rotate(-55deg) skewY(15deg);
    transition: 0.3s;
  }
  .sp-nav__list_parent.show::after {
    top: 60%;
    transform: translateY(-50%) rotate(-232deg) skewY(15deg);
  }
  .sp-nav__sublist {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp-nav__sublist_item {
    border-top: 1px dotted #99032d;
  }
  .sp-nav__sublist_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 7.117rem;
    line-height: 1.2;
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
    color: #99032d;
  }
}

.breadcrumbs {
  padding: 3.8rem 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 2.65rem 0;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.breadcrumbs__list_item {
  position: relative;
}
.breadcrumbs__list_item + .breadcrumbs__list_item {
  margin-left: 0.8rem;
  padding-left: 1.95rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs__list_item + .breadcrumbs__list_item {
    margin-left: 1.2rem;
    padding-left: 2.5rem;
  }
}
.breadcrumbs__list_item + .breadcrumbs__list_item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(55deg) skew(15deg);
}
@media only screen and (max-width: 767px) {
  .breadcrumbs__list_item + .breadcrumbs__list_item::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.breadcrumbs__list_link {
  text-decoration: none;
  font-size: 1.3rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs__list_link {
    font-size: 2.6rem;
  }
}
.breadcrumbs__list_current {
  font-size: 1.3rem;
  color: #806239;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs__list_current {
    font-size: 2.6rem;
  }
}

.section__color_ptn1 {
  background: #99032d;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 2.5rem;
  }
}
.container__ptn1 {
  max-width: 124rem;
}

.page-mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 25.5rem;
  background: url(/psyalumni/assets/img/pages-mv.png) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-mv {
    height: 20.5rem;
    background-image: url(/psyalumni/assets/img/pages-mv_sp.png);
  }
}
.page-mv__news {
  background: url(/psyalumni/assets/img/sp-menu_bg.png) 50% 50% repeat;
  background-size: auto auto;
}
.page-mv__ttl {
  line-height: 1.75;
  text-shadow: 1.2rem 1.2rem 9.8px white, 1.2rem 0 9.8px white, 0 1.2rem 9.8px white, -1.2rem -1.2rem 9.8px white, -1.2rem 0 9.8px white, 0 -1.2rem 9.8px white;
  font-size: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-mv__ttl {
    font-size: 4.5rem;
  }
}

.page-content {
  padding: 8.256rem 0 12.5rem;
}
@media only screen and (max-width: 767px) {
  .page-content {
    padding: 10rem 0 14.5rem;
  }
}
.page-content__inner {
  padding: 0 9rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-content__inner {
    padding: 0;
  }
}

.ttl__ptn1 {
  margin: 0 auto 4.385rem;
  line-height: 1.29223;
  font-family: "Cormorant", serif;
  font-size: 6.7rem;
  font-weight: 600;
  color: #99032d;
}
@media only screen and (max-width: 767px) {
  .ttl__ptn1 {
    font-size: 7.37rem;
  }
}
.ttl__ptn1_sub {
  margin-bottom: 4.55rem;
  font-size: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .ttl__ptn1_sub {
    font-size: 6.05rem;
  }
}
.ttl__ptn2 {
  margin: 0 0 3.25rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ttl__ptn2 {
    margin-bottom: 2.8865rem;
  }
}
.ttl__ptn2::before {
  content: "";
  width: 100%;
  height: 0.6rem;
  background: url(/psyalumni/assets/img/ttl_deco_01.png) 0 0 repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ttl__ptn2_inner {
  display: inline-block;
  padding-right: 3.5rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: bold;
  color: #99032d;
}
@media only screen and (max-width: 767px) {
  .ttl__ptn2_inner {
    font-size: 4rem;
  }
}

.tag__ptn1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 2.5rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .tag__ptn1 {
    width: 21.84rem;
    height: 3.9rem;
    font-size: 2.34rem;
  }
}
.tag__news {
  background: #c2aa00;
  color: #FFF;
}
.tag__event {
  background: #171c61;
  color: #FFF;
}

.btn {
  display: block;
  text-decoration: none;
}
.btn__ptn1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 57.9rem;
  height: 5.3rem;
  margin: 0 auto;
  border: 1px solid #99032d;
  box-sizing: border-box;
  line-height: 1.75;
  font-size: 1.8rem;
  color: #99032d;
}
@media only screen and (max-width: 767px) {
  .btn__ptn1 {
    width: 54.6rem;
    height: 8rem;
    font-size: 2.5rem;
  }
}
.btn__ptn2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.3rem;
  margin: 0 auto;
  border: 1px solid #99032d;
  box-sizing: border-box;
  line-height: 1.75;
  font-size: 1.8rem;
  color: #99032d;
}
@media only screen and (max-width: 767px) {
  .btn__ptn2 {
    height: 8rem;
    font-size: 2.5rem;
  }
}
.btn__wrap_ptn1 {
  margin: 8.566rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btn__wrap_ptn1 {
    margin-top: 9.337rem;
  }
}
.btn__wrap_ptn2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 767px) {
  .btn__wrap_ptn2 {
    grid-template-columns: 100%;
    row-gap: 3rem;
    max-width: 54.6rem;
    margin: 8.6rem auto 0;
  }
}
.btn__wrap_ptn3 {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .btn__wrap_ptn3 {
    row-gap: 3rem;
  }
}
.btn__wrap_ptn4 {
  margin: 3rem auto 4.8rem;
}
.btn__wrap_ptn5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  margin: 9rem auto 0;
}
@media only screen and (max-width: 767px) {
  .btn__wrap_ptn5 {
    column-gap: 2.125rem;
    margin-top: 6rem;
  }
}

.table__ptn1 {
  width: 100%;
  border-collapse: collapse;
}
.table__th_ptn1 {
  background: #f5e6ea;
  font-weight: 400;
}
.table__td_ptn1 {
  padding: 2rem;
  border: 1px solid #000;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.8333;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .table__td_ptn1 {
    line-height: 1.32;
    font-size: 2.5rem;
  }
}

.news-list__ptn1 .news__list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 9rem;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn1 .news__list_item {
    flex-direction: column;
    padding: 0 0 5rem;
  }
  .news-list__ptn1 .news__list_item + .news__list_item {
    padding-top: 5rem;
  }
}
.news-list__ptn1 .news__list_head {
  width: 17.85rem;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn1 .news__list_head {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 3rem;
  }
}
.news-list__ptn1 .news__list_date {
  margin: 0 0 1rem;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn1 .news__list_date {
    margin: 0 3rem 0 0;
    font-size: 2.6rem;
  }
}
.news-list__ptn1 .news__list_cont {
  width: 48.55rem;
}
.news-list__ptn1 .news__list_cont.imgnone {
  width: 81%;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn1 .news__list_cont {
    width: 100%;
    margin: 0 0 3.5rem;
  }
  .news-list__ptn1 .news__list_cont.imgnone {
    width: 100%;
  }
}
.news-list__ptn1 .news__list_ttl {
  line-height: 1.75;
  text-decoration: none;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn1 .news__list_ttl {
    font-size: 2.6rem;
  }
}
.news-list__ptn1 .news__list_img {
  display: block;
  width: 32rem;
  background: 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn1 .news__list_img {
    width: 100%;
  }
}
.news-list__ptn1 .news__list_img::before {
  content: "";
  display: block;
  padding-top: 66.649%;
}
.news-list__ptn2 .news-list__item {
  padding: 0 0 3rem;
  border-bottom: 1px solid #cc8196;
  box-sizing: border-box;
  text-align: left;
}
.news-list__ptn2 .news-list__item + .news-list__item {
  padding-top: 3rem;
}
.news-list__ptn2 .news-list__item_date {
  margin: 0 0 1.6rem;
  line-height: 1.666;
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn2 .news-list__item_date {
    font-size: 2.7rem;
  }
}
.news-list__ptn2 .news-list__item_ttl {
  margin: 0;
  line-height: 1.222;
  text-decoration: none;
  font-size: 2.7rem;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .news-list__ptn2 .news-list__item_ttl {
    font-size: 3.2rem;
  }
}

.link-list__item {
  width: calc((100% / 3) - 4.4rem);
  margin: 4rem 1.1rem 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .link-list__item {
    width: 100%;
    margin: 0 auto;
  }
}
.link-list__item_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.15rem;
  line-height: 1.75;
  text-decoration: none;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .link-list__item_link {
    flex-direction: column;
    height: 10rem;
    font-size: 3.5rem;
  }
}
.link-list__ptn1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -4rem -1.1rem 0;
}
@media only screen and (max-width: 767px) {
  .link-list__ptn1 {
    margin: 0 auto;
  }
}
.link-list__ptn1 .link-list__item {
  border-bottom: 1px solid #FFF;
}
.link-list__ptn1 .link-list__item:first-child {
  margin-left: 6rem;
}
@media only screen and (max-width: 767px) {
  .link-list__ptn1 .link-list__item:first-child {
    margin-left: 0;
  }
}
.link-list__ptn1 .link-list__item:nth-child(2) {
  margin-right: 6rem;
}
@media only screen and (max-width: 767px) {
  .link-list__ptn1 .link-list__item:nth-child(2) {
    margin-right: 0;
  }
}
.link-list__ptn1 .link-list__item_link {
  color: #FFF;
}
.link-list__ptn2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -4rem -1.1rem 0;
}
@media only screen and (max-width: 767px) {
  .link-list__ptn2 {
    margin: 0 auto;
  }
}
.link-list__ptn2 .link-list__item {
  border-bottom: 1px solid #99032d;
}
.link-list__ptn2 .link-list__item_link {
  color: #99032d;
}

.copy__ptn1 {
  margin: 0 auto 4.656rem;
  line-height: 1.842;
  text-align: center;
  font-feature-settings: "palt";
  font-size: 1.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .copy__ptn1 {
    margin-bottom: 5.3rem;
    text-align: left;
    font-size: 2.8rem;
  }
}
.copy__ptn2 {
  margin: 0 auto 4.7rem;
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .copy__ptn2 {
    margin-bottom: 6.65rem;
    font-size: 4rem;
  }
}

.box__ptn1 {
  max-width: 66rem;
  width: 100%;
  margin: 0 auto 1.9rem;
  padding: 1.95rem;
  box-sizing: border-box;
  background: #f5e6ea;
}
@media only screen and (max-width: 767px) {
  .box__ptn1 {
    padding: 2.85rem 1.985rem;
  }
}
.box__ptn2 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.box__ptn2 + .box__ptn2 {
  margin-top: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .box__ptn2 + .box__ptn2 {
    margin-top: 5.5rem;
  }
}
.box__ptn2_ttl {
  padding: 0 0 1rem;
  border-bottom: 1px solid #cc8196;
  line-height: 1.4347;
  font-size: 2.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box__ptn2_ttl {
    font-size: 2.9rem;
  }
}
.box__ptn2_cont {
  padding: 3rem 0 0;
}
.box__ptn3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.box__ptn3_ttl {
  margin: 0 0 2.5rem;
  line-height: 1.4347;
  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box__ptn3_ttl {
    line-height: 1.333;
    font-size: 3rem;
  }
}

.list__decimal {
  list-style-type: decimal;
  margin-left: 1.2em;
}
.list__num {
  counter-reset: num;
}
.list__num .list__item {
  padding-left: 1.6em;
  position: relative;
  counter-increment: num;
}
.list__num .list__item::before {
  content: "(" counter(num) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.text__common_16 {
  line-height: 2.0625;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .text__common_16 {
    font-size: 2.5rem;
  }
}
.text__common_16 + .text__common_16 {
  margin-top: 1.2em;
}
.text__common_19 {
  line-height: 1.8421;
  font-feature-settings: "palt";
  font-size: 1.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .text__common_19 {
    line-height: 1.4;
    font-size: 2.5rem;
  }
}
.text__common_19 + .text__common_19 {
  margin-top: 1.2em;
}
.text__common_link {
  font-size: inherit;
  color: inherit;
}
.text__align_left {
  text-align: left;
}
.text__align_right {
  text-align: right;
}
.text__align_center {
  text-align: center;
}
.text__flex {
  display: flex;
}
.text__flex_ttl {
  width: 16.5rem;
}
.text__flex_cont {
  width: calc(100% - 16.5rem);
}

.form__block {
  padding: 0 0 4rem;
  box-sizing: border-box;
  text-align: left;
}
.form__block + .form__block {
  padding-top: 4rem;
  border-top: 1px dotted #adadad;
}
.form__block_ttl {
  margin: 0 0 2.75rem;
  line-height: 1.4347;
  font-size: 2.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .form__block_ttl {
    margin-bottom: 3.42rem;
    font-size: 3rem;
  }
}
.form__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .form__box {
    flex-direction: column;
  }
}
.form__box + .form__box {
  margin-top: 2rem;
}
.form__box + .form__box_check {
  margin-top: 3rem;
}
.form__box_ttl {
  width: 23rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .form__box_ttl {
    width: 100%;
    margin: 0 0 2.357rem;
  }
}
.form__box_cont {
  width: calc(100% - 23rem);
}
@media only screen and (max-width: 767px) {
  .form__box_cont {
    width: 100%;
  }
}
.form__box_cont input[type=text],
.form__box_cont input[type=tel],
.form__box_cont input[type=email],
.form__box_cont textarea {
  width: 100%;
  padding: 1.8rem 1.6rem;
  border: 1px solid #adadad;
  box-sizing: border-box;
  line-height: 1.54;
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .form__box_cont input[type=text],
.form__box_cont input[type=tel],
.form__box_cont input[type=email],
.form__box_cont textarea {
    padding: 2.4rem 3rem;
    font-size: 2.7rem;
  }
}
.form__box_check {
  display: block;
}
.form__box_check + .form__box {
  margin-top: 3rem;
}
.form__box_check + .form__box_check {
  margin-top: 2rem;
}
.form__box_confirm {
  line-height: 1.4347;
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .form__box_confirm {
    font-size: 3rem;
  }
}
.form__ttl_ptn1 {
  line-height: 1.4347;
  font-size: 2.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .form__ttl_ptn1 {
    padding: 0;
    font-size: 3rem;
  }
}
.form__ttl_ptn2 {
  padding: 0 0 0 5.34rem;
  line-height: 1.94117;
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .form__ttl_ptn2 {
    padding: 0;
    font-size: 2.7rem;
  }
}
.form__check {
  display: block;
  padding-left: 5.34rem;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form__check {
    padding-left: 0;
  }
}
.form__check input[type=checkbox] {
  display: none;
}
.form__check input[type=checkbox] + .form__check_cap {
  display: block;
  padding-left: 4.5rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.94117;
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .form__check input[type=checkbox] + .form__check_cap {
    padding-left: 5rem;
    font-size: 2.7rem;
  }
}
.form__check input[type=checkbox] + .form__check_cap::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #adadad;
  box-sizing: border-box;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .form__check input[type=checkbox] + .form__check_cap::before {
    top: 0.5rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.form__check input[type=checkbox] + .form__check_cap::after {
  content: "";
  width: 0.5rem;
  height: 1.5rem;
  border-right: 2px solid #99032d;
  border-bottom: 2px solid #99032d;
  position: absolute;
  top: 0.8rem;
  left: 1.15rem;
  transform: rotate(40deg);
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .form__check input[type=checkbox] + .form__check_cap::after {
    width: 1rem;
    height: 2rem;
    top: 1rem;
  }
}
.form__check input[type=checkbox]:checked + .form__check_cap::after {
  opacity: 1;
}
.form__file {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 2rem;
}
.form__file_label {
  cursor: pointer;
}
.form__file_label input[type=file] {
  display: none;
}
.form__file_label input[type=file] + .form__file_cap {
  display: block;
  width: 100%;
  padding: 1.8rem 1.6rem;
  border: 1px solid #adadad;
  box-sizing: border-box;
  line-height: 1.54;
  font-size: 1.7rem;
  font-weight: 400;
  color: #adadad;
}
@media only screen and (max-width: 767px) {
  .form__file_label input[type=file] + .form__file_cap {
    padding: 2.4rem 3rem;
    font-size: 2.7rem;
  }
}
.form__file_label input[type=file] + .form__file_cap.choiced {
  color: #000;
}

.home-news {
  padding: 11.2rem 0 32.5818rem;
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 9rem 0 20rem;
  }
}
.home-news__btn_wrap {
  display: block;
}

.home-about {
  padding: 7rem 0 14.735rem;
}
@media only screen and (max-width: 767px) {
  .home-about {
    padding: 7.4rem 0 16.15rem;
  }
}
.home-about__ttl {
  margin: 0 auto 7rem;
  position: relative;
  line-height: 1.75;
  font-size: 3.1rem;
  font-weight: bold;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .home-about__ttl {
    margin-bottom: 4.7rem;
    font-size: 4.2rem;
  }
}
.home-about__ttl::before {
  content: "";
  width: 12.8525rem;
  height: 11.1306rem;
  background: url(/psyalumni/assets/img/icon_home_01.png) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.home-dousoukai {
  padding: 7.4rem 0 15.175rem;
}
@media only screen and (max-width: 767px) {
  .home-dousoukai {
    padding: 8.45rem 0 12.24rem;
  }
}
.home-dousoukai__ttl {
  margin: 0 auto 6.5rem;
  position: relative;
  line-height: 1.75;
  font-size: 3.1rem;
  font-weight: bold;
  color: #99032d;
}
@media only screen and (max-width: 767px) {
  .home-dousoukai__ttl {
    margin-bottom: 4.7rem;
    font-size: 4.2rem;
  }
}
.home-dousoukai__ttl::before {
  content: "";
  width: 12.8525rem;
  height: 11.1306rem;
  background: url(/psyalumni/assets/img/icon_home_02.png) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.home-contact {
  padding: 6.805rem 0 51.6332rem;
  box-sizing: border-box;
  background: url(/psyalumni/assets/img/home-contact_bg.png) 50% 100% no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-contact {
    padding: 9.406rem 0 41.2253rem;
    background-image: url(/psyalumni/assets/img/home-contact_bg_sp.png);
  }
}
.home-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/psyalumni/assets/img/home-contact_decoration.png) 50% 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -2.54rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .home-contact::before {
    display: none;
  }
}
.home-contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home-contact__list_item + .home-contact__list_item {
  border-left: 1px solid #99032d;
}
.home-contact__list_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 15.058rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  font-size: 3.1rem;
  font-weight: bold;
  color: #99032d;
}
@media only screen and (max-width: 767px) {
  .home-contact__list_link {
    height: 17.7918rem;
    font-size: 4.2rem;
  }
}
.home-contact__list_link::before {
  content: "";
  background: 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home-contact__list_procedure::before {
  width: 3.783rem;
  height: 4.8962rem;
  background-image: url(/psyalumni/assets/img/icon_docs.png);
  top: 2.028rem;
}
@media only screen and (max-width: 767px) {
  .home-contact__list_procedure::before {
    width: 4.5396rem;
    height: 5.8755rem;
    top: 1.6492rem;
  }
}
.home-contact__list_inquiry::before {
  width: 4.7267rem;
  height: 3.7101rem;
  background-image: url(/psyalumni/assets/img/icon_mail.png);
  top: 3.627rem;
}
@media only screen and (max-width: 767px) {
  .home-contact__list_inquiry::before {
    width: 5.6721rem;
    height: 4.4521rem;
    top: 3.052rem;
  }
}

.news-archives {
  padding-top: 14.9rem;
}
@media only screen and (max-width: 767px) {
  .news-archives {
    padding-top: 8.96rem;
  }
}
.news-archives__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem 0 0;
}
.news-archives__list_item {
  margin: 2rem 2rem 0 0;
}
.news-archives__list_link {
  display: inline-block;
  padding-right: 3rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.222;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .news-archives__list_link {
    font-size: 3.2rem;
  }
}
.news-archives__list_link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #99032d;
  border-right: 2px solid #99032d;
  position: absolute;
  top: 48%;
  right: 0;
  transform: translateY(-50%) rotate(52deg) skewX(15deg);
}
@media only screen and (max-width: 767px) {
  .news-archives__list_link::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}

.news-article__head {
  margin: 0 0 3rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #99032d;
  position: relative;
  text-align: left;
}
.news-article__head::before {
  content: "";
  width: 50%;
  height: 1px;
  background: #806239;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-article__head_date {
  margin: 0 0 1.5rem;
  line-height: 1.666;
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .news-article__head_date {
    margin-bottom: 1.9rem;
    font-size: 2.7rem;
  }
}
.news-article__head_ttl {
  margin: 0;
  line-height: 1.427;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .news-article__head_ttl {
    font-size: 3.5rem;
  }
}
.news-article__cont {
  text-align: left;
}
.news-article__docs {
  display: flex;
  align-items: center;
  margin: 3.3rem 0 0;
}
.news-article__docs_ttl {
  margin-right: 2rem;
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .news-article__docs_ttl {
    margin-right: 2.25rem;
    font-size: 2.5rem;
  }
}
.news-article__docs_link {
  display: inline-block;
  padding-left: 1.56rem;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  font-size: 1.9rem;
  color: #806239;
}
@media only screen and (max-width: 767px) {
  .news-article__docs_link {
    padding-left: 2.2rem;
    font-size: 2.5rem;
  }
}
.news-article__docs_link::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #99032d;
  border-right: 2px solid #99032d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(50deg) skewX(10deg);
}
@media only screen and (max-width: 767px) {
  .news-article__docs_link::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

/*# sourceMappingURL=style.css.map */
