@charset "UTF-8";
/* float解除追記 ----------*/
.clearfix::after {
  content: ' ';
  display: block;
  clear: both;
}

/* 余白調整 ----------*/
.mb_p40_s16 {
  margin-bottom: 40px;
}

.mt40_20 {
  margin-top: 40px;
}

.mt60_20 {
  margin-top: 60px;
}

.gray_container {
  width: 100%;
  background: #eff0f7;
}

.p1_5 {
  line-height: 1.5;
}

/* アクセス ----------------------------------------------------------------*/

/* PCでは余白、スマホでは100%幅 ----------*/
.container_sp100 {
  width: 100%;
  padding: 0 2%;
}

@media screen and (min-width: 1024px) {
  .container_sp100 {
    width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.spShow {
  display: none;
}

@media screen and (max-width: 768px) {
  .container_sp100 {
    padding: 0;
  }

  .mb_p40_s16 {
    margin-bottom: 16px;
  }

  .mt40_20 {
    margin-top: 20px;
  }

  .mt60_20 {
    margin-top: 20px;
  }

  .sp_font {
    font-size: 0.937rem;
  }

  .spShow {
    display: block;
  }
}

.title_img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.title_sub {
  text-align: center;
  font-size: 1.5rem;
  color: #961367;
  letter-spacing: 0.55rem;
  line-height: 1.5;
  font-weight: bolder;
}

.place_box {
  width: 100%;
  height: 253px;
  background-color: #eff0f7;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.place_text {
  width: 330px;
  margin: 76px auto;
}

.text_school {
  font-size: 1.375rem;
  font-weight: bolder;
  display: block;
  margin-bottom: 1rem;
}

.text_normal {
  font-size: 0.937rem;
  display: block;
  line-height: 1.5;
}

.place_box_left {
  width: 53%;
}

.place_box_right {
  width: 47%;
  height: inherit;
}

.place_box_right img {
  object-fit: cover;
  height: 253px;
}

@media screen and (max-width: 768px) {
  .title_img {
    height: 17px;
    width: auto;
  }

  .title_sub {
    font-size: 1.125rem;
    letter-spacing: 0.3rem;
  }

  .place_box {
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }

  .place_box_left {
    width: 100%;
  }

  .place_box_right {
    width: 100%;
  }

  .place_text {
    width: 224px;
    margin: 5px auto 10px auto;
  }

  .text_school {
    text-align: center;
    margin-bottom: 5px;
  }

  #google_map {
    height: 300px;
  }

  #google_map iframe {
    height: 300px;
  }
}

.glay_title {
  margin: 10px 0 0 0;
  width: 100%;
  padding: 29px 0;
  background-color: #eff0f7;
  font-size: 1.125rem;
  font-weight: bolder;
  text-align: center;
}

.access_guide {
  margin-bottom: 22px;
}

.access_guide li {
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
  border-top: dotted 1px #393d46;
}

.access_guide li:first-child {
  border-top: none;
}

.traffic {
  width: 150px;
  height: 103px;
  text-align: center;
  color: #ffffff;
  background-color: #e30083;
  box-sizing: border-box;
  line-height: 1.4;
  padding-top: 40px;
}

.access_guide li:first-child .traffic {
  padding-top: 30px;
  background-color: #006eb9;
}

.access_guide li:nth-child(3) .traffic {
  background-color: #666666;
}

.access_guide li:last-child .traffic {
  background-color: #00733a;
}

.traffic_img {
  margin-left: 26px;
}

@media screen and (max-width: 768px) {
  .glay_title {
    margin: 30px 0 0 0;
    padding: 20px 0;
  }

  .access_guide li {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .traffic {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .access_guide li:first-child .traffic {
    padding-top: 0;
  }

  .traffic_img {
    margin-left: 0;
  }
}

/* アクセスフローのtable ----------*/
.traffic_flow {
  width: 100%;
  border-top: solid 1px #393d46;
  border-left: solid 1px #393d46;
  border-right: solid 1px #393d46;
  margin-top: 40px;
  border-spacing: 0;
}

.traffic_flow th {
  border-bottom: solid 1px #393d46;
  vertical-align: middle;
}

.traffic_title {
  height: 48px;
  padding-left: 20px;
  text-align: left;
}

.vehicle {
  width: 160px;
  min-height: 48px;
  text-align: center;
  border-right: solid 1px #393d46;
}

.traffic_flow td {
  width: calc(100% - 163px);
  padding: 10px 10px 10px 20px;
  border-bottom: solid 1px #393d46;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .traffic_flow {
    margin-top: 24px;
    font-size: 0.875rem;
  }

  .traffic_title {
    height: 36px;
    padding-left: 10px;
  }

  .vehicle {
    width: 100px;
    font-size: 0.812rem;
  }

  .traffic_flow td {
    padding: 10px;
  }

  .traffic_flow td p {
    margin-bottom: 8px;
  }
}

/* 学校案内MENU ----------------------------------------------------------------*/
#info_menu_btn {
  text-align: center;
  line-height: 30px;
  border: solid 1px #393d46;
  position: relative;
  display: none;
}

#info_menu_btn img {
  width: 20px;
  height: auto;
  position: absolute;
  top: 5px;
  right: 16px;
}

#info_menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

#info_menu li {
  width: calc((100% / 7) - 4px);
  height: 54px;
  margin-right: 4px;
  border: solid 1px #393d46;
  line-height: 1.3;
}

