  @charset "UTF-8";
/* Base
   ========================================================================== */
.header-seibujuku, #main {
  color: #333;
}

.header-seibujuku img, #main img {
  max-width: 100%;
}

.header-seibujuku *, .header-seibujuku *::before, .header-seibujuku *::after, #main *, #main *::before, #main *::after {
  box-sizing: border-box;
}

#main {
  background-color: #fff;
  width: 100%;
  line-height: 1.6;
}

#main .breadcrumb {
  margin: 0 auto 15px;
  max-width: 1150px;
}

@media screen and (max-width: 768px) {
  #main .breadcrumb {
    margin: 0 20px 7px;
  }
}

@media screen and (max-width: 768px) {
  #main .breadcrumb.mglr-none {
    margin-right: 0;
    margin-left: 0;
  }
}

#main .main-container_01 {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 999px) {
  #main .main-container_01 {
    padding: 0 20px;
  }
}

#main .main-container_02 {
  margin: 0 auto;
  padding: 60px 75px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  max-width: 1150px;
}

@media screen and (max-width: 1096px) {
  #main .main-container_02 {
    margin: 0 20px;
    padding: 40px 55px;
  }
}

@media screen and (max-width: 768px) {
  #main .main-container_02 {
    margin: 0 20px;
    padding: 30px 20px;
  }
}

#main .main-container_02 p {
  margin-bottom: 10px;
}

#main .main-container_02._adjust-cnt {
  padding-bottom: 0;
  background-color: transparent;
}

#main .main-container_02._adjust-cnt_02 {
  margin-top: 95px;
  padding: 0;
  background-color: transparent;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  #main .main-container_02._adjust-cnt_02 {
    margin-top: 75px;
  }
}

#main > .bg_01 {
  padding: 80px 0 100px;
  background-image: url("/seibujuku/common/img/bg-img_02.png");
  background-repeat: repeat;
  background-position: top;
}

@media screen and (max-width: 768px) {
  #main > .bg_01 {
    padding: 60px 0 80px;
  }
}

#main > .bg_01._adjust-bg {
  padding-top: 15px;
}

#main > .bg_02 {
  padding: 80px 0 100px;
  background-image: url("/seibujuku/common/img/bg-img_03.png");
  background-repeat: repeat;
  background-position: center;
}

#main > .bg_03 {
  margin: 0 auto 38px;
  padding-top: 80px;
  background-image: url("/seibujuku/common/img/bg-img_04.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  #main > .bg_03 {
    background-size: 43%;
  }
}

#main > .bg_04 {
  padding: 80px 0 100px;
  background-image: url("/seibujuku/common/img/bg-img_05.png");
  background-repeat: repeat;
  background-position: top;
}

@media screen and (max-width: 768px) {
  #main > .bg_04 {
    padding: 60px 0 80px;
  }
}

/* Header
  ========================================================================== */
@media screen and (max-width: 850px) {
  .js-on .header-seibujuku .is-hide {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .js-on .header-seibujuku .nav {
    position: absolute;
    z-index: 2;
    top: 38px;
    left: 0;
  }
}

.header-seibujuku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px auto;
  max-width: 1150px;
}

@media screen and (max-width: 850px) {
  .header-seibujuku {
    display: block;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
  }
}

.header-seibujuku .seibujuku-logo {
  margin-right: 41px;
}

@media screen and (max-width: 1200px) {
  .header-seibujuku .seibujuku-logo {
    margin-right: 20px;
    margin-left: 20px;
    width: 96px;
  }
}

@media screen and (max-width: 850px) {
  .header-seibujuku .seibujuku-logo {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .header-seibujuku .nav {
    margin-top: 15px;
    border-bottom: 4px solid #7dcafa;
    background-image: url("/seibujuku/common/img/bg-img_03.png");
    background-repeat: repeat;
    background-position: 0 0;
    width: 100%;
  }
}

.header-seibujuku .nav .nav-list-wrap .nav-list {
  display: flex;
}

@media screen and (max-width: 850px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list {
    flex-direction: column;
  }
}

.header-seibujuku .nav .nav-list-wrap .nav-list > li {
  padding: 15px 30px;
  position: relative;
  min-width: 90px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1096px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list > li {
    padding: 15px;
    font-size: .875rem;
  }
}

@media screen and (max-width: 850px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list > li {
    margin: 0 20px;
    padding: 0;
    text-align: left;
  }
}

.header-seibujuku .nav .nav-list-wrap .nav-list > li::before {
  display: block;
  margin: auto;
  background-image: url("/seibujuku/common/img/nav-border-img.png");
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 45px;
  content: "";
}

@media screen and (max-width: 1096px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list > li::before {
    height: 34px;
  }
}

@media screen and (max-width: 850px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list > li::before {
    background-image: url("/seibujuku/common/img/bottom-line-img_01.png");
    background-repeat: repeat-x;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
  }
}

.header-seibujuku .nav .nav-list-wrap .nav-list > li:last-child::before {
  display: none;
}

.header-seibujuku .nav .nav-list-wrap .nav-list > li a {
  display: block;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 850px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list > li a {
    padding: 20px 0;
  }
}

@media screen and (min-width: 851px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list > li a.current::before, .header-seibujuku .nav .nav-list-wrap .nav-list > li a.current::after, .header-seibujuku .nav .nav-list-wrap .nav-list > li a:hover::before, .header-seibujuku .nav .nav-list-wrap .nav-list > li a:hover::after {
    display: inline-block;
    position: absolute;
    bottom: -14px;
    width: 50%;
    height: 4px;
    content: "";
  }
  .header-seibujuku .nav .nav-list-wrap .nav-list > li a.current::before, .header-seibujuku .nav .nav-list-wrap .nav-list > li a:hover::before {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #102483;
    left: 0;
  }
  .header-seibujuku .nav .nav-list-wrap .nav-list > li a.current::after, .header-seibujuku .nav .nav-list-wrap .nav-list > li a:hover::after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e70012;
    right: 0;
  }
}

