@charset "UTF-8";
.ao-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 100px; }
  .ao-about__inr {
    width: 100%;
    max-width: 800px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .ao-about__inr {
        width: 90%; } }
  .ao-about__subttl-img {
    margin-bottom: 50px; }
    @media screen and (max-width: 750px) {
      .ao-about__subttl-img {
        width: 100% !important; } }
  .ao-about__txt {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 45px; }
    @media screen and (max-width: 750px) {
      .ao-about__txt {
        text-align: left;} }

.ao-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 100px 0 0; }
  .ao-merit:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(/images/admission/ao/ao-merit__bg--left.png);
    background-position: left center;
    background-repeat: repeat-y;
    background-color: #EBD0D3;
    z-index: -10; }
    @media screen and (max-width: 750px) {
      .ao-merit:before {
        background-image: none; } }
  .ao-merit:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    background-image: url(/images/admission/ao/ao-merit__bg--right.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-color: #EBD0D3;
    z-index: -10; }
    @media screen and (max-width: 750px) {
      .ao-merit:after {
        background-image: none; } }
  .ao-merit__inr {
    width: 100%;
    max-width: 800px;
    padding: 150px 0; }
    @media screen and (max-width: 750px) {
      .ao-merit__inr {
        width: 90%;
        padding: 90px 0 0; } }
  .ao-merit__ttl {
    text-align: center;
    font-size: 224%;
    font-weight: bold;
    position: relative;
    margin-bottom: 80px; }
    .ao-merit__ttl:before {
      content: "";
      width: 353px;
      height: 122px;
      position: absolute;
      top: -90px;
      left: 120px;
      background-image: url(/images/admission/admission-merit__en.png);
      background-repeat: no-repeat;
      background-position: center top; }
      @media screen and (max-width: 750px) {
        .ao-merit__ttl:before {
          left: 0; } }
    .ao-merit__ttl:after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 100%;
      height: 20px;
      background-image: url(/images/admission/admission__subttl-bar.png);
      background-repeat: no-repeat;
      background-position: center; }
  .ao-merit__list {
    margin-bottom: 100px; }
    @media screen and (max-width: 750px) {
      .ao-merit__list {
        margin-bottom: 50px; } }
  @media screen and (max-width: 750px) {
    .ao-merit__list-img {
      width: 100% !important; } }
  .ao-merit__link {
    -webkit-transition: .3s;
    transition: .3s; }
    .ao-merit__link:hover {
      -webkit-transition: .3s;
      transition: .3s;
      opacity: .6; }

