@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: #0860b6;
}

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: top;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

body {
  width: 100%;
  background: #ffffff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #444444;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section {
    width: 600px;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pr {
  position: relative;
}

.link_btn {
  position: absolute;
  z-index: 1;
}

.fv {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-bottom: 50px;
  }
}

.plan .btn_more, .plan .btn_close {
  cursor: pointer;
}
.plan .more_content {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  height: 0;
}
.plan .more_content.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.plan_menu .link_btn {
  width: 43%;
  height: 20%;
}
.plan_menu .link_btn.link_plan01 {
  top: 6%;
  left: 5%;
}
.plan_menu .link_btn.link_plan02 {
  top: 6%;
  left: 52%;
}
.plan_menu .link_btn.link_plan03 {
  top: 27%;
  left: 5%;
}
.plan_menu .link_btn.link_plan04 {
  top: 27%;
  left: 52%;
}
.plan_menu .link_btn.link_plan05 {
  top: 47%;
  left: 5%;
}
.plan_menu .link_btn.link_plan06 {
  top: 47%;
  left: 52%;
}
.plan_menu .link_btn.link_plan07 {
  top: 67%;
  left: 5%;
}
.plan_menu .link_btn.link_plan08 {
  top: 67%;
  left: 52%;
}

.plan01 {
  padding-bottom: 30px;
  background-color: #e5f8fa;
}
@media screen and (min-width: 768px) {
  .plan01 {
    padding-bottom: 62px;
  }
}

.plan02 {
  padding-bottom: 32px;
  background-color: #fdf6e8;
}
@media screen and (min-width: 768px) {
  .plan02 {
    padding-bottom: 65px;
  }
}

.plan03 {
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .plan03 {
    padding-bottom: 57px;
  }
}

.plan04,
.plan06 {
  padding-bottom: 35px;
  background-color: #fdf6e8;
}
@media screen and (min-width: 768px) {
  .plan04,
  .plan06 {
    padding-bottom: 71px;
  }
}

.plan05 {
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .plan05 {
    padding-bottom: 70px;
  }
}

.class_area .link_btn {
  height: 6%;
}
.class_area .link_btn.link_tokyo01 {
  width: 32%;
  top: 44%;
  left: 5%;
}
.class_area .link_btn.link_tokyo02 {
  width: 32%;
  top: 44%;
  left: 44%;
}
.class_area .link_btn.link_kanagawa {
  width: 22%;
  top: 56%;
  left: 5%;
}
.class_area .link_btn.link_saitama {
  width: 18%;
  top: 56%;
  left: 33%;
}
.class_area .link_btn.link_chiba {
  width: 18%;
  top: 56%;
  left: 57%;
}
.class_area .link_btn.link_aichi {
  width: 18%;
  top: 68.5%;
  left: 5%;
}
.class_area .link_btn.link_kyoto {
  width: 18%;
  top: 68.5%;
  left: 29%;
}
.class_area .link_btn.link_osaka {
  width: 18%;
  top: 68.5%;
  left: 53%;
}
.class_area .link_btn.link_hyogo {
  width: 18%;
  top: 68.5%;
  left: 78%;
}
.class_area .link_btn.link_fukuoka {
  width: 18%;
  top: 81%;
  left: 5%;
}

/*
.point {
	.link_btn {
		width: 22%;
		height: 3%;
		bottom: 3.5%;
		left: 21%;
	}
}*/
.price {
  margin-bottom: 50px;
}

.faq {
  margin-bottom: 30px;
}
.faq dl {
  margin-bottom: 30px;
}
.faq dl dt {
  margin-top: 20px;
  cursor: pointer;
}
.faq dl dt::before, .faq dl dt::after {
  position: absolute;
  content: "";
  width: 5%;
  height: 3px;
  background-color: #02bdc7;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  transition: all 0.5s ease-in-out;
}
.faq dl dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq dl dt.open::after {
  transform: translateY(-50%) rotate(360deg);
}
.faq dl dd {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  height: 0px;
}
.faq dl dd.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.faq dl dd .link_btn {
  width: 80%;
  left: 15%;
}
.faq dl dd .link_btn.link_faq01-01 {
  height: 7%;
  bottom: 23%;
}
.faq dl dd .link_btn.link_faq01-02 {
  height: 7%;
  bottom: 13%;
}
.faq dl dd .link_btn.link_faq02-01 {
  height: 7%;
  bottom: 26%;
}
.faq dl dd .link_btn.link_faq02-02 {
  height: 7%;
  bottom: 16%;
}
.faq dl dd .link_btn.link_faq03-01 {
  height: 9%;
  bottom: 20%;
}
.faq dl dd .link_btn.link_faq03-02 {
  height: 4%;
  bottom: 14%;
}
.faq dl dd .link_btn.link_faq03-03 {
  height: 4%;
  bottom: 8%;
}
.faq dl dd .link_btn.link_faq04-01 {
  height: 10%;
  bottom: 46%;
}
.faq dl dd .link_btn.link_faq04-02 {
  height: 10%;
  bottom: 30%;
}

.seasonal_class .link_btn {
  width: 24%;
  height: 22%;
  bottom: 26%;
}
.seasonal_class .link_btn.link_spring {
  left: 5.5%;
}
.seasonal_class .link_btn.link_summer {
  left: 38%;
}
.seasonal_class .link_btn.link_winter {
  left: 70.5%;
}

.footer {
  background-color: #f5f5f5;
}
.footer .link_btn {
  width: 80%;
  height: 16%;
  top: 50%;
  left: 4%;
  top: 16%;
}
.footer .footer_links_01 li {
  position: relative;
  width: 90%;
  margin: 10px auto;
  padding: 0.52em 0;
  background-color: #fff;
  border-radius: 6px;
  text-align: left;
  padding-left: 2em;
}
.footer .footer_links_01 li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.footer .footer_links_01 li::before, .footer .footer_links_01 li::after {
  content: "＞";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1em;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%) scaleX(0.5);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.footer .footer_links_01 li::after {
  content: "";
  position: absolute;
  background-color: #02bdc7;
  border-radius: 30px;
  z-index: 5;
  transform: translateY(-50%);
}
.footer .footer_links_02 li {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0.7em 0;
  border-top: 1px solid #cfcecf;
  text-align: left;
}
.footer .footer_links_02 li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.footer .footer_links_02 li:last-child {
  border-bottom: 1px solid #cfcecf;
}
.footer .footer_links_02 li::before {
  content: "＞";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0.6);
  font-size: 20px;
  font-weight: bold;
  color: #02bdc7;
  z-index: 10;
}
.footer .footer_links_03 {
  width: 90%;
  margin: 30px auto;
  padding: 10% 0;
  background-color: #fff;
  border-radius: 6px;
}
.footer .footer_links_03 p {
  font-size: 16px;
  font-weight: bold;
  color: #02bdc7;
  margin-bottom: 10%;
}
.footer .footer_links_03 ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer .footer_links_03 ul li {
  text-align: left;
}
.footer .footer_links_03 ul li a {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: #000;
  line-height: 2;
  padding-right: 1.4em;
}
.footer .footer_links_03 ul li a::before {
  content: "";
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="14px" viewBox="0 0 16 14" class="text-theme"><path fill-rule="evenodd" d="M2.0,11.999 L2.0,0.0 L15.999,0.0 L15.999,11.999 L2.0,11.999 ZM14.999,2.0 L2.999,2.0 L2.999,11.0 L14.999,11.0 L14.999,2.0 ZM12.999,12.999 L12.999,13.999 L0.0,14.0 L0.0,2.0 L0.999,2.0 L0.999,3.0 L0.999,7.0 L0.999,12.999 L11.999,12.999 L12.999,12.999 Z" fill="%2302bdc7"></path></svg>') no-repeat center center/contain;
}
.footer .footer_links_04 {
  position: relative;
}
.footer .footer_links_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #cfcecf;
}
.footer .footer_links_04 {
  margin: 30px auto 0;
  padding: 10% 5% 5%;
  background-color: #fff;
}
.footer .footer_links_04 p {
  font-size: 11px;
  color: #666;
  line-height: 1.7;
  text-align: left;
}
.footer .footer_links_04 p a {
  color: #666;
  text-decoration: underline;
}
.footer .footer_links_05 {
  background-color: #fff;
  padding: 10% 5% 5%;
}
.footer .footer_links_05 ul li a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-bottom: 0.5em;
}
.footer .footer_links_05 ul li.ir {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 1.4em;
}
.footer .footer_links_05 ul li.ir::before {
  content: "";
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="14px" viewBox="0 0 16 14" class="text-theme"><path fill-rule="evenodd" d="M2.0,11.999 L2.0,0.0 L15.999,0.0 L15.999,11.999 L2.0,11.999 ZM14.999,2.0 L2.999,2.0 L2.999,11.0 L14.999,11.0 L14.999,2.0 ZM12.999,12.999 L12.999,13.999 L0.0,14.0 L0.0,2.0 L0.999,2.0 L0.999,3.0 L0.999,7.0 L0.999,12.999 L11.999,12.999 L12.999,12.999 Z" fill="%2302bdc7"></path></svg>') no-repeat center center/contain;
}
.footer .copyright {
  font-size: 10px;
  color: #666;
  text-align: center;
  background-color: #fff;
  padding: 10px 0 100px;
}

.fixed_button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0 auto;
  transform: translateY(150px);
  transition: all 0.6s ease-in-out;
}
@media screen and (min-width: 768px) {
  .fixed_button {
    left: calc(50% - 300px);
    width: 600px;
  }
}
.fixed_button .fixed_button_inner {
  margin: 0 auto;
}
.fixed_button .fixed_button_inner p:first-child {
  width: 18.6666666667%;
}
.fixed_button .fixed_button_inner p:last-child {
  width: 81.3333333333%;
}
.fixed_button.show {
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */