@charset "UTF-8";
/* You can add global styles, and also import other style files here */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/reset.css";
@import "https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-2/css/6-1-2.css";
@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
@import "https://unpkg.com/swiper@7/swiper-bundle.min.css";
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3 {
  font-size: unset;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Added by Rintaro Hattori
   ========================================================================== */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

th {
  font-weight: normal;
}

/*ブレイクポイント*/
/*---ソリッドレイアウト用---*/
/*--PCとSPだけの場合--*/
/*position上右下左*/
/*左右中央から右へずらす displace to the right from horizontal center*/
/*flex-wrap*/
/*flex-direction*/
/*justify-content*/
/*align-items*/
/*gap*/
/*order*/
/*margin上右下左*/
/*padding上右下左*/
/*margin、padding 上下*/
/*width*/
/*height*/
/*border-radius*/
/*font-size*/
/*line-height*/
/*letter-spacing*/
/*PC、SPでの表示・非表示*/
/*---ブレイクポイントを含まないもの---*/
/*-margin、padding-*/
/*-中央寄せ-*/
/*block要素*/
/*display: flex;*/
/*-幅いっぱい-*/
/*色を塗って幅いっぱい*/
/*縦横比を保って幅いっぱい*/
/*色の変数*/
/* You can add global styles here */
/*https://coco-factory.jp/ugokuweb/move01/5-1-14/ を参考にした。ただしopacity0→1の変化を追加した。*/
/*========= ナビゲーションのためのCSS ===============*/
.hamburger {
  height: auto;
}
@media screen and (min-width: 1140px) {
  .hamburger {
    display: none;
  }
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  transform: translateX(120%); /*rightが何故か効かないのでtransformで対応*/
  width: 100%;
  /*動き*/
  transition: all 0.7s;
  opacity: 0;
}
#g-nav .g-navWrapper {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 54px;
  width: 340px;
  height: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FC97A5;
}
#g-nav .g-navWrapper .ham-logoWrapper {
  display: block;
  margin-bottom: 55px;
  width: 101px;
  height: 27px;
}
#g-nav .g-navWrapper .ham-logoWrapper img {
  width: 101px;
  height: 27px;
}
#g-nav .g-navWrapper ul {
  margin-bottom: 85px;
  padding-left: 46px;
}
#g-nav .g-navWrapper ul li {
  list-style: none;
  margin-bottom: 51px;
  font-size: 18px;
}
#g-nav .g-navWrapper ul li:last-child {
  margin-bottom: 0;
}
#g-nav .g-navWrapper .contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 78px;
  padding-left: 46px;
}
#g-nav .g-navWrapper .contact a {
  width: 27px;
  height: 34px;
}
#g-nav .g-navWrapper .contact a img {
  width: 27px;
  height: 34px;
}
#g-nav .g-navWrapper .contact .contactLink {
  display: block;
  width: 182px;
  height: 40px;
  border-radius: 40px;
  background-color: #C5064B;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  color: white;
}
#g-nav .g-navWrapper .contact .contactLink:hover {
  background-color: #FC97A5;
}
#g-nav .g-navWrapper .snsLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 248px;
  height: 23px;
}
#g-nav .g-navWrapper .snsLinks a {
  height: 22px;
}
#g-nav .g-navWrapper .snsLinks a img {
  height: 22px;
}
#g-nav .ornament img {
  position: absolute;
  top: 347px;
  right: -13px;
  width: 87px;
  height: 111px;
}

#g-nav.panelactive {
  /*.panelactiveクラスの前にスペースを入れない*/
  /*アクティブクラスがついたら位置を0に*/
  z-index: 20;
  right: 0;
  transform: none; /*rightが何故か効かないのでtransformで対応*/
  opacity: 1;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 717; /*ボタンを最前面に*/
  cursor: pointer;
  width: 30px;
  height: 20px;
}
.openbtn1 span {
  /*×に変化*/
  display: inline-block;
  transition: all 0.7s;
  position: absolute;
  right: 0;
  height: 3px;
  border-radius: 1.5px;
  background-color: #000333;
  width: 100%;
}
.openbtn1 span:first-child {
  top: 0;
}
.openbtn1 span:nth-child(2) {
  top: 10px;
}
.openbtn1 span:nth-child(3) {
  top: 20px;
}
.openbtn1 p {
  visibility: hidden;
}

.openbtn1.active {
  /*.activeクラスの前にスペースを入れない*/
  position: fixed;
  z-index: 30;
  top: 20px;
  right: 18px;
}
.openbtn1.active span:first-child {
  top: 0;
  right: 0;
  transform: rotate(-33.69deg) scale(1.20185, 1);
  transform-origin: top right;
  width: 30px;
}
.openbtn1.active span:nth-child(2) {
  opacity: 0;
}
.openbtn1.active span:nth-child(3) {
  top: 20px;
  right: 0;
  transform: rotate(33.69deg) scale(1.20185, 1);
  transform-origin: bottom right;
  width: 30px;
}
.openbtn1.active p {
  visibility: visible;
  right: 0;
  margin-top: 25px;
  font-family: ten-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #FC97A5;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: absolute;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 193px;
}

/*　背景画像設定　*/
.slider-item01 {
  background: url("https://danceartyou.mom//wp-content/themes/rintaro/img/home/topSlider01.jpg");
}

.slider-item02 {
  background: url("https://danceartyou.mom//wp-content/themes/rintaro/img/home/topSlider02.jpg");
}

.slider-item03 {
  background: url("https://danceartyou.mom//wp-content/themes/rintaro/img/home/topSlider03.jpg");
}

.slider-item04 {
  background: url("https://danceartyou.mom//wp-content/themes/rintaro/img/home/topSlider04.jpg");
}

.slider-item05 {
  background: url("https://danceartyou.mom//wp-content/themes/rintaro/img/home/topSlider05.jpg");
}

.slider-item06 {
  background: url("https://danceartyou.mom//wp-content/uploads/2022/06/request-introduction-photo01.png");
}

.slider-item07 {
  background: url("https://danceartyou.mom//wp-content/uploads/2022/06/request-introduction-photo02.png");
}

.slider-item08 {
  background: url("https://danceartyou.mom//wp-content/uploads/2022/06/request-introduction-photo03.png");
}

.slider-item {
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (min-width: 1140px) {
  .slider-item.top {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  .slider-item.top {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  .slider-item.top {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  .slider-item.top {
    height: 288px;
  }
}
.slider-item.request {
  width: 334px;
  height: 193px;
}

/*矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff; /*矢印の色*/
  border-right: 2px solid #fff; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0; /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  position: relative;
  z-index: -30;
}

#content {
  position: relative;
  z-index: -20;
}

main {
  position: relative;
  z-index: -10;
  overflow-x: hidden;
}
main.top {
  margin-top: 100vh;
}

body, header, nav, section, article, footer {
  margin: 0;
  padding: 0;
  width: 100%;
}

/*hタグの設定*/
h2 {
  line-height: 1;
}
h2.sectionTitleH2 {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #C5064B;
}
@media screen and (min-width: 1140px) {
  h2.sectionTitleH2 {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1139px) {
  h2.sectionTitleH2 {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1140px) {
  h2.sectionTitleH2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1139px) {
  h2.sectionTitleH2 {
    font-size: 24px;
  }
}

h3.sectionTitleH3 {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
}
@media screen and (min-width: 1140px) {
  h3.sectionTitleH3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1139px) {
  h3.sectionTitleH3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1139px) {
  .ornament img.pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .ornament img.sp {
    display: none;
  }
}

@media screen and (max-width: 1139px) {
  .br-pc {
    display: none;
  }
}

@media screen and (min-width: 1140px) {
  .br-sp {
    display: none;
  }
}

/*---------- You can add styles of each sections here ----------*/
header {
  position: relative;
}
header .loading {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  animation: fadeout 1s forwards 6s;
}
header .loading .svgAnimation {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .loading .svgAnimation .svgall .st0 {
  fill: #FFFFFF;
  stroke: #040000;
  stroke-width: 2.2428;
  stroke-miterlimit: 10;
}
header .loading .svgAnimation .svgall .st1 {
  fill: #FFFFFF;
}
header .loading .svgAnimation .svgall .st2 {
  stroke: #040000;
  stroke-width: 2.2428;
  stroke-miterlimit: 10;
}
header .loading .svgAnimation .svgall .st3 {
  fill: none;
}
header .loading .svgAnimation .svgall .st4 {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  stroke-miterlimit: 10;
}
header .loading .svgAnimation .svgall .st5 {
  fill: none;
  stroke: #fff;
  stroke-width: 17;
  stroke-miterlimit: 10;
}
header .loading .svgAnimation .svgall .mask {
  height: auto;
}
@media screen and (min-width: 1140px) {
  header .loading .svgAnimation .svgall .mask {
    width: 500px;
  }
}
@media screen and (max-width: 1139px) {
  header .loading .svgAnimation .svgall .mask {
    width: 200px;
  }
}
header .loading .svgAnimation .en-txt {
  opacity: 0;
  text-align: center;
  animation: fadein 4s forwards 2s;
}
@media screen and (min-width: 1140px) {
  header .loading .svgAnimation .en-txt {
    width: 500px;
  }
}
@media screen and (max-width: 1139px) {
  header .loading .svgAnimation .en-txt {
    width: 200px;
  }
}
header .loading .svgAnimation .en-txt img {
  height: auto;
}
@media screen and (min-width: 1140px) {
  header .loading .svgAnimation .en-txt img {
    width: 350px;
  }
}
@media screen and (max-width: 1139px) {
  header .loading .svgAnimation .en-txt img {
    width: 150px;
  }
}
@keyframes fadein {
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  to {
    z-index: 0;
    opacity: 0;
  }
}
header .fv {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  object-fit: contain;
  overflow: hidden;
}
header .fv video {
  min-width: 100%;
  min-height: 100%;
}
header .fv .videoMask {
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 50%;
}
header .fv > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1140px) {
  header .fv > img {
    width: 500px;
  }
}
@media screen and (max-width: 1139px) {
  header .fv > img {
    width: 200px;
  }
}
@media screen and (min-width: 1140px) {
  header .fv > img {
    height: 342px;
  }
}
@media screen and (max-width: 1139px) {
  header .fv > img {
    height: 136px;
  }
}
header nav {
  position: fixed;
  top: 0;
  left: 0;
}
header nav .pc-nav {
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 1139px) {
  header nav .pc-nav {
    display: none;
  }
}
header nav .pc-nav .articleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 1080px;
  height: 71px;
}
header nav .pc-nav .articleWrapper .logoWrapper {
  display: block;
  width: 195px;
  height: 52px;
}
header nav .pc-nav .articleWrapper .logoWrapper img {
  width: 195px;
  height: 52px;
}
header nav .pc-nav .articleWrapper .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 860px;
}
header nav .pc-nav .articleWrapper .links ul {
  display: flex;
  flex-direction: row;
  column-gap: 23px;
  padding: 0;
  list-style: none;
}
header nav .pc-nav .articleWrapper .links ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header nav .pc-nav .articleWrapper .links ul li a {
  height: 22px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
header nav .pc-nav .articleWrapper .links ul li .center-border {
  position: relative;
}
header nav .pc-nav .articleWrapper .links ul li .center-border::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FC97A5;
  transition: all 0.5s;
  transform: scale(0, 1);
  transform-origin: center;
}
header nav .pc-nav .articleWrapper .links ul li .center-border:hover::after {
  transform: scale(0.5, 1);
}
header nav .pc-nav .articleWrapper .links ul li .start-bottom::after {
  position: absolute;
  bottom: -30%;
  left: 0%;
}
header nav .pc-nav .articleWrapper .links .telHour {
  display: flex;
  flex-direction: column;
}
header nav .pc-nav .articleWrapper .links .telHour .tel {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header nav .pc-nav .articleWrapper .links .telHour .tel .telNumber {
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  color: #C5064B;
}
header nav .pc-nav .articleWrapper .links .telHour .hour {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
header nav .pc-nav .articleWrapper .links .contactLink {
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 40px;
  background-color: #C5064B;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  color: white;
}
header nav .pc-nav .articleWrapper .links .contactLink:hover {
  background-color: #FC97A5;
}
header nav .pc-nav.topPage {
  position: absolute;
  top: 0;
  left: 0;
}
header nav .pc-nav.lowerPage {
  position: relative;
  height: 71px;
}
header nav .sp-nav {
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 1140px) {
  header nav .sp-nav {
    display: none;
  }
}
header nav .sp-nav .articleWrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 340px;
  height: 59px;
}
header nav .sp-nav .articleWrapper .logoWrapper {
  position: absolute;
  z-index: 17;
  top: 0;
  left: 0;
  display: block;
  width: 195px;
  height: 52px;
}
header nav .sp-nav .articleWrapper .logoWrapper img {
  width: 195px;
  height: 52px;
}
header nav .sp-nav .articleWrapper .sp-contactLink {
  position: absolute;
  z-index: 17;
  top: 0;
  right: 47px;
  padding-top: 14px;
  width: 68px;
  height: 59px;
  background-color: #C5064B;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  color: white;
}
@media screen and (min-width: 1140px) {
  header nav .sp-nav .articleWrapper .sp-contactLink {
    display: none;
  }
}
header nav .sp-nav .articleWrapper .sp-contactLink img {
  margin-bottom: 8px;
  width: 26px;
  height: 20px;
}
header nav .sp-nav.topPage {
  position: absolute;
  top: 0;
  left: 0;
}
header nav .sp-nav.lowerPage {
  position: relative;
  height: 71px;
}

#lowerPages-fv {
  position: relative;
  margin-top: 71px;
}
#lowerPages-fv .fvImg {
  width: calc(100vw - (100vw - 100%));
  height: 384px;
  overflow: hidden;
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv .fvImg {
    height: 384px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv .fvImg {
    height: 259px;
  }
}
#lowerPages-fv .fvImg img {
  width: 100vw;
  height: 384px;
  object-fit: cover;
  object-position: 50% 40%;
}
#lowerPages-fv h1 {
  position: absolute;
  top: 289px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv h1 {
    top: 289px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv h1 {
    top: 195px;
  }
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv h1 {
    padding-top: 37px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv h1 {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv h1 {
    width: 484px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv h1 {
    width: 263px;
  }
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv h1 {
    height: 140px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv h1 {
    height: 78px;
  }
}
#lowerPages-fv h1 span {
  display: block;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv h1 span {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv h1 span {
    margin-bottom: 8px;
  }
}
#lowerPages-fv h1 span:first-child {
  color: #C5064B;
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv h1 span:first-child {
    font-size: 32px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv h1 span:first-child {
    font-size: 30px;
  }
}
#lowerPages-fv h1 span:nth-child(2) {
  color: #989898;
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv h1 span:nth-child(2) {
    font-size: 13px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv h1 span:nth-child(2) {
    font-size: 12px;
  }
}
#lowerPages-fv .border img {
  position: absolute;
}
#lowerPages-fv .border img:first-child {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv .border img:first-child {
    top: 429px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv .border img:first-child {
    top: 274px;
  }
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv .border img:first-child {
    width: 273px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv .border img:first-child {
    width: 139px;
  }
}
@media screen and (min-width: 1140px) {
  #lowerPages-fv .border img:first-child {
    height: 4px;
  }
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv .border img:first-child {
    height: 2px;
  }
}
#lowerPages-fv .border img:nth-child(n+2) {
  top: 395px;
}
@media screen and (max-width: 1139px) {
  #lowerPages-fv .border img:nth-child(n+2) {
    display: none;
  }
}
#lowerPages-fv .border img:nth-child(2) {
  right: 110px;
}
#lowerPages-fv .border img:nth-child(3) {
  right: 78px;
}
#lowerPages-fv .border img:nth-child(4) {
  right: 53px;
}
#lowerPages-fv .border img:nth-child(5) {
  right: 32px;
}

