@charset "UTF-8";

/* *******************************************
     top
******************************************* */
#top .sec_bnr {
  /*background: url("../img/top/bg_bnr_area.png") repeat center top;*/
}

#top .sec_bnr .inner {
  width: 1060px;
  margin: 0 auto;
  padding: 40px 10px;
}

#top .sec_bnr .inner ul {
  overflow: hidden;
}

#top .sec_bnr .inner ul li {
  width: 500px;
  margin: 0 auto;
}

#top .sec_bnr .inner ul li img {
  width: 100%;
  height: auto;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #top .sec_bnr .inner {
    width: 94%;
    padding: 30px 0;
  }

  #top .sec_bnr .inner ul li {
    width: 32%;
  }
}

@media (max-width: 640px) {
  #top .sec_bnr .inner {
    width: 90%;
    padding: 5% 0;
  }
}

/*バナーがふたつの時*/
#top .sec_bnr .inner2 {
  width: 700px;
  margin: 0 auto;
  padding: 40px 10px;
}

#top .sec_bnr .inner2 ul {
  overflow: hidden;
}

#top .sec_bnr .inner2 ul li {
  width: 340px;
  float: left;
  margin-right: 20px;
}

#top .sec_bnr .inner2 ul li:last-child {
  margin-right: 0;
}

#top .sec_bnr .inner2 ul li img {
  width: 100%;
  height: auto;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #top .sec_bnr .inner2 {
    padding: 30px 0;
  }
}

@media (max-width: 640px) {
  #top .sec_bnr .inner2 {
    width: 90%;
    padding: 5% 0;
  }

  #top .sec_bnr .inner2 ul li {
    float: none;
    margin: 0 0 3%;
  }

  #top .sec_bnr .inner2 ul li:last-child {
    margin: 0;
  }
}

/*バナーがふたつの時*/


#top .sec01 {
  background: url("../img/top/bg_sec01.jpg") no-repeat center top;
  height: 866px;
  padding: 80px 0 0;
  position: relative;
}

#top .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}

#top .sec01 .inner h3 {
  margin-bottom: 60px;
}

#top .sec01 .inner h3+p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.8;
}

#top .sec01 .leaf {
  position: absolute;
  top: -10px;
  right: 0;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #top .sec01 {
    height: auto;
    padding: 80px 0;
  }

  #top .sec01 .inner {
    width: 94%;
  }

  #top .sec01 .inner .img img {
    width: 100%;
    height: auto;
  }

  #top .sec01 .leaf {
    display: none;
  }
}

@media (max-width: 640px) {
  #top .sec01 {
    background: url("../img/top/bg_sec01.jpg") no-repeat center top;
    background-size: auto 100%;
    height: auto;
    padding: 10% 0;
  }

  #top .sec01 .inner {
    width: 94%;
  }

  #top .sec01 .inner h3 {
    width: 50%;
    margin: 0 auto 5%;
  }

  #top .sec01 .inner h3+p {
    margin-bottom: 5%;
    font-size: 14px;
  }

  #top .sec01 .leaf {
    display: none;
  }
}

#top .sec02 {
  background: url("../img/top/bg_sec02.jpg") no-repeat center top;
  padding: 80px 0;
}

#top .sec02 .inner {
  padding: 0 50px;
}

#top .sec02 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top .sec02 .inner ul li {
  border-radius: 10px;
  background: #fff;
  width: 17.1%;
  margin-right: 1%;
  padding: 20px 1%;
}

#top .sec02 .inner ul li:last-child {
  margin-right: 0;
}

#top .sec02 .inner ul li figure {
  margin-bottom: 20px;
  overflow: hidden;
}

#top .sec02 .inner ul li figure img {
  width: 100%;
  height: auto;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -webkit-transition: all 1.5s ease 0s;
}

#top .sec02 .inner ul li figure+p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#top .sec02 .inner ul li a:hover {
  text-decoration: none;
}

#top .sec02 .inner ul li a:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #top .sec02 {
    padding: 60px 0 40px;
  }

  #top .sec02 .inner {
    padding: 0 1%;
  }

  #top .sec02 .inner ul li {
    padding: 15px 1%;
  }

  #top .sec02 .inner ul li:last-child {
    margin-right: 0;
  }

  #top .sec02 .inner ul li figure+p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #top .sec02 {
    background: url("../img/top/bg_sec02_sp.jpg") repeat center top;
    padding: 6% 0;
  }

  #top .sec02 .inner {
    padding: 0 3%;
  }

  #top .sec02 .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }

  #top .sec02 .inner ul li {
    width: 44%;
    float: left;
    margin: 0 0 3%;
    padding: 3% 2%;
  }

  #top .sec02 .inner ul li:nth-child(even) {
    float: right;
  }

  #top .sec02 .inner ul li:last-child {
    background: none;
    margin: 0;
    text-align: center;
  }

  #top .sec02 .inner ul li:last-child img {
    width: 70%;
  }

  #top .sec02 .inner ul li figure {
    margin-bottom: 3%;
  }

  #top .sec02 .inner ul li figure+p {
    font-size: 12px;
  }
}

#top .sec03 {
  background: url("../img/top/bg_sec03.jpg") no-repeat center top;
  padding: 80px 0;
}

#top .sec03 .inner {
  width: 1060px;
  margin: 0 auto;
}

#top .sec03 .inner h3 {
  margin-bottom: 50px;
  text-align: center;
}

#top .sec03 .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top .sec03 .inner ul li {
  width: 340px;
  border-radius: 10px;
  background: #fff;
  margin-right: 20px;
}

#top .sec03 .inner ul li figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#top .sec03 .inner ul li figure img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -webkit-transition: all 1.5s ease 0s;
}

#top .sec03 .inner ul li figure+div {
  padding: 20px 20px 30px;
}

#top .sec03 .inner ul li figure+div .ttl {
  margin-bottom: 10px;
  color: #38aee1;
  font-weight: bold;
}

#top .sec03 .inner ul li a {
  display: block;
}

#top .sec03 .inner ul li a:hover {
  text-decoration: none;
}

#top .sec03 .inner ul li a:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#top .sec03 .inner ul li:nth-child(3n) {
  margin-right: 0;
}

#top .sec03 .inner ul li:nth-child(-n+3) {
  margin-bottom: 20px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #top .sec03 {
    padding: 60px 0;
  }

  #top .sec03 .inner {
    width: 94%;
  }

  #top .sec03 .inner ul li {
    width: 32%;
    margin-right: 2%;
  }
}

@media (max-width: 640px) {
  #top .sec03 {
    background: url("../img/top/bg_sec03.jpg") no-repeat center top;
    padding: 8% 0;
  }

  #top .sec03 .inner {
    width: 94%;
  }

  #top .sec03 .inner h3 {
    width: 50%;
    margin: 0 auto 5%;
  }

  #top .sec03 .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  #top .sec03 .inner ul li {
    width: 48%;
    float: left;
    margin: 0 0 3%;
  }

  #top .sec03 .inner ul li:nth-child(odd) {
    margin: 0 4% 3% 0;
  }

  #top .sec03 .inner ul li figure+div {
    padding: 4% 4% 5%;
  }

  #top .sec03 .inner ul li figure+div .ttl {
    margin-bottom: 2%;
  }

  #top .sec03 .inner ul li:nth-child(3) {
    margin-right: 4% !important;
  }

  #top .sec03 .inner ul li:nth-child(3n) {
    margin-right: 0;
  }

  #top .sec03 .inner ul li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
}

#top .sec04 {
  padding: 80px 0;
}

#top .sec04 .inner {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}

#top .sec04 .inner .news_area {
  width: 690px;
  float: left;
}

#top .sec04 .inner .news_area h3 {
  margin-bottom: 25px;
}

#top .sec04 .inner .news_area .news {
  max-height: 558px;
  overflow: auto;
}

#top .sec04 .inner .news_area .news dl {
  border-bottom: 1px dotted #bfbfbf;
  padding: 15px 0;
  overflow: hidden;
}

#top .sec04 .inner .news_area .news dl dt {
  width: 130px;
  float: left;
  overflow: hidden;
}

#top .sec04 .inner .news_area .news dl dt .date {
  float: left;
  margin-top: 2px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

#top .sec04 .inner .news_area .news dl dd {
  width: 538px;
  float: right;
  margin-right: 5px;
}

#top .sec04 .inner .bnr_area {
  width: 340px;
  margin-top: 47px;
  float: right;
}

#top .sec04 .inner .bnr_area .bnr {
  margin-bottom: 20px;
}

#top .sec04 .inner .bnr_area .youtube_area {
  border: 2px solid #ccc;
  background: #fdecef;
  padding: 18px;
}

#top .sec04 .inner .bnr_area .youtube_area .ttl {
  margin-bottom: 25px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #top .sec04 {
    padding: 60px 0;
  }

  #top .sec04 .inner {
    width: 96%;
  }

  #top .sec04 .inner .news_area {
    width: 68%;
  }

  #top .sec04 .inner .news_area h3 {
    margin-bottom: 20px;
  }

  #top .sec04 .inner .news_area h3 img {
    width: 100%;
    height: auto;
  }

  #top .sec04 .inner .news_area .news {
    max-height: 418px;
  }

  #top .sec04 .inner .news_area .news dl dt {
    width: 14%;
  }

  #top .sec04 .inner .news_area .news dl dd {
    width: 82%;
    margin-right: 1%;
  }

  #top .sec04 .inner .bnr_area {
    width: 25%;
  }

  #top .sec04 .inner .bnr_area img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #top .sec04 {
    padding: 8% 0;
  }

  #top .sec04 .inner {
    width: 94%;
  }

  #top .sec04 .inner .news_area {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }

  #top .sec04 .inner .news_area h3 {
    width: 60%;
    margin-bottom: 5%;
  }

  #top .sec04 .inner .news_area .news {
    max-height: 280px;
    overflow: auto;
  }

  #top .sec04 .inner .news_area .news dl {
    padding: 3% 0;
  }

  #top .sec04 .inner .news_area .news dl dt {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }

  #top .sec04 .inner .news_area .news dl dt .date {
    margin: 2px 3% 0 0;
    font-size: 14px;
  }

  #top .sec04 .inner .news_area .news dl dd {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  #top .sec04 .inner .news_area .news dl dd img {
    width: 24px;
  }

  #top .sec04 .inner .bnr_area {
    width: 100%;
    float: none;
  }

  #top .sec04 .inner .bnr_area .youtube_area {
    margin-bottom: 4%;
    padding: 5%;
  }

  #top .sec04 .inner .bnr_area .youtube_area .ttl {
    width: 70%;
    margin-bottom: 5%;
  }
}


@media screen and (max-width: 640px) {
  #top .sec_bnr .inner ul {
    display: flex;
    flex-wrap: wrap;
  }

  #top .sec_bnr .inner ul li:last-child {
    margin: 0 0 4%;
  }
}

#top .sec03 .inner ul li figure+div p span {
  display: block;
  font-size: 90%;
  color: #38aee1;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0.5em;
}


.insta {
  background: repeating-linear-gradient(-45deg, #eef8ff, #eef8ff 1px, #daf0ff 0, #daf0ff 15px);
}

.insta .inner {
  max-width: 100%;
  padding: 6.5em 0 5em;
  margin: 0;
  overflow: hidden;
}

.insta .inner h2 {
  position: relative;
  color: #38aee1;
  margin: 0 0 0.5em;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  letter-spacing: 0.06em;
  text-align: center;
}

.insta .inner h2 .icon {
  width: 0.8em;
  position: absolute;
  bottom: calc(100% - 0.2em);
  left: 50%;
  transform: translateX(-50%);
}

.insta .inner .insta-slide__item {
  width: 330px !important;
  max-width: 330px !important;
  height: 410px;
  margin: 0 1em;
  background: #eee;
  border-radius: 0.8em;
  overflow: hidden;
  object-fit: contain;
}

.insta .inner .insta-slide__item .instagram-media {
  width: 100% !important;
  max-width: 330px !important;
  border-radius: 0.8em !important;
  overflow: hidden;
}

.Embed,
._aa4c {
  border-radius: 0.8em !important;
  overflow: hidden;
}

.insta .inner .insta-slide .slick-dots {
  width: auto;
  margin: initial;
  left: 50%;
  bottom: -2.5em;
  transform: translateX(-50%);
}

.insta .inner .insta-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 0.8em 0 0;
  border-radius: 100%;
}

.insta .inner .insta-slide .slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  color: rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 100%;
  line-height: 1;
  opacity: 1;
}

.insta .inner .insta-slide .slick-dots li.slick-active button:before {
  background: #38aee1;
  opacity: 1;
}

.insta .inner .insta-slide .slick-prev,
.insta .inner .insta-slide .slick-next {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: rgb(56 174 225 / 80%);
  border-radius: 100%;
}

.insta .inner .insta-slide .slick-prev {
  left: 1%;
  z-index: 3;
}

.insta .inner .insta-slide .slick-next {
  right: 1%;
  z-index: 3;
}

.insta .inner .insta-slide .slick-prev::before,
.insta .inner .insta-slide .slick-next::before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 18px;
}