@media screen and (max-width: 850px) {
  .header-seibujuku .nav .nav-list-wrap .nav-list > li a::after {
    display: block;
    margin: auto 0;
    border-top-right-radius: 2px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    content: "";
    transform: rotate(45deg);
  }
  .header-seibujuku .nav .nav-list-wrap .nav-list > li:nth-child(2n-1) a::after {
    border-top: 3px solid #e70012;
    border-right: 3px solid #e70012;
  }
  .header-seibujuku .nav .nav-list-wrap .nav-list > li:nth-child(2n) a::after {
    border-top: 3px solid #102483;
    border-right: 3px solid #102483;
  }
}

.header-seibujuku .btn-menu {
  display: none;
}

@media screen and (max-width: 850px) {
  .header-seibujuku .btn-menu {
    display: block;
    border-radius: 10px;
    background-color: #2fa4ed;
    position: absolute;
    top: -7px;
    right: 20px;
  }
  .header-seibujuku .btn-menu .btn {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: .8125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.72;
    cursor: pointer;
  }
  .header-seibujuku .btn-menu .btn::before, .header-seibujuku .btn-menu .btn::after {
    display: inline-block;
    margin: auto;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    width: 25px;
    height: 3px;
    content: "";
    transition: all .05s;
  }
  .header-seibujuku .btn-menu .btn::before {
    top: 8px;
  }
  .header-seibujuku .btn-menu .btn::after {
    top: 23px;
  }
  .header-seibujuku .btn-menu .btn.is-opened .txt::before {
    display: none;
  }
  .header-seibujuku .btn-menu .btn .txt {
    display: block;
    padding-top: 26px;
    position: relative;
    font-size: .5625rem;
  }
  .header-seibujuku .btn-menu .btn .txt::before {
    display: inline-block;
    margin: auto;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    width: 25px;
    height: 3px;
    content: "";
    transition: all .6s;
  }
  .header-seibujuku .btn-menu .btn.is-opened::before, .header-seibujuku .btn-menu .btn.is-opened::after {
    top: 16px;
  }
  .header-seibujuku .btn-menu .btn.is-opened::before {
    transform: rotate(-40deg);
  }
  .header-seibujuku .btn-menu .btn.is-opened::after {
    transform: rotate(40deg);
  }
}

@media screen and (max-width: 1107px) {
  body.page-group {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  [lang="ja"] .l-header {
    height: 90px;
  }
}

/* Footer
  ========================================================================== */
#main .lay-info {
  display: flex;
  justify-content: space-between;
  margin: 61px 0 37px;
}

@media screen and (max-width: 960px) {
  #main .lay-info {
    flex-direction: column;
  }
}

#main .lay-info .sns-list {
  display: flex;
  align-items: center;
  width: calc(100% - 660px);
}

@media screen and (max-width: 960px) {
  #main .lay-info .sns-list {
    justify-content: center;
    margin-bottom: 40px;
    width: auto;
  }
}

#main .lay-info .sns-list dt {
  margin-right: 28px;
  margin-left: 24px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  #main .lay-info .sns-list dt {
    margin-left: 0;
  }
}

#main .lay-info .sns-list .sns-icon {
  margin-right: 20px;
}

#main .lay-info .sns-list .sns-icon:last-child {
  margin-right: 0;
}

#main .lay-info .bnr-list {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #main .lay-info .bnr-list {
    flex-direction: column;
    text-align: center;
  }
}

#main .lay-info .bnr-list > li {
  margin-right: 20px;
}

#main .lay-info .bnr-list > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  #main .lay-info .bnr-list > li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#main .lay-info .bnr-list > li a:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  #main .lay-info .bnr-list > li a:hover {
    opacity: inherit;
  }
}

#main .lay-contact {
  display: flex;
  margin-bottom: 57px;
}

@media screen and (max-width: 960px) {
  #main .lay-contact {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  #main .lay-contact .col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#main .lay-contact .col:first-child {
  display: flex;
  width: calc(100% - 200px);
}

@media screen and (max-width: 960px) {
  #main .lay-contact .col:first-child {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 30px;
    width: auto;
  }
}

#main .lay-contact .contact_01 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #main .lay-contact .contact_01 {
    margin-bottom: 12px;
  }
}

#main .lay-contact .hdg {
  margin-right: 13px;
  padding: 5px 18px;
  background-color: #2fa4ed;
  color: #fff;
  font-size: .8125rem;
  font-weight: bold;
  text-align: center;
}

#main .lay-contact .txt {
  font-size: .9375rem;
  font-weight: bold;
}

#main .lay-contact .contact_02 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #main .lay-contact .contact_02 {
    flex-direction: column;
  }
}

#main .lay-contact .call-num {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  font-size: .9125rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #main .lay-contact .call-num {
    margin-bottom: 12px;
    margin-left: 0;
  }
}

#main .lay-contact .call-num::before {
  display: block;
  background-image: url("/seibujuku/common/img/icon-call.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 17px;
  content: "";
}

#main .lay-contact .call-num .work-hour {
  font-size: .626rem;
  font-weight: normal;
}

#main .lay-contact .mailto {
  margin-left: 20px;
  padding-left: 30px;
  position: relative;
  font-size: .9125rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #main .lay-contact .mailto {
    margin-left: 0;
  }
}

#main .lay-contact .mailto::before {
  display: block;
  background-image: url("/seibujuku/common/img/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 14px;
  content: "";
}

#main .lay-contact .question-btn {
  border: 1px solid #b3b3b3;
  border-radius: 40px;
  width: 200px;
  text-align: center;
  line-height: 1.723rem;
}

#main .lay-contact .question-btn a {
  display: block;
  padding: 3px 50px 3px;
  position: relative;
  font-size: .8125rem;
  font-weight: bold;
}

#main .lay-contact .question-btn a::before {
  display: block;
  border-top: 2px solid #39a8ee;
  border-right: 2px solid #39a8ee;
  position: absolute;
  top: calc(50% - 5px);
  right: 17px;
  width: 9px;
  height: 9px;
  content: "";
  transform: rotate(45deg);
}

/* Main
  ========================================================================== */
/* Modules
   ========================================================================== */
/* Heading */
#main .hdg-l1_01, #main .hdg-l2_01 {
  margin-bottom: 27px;
  color: #102483;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  #main .hdg-l1_01, #main .hdg-l2_01 {
    font-size: 1.625rem;
  }
}

#main .hdg-l1_01 .bg-icon_01, #main .hdg-l1_01 .bg-icon_02, #main .hdg-l1_01 .bg-iconL_01, #main .hdg-l1_01 .bg-iconL_02 {
  display: block;
  margin-top: -10px;
  margin-bottom: 60px;
  padding-bottom: 25px;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main .hdg-l1_01 .bg-icon_01, #main .hdg-l1_01 .bg-icon_02, #main .hdg-l1_01 .bg-iconL_01, #main .hdg-l1_01 .bg-iconL_02 {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}

#main .hdg-l1_01 .bg-icon_01::after, #main .hdg-l1_01 .bg-icon_02::after, #main .hdg-l1_01 .bg-iconL_01::after, #main .hdg-l1_01 .bg-iconL_02::after {
  display: block;
  background-repeat: no-repeat;
  background-position: center 100%;
  position: absolute;
  bottom: 0;
  content: "";
}

#main .hdg-l1_01 .bg-icon_01::after, #main .hdg-l1_01 .bg-icon_02::after {
  left: calc(50% - 165px);
  width: 389px;
  height: 68px;
}

@media screen and (max-width: 768px) {
  #main .hdg-l1_01 .bg-icon_01::after, #main .hdg-l1_01 .bg-icon_02::after {
    background-size: 242px 40px;
    left: calc(50% - 180px);
  }
}

#main .hdg-l1_01 .bg-iconL_01::after, #main .hdg-l1_01 .bg-iconL_02::after {
  left: calc(50% - 230px);
  width: 516px;
  height: 62px;
}

@media screen and (max-width: 768px) {
  #main .hdg-l1_01 .bg-iconL_01::after, #main .hdg-l1_01 .bg-iconL_02::after {
    background-size: 242px 35px;
    left: calc(50% - 250px);
  }
}

#main .hdg-l1_01 .bg-icon_01::after {
  background-image: url("/seibujuku/common/img/bg-icon_01.svg");
}

#main .hdg-l1_01 .bg-icon_02::after {
  background-image: url("/seibujuku/common/img/bg-icon_02.svg");
}

#main .hdg-l1_01 .bg-iconL_01::after {
  background-image: url("/seibujuku/common/img/bg-iconL_01.svg");
}

#main .hdg-l1_01 .bg-iconL_02::after {
  background-image: url("/seibujuku/common/img/bg-iconL_02.svg");
}

#main .hdg-l2_01 .label-report {
  display: block;
  padding-top: 86px;
  position: relative;
}

#main .hdg-l2_01 .label-report::before {
  display: block;
  background-image: url(/seibujuku/common/img/icon-report.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  top: 0;
  left: calc(50% - 53px);
  width: 108px;
  height: 77px;
  content: "";
}

#main .hdg-l2_01 .label-news {
  display: block;
  padding-top: 86px;
  position: relative;
}

#main .hdg-l2_01 .label-news::before {
  display: block;
  background-image: url(/seibujuku/common/img/icon-news.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  top: -3px;
  left: calc(50% - 53px);
  width: 108px;
  height: 77px;
  content: "";
}

#main .hdg-l2_01 .label-online {
  display: block;
  padding-top: 86px;
  position: relative;
}

#main .hdg-l2_01 .label-online::before {
  display: block;
  background-image: url(/seibujuku/common/img/icon-online.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  top: 0;
  left: calc(50% - 53px);
  width: 108px;
  height: 77px;
  content: "";
}

#main .hdg-l2_01 .label-from {
  display: block;
  padding-top: 86px;
  position: relative;
}

#main .hdg-l2_01 .label-from::before {
  display: block;
  background-image: url(/seibujuku/common/img/icon-from.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  top: 0;
  left: calc(50% - 53px);
  width: 108px;
  height: 77px;
  content: "";
}

#main .hdg-l2_02 {
  margin-bottom: 10px;
  color: #2fa4ed;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main .hdg-l2_02 {
    font-size: 1.25rem;
  }
}

#main .hdg-l2_02 > span {
  position: relative;
}

#main .hdg-l2_02 > span::before, #main .hdg-l2_02 > span::after {
  display: block;
  position: absolute;
  top: 15px;
  width: 25px;
  height: 3px;
  content: "";
}

@media screen and (max-width: 768px) {
  #main .hdg-l2_02 > span::before, #main .hdg-l2_02 > span::after {
    top: 12px;
  }
}

#main .hdg-l2_02 > span::before {
  background-color: #2fa4ed;
  left: -39px;
}

@media screen and (max-width: 768px) {
  #main .hdg-l2_02 > span::before {
    left: -30px;
  }
}

#main .hdg-l2_02 > span::after {
  background-color: #2fa4ed;
  right: -39px;
}