#info_menu li:last-child {
  margin-right: 0;
}

#info_menu a {
  width: 100%;
  height: inherit;
  color: #393d46;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 17px;
}

/* 2行になった時、縦スペース調整 ----------*/
#info_menu .two {
  padding-top: 7px;
}

#info_menu a:hover,
#info_menu .act_a {
  background-color: #6fc5c2;
  color: #ffffff;
}

#info_menu .two .sp_show {
  font-size: 0.75rem;
}

#info_menu .act_a .sp_show {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #info_menu_btn {
    display: block;
  }

  #info_menu {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #info_menu li {
    width: calc((100% / 2) - 4px);
    margin-top: 10px;
    height: 30px;
    margin-right: 0;
  }

  #info_menu a {
    padding-top: 7px;
    font-size: 0.812rem;
  }

  #info_menu .two .pc_show {
    display: none;
  }
}

/* ご挨拶 ----------------------------------------------------------------*/

.low_lead {
  margin-top: 46px;
  text-align: center;
  font-size: 1.625rem;
  color: #961367;
  letter-spacing: 0.3rem;
}

.comment_box {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.comment_text {
  width: calc(100% - 240px);
}

.profile_img {
  width: 200px;
}

.signature_pc {
  text-align: right;
  font-family: serif;
  font-size: 1.5rem;
  font-weight: bolder;
  display: block;
}

.signature_pc span,
.signature_sp span {
  font-size: 0.937rem;
  padding-right: 1rem;
  font-family: serif;
}

.signature_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .low_lead {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .comment_box {
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .profile_img {
    text-align: center;
    width: 100%;
  }

  .profile_img img {
    width: 200px;
  }

  .comment_text {
    width: 100%;
    margin-top: 20px;
    font-size: 0.937rem;
  }

  .signature_sp {
    text-align: center;
    font-family: serif;
    font-weight: bolder;
    margin-top: 1rem;
    font-size: 1.375rem;
    display: inline-block;
  }

  .signature_pc {
    display: none;
  }
}

/* 就学支援金・学費補助金等について ----------------------------------------------------------------*/
.detail_box {
  margin-bottom: 40px;
  margin-top: 16px;
}

.line_bottom_title {
  font-size: 1rem;
  font-weight: bolder;
  padding-top: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #393d46;
  line-height: 1.45rem;
}

.detail_p {
  line-height: 1.5;
  margin-top: 20px;
}

.pdf_dl {
  color: #393d46;
  padding: 18px 24px;
  border: solid 1px #393d46;
  display: inline-block;
  margin-top: 20px;
}

.pdf_dl:hover {
  color: #961367;
}

/* 電話リンク ----------*/
.contact_box {
  width: 100%;
  height: 78px;
  background-color: #eff0f7;
  margin-bottom: 90px;
}

.contact_tel {
  color: #393d46;
  display: inline-block;
  padding-top: 28px;
  padding-left: 20px;
  width: inherit;
  height: inherit;
  box-sizing: border-box;
}

.contact_tel span {
  padding-left: 1rem;
}

/* デバイス幅768px以上は電話無効化 ----------*/
@media screen and (min-width: 767px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .line_bottom_title {
    font-size: 0.95rem;
  }

  .detail_box {
    margin-bottom: 0;
  }

  .detail_p {
    margin-top: 1rem;
    font-size: 0.937rem;
  }

  .contact_box {
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center;
  }

  .pdf_dl {
    display: block;
    text-align: center;
  }

  .contact_tel {
    padding-top: 16px;
    padding-left: 0;
    font-size: 0.875rem;
  }

  .contact_tel span {
    padding-left: 0;
    display: block;
    font-size: 1.1875rem;
    margin-top: 6px;
  }
}

/* 警報が出たときの注意 ----------------------------------------------------------------*/
.lead_mb {
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-top: 24px;
  font-weight: bolder;
  margin-bottom: 40px;
}

.unique_text {
  display: flex;
  margin-top: 20px;
}

.unique_text_p span {
  display: block;
  line-height: 1.15;
}

.unique_text_p span:last-child {
  padding-top: 20px;
}

.unique_text img {
  max-width: 83px;
  max-height: 54px;
  padding-left: 10px;
  padding-top: 14px;
}

/* ol数字 ----------*/
.num {
  padding-left: 1em;
  list-style-type: decimal;
  margin: 0;
}

.num li {
  line-height: 1.5;
}

/* 丸数字リスト ----------*/
.circle_num,
.brackets_num {
  margin: 0;
  padding-left: 1rem;
  list-style-type: none;
  counter-reset: list-counter;
}

.circle_num > li {
  line-height: 1.5;
  padding-left: 16px;
  margin-left: -1rem;
  position: relative;
}

.circle_num > li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 65%;
}

/* 括弧付きの数字リスト ----------*/
.brackets_num {
  padding-left: 1.4rem;
}

.brackets_num > li {
  line-height: 1.5;
  text-indent: -0.8rem;
  counter-increment: cnt;
}

.brackets_num > li::before {
  content: '(' counter(cnt) ')';
  display: inline-block;
  padding-right: 4px;
}

/* ※アイコンul ----------*/
.mark_kome,
.mark_disc {
  padding-left: 1rem;
}

.mark_kome > li {
  text-indent: -1rem;
  margin-top: 10px;
  line-height: 1.5;
}

.mark_kome > li::before {
  content: '※';
}

/* ・アイコンul ----------*/

.mark_disc {
  list-style-type: disc;
}

.mark_disc > li {
  text-indent: -0.2rem;
  margin-top: 6px;
  line-height: 1.5;
}

/* li行調整 ----------*/
.adjust li {
  margin-top: 8px;
}

.matter_box {
  margin-top: 70px;
  padding: 20px;
  width: 100%;
  background-color: #eff0f7;
  box-sizing: border-box;
}

.alarm_dl {
  margin: 0;
  line-height: 1.5;
}

.alarm_dl dt {
  float: left;
  width: 100px;
}

.alarm_dl dd {
  float: left;
  margin-left: 0;
  width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  .lead_mb {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .unique_text {
    margin-top: 1rem;
  }

  .unique_text p {
    font-size: 0.937rem;
  }

  .unique_text_p span:last-child {
    padding-top: 1rem;
  }

  .unique_text img {
    padding-top: 24px;
  }

  .circle_num,
  .mark_kome,
  .alarm_dl,
  .num li,
  .mark_disc li,
  .brackets_num li {
    font-size: 0.937rem;
  }

  .matter_box {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .alarm_dl dt {
    width: 90px;
  }

  .alarm_dl dd {
    width: calc(100% - 90px);
  }

  .dt_narrow dt {
    width: 70px;
  }

  .dt_narrow dd {
    width: calc(100% - 70px);
  }
}

/* 資料請求 ----------------------------------------------------------------*/
.lead_box {
  margin-top: 46px;
  margin-bottom: 20px;
}

#info_menu .wide {
  width: 200px;
  height: 38px;
}

#info_menu .wide a {
  padding-top: 9px;
}

.pdf_box .pdf_dl {
  margin-right: 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #info_menu .wide {
    width: calc((100% / 2) - 4px);
    line-height: 30px;
    height: auto;
    margin-top: 10px;
  }

  #info_menu .wide a {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .lead_box {
    font-size: 0.937rem;
    margin-top: 30px;
  }

  .pdf_box .pdf_dl {
    margin-right: 0;
    width: inherit;
    padding: 18px 0;
  }
}