.insta .inner .insta-slide .slick-prev::before {
  left: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.insta .inner .insta-slide .slick-next::before {
  left: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 640px) {
  .insta .inner h2 {
    font-size: 40px;
  }

  .insta .inner .insta-slide__item {
    width: 320px !important;
    height: 360px;
  }

  .insta .inner .insta-slide__item .instagram-media {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 320px !important;
    min-width: initial !important;
  }

  .insta .inner .insta-slide .slick-prev,
  .insta .inner .insta-slide .slick-next {
    background: #38aee1;
  }
}



.top-title {
  margin: 0 0 2em;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  text-align: center;
}

.top-title .top-title__icon {
  width: 30%;
  max-width: 167px;
  margin: 0 auto .5em;
  display: block;
}

.top-title .top-title__jp {
  margin: 0 0 .5em;
  padding: 0 0 .1em;
  border-bottom: 2px solid;
  font-size: 42px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.top-title .top-title__jp::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #372f2c;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.top-title .top-title__en {
  color: #cbb582;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}

@media screen and (max-width: 640px) {
  .top-title .top-title__jp {
    font-size: 30px;
  }

  .top-title .top-title__en {
    font-size: 16px;
  }
}



#top .event {
  background: url(../img/top/bg-blog--pattern.jpg) repeat;
}

#top .event .inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 4em 0 0;
  overflow: hidden;
}

#top .event .inner .event-slide__item {
  width: 340px;
  margin: 0 .5em;
}

#top .event .inner .event-slide__item .tmb {
  width: 100%;
  height: 200px;
  margin: 0 0 .5em;
  background: url(../img/top/img_sec03_06.jpg) center / cover no-repeat;
  border-radius: 0.8em;
  overflow: hidden;
}

#top .event .inner .event-slide__item h3 {
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#top .event .inner .event-slide .slick-dots {
  width: auto;
  margin: initial;
  left: 50%;
  bottom: -2.5em;
  transform: translateX(-50%);
}

#top .event .inner .event-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 0.8em 0 0;
  border-radius: 100%;
}

#top .event .inner .event-slide .slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  color: rgba(0, 0, 0, 0);
  background: rgb(56 174 225 / 20%);
  border-radius: 100%;
  line-height: 1;
  opacity: 1;
}

#top .event .inner .event-slide .slick-dots li.slick-active button:before {
  background: #38aee1;
  opacity: 1;
}

#top .event .inner .event-slide .slick-prev,
#top .event .inner .event-slide .slick-next {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: rgb(56 174 225 / 80%);
  border-radius: 100%;
}

#top .event .inner .event-slide .slick-prev {
  left: 1%;
  z-index: 3;
}

#top .event .inner .event-slide .slick-next {
  right: 1%;
  z-index: 3;
}

#top .event .inner .event-slide .slick-prev::before,
#top .event .inner .event-slide .slick-next::before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 18px;
}

#top .event .inner .event-slide .slick-prev::before {
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top .event .inner .event-slide .slick-next::before {
  left: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#top .event .inner .btn a {
  width: 260px;
  height: 70px;
  margin: 5em auto 0;
  color: #38aee1;
  border: 2px solid;
  border-radius: 70px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#top .event .inner .btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #38aee1;
  border-bottom: 2px solid #38aee1;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 36%;
  right: 1em;
  transform: rotate(-135deg) translateY(-50%);
}

#top .event .inner .btn a:hover {
  color: #fff;
  background: #38aee1;
  border: 2px solid #38aee1;
  text-decoration: none;
}

#top .event .inner .btn a:hover::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

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

  #top .event .inner .event-slide .slick-prev,
  #top .event .inner .event-slide .slick-next {
    background: #38aee1;
  }

  #top .event .inner .btn a {
    width: 60%;
    height: 60px;
    margin: 5em auto 3em;
  }

  #top .event .inner .btn a::after {
    width: 7px;
    height: 7px;
    top: 37%;
  }
}



/* *******************************************
     about
******************************************* */
/*--- greeting ---*/
#greeting .sec01 {
  background: url("../img/about/img_reaf.jpg") no-repeat left top;
  padding: 70px 0;
}

#greeting .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#greeting .sec01 .inner h3 {
  margin-bottom: 45px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#greeting .sec01 .inner .block {
  overflow: hidden;
}

#greeting .sec01 .inner .block figure {
  width: 480px;
  float: right;
  text-align: center;
}

#greeting .sec01 .inner .block figure .name {
  padding-top: 40px;
}

#greeting .sec01 .inner .block figure+div {
  width: 520px;
  float: left;
  padding-top: 50px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  line-height: 1.9;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #greeting .sec01 .inner {
    width: 94%;
  }

  #greeting .sec01 .inner h3 {
    font-size: 36px;
  }

  #greeting .sec01 .inner .block figure {
    width: 48%;
  }

  #greeting .sec01 .inner .block figure img {
    width: 100%;
    height: auto;
  }

  #greeting .sec01 .inner .block figure .name img {
    width: auto;
    height: 70px;
  }

  #greeting .sec01 .inner .block figure+div {
    width: 50%;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  #greeting .sec01 {
    background: none;
    padding: 8% 0;
  }

  #greeting .sec01 .inner {
    width: 94%;
  }

  #greeting .sec01 .inner h3 {
    margin-bottom: 7%;
    font-size: 18px;
  }

  #greeting .sec01 .inner .block figure {
    width: 80%;
    float: none;
    margin: 0 auto 5%;
  }

  #greeting .sec01 .inner .block figure .name {
    padding-top: 6%;
  }

  #greeting .sec01 .inner .block figure .name img {
    width: auto;
    height: 40px;
  }

  #greeting .sec01 .inner .block figure+div {
    width: 100%;
    float: none;
    padding-top: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

/*--- facility ---*/
#facility .sec01 {
  padding: 0 0 70px;
}

#facility .sec01 .inner {
  background: url("../img/about/img_facilities01.jpg") no-repeat right top;
  width: 1080px;
  min-height: 1080px;
  margin: 0 auto;
  padding: 70px 0 70px;
  position: relative;
}

#facility .sec01 .inner h3 {
  margin-bottom: 45px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#facility .sec01 .inner .txt_area {
  width: 320px;
}

#facility .sec01 .inner .txt_area p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

#facility .sec01 .inner .ground {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/about/bg_facilities.png") no-repeat center center;
  width: 738px;
  height: 608px;
}

#facility .sec01 .inner .ground .box {
  width: 380px;
  margin: 248px 0 0 30px;
}

#facility .sec01 .inner .ground .box .ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#facility .sec01 .inner .ground .box .txt {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #facility .sec01 .inner {
    background-size: 65%;
    width: 94%;
    padding: 50px 0 0;
  }

  #facility .sec01 .inner h3 {
    margin-bottom: 35px;
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  #facility .sec01 {
    padding: 0 0 70px;
  }

  #facility .sec01 .inner {
    background-size: 150% auto;
    width: 100%;
    min-height: 0;
    padding: 7% 0;
  }

  #facility .sec01 .inner h3 {
    margin-bottom: 3%;
    padding: 0 3%;
    font-size: 18px;
  }

  #facility .sec01 .inner .txt_area {
    width: 94%;
    margin: 0 auto 10%;
  }

  #facility .sec01 .inner .txt_area p {
    margin-bottom: 3%;
    font-size: 12px;
  }

  #facility .sec01 .inner .ground {
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background-color: rgba(240, 240, 240, 0.8);
    width: 88%;
    height: auto;
    margin: 0 auto;
    padding: 3% 3%;
  }

  #facility .sec01 .inner .ground .box {
    width: 100%;
    margin: 0;
  }

  #facility .sec01 .inner .ground .box .ttl {
    margin-bottom: 3%;
    font-size: 14px;
  }

  #facility .sec01 .inner .ground .box .txt {
    margin-top: 3%;
    font-size: 12px;
  }
}

#facility .sec02 {
  padding: 10px 0 70px;
}

#facility .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#facility .sec02 .inner h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#facility .sec02 .inner h3+p {
  margin-bottom: 35px;
  text-align: center;
}

#facility .sec02 .inner figure {
  margin-bottom: 70px;
}

#facility .sec02 .inner ul.faci {
  overflow: hidden;
}

#facility .sec02 .inner ul.faci li {
  width: 500px;
  float: left;
  margin-bottom: 25px;
}

#facility .sec02 .inner ul.faci li:nth-child(even) {
  float: right;
}

#facility .sec02 .inner ul.faci li p {
  padding-top: 15px;
  font-size: 20px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #facility .sec02 .inner {
    width: 94%;
  }

  #facility .sec02 .inner h3 {
    font-size: 36px;
  }

  #facility .sec02 .inner figure img {
    width: 100%;
    height: auto;
  }

  #facility .sec02 .inner ul.faci li {
    width: 48%;
  }

  #facility .sec02 .inner ul.faci li img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #facility .sec02 {
    padding: 0 0 7%;
  }

  #facility .sec02 .inner {
    width: 94%;
    margin: 0 auto;
  }

  #facility .sec02 .inner h3 {
    margin-bottom: 4%;
    font-size: 18px;
  }

  #facility .sec02 .inner h3+p {
    margin-bottom: 5%;
  }

  #facility .sec02 .inner figure {
    margin-bottom: 7%;
  }

  #facility .sec02 .inner ul.faci li {
    width: 48%;
    margin-bottom: 5%;
  }

  #facility .sec02 .inner ul.faci li p {
    padding-top: 2%;
    font-size: 12px;
  }
}

/*--- faq ---*/
#faq .sec01 {
  padding: 70px 0;
}

#faq .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#faq .sec01 .inner dl {
  border-top: 1px dashed #a6c9eb;
  padding: 24px 0 28px;
}

#faq .sec01 .inner dl dt {
  background: url("../img/about/icon_q.png") no-repeat left top;
  min-height: 52px;
  margin-bottom: 20px;
  padding: 20px 0 0 95px;
  color: #38aee1;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#faq .sec01 .inner dl dd {
  background: url("../img/about/icon_a.png") no-repeat 23px 5px;
  padding: 0 0 0 95px;
  color: #000;
  font-size: 20px;
}

#faq .sec01 .inner dl dd a {
  color: #0066cc;
  text-decoration: underline;
}

#faq .sec01 .inner dl.last {
  border-bottom: 1px dashed #a6c9eb;
}

/* 20241204津田追加ここから */

.faq-h3 {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
  color: #f14949;
}

/* 20241204津田追加ここまで */
@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #faq .sec01 .inner {
    width: 94%;
  }
}

@media (max-width: 640px) {
  #faq .sec01 {
    padding: 7% 0;
  }

  #faq .sec01 .inner {
    width: 94%;
  }

  #faq .sec01 .inner dl {
    padding: 4% 0;
  }

  #faq .sec01 .inner dl dt {
    background-size: 40px auto;
    min-height: 30px;
    margin-bottom: 4%;
    padding: 10px 0 0 50px;
    font-size: 16px;
  }

  #faq .sec01 .inner dl dd {
    background: url("../img/about/icon_a.png") no-repeat 10px 5px;
    background-size: 18px auto;
    padding: 0 0 0 50px;
    font-size: 14px;
  }
}

/*--- efforts ---*/
#efforts .sec01 {
  padding: 50px 0 20px;
}

#efforts .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#efforts .sec01 .inner .main_img {
  margin-bottom: 70px;
}

#efforts .sec01 .inner ul.eff li:nth-child(odd) {
  margin-bottom: 70px;
  overflow: hidden;
}

#efforts .sec01 .inner ul.eff li:nth-child(odd) figure {
  width: 460px;
  float: right;
}

#efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div {
  width: 580px;
  float: left;
  padding-top: 50px;
}

#efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div h3 {
  background: url("../img/common/bg_h3.png") repeat-x left bottom;
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div h3.mb {
  margin-bottom: 10px;
}

#efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div .coution {
  margin-bottom: 50px;
  color: #e94c5f;
  font-weight: bold;
}

#efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div .txt {
  font-size: 20px;
  line-height: 1.6;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) {
  margin-bottom: 70px;
  overflow: hidden;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) figure {
  width: 460px;
  float: left;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) figure+div {
  width: 580px;
  float: right;
  padding-top: 50px;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) figure+div h3 {
  background: url("../img/common/bg_h3.png") repeat-x left bottom;
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) figure+div h3.mb {
  margin-bottom: 10px;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) figure+div h3.ls {
  letter-spacing: -2px;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) figure+div .coution {
  margin-bottom: 50px;
  color: #e94c5f;
  font-weight: bold;
}

