@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  background-image: url(../img/html_bg.jpg);
  background-repeat: repeat;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: calc(1000vw / 1920);
  }
}

body {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  word-break: break-all;
  font-feature-settings: "liga", "dlig";
  text-transform: inherit;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

.body--inner {
  position: relative;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
}

@media screen and (max-width: 600px) {
  .spOnly {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .pcOnly {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .pcOnly.pcOnly_S {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .pcOnly.pcOnly_S {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .pcOnly.pcOnly_M {
    display: none;
  }
}

.area-base {
  /*
    <div class="area-base">
        <div class="area-base--inner">
        </div>
    </div>
    */
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.area-base--inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .area-base--fixedWidth {
    left: 50%;
    transform: translateX(-50%);
    width: 192rem;
    margin: 0;
  }
  .area-base--fixedWidth--inner {
    width: 100%;
  }
}

.area-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .area-container {
    width: 96rem;
    max-width: calc(100% - 6rem * 2);
  }
}

.bl-block {
  padding: 0rem 0;
}
.bl-block:not(:last-child) {
  margin-bottom: 0rem;
}
@media screen and (min-width: 600px) {
  .bl-block {
    padding: 0rem 0;
  }
  .bl-block:not(:last-child) {
    margin-bottom: 0rem;
  }
}

.bl-group {
  padding: 0rem 0;
}
.bl-group:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 600px) {
  .bl-group {
    padding: 0rem 0;
  }
  .bl-group:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.bl-item {
  padding: 0rem 0;
}
.bl-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .bl-item {
    padding: 0rem 0;
  }
  .bl-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.ly-flex {
  display: flex;
  gap: 1rem;
}

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

.img-cover {
  background-image: url(../img/dummy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 10rem;
}

.img-round {
  border-radius: 0.2rem;
}

.img-round10 {
  border-radius: 1rem;
}

.md-topbtn {
  position: fixed;
  right: 5%;
  bottom: 4.5rem;
  z-index: 9999;
  display: none;
}
.md-topbtn a {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f07984;
  text-align: center;
  line-height: 3.8rem;
  color: #fff;
}
.md-topbtn a:hover {
  background-color: #e86464;
}
@media screen and (min-width: 600px) {
  .md-topbtn {
    transform: translateX(50%);
  }
}

.md-footer {
  position: relative;
  z-index: 9999;
  background-image: url(../img/bg_patern03.jpg);
  background-repeat: repeat;
  padding: 16rem 0;
  margin-top: 0;
}
.md-footer .copyright {
  text-align: center;
}
.md-footer .copyright small {
  color: #404040;
}

.title--a {
  /*
      <div class="title--a">
          <div class="title--a-main">main</div>
          <div class="title--a-sub">sub</div>
      </div>
      */
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 1rem;
}
.title--a::after {
  content: "";
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
  width: 4rem;
  height: 0.2rem;
  background-color: #f07984;
}
.title--a-main {
  font-size: 3rem;
  color: #f07984;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.title--a-sub {
  font-size: 1.3rem;
  color: #f07984;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: normal;
}
.title--b {
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .title--b {
    font-size: 1.8rem;
  }
}
.title--c {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.2em 0 0.2em 1em;
}
.title--c:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 100%;
  background-color: #391e88;
  border-radius: 100rem;
}
@media screen and (min-width: 600px) {
  .title--c {
    font-size: 2.4rem;
  }
}

.text--left {
  text-align: left;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .text--pc-left {
    text-align: left;
    text-align: justify;
  }
}
.text--center {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .text--pc-center {
    text-align: center;
  }
}
.text--LL {
  font-size: 2em;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: normal;
}
.text--L {
  font-size: 1.5em;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: normal;
}
.text--M {
  font-size: 1em;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: normal;
}
.text--S {
  font-size: 0.875em;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: normal;
}
.text--english {
  font-family: "Qwitcher Grypen", cursive;
}
.text--category {
  display: inline-block;
  background-color: #ff4c4c;
  color: #fff;
  border-radius: 10000em;
  text-align: center;
  padding: 0.2em 0.8em;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 0.5em;
}
.text--underline {
  background: linear-gradient(transparent 80%, #f5f534 20%);
}

.jsef-scroll {
  position: relative;
}
.jsef-scroll.jsef-scroll_start {
  opacity: 0;
  transition: all 0s ease !important;
}
.jsef-scroll.jsef-scroll_efstart {
  transition: all 0s ease !important;
}
.jsef-scroll.jsef-scroll_fade {
  transition: all 0.8s ease-in-out;
}
.jsef-scroll.jsef-scroll_fade.jsef-scroll_efstart {
  opacity: 0;
}
.jsef-scroll.jsef-scroll_fadeUp {
  transition: all 0.4s ease-in-out;
}
.jsef-scroll.jsef-scroll_fadeUp.jsef-scroll_efstart {
  transform: translateY(2rem);
  opacity: 0;
}
.jsef-scroll.jsef-scroll_fadeDown {
  transition: all 0.4s ease-in-out;
}
.jsef-scroll.jsef-scroll_fadeDown.jsef-scroll_efstart {
  transform: translateY(-5rem);
  opacity: 0;
}
.jsef-scroll.jsef-scroll_fadeLeft {
  transition: all 0.4s ease-in-out;
}
.jsef-scroll.jsef-scroll_fadeLeft.jsef-scroll_efstart {
  transform: translateX(-5rem);
  opacity: 0;
}
.jsef-scroll.jsef-scroll_fadeRight {
  transition: all 0.4s ease-in-out;
}
.jsef-scroll.jsef-scroll_fadeRight.jsef-scroll_efstart {
  transform: translateX(5rem);
  opacity: 0;
}
.jsef-scroll.jsef-scroll_SlideUp {
  transition: all 0.6s ease-in-out;
}
.jsef-scroll.jsef-scroll_SlideUp.jsef-scroll_efstart {
  transform: translateY(100vh);
  opacity: 1;
}
.jsef-scroll.jsef-scroll_SlideDown {
  transition: all 0.6s ease-in-out;
}
.jsef-scroll.jsef-scroll_SlideDown.jsef-scroll_efstart {
  transform: translateY(-100vh);
  opacity: 1;
}
.jsef-scroll.jsef-scroll_SlideLeft {
  transition: all 0.6s ease-in-out;
}
.jsef-scroll.jsef-scroll_SlideLeft.jsef-scroll_efstart {
  transform: translateX(-100vw);
  opacity: 1;
}
.jsef-scroll.jsef-scroll_SlideRight {
  transition: all 0.6s ease-in-out;
}
.jsef-scroll.jsef-scroll_SlideRight.jsef-scroll_efstart {
  transform: translateX(100vw);
  opacity: 1;
}
.jsef-scroll.jsef-scroll_delay100 {
  transition-delay: 100ms;
}
.jsef-scroll.jsef-scroll_delay500 {
  transition-delay: 500ms;
}
.jsef-scroll.jsef-scroll-2dankai .motion-in {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.jsef-scroll.jsef-scroll-2dankai .motion-in:after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000; /*出てくる色*/
  transform: translate3d(-101%, 0, 0);
}
.jsef-scroll.jsef-scroll-2dankai .motion-in .motion-inner {
  display: inline-block;
  opacity: 0;
}
.jsef-scroll.jsef-scroll-2dankai.show .motion-in:after {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.jsef-scroll.jsef-scroll-2dankai.done .motion-in:after {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}
.jsef-scroll.jsef-scroll-2dankai.done .motion-in .motion-inner {
  opacity: 1;
}

.button--001 {
  display: block;
  position: relative;
  width: 90%;
  max-width: 25.6rem;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  background: linear-gradient(270deg, #e2b794 0%, #e87882 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.button--001-text {
  display: block;
  color: white;
  padding-right: 3rem;
}
.button--001-icon {
  display: block;
  position: absolute;
  right: 3rem;
  width: 1.4rem;
  transition: all 0.3s ease-out;
}
.button--001:hover {
  background-position: 99% 50%;
}
.button--001:hover .button--001-icon {
  right: 2.4rem;
}

.pageLink--group {
  width: 65.6vw;
  margin-left: auto;
  margin-right: auto;
}
.pageLink--item {
  margin-bottom: 1rem;
}
.pageLink--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.25rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  color: #f07984;
  font-size: 1.4rem;
  transition: all 0.2s ease-out;
}
.pageLink--item a span {
  display: block;
  position: relative;
}
.pageLink--item a span::after {
  content: url(../img/arrow_sankaku.svg);
  display: block;
  position: absolute;
  width: 1rem;
  right: -2rem;
  top: -0.2rem;
  transition: all 0.1s ease-out;
}
.pageLink--item a:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.pageLink--item a:hover span::after {
  top: 0rem;
}
@media screen and (min-width: 600px) {
  .pageLink--group {
    width: 90vw;
    max-width: 98rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 3rem;
  }
  .pageLink--item a {
    width: 22.1rem;
    max-width: 13.8vw;
    min-width: 22.1rem;
  }
}

.title--010-Main {
  display: block;
  text-align: center;
  font-size: 10rem;
  font-weight: normal;
}
.title--010-Sub {
  display: block;
  margin-top: -1.6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}

.title--020 {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  border-bottom: solid 1px #404040;
  padding-bottom: 1rem;
}

.contents {
  position: relative;
  min-height: 100svh;
  padding: 16rem 0;
  display: flex;
  align-items: center;
}
.contents-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contents .contents-area--widh {
  width: 80%;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
}
.contents .contents-area--fullwidh {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contents--img img {
  border-radius: 1rem;
}
@media screen and (min-width: 600px) {
  .contents {
    width: 50vw;
    left: 50%;
    margin-left: 0;
    margin-right: auto;
  }
  .contents .contents-area--widh {
    width: 70%;
    max-width: 47rem;
  }
  .contents .contents-area--fullwidh {
    width: 100%;
  }
  .contents--img {
    position: fixed;
    opacity: 0;
    left: 0rem;
    top: 0rem;
    width: 50%;
    height: 100%;
    z-index: 990;
    transition: all 0.8s ease-out;
  }
  .contents--img.contents--img-on {
    opacity: 1;
    left: 0;
    top: 0;
    transition: all 0.8s ease-out;
  }
  .contents--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}

.border--010 {
  border-bottom: 1px solid #bdb4a5;
}

.btn-line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #585655;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  text-align: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  transition: all 0.4s ease-out;
}
.btn-line--icon {
  width: 3rem;
}
.btn-line span {
  position: relative;
}
.btn-line span::after {
  content: url(../img/icon_arrow.svg);
  position: absolute;
  top: -0.2rem;
  right: -2rem;
  width: 1rem;
  transition: all 0.4s ease-out;
}
.btn-line:hover {
  background-color: #303030;
}
.btn-line:hover span::after {
  right: -3rem;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;
}
.header--logo {
  width: 50vw;
}
@media screen and (min-width: 600px) {
  .header {
    position: absolute;
    z-index: 9999;
    display: block;
    top: 4vw;
    right: 4vw;
  }
  .header--logo {
    max-width: 19.6rem;
    padding: 0;
  }
}

.mainvisual {
  position: relative;
  z-index: 999;
}
.mainvisual--img img {
  width: 100vw;
  height: calc(100svh - 30vw - 65vw);
  min-height: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65vw;
  background-color: #fff;
}
.mainvisual--content-catch {
  width: 83%;
  margin: 0 auto;
}
.mainvisual--content-button {
  margin-top: 2rem;
}
.mainvisual--content-button .button--001 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .mainvisual--img img {
    height: 100svh;
    min-height: 50rem;
  }
  .mainvisual--content {
    position: absolute;
    background-color: initial;
    height: inherit;
    top: 50%;
    left: calc(50% + 8.33vw);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
  }
  .mainvisual--content-catch {
    width: 25vw;
    min-width: 27.9rem;
  }
  .mainvisual--content-button .button--001 {
    margin-left: 0;
    margin-right: 0;
  }
}

.headerLink {
  position: relative;
  z-index: 9999;
  padding-top: 21.5vw;
  padding-bottom: 21.5vw;
  background-image: url(../img/html_bg.jpg);
  background-repeat: repeat;
}
@media screen and (min-width: 600px) {
  .headerLink {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.concept {
  background-image: url(../img/conept_decoration01.png), url(../img/conept_decoration01.png), url(../img/bg_patern01.jpg);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top -200px, center bottom -200px, center center;
}
.concept .contents--title {
  color: white;
}
@media screen and (min-width: 600px) {
  .concept {
    background-position: calc(75% + 10rem) -200px, calc(75% + 10rem) calc(100% + 200px), center center;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .concept .contents--img img {
    -o-object-position: 15%;
       object-position: 15%;
  }
}

.flow {
  background-image: url(../img/bg_patern02.jpg);
  background-repeat: repeat;
}
.flow .contents--title {
  color: white;
}
.flow--slick {
  width: 100%;
}
.flow--slick-item {
  background-color: #f2e7dd;
  background-color: rgba(242, 231, 221, 0.8);
  box-shadow: 0px 3px 7px 0px rgba(189, 172, 158, 0.1);
  border-radius: 1rem;
  margin: 0 2rem;
  padding: 4rem 2rem 6rem;
}
.flow--slick-item-title {
  border-bottom: 1px solid #000;
}
.flow--slick-item-title-cat {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
.flow--slick-item-title-cat-num {
  font-size: 3.2rem;
}
.flow--slick-item-title-text {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin-top: -2rem;
}
.flow--slick-item-text {
  margin-top: 3rem;
}
.flow--slick-item-img {
  margin-top: 3rem;
}
.flow--slick-item-img img {
  border-radius: 1rem;
}
.flow--slick .slick-prev {
  left: 8%;
}
.flow--slick .slick-next {
  right: 8%;
}
.flow--slick .slick-dots {
  bottom: -5rem;
}
.flow--slick .slick-dots li button:before {
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .flow--slick-item {
    padding: 5rem 4rem 6rem;
    margin: 0 4rem;
  }
}
.flow .flow--slick-item {
  container: flow-item-block/inline-size;
}
@container flow-item-block (min-width: 35rem) {
  .flow .flow--slick-item-title {
    border-top: 1px solid #000;
    display: flex;
    align-items: center;
  }
  .flow .flow--slick-item-title-cat {
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 2rem;
    padding-right: 2rem;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .flow .flow--slick-item-title-text {
    margin-top: 0rem;
    padding-left: 2rem;
  }
}

.service {
  background-image: url(../img/service_decoration.png), url(../img/bg_patern03.jpg);
  background-repeat: no-repeat, repeat;
  background-position: right 90%, center center;
  background-size: contain, auto;
}
.service .contents--title {
  color: #e86464;
}
@media screen and (min-width: 600px) {
  .service {
    background-size: auto, auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .service .contents--img img {
    -o-object-position: 10%;
       object-position: 10%;
  }
}

.staff {
  background-image: url(../img/bg_patern04.jpg);
  background-repeat: repeat;
}
.staff .contents--title {
  color: #fff;
}
.staff .contents--title .title--010-Sub {
  margin-top: 1rem;
}
.staff--name {
  position: relative;
  text-align: center;
  font-size: 3rem;
  line-height: 1.4;
}
.staff--name-sub {
  font-size: 1.6rem;
}
.staff--name::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 4rem;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}

.plan {
  background-image: url(../img/bg_patern03.jpg);
  background-repeat: repeat;
}
.plan .contents--title {
  color: #e86464;
}
.plan--menu-item {
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  width: 80%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem !important;
}
.plan--menu-item-title {
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.4rem;
}
.plan--menu-item-content {
  font-size: 1.4rem;
  padding-bottom: 3rem;
}
.plan--menu-item-content dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan--menu-item-content dl dt {
  line-height: 1.2;
}
.plan--menu-item-content dl dd {
  min-width: 7rem;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .plan--menu-item {
    width: 100%;
    min-width: 20rem;
  }
}
.plan .plan--menu {
  container: plan-block/inline-size;
}
@container plan-block (min-width: 45rem) {
  .plan .plan--menu-inner {
    display: flex;
    gap: 2rem;
  }
}
.plan .campaign .text {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.about {
  background-image: url(../img/bg_patern05.jpg);
  background-repeat: repeat;
}
.about .contents--title {
  color: #fff;
}
.about--name {
  position: relative;
  font-size: 3rem;
  text-align: center;
}
.about--name::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 4rem;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}
.about--text dl {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.about--text dl dt {
  padding-right: 2rem;
}
.about--text-adress {
  padding-top: 1rem;
  text-align: center;
  line-height: 1.5;
}

.contact {
  background-image: url(../img/bg_patern02.jpg);
  background-repeat: repeat;
}
.contact .contents--title {
  color: #fff;
}
.contact #formWrap table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact #formWrap table.formTable td,
.contact #formWrap table.formTable th {
  display: block;
  width: auto;
  border: none;
  padding: 0;
}
.contact #formWrap table.formTable th {
  width: 100%;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
  border-bottom: 0;
}
.contact #formWrap form input[type=text],
.contact #formWrap form textarea {
  width: 100%;
  padding: 1rem;
  display: block;
  border-radius: 0.5rem;
  border: 1px solid #9b9b9b;
}
.contact #formWrap .form_age {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-end;
}
.contact #formWrap .form_age input[type=text] {
  width: 100px;
  margin-right: 1rem;
}
.contact #formWrap .form_btn {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
}
.contact #formWrap .form_btn input[type=submit],
.contact #formWrap .form_btn input[type=reset],
.contact #formWrap .form_btn input[type=button],
.contact #formWrap .form_btn button[type=submit] {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: #585655;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  border-style: none;
  cursor: pointer;
  transition: all 0.6s ease-out;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
}
.contact #formWrap .form_btn input[type=submit] span,
.contact #formWrap .form_btn input[type=reset] span,
.contact #formWrap .form_btn input[type=button] span,
.contact #formWrap .form_btn button[type=submit] span {
  position: relative;
}
.contact #formWrap .form_btn input[type=submit] span::after,
.contact #formWrap .form_btn input[type=reset] span::after,
.contact #formWrap .form_btn input[type=button] span::after,
.contact #formWrap .form_btn button[type=submit] span::after {
  content: url(../img/icon_arrow.svg);
  position: absolute;
  top: -0.2rem;
  right: -2rem;
  width: 1rem;
  transition: all 0.4s ease-out;
}
.contact #formWrap .form_btn input[type=submit]:hover,
.contact #formWrap .form_btn input[type=reset]:hover,
.contact #formWrap .form_btn input[type=button]:hover,
.contact #formWrap .form_btn button[type=submit]:hover {
  background-color: #303030;
}
.contact #formWrap .form_btn input[type=submit]:hover span::after,
.contact #formWrap .form_btn input[type=reset]:hover span::after,
.contact #formWrap .form_btn input[type=button]:hover span::after,
.contact #formWrap .form_btn button[type=submit]:hover span::after {
  right: -3rem;
}

