@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-padding-top: 103px;
  /* 推奨: 標準プロパティを使用 */
  text-size-adjust: 100%;
}

body {
  background-color: #FCF5FA;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
}
body a {
  text-decoration: none;
}
body li {
  list-style: none;
}
body img {
  width: 100%;
  height: auto;
}
body main {
  margin-top: 103px;
}
body .section_title_en {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #DA9DC8;
  font-size: 24px;
  text-align: center;
  line-height: 1.445;
}
body .section_title {
  font-weight: 700;
  color: #B90885;
  font-size: 28px;
  text-align: center;
  line-height: 1.448;
}
body .section_title_box {
  margin: 0 auto;
  width: 317px;
}
body .section_title_box .section_title_img {
  width: 100%;
}
body .section_title_box .section_title_en.onnpu {
  margin-top: -1.445em;
}
body .pc_btn {
  font-weight: 500;
  line-height: 52px;
  display: inline-block;
  height: 51px;
  border-radius: 50px;
  padding-left: 27px;
  letter-spacing: 0.02em;
  background-color: #B90885;
  color: #FFFFFF;
}
body .pc_btn .btn_right_arrow {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 14px;
}
body .pc_btn .btn_right_arrow::before,
body .pc_btn .btn_right_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9.8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
body .pc_btn .btn_right_arrow::before {
  transform: rotate(59.05deg);
}
body .pc_btn .btn_right_arrow::after {
  transform: rotate(-59.05deg);
}
body .marker {
  background-color: rgba(185, 8, 133, 0.1294117647);
}
body .btn_line {
  position: relative;
  border-radius: 18px;
  width: 299px;
}
body .btn_line::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}

@media (1280px <= width) {
  .pc_btn:hover {
    background-color: #9A076C;
  }
  .btn_line:hover::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (768px <= width <= 1279px) {
  body main {
    margin-top: 48px;
  }
}
@media (width <= 767px) {
  body main {
    margin-top: 48px;
  }
  body .section_title_en {
    font-size: 16px;
  }
  body .section_title {
    font-size: 20px;
  }
  body .section_title_box {
    width: 160px;
  }
}
header {
  font-weight: 400;
  position: fixed;
  z-index: 10;
  top: 0;
  height: 103px;
  width: 100%;
  background-color: #FCF5FA;
  box-shadow: 0px 2px 10px 0px rgba(191, 113, 168, 0.3019607843);
  display: flex;
  color: #333333;
}
header .title {
  width: 250px;
  height: 228px;
  margin-left: -3px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  box-shadow: 0px 2px 10px 0px rgba(191, 113, 168, 0.3019607843);
}
header .title a {
  display: inline-block;
  width: 58.4%;
  margin-top: 17.2%;
  margin-left: 21.2%;
}
header nav {
  width: 82.7777777778%;
}
header nav .menu-toggle {
  display: none;
  width: 28px;
  height: 16px;
  cursor: pointer;
  margin-top: 16px;
  margin-left: auto;
  margin-right: 16px;
  padding-top: 8px;
}
header nav .menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B90885;
  position: relative;
}
header nav .menu-toggle span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B90885;
  position: absolute;
  top: -8px;
  transition: all 0.3s ease;
}
header nav .menu-toggle span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B90885;
  position: absolute;
  top: 8px;
  transition: all 0.3s ease;
}
header nav .header_nav {
  display: flex;
}
header nav .header_nav li {
  font-size: 16px;
  margin-left: 2.5167785235%;
}
header nav .header_nav li:nth-child(6) {
  margin-top: 22px;
  margin-left: auto;
}
header nav .header_nav li:nth-child(6) .pc_btn {
  width: 236px;
}
header nav .header_nav li:nth-child(6) .pc_btn .btn_right_arrow {
  margin-left: 17px;
}
header nav .header_nav li:nth-child(7) {
  margin-top: 22px;
  margin-left: 13px;
  margin-right: 10px;
}
header nav .header_nav li:nth-child(7) .pc_btn {
  width: 171px;
}
header nav .header_nav li:nth-child(7) .pc_btn .btn_right_arrow {
  margin-left: 17px;
}
header nav .header_nav .link {
  margin-top: 33px;
  line-height: 2;
}
header nav .header_nav .link:nth-child(1) {
  margin-left: 4.9496644295%;
  padding-bottom: 10px;
}
header nav .header_nav .link:nth-child(1) p {
  width: 124px;
}
header nav .header_nav .link:nth-child(1) .header_dropmenu {
  height: 222px;
  margin-left: -14px;
}
header nav .header_nav .link:nth-child(2) {
  padding-bottom: 10px;
}
header nav .header_nav .link:nth-child(2) p {
  width: 140px;
}
header nav .header_nav .link:nth-child(2) .header_dropmenu {
  height: 90px;
  margin-left: 33px;
}
header nav .header_nav .link p {
  cursor: pointer;
}
header nav .header_nav .link .down_arrow {
  display: inline-block;
  margin-left: 4px;
  vertical-align: 4px;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 4px;
}
header nav .header_nav .link .down_arrow::before,
header nav .header_nav .link .down_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 5.6px;
  border-radius: 9999px;
  background-color: #B90885;
  transform-origin: 50% calc(100% - 0.5px);
}
header nav .header_nav .link .down_arrow::before {
  transform: rotate(49.4deg);
}
header nav .header_nav .link .down_arrow::after {
  transform: rotate(-49.4deg);
}
header nav .header_nav .link .header_dropmenu {
  display: none;
  position: absolute;
  margin-top: 10px;
  padding-top: 9px;
  width: 188px;
  background-color: #FFFFFF;
  border-radius: 18px;
}
header nav .header_nav .link .header_dropmenu li {
  margin-top: 8px;
  margin-left: 16px;
}
header nav .header_nav .link .header_dropmenu li a {
  font-size: 14px;
  line-height: 1.8;
  width: 156px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .header_nav .link .header_dropmenu li a .right_arrow {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 4px;
  height: 8px;
}
header nav .header_nav .link .header_dropmenu li a .right_arrow::before,
header nav .header_nav .link .header_dropmenu li a .right_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5.6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #B90885;
  transform-origin: calc(100% - 0.5px) 50%;
}
header nav .header_nav .link .header_dropmenu li a .right_arrow::before {
  transform: rotate(49.4deg);
}
header nav .header_nav .link .header_dropmenu li a .right_arrow::after {
  transform: rotate(-49.4deg);
}
header nav .header_nav .link .header_dropmenu::after {
  position: absolute;
  top: -8px;
  left: 85px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

@media (1280px <= width) {
  header .title a:hover {
    background-color: #f0f0f0;
  }
  header nav .header_nav .link .header_dropmenu li a:hover {
    background-color: #f0f0f0;
  }
  header nav .header_nav .link:hover .header_dropmenu,
  header nav .header_nav .link:focus-within .header_dropmenu {
    display: block;
  }
  header nav .header_nav .link:hover p .down_arrow::before,
  header nav .header_nav .link:focus-within p .down_arrow::before {
    transform: rotate(-49.4deg);
    transform-origin: 50% 0.5px;
  }
  header nav .header_nav .link:hover p .down_arrow::after,
  header nav .header_nav .link:focus-within p .down_arrow::after {
    transform: rotate(49.4deg);
    transform-origin: 50% 0.5px;
  }
  header nav .header_nav .link:hover p,
  header nav .header_nav .link:hover .link_hover {
    background-color: #f0f0f0;
  }
}
@media (1280px <= width <= 1439px) {
  header .title {
    width: 222.22px;
    height: 202.66px;
  }
  header nav .header_nav li {
    margin-left: 1.5%;
  }
  header nav .header_nav li:nth-child(6) {
    margin-right: -5px;
  }
  header nav .header_nav .link:nth-child(1) {
    margin-left: 1.5%;
  }
}
@media (768px <= width <= 1279px) {
  header {
    height: 52px;
  }
  header .title {
    width: 137px;
    height: 124.94px;
    margin-left: 0px;
    border-bottom-left-radius: 109.6px;
    border-bottom-right-radius: 109.6px;
    box-shadow: 0px 1.1px 5.48px 0px rgba(191, 113, 168, 0.3019607843);
    z-index: 11;
  }
  header .title a {
    width: 100px;
    height: 75px;
    margin-top: 18px;
    margin-left: 18px;
  }
  header nav {
    width: 100vw;
    margin-left: -137px;
  }
  header nav .menu-toggle {
    display: block;
  }
  header nav .menu-toggle.open span {
    visibility: hidden;
  }
  header nav .menu-toggle.open span::before {
    top: 0;
    transform: rotate(45deg);
    visibility: visible;
  }
  header nav .menu-toggle.open span::after {
    top: 0;
    transform: rotate(-45deg);
    visibility: visible;
  }
  header nav .header_nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 48px;
    right: 0;
    background-color: #FFFFFF;
    width: 100vw;
    max-width: 375px;
    padding-top: 70px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 48px;
  }
  header nav .header_nav li {
    margin-left: 0;
    height: 56px;
    border-bottom: solid 1px #FCF5FA;
  }
  header nav .header_nav li:nth-child(6), header nav .header_nav li:nth-child(7) {
    margin-top: 0;
    margin-left: 0;
  }
  header nav .header_nav li:nth-child(6) .pc_btn, header nav .header_nav li:nth-child(7) .pc_btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #ffffff;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    padding-left: 11px;
  }
  header nav .header_nav li:nth-child(6) .pc_btn .btn_right_arrow, header nav .header_nav li:nth-child(7) .pc_btn .btn_right_arrow {
    display: none;
  }
  header nav .header_nav .link {
    margin-top: 0;
    line-height: 56px;
    padding-left: 0;
  }
  header nav .header_nav .link:nth-child(1) {
    margin-left: 0;
  }
  header nav .header_nav .link:nth-child(1), header nav .header_nav .link:nth-child(2) {
    padding-bottom: 0;
    height: auto;
  }
  header nav .header_nav .link:nth-child(1) p, header nav .header_nav .link:nth-child(2) p {
    width: 100%;
  }
  header nav .header_nav .link:nth-child(1) p .down_arrow, header nav .header_nav .link:nth-child(2) p .down_arrow {
    float: right;
    margin-top: 28px;
    margin-right: 11px;
  }
  header nav .header_nav .link:nth-child(1) p .down_arrow::before, header nav .header_nav .link:nth-child(2) p .down_arrow::before {
    transform: rotate(0deg);
    border-radius: 0;
    width: 1px;
    height: 8px;
    left: 50%;
    transform-origin: 50% 100%;
  }
  header nav .header_nav .link:nth-child(1) p .down_arrow::after, header nav .header_nav .link:nth-child(2) p .down_arrow::after {
    transform: rotate(90deg);
    width: 1px;
    height: 8px;
    left: -0.5px;
    top: -8.5px;
    transform-origin: 50% 100%;
  }
  header nav .header_nav .link:nth-child(1) .header_dropmenu, header nav .header_nav .link:nth-child(2) .header_dropmenu {
    height: auto;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  header nav .header_nav .link p {
    padding-left: 11px;
  }
  header nav .header_nav .link a {
    padding-left: 11px;
  }
  header nav .header_nav .link .link_hover {
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav .header_nav .link .header_dropmenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: static;
    width: 100%;
    border-radius: 0;
  }
  header nav .header_nav .link .header_dropmenu li {
    margin-top: 0;
    margin-left: 0;
    height: 48px;
    border-bottom: 0;
  }
  header nav .header_nav .link .header_dropmenu li a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding-left: 11px;
    display: block;
    line-height: 48px;
  }
  header nav .header_nav .link .header_dropmenu li a .right_arrow {
    display: none;
  }
  header nav .header_nav .link .header_dropmenu li:nth-child(1) {
    border-top: solid 1px #FCF5FA;
  }
  header nav .header_nav .link.open .down_arrow::before {
    display: none;
  }
  header nav .header_nav .link.closed .down_arrow::before {
    display: block;
  }
  header nav .header_nav.open {
    display: flex;
  }
  header.open {
    background-color: #FFFFFF;
    border-bottom: solid 1px #FCF5FA;
  }
}
@media (width <= 767px) {
  header {
    height: 52px;
  }
  header .title {
    width: 137px;
    height: 124.94px;
    margin-left: 0px;
    border-bottom-left-radius: 109.6px;
    border-bottom-right-radius: 109.6px;
    box-shadow: 0px 1.1px 5.48px 0px rgba(191, 113, 168, 0.3019607843);
    z-index: 11;
  }
  header .title a {
    width: 100px;
    height: 75px;
    margin-top: 18px;
    margin-left: 18px;
  }
  header nav {
    width: 100vw;
    margin-left: -137px;
  }
  header nav .menu-toggle {
    display: block;
  }
  header nav .menu-toggle.open span {
    visibility: hidden;
  }
  header nav .menu-toggle.open span::before {
    top: 0;
    transform: rotate(45deg);
    visibility: visible;
  }
  header nav .menu-toggle.open span::after {
    top: 0;
    transform: rotate(-45deg);
    visibility: visible;
  }
  header nav .header_nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 48px;
    right: 0;
    background-color: #FFFFFF;
    width: 100vw;
    max-width: 375px;
    padding-top: 70px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 48px;
  }
  header nav .header_nav li {
    margin-left: 0;
    height: 56px;
    border-bottom: solid 1px #FCF5FA;
  }
  header nav .header_nav li:nth-child(6), header nav .header_nav li:nth-child(7) {
    margin-top: 0;
    margin-left: 0;
  }
  header nav .header_nav li:nth-child(6) .pc_btn, header nav .header_nav li:nth-child(7) .pc_btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #ffffff;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    padding-left: 11px;
  }
  header nav .header_nav li:nth-child(6) .pc_btn .btn_right_arrow, header nav .header_nav li:nth-child(7) .pc_btn .btn_right_arrow {
    display: none;
  }
  header nav .header_nav .link {
    margin-top: 0;
    line-height: 56px;
    padding-left: 0;
  }
  header nav .header_nav .link:nth-child(1) {
    margin-left: 0;
  }
  header nav .header_nav .link:nth-child(1), header nav .header_nav .link:nth-child(2) {
    padding-bottom: 0;
    height: auto;
  }
  header nav .header_nav .link:nth-child(1) p, header nav .header_nav .link:nth-child(2) p {
    width: 100%;
  }
  header nav .header_nav .link:nth-child(1) p .down_arrow, header nav .header_nav .link:nth-child(2) p .down_arrow {
    float: right;
    margin-top: 28px;
    margin-right: 11px;
  }
  header nav .header_nav .link:nth-child(1) p .down_arrow::before, header nav .header_nav .link:nth-child(2) p .down_arrow::before {
    transform: rotate(0deg);
    border-radius: 0;
    width: 1px;
    height: 8px;
    left: 50%;
    transform-origin: 50% 100%;
  }
  header nav .header_nav .link:nth-child(1) p .down_arrow::after, header nav .header_nav .link:nth-child(2) p .down_arrow::after {
    transform: rotate(90deg);
    width: 1px;
    height: 8px;
    left: -0.5px;
    top: -8.5px;
    transform-origin: 50% 100%;
  }
  header nav .header_nav .link:nth-child(1) .header_dropmenu, header nav .header_nav .link:nth-child(2) .header_dropmenu {
    height: auto;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  header nav .header_nav .link p {
    padding-left: 11px;
  }
  header nav .header_nav .link a {
    padding-left: 11px;
  }
  header nav .header_nav .link .link_hover {
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav .header_nav .link .header_dropmenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: static;
    width: 100%;
    border-radius: 0;
  }
  header nav .header_nav .link .header_dropmenu li {
    margin-top: 0;
    margin-left: 0;
    height: 48px;
    border-bottom: 0;
  }
  header nav .header_nav .link .header_dropmenu li a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding-left: 11px;
    display: block;
    line-height: 48px;
  }
  header nav .header_nav .link .header_dropmenu li a .right_arrow {
    display: none;
  }
  header nav .header_nav .link .header_dropmenu li:nth-child(1) {
    border-top: solid 1px #FCF5FA;
  }
  header nav .header_nav .link.open .down_arrow::before {
    display: none;
  }
  header nav .header_nav .link.closed .down_arrow::before {
    display: block;
  }
  header nav .header_nav.open {
    display: flex;
  }
  header.open {
    background-color: #FFFFFF;
    border-bottom: solid 1px #FCF5FA;
  }
}
footer {
  margin-top: 118px;
  padding-top: 80px;
  background-color: #FFFFFF;
}
footer .content_box {
  margin-left: 12.2916666667%;
  width: 75%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
}
footer .content_box .box:nth-child(1) {
  width: 31.3888888889%;
}
footer .content_box .box:nth-child(1) .footer_logo {
  width: 54.2772861357%;
  display: inline-block;
  margin-left: 0.8%;
  margin-top: -12px;
  margin-bottom: 6.8px;
}
footer .content_box .box:nth-child(1) .Company_Name {
  margin-left: 1.6224188791%;
}
footer .content_box .box:nth-child(1) .bottom_space {
  margin-bottom: 1.8em;
}
footer .content_box .box:nth-child(1) .address {
  margin-left: 1.6224188791%;
}
footer .content_box .box:nth-child(1) .google_map {
  margin-left: 1.6224188791%;
  display: inline-flex;
  align-items: center;
}
footer .content_box .box:nth-child(1) .google_map .img_box {
  width: 16px;
  display: flex;
  align-items: center;
  margin-right: 11px;
}
footer .content_box .box:nth-child(2) {
  width: 17.3148148148%;
  margin-left: 10.2%;
  margin-top: 1.1px;
}
footer .content_box .box:nth-child(2) p {
  font-size: 16px;
  line-height: 2;
  padding-left: 5.3475935829%;
  padding-bottom: 14px;
  border-bottom: solid 1px #B90885;
}
footer .content_box .box:nth-child(2) a {
  padding-left: 5.3475935829%;
  display: block;
  margin-top: 8px;
}
footer .content_box .box:nth-child(2) a:nth-child(2) {
  margin-top: 14px;
}
footer .content_box .box:nth-child(3) {
  width: 17.3148148148%;
  margin-left: 4.0740740741%;
  margin-top: 1.1px;
}
footer .content_box .box:nth-child(3) p {
  font-size: 16px;
  line-height: 2;
  padding-left: 5.3475935829%;
  padding-bottom: 14px;
  border-bottom: solid 1px #B90885;
}
footer .content_box .box:nth-child(3) a {
  padding-left: 5.3475935829%;
  display: block;
  margin-top: 8px;
}
footer .content_box .box:nth-child(3) a:nth-child(2) {
  margin-top: 14px;
}
footer .content_box .box:nth-child(4) {
  width: 12.962962963%;
  margin-left: 4.0740740741%;
  margin-top: 1px;
}
footer .content_box .box:nth-child(4) a {
  display: block;
  margin-top: 8px;
}
footer .content_box .box:nth-child(4) a:nth-child(3) {
  margin-top: 8.4px;
}
footer .content_box .box:nth-child(4) .pc_btn {
  font-size: 16px;
  padding-left: 27px;
}
footer .content_box .box:nth-child(4) .pc_btn .btn_right_arrow {
  margin-left: 17px;
}
footer .content_box .box:nth-child(4) .pc_btn:nth-child(1) {
  width: 171px;
  margin-top: 0;
}
footer .content_box .box:nth-child(4) .pc_btn:nth-child(2) {
  width: 236px;
}
footer .content_box .box:nth-child(5) {
  width: 10%;
}
footer .content_box .box:nth-child(5) .img_box_piano {
  margin-top: 21.6px;
}
footer .content_box .box:nth-child(6) {
  width: 316px;
  margin-top: 33.5px;
  margin-left: 31.5740740741%;
  height: 100px;
  background-color: #B90885;
  color: #FFFFFF;
}
footer .content_box .box:nth-child(6) .flex_box {
  display: flex;
  width: 77.2151898734%;
  margin: 0 auto;
}
footer .content_box .box:nth-child(6) .flex_box .state {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.448;
  margin-top: 14.61px;
  margin-left: 4px;
}
footer .content_box .box:nth-child(6) .flex_box .date {
  flex: 1;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16.5px;
  line-height: 2;
  margin-top: 10px;
  align-self: flex-end;
  padding-right: 4px;
  text-align: right;
}
footer .content_box .box:nth-child(6) .flex_box .date span {
  font-size: 10.31px;
  background-color: #FFFFFF;
  color: #B90885;
  display: inline-block;
  width: 19.59px;
  height: 19.59px;
  border-radius: 50%;
  vertical-align: 3px;
  text-align: center;
  margin-left: 3.41px;
}
footer .content_box .box:nth-child(6) .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22.99px;
  line-height: 1.448;
  width: 77.2151898734%;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 6px;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
}
footer .content_box .box:nth-child(7) {
  display: flex;
  width: 14.1666666667%;
  margin-top: 64.8px;
  margin-left: 12.962962963%;
}
footer .content_box .box:nth-child(7) a {
  display: inline-block;
  width: 46.6339869281%;
  position: relative;
}
footer .content_box .box:nth-child(7) a:nth-child(1) {
  margin-right: 6.7320261438%;
}
footer .content_box .box:nth-child(7) a::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
footer .copyright {
  margin-top: 58.75px;
  padding-left: 12.5%;
  padding-top: 14px;
  height: 50px;
  background-color: #B90885;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
footer .copyright span {
  display: none;
}

@media (1280px <= width) {
  footer .content_box .box:nth-child(n+1):nth-child(-n+4) a:hover {
    background-color: #f0f0f0;
  }
  footer .content_box .box:nth-child(4) a:nth-child(n+1):nth-child(-n+2):hover {
    background-color: #9A076C;
  }
  footer .content_box .box:nth-child(6):hover {
    background-color: #9A076C;
  }
  footer .content_box .box:nth-child(7) a:hover::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (1280px <= width <= 1439px) {
  footer .content_box {
    margin-left: 100px;
    width: 80%;
  }
}
@media (768px <= width <= 1279px) {
  footer {
    margin-top: 80px;
    padding-top: 50px;
    overflow: hidden;
  }
  footer .content_box {
    margin-left: 0;
    width: 100%;
  }
  footer .content_box .box:nth-child(1) {
    order: 0;
    width: 300px;
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: 2%;
  }
  footer .content_box .box:nth-child(1) .footer_logo {
    width: 162px;
    margin-left: 4.2666666667%;
    margin-top: 0;
    margin-bottom: 21px;
  }
  footer .content_box .box:nth-child(1) .Company_Name {
    margin-left: 6.1333333333%;
  }
  footer .content_box .box:nth-child(1) .bottom_space {
    margin-bottom: 16px;
  }
  footer .content_box .box:nth-child(1) .address {
    margin-left: 6.1333333333%;
  }
  footer .content_box .box:nth-child(1) .google_map {
    margin-left: 6.1333333333%;
  }
  footer .content_box .box:nth-child(1) .google_map .img_box {
    margin-right: 7px;
  }
  footer .content_box .box:nth-child(2) {
    order: 1;
    width: 158px;
    margin-left: 6.2666666667%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer .content_box .box:nth-child(2) p {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    padding-bottom: 13px;
  }
  footer .content_box .box:nth-child(2) a {
    font-size: 12px;
    padding-left: 6.3291139241%;
    margin-top: 8px;
  }
  footer .content_box .box:nth-child(2) a:nth-child(2) {
    margin-top: 14px;
  }
  footer .content_box .box:nth-child(3) {
    order: 2;
    width: 158px;
    margin-left: 3.2%;
    margin-top: 0;
  }
  footer .content_box .box:nth-child(3) p {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    padding-bottom: 13px;
  }
  footer .content_box .box:nth-child(3) a {
    font-size: 12px;
    padding-left: 6.3291139241%;
    margin-top: 8px;
  }
  footer .content_box .box:nth-child(3) a:nth-child(2) {
    margin-top: 14px;
  }
  footer .content_box .box:nth-child(4) {
    order: 3;
    width: 100%;
    max-width: 375px;
  }
  footer .content_box .box:nth-child(4) a {
    margin-top: 0;
  }
  footer .content_box .box:nth-child(4) a:nth-child(2) {
    margin-top: 8px;
  }
  footer .content_box .box:nth-child(4) a:nth-child(3) {
    margin-top: 24px;
  }
  footer .content_box .box:nth-child(4) a:nth-child(n+3):nth-child(-n+5) {
    height: 49px;
    line-height: 49px;
    width: 93.6%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.9333333333%;
    border-bottom: solid 1px #FCF5FA;
  }
  footer .content_box .box:nth-child(5) {
    display: none;
  }
  footer .content_box .box:nth-child(6) {
    order: 4;
    width: 288px;
    margin-top: 24px;
    margin-left: 3.2%;
    height: 91.14px;
  }
  footer .content_box .box:nth-child(6) .flex_box {
    width: 222.38;
    margin: 0 auto;
  }
  footer .content_box .box:nth-child(6) .flex_box .state {
    font-size: 13.67px;
    margin-top: 14.32px;
    margin-left: 3.64px;
  }
  footer .content_box .box:nth-child(6) .flex_box .date {
    font-size: 15.04px;
    line-height: 2;
    margin-top: 9.11px;
    padding-right: 3.64px;
    text-align: right;
  }
  footer .content_box .box:nth-child(6) .flex_box .date span {
    font-size: 9.4px;
    width: 17.86px;
    height: 17.86px;
    border-radius: 50%;
    vertical-align: 2px;
    margin-left: 3.41px;
  }
  footer .content_box .box:nth-child(6) .title {
    font-size: 20.95px;
    width: 222.38px;
    padding-top: 0px;
    padding-bottom: 4px;
  }
  footer .content_box .box:nth-child(7) {
    order: 5;
    width: 123.44px;
    margin-top: 24px;
    margin-left: 6.4%;
  }
  footer .content_box .box:nth-child(7) a {
    width: 57.72px;
  }
  footer .content_box .box:nth-child(7) a:nth-child(1) {
    margin-right: 8px;
  }
  footer .copyright {
    margin-top: 27px;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    position: relative;
  }
  footer .copyright span {
    display: block;
    position: absolute;
    top: -22px;
    width: 108px;
    left: 50%;
    transform: translateX(53px);
    z-index: 1;
  }
}
@media (width <= 767px) {
  footer {
    margin-top: 80px;
    padding-top: 50px;
    overflow: hidden;
  }
  footer .content_box {
    margin-left: 0;
    width: 100%;
  }
  footer .content_box .box:nth-child(1) {
    order: 5;
    width: 100%;
    margin-top: 12px;
  }
  footer .content_box .box:nth-child(1) .footer_logo {
    width: 162px;
    margin-left: 4.2666666667%;
    margin-top: 0;
    margin-bottom: 21px;
  }
  footer .content_box .box:nth-child(1) .Company_Name {
    margin-left: 6.1333333333%;
  }
  footer .content_box .box:nth-child(1) .bottom_space {
    margin-bottom: 16px;
  }
  footer .content_box .box:nth-child(1) .address {
    margin-left: 6.1333333333%;
  }
  footer .content_box .box:nth-child(1) .google_map {
    margin-left: 6.1333333333%;
  }
  footer .content_box .box:nth-child(1) .google_map .img_box {
    margin-right: 7px;
  }
  footer .content_box .box:nth-child(2) {
    order: 0;
    width: 42.1333333333%;
    margin-left: 6.2666666667%;
    margin-top: 0;
  }
  footer .content_box .box:nth-child(2) p {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    padding-bottom: 13px;
  }
  footer .content_box .box:nth-child(2) a {
    font-size: 12px;
    padding-left: 6.3291139241%;
    margin-top: 8px;
  }
  footer .content_box .box:nth-child(2) a:nth-child(2) {
    margin-top: 14px;
  }
  footer .content_box .box:nth-child(3) {
    order: 1;
    width: 42.1333333333%;
    margin-left: 3.2%;
    margin-top: 0;
  }
  footer .content_box .box:nth-child(3) p {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 0;
    padding-bottom: 13px;
  }
  footer .content_box .box:nth-child(3) a {
    font-size: 12px;
    padding-left: 6.3291139241%;
    margin-top: 8px;
  }
  footer .content_box .box:nth-child(3) a:nth-child(2) {
    margin-top: 14px;
  }
  footer .content_box .box:nth-child(4) {
    order: 2;
    width: 100%;
    max-width: 375px;
    margin-left: 0;
    margin-top: 25px;
  }
  footer .content_box .box:nth-child(4) a {
    margin-top: 0;
  }
  footer .content_box .box:nth-child(4) a:nth-child(2) {
    margin-top: 8px;
  }
  footer .content_box .box:nth-child(4) a:nth-child(3) {
    margin-top: 24px;
  }
  footer .content_box .box:nth-child(4) a:nth-child(n+3):nth-child(-n+5) {
    height: 49px;
    line-height: 49px;
    width: 93.6%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.9333333333%;
    border-bottom: solid 1px #FCF5FA;
  }
  footer .content_box .box:nth-child(5) {
    display: none;
  }
  footer .content_box .box:nth-child(6) {
    order: 3;
    width: 288px;
    margin-top: 24px;
    margin-left: 3.2%;
    height: 91.14px;
  }
  footer .content_box .box:nth-child(6) .flex_box {
    width: 222.38;
    margin: 0 auto;
  }
  footer .content_box .box:nth-child(6) .flex_box .state {
    font-size: 13.67px;
    margin-top: 14.32px;
    margin-left: 3.64px;
  }
  footer .content_box .box:nth-child(6) .flex_box .date {
    font-size: 15.04px;
    line-height: 2;
    margin-top: 9.11px;
    padding-right: 3.64px;
    text-align: right;
  }
  footer .content_box .box:nth-child(6) .flex_box .date span {
    font-size: 9.4px;
    width: 17.86px;
    height: 17.86px;
    border-radius: 50%;
    vertical-align: 2px;
    margin-left: 3.41px;
  }
  footer .content_box .box:nth-child(6) .title {
    font-size: 20.95px;
    width: 222.38px;
    padding-top: 0px;
    padding-bottom: 4px;
  }
  footer .content_box .box:nth-child(7) {
    order: 4;
    width: 123.44px;
    margin-top: 24px;
    margin-left: 6.4%;
  }
  footer .content_box .box:nth-child(7) a {
    width: 57.72px;
  }
  footer .content_box .box:nth-child(7) a:nth-child(1) {
    margin-right: 8px;
  }
  footer .copyright {
    margin-top: 27px;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    position: relative;
  }
  footer .copyright span {
    display: block;
    position: absolute;
    top: -22px;
    width: 108px;
    left: 50%;
    transform: translateX(53px);
    z-index: 1;
  }
}
.breadcrumb {
  height: 51px;
  width: 100%;
  padding-left: 12.5694444444%;
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
}
.breadcrumb ol li {
  display: inline-block;
  height: 51px;
  line-height: 51px;
}
.breadcrumb ol li:after {
  content: ">";
  padding: 0px 5px;
  color: #1A1A1A;
  display: inline-block;
  transform: scale(0.8, 1.3) translateY(-2px);
  transform-origin: center;
}
.breadcrumb ol li:last-child:after {
  content: "";
}

@media (1280px <= width) {
  .breadcrumb li a:hover {
    background-color: #f0f0f0;
  }
}
@media (width <= 767px) {
  .breadcrumb {
    padding-left: 6.4%;
  }
}
.lower_mv img:nth-child(2) {
  display: none;
}

@media (width <= 767px) {
  .lower_mv {
    margin-top: 52px;
  }
  .lower_mv img:nth-child(1) {
    display: none;
  }
  .lower_mv img:nth-child(2) {
    display: block;
  }
}
.virtuallyfree_box {
  width: 99.4470046083%;
  max-width: 1079px;
  background-color: #FFFFFF;
  border: solid 1.26px #B90885;
  border-radius: 12.62px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 70px;
}
.virtuallyfree_box .content_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.448;
  color: #B90885;
}
.virtuallyfree_box .content_title span:nth-child(1) {
  display: inline-block;
  width: 163.1px;
  margin-right: -6px;
}
.virtuallyfree_box .content_title span:nth-child(2) {
  display: none;
}
.virtuallyfree_box .flex_box {
  display: flex;
  margin-top: 20px;
}
.virtuallyfree_box .flex_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  padding-top: 7.5px;
  padding-right: 40px;
}
.virtuallyfree_box .flex_box p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  text-decoration-color: #858585;
}
.virtuallyfree_box .flex_box .btn_line {
  margin-left: auto;
  height: 143px;
}

@media (1280px <= width) {
  .virtuallyfree_box .flex_box p a:hover {
    background-color: #f0f0f0;
  }
}
@media (1280px <= width <= 1439px) {
  .virtuallyfree_box .flex_box p {
    width: 62%;
  }
}
@media (768px <= width <= 1279px) {
  .virtuallyfree_box {
    width: 100%;
    max-width: 450px;
    padding-top: 38px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .virtuallyfree_box .content_title {
    font-size: 18px;
    margin: 0 auto;
    width: 198px;
  }
  .virtuallyfree_box .content_title span:nth-child(1) {
    display: none;
  }
  .virtuallyfree_box .content_title span:nth-child(2) {
    display: block;
    width: 147.92px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4px;
  }
  .virtuallyfree_box .content_title span:nth-child(3) {
    display: none;
  }
  .virtuallyfree_box .flex_box {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .virtuallyfree_box .flex_box p {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 0;
    padding-right: 0;
    width: 85.4285714286%;
    max-width: 300px;
    margin: 0 auto;
  }
  .virtuallyfree_box .flex_box .btn_line {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width <= 767px) {
  .virtuallyfree_box {
    width: 100%;
    max-width: 450px;
    padding-top: 38px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .virtuallyfree_box .content_title {
    font-size: 18px;
    margin: 0 auto;
    width: 198px;
  }
  .virtuallyfree_box .content_title span:nth-child(1) {
    display: none;
  }
  .virtuallyfree_box .content_title span:nth-child(2) {
    display: block;
    width: 147.92px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4px;
  }
  .virtuallyfree_box .content_title span:nth-child(3) {
    display: none;
  }
  .virtuallyfree_box .flex_box {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .virtuallyfree_box .flex_box p {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 0;
    padding-right: 0;
    width: 85.4285714286%;
    max-width: 300px;
    margin: 0 auto;
  }
  .virtuallyfree_box .flex_box .btn_line {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }
}
.accsess .accsess_section {
  margin: 0 auto;
  width: 75.3472222222%;
}
.accsess .accsess_section .section_title_box .section_title_en {
  margin-left: 37px;
}
.accsess .accsess_section .section_title_box .section_title {
  margin-left: 37px;
}
.accsess .accsess_section .content_box {
  margin: 0 auto;
  width: 99.5391705069%;
  padding-top: 60px;
}
.accsess .accsess_section .content_box .map_flex_box {
  display: flex;
}
.accsess .accsess_section .content_box .map_flex_box .map_box {
  width: 49.0740740741%;
  color: #333333;
}
.accsess .accsess_section .content_box .map_flex_box .map_box #map_1 {
  width: 100%;
  height: 372px;
  overflow: hidden;
}
.accsess .accsess_section .content_box .map_flex_box .map_box #map_2 {
  width: 100%;
  height: 372px;
  overflow: hidden;
}
.accsess .accsess_section .content_box .map_flex_box .map_box iframe {
  width: 130%;
  height: 800px;
  margin-top: -160px;
  transform: translateX(-158px);
}
.accsess .accsess_section .content_box .map_flex_box .map_box:nth-child(1) {
  margin-right: 1.8518518519%;
}
.accsess .accsess_section .content_box .map_flex_box .map_box .map_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 16px;
}
.accsess .accsess_section .content_box .map_flex_box .map_box .address {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}
.accsess .accsess_section .content_box .map_flex_box .map_box .google_map {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
}
.accsess .accsess_section .content_box .map_flex_box .map_box .google_map .img_box {
  width: 16px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.accsess .accsess_section .content_box .map_flex_box .map_box .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}

@media (1280px <= width) {
  .accsess .accsess_section .content_box .map_flex_box .map_box .google_map:hover {
    background-color: #f0f0f0;
  }
}
@media (768px <= width <= 1279px) {
  .accsess .accsess_section .content_box .map_flex_box {
    flex-wrap: wrap;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box {
    width: 530px;
    margin: 0 auto;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box:nth-child(1) {
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (width <= 767px) {
  .accsess .accsess_section {
    width: 93.3333333333%;
  }
  .accsess .accsess_section .section_title_box .section_title_en {
    margin-left: 0px;
  }
  .accsess .accsess_section .section_title_box .section_title {
    margin-left: 0px;
    margin-top: 3px;
  }
  .accsess .accsess_section .content_box {
    width: 100%;
    max-width: 400px;
    padding-top: 40px;
  }
  .accsess .accsess_section .content_box .map_flex_box {
    flex-wrap: wrap;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box {
    width: 100%;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box #map_1 {
    height: 232px;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box #map_2 {
    height: 232px;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box iframe {
    margin-top: -306px;
    transform: translateX(-96px);
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box:nth-child(1) {
    margin-right: 0;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box .map_title {
    font-size: 16px;
    margin-top: 15px;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box .address {
    margin-top: 7px;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box .google_map {
    margin-top: 8px;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box .description {
    margin-top: 8px;
  }
  .accsess .accsess_section .content_box .map_flex_box .map_box:nth-child(2) {
    margin-top: 60px;
  }
}
main .virtuallyfree_box {
  margin: 100px auto 0;
}
main .contact_btn_box {
  text-align: center;
}
main .contact_btn_box a {
  margin-top: 38px;
  margin-left: 5px;
  display: inline-block;
  width: 516px;
  height: 90px;
  background-color: #FFFFFF;
  border-radius: 50px;
  border: solid 1px #B90885;
  line-height: 90px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #B90885;
  text-align: left;
  padding-left: 47px;
  position: relative;
}
main .contact_btn_box a br {
  display: none;
}
main .contact_btn_box a:after {
  content: ">";
  padding: 0 0 0 28px;
  color: #B90885;
  display: inline-block;
  transform: scale(0.85, 1.8) translateY(-4px);
  transform-origin: center;
}
main .contact_btn_box a::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
main .accsess {
  margin-top: 110px;
}

@media (1280px <= width) {
  main .contact_btn_box a:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (width <= 767px) {
  main .virtuallyfree_box {
    width: 93.3333333333%;
    margin: -4px auto 0;
  }
  main .contact_btn_box a {
    margin-top: 80px;
    margin-left: 0px;
    width: 329px;
    height: 60px;
    line-height: 22px;
    font-size: 16px;
    padding-top: 7px;
    padding-left: 32px;
  }
  main .contact_btn_box a br {
    display: block;
  }
  main .contact_btn_box a:after {
    padding: 0 0 0 31px;
    transform: scale(0.85, 1.8) translateY(-9.5px);
  }
  main .accsess {
    margin-top: 81px;
  }
}/*# sourceMappingURL=trialLessonSignUp.css.map */