.ao-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #EAE2D3; }
  .ao-step__inr {
    width: 100%;
    max-width: 800px;
    padding: 150px 0; }
    @media screen and (max-width: 750px) {
      .ao-step__inr {
        padding: 50px 0; } }
  .ao-step__ttl {
    text-align: center;
    font-size: 224%;
    font-weight: bold;
    position: relative;
    margin-bottom: 80px; }
    .ao-step__ttl:before {
      content: "";
      width: 353px;
      height: 122px;
      position: absolute;
      top: -90px;
      left: 120px;
      background-image: url(/images/admission/admission-merit__en.png);
      background-repeat: no-repeat;
      background-position: center top; }
    .ao-step__ttl:after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 100%;
      height: 20px;
      background-image: url(/images/admission/admission__subttl-bar.png);
      background-repeat: no-repeat;
      background-position: center; }
  .ao-step__list {
    position: relative;
    margin-bottom: 80px; }
    .ao-step__list:after {
      content: "";
      width: 100%;
      height: 80px;
      position: absolute;
      bottom: -80px;
      left: 0;
      background-image: url(/images/admission/admission-step__arrow.png);
      background-repeat: no-repeat;
      background-position: center; }
    .ao-step__list-span {
      font-size: 24px;
      text-align: center;
      display: block; }
      @media screen and (max-width: 750px) {
        .ao-step__list-span {
          padding: 10%; } }
      .ao-step__list-span--small {
        font-size: 15px; }
  @media screen and (max-width: 750px) {
    .ao-step__img {
      width: 90% !important;
      margin: 0 auto; } }
  .ao-step__list-txt {
    position: absolute;
    top: 43%;
    width: 580px;
    left: calc(50% - 290px);
    font-size: 18px;
    line-height: 1.8; }
    @media screen and (max-width: 750px) {
      .ao-step__list-txt {
        font-size: 3.4vw;
        top: 41%;
        width: 64%;
        left: 18%; } }
  .ao-step__list-link {
    color: #0fa6e4; }
  .ao-step__btn, .ao-step__btn--01, .ao-step__btn--02, .ao-step__btn--03, .ao-step__btn--04 {
    background: #3E3A39;
    display: inline-block;
    min-width: 308px;
    padding: 10px 0;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    position: absolute; }
    @media screen and (max-width: 750px) {
      .ao-step__btn, .ao-step__btn--01, .ao-step__btn--02, .ao-step__btn--03, .ao-step__btn--04 {
        font-size: 4vw; } }
    .ao-step__btn:hover, .ao-step__btn--01:hover, .ao-step__btn--02:hover, .ao-step__btn--03:hover, .ao-step__btn--04:hover {
      text-decoration: none;
      -webkit-transition: .3s;
      transition: .3s;
      opacity: .7; }
    .ao-step__btn__inr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    @media screen and (max-width: 750px) {
      .ao-step__btn__img {
        width: 20% !important; } }
    .ao-step__btn--01 {
      top: 170px;
      left: calc(50% - 154px); }
      @media screen and (max-width: 750px) {
        .ao-step__btn--01 {
          min-width: 60%;
          top: 70%;
          left: 20%; } }
    .ao-step__btn--02 {
      top: 150px;
      left: calc(50% - 154px); }
      @media screen and (max-width: 750px) {
        .ao-step__btn--02 {
          min-width: 60%;
          top: 48%;
          left: 20%; } }
    .ao-step__btn--03 {
      top: 400px;
      left: calc(50% - 154px); }
      @media screen and (max-width: 750px) {
        .ao-step__btn--03 {
          min-width: 60%;
          top: 72%;
          left: 20%; } }
    .ao-step__btn--04 {
      top: 210px;
      left: calc(50% - 154px); }
      @media screen and (max-width: 750px) {
        .ao-step__btn--04 {
          min-width: 60%;
          top: 55%;
          left: 20%; } }

.ao-step-point {
  width: 680px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    .ao-step-point {
      width: 80%; } }
  .ao-step-point__dt {
    font-size: 15px;
    margin-bottom: 10px; }
  .ao-step-point__dd {
    background: #fff;
    padding: 38px 67px; }
    @media screen and (max-width: 750px) {
      .ao-step-point__dd {
        padding: 30px; } }
  .ao-step-point__ttl {
    font-size: 17px;
    margin-bottom: 27px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .ao-step-point__ttl {
        text-align: left; } }
  .ao-step-point__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .ao-step-point__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media screen and (max-width: 750px) {
    .ao-step-point__menu {
      margin-bottom: -10px; } }
  .ao-step-point__list {
    margin: 10px 20px; }
    @media screen and (max-width: 750px) {
      .ao-step-point__list {
        text-align: left; } }
    .ao-step-point__list:before {
      content: "▶";
      margin-right: .4em; }
  .ao-step-point__link {
    text-decoration: underline;
    font-size: 16px; }

#ao-senko {
  margin-top: -100px;
  padding-top: 100px; }

/*# sourceMappingURL=../maps/admission/ao-new.css.map */

/* 追加CSS */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

.ao-about__inr h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	color: #DA4D76;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 50px;
}
.ao-about__inr h4 strong {
	background: url(/images/admission/ao/ao-head__subttl_bg.png) left bottom repeat-x;
	padding-bottom: 3px;
}

.pr-wrap-1 {
	position: relative;
}
.pr-wrap-1 > img {
	position: relative;
	z-index: 1;
}
.pa-box-1 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.ao-step-box .btn-1 {
	text-align:center;
	margin-top: 24px;
}
.ao-step-box .btn-1 a {
	background: #fff;
	display: inline-block;
	width: 230px;
	padding: 13px 0;
	border-radius: 22px;
	color: #000;
	font-weight: bold;
	opacity: 1;
	transition: opacity .3s;
}
.ao-step-box .btn-1 a:hover {
	text-decoration: none;
	opacity: .7;
}
.ao-step-box .btn-1 a img {
	display: inline-block;
	padding: 0 0 8px 16px;
}

.ao-merit__menu .pa-box-1 h4 {
	font-family: 'Noto Serif JP', serif;
	color: #000;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 8px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.ao-merit__menu .pa-box-1 .txt-1 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8;
}

.ao-merit__menu .ao-merit__list:nth-child(1) .pa-box-1 {
	top: 90px;
	left: 58px;
}

.ao-merit__menu .ao-merit__list:nth-child(2) .pa-box-1 {
  top: 50px;
  left: 380px;
  right: 40px;
  text-align: right;
}
.ao-merit__menu .ao-merit__list:nth-child(2) .pa-box-1 h4 {
	letter-spacing: 4px;
	margin-bottom: 8px;
}