#efforts .sec01 .inner ul.eff li:nth-child(even) figure+div .txt {
  font-size: 20px;
  line-height: 1.6;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #efforts .sec01 {
    padding: 30px 0 20px;
  }

  #efforts .sec01 .inner {
    width: 94%;
  }

  #efforts .sec01 .inner .main_img img {
    width: 100%;
    height: auto;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) {
    margin-bottom: 50px;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure {
    width: 45%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure img {
    width: 100%;
    height: auto;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div {
    width: 52%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div h3 {
    font-size: 32px;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) {
    margin-bottom: 50px;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure {
    width: 45%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure img {
    width: 100%;
    height: auto;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure+div {
    width: 52%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure+div h3 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  #efforts .sec01 {
    padding: 5% 0 0;
  }

  #efforts .sec01 .inner {
    width: 94%;
  }

  #efforts .sec01 .inner .main_img {
    margin-bottom: 8%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) {
    margin-bottom: 10%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure {
    width: 80%;
    float: none;
    margin: 0 auto 5%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div {
    width: 100%;
    float: none;
    padding-top: 0;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div h3 {
    margin-bottom: 5%;
    padding-bottom: 2%;
    font-size: 18px;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div h3.mb {
    margin-bottom: 2%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div .coution {
    margin-bottom: 5%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(odd) figure+div .txt {
    font-size: 14px;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) {
    margin-bottom: 10%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure {
    width: 80%;
    float: none;
    margin: 0 auto 5%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure+div {
    width: 100%;
    float: none;
    padding-top: 0;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure+div h3 {
    margin-bottom: 5%;
    padding-bottom: 2%;
    font-size: 18px;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure+div h3.mb {
    margin-bottom: 2%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure+div .coution {
    margin-bottom: 5%;
  }

  #efforts .sec01 .inner ul.eff li:nth-child(even) figure+div .txt {
    font-size: 14px;
  }
}

/*--- access ---*/
#access .sec01 {
  padding: 70px 0;
}

#access .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#access .sec01 .inner h3 {
  background: url("../img/common/bg_h3.png") repeat-x left bottom;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#access .sec01 .inner h4 {
  margin-bottom: 10px;
  color: #38aee1;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#access .sec01 .inner .add {
  margin-bottom: 50px;
  font-size: 20px;
}

#access .sec01 .inner .block {
  margin-bottom: 50px;
  overflow: hidden;
}

#access .sec01 .inner .block figure {
  width: 718px;
  float: right;
}

#access .sec01 .inner .block figure+div {
  width: 320px;
  float: left;
}

#access .sec01 .inner .block figure+div p {
  margin-bottom: 30px;
  line-height: 1.6;
}

#access .sec01 .inner .block figure+div p span {
  font-weight: bold;
}

#access .sec01 .inner .ttl_map {
  border-left: 6px solid #38aee1;
  margin-bottom: 40px;
  padding: 10px 0 10px 20px;
  color: #38aee1;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  letter-spacing: 2px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #access .sec01 {
    padding: 50px 0;
  }

  #access .sec01 .inner {
    width: 94%;
  }

  #access .sec01 .inner .block {
    margin-bottom: 50px;
    overflow: hidden;
  }

  #access .sec01 .inner .block figure {
    width: 65%;
  }

  #access .sec01 .inner .block figure img {
    width: 100%;
    height: auto;
  }

  #access .sec01 .inner .block figure+div {
    width: 33%;
  }

  #access .sec01 .inner iframe {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 640px) {
  #access .sec01 {
    padding: 7% 0;
  }

  #access .sec01 .inner {
    width: 94%;
  }

  #access .sec01 .inner h3 {
    margin-bottom: 5%;
    padding-bottom: 2%;
    font-size: 18px;
  }

  #access .sec01 .inner h4 {
    margin-bottom: 2%;
    font-size: 16px;
  }

  #access .sec01 .inner .add {
    margin-bottom: 5%;
    font-size: 14px;
  }

  #access .sec01 .inner .block {
    margin-bottom: 6%;
  }

  #access .sec01 .inner .block figure {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #access .sec01 .inner .block figure+div {
    width: 100%;
    float: none;
  }

  #access .sec01 .inner .block figure+div p {
    margin-bottom: 5%;
  }

  #access .sec01 .inner .ttl_map {
    border-left: 3px solid #38aee1;
    margin-bottom: 5%;
    padding: 1% 0 1% 15px;
    font-size: 18px;
  }

  #access .sec01 .inner iframe {
    width: 100%;
    height: 300px;
  }
}

/* *******************************************
     education
******************************************* */
/*--- appeal ---*/
#appeal.low h3 {
  background: url("../img/common/bg_h3.png") repeat-x left bottom;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#appeal.low h3 span {
  margin-left: 30px;
}

#appeal.low h4.red {
  border-left: 6px solid #d14f97;
  margin-bottom: 25px;
  padding: 15px 0 15px 28px;
  color: #d14f97;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#appeal.low h4.green {
  border-left: 6px solid #009c70;
  margin-bottom: 25px;
  padding: 15px 0 15px 28px;
  color: #009c70;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

@media (max-width: 640px) {
  #appeal.low h3 {
    margin-bottom: 5%;
    padding-bottom: 3%;
    font-size: 18px;
  }

  #appeal.low h3 span {
    margin-left: 10px;
  }

  #appeal.low h3 span img {
    width: auto;
    height: 35px;
  }

  #appeal.low h4.red {
    border-left: 3px solid #d14f97;


    margin-bottom: 3%;
    padding: 1% 0 1% 3%;
    font-size: 16px;
  }

  #appeal.low h4.green {
    border-left: 3px solid #009c70;
    margin-bottom: 3%;
    padding: 1% 0 1% 3%;
    font-size: 16px;
  }
}

#appeal .sec01 {
  width: 100%;
}

#appeal .sec01 img {
  width: 100%;
  height: auto;
}

#appeal .sec02 {
  padding: 20px 0 40px;
}

#appeal .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#appeal .sec02 .inner .txt {
  margin-bottom: 40px;
  line-height: 1.8;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #appeal .sec02 .inner {
    width: 94%;
  }
}

@media (max-width: 640px) {
  #appeal .sec02 {
    padding: 4% 0 6%;
  }

  #appeal .sec02 .inner {
    width: 94%;
  }

  #appeal .sec02 .inner .txt {
    margin-bottom: 5%;
  }
}

#appeal .sec03 {
  padding: 0 0 70px;
}

#appeal .sec03 .inner {
  width: 1080px;
  margin: 0 auto;
}

#appeal .sec03 .inner h5 {
  background: url("../img/common/bg_h5.png") repeat-x left bottom;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #009c70;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#appeal .sec03 .inner .txt {
  margin-bottom: 30px;
  line-height: 1.8;
}

#appeal .sec03 .inner .block {
  overflow: hidden;
}

#appeal .sec03 .inner .block .pht {
  width: 680px;
  float: right;
  overflow: hidden;
}

#appeal .sec03 .inner .block .pht .pht1 {
  float: left;
}

#appeal .sec03 .inner .block .pht .pht2 {
  float: right;
}

#appeal .sec03 .inner .block .txt {
  width: 360px;
  float: left;
}

#appeal .sec03 .inner .univ {
  overflow: hidden;
}

#appeal .sec03 .inner .univ dt {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  width: 500px;
  float: left;
  padding: 9px;
}

#appeal .sec03 .inner .univ dd {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  width: 500px;
  float: right;
  padding: 9px;
}

#appeal .sec03 .inner .univ .ttl {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
}

#appeal .sec03 .inner .univ .ttl span {
  font-size: 14px;
  font-weight: normal;
}

#appeal .sec03 .inner .univ .name {
  padding: 0 25px 30px;
  line-height: 1.6;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #appeal .sec03 {
    padding: 0 0 70px;
  }

  #appeal .sec03 .inner {
    width: 94%;
  }

  #appeal .sec03 .inner .block .pht {
    width: 60%;
  }

  #appeal .sec03 .inner .block .pht .pht1 {
    width: 48%;
  }

  #appeal .sec03 .inner .block .pht .pht2 {
    width: 48%;
  }

  #appeal .sec03 .inner .block .pht img {
    width: 100%;
    height: auto;
  }

  #appeal .sec03 .inner .block .txt {
    width: 36%;
  }

  #appeal .sec03 .inner .univ dt {
    width: 44%;
    padding: 2%;
  }

  #appeal .sec03 .inner .univ dd {
    width: 44%;
    padding: 2%;
  }

  #appeal .sec03 .inner .univ .ttl {
    background: #f4f4f4;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
  }

  #appeal .sec03 .inner .univ .ttl span {
    font-size: 12px;
  }

  #appeal .sec03 .inner .univ .name {
    padding: 0 0 20px;
  }
}

@media (max-width: 640px) {
  #appeal .sec03 {
    padding: 0 0 7%;
  }

  #appeal .sec03 .inner {
    width: 94%;
  }

  #appeal .sec03 .inner h5 {
    margin-bottom: 3%;
    padding-bottom: 2%;
    font-size: 15px;
  }

  #appeal .sec03 .inner .txt {
    margin-bottom: 5%;
  }

  #appeal .sec03 .inner .block .pht {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }

  #appeal .sec03 .inner .block .pht .pht1 {
    width: 48%;
  }

  #appeal .sec03 .inner .block .pht .pht2 {
    width: 48%;
  }

  #appeal .sec03 .inner .block .txt {
    width: 100%;
    float: none;
  }

  #appeal .sec03 .inner .univ dt {
    width: 95.5%;
    float: none;
    margin-bottom: 3%;
    padding: 2%;
  }

  #appeal .sec03 .inner .univ dd {
    width: 95.5%;
    float: none;
    padding: 2%;
  }

  #appeal .sec03 .inner .univ .ttl {
    margin-bottom: 3%;
    padding: 3% 3%;
    font-size: 16px;
  }

  #appeal .sec03 .inner .univ .ttl span {
    font-size: 12px;
  }

  #appeal .sec03 .inner .univ .name {
    padding: 0 1% 3%;
  }
}

/*--- four_growup ---*/
#four_growup .sec01 {
  padding: 70px 0;
}

#four_growup .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#four_growup .sec01 .inner h3 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#four_growup .sec01 .inner .box {
  border-radius: 5px;
  background: #f5f3f2;
  padding: 64px 0;
  text-align: center;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #four_growup .sec01 .inner {
    width: 94%;
  }

  #four_growup .sec01 .inner h3 {
    font-size: 36px;
  }

  #four_growup .sec01 .inner .box {
    padding: 64px 30px;
  }

  #four_growup .sec01 .inner .box img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #four_growup .sec01 {
    padding: 4% 0 7%;
  }

  #four_growup .sec01 .inner {
    width: 94%;
  }

  #four_growup .sec01 .inner h3 {
    margin-bottom: 5%;
    font-size: 18px;
  }

  #four_growup .sec01 .inner .box {
    padding: 5% 5%;
  }
}

#four_growup .sec02 {
  padding: 0 0 30px;
}

#four_growup .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#four_growup .sec02 .inner .ttl {
  margin-bottom: 30px;
}

#four_growup .sec02 .inner h4 {
  margin-bottom: 25px;
  text-align: center;
  color: #c4ad73;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#four_growup .sec02 .inner h5 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

#four_growup .sec02 .inner h5.tal {
  text-align: left;
}

#four_growup .sec02 .inner .block01 {
  margin-bottom: 70px;
  overflow: hidden;
}

#four_growup .sec02 .inner .block01 .pht {
  width: 680px;
  float: right;
  overflow: hidden;
}

#four_growup .sec02 .inner .block01 .pht .pht1 {
  float: left;
}

#four_growup .sec02 .inner .block01 .pht .pht2 {
  float: right;
}

#four_growup .sec02 .inner .block01 .txt {
  width: 360px;
  float: left;
  line-height: 1.6;
}

#four_growup .sec02 .inner .block01 .txt p.mb {
  margin-bottom: 30px;
}

#four_growup .sec02 .inner .block02 {
  margin-bottom: 70px;
  overflow: hidden;
}

#four_growup .sec02 .inner .block02 .pht {
  width: 480px;
  float: right;
  text-align: right;
}

#four_growup .sec02 .inner .block02 .pht img {
  margin-bottom: 5px;
}

#four_growup .sec02 .inner .block02 .pht span {
  font-size: 14px;
}

#four_growup .sec02 .inner .block02 .txt {
  width: 560px;
  float: left;
  line-height: 1.6;
}

#four_growup .sec02 .inner .ttl_edu {
  margin-bottom: 25px;
  color: #c4ad73;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#four_growup .sec02 .inner .block_edu {
  margin-bottom: 40px;
  overflow: hidden;
}

#four_growup .sec02 .inner .block_edu dt {
  width: 520px;
  float: left;
}

#four_growup .sec02 .inner .block_edu dd {
  width: 520px;
  float: right;
}

#four_growup .sec02 .inner .block_edu figure {
  margin-bottom: 20px;
}

#four_growup .sec02 .inner .block_edu .ttl_edu2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

#four_growup .sec02 .inner .block_edu .ttl_edu2 span {
  color: #c4ad73;
  font-size: 28px;
}

#four_growup .sec02 .inner .block_edu .txt {
  line-height: 1.6;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #four_growup .sec02 {
    padding: 0 0 30px;
  }

  #four_growup .sec02 .inner {
    width: 94%;
  }

  #four_growup .sec02 .inner .ttl img {
    width: 100%;
    height: auto;
  }

  #four_growup .sec02 .inner h4 {
    font-size: 36px;
  }

  #four_growup .sec02 .inner .block01 .pht {
    width: 65%;
  }

  #four_growup .sec02 .inner .block01 .pht .pht1 {
    width: 48%;
  }

  #four_growup .sec02 .inner .block01 .pht .pht2 {
    width: 48%;
  }

  #four_growup .sec02 .inner .block01 .pht img {
    width: 100%;
    height: auto;
  }

  #four_growup .sec02 .inner .block01 .txt {
    width: 30%;
  }

  #four_growup .sec02 .inner .block02 .pht {
    width: 48%;
  }

  #four_growup .sec02 .inner .block02 .pht img {
    width: 100%;
    height: auto;
  }

  #four_growup .sec02 .inner .block02 .txt {
    width: 50%;
  }

  #four_growup .sec02 .inner .block_edu dt {
    width: 48%;
  }

  #four_growup .sec02 .inner .block_edu dd {
    width: 48%;
  }

  #four_growup .sec02 .inner .block_edu figure img {
    width: 100%;
    height: auto;
  }

  #four_growup .sec02 .inner .block_edu .ttl_edu2 {
    font-size: 18px;
    font-weight: bold;
  }
}

