@charset "utf-8";
main {
  padding-bottom: 0;
}
/* ===============================================
# 共通
=============================================== */
.top_link {
  max-width: 412px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.top_link .box_text {
  line-height: 1.625;
  text-align: center;
  padding: 20px 4% 20px;
}
.top_link .box_text .ttl {
  position: relative;
  display: inline-block;
  padding: 0 23px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝Pro", "Hiragino Mincho Pro",
    YuMincho, serif;
  line-height: 1.2;
  margin-bottom: 33px;
}
.top_link .box_text .ttl::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 8px;
  height: 11px;
  background: url(/common/img/ico_arrow_b.svg) no-repeat center center;
  background-size: contain;
}
.top_link .box_text .ttl::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background-color: #000;
}
.top_link .box_text .txt {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .top_link a:hover {
    opacity: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .top_link {
    max-width: inherit;
    margin-bottom: 18px;
  }
  .top_link .box_text {
    line-height: 1.625;
    text-align: center;
    padding: 0;
  }
  .top_link .box_text .ttl {
    padding: 0 20px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .top_link .box_text .ttl::after {
    bottom: -12px;
    margin: 0 auto;
    width: 59%;
  }
}
/* ===============================================
# area_main
=============================================== */
.area_main {
  position: relative;
  background: url(/academy/img/bg_main.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 47.1vw;
  margin-bottom: 21.68%;
}
.area_main .ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: 6.5vw;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.area_main .ttl h2 {
  display: inline-block;
  padding: 0 25px 1.2vw;
  border-bottom: solid 1px #fff;
  font-size: 50px;
  font-size: 2.778vw;
  line-height: 1;
}
.area_main .ttl h2 span {
  display: block;
  margin-bottom: 0.83vw;
  font-size: 28px;
  font-size: 1.556vw;
  letter-spacing: 0.2em;
}
.area_main .ttl .lead {
  padding-top: 0.5vw;
  font-size: 23px;
  font-size: 1.278vw;
  line-height: 1.435;
  letter-spacing: 0.05em;
}
.area_main figure {
  width: 88.31%;
  max-width: 1413px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(66%);
  transform: translateY(66%);
}

@media screen and (max-width: 768px) {
  .area_main {
    background-image: url(/academy/img/bg_main_sp.jpg);
    padding-top: 84.93%;
    margin-bottom: 45.7%;
  }
  .area_main .ttl {
    top: 12%;
  }
  .area_main .ttl h2 {
    padding: 0 13.5px 2.4vw;
    font-size: 25px;
    font-size: 6.667vw;
  }
  .area_main .ttl h2 span {
    margin-bottom: 1.6vw;
    font-size: 14px;
    font-size: 3.733vw;
  }
  .area_main .ttl .lead {
    padding-top: 0.5vw;
    font-size: 12.5px;
    font-size: 3.333vw;
    line-height: 1.435;
  }
  .area_main figure {
    width: 100%;
    -webkit-transform: translateY(66%);
    transform: translateY(66%);
  }
}
/* ===============================================
# sec_link
=============================================== */
.sec_link {
  padding-bottom: 50px;
}
.sec_link .lead {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.625;
}
.sec_link .cmn_link_menu .box_text {
  padding: 18px 2% 20px;
}
.sec_link .cmn_link_menu .box_text .ttl::after {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .sec_link {
    padding-bottom: 20px;
  }
  .sec_link .inner {
    width: 100%;
  }
  .sec_link .lead {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.536;
  }
  .cmn_link_menu.col3 figure {
    width: 54.4%;
  }
  .cmn_link_menu.col3 .box_text {
    padding: 5px 8px 0 12px;
  }
}
/* ===============================================
# sec_school
=============================================== */
.sec_school {
  background-color: #fff;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .sec_school {
    padding-top: 35px;
  }
}
/* ===============================================
# sec_management
=============================================== */
.sec_management {
  background-color: #fff;
  padding-bottom: 50px;
}
.sec_management .area_management a{
  background:url(/academy/img/banner_management.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
}
.sec_management .area_management img{
  width: 634px;
  padding-top: 325px;
  padding-bottom: 28px;
}
@media screen and (max-width: 1000px) {
  .sec_management {
    padding-bottom: 50px;
  }
  .sec_management .area_management a{
    background: url(/academy/img/banner_management_sp.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .sec_management .area_management img{
    width: 634px;
    padding-top: 81.14%;
    padding-bottom: 6.55%;
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec_management {
    padding-bottom: 0px;
  }
  .sec_management .area_management img{
    width: 90%;
    padding-top: 81.14%;
    padding-bottom: 6.55%;
    padding-left: 10px;
  }
}

/* ===============================================
# sec_exlink
=============================================== */
.sec_exlink {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec_exlink {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* ===============================================
# 学園経営戦略 sec_mission
=============================================== */
.sec_mission .area_vision {
  padding-top: 95px;
  padding-bottom: 216px;
  background: url(/academy/information/strategy/img/bg_vision.jpg) no-repeat top
    center;
  background-size: cover;
}
.sec_mission .area_vision h4 {
  margin-bottom: 32px;
  font-size: 42px;
  font-size: 4.3rem;
  text-align: center;
  line-height: 1;
  color: #063e8d;
}
.sec_mission .area_vision h4 span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_mission .area_vision .ttl_vision {
  max-width: 742px;
  margin: 0 auto 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #90b4cf;
  font-size: 33px;
  font-size: 3.3rem;
  text-align: center;
}
.sec_mission .area_vision .ttl_vision span {
  display: block;
  color: #063e8d;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_mission .area_vision .list_vision {
  max-width: 742px;
  margin: 0 auto 40px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.sec_mission .area_vision .list_vision li {
  max-width: 50%;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_mission .area_vision .list_vision li span {
  color: #144590;
}
.sec_mission .area_vision table {
  position: relative;
  width: 724px;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.sec_mission .area_vision table th,
.sec_mission .area_vision table td {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_mission .area_vision table th {
  width: 146px;
  height: 80px;
  background-color: #688abb;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.333;
}
.sec_mission .area_vision table .tr02 th {
  background-color: #7bd2f6;
}
.sec_mission .area_vision table td {
  padding-left: 20px;
  letter-spacing: -0.05em;
}
.sec_mission .area_vision table .tr01 td {
  color: #063e8d;
}
.sec_mission .area_vision table .tr02 td {
  font-weight: bold;
}
.sec_mission .area_vision ul.cmn_discList > li {
  margin-top: 0;
}
.sec_mission .area_vision ul.cmn_discList > li::before {
  padding-top: 7px;
}
.sec_mission .area_vision table .tr02 ul.cmn_discList > li::before {
  color: #7bd2f6;
}
@media screen and (max-width: 768px) {
  .sec_mission .area_vision {
    padding-top: 40px;
    padding-top: 10.4vw;
    padding-bottom: 290px;
    padding-bottom: 77.2vw;
    background-image: url(/academy/information/strategy/img/bg_vision_sp.jpg);
    background-position: bottom center;
  }
  .sec_mission .area_vision h4 {
    margin-bottom: 18px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sec_mission .area_vision h4 span {
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_mission .area_vision .ttl_vision {
    max-width: 450px;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec_mission .area_vision .ttl_vision span {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_mission .area_vision .list_vision {
    width: 100%;
    max-width: 450px;
    margin-bottom: 25px;
  }
  .sec_mission .area_vision .list_vision li {
    max-width: inherit;
    width: 100%;
    padding-left: 5%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_mission .area_vision table {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .sec_mission .area_vision table th,
  .sec_mission .area_vision table td {
    font-size: 13.5px;
    font-size: 1.35rem;
    padding: 10px 0;
  }
  .sec_mission .area_vision table th {
    width: 5em;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_mission .area_vision table td {
    padding-left: 10px;
  }
  .sec_mission .area_vision ul.cmn_discList > li::before {
    padding-top: 3px;
  }
}

/*プラン---------------------------------------------*/
.sec_mission .area_plan {
  position: relative;
  padding-bottom: 130px;
  background-color: #f3f7fa;
}
.sec_mission .area_plan dl {
  position: relative;
  padding-top: 80px;
  width: 613px;
}
.sec_mission .area_plan dl::before {
  content: "";
  width: 1px;
  height: 68px;
  background-color: #063e8d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec_mission .area_plan dt {
  padding-bottom: 30px;
  border-bottom: solid 1px #063e8d;
  font-size: 30px;
  font-size: 3rem;
  color: #063e8d;
  line-height: 1;
  text-align: center;
}
.sec_mission .area_plan dt span {
  display: block;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
.sec_mission .area_plan dd {
  padding-top: 24px;
}
.sec_mission .area_plan .box_goal {
  color: #063e8d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.sec_mission .area_plan .box_goal .ttl {
  padding-right: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(/academy/information/strategy/img/ico_goal.svg) no-repeat
    right center;
  background-size: 24px 25px;
}
.sec_mission .area_plan .box_goal .txt {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.321;
  font-feature-setting: "palt";
}
.sec_mission .area_plan .list_goal {
  flex-wrap: wrap;
  color: #063e8d;
}
.sec_mission .area_plan .list_goal li {
  position: relative;
  width: 45%;
  padding-left: 1.5em;
  text-indent: -0.5em;
  margin-top: 0;
}
.sec_mission .area_plan .list_goal li:nth-child(odd) {
  width: 55%;
}
.sec_mission .area_plan .list_goal li::before {
  padding-right: 0.5em;
  padding-top: 6px;
}
.sec_mission .area_plan .box_target {
  margin-top: 20px;
  padding: 13px 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  border-top: solid 1px #063e8d;
  border-bottom: solid 1px #063e8d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_mission .area_plan .box_target .ttl {
  width: 107px;
  padding: 17px 0;
  border: solid 1px #063e8d;
  background-color: #fff;
  color: #063e8d;
  line-height: 1;
  text-align: center;
  border-radius: 26px;
}
.sec_mission .area_plan .box_target .txt {
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 23px;
  font-weight: bold;
  line-height: 1.333;
}
.sec_mission .area_plan .box_action {
  padding-top: 15px;
  color: #063e8d;
}
.sec_mission .area_plan .box_action .ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_mission .area_plan .box_action ul span {
  color: #000;
}
.sec_mission .area_plan .box_action li {
  line-height: 1.125;
}
.sec_mission .area_plan .box_action li:nth-child(n + 2) {
  margin-top: 12px;
}
.sec_mission .area_plan .swiper_prev,
.sec_mission .area_plan .swiper_next {
  position: absolute;
  top: 0;
  width: 11.25%;
  z-index: 10;
  cursor: pointer;
}
.sec_mission .area_plan .swiper_prev {
  right: 0;
}
.sec_mission .area_plan .swiper_next {
  left: 0;
}
@media print, screen and (max-width: 950px) {
  .sec_mission .area_plan .box_goal {
    display: block;
  }
  .sec_mission .area_plan .box_goal .ttl {
    width: 9em;
    margin-bottom: 10px;
  }
  .sec_mission .area_plan .box_goal .txt {
    padding-left: 0;
  }
  .sec_mission .area_plan .list_goal {
    display: block;
  }
  .sec_mission .area_plan .list_goal li {
    width: 100%;
  }
  .sec_mission .area_plan .list_goal li:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec_mission .area_plan {
    padding-bottom: 70px;
  }
  .sec_mission .area_plan dl {
    padding-top: 40px;
    width: 100%;
  }
  .sec_mission .area_plan dl::before {
    height: 35px;
  }
  .sec_mission .area_plan dt {
    padding-bottom: 13px;
    font-size: 17.5px;
    font-size: 1.75rem;
  }
  .sec_mission .area_plan dt span {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_mission .area_plan dd {
    padding-top: 20px;
  }
  .sec_mission .area_plan .box_goal {
    margin-bottom: 10px;
  }
  .sec_mission .area_plan .box_goal .ttl {
    font-size: 13px;
    font-size: 1.3rem;
    background-size: 12px 12.5px;
    padding-right: 24px;
  }
  .sec_mission .area_plan .box_goal .txt {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.184;
  }
  .sec_mission .area_plan .list_goal li::before {
    padding-top: 3px;
  }
  .sec_mission .area_plan .box_target {
    margin-top: 15px;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_mission .area_plan .box_target .ttl {
    width: 5em;
    padding: 12px 0;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 18px;
  }
  .sec_mission .area_plan .box_target .txt {
    padding-left: 3.2%;
    line-height: 1.214;
  }
  .sec_mission .area_plan .box_action {
    padding-top: 17px;
  }
  .sec_mission .area_plan .box_action .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_mission .area_plan .box_action li {
    line-height: 1.15;
  }
  .sec_mission .area_plan .box_action li:nth-child(n + 2) {
    margin-top: 5px;
  }
  .sec_mission .area_plan .swiper_prev,
  .sec_mission .area_plan .swiper_next {
    top: -0.5px;
    width: 23.7%;
  }
}

/*経営?管理---------------------------------------------*/
.sec_mission .area_management {
  position: relative;
  margin-bottom: 60px;
  padding: 50px 0;
  background-color: #ddeaf4;
}
.sec_mission .area_management::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 65px 65px;
  border-color: transparent transparent #ddeaf4 transparent;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.sec_mission .area_management .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #063e8d;
}
.sec_mission .area_management .ttl {
  width: 26%;
  max-width: 335px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
.sec_mission .area_management .txt {
  flex: 1;
  padding: 5px 0 5px 4.6%;
  border-left: solid 1px #063e8d;
}
.sec_mission .area_management .txt .ttl_plan {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_mission .area_management .txt span {
  color: #000;
}
.sec_mission .area_management .txt ul {
  flex-wrap: wrap;
}
.sec_mission .area_management .txt li {
  position: relative;
  width: 50%;
  padding-left: 2em;
  text-indent: -0.7em;
  line-height: 1.5;
  margin-top: 0;
}
.sec_mission .area_management .txt li::before {
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .sec_mission .area_management {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  .sec_mission .area_management::before {
    border-width: 0 32.5px 32px 32.5px;
  }
  .sec_mission .area_management .ttl {
    display: table;
    width: auto;
    margin: 0 auto;
    max-width: inherit;
    font-size: 17.5px;
    font-size: 1.74rem;
    padding-bottom: 5px;
    border-bottom: solid 1px #063e8d;
  }
  .sec_mission .area_management .txt {
    max-width: 320px;
    margin: 0 auto;
    padding: 10px 0 0;
    border-left: none;
  }
  .sec_mission .area_management .txt .ttl_plan {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_mission .area_management .txt li {
    width: 100%;
  }
  .sec_mission .area_management .txt li::before {
    padding-top: 6px;
  }
}
/* ===============================================
# ハラスメント
=============================================== */

.sec_harassment .box_item.no1 {
  width: 33%;
  padding-right: 1%;
  border-right: dotted 1px #d2e0ef;
}
.sec_harassment .box_item.no2 {
  width: 67%;
  padding-left: 1%;
}
@media screen and (max-width: 1300px) {
  .sec_harassment {
    display: block;
  }
  .sec_harassment .box_item::after {
    content: "";
    clear: both;
    display: block;
  }
  .sec_harassment .box_item {
    display: block;
  }
  .sec_harassment .box_item.no1 {
    width: 100%;
    padding-left: 0;
    border-right: none;
  }
  .sec_harassment .box_item.no2 {
    width: 100%;
    padding-left: 0;
    margin-top: 33px;
  }
}
/*番号*/
.sec_harassment .no {
  padding-right: 20px;
}
.sec_harassment .no p {
  width: 108px;
  height: 108px;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d2e0ef;
  border-radius: 50%;
  color: #004ea1;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .sec_harassment .no {
    float: left;
    padding-right: 10px;
  }
  .sec_harassment .no p {
    width: 81px;
    height: 81px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/*テキスト*/
.sec_harassment .box_right {
  flex: 1;
}
.sec_harassment .ttl_top {
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 34px;
  letter-spacing: -0.02em;
}
.sec_harassment .ttl_top .large {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
}
.sec_harassment .ttl_top .small {
  font-weight: bold;
}
.sec_harassment .ttl_top .middle {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_harassment .ttl_top {
    float: right;
    width: calc(100% - 91px);
    padding-top: 12px;
    margin-bottom: 17px;
  }
  .sec_harassment .ttl_top .large {
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_harassment .ttl_top .middle {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sec_harassment .text {
    clear: both;
  }
}
/*画像*/
.sec_harassment figure {
  max-width: 500px;
  text-align: center;
  margin-bottom: 26px;
}
.sec_harassment img {
  width: 63.6%;
  max-width: 191px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_harassment figure {
    float: right;
    width: calc(100% - 91px);
    max-width: inherit;
    margin-bottom: 10px;
  }
  .sec_harassment img {
    width: 54.8%;
    max-width: 286px;
  }
}
/*水色のボックス*/
.sec_harassment .box_text {
  max-width: 500px;
  margin-bottom: 37px;
  padding: 39px 7%;
  line-height: 1.5;
  background-color: #f1f6fc;
  color: #004ea1;
  border: solid 1px #387dc6;
  border-radius: 33px;
}
@media screen and (max-width: 768px) {
  .sec_harassment .box_text {
    float: right;
    width: calc(100% - 91px);
    max-width: inherit;
    margin-bottom: 15px;
    padding: 17px 5%;
    line-height: 1.385;
    border-radius: 15px;
  }
}
/*アンカーリンク*/
.sec_harassment .box_anclink a {and (max-width:
  padding: 32px 0;
  border: solid 1px #cecece;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  background: url(/common/img/ico_down.svg) no-repeat right 20px center;
  background-size: 11px 8px;
}
.sec_harassment .box_anclink li:nth-child(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .sec_harassment .box_anclink {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .sec_harassment .box_anclink li {
    width: 49%;
  }
  .sec_harassment .box_anclink li:nth-child(n + 2) {
    margin: 0 0 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .sec_harassment .box_anclink {
    width: 100%;
    max-width: inherit;
  }
  .sec_harassment .box_anclink {
    max-width: inherit;
  }
  .sec_harassment .box_anclink a {
    padding: 18px 0;
    background-position: right 10px center;
    background-size: 7px 5px;
  }
}
/*申し立て*/
.box_allegation {
  margin-top: 47px;
}
.box_allegation .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.box_allegation .box_flow {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.box_allegation dl {
  width: 31.2%;
  padding: 25px 2%;
  border-radius: 33px;
  background-color: #387dc6;
  color: #fff;
}
.box_allegation dl dt {
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.box_allegation dl dd p {
  line-height: 1.5;
}
.box_allegation dl dd p:nth-child(n + 2) {
  margin-top: 10px;
  padding-top: 37px;
  background: url(/about/effort/harassment/img/ico_flow.svg) no-repeat top
    center;
  background-size: 33px 27px;
}
@media screen and (max-width: 1000px) {
  .box_allegation .box_flow {
    display: block;
  }
  .box_allegation dl {
    width: 100%;
  }
  .box_allegation dl:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box_allegation {
    margin-top: 24px;
  }
  .box_allegation .ttl {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .box_allegation dl {
    padding: 15px 4%;
    border-radius: 25px;
  }
  .box_allegation dl dt {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .box_allegation dl dd p:nth-child(n + 2) {
    margin-top: 8px;
    padding-top: 28px;
    background-size: 25px 20.5px;
  }
}
