@charset "utf-8";

@font-face {
  font-family: 'EY';
  src: url('/recruit/fonts/EYInterstate-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EY';
  src: url('/recruit/fonts/EYInterstate-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}


/* BASE
================================================== */
body {
  display: block;
  line-height: 1.8;
  color: #333;
  font-family: 'EY', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background-color: #fff;
}

a {
  color: #336699;
  text-decoration: none;
}
a.red {
  color: red;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/*** pc-only / sp-only ***/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/*** js event  !! .hoge { display: none; } & <div class="hoge no-js"></div> !! ***/
.no-js {
  display: block !important;
}

/* module */
.row-layout {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.align_l {
  text-align: left;
}
.align_c {
  text-align: center;
}
.align_r {
  text-align: right;
}

@media all and (max-width: 767px) {
  html {
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-size: 14px;
  }

  .row-layout {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/*
----------------------------------------------------------- */
/* Header
----------------------------------------------------------- */
.header {
  position: relative;
  box-sizing: border-box;
  background: url(../images/img-header.jpg) no-repeat 100% 0;
  background-size: cover;
  width: 100%;
  height: 680px;
  padding: 0 15px;
  /*margin: 0 0 150px;*/
  margin:0;
}

.header__inner {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  height: inherit;
}

.header__logo {
  position: absolute;
  top: 20px;
  left: 0;
}

.header__ttl {
  background-image: url(../images/title-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 60%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 385px;
  height: 322px;
}
.header__ttl-txt {
  position: absolute;
  bottom: 60px;
  margin-block: 0;
  text-align: left;
  min-width: 284px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-shadow: 1px 1px 3px #fff;
}
.header__ttl-cach {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: bold;
}
.top-kv-txt-2 {
    position: absolute;
    bottom: 45px;
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
    z-index: 10;
  }
.top-kv-txt-2:before {
  content: "";
  display: block;
  width: 45px;
  height: 9px;
  margin: 0 0 15px;
  background: url("/recruit/images/index/title-02.png") no-repeat 0 0/100% 100%;
}

.event-datte__ttl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.sub-header {
  margin: 0 0 90px;
  padding: 0 15px;
  background: #2e2e38;
}

.sub-header__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0 120px;
  text-align: center;
}

.sub-header__logo {
  position: absolute;
  top: 20px;
  left: 0;
}

.sub-header__ttl {
  color: #ffe600;
  font-size: 60px;
}

@media all and (max-width: 811px) {
  .header {
    margin: 0 0 30px;
  }

  .header__inner {
    padding: 80px 0 15px;
  }

  .header__logo {
    top: 15px;
    left: 15px;
  }

  .header__logo img {
    width: 100px;
  }
}

@media all and (max-width: 811px) {
  .header__inner {
    padding: 80px 0 15px;
  }

  .header__logo {
    top: 15px;
    left: 15px;
  }

  .header__logo img {
    width: 100px;
  }
}
@media all and (max-width: 425px) {
  .header__ttl {
    width: 95%;
  }

  .header__ttl-cach {
    font-size: 30px;
  }
}

@media all and (max-width: 768px) {
  .header {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 15px;
    background-color: #f7f8f8;
    height: 500px;
  }

  .header__inner {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
    padding: 55px 0 0 0;
    text-align: center;
  }

  .header__logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .header__ttl {
    width: 100%;
    top: 40px;
    left: 0%;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
  .top-kv-txt-2 {
    bottom: 70px;
    line-height: 1;
    font-size: 15px;
    text-align: left;
    color: #000;
  }
  .top-kv-txt-2:before {
    width: 46px;
    height: 10px;
  }
  .header__ttl-txt {
    bottom: 33px;
  }
}

  .sub-header {
    margin: 0 0 30px;
  }

  .sub-header__inner {
    padding: 80px 0 20px;
  }

  .sub-header__logo img {
    width: 100px;
  }

  .sub-header__ttl {
    font-size: 28px;
  }

/*
----------------------------------------------------------- */
/* Main
----------------------------------------------------------- */
.container {
  background-color: #fff;
  /*padding-block: 120px;*/
}

.container__inner {
  width: 748px;
  margin-inline: auto;
}

.contents {
  max-width: 1000px;
  margin: 160px auto;
}

.intro {
  position: relative;
  margin: 0 0 200px;
  padding: 50px;
  color: #fff;
  text-align: center;
  background: url(../images/img-02.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}

.intro > img {
  position: absolute;
  top: -75px;
  right: -90px;
}

.intro-ttl {
  margin: 0 0 30px;
  font-size: 40px;
}

.intro dt {
  width: 260px;
  margin: 0 auto 5px;
  padding: 5px 10px;
  border-radius: 30px;
  color: #188ce5;
  font-size: 21px;
  font-weight: bold;
  background: #fff;
}

.intro dd {
  line-height: 1;
  margin: 0 0 30px;
  font-size: 36px;
}

.intro dd:last-child {
  margin: 0;
}

.intro dd span {
  font-size: 58px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
    .container {
      padding: 0px 16px;
    }
    .container__inner {
      width: 100%;
    }
    .contents {
      max-width: 1000px;
      margin: 100px auto;
    }
  .intro {
    margin: 0 0 50px;
    padding: 60px 16px 30px;
  }

  .intro > img {
    top: -60px;
    left: 15px;
    width: 160px;
  }

  .intro-ttl {
    margin: 0 0 20px;
    font-size: 20px;
  }

  .intro dt {
    margin: 0 auto 15px;
    font-size: 16px;
  }

  .intro dd {
    line-height: 1;
    margin: 0 0 30px;
    font-size: 16px;
  }

  .intro dd span {
    font-size: 30px;
  }
}




.intro-top {
  background: #188CE5;
  padding: 60px 0;
}
.intro-top__inner {
  max-width: 1000px;
  margin-inline: auto;
}
.intro-top-ttl {
  color: #FFD700;
  font-size: 36px;
  margin-bottom: 30px;
}
.intro-top__data {
  max-width: 800px;
  margin-inline: auto;
}
.intro-top__data dl{
  display: flex;
  justify-content: space-between;
}
.intro-top__data dl:last-child{
  margin-top: 20px;
}
.intro-top__data dt{
  background: #fff;
  width: 44.285714285714285%;
  text-align: center;
  border-radius: 5em;
  font-weight: bold;
  padding: 0;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-top__data dd{
  width: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 0;
  text-align: left;
}
.intro-top__data dd.data {
  font-size: 22px;
}
.intro-top__data dd.data span {
  font-size: 34px;
  font-weight: bold;
}
.intro-top__data dd.text span {
  font-size: 24px;
}

@media all and (max-width: 768px) {
  .intro-top {
    padding: 25px;
  }
  .intro-top-ttl {
    color: #FFD700;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .intro-top__data dl{
    display: block;
  }
  .intro-top__data dt{
    width: 100%;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    margin-bottom: 10px;
  }
  .intro-top__data dd{
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .intro-top__data dd.data {
    font-size: 18px;
  }
  .intro-top__data dd.data span {
    font-size: 30px;
  }
  .intro-top__data dd.text span {
    font-size: 20px;
  }
}
























.session-item {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 90px;
  padding: 80px 50px 50px;
  border: 1px solid #2e2e38;
}

.session-item + .session-item {
  flex-direction: row-reverse;
}

.session-item-inner {
  position: relative;
  width: 63.47438752783964%;
}

.session-item-inner h2 {
  position: absolute;
  top: -120px;
  left: 0;
  width: 505px;
  height: 89px;
  padding: 10px 0 0;
  font-size: 30px;
  text-align: center;
  background: url(../images/img-05.png) no-repeat 0 0;
  box-sizing: border-box;
}

.session-item-inner h2 span {
  /*  font-size: 22px;*/
  font-size: 18px;
  font-weight: normal;
}

.session-item img {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.session-item + .session-item img {
  right: auto;
  left: 50px;
}

@media all and (max-width: 768px) {
  .session {
    padding: 0 15px;
  }

  .session-item {
    display: block;
    margin: 0 0 70px;
    padding: 40px 15px 0;
  }

  .session-item-inner {
    width: auto;
    margin: 0 0 20px;
  }

  .session-item + .session-item .session-item-inner {
    margin: 0 0 20px;
  }

  .session-item-inner h2 {
    top: -70px;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 5px 0 0;
    font-size: 20px;
    background-size: 100% 100%;
  }

  .session-item-inner h2 span {
    font-size: 12px;
  }

  .session-item img {
    display: block;
    position: static;
    width: 50vw;
    margin: 0 auto;
  }
}

.reservation {
  margin: -60px 0 80px;
}

.reservation h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 209px;
  font-size: 30px;
  background: url(../images/img-07.png) no-repeat 50% 50%;
  z-index: 10;
}

.reservation-inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 790px;
  height: 438px;
  margin: -80px auto 0;
  background: url(../images/img-08.png) no-repeat 50% 50%;
}

.reservation img {
  position: absolute;
  right: 50px;
  bottom: 15px;
}

.reservation-inner > div {
  padding: 0 0 0 110px;
}

.reservation-txt {
  margin: 0 0 15px;
  font-weight: bold;
}

.reservation-btn {
  margin: 0 0 10px;
}

.reservation-btn a {
  display: inline-block;
  position: relative;
  padding: 20px 30px;
  border-radius: 10px;
  background: #188ce5;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  min-width: 300px;
}
.reservation-btn a .btn-main {
  display: block;
  font-size: 20px;
}

.reservation-btn a .btn-sub {
  display: block;
  font-size: 16px;
  /*color: #FFD700;*/
  color: #FFF;
  font-weight: bold;
  margin-top: 5px;
}

.reservation-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.reservation-btn a:hover {
  text-decoration: none;
  opacity: .7;
}

.reservation-notes {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 768px) {
  .reservation {
    margin: -30px 0 50px;
  }

  .reservation h2 {
    height: 180px;
    font-size: 20px;
    background-size: 100% 100%;
  }

  .reservation-inner {
    display: block;
    width: auto;
    height: auto;
    margin: -30px 0 0;
    padding: 45px 15px 0;
    background-size: cover;
  }

  .reservation img {
    display: block;
    position: static;
    width: 50vw;
    margin: 0 auto;
  }

  .reservation-inner > div {
    margin: 0 0 20px;
    padding: 0;
  }

  .reservation-txt br {
    display: none;
  }

  .reservation-notes br {
    display: none;
  }
}

.btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 120px;
}

.btn-list-item {
  width: 40%;
  margin: 15px 15px 0;
}

.btn-list-item a {
  display: block;
  position: relative;
  padding: 20px 50px;
  color: inherit;
  font-size: 20px;
  background: #ffe600;
}

.btn-list-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}

.btn-list-item a:hover {
  text-decoration: none;
  opacity: .7;
}

@media all and (max-width: 768px) {
  .btn-list {
    display: block;
    margin: 0 0 50px;
    padding: 0 15px;
  }

  .btn-list-item {
    width: auto;
    margin: 0 0 15px;
  }

  .btn-list-item a {
    padding: 15px;
    font-size: 15px;
  }

  .btn-list-item a:after {
    right: 15px;
    width: 10px;
    height: 10px;
  }
}

.calendar {
  margin: 0 0 120px;
  padding: 80px 15px;
  background: #ff9a91;
}

.calendar-ttl {
  line-height: 1.3;
  margin: 0 0 50px;
  padding: 20px 0 35px;
  font-size: 16px;
  text-align: center;
  background: url(../images/img-09.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}

.calendar-ttl:before {
  content: attr(data-en);
  display: block;
  font-size: 65px;
}

.calendar-month {
  margin: 0 0 60px;
  text-align: center;
}

.calendar-btn {
  margin: 0 0 20px;
}

.calendar-btn a {
  display: block;
  position: relative;
  width: 310px;
  margin: 0 0 0 auto;
  padding: 20px 30px;
  color: #fff;
  font-size: 18px;
  background-image: repeating-linear-gradient(45deg, #ff5647, #ff5647 7px, #ff6457 0, #ff6457 14px);
  box-sizing: border-box;
}

.calendar-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.calendar-btn a:hover {
  text-decoration: none;
  opacity: .7;
}

.calendar table {
  width: 100%;
}

.calendar td {
  position: relative;
  padding: 10px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background: #fff;
  background-clip: padding-box;
}

.calendar td.month {
  line-height: 1;
  vertical-align: top;
  padding: 0 15px 0 0;
  font-size: 36px;
  text-align: right;
  white-space: nowrap;
}

.calendar td.month span {
  font-size: 73px;
  font-weight: bold;
}

.calendar td.week {
  width: 100px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #f6f6fa;
  background-clip: padding-box;
}

.calendar td.day {
  width: 60px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  color: #747480;
  font-size: 20px;
  text-align: center;
  background: #fff;
  background-clip: padding-box;
}

.calendar td.sat {
  color: #000;
  background: #87d3f2;
}

.calendar td.sun {
  color: #fff;
  background: #f95d54;
}

.calendar td.hojin {
  color: #000;
  background: #ffb46a;
}

.calendar td.jigyo {
  color: #000;
  background: #87d3f2;
}

.calendar td.office {
  color: #000;
  background: #93f0e6;
}

/*.calendar td:last-child {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background: #fff;
  background-clip: padding-box;
}*/

.calendar-hojin-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 0px;
  width: 100px;
  height: 642px;
  border-radius: 3px;
  background: #ffb46a;
  z-index: 10;
  font-size: 14px;
}

.calendar-jigyo-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 564px;
  border-radius: 3px;
  background: #87d3f2;
  z-index: 10;
  font-size: 14px;
}

.calendar-office-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 30px;
  width: 100px;
  height: 320px;
  border-radius: 3px;
  background: #93f0e6;
  z-index: 10;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .calendar {
    margin: 0 0 50px;
    padding: 30px 15px 0;
  }

  .calendar-ttl {
    margin: 0 0 30px;
    padding: 15px 0 20px;
  }

  .calendar-ttl:before {
    font-size: 24px;
  }

  .calendar-month {
    margin: 0 0 30px;
  }

  .calendar-month img {
    width: 200px;
  }

  .calendar-btn a {
    width: auto;
    padding: 20px;
    font-size: inherit;
  }

  .calendar-btn a:after {
    width: 8px;
    height: 8px;
  }

  .calendar table {
    width: auto;
    margin: 0 -15px;
    font-size: 12px;
  }

  .calendar td.month {
    padding: 9px 10px 0 10px;
    font-size: inherit;
  }

  .calendar td.month span {
    font-size: 24px;
  }

  .calendar td.week {
    width: 50px;
    font-size: inherit;
  }

  .calendar td.day {
    width: 40px;
    font-size: inherit;
  }
  .calendar td.hojin {
    writing-mode: vertical-rl;
  }
  
  .calendar td.jigyo {
    writing-mode: vertical-rl;
  }
  
  .calendar td.office {
    writing-mode: vertical-rl;
  }

  .calendar-hojin-01 {
    top: 10px;
    right: 10px;
    left: auto;
    width: 10vw;
    height: 65px;
    line-height: 1;
    writing-mode: vertical-rl;
  }
  .calendar-hojin-02 {
    top: 10px;
    right: 10px;
    left: auto;
    width: 10vw;
    height: 150px;
    line-height: 1;
    writing-mode: vertical-rl;
  }
}

.schedule {
  margin: 0 0 120px;
}

.schedule-ttl {
  line-height: 1.3;
  margin: 0 0 50px;
  padding: 20px 0 35px;
  font-size: 16px;
  text-align: center;
  background: url(../images/img-09.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}

.schedule-ttl:before {
  content: attr(data-en);
  display: block;
  font-size: 65px;
}

.schedule-subttl {
  font-size: 30px;
}

.schedule-subttl span {
  font-size: 20px;
  font-weight: normal;
}

.schedule-howto {
  margin: 0 0 20px;
  font-size: 23px;
}

.schedule-howto span {
  font-weight: bold;
}

.schedule table {
  width: 100%;
}

.schedule th {
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  background: #2e2e38;
}

.schedule th:nth-child(1),
.schedule th:nth-child(2) {
  border-right: 1px solid #c2c2c2;
}
.schedule td {
  padding: 10px 15px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  font-size: 14px;
}


.schedule td:nth-child(2) {
  width: 300px;
}

.schedule td:last-child {
  width: 150px;
  padding: 30px 0 20px 20px;
  border-right: none;
}





@media all and (max-width: 768px) {
  .schedule {
    margin: 0 0 50px;
    padding: 0 15px;
  }

  .schedule-ttl {
    margin: 0 0 30px;
    padding: 15px 0 20px;
  }

  .schedule-ttl:before {
    font-size: 24px;
  }

  .schedule-subttl {
    font-size: 20px;
  }

  .schedule-subttl span {
    font-size: 14px;
  }

  .schedule-howto {
    font-size: 18px;
  }

  .schedule table {
    width: 100vw;
    margin: 0 -15px;
    font-size: 12px;
  }

  .schedule th {
    padding: 10px;
    font-size: inherit;
  }

  .schedule td {
    padding: 10px;
    font-size: 9px;
  }

  .schedule td:last-child {
/*    width: 60vw;*/
    padding: 10px;
  }

  .schedule td:nth-child(2) {
    width: auto;
  }
  .schedule td:last-child {
    width: auto;
  }

}

.event-list {
  width: 100%;
  margin: 0 0 120px;
}

.event-list caption {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

.event-list td {
  padding: 20px;
  border-top: 1px solid #2e2e38;
  border-bottom: 1px solid #2e2e38;
  font-weight: bold;
}

.event-list td p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 55px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #2e2e38;
}

.event-list td:nth-child(1) {
  padding: 0;
}

.event-list td:nth-child(2) {
  width: 300px;
}

.event-list td:nth-child(2) span {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 14px;
}

.event-list td:nth-child(3) {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #2e2e38;
  font-size: 14px;
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .event-list {
    margin: 0 0 50px;
    border-bottom: 1px solid #2e2e38;
  }

  .event-list caption {
    padding: 0 15px;
    font-size: 20px;
  }

  .event-list tr {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border-top: 1px solid #2e2e38;
  }

  .event-list td {
    border: none;
  }

  .event-list td p {
    width: 50px;
    height: 40px;
    font-size: 13px;
  }

  .event-list td:nth-child(1) {
    width: 40px;
    margin: 0 15px 0 0;
  }

  .event-list td:nth-child(2) {
    width: calc(100% - 55px);
    padding: 0;
    border: none;
  }

  .event-list td:nth-child(2) span {
    margin: 0 0 10px;
    font-size: 10px;
  }

  .event-list td:nth-child(3) {
    margin: 15px 0 0;
    padding: 0;
    border: none;
    font-size: 12px;
  }
}

.sub-btn-list {
  display: flex;
  justify-content: center;
  margin: 0 auto 120px;
  flex-wrap: wrap;
  max-width: 1000px;
}

.sub-btn-list-item {
  width: 400px;
  margin: 15px 15px 0;
}

.sub-btn-list-item a {
  display: block;
  position: relative;
  padding: 20px 50px;
  color: inherit;
  font-size: 20px;
  background: #ffe600;
}

.sub-btn-list-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}

.sub-btn-list-item a:hover {
  text-decoration: none;
  opacity: .7;
}

@media all and (max-width: 768px) {
  .sub-btn-list {
    display: block;
    margin: 0 0 50px;
    padding: 0 15px;
  }

  .sub-btn-list-item {
    width: auto;
    margin: 0 0 15px;
  }

  .sub-btn-list-item a {
    padding: 15px;
    font-size: 15px;
  }

  .sub-btn-list-item a:after {
    right: 15px;
    width: 10px;
    height: 10px;
  }
}

.about-intro {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 0 80px;
  align-items: flex-start;
}

.about-intro-inner {
  width: 490px;
}

.about-intro-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin: 0 0 30px;
  font-size: 30px;
  background: url(../images/img-17.png) no-repeat 50% 50%;
}

.about-course {
  display: flex;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  margin: 0 0 40px;
  border: 1px solid #2e2e38;
  border-radius: 15px;
}

.about-course-num {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 3px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #2e2e38;
  z-index: 10;
}

.about-course-desc {
  position: relative;
  width: 31%;
  padding: 120px 30px 30px;
  border-right: 1px dashed #2e2e38;
  box-sizing: border-box;
}

.about-course-01 .about-course-desc {
  background: #87d3f2;
}

.about-course-02 .about-course-desc {
  background: #93f0e6;
}

.about-course-03 .about-course-desc {
  background: #8ce8ad;
}

.about-course-04 .about-course-desc {
  background: #5cc691;
}

.about-course-desc:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 101px;
  height: 94px;
}

.about-course-01 .about-course-desc:before {
  background: url(../images/img-12.png) no-repeat 0 0;
}

.about-course-02 .about-course-desc:before {
  background: url(../images/img-13.png) no-repeat 0 0;
}

.about-course-03 .about-course-desc:before {
  background: url(../images/img-14.png) no-repeat 0 0;
}

.about-course-04 .about-course-desc:before {
  background: url(../images/img-14.png) no-repeat 0 0;
}
.about-course-desc dt {
  margin: 0 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.about-course-desc dd {
  font-size: 15px;
}

.about-course-list {
  flex: 1;
  padding: 40px 40px 40px 25px;
}

.about-course-list dt {
  position: relative;
  line-height: 1.4;
  margin: 0 0 5px;
  padding: 0 0 0 45px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.about-course-list dt i {
  display: block;
  position: absolute;
  top: 6px;
  left: 15px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #000;
}

.about-course-list dt span {
  font-size: 17px;
}

.about-course-list dd {
  margin: 0 0 15px;
  padding: 0 0 0 45px;
  font-size: 14px;
}

.about-course-list dd:last-child {
  margin: 0;
}

.about-bottom {
  margin: 90px 0 50px;
  font-size: 18px;
  text-align: center;
  background: url(../images/img-15.png) no-repeat 0 50%;
}

.about-bottom-inner {
  padding: 50px 0;
  background: url(../images/img-16.png) no-repeat 100% 50%;
}

@media all and (max-width: 768px) {
  .about-intro {
    display: block;
    margin: 0 15px 50px;
  }

  .about-intro-inner {
    width: auto;
    margin: 0 0 20px;
  }

  .about-intro-ttl {
    height: auto;
    margin: 0 0 20px;
    padding: 15px 0;
    font-size: 20px;
    background-size: auto 100%;
  }

  .about-course {
    display: block;
    margin: 0 15px 20px;
    border-radius: 5px;
  }

  .about-course-num {
    left: 15px;
    padding: 3px 15px;
    font-size: 16px;
  }

  .about-course-desc {
    width: auto;
    padding: 65px 15px 15px;
  }

  .about-course-desc:before {
    width: 80px;
    background-size: 100% auto !important;
  }

  .about-course-desc dt {
    font-size: 18px;
  }

  .about-course-desc dd {
    font-size: inherit;
  }

  .about-course-list {
    padding: 15px;
  }

  .about-course-list dt {
    padding: 0 0 0 30px;
    font-size: 18px;
  }

  .about-course-list dt i {
    top: 5px;
    left: 0;
  }

  .about-course-list dt span {
    font-size: 17px;
  }

  .about-course-list dd {
    padding: 0 0 0 30px;
    font-size: 12px;
  }

  .about-bottom {
    margin: 30px 15px;
    font-size: inherit;
    text-align: left;
    background-size: 30px auto;
  }

  .about-bottom-inner {
    padding: 0 45px;
    background-size: 30px auto;
  }
}

/*
----------------------------------------------------------- */
/* footer
----------------------------------------------------------- */
.footer {
  line-height: 1.7;
  font-size: 14px;
  text-align: center;
  margin: 100px auto 84px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .footer {
    margin: 50px auto 40px;
}



