/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

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

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

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

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* WebFont -------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*-------------------------------------------------
/* 基本
--------------------------------------------------*/

:root {
  --color-main: #F57A9C;
  --color-light-main: #ffb8d8;
  --color-back: #FAF8F5;
  --color-text: #101010;
  --color-text-on: #ffffff;
  --color-red: #DE0A0A;
  --color-green: #A6D472;
  --color-yellow: #FFD758;
  --color-blue: #31B5D1;
  --color-purple: #D9ABF2;
  --color-light-gray: #cccccc;
  --color-gray: #777777;
  --color-visited: #585858;
  --background-line-1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23A6D472; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E");
  --background-line-2: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke:%23A6D472; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E");
}

body {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', sans-serif;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
  background-color: var(--color-text-on);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

@media screen and (min-width: 2000px), print {
  body {
    width: 2000px;
    transform-origin: 0 0;
    margin: 0;
  }
}

.pages-schedule-list .time,
.news-list li a .date,
.en {
  font-family: 'Quicksand', 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', sans-serif;
}


a:link {
  text-decoration: none;
  color: var(--color-main);
}

a:visited {
  text-decoration: none;
  color: var(--color-gray);
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/* iPhoneTELリンク色変更なしにする */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

figure img {
  max-width: 100%;
}

.wrapper {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

/*------------------------------------------*/
/* ロゴ
/*------------------------------------------*/

h1 {
  font-size: 0;
}

.logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('./img/common/logo.svg') no-repeat;
  background-size: 100%;
  width: calc(158px / 1.5);
  height: calc(48px / 1.5);
}

@media screen and (min-width: 834px), print {
  .logo a {
    width: 158px;
    height: 48px;
  }
}


/*****************************************
*
* ヘッダ
*
******************************************/

header {
  text-align: left;
}

@media screen and (max-width: 833px) {
  header {
    text-align: left;
    background: transparent;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all .5s ease;
  }

  .head-scrollvisible {}

  .head-hidden .drawer-hamburger {
    transform: translateY(-100%);
  }

  .head-transparent {
    background: transparent;
  }
}

/* ロゴ --------------------------------*/

@media screen and (max-width: 833px) {
  header h1.logo {
    margin-top: 20px;
    margin-left: 20px;
    transition: all .5s ease;
  }

  .head-hidden h1.logo,
  .head-scrollvisible h1.logo {
    display: none;
  }
}

@media screen and (min-width: 834px), print {
  header h1.logo {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 2;
  }

  header h1.logo a {
    width: calc(158px / 1.2);
    height: calc(48px / 1.2);
  }
}

@media screen and (min-width: 1100px), print {
  header h1.logo a {
    width: 158px;
    height: 48px;
  }
}

@media screen and (min-width: 1600px), print {
  header h1.logo {
    left: 100px;
  }
}



/*****************************************
*
* ナビ
*
******************************************/

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  position: fixed;
  top: 0;
  z-index: 101;
}

.drawer-menu {
  overflow-y: auto;
  padding: 60px 20px;
}

.drawer-menu li+li {
  margin-top: 15px;
}

.drawer-menu li a {
  position: relative;
  display: block;
  color: var(--color-text-on);
  font-size: 1rem;
  font-weight: bold;
}

.drawer-menu li.single a {
  display: inline-block;
  width: 100%;
  max-width: 10em;
  background-image: radial-gradient(white 20%, transparent 30%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 10px 10px;
  padding-bottom: 25px;
}

.drawer-menu li a:hover,
.drawer-menu li a:active {
  text-decoration: none;
}

.drawer-menu li.single a:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-decoration: none;
}

@media screen and (min-width: 834px), print {
  .drawer-menu {
    padding: 60px;
  }

  .drawer-menu li a {
    font-size: 1.2rem;
  }
}


/* HOME ------------------------------*/
.drawer-brand {
  display: inline-block;
  margin-bottom: 40px;
}

.drawer-brand a {
  background: url('./img/common/logo_white.svg') no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 834px), print {
  .drawer-brand {
    margin-bottom: 50px;
  }
}


/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--color-main);
  transition: all .5s ease;
}

.drawer-dropdown-menu>li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {}

.drawer-dropdown-menu-item:hover {}

/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-menu li a.drawer-dropdown-button {
  position: relative;
  background: var(--color-main);
  color: var(--color-text-on);
  display: block;
  padding: 15px 10px;
  border-bottom: solid 1px var(--color-text-on);
  transition: all .5s ease;
}

/*横線*/
a.drawer-dropdown-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  right: 15px;
  width: 20px;
  height: 2px;
  background: var(--color-text-on);
}

/*縦線*/
a.drawer-dropdown-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  right: 24px;
  width: 2px;
  height: 20px;
  background: var(--color-text-on);
}

/*! open */
.drawer-dropdown.open a.drawer-dropdown-button::after {
  content: none;
}


/*  ------------------------------*/
/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}


/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -16.25rem;
  right: -100%;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}


/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  box-sizing: content-box;
  display: block;
  background: url('./img/common/hamburger_back.svg') no-repeat;
  background-size: 100%;
  width: calc(135px / 2);
  height: calc(115px / 2);
  padding: 0;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 104;
  background-color: transparent;
}

@media screen and (min-width: 834px), print {
  .drawer-hamburger {
    position: fixed;
    width: 135px;
    height: 115px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  transform: translateY(-5px);
}

.drawer-hamburger-icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: var(--color-text-on);
  border-radius: 2px;
  width: 30px;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: ' ';
  position: absolute;
  top: 10px;
  right: 0;
}