@media screen and (max-width: 768px) {
  #main .hdg-l2_02 > span::after {
    right: -30px;
  }
}

#main .hdg-l2_03 {
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
  color: #102483;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #main .hdg-l2_03 {
    padding-bottom: 22px;
    font-size: 1.25rem;
  }
}

#main .hdg-l2_03::after {
  display: block;
  background-image: url("/seibujuku/common/img/icon-line_01.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
}

#main .hdg-l2_03._flag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main .hdg-l2_03._flag::after {
  width: 98.5%;
}

#main .hdg-l2_03._flag .hdg {
  margin-left: 23px;
  width: calc(905/1000*100%);
  font-size: 2.125rem;
}

#main .hdg-l2_03._flag .icon-flag {
  min-width: 72px;
  width: calc(72/1000*100%);
}

@media screen and (max-width: 768px) {
  #main .hdg-l2_03._flag .icon-flag {
    min-width: 45px;
  }
}

#main .hdg-l3_01 {
  margin-bottom: 30px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main .hdg-l3_01 {
    font-size: 1.25rem;
    text-align: left;
  }
}

#main .accent-cl {
  color: #e70012;
}

/* Text */
#main .break_pc {
  display: block;
}

#main .catchphrase {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .catchphrase .lead {
  margin-bottom: 30px;
}

#main .catchphrase .txt {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main .catchphrase .txt {
    font-size: .9375rem;
    text-align: left;
  }
}

#main .catchphrase .txt p:last-child {
  margin-bottom: 0;
}

#main .jukukun-def {
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main .jukukun-def {
    font-size: .9375rem;
    text-align: left;
  }
}

/* List */
#main .link-list_01 > li {
  margin-bottom: 5px;
  padding: 0 15px 20px 158px;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #main .link-list_01 > li {
    padding: 0 0 24px 0;
    font-size: .9375rem;
  }
  #main .link-list_01 > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#main .link-list_01 > li::before {
  display: block;
  background-image: url("/seibujuku/common/img/bottom-line-img_02.png");
  background-repeat: repeat-x;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}

#main .link-list_01 > li a:hover {
  color: #102483;
  text-decoration: underline;
}

#main .link-list_01 > li .date {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: .9125rem;
}

@media screen and (max-width: 768px) {
  #main .link-list_01 > li .date {
    display: block;
    position: static;
  }
}

#main .link-list_01 > li:last-child {
  margin-bottom: 0;
}

#main .link-list_01 > li:last-child::before {
  display: none;
}

#main .list-event {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #main .list-event {
    display: block;
  }
}

#main .list-event .col {
  display: flex;
  margin-bottom: 20px;
  margin-left: calc(20/1000*100%);
  border-radius: 15px;
  background-color: #fff;
  width: calc(320/1000*100%);
}

@media screen and (max-width: 768px) {
  #main .list-event .col {
    margin-left: 0;
    width: 100%;
  }
}

#main .list-event .col:nth-child(3n+1) {
  margin-left: 0;
}

#main .list-event .col > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

#main .list-event .col > a::before {
  display: block;
  border-radius: 50%;
  background-color: #102483;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 25px;
  height: 25px;
  content: "";
}

#main .list-event .col > a::after {
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 29px;
  bottom: 29px;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
}

#main .list-event .col > a:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .2);
}

#main .list-event .col .content-outer {
  height: 100%;
}

@media screen and (max-width: 768px) {
  #main .list-event .col .content {
    display: flex;
  }
}

#main .list-event .col .content .image {
  margin-bottom: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main .list-event .col .content .image {
    margin-right: 15px;
    min-width: 126px;
    width: 126px;
  }
}

#main .list-event .col .content .hdg {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #main .list-event .col .content .hdg {
    font-size: 1rem;
  }
}

#main .list-event .col .content .txt {
  margin-bottom: 20px;
  font-size: .9375rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #main .list-event .col .content .txt {
    display: none;
  }
}

#main .list-event .col .date {
  padding-left: 24px;
  position: relative;
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.3;
}

#main .list-event .col .date::before {
  display: block;
  background-image: url("/seibujuku/common/img/icon-schedule-blue.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
}

#main .list-event .col._no-link {
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

#main .list-event._red-icon .col > a::before {
  background-color: #e70012;
}

#main .list-event._red-icon .col .date::before {
  background-image: url("/seibujuku/common/img/icon-schedule-red.svg");
}

#main .list-event._link-list .col > a {
  padding: 20px 50px 20px 20px;
  font-weight: bold;
  text-align: center;
}

#main .list-event._link-list .col > a::before {
  margin: auto 0;
  top: 0;
  right: 20px;
  bottom: 0;
}

#main .list-event._link-list .col > a::after {
  margin: auto 0;
  top: 0;
  right: 29px;
  bottom: 0;
}

#main .list-event._link-list .col > a .content-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .icon-new {
  display: inline-block;
  margin-top: -5px;
  margin-left: 4px;
  vertical-align: middle;
}

#main .list-note_01 > li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-size: .875rem;
}

#main .list-note_01 > li:last-child {
  margin-bottom: 0;
}

#main .list-note_01 > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

#main .list-note_02 > li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  font-size: .8125rem;
}

#main .list-note_02 > li:last-child {
  margin-bottom: 0;
}

#main .list-note_02 > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

#main .list-num_01 > li {
  padding-left: 1.25em;
  position: relative;
}

#main .list-num_01 > li .num {
  position: absolute;
  top: 0;
  left: 0;
}

#main .process-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main .process-list {
    flex-direction: column;
  }
}