@media (max-width: 640px) {
  #four_growup .sec02 {
    padding: 0 0 5%;
  }

  #four_growup .sec02 .inner {
    width: 94%;
  }

  #four_growup .sec02 .inner .ttl {
    margin-bottom: 4%;
  }

  #four_growup .sec02 .inner h4 {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #four_growup .sec02 .inner h5 {
    margin-bottom: 3%;
    font-size: 13px;
  }

  #four_growup .sec02 .inner .block01 {
    margin-bottom: 8%;
  }

  #four_growup .sec02 .inner .block01 .pht {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #four_growup .sec02 .inner .block01 .pht .pht1 {
    width: 48%;
  }

  #four_growup .sec02 .inner .block01 .pht .pht2 {
    width: 48%;
  }

  #four_growup .sec02 .inner .block01 .txt {
    width: 100%;
    float: none;
  }

  #four_growup .sec02 .inner .block01 .txt p.mb {
    margin-bottom: 4%;
  }

  #four_growup .sec02 .inner .block02 {
    margin-bottom: 8%;
  }

  #four_growup .sec02 .inner .block02 .pht {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #four_growup .sec02 .inner .block02 .pht span {
    font-size: 12px;
  }

  #four_growup .sec02 .inner .block02 .txt {
    width: 100%;
    float: none;
  }

  #four_growup .sec02 .inner .ttl_edu {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #four_growup .sec02 .inner .block_edu {
    margin-bottom: 40px;
    overflow: hidden;
  }

  #four_growup .sec02 .inner .block_edu dt {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #four_growup .sec02 .inner .block_edu dd {
    width: 100%;
    float: none;
  }

  #four_growup .sec02 .inner .block_edu figure {
    margin-bottom: 4%;
  }

  #four_growup .sec02 .inner .block_edu .ttl_edu2 {
    margin-bottom: 3%;
    font-size: 14px;
  }

  #four_growup .sec02 .inner .block_edu .ttl_edu2 span {
    font-size: 18px;
  }
}

/*--- history ---*/
#history.low h3 {
  background: url("../img/common/bg_h3.png") repeat-x left bottom;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#history.low h4 {
  border-left: 6px solid #38aee1;
  margin-bottom: 35px;
  padding-left: 28px;
  color: #38aee1;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

@media (max-width: 640px) {
  #history.low h3 {
    background: url("../img/common/bg_h3.png") repeat-x left bottom;
    margin-bottom: 5%;
    padding-bottom: 2%;
    font-size: 18px;
  }

  #history.low h4 {
    border-left: 3px solid #38aee1;
    margin-bottom: 5%;
    padding-left: 3%;
    font-size: 16px;
  }
}

#history .sec01 {
  padding: 70px 0;
}

#history .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#history .sec01 .inner .txt {
  margin-bottom: 50px;
}

#history .sec01 .inner .box {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding: 40px 0;
  overflow: hidden;
}

#history .sec01 .inner .box .txt1 {
  width: 465px;
  margin: 0 auto 20px;
  color: #336699;
  font-size: 20px;
  font-weight: bold;
}

#history .sec01 .inner .box figure {
  margin-bottom: 20px;
  text-align: center;
}

#history .sec01 .inner .box .txt2 {
  width: 365px;
  float: left;
  margin-left: 150px;
  color: #669966;
  font-size: 20px;
  font-weight: bold;
}

#history .sec01 .inner .box .txt3 {
  width: 365px;
  float: right;
  margin-right: 150px;
  color: #cc9933;
  font-size: 20px;
  font-weight: bold;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #history .sec01 .inner {
    width: 94%;
  }

  #history .sec01 .inner .box {
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    padding: 40px 0;
  }

  #history .sec01 .inner .box .txt1 {
    margin: 0 auto 20px;
  }

  #history .sec01 .inner .box .txt2 {
    margin-left: 70px;
  }

  #history .sec01 .inner .box .txt3 {
    margin-right: 70px;
  }
}

@media (max-width: 640px) {
  #history .sec01 {
    padding: 8% 0;
  }

  #history .sec01 .inner {
    width: 94%;
  }

  #history .sec01 .inner .txt {
    margin-bottom: 7%;
  }

  #history .sec01 .inner .box {
    padding: 5% 3%;
  }

  #history .sec01 .inner .box .txt1 {
    width: 100%;
    margin: 0 auto 4%;
    font-size: 14px;
  }

  #history .sec01 .inner .box figure {
    margin-bottom: 4%;
  }

  #history .sec01 .inner .box .txt2 {
    width: 48%;
    margin-left: 0;
    font-size: 14px;
  }

  #history .sec01 .inner .box .txt3 {
    width: 48%;
    margin-right: 0;
    font-size: 14px;
  }
}

#history .sec02 {
  padding: 0 0 70px;
}

#history .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#history .sec02 .inner h4 {
  position: relative;
  margin-bottom: 70px;
}

#history .sec02 .inner h4 span {
  position: absolute;
  top: -30px;
  right: 0;
}

#history .sec02 .inner ul li {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  margin-bottom: 40px;
  padding: 9px 9px;
  overflow: hidden;
}

#history .sec02 .inner ul li figure {
  width: 280px;
  float: left;
}

#history .sec02 .inner ul li figure+div {
  width: 740px;
  float: right;
  padding-top: 20px;
}

#history .sec02 .inner ul li figure+div h5 {
  margin-bottom: 10px;
  color: #38aee1;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #history .sec02 .inner {
    width: 94%;
  }

  #history .sec02 .inner ul li {
    margin-bottom: 30px;
  }

  #history .sec02 .inner ul li figure {
    width: 25%;
  }

  #history .sec02 .inner ul li figure img {
    width: 100%;
    height: auto;
  }

  #history .sec02 .inner ul li figure+div {
    width: 72%;
    padding-top: 10px;
  }

  #history .sec02 .inner ul li figure+div h5 {
    margin-bottom: 5px;
  }
}

@media (max-width: 640px) {
  #history .sec02 {
    padding: 0 0 8%;
  }

  #history .sec02 .inner {
    width: 94%;
  }

  #history .sec02 .inner h4 {
    margin-bottom: 8%;
  }

  #history .sec02 .inner h4 span {
    position: relative;
    top: 0;
    right: 0;
  }

  #history .sec02 .inner ul li {
    margin-bottom: 5%;
    padding: 3% 3%;
  }

  #history .sec02 .inner ul li figure {
    width: 80%;
    float: none;
    margin: 0 auto 3%;
  }

  #history .sec02 .inner ul li figure+div {
    width: 100%;
    float: none;
    padding-top: 0;
  }

  #history .sec02 .inner ul li figure+div h5 {
    margin-bottom: 2%;
    text-align: center;
    font-size: 16px;
  }
}

/*--- global ---*/
#global .sec01 {
  width: 100%;
}

#global .sec01 img {
  width: 100%;
  height: auto;
}

#global .sec02 {
  padding: 70px 0 30px;
}

#global .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#global .sec02 .inner h3 {
  margin-bottom: 20px;
  color: #ec661b;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#global .sec02 .inner .txt {
  margin-bottom: 50px;
  line-height: 1.6;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #global .sec02 .inner {
    width: 94%;
  }
}

@media (max-width: 640px) {
  #global .sec02 {
    padding: 8% 0 4%;
  }

  #global .sec02 .inner {
    width: 94%;
  }

  #global .sec02 .inner h3 {
    margin-bottom: 3%;
    font-size: 18px;
  }

  #global .sec02 .inner .txt {
    margin-bottom: 7%;
  }
}

/*--- course ---*/
#course .sec01 {
  padding: 60px 0 0;
}

#course .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#course .sec01 .inner h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#course .sec01 .inner h3 span {
  color: #c4ad73;
  font-size: 72px;
}

#course .sec01 .inner .read {
  margin-bottom: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

#course .sec01 .box {
  background: url("../img/education/bg_course_sec01.jpg") repeat-y center top;
}

#course .sec01 .box .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 65px 0 75px;
}

#course .sec01 .box .inner .course {
  margin-bottom: 50px;
  overflow: hidden;
}

#course .sec01 .box .inner .course dt {
  width: 520px;
  float: left;
}

#course .sec01 .box .inner .course dt h5 {
  background: url("../img/common/bg_h5.png") repeat-x left bottom;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #009c70;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#course .sec01 .box .inner .course dd {
  width: 520px;
  float: right;
}

#course .sec01 .box .inner .course dd h5 {
  background: url("../img/common/bg_h5_red.png") repeat-x left bottom;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #c63d5b;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#course .sec01 .box .inner .course h4 {
  margin-bottom: 60px;
}

#course .sec01 .box .inner .course figure {
  margin-bottom: 25px;
}

#course .sec01 .box .inner .course figure+p {
  line-height: 1.6;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #course .sec01 .inner {
    width: 94%;
  }

  #course .sec01 .box .inner {
    width: 94%;
  }

  #course .sec01 .box .inner .course dt {
    width: 48%;
  }

  #course .sec01 .box .inner .course dd {
    width: 48%;
  }

  #course .sec01 .box .inner .course h4 {
    margin-bottom: 40px;
  }

  #course .sec01 .box .inner .course h4 img {
    width: auto;
    height: 150px;
  }

  #course .sec01 .box .inner .course figure img {
    width: 100%;
    height: auto;
  }

  #course .sec01 .box .inner .img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #course .sec01 {
    padding: 7% 0 0;
  }

  #course .sec01 .inner {
    width: 94%;
  }

  #course .sec01 .inner h3 {
    margin-bottom: 3%;
    font-size: 18px;
  }

  #course .sec01 .inner h3 span {
    font-size: 30px;
  }

  #course .sec01 .inner .read {
    margin-bottom: 4%;
    font-size: 14px;
  }

  #course .sec01 .box {
    background: url("../img/education/bg_course_sec01.jpg") repeat-y center top;
  }

  #course .sec01 .box .inner {
    width: 94%;
    padding: 7% 0;
  }

  #course .sec01 .box .inner .course {
    margin-bottom: 7%;
  }

  #course .sec01 .box .inner .course dt {
    width: 100%;
    float: none;
    margin-bottom: 8%;
  }

  #course .sec01 .box .inner .course dt h5 {
    margin-bottom: 4%;
    padding-bottom: 2%;
    font-size: 16px;
  }

  #course .sec01 .box .inner .course dd {
    width: 100%;
    float: none;
  }

  #course .sec01 .box .inner .course dd h5 {
    margin-bottom: 4%;
    padding-bottom: 2%;
    font-size: 16px;
  }

  #course .sec01 .box .inner .course h4 {
    margin-bottom: 4%;
  }

  #course .sec01 .box .inner .course h4 img {
    width: auto;
    height: 100px;
  }

  #course .sec01 .box .inner .course figure {
    margin-bottom: 3%;
  }
}

#course .sec02 {
  padding: 15px 0 0;
}

#course .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#course .sec02 .inner h3 {
  margin-bottom: 15px;
}

#course .sec02 .inner h4.green {
  margin-bottom: 30px;
  text-align: center;
  color: #08a3a3;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#course .sec02 .inner h4.red {
  margin-bottom: 30px;
  text-align: center;
  color: #c93464;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#course .sec02 .inner ul.detail {
  margin-bottom: 70px;
}

#course .sec02 .inner ul.detail li {
  margin-bottom: 50px;
  overflow: hidden;
}

#course .sec02 .inner ul.detail li figure {
  width: 500px;
  float: right;
}

#course .sec02 .inner ul.detail li figure+div {
  width: 540px;
  float: left;
}

#course .sec02 .inner ul.detail li figure+div h5.green {
  margin-bottom: 20px;
  color: #08a3a3;
  font-size: 24px;
  font-weight: bold;
}

#course .sec02 .inner ul.detail li figure+div h5.green+p {
  line-height: 1.6;
}

#course .sec02 .inner ul.detail li figure+div h5.red {
  margin-bottom: 20px;
  color: #c93464;
  font-size: 24px;
  font-weight: bold;
}

#course .sec02 .inner ul.detail li figure+div h5.red+p {
  line-height: 1.6;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #course .sec02 {
    padding: 15px 0 0;
  }

  #course .sec02 .inner {
    width: 94%;
    margin: 0 auto;
  }

  #course .sec02 .inner h3 img {
    width: 100%;
    height: auto;
  }

  #course .sec02 .inner ul.detail li figure {
    width: 48%;
  }

  #course .sec02 .inner ul.detail li figure img {
    width: 100%;
    height: auto;
  }

  #course .sec02 .inner ul.detail li figure+div {
    width: 50%;
  }
}

@media (max-width: 640px) {
  #course .sec02 {
    padding: 3% 0 0;
  }

  #course .sec02 .inner {
    width: 94%;
  }

  #course .sec02 .inner h3 {
    margin-bottom: 3%;
  }

  #course .sec02 .inner h4.green {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #course .sec02 .inner h4.red {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #course .sec02 .inner ul.detail {
    margin-bottom: 0;
  }

  #course .sec02 .inner ul.detail li {
    margin-bottom: 7%;
  }

  #course .sec02 .inner ul.detail li figure {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #course .sec02 .inner ul.detail li figure+div {
    width: 100%;
    float: none;
  }

  #course .sec02 .inner ul.detail li figure+div h5.green {
    margin-bottom: 1%;
    font-size: 15px;
  }

  #course .sec02 .inner ul.detail li figure+div h5.red {
    margin-bottom: 1%;
    font-size: 15px;
  }
}

/*--- activities ---*/
#activities .sec01 {
  padding: 70px 0;
}

#activities .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#activities .sec01 .inner h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#activities .sec01 .inner .main_img {
  margin-bottom: 40px;
}

#activities .sec01 .inner .block {
  overflow: hidden;
}