/* 資料請求form ----------*/

.form_box {
  margin-top: 40px;
}

.caution {
  margin-top: 6px;
  color: #ff0000;
}

.enter_box {
  width: 100%;
  display: flex;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  margin: 0;
}

.enter_box:last-of-type {
  border-bottom: 1px solid #666;
}

.separator {
  border-bottom: 1px solid #666;
}

.enter_box dt {
  width: 38%;
  box-sizing: border-box;
  border-right: 1px solid #666;
  padding: 24px 16px;
  background: #d6e2f9;
}

.enter_box dd {
  width: calc(100% - 38%);
  box-sizing: border-box;
  padding: 16px;
  margin-left: 0;
  background: #eee;
}

#one-gyou{
  width: calc(100% - 38%);
  box-sizing: border-box;
  padding: 24px 16px;
  margin-left: 0;
  background: #eee;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

#seireki {
  width: 100px;
  height: 32px;
  box-sizing: border-box;
  padding: 0 8px;
  border: solid 1px #666;
  border-radius: 0;
  overflow: hidden;
}

#person,
#name,
#kana,
#email,
#email_2,
#tel,
#school,
#grader,
#classroom,
#name_re,
#re_no,
#comment,
#allergy,
#days {
  width: 320px;
  height: 32px;
  box-sizing: border-box;
  padding: 0 8px;
  border: solid 1px #666;
  border-radius: 0;
  overflow: hidden;
}

.radio_mark {
  padding-top: 8px;
  display: inline-block;
  margin-right: 24px;
}

.radio_mark input {
  margin-right: 6px;
  display: inline-block;
}

.radio_mark > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  /* mw_wp_form調整 */
  .enter_box .radio_mark .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

#to_post,
#to_address,
#ask {
  display: inline-block;
  margin-left: 6px;
  width: 150px;
  line-height: 32px;
  box-sizing: border-box;
  border: solid 1px #666;
  border-radius: 0;
  padding: 0 8px;
}

#search_num {
  display: inline-block;
  box-sizing: border-box;
  width: 175px;
  line-height: 32px;
  text-align: center;
  background: #5bbcff;
  color: #fff;
  border: none;
  margin-left: 10px;
  cursor: pointer;
}

#search_num:hover {
  background: #336699;
}

.enter_box input[type='checkbox'] {
  display: inline-block;
  margin-right: 6px;
}

/* 個人情報の取扱 ----------*/
.consent_box {
  font-size: 0.937rem;
  box-sizing: border-box;
  width: 100%; /*0508*/
  padding: 14px;
  background: #fff;
  border: solid 1px #666;
  margin-top: 20px;
  height: 270px;
  overflow-y: auto;
}

/* mw_wp_form確認画面は郵便番号検索ボタン非表示 ----------*/
.mw_wp_form_confirm #search_num {
  display: none;
}

#to_address {
  width: 100%; /*0508*/
  margin-top: 1rem;
  margin-left: 0;
  overflow: hidden;
}

#ask {
  width: 100%;
  height: 200px;
  margin-left: 0;
  overflow: hidden;
}

.cakeSize span {
  padding-bottom: 5px;
}