#main .process-list > li {
  margin-bottom: 20px;
  margin-left: calc(20/1000*100%);
  padding: 20px;
  border-radius: 15px;
  background-color: #ecf8ff;
  box-sizing: border-box;
  width: calc(320/1000*100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main .process-list > li {
    margin-left: 0;
    width: 100%;
  }
}

#main .process-list > li:nth-child(3n+1) {
  margin-left: 0;
}

#main .process-list > li .img {
  margin-bottom: 18px;
}

#main .process-list > li .hdg {
  margin-bottom: 20px;
  color: #102483;
  font-size: 1.5rem;
  font-weight: bold;
}

#main .process-list > li .hdg > span {
  position: relative;
}

#main .process-list > li .hdg > span::before {
  display: block;
  background-color: #e70012;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

#main .process-list > li .hdg ruby rt {
  margin-bottom: -3px;
  font-size: .70rem;
  font-weight: normal !important;
}

#main .process-list > li:nth-child(2n) .hdg > span::before {
  background-color: #102483;
}

#main .process-list > li .txt {
  font-size: 1.125rem;
  font-weight: bold;
}

#main .process-list > li .txt ruby rt {
  margin-bottom: -3px;
  font-size: .57rem;
  font-weight: normal;
}

#main .list_01 li {
  margin-bottom: 13px;
  padding-left: 16px;
  position: relative;
}

#main .list_01 li:last-child {
  margin-bottom: 0;
}

#main .list_01 li::before {
  display: block;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
}

#main .list-info li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: .9375rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main .list-info li {
    font-size: .8125rem;
  }
}

#main .list-info li:last-child {
  margin-bottom: 0;
}

#main .list-info li::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
}

@media screen and (max-width: 768px) {
  #main .list-info li::before {
    top: 2px;
  }
}

#main .list-info li.date::before {
  background-image: url("/seibujuku/common/img/icon-schedule-red.svg");
}

#main .list-info li.access::before {
  background-image: url("/seibujuku/common/img/icon-access.svg");
}

#main .list-info li.access ul > li {
  padding-left: 0;
}

/* Link */
#main a.link_01 {
  color: #102483;
  font-size: .9375rem;
  text-align: center;
}

#main a.link_01:hover {
  text-decoration: underline;
}

#main a .icon-pdf {
  margin: 0 0 3px 7px;
  position: relative;
}

#main .breadcrumb .breadcrumb-list {
  margin-left: 10px;
}

#main .breadcrumb .breadcrumb-list > .item {
  display: inline;
  padding-right: 20px;
  position: relative;
}

#main .breadcrumb .breadcrumb-list > .item:last-child {
  padding-right: 0;
}

#main .breadcrumb .breadcrumb-list > .item:last-child::before {
  display: none;
}

#main .breadcrumb .breadcrumb-list > .item::before {
  display: inline-block;
  border-top: 1px solid #102483;
  border-right: 1px solid #102483;
  position: absolute;
  top: calc(50% - 2px);
  right: 7px;
  width: 7px;
  height: 7px;
  content: "";
  transform: rotate(45deg);
}

#main .breadcrumb .breadcrumb-list > .item a {
  color: #102483;
  font-size: .75rem;
  font-weight: bold;
  text-decoration: underline;
}

#main .breadcrumb .breadcrumb-list > .item a:not([href])[aria-current="page"] {
  text-decoration: none;
}

/* Button */
#main .btn_01, #main .btn_02, #main .btn_03, #main .btn_04 {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  text-align: center;
}

#main .btn_01 a, #main .btn_02 a, #main .btn_03 a, #main .btn_04 a {
  display: block;
  padding: 23px 48px;
  border-radius: 40px;
  background-color: #faa732;
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}

#main .btn_01 a::before, #main .btn_02 a::before, #main .btn_03 a::before, #main .btn_04 a::before {
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
}

#main .btn_01 a {
  border: 2px solid #faa732;
  background-color: #faa732;
}

#main .btn_01 a:hover {
  background-color: #fff;
  box-sizing: border-box;
  color: #faa732;
}

#main .btn_01 a:hover::before {
  border-top: 3px solid #faa732;
  border-right: 3px solid #faa732;
}

#main .btn_02 a {
  border: 2px solid #2fa4ed;
  background-color: #2fa4ed;
}

#main .btn_02 a:hover {
  background-color: #fff;
  box-sizing: border-box;
  color: #2fa4ed;
}

#main .btn_02 a:hover::before {
  border-top: 3px solid #2fa4ed;
  border-right: 3px solid #2fa4ed;
}

#main .btn_03 a {
  border: 2px solid #102483;
  background-color: #102483;
}

#main .btn_03 a:hover {
  background-color: #fff;
  box-sizing: border-box;
  color: #102483;
}

#main .btn_03 a:hover::before {
  border-top: 3px solid #102483;
  border-right: 3px solid #102483;
}

#main .btn_04 a {
  border: 2px solid #e70012;
  background-color: #e70012;
}

#main .btn_04 a:hover {
  background-color: #fff;
  box-sizing: border-box;
  color: #e70012;
}

#main .btn_04 a:hover::before {
  border-top: 3px solid #e70012;
  border-right: 3px solid #e70012;
}

/* Box */
#main .box-info {
  margin-bottom: 50px;
  padding: 31px 35px 34px;
  border: 5px solid #bfe6ff;
  border-radius: 15px;
  background-color: #ecf8ff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main .box-info {
    margin-bottom: 40px;
    padding: 20px;
  }
}

#main .box-info p {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #main .box-info p {
    font-size: .9375rem;
  }
}

#main .box-news-outer {
  margin-bottom: 100px;
  padding: 17px;
  border-radius: 15px;
  background-image: url("/seibujuku/common/img/bg-img_01.png");
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  #main .box-news-outer {
    margin: 0 -20px 60px;
    padding: 20px 15px;
  }
}