#activities .sec01 .inner .block .pht {
  width: 680px;
  float: right;
  padding-top: 90px;
}

#activities .sec01 .inner .block .pht ul {
  overflow: hidden;
}

#activities .sec01 .inner .block .pht ul li {
  width: 320px;
  float: left;
}

#activities .sec01 .inner .block .pht ul li:nth-child(even) {
  float: right;
}

#activities .sec01 .inner .block .pht ul li:nth-child(-n+2) {
  margin-bottom: 20px;
}

#activities .sec01 .inner .block .pht ul li p {
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
}

#activities .sec01 .inner .block .txt_area {
  width: 360px;
  float: left;
}

#activities .sec01 .inner .block .txt_area h5 {
  margin-bottom: 25px;
  color: #d7a44a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

#activities .sec01 .inner .block .txt_area .txt {
  margin-bottom: 60px;
  line-height: 1.6;
}

#activities .sec01.bg_type01 {
  background: #f9f7ed;
}

#activities .sec01.bg_type02 {
  background: #efecdc;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #activities .sec01 .inner {
    width: 94%;
  }

  #activities .sec01 .inner h3 {
    font-size: 36px;
  }

  #activities .sec01 .inner .main_img img {
    width: 100%;
    height: auto;
  }

  #activities .sec01 .inner .block .pht {
    width: 65%;
  }

  #activities .sec01 .inner .block .pht ul li {
    width: 48%;
  }

  #activities .sec01 .inner .block .pht ul li img {
    width: 100%;
    height: auto;
  }

  #activities .sec01 .inner .block .txt_area {
    width: 30%;
  }

  #activities .sec01 .inner .block .txt_area img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #activities .sec01 {
    padding: 7% 0;
  }

  #activities .sec01 .inner {
    width: 94%;
  }

  #activities .sec01 .inner h3 {
    margin-bottom: 4%;
    font-size: 18px;
  }

  #activities .sec01 .inner .main_img {
    margin-bottom: 5%;
  }

  #activities .sec01 .inner .block .pht {
    width: 100%;
    float: none;
    margin-bottom: 5%;
    padding-top: 0;
  }

  #activities .sec01 .inner .block .pht ul li {
    width: 48%;
  }

  #activities .sec01 .inner .block .pht ul li:nth-child(-n+2) {
    margin-bottom: 4%;
  }

  #activities .sec01 .inner .block .pht ul li p {
    padding-top: 2%;
    font-size: 12px;
  }

  #activities .sec01 .inner .block .txt_area {
    width: 100%;
    float: none;
  }

  #activities .sec01 .inner .block .txt_area h5 {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #activities .sec01 .inner .block .txt_area .txt {
    margin-bottom: 6%;
  }
}

#activities .sec02 {
  padding: 70px 0;
}

#activities .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#activities .sec02 .inner h4 {
  border-left: 6px solid #d7a44a;
  margin-bottom: 40px;
  padding: 15px 0 15px 20px;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  position: relative;
}

#activities .sec02 .inner h4 span {
  font-size: 18px;
}

#activities .sec02 .inner h4 img {
  position: absolute;
  top: 0;
  left: 360px;
}

#activities .sec02 .inner .block {
  margin-bottom: 70px;
  overflow: hidden;
}

#activities .sec02 .inner .block figure {
  width: 720px;
  float: left;
}

#activities .sec02 .inner .block figure+div {
  width: 320px;
  float: right;
}

#activities .sec02 .inner .block figure+div h5 {
  margin-bottom: 20px;
  color: #d7a44a;
  font-size: 24px;
  font-weight: bold;
}

#activities .sec02 .inner .block figure+div ul {
  margin-bottom: 10px;
  overflow: hidden;
}

#activities .sec02 .inner .block figure+div ul li {
  width: 48%;
  float: left;
  margin-bottom: 5px;
}

#activities .sec02 .inner .block figure+div .kakko {
  background: url("../img/education/bg_kakko.png") no-repeat center top;
  min-height: 56px;
  padding: 8px 0 0 25px;
}

#activities .sec02 .inner .block02 {
  overflow: hidden;
}

#activities .sec02 .inner .block02 dl {
  overflow: hidden;
}

#activities .sec02 .inner .block02 dl dt {
  width: 502px;
  float: left;
}

#activities .sec02 .inner .block02 dl dt ul li {
  margin-bottom: 20px;
}

#activities .sec02 .inner .block02 dl dd {
  border-left: 1px solid #ccc;
  width: 457px;
  float: right;
  padding: 0 50px;
}

#activities .sec02 .inner .block02 dl dd .txt1 {
  margin-bottom: 15px;
}

#activities .sec02 .inner .block02 dl dd ul li:first-child {
  width: 170px;
  float: left;
  padding-top: 25px;
  line-height: 1.8;
}

#activities .sec02 .inner .block02 dl dd ul li:last-child {
  width: 240px;
  float: right;
}

#activities .sec02 .inner .block02 dl dd ul li:last-child .pht1 {
  margin-bottom: 10px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #activities .sec02 .inner {
    width: 94%;
  }

  #activities .sec02 .inner .block figure {
    width: 66%;
  }

  #activities .sec02 .inner .block figure img {
    width: 100%;
    height: auto;
  }

  #activities .sec02 .inner .block figure+div {
    width: 30%;
  }

  #activities .sec02 .inner .block figure+div ul li {
    width: 50%;
    font-size: 14px;
  }

  #activities .sec02 .inner .block figure+div .kakko {
    background: none;
    min-height: 0;
    padding: 8px 0 0 0;
  }

  #activities .sec02 .inner .block02 dl dt {
    width: 50%;
  }

  #activities .sec02 .inner .block02 dl dd {
    width: 43.5%;
    padding: 0 3%;
  }
}

@media (max-width: 640px) {
  #activities .sec02 {
    padding: 7% 0;
  }

  #activities .sec02 .inner {
    width: 94%;
  }

  #activities .sec02 .inner h4 {
    border-left: 3px solid #d7a44a;
    margin-bottom: 6%;
    padding: 1% 0 1% 3%;
    font-size: 16px;
  }

  #activities .sec02 .inner h4 span {
    font-size: 14px;
  }

  #activities .sec02 .inner h4 img {
    display: none;
  }

  #activities .sec02 .inner .block {
    margin-bottom: 8%;
  }

  #activities .sec02 .inner .block figure {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #activities .sec02 .inner .block figure+div {
    width: 100%;
    float: none;
  }

  #activities .sec02 .inner .block figure+div h5 {
    margin-bottom: 4%;
    font-size: 15px;
  }

  #activities .sec02 .inner .block figure+div ul {
    margin-bottom: 3%;
  }

  #activities .sec02 .inner .block figure+div ul li {
    width: 48%;
    margin-bottom: 1%;
  }

  #activities .sec02 .inner .block figure+div .kakko {
    background: none;
    min-height: 0;
    padding: 0;
  }

  #activities .sec02 .inner .block02 dl dt {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }

  #activities .sec02 .inner .block02 dl dt ul li {
    margin-bottom: 3%;
  }

  #activities .sec02 .inner .block02 dl dd {
    border-left: none;
    width: 100%;
    float: none;
    padding: 0;
  }

  #activities .sec02 .inner .block02 dl dd .txt1 {
    margin-bottom: 3%;
  }

  #activities .sec02 .inner .block02 dl dd ul li:first-child {
    width: 30%;
    padding-top: 0;
  }

  #activities .sec02 .inner .block02 dl dd ul li:last-child {
    width: 65%;
  }

  #activities .sec02 .inner .block02 dl dd ul li:last-child .pht1 {
    margin-bottom: 3%;
  }
}

/* *******************************************
     admission
******************************************* */
/*--- common ---*/
.sec_page_link {
  background: url("../img/admission/bg_pagenav.png") repeat center top;
  padding: 45px 0;
}

.sec_page_link .inner {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.sec_page_link .inner .btn1 a {
  display: block;
  border: 1px solid #ccc;
  background: url("../img/common/icon_arrow_btn_down.png") no-repeat 95% center #fff;
  width: 478px;
  float: left;
  padding: 20px 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sec_page_link .inner .btn1 a:hover {
  background-color: #e9e9e9;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.sec_page_link .inner .btn2 a {
  display: block;
  border: 1px solid #ccc;
  background: url("../img/common/icon_arrow_btn_down.png") no-repeat 95% center #fff;
  width: 478px;
  float: right;
  padding: 20px 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sec_page_link .inner .btn2 a:hover {
  background-color: #e9e9e9;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}



@media (min-device-width: 641px) and (max-device-width: 1024px) {
  .sec_page_link .inner {
    width: 94%;
  }

  .sec_page_link .inner .btn1 a {
    width: 42%;
    padding: 20px 3%;
  }

  .sec_page_link .inner .btn2 a {
    width: 42%;
    padding: 20px 3%;
  }
}

@media (max-width: 640px) {
  .sec_page_link {
    background: url("../img/admission/bg_pagenav.png") repeat center top;
    padding: 6% 0;
  }

  .sec_page_link .inner {
    width: 94%;
  }

  .sec_page_link .inner .btn1 a {
    width: 40%;
    padding: 3% 5% 3% 3%;
    font-size: 12px;
  }

  .sec_page_link .inner .btn1 a:hover {
    background-color: #fff;
  }

  .sec_page_link .inner .btn2 a {
    width: 40%;
    padding: 3% 5% 3% 3%;
    font-size: 12px;
  }

  .sec_page_link .inner .btn2 a:hover {
    background-color: #fff;
  }
}

/*--- introduction ---*/
#introduction.low h3 {
  background: url("../img/common/bg_h3.png") repeat-x left bottom;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#introduction.low h4 {
  border-left: 6px solid #38aee1;
  margin-bottom: 40px;
  padding: 0 0 0 28px;
  color: #38aee1;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  position: relative;
}

#introduction.low h4 img {
  position: absolute;
  top: -16px;
  right: 0;
}

#introduction.low h4.single {
  padding: 10px 0 10px 28px;
}

#introduction.low h4.single span.single_span {
  font-size: 19px;
  font-weight: normal;
  color: #000;
  position: absolute;
  bottom: -20px;
  right: 3%;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #introduction.low h3 {
    font-size: 36px;
  }

  #introduction.low h4 img {
    width: auto !important;
    height: 100px !important;
  }

  #introduction.low h4.single {
    padding: 10px 0 10px 28px;
  }
}

@media (max-width: 640px) {
  #introduction.low h3 {
    margin-bottom: 5%;
    padding-bottom: 3%;
    font-size: 18px;
  }

  #introduction.low h4 {
    border-left: 3px solid #38aee1;
    margin-bottom: 3%;
    padding: 1% 0 1% 3%;
    font-size: 16px;
  }

  #introduction.low h4 img {
    display: none;
  }

  #introduction.low h4.single {
    padding: 1% 0 1% 3%;
  }

  #introduction.low h4.single span.single_span {
    display: block;
    position: static;
    font-size: 12px;
  }
}

#introduction .sec01 {
  padding: 40px 0 70px;
}

#introduction .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#introduction .sec01 .inner table {
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  width: 99.5%;
}

#introduction .sec01 .inner table th {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  background: #b5b6b6;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.8;
}

#introduction .sec01 .inner table th span {
  font-size: 14px;
}

#introduction .sec01 .inner table td {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  background: #ecf4f9;
  padding: 10px 10px;
  font-size: 24px;
}

#introduction .sec01 .inner table td:first-child {
  width: 20%;
  text-align: center;
}

#introduction .sec01 .inner table td:nth-child(2) {
  width: 20%;
  text-align: center;
}

#introduction .sec01 .inner table td.orange {
  background: #fcd98e;
}

#introduction .sec01 .inner table td span {
  font-size: 80%;
  margin-left: 3%;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #introduction .sec01 .inner {
    width: 94%;
  }
}

@media (max-width: 640px) {
  #introduction .sec01 {
    padding: 5% 0 7%;
  }

  #introduction .sec01 .inner {
    width: 94%;
  }

  #introduction .sec01 .inner table {
    width: 99.5%;
  }

  #introduction .sec01 .inner table th {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.2;
  }

  #introduction .sec01 .inner table th span {
    font-size: 10px;
  }

  #introduction .sec01 .inner table td {
    padding: 5px 5px;
    font-size: 12px;
  }

  #introduction .sec01 .inner table td:first-child {
    width: 25%;
  }

  #introduction .sec01 .inner table td:nth-child(2) {
    width: 25%;
  }

  #introduction .sec01 .inner table td span {
    display: block;
  }
}

#introduction .sec02 {
  padding: 0 0 70px;
}

#introduction .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#introduction .sec02 .inner h5 {
  border-radius: 5px;
  background: url("../img/common/bg_h5_blue.png") repeat center top;
  margin-bottom: 15px;
  padding: 15px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#introduction .sec02 .inner h5 span {
  font-weight: normal;
}

#introduction .sec02 .inner .block {
  margin-bottom: 40px;
}

#introduction .sec02 .inner .block p {
  font-size: 20px;
  line-height: 1.6;
}

#introduction .sec02 .inner .block p.deadline {
  font-size: 28px;
  font-weight: bold;
}

#introduction .sec02 .inner .block p a {
  color: #0066ff;
  text-decoration: underline;
}

#introduction .sec02 .inner table {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 99.5%;
  margin-bottom: 40px;
}

#introduction .sec02 .inner table th {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #5b9bd5;
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 0.8;
}

