@charset "UTF-8";
html,
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html,
body,
header {
  background-color: #fff;
}

.navbar-item,
.navbar-link,
a {
  color: #333;
}

@media (prefers-color-scheme: dark) {
  :root h1,
  :root h2,
  :root h3,
  :root h4,
  :root h5,
  :root a,
  :root p,
  :root div,
  :root table th,
  :root table td,
  :root section,
  :root article,
  :root strong,
  :root span,
  :root small,
  :root time {
    color: #333;
  }
}
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
  --bulma-navbar-item-background-l-delta: none;
}

.button.is-hovered,
.button:hover {
  --bulma-button-background-l-delta: none;
}

main.container {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .inner {
    width: 1150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1149px) {
  .inner {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .inner.inner_narrow {
    width: 940px;
  }
}

@media screen and (max-width: 1023px) {
  article.inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.rounded-border-link {
  text-align: center;
}
.rounded-border-link a {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  color: #333;
}

@media screen and (max-width: 1149px) {
  .grid_wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid_wrap {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .grid_wrap .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid_wrap .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.breadcrumb_wrap {
  padding: 15px 20px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .breadcrumb_wrap {
    display: none;
  }
}

.breadcrumb {
  font-size: 0.75rem;
}
.breadcrumb a, .breadcrumb li.is-active a {
  color: #333;
  font-size: 0.75rem;
}

.bg_ttl_wrap {
  position: relative;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  width: 100%;
}
.bg_ttl_wrap .bg_ttl_item {
  background: no-repeat transparent center bottom;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.bg_ttl_wrap .bg_ttl_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.bg_ttl_wrap h1.bg_ttl {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-shadow: 0 0 6px #000;
  font-size: 32px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .bg_ttl_wrap h1.bg_ttl {
    font-size: 24px;
    min-height: 100px;
    background-size: 100% auto;
    background-attachment: scroll;
  }
}

.ttl_mincho_l {
  text-align: center;
  font-size: 32px;
  margin: 35px 0;
  padding: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.ttl-style-border-b {
  font-weight: bold;
  font-size: 26px;
  border-bottom: 1px solid #333;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-style-border-b {
    margin-bottom: 20px;
  }
}

.ttl_border_t {
  border-top: 1px solid #333;
  padding-top: 5px;
}

.ttl_border_b {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.ttl_border_tb {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 5px 0;
}

.is-text-center {
  text-align: center;
}

.is-text-left {
  text-align: left;
}

.is-text-right {
  text-align: right;
}

.is-block-center {
  margin-left: auto;
  margin-right: auto;
}

.is-sticky {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .is-sticky {
    top: 62px;
  }
}

.is-position-top0 {
  top: 0;
}

.gap-0 {
  gap: 0;
}

.font_futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font_mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.buttons .button {
  position: relative;
  line-height: 24px;
  font-size: 15px;
  padding: 0 0 0 34px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 24px;
  font-weight: bold;
}
.buttons .button.is_emergency {
  background-color: #f00;
}
.buttons .button.is_request {
  background-color: #0058ff;
}
.buttons .button.is_request::before {
  background-image: url(../images/ic_header_request.svg);
}
.buttons .button.is_contact {
  background-color: #0bf;
}
.buttons .button.is_contact::before {
  background-image: url(../images/ic_header_contact.svg);
}
.buttons .button.ic_document {
  background-image: url(../images/ic_document.svg);
  color: #333;
}
.buttons .button.ic_bg_korekara {
  background-image: url(../images/header/ic_bg_korekara.png);
}
.buttons .button.ic_bg_zaikosei {
  background-image: url(../images/header/ic_bg_zaikosei.png);
}
.buttons .button.ic_bg_guraduate {
  background-image: url(../images/header/ic_bg_guraduate.png);
}
.buttons .button.has_icon {
  padding: 0;
  color: #fff;
  width: 170px;
  line-height: 36px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.buttons .button.has_icon:hover {
  opacity: 0.5;
}
.buttons .button.has_icon::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
}

.news_list > li {
  padding: 12px 0;
}
.news_list > li:not(:last-of-type) {
  border-bottom: 1px dotted #7e7e7e;
}
.news_list > li.item_cat27 {
  border: 1px solid red;
  padding: 10px;
  border-radius: 5px;
}
.news_list > li .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_list > li .cat_date .cat .post-categories li {
  padding: 0;
  display: inline-block;
}
.news_list > li .cat_date .cat .post-categories li:not(:first-child) {
  border: none;
}
.news_list > li .cat_date .cat .post-categories li:not(:first-child)::before {
  content: ", ";
}
.news_list > li .cat_date .cat .post-categories li a {
  line-height: 1;
  padding: 0;
}
.news_list > li .cat_date .date {
  text-align: right;
}
.news_list > li.is_new .date time::before {
  content: "NEW";
  font-size: 0.7rem;
  color: red;
  display: inline-block;
  margin-right: 0.5rem;
}
.news_list .news_ttl a {
  color: #333;
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_list .news_excerpt {
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sp-w100p {
    width: 100%;
  }
  .sp-w100p img {
    width: 100%;
  }
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #333;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 87px;
    right: 10px;
  }
}
.pagetop:hover {
  background-color: #333;
  color: #fff;
}
.pagetop:hover .pagetop__arrow {
  border-color: #fff;
}
.pagetop .pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.slideup {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.slidein {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out;
  transition: opacity 0.5s, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.invisible {
  opacity: 0;
}
.invisible.slideup {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.invisible.slidein {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.visible {
  opacity: 1;
}
.visible.slideup, .visible.slidein {
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes flashing {
  0% {
    background-color: #efa0a9;
  }
  50% {
    background-color: #f7fd58;
  }
  100% {
    background-color: #efa0a9;
  }
}

@keyframes flashing {
  0% {
    background-color: #efa0a9;
  }
  50% {
    background-color: #f7fd58;
  }
  100% {
    background-color: #efa0a9;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#navbar_info {
  padding: 20px 40px 0;
  background-color: #fff;
}
#navbar_info #header-info .header-info_sub1 .button {
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #navbar_info {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navbar_info .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  #navbar_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
  #navbar_info .navbar-end {
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
  #navbar_info .navbar-end #header-info {
    padding-top: 10px;
  }
  #navbar_info .navbar-end #header-info .header-info_sub2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #navbar_info {
    padding-top: 0;
  }
}
#navbar_info .navbar-item {
  padding: 0;
}
#navbar_info .navbar-brand #header_logo {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #navbar_info .navbar-brand #header_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#navbar_info .navbar-brand #header_logo img {
  max-height: none;
}
#navbar_info .navbar-brand #header_logo .header_logo__logo {
  margin-right: 30px;
}
#navbar_info .navbar-brand #header_logo .header_logo__logo img {
  height: 75px;
}
@media screen and (max-width: 768px) {
  #navbar_info .navbar-brand #header_logo .header_logo__logo {
    margin: 0 !important;
    padding: 20px 0 10px;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  #navbar_info .navbar-brand #header_logo .header_logo__logo img {
    height: 60px;
  }
}
#navbar_info .navbar-brand #header_logo .header_logo__text img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  #navbar_info .navbar-brand #header_logo .header_logo__text {
    height: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    -webkit-transition: height 0.5s, padding 0.5s;
    transition: height 0.5s, padding 0.5s;
  }
  #navbar_info .navbar-brand #header_logo .header_logo__text img {
    height: 20px;
  }
}

@media screen and (min-width: 1024px) {
  #navbar_header_nav {
    min-height: auto;
    margin: 40px 0 0;
    background-color: transparent;
    padding: 5px 0;
  }
}

#header-info {
  padding-top: 4px;
}
#header-info .header_tel {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#header-info .header_tel a {
  color: #333;
}
#header-info .header_tel a::before {
  content: "☎";
  margin-right: 0.25rem;
}
#header-info .header_tel .fa-phone-alt {
  font-size: 14px;
  display: inline-block;
  margin-right: 0.25rem;
}
#header-info .buttons {
  margin-bottom: 0;
}
#header-info .buttons.header-info_sub2 {
  margin-top: 17px;
  gap: 4px;
}
#header-info .buttons.header-info_sub2 .button {
  padding: 0;
  color: #fff;
  width: 190px;
  line-height: 36px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header-info .buttons.header-info_sub2 .button:hover {
  opacity: 0.5;
}
#header-info .buttons.header-info_sub2 .button::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1023px) {
  #navbar_header_nav {
    min-height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #navbar_header_nav .navbar-menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px), print {
  #navbar_header_nav .navbar-start {
    margin: 0 auto;
  }
  #navbar_header_nav .navbar-start a.navbar-item,
  #navbar_header_nav .navbar-start .navbar-link {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
  }
  #navbar_header_nav .navbar-start .item-news {
    border: 1px solid #34bbff !important;
    border-radius: 10px;
    color: #4bcfff;
    margin: 0;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  #navbar_header_nav .navbar-start .item-news:hover {
    background-color: #4bcfff;
    color: #fff;
  }
  #navbar_header_nav .navbar-start .navbar-item {
    padding: 5px 0;
    border-left: 1px solid #333;
    font-size: 16px;
  }
  #navbar_header_nav .navbar-start .navbar-item:nth-child(2) {
    border-left: none;
  }
  #navbar_header_nav .navbar-start .navbar-item:hover > a, #navbar_header_nav .navbar-start .navbar-item.current > a, #navbar_header_nav .navbar-start .navbar-item.current-parent > a {
    color: #b5b5b5;
  }
  #navbar_header_nav .navbar-start .has-dropdown {
    position: static;
  }
  #navbar_header_nav .navbar-start .has-dropdown:hover > a {
    position: relative;
  }
  #navbar_header_nav .navbar-start .has-dropdown:hover > a::after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom: 14px solid #000;
    border-bottom-color: #4bcfff;
    -webkit-animation-name: slideup;
            animation-name: slideup;
    -webkit-animation-duration: var(--bulma-duration);
            animation-duration: var(--bulma-duration);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes slideup {
    0% {
      -webkit-transform: translate(-50%, 5px);
              transform: translate(-50%, 5px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      opacity: 1;
    }
  }
  @keyframes slideup {
    0% {
      -webkit-transform: translate(-50%, 5px);
              transform: translate(-50%, 5px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      opacity: 1;
    }
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown {
    top: calc(100% - 5px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown .inner {
    background-color: #4bcfff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15px 0;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item {
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    position: relative;
    border: none;
    width: auto;
    padding: 2px 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px), print {
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item span {
    display: block;
    position: relative;
    padding: 5px 15px;
    color: #fff;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item:hover span * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.line span {
    position: relative;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.line span::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.current.line span::after, #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item.line:hover span::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item:not(:first-child) {
    border: none;
  }
  #navbar_header_nav .navbar-start .has-dropdown .navbar-dropdown a.navbar-item:not(:first-child)::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #navbar_header_nav .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navbar_header_nav .navbar-start a.navbar-item,
  #navbar_header_nav .navbar-start .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #navbar_header_nav .navbar-start .navbar-item .navbar-dropdown {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 134px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    background-color: #fff;
  }
  .header .header_logo__logo img {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .header_small .header_logo__logo {
    padding: 10px 0 !important;
  }
  .header_small .header_logo__logo img {
    height: 40px !important;
  }
  .header_small .header_logo__text {
    height: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px), print {
  main#content {
    margin-top: 30px;
  }
}
img.footer_logo {
  height: 65px;
}

.footer_wrap {
  margin: 0 0 20px;
  background: no-repeat url(../images/bg_ttl/bg_ttl_top.jpg) bottom center;
  background-size: 100% auto;
  padding-bottom: 5rem;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding-bottom: 0;
  }
}

.footer {
  background-color: #fff;
  padding: 5rem 0 0;
}
@media screen and (max-width: 1149px) {
  .footer .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .inner {
    padding: 0 20px;
  }
}
.footer .footer_headcontents_wrap {
  background-color: #fff;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer .footer_content {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.footer .footer_content .cell a {
  overflow: hidden;
  position: relative;
  aspect-ratio: 265/100;
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  z-index: 3;
  border-radius: 5px;
}
.footer .footer_content .cell a span {
  position: relative;
  z-index: 3;
  text-shadow: 0 0 6px black;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer_content .cell a span {
    font-size: 16px;
  }
}
.footer .footer_content .cell a.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.footer .footer_content .cell a.banner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .fheader {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer .fheader {
    padding-bottom: 1rem;
  }
}
.footer .flogo a {
  display: inline-block;
}
.footer .flogo dl dd {
  padding-left: 10px;
}
.footer .flogo dl dd span {
  font-size: 1.3rem;
  font-weight: bold;
}
.footer .flogo dl dd p {
  line-height: 1.2;
}
.footer .flogo dl dd .addr {
  font-size: 0.75rem;
  margin-top: 0.25em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer .flogo a {
    display: block;
  }
  .footer .flogo dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer .flogo dl .footer_logo {
    margin-bottom: 10px;
  }
}
.footer .fmain_wrap {
  background-color: #eaeaea;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .fmain_wrap {
    background-color: transparent;
  }
  .footer .fmain_wrap .copyright {
    margin-top: 0;
  }
  .footer .fmain_wrap .fmain {
    overflow: hidden;
    position: fixed;
    bottom: 73px;
    left: 0;
    width: 100vw;
    background-color: rgba(29, 29, 29, 0.57);
    z-index: 20;
    height: calc(100vh - 73px);
    height: calc(100dvh - 73px);
    padding: 20px;
    opacity: 0;
  }
  .footer .fmain_wrap .fmain a {
    color: #fff !important;
  }
  .footer .fmain_wrap .mobile_sitemap_slideup.fmain {
    -webkit-transition: height 0.5s, padding 0.5s;
    transition: height 0.5s, padding 0.5s;
    height: 0;
    padding: 0;
    opacity: 1;
  }
  .footer .fmain_wrap .mobile_sitemap_slideup.fmain.is-active {
    height: calc(100vh - 73px);
    height: calc(100dvh - 73px);
    padding: 20px;
  }
  .footer .fmain_wrap .mobile_sitemap_slideinR.fmain {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(15em);
            transform: translateX(15em);
    width: 15em;
    left: auto;
    right: 0;
  }
  .footer .fmain_wrap .mobile_sitemap_slideinR.fmain.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer .fmain_wrap .footer-sitemap {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footer .fmain_wrap .footer-sitemap {
    overflow: scroll;
    height: 100%;
    padding-top: 0;
  }
}
.footer .fmain_wrap .footer-sitemap .sitemap-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1149px) {
  .footer .fmain_wrap .footer-sitemap .sitemap-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer .fmain_wrap .footer-sitemap .sitemap-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .fmain_wrap .footer-sitemap .sitemap-menu a {
  color: #333;
  font-size: 0.8rem;
}
.footer .fmain_wrap .footer-sitemap .sitemap-menu > li:not(:last-of-type) {
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .footer .fmain_wrap .footer-sitemap .sitemap-menu > li:not(:last-of-type) {
    margin: 0 0 1.5rem;
  }
}
.footer .fmain_wrap .footer-sitemap .sitemap-menu > li > a {
  font-weight: bold;
}
.footer .fmain_wrap .footer-sitemap .footer-menu2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .fmain_wrap .footer-sitemap .footer-menu2 > li:not(:first-of-type) {
  margin: 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .footer .fmain_wrap .footer-sitemap .footer-menu2 > li:not(:first-of-type) {
    margin-top: 0;
  }
}
.footer .embed_gmap iframe {
  max-width: 100%;
}
.footer .copyright {
  display: block;
  text-align: center;
  margin: 5rem 0 0;
  padding-bottom: 1rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 73px;
  }
  .mobile-footer-navs_wrap {
    background-color: #e0e0e0;
    padding: 20px 0;
  }
  .mobile-footer-navs > div {
    width: 170px;
  }
  .mobile-footer-navs > div.footer_tel_wrap {
    width: 180px;
  }
  .mobile-footer-navs > div.footer_tel_wrap .footer_tel {
    color: #333;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-footer-navs > div.footer_tel_wrap .footer_tel .tel_wrap {
    margin-left: 10px;
  }
  .mobile-footer-navs > div.footer_tel_wrap .footer_tel a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: block;
  }
  .mobile-footer-navs > div.footer_tel_wrap .footer_tel_sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  .mobile-footer-navs > div.footer_tel_wrap .footer_tel_sub span {
    font-size: 10px;
  }
  .mobile-footer-navs > div.has_icon {
    padding-left: 17px;
  }
  .mobile-footer-navs > div.has_icon a {
    display: inline-block;
    background-color: transparent;
    color: #333 !important;
  }
  .footer_ctrl {
    background-color: #e0e0e0;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    overflow: hidden;
  }
  .footer_ctrl .navbar_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_ctrl .navbar_footer .item {
    display: block;
    color: #797979;
    font-family: "futura-pt", sans-serif;
    font-size: 11px;
    line-height: 12px;
    width: 25%;
    text-align: center;
  }
  .footer_ctrl .navbar_footer .item.btn_news {
    font-size: 12px;
  }
  .footer_ctrl .navbar_footer .item:not(:first-of-type) {
    border-left: 1px dotted #333;
  }
  .footer_ctrl .navbar_footer .item img {
    height: 36px;
  }
  .footer_ctrl .navbar_footer .item .bg_footer_ctrl {
    height: 36px;
    background: no-repeat url(../images/footer/ic_footer_menu.svg) center center;
    background-size: auto 27px;
  }
  .footer_ctrl .navbar_footer .item.is-active {
    position: relative;
  }
  .footer_ctrl .navbar_footer .item.is-active .bg_footer_ctrl {
    background-image: url(../images/footer/ic_footer_menu_active.svg);
  }
  .footer_ctrl .navbar_footer .item span {
    display: block;
    margin-top: 3px;
  }
  .footer_ctrl .navbar_footer .navbar-burger {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
  .footer_ctrl #bg_footer_sitemap_layer {
    position: absolute;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 73px;
    left: 0;
    width: 100vw;
    background-color: transparent;
    z-index: 10;
    height: calc(100vh - 73px);
    height: calc(100dvh - 73px);
  }
  .footer_ctrl #bg_footer_sitemap_layer.is-active {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.pagination_wrap {
  margin-bottom: 1rem;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pagination_wrap {
    margin-top: 50px;
  }
}

.pagination {
  padding-left: 0;
  margin-left: 0;
}
.pagination .nav-links > a, .pagination .nav-links > span {
  border: 1px solid #333;
  font-weight: bold;
  padding: 2px 0.75rem;
}
.pagination .nav-links > a {
  background-color: #333;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination .nav-links > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .diary_container .grid {
    grid-template-columns: 1fr;
  }
  .diary_container .grid .cell {
    margin-bottom: 2rem;
  }
}
.diary_container .grid .cell .diary_link {
  color: #333;
  display: block;
}
.diary_container .grid .cell .diary_link:hover .diary_ttl {
  text-decoration: underline;
}
.diary_container .grid .cell .eyecatch {
  width: 100%;
  height: 200px;
  max-width: 100%;
}
.diary_container .grid .cell .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .diary_container .grid .cell .eyecatch {
    height: 100%;
    aspect-ratio: 5/4;
  }
}
.diary_container .grid .cell .date {
  text-align: right;
  font-size: 12px;
  color: #333;
  margin-top: 8px;
}
.diary_container .grid .cell .diary_ttl {
  border-top: 1px solid #333;
  margin: 0 0 5px;
  padding-top: 5px;
  font-weight: bold;
  font-size: 21px;
}
.diary_container .grid .cell .diary_excerpt {
  font-size: 0.75rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.8;
}
.diary_container .grid .cell .diary_tags {
  margin-top: 7px;
}