#main .box-news-outer .box-news {
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #main .box-news-outer .box-news {
    padding: 20px 10px;
  }
}

#main .box-news-outer .box-news-inner {
  padding: 10px;
  overflow: auto;
  max-height: 242px;
}

@media screen and (max-width: 768px) {
  #main .box-news-outer .box-news-inner {
    padding: 10px 20px 10px 10px;
  }
}

#main .layout-box_01 {
  padding: 30px 35px;
  border-radius: 15px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #main .layout-box_01 {
    padding: 25px 20px 20px;
  }
}

/* Media */
/* Panel */
#main .main-container_02 .text-lead {
  margin: 0 auto 40px;
  padding: 14px 20px;
  background-color: #2fa4ed;
  position: relative;
  max-width: 600px;
  width: 100%;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.23;
}

@media screen and (max-width: 768px) {
  #main .main-container_02 .text-lead {
    padding: 7px 20px;
    font-size: 1.125rem;
  }
}

#main .main-container_02 .text-lead::before, #main .main-container_02 .text-lead::after {
  display: block;
  border-top: 29px solid #2fa4ed;
  border-bottom: 29px solid #2fa4ed;
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
}

#main .main-container_02 .text-lead::before {
  border-right: 15px solid #2fa4ed;
  border-left: 15px solid #fff;
  left: 0;
}

#main .main-container_02 .text-lead::after {
  border-right: 15px solid #fff;
  border-left: 15px solid #2fa4ed;
  right: 0;
}

#main .main-container_02 .text-lead p {
  margin: 0;
}

#main .panel-note {
  margin-top: 60px;
  padding: 40px;
  border-radius: 15px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  #main .panel-note {
    margin-top: 40px;
    padding: 20px;
  }
}

#main .panel-note .hdg_01 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

#main .panel-note .hdg_02 {
  margin: 30px 0 10px;
  font-size: 1rem;
  font-weight: bold;
}

/* Layout */
#main .lyt-application .item, #main .lyt-schedule .item {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

#main .lyt-application .item:last-child, #main .lyt-schedule .item:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #main .lyt-application .item:first-child, #main .lyt-schedule .item:first-child {
    padding-top: 0;
  }
}

#main .lyt-application .item::after, #main .lyt-schedule .item::after {
  display: inline-block;
  background-image: url("/seibujuku/common/img/bottom-line-img_01.png");
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}

#main .lyt-application .item:last-child::after, #main .lyt-schedule .item:last-child::after {
  display: none;
}

#main .lyt-application {
  margin-bottom: 35px;
}

#main .lyt-application .item {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #main .lyt-application .item {
    flex-direction: column;
  }
}

/* 
#main .lyt-application .item:nth-child(2n) .hdg h2 {
  color: #e70012;
}
*/

#main .lyt-application .item .hdg {
  width: calc(180/1000*100%);
}

@media screen and (max-width: 768px) {
  #main .lyt-application .item .hdg {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}

#main .lyt-application .item .hdg h2 {
  color: #102483;
  font-size: 1.25rem;
  font-weight: bold;
}

#main .lyt-application .item .content {
  width: calc(800/1000*100%);
}

@media screen and (max-width: 768px) {
  #main .lyt-application .item .content {
    width: 100%;
  }
}

#main .lyt-application .item .content *:last-child {
  margin-bottom: 0;
}

#main .lyt-schedule .item .image {
  margin-right: 40px;
  float: left;
  max-width: 140px;
}

@media screen and (max-width: 768px) {
  #main .lyt-schedule .item .image {
    margin-right: 15px;
    max-width: 126px;
  }
}

#main .lyt-schedule .item .content {
  float: left;
  width: calc(100% - 180px);
}

@media screen and (max-width: 768px) {
  #main .lyt-schedule .item .content {
    float: none;
    width: auto;
  }
}

#main .lyt-schedule .item .content .hdg {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main .lyt-schedule .item .content .hdg {
    margin-bottom: 0;
    float: left;
    width: calc(100% - 141px);
  }
}

@media screen and (max-width: 768px) {
  #main .lyt-schedule .item .content .txt {
    padding-top: 10px;
    clear: both;
  }
}

#main .lyt-schedule .item .content .txt p {
  font-size: .9375rem;
}

#main .lyt-schedule .item .list-info {
  display: flex;
}

@media screen and (max-width: 768px) {
  #main .lyt-schedule .item .list-info {
    flex-direction: column;
  }
}

#main .lyt-schedule .item .list-info > li {
  margin-right: 40px;
  padding-left: 24px;
  position: relative;
  font-size: .9375rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main .lyt-schedule .item .list-info > li {
    margin-right: 0;
  }
}

#main .lyt-schedule .item .list-info > li:last-child {
  margin-right: 0;
}

#main .lyt-schedule .item .list-info > li::before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
}

#main .lyt-schedule .item .list-info > li.date::before {
  background-image: url("/seibujuku/common/img/icon-schedule-red.svg");
}

#main .lyt-schedule .item .list-info > li.access::before {
  background-image: url("/seibujuku/common/img/icon-access.svg");
}

#main .media-lyt {
  display: flex;
  justify-content: space-between;
}

#main .media-lyt[data-organize*="left"] {
  flex-direction: row-reverse;
}

#main .media-lyt[data-organize*="left"] > .item {
  margin-right: 50px;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  #main .media-lyt[data-organize*="left"]._break > .item {
    margin-top: 20px;
    margin-right: 0;
  }
  #main .media-lyt[data-organize*="left"]._break._reverse > .item {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#main .media-lyt[data-organize*="right"] {
  flex-direction: row;
}