.need {
  display: inline-block;
  width: 40px;
  line-height: 20px;
  background: #ff5353;
  color: #fff;
  text-align: center;
  margin-left: 1rem;
  font-size: 0.937rem;
}

#postal_err {
  font-size: 0.812rem;
}

.notice_gray {
  text-align: center;
  color: #999;
  margin-top: 30px;
}

.send_box {
  margin-top: 30px;
  margin-bottom: 80px;
  border-top: solid 1px #191919;
}

.send_box button[value='back'] {
  background: #999;
}

.send_box button[value='back']:hover {
  background: #fff;
}

.notice_text,
.notice_text_comfirm {
  margin-top: 20px;
  text-align: center;
}

/* 確認タイトル表示 */
.mw_wp_form_confirm .confilm_title {
  font-size: 1.125rem;
  color: #339900;
  text-align: center;
  width: 180px;
  line-height: 29px;
  margin: 20px auto;
  border: solid 1px #339900;
  font-weight: normal;
  display: block;
}

.confilm_title {
  display: none;
}

/* フォーム送信説明 */
.mw_wp_form_input .notice_text_comfirm,
.mw_wp_form_confirm .notice_text,
.mw_wp_form_confirm .caution,
.mw_wp_form_confirm .confirm_text_none {
  display: none;
}

.send_btn {
  display: block;
  width: 258px;
  line-height: 58px;
  text-align: center;
  background: #191919;
  color: #fff;
  border: 1px solid #191919;
  margin: 32px auto 0 auto;
  cursor: pointer;
}

.send_btn:hover {
  color: #191919;
  background: #fff;
}

.article_contents {
  margin-top: 46px;
  margin-bottom: 60px;
}

.green_text {
  color: #339900;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form_box {
    font-size: 0.937rem;
  }

  .caution {
    font-size: 0.875rem;
  }

  .enter_box {
    flex-direction: column;
  }

  .enter_box dt {
    width: 100%;
    padding: 12px 6px;
    border-right: none;
  }

  .enter_box dd {
    width: 100%;
    padding: 12px 6px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    min-height: 46px;
  }