.drawer-hamburger-icon:after {
  top: 20px;
}

@media screen and (min-width: 834px), print {
  .drawer-hamburger-icon {
    top: 30px;
    right: 30px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 40px;
    height: 4px;
  }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: 15px;
  }

  .drawer-hamburger-icon:after {
    top: 30px;
  }
}

.drawer-open .drawer-hamburger {
  /*開いた時のアイコンの背景*/
  width: calc(135px / 2);
  height: calc(115px / 2);
  background: var(--color-main);
}

@media screen and (min-width: 834px), print {
  .drawer-open .drawer-hamburger {
    width: 135px;
    height: 115px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 15px;
  /*開いた時の×の色*/
  background-color: var(--color-text-on);
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 833px) {
  /*!------------------------------------*\
    iPhoneでメニューをスクロールするとメニューが閉じてしまうバグ対策
\*!------------------------------------*/

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*------------------------------------------*/
/* PC ナビ
/*------------------------------------------*/

@media screen and (max-width: 833px) {
  .main-nav {
    display: none;
  }
}

@media screen and (min-width: 834px), print {
  .main-menu li a {
    position: relative;
    color: var(--color-text);
    font-size: 1rem;
    font-weight: 700;
  }

  .main-menu li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: -45px;
    z-index: 2;
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transform-origin: right;
    background: var(--background-line-1) 0px 50%/80px 80px repeat-x;
  }

  .main-menu li a:hover {
    text-decoration: none;
  }

  .main-menu li a:hover::before {
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    background: var(--background-line-2) 0px 50%/80px 80px repeat-x;
    animation: waving 3s linear infinite;
    transform: scaleX(1);
  }
}

@keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%;
  }
}

@media screen and (min-width: 1100px), print {
  .main-menu li a {
    font-size: 1.2rem;
  }
}

/* HOME --------------------------------*/

@media screen and (min-width: 834px), print {
  .top .main-nav {
    position: absolute;
    top: 160px;
    left: 60px;
    z-index: 2;
  }

  .top .main-menu li+li {
    margin-top: 1em;
  }
}

@media screen and (min-width: 1100px), print {
  .top .main-nav {
    top: 200px;
    left: 100px;
  }

  .top .main-menu li+li {
    margin-top: 2em;
  }
}

/* ページ --------------------------------*/

@media screen and (min-width: 834px), print {
  .pages .main-nav {
    position: absolute;
    top: 60px;
    right: 140px;
    z-index: 2;
  }

  .pages .main-menu {
    display: flex;
  }

  .pages .main-menu li+li {
    margin-left: 1em;
  }
}

@media screen and (min-width: 1100px), print {
  .pages .main-nav {
    right: 200px;
  }

  .pages .main-menu li+li {
    margin-left: 2em;
  }
}


/*****************************************
*
* フッタ
*
******************************************/

footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: calc(calc(20 / 1400) * 100%);
  margin-top: 100px;
}

footer::before {
  content: '';
  display: inline-block;
  background: url('img/common/back_top.svg') no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 140/2;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-wrap {
  background: var(--color-back);
}

.footer-inner {
  width: calc(100% - 40px);
  padding: 20px;
}

@media screen and (min-width: 834px), print {
  footer {
    margin-top: 200px;
  }

  .footer-inner {
    width: calc(100% - 120px);
    padding: 40px 0;
    margin: 0 auto;
  }

  .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px), print {
  .footer-inner {
    width: 1100px;
  }
}

/* フッタロゴ --------------------------------*/
footer .logo {
  margin-bottom: 10px;
}

/* フッタ住所 --------------------------------*/
.footer-prof {
  text-align: left;
  font-size: 0.8rem;
}

@media screen and (min-width: 834px), print {
  .footer-prof {
    font-size: calc(calc(14 / 1000) * 100vw);
  }
}

@media screen and (min-width: 1000px), print {
  .footer-prof {
    font-size: 0.9rem;
  }
}

/* フッタコピーライト --------------------------------*/
.footer-copy {
  text-align: left;
  font-size: 0.7rem;
  margin-top: 20px;
}


/*------------------------------------------*/
/* フッタ ナビ
/*------------------------------------------*/

@media screen and (max-width: 833px) {
  .footer-nav {
    display: none;
  }
}

@media screen and (min-width: 834px), print {
  .footer-nav {
    text-align: right;
    font-size: calc(calc(14 / 1000) * 100vw);
  }

  .footer-nav li {
    display: inline-block;
  }

  .footer-nav li+li {
    padding-left: 1.5em;
  }

  .footer-nav li a {
    position: relative;
    color: var(--color-text);
  }

  .footer-nav li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: -45px;
    z-index: 2;
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transform-origin: right;
    background: var(--background-line-1) 0px 50%/80px 80px repeat-x;
  }

  .footer-nav li a:hover {
    text-decoration: none;
  }

  .footer-nav li a:hover::before {
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    background: var(--background-line-2) 0px 50%/80px 80px repeat-x;
    animation: waving 3s linear infinite;
    transform: scaleX(1);
  }

  .footer-nav li a:visited {
    color: var(--color-text);
  }
}

@media screen and (min-width: 1000px), print {
  .footer-nav {
    font-size: 0.9rem;
  }

  .footer-nav li+li {
    padding-left: 2em;
  }
}

/*------------------------------------------*/
/* フッタ上へ
/*------------------------------------------*/
.totop {
  position: absolute;
  top: 50px;
  right: 0;
}