#greeting {
  width: 100%;
  height: 531px;
  background-image: url("https://danceartyou.mom//wp-content/themes/rintaro/img/home/home-greeting-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 1139px) {
  #greeting {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #greeting {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting {
    padding-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  #greeting {
    height: 531px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting {
    height: 288px;
  }
}
#greeting .sectionWrapper {
  display: flex;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #greeting .sectionWrapper {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #greeting .sectionWrapper {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper {
    height: 288px;
  }
}
#greeting .sectionWrapper .sectionTitleWrapper {
  position: relative;
  width: 540px;
  height: 348px;
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .sectionTitleWrapper {
    display: none;
  }
}
#greeting .sectionWrapper .sectionTitleWrapper h2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 57px;
  margin-left: 66px;
  width: 392px;
  height: 254px;
  background-color: white;
}
#greeting .sectionWrapper .sectionTitleWrapper h2 span {
  display: block;
  margin-left: 22px;
  text-align: left;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 0.8;
}
#greeting .sectionWrapper .sectionTitleWrapper h2 span:first-child {
  margin-top: 12px;
  width: 311px;
  border-bottom: 9px solid #FC97A5;
}
#greeting .sectionWrapper .sectionTitleWrapper h2 span:nth-child(2) {
  width: 254px;
  border-bottom: 9px solid #FC97A5;
}
#greeting .sectionWrapper .sectionTitleWrapper h2 span:nth-child(3) {
  margin-top: 13px;
}
#greeting .sectionWrapper .sectionTitleWrapper h2 span:last-child {
  margin-bottom: 22px;
}
#greeting .sectionWrapper .sectionTitleWrapper img {
  position: absolute;
}
#greeting .sectionWrapper .sectionTitleWrapper img:first-child {
  top: 28px;
  left: 46px;
}
#greeting .sectionWrapper .sectionTitleWrapper img:nth-of-type(2) {
  top: 273px;
  left: 422px;
}
#greeting .sectionWrapper .slider-top .sliderWrapper {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1140px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper {
    height: 288px;
  }
}
#greeting .sectionWrapper .slider-top .sliderWrapper img:first-child {
  position: absolute;
  top: 23px;
  left: -27px;
  width: 521px;
  height: 332px;
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper img:first-child {
    display: none;
  }
}
#greeting .sectionWrapper .slider-top .sliderWrapper img:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  object-position: 50% top;
  overflow: hidden;
}
@media screen and (min-width: 1140px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper img:nth-child(2) {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper img:nth-child(2) {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper img:nth-child(2) {
    height: 348px;
  }
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .slider-top .sliderWrapper img:nth-child(2) {
    height: 288px;
  }
}
#greeting .sectionWrapper .slider-top .sliderOrder {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 118px;
  height: 12px;
}
@media screen and (max-width: 1139px) {
  #greeting .sectionWrapper .slider-top .sliderOrder {
    display: none;
  }
}
#greeting .sectionWrapper .slider-top .sliderOrder span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CCCCCC;
}
#greeting .sectionWrapper .slider-top .sliderOrder span:first-child {
  background-color: #FC97A5;
}

#linkButtons {
  position: relative;
  background-color: #E6E3F1;
}
@media screen and (min-width: 1140px) {
  #linkButtons {
    padding-top: 56px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons {
    padding-bottom: 99px;
  }
}
#linkButtons .sectionWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #linkButtons .sectionWrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .sectionWrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .sectionWrapper {
    width: 920px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .sectionWrapper {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .sectionWrapper {
    height: 132px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .sectionWrapper {
    height: 285px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .sectionWrapper a {
    width: 300px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .sectionWrapper a {
    width: 170px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .sectionWrapper a {
    height: 132px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .sectionWrapper a {
    height: 75px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .sectionWrapper a img {
    width: 300px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .sectionWrapper a img {
    width: 170px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .sectionWrapper a img {
    height: 132px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .sectionWrapper a img {
    height: 75px;
  }
}
#linkButtons .ornament img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #linkButtons .ornament img:first-child {
    top: -29px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .ornament img:first-child {
    bottom: -13px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .ornament img:first-child {
    left: -26px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .ornament img:first-child {
    left: -16px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .ornament img:first-child {
    width: 97px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .ornament img:first-child {
    width: 84px;
  }
}
@media screen and (min-width: 1140px) {
  #linkButtons .ornament img:first-child {
    height: 114px;
  }
}
@media screen and (max-width: 1139px) {
  #linkButtons .ornament img:first-child {
    height: 99px;
  }
}
#linkButtons .ornament img:nth-child(2) {
  right: -24px;
  bottom: -92px;
  width: 185px;
  height: 125px;
}
@media screen and (max-width: 1139px) {
  #linkButtons .ornament img:nth-child(2) {
    display: none;
  }
}
#linkButtons .ornament img:nth-child(3) {
  top: 0;
  right: -18px;
  transform: rotate(180deg);
  width: 77px;
  height: 91px;
}
@media screen and (min-width: 1140px) {
  #linkButtons .ornament img:nth-child(3) {
    display: none;
  }
}

#news {
  position: relative;
  z-index: -1;
  padding-bottom: 155px;
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 1140px) {
  #news {
    padding-top: 105px;
  }
}
@media screen and (max-width: 1139px) {
  #news {
    padding-top: 93px;
  }
}
#news .sectionWrapper {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper h3 {
    margin-bottom: 71px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper h3 {
    margin-bottom: 49px;
  }
}
#news .sectionWrapper .newsList {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList {
    width: 701px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList {
    width: 340px;
  }
}
#news .sectionWrapper .newsList ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul {
    width: 701px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul {
    width: 288px;
  }
}
#news .sectionWrapper .newsList ul li {
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li {
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li {
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li {
    width: 701px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li {
    width: 288px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li {
    height: 26px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li {
    height: 80px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li:nth-child(2), #news .sectionWrapper .newsList ul li:last-child {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li:nth-child(2), #news .sectionWrapper .newsList ul li:last-child {
    margin-top: 12px;
  }
}
#news .sectionWrapper .newsList ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a {
    align-items: center;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a {
    align-items: start;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a {
    row-gap: 0;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a {
    row-gap: 18px;
  }
}
#news .sectionWrapper .newsList ul li a p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#news .sectionWrapper .newsList ul li a p:first-child {
  font-size: 14px;
  color: #FC97A5;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    order: 1;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    order: 1;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    margin-right: 65px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    margin-right: 29px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    margin-left: 6px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:first-child {
    font-size: 13px;
  }
}
#news .sectionWrapper .newsList ul li a p:nth-child(2) {
  color: #000033;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    order: 3;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    margin-right: 52px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    margin-right: 11px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    margin-left: 6px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    width: 271px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(2) {
    font-size: 13px;
  }
}
#news .sectionWrapper .newsList ul li a p:nth-child(3) {
  background-color: #C5064B;
  color: white;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    order: 2;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    height: 17px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    height: 13px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    font-size: 13px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    font-size: 11px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    line-height: 17px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList ul li a p:nth-child(3) {
    line-height: 13px;
  }
}
#news .sectionWrapper .newsList .more {
  position: relative;
  display: block;
  height: 16px;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList .more {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList .more {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .newsList .more {
    width: 701px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .newsList .more {
    width: 340px;
  }
}
#news .sectionWrapper .newsList .more img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#news .sectionWrapper .newsList .more p {
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #666666;
}
#news .sectionWrapper .newsList .more:hover img {
  right: -9px;
}
#news .sectionWrapper .ornament img {
  position: absolute;
}
#news .sectionWrapper .ornament img:first-child {
  width: 67px;
  height: 68px;
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .ornament img:first-child {
    top: 111px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .ornament img:first-child {
    top: 492px;
  }
}
@media screen and (min-width: 1140px) {
  #news .sectionWrapper .ornament img:first-child {
    left: 135px;
  }
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .ornament img:first-child {
    left: 22px;
  }
}
#news .sectionWrapper .ornament img:nth-child(2) {
  top: 218px;
  left: 173px;
  width: 48px;
  height: 56px;
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .ornament img:nth-child(2) {
    display: none;
  }
}
#news .sectionWrapper .ornament img:nth-child(3) {
  top: 298px;
  right: 70px;
  width: 93px;
  height: 74px;
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .ornament img:nth-child(3) {
    display: none;
  }
}
#news .sectionWrapper .ornament img:nth-child(4) {
  top: 413px;
  right: 113px;
  width: 69px;
  height: 53px;
}
@media screen and (max-width: 1139px) {
  #news .sectionWrapper .ornament img:nth-child(4) {
    display: none;
  }
}
#news .sectionWrapper .ornament img:nth-child(5) {
  bottom: 6px;
  left: 50%;
  transform: translateX(calc(-50% - 98px));
}
#news.list {
  min-height: 400px;
}
#news.list h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1140px) {
  #news.list li {
    margin-top: 18px !important;
    height: 40px !important;
  }
}

