body {
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*padding-top: 55px;
  @include sp {
      padding-top: 118px;
  }*/
}

header,
main {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 641px) {
  header,
  main {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

main {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.underline {
  text-decoration: underline;
}
a.no_target[target=_blank]::after {
  content: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

.important_notice {
  padding: 10px 20px 13px 20px;
  background-color: #ffe3e3;
}
@media print, screen and (min-width: 641px) {
  .important_notice {
    padding: 23px 20px;
  }
}
.important_notice .important_notice_inner {
  max-width: 1368px;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .important_notice .important_notice_inner {
    display: flex;
  }
}
.important_notice h2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #E40313;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 641px) {
  .important_notice h2 {
    font-size: 1.8rem;
    margin-right: 55px;
    margin-bottom: 0;
  }
}
.important_notice ul {
  flex: 1;
}
.important_notice ul li {
  clear: both;
}
@media print, screen and (min-width: 641px) {
  .important_notice ul li {
    display: flex;
    align-items: flex-start;
  }
}
.important_notice ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 641px) {
  .important_notice ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.important_notice ul p {
  line-height: 1.83rem;
}
@media print, screen and (min-width: 641px) {
  .important_notice ul p {
    line-height: 1.7rem;
  }
}
.important_notice ul .date {
  font-size: 1.2rem;
  color: #E40313;
  float: left;
  margin-right: 10px;
}
@media print, screen and (min-width: 641px) {
  .important_notice ul .date {
    font-size: 1.5rem;
    float: none;
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 641px) {
  .important_notice ul .text {
    flex: 1;
  }
}
.important_notice ul a {
  font-size: 1.2rem;
  color: #E40313;
  text-decoration: underline;
  display: inline;
  transition: color 0.3s;
}
@media print, screen and (min-width: 641px) {
  .important_notice ul a {
    font-size: 1.4rem;
    display: inline-block;
  }
}
@media print, screen and (min-width: 641px) {
  .important_notice ul a:hover {
    color: #333;
  }
}

.mv {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 641px) {
  .mv {
    margin-bottom: 30px;
  }
}
.mv .splide__track {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 641px) {
  .mv .splide__track {
    margin-bottom: 15px;
  }
}
.mv .splide__slide img {
  width: 100%;
}
.mv .splide__arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.mv .splide__arrow {
  width: 104px;
  height: 104px;
  display: none;
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width: 641px) {
  .mv .splide__arrow {
    display: block;
  }
}
.mv .splide__arrow svg {
  display: none;
}
.mv .splide__arrow.splide__arrow--prev {
  background: url(/common/img/top/mv_slide_prev.png) no-repeat center center;
  background-size: 100% auto;
  left: 0;
  transform: translate(-50%, -50%);
}
.mv .splide__arrow.splide__arrow--next {
  background: url(/common/img/top/mv_slide_next.png) no-repeat center center;
  background-size: 100% auto;
  right: 0;
  transform: translate(50%, -50%);
}
.mv .splide__pagination li {
  margin: 0 3px;
}
@media print, screen and (min-width: 641px) {
  .mv .splide__pagination li {
    margin: 0 8px;
  }
}
.mv .splide__pagination li button {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  border: 2px solid #FFF;
  border-radius: 50%;
  background-color: #C3C3C3;
  transition: background 0.3s;
}
@media print, screen and (min-width: 641px) {
  .mv .splide__pagination li button {
    width: 12px;
    height: 12px;
  }
}
.mv .splide__pagination li button.is-active {
  border: 3px solid #E40313;
  background-color: #FFF;
}

.school_notice {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 641px) {
  .school_notice {
    margin-bottom: 45px;
  }
}
.school_notice .school_notice_blk:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 641px) {
  .school_notice .school_notice_blk:not(:last-child) {
    margin-bottom: 20px;
  }
}
.school_notice h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  background-color: #E40313;
}
@media print, screen and (min-width: 641px) {
  .school_notice h2 {
    font-size: 1.8rem;
    padding: 3px 0 4px 0;
  }
}
.school_notice .school_notice_blk_body {
  color: #010101;
  padding: 15px 12px;
  border: 1px solid #E40313;
}
@media print, screen and (min-width: 641px) {
  .school_notice .school_notice_blk_body {
    padding: 20px 30px;
  }
}

.banner_section {
  padding: 20px 0;
}
@media print, screen and (min-width: 641px) {
  .banner_section {
    padding: 30px 0;
  }
}
.banner_section .cmn_banner_list + .text_banner_list {
  margin-top: 20px;
}
.banner_section .text_banner_list li:not(:last-child) {
  margin-bottom: 9px;
}
.banner_section .text_banner_list li a {
  color: #010101;
  display: block;
  padding: 10px 30px 10px 15px;
  border: 1px solid #C3C3C3;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
  transition: color 0.3s;
}
@media print, screen and (min-width: 641px) {
  .banner_section .text_banner_list li a {
    padding: 16px 50px 16px 30px;
  }
}
.banner_section .text_banner_list li a::before, .banner_section .text_banner_list li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.banner_section .text_banner_list li a::before {
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  right: 13px;
  z-index: 1;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 641px) {
  .banner_section .text_banner_list li a::before {
    width: 8px;
    height: 8px;
    right: 21px;
  }
}
.banner_section .text_banner_list li a::after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C3C3C3;
  right: 7px;
  transform: translateY(-50%);
  transition: background 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 641px) {
  .banner_section .text_banner_list li a::after {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}
@media print, screen and (min-width: 641px) {
  .banner_section .text_banner_list li a:hover {
    color: #E40313;
  }
  .banner_section .text_banner_list li a:hover::before {
    transform: translateY(-50%) translateX(3px) rotate(45deg);
  }
  .banner_section .text_banner_list li a:hover::after {
    transform: translateY(-50%) translateX(3px);
    background-color: #E40313;
  }
}

.main_section {
  padding-top: 75px;
}
@media print, screen and (min-width: 641px) {
  .main_section {
    padding-top: 140px;
  }
}
.main_section .main_section_head {
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E40313;
}
@media print, screen and (min-width: 641px) {
  .main_section .main_section_head {
    padding-bottom: 25px;
    margin-bottom: 28px;
  }
}
.main_section .main_section_head .page_inner_l {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.main_section .main_section_head h2 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .main_section .main_section_head h2 {
    font-size: 4.3rem;
  }
}
.main_section .main_section_head h2 span {
  display: inline-block;
  position: relative;
}
.main_section .main_section_head h2 span::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -2px;
  left: calc(100% + 10px);
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .main_section .main_section_head h2 span::after {
    bottom: -5px;
    left: calc(100% + 34px);
  }
}
.main_section .main_section_head .arrow_link {
  margin-left: auto;
  z-index: 1;
}
.main_section .main_section_head .eng {
  font-size: 5.8rem;
  font-weight: bold;
  color: #F2F2F2;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media print, screen and (min-width: 641px) {
  .main_section .main_section_head .eng {
    font-size: 12rem;
    bottom: 10px;
    left: 42px;
  }
}
.main_section.course .main_section_head h2 span::after {
  width: 29px;
  height: 25px;
  background-image: url(/common/img/top/icon_course.svg);
}
@media print, screen and (min-width: 641px) {
  .main_section.course .main_section_head h2 span::after {
    width: 75px;
    height: 64px;
  }
}
.main_section.school .main_section_head h2 span::after {
  width: 23px;
  height: 25px;
  background-image: url(/common/img/top/icon_school.svg);
}
@media print, screen and (min-width: 641px) {
  .main_section.school .main_section_head h2 span::after {
    width: 55px;
    height: 61px;
  }
}
.main_section.event_seminar .main_section_head h2 span::after {
  width: 39px;
  height: 23px;
  background-image: url(/common/img/top/icon_event_seminar.svg);
}
@media print, screen and (min-width: 641px) {
  .main_section.event_seminar .main_section_head h2 span::after {
    width: 82px;
    height: 52px;
  }
}
.main_section.nyushi .main_section_head h2 span::after {
  width: 22px;
  height: 23px;
  background-image: url(/common/img/top/icon_nyushi.svg);
}
@media print, screen and (min-width: 641px) {
  .main_section.nyushi .main_section_head h2 span::after {
    width: 51px;
    height: 55px;
  }
}
.main_section.pickup_banner_section .main_section_head h2 span::after {
  width: 24px;
  height: 23px;
  background-image: url(/common/img/top/icon_pickup.svg);
}
@media print, screen and (min-width: 641px) {
  .main_section.pickup_banner_section .main_section_head h2 span::after {
    width: 58px;
    height: 55px;
  }
}

.course .course_img_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list {
    gap: 20px 25px;
  }
}
.course .course_img_list:not(:last-child) {
  margin-bottom: 13px;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list:not(:last-child) {
    margin-bottom: 25px;
  }
}
.course .course_img_list li {
  display: flex;
  width: calc((100% - 15px) / 2);
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li {
    width: calc((100% - 50px) / 3);
  }
}
.course .course_img_list li a {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li a {
    border-radius: 8px;
  }
}
.course .course_img_list li a::before {
  border-color: #FFF;
}
.course .course_img_list li .course_name {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 3px;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li .course_name {
    min-height: 55px;
    padding: 8px;
  }
}
.course .course_img_list li .course_name p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li .course_name p {
    font-size: 2rem;
  }
}
.course .course_img_list li .course_name p span {
  font-size: 1rem;
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li .course_name p span {
    font-size: 1.5rem;
  }
}
.course .course_img_list li .course_name p br {
  font-size: 0;
}
.course .course_img_list li figure {
  overflow: hidden;
}
.course .course_img_list li figure img {
  width: 100%;
  transition: transform 0.3s;
}
.course .course_img_list li.high1 .course_name {
  background-color: #339CE6;
}
.course .course_img_list li.high1 a::after {
  background-color: #339CE6;
}
.course .course_img_list li.high2 .course_name {
  background-color: #0074c1;
}
.course .course_img_list li.high2 a::after {
  background-color: #0074c1;
}
.course .course_img_list li.high3 .course_name {
  background-color: #0058a5;
}
.course .course_img_list li.high3 a::after {
  background-color: #0058a5;
}
.course .course_img_list li.daigaku .course_name {
  padding-bottom: 5px;
  background-color: #e83920;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li.daigaku .course_name {
    padding-bottom: 10px;
  }
}
.course .course_img_list li.daigaku .course_name p {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li.daigaku .course_name p {
    font-size: 2rem;
  }
}
.course .course_img_list li.daigaku a::after {
  background-color: #e83920;
}
.course .course_img_list li.tanka .course_name {
  background-color: #fab421;
}
.course .course_img_list li.tanka a::after {
  background-color: #fab421;
}
.course .course_img_list li.nophoto a {
  width: 100%;
  flex-direction: row;
}
.course .course_img_list li.nophoto .course_name {
  background-color: #E40313;
}
.course .course_img_list li.nophoto a::after {
  background-color: #FFF;
}
.course .course_img_list li.nophoto a::before {
  border-top: 2px solid #E40313;
  border-right: 2px solid #E40313;
}
.course .course_img_list li.nophoto.color_high1 .course_name {
  background-color: #339CE6;
}
.course .course_img_list li.nophoto.color_high1 a::before {
  border-top: 2px solid #339CE6;
  border-right: 2px solid #339CE6;
}
.course .course_img_list li.nophoto.color_high2 .course_name {
  background-color: #0074c1;
}
.course .course_img_list li.nophoto.color_high2 a::before {
  border-top: 2px solid #0074c1;
  border-right: 2px solid #0074c1;
}
.course .course_img_list li.nophoto.color_high3 .course_name {
  background-color: #0058a5;
}
.course .course_img_list li.nophoto.color_high3 a::before {
  border-top: 2px solid #0058a5;
  border-right: 2px solid #0058a5;
}
.course .course_img_list li.nophoto.color_daigaku .course_name {
  background-color: #e83920;
}
.course .course_img_list li.nophoto.color_daigaku a::before {
  border-top: 2px solid #e83920;
  border-right: 2px solid #e83920;
}
.course .course_img_list li.nophoto.color_tanka .course_name {
  background-color: #fab421;
}
.course .course_img_list li.nophoto.color_tanka a::before {
  border-top: 2px solid #fab421;
  border-right: 2px solid #fab421;
}
.course .course_img_list li.nophoto.color_education .course_name {
  background-color: #c1a825;
}
.course .course_img_list li.nophoto.color_education a::before {
  border-top: 2px solid #c1a825;
  border-right: 2px solid #c1a825;
}
.course .course_img_list li.nophoto.color_kobetsu .course_name {
  background-color: #204471;
}
.course .course_img_list li.nophoto.color_kobetsu a::before {
  border-top: 2px solid #204471;
  border-right: 2px solid #204471;
}
.course .course_img_list li.nophoto.color_spring .course_name {
  background-color: #f08441;
}
.course .course_img_list li.nophoto.color_spring a::before {
  border-top: 2px solid #f08441;
  border-right: 2px solid #f08441;
}
.course .course_img_list li.nophoto.color_summer .course_name {
  background-color: #2d98d5;
}
.course .course_img_list li.nophoto.color_summer a::before {
  border-top: 2px solid #2d98d5;
  border-right: 2px solid #2d98d5;
}
.course .course_img_list li.nophoto.color_winter .course_name {
  background-color: #e8728a;
}
.course .course_img_list li.nophoto.color_winter a::before {
  border-top: 2px solid #e8728a;
  border-right: 2px solid #e8728a;
}
@media print, screen and (min-width: 641px) {
  .course .course_img_list li a:hover {
    opacity: 0.8;
  }
  .course .course_img_list li a:hover figure img {
    transform: scale(1.05);
  }
}
.course .course_text_4clm_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 15px;
  margin-bottom: 13px;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_4clm_list {
    gap: 25px;
    margin-bottom: 25px;
  }
}
.course .course_text_4clm_list li {
  width: calc((100% - 15px) / 2);
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_4clm_list li {
    width: calc((100% - 75px) / 4);
  }
}
.course .course_text_4clm_list a {
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 6px;
  background-color: #E40313;
  transition: opacity 0.3s;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_4clm_list a {
    font-size: 1.5rem;
    height: 70px;
    padding: 10px;
  }
}
.course .course_text_4clm_list a span {
  font-size: 1.4rem;
  display: block;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_4clm_list a span {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 641px) {
  .course .course_text_4clm_list a:hover {
    opacity: 0.8;
  }
}
.course .course_text_4clm_list .color_high1 a {
  background-color: #339CE6;
}
.course .course_text_4clm_list .color_high2 a {
  background-color: #0074c1;
}
.course .course_text_4clm_list .color_high3 a {
  background-color: #0058a5;
}
.course .course_text_4clm_list .color_daigaku a {
  background-color: #e83920;
}
.course .course_text_4clm_list .color_tanka a {
  background-color: #fab421;
}
.course .course_text_4clm_list .color_education a {
  background-color: #c1a825;
}
.course .course_text_4clm_list .color_kobetsu a {
  background-color: #204471;
}
.course .course_text_4clm_list .color_spring a {
  background-color: #f08441;
}
.course .course_text_4clm_list .color_summer a {
  background-color: #2d98d5;
}
.course .course_text_4clm_list .color_winter a {
  background-color: #e8728a;
}
.course .course_text_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course .course_text_list ul {
  display: flex;
}
.course .course_text_list ul a {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 5px;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list ul a {
    height: 70px;
    padding: 10px;
  }
}
.course .course_text_list ul a span {
  display: block;
}
.course .course_text_list .wide {
  width: 100%;
  margin-bottom: 9px;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .wide {
    width: calc((100% - 25px) / 2);
    margin-bottom: 0;
  }
}
.course .course_text_list .wide li {
  width: calc((100% - 15px) / 2);
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .wide li {
    width: calc((100% - 25px) / 2);
  }
}
.course .course_text_list .wide li:not(:last-child) {
  margin-right: 15px;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .wide li:not(:last-child) {
    margin-right: 4%;
  }
}
.course .course_text_list .wide li.education a {
  background-color: #c1a825;
}
.course .course_text_list .wide li.kobetsu a {
  background-color: #204471;
}
.course .course_text_list .wide a {
  font-size: 1rem;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .wide a {
    font-size: 1.5rem;
  }
}
.course .course_text_list .wide a span {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .wide a span {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .wide a:hover {
    opacity: 0.8;
  }
}
.course .course_text_list .short {
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .short {
    width: calc((100% - 25px) / 2);
  }
}
.course .course_text_list .short li {
  width: calc((100% - 20px) / 3);
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .short li {
    width: 31.1%;
  }
}
.course .course_text_list .short li:not(:last-child) {
  margin-right: 10px;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .short li:not(:last-child) {
    margin-right: 3.35%;
  }
}
.course .course_text_list .short li.summer a {
  background-color: #2d98d5;
}
.course .course_text_list .short li.winter a {
  background-color: #e8728a;
}
.course .course_text_list .short li.spring a {
  background-color: #f08441;
}
.course .course_text_list .short a {
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .short a {
    font-size: 1.7rem;
  }
}
.course .course_text_list .short a span {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .short a span {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .course .course_text_list .short a:hover {
    opacity: 0.8;
  }
}

.school .school_img_list {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 641px) {
  .school .school_img_list {
    margin-bottom: 25px;
  }
}
.school .school_img_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media print, screen and (min-width: 641px) {
  .school .school_img_list ul {
    gap: 20px 25px;
  }
}
.school .school_img_list li {
  display: flex;
  width: calc((100% - 15px) / 2);
  height: 75px;
}
@media print, screen and (min-width: 641px) {
  .school .school_img_list li {
    width: calc((100% - 50px) / 3);
    height: auto;
  }
}
.school .school_img_list a {
  color: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #707070;
  overflow: hidden;
  transition: opacity 0.3s;
}
.school .school_img_list a figure {
  width: 40.6%;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .school .school_img_list a figure {
    width: 39%;
  }
}
.school .school_img_list a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.school .school_img_list a p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
  padding: 20px 10px 20px 10px;
}
@media print, screen and (min-width: 360px) {
  .school .school_img_list a p {
    font-size: 1.4rem;
    padding: 10px;
  }
}
@media print, screen and (min-width: 641px) {
  .school .school_img_list a p {
    font-size: 2.4rem;
    padding-left: 38px;
  }
}
.school .school_img_list a p span {
  font-size: 0.9rem;
  display: block;
}
@media print, screen and (min-width: 360px) {
  .school .school_img_list a p span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .school .school_img_list a p span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 641px) {
  .school .school_img_list a:hover {
    opacity: 0.8;
  }
  .school .school_img_list a:hover figure img {
    transform: scale(1.05);
  }
}
.school .school_text_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
}
@media print, screen and (min-width: 641px) {
  .school .school_text_list ul {
    gap: 20px;
  }
}
.school .school_text_list li {
  display: flex;
  width: calc((100% - 15px) / 2);
}
@media print, screen and (min-width: 641px) {
  .school .school_text_list li {
    width: calc((100% - 60px) / 4);
  }
}
.school .school_text_list a {
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.45;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0px;
  border: 1px solid #707070;
  border-radius: 6px;
  background-color: #707070;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 360px) {
  .school .school_text_list a {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .school .school_text_list a {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.school .school_text_list a span {
  font-size: 1.1rem;
  letter-spacing: 0;
  width: 100%;
  display: block;
}
@media print, screen and (min-width: 360px) {
  .school .school_text_list a span {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .school .school_text_list a span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .school .school_text_list a:hover {
    opacity: 0.8;
  }
}
.school .annotation_text {
  font-size: 1.3rem;
  color: #707070;
  margin-top: 10px;
}

.event_seminar {
  /*margin-bottom: 40px;
  @include sp {
      margin-bottom: 70px;
  }*/
}
.event_seminar .cmn_banner_list {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .cmn_banner_list {
    margin-bottom: 44px;
  }
}
.event_seminar .event_seminar_list {
  margin-bottom: 30px;
}
.event_seminar .event_seminar_list > li {
  border: 1px solid #D1D1D1;
  border-radius: 8px;
}
.event_seminar .event_seminar_list > li:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list > li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.event_seminar .event_seminar_list a {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s;
}
.event_seminar .event_seminar_list .list_head {
  padding: 18px 20px 18px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_head {
    padding: 15px 30px 20px 30px;
  }
}
.event_seminar .event_seminar_list .list_head_box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_head_box {
    margin-bottom: 3px;
  }
}
.event_seminar .event_seminar_list .list_head_box .target {
  color: #707070;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_head_box .target {
    width: auto;
  }
}
.event_seminar .event_seminar_list .school_name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .school_name {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.event_seminar .event_seminar_list .school_name span {
  color: #E40313;
  display: inline-block;
}
.event_seminar .event_seminar_list .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 2px;
  transition: color 0.3s;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .title {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.event_seminar .event_seminar_list .date_target .date {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.33;
  width: 100%;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .date_target .date {
    font-size: 1.5rem;
    width: auto;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.event_seminar .event_seminar_list .date_target .target {
  font-size: 1.1rem;
  line-height: 1.42;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .date_target .target {
    font-size: 1.4rem;
  }
}
.event_seminar .event_seminar_list .date_target .target span {
  font-weight: bold;
}
.event_seminar .event_seminar_list .list_foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 7px 20px;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_foot {
    padding: 10px 30px;
  }
}
.event_seminar .event_seminar_list .list_foot::before, .event_seminar .event_seminar_list .list_foot::after {
  content: "";
  display: block;
  position: absolute;
}
.event_seminar .event_seminar_list .list_foot::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  bottom: 10px;
  right: 11px;
  z-index: 1;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_foot::before {
    width: 8px;
    height: 8px;
    top: 50%;
    bottom: auto;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.event_seminar .event_seminar_list .list_foot::after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C3C3C3;
  bottom: 6px;
  right: 6px;
  transition: background 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_foot::after {
    width: 20px;
    height: 20px;
    top: 50%;
    bottom: auto;
    right: 8px;
    transform: translateY(-50%);
  }
}
.event_seminar .event_seminar_list .list_foot .category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  row-gap: 4px;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_foot .category {
    margin-right: 21px;
  }
}
.event_seminar .event_seminar_list .list_foot .category li {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.53;
  padding: 2px 8px;
  border-radius: 2px;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_foot .category li {
    font-size: 1.3rem;
  }
}
.event_seminar .event_seminar_list .list_foot .category li:not(:last-child) {
  margin-right: 4px;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_foot .category li:not(:last-child) {
    margin-right: 6px;
  }
}
.event_seminar .event_seminar_list .list_foot .category li.semTag {
  background-color: #00c56b;
}
.event_seminar .event_seminar_list .list_foot .category li.eveTag {
  background-color: #3883ba;
}
.event_seminar .event_seminar_list .list_foot .category li.exTag {
  background-color: #e58d15;
}
.event_seminar .event_seminar_list .list_foot .category li.planTag {
  background-color: #e1009f;
}
.event_seminar .event_seminar_list .list_foot .category li.ocTag {
  background-color: #0bb2ff;
}
.event_seminar .event_seminar_list .list_foot .category li.testTag {
  background-color: #5dc2d0;
}
.event_seminar .event_seminar_list .list_foot .category li.fsTag {
  background-color: #ff4c5c;
}
.event_seminar .event_seminar_list .list_foot .category li.orTag {
  background-color: #38ba3d;
}
.event_seminar .event_seminar_list .list_foot .category li.eeTag {
  background-color: #d87ec3;
}
.event_seminar .event_seminar_list .list_foot .category li.koTag {
  background-color: #0055ad;
}
.event_seminar .event_seminar_list .list_foot .category li.adTag {
  background-color: #ff8600;
}
.event_seminar .event_seminar_list .list_foot .update {
  font-size: 1rem;
  color: #707070;
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list .list_foot .update {
    font-size: 1.3rem;
    line-height: 1.53;
  }
}
@media print, screen and (min-width: 641px) {
  .event_seminar .event_seminar_list a:hover {
    opacity: 0.8;
  }
  .event_seminar .event_seminar_list a:hover .title {
    color: #E40313;
  }
  .event_seminar .event_seminar_list a:hover .textlist_foot::before {
    transform: translateY(-50%) translateX(3px) rotate(45deg);
  }
  .event_seminar .event_seminar_list a:hover .textlist_foot::after {
    background-color: #E40313;
    transform: translateY(-50%) translateX(3px);
  }
}
.event_seminar .search_button {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
  display: block;
  padding: 12px 20px;
  margin: 0 auto;
  border: 2px solid #E40313;
  border-radius: 8px;
  background: #E40313 url(/common/img/top/icon_event_seminar_search.svg) no-repeat left 20px center;
  background-size: 23px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: color 0.3s, background 0.3s;
}
@media print, screen and (min-width: 641px) {
  .event_seminar .search_button {
    font-size: 1.5rem;
    max-width: 400px;
    padding: 19px 20px;
    background-size: 26px auto;
  }
}
@media print, screen and (min-width: 641px) {
  .event_seminar .search_button:hover {
    color: #E40313;
    background: #FFF url(/common/img/top/icon_event_seminar_search_red.svg) no-repeat left 20px center;
    background-size: 26px auto;
  }
}

.cmn_consultation {
  margin-top: 40px;
}
@media print, screen and (min-width: 641px) {
  .cmn_consultation {
    margin-top: 70px;
  }
}

.nyushi .cmn_banner_list:not(:last-child) {
  margin-bottom: 20px;
}
.nyushi .cmn_post_list li a .category {
  width: 64px;
}
@media print, screen and (min-width: 641px) {
  .nyushi .cmn_post_list li a .category {
    width: 68px;
  }
}

.pickup_banner_section {
  padding: 30px 0;
  margin-top: 40px;
}
@media print, screen and (min-width: 641px) {
  .pickup_banner_section {
    padding: 40px 0;
    margin-top: 80px;
  }
}
.pickup_banner_section.main_section {
  padding-top: 60px;
}
@media print, screen and (min-width: 641px) {
  .pickup_banner_section.main_section {
    padding-top: 150px;
  }
}

.info_recruit {
  padding: 35px 0 40px 0;
  background: url(/common/img/top/bg_info_recruit.jpg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 641px) {
  .info_recruit {
    padding: 60px 0;
  }
}
.info_recruit .to_info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .to_info {
    gap: 23px;
    margin-bottom: 30px;
  }
}
.info_recruit .to_info section {
  width: 100%;
  padding: 20px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .to_info section {
    flex: 1;
    padding: 28px 30px 25px 30px;
  }
}
.info_recruit .to_info section h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E40313;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 10px 0 10px 12px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .to_info section h2 {
    font-size: 1.9rem;
    padding: 10px 0 10px 15px;
    margin-bottom: 13px;
  }
}
.info_recruit .to_info section h2::before {
  content: "";
  width: 4px;
  height: calc(100% - 16px);
  display: block;
  border-radius: 40px;
  background-color: #E08B92;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.info_recruit .to_info section p {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .to_info section p {
    margin-bottom: 20px;
  }
}
.info_recruit .to_info section .link_button_red {
  margin-bottom: 20px;
}
.info_recruit .to_info section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .to_info section ul {
    gap: 12px;
  }
}
.info_recruit .to_info section ul li {
  width: calc((100% - 8px) / 2);
}
@media print, screen and (min-width: 641px) {
  .info_recruit .to_info section ul li {
    width: calc((100% - 12px) / 2);
  }
}
.info_recruit .to_info section ul li a {
  display: block;
  transition: opacity 0.3s;
  border: 1px solid #dedede;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .to_info section ul li a:hover {
    opacity: 0.8;
  }
}
.info_recruit .to_info section ul li img {
  width: 100%;
  max-width: initial;
}
.info_recruit .recruit {
  padding: 40px 20px 25px 20px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit {
    padding: 80px 20px 55px 20px;
  }
}
.info_recruit .recruit .head {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .head {
    margin-bottom: 12px;
  }
}
.info_recruit .recruit .head h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .head h2 {
    font-size: 3.6rem;
  }
}
.info_recruit .recruit .head .eng {
  font-size: 4rem;
  font-weight: bold;
  color: #F2F2F2;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .head .eng {
    font-size: 9rem;
  }
}
.info_recruit .recruit .lead {
  font-size: 1.3rem;
  color: #010101;
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .lead {
    font-size: 1.4rem;
  }
}
.info_recruit .recruit .inner {
  max-width: 1060px;
  margin: 0 auto;
}
.info_recruit .recruit .recruit_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.info_recruit .recruit .recruit_list li {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list li {
    flex: 1;
  }
}
.info_recruit .recruit .recruit_list a {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #E40313;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
}
.info_recruit .recruit .recruit_list a::before {
  width: 6px;
  height: 6px;
  border-color: #333;
  bottom: 12px;
  right: 13px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list a::before {
    width: 7px;
    height: 7px;
    bottom: 13px;
    right: 14px;
  }
}
.info_recruit .recruit .recruit_list a::after {
  width: 14px;
  height: 14px;
  bottom: 8px;
  right: 8px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list a::after {
    width: 17px;
    height: 17px;
  }
}
.info_recruit .recruit .recruit_list a[target=_blank]::before {
  content: "\e905";
  font-size: 1.2rem;
  font-family: "icomoon_header" !important;
  color: #FFF;
  line-height: 1;
  letter-spacing: 0;
  width: auto;
  height: auto;
  border: none;
  bottom: 8px;
  right: 8px;
  transform: translateY(0) rotate(0);
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list a[target=_blank]::before {
    font-size: 1.5rem;
    bottom: 10px;
    right: 10px;
  }
}
.info_recruit .recruit .recruit_list a[target=_blank]::after {
  content: none;
}
.info_recruit .recruit .recruit_list figure {
  width: 38.3%;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list figure {
    width: 37.8%;
  }
}
.info_recruit .recruit .recruit_list figure img {
  width: 100%;
  transition: transform 0.3s;
}
.info_recruit .recruit .recruit_list p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.44;
  flex: 1;
  padding: 15px;
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list p {
    font-size: 1.8rem;
    padding: 20px;
  }
}
@media print, screen and (min-width: 641px) {
  .info_recruit .recruit .recruit_list a:hover {
    opacity: 0.8;
  }
  .info_recruit .recruit .recruit_list a:hover figure img {
    transform: scale(1.05);
  }
}