.totop::before {
  content: '';
  display: inline-block;
  background: url('img/common/image_owl.png') no-repeat;
  background-size: 100%;
  width: calc(132px / 4);
  height: calc(166px / 4);
  position: absolute;
  bottom: 15px;
  right: 25px;
  transition: all .2s ease;
}

.totop::after {
  content: '';
  display: inline-block;
  background: url('img/common/image_eda.png') no-repeat;
  background-size: 100%;
  width: calc(580px / 4);
  height: calc(124px / 4);
  position: absolute;
  bottom: 0;
  right: 0;
}

.totop:hover {
  text-decoration: none;
}

.totop:hover::before {
  transform: translateY(-10px);
}

@media screen and (min-width: 834px), print {
  .totop {
    top: auto;
    bottom: 40px;
  }

  .totop::before {
    width: calc(132px / 2);
    height: calc(166px / 2);
    bottom: 29px;
    right: 40px;
  }

  .totop::after {
    width: calc(580px / 2);
    height: calc(124px / 2);
  }
}

/*****************************************
*
* 印刷用
*
******************************************/

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

  /* FireFoxテーブル印刷バグ回避 */
  _:-ms-lang(x)::-ms-backdrop, .wrapper {
    overflow: auto;
    display: table;
  }
}

/*****************************************
*
* ページレイアウト
*
******************************************/

.submain {
  position: relative;
}

.submain::before {
  content: '';
  display: inline-block;
  background: url('img/common/image_bird.png') no-repeat;
  background-size: 100%;
  width: calc(368px / 3);
  height: calc(200px / 3);
  position: absolute;
  bottom: 60px;
  left: 20px;
  z-index: 2;
  transition: all .2s ease;
}