.diary_tags a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0;
  line-height: 1.8;
  background-color: #cf1fcf;
  width: 65px;
  text-align: center;
  border-radius: 3px;
}
.diary_tags a:not(:first-of-type) {
  margin-left: 4px;
}
.diary_tags a.tags_junior-high-school {
  background-color: #1fbaff;
}
.diary_tags a.tags_high-school {
  background-color: #1f75ff;
}
.diary_tags a.tags_school {
  background-color: #885cff;
}

.category article.category_article {
  margin-top: 30px;
  margin-bottom: 50px;
}
.category .news_list > li {
  padding: 35px 15px;
}
.category .news_list li .cat_date .cat .post-categories li:not(:first-child)::before {
  display: none;
}
.category .news_list li .cat_date .cat .post-categories li a {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 7px;
  color: #333;
  display: block;
  margin-bottom: 5px;
  padding: 8px 10px;
}
.category .news_list li .cat_date .cat .post-categories li.item_cat_link27 a {
  border-color: #f00;
  background-color: rgb(253, 56, 56);
  color: #fff;
  font-weight: bold;
}
.category .news_list .news_ttl {
  margin: 12px 0 10px;
}
.category .news_list .news_ttl a {
  font-size: 20px;
}
.category .news_list .news_excerpt a {
  color: #333;
}