#introduction .sec02 .inner table td {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #d2deef;
  padding: 10px 10px;
  font-size: 24px;
  text-align: center;
}

#introduction .sec02 .inner table tr:nth-child(odd) td {
  background: #eaeff7;
}

#introduction .sec02 .inner .block2 {
  border: 10px double #fcd98e;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

#introduction .sec02 .inner .kome {
  margin-bottom: 50px;
}

#introduction .sec02 .inner .kome li {
  text-indent: -1.0em;
  margin-left: 1.0em;
  font-size: 17px;
  line-height: 1.5;
}

#introduction .sec02 .inner .box_contact {
  /*border: 8px solid #e4e4e4;
      padding: 38px 0;*/
  overflow: hidden;
}

#introduction .sec02 .inner .box_contact dt {
  border-right: 1px solid #ccc;
  width: 44.5%;
  float: left;
  margin-left: 5%;
  line-height: 1.6;
  font-size: 20px;
}

#introduction .sec02 .inner .box_contact dt a {
  color: #0066ff;
  text-decoration: underline;
}

#introduction .sec02 .inner .box_contact dd {
  width: 50%;
  float: right;
  text-align: center;
}

#introduction .sec02 .inner .box_contact dd .ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#introduction .sec02 .inner .box_contact dd .mail a {
  display: block;
  border: 4px solid #38aee1;
  border-radius: 5px;
  background: url("../img/admission/icon_mail.png") no-repeat 10% center;
  width: 340px;
  margin: 0 auto;
  padding: 15px 0 15px 20px;
  color: #38aee1;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#introduction .sec02 .inner .box_contact dd .mail a:hover {
  background-color: #def4fe;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

#introduction .btn-style2 {
  text-decoration: none;
  margin: 0 auto;
  max-width: 580px;
  height: 96px;
  border-radius: 48px;
  font-size: 28px;
  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;
  font-weight: bold;
  position: relative;
  color: #fff;
}

#introduction .btn-style2::before,
#introduction .btn-style2::after {
  border-radius: 48px;
}

#introduction .btn-style2 .btn-style2__inner {
  position: relative;
  z-index: 3;
  -webkit-transition: .1s transform linear;
  -o-transition: .1s transform linear;
  transition: .1s transform linear;
}

#introduction .btn-style2::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  background-color: #25649e;
  z-index: 1;
}

#introduction .btn-style2::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  z-index: 2;
  background-color: #38aee1;
  -webkit-transition: .1s transform linear;
  -o-transition: .1s transform linear;
  transition: .1s transform linear;
}

#introduction .btn-style2:hover::after {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #introduction .sec02 .inner {
    width: 94%;
  }
}

@media (max-width: 640px) {
  #introduction .sec02 {
    padding: 0 0 7%;
  }

  #introduction .sec02 .inner {
    width: 94%;
  }

  #introduction .sec02 .inner h5 {
    margin-bottom: 3%;
    padding: 2% 3%;
    color: #fff;
    font-size: 15px;
  }

  #introduction .sec02 .inner .block {
    margin-bottom: 6%;
  }

  #introduction .sec02 .inner .block p {
    font-size: 14px;
  }

  #introduction .sec02 .inner .block p.deadline {
    font-size: 20px;
  }

  #introduction .sec02 .inner .box_contact {
    /*border: 4px solid #e4e4e4;*/
    padding: 5% 5%;
  }

  #introduction .sec02 .inner .box_contact dt {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    float: none;
    margin: 0 0 5%;
    padding-bottom: 5%;
    font-size: 14px;
  }

  #introduction .sec02 .inner .box_contact dd {
    width: 100%;
    float: none;
  }

  #introduction .sec02 .inner .box_contact dd .ttl {
    margin-bottom: 4%;
    font-size: 14px;
  }

  #introduction .sec02 .inner .box_contact dd .mail a {
    border: 2px solid #38aee1;
    background: url("../img/admission/icon_mail.png") no-repeat 10% center;
    width: 85%;
    padding: 2% 0 2% 20px;
    color: #38aee1;
    font-size: 16px;
  }

  #introduction .sec02 .inner .box_contact dd .mail a:hover {
    background-color: #fff;
  }

  #introduction .sec02 .inner table th {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.2;
  }

  #introduction .sec02 .inner table td {
    padding: 5px 5px;
    font-size: 12px;
  }

  #introduction .sec02 .inner .kome li {
    text-indent: -1.0em;
    margin-left: 1.0em;
    font-size: 12px;
    line-height: 1.5;
  }

  #introduction .btn-style2 {
    width: 90%;
    height: 52px;
    border-radius: 26px;
    font-size: 16px;
  }
}


/*--- recruitment ---*/
#recruitment .sec01 {
  border-bottom: 1px solid #ccc;
  padding: 40px 0 30px;
}

#recruitment .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#recruitment .sec01 .inner h4 {
  margin-bottom: 45px;
  color: #38aee1;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#recruitment .sec01 .inner dl.entrance dt {
  margin-bottom: 20px;
}

#recruitment .sec01 .inner dl.entrance dt h5 {
  border-radius: 5px;
  background: url("../img/common/bg_h5_blue2.png") repeat center top;
  padding: 13px 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#recruitment .sec01 .inner dl.entrance dt h5 span {
  font-size: 30px;
}

#recruitment .sec01 .inner dl.entrance dd {
  padding: 0 60px 50px;
  font-size: 20px;
  line-height: 1.6;
}

#recruitment .sec01 .inner dl.entrance dd span.fwb {
  font-weight: bold;
}

#recruitment .sec01 .inner dl.entrance dd span.fs24 {
  font-size: 24px;
}

#recruitment .sec01 .inner dl.entrance dd .mb {
  margin-bottom: 30px;
}

#recruitment .sec01 .inner dl.entrance dd .admitted {
  margin-top: 10px;
}

#recruitment .sec01 .inner dl.entrance dd .admitted th {
  padding: 0 50px 0 0;
}

#recruitment .sec01 .inner dl.entrance dd .examination {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 99.5%;
  margin-top: 30px;
}

#recruitment .sec01 .inner dl.entrance dd .examination th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  width: 160px;
  padding: 15px 20px;
}

#recruitment .sec01 .inner dl.entrance dd .examination td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
}

#recruitment .sec01 .inner dl.entrance dd .method {
  margin-bottom: 20px;
  overflow: hidden;
}

#recruitment .sec01 .inner dl.entrance dd .method li {
  width: 50%;
  float: left;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #recruitment .sec01 .inner {
    width: 94%;
  }

  #recruitment .sec01 .inner h4 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  #recruitment .sec01 .inner dl.entrance dd {
    padding: 0 20px 50px;
  }

  #recruitment .sec01 .inner dl.entrance dd .examination th {
    width: 150px;
  }
}

@media (max-width: 640px) {
  #recruitment .sec01 {
    padding: 5% 0;
  }

  #recruitment .sec01 .inner {
    width: 94%;
  }

  #recruitment .sec01 .inner h4 {
    margin-bottom: 5%;
    font-size: 18px;
  }

  #recruitment .sec01 .inner dl.entrance dt {
    margin-bottom: 3%;
  }

  #recruitment .sec01 .inner dl.entrance dt h5 {
    padding: 2% 3%;
    font-size: 16px;
  }

  #recruitment .sec01 .inner dl.entrance dt h5 span {
    font-size: 20px;
  }

  #recruitment .sec01 .inner dl.entrance dd {
    padding: 0 0 8%;
    font-size: 14px;
  }

  #recruitment .sec01 .inner dl.entrance dd span.fs24 {
    font-size: 15px;
  }

  #recruitment .sec01 .inner dl.entrance dd .mb {
    margin-bottom: 5%;
  }

  #recruitment .sec01 .inner dl.entrance dd .admitted {
    margin-top: 2%;
  }

  #recruitment .sec01 .inner dl.entrance dd .admitted th {
    padding: 0 5% 0 0;
    vertical-align: top;
  }

  #recruitment .sec01 .inner dl.entrance dd .admitted td {
    vertical-align: top;
  }

  #recruitment .sec01 .inner dl.entrance dd .examination {
    margin-top: 4%;
  }

  #recruitment .sec01 .inner dl.entrance dd .examination th {
    width: 30%;
    padding: 2% 3%;
  }

  #recruitment .sec01 .inner dl.entrance dd .examination td {
    padding: 2% 3%;
  }

  #recruitment .sec01 .inner dl.entrance dd .method {
    margin-bottom: 0;
  }

  #recruitment .sec01 .inner dl.entrance dd .method li {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }
}

#recruitment .sec02 {
  padding: 70px 0 20px;
}

#recruitment .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#recruitment .sec02 .inner h4 {
  margin-bottom: 45px;
  color: #38aee1;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#recruitment .sec02 .inner dl.entrance dt {
  margin-bottom: 40px;
}

#recruitment .sec02 .inner dl.entrance dt h5 {
  border-radius: 5px;
  background: url("../img/common/bg_h5_blue2.png") repeat center top;
  padding: 13px 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#recruitment .sec02 .inner dl.entrance dt h5 span {
  font-size: 30px;
}

#recruitment .sec02 .inner dl.entrance dd {
  padding: 0 60px 60px;
  font-size: 20px;
  line-height: 1.6;
}

#recruitment .sec02 .inner dl.entrance dd .expenses {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 99.5%;
}

#recruitment .sec02 .inner dl.entrance dd .expenses tr:last-child th {
  border-top: 1px solid #ccc;
}

#recruitment .sec02 .inner dl.entrance dd .expenses tr:last-child td {
  border-top: 1px solid #ccc;
}

#recruitment .sec02 .inner dl.entrance dd .expenses th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  width: 740px;
  padding: 15px 20px;
}

#recruitment .sec02 .inner dl.entrance dd .expenses td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  text-align: right;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #recruitment .sec02 .inner {
    width: 94%;
  }

  #recruitment .sec02 .inner h4 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  #recruitment .sec02 .inner dl.entrance dd {
    padding: 0 20px 60px;
  }

  #recruitment .sec02 .inner dl.entrance dd .expenses th {
    width: 640px;
  }
}

@media (max-width: 640px) {
  #recruitment .sec02 {
    padding: 5% 0 3%;
  }

  #recruitment .sec02 .inner {
    width: 94%;
  }

  #recruitment .sec02 .inner h4 {
    margin-bottom: 5%;
    font-size: 18px;
  }

  #recruitment .sec02 .inner dl.entrance dt {
    margin-bottom: 3%;
  }

  #recruitment .sec02 .inner dl.entrance dt h5 {
    padding: 2% 3%;
    font-size: 16px;
  }

  #recruitment .sec02 .inner dl.entrance dt h5 span {
    font-size: 20px;
  }

  #recruitment .sec02 .inner dl.entrance dd {
    padding: 0 0 8%;
    font-size: 14px;
  }

  #recruitment .sec02 .inner dl.entrance dd .expenses th {
    width: 65%;
    padding: 2% 3%;
  }

  #recruitment .sec02 .inner dl.entrance dd .expenses td {
    padding: 2% 3%;
  }
}

/*--- transfer ---*/
#transfer .sec01 {
  border-bottom: 1px solid #ccc;
  padding: 40px 0 30px;
}

#transfer .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#transfer .sec01 .inner h4 {
  margin-bottom: 45px;
  color: #38aee1;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#transfer .sec01 .inner dl.entrance dt {
  margin-bottom: 20px;
}

#transfer .sec01 .inner dl.entrance dt h5 {
  border-radius: 5px;
  background: url("../img/common/bg_h5_blue2.png") repeat center top;
  padding: 13px 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#transfer .sec01 .inner dl.entrance dd {
  padding: 0 60px 50px;
  font-size: 20px;
  line-height: 1.6;
  overflow: hidden;
}

#transfer .sec01 .inner dl.entrance dd.full {
  padding: 0 0 50px;
}

#transfer .sec01 .inner dl.entrance dd span.fwb {
  font-weight: bold;
}

#transfer .sec01 .inner dl.entrance dd span.red {
  color: #f00;
}

#transfer .sec01 .inner dl.entrance dd .mb {
  margin-bottom: 30px;
}

#transfer .sec01 .inner dl.entrance dd .indent li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

#transfer .sec01 .inner dl.entrance dd .kome li {
  text-indent: -1.0em;
  margin-left: 1.0em;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area {
  margin-bottom: 30px;
  overflow: hidden;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area li:first-child {
  width: 48%;
  float: left;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area li:last-child {
  width: 48%;
  float: right;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-top: 10px;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses tr:last-child th {
  border-top: 1px solid #ccc;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses tr:last-child td {
  border-top: 1px solid #ccc;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  padding: 13px 20px;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 130px;
  padding: 13px 20px;
  text-align: right;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child th {
  border-top: none;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child td {
  border-top: none;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-last-child(2) th {
  border-top: 1px solid #ccc;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-last-child(2) td {
  border-top: 1px solid #ccc;
}

#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) th,
#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) td,
#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child th,
#transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child td {
  padding: 5px 20px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #transfer .sec01 .inner {
    width: 94%;
  }

  #transfer .sec01 .inner h4 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  #transfer .sec01 .inner dl.entrance dd {
    padding: 0 20px 50px;
  }
}

@media (max-width: 640px) {
  #transfer .sec01 {
    padding: 5% 0 0;
  }

  #transfer .sec01 .inner {
    width: 94%;
  }

  #transfer .sec01 .inner h4 {
    margin-bottom: 5%;
    font-size: 18px;
  }

  #transfer .sec01 .inner dl.entrance dt {
    margin-bottom: 3%;
  }

  #transfer .sec01 .inner dl.entrance dt h5 {
    padding: 2% 3%;
    font-size: 16px;
  }

  #transfer .sec01 .inner dl.entrance dd {
    padding: 0 0 8%;
    font-size: 14px;
  }

  #transfer .sec01 .inner dl.entrance dd.full {
    padding: 0 0 8%;
  }

  #transfer .sec01 .inner dl.entrance dd .mb {
    margin-bottom: 5%;
  }

  #transfer .sec01 .inner dl.entrance dd .expenses_area {
    margin-bottom: 5%;
  }

  #transfer .sec01 .inner dl.entrance dd .expenses_area li:first-child {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #transfer .sec01 .inner dl.entrance dd .expenses_area li:last-child {
    width: 100%;
    float: none;
  }

  #transfer .sec01 .inner dl.entrance dd .expenses_area .expenses {
    margin-top: 2%;
  }

  #transfer .sec01 .inner dl.entrance dd .expenses_area .expenses th {
    padding: 1% 3%;
  }

  #transfer .sec01 .inner dl.entrance dd .expenses_area .expenses td {
    width: 35%;
    padding: 1% 3%;
  }

  #transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) th,
  #transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) td,
  #transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child th,
  #transfer .sec01 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child td {
    padding: 1% 3%;
  }
}