#main .media-lyt[data-organize*="right"] > .item {
  margin-left: 50px;
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  #main .media-lyt[data-organize*="right"]._break > .item {
    margin-top: 20px;
    margin-left: 0;
  }
  #main .media-lyt[data-organize*="right"]._break._reverse > .item {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #main .media-lyt[data-organize*="left"]._break, #main .media-lyt[data-organize*="right"]._break {
    flex-direction: column;
  }
  #main .media-lyt[data-organize*="left"]._break > .item, #main .media-lyt[data-organize*="right"]._break > .item {
    text-align: center;
  }
  #main .media-lyt[data-organize*="left"]._break._reverse, #main .media-lyt[data-organize*="right"]._break._reverse {
    flex-direction: column-reverse;
  }
}

#main .media-lyt .col {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

#main .media-lyt .col p:last-child {
  margin-bottom: 0;
}

#main .lyt-process {
  margin: 80px 0 50px;
  padding: 70px 0 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main .lyt-process {
    margin: 45px 0 50px;
    padding: 52px 0 30px;
  }
}

#main .lyt-process::before, #main .lyt-process::after {
  display: block;
  background-image: url("/seibujuku/common/img/bottom-line-img_01.png");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}

#main .lyt-process::before {
  top: 0;
}

#main .lyt-process::after {
  bottom: 0;
}

#main .lyt-process .hdg-l2_01._adjust-hdg {
  margin: 0 auto;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  font-size: 2.625rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #main .lyt-process .hdg-l2_01._adjust-hdg {
    top: -23px;
    font-size: 2rem;
  }
}

#main .lyt-process .hdg-l2_01._adjust-hdg ruby rt {
  margin-bottom: -6px;
  font-size: .9375rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #main .lyt-process .hdg-l2_01._adjust-hdg ruby rt {
    font-size: .75rem;
  }
}

#main .lyt-process .hdg-l2_01._adjust-hdg > span {
  padding: 0 30px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #main .lyt-process .hdg-l2_01._adjust-hdg > span {
    padding: 0 10px;
  }
}

#main .lyt-decoration {
  padding-top: 4px;
  position: relative;
}

#main .lyt-decoration::before, #main .lyt-decoration::after {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: 1;
  top: -1px;
  width: 151px;
  height: 54px;
  content: "";
}

@media screen and (max-width: 768px) {
  #main .lyt-decoration::before, #main .lyt-decoration::after {
    background-size: 60%;
  }
}

#main .lyt-decoration::before {
  left: 0;
}

#main .lyt-decoration::after {
  right: 0;
}

@media screen and (max-width: 768px) {
  #main .lyt-decoration::after {
    background-position: 100% 0;
  }
}

#main .lyt-decoration.deco_01 {
  border-top: solid 2px #8791c1;
}

#main .lyt-decoration.deco_01::before {
  background-image: url("/seibujuku/common/img/img-flag-blue_01.svg");
}

#main .lyt-decoration.deco_01::after {
  background-image: url("/seibujuku/common/img/img-flag-blue_02.svg");
}

#main .lyt-decoration.deco_01 .inner {
  border-top: solid 2px #8791c1;
}

#main .lyt-decoration.deco_02 {
  border-top: solid 2px #f37f88;
}

#main .lyt-decoration.deco_02::before {
  background-image: url("/seibujuku/common/img/img-flag-red_01.svg");
}

#main .lyt-decoration.deco_02::after {
  background-image: url("/seibujuku/common/img/img-flag-red_02.svg");
}

#main .lyt-decoration.deco_02 .inner {
  border-top: solid 2px #f37f88;
}

#main .lyt-decoration .inner {
  padding-top: 60px;
}

#main .lyt-decoration:last-child .media-lyt_02 {
  margin-bottom: 0;
}

#main .media-lyt_02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02 {
    flex-direction: column;
    margin-bottom: 45px;
  }
}

#main .media-lyt_02 .content {
  max-width: 450px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02 .content {
    max-width: none;
  }
}

#main .media-lyt_02 .item {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02 .item {
    margin: 30px 0 0;
    height: 100%;
    text-align: center;
  }
}

#main .media-lyt_02 .item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02 .item img {
    width: auto;
  }
}

#main .media-lyt_02[data-organize*="left"] {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02[data-organize*="left"] {
    flex-direction: column;
  }
}

#main .media-lyt_02[data-organize*="left"] .item {
  margin: 0 45px 0 0;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02[data-organize*="left"] .item {
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02._upper {
    flex-direction: column-reverse;
  }
  #main .media-lyt_02._upper .item {
    margin: 0 0 30px 0;
  }
}

#main .media-lyt_02._kv .col {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02._kv .col {
    max-width: none;
  }
}

#main .media-lyt_02._kv .item {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02._kv .item {
    margin: 0 0 30px 0;
  }
}

#main .lyt-box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#main .lyt-box_01 .col {
  margin-bottom: 40px;
  margin-left: calc(39.5/1150*100%);
  padding: 65px 40px 40px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  width: calc(555/1150*100%);
}

@media screen and (max-width: 768px) {
  #main .lyt-box_01 .col {
    margin-bottom: 74px;
    margin-left: 0;
    padding: 40px 20px 40px;
    width: 100%;
  }
  #main .lyt-box_01 .col:last-child {
    margin-bottom: 0;
  }
}

#main .lyt-box_01 .col:nth-child(2n+1) {
  margin-left: 0;
}

#main .lyt-box_01 .col .content {
  padding-bottom: 22px;
  position: relative;
}

#main .lyt-box_01 .col .content:last-child {
  padding-bottom: 0;
}

#main .lyt-box_01 .col .content + .content {
  padding-top: 25px;
}

#main .lyt-box_01 .col .content + .content::before {
  display: block;
  background-image: url("/seibujuku/common/img/bottom-line-img_01.png");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}