#one-gyou {
    width: 100%;
    padding: 12px 6px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    min-height: 46px;
  }	
	
  #person,
  #name,
  #kana,
  #email,
  #email_2,
  #tel,
  #school,
  #grader,
  #days {
    width: 100%; /*0508*/
    padding: 0 4px;
    font-size: 0.937rem;
  }

  .placing {
    padding-top: 14px;
  }

  #to_post {
    width: 120px;
    height: 34px;
    margin-top: 6px;
  }

  #search_num {
    width: 146px;
    margin-left: 6px;
    font-size: 0.75rem;
    margin-top: 6px;
  }

  #to_address {
    margin-top: 10px;
  }

  #ask {
    height: 160px;
    line-height: 1.4;
    padding: 6px;
  }

  .notice_gray,
  .notice_text {
    text-align: left;
    font-size: 0.937rem;
  }

  .send_box {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .enter_box input[type='checkbox'] {
    margin-top: 6px;
  }

  .article_contents {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .green_text {
    font-size: 1rem;
    white-space: nowrap;
  }

  .need {
    width: 32px;
    line-height: 20px;
    margin-left: 10px;
    font-size: 12px;
  }

  .radio_mark {
    margin-right: 10px;
    margin-left: 2px;
  }

  .enter_box input[type='checkbox'] {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/* プライバシーポリシー ----------------------------------------------------------------*/
/* tab切り替え ----------*/
.tab_title {
  display: flex;
  margin-top: 50px;
}

.tab_title li {
  width: calc((100% - 1px) / 2);
  line-height: 64px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bolder;
  border-bottom: solid 1px #999;
  background: #ccc;
  cursor: pointer;
}

.tab_title li:hover {
  background: rgba(204, 204, 204, 0.7);
}

.tab_title li:first-child {
  border-right: solid 1px #999;
}

.tab_title .tab_act {
  background: #fff;
  border-bottom: none;
  border-top: solid 1px #999;
}

.tab_title .tab_act:hover {
  cursor: default;
  background: #fff;
}

#tab_use {
  display: none;
}

.policy_address {
  margin-top: 10px;
  font-size: 0.937rem;
}

.adjust {
  padding-top: 20px;
}

.footer_btn {
  display: block;
  width: 300px;
  line-height: 60px;
  margin: 30px auto 40px auto;
  text-align: center;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 8px;
}

.footer_btn:hover {
  background: #fff;
  color: #2f2529;
}

@media screen and (max-width: 768px) {
  .tab_title li:first-child {
    padding-top: 20px;
  }

  .tab_title li {
    line-height: 1.15;
    padding: 10px;
    font-size: 0.937rem;
  }

  .policy_address {
    font-size: 0.937rem;
    line-height: 1.5;
  }

  .adjust {
    padding-top: 1rem;
    font-size: 0.937rem;
  }

  .privacy {
    margin-bottom: 40px;
  }

  .consent_box {
    font-size: 0.875rem;
  }

  .footer_btn {
    width: 280px;
    line-height: 50px;
    margin: 10px auto 60px auto;
  }

  .mark_disc {
    font-size: 0.875rem;
  }
}

/* お問い合わせ ----------------------------------------------------------------*/
.connecting_box {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  padding: 20px;
  background: #eff0f7;
  border: solid 1px #191919;
  box-sizing: border-box;
}

.connect_num {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.375rem;
}

.pc_pr {
  padding-right: 1rem;
}

@media screen and (max-width: 768px) {
  .connecting_box {
    padding: 20px 10px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .connect_num {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .pc_pr {
    padding-right: 0;
    display: block;
  }
}

/* 学校説明会・学校見学 ----------------------------------------------------------------*/
.event_intro {
  margin-top: 46px;
  margin-bottom: 60px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #961367;
  color: #961367;
}

.event_intro .mark_kome > li {
  line-height: 1.5;
  margin-top: 4px;
  color: #961367;
}

.entry_banner {
  margin: 0 auto 60px auto;
  width: 450px;
}

.entry_banner img {
  vertical-align: top;
}

.entry_banner figcaption {
  width: 100%;
  line-height: 50px;
  text-align: center;
  background-color: #1a1a1a;
  color: #fff;
}

.entry_banner a:hover {
  opacity: 0.7;
}

/* 学校説明会・学校見学 ----------------------------------------------------------------*/
.event_box {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 70px;
}

.event_box:nth-of-type(even) {
  background: #eff0f7;
  padding: 70px 10px;
}

.article_box {
  padding: 30px 30px 40px 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: #eff0f7;
  border-radius: 8px;
}

.event_box:nth-of-type(even) .article_box {
  background: #fff;
}

.article_box p {
  line-height: 1.5;
}

.event_title {
  font-size: 1.5rem;
  color: #961367;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #961367;
  margin-bottom: 34px;
  font-weight: bold;
  letter-spacing: 0.15rem;
}

.event_title small {
  font-size: 1.125rem;
  color: #961367;
}

.event_ul {
  padding-left: 1rem;
  margin-bottom: 30px;
}

.event_ul li {
  text-indent: -1rem;
  margin-top: 10px;
  line-height: 1.5;
}

.event_ul li::before {
  content: '●';
  padding-right: 4px;
}

.event_ul p {
  margin-left: 1rem;
}

.event_info {
  border-top: dotted 1px #666;
  padding-top: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.reserve_btn {
  border-top: solid 1px #961367;
  padding-top: 34px;
}

.reserve_btn a {
  display: block;
  width: 200px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background: #191919;
}

.reserve_btn a:hover {
  opacity: 0.7;
}

.event_ul_title {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.lead_tel {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.explain_tel {
  text-align: center;
  margin-top: 10px;
}

.lead_tel a {
  color: #393d46;
}

@media screen and (min-width: 1024px) {
  .article_box {
    width: 1000px;
    margin: 0 auto;
  }

  .event_box:nth-of-type(even) {
    padding: 70px 0;
  }
}

@media screen and (max-width: 768px) {
  .event_box {
    padding: 0 7% 30px 7%;
  }

  .article_box {
    padding: 20px 6px 30px 6px;
  }

  .article_box p {
    font-size: 0.937rem;
  }

  .event_intro {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 8px;
  }

  .entry_banner {
    margin: 0 auto 40px auto;
    width: 100%;
  }

  .event_box {
    padding: 0 7%;
    margin-bottom: 40px;
  }

  .event_title {
    font-size: 1.125rem;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }

  .event_ul {
    font-size: 0.875rem;
  }

  .event_ul p {
    font-size: 0.812rem;
  }

  .event_info {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 0.812rem;
  }

  .event_box:nth-of-type(even) {
    padding: 40px 7%;
  }

  .event_ul_title {
    font-size: 0.937rem;
  }

  .event_title small {
    font-size: 0.875rem;
  }

  .explain_tel {
    text-align: left;
    font-size: 0.937rem;
  }

  .lead_tel a {
    border-bottom: solid 1px #393d46;
  }
}

/* 入学時納入金・校納金など ----------------------------------------------------------------*/
.peyment_table,
.peyment_table2,
.exam_table {
  width: calc(100% - 1px);
  background: #fff;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.peyment_table th,
.peyment_table2 th {
  width: calc(100% / 4 - 4px);
  line-height: 46px;
  background: #6fc5c2;
  text-align: center;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  font-weight: normal;
  box-sizing: border-box;
}

.peyment_table td,
.peyment_table2 td {
  text-align: center;
  height: 46px;
  padding-top: 4px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  box-sizing: border-box;
  line-height: 1.5;
}

.bl_link {
  color: #3399ff;
  border-bottom: solid 1px #3399ff;
}

.bl_link:hover {
  color: #265cff;
  border-bottom: solid 1px #265cff;
}

@media screen and (max-width: 768px) {
  .peyment_table,
  .peyment_table2 {
    font-size: 0.875rem;
  }

  .peyment_table th:first-child {
    width: 70px;
  }

  .peyment_table th:nth-child(n + 2) {
    width: calc((100% - 70px) / 3 - 4px);
  }
}

/* 募集要項 ----------------------------------------------------------------*/
.apply_box {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.apply_box li {
  margin-top: 40px;
  width: calc((100% - 40px) / 2);
  padding: 24px;
  background: #eff0f7;
  border-radius: 8px;
  box-sizing: border-box;
}

.apply_box a {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  padding: 18px 0;
}

@media screen and (max-width: 768px) {
  .apply_box {
    margin-bottom: 45px;
    margin-top: 16px;
    flex-direction: column;
  }

  .apply_box li {
    width: 100%;
    margin-top: 24px;
    padding: 10px;
  }

  .apply_box a {
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 0.875rem;
  }
}

/* よくある質問 ----------------------------------------------------------------*/
.life_box {
  width: 100%;
  margin: 60px 0 70px 0;
  background: #eff0f7;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px;
}

.faq_box {
  margin-top: 40px;
  margin-bottom: 12px;
}

.faq_box dt,
.faq_box dd {
  display: flex;
}

.faq_box dd {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 36px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #666;
}

.faq_q,
.faq_a {
  margin-left: 8px;
}

.faq_a {
  line-height: 1.5;
}

.faq_q {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 32px;
}

.faq_box img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .life_box {
    margin: 45px 0;
    padding: 10px;
  }

  .faq_box {
    margin-top: 30px;
  }

  .faq_box dd {
    margin-top: 1rem;
    margin-bottom: 28px;
    padding-bottom: 1rem;
  }

  .faq_q {
    font-size: 1rem;
    line-height: 24px;
  }

  .faq_a {
    font-size: 0.937rem;
  }

  .faq_box img {
    width: 24px;
    height: 24px;
  }
}

/* 過去入試問題 ----------------------------------------------------------------*/
.event_box_last {
  width: 100%;
  box-sizing: border-box;
  background: #eff0f7;
  padding: 70px 10px 100px 10px;
}

.event_box_last .article_box {
  background: #fff;
}

.exam_table th {
  width: 129px;
  line-height: 80px;
  background: #6fc5c2;
  text-align: center;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  font-weight: normal;
  box-sizing: border-box;
}

.dl_box {
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  box-sizing: border-box;
  padding: 0 20px;
  width: 241px;
}

.dl_box:last-of-type {
  width: calc(100% - 130px - 242px);
}

/* .reserve_btnの赤ボーダーと余白削除 ----------*/
.dl_box .reserve_btn {
  border-top: none;
  padding-top: 0;
}

.dl_box .reserve_btn a {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .exam_table {
    margin-bottom: 0;
  }
  .event_box_last {
    padding: 40px 7% 40px 7%;
  }

  .exam_table th {
    width: 49px;
  }

  .dl_box,
  .dl_box:last-of-type {
    width: calc((100% - 52px) / 2);
    padding: 0;
  }

  .dl_box .reserve_btn a {
    width: 100px;
    margin: 0 auto;
  }
}

/* 横浜学園紹介動画 ----------------------------------------------------------------*/
.campus_map {
  width: 480px;
  margin: 20px auto 40px auto;
}

.campus_map figcaption {
  text-align: center;
  margin-bottom: 20px;
}

.campus_map img {
  border-radius: 6px;
}

.campus_map a:hover {
  opacity: 0.7;
}

.reserve_btn .link400 {
  width: 400px;
}

.dash_line {
  font-size: 1.0625rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: dotted 1px #666;
}

.video_explan {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .campus_map {
    max-width: 480px;
    width: 100%;
    margin: 20px auto 30px auto;
  }

  .campus_map figcaption {
    font-size: 0.875rem;
  }

  .reserve_btn .link400 {
    width: 300px;
  }

  .dash_line {
    font-size: 0.937rem;
  }

  .article_box .video_explan {
    text-align: left;
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}

/* アドミッションポリシー ----------------------------------------------------------------*/
.adomission_box {
  margin-top: 60px;
}

.circle_title {
  text-align: center;
  font-size: 1.125rem;
  background: url(../img/info/gray_circle.png) center center no-repeat;
  padding: 30px 0;
  line-height: 1.5;
}

.adomission_box dd {
  margin-left: 0;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .adomission_box {
    margin-top: 20px;
  }

  .circle_title {
    font-size: 1.0625rem;
    padding: 27px 0;
  }

  .adomission_box dd {
    font-size: 0.937rem;
    margin-bottom: 30px;
    text-align: left;
  }
}

/* 教育目標 ----------------------------------------------------------------*/
.education_top {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.education_top li {
  width: calc(100% / 3);
  height: 240px;
  margin-bottom: 10px;
  background: url(../img/info/blue_circle.png) center center no-repeat;
}

.education_top_title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 40px;
}

.education_top_text {
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .education_top {
    margin-top: 40px;
  }

  .education_top li {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-size: 240px;
  }

  .education_top_title {
    font-size: 1.0625rem;
    margin-top: 50px;
  }

  .education_top_text {
    font-size: 0.937rem;
    margin-top: 20px;
    line-height: 1.5;
  }
}

/* ページャー付きスライド ----------*/
#education_slide {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

/* slickページャーのcss ----------*/
#education_slide .slick-dots li button:before {
  color: #6699cc;
  opacity: 0.5;
}

#education_slide .slick-dots .slick-active button:before {
  color: #6699cc;
  opacity: 1;
}

.circle_box {
  width: 240px;
  height: 240px;
  background: #fff;
  border: solid 1px #6699cc;
  border-radius: 3000px;
  margin: 0 auto;
}

.education_slide_title {
  text-align: center;
  font-size: 1.125rem;
  color: #6699cc;
  margin-top: 40px;
}

.slick_bottom {
  padding-top: 50px;
}

.education_bg {
  width: 100%;
  background: url(../img/info/education_bg.jpg) center bottom no-repeat;
  background-size: 1920px 2380px;
  padding-bottom: 800px;
}

@media screen and (max-width: 1240px) {
  .education_bg {
    background-size: 124%;
    padding-bottom: 700px;
  }
}

@media screen and (max-width: 768px) {
  #education_slide .slick-dots {
    bottom: -45px;
  }
  #education_slide .slick-dots li {
    margin: 0 5px;
  }
  .education_bg {
    background-size: 130%;
    padding-bottom: 240px;
  }
}

/* slickナビ追加スマホのみ ----------*/
@media screen and (max-width: 560px) {
  .prev_arrow,
  .next_arrow {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 100px;
    z-index: 10;
  }

  .prev_arrow span,
  .next_arrow span {
    display: block;
    width: 28px;
    height: 28px;
    border-top: 2px solid #6699cc;
    border-right: 2px solid #6699cc;
    transform: rotate(225deg);
  }

  .next_arrow span {
    transform: rotate(45deg);
  }

  .prev_arrow {
    left: 16px;
  }

  .next_arrow {
    right: 16px;
  }
}

/* 生徒の一日 ----------------------------------------------------------------*/
.day_slide_box {
  margin: 60px auto 30px auto;
  width: 800px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}

.day_slide_box img {
  max-width: 100%;
  vertical-align: top;
}

#day_img {
  position: relative;
  width: 460px;
  /* height: 460px; studentday.jsより取得 */
  clip-path: circle(50%);
}

.item_img {
  position: absolute;
  top: 0;
  left: 0;
}

.item_img:first-child {
  z-index: 6;
}

.item_img:nth-child(2) {
  z-index: 5;
}

.item_img:nth-child(3) {
  z-index: 4;
}

.item_img:nth-child(4) {
  z-index: 3;
}

.item_img:nth-child(5) {
  z-index: 2;
}

.item_img:nth-child(6) {
  z-index: 1;
}

#prev_day,
#next_day {
  cursor: pointer;
}

#prev_day:hover,
#next_day:hover {
  opacity: 0.7;
}

#next_day {
  transform: rotate(180deg);
}

.day_text {
  text-align: center;
  margin-bottom: 80px;
  min-height: 232px; /*朝学習の高さで合わせないとカクつく*/
}

#time_text {
  width: 216px;
  color: #6fc5c2;
  font-size: 2.5rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #6fc5c2;
  text-align: center;
  margin: 0 auto;
}