#instagram {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #instagram {
    height: 738px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram {
    height: 629px;
  }
}
#instagram .bg {
  width: 100vw;
  background-color: white;
}
@media screen and (min-width: 1140px) {
  #instagram .bg {
    height: 738px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .bg {
    height: 629px;
  }
}
#instagram .bg img {
  width: 100vw;
  object-fit: cover;
  object-position: 50% 0;
}
@media screen and (min-width: 1140px) {
  #instagram .bg img {
    height: 738px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .bg img {
    height: 629px;
  }
}
#instagram .sectionWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#instagram .sectionWrapper .sectionTitleWrapper {
  position: absolute;
  top: 52px;
  width: 100vw;
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .sectionTitleWrapper h3 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .sectionTitleWrapper h3 {
    margin-bottom: 7px;
  }
}
#instagram .sectionWrapper .sectionTitleWrapper img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 21px;
  height: 21px;
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .sectionTitleWrapper img {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .sectionTitleWrapper img {
    margin-bottom: 25px;
  }
}
#instagram .sectionWrapper .photos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .photos {
    top: 135px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .photos {
    top: 198px;
  }
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .photos {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .photos {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .photos img {
    width: 240px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .photos img {
    width: 160px;
  }
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .photos img {
    height: 240px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .photos img {
    height: 160px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .photos img:nth-child(n+5) {
    display: none;
  }
}
#instagram .sectionWrapper .lightwidget {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .lightwidget {
    top: 135px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .lightwidget {
    top: 198px;
  }
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .lightwidget {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .lightwidget {
    width: 340px;
  }
}
#instagram .sectionWrapper .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .more {
    top: 672px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .more {
    top: 582px;
  }
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .more {
    width: 696px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .more {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .more {
    height: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #instagram .sectionWrapper .more {
    height: 18px;
  }
}
#instagram .sectionWrapper .more img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#instagram .sectionWrapper .more p {
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #666666;
}
#instagram .sectionWrapper .more:hover img {
  right: -9px;
}
#instagram .sectionWrapper .ornament img {
  position: absolute;
  bottom: -30px;
  left: 7px;
  width: 48px;
  height: 56px;
}
@media screen and (min-width: 1140px) {
  #instagram .sectionWrapper .ornament img {
    display: none;
  }
}

#access {
  position: relative;
  z-index: -1;
  background-color: white;
}
@media screen and (min-width: 1140px) {
  #access {
    padding-bottom: 101px;
  }
}
@media screen and (max-width: 1139px) {
  #access {
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE {
    padding-top: 114px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE {
    padding-top: 120px;
  }
}
#access .LINE .articleTitleWrapper {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #access .LINE .articleTitleWrapper {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .articleTitleWrapper {
    margin-bottom: 60px;
  }
}
#access .LINE .articleTitleWrapper img {
  position: absolute;
  top: -48px;
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #access .LINE .articleTitleWrapper img {
    transform: translateX(calc(-50% - 120px));
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .articleTitleWrapper img {
    transform: translateX(calc(-50% - 100px));
  }
}
#access .LINE .articleTitleWrapper h3 span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #C5064B;
}
@media screen and (min-width: 1140px) {
  #access .LINE .articleTitleWrapper h3 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .articleTitleWrapper h3 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .articleTitleWrapper h3 span:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .articleTitleWrapper h3 span:first-child {
    margin-bottom: 14px;
  }
}
#access .LINE .qrLINEWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper {
    transform: translateX(-6px);
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper {
    width: 665px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper {
    width: 333px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper {
    height: 214px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper {
    height: 368px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper {
    background-image: url("https://danceartyou.mom//wp-content/uploads/2022/07/home-access-line-wrapper.png");
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper {
    background-image: url("https://danceartyou.mom//wp-content/uploads/2022/07/home-access-line-wrapper-sp.png");
  }
}
#access .LINE .qrLINEWrapper .qrWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .qrWrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .qrWrapper {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .qrWrapper {
    width: 50%;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .qrWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .qrWrapper {
    height: 100%;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .qrWrapper {
    height: 50%;
  }
}
#access .LINE .qrLINEWrapper .qrWrapper img {
  width: 153px;
  height: 154px;
}
#access .LINE .qrLINEWrapper .lineWrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    justify-content: start;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    padding-top: 47px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    padding-top: 31px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    width: 50%;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    height: 100%;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper {
    height: 50%;
  }
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper2 {
    justify-content: start;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper2 {
    justify-content: center;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper2 {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper2 {
    padding-bottom: 0;
  }
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper2 img {
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper2 p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #000;
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 {
  position: relative;
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 48px;
  width: 247px;
  height: 52px;
  background-color: #C5064B;
  border-radius: 8px;
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 a {
    margin-right: 0;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 a {
    margin-right: auto;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 a {
    margin-left: 0;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 a {
    margin-left: auto;
  }
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 a p {
  margin-right: 24px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: white;
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 a img .qlick {
  width: 31px;
  height: 31px;
}
#access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    top: -51px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    top: -30px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    left: 247px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    left: 285px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    width: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    width: 48px;
  }
}
@media screen and (min-width: 1140px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    height: 52px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE .qrLINEWrapper .lineWrapper .lineWrapper3 .star {
    height: 42px;
  }
}
#access .LINE.contactPage {
  padding-top: 128px;
}
#access .LINE.contactPage .LINEGuide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  text-align: center;
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #231815;
}
@media screen and (min-width: 1140px) {
  #access .LINE.contactPage .LINEGuide {
    font-size: 21px;
  }
}
@media screen and (max-width: 1139px) {
  #access .LINE.contactPage .LINEGuide {
    font-size: 15px;
  }
}
@media screen and (min-width: 1140px) {
  #access .SNSs {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 1139px) {
  #access .SNSs {
    margin-bottom: 100px;
  }
}
#access .SNSs .ribbon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 9px;
  width: 310px;
  height: 77px;
}
#access .SNSs .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 31px;
  width: 150px;
  height: 23px;
}
#access .SNSs .links a {
  height: 22px;
}
#access .SNSs .links a img {
  height: 22px;
}
#access .SNSs .underbar {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #access .sectionTitleWrapper {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 1139px) {
  #access .sectionTitleWrapper {
    margin-bottom: 52px;
  }
}
#access .access {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #access .access {
    padding-left: 47px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #access .access {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  #access .access {
    height: 348px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access {
    height: 568px;
  }
}
#access .access .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper {
    align-items: start;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper {
    align-items: center;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper {
    width: 1032px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper {
    height: 348px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper {
    height: 568px;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .mapWrapper, #access .access .wrapper iframe {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .mapWrapper, #access .access .wrapper iframe {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .mapWrapper, #access .access .wrapper iframe {
    height: 348px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .mapWrapper, #access .access .wrapper iframe {
    height: 325px;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address {
    padding-top: 58px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address {
    padding-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address {
    width: 372px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address {
    height: 348px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address {
    height: 203px;
  }
}
#access .access .wrapper .address p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000033;
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address p:first-child, #access .access .wrapper .address p:nth-child(2) {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address p:first-child, #access .access .wrapper .address p:nth-child(2) {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address p:first-child, #access .access .wrapper .address p:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address p:first-child, #access .access .wrapper .address p:nth-child(2) {
    font-size: 15px;
  }
}
#access .access .wrapper .address p:nth-child(3) {
  margin-bottom: 38px;
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address p:nth-child(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address p:nth-child(3) {
    font-size: 15px;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address p:nth-child(n+4) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address p:nth-child(n+4) {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1140px) {
  #access .access .wrapper .address p:nth-child(n+4) {
    font-size: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #access .access .wrapper .address p:nth-child(n+4) {
    font-size: 14px;
  }
}
#access .access .wrapper .address p:last-child {
  margin-bottom: 0;
}
#access .ornament img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #access .ornament img:first-child {
    top: 124px;
  }
}
@media screen and (max-width: 1139px) {
  #access .ornament img:first-child {
    top: 829px;
  }
}
@media screen and (min-width: 1140px) {
  #access .ornament img:first-child {
    left: -50px;
  }
}
@media screen and (max-width: 1139px) {
  #access .ornament img:first-child {
    left: -32px;
  }
}
@media screen and (min-width: 1140px) {
  #access .ornament img:first-child {
    width: 153px;
  }
}
@media screen and (max-width: 1139px) {
  #access .ornament img:first-child {
    width: 83px;
  }
}
@media screen and (min-width: 1140px) {
  #access .ornament img:first-child {
    height: 189px;
  }
}
@media screen and (max-width: 1139px) {
  #access .ornament img:first-child {
    height: 107px;
  }
}
#access .ornament img:nth-child(2) {
  top: 493px;
  right: -25px;
  width: 108px;
  height: 131px;
}
@media screen and (max-width: 1139px) {
  #access .ornament img:nth-child(2) {
    display: none;
  }
}
#access .ornament img:nth-child(3) {
  top: 1053px;
  left: 975px;
  width: 108px;
  height: 131px;
}
@media screen and (max-width: 1139px) {
  #access .ornament img:nth-child(3) {
    display: none;
  }
}
#access .ornament img:nth-child(4) {
  bottom: 8px;
  right: -4px;
  width: 67px;
  height: 86px;
}
@media screen and (min-width: 1140px) {
  #access .ornament img:nth-child(4) {
    display: none;
  }
}

#instructors {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1140px) {
  #instructors {
    padding-top: 144px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors {
    padding-top: 79px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors {
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors {
    max-width: 375px;
  }
}
#instructors .instructor {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 99px;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor {
    width: 100%;
  }
}
#instructors .instructor .imgWrapper {
  position: relative;
  width: 453px;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .imgWrapper {
    width: 453px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .imgWrapper {
    width: 323px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .imgWrapper {
    height: 319px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .imgWrapper {
    height: 202px;
  }
}
#instructors .instructor .imgWrapper .slider {
  position: relative;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .imgWrapper .slider {
    width: 319px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .imgWrapper .slider {
    width: 202px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .imgWrapper .slider {
    height: 319px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .imgWrapper .slider {
    height: 202px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .imgWrapper .slider img {
    width: 319px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .imgWrapper .slider img {
    width: 202px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .imgWrapper .slider img {
    height: 319px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .imgWrapper .slider img {
    height: 202px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description {
    padding-top: 17px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description {
    padding-top: 21px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description {
    padding-left: 36px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description {
    width: 627px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description {
    width: 375px;
  }
}
#instructors .instructor .description .name {
  margin-bottom: 27px;
  width: 627px;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .name {
    position: relative;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .name {
    position: absolute;
  }
}
#instructors .instructor .description .name img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
#instructors .instructor .description .name h2 {
  position: absolute;
  z-index: 20;
  top: 11px;
  left: 129px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: white;
}
#instructors .instructor .description .name p {
  position: absolute;
  top: 58px;
  left: 130px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #989898;
}
#instructors .instructor .description .awardWinningHistory {
  display: flex;
  flex-direction: row;
  padding-top: 94px;
  min-height: 157px;
}
#instructors .instructor .description .awardWinningHistory .header p {
  margin-left: 11px;
  width: 14px;
  height: 74px;
  writing-mode: vertical-rl;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #C5064B;
}
#instructors .instructor .description .awardWinningHistory .history {
  padding-left: 26px;
}
#instructors .instructor .description .awardWinningHistory .history span {
  display: block;
  margin-bottom: 11px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .awardWinningHistory .history span.pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .awardWinningHistory .history span.sp {
    display: none;
  }
}
#instructors .instructor .description .awardWinningHistory .history span.bold {
  margin-top: 24px;
  font-weight: bold;
}
#instructors .instructor .description .genreHobby {
  position: relative;
  height: 91px;
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .genreHobby {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .genreHobby {
    padding-left: 51px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .genreHobby {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .genreHobby {
    width: 641px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .genreHobby {
    width: 340px;
  }
}
#instructors .instructor .description .genreHobby img {
  position: absolute;
  top: 0;
  height: 91px;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .genreHobby img {
    left: 51px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .genreHobby img {
    left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .genreHobby img {
    width: 430px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .genreHobby img {
    width: 340px;
  }
}
#instructors .instructor .description .genreHobby .genre {
  position: absolute;
  top: 12px;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .genreHobby .genre {
    left: 78px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .genreHobby .genre {
    left: 27px;
  }
}
#instructors .instructor .description .genreHobby .genre p {
  height: 25px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}
#instructors .instructor .description .genreHobby .genre p:first-child {
  width: 76px;
  border-radius: 25px;
  background-color: #C5064B;
  text-align: center;
  font-size: 13px;
  color: white;
}
#instructors .instructor .description .genreHobby .genre p:nth-child(2) {
  margin-left: 4px;
  font-size: 14px;
  color: black;
}
#instructors .instructor .description .genreHobby .hobby {
  position: absolute;
  top: 45px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor .description .genreHobby .hobby {
    left: 78px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor .description .genreHobby .hobby {
    left: 27px;
  }
}
#instructors .instructor .description .genreHobby .hobby p {
  height: 25px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}
#instructors .instructor .description .genreHobby .hobby p:first-child {
  width: 76px;
  border-radius: 25px;
  background-color: #FC97A5;
  text-align: center;
  font-size: 13px;
  color: white;
}
#instructors .instructor .description .genreHobby .hobby p:nth-child(2) {
  margin-left: 4px;
  font-size: 14px;
  color: black;
}
#instructors .instructor.primary .description .name {
  transform: translateX(-62px);
}
#instructors .instructor.primary .description .name img {
  width: 465px;
  height: 46px;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary {
    flex-direction: column;
  }
}
#instructors .instructor.secondary .imgWrapper {
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary .imgWrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary .imgWrapper {
    margin-left: auto;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary .imgWrapper img:nth-child(2) {
    left: 8px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary .imgWrapper img:nth-child(2) {
    left: 7px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary .description .name {
    transform: translateX(185px);
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary .description .name {
    right: 0;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary .description .name {
    width: 467px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary .description .name {
    width: 354px;
  }
}
#instructors .instructor.secondary .description .name img {
  height: 46px;
}
#instructors .instructor.secondary .description .name img.pc {
  width: 467px;
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary .description .name img.pc {
    display: none;
  }
}
#instructors .instructor.secondary .description .name img.sp {
  width: 354px;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary .description .name img.sp {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary .description .name h2 {
    left: 161px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary .description .name h2 {
    left: 94px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.secondary .description .name p {
    left: 161px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.secondary .description .name p {
    left: 94px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.ishibashi .genreHobby .genre {
    height: 25px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.ishibashi .genreHobby .genre {
    height: 28px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.ishibashi .genreHobby .genre p {
    height: 25px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.ishibashi .genreHobby .genre p {
    height: 28px;
  }
}
#instructors .instructor.ishibashi .genreHobby .genre p:last-child {
  line-height: 1;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.ishibashi .genreHobby .hobby {
    top: 45px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.ishibashi .genreHobby .hobby {
    top: 48px;
  }
}
#instructors .instructor.koba {
  margin-bottom: 0;
}
#instructors .instructor.koba h2 span {
  height: 28px;
  line-height: 28px;
}
#instructors .instructor.koba h2 span:nth-child(2) {
  font-family: kozuka-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.koba h2 span:nth-child(2) {
    margin-left: 46px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.koba h2 span:nth-child(2) {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.koba h2 span:nth-child(2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.koba h2 span:nth-child(2) {
    font-size: 13px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.koba .hobby {
    height: 25px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.koba .hobby {
    height: 28px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .instructor.koba .hobby p {
    height: 25px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .instructor.koba .hobby p {
    height: 28px;
  }
}
#instructors .instructor.koba .hobby p:last-child {
  line-height: 1;
}
#instructors .ornament img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:first-child {
    top: 200px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:first-child {
    top: 30px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:first-child {
    right: -42px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:first-child {
    right: -32px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:first-child {
    width: 106px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:first-child {
    width: 73px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:first-child {
    height: 98px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:first-child {
    height: 68px;
  }
}
#instructors .ornament img:nth-child(2) {
  top: 598px;
  left: 10px;
  width: 85px;
  height: 102px;
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(2) {
    display: none;
  }
}
#instructors .ornament img:nth-child(3) {
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(3) {
    top: 1292px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(3) {
    top: 1806px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(3) {
    transform: translateX(calc(-50% + 358px));
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(3) {
    transform: translateX(calc(-50% + 153px));
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(3) {
    width: 26px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(3) {
    width: 11px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(3) {
    height: 37px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(3) {
    height: 17px;
  }
}
#instructors .ornament img:nth-child(4) {
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(4) {
    top: 1716px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(4) {
    top: 565px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(4) {
    transform: translateX(calc(-50% + -39px));
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(4) {
    transform: translateX(calc(-50% + 147px));
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(4) {
    width: 28px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(4) {
    width: 20px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(4) {
    height: 29px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(4) {
    height: 21px;
  }
}
#instructors .ornament img:nth-child(5) {
  top: 1912px;
  right: 3px;
  width: 118px;
  height: 169px;
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(5) {
    display: none;
  }
}
#instructors .ornament img:nth-child(6) {
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(6) {
    top: 2463px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(6) {
    top: 3012px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(6) {
    transform: translateX(calc(-50% + 449px));
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(6) {
    transform: translateX(calc(-50% + 153px));
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(6) {
    width: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(6) {
    width: 9px;
  }
}
@media screen and (min-width: 1140px) {
  #instructors .ornament img:nth-child(6) {
    height: 23px;
  }
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(6) {
    height: 13px;
  }
}
#instructors .ornament img:nth-child(7) {
  bottom: 27px;
  left: 27px;
  width: 96px;
  height: 100px;
}
@media screen and (max-width: 1139px) {
  #instructors .ornament img:nth-child(7) {
    display: none;
  }
}

#firstIntroduction {
  position: relative;
  z-index: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction {
    padding-top: 139px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction {
    padding-top: 106px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction {
    padding-bottom: 0;
  }
}
#firstIntroduction .sectionWrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper {
    width: 100%;
  }
}
#firstIntroduction .sectionWrapper .description {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description {
    height: 320px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description {
    height: 221px;
  }
}
#firstIntroduction .sectionWrapper .description img {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description img {
    right: 0;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description img {
    left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description img {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description img {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description img {
    height: 320px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description img {
    height: 221px;
  }
}
#firstIntroduction .sectionWrapper .description p {
  position: absolute;
  z-index: 10;
  padding-top: 19px;
  padding-left: 19px;
  background-color: #FC97A5;
  opacity: 0.9;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description p {
    top: 29px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description p {
    top: 210px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description p {
    left: 86px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description p {
    left: 50%;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description p {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description p {
    width: 496px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description p {
    width: 343px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description p {
    height: 260px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description p {
    height: 231px;
  }
}
#firstIntroduction .sectionWrapper .description p span {
  display: block;
  margin-bottom: 21px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description p span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .sectionWrapper .description p span.pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .sectionWrapper .description p span.sp {
    display: none;
  }
}
#firstIntroduction .ornament img {
  position: absolute;
}
#firstIntroduction .ornament img:first-child {
  width: 106px;
  height: 98px;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:first-child {
    top: 204px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:first-child {
    top: 16px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:first-child {
    right: -36px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:first-child {
    right: -53px;
  }
}
#firstIntroduction .ornament img:nth-child(2) {
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(2) {
    top: 616px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(2) {
    top: 225px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(2) {
    transform: translateX(calc(-50% + -510px));
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(2) {
    transform: translateX(calc(-50% + -138px));
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(2) {
    width: 24px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(2) {
    width: 15px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(2) {
    height: 59px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(2) {
    height: 36px;
  }
}
#firstIntroduction .ornament img:nth-child(3) {
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(3) {
    top: 955px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(3) {
    top: 1026px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(3) {
    transform: translateX(calc(-50% + -65px));
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(3) {
    transform: translateX(calc(-50% + 130px));
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(3) {
    width: 37px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(3) {
    width: 27px;
  }
}
@media screen and (min-width: 1140px) {
  #firstIntroduction .ornament img:nth-child(3) {
    height: 38px;
  }
}
@media screen and (max-width: 1139px) {
  #firstIntroduction .ornament img:nth-child(3) {
    height: 28px;
  }
}

#introductionTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #introductionTitle {
    margin-bottom: 94px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle {
    margin-bottom: 77px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle {
    width: 681px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle {
    width: 326px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle {
    height: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle {
    height: 94px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle img:first-of-type {
    width: 61px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle img:first-of-type {
    width: 38px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle img:first-of-type {
    height: 54px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle img:first-of-type {
    height: 52px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle img:last-of-type {
    width: 58px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle img:last-of-type {
    width: 38px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle img:last-of-type {
    height: 54px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle img:last-of-type {
    height: 52px;
  }
}
#introductionTitle .textWrapper {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper {
    width: 504px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper {
    width: 236px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper {
    height: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper {
    height: 94px;
  }
}
#introductionTitle .textWrapper .border-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 9px;
  background-color: #C5064B;
  opacity: 0.33;
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper .border-bottom {
    transform: translateX(calc(-50% - 27px));
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper .border-bottom {
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper .border-bottom {
    width: 286px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper .border-bottom {
    width: 236px;
  }
}
#introductionTitle .textWrapper .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper .text {
    width: 504px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper .text {
    width: 236px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper .text {
    height: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper .text {
    height: 94px;
  }
}
#introductionTitle .textWrapper .text span {
  display: block;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper .text span {
    font-size: 21px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper .text span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle .textWrapper .text span.pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle .textWrapper .text span.sp {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle.course {
    margin-bottom: 94px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle.course {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle.course {
    height: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle.course {
    height: 52px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle.course .textWrapper {
    height: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle.course .textWrapper {
    height: 52px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle.course .textWrapper .text {
    margin-bottom: 101px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle.course .textWrapper .text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  #introductionTitle.course .textWrapper .text {
    height: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionTitle.course .textWrapper .text {
    height: 52px;
  }
}
#introductionTitle.course .textWrapper .text.pc span:nth-of-type(2) {
  font-size: 14px;
}

#introductionPhotos {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #introductionPhotos {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #introductionPhotos {
    margin-bottom: 142px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionPhotos {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionPhotos {
    height: 204px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos {
    height: 723px;
  }
}
#introductionPhotos .imgWrapper {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #introductionPhotos .imgWrapper {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos .imgWrapper {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionPhotos .imgWrapper {
    height: 197px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos .imgWrapper {
    height: 193px;
  }
}
#introductionPhotos .imgWrapper img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #introductionPhotos .imgWrapper img {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos .imgWrapper img {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #introductionPhotos .imgWrapper img {
    height: 197px;
  }
}
@media screen and (max-width: 1139px) {
  #introductionPhotos .imgWrapper img {
    height: 193px;
  }
}
#introductionPhotos .imgWrapper img:first-child {
  top: 9px;
  left: -8px;
}
#introductionPhotos .imgWrapper img:nth-child(2) {
  top: 0;
  left: 0;
}
#introductionPhotos.request {
  margin-bottom: 0;
}
@media screen and (max-width: 1139px) {
  #introductionPhotos.request {
    display: none;
  }
}

#slider { /*#introductionPhotosを一部継承。わざとPCを残しています。*/ }
@media screen and (min-width: 1140px) {
  #slider.top {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #slider.top {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top {
    height: 288px;
  }
}
#slider.top .imgWrapper {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper {
    height: 288px;
  }
}
#slider.top .imgWrapper img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper img {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper img {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper img {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper img {
    height: 288px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper img:first-child {
    top: 23px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper img:first-child {
    top: 0;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper img:first-child {
    left: -8px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper img:first-child {
    left: 0;
  }
}
#slider.top .imgWrapper .slider {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider {
    height: 288px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider img {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider img {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider img {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider img {
    height: 288px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list {
    width: calc(100vw - (100vw - 100%));
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list {
    height: 288px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track {
    width: 540px !important;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track {
    width: 100% !important;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track {
    height: 380px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track {
    height: 288px;
  }
}
#slider.top .imgWrapper .slider .slick-list .slick-track .slider-item {
  left: 0 !important;
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(2) {
    top: -380px !important;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(2) {
    top: -288px !important;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(3) {
    top: -760px !important;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(3) {
    top: -576px !important;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(4) {
    top: -1140px !important;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(4) {
    top: -864px !important;
  }
}
@media screen and (min-width: 1140px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(5) {
    top: -1520px !important;
  }
}
@media screen and (max-width: 1139px) {
  #slider.top .imgWrapper .slider .slick-list .slick-track .slider-item:nth-child(5) {
    top: -1152px !important;
  }
}
#slider.request {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #slider.request {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request {
    margin-bottom: 142px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request {
    height: 204px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request {
    height: 193px;
  }
}
#slider.request .imgWrapper {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper {
    height: 197px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper {
    height: 193px;
  }
}
#slider.request .imgWrapper img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper img {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper img {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper img {
    height: 197px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper img {
    height: 193px;
  }
}
#slider.request .imgWrapper img:first-child {
  top: 9px;
  left: -8px;
}
#slider.request .imgWrapper .slider {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper .slider {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper .slider {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper .slider {
    height: 197px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper .slider {
    height: 193px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper .slider img {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper .slider img {
    width: 334px;
  }
}
@media screen and (min-width: 1140px) {
  #slider.request .imgWrapper .slider img {
    height: 197px;
  }
}
@media screen and (max-width: 1139px) {
  #slider.request .imgWrapper .slider img {
    height: 193px;
  }
}

#voice {
  position: relative;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  #voice {
    height: 915px;
  }
}
@media screen and (min-width: 1140px) {
  #voice {
    height: 915px;
  }
}
@media screen and (max-width: 1139px) {
  #voice {
    height: 2675px;
  }
}
#voice .sectionWrapper {
  width: 100%;
  overflow: hidden;
  background-color: #E5E2F0;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper {
    height: 915px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper {
    height: 2675px;
  }
}
#voice .sectionWrapper .bg {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .bg {
    top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .bg {
    z-index: 10;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .bg {
    height: 915px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .bg {
    height: 200px;
  }
}
#voice .sectionWrapper .sectionTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionTitle {
    top: 52px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionTitle {
    top: 304px;
  }
}
#voice .sectionWrapper .sectionWrapper2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 {
    top: 169px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 {
    top: 382px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 {
    row-gap: 69px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 {
    row-gap: 40px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 {
    width: 310px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard {
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard {
    justify-content: start;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard {
    width: 530px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard {
    width: 310px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard {
    height: 280px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-right: 14px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-right: 0;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    width: 320px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper {
    width: 290px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 {
  margin-top: 0;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 {
    height: 46px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #C5064B;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span:first-child, #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span.sp {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span:first-child, #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span.sp {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span.pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper h4 span.sp {
    display: none;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper p {
  padding-top: 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  color: #000033;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper p {
    font-size: 14px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper p.sp-name {
  margin-top: 34px;
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .textWrapper p.sp-name {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .imgWrapper {
    padding-top: 37px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .imgWrapper {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .imgWrapper {
    width: 210px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .imgWrapper {
    width: 180px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .imgWrapper {
    height: 220px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard .imgWrapper p {
  margin-top: 18px;
  width: 180px;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .imgWrapper p {
    display: none;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard .pin {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .pin {
    top: -14px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .pin {
    top: -20px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard .cardNumber {
  position: absolute;
  transform: rotate(-14.1deg);
  transform-origin: center center;
  font-family: braisetto, script;
  font-style: normal;
  font-size: 42px;
  font-weight: 400;
  color: #FC97A5;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .cardNumber {
    top: 8px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .cardNumber {
    top: 15px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .cardNumber {
    left: 445px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard .cardNumber {
    left: 30px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .textWrapper .noClass {
    padding-right: 70px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    top: 189px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    top: 234px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    left: 257px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    left: 276px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    width: 33px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    width: 25px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    height: 37px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:first-child .cardOrnament img {
    height: 33px;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard:nth-child(3) .cardOrnament img {
  position: absolute;
  top: 241px;
  left: 269px;
  width: 25px;
  height: 33px;
}
@media screen and (min-width: 1140px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:nth-child(3) .cardOrnament img {
    display: none;
  }
}
#voice .sectionWrapper .sectionWrapper2 .voiceCard:nth-child(4) .cardOrnament img {
  position: absolute;
  top: 236px;
  left: 259px;
  width: 25px;
  height: 33px;
}
@media screen and (max-width: 1139px) {
  #voice .sectionWrapper .sectionWrapper2 .voiceCard:nth-child(4) .cardOrnament img {
    display: none;
  }
}
#voice .ornament img {
  position: absolute;
}
#voice .ornament img:first-child {
  top: -30px;
  left: -38px;
  width: 138px;
  height: 131px;
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:first-child {
    display: none;
  }
}
#voice .ornament img:nth-child(2) {
  top: 439px;
  left: 31px;
  width: 46px;
  height: 54px;
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(2) {
    display: none;
  }
}
#voice .ornament img:nth-child(3) {
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(3) {
    bottom: 23px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(3) {
    bottom: 7px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(3) {
    transform: translateX(calc(-50% + -423px));
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(3) {
    transform: translateX(calc(-50% + 106px));
  }
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(3) {
    width: 67px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(3) {
    width: 44px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(3) {
    height: 68px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(3) {
    height: 45px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(4) {
    bottom: -42px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(4) {
    bottom: 141px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(4) {
    right: 0;
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(4) {
    right: -14px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(4) {
    width: 497px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(4) {
    width: 307px;
  }
}
@media screen and (min-width: 1140px) {
  #voice .ornament img:nth-child(4) {
    height: 110px;
  }
}
@media screen and (max-width: 1139px) {
  #voice .ornament img:nth-child(4) {
    height: 68px;
  }
}

#ribbonedLink {
  position: relative;
  width: 100%;
}
#ribbonedLink a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ribbonedLink img {
  position: absolute;
  left: 50%;
}
#ribbonedLink img.photo {
  bottom: 0;
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.photo {
    transform: translateX(calc(-50% + 7px));
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.photo {
    transform: translateX(calc(-50% + -9px));
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.photo {
    width: 459px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.photo {
    width: 358px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.photo {
    height: 293px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.photo {
    height: 226px;
  }
}
#ribbonedLink img.mount {
  bottom: 8px;
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.mount {
    transform: translateX(calc(-50% + -6px));
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.mount {
    transform: translateX(calc(-50% + 5px));
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.mount {
    width: 459px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.mount {
    width: 350px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.mount {
    height: 293px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.mount {
    height: 222px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.ribbon {
    bottom: 41px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.ribbon {
    bottom: -57px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.ribbon {
    transform: translateX(calc(-50% + 303px));
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.ribbon {
    transform: translateX(calc(-50% + 60px));
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.bubble {
    bottom: 24px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.bubble {
    bottom: -72px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.bubble {
    transform: translateX(calc(-50% + 268px));
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.bubble {
    transform: translateX(calc(-50% + 26px));
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.view {
    bottom: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.view {
    bottom: -78px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.view {
    transform: translateX(calc(-50% + 294px));
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.view {
    transform: translateX(calc(-50% + 44px));
  }
}
#ribbonedLink img.more {
  bottom: 13px;
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.more {
    bottom: 13px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.more {
    bottom: -80px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink img.more {
    transform: translateX(calc(-50% + 305px));
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink img.more {
    transform: translateX(calc(-50% + 55px));
  }
}
#ribbonedLink h2 {
  position: absolute;
  left: 50%;
  transform-origin: center center;
  margin: 0;
  width: 76px;
  height: 45px;
}
@media screen and (min-width: 1140px) {
  #ribbonedLink h2 {
    bottom: 57px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink h2 {
    bottom: -43px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink h2 {
    transform: translateX(calc(-50% + 289px)) rotate(-2.3deg);
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink h2 {
    transform: translateX(calc(-50% + 47px)) rotate(-2.3deg);
  }
}
#ribbonedLink h2 span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000033;
}
#ribbonedLink.first {
  height: 380px;
}
#ribbonedLink.request {
  margin-bottom: 150px;
  height: 422px;
}
#ribbonedLink.request .ornament img {
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #ribbonedLink.request .ornament img {
    bottom: -43px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink.request .ornament img {
    bottom: -88px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink.request .ornament img {
    transform: translateX(calc(-50% + -497px));
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink.request .ornament img {
    transform: translateX(calc(-50% + -155px));
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink.request .ornament img {
    width: 46px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink.request .ornament img {
    width: 31px;
  }
}
@media screen and (min-width: 1140px) {
  #ribbonedLink.request .ornament img {
    height: 54px;
  }
}
@media screen and (max-width: 1139px) {
  #ribbonedLink.request .ornament img {
    height: 36px;
  }
}

#QA {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #QA {
    padding-top: 101px;
  }
}
@media screen and (max-width: 1139px) {
  #QA {
    padding-top: 178px;
  }
}
@media screen and (min-width: 1140px) {
  #QA {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 1139px) {
  #QA {
    padding-bottom: 167px;
  }
}
#QA h3 {
  margin-bottom: 54px;
}
#QA .list .acdCheck {
  display: none;
}
#QA .list .acdCheck:checked + .acdLabel + .acdContent {
  position: relative;
  visibility: visible;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: start;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent {
    width: 648px;
    height: 70px;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent {
    padding-right: 6px;
    padding-left: 6px;
    width: 100%;
    max-width: 375px;
    height: 124px;
  }
}
#QA .list .acdCheck:checked + .acdLabel + .acdContent p {
  padding-top: 10px;
  height: 69px;
}
#QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerTitle {
  width: 40px;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #C5064B;
}
#QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent {
  padding-left: 15px;
  width: 608px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #231815;
}
@media screen and (min-width: 1140px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent {
    width: calc(100% - 46px);
    max-width: 329px;
  }
}
#QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent span {
  display: block;
}
@media screen and (min-width: 1140px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent span {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent span {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdCheck:checked + .acdLabel + .acdContent p.answerContent span {
    transform: translateY(-7px);
    line-height: 2;
  }
}
#QA .list .acdLabel {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  color: white;
}
@media screen and (min-width: 1140px) {
  #QA .list .acdLabel {
    width: 648px;
    height: 40px;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdLabel {
    padding-right: 6px;
    padding-left: 6px;
    width: 100%;
    max-width: 375px;
    height: 84px;
  }
}
@media screen and (max-width: 1139px) and (max-width: 1139px) {
  #QA .list .acdLabel {
    background-color: rgba(252, 151, 165, 0.32);
  }
}
#QA .list .acdLabel p {
  height: 40px;
}
#QA .list .acdLabel p:first-of-type {
  position: absolute;
  width: 40px;
  background-color: #C5064B;
  border-radius: 50%;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
@media screen and (min-width: 1140px) {
  #QA .list .acdLabel p:first-of-type {
    top: 0;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdLabel p:first-of-type {
    top: 22px;
  }
}
@media screen and (min-width: 1140px) {
  #QA .list .acdLabel p:first-of-type {
    left: 0;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdLabel p:first-of-type {
    left: 6px;
  }
}
#QA .list .acdLabel p:nth-of-type(2) {
  width: 628px;
  height: 40px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #231815;
}
@media screen and (min-width: 1140px) {
  #QA .list .acdLabel p:nth-of-type(2) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdLabel p:nth-of-type(2) {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1140px) {
  #QA .list .acdLabel p:nth-of-type(2) {
    background-color: rgba(252, 151, 165, 0.32);
  }
}
@media screen and (min-width: 1140px) {
  #QA .list .acdLabel p:nth-of-type(2) {
    line-height: 40px;
  }
}
@media screen and (max-width: 1139px) {
  #QA .list .acdLabel p:nth-of-type(2) {
    line-height: 20px;
  }
}
#QA .list .acdLabel span {
  width: 20px;
  height: 40px;
  background-color: white;
}
@media screen and (max-width: 1139px) {
  #QA .list .acdLabel span {
    display: none;
  }
}
#QA .list .acdLabel img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1139px) {
  #QA .list .acdLabel img {
    display: none;
  }
}
#QA .list .acdContent {
  visibility: hidden;
  transition: 0.5s;
  height: 0;
}
#QA .ornament img {
  position: absolute;
}
#QA .ornament img:first-child {
  top: -18px;
  left: -21px;
  width: 128px;
  height: 84px;
}
@media screen and (max-width: 1139px) {
  #QA .ornament img:first-child {
    display: none;
  }
}
#QA .ornament img:nth-child(2) {
  top: 155px;
  right: -18px;
  width: 118px;
  height: 174px;
}
@media screen and (max-width: 1139px) {
  #QA .ornament img:nth-child(2) {
    display: none;
  }
}
#QA .ornament img:nth-child(3) {
  top: 204px;
  left: 50%;
  transform: translateX(calc(-50% - 123px));
  width: 31px;
  height: 36px;
}
@media screen and (min-width: 1140px) {
  #QA .ornament img:nth-child(3) {
    display: none;
  }
}
#QA .ornament img:nth-child(4) {
  bottom: 13px;
  left: -21px;
  width: 96px;
  height: 95px;
}
@media screen and (min-width: 1140px) {
  #QA .ornament img:nth-child(4) {
    display: none;
  }
}

#requestIntroduction {
  position: relative;
  padding-top: 139px;
  padding-bottom: 140px;
}
#requestIntroduction .sectionWrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #requestIntroduction .sectionWrapper {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #requestIntroduction .sectionWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1139px) {
  #requestIntroduction .sectionWrapper {
    max-width: 375px;
  }
}
#requestIntroduction .ornament img {
  position: absolute;
  top: 21px;
  right: -31px;
  width: 73px;
  height: 68px;
}
@media screen and (min-width: 1140px) {
  #requestIntroduction .ornament img {
    display: none;
  }
}

#pastEvents {
  position: relative;
}
#pastEvents h3 {
  margin-bottom: 70px;
}
#pastEvents .sectionWrapper {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper {
    justify-content: start;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper {
    width: 340px;
  }
}
#pastEvents .sectionWrapper article {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article {
    height: 482px;
  }
}
#pastEvents .sectionWrapper article h4 {
  margin-top: 0;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FC97A5;
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article h4 {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article h4 {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article h4 {
    font-size: 14px;
  }
}
#pastEvents .sectionWrapper article img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article img {
    top: 60px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article img {
    top: 27px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article img {
    left: 0;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article img {
    left: -8px;
  }
}
#pastEvents .sectionWrapper article .table {
  position: absolute;
  left: 0;
  text-align: left;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table {
    top: 72px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article .table {
    top: 39px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article .table {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table {
    width: 540px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article .table {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table {
    height: 429px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table {
    font-size: 15px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article .table {
    font-size: 13px;
  }
}
#pastEvents .sectionWrapper article .table .tr {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: 33px;
}
#pastEvents .sectionWrapper article .table .tr p {
  padding: 0;
  height: 14px;
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table .tr p:first-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article .table .tr p:first-child {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table .tr p:first-child {
    width: 95px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article .table .tr p:first-child {
    width: 90px;
  }
}
#pastEvents .sectionWrapper article .table .tr p.year {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: start;
}
#pastEvents .sectionWrapper article .table .tr p.year span {
  display: block;
}
#pastEvents .sectionWrapper article .table .tr p.month {
  text-align: end;
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article .table .tr.pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article .table .tr.sp, #pastEvents .sectionWrapper article .table .tr.sp-top {
    display: none;
  }
}
#pastEvents .sectionWrapper article .table .tr.sp-top {
  height: 18px;
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article:first-child {
    height: 482px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article:first-child {
    height: 587px;
  }
}
@media screen and (min-width: 1140px) {
  #pastEvents .sectionWrapper article:last-child {
    height: 482px;
  }
}
@media screen and (max-width: 1139px) {
  #pastEvents .sectionWrapper article:last-child {
    height: 250px;
  }
}
#pastEvents .ornament img {
  position: absolute;
}
#pastEvents .ornament img:first-child {
  top: -135px;
  left: -62px;
  width: 153px;
  height: 189px;
}
@media screen and (max-width: 1139px) {
  #pastEvents .ornament img:first-child {
    display: none;
  }
}
#pastEvents .ornament img:nth-child(2) {
  top: 466px;
  left: 50%;
  transform: translateX(calc(-50% + 407px));
  width: 148px;
  height: 133px;
}
@media screen and (max-width: 1139px) {
  #pastEvents .ornament img:nth-child(2) {
    display: none;
  }
}
#pastEvents .ornament img:nth-child(3) {
  top: 70px;
  right: 17px;
  width: 35px;
  height: 54px;
}
@media screen and (min-width: 1140px) {
  #pastEvents .ornament img:nth-child(3) {
    display: none;
  }
}

#courses {
  position: relative;
  padding-bottom: 110px;
}
@media screen and (min-width: 1140px) {
  #courses {
    padding-top: 139px;
  }
}
@media screen and (max-width: 1139px) {
  #courses {
    padding-top: 107px;
  }
}
#courses .sp-remarks {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  width: 340px;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
}
@media screen and (min-width: 1140px) {
  #courses .sp-remarks {
    display: none;
  }
}
#courses .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 31px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #courses .cards {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards {
    width: 340px;
  }
}
#courses .cards .card {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.08);
}
#courses .cards .card:nth-child(11) {
  box-shadow: none;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card {
    width: 164px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card {
    height: 462px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card {
    height: 234px;
  }
}
#courses .cards .card .imgWrapper {
  position: relative;
  object-fit: contain;
  overflow: hidden;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper {
    width: 164px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper {
    height: 270px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper {
    height: 130px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper img {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper img {
    width: 164px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper img {
    height: 270px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper img {
    height: 130px;
  }
}
#courses .cards .card .imgWrapper p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper p {
    width: 231px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper p {
    width: 130px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper p {
    height: 41px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper p {
    height: 20px;
  }
}
#courses .cards .card .imgWrapper p span {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #C5064B;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper p span {
    font-size: 10px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper p span:nth-child(2) {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper p span:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .imgWrapper p span:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper p span:nth-child(2) {
    font-size: 10px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .imgWrapper p span:nth-child(2) {
    /*最小フォントサイズをかいくぐる方法*/
    display: block;
    transform: scale(0.7);
    transform-origin: center center;
    white-space: nowrap;
  }
}
#courses .cards .card .description {
  margin-right: auto;
  margin-left: auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .description {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .description {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .description {
    width: 310px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .description {
    width: 182px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .description {
    height: 66px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .description {
    height: 40px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .description {
    font-size: 10px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .description {
    line-height: 1.57;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .description {
    line-height: 1.33;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .description {
    /*最小フォントサイズをかいくぐる方法*/
    display: block;
    transform: scale(0.9);
    transform-origin: left top;
  }
}
#courses .cards .card .information {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information {
    width: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information {
    width: 164px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information {
    height: 105px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information {
    height: 54px;
  }
}
#courses .cards .card .information .wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper {
    width: 230px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper {
    width: 164px;
  }
}
#courses .cards .card .information .wrapper .wrapper2 {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 {
    margin-bottom: 4px;
  }
}
#courses .cards .card .information .wrapper .wrapper2 p {
  background-color: #FC97A5;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    width: 46px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    width: 30px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p:nth-child(2) {
    width: 58px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p:nth-child(2) {
    width: 34px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    height: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    height: 12px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    border-radius: 12px;
  }
}
#courses .cards .card .information .wrapper .wrapper2 p:last-child {
  background-color: #C5064B;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    font-size: 8px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    line-height: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p {
    line-height: 12px;
  }
}
#courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child {
  position: relative;
}
#courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
  content: "Rie";
  position: absolute;
  left: 0;
  background-color: #989898;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    top: 23px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    top: 14px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    width: 46px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    width: 30px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    line-height: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    line-height: 12px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper .wrapper2 p.withRie:last-child::after {
    border-radius: 12px;
  }
}
#courses .cards .card .information .wrapper > p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper > p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper > p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper > p:first-of-type {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper > p:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper > p:first-of-type {
    line-height: 1;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper > p:first-of-type {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper > p:first-of-type.pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper > p:first-of-type.sp {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper > p:first-of-type.twoLine {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper > p:first-of-type.twoLine {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper > p:nth-of-type(n+2) {
    line-height: 1.62;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper > p:nth-of-type(n+2) {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper > p:nth-of-type(n+2).pc {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper > p:nth-of-type(n+2).sp {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper2 {
    width: 230px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper2 {
    width: 164px;
  }
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 {
    row-gap: 8px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 {
    row-gap: 4px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 {
    width: 240px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 {
    width: 132px;
  }
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div {
    width: 118px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div {
    width: 65px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div {
    height: 31px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div {
    height: 15px;
  }
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 div > span:first-child {
  position: relative;
  border-radius: 2px;
  background-color: #999999;
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 div > span:first-child span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 11px;
  color: white;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div > span:first-child span {
    transform: translate(-40%, -30%);
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div > span:first-child span {
    transform: translate(-45%, -40%) scale(0.5);
    transform-origin: center center;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div > span:last-child {
    font-size: 13px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div > span:last-child {
    font-size: 10px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div > span:last-child {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nensho > span:first-child {
    width: 31px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nensho > span:first-child {
    width: 15px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nensho > span:first-child {
    height: 31px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nensho > span:first-child {
    height: 15px;
  }
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 div.nensho > span:first-child span {
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nencho > span:first-child {
    width: 50px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nencho > span:first-child {
    width: 38px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nencho > span:first-child {
    height: 31px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.nencho > span:first-child {
    height: 15px;
  }
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 div.nencho > span:first-child span {
  width: 50px;
  height: 31px;
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 div.price span {
  background-color: white;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.elementary3rd > span:first-child {
    width: 50px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.elementary3rd > span:first-child {
    width: 38px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.elementary3rd > span:first-child {
    height: 31px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .wrapper.oneKids .wrapper3 div.elementary3rd > span:first-child {
    height: 15px;
  }
}
#courses .cards .card .information .wrapper.oneKids .wrapper3 div.elementary3rd > span:first-child span {
  width: 50px;
  height: 31px;
}
#courses .cards .card .information .instructorPhoto {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto {
    top: -12px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto {
    top: 7px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto {
    right: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto {
    right: 2px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto {
    width: 74px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto {
    width: 35px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto {
    height: 74px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto {
    height: 35px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto img {
    width: 74px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto img {
    width: 35px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto img {
    height: 74px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto img {
    height: 35px;
  }
}
#courses .cards .card .information .instructorPhoto img:nth-child(2) {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    top: 42px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    top: 24px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    left: -50px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    left: -24px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    width: 54px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    width: 27px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    height: 54px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card .information .instructorPhoto img:nth-child(2) {
    height: 27px;
  }
}
#courses .cards .card:nth-child(12) {
  position: relative;
  box-shadow: none;
}
#courses .cards .card:nth-child(12) .ornament img {
  position: absolute;
}
@media screen and (min-width: 1140px) {
  #courses .cards .card:nth-child(12) .ornament img {
    top: 218px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card:nth-child(12) .ornament img {
    top: 79px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card:nth-child(12) .ornament img {
    left: 124px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card:nth-child(12) .ornament img {
    left: 51px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card:nth-child(12) .ornament img {
    width: 168px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card:nth-child(12) .ornament img {
    width: 78px;
  }
}
@media screen and (min-width: 1140px) {
  #courses .cards .card:nth-child(12) .ornament img {
    height: 128px;
  }
}
@media screen and (max-width: 1139px) {
  #courses .cards .card:nth-child(12) .ornament img {
    height: 71px;
  }
}
#courses .cards .card:nth-child(12) .ornament img.card-ornament {
  display: initial;
}
#courses .ornament img {
  position: absolute;
}
#courses .ornament img:first-child {
  top: 200px;
  right: -42px;
  width: 106px;
  height: 98px;
}
@media screen and (max-width: 1139px) {
  #courses .ornament img:first-child {
    display: none;
  }
}
#courses .ornament img:nth-child(2) {
  top: 1168px;
  left: -7px;
  width: 85px;
  height: 102px;
}
@media screen and (max-width: 1139px) {
  #courses .ornament img:nth-child(2) {
    display: none;
  }
}

#schedules {
  position: relative;
  padding-bottom: 87px;
}
#schedules h3 {
  margin-bottom: 57px;
}
#schedules .tableWrapper {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #schedules .tableWrapper {
    width: 618px;
  }
}
@media screen and (max-width: 1139px) {
  #schedules .tableWrapper {
    width: 340px;
  }
}
#schedules .tableWrapper table {
  width: 618px;
  border: 1px solid #E5E5E5;
  border-collapse: collapse;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
}
#schedules .tableWrapper table tbody {
  width: 618px;
}
#schedules .tableWrapper table tbody tr {
  width: 100%;
  height: 54px;
}
#schedules .tableWrapper table tbody tr th, #schedules .tableWrapper table tbody tr td {
  padding: 0;
  border: 1px solid #E5E5E5;
  text-align: center;
}
#schedules .tableWrapper table tbody tr td {
  border-style: dashed solid;
}
#schedules .tableWrapper table tbody tr td.hourHeader {
  position: sticky;
  z-index: 10;
  left: 0;
  width: 115px !important;
  background-color: white;
}
#schedules .tableWrapper table tbody tr.topRow {
  height: 55px;
}
#schedules .tableWrapper table tbody tr.topRow th {
  background-color: #E5E5E5;
  font-weight: 400;
  font-size: 16px;
  line-height: 55px;
}
#schedules .tableWrapper table tbody tr.topRow td {
  position: sticky;
}
#schedules .tableWrapper table tbody tr.topRow td span {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 1px;
  background-color: #E5E5E5;
  transform: rotate(25.56deg);
  transform-origin: 0 0;
}
#schedules .tableWrapper table tbody tr.topRow td p {
  position: absolute;
  font-size: 14px;
  line-height: 1;
}
#schedules .tableWrapper table tbody tr.topRow td p.hour {
  bottom: 9px;
  left: 32px;
}
#schedules .tableWrapper table tbody tr.topRow td p.day {
  top: 17px;
  right: 9px;
}
#schedules .tableWrapper table tbody tr.hour10 {
  height: 28px;
}
#schedules .tableWrapper table tbody tr.hour22 {
  height: 36px;
}
#schedules .tableWrapper table tbody tr th.dayHeader {
  width: 71px !important;
}
#schedules .tableWrapper table tbody tr th.hourHeader {
  position: sticky;
  z-index: 10;
  left: 0;
  width: 115px !important;
  background-color: #E5E5E5;
  vertical-align: bottom;
}
#schedules .tableWrapper table tbody tr th.hourHeader span {
  position: absolute;
  top: -9px;
  left: 32px;
  font-size: 16px;
  line-height: 1;
}
#schedules .tableWrapper table tbody tr th.hourHeader:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #E5E5E5;
}
#schedules .tableWrapper table tbody tr td .lesson {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
}
#schedules .tableWrapper table tbody tr td .lesson span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}
#schedules .tableWrapper table tbody tr td.mon14 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.mon14 .lesson {
  height: 69px;
  background-color: #FC97A5;
}
#schedules .tableWrapper table tbody tr td.mon14 .lesson span {
  width: 60px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
#schedules .tableWrapper table tbody tr td.mon19 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.mon19 .lesson {
  top: 22px;
  height: 48px;
  background-color: #E8D049;
}
#schedules .tableWrapper table tbody tr td.mon19 .lesson span {
  width: 60px;
  text-align: left;
  font-size: 12px;
}
#schedules .tableWrapper table tbody tr td.mon20 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.mon20 .lesson {
  top: 27px;
  height: 69px;
  background-color: #FC97A5;
}
#schedules .tableWrapper table tbody tr td.mon20 .lesson span {
  width: 60px;
  text-align: left;
  font-size: 12px;
}
#schedules .tableWrapper table tbody tr td.tue11 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.tue11 .lesson {
  height: 53px;
  background-color: #709B50;
}
#schedules .tableWrapper table tbody tr td.tue11 .lesson span {
  font-size: 10px;
}
#schedules .tableWrapper table tbody tr td.tue15 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.tue15 .lesson {
  top: 26px;
  height: 45px;
  background-color: #009944;
}
#schedules .tableWrapper table tbody tr td.tue15 .lesson span {
  text-align: center;
  font-size: 9px;
  line-height: 1.44;
}
#schedules .tableWrapper table tbody tr td.tue16 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.tue16 .lesson {
  top: 23px;
  height: 45px;
  background-color: #009944;
}
#schedules .tableWrapper table tbody tr td.tue16 .lesson span {
  text-align: center;
  font-size: 9px;
  line-height: 1.44;
}
#schedules .tableWrapper table tbody tr td.tue17 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.tue17 .lesson {
  top: 27px;
  height: 45px;
  background-color: #00984B;
}
#schedules .tableWrapper table tbody tr td.tue17 .lesson span {
  text-align: center;
  font-size: 9px;
  line-height: 1.44;
}
#schedules .tableWrapper table tbody tr td.tue20 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.tue20 .lesson {
  top: 0;
  height: 48px;
  background-color: #C5064B;
}
#schedules .tableWrapper table tbody tr td.tue20 .lesson span {
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
}
#schedules .tableWrapper table tbody tr td.tue21 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.tue21 .lesson {
  top: 0;
  height: 54px;
  background-color: #35AEDD;
}
#schedules .tableWrapper table tbody tr td.tue21 .lesson span {
  width: 60px;
  text-align: left;
  font-size: 12px;
  line-height: 1.42;
}
#schedules .tableWrapper table tbody tr td.wed16 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.wed16 .lesson {
  top: 0;
  height: 54px;
  background-color: #ED811B;
}
#schedules .tableWrapper table tbody tr td.wed16 .lesson span {
  font-size: 9px;
}
#schedules .tableWrapper table tbody tr td.wed20 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.wed20 .lesson {
  top: 0;
  height: 54px;
  background-color: #C5064B;
}
#schedules .tableWrapper table tbody tr td.wed20 .lesson span {
  font-size: 12px;
  line-height: 1.42;
}
#schedules .tableWrapper table tbody tr td.thu19 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.thu19 .lesson {
  top: 12px;
  height: 48px;
  background-color: #C6B198;
}
#schedules .tableWrapper table tbody tr td.thu19 .lesson span {
  font-size: 12px;
}
#schedules .tableWrapper table tbody tr td.fri15 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.fri15 .lesson {
  top: 26px;
  height: 48px;
  background-color: #0071BB;
}
#schedules .tableWrapper table tbody tr td.fri15 .lesson span {
  text-align: left;
  font-size: 12px;
  line-height: 1.25;
}
#schedules .tableWrapper table tbody tr td.sat18 {
  position: relative;
}
#schedules .tableWrapper table tbody tr td.sat18 .lesson {
  top: 8px;
  height: 48px;
  background-color: #989898;
}
#schedules .tableWrapper table tbody tr td.sat18 .lesson span {
  font-size: 12px;
  line-height: 1.25;
}
#schedules .ornament img {
  position: absolute;
  top: 709px;
  left: 37px;
  width: 46px;
  height: 54px;
}
@media screen and (max-width: 1139px) {
  #schedules .ornament img {
    display: none;
  }
}

#assistantEducation .sectionWrapper {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  height: 506px;
  object-fit: contain;
  overflow: hidden;
}
#assistantEducation .sectionWrapper > img {
  width: calc(100vw - (100vw - 100%));
  height: 506px;
}
#assistantEducation .sectionWrapper .sectionTitle {
  position: absolute;
  top: 52px;
}
#assistantEducation .sectionWrapper .cards {
  position: absolute;
  top: 144px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1080px;
}
@media screen and (max-width: 1139px) {
  #assistantEducation .sectionWrapper .cards {
    display: none;
  }
}
#assistantEducation .sectionWrapper .cards .card {
  display: flex;
  flex-direction: column;
  width: 261px;
}
#assistantEducation .sectionWrapper .cards .card .title {
  display: flex;
  flex-direction: row;
  margin-bottom: 13px;
}
#assistantEducation .sectionWrapper .cards .card .title .number {
  position: relative;
  transform: translateX(-8px);
  width: 83px;
  height: 76px;
}
#assistantEducation .sectionWrapper .cards .card .title .number img {
  width: 83px;
  height: 76px;
}
#assistantEducation .sectionWrapper .cards .card .title .number p {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 33px;
  height: 35px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 35px;
  color: #C5064B;
}
#assistantEducation .sectionWrapper .cards .card .title > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 11px;
  padding-top: 25px;
  padding-bottom: 4px;
}
#assistantEducation .sectionWrapper .cards .card .title > p.no1 {
  justify-content: space-between;
}
#assistantEducation .sectionWrapper .cards .card .title > p span {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  color: #C5064B;
}
#assistantEducation .sectionWrapper .cards .card .content {
  position: relative;
  width: 261px;
  height: 161px;
  background-color: white;
  border-radius: 3px;
}
#assistantEducation .sectionWrapper .cards .card .content p {
  padding-top: 7px;
  padding-right: 24px;
  padding-left: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #000033;
}
#assistantEducation .sectionWrapper .cards .card .content img {
  position: absolute;
}
#assistantEducation .sectionWrapper .cards .card .content img:first-of-type {
  top: -10px;
  right: -10px;
  width: 33px;
  height: 46px;
}
#assistantEducation .sectionWrapper .cards .card .content img:nth-of-type(2) {
  top: 99px;
  left: 214px;
  width: 24px;
  height: 34px;
}
#assistantEducation .sectionWrapper .swiper {
  position: absolute;
  top: 144px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
}
@media screen and (min-width: 1140px) {
  #assistantEducation .sectionWrapper .swiper {
    display: none;
  }
}
#assistantEducation .sectionWrapper .swiper .card {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  width: 261px;
}
#assistantEducation .sectionWrapper .swiper .card .title {
  display: flex;
  flex-direction: row;
  margin-bottom: 13px;
}
#assistantEducation .sectionWrapper .swiper .card .title .number {
  position: relative;
  transform: translateX(-8px);
  width: 83px;
  height: 76px;
}
#assistantEducation .sectionWrapper .swiper .card .title .number img {
  width: 83px;
  height: 76px;
}
#assistantEducation .sectionWrapper .swiper .card .title .number p {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 38px;
  height: 35px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 35px;
  color: #C5064B;
}
#assistantEducation .sectionWrapper .swiper .card .title > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 144px;
  background-color: #E6E3F1;
  margin-left: 11px;
  padding-top: 25px;
  padding-bottom: 4px;
}
#assistantEducation .sectionWrapper .swiper .card .title > p.no1 {
  justify-content: space-between;
}
#assistantEducation .sectionWrapper .swiper .card .title > p span {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  color: #C5064B;
}
#assistantEducation .sectionWrapper .swiper .card .content {
  position: relative;
  width: 261px;
  height: 161px;
  background-color: white;
  border-radius: 3px;
}
#assistantEducation .sectionWrapper .swiper .card .content p {
  padding-top: 7px;
  padding-right: 24px;
  padding-left: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #000033;
}
#assistantEducation .sectionWrapper .swiper .card .content img {
  position: absolute;
}
#assistantEducation .sectionWrapper .swiper .card .content img:first-of-type {
  top: -10px;
  right: -10px;
  width: 33px;
  height: 46px;
}
#assistantEducation .sectionWrapper .swiper .card .content img:nth-of-type(2) {
  top: 99px;
  left: 214px;
  width: 24px;
  height: 34px;
}
@media screen and (max-width: 1139px) {
  #assistantEducation .sectionWrapper .swiper .card .content img:nth-of-type(2) {
    display: none;
  }
}
#assistantEducation .sectionWrapper .swiper .card .content img:nth-of-type(3) {
  top: 117px;
  left: 59px;
  width: 16px;
  height: 23px;
}
@media screen and (min-width: 1140px) {
  #assistantEducation .sectionWrapper .swiper .card .content img:nth-of-type(3) {
    display: none;
  }
}
#assistantEducation .sectionWrapper .ornament img {
  position: absolute;
  top: 459px;
  left: 50%;
  transform: translateX(calc(-50% + 142px));
  width: 16px;
  height: 23px;
}
@media screen and (max-width: 1139px) {
  #assistantEducation .sectionWrapper .ornament img {
    display: none;
  }
}
#assistantEducation .price {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price {
    height: 375px;
  }
}
@media screen and (max-width: 1139px) {
  #assistantEducation .price {
    height: 392px;
  }
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price img {
    width: 357px;
  }
}
@media screen and (max-width: 1139px) {
  #assistantEducation .price img {
    width: 333px;
  }
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price img {
    height: 191px;
  }
}
@media screen and (max-width: 1139px) {
  #assistantEducation .price img {
    height: 172px;
  }
}
#assistantEducation .price .ornament img {
  position: absolute;
}
#assistantEducation .price .ornament img:first-child {
  left: 50%;
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price .ornament img:first-child {
    top: 264px;
  }
}
@media screen and (max-width: 1139px) {
  #assistantEducation .price .ornament img:first-child {
    top: 325px;
  }
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price .ornament img:first-child {
    transform: translateX(calc(-50% + 481px));
  }
}
@media screen and (max-width: 1139px) {
  #assistantEducation .price .ornament img:first-child {
    transform: translateX(calc(-50% + -84px));
  }
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price .ornament img:first-child {
    width: 67px;
  }
}
@media screen and (max-width: 1139px) {
  #assistantEducation .price .ornament img:first-child {
    width: 33px;
  }
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price .ornament img:first-child {
    height: 68px;
  }
}
@media screen and (max-width: 1139px) {
  #assistantEducation .price .ornament img:first-child {
    height: 33px;
  }
}
#assistantEducation .price .ornament img:nth-child(2) {
  top: 20px;
  left: 50%;
  transform: translateX(calc(-50% + 97px));
  width: 21px;
  height: 25px;
}
@media screen and (min-width: 1140px) {
  #assistantEducation .price .ornament img:nth-child(2) {
    display: none;
  }
}

#about-greeting {
  position: relative;
  padding-top: 172px;
  padding-bottom: 81px;
}
@media screen and (min-width: 1140px) {
  #about-greeting {
    padding-top: 172px;
  }
}
@media screen and (max-width: 1139px) {
  #about-greeting {
    padding-top: 80px;
  }
}
#about-greeting .sectionWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #about-greeting .sectionWrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #about-greeting .sectionWrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1140px) {
  #about-greeting .sectionWrapper {
    width: 976px;
  }
}
@media screen and (max-width: 1139px) {
  #about-greeting .sectionWrapper {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #about-greeting .sectionWrapper .text {
    width: 647px;
  }
}
@media screen and (max-width: 1139px) {
  #about-greeting .sectionWrapper .text {
    width: 340px;
  }
}
#about-greeting .sectionWrapper .text p {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 2.69;
  color: #231815;
}
#about-greeting .sectionWrapper .text p.separate {
  margin-bottom: 31px;
}
#about-greeting .sectionWrapper .photo {
  width: 329px;
}
@media screen and (min-width: 1140px) {
  #about-greeting .sectionWrapper .photo {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1139px) {
  #about-greeting .sectionWrapper .photo {
    padding-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  #about-greeting .sectionWrapper .photo {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  #about-greeting .sectionWrapper .photo {
    padding-bottom: 50px;
  }
}
#about-greeting .sectionWrapper .photo .photoWrapper {
  position: relative;
  width: 329px;
  height: 439px;
}
#about-greeting .sectionWrapper .photo .photoWrapper img {
  position: absolute;
}
#about-greeting .sectionWrapper .photo .photoWrapper img:first-child {
  right: 0;
  bottom: 0;
  width: 302px;
  height: 416px;
}
#about-greeting .sectionWrapper .photo .photoWrapper img:last-child {
  top: 0;
  left: 0;
  width: 316px;
  height: 428px;
}
#about-greeting .ornament img {
  position: absolute;
  top: 508px;
  left: -62px;
  width: 153px;
  height: 189px;
}
@media screen and (max-width: 1139px) {
  #about-greeting .ornament img {
    display: none;
  }
}

#about-access {
  padding-bottom: 64px;
}
@media screen and (min-width: 1140px) {
  #about-access {
    height: 522px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access {
    height: 820px;
  }
}
#about-access .sectionTitle {
  padding-bottom: 37px;
}
#about-access .sectionWrapper {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper {
    justify-content: start;
  }
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper {
    width: 979px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper {
    width: 340px;
  }
}
#about-access .sectionWrapper table {
  border-bottom: 1px solid #666666;
  border-collapse: collapse;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: black;
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper table {
    width: 468px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper table {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper table {
    font-size: 16px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper table {
    font-size: 13px;
  }
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper table tbody {
    width: 468px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper table tbody {
    width: 340px;
  }
}
#about-access .sectionWrapper table tbody tr {
  padding-top: 15px;
  padding-bottom: 17px;
  height: 48px;
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper table tbody tr {
    width: 468px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper table tbody tr {
    width: 340px;
  }
}
#about-access .sectionWrapper table tbody tr.twoLine {
  height: 74px;
}
#about-access .sectionWrapper table tbody tr th {
  border-bottom: 1px solid #666666;
  text-align: left;
  font-weight: 500;
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper table tbody tr th {
    padding-left: 11px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper table tbody tr th {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper table tbody tr th {
    width: 153px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper table tbody tr th {
    width: 90px;
  }
}
#about-access .sectionWrapper table tbody tr td {
  border-bottom: 1px solid #666666;
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper table tbody tr td {
    width: 315px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper table tbody tr td {
    width: 250px;
  }
}
#about-access .sectionWrapper table tbody tr td span {
  display: block;
}
#about-access .sectionWrapper table tbody tr td span:nth-child(2) {
  margin-top: 10px;
}
#about-access .sectionWrapper .map {
  height: 260px;
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper .map {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper .map {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper .map {
    width: 470px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper .map {
    width: 100%;
  }
}
#about-access .sectionWrapper .map iframe {
  height: 260px;
}
@media screen and (min-width: 1140px) {
  #about-access .sectionWrapper .map iframe {
    width: 470px;
  }
}
@media screen and (max-width: 1139px) {
  #about-access .sectionWrapper .map iframe {
    width: 100%;
  }
}

#payment {
  position: relative;
}
@media screen and (min-width: 1140px) {
  #payment {
    padding-bottom: 340px;
  }
}
@media screen and (max-width: 1139px) {
  #payment {
    padding-bottom: 50px;
  }
}
#payment .sectionTitle {
  margin-bottom: 22px;
}
#payment p {
  margin-bottom: 34px;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1140px) {
  #payment p {
    font-size: 21px;
  }
}
@media screen and (max-width: 1139px) {
  #payment p {
    font-size: 15px;
  }
}
#payment .cashlessPayment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment {
    width: 437px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment > img {
    width: 437px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment > img {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment > img {
    height: 31px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment > img {
    height: 24px;
  }
}
#payment .cashlessPayment .articleWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment .articleWrapper {
    padding-right: 93px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment .articleWrapper {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment .articleWrapper {
    padding-left: 93px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment .articleWrapper {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment .articleWrapper img:first-child {
    width: 98px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment .articleWrapper img:first-child {
    width: 76px;
  }
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment .articleWrapper img:first-child {
    height: 27px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment .articleWrapper img:first-child {
    height: 21px;
  }
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment .articleWrapper img:nth-child(2) {
    width: 93px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment .articleWrapper img:nth-child(2) {
    width: 72px;
  }
}
@media screen and (min-width: 1140px) {
  #payment .cashlessPayment .articleWrapper img:nth-child(2) {
    height: 27px;
  }
}
@media screen and (max-width: 1139px) {
  #payment .cashlessPayment .articleWrapper img:nth-child(2) {
    height: 21px;
  }
}
#payment .ornament img {
  position: absolute;
}
@media screen and (max-width: 1139px) {
  #payment .ornament img {
    display: none;
  }
}
#payment .ornament img:first-child {
  top: 21px;
  left: 50%;
  transform: translateX(calc(-50% + 381px));
  width: 122px;
  height: 112px;
}
#payment .ornament img:nth-child(2) {
  top: 160px;
  left: 50%;
  transform: translateX(calc(-50% - 393px));
  width: 46px;
  height: 54px;
}

#contactForm {
  padding-top: 94px;
  padding-bottom: 668px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 17px;
  line-height: 1;
  color: black;
}
@media screen and (min-width: 1140px) {
  #contactForm {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1139px) {
  #contactForm {
    padding-bottom: 50px;
  }
}
#contactForm .sectionWrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #contactForm .sectionWrapper {
    width: 630px;
  }
}
@media screen and (max-width: 1139px) {
  #contactForm .sectionWrapper {
    width: 340px;
  }
}
#contactForm .sectionWrapper .form {
  margin-bottom: 22px;
}
#contactForm .sectionWrapper .form label {
  display: block;
  margin-bottom: 6px;
  height: 21px;
}
@media screen and (min-width: 1140px) {
  #contactForm .sectionWrapper .form label {
    width: 630px;
  }
}
@media screen and (max-width: 1139px) {
  #contactForm .sectionWrapper .form label {
    width: 340px;
  }
}
#contactForm .sectionWrapper .form input {
  display: block;
  height: 34px;
  border: 1px solid #666666;
  color: #666666;
}
@media screen and (min-width: 1140px) {
  #contactForm .sectionWrapper .form input {
    width: 630px;
  }
}
@media screen and (max-width: 1139px) {
  #contactForm .sectionWrapper .form input {
    width: 340px;
  }
}
#contactForm .sectionWrapper .form.name {
  height: 61px;
}
#contactForm .sectionWrapper .form.name label span {
  height: 25px;
  line-height: 1.47;
}
#contactForm .sectionWrapper .form.name label span:nth-child(2) {
  margin-left: 5px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 1px;
  background-color: red;
  color: white;
}
#contactForm .sectionWrapper .form.tel {
  height: 61px;
}
#contactForm .sectionWrapper .form.tel label span {
  height: 25px;
  line-height: 1.47;
}
#contactForm .sectionWrapper .form.mail > label {
  margin-bottom: 8px;
  height: 61px;
}
#contactForm .sectionWrapper .form.mail > label span:first-of-type {
  display: block;
  margin-bottom: 6px;
  height: 21px;
}
#contactForm .sectionWrapper .form.mail .wpcf7-list-item.first {
  margin-left: 0;
}
#contactForm .sectionWrapper .form.mail button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 187px;
  height: 40px;
  background-color: #8F2022;
  text-align: center;
  line-height: 40px;
  color: white;
}
#contactForm .sectionWrapper .form.mail button label {
  width: 187px;
  height: 40px;
}
#contactForm .sectionWrapper .form.mail button label input {
  width: 187px;
  height: 40px;
  border: initial;
  color: white;
}
#contactForm .sectionWrapper .form.body {
  margin-bottom: 163px;
}
@media screen and (min-width: 1140px) {
  #contactForm .sectionWrapper .form.body {
    width: 630px;
  }
}
@media screen and (max-width: 1139px) {
  #contactForm .sectionWrapper .form.body {
    width: 340px;
  }
}
#contactForm .sectionWrapper .form.body label {
  height: 21px;
}
#contactForm .sectionWrapper .form.body label span {
  display: block;
}
#contactForm .sectionWrapper .form.body label span:first-of-type {
  margin-bottom: 6px;
}
#contactForm .sectionWrapper .form.body label span:nth-of-type(2) {
  height: 91px;
}
#contactForm .sectionWrapper .form.body label span:nth-of-type(2) textarea {
  height: 91px;
  border: 1px solid #666666;
}
@media screen and (min-width: 1140px) {
  #contactForm .sectionWrapper .form.body label span:nth-of-type(2) textarea {
    width: 630px;
  }
}
@media screen and (max-width: 1139px) {
  #contactForm .sectionWrapper .form.body label span:nth-of-type(2) textarea {
    width: 340px;
  }
}
#contactForm .sectionWrapper .form .checkbox {
  margin-top: 8px;
  margin-bottom: 22px;
}
#contactForm .sectionWrapper .form .checkbox input {
  display: inline;
  width: 17px;
  height: 17px;
}
#contactForm .sectionWrapper .form .checkbox label {
  display: inline;
  font-size: 17px;
  line-height: 1;
}

#single {
  width: calc(100vw - (100vw - 100%));
}
@media screen and (min-width: 1140px) {
  #single {
    padding-top: 0;
  }
}
@media screen and (max-width: 1139px) {
  #single {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1140px) {
  #single {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1139px) {
  #single {
    padding-bottom: 45px;
  }
}
#single > span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1139px) {
  #single > span {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  #single > span {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1139px) {
  #single > span {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1140px) {
  #single > span {
    height: 40px;
  }
}
@media screen and (max-width: 1139px) {
  #single > span {
    height: 70px;
  }
}
#single h1 {
  margin-right: auto;
  margin-left: auto;
  /*6-1-2.css除け*/
  position: static;
  transform: none;
  text-align: start;
  letter-spacing: normal;
  text-transform: none;
  color: black;
}
@media screen and (min-width: 1140px) {
  #single h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1139px) {
  #single h1 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1140px) {
  #single h1 {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #single h1 {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  #single h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1139px) {
  #single h1 {
    font-size: 20px;
  }
}
#single article {
  margin-right: auto;
  margin-left: auto;
  min-height: 400px;
}
@media screen and (min-width: 1140px) {
  #single article {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  #single article {
    width: 340px;
  }
}
#single article p {
  margin-bottom: 20px;
}

#contact {
  width: 100%;
  background-color: #f8e1e9;
}
@media screen and (min-width: 1140px) {
  #contact {
    height: 206px;
  }
}
@media screen and (max-width: 1139px) {
  #contact {
    height: 347px;
  }
}
#contact .sectionWrapper {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper {
    align-items: start;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper {
    align-items: center;
  }
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper {
    width: 610px;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper {
    width: 300px;
  }
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper {
    height: 206px;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper {
    height: 298px;
  }
}
#contact .sectionWrapper .telHour {
  width: 300px;
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper .telHour {
    padding-top: 42px;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper .telHour {
    padding-top: 51px;
  }
}
#contact .sectionWrapper .telHour .articleWrapper {
  padding-top: 16px;
  width: 300px;
  height: 122px;
  background-color: white;
}
#contact .sectionWrapper .telHour .articleWrapper .remarks {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 14px;
  width: 300px;
  height: 34px;
}
#contact .sectionWrapper .telHour .articleWrapper .remarks p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000033;
}
#contact .sectionWrapper .telHour .articleWrapper .number {
  padding-left: 26px;
  width: 300px;
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 34px;
  color: #C5064B;
}
#contact .sectionWrapper .telHour .articleWrapper .hour {
  padding-left: 52px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #000033;
}
#contact .sectionWrapper .mail {
  width: 273px;
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper .mail {
    padding-top: 59px;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper .mail {
    padding-top: 0;
  }
}
#contact .sectionWrapper .mail .remarks {
  padding-left: 3px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000033;
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper .mail .remarks {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper .mail .remarks {
    margin-bottom: 16px;
  }
}
#contact .sectionWrapper .mail a {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 61px;
  width: 260px;
  height: 45px;
  background-color: #C5064B;
  border-radius: 45px;
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper .mail a {
    margin-right: 0;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper .mail a {
    margin-right: auto;
  }
}
@media screen and (min-width: 1140px) {
  #contact .sectionWrapper .mail a {
    margin-left: 0;
  }
}
@media screen and (max-width: 1139px) {
  #contact .sectionWrapper .mail a {
    margin-left: auto;
  }
}
#contact .sectionWrapper .mail a p {
  padding-left: 8px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: white;
}
#contact .sectionWrapper .mail a:hover {
  background-color: #FC97A5;
}

footer {
  position: relative;
  overflow: hidden;
  background-color: white;
}
@media screen and (min-width: 1140px) {
  footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 1139px) {
  footer {
    padding-top: 50px;
  }
}
footer .footerNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 1140px) {
  footer .footerNav {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav {
    width: 1080px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav {
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav {
    height: 98px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav {
    height: 261px;
  }
}
footer .footerNav .logoWrapper {
  width: 195px;
  height: 52px;
}
footer .footerNav .logoWrapper img {
  width: 195px;
  height: 52px;
}
footer .footerNav .links {
  display: flex;
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links {
    flex-direction: row;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links {
    flex-direction: column;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links {
    width: 250px;
  }
}
footer .footerNav .links ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul {
    row-gap: 0;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul {
    row-gap: 27px;
  }
}
footer .footerNav .links ul li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul li {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li {
    padding-left: 0;
  }
}
footer .footerNav .links ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li:first-child {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul li:nth-child(2) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul li:nth-child(3) {
    padding-right: 0;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li:nth-child(3) {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul li:nth-child(3) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li:nth-child(3) {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul li:nth-child(4) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li:nth-child(4) {
    padding-left: 0;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul li:nth-child(5) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li:nth-child(5) {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links ul li:nth-child(6) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links ul li:nth-child(6) {
    padding-left: 0;
  }
}
footer .footerNav .links ul li a {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #000033;
}
footer .footerNav .links .sns {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links .sns {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links .sns {
    padding-top: 69px;
  }
}
@media screen and (min-width: 1140px) {
  footer .footerNav .links .sns {
    width: 120px;
  }
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links .sns {
    width: 233px;
  }
}
footer .footerNav .links .sns p {
  margin-bottom: 7px;
}
@media screen and (max-width: 1139px) {
  footer .footerNav .links .sns p {
    display: none;
  }
}
footer .footerNav .links .sns p span {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #666666;
}
footer .footerNav .links .sns .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3px;
}
footer .footerNav .goToTop {
  position: relative;
  width: 16px;
  height: 98px;
}
@media screen and (max-width: 1139px) {
  footer .footerNav .goToTop {
    display: none;
  }
}
footer .footerNav .goToTop p {
  position: absolute;
  top: 40px;
  right: -20px;
  width: 70px;
  text-align: start;
  transform: rotate(90deg);
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #C7B299;
}
footer .footerNav .goToTop img {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 81px;
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 48px;
}
footer .copyright p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
}
@media screen and (min-width: 1140px) {
  footer .copyright p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1139px) {
  footer .copyright p {
    font-size: 10px;
  }
}
footer .ornament img {
  position: absolute;
}
footer .ornament img:first-child {
  top: 0;
  right: -41px;
  width: 152px;
  height: 213px;
}
@media screen and (max-width: 1139px) {
  footer .ornament img:first-child {
    display: none;
  }
}
footer .ornament img:nth-child(2) {
  bottom: -26px;
  right: -48px;
  width: 107px;
  height: 104px;
}
@media screen and (min-width: 1140px) {
  footer .ornament img:nth-child(2) {
    display: none;
  }
}

.grecaptcha-badge {
  display: none;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 1;
}

/*レイアウト確認用*/

/*# sourceMappingURL=style.css.map */