#main .lyt-box_01 .col .content + .content.bdrl-green::before {
  background-image: url("/seibujuku/common/img/bottom-line-img_04.png");
}

#main .lyt-box_01 .col .content p:last-child {
  margin-bottom: 0;
}

#main .lyt-box_01 .col .content .name {
  font-size: .8125rem;
  text-align: right;
}

#main .lyt-box_01 .col .flag-voice {
  position: absolute;
  top: -54px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  #main .lyt-box_01 .col .flag-voice {
    top: -40px;
    left: 20px;
    width: 135px;
  }
}

#main .lyt-box_02 {
  margin-top: 120px;
  padding: 60px 40px 45px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}

#main .adjust_01 {
  max-width: 1150px;
  width: 100%
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02 {
    margin-top: 75px;
    padding: 50px 20px 45px;
  }
}

#main .lyt-box_02 .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 22px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02 .item {
    flex-direction: column-reverse;
  }
}

#main .lyt-box_02 .item:last-child {
  padding-bottom: 0;
}

#main .lyt-box_02 .item + .item {
  padding-top: 25px;
}

#main .lyt-box_02 .item + .item::after {
  display: block;
  background-image: url("/seibujuku/common/img/bottom-line-img_03.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
}

#main .lyt-box_02 .item .content {
  width: calc(100% - 320px);
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02 .item .content {
    width: 100%;
  }
}

#main .lyt-box_02 .item .content p:last-child {
  margin-bottom: 0;
}

#main .lyt-box_02 .item .content .name {
  font-size: .8125rem;
  text-align: right;
}

#main .lyt-box_02 .item .content .hdg {
  margin-bottom: 25px;
  color: #2fa4ed;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33;
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02 .item .content .hdg {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02 .item .image {
    margin-bottom: 35px;
    text-align: center;
  }
}

#main .lyt-box_02 .flag-voice {
  position: absolute;
  top: -54px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02 .flag-voice {
    top: -38px;
    left: 20px;
    width: 118px;
  }
}

#main .lyt-box_02._adjust-box_02 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02._adjust-box_02 {
    margin-top: 75px;
  }
}

#main .lyt-box_02._adjust-box_02 .item {
  flex-direction: inherit;
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02._adjust-box_02 .item {
    display: block;
  }
}

#main .lyt-box_02._adjust-box_02 .item .content {
  width: calc(100% - 180px);
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02._adjust-box_02 .item .content {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #main .lyt-box_02._adjust-box_02 .item .image {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }
  #main .lyt-box_02._adjust-box_02 .item .image.no_img {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #main .media-lyt_02, #main .lyt-box_01, #main .lyt-box_02 {
    font-size: .9375rem;
  }
}

/* Text */
.time_schedule {
  width: 100%;
}

.time_schedule .col:first-child {
  width: 25% !important;
}

.time_schedule .col:last-child {
  width: 75% !important;
}

/* other */
#main .concept {
  margin: 0 auto;
  margin-top: 115px;
  max-width: 1150px;
}

#main .concept .main-container_02 {
  padding-top: 180px;
  overflow: visible;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main .concept .main-container_02 {
    padding-top: 130px;
  }
}

#main .concept .logo-concept {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #main .concept .logo-concept {
    min-width: 224px;
    width: 224px;
  }
}

#main .kv-image-wrap {
  margin-bottom: 50px;
  background-color: #ffedaf;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #main .kv-image-wrap {
    margin-bottom: 40px;
  }
}

#main .kv-image {
  margin: 0 auto;
  max-width: 1400px;
  width: fit-content;
}

#main .break {
  display: block;
}

#main .disp-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  #main .disp-pc {
    display: none;
  }
}

#main .disp-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #main .disp-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #main .sp-break {
    display: block;
  }
}

#main .lnk-outer {
  margin-top: 38px;
  margin-bottom: 25px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #main .lnk-outer {
    margin-top: 0;
    text-align: center;
  }
}

#main .pc-break {
  display: block;
}

@media screen and (max-width: 768px) {
  #main .pc-break {
    display: initial;
  }
}

#main .word-break {
  word-break: break-all;
}

#main .ft-ss {
  font-size: .8125rem;
}

#main .ft-sm {
  font-size: .875rem;
}

#main .ft-sl {
  font-size: .9375rem;
}

#main .ft-mm {
  font-size: 1rem;
}

#main .ft-ml {
  font-size: 1.125rem;
}

#main ._bold {
  font-weight: bold;
}

#main .em_01 {
  color: #e70012;
  font-weight: bold;
}

#main .em_02 {
  color: #e70012;
}

#main .center {
  text-align: center;
}

#main .mb0 {
  margin-bottom: 0 !important;
}

#main .a_01 {
  color: #e70012;
  font-weight: bold;
  text-decoration: underline;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, #main .process-list > li .txt *, _:-ms-input-placeholder, #main .catchphrase .txt *, _:-ms-input-placeholder, #main .process-list > li .hdg *, _:-ms-input-placeholder, .header-seibujuku .nav .nav-list-wrap .nav-list > li a, _:-ms-input-placeholder, #main .hdg-l1_01 *, _:-ms-input-placeholder, #main .hdg-l2_01 *, _:-ms-input-placeholder, #main .hdg-l2_02 *, _:-ms-input-placeholder, #main .lay-contact .mailto a, _:-ms-input-placeholder, #main .lay-contact .call-num a {
  font-weight: bold;
}

_:-ms-input-placeholder, #main .process-list > li .hdg ruby rt, _:-ms-input-placeholder, #main .lyt-process .hdg-l2_01._adjust-hdg ruby rt {
  font-weight: normal;
}