#life_text {
  font-size: 1.25rem;
  margin-top: 10px;
}

.one_comment {
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}

#img_text {
  display: none;
}

@media screen and (max-width: 768px) {
  .day_slide_box {
    margin: 30px auto 10px auto;
    width: 100%;
  }

  #day_img {
    position: relative;
    width: 70%;
    border: solid 1px #fff; /* スマホ時マスクがはみ出る為 */
  }

  #prev_day,
  #next_day {
    width: 40px;
  }

  .one_comment {
    text-align: left;
    margin-top: 10px;
  }

  .sp_left {
    text-align: left;
  }

  .day_text {
    margin-bottom: 0;
    min-height: 280px;
  }
}

/* 沿革（学園の歩み） ----------------------------------------------------------------*/
.box_white {
  width: 80%;
  margin: 60px auto 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}

.history {
  display: flex;
  flex-wrap: wrap;
}

.history dt {
  padding: 6px 40px 0 0;
  width: 36%;
  min-height: 62px;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  border-right: solid 5px #6fc5c2;
}

/* .history dt:first-child {
    margin-top: 18px;
} */

.history dt:last-of-type {
  padding: 6px 40px 6px 0;
  border-right: solid 5px #fff;
}

.history dt::after {
  display: block;
  content: '.';
  background: url(../img/info/history_point.png) right center no-repeat;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  right: -18px;
  top: 0;
}