.ao-merit__menu .ao-merit__list:nth-child(3) .pa-box-1 {
	top: 68px;
	left: 40px;
}
.ao-merit__menu .ao-merit__list:nth-child(3) .pa-box-1 h4 {
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.ao-merit__menu .ao-merit__list:nth-child(3) .ao-step-box .btn-1 {
}

.ao-step__menu .ao-step-box {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: solid 2px #9e988c;
  padding: 60px 80px;
}
.ao-step__menu .ao-step-box.-position-adjust {
	width: 100%;
	top: 48px;
}
.ao-step__menu .ao-step-box h4 {
	color: #DA4D76;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 12px;
	line-height: 38px;
	text-align: center;
}
.ao-step__menu .ao-step-box h4 span {
	display: inline-block;
	padding-left: 10px;
}
.ao-step__menu .ao-step-box h4 span.-small {
	display: inline-block;
  padding-left: 10px;
  font-size: 60%;
}
.ao-step__menu .ao-step-box h4 span.small {
	display: inline-block;
  padding-left: 10px;
  font-size: 12px;
}

.ao-step__menu .ao-step-box .txt-1 {
	font-size: 16px;
	line-height: 1.8;
}
.ao-step__menu .ao-step-box .btn-1 {
  margin-top: 28px;
}
.ao-step__menu .ao-step-box .btn-1.mgn-1 {
  margin-bottom: 40px;
}
.ao-step__menu .ao-step-box .btn-1 a {
	background: #3E3A39;
	width: 308px;
	padding: 10px 0;
	color: #fff;
	font-weight: normal;
}
.ao-step__menu .ao-step-box ul {
	width: 550px;
	overflow: hidden;
	margin: 10px auto 0;
}
.ao-step__menu .ao-step-box li {
	float: left;
	color: #DA4D76;
	font-weight: bold;
	font-size: 15px;
}
.ao-step__menu .ao-step-box li:first-child {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.ao-step__menu .ao-step-box li:last-child {
	padding-left: 15px;
}

.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box {
	top: 90px;
}
.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box h4 {
	margin-bottom: 20px;
}
.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box h4 img {
  width: 82px;
  vertical-align: super;
}
.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box .txt-1 {
	width: 590px;
	margin: 0 auto;
}

.ao-step__menu .ao-step__list:nth-child(2) .ao-step-box h4 {
	margin-bottom: 20px;
}
.ao-step__menu .ao-step__list:nth-child(2) .ao-step-box .txt-1 {
	width: 570px;
	margin: 0 auto;
}

.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box h4 {
	line-height: 64px;
	margin-bottom: 26px;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box .txt-1 {
	width: 600px;
	margin: 0 auto;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box .img-1 {
	text-align: center;
	margin-top: 20px;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box ul {
	width: 440px;
	margin: 40px auto 0;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box li {
	font-size: 16px;
}

.ao-step__menu .ao-step__list:nth-child(5) .ao-step-box {
  top: 80px;
}
.ao-step__menu .ao-step__list:nth-child(5) .ao-step-box .txt-1 {
	width: 590px;
	margin: 20px auto 0;
}

.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box h4 {
	line-height: 64px;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box .txt-1 {
	text-align: center;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box .txt-1--subttl {
  text-align: left;
  font-weight: bold;
  color: #DA4D76;
  width: 80%;
  margin: 20px auto 30px;
  line-height: 1.9;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box .txt-1--subttl span {
  text-align: left;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 95%;
}

.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box ul {
	width: 440px;
	margin: 15px auto 0;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box li {
	font-size: 16px;
	padding-left: 15px;
}
.ao-step__menu .ao-step__list:nth-child(6) li:first-child {
	float: left;
	margin-bottom: 15px;
	padding-left: 0;
}

@media screen and (max-width: 750px) {

.ao-about__inr h4 {
	font-size: 7vw;
	letter-spacing: 1vw;
}

.ao-merit__menu .pa-box-1 h4 {
	font-size: 6vw;
	letter-spacing: .8vw;
	margin-bottom: 3vw;
	line-height: 1.4;
}
.ao-merit__menu .pa-box-1 .txt-1 {
	font-size: 3vw;
	letter-spacing: .2vw;
	line-height: 2;
}
.ao-step-box .btn-1 {
	margin-top: 4vw;
}
.ao-step-box .btn-1 a {
	width: 33vw;
	font-size: 2vw;
	padding: 2vw 0;
}
.ao-step-box .btn-1 a img {
	padding: 0 0 1vw 1vw;
	width: 9vw;
	height: auto;
}

.ao-merit__menu .ao-merit__list:nth-child(1) .pa-box-1 {
	top: 19vw;
	left: 9vw;
}

.ao-merit__menu .ao-merit__list:nth-child(2) .pa-box-1 {
	/* top: 12vw;
	left: 39vw; */
  top: 10vw;
  left: 38vw;
  right: 8vw;
}
.ao-merit__menu .ao-merit__list:nth-child(2) .pa-box-1 h4 {
	letter-spacing: .3vw;
	margin-bottom: 4vw;
}
.ao-merit__menu .ao-merit__list:nth-child(2) .pa-box-1 .txt-1 {
  line-height: 1.7;
  letter-spacing: .1vw;
}

.ao-merit__menu .ao-merit__list:nth-child(3) .pa-box-1 {
	top: 13vw;
	left: 4vw;
}
.ao-merit__menu .ao-merit__list:nth-child(3) .pa-box-1 h4 {
	letter-spacing: .4vw;
	margin-bottom: 3vw;
	line-height: 1.5;
}

.ao-step__menu .ao-step-box {
  width: 90%;
  margin: 0 auto;
  padding: 8vw 0;
}
.ao-step__menu .ao-step-box h4 {
	font-size: 6vw;
	letter-spacing: 0;
	margin-bottom: 2vw;
	line-height: 1.5;
}
.ao-step__menu .ao-step-box h4 img {
	display: block;
	width: 30%;
	height: auto;
	margin: 0 auto 3vw;
}
.ao-step__menu .ao-step-box h4 span {
	display: block;
	padding-left: 0;
}
.ao-step__menu .ao-step-box .txt-1 {
	font-size: 3.6vw;
	line-height: 1.6;
	width: 80%;
	margin: 0 auto;
}
.ao-step__menu .ao-step-box .btn-1 {
	margin-top: 4vw;
}
.ao-step__menu .ao-step-box .btn-1 a {
	width: 60%;
	font-size: 3vw;
}
.ao-step__menu .ao-step-box ul {
	width: 80%;
	margin: 5vw auto 0;
}
.ao-step__menu .ao-step-box li {
	float: none;
	font-size: 3.6vw;
	margin-bottom: 2vw;
	padding-left: 1em;
	text-indent: -1em;
}
.ao-step__menu .ao-step-box li:first-child {
	margin-bottom: 2vw;
}
.ao-step__menu .ao-step-box li:last-child {
	padding-left: 1em;
	margin-bottom: 0;
}
.ao-step__menu .ao-step-box.ao-step__04 li {
  text-indent: 0;
} 

.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box {
	top: 19vw;
}
.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box h4 {
	margin-bottom: 2vw;
}
.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box h4 img {
  width: 60px;
  vertical-align: bottom;
}
.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box .txt-1 {
	width: 69vw;
}
.ao-step__menu .ao-step__list:nth-child(1) .ao-step-box .btn-1 {
	margin-top: 6vw;
}

.ao-step__menu .ao-step__list:nth-child(2) .ao-step-box h4 {
	margin-bottom: 6vw;
}
.ao-step__menu .ao-step__list:nth-child(2) .ao-step-box .txt-1 {
	width: 80%;
}

.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box {
	top: 15vw;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box h4 {
	margin-bottom: 3vw;
	line-height: 1.5;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box h4  img{
	width: 50%;
	margin-bottom: 2vw;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box .txt-1 {
	width: 80%;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box .img-1 {
	margin: 6vw 0;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box .img-1 img {
	width: 72%;
	height: auto;
	margin: 0 auto;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box ul {
	width: 80%;
	margin: 6vw auto 0;
}
.ao-step__menu .ao-step__list:nth-child(4) .ao-step-box li {
	font-size: 3.6vw;
}

.ao-step__menu .ao-step__list:nth-child(5) .ao-step-box {
  top: 15vw;
}
.ao-step__menu .ao-step__list:nth-child(5) .ao-step-box .txt-1 {
	width: 80%;
	margin-top: 3vw;
}

.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box {
	top: 15vw;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box h4 {
	margin-bottom: 3vw;
	line-height: 1.5;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box h4  img {
	width: 46%;
	margin-bottom: 2vw;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box .txt-1 {
	margin-bottom: 6vw;
	text-align: left;
}

.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box .txt-1--subttl {
  width: 80%;
}


.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box .txt-1--subttl span {
  /* text-align: right; */
  display: block;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box ul {
	width: 80%;
	margin: 8vw auto 0;
}
.ao-step__menu .ao-step__list:nth-child(6) .ao-step-box li {
	font-size: 3.6vw;
	padding-left: 0;
}
.ao-step__menu .ao-step__list:nth-child(6) li:first-child {
	float: none;
	margin-bottom: 2vw;
	padding-left: 1em;
	text-indent: -1em;
}

.ao-merit__ttl,
.ao-step__ttl {
    font-size: 6vw;
	width: 80%;
	margin: 0 auto 12vw;
}

}

/* 20200209追加 */
.ao-step__menu .ao-step-box h4 span.day {
  padding-left: 0;
  font-size: 46px;
  line-height: 1;
}
.ao-step__menu .ao-step-box h4 span.week {
  padding-left: 0;
  font-size: 24px;
  line-height: 1;
}
.ao-step__menu .ao-step-box h4 span.notice {
  display: block;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 750px) {
  .ao-step__menu .ao-step-box h4 span.day {
    display: inline-block;
    font-size: 8vw;
  }
  .ao-step__menu .ao-step-box h4 span.week {
    display: inline-block;
    font-size: 4vw;
  }
  .ao-step__menu .ao-step-box h4 span.notice {
    font-size: 3vw;
  }
}
