@charset "utf-8";
main{
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #e7f3fc 1px, transparent 1px), linear-gradient(#e7f3fc 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 9px 9px;
}
.inner{
  width: 89.333%;
}
.pcmn_box_border{
  border: 1px solid #000;
  border-radius: 10px;
  padding: 25px 20px 30px;
  background-color: #fff;
}
.pcmn_btn{
  margin-top: 20px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}
.pcmn_btn a{
  display: block;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.3rem;
  background-color: #fff;
  font-weight: bold;
}
.pcmn_btn a .ico_blank{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 2px;
}

@keyframes rotate_trans {
  0% {
    transform: translate(-50%,-50%) rotate(0);
  }
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ===============================================
# sec_main
=============================================== */
.sec_main,.sec_contents{
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sec_main{
  padding-top: 117px;
}
.sec_main .ttl_sub{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  width: 226px;
  padding: 25px 20px 0 0;
  text-align: center;
  top: 10px;
  left: 22px;
  left: 5.866vw;
  line-height: 1.25;
  letter-spacing: -1px;
  font-size: 1.4rem;
}
.sec_main .ttl_sub::before{
  content: "";
  display: block;
  width: 226px;
  height: 118px;
  background: url(../img/bg_comment.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_main h1{
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sec_main h1::before{
  content: "";
  display: block;
  width: 99px;
  width: clamp(99px,26.4vw,197px);
  height: 99px;
  height: clamp(99px,26.4vw,197px);
  background: url(../img/img_main01.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: 7px;
  top: -82px;
}
.sec_main h1::after{
  content: "";
  display: block;
  width: 71px;
  width: clamp(71px,18.933vw,141px);
  height: 71px;
  height: clamp(71px,18.933vw,141px);
  background: url(../img/img_main02.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 17px;
  bottom: 24px;
}
@media (min-width :835px){
  .sec_main .ttl_sub{
    left: 22px;
  }
  .sec_main h1::before{
    width: 99px;
    height: 99px;
  }
  .sec_main h1::after{
    width: 71px;
    height: 71px;
  }
}


/* ===============================================
# area_index
=============================================== */
.area_index{
  padding-top: 3px;
}
.area_index dl{
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
}
.area_index dl dt{
  font-size: 1.8rem;
  position: absolute;
  top: -18px;
  left: 23px;
  letter-spacing: 1px;
}
.area_index dl dt::before{
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 17px;
  left: -6px;
  z-index: 0;
}
.area_index dl dt span{
  position: relative;
}
.area_index dl dd{
  padding: 30px 18px 20px;
}
.area_index dl dd .link_page li + li{
  margin-top: 15px;
}
.area_index dl dd .link_page a{
  display: flex;
  align-items: center;
  font-weight: 700;
}
.area_index dl dd .link_page a .no{
  border: 1px solid #000;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: normal;
  margin-right: 12px;
}
.area_index dl dd .link_page a::after{
  content: "";
  display: inline-block;
  background: url(../img/ico_anc.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  margin-left: 5px;
}


/* ===============================================
# area_map
=============================================== */
.area_map{
  padding-top: 30px;
}
.area_map .list_map li{
  position: relative;
}
.area_map .list_map li + li{
  margin-top: 55px;
}
/* list_map内　共通パーツ mcmn */
.area_map .list_map .mcmn_ttl_map1{
  font-size: 3rem;
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.area_map .list_map .mcmn_ttl_map2{
  font-size: 2.4rem;
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.area_map .list_map .mcmn_box_yellow{
  background: url(../img/bg_box_yellow.jpg)repeat;
  box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.5);
  padding: 18px 34px;
  min-width: 225px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.area_map .list_map .mcmn_box_blue{
  background: url(../img/bg_box_blue.jpg)repeat;
  padding: 40px 20px 30px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.area_map .list_map .mcmn_txt_map{
  line-height: 1.65;
}
.area_map .list_map .mcmn_box_photo{
  display: flex;
  margin-top: 58px;
  width: 86.07%;
  margin-left: auto;
  margin-right: 5px;
  gap: 10px;
  align-items: center;
  position: relative;
}
.area_map .list_map .mcmn_box_photo .item_txt{
  width: 55%;
}
.area_map .list_map .mcmn_box_photo .item_img{
  width: 42.1%;
  max-width: 240px;
}
/* 個別のliの装飾 */
.area_map .list_map li:nth-child(1)::before{
  content: "";
  display: block;
  width: 125px;
  height: 145px;
  background: url(../img/bg_map_road.jpg)repeat;
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(1)::after{
  content: "";
  display: block;
  width: 32px;
  height: 62px;
  background: url(../img/deco_map01_01.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -56px;
  left: 53%;
  transform: translateX(-50%);
  z-index: 0;
}
.area_map .list_map li:nth-child(1) .mcmn_box_yellow{
  z-index: 2;
}
.area_map .list_map li:nth-child(1) .mcmn_box_yellow::after{
  content: "";
  display: block;
  width: 80px;
  height: 136px;
  background: url(../img/deco_map01_02.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -73px;
  right: -18px;
}

.area_map .list_map li:nth-child(2) .mcmn_box_blue{
  width: 85%;
}
.area_map .list_map li:nth-child(2) .mcmn_box_blue::after{
  content: "";
  display: block;
  width: 61px;
  height: 117px;
  background: url(../img/deco_map02.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 150px;
  right: -26px;
}
.area_map .list_map li:nth-child(2) .img_map{
  width: 163px;
  margin: 0 auto;
}
.area_map .list_map li:nth-child(2) .mcmn_ttl_map2{
  margin-top: 15px;
}
.area_map .list_map li:nth-child(2) .mcmn_txt_map{
  margin-top: 12px;
}

.area_map .list_map li:nth-child(3){
  margin-top: 37px;
}
.area_map .list_map li:nth-child(3)::before{
  content: "";
  display: block;
  width: 125px;
  height: calc(100% + 82px);
  background: url(../img/bg_map_road.jpg)repeat;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(3) .mcmn_box_yellow::after{
  content: "";
  display: block;
  width: 161px;
  height: 48px;
  background: url(../img/deco_map03.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(3) .mcmn_box_photo .item_img{
  margin-top: 18px;
}

.area_map .list_map li:nth-child(4){
  margin-top: 50px;
  z-index: 2;
}
.area_map .list_map li:nth-child(4)::before{
  content: "";
  display: block;
  width: 125px;
  height: calc(100% - 22px);
  background: url(../img/bg_map_road.jpg)repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.area_map .list_map li:nth-child(4) .mcmn_box_yellow::before{
  content: "";
  display: block;
  width: 33px;
  height: 57px;
  background: url(../img/deco_map04_01.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(4) .mcmn_box_yellow::after{
  content: "";
  display: block;
  width: 46px;
  height: 119px;
  background: url(../img/deco_map04_02.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -57px;
  left: -30px;
}
.area_map .list_map li:nth-child(4) .mcmn_box_yellow + .mcmn_txt_map{
  margin-top: 70px;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}
.area_map .list_map li:nth-child(4) .img_come{
  position: relative;
  margin-top: 35px;
  max-width: 340px;
}
.area_map .list_map li:nth-child(4) .img_come .img{
  width: 180px;
  margin-left: 20px;
}
.area_map .list_map li:nth-child(4) .img_come .mcmn_txt_map{
  position: absolute;
  top: 12px;
  right: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
.area_map .list_map li:nth-child(4) .img_come .mcmn_txt_map::before{
  content: "";
  display: block;
  width: 65px;
  height: 91px;
  background: url(../img/deco_map04_03.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: -11px;
  left: -10px;
}

.area_map .list_map li:nth-child(5){
  margin-top: -20px;
}
.area_map .list_map li:nth-child(5)::before{
  content: "";
  display: block;
  width: 125px;
  height: calc(100% - 208px);
  background: url(../img/bg_map_road.jpg)repeat;
  position: absolute;
  top: 256px;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(5) .mcmn_box_blue{
  width: 85%;
  padding: 36px 20px 38px;
  min-height: 254px;
}
.area_map .list_map li:nth-child(5) .mcmn_box_blue .mcmn_txt_map{
  margin-top: 17px;
}
.area_map .list_map li:nth-child(5) .box_imgcome{
  position: relative;
  padding-top: 140px;
  max-width: 650px;
  margin: 0 auto;
}
.area_map .list_map li:nth-child(5) .box_imgcome .img{
  width: 230px;
  margin: 0 auto;
}
.area_map .list_map li:nth-child(5) .box_imgcome .txt{
  position: absolute;
  top: 17px;
  left: 10px;
  background: url(../img/bg_comment_map05.svg)no-repeat;
  background-size: contain;
  padding: 35px 44px 34px 36px;
  font-size: 1.4rem;
  font-weight: normal;
}
.area_map .list_map li:nth-child(5) .pcmn_box_border{
  position: relative;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.area_map .list_map li:nth-child(5) .txt_map_navi{
  position: absolute;
  right: -35px;
  top: -62px;
  width: 152px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area_map .list_map li:nth-child(5) .txt_map_navi::before{
  content: "";
  display: block;
  width: 152px;
  height: 152px;
  background: url(../img/bg_deco_text.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  animation: rotate 25s linear infinite;
}
.area_map .list_map li:nth-child(5) .txt_map_navi img{
  position: relative;
  width: 84%;
}

.area_map .list_map li:nth-child(6){
  margin-top: 50px;
}
.area_map .list_map li:nth-child(6)::before{
  content: "";
  display: block;
  width: 125px;
  height: calc(100% + 56px);
  background: url(../img/bg_map_road.jpg)repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.area_map .list_map li:nth-child(6)::after{
  content: "";
  display: block;
  width: 126px;
  height: 57px;
  background: url(../img/deco_map06.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 72px;
  left: 51%;
  transform:translateX(-50%);
}
.area_map .list_map li:nth-child(6) .mcmn_box_yellow{
  padding: 18px 21px;
}
.area_map .list_map li:nth-child(6) .mcmn_box_photo .item_txt{
  width: 59%;
  margin-top: 20px;
}
.area_map .list_map li:nth-child(6) .mcmn_box_photo .item_img{
  position: relative;
  right: -16px;
  top: 1px;
  width: 38%;
  max-width: 156px;
}
.area_map .list_map li:nth-child(6) .pcmn_box_border{
  margin-top: 46px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 25px 28px;
  position:relative;
}
.area_map .list_map li:nth-child(6) .mcmn_box_photo.box_2nd{
  margin-top: 32px;
}
.area_map .list_map li:nth-child(6) .mcmn_box_photo.box_2nd .item_img{
  right: -10px;
  top: 28px;
  width: 49%;
}

.area_map .list_map li:nth-child(7){
  margin-top: 59px;
}
.area_map .list_map li:nth-child(7)::before{
  content: "";
  display: block;
  width: 125px;
  height: calc(100% + 77px);
  background: url(../img/bg_map_road.jpg)repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.area_map .list_map li:nth-child(7)::after{
  content: "";
  display: block;
  width: 33px;
  height: 57px;
  background: url(../img/deco_map07.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(7) .mcmn_box_yellow{
  padding: 19px 40px;
}
.area_map .list_map li:nth-child(7) .mcmn_box_photo{
  margin-top: 30px;
  gap: 13px;
}

.area_map .list_map li:nth-child(8){
  margin-top: 80px;
}
.area_map .list_map li:nth-child(8) .mcmn_box_blue{
  width: 93%;
}
.area_map .list_map li:nth-child(8) .mcmn_box_blue .pcmn_btn{
  width: 82%;
}
.area_map .list_map li:nth-child(8) .txt_map_comment{
  position: absolute;
  top: -90px;
  left: -10px;
  font-size: 1.4rem;
  background: url(../img/bg_comment_map07.svg)no-repeat;
  background-size: contain;
  padding: 32px 30px 20px 30px;
  text-align: center;
  line-height: 1.65;
}
.area_map .list_map li:nth-child(8) .mcmn_box_photo{
  margin: 0;
  margin-top: 18px;
  width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: center;
}
.area_map .list_map li:nth-child(8) .mcmn_box_photo .item_img{
  width: 33%;
  max-width: 100px;
}

.area_map .list_map li:nth-child(9){
  margin-top: 33px;
}
.area_map .list_map li:nth-child(9)::before{
  content: "";
  display: block;
  width: 125px;
  height: calc(100% + 29px);
  background: url(../img/bg_map_road.jpg)repeat;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.area_map .list_map li:nth-child(9) .mcmn_ttl_map1::after{
  content: "";
  display: block;
  width: 222px;
  height: 182px;
  background: url(../img/deco_map09.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(9) .pcmn_box_border{
  margin-top: 88px;
  position: relative;
  z-index: 1;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.area_map .list_map li:nth-child(9) .box_support{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.area_map .list_map li:nth-child(9) .box_support .txt_support{
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  width: 176px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 54px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}
.area_map .list_map li:nth-child(9) .box_support .txt_support::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_deco_pink.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.area_map .list_map li:nth-child(9) .box_support .txt_support::after{
  content: "";
  display: block;
  width: 205px;
  height: 205px;
  background: url(../img/bg_deco_text.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: rotate_trans 25s linear infinite;
}
.area_map .list_map li:nth-child(9) .box_support .txt_support span{
  position: relative;
  line-height: 1.3;
}
.area_map .list_map li:nth-child(9) .box_support .txt_support em{
  font-size: 2.1rem;
}
.area_map .list_map li:nth-child(9) .pcmn_btn{
  width: 68%;
  position: relative;
  max-width: 350px;
}
.area_map .list_map li:last-child{
  padding-bottom: 102px;
}


/* ===============================================
# area_qa
=============================================== */
.area_qa{
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 10px;
}
.area_qa .ttl_qa{
  position: relative;
  left: -9px;
  top: 0;
  margin-top: -22px;
  width: 318px;
}
.area_qa .ttl_qa::before,
.area_qa .ttl_qa::after{
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background: #fff;
  position: absolute;
  left: 8px;
}
.area_qa .ttl_qa::before{
  top: 44px;
}
.area_qa .ttl_qa::after{
  top: 113px;
}
.area_qa .list_qa{
  padding: 15px;
}
.area_qa .list_qa > div + div{
  margin-top: 40px;
}
.area_qa .list_qa dt{
  display: flex;
}
.area_qa .list_qa dt .img{
  /* width: 23.59%; */
  padding-left: 4px;
  padding-right: 15px;
}
.area_qa .list_qa dt .img img{
  width: 52px;
  margin-top: 27px;
}
.area_qa .list_qa dt .txt{
  width: 70.4%;
  border: 1px solid #43b9ad;
  border-radius: 10px 10px 10px 0;
  height: 100%;
  padding: 10px 12px 12px;
  line-height: 1.7;
  margin-left: 8px;
  position: relative;
  flex-grow: 2;
  margin-right: 10px;
}
.area_qa .list_qa dt .txt::before{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #43b9ad;
  position: absolute;
  left: -15px;
  bottom: -1px;
}
.area_qa .list_qa dt .txt::after{
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #43b9ad;
  position: absolute;
  left: -1px;
  bottom: -30px;
}
.area_qa .list_qa dd{
  background: #fce4da;
  border-radius: 10px;
  margin-top: 16px;
  padding: 25px 15px;
}
.area_qa .list_qa dd .txt_qa{
  line-height: 1.65;
}
.area_qa .list_qa dd .txt_qa img{
  padding: 10px 5px;
  width: 45px;
  vertical-align: text-top;
  float: left;
  margin-right: 10px;
}
/* img_right */
.area_qa .list_qa .img_right dt{
  flex-direction: row-reverse;
}
.area_qa .list_qa .img_right dt .img{
  padding-left: 10px;
  padding-right: 4px;
}
.area_qa .list_qa .img_right dt .img img{
  width: 57px;
  margin-top: 10px;
}
.area_qa .list_qa .img_right dt .txt{
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px 10px 0 10px;
}
.area_qa .list_qa .img_right dt .txt::before{
  left: auto;
  right: -15px;
}
.area_qa .list_qa .img_right dt .txt::after{
  left: auto;
  right: -1px;
}
.area_qa .list_qa > div:nth-child(3) dt .img img{
  margin-top: 16px;
  width: 55px;
}
.area_qa .list_qa > div:nth-child(3) dd .pcmn_btn{
  width: 82%;
}


/* ===============================================
# area_comment
=============================================== */
.area_comment{
  padding-top: 70px;
}
.area_comment > .box_bg{
  background-color: #f9f2dd;
  position: relative;
  padding: 20px;
  padding-top: 53px;
  padding-top: 14.13vw;
}
.area_comment > .box_bg + .box_bg{
  margin-top: 45px;
}
.area_comment .ttl_student{
  position: absolute;
  top: -30px;
  left: 50%;
  width: 87%;
  transform: translateX(-50%);
  max-width: 450px;
}
.area_comment .ttl_staff{
  position: absolute;
  top: -20px;
  left: 50%;
  width: 52.537%;
  transform: translateX(-50%);
  max-width: 300px;
}
.area_comment .box_name{
  display: flex;
  align-items: center;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}
.area_comment .box_name .img{
  width: 36.915%;
  margin-right: 16px;
  flex-shrink: 0;
  max-width: 170px;
}
.area_comment .box_name .name{
  width: auto;
  margin-bottom: 10px;
  flex-grow: 2;
}
.area_comment .box_name .name p span{
  font-size: 1.9rem;
  line-height: 1.3;
}
.area_comment .box_comment{
  background-color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
  margin-top: 15px;
  position: relative;
  padding: 20px 18px;
}
.area_comment .box_comment::before{
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.area_comment .box_comment .txt_catch{
  font-size: 2.1rem;
  color: #f0907a;
  line-height: 1.4;
}
.area_comment .box_comment .txt{
  margin-top: 8px;line-height: 1.65;
}
.area_comment .box_comment + .box_name{
  margin-top: 36px;
}
@media (min-width :835px){
  .area_comment > .box_bg{
    padding-top: 53px;
  }
}

/* ===============================================
# area_use
=============================================== */
.area_use{
  padding-top: 46px;
}
.area_use .ttl_use{
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  padding: 0 3px;
}
.area_use .ttl_use::before,
.area_use .ttl_use::after{
  content: '';
  display: inline-block;
  background: radial-gradient(circle farthest-side, #000, #000 38%, transparent 38%, transparent);
  background-size: 11px;
  height: 6px;
  width: 100%;
}
.area_use .ttl_use span{
  flex-shrink: 0;
  margin: 0 6px;
}
.area_use .ttl_use + .inner{
  margin-top: 16px;
}
.area_use .box_bg{
  padding: 15px 20px 20px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.area_use .box_bg + .box_bg{
  margin-top: 1px;
}
.area_use dl dt{
  font-size: 1.8rem;
}
.area_use dl dd{
  position: relative;
}
.area_use dl dd .img{
  position: absolute;
  top: 6px;
  right: 3px;
  width: 33.55%;
}
.area_use .list_use li{
  position: relative;
  padding-left: 9px;
  font-size: 1.3rem;
  margin-top: 3px;
  line-height: 1.65;
}
.area_use .list_use li::before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 9px;
}
.area_use .list_use li.contact{
  font-size: 1.4rem;
  margin-top: 8px;
}
.area_use .list_use li.contact span{
  font-size: 1.5rem;
}
/* color */
.area_use .box_bg.campus_yy{
  background-color: #fdeadf;
}
.area_use .box_bg.campus_yy .list_use li::before{
  background-color: #eb613b;
}
.area_use .box_bg.campus_yy .list_use li.contact a{
  color: #eb613b;
}
.area_use .box_bg.campus_mm{
  background-color: #e6f4f3;
}
.area_use .box_bg.campus_mm .list_use li::before{
  background-color: #00b2ae;
}
.area_use .box_bg.campus_mm .list_use li.contact a{
  color: #00b2ae;
}

/* ===============================================
# area_link
=============================================== */
.area_link{
  padding-top: 46px;
}
.area_link .btn_link a{
  width: 100%;
  max-width: 280px;
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
}
.area_link .btn_link.c_pink a{
  background-color: #f19dae;
  color: #fff;
  border-color: #f19dae;
  box-shadow: 0px 3px 0px 0px #e46177;
}
.area_link .btn_link.c_green a{
  background-color: #9ac827;
  color: #fff;
  border-color: #9ac827;
  box-shadow: 0px 3px 0px 0px #5d9d06;
}
.area_link .btn_link + .btn_link{
  margin-top: 14px;
}
@media (min-width :835px){
  .area_link .btn_link a{
    max-width: 340px;
  }
}


/* ===============================================
# sec_bnr
=============================================== */
.sec_bnr{
  padding-top: 54px;
  padding-bottom: 45px;
}
.sec_bnr .area_bnr{
  width: 71.466%;
  margin: 0 auto;
  max-width: 350px;
  padding: 23px;
  position: relative;
}
.sec_bnr .area_bnr::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_deco_text.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: rotate_trans 30s linear infinite;
  pointer-events: none;
}
.sec_bnr .area_bnr a{
  background: url(../img/bg_bnr_pink.svg)no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_bnr .area_bnr a img{
  display: block;
  width: 148px;
}