#transfer .sec02 {
  padding: 70px 0 20px;
}

#transfer .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#transfer .sec02 .inner h4 {
  margin-bottom: 45px;
  color: #38aee1;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#transfer .sec02 .inner dl.entrance dt {
  margin-bottom: 20px;
}

#transfer .sec02 .inner dl.entrance dt h5 {
  border-radius: 5px;
  background: url("../img/common/bg_h5_blue2.png") repeat center top;
  padding: 13px 20px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

#transfer .sec02 .inner dl.entrance dd {
  padding: 0 60px 50px;
  font-size: 20px;
  line-height: 1.6;
  overflow: hidden;
}

#transfer .sec02 .inner dl.entrance dd.full {
  padding: 0 0 50px;
}

#transfer .sec02 .inner dl.entrance dd span.fwb {
  font-weight: bold;
}

#transfer .sec02 .inner dl.entrance dd span.red {
  color: #f00;
}

#transfer .sec02 .inner dl.entrance dd .mb {
  margin-bottom: 30px;
}

#transfer .sec02 .inner dl.entrance dd .indent li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

#transfer .sec02 .inner dl.entrance dd .kome li {
  text-indent: -1.0em;
  margin-left: 1.0em;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area {
  margin-bottom: 30px;
  overflow: hidden;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area li:first-child {
  width: 48%;
  float: left;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area li:last-child {
  width: 48%;
  float: right;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-top: 10px;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses tr:last-child th {
  border-top: 1px solid #ccc;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses tr:last-child td {
  border-top: 1px solid #ccc;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  padding: 13px 20px;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 130px;
  padding: 13px 20px;
  text-align: right;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child th {
  border-top: none;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child td {
  border-top: none;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-last-child(2) th {
  border-top: 1px solid #ccc;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-last-child(2) td {
  border-top: 1px solid #ccc;
}

#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) th,
#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) td,
#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child th,
#transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child td {
  padding: 5px 20px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #transfer .sec02 .inner {
    width: 94%;
  }

  #transfer .sec02 .inner h4 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  #transfer .sec02 .inner dl.entrance dd {
    padding: 0 20px 60px;
  }
}

@media (max-width: 640px) {
  #transfer .sec02 {
    padding: 5% 0 3%;
  }

  #transfer .sec02 .inner {
    width: 94%;
  }

  #transfer .sec02 .inner h4 {
    margin-bottom: 5%;
    font-size: 18px;
  }

  #transfer .sec02 .inner dl.entrance dt {
    margin-bottom: 3%;
  }

  #transfer .sec02 .inner dl.entrance dt h5 {
    padding: 2% 3%;
    font-size: 16px;
  }

  #transfer .sec02 .inner dl.entrance dd {
    padding: 0 0 8%;
    font-size: 14px;
  }

  #transfer .sec02 .inner dl.entrance dd.full {
    padding: 0 0 8%;
  }

  #transfer .sec02 .inner dl.entrance dd .mb {
    margin-bottom: 5%;
  }

  #transfer .sec02 .inner dl.entrance dd .kome li {
    text-indent: -1.0em;
    margin-left: 1.0em;
  }

  #transfer .sec02 .inner dl.entrance dd .expenses_area {
    margin-bottom: 5%;
  }

  #transfer .sec02 .inner dl.entrance dd .expenses_area li:first-child {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #transfer .sec02 .inner dl.entrance dd .expenses_area li:last-child {
    width: 100%;
    float: none;
  }

  #transfer .sec02 .inner dl.entrance dd .expenses_area .expenses {
    margin-top: 2%;
  }

  #transfer .sec02 .inner dl.entrance dd .expenses_area .expenses th {
    padding: 1% 3%;
  }

  #transfer .sec02 .inner dl.entrance dd .expenses_area .expenses td {
    width: 35%;
    padding: 1% 3%;
  }

  #transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) th,
  #transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:nth-child(2) td,
  #transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child th,
  #transfer .sec02 .inner dl.entrance dd .expenses_area .expenses.type_b tr:last-child td {
    padding: 1% 3%;
  }
}

/* *******************************************
     life
******************************************* */
#life .sec01 {
  padding: 50px 0 80px;
}

#life .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#life .sec01 .inner h3 {
  margin-bottom: 20px;
  text-align: center;
}

#life .sec01 .inner .block_day {
  background: url("../img/life/bg_line.png") repeat-y center top;
  margin-bottom: 30px;
  position: relative;
}

#life .sec01 .inner .block_day .seihuku {
  position: absolute;
  top: -196px;
  right: 6px;
}

#life .sec01 .inner .block_day .circle_top {
  text-align: center;
}

#life .sec01 .inner .block_day .circle_btm {
  text-align: center;
}

#life .sec01 .inner .block_day ul {
  padding-bottom: 60px;
  overflow: hidden;
}

#life .sec01 .inner .block_day ul li {
  border: 1px solid #bbdcf4;
  border-radius: 5px;
  background: #fff;
  width: 490px;
  position: relative;
}

#life .sec01 .inner .block_day ul li:nth-child(odd) {
  float: left;
}

#life .sec01 .inner .block_day ul li:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 45%;
  right: -61px;
  background: url("../img/life/icon_arrow_left.png") no-repeat center center;
  width: 61px;
  height: 48px;
}

#life .sec01 .inner .block_day ul li:nth-child(even) {
  float: right;
}

#life .sec01 .inner .block_day ul li:nth-child(even):after {
  content: "";
  position: absolute;
  top: 45%;
  left: -61px;
  background: url("../img/life/icon_arrow_right.png") no-repeat center center;
  width: 61px;
  height: 48px;
}

#life .sec01 .inner .block_day ul li:first-child {
  margin-top: 15px;
}

#life .sec01 .inner .block_day ul li:nth-child(2) {
  margin-top: 95px;
}

#life .sec01 .inner .block_day ul li:nth-child(3) {
  margin-top: 70px;
}

#life .sec01 .inner .block_day ul li:nth-child(4) {
  margin-top: 80px;
}

#life .sec01 .inner .block_day ul li:nth-child(5) {
  margin-top: 90px;
}

#life .sec01 .inner .block_day ul li:nth-child(6) {
  margin-top: 80px;
}

#life .sec01 .inner .block_day ul li:nth-child(7) {
  margin-top: 100px;
}

#life .sec01 .inner .block_day ul li:nth-child(8) {
  margin-top: 300px;
}

#life .sec01 .inner .block_day ul li:nth-child(9) {
  margin-top: 80px;
}

#life .sec01 .inner .block_day ul li:nth-child(10) {
  margin-top: 80px;
}

#life .sec01 .inner .block_day ul li .ttl {
  background: #bbdcf4;
  padding: 15px 25px;
  overflow: hidden;
}

#life .sec01 .inner .block_day ul li .ttl .icon {
  float: left;
  margin-right: 20px;
}

#life .sec01 .inner .block_day ul li .ttl .time {
  float: left;
  padding-top: 10px;
  font-weight: bold;
}

#life .sec01 .inner .block_day ul li .ttl .time.notime {
  padding-left: 40px;
}

#life .sec01 .inner .block_day ul li .ttl .time span {
  font-size: 24px;
}

#life .sec01 .inner .block_day ul li .cont {
  padding: 39px 39px 30px;
}

#life .sec01 .inner .block_day ul li .cont figure {
  margin-bottom: 15px;
}

#life .sec01 .inner .club ul {
  overflow: hidden;
}

#life .sec01 .inner .club ul li {
  border: 1px solid #bbdcf4;
  border-radius: 5px;
  background: #fff;
  width: 99.5%;
  position: relative;
}

#life .sec01 .inner .club ul li .ttl {
  background: #bbdcf4;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: bold;
}

#life .sec01 .inner .club ul li .cont {
  padding: 39px 39px;
  overflow: hidden;
}

#life .sec01 .inner .club ul li .cont figure {
  width: 410px;
  float: left;
}

#life .sec01 .inner .club ul li .cont figure+div {
  width: 550px;
  float: right;
  line-height: 1.6;
}

#life .sec01 .inner .club ul li .cont figure+div .txt {
  margin-bottom: 25px;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #life .sec01 {
    padding: 50px 0 80px;
  }

  #life .sec01 .inner {
    width: 94%;
  }

  #life .sec01 .inner .block_day .seihuku {
    top: -150px;
    right: 0;
  }

  #life .sec01 .inner .block_day .seihuku img {
    width: auto;
    height: 230px;
  }

  #life .sec01 .inner .block_day ul {
    padding-bottom: 50px;
  }

  #life .sec01 .inner .block_day ul li {
    width: 44.8%;
  }

  #life .sec01 .inner .block_day ul li .cont figure img {
    width: 100%;
    height: auto;
  }

  #life .sec01 .inner .club ul li {
    width: 99.5%;
  }

  #life .sec01 .inner .club ul li .cont {
    padding: 39px 30px;
    overflow: hidden;
  }

  #life .sec01 .inner .club ul li .cont figure {
    width: 45%;
  }

  #life .sec01 .inner .club ul li .cont figure img {
    width: 100%;
    height: auto;
  }

  #life .sec01 .inner .club ul li .cont figure+div {
    width: 52%;
  }

  #life .sec01 .inner .club ul li .cont figure+div img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #life .sec01 {
    padding: 5% 0 8%;
  }

  #life .sec01 .inner {
    width: 94%;
    margin: 0 auto;
  }

  #life .sec01 .inner h3 {
    margin-bottom: 8%;
  }

  #life .sec01 .inner h3 img {
    width: auto;
    height: 100px;
  }

  #life .sec01 .inner .block_day {
    background: none;
    margin-bottom: 5%;
    position: relative;
  }

  #life .sec01 .inner .block_day .seihuku {
    position: relative;
    top: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
  }

  #life .sec01 .inner .block_day .circle_top {
    display: none;
  }

  #life .sec01 .inner .block_day .circle_btm {
    display: none;
  }

  #life .sec01 .inner .block_day ul {
    padding-bottom: 2%;
  }

  #life .sec01 .inner .block_day ul li {
    width: 99.5%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(odd) {
    float: none;
  }

  #life .sec01 .inner .block_day ul li:nth-child(odd):after {
    display: none;
  }

  #life .sec01 .inner .block_day ul li:nth-child(even) {
    float: none;
  }

  #life .sec01 .inner .block_day ul li:nth-child(even):after {
    display: none;
  }

  #life .sec01 .inner .block_day ul li:first-child {
    margin-top: 5%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(2) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(3) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(4) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(5) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(6) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(7) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(8) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(9) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li:nth-child(10) {
    margin-top: 7%;
  }

  #life .sec01 .inner .block_day ul li .ttl {
    padding: 2% 3%;
  }

  #life .sec01 .inner .block_day ul li .ttl .icon {
    margin-right: 5%;
  }

  #life .sec01 .inner .block_day ul li .ttl .icon img {
    width: auto;
    height: 40px;
  }

  #life .sec01 .inner .block_day ul li .ttl .time {
    padding-top: 2%;
  }

  #life .sec01 .inner .block_day ul li .ttl .time.notime {
    padding-left: 40px;
  }

  #life .sec01 .inner .block_day ul li .ttl .time span {
    font-size: 20px;
  }

  #life .sec01 .inner .block_day ul li .cont {
    padding: 3% 3% 4%;
  }

  #life .sec01 .inner .block_day ul li .cont figure {
    margin-bottom: 3%;
  }

  #life .sec01 .inner .club ul li .ttl {
    padding: 2% 3%;
    font-size: 20px;
  }

  #life .sec01 .inner .club ul li .cont {
    padding: 3% 3% 4%;
  }

  #life .sec01 .inner .club ul li .cont figure {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }

  #life .sec01 .inner .club ul li .cont figure+div {
    width: 100%;
    float: none;
  }

  #life .sec01 .inner .club ul li .cont figure+div .txt {
    margin-bottom: 3%;
  }
}

#life .sec02 {
  background: #f9f7ed;
  padding: 80px 0 60px;
}

#life .sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}

#life .sec02 .inner h3 {
  margin-bottom: 5px;
  text-align: center;
}

#life .sec02 .inner .block_teacher {
  margin-bottom: 30px;
  overflow: hidden;
}

#life .sec02 .inner .block_teacher figure {
  width: 455px;
  float: left;
  margin-left: 5px;
}