.nav_article_header__subpage {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .nav_article_header__subpage {
    margin-top: 0;
  }
}
.nav_article_header__subpage li {
  line-height: 28px;
  padding: 8px 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .nav_article_header__subpage li {
    padding: 0;
  }
}
.nav_article_header__subpage li:not(:last-of-type) a {
  border-right: 1px solid #333;
}
.nav_article_header__subpage li .item {
  color: #333;
  font-size: 0.75rem;
  line-height: 28px;
  display: block;
  padding: 0 2rem;
  position: relative;
}
.nav_article_header__subpage li .item::after {
  position: absolute;
  left: 1rem;
  content: "";
  width: calc(100% - 2rem);
  height: 1px;
  background: var(--bulma-text);
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media screen and (max-width: 1023px) {
  .nav_article_header__subpage li .item {
    padding: 0 0.5rem;
  }
}
.nav_article_header__subpage li .item:hover, .nav_article_header__subpage li .item.current {
  font-weight: bold;
}
.nav_article_header__subpage li .item:hover::after, .nav_article_header__subpage li .item.current::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.nav_article_header__subpage li.subnav-item506 a {
  border-right: none;
}
.nav_article_header__subpage li.subnav-item509 {
  margin-bottom: 0;
  padding: 0;
}
.nav_article_header__subpage li.subnav-item509 a.item {
  color: #34bfff;
  border: 1px solid #34bfff;
  border-radius: 5px;
  line-height: 3.5;
  font-weight: bold;
}
.nav_article_header__subpage li.subnav-item509 a.item:hover, .nav_article_header__subpage li.subnav-item509 a.item.current {
  background-color: #34bfff;
  color: #fff;
}
.nav_article_header__subpage li.subnav-item509 a.item:hover::after, .nav_article_header__subpage li.subnav-item509 a.item.current::after {
  display: none;
}
.nav_article_header__subpage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nav_article_header__subpage ul {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_article_header__subpage ul li {
    border-right: none !important;
    border-bottom: 1px solid #333;
    text-align: center;
    margin-bottom: 0;
  }
  .nav_article_header__subpage ul li .item {
    line-height: 1.6;
    padding: 5px 0;
    border-right: none;
  }
  .nav_article_header__subpage ul li .item::after {
    display: none !important;
  }
  .nav_article_header__subpage ul li.subnav-item509 {
    background-color: #34bfff;
  }
  .nav_article_header__subpage ul li.subnav-item509 a.item {
    color: #fff;
    border: none;
    line-height: 1.6;
    padding: 5px 0;
  }
}

.nav_article_header__subpage2 {
  background-color: #1b87af;
}
.nav_article_header__subpage2 ul li {
  margin-top: 5px;
}
.nav_article_header__subpage2 ul li .item {
  color: #fff;
  font-size: 16px;
}
.nav_article_header__subpage2 ul li .item::after {
  background-color: #fff;
  bottom: 0;
}
.nav_article_header__subpage2 ul li:not(:last-of-type) a {
  border-color: #fff;
}

article.post_article {
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.8;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
article.post_article iframe {
  max-width: 100%;
}
article.post_article .ttl_mincho_l {
  margin-bottom: 0.5rem;
}
article.post_article .page_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
article.post_article .page_ctrl a {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
article.post_article .page_ctrl a:last-of-type {
  margin-left: auto;
}
article.post_article .nav_article_footer {
  margin: 100px 0 30px;
  text-align: center;
}
article.post_article .nav_article_footer a {
  display: inline-block;
  border: 1px solid #00bbff;
  padding: 5px 3rem;
  border-radius: 10px;
}
article.post_article .ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}
article.post_article .ttl_area .ttl {
  font-weight: bold;
}
article.post_article .ttl_area .date {
  margin-left: auto;
}
article.post_article p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
article.post_article .wp-block-media-text.pattern01 {
  grid-template-columns: 200px auto;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  article.post_article .wp-block-media-text.pattern01 {
    padding: 0;
  }
}
article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__media {
  -ms-flex-item-align: self-start;
      align-self: self-start;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__media {
    margin: 1rem;
  }
}
article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__content {
  -ms-flex-item-align: self-start;
      align-self: self-start;
  font-size: 0.9rem;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
  article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__content {
    padding: 0 1rem;
  }
}
article.post_article .wp-block-media-text.pattern01 .wp-block-media-text__content .has-text-color {
  margin-top: 0;
}

.grid-custom .cell {
  text-align: center;
  font-size: 0.75rem;
}
.grid-custom .cell a {
  color: #333;
}
.grid-custom .cell .eyecatch {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.grid-custom .cell .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.grid-custom .cell .eyecatch img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.grid-custom .cell .ttl {
  margin-top: 3px;
}

@media screen and (min-width: 1024px) {
  .grid4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .grid3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid3 .cell .eyecatch {
  height: 100%;
  aspect-ratio: 16/9;
}

.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid2 .cell .eyecatch {
  height: 100%;
}

.grid-textoverlay .cell a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.grid-textoverlay .cell a .eyecatch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.grid-textoverlay .cell a .eyecatch::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}
.grid-textoverlay .cell a:hover .eyecatch::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.grid-textoverlay .cell a .ttl {
  color: #fff;
  text-shadow: 0 0 5px #333;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

.page-id-22 article.inner {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_greeting-min.png);
  /* マリスト学園について */
  /* マリストライフ */
  /* 進路状況 */
  /* 入学希望の方へ */
  /* 緊急情報 */
  /* フォーム */
}
.bg_ttl_wrap .bg_ttl_item.is-active::after {
  opacity: 0;
}
.page-id-22 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_greeting-min.png);
}
.page-id-23 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_concept.png);
}
.page-id-24 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_information-min.png);
}
.page-id-25 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_finance-min.png);
}
.page-id-233 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_access-min.png);
}
.post-type-archive-marist_diary .bg_ttl_wrap .bg_ttl_item.is-active, .tax_about .bg_ttl_wrap .bg_ttl_item.is-active, .single-marist_diary .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_diary-min.png);
}
.page-id-30 .bg_ttl_wrap .bg_ttl_item.is-active, .parent-pageid-30 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_album-min.png);
}
.page-id-32 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_club-min.png);
}
.page-id-33 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_dormitory-min.png);
}
.page-id-34 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_event-min.png);
}
.parent-pageid-17 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_shinro-min.png);
}
.pageid-18 .bg_ttl_wrap .bg_ttl_item.is-active, .parent-pageid-18 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_bosyu-min.png);
}
.page-id-52 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_emergency-min.png);
}
.page-id-241 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_contact-min.png);
}
.page-id-329 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_request-min.png);
}
.page-id-515 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_graduate-min.png);
}
.page-id-529 .bg_ttl_wrap .bg_ttl_item.is-active, .parent-pageid-529 .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_resource-min.png);
}
.bg_ttl_wrap .bg_ttl_item.is-active.bg_ttl_news {
  background-image: url(../images/bg_ttl/bg_ttl_news-min.png);
}
.bg_ttl_wrap .bg_ttl_item.is-active.bg_ttl_zaikosei {
  background-image: url(../images/bg_ttl/bg_ttl_zaikosei.png);
}
.page-id- .bg_ttl_wrap .bg_ttl_item.is-active {
  background-image: url(../images/bg_ttl/bg_ttl_.png);
}
@media screen and (max-width: 768px) {
  .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_greeting-min.png);
    /* マリスト学園について */
    /* マリストライフ */
    /* 進路状況 */
    /* 入学希望の方へ */
    /* 緊急情報 */
    /* フォーム */
  }
  .page-id-22 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_greeting-min.png);
  }
  .page-id-23 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_concept-min.png);
  }
  .page-id-24 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_information-min.png);
  }
  .page-id-25 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_finance-min.png);
  }
  .page-id-233 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_access-min.png);
  }
  .post-type-archive-marist_diary .bg_ttl_wrap .bg_ttl_item.is-active, .tax_about .bg_ttl_wrap .bg_ttl_item.is-active, .single-marist_diary .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_diary-min.png);
  }
  .page-id-30 .bg_ttl_wrap .bg_ttl_item.is-active, .parent-pageid-30 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_album-min.png);
  }
  .page-id-32 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_club-min.png);
  }
  .page-id-33 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_dormitory-min.png);
  }
  .page-id-34 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_event-min.png);
  }
  .parent-pageid-17 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_shinro-min.png);
  }
  .pageid-18 .bg_ttl_wrap .bg_ttl_item.is-active, .parent-pageid-18 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_bosyu-min.png);
  }
  .page-id-52 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_emergency-min.png);
  }
  .page-id-241 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_contact-min.png);
  }
  .page-id-329 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_request-min.png);
  }
  .page-id-515 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_graduate-min.png);
  }
  .page-id-529 .bg_ttl_wrap .bg_ttl_item.is-active, .parent-pageid-529 .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_resource-min.png);
  }
  .bg_ttl_wrap .bg_ttl_item.is-active.bg_ttl_news {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_news-min.png);
  }
  .bg_ttl_wrap .bg_ttl_item.is-active.bg_ttl_zaikosei {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_zaikosei.png);
  }
  .page-id- .bg_ttl_wrap .bg_ttl_item.is-active {
    background-image: url(../images/bg_ttl/mobile/bg_ttl_.png);
  }
}

.page-id-241 .pagetop,
.page-id-329 .pagetop {
  display: none !important;
}

.form_container {
  border: 1px solid #333;
  padding: 40px 60px 15px;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .form_container {
    padding: 25px 25px 0;
    font-size: 14px;
  }
}
.form_container h3 {
  border-bottom: 1px solid #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.form_container table th {
  width: 5em;
  padding: 5px 0;
}
.form_container .notice {
  font-size: 12px;
  line-height: 1.2;
}
.form_container .row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .form_container .row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form_container .row-wrap .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form_container .item {
  padding: 5px 10px;
}
.form_container textarea,
.form_container input[type=text],
.form_container input[type=tel],
.form_container input[type=email] {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #333;
  vertical-align: bottom;
  border-radius: 6px;
  font-size: 16px;
}
.form_container .form-block {
  margin: 10px 0 20px;
}
.form_container .form-block table th, .form_container .form-block table td {
  padding: 5px 0;
  vertical-align: middle;
}
.form_container .wpcf7-radio {
  display: grid;
  gap: 10px;
  font-size: 16px;
}
.form_container .item-col2 .wpcf7-radio {
  grid-template-columns: 65% 35%;
}
.form_container .item-col3 .wpcf7-radio {
  grid-template-columns: repeat(3, 1fr);
}
.form_container .wpcf7-list-item {
  margin: 0;
}
.form_container .require {
  color: red;
  text-wrap: nowrap;
}

.form_submit_container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_submit_container input[type=submit] {
  vertical-align: top;
  width: 245px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}
.form_submit_container input[type=submit]:hover {
  background-color: #BCEDFF;
}/*# sourceMappingURL=style.css.map */