.AoTtl_pic::after {
  background-image: url("../images/guide/ao/kv.jpg");
  background-position: center center;
}

.secAo .introBox {
  text-align: left;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .secAo .introBox {
    margin-bottom: 60px;
  }
}
.secAo .introBox .ttlEg {
  font-family: "Caveat", cursive;
  color: #ec6c1f;
  font-size: 22px;
  position: relative;
  min-height: 1em;
  display: inline-block;
  padding: 0 25px;
}
.secAo .introBox .ttlEg::before {
  content: "";
  position: absolute;
  background: #ec6c1f;
  width: 1px;
  height: 1em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 8px;
  left: 5px;
}
.secAo .introBox .ttlEg::after {
  content: "";
  position: absolute;
  background: #ec6c1f;
  width: 1px;
  height: 1em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 8px;
  right: 5px;
}
.secAo .introBox .copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .secAo .introBox .copy {
    font-size: 28px;
  }
}
.secAo .introBox .copy span {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .secAo .introBox .copy span {
    font-size: 18px;
  }
}
.secAo .introBox .txt {
  font-size: 18px;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .secAo .introBox .txt {
    font-size: 16px;
  }
}
.secAo .txt2 {
  padding: 10px 0px;
}
.secAo .txt3 {
  font-size: 13px;
  padding: 10px 0px;
}
.secAo .inPageNav03 {
  border-top: 1px solid #d3d1d0;
  border-bottom: 1px solid #d3d1d0;
  padding: 20px 20px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 100px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .secAo .inPageNav03 {
    padding: 25px 10px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}
.secAo .inPageNav03 .item {
  position: relative;
  border-right: 1px solid #d3d1d0;
  padding-right: 5px;
  width: calc((100% - 100px) / 6);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .secAo .inPageNav03 .item {
    border-right: none;
    padding-right: 5px;
    width: calc((100% - 20px) / 2);
  }
}
.secAo .inPageNav03 .item:nth-child(6) {
  border: none;
}
.secAo .inPageNav03 .item a {
  color: #000;
  text-decoration: none;
  padding-left: 28px;
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .secAo .inPageNav03 .item a {
    padding-left: 32px;
  }
}
.secAo .inPageNav03 .item a:hover {
  color: #ED6D20;
}
.secAo .inPageNav03 .item a::before {
  content: "";
  background: url("../images/arrow_U01.svg");
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .secAo .inPageNav03 .item a::before {
    width: 25px;
    height: 25px;
  }
}
.secAo .supportBox {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox {
    display: block;
    position: relative;
  }
}
.secAo .supportBox:first-of-type {
  border-top: 1px solid #d3d3d3;
  padding-top: 30px;
  margin-top: 30px;
}
.secAo .supportBox .point {
  padding-right: 35px;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
  }
}
.secAo .supportBox .point .mds {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .point .mds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    font-size: 22px;
    color: #f5a134;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
  .secAo .supportBox .point .mds span {
    background: #ed6e21;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    padding: 6px 8px;
  }
}
.secAo .supportBox .point .inner {
  min-height: 75px;
  width: 90px;
  font-size: 24px;
  border-radius: 0 10px 0 10px;
  background-color: #F3982C;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .point .inner {
    font-size: 20px;
  }
}
.secAo .supportBox .point .inner span {
  font-size: 14px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .point .inner span {
    font-size: 12px;
  }
}
.secAo .supportBox .txtBox {
  width: calc(100% - 320px);
  padding-right: 35px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .txtBox {
    width: 100%;
    border: none;
    margin: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
.secAo .supportBox .txtBox .mds {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #f5a134;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .txtBox .mds {
    font-size: 22px;
    display: none;
  }
}
.secAo .supportBox .txtBox .mds span {
  background: #ed6e21;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  padding: 6px 8px;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .txtBox .mds span {
    font-size: 14px;
  }
}
.secAo .supportBox .txtBox .mds2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}
.secAo .supportBox .pictBox {
  width: 320px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .secAo .supportBox .pictBox {
    width: 100%;
    margin: 0px;
    padding: 10px 0px;
  }
}
.secAo .stepBox {
  border: none !important;
  position: relative;
  margin-bottom: 10px;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.secAo .stepBox:after {
  position: absolute;
  bottom: -30px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #f3982c;
  border-bottom: 0;
  left: calc(50% - 20px + 47px);
}
@media only screen and (max-width: 767px) {
  .secAo .stepBox:after {
    left: auto;
    right: 40px;
    bottom: -22px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 22px solid #f3982c;
  }
}
.secAo .stepBox.mt {
  margin-top: 60px;
}
.secAo .stepBox:first-of-type {
  margin-top: 0px;
}
.secAo .stepBox:last-of-type:after {
  display: none;
}
.secAo .stepBox .point {
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .secAo .stepBox .point {
    width: 60px;
  }
}
.secAo .stepBox .point .inner {
  height: 100%;
}
.secAo .stepBox .txtBox {
  background: #fdeece;
  border-radius: 16px;
  width: calc(100% - 95px);
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .secAo .stepBox .txtBox {
    font-size: 18px;
    width: calc(100% - 65px);
  }
}
.secAo .stepBox .txtBox .aoentry_box1 {
  background: #FFF;
  color: #ed6e21;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 10px;
}
.secAo .stepBox .txtBox .aoentry_box1 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .secAo .stepBox .txtBox .aoentry_box1 {
    font-size: 13px;
    width: auto;
    margin: 10px 15px 0px 15px;
    padding: 5px;
    line-height: 1.4;
  }
  .secAo .stepBox .txtBox .aoentry_box1 br {
    display: inline;
  }
}
.secAo .stepBox .txtBox .aoentry_box2 {
  background: #ed6e21;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  right: 60px;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secAo .stepBox .txtBox .aoentry_box2 {
    position: static;
    width: auto;
    display: block;
    text-align: center;
    height: auto;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .secAo .stepBox .txtBox .aoentry_box2 br {
    display: none;
  }
}
.secAo .ao_ouen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .secAo .ao_ouen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.secAo .ao_ouen li {
  width: calc((100% - 60px) / 3);
  background: #f3982c;
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  border-radius: 0px 16px 0px 16px;
  padding: 40px 0px;
}
@media only screen and (max-width: 767px) {
  .secAo .ao_ouen li {
    font-size: 20px;
    width: 100%;
    padding: 20px 0px;
  }
}
.secAo .secVoice {
  padding-bottom: 40px;
}
.secAo .secVoice .inner {
  background-image: url("../images/bg_img01.jpg");
  background-size: cover;
  position: relative;
  padding: 70px 60px 55px;
  padding-top: 70px;
  border-radius: 0 30px 0 30px;
  min-height: 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .secAo .secVoice .inner {
    padding: 50px 25px 45px;
  }
}
.secAo .secVoice .inner .ttlEg {
  font-family: "Caveat", cursive;
  color: #f8b62c;
  font-size: 85px;
  position: absolute;
  top: -80px;
  left: 60px;
}
@media only screen and (max-width: 767px) {
  .secAo .secVoice .inner .ttlEg {
    font-size: 70px;
    position: absolute;
    top: -65px;
    left: unset;
    right: 30px;
  }
}
.secAo .secVoice .inner .ttlJp {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.secAo .secVoice .inner .listBox .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 40px;
  border-bottom: 1px dotted #999999;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .secAo .secVoice .inner .listBox .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    border-bottom: 1px dotted #999999;
    padding-bottom: 35px;
  }
}
.secAo .secVoice .inner .listBox .item .pictBox {
  width: 220px;
  text-align: center;
}
.secAo .secVoice .inner .listBox .item .pictBox .campus {
  margin-top: 8px;
}
.secAo .secVoice .inner .listBox .item .pictBox .name {
  line-height: 1.5;
  font-size: 18px;
}
.secAo .secVoice .inner .listBox .item .pictBox .name span {
  font-size: 14px;
}
.secAo .secVoice .inner .listBox .item .txtBox {
  width: calc(100% - 260px);
}
@media only screen and (max-width: 767px) {
  .secAo .secVoice .inner .listBox .item .txtBox {
    width: 100%;
  }
}
.secAo .secVoice .inner .listBox .item .txtBox .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #ed6d20;
  margin-bottom: 10px;
}
.secAo .secVoice .inner .listBox .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.secAo .secVoice .inner .listBox .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.secAo .leftAdj {
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .secAo .leftAdj {
    margin-left: 0px;
  }
}
.secAo .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f6d866));
  background: -webkit-linear-gradient(transparent 60%, #f6d866 60%);
  background: linear-gradient(transparent 60%, #f6d866 60%);
}

.ao_banner_area {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .ao_banner_area {
    margin-bottom: 50px;
  }
}
.ao_banner_area a {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .ao_banner_area a {
    margin-bottom: 10px;
  }
}
.ao_banner_area a img {
  display: block;
}/*# sourceMappingURL=ao.css.map */