.history dt:first-child::after {
  top: 0;
}

.history dd {
  width: 64%;
  padding: 6px 0 12px 40px;
  min-height: 62px;
  margin-left: 0;
  box-sizing: border-box;
}

.history dd:last-of-type {
  padding: 6px 0 0 40px;
}

@media screen and (max-width: 768px) {
  .box_white {
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 10px;
  }

  .history dt {
    padding: 6px 20px 0 0;
    width: 32%;
    font-size: 0.875rem;
    min-height: 62px;
  }

  .history dt::after {
    background-size: contain;
    width: 24px;
    height: 24px;
    right: -14px;
  }

  .history dd {
    width: 68%;
    font-size: 14px;
    padding: 6px 0 12px 20px;
  }

  .history dt:last-of-type {
    padding: 6px 20px 0 0;
  }

  .history dd:last-of-type {
    padding: 6px 0 0 20px;
  }
}

/* 施設紹介 ----------------------------------------------------------------*/
.full_img {
  margin-top: 40px;
  padding-bottom: 50px;
}

.full_img img {
  max-width: 100%;
  vertical-align: top;
}

.enji .point_title {
  color: #961366;
}

.facility_li {
  padding-top: 50px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.facility_li li {
  width: calc((100% - 40px) / 3);
  margin-bottom: 50px;
  box-sizing: border-box;
}

.line_deco {
  font-size: 1.0625rem;
  font-weight: bold;
  border-bottom: solid 3px #191919;
  margin-top: 12px;
  padding-bottom: 6px;
  position: relative;
}

.line_deco::before {
  content: '.';
  display: inline-block;
  color: transparent;
  width: 30px;
  border-bottom: solid 3px #6fc5c2;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.pickup_bar {
  width: 1000px;
  margin: 0 auto;
  line-height: 60px;
  background: #6fc5c2;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5rem;
  box-sizing: border-box;
}

.font_bold {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 1rem;
}

.pickup_box .point_box {
  margin-top: 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .pickup_bar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .full_img {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .facility_li {
    padding-top: 30px;
  }

  .facility_li li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
  }

  .line_deco {
    font-size: 0.937rem;
    margin-top: 0;
  }

  .pickup_box .point_box {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .pickup_box .point_title {
    margin-bottom: 10px;
  }
}

/* クラブ活動 ----------------------------------------------------------------*/
.club_box {
  margin-top: 44px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.club_box li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 24px;
}

.club_box li:nth-child(4n) {
  margin-right: 0;
}

.club_box_a img {
  border-radius: 9px;
  transition: 0.1s;
}

.club_box_a img:hover {
  outline: solid 3px #6fc5c2;
}

.club_box_a span {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .club_box {
    margin-top: 34px;
    margin-bottom: 30px;
  }

  .club_box li {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .club_box li:nth-child(2n) {
    margin-right: 0;
  }

  .club_box_a span {
    font-size: 0.937rem;
  }
}

/* クラブ活動　個別ページ ----------*/
.club_post {
  margin-top: 50px;
}

.club_post_title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #961366;
}

.prelusion {
  display: flex;
  margin-bottom: 60px;
}

.prelusion .left {
  width: calc(100% - 220px);
  box-sizing: border-box;
}

.club_img img,
.prelusion img {
  max-width: 220px;
  max-height: 150px;
  vertical-align: top;
  border-radius: 9px;
  display: inline-block;
}

.prelusion img {
  margin-left: 40px;
}

.club_img {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.club_img img {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}

.club_img img:nth-child(4n) {
  margin-right: 0;
}

.page_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.prev_btn,
.next_btn {
  display: block;
  width: 200px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #191919;
  position: relative;
}

.prev_btn {
  margin-right: 40px;
}

.prev_btn::before,
.next_btn::after {
  content: '.';
  color: transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  position: absolute;
  top: 16px;
}

.prev_btn::before {
  border-left: solid 2px #fff;
  transform: rotate(-45deg);
  left: 14px;
}

.next_btn::after {
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 14px;
}

.prev_btn:hover,
.next_btn:hover {
  background: #6fc5c2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .club_post {
    margin-top: 30px;
  }

  .club_post_title {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }

  .prelusion {
    flex-direction: column-reverse;
    margin-bottom: 30px;
    font-size: 0.937rem;
  }

  .prelusion .left {
    width: 100%;
  }

  .prelusion img {
    margin: 0 auto 30px auto;
  }

  .club_img img {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .club_img {
    margin-bottom: 40px;
  }

  .club_img img:nth-child(2n) {
    margin-right: 0;
  }

  .prev_btn,
  .next_btn {
    width: 160px;
    font-size: 0.875rem;
  }

  .prev_btn {
    margin-right: 20px;
  }

  .page_btn {
    justify-content: space-around;
    margin-bottom: 60px;
  }
}

/* 年間行事 ----------------------------------------------------------------*/
/* slickスライダー */
.event_slide {
  width: 840px; /*1000px - ナビと余白80px x2*/
  margin: 80px auto 60px auto;
}

.event_month {
  /* width: 260px; slickのcssが適用されるのでコメントアウト*/
  margin-right: 15px;
  margin-left: 15px;
}

.event_month img {
  border-radius: 9px;
}

.deco_title {
  margin-bottom: 10px;
  font-size: 1.875rem;
}

.month_en {
  font-size: 1.375rem;
  padding-left: 10px;
}

.deco_title i {
  color: #6ec5c1;
}

.point_list {
  margin-top: 10px;
  margin-left: 1rem;
}

.point_list li {
  text-indent: -1rem;
}

.point_list li::before {
  content: '・';
  padding-right: 2px;
}

#event_slide .slick-prev,
#event_slide .slick-next {
  background: url(../img/studentday/nav_arrow.png) left top no-repeat;
  width: 60px;
  height: 60px;
  background-size: contain;
  border: none;
  color: transparent;
  position: absolute;
  top: calc(calc((100% - 60px) / 2));
}

#event_slide .slick-prev {
  left: -80px;
}

#event_slide .slick-next {
  right: -80px;
  transform: rotate(180deg);
}

.column2 {
  padding: 80px 0 0 0;
  display: flex;
  justify-content: space-around;
}

.event_column {
  width: calc((100% - 80px) / 2);
}

.event_column img {
  max-width: 100%;
  vertical-align: top;
  border-radius: 9px;
}

.pickup_title {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}

.pickup_title i {
  color: #6fc5c2;
  font-size: 1.25rem;
}

.pickup_title .pickup_icon {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  border-radius: 100px;
  background: #6fc5c2;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: -20px;
}

.sub_lead {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .point_list {
    font-size: 0.937rem;
  }

  .event_slide {
    width: 75%;
    margin: 20px auto 30px auto;
  }

  #event_slide .slick-prev,
  #event_slide .slick-next {
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
  }

  #event_slide .slick-prev {
    left: -45px;
  }

  #event_slide .slick-next {
    right: -45px;
  }

  .column2 {
    padding: 0 0 20px 0;
    flex-direction: column;
  }

  .event_column {
    width: 100%;
    margin-top: 50px;
  }

  .sub_lead {
    font-size: 1rem;
    margin-top: 1rem;
    text-align: center;
  }
}