@media screen and (max-width: 833px) {
  .submain {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 834px), print {
  .submain {
    display: flex;
    justify-content: flex-end;
    background: url('img/common/back_top_main.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 80vh;
    min-height: 700px;
  }

  .submain::before {
    width: calc(368px / 2);
    height: calc(200px / 2);
    bottom: 50px;
    left: 60px;
  }
}

/* 見出し --------------------------------*/
.submain .heading {
  color: var(--color-text);
  font-weight: 700;
  position: absolute;
}

@media screen and (max-width: 833px) {
  .submain .heading {
    font-size: 1.4rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 834px), print {
  .submain .heading {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2rem;
    top: 200px;
    left: 100px;
  }
}

@media screen and (min-width: 1400px), print {
  .submain .heading {
    left: 150px;
  }
}

/* 画像 --------------------------------*/
.submain .image .mask {
  /* ローカルでは作動しない */
  --mask-topmain: url("./img/common/mask_submain.svg");
  mask-image: var(--mask-topmain);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: var(--mask-topmain);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

@media screen and (max-width: 833px) {
  .submain .image {
    height: 30vh;
    margin-top: 70px;
  }

  .submain .image .mask {
    width: auto;
    height: 100%;
  }

  .submain .image img {
    height: 100%;
  }
}

@media screen and (min-width: 834px), print {
  .submain .image {
    width: 80%;
    height: 60vh;
    min-height: 500px;
    margin-top: 140px;
  }

  .submain .image .mask {
    position: relative;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .submain .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1800px), print {
  .submain .image img {
    width: 100%;
    height: auto;
  }
}


/*------------------------------------------*/
/* section
/*------------------------------------------*/

.section-back {
  position: relative;
  padding-top: calc(calc(20 / 1400) * 100%);
  padding-bottom: calc(calc(20 / 1400) * 100%);
  margin-top: 60px;
}

.section-back::before {
  content: '';
  display: inline-block;
  background: url('img/common/back_top.svg') no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 140/2;
  position: absolute;
  top: 0;
  left: 0;
}

.section-back::after {
  content: '';
  display: inline-block;
  background: url('img/common/back_bottom.svg') no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 140/2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-inner {
  background: var(--color-back);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 60px;
}

.section-inner>.section {
  margin-top: 0;
}

.section-inner>.section+.section {
  margin-top: 60px;
}

@media screen and (min-width: 834px), print {
  .section-back {
    margin-top: 100px;
  }

  .section-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section {
    width: calc(100% - 120px);
    margin-top: 100px;
  }

  .section-inner>.section {
    margin-top: 0;
  }

  .section-inner>.section+.section {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1000px), print {
  .pages .section {
    width: 960px;
  }
}

@media screen and (min-width: 1200px), print {
  .top .section {
    width: 1100px;
  }
}



/*****************************************
*
* 共通パーツ
*
******************************************/

.fuwafuwa-l-pink,
.fuwafuwa-r-pink {
  background: url('img/common/hexagon_pink.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}

.fuwafuwa-l-blue,
.fuwafuwa-r-blue {
  background: url('img/common/hexagon_blue.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}

.fuwafuwa-l-yellow,
.fuwafuwa-r-yellow {
  background: url('img/common/hexagon_yellow.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  animation: wobbling_x_r 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
}

.fuwafuwa-l-green,
.fuwafuwa-r-green {
  background: url('img/common/hexagon_green.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  animation: wobbling_x_l 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
}

.fuwafuwa-l-gray,
.fuwafuwa-r-gray {
  background: url('img/common/hexagon_gray.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  animation: wobbling_x_r 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
}

.fuwafuwa-l-white,
.fuwafuwa-r-white {
  background: url('img/common/hexagon_white.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  animation: wobbling_x_l 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
}

.fuwafuwa-l-pink,
.fuwafuwa-l-blue,
.fuwafuwa-l-yellow,
.fuwafuwa-l-green,
.fuwafuwa-l-gray,
.fuwafuwa-l-white {
  animation: wobbling_x_l 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
}

.fuwafuwa-r-pink,
.fuwafuwa-r-blue,
.fuwafuwa-r-yellow,
.fuwafuwa-r-green,
.fuwafuwa-r-gray,
.fuwafuwa-r-white {
  animation: wobbling_x_r 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
}


@keyframes wobbling_x_l {
  0% {
    transform: rotate(45deg);
    margin-left: 8px;
  }

  100% {
    transform: rotate(0deg);
    margin-left: 0px;
  }
}

@keyframes wobbling_x_r {
  0% {
    transform: rotate(0deg);
    margin-right: 8px;
  }

  100% {
    transform: rotate(45deg);
    margin-right: 0px;
  }
}

@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 8px;
  }
}


/* 重なり調整 --------------------------------*/
.zindex-2 {
  position: relative;
  z-index: 2;
}

/* コンテンツ ふよふよ --------------------------------*/
.pages-contents {
  position: relative;
}

@media screen and (max-width: 767px) {

  .pages-contents .fuwafuwa-l-yellow,
  .pages-contents .fuwafuwa-l-white.first {
    width: calc(60px / 1.2);
    height: calc(60px / 1.2);
    top: -80px;
    left: 200px;
  }

  .pages-contents .fuwafuwa-l-blue,
  .pages-contents .fuwafuwa-l-white.second {
    width: calc(80px / 1.2);
    height: calc(80px / 1.2);
    top: -40px;
    right: -40px;
  }

  .pages-contents .fuwafuwa-r-green,
  .pages-contents .fuwafuwa-r-white.third {
    width: calc(70px / 1.2);
    height: calc(70px / 1.2);
    bottom: 0px;
    right: -40px;
  }
}

@media screen and (min-width: 768px), print {

  .pages-contents .fuwafuwa-l-yellow,
  .pages-contents .fuwafuwa-l-white.first {
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: -100px;
  }

  .pages-contents .fuwafuwa-l-blue,
  .pages-contents .fuwafuwa-l-white.second {
    width: 80px;
    height: 80px;
    top: -100px;
    right: -80px;
  }

  .pages-contents .fuwafuwa-r-green,
  .pages-contents .fuwafuwa-r-white.third {
    width: 70px;
    height: 70px;
    bottom: 10px;
    right: -100px;
  }
}

/*------------------------------------------*/
/* 外部リンク
/*------------------------------------------*/

.link-blank {
  color: var(--color-main);
}

.link-blank::after {
  content: '';
  display: inline-block;
  background: url('./img/common/icon_blank.svg') no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-left: 3px;
}

/*------------------------------------------*/
/* PDFリンク
/*------------------------------------------*/

.link-pdf {
  color: var(--color-main);
}

.link-pdf::before {
  content: '';
  display: inline-block;
  background: url('./img/common/icon_pdf.svg') no-repeat;
  background-size: 100%;
  width: calc(17px / 1);
  height: calc(20px / 1);
  margin-right: 10px;
}

.link-pdf::after {
  content: '';
  display: inline-block;
  background: url('./img/common/icon_blank.svg') no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

/*------------------------------------------*/
/* テキスト
/*------------------------------------------*/
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}

/*------------------------------------------*/
/* 注意書き
/*------------------------------------------*/
.notes {
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------------------*/
/* 文字色
/*------------------------------------------*/
.text-red {
  color: var(--color-red);
}

/*------------------------------------------*/
/* margin pの間空ける用
/*------------------------------------------*/
.margin-p {
  margin-top: 1rem;
}

/*------------------------------------------*/
/* H3
/*------------------------------------------*/

.heading-tertiary {
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 60px;
  z-index: 2;
}

.heading-tertiary span {
  color: var(--color-text-on);
}

.heading-tertiary::before {
  content: '';
  display: inline-block;
  background: url('img/common/hexagon_pink.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  width: calc(100px / 1.5);
  height: calc(100px / 1.5);
  top: -30px;
  left: -30px;
  animation: wobbling_x_l 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
  z-index: -1;
}

@media screen and (min-width: 834px), print {
  .heading-tertiary {
    font-size: 2rem;
    margin-bottom: 80px;
  }

  .heading-tertiary::before {
    width: 100px;
    height: 100px;
    top: -30px;
    left: -60px;
  }
}


/*------------------------------------------*/
/* ボタン
/*------------------------------------------*/

.btn-type1 a {
  position: relative;
  text-align: left;
  color: var(--color-text);
  font-weight: 700;
  padding-right: 90px;
  transition: all .5s ease;
}

.btn-type1 a::before {
  content: '';
  display: inline-block;
  background: var(--color-main);
  border: solid 1px var(--color-main);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all .5s ease;
}

.btn-type1 a::after {
  content: '';
  display: inline-block;
  background: url('img/common/icon_arrow_white.svg') no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transform-origin: 50% 0;
  transition: all .5s ease;
}

.btn-type1 a:hover {
  text-decoration: none;
}

.btn-type1 a:hover::before {
  background: transparent;
}

.btn-type1 a:hover::after {
  background: url('img/common/icon_arrow.svg') no-repeat;
  background-size: 100%;
  transform: rotate(45deg) translateY(-50%);
}


/*------------------------------------------*/
/* 表
/*------------------------------------------*/
.table-type1 {
  border-collapse: collapse;
  width: 100%;
}

.table-type1 th,
.table-type1 td {
  text-align: left;
  border-bottom: 1px dashed var(--color-light-gray);
  padding: 20px 0;
}

.table-type1 th {
  font-weight: bold;
}

.table-type1 td {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {

  .table-type1 tr,
  .table-type1 th,
  .table-type1 td {
    display: block;
    width: auto;
  }

  .table-type1 th,
  .table-type1 td {
    border-bottom: 1px solid var(--color-light-gray);
    padding: 10px 0;
  }

  .table-type1 th {
    border-bottom: 1px dotted var(--color-light-gray);
  }
}


/*****************************************
*
* 新着情報
*
******************************************/

.news-list {
  text-align: left;
  width: 100%;
}

.news-list li {
  border-bottom: solid 1px var(--color-light-gray);
}

.news-list a {
  color: var(--color-text);
  padding: 20px 0;
  transition: all .5s ease;
}

.news-list a:visited {
  color: var(--color-gray);
}

.news-list a:hover {
  background: var(--color-back);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-list li {
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px), print {
  .news-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* 日付 --------------------------------*/
.news-list li a .date {
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .news-list li a .date {
    width: 8em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

/* タイトル --------------------------------*/
.news-list .title {
  width: 100%;
  font-weight: 500;
}

/*------------------------------------------*/
/* ページ送り
/*------------------------------------------*/

.news-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}

.news-button li {
  width: 30%;
}

.news-button .list a,
.news-button .prev a,
.news-button .next a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-text);
  font-size: 0.8rem;
  background: var(--color-text-on);
  border: solid 1px var(--color-light-gray);
  border-radius: 40px;
  transition: all .5s ease;
}

.news-button .list a {
  padding: 3px 10px;
}

.news-button .prev a {
  padding: 3px 10px 3px 20px;
}

.news-button .next a {
  padding: 3px 20px 3px 10px;
}

.news-button .prev a::before,
.news-button .next a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .5s ease;
}

.news-button .prev a::before {
  border-color: transparent transparent var(--color-light-gray) var(--color-light-gray);
  left: 10px;
}

.news-button .next a::before {
  border-color: var(--color-light-gray) var(--color-light-gray) transparent transparent;
  right: 10px;
}

.news-button .list a:hover,
.news-button .prev a:hover,
.news-button .next a:hover {
  text-decoration: none;
  transform: scale(0.9);
}

@media screen and (min-width: 834px), print {
  .news-button {
    font-size: 1rem;
    margin-top: 60px;
  }

  .news-button li {
    width: 30%;
  }

  .news-button .list a,
  .news-button .prev a,
  .news-button .next a {
    padding: 10px 20px;
  }

  .news-button .prev a::before,
  .news-button .next a::before {
    width: 10px;
    height: 10px;
  }

  .news-button .prev a::before {
    left: 20px;
  }

  .news-button .next a::before {
    right: 20px;
  }
}


/*------------------------------------------*/
/* ページ送り 一覧ページ
/*------------------------------------------*/

.news-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.news-pagination li.start a,
.news-pagination li.end a,
.news-pagination li.prev a,
.news-pagination li.next a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: solid 1px var(--color-light-gray);
  border-radius: 50%;
  text-decoration: none;
  transition: all .5s ease;
}

.news-pagination li.prev a::before,
.news-pagination li.next a::before,
.news-pagination li.start a::after,
.news-pagination li.end a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .5s ease;
}

.news-pagination li.prev a::before {
  border-color: transparent transparent gray gray;
  right: 8px;
}

.news-pagination li.next a::before {
  border-color: gray gray transparent transparent;
  left: 8px;
}

.news-pagination li.prev.start a::before {
  right: 4px;
}

.news-pagination li.next.end a::before {
  left: 4px;
}

.news-pagination li.start a::after {
  border-color: transparent transparent gray gray;
  right: 10px;
}

.news-pagination li.end a::after {
  border-color: gray gray transparent transparent;
  left: 10px;
}

.news-pagination li.prev a:hover,
.news-pagination li.next a:hover {
  text-decoration: none;
  background: #dfdfdf;
}

@media screen and (min-width: 834px), print {
  .news-pagination {
    margin-top: 60px;
  }

  .news-pagination li.prev a,
  .news-pagination li.next a {
    width: 50px;
    height: 50px;
  }

  .news-pagination li.prev a::before,
  .news-pagination li.next a::before {
    width: 10px;
    height: 10px;
  }

  .news-pagination li.prev a::before {
    right: 15px;
  }

  .news-pagination li.next a::before {
    left: 15px;
  }

  .news-pagination li.prev.start a::before {
    right: 12px;
  }

  .news-pagination li.next.end a::before {
    left: 12px;
  }

  .news-pagination li.start a::after {
    right: 20px;
  }

  .news-pagination li.end a::after {
    left: 20px;
  }
}

/*------------------------------------------*/
/* 記事
/*------------------------------------------*/

/* 日付 --------------------------------*/
.pages-news-date {
  text-align: right;
  font-weight: bold;
}

/* 本文 --------------------------------*/
.pages-news-contents {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
  margin-top: 20px;
}

/* 画像 --------------------------------*/
.pages-news-gallery {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 40px;
}

.pages-news-gallery img {
  width: 100%;
  border-radius: 20px;
}

@media screen and (min-width: 768px), print {
  .pages-news-gallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 40px;
    margin-top: 40px;
  }

  .pages-news-gallery img {
    border-radius: 40px;
  }
}

/* ファイル --------------------------------*/
.pages-news-files {
  text-align: left;
  margin-top: 40px;
}

.pages-news-files li+li {
  margin-top: 20px;
}


/*****************************************
*
* HOME
*
******************************************/


/*------------------------------------------*/
/* HOME メイン
/*------------------------------------------*/

.topmain {
  position: relative;
}

.topmain::before {
  content: '';
  display: inline-block;
  background: url('img/common/image_bird.png') no-repeat;
  background-size: 100%;
  width: calc(368px / 3);
  height: calc(200px / 3);
  position: absolute;
  bottom: -20px;
  left: 20px;
  z-index: 2;
  transition: all .2s ease;
}

@media screen and (max-width: 833px) {
  .topmain {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 834px), print {
  .topmain {
    display: flex;
    justify-content: flex-end;
    background: url('img/common/back_top_main.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
  }

  .topmain::before {
    width: calc(368px / 2);
    height: calc(200px / 2);
    bottom: 50px;
    left: 60px;
  }
}

/* 画像 --------------------------------*/
.topmain .image .mask {
  /* ローカルでは作動しない */
  --mask-topmain: url("./img/top/mask_top_main.svg");
  mask-image: var(--mask-topmain);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: var(--mask-topmain);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

@media screen and (max-width: 833px) {
  .topmain .image {
    height: 80vh;
  }

  .topmain .image .mask {
    width: auto;
    height: 100%;
  }

  .topmain .image img {
    height: 100%;
  }
}

@media screen and (min-width: 834px), print {
  .topmain .image {
    width: 80%;
    height: 90vh;
  }

  .topmain .image .mask {
    position: relative;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .topmain .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1300px), print {
  .topmain .image img {
    width: 100%;
    height: auto;
  }
}


/*------------------------------------------*/
/* HOME about
/*------------------------------------------*/

.top-about {
  margin-top: 120px;
}

@media screen and (min-width: 768px), print {
  .top-about .box {
    display: flex;
  }
}

@media screen and (min-width: 834px), print {
  .top-about {
    margin-top: 200px;
  }
}

/* 画像 ふよふよ --------------------------------*/
.top-about .image {
  position: relative;
}

.top-about .fuwafuwa-l-yellow {
  width: calc(170px / 1.5);
  height: calc(170px / 1.5);
  top: -80px;
  left: 200px;
}

.top-about .fuwafuwa-l-gray {
  width: calc(190px / 1.5);
  height: calc(190px / 1.5);
  top: -40px;
  left: -80px;
}

.top-about .fuwafuwa-l-green {
  width: calc(165px / 1.5);
  height: calc(165px / 1.5);
  bottom: 0px;
  left: -80px;
}

@media screen and (min-width: 768px), print {
  .top-about .fuwafuwa-l-yellow {
    width: 170px;
    height: 170px;
    top: -180px;
    left: 300px;
  }

  .top-about .fuwafuwa-l-gray {
    width: 190px;
    height: 190px;
    top: -80px;
    left: -100px;
  }

  .top-about .fuwafuwa-l-green {
    width: 165px;
    height: 165px;
    bottom: 0px;
    left: -100px;
  }
}

/* 画像 マスク --------------------------------*/
.top-about .image img {
  width: 100%;
}

.top-about .image .mask {
  /* ローカルでは作動しない */
  --mask-topmain: url("./img/common/mask_circle.svg");
  mask-image: var(--mask-topmain);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: var(--mask-topmain);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

@media screen and (min-width: 768px), print {
  .top-about .image {
    flex-shrink: 0;
    width: 45%;
  }
}

@media screen and (min-width: 834px), print {
  .top-about .image {
    max-width: 500px;
  }
}

/* cont --------------------------------*/
@media screen and (min-width: 768px), print {
  .top-about .cont {
    margin-left: 60px;
  }
}

@media screen and (min-width: 834px), print {
  .top-about .cont {
    margin-left: 100px;
  }
}

/* cont ふよふよ --------------------------------*/
.top-about .cont {
  position: relative;
}

.top-about .cont .fuwafuwa-l-blue {
  width: calc(215px / 1.5);
  height: calc(215px / 1.5);
  top: -100px;
  right: -50px;
}

@media screen and (min-width: 768px), print {
  .top-about .cont .fuwafuwa-l-blue {
    width: 215px;
    height: 215px;
  }
}

/* 見出し --------------------------------*/
.top-about .heading {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 833px) {
  .top-about .heading {
    margin-top: 40px;
  }
}

@media screen and (min-width: 834px), print {
  .top-about .heading {
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
}

/* ボタン --------------------------------*/

@media screen and (max-width: 833px) {
  .top-about .btn {
    text-align: right;
    margin-top: 60px;
  }

  .top-about .btn .btn-type1+.btn-type1 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 834px), print {
  .top-about .btn {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 100px;
  }

  .top-about .btn .btn-type1+.btn-type1 {
    margin-left: 60px;
  }
}

/*------------------------------------------*/
/* HOME schedule
/*------------------------------------------*/

.top-schedule .cont {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-schedule .cont+.cont {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px), print {
  .top-schedule .box {
    display: flex;
    justify-content: space-between;
  }

  .top-schedule .cont {
    width: 45%;
  }
}

/* ふよふよ --------------------------------*/

@media screen and (max-width: 767px) {
  .top-schedule .fuwafuwa-r-white.first {
    width: calc(200px / 1.5);
    height: calc(200px / 1.5);
    top: -40px;
    left: -60px;
  }

  .top-schedule .fuwafuwa-l-white.second {
    width: calc(160px / 1.5);
    height: calc(160px / 1.5);
    top: 200px;
    right: -40px;
  }

  .top-schedule .fuwafuwa-l-white.third {
    width: calc(120px / 1.5);
    height: calc(120px / 1.5);
    top: -160px;
    left: 40px;
  }

  .top-schedule .fuwafuwa-r-white.fourth {
    width: calc(220px / 1.5);
    height: calc(220px / 1.5);
    top: 20px;
    right: -40px;
  }

  .top-schedule .fuwafuwa-l-white.fifth {
    width: calc(180px / 1.5);
    height: calc(180px / 1.5);
    bottom: 40px;
    left: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .top-schedule .fuwafuwa-r-white.first {
    width: 200px;
    height: 200px;
    top: 20px;
    left: -300px;
  }

  .top-schedule .fuwafuwa-l-white.second {
    width: 160px;
    height: 160px;
    top: 300px;
    left: -100px;
  }

  .top-schedule .fuwafuwa-l-white.third {
    width: 120px;
    height: 120px;
    bottom: 60px;
    left: -100px;
  }

  .top-schedule .fuwafuwa-r-white.fourth {
    width: 220px;
    height: 220px;
    top: -90px;
    right: -160px;
  }

  .top-schedule .fuwafuwa-l-white.fifth {
    width: 180px;
    height: 180px;
    bottom: -40px;
    right: -260px;
  }
}


/* 画像 マスク --------------------------------*/
.top-schedule .image img {
  width: 100%;
}

.top-schedule .image .mask {
  /* ローカルでは作動しない */
  --mask-topmain: url("./img/common/mask_square.svg");
  mask-image: var(--mask-topmain);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: var(--mask-topmain);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

@media screen and (min-width: 834px), print {
  .top-schedule .image {
    flex-shrink: 0;
    max-width: 500px;
  }
}

/* ボタン --------------------------------*/
.top-schedule .btn-type1 {
  text-align: right;
  margin-top: 60px;
}

@media screen and (min-width: 768px), print {
  .top-schedule .btn-type1 {
    margin-top: 60px;
  }
}

/*------------------------------------------*/
/* お知らせ
/*------------------------------------------*/

.top-news {
  margin-top: 120px;
}

@media screen and (min-width: 834px), print {
  .top-news {
    margin-top: 200px;
  }

  .top-news .box {
    display: flex;
  }
}

/* 見出し --------------------------------*/
.top-news .heading-wrap {
  position: relative;
  text-align: left;
  color: var(--color-text-on);
}

.top-news .heading {
  font-size: 1.2rem;
  font-weight: 700;
}

.top-news .heading-wrap .en {
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 834px), print {
  .top-news .heading-wrap {
    flex-shrink: 0;
  }

  .top-news .heading-wrap .en {
    font-size: 1rem;
  }

  .top-news .heading {
    font-size: 1.8rem;
  }
}

/* ふよふよ --------------------------------*/
.top-news .heading-wrap .fuwafuwa-l-blue {
  width: calc(215px / 1.5);
  height: calc(215px / 1.5);
  top: -60px;
  left: -40px;
}

@media screen and (min-width: 768px), print {
  .top-news .heading-wrap .fuwafuwa-l-blue {
    width: 215px;
    height: 215px;
    top: -80px;
    left: -60px;
  }
}

/* 一覧 --------------------------------*/

@media screen and (min-width: 834px), print {
  .top-news .news-list {
    margin-left: 160px;
  }
}

/* ボタン --------------------------------*/
.top-news .btn-type1 {
  text-align: right;
  margin-top: 60px;
}

@media screen and (min-width: 768px), print {
  .top-news .btn-type1 {
    margin-top: 60px;
  }
}


/*****************************************
*
* 当園について
*
******************************************/

@media screen and (min-width: 768px), print {
  .pages-about .table-type1 th {
    width: 14em;
  }
}

/* 職員 --------------------------------*/
.pages-about__members .pages-contents {}

.pages-about__members .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pages-about__members .list li {
  width: calc(calc(100% - 40px) / 3);
  color: var(--color-text-on);
  font-size: 0.9rem;
  font-weight: 500;
}

.pages-about__members .list li+li {
  margin-left: 20px;
}

.pages-about__members .list li:nth-child(2n) {
  margin-top: 40px;
}

.pages-about__members .list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('img/common/star_blue.svg') no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  transition: all .5s ease;
}

.pages-about__members .list li:nth-of-type(2) p {
  background: url('img/common/star_yellow.svg') no-repeat;
  background-size: 100%;
}

.pages-about__members .list li:nth-of-type(3) p {
  background: url('img/common/star_green.svg') no-repeat;
  background-size: 100%;
}

.pages-about__members .list li:nth-of-type(4) p {
  background: url('img/common/star_pink.svg') no-repeat;
  background-size: 100%;
}

.pages-about__members .list li:nth-of-type(5) p {
  background: url('img/common/star_purple.svg') no-repeat;
  background-size: 100%;
}

.pages-about__members .list li:hover {
  /* jsで設定 */
}

@media screen and (max-width: 767px) {
  .pages-about__members .list li:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .pages-about__members .list li {
    width: calc(calc(100% - 80px) / 5);
    font-size: 1rem;
  }

  .pages-about__members .list li+li {
    margin-left: 20px;
  }

  .pages-about__members .list li:nth-child(2n) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 834px), print {
  .pages-about__members .list li {
    width: calc(calc(100% - 240px) / 5);
    font-size: 1.1rem;
  }

  .pages-about__members .list li+li {
    margin-left: 60px;
  }
}

/*------------------------------------------*/
/* クラス
/*------------------------------------------*/

.pages-about__class .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pages-about__class .list li {
  width: calc(calc(100% - 40px) / 3);
  border: solid 2px var(--color-light-main);
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 10px;
}

.pages-about__class .list li figure img {
  width: 40%;
}

.pages-about__class .list p:nth-of-type(1) {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .pages-about__class .list li {
    margin-left: 20px;
  }

  .pages-about__class .list li:nth-of-type(1),
  .pages-about__class .list li:nth-of-type(4) {
    margin-left: 0;
  }

  .pages-about__class .list li:nth-child(n+4) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .pages-about__class .list li {
    width: calc(calc(100% - 100px) / 6);
    font-size: 1rem;
  }

  .pages-about__class .list li+li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .pages-about__class .list li {
    width: calc(calc(100% - 100px) / 6);
    font-size: 1.1rem;
    padding: 20px;
  }

  .pages-about__class .list li+li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1100px), print {
  .pages-about__class .list li {
    width: calc(calc(100% - 200px) / 6);
    font-size: 1.1rem;
  }

  .pages-about__class .list li+li {
    margin-left: 40px;
  }
}


.fruit-hover img {
  transition: transform 0.3s ease;
}

/*****************************************
*
* 情報公開
*
******************************************/

/*------------------------------------------*/
/* 一覧
/*------------------------------------------*/

.pages-disclosure-list {
  text-align: left;
}

.pages-disclosure-list li {
  border-bottom: 1px dashed var(--color-light-gray);
}

.pages-disclosure-list li+li {
  margin-top: 1em;
}

/*****************************************
*
* 園の1日
*
******************************************/

/*------------------------------------------*/
/* スケジュール
/*------------------------------------------*/

.pages-schedule-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.pages-schedule-list li+li {
  padding-top: 40px;
}

.pages-schedule-list li+li::before {
  content: '';
  display: inline-block;
  background: var(--color-main);
  width: 4px;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 38px;
  z-index: -1;
}

@media screen and (min-width: 834px), print {
  .pages-schedule-list li+li::before {
    width: 6px;
    left: 57px;
  }
}


/* 時間 --------------------------------*/
.pages-schedule-list .time {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  color: var(--color-text-on);
  font-weight: 700;
  font-size: 1rem;
}

.pages-schedule-list .time::before {
  content: '';
  display: inline-block;
  background: url('img/common/hexagon_pink.svg') no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transform: rotate(80deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 834px), print {
  .pages-schedule-list .time {
    width: 120px;
    height: 120px;
    font-size: 1.3rem;
  }
}

/* テキスト --------------------------------*/
.pages-schedule-list .text {
  margin-left: 20px;
}

@media screen and (min-width: 834px), print {
  .pages-schedule-list .text {
    font-size: 1.2rem;
    margin-left: 60px;
  }
}

/*****************************************
*
* 年間行事
*
******************************************/

/*------------------------------------------*/
/* 一覧
/*------------------------------------------*/

.pages-events-list .box-wrap {
  position: relative;
}

.pages-events-list .box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px), print {
  .pages-events-list .box {
    margin-top: 40px;
  }
}

.pages-events-list .box.first {
  margin-top: 0;
}

/* 月 --------------------------------*/
.pages-events-list .month {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  color: var(--color-text-on);
  font-weight: 700;
  font-size: 1rem;
}

.pages-events-list .month::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  transform: rotate(80deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: wobbling_x_r 5.8s ease-in-out infinite alternate,
    wobbling_y 1.1s ease-in-out infinite alternate;
}

.pages-events-list .month.pink::before {
  background: url('img/common/hexagon_pink.svg') no-repeat;
  background-size: 100%;
}

.pages-events-list .month.blue::before {
  background: url('img/common/hexagon_blue.svg') no-repeat;
  background-size: 100%;
}

.pages-events-list .month.yellow::before {
  background: url('img/common/hexagon_yellow.svg') no-repeat;
  background-size: 100%;
}

.pages-events-list .month.green::before {
  background: url('img/common/hexagon_green.svg') no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 834px), print {
  .pages-events-list .month {
    width: 120px;
    height: 120px;
    font-size: 1.3rem;
  }
}

/* 画像 マスク --------------------------------*/
.pages-events-list .image img {
  width: 100%;
}

.pages-events-list .image {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

.pages-events-list .image .mask {
  /* ローカルでは作動しない */
  --mask-topmain: url("./img/common/mask_circle.svg");
  mask-image: var(--mask-topmain);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-image: var(--mask-topmain);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .pages-events-list .image {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .pages-events-list .image {
    flex-shrink: 0;
    max-width: 300px;
  }

  .pages-events-list .image {
    position: absolute;
    top: 0;
    right: 0;
  }

  .pages-events-list .image-2,
  .pages-events-list .image-4 {
    right: 100px;
  }
}

@media screen and (min-width: 1000px), print {
  .pages-events-list .image {
    max-width: 400px;
  }
}

/* 項目 --------------------------------*/
.pages-events-list .list {
  text-align: left;
  margin-left: 20px;
}

@media screen and (min-width: 834px), print {
  .pages-events-list .list {
    font-size: 1.2rem;
    margin-left: 40px;
  }
}


/*****************************************
*
* 保育方針
*
******************************************/

/*------------------------------------------*/
/* 保育目標
/*------------------------------------------*/

.pages-policy-text-1 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.pages-policy-list li+li {
  margin-top: 1em;
}

.pages-policy-list li {
  position: relative;
  text-align: left;
  padding-left: 20px;
}

.pages-policy-list li::before {
  content: '';
  display: inline-block;
  background: url('img/common/hexagon_yellow.svg') no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  transform: rotate(80deg);
  position: absolute;
  top: 8px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 834px), print {
  .pages-policy-text-1 {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 60px;
  }

  .pages-policy-text-1 p+p {
    margin-left: 1em;
  }
}