.footer .footer-logo {
  width: 90%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.footer .pageLink--item a span::after {
  transform: rotate(180deg);
  top: 0.4rem;
}
.footer .pageLink--item:hover span::after {
  top: -0.1rem;
}
.footer .footer-info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #ccc;
  padding-top: 6rem;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.footer .footer-info-01 {
  font-size: 1.4rem;
}
.footer .footer-policy {
  text-align: center;
  margin-bottom: 3rem;
}
.footer .footer-policy-title {
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.footer .footer-policy-title span {
  position: relative;
}
.footer .footer-policy-title span::after {
  content: "+";
  position: absolute;
  right: -2rem;
  top: 0;
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(50%);
}
.footer .footer-policy-title :hover {
  color: #ccc;
}
.footer .footer-policy .privacy-policy {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  border: solid 1px #ccc;
  padding: 2rem;
  margin-top: 3rem;
  display: none;
}
.footer .footer-policy .privacy-policy dt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.footer .footer-policy .privacy-policy ol {
  list-style: auto;
  padding-left: 2rem;
  margin-top: 1rem;
}
.footer .footer-policy .privacy-policy-closebtn {
  margin-top: 4rem;
  text-transform: uppercase;
  cursor: pointer;
}
.footer .footer-policy .privacy-policy-closebtn a {
  background-color: #404040;
  color: #fff;
  padding: 0.4rem 2rem;
  border-radius: 1rem;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.footer .footer-policy .privacy-policy-closebtn a:hover {
  background-color: #e86464 !important;
}
.footer .footer-policy-on .footer-policy-title span::after {
  content: "-";
}
.footer .footer-policy-on .privacy-policy {
  display: block;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 600px) {
  .footer .footer-info {
    flex-direction: row;
    width: 100%;
  }
  .footer .footer-info-01 {
    width: 100%;
    text-align: left;
  }
  .footer .footer-info-01-name {
    margin-bottom: 1rem;
  }
  .footer .footer-info-02 {
    width: 100%;
  }
  .footer .footer-policy {
    text-align: left;
  }
  .footer .privacy-policy {
    width: 100% !important;
    padding: 8rem !important;
  }
  .footer .copyright {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */