@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap" rel="stylesheet');
/*****************************************************

 SCSS用
 
*****************************************************/
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 767.98px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #212121;
  font-size: 1rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative; }

.inner_narrow {
  width: 1008px;
  margin: 0 auto;
  position: relative; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  font-size: 31px; }

h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  h2::after {
    content: '';
    display: block;
    background: url("../images/common/h2_line.png") center/cover no-repeat;
    width: 206px;
    height: 15px;
    margin: 20px auto 0; }

h2 + p, .h2_container + p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px; }
  h2 + p span, .h2_container + p span {
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px; }

h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 21px;
  position: relative;
  margin-bottom: 24px; }
  h3::before {
    content: '';
    display: inline-block;
    background: url("../images/common/h3_illust.png") center/cover no-repeat;
    width: 72px;
    height: 34px;
    margin-right: 16px;
    vertical-align: -30%; }
  h3:nth-of-type(n+2) {
    margin-top: 50px; }

h4 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #e4535c;
  margin-bottom: 16px;
  font-size: 18px; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:nth-of-type(even) {
    background: #f8fffa; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

* {
  box-sizing: border-box; }

.link_btn {
  display: block;
  width: 400px;
  margin: 40px auto;
  border: 2px solid #00a3df;
  background: #00a3df;
  padding: 18px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 12px; }
  .link_btn:hover {
    background: #ffff;
    color: #00a3df; }

/* リロード直後一瞬mmenuの中身が表示されるのを非表示 */
.sp_nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* 初期化後に表示 */
.sp_nav.mm-menu {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 767.98px) {
  .pc_none {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .inner, .inner_narrow {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  section {
    padding: 40px 0; }
    section:last-of-type {
      padding: 40px 0 100px; } }
@media (max-height: 480px) and (orientation: landscape) {
  h1:not(#top_h1) {
    font-size: 28px;
    padding: 0 16px; }

  h2 {
    font-size: 24px; }

  h2::after {
    width: 126px;
    height: 9px; }

  h3 {
    font-size: 19px; }

  section {
    padding: 40px 0; }
    section:last-of-type {
      padding: 40px 0 100px; }

  .pc_none {
    display: block !important; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 12px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #00a3df; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6), #mm-1 > ul > li:nth-child(7), #mm-1 > ul > li:nth-child(8) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6) > a, #mm-1 > ul > li:nth-child(7) > a {
    background: #00a3df;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 40px; }

  #mm-1 > ul > li:nth-child(6)::after, #mm-1 > ul > li:nth-child(7)::after, #mm-1 > ul > li:nth-child(8)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(8) > a {
    background: #f4bd22;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 40px; } }
@media screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 28px;
    padding: 0 16px; }

  h2 {
    font-size: 24px; }

  h2::after {
    width: 126px;
    height: 9px; }

  h3 {
    font-size: 19px; }

  section {
    padding: 40px 0; }
    section:last-of-type {
      padding: 40px 0 100px; }

  .sp_none {
    display: none !important; }

  .inner, .inner_narrow {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #00a3df; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6), #mm-1 > ul > li:nth-child(7), #mm-1 > ul > li:nth-child(8) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6) > a, #mm-1 > ul > li:nth-child(7) > a {
    background: #00a3df;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto;
    border-radius: 40px; }

  #mm-1 > ul > li:nth-child(6)::after, #mm-1 > ul > li:nth-child(7)::after, #mm-1 > ul > li:nth-child(8)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(8) > a {
    background: #f4bd22;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0;
    border-radius: 40px; } }
@media print {
  .sp_none {
    display: none !important; } }
/*****************************************************

 Animation
 
*****************************************************/
.fadein {
  opacity: 0;
  transition: opacity .8s; }

.scrollin {
  opacity: 1; }

/*****************************************************

 Header
 
*****************************************************/
/*
.global_header {
	width:100%;height:100px;@include flexbox($alignitem:center);max-width:1440px;padding:0 1%;margin:0 auto;min-width:1120px;
	.logo_container {width:350px;max-width:350px;height:50px;img {vertical-align:-20%;}}
	nav {
		@include flexbox($wide:60%,$justify:flex-end,$alignitem:center);
		a {
			font-size:16px;font-weight: 500;color:#003f84;margin-left:50px;transition:.2s;text-decoration: none;
			&:first-of-type {margin-left:0;}
			&:last-of-type {background:#007fff;padding:4px 40px;color:#fff;border:1px solid #007fff;}
			&:hover {
				//color:#005bac;transition:.2s;
				&:last-of-type {background:#fff;color:#007fff;transition:.2s;}
			}
		}
	}
}

@media screen and (max-width:767.98px) {
	.global_header {height:60px;min-width:100%;padding:0 2%;}
	.global_header .logo_container {width:68%;max-width:350px;}
	.global_header .logo_container img {vertical-align:-10%;}
}
*/
.pcCover__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 780px;
  min-width: 1280px;
  z-index: 0;
  position: relative; }

.pcCover_left_container {
  width: 36%;
  /*width:26.56%;*/
  height: 100%;
  position: relative;
  z-index: 0;
  padding: 100px 0px 100px 7%;
  min-width: 420px; }
  .pcCover_left_container::before {
    content: '';
    width: 700px;
    height: 780px;
    background: url("../images/home/pc_left_bk.png") no-repeat;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; }
  .pcCover_left_container .logo_container {
    width: 100%;
    position: relative;
    z-index: 10;
    transition: .2s; }
    .pcCover_left_container .logo_container a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 11; }
    .pcCover_left_container .logo_container:hover {
      opacity: .7; }
    .pcCover_left_container .logo_container figure {
      max-width: 189px;
      margin: 0; }
    .pcCover_left_container .logo_container span {
      display: block;
      font-size: 14px;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      font-weight: 500; }
  .pcCover_left_container nav {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 26px 0;
    margin-top: 30px; }
    .pcCover_left_container nav a {
      font-size: 18px;
      font-weight: 500;
      color: #212121;
      transition: .2s;
      text-decoration: none; }
      .pcCover_left_container nav a.nav_btn {
        width: 168px;
        padding: 5px 0;
        text-align: center;
        background: #00a3df;
        border-radius: 40px;
        color: #fff;
        border: 2px solid #00a3df;
        font-size: 16px; }
        .pcCover_left_container nav a.nav_btn:hover {
          background: #fff;
          color: #00a3df; }
        .pcCover_left_container nav a.nav_btn:last-of-type {
          background: #f4bd22;
          border: 2px solid #f4bd22; }
          .pcCover_left_container nav a.nav_btn:last-of-type:hover {
            background: #fff;
            color: #f4bd22; }

.pcCover_right_container {
  width: 100%;
  /*width:73.44%;*/
  height: 100%;
  background: url("../images/home/main_cover_slide01.jpg") left/cover no-repeat;
  z-index: -1; }

.topNews_important_container {
  width: 74%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 20px 60px;
  background: #e4535c;
  z-index: 0;
  transition: .2s;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px; }
  .topNews_important_container a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .topNews_important_container:hover {
    opacity: .9; }
  .topNews_important_container span, .topNews_important_container p {
    font-size: 16px;
    color: #fff;
    font-weight: 500; }
  .topNews_important_container span {
    width: 15%; }
  .topNews_important_container p {
    width: 70%; }

.lv1Header__wrap {
  width: 100%;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1440px;
  padding: 0 1%;
  margin: 0 auto;
  min-width: 1200px; }
  .lv1Header__wrap .logo_container {
    width: 33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-width: 456px;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .lv1Header__wrap .logo_container a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .lv1Header__wrap .logo_container:hover {
      opacity: .7; }
    .lv1Header__wrap .logo_container figure {
      max-width: 132px; }
    .lv1Header__wrap .logo_container div span {
      font-size: 14px;
      display: block;
      margin-bottom: -4px; }
    .lv1Header__wrap .logo_container div h1 {
      font-size: 31px; }
  .lv1Header__wrap .lv1Nav_container {
    width: 65%; }
    .lv1Header__wrap .lv1Nav_container .subNav_container {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 0 2%;
      margin-bottom: 8px; }
      .lv1Header__wrap .lv1Nav_container .subNav_container .nav_btn {
        width: 168px;
        padding: 1px 0;
        text-align: center;
        background: #00a3df;
        border-radius: 40px;
        color: #fff;
        border: 2px solid #00a3df;
        font-size: 15px;
        text-decoration: none;
        transition: .2s; }
        .lv1Header__wrap .lv1Nav_container .subNav_container .nav_btn:hover {
          background: #fff;
          color: #00a3df; }
        .lv1Header__wrap .lv1Nav_container .subNav_container .nav_btn:last-of-type {
          background: #f4bd22;
          border: 2px solid #f4bd22; }
          .lv1Header__wrap .lv1Nav_container .subNav_container .nav_btn:last-of-type:hover {
            background: #fff;
            color: #f4bd22; }
    .lv1Header__wrap .lv1Nav_container nav {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 0 4%; }
      .lv1Header__wrap .lv1Nav_container nav a {
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        transition: .2s;
        color: #212121; }
        .lv1Header__wrap .lv1Nav_container nav a:last-of-type {
          font-family: 'Cabin', sans-serif;
          font-weight: bold;
          font-size: 24px;
          color: #2462d1; }
          .lv1Header__wrap .lv1Nav_container nav a:last-of-type i {
            font-size: 24px;
            margin-right: 8px; }

.mobileHeader__wrap {
  width: 100%;
  height: 60px;
  background: #fff;
  position: relative;
  padding: 4px 2%; }
  .mobileHeader__wrap .logo_container {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    transition: .2s;
    gap: 0 4%; }
    .mobileHeader__wrap .logo_container a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .mobileHeader__wrap .logo_container:hover {
      opacity: .7; }
    .mobileHeader__wrap .logo_container figure {
      width: 20vw;
      max-width: 110px; }
    .mobileHeader__wrap .logo_container > div span {
      font-size: 14px;
      display: block;
      margin-bottom: -4px; }
    .mobileHeader__wrap .logo_container > div h1 {
      font-size: 18px; }

.mobileCover__container {
  width: 100%;
  height: 280px; }

.mobileImportantnotice__container .topNews_important_container {
  position: relative;
  width: 100%;
  border-radius: 0;
  padding: 16px;
  right: 0;
  bottom: 0;
  transform: translateX(0); }
  .mobileImportantnotice__container .topNews_important_container:hover {
    opacity: 1; }
  .mobileImportantnotice__container .topNews_important_container span, .mobileImportantnotice__container .topNews_important_container p {
    width: 100%; }

@media (min-width: 1025px) and (max-width: 1400px) {
  .pcCover_left_container {
    width: 30%;
    padding: 100px 0px 100px 3%;
    min-width: 350px; }

  .pcCover_left_container::before {
    left: -180px; }

  .topNews_important_container {
    padding: 20px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .pcCover_left_container::before {
    left: -110px; }

  .global_header .sp_none {
    display: none !important; }

  .mobileHeader__wrap.pc_none, .sp_menu.pc_none, .mobileCover__container.pc_none, .mobileImportantnotice__container.pc_none {
    display: block !important; }

  .mobileCover__container {
    height: 480px; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #00a3df; }

  .sp_nav {
    visibility: visible; } }
/*****************************************************

 Footer
 
*****************************************************/
.global_footer {
  width: 100%;
  position: relative;
  background: #f4f3d0;
  padding: 60px 0;
  margin-top: 230px;
  z-index: 0; }
  .global_footer::before {
    content: '';
    background: url("../images/common/foot_illust01.png") center/cover no-repeat;
    display: block;
    width: 1110px;
    height: 328px;
    position: absolute;
    margin: 0 auto;
    top: -340px;
    right: 0;
    left: 0;
    z-index: -1; }
  .global_footer::after {
    content: '';
    background: url("../images/common/foot_illust02.png") center/cover no-repeat;
    display: block;
    width: 557px;
    height: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }

.footer__container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 2%; }
  .footer__container .footer_left_container {
    width: 44.6%; }
    .footer__container .footer_left_container > div {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 0 2%; }
      .footer__container .footer_left_container > div figure {
        width: 144px;
        margin-right: 8px; }
      .footer__container .footer_left_container > div span {
        font-size: 14px;
        display: block; }
      .footer__container .footer_left_container > div p {
        font-size: 31px;
        font-weight: bold; }
      .footer__container .footer_left_container > div address {
        font-size: 16px; }
      .footer__container .footer_left_container > div a {
        display: inline-block;
        padding: 0 30px;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
        color: #fff;
        background: #f4bd22;
        border-radius: 20px; }
  .footer__container .footer_right_container {
    width: 51%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center; }
    .footer__container .footer_right_container h2 {
      font-size: 22px;
      margin-bottom: 0; }
      .footer__container .footer_right_container h2::after {
        display: none; }
    .footer__container .footer_right_container a {
      text-decoration: none;
      font-family: 'Cabin', sans-serif;
      font-weight: bold;
      font-size: 26px; }
    .footer__container .footer_right_container span {
      display: block;
      font-size: 14px; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #00a3df;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #00a3df;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .global_footer::before {
    background-size: contain;
    width: 96%; } }
@media (max-height: 480px) and (orientation: landscape) {
  .global_footer::before {
    background-size: contain;
    width: 96%;
    top: -270px; } }
@media screen and (max-width: 767.98px) {
  .global_footer {
    margin-top: 80px;
    padding: 40px 0 120px; }

  .global_footer::before {
    background-size: contain;
    width: 96%;
    height: 110px;
    top: -110px; }

  .global_footer::after {
    width: 100%;
    height: 130px; }

  .footer__container .footer_left_container {
    width: 100%; }

  .footer__container .footer_left_container > div address {
    margin-bottom: 10px; }

  .footer__container .footer_right_container {
    width: 100%;
    padding: 10px 20px;
    text-align: left; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.news_article_container article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  z-index: 0;
  transition: .2s;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #ddd; }
  .news_article_container article > a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .news_article_container article:hover {
    opacity: .7; }
  .news_article_container article span {
    width: 12%;
    font-size: 16px; }
    .news_article_container article span:nth-of-type(2) {
      width: 20%; }
      .news_article_container article span:nth-of-type(2) a {
        display: block;
        width: 168px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        padding: 1px 20px;
        border-radius: 8px; }
      .news_article_container article span:nth-of-type(2) a.schoolnews {
        color: #00a3df;
        border: 2px solid #00a3df; }
      .news_article_container article span:nth-of-type(2) a.important {
        color: #e4535c;
        border: 2px solid #e4535c; }
  .news_article_container article p {
    width: 68%;
    font-size: 16px; }

.pager {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #00a3df solid;
    color: #fff;
    background: #00a3df;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      color: #00a3df;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #fff;
    color: #00a3df; }

@media screen and (max-width: 767.98px) {
  .news_article_container article {
    justify-content: flex-start; }

  .news_article_container article span {
    width: 33%; }

  .news_article_container article span:nth-of-type(2) {
    width: 60%; }

  .news_article_container article p {
    width: 100%; } }
/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
    .editor_area .size-thumbnail:first-of-type {
      margin-left: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:first-of-type {
      margin-left: 0 !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 767.98px) {
  .editor_area .size-thumbnail {
    width: 30% !important;
    margin: 0 2.5% 0 !important; }

  .editor_area .size-medium {
    width: 48.21% !important;
    margin: 0 1.5% 0 !important; }

  .editor_area {
    padding-bottom: 40px; } }
/*****************************************************

 HOME
 
*****************************************************/
.topAbout__wrap {
  width: 100%;
  padding: 50px 4% 80px;
  max-width: 1300px;
  margin: 0 auto; }

.topAbout__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 4%; }
  .topAbout__container .topAbout__item {
    width: 40%; }
    .topAbout__container .topAbout__item p {
      font-size: 18px;
      line-height: 38px; }
      .topAbout__container .topAbout__item p:first-of-type {
        font-family: "Zen Maru Gothic", serif;
        font-weight: bold;
        font-size: 34px;
        line-height: 60px;
        position: relative;
        margin-bottom: 30px;
        min-width: 470px; }
        .topAbout__container .topAbout__item p:first-of-type::after {
          content: '';
          width: 104px;
          height: 105px;
          background: url("../images/home/top_about_h2illust.png") center/cover no-repeat;
          margin-left: 16px;
          position: absolute;
          top: 0;
          right: 60px; }
    .topAbout__container .topAbout__item .link_btn {
      margin: 40px auto 0 0; }
  .topAbout__container figure {
    width: 54%;
    max-width: 713px; }

.topGoal__wrap {
  width: 100%;
  padding: 80px 1%;
  max-width: 1440px;
  margin: 0 auto;
  min-width: 1280px; }

.topDays__wrap {
  width: 100%;
  background: #f8fffa;
  padding: 80px 0;
  position: relative;
  z-index: 0; }
  .topDays__wrap::before {
    content: '';
    background: url("../images/common/top_live_bkleft.png") center/cover no-repeat;
    width: 438px;
    height: 495px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1; }
  .topDays__wrap::after {
    content: '';
    background: url("../images/common/top_live_bkright.png") center/cover no-repeat;
    width: 431px;
    height: 427px;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: -1; }
  .topDays__wrap h2 + p {
    width: 64%;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    position: relative;
    margin: 0 auto 56px; }
    .topDays__wrap h2 + p::before {
      content: '';
      background: url("../images/common/top_h2-p_illust01.png") center/cover no-repeat;
      width: 145px;
      height: 103px;
      position: absolute;
      top: -10px;
      left: -180px; }
    .topDays__wrap h2 + p::after {
      content: '';
      background: url("../images/common/top_h2-p_illust02.png") center/cover no-repeat;
      width: 103px;
      height: 117px;
      position: absolute;
      bottom: -30px;
      right: -160px; }
  .topDays__wrap .topDays__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 3.4%; }
    .topDays__wrap .topDays__container figure {
      width: 48.21%;
      max-width: 540px;
      position: relative;
      position: relative;
      z-index: 0;
      transition: .2s; }
      .topDays__wrap .topDays__container figure a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .topDays__wrap .topDays__container figure:hover {
        opacity: .7; }
      .topDays__wrap .topDays__container figure img {
        border-radius: 16px; }
      .topDays__wrap .topDays__container figure figcaption {
        width: 192px;
        padding: 4px;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        font-size: 24px;
        font-family: "Zen Maru Gothic", serif;
        font-weight: bold;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 8px; }

.topNews__wrap {
  width: 100%;
  padding: 80px 1%; }

.topNews__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 1%; }
  .topNews__container .topNews_h2_item {
    width: 16%; }
    .topNews__container .topNews_h2_item h2::after {
      display: none; }
    .topNews__container .topNews_h2_item a {
      text-decoration: none;
      background: #00a3df;
      color: #fff;
      font-size: 16px;
      text-align: center;
      padding: 6px 40px;
      border-radius: 22px;
      transition: .2s;
      border: 2px solid #00a3df; }
      .topNews__container .topNews_h2_item a:hover {
        background: #fff;
        color: #00a3df; }
  .topNews__container .topNews_article_container {
    width: 80%; }
    .topNews__container .topNews_article_container .topNews_article_item {
      border-bottom: 1px solid #efefef;
      padding-bottom: 20px;
      margin-bottom: 40px; }
      .topNews__container .topNews_article_container .topNews_article_item > a {
        display: block;
        width: 80%;
        margin: 0 auto 40px;
        text-decoration: none;
        background: #00a3df;
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding: 6px 40px;
        border-radius: 22px;
        border: 2px solid #00a3df; }
    .topNews__container .topNews_article_container article {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 0;
      position: relative;
      z-index: 0;
      transition: .2s;
      margin-bottom: 40px; }
      .topNews__container .topNews_article_container article > a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .topNews__container .topNews_article_container article:hover {
        opacity: .7; }
      .topNews__container .topNews_article_container article span {
        width: 12%;
        font-size: 16px; }
        .topNews__container .topNews_article_container article span:nth-of-type(2) {
          width: 20%; }
          .topNews__container .topNews_article_container article span:nth-of-type(2) a {
            display: block;
            width: 168px;
            text-align: center;
            text-decoration: none;
            font-size: 14px;
            padding: 1px 20px;
            border-radius: 8px; }
          .topNews__container .topNews_article_container article span:nth-of-type(2) a.schoolnews {
            color: #00a3df;
            border: 2px solid #00a3df; }
          .topNews__container .topNews_article_container article span:nth-of-type(2) a.important {
            color: #e4535c;
            border: 2px solid #e4535c; }
      .topNews__container .topNews_article_container article p {
        width: 68%;
        font-size: 16px; }
    .topNews__container .topNews_article_container .topNews_bnr_item {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 20px 2%;
      position: relative;
      z-index: 1; }
      .topNews__container .topNews_article_container .topNews_bnr_item a {
        width: 48%;
        background: #00a3df;
        color: #fff;
        border-radius: 12px;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        transition: .2s; }
        .topNews__container .topNews_article_container .topNews_bnr_item a:nth-of-type(n + 3) {
          background: #f4bd22; }
        .topNews__container .topNews_article_container .topNews_bnr_item a:nth-of-type(n + 5) {
          background: #e4535c; }
        .topNews__container .topNews_article_container .topNews_bnr_item a img {
          width: auto;
          display: inline-block;
          margin-right: 30px;
          vertical-align: -30%; }
        .topNews__container .topNews_article_container .topNews_bnr_item a:hover {
          opacity: .8; }

@media (min-width: 768px) and (max-width: 1024px) {
  .topAbout__wrap {
    padding: 40px 4%; }

  .topGoal__wrap, .topDays__wrap, .topNews__wrap {
    padding: 40px 1%; }

  .topDays__wrap::after {
    display: none; }

  .topDays__wrap::before {
    width: 315px;
    height: 355px; }

  .topNews__container {
    flex-direction: column; }

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

  .topNews__container .topNews_h2_item h2 {
    margin-bottom: 20px; }

  .topNews__container .topNews_article_container {
    width: 100%; }

  .topNews__container .topNews_article_container article {
    justify-content: flex-start;
    gap: 8px 1%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd; }

  .topNews__container .topNews_article_container article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

  .topNews__container .topNews_article_container article span {
    width: 14%; }

  .topNews__container .topNews_article_container article span:nth-of-type(2) {
    width: 26%; }

  .topNews__container .topNews_article_container article p {
    width: 100%; }

  .topGoal__wrap {
    min-width: 100%; } }
@media (max-height: 480px) and (orientation: landscape) {
  .topAbout__wrap {
    padding: 40px 4%; }

  .topGoal__wrap, .topDays__wrap, .topNews__wrap {
    padding: 40px 1%; }

  .topDays__wrap::after {
    display: none; }

  .topDays__wrap::before {
    width: 315px;
    height: 355px; }

  .topNews__container .topNews_article_container article:last-of-type {
    margin-bottom: 40px; } }
@media screen and (max-width: 767.98px) {
  .topAbout__container .topAbout__item, .topAbout__container figure {
    width: 100%; }

  .topAbout__container .topAbout__item p:first-of-type {
    min-width: 100%;
    font-size: 28px;
    line-height: 50px; }

  .topAbout__container .topAbout__item p:first-of-type::after {
    width: 84px;
    height: 85px;
    right: 0;
    top: 10px; }

  .topGoal__wrap, .topDays__wrap, .topNews__wrap {
    padding: 40px 0;
    min-width: 100%; }

  .topDays__wrap::after {
    display: none; }

  .topDays__wrap::before {
    width: 315px;
    height: 355px; }

  .topDays__wrap h2 + p {
    width: 88%;
    margin: 0 auto 100px; }

  .topDays__wrap h2 + p::before {
    width: 95px;
    height: 68px;
    top: auto;
    left: 0;
    bottom: -90px; }

  .topDays__wrap h2 + p::after {
    width: 56px;
    height: 64px;
    bottom: -70px;
    right: 20px; }

  .topDays__wrap .topDays__container {
    justify-content: center; }

  .topDays__wrap .topDays__container figure {
    width: 100%; }

  .topDays__wrap .topDays__container figure figcaption {
    top: 35px; }

  .topNews__container .topNews_h2_item {
    width: 100%; }

  .topNews__container .topNews_h2_item h2:after {
    display: block; }

  .topNews__container .topNews_article_container {
    width: 100%; }

  .topNews__container .topNews_article_container article span {
    width: 30%; }

  .topNews__container .topNews_article_container article span:nth-of-type(2) {
    width: 65%; }

  .topNews__container .topNews_article_container article p {
    width: 100%;
    margin-top: 8px; }

  .topNews__container .topNews_article_container .topNews_bnr_item a {
    width: 100%; } }
/*****************************************************

 共通パーツ
 
*****************************************************/
.goal__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 3.4%;
  padding: 0 1%;
  max-width: 1440px;
  margin: 0 auto; }
  .goal__container .goal_item {
    width: 22.2%;
    position: relative;
    padding: 20px 0 0;
    z-index: 0; }
    .goal__container .goal_item p {
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      line-height: 31px;
      min-width: 316px; }
      .goal__container .goal_item p:first-of-type {
        font-size: 25px;
        color: #e4535c;
        font-family: "Zen Maru Gothic", serif;
        font-weight: bold;
        margin-bottom: 24px; }
    .goal__container .goal_item figure {
      width: 100%;
      max-width: 320px;
      margin: 24px auto 0; }
      .goal__container .goal_item figure img {
        border-radius: 12px; }
    .goal__container .goal_item::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 250px;
      height: 250px;
      background: #fffee6;
      border-radius: 50%;
      z-index: -1; }

.lv1_cover {
  width: 100%;
  max-width: 1920px;
  padding: 80px 2% 0;
  height: 618px;
  position: relative;
  z-index: 0; }
  .lv1_cover::before {
    content: '';
    display: block;
    width: 96%;
    height: 360px;
    margin: 0 auto;
    background: #fffcd2;
    border-radius: 58px;
    z-index: -1;
    position: absolute;
    top: 0; }
  .lv1_cover h1:not(#top_h1) {
    text-align: center;
    color: #00a3df;
    font-family: "Zen Maru Gothic", serif; }
  .lv1_cover figure {
    width: 1120px;
    margin: 80px auto 0; }
    .lv1_cover figure img {
      border-radius: 40px; }

.subpage_cover {
  height: 230px; }
  .subpage_cover.lv1_cover::before {
    height: 100%; }

.h2_container {
  width: 720px;
  position: relative;
  margin: 0 auto 40px; }
  .h2_container::before, .h2_container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0; }
  .h2_container::before {
    width: 54px;
    height: 52px;
    background: url("../images/common/h2_illust_left.png") center/cover no-repeat;
    left: 0; }
  .h2_container::after {
    width: 57px;
    height: 45px;
    background: url("../images/common/h2_illust_right.png") center/cover no-repeat;
    right: 0; }

.parts_container {
  margin-bottom: 60px; }
  .parts_container iframe {
    border-radius: 30px; }
  .parts_container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .parts_container table tr {
      border-bottom: 1px solid #ddd; }
      .parts_container table tr:last-of-type {
        border-bottom: none; }
    .parts_container table th a, .parts_container table td a {
      text-decoration: none;
      color: inherit; }
    .parts_container table th {
      width: 30%;
      padding: 24px 20px; }
    .parts_container table td {
      width: 70%;
      padding: 24px 0; }
  .parts_container .link_in_table {
    color: #00a3df; }
  .parts_container .history_container {
    position: relative; }
    .parts_container .history_container .history_item {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      .parts_container .history_container .history_item p {
        font-size: 16px; }
        .parts_container .history_container .history_item p:first-of-type {
          width: 20%;
          font-size: 18px;
          font-weight: bold;
          position: relative;
          padding-right: 40px;
          text-align: right; }
          .parts_container .history_container .history_item p:first-of-type::after {
            content: '';
            width: 11px;
            height: 11px;
            background: #ffc857;
            border: 3px solid #fff;
            border-radius: 50%;
            position: absolute;
            top: 4px;
            right: -9px; }
        .parts_container .history_container .history_item p:last-of-type {
          width: 80%;
          border-left: 1.5px solid #dfe2e9;
          padding: 0 0px 40px 50px;
          text-align: left; }
      .parts_container .history_container .history_item:last-of-type p:last-of-type {
        border: none; }
  .parts_container .parts__lead {
    margin-bottom: 40px; }
  .parts_container .part_description {
    margin-bottom: 20px; }

.notice_container {
  background: #fffee6;
  padding: 20px;
  border-radius: 20px;
  margin-top: 40px; }
  .notice_container p span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #e4535c; }
  .notice_container div.notice_box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .goal__container {
    justify-content: center; }

  .goal__container .goal_item {
    width: 48.21%; }

  .goal__container .goal_item figure {
    max-width: 400px; }

  .lv1_cover {
    height: 460px;
    padding: 40px 2% 0; }

  .lv1_cover figure {
    width: 94%;
    margin: 30px auto 0; }

  .subpage_cover {
    height: 150px; }

  .subpage_cover::before {
    border-radius: 20px; }

  .h2_container {
    width: 100%; } }
@media (max-height: 480px) and (orientation: landscape) {
  .lv1_cover {
    height: 520px; }

  .lv1_cover figure {
    width: 94%;
    margin: 30px auto 0; }

  .subpage_cover {
    height: 150px; }

  .subpage_cover::before {
    border-radius: 20px; }

  .h2_container {
    width: 100%; } }
@media screen and (max-width: 767.98px) {
  .goal__container .goal_item {
    width: 100%; }

  .lv1_cover {
    padding: 40px 2% 0;
    height: 260px; }

  .lv1_cover::before {
    height: 100%;
    border-radius: 30px; }

  .lv1_cover figure {
    width: 94%;
    margin: 30px auto 0; }

  .lv1_cover figure img {
    border-radius: 20px; }

  .subpage_cover.lv1_cover {
    height: 150px; }

  .h2_container {
    width: 100%; }

  .h2_container::before {
    width: 34px;
    height: 32px; }

  .h2_container::after {
    width: 37px;
    height: 32px; }

  h2 + p span, .h2_container + p span {
    font-size: 18px; }

  h2 + p, .h2_container + p {
    text-align: left;
    font-size: 16px; }

  .parts_container {
    margin-bottom: 40px; }
    .parts_container:last-of-type {
      margin-bottom: 0; }

  .parts_container table th, .parts_container table td {
    width: 100%;
    display: block; }

  .parts_container table th {
    padding: 16px 0 8px;
    font-weight: bold; }

  .parts_container table td {
    padding: 0 0 16px; }

  .parts_container .history_container .history_item p:first-of-type {
    width: 40%;
    font-size: 16px;
    padding-right: 20px; }

  .parts_container .history_container .history_item p:last-of-type {
    width: 60%;
    padding: 0 0px 20px 30px; } }
/*****************************************************

 About
 
*****************************************************/
.policy__container {
  width: 96.4%;
  margin: 40px auto 0;
  padding: 40px;
  background: #fffee6;
  border-radius: 20px; }

@media screen and (max-width: 767.98px) {
  .policy__container {
    width: 100%;
    padding: 24px; } }
/*****************************************************

 Facility
 
*****************************************************/
.facility_ph_wrap {
  width: 100%;
  background: #f8fffa;
  padding: 50px;
  margin-top: 60px; }

.facility_ph_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 8%;
  position: relative;
  z-index: 0;
  margin-bottom: 40px; }
  .facility_ph_container .facility_ph_item {
    width: 46%;
    max-width: 480px;
    margin: 0 0 20px; }
    .facility_ph_container .facility_ph_item p {
      text-align: center; }
      .facility_ph_container .facility_ph_item p:first-of-type {
        font-family: "Zen Maru Gothic", serif;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
  .facility_ph_container:first-of-type::after {
    content: '';
    display: block;
    width: 430px;
    height: 387px;
    background: url("../images/facility/facility_illust.png") center/cover no-repeat;
    position: absolute;
    bottom: 0;
    right: 20px; }
  .facility_ph_container:last-of-type {
    margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .facility_ph_container:first-of-type::after {
    width: 240px;
    height: 214px;
    bottom: 40px;
    right: 0; } }
@media (max-height: 480px) and (orientation: landscape) {
  .facility_ph_container:first-of-type::after {
    width: 240px;
    height: 214px;
    bottom: 40px;
    right: 0; } }
@media screen and (max-width: 767.98px) {
  .facility_ph_wrap {
    padding: 20px; }

  .facility_ph_container .facility_ph_item {
    width: 100%; }

  .facility_ph_container:first-of-type {
    margin-bottom: 290px; }

  .facility_ph_container:first-of-type::after {
    width: 240px;
    height: 214px;
    bottom: -260px;
    right: 0; } }
/*****************************************************

 Guidance
 
*****************************************************/
.guidance_wrap {
  width: 87.5%;
  margin: 60px auto 0; }
  .guidance_wrap h3:nth-of-type(n + 2) {
    margin-top: 60px; }
  .guidance_wrap h4:nth-of-type(n + 2) {
    margin-top: 40px; }
  .guidance_wrap ul {
    margin: 16px 0;
    padding: 20px;
    background: #fffdee; }
  .guidance_wrap ul li {
    margin: 8px 24px;
    list-style: disc; }
  .guidance_wrap ul + span {
    color: #4472C4;
    font-size: 15px; }

.guidance_container {
  /*&:first-of-type table {
  	text-align: center;
  	td {text-align: center;}
  }*/ }
  .guidance_container table {
    width: 100%;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    border: 1px solid #4d4d4d;
    min-width: 780px; }
    .guidance_container table tr {
      border-bottom: 1px solid #4d4d4d;
      text-align: center; }
      .guidance_container table tr td:nth-of-type(1) {
        background: #f8fff3; }
      .guidance_container table tr td:nth-of-type(2) {
        background: #fffdee; }
    .guidance_container table th {
      padding: 30px 0;
      border-right: 1px solid #4d4d4d;
      background: #fff; }
    .guidance_container table td {
      border-right: 1px solid #4d4d4d; }
    .guidance_container table thead td {
      font-family: "Zen Maru Gothic", serif;
      font-size: 18px;
      font-weight: bold; }
    .guidance_container table tbody tr:last-of-type {
      border-bottom: none; }
    .guidance_container table tbody th {
      width: 33%;
      font-family: "Zen Maru Gothic", serif;
      font-size: 18px;
      font-weight: bold;
      border-right: 1px solid #4d4d4d;
      text-align: center; }
    .guidance_container table tbody td {
      padding: 30px;
      text-align: left; }
      .guidance_container table tbody td a {
        text-decoration: none;
        color: #00a3df; }
      .guidance_container table tbody td span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #e4535c;
        margin-top: 8px; }
  .guidance_container.price table td:nth-of-type(1) {
    background: #fffdee; }

.step_wrap {
  width: 100%;
  padding: 20px;
  background: #F8FFF3;
  margin-top: 30px; }

.step_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 40px; }
  .step_container .step_item {
    width: 10%;
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    font-size: 42px;
    color: #ff9162;
    text-align: center;
    position: relative; }
    .step_container .step_item span {
      font-size: 16px;
      vertical-align: middle;
      margin-right: 8px; }
    .step_container .step_item::after {
      content: '';
      clip-path: polygon(0 0, 50% 100%, 100% 0);
      display: block;
      width: 26px;
      height: 14px;
      background: #bfe3a9;
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .step_container p {
    width: 88%; }
    .step_container p span {
      font-size: 16px;
      font-weight: bold;
      display: block;
      margin-bottom: 2px; }
    .step_container p a {
      text-decoration: none;
      color: #00a3df; }
  .step_container:last-of-type .step_item::after {
    display: none; }

.qanda_h2p + p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px; }

.accordion_container {
  margin-bottom: 30px; }
  .accordion_container .accordion_title {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    background-color: #F9F9F9;
    border: 1px solid #D3D3D3;
    font-size: 16px;
    color: #212121;
    cursor: pointer;
    transition: .3s; }
    .accordion_container .accordion_title span {
      font-family: 'Cabin', sans-serif;
      font-weight: 600;
      font-size: 28px;
      margin-right: 30px;
      line-height: 40px; }
    .accordion_container .accordion_title::before {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 25px;
      width: 20px;
      height: 2px;
      transform: rotate(90deg);
      background: #E4535C;
      transition: all .3s ease-in-out; }
    .accordion_container .accordion_title::after {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 25px;
      width: 20px;
      height: 2px;
      background: #E4535C;
      transition: all .2s ease-in-out; }

.accordion_container .accordion_title:hover, .accordion_container .accordion_title:active, .accordion_title.open {
  background-color: #F8FFF3;
  border-bottom: 1px solid #D3D3D3;
  transition: .2s; }

.accordion_container .accordion_title.open::before {
  transform: rotate(180deg); }
.accordion_container .accordion_title.open::after {
  opacity: 0; }

.accordion_content {
  display: flex;
  align-items: flex-start;
  background: #FFFDEE;
  padding: 14px 20px;
  border: 1px solid #D3D3D3;
  border-top: none; }
  .accordion_content p {
    line-height: 28px; }
    .accordion_content p a {
      text-decoration: none;
      color: #00a3df; }
    .accordion_content p span {
      color: #b60e23; }
  .accordion_content > span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-right: 30px;
    color: #b60e23; }

.read-more {
  position: relative; }

.read-more div {
  position: relative;
  max-height: 100px;
  /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s; }

.read-more:has(:checked) div {
  max-height: 100vh; }

.read-more div::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 0, #fff);
  content: ''; }

.read-more:has(:checked) div::after {
  content: none; }

.read-more label {
  width: 150px;
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #4f96f6;
  font-size: 16px; }

.read-more label:hover {
  color: #c7511f;
  text-decoration: underline;
  cursor: pointer; }

.read-more:has(:checked) label {
  display: none; }

.read-more label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: ''; }

.read-more input {
  display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .step_container .step_item {
    width: 14%; }

  .step_container .step_item::after {
    bottom: 70px; }

  .step_container:first-of-type .step_item::after {
    display: none; }

  .step_container:last-of-type .step_item::after {
    display: block; }

  .step_container p {
    width: 100%; } }
@media (max-height: 480px) and (orientation: landscape) {
  .step_container .step_item {
    width: 14%; }

  .step_container .step_item::after {
    bottom: 70px; }

  .step_container:first-of-type .step_item::after {
    display: none; }

  .step_container:last-of-type .step_item::after {
    display: block; }

  .step_container p {
    width: 100%; } }
@media screen and (max-width: 767.98px) {
  .guidance_wrap {
    width: 100%; }

  .step_container .step_item {
    width: 20%; }

  .step_container .step_item::after {
    bottom: 70px; }

  .step_container:first-of-type .step_item::after {
    display: none; }

  .step_container:last-of-type .step_item::after {
    display: block; }

  .step_container p {
    width: 100%; }

  .accordion_container .accordion_title {
    padding: 8px 10px 40px;
    align-items: center;
    font-size: 16px; }

  .accordion_container .accordion_title::after, .accordion_container .accordion_title::before {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .accordion_container .accordion_title span {
    margin-right: 15px;
    font-size: 21px; }

  .accordion_content {
    align-items: flex-start; }

  .accordion_content span {
    margin-right: 15px;
    font-size: 21px; } }
/*****************************************************

 Information
 
*****************************************************/
.info_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 6%; }
  .info_container a {
    text-decoration: none;
    color: #00a3df;
    font-weight: 500; }
    .info_container a i {
      margin-right: 12px; }

.hoiku110_container {
  background: #fff;
  padding: 30px 60px;
  margin: 40px auto 30px; }
  .hoiku110_container .hoiku110_item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px; }
    .hoiku110_container .hoiku110_item:nth-of-type(n+2) {
      margin-top: 20px; }
    .hoiku110_container .hoiku110_item p.reply {
      background: #fffcd2;
      padding: 12px;
      margin-top: 24px; }
    .hoiku110_container .hoiku110_item:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
  .hoiku110_container + a {
    text-decoration: none;
    color: #00a3df;
    font-weight: 500;
    margin-left: 60px; }
    .hoiku110_container + a i {
      margin-right: 12px; }
  .hoiku110_container.archive110 {
    background: #f8fffa; }

p.no-request {
  color: #999; }

@media screen and (max-width: 767.98px) {
  .hoiku110_container {
    padding: 20px; } }
/*****************************************************

 Days
 
*****************************************************/
.event_monthry_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 80px; }
  .event_monthry_container figure {
    width: 48.21%; }
  .event_monthry_container .monthry_item {
    width: 48.21%; }
    .event_monthry_container .monthry_item table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed; }
      .event_monthry_container .monthry_item table tr {
        border-bottom: 2px dashed #ddd; }
        .event_monthry_container .monthry_item table tr:last-of-type {
          border-bottom: none; }
      .event_monthry_container .monthry_item table th, .event_monthry_container .monthry_item table td {
        font-weight: 500; }
      .event_monthry_container .monthry_item table th {
        width: 30%;
        padding: 24px 20px; }
      .event_monthry_container .monthry_item table td {
        width: 70%;
        padding: 24px 0; }
        .event_monthry_container .monthry_item table td a {
          text-decoration: none;
          margin-left: 30px;
          padding: 2px 30px;
          background: #00a3df;
          border: 2px solid #00a3df;
          text-align: center;
          color: #fff;
          border-radius: 20px;
          transition: .2s; }
          .event_monthry_container .monthry_item table td a:hover {
            background: #fff;
            color: #00a3df; }

.event_yearly_wrap {
  width: 100%;
  background: #f8fffa;
  padding: 30px;
  margin-top: -50px; }

.event_yearly_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 5%; }
  .event_yearly_container .event_yearly_item {
    width: 30%;
    position: relative;
    z-index: 0; }
    .event_yearly_container .event_yearly_item::after {
      content: '';
      display: block;
      background: url("../images/days/monthry_k.png") center/cover no-repeat;
      width: 120px;
      height: 130px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: -1; }
    .event_yearly_container .event_yearly_item p {
      color: #e4535c;
      font-family: "Zen Maru Gothic", serif;
      font-weight: bold;
      font-size: 20px; }
      .event_yearly_container .event_yearly_item p span:first-of-type {
        font-size: 48px;
        margin-left: 32px; }
    .event_yearly_container .event_yearly_item figure {
      width: 100%;
      max-width: 320px;
      height: 198px; }
      .event_yearly_container .event_yearly_item figure img {
        border-radius: 20px;
        object-fit: cover;
        height: 100%; }
    .event_yearly_container .event_yearly_item table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed; }
      .event_yearly_container .event_yearly_item table tr {
        border-bottom: 2px dashed #ddd; }
        .event_yearly_container .event_yearly_item table tr:last-of-type {
          border-bottom: none; }
      .event_yearly_container .event_yearly_item table th, .event_yearly_container .event_yearly_item table td {
        font-weight: 500; }
        .event_yearly_container .event_yearly_item table th a, .event_yearly_container .event_yearly_item table td a {
          text-decoration: none;
          color: #212121; }
      .event_yearly_container .event_yearly_item table th {
        width: 90%;
        padding: 16px 10px; }
      .event_yearly_container .event_yearly_item table td {
        width: 10%;
        padding: 8px 0; }
        .event_yearly_container .event_yearly_item table td a {
          font-size: 24px;
          color: #00a3df;
          float: right;
          transition: .2s; }
          .event_yearly_container .event_yearly_item table td a:hover {
            color: #e4535c; }

.event_archive_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 5%;
  border: 2px solid #00a3df;
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px; }
  .event_archive_container p {
    width: 100%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 21px;
    color: #00a3df; }
  .event_archive_container a {
    text-decoration: none;
    color: #00a3df; }
    .event_archive_container a i {
      font-size: 24px;
      color: #00a3df;
      margin-right: 12px; }

.event_ph_container .event_ph_item {
  border-bottom: 2px dashed #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  .event_ph_container .event_ph_item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .event_ph_container .event_ph_item p {
    width: 100%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 21px;
    color: #00a3df;
    margin-bottom: 20px; }
  .event_ph_container .event_ph_item figure {
    margin-bottom: 40px; }
    .event_ph_container .event_ph_item figure:last-of-type {
      margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .event_monthry_container .monthry_item table th {
    padding: 8px; }

  .event_monthry_container .monthry_item table td a {
    margin-left: 10px;
    padding: 1px 8px; }

  .event_yearly_container .event_yearly_item {
    width: 46%;
    gap: 20px 8%; } }
@media screen and (max-width: 767.98px) {
  .event_monthry_container .monthry_item {
    width: 100%; }

  .event_monthry_container figure {
    width: 100%; }

  .event_yearly_wrap {
    margin-top: 0; }

  .event_monthry_container .monthry_item table th, .event_monthry_container .monthry_item table td {
    display: block;
    width: 100%; }

  .event_monthry_container .monthry_item table th {
    padding: 16px 0 0;
    font-size: 18px; }

  .event_monthry_container .monthry_item table td {
    padding: 8px 16px 16px; }

  .event_yearly_container .event_yearly_item {
    width: 100%; } }
/*****************************************************

 Page_name
 
*****************************************************/