.news_section {
  padding: 35px 0 0 0;
}
@media print, screen and (min-width: 641px) {
  .news_section {
    padding: 70px 0 50px 0;
  }
}
.news_section .page_inner_l {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .news_section .page_inner_l {
    width: calc(100% - 80px);
  }
}
.news_section .news_tab {
  max-width: 1060px;
  display: flex;
  gap: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .news_section .news_tab {
    gap: 20px;
  }
}
.news_section .news_tab li {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px 10px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #C3C3C3;
  transition: background 0.3s;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}
@media print, screen and (min-width: 641px) {
  .news_section .news_tab li {
    font-size: 1.8rem;
    height: 60px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.news_section .news_tab li::after {
  content: "";
  width: 16px;
  height: 10px;
  display: block;
  margin: 0 auto;
  background-color: #707070;
  clip-path: polygon(50% 10px, 0% 0%, 16px 0%);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .news_section .news_tab li::after {
    width: 17px;
    height: 11px;
    clip-path: polygon(50% 11px, 0% 0%, 17px 0%);
  }
}
.news_section .news_tab li.is-active {
  background-color: #707070;
}
.news_section .news_tab li.is-active::after {
  opacity: 1;
}
@media print, screen and (min-width: 641px) {
  .news_section .news_tab li:hover {
    background-color: #707070;
  }
}
.news_section .news_wrapper {
  padding: 30px 20px 33px 20px;
}
@media print, screen and (min-width: 641px) {
  .news_section .news_wrapper {
    padding: 30px 70px 45px 70px;
  }
}
.news_section .news_wrapper .news_content {
  display: none;
}
.news_section .news_wrapper .news_content:first-child {
  display: block;
}

@media print, screen and (max-width: 640px) {
  .cmn_header .mypage {
    height: 55px !important;
  }
  .cmn_header .acount_change {
    height: 55px !important;
  }
}

@media print, screen and (min-width: 641px) {
  .cmn_header .mypage {
    height: 120px !important;
  }
  .cmn_header .acount_change {
    height: 120px !important;
  }
}