#life .sec02 .inner .block_teacher figure+div {
  width: 490px;
  float: right;
  padding-top: 60px;
  line-height: 1.6;
}

#life .sec02 .inner .block_teacher figure+div h5 {
  margin-bottom: 20px;
  color: #d7a44a;
  font-size: 24px;
  font-weight: bold;
}

#life .sec02 .inner .block_year {
  background: url("../img/life/bg_line2.png") repeat-y center top;
  margin-bottom: 30px;
  position: relative;
}

#life .sec02 .inner .block_year .circle_top {
  text-align: center;
}

#life .sec02 .inner .block_year .circle_btm {
  text-align: center;
}

#life .sec02 .inner .block_year ul {
  padding-bottom: 60px;
  overflow: hidden;
}

#life .sec02 .inner .block_year ul li {
  border: 1px solid #f4bbd2;
  border-radius: 5px;
  background: #fff;
  width: 490px;
  position: relative;
}

#life .sec02 .inner .block_year ul li:nth-child(odd) {
  float: left;
}

#life .sec02 .inner .block_year ul li:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 45%;
  right: -61px;
  background: url("../img/life/icon_arrow_left2.png") no-repeat center center;
  width: 61px;
  height: 48px;
}

#life .sec02 .inner .block_year ul li:nth-child(even) {
  float: right;
}

#life .sec02 .inner .block_year ul li:nth-child(even):after {
  content: "";
  position: absolute;
  top: 45%;
  left: -61px;
  background: url("../img/life/icon_arrow_right2.png") no-repeat center center;
  width: 61px;
  height: 48px;
}

#life .sec02 .inner .block_year ul li:first-child {
  margin-top: 50px;
}

#life .sec02 .inner .block_year ul li:nth-child(2) {
  margin-top: 155px;
}

#life .sec02 .inner .block_year ul li:nth-child(n+3) {
  margin-top: 70px;
}

#life .sec02 .inner .block_year ul li .ttl {
  position: absolute;
  top: 0;
  right: 0;
  background: #d14e98;
  width: 120px;
  height: 60px;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

#life .sec02 .inner .block_year ul li .cont {
  padding: 39px 39px 25px;
}

#life .sec02 .inner .block_year ul li .cont figure {
  margin-bottom: 15px;
}

#life .sec02 .inner .block_year ul li .cont p {
  line-height: 1.8;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #life .sec02 .inner {
    width: 94%;
  }

  #life .sec02 .inner .block_teacher figure {
    width: 45%;
    margin-left: 2%;
  }

  #life .sec02 .inner .block_teacher figure img {
    width: 100%;
    height: auto;
  }

  #life .sec02 .inner .block_teacher figure+div {
    width: 48%;
    padding-top: 60px;
  }

  #life .sec02 .inner .block_year ul {
    padding-bottom: 50px;
  }

  #life .sec02 .inner .block_year ul li {
    width: 44.8%;
  }

  #life .sec02 .inner .block_year ul li .ttl {
    width: 100px;
    height: 55px;
    padding-top: 15px;
  }

  #life .sec02 .inner .block_year ul li .cont figure img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  #life .sec02 {
    padding: 8% 0 5%;
  }

  #life .sec02 .inner {
    width: 94%;
  }

  #life .sec02 .inner h3 {
    margin-bottom: 2%;
  }

  #life .sec02 .inner h3 img {
    width: auto;
    height: 100px;
  }

  #life .sec02 .inner .block_teacher {
    margin-bottom: 5%;
  }

  #life .sec02 .inner .block_teacher figure {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  #life .sec02 .inner .block_teacher figure+div {
    width: 100%;
    float: none;
    padding-top: 5%;
  }

  #life .sec02 .inner .block_teacher figure+div h5 {
    margin-bottom: 3%;
    font-size: 16px;
  }

  #life .sec02 .inner .block_year {
    background: none;
    margin-bottom: 3%;
  }

  #life .sec02 .inner .block_year .circle_top {
    display: none;
  }

  #life .sec02 .inner .block_year .circle_btm {
    display: none;
  }

  #life .sec02 .inner .block_year ul {
    padding-bottom: 0;
  }

  #life .sec02 .inner .block_year ul li {
    width: 99.5%;
  }

  #life .sec02 .inner .block_year ul li:nth-child(odd) {
    float: none;
  }

  #life .sec02 .inner .block_year ul li:nth-child(odd):after {
    display: none;
  }

  #life .sec02 .inner .block_year ul li:nth-child(even) {
    float: none;
  }

  #life .sec02 .inner .block_year ul li:nth-child(even):after {
    display: none;
  }

  #life .sec02 .inner .block_year ul li:first-child {
    margin-top: 5%;
  }

  #life .sec02 .inner .block_year ul li:nth-child(2) {
    margin-top: 7%;
  }

  #life .sec02 .inner .block_year ul li:nth-child(n+3) {
    margin-top: 7%;
  }

  #life .sec02 .inner .block_year ul li .ttl {
    width: 80px;
    height: 40px;
    padding-top: 15px;
    font-size: 20px;
  }

  #life .sec02 .inner .block_year ul li .cont {
    padding: 3% 3% 4%;
  }

  #life .sec02 .inner .block_year ul li .cont figure {
    margin-bottom: 3%;
  }

  #life .sec02 .inner .block_year ul li .cont figure img {
    width: 100%;
    height: auto;
  }
}

/* *******************************************
     parents
******************************************* */
#parents .sec01 {
  padding: 80px 0;
}

#parents .sec01 .inner {
  width: 1080px;
  margin: 0 auto;
}

#parents .sec01 .inner ul {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#parents .sec01 .inner ul li {
  border-radius: 10px;
  background: #38aee1;
  width: 340px;
  margin-right: 20px;
  position: relative;
}

#parents .sec01 .inner ul li:last-child {
  margin-right: 0;
}

#parents .sec01 .inner ul li .cont {
  padding: 25px 20px 70px;
}

#parents .sec01 .inner ul li .cont .ttl {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#parents .sec01 .inner ul li .cont .txt {
  padding-bottom: 15px;
}

#parents .sec01 .inner ul li .cont .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

#parents .sec01 .inner ul li .cont .btn a {
  display: block;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 296px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#parents .sec01 .inner ul li .cont .btn a:hover {
  background: #87ceec;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  #parents .sec01 {
    padding: 80px 0;
  }

  #parents .sec01 .inner {
    width: 94%;
  }

  #parents .sec01 .inner ul {
    padding: 0;
  }

  #parents .sec01 .inner ul li {
    width: 32%;
    margin-right: 2%;
  }

  #parents .sec01 .inner ul li img {
    width: 100%;
    height: auto;
  }

  #parents .sec01 .inner ul li .cont .btn a {
    width: 260px;
  }
}

@media (max-width: 640px) {
  #parents .sec01 {
    padding: 8% 0 2%;
  }

  #parents .sec01 .inner {
    width: 94%;
  }

  #parents .sec01 .inner ul {
    padding: 0;
    display: block;
  }

  #parents .sec01 .inner ul li {
    width: 100%;
    margin: 0 0 8%;
  }

  #parents .sec01 .inner ul li .cont {
    padding: 4% 3% 3%;
  }

  #parents .sec01 .inner ul li .cont .ttl {
    margin-bottom: 2%;
    font-size: 16px;
  }

  #parents .sec01 .inner ul li .cont .txt {
    padding-bottom: 5%;
  }

  #parents .sec01 .inner ul li .cont .btn {
    position: relative;
    left: 0;
    bottom: 0;
  }

  #parents .sec01 .inner ul li .cont .btn a {
    border: 2px solid #fff;
    width: 98.5%;
    padding: 3% 0;
  }

  #parents .sec01 .inner ul li .cont .btn a:hover {
    background: none;
  }
}



#event {
  font-size: 16px;
}

#event * {
  box-sizing: border-box;
}

#event .sec01 .inner {
  width: 90%;
  max-width: 1080px;
  margin: 5em auto;
  display: flex;
  justify-content: space-between;
}

#event .sec01 .inner .event-main {
  width: calc(95% - 250px);
}

#event .sec01 .inner .event-main__list li {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px dashed #dbdbdb;
}

#event .sec01 .inner .event-main__list li h3 {
  margin: 0 0 1em;
  padding: 0 0 .5em;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #38aee1;
}

#event .sec01 .inner .event-main__list li .data {
  margin: 0 0 .5em;
  color: #38aee1;
  font-size: 14px;
  font-weight: bold;
}

#event .sec01 .inner .event-main__list li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#event .sec01 .inner .event-main__list li .more a {
  width: 150px;
  height: 40px;
  margin: 1em 0 0 auto;
  color: #38aee1;
  border: 2px solid;
  border-radius: 70px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#event .sec01 .inner .event-main__list li .more a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #38aee1;
  border-bottom: 2px solid #38aee1;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 36%;
  right: 1em;
  transform: rotate(-135deg) translateY(-50%);
}

#event .sec01 .inner .event-main__list li .more a:hover {
  background: #e7f3f3;
  text-decoration: none;
}

#event .sec01 .inner .event-main__pager {
  margin: 3em 0 0;
  display: flex;
  justify-content: center;
}

#event .sec01 .inner .event-main__pager li {
  margin: 0 .5em;
}

#event .sec01 .inner .event-main__pager li a:hover {
  text-decoration: none;
}

#event .sec01 .inner .event-main__pager li.act a {
  pointer-events: none;

}

#event .sec01 .inner .event-main__pager li span {
  padding: .5em 1em;
  color: #38aee1;
  border: 1px solid #38aee1;
  display: block;
}

#event .sec01 .inner .event-main__pager li a:hover span {
  background: #e7f3f3;
}

#event .sec01 .inner .event-main__pager li.act span {
  color: #fff;
  background: #38aee1;
}

#event .sec01 .inner .event-sub {
  width: 250px;
  flex-shrink: 0;
}

#event .sec01 .inner .event-sub h3 {
  margin: 0 0 1em;
  padding: .6em;
  color: #fff;
  background: #38aee1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#event .sec01 .inner .event-sub__list li {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px dashed #dbdbdb;
}

#event .sec01 .inner .event-sub__list li a:hover {
  text-decoration: underline;
  text-decoration-color: #38aee1;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

#event .sec01 .inner .event-sub__list li a .data {
  color: #38aee1;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 .5em;
}

#event .sec01 .inner .event-sub__list li a h4 {
  font-weight: bold;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 640px) {
  #event .sec01 .inner {
    margin: 3em auto;
    flex-wrap: wrap;
  }

  #event .sec01 .inner .event-main {
    width: 100%;
  }

  #event .sec01 .inner .event-main__list li .data {
    font-size: 12px;
  }

  #event .sec01 .inner .event-main__list li h3 {
    font-size: 16px;
  }

  #event .sec01 .inner .event-main__list li p {
    font-size: 14px;
  }

  #event .sec01 .inner .event-main__list li .more a {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }

  #event .sec01 .inner .event-main__list li .more a::after {
    width: 5px;
    height: 5px;
    top: 35%;
    right: .5em;
  }

  #event .sec01 .inner .event-sub {
    width: 100%;
    margin: 5em 0 0;
  }

  #event .sec01 .inner .event-main__pager li span {
    font-size: 14px;
  }

  #event .sec01 .inner .event-sub__list li a .data {
    font-size: 12px;
  }

  #event .sec01 .inner .event-sub__list li a h4 {
    font-size: 14px;
  }
}



#event .sec01 .inner .event-main__detail .data {
  margin: 0 0 .5em;
  color: #38aee1;
  font-size: 14px;
  font-weight: bold;
}

#event .sec01 .inner .event-main__detail .title {
  margin: 0 0 1em;
  padding: 0 0 .5em;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  border-bottom: 1px solid #38aee1;
}

#event .sec01 .inner .event-main__detail p {
  margin: 0 0 1em;
}

#event .sec01 .inner .event-main__detail .prev a {
  width: 150px;
  height: 40px;
  margin: 3em auto 0;
  color: #38aee1;
  border: 2px solid;
  border-radius: 70px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#event .sec01 .inner .event-main__detail .prev a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 2px solid #38aee1;
  border-bottom: 2px solid #38aee1;
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 36%;
  right: 1em;
  transform: rotate(-135deg) translateY(-50%);
}

#event .sec01 .inner .event-main__detail .prev a:hover {
  background: #e7f3f3;
  text-decoration: none;
}

@media (max-width: 640px) {
  #event .sec01 .inner .event-main__detail .data {
    font-size: 12px;
  }

  #event .sec01 .inner .event-main__detail .title {
    font-size: 16px;
  }

  #event .sec01 .inner .event-main__detail p {
    font-size: 14px;
  }

  #event .sec01 .inner .event-main__detail .prev a {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }

  #event .sec01 .inner .event-main__detail .prev a::after {
    width: 5px;
    height: 5px;
    top: 35%;
    right: .5em;
  }
}



.bottom-bnr ul {
  width: 90%;
  max-width: 1080px;
  margin: 3em auto 3em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.bottom-bnr ul li {
  width: 24%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 .5%;
  overflow: hidden;
}

.bottom-bnr ul li img {
  width: 100%;
}

.bottom-bnr ul li a {
  transition: opacity ease .3s;
}

.bottom-bnr ul li a:hover {
  opacity: .6;
}

@media screen and (max-width: 900px) {
  .bottom-bnr ul {
    max-width: 300px;
  }

  .bottom-bnr ul li {
    width: 100%;
    margin: 0 0 1em;
  }
}