@charset "UTF-8";
/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
  background-color: #fff;
  padding: 0 10rem;
}
.top-kv .wrap {
  position: absolute;
  left: 17rem;
  top: 9rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.top-kv .wrap > div:nth-of-type(1) {
  color: #e695b5;
  font-size: 4rem;
}
.top-kv .wrap > div:nth-of-type(2) {
  color: #666;
  font-size: 2.4rem;
}

.scroll {
  position: absolute;
  left: 4.2rem;
  bottom: 0;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  z-index: 3;
}
.scroll span {
  width: 0.1rem;
  height: 5rem;
  background: #000;
  margin-top: 0.5rem;
  margin-right: 0.3rem;
  animation: scroll infinite 1s;
}

@media screen and (max-width: 768px) {
  .top-kv {
    padding: 0;
  }
  .top-kv .wrap {
    left: 3rem;
    top: 3rem;
  }
  .top-kv .wrap > div:nth-of-type(1) {
    font-size: 3.6rem;
  }
  .top-kv .wrap > div:nth-of-type(2) {
    font-size: 1.8rem;
  }
  .scroll {
    left: 1.5rem;
    font-size: 0.9rem;
  }
  .top-kv .zs-enabled .zs-slideshow,
  .top-kv .zs-enabled .zs-slides,
  .top-kv .zs-enabled .zs-slide {
    top: 4.5rem;
    height: calc(100% - 4.5rem);
  }
  .top-kv .zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background-position: 88% 38%;
    background-size: cover;
    transform: scale(1.35, 1.35);
    transform-origin: 86% 42%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
#main {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 3rem;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 56rem;
}

@media screen and (max-width: 768px) {
  #main {
    border-radius: 0;
  }
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 43rem;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0 4rem 0;
  background: #fff;
}
.top-news .wrap {
  display: flex;
}
.top-news .wrap > div:nth-of-type(1) {
  width: 24rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-news .wrap > div:nth-of-type(2) {
  width: calc(100% - 24rem);
}
.top-news h2 {
  margin: 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
  .top-news .wrap {
    flex-direction: column;
  }
  .top-news .wrap > div:nth-of-type(1) {
    width: 100%;
    display: contents;
  }
  .top-news .wrap > div:nth-of-type(2) {
    width: 100%;
  }
  .top-news h2 {
    margin: 0 0 1rem 0;
  }
  .top-news .more-wrap {
    order: 3;
  }
  .top-news .more {
    margin: 3rem auto 0 auto;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
  background: url(../img/deco-3.png) no-repeat left 8rem top 5.5rem;
  background-size: 20rem auto;
  background-color: #fff;
  padding: 10rem 0;
  position: relative;
}
.top-concept::before {
  content: "";
  width: 20rem;
  height: 60rem;
  background: url(../img/deco-1.png) no-repeat right top;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -10rem;
  pointer-events: none;
}
.top-concept .wrap {
  display: flex;
  align-items: center;
}
.top-concept .wrap > * {
  width: 50%;
  position: relative;
  z-index: 10;
}
.top-concept .wrap figure img {
  border-radius: 1.5rem;
}
.top-concept .wrap > div {
  padding: 0 4rem 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-concept .wrap h2 {
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.top-concept .wrap h2 .en {
  font-family: "Winky Sans", sans-serif;
  font-weight: 500;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  color: #e695b5;
  margin-bottom: 2.5rem;
}
.top-concept .wrap h2 .en i {
  color: #0292d3;
}
.top-concept .wrap h2 .jp {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.top-concept .wrap p {
  margin: 2.5rem 0 4rem 0;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-concept {
    background: url(../img/deco-3.png) no-repeat left top;
    background-size: 20rem auto;
    background-color: #fff;
    padding: 8rem 3rem;
    position: relative;
  }
  .top-concept::before {
    width: 15rem;
    top: -12rem;
  }
  .top-concept .wrap {
    flex-direction: column;
  }
  .top-concept .wrap > * {
    width: 100%;
  }
  .top-concept .wrap figure {
    margin-bottom: 3rem;
  }
  .top-concept .wrap > div {
    padding: 0;
  }
  .top-concept .wrap h2 {
    line-height: 1;
    display: flex;
    flex-direction: column;
  }
  .top-concept .wrap h2 .en {
    font-size: 6.4rem;
  }
  .top-concept .wrap h2 .jp {
    font-size: 2rem;
  }
}
/* -------------------------------------------

service

------------------------------------------- */
.top-service {
  position: relative;
  padding: 8rem 0;
  background: #fffaf0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-service::before {
  content: "";
  width: 30rem;
  height: 50rem;
  pointer-events: none;
  background: url(../img/deco-2.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -24rem;
  pointer-events: none;
}
.top-service ul {
  width: 68rem;
  margin-bottom: 4rem;
  display: flex;
  gap: 5rem;
}
.top-service ul li {
  flex: 1;
}
.top-service ul li span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-service {
    padding: 8rem 2rem;
  }
  .top-service::before {
    width: 20rem;
    left: -4rem;
    top: -14rem;
  }
  .top-service ul {
    width: auto;
    margin-bottom: 3rem;
    gap: 1.5rem;
  }
  .top-service ul li {
    flex: 1;
  }
  .top-service ul li span {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
/* -------------------------------------------

price

------------------------------------------- */
.top-price {
  background: url(../img/deco-5.png) no-repeat right bottom -8.8rem;
  background-size: 20rem auto;
  background-color: #fff;
  padding: 10rem 0;
  position: relative;
}
.top-price::before {
  content: "";
  width: 20rem;
  height: 40rem;
  background: url(../img/deco-4.png) no-repeat right top;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -12rem;
  pointer-events: none;
}
.top-price .wrap {
  display: flex;
  align-items: center;
}
.top-price .wrap > * {
  width: 50%;
}
.top-price .wrap > * img {
  border-radius: 1.5rem;
}
.top-price .wrap > div {
  padding-left: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-price .wrap > div p {
  margin-bottom: 4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-price {
    padding: 8rem 3rem;
  }
  .top-price::before {
    width: 15rem;
    top: -10rem;
  }
  .top-price .wrap {
    flex-direction: column;
  }
  .top-price .wrap > * {
    width: 100%;
  }
  .top-price .wrap > figure {
    margin-bottom: 3rem;
  }
  .top-price .wrap h2 {
    margin-bottom: 2rem;
  }
  .top-price .wrap > div {
    padding-left: 0;
  }
}
/* -------------------------------------------

parallax

------------------------------------------- */
.bg-parallax {
  height: 36rem;
}

.bg-parallax::before {
  content: "";
  background: url(../img/bg-pa.jpg) no-repeat center/cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bg-parallax::before {
    background-size: auto 55vh;
    background-position: center center;
  }
}

/* -------------------------------------------

company

------------------------------------------- */
.top-company {
  background: url(../img/deco-6.png) no-repeat left top 5rem;
  background-size: 24rem auto;
  background-color: #fff;
  padding: 10rem 0;
}
.top-company h2 .en {
  margin-bottom: 1rem;
}
.top-company > ul {
  display: flex;
  gap: 5rem;
}
.top-company > ul > li {
  flex: 1;
}
.top-company > ul > li:nth-child(1) dt, .top-company > ul > li:nth-child(1) i {
  color: #e695b5;
}
.top-company > ul > li:nth-child(2) dt, .top-company > ul > li:nth-child(2) i {
  color: #0292d3;
}
.top-company .gmap iframe {
  height: 24rem;
  border-radius: 2.5rem;
}
.top-company dl {
  margin: 2.5rem 0 3rem 0;
}
.top-company dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.top-company dl ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.top-company dl ul li {
  display: flex;
}
.top-company dl ul li i {
  margin-top: 0.5rem;
}
.top-company dl ul li span {
  padding-left: 0.6rem;
}
.top-company .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-company {
    background: url(../img/deco-6.png) no-repeat left top 2rem;
    background-size: 18rem auto;
    background-color: #fff;
    padding: 8rem 3rem;
  }
  .top-company > ul {
    flex-direction: column;
    gap: 5rem;
  }
  .top-company > ul > li {
    flex: none;
    width: 100%;
  }
  .top-company .gmap iframe {
    height: 24rem;
    border-radius: 2.5rem;
  }
  .top-company dl dt {
    font-size: 1.7rem;
  }
  .top-company .more {
    margin: 0 auto;
  }
}
/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  background: #0292d3;
  display: flex;
  align-items: center;
}
.top-recruit h2 {
  color: #fff;
}
.top-recruit h2 .en {
  color: #fff;
}
.top-recruit > figure {
  width: 60%;
}
.top-recruit > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-recruit p {
  color: #fff;
  text-align: center;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    flex-direction: column;
  }
  .top-recruit > figure {
    width: 100%;
  }
  .top-recruit > div {
    padding: 3rem;
    width: 100%;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/mv.jpg) no-repeat center/cover;
  width: calc(100% - 10rem);
  margin: 0 auto;
  border-radius: 1.5rem;
}

.page-ttl > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18rem;
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .page-ttl {
    width: 100%;
    border-radius: 0;
  }
  .page-ttl > div {
    height: 18rem;
    border-radius: 0;
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.8rem;
  line-height: 1;
}
.page-ttl h2::first-letter {
  color: #e695b5;
}

/* -------------------------------------------

about

------------------------------------------- */
.about-service > p {
  margin-bottom: 4rem;
}
.about-service .wrap {
  display: flex;
  gap: 2rem;
  margin-bottom: 6rem;
}
.about-service .wrap > * {
  flex: 1;
  border-radius: 1.5rem;
  border: solid 0.3rem #eee;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-service .wrap > * i {
  color: #0292d3;
  font-size: 3.6rem;
  margin-bottom: 1rem;
}
.about-service .wrap > * dl dt {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #0292d3;
}
.about-service ul {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.about-service ul li {
  position: relative;
}
.about-service ul li:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 0.15rem;
  border-bottom: dashed 0.15rem #ddd;
  position: absolute;
  left: 0;
  bottom: -3.6rem;
}
.about-service ul li > div {
  display: flex;
  gap: 2rem;
}
.about-service ul li > div > * {
  width: calc((100% - 2rem) / 2);
}
.about-service ul li > div > figure img {
  border-radius: 1.5rem;
}
.about-service ul li > div > dl {
  padding: 0.5rem 1rem 0 1rem;
}
.about-service ul li > div > dl dt {
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #0292d3;
  font-size: 1.8rem;
}
.about-service ul li > div > dl .img {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
}
.about-service ul li > div > dl .img img {
  width: calc((100% - 2rem) / 3);
  border-radius: 1rem;
}
.about-service ul li:nth-child(2) > div {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .about-service .wrap {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .about-service .wrap > * {
    flex: none;
    width: 100%;
  }
  .about-service ul {
    display: flex;
    flex-direction: column;
    gap: 7rem;
  }
  .about-service ul li > div {
    flex-direction: column;
  }
  .about-service ul li > div > * {
    width: 100%;
  }
  .about-service ul li > div dl {
    padding: 0;
  }
  .about-service ul li:nth-child(2) > div {
    flex-direction: column;
  }
}
.about-voice > p {
  margin-bottom: 4rem;
}
.about-voice ul {
  display: flex;
  gap: 3rem;
}
.about-voice ul li {
  flex: 1;
}
.about-voice ul li figure {
  margin-bottom: 2rem;
}
.about-voice ul li figure img {
  border-radius: 1.5rem;
}
.about-voice ul li dl dt {
  color: #e695b5;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 768px) {
  .about-voice ul {
    flex-direction: column;
  }
  .about-voice ul li {
    flex: none;
    width: 100%;
  }
  .about-voice ul li figure {
    margin-bottom: 1.5rem;
  }
}
/* -------------------------------------------

price

------------------------------------------- */
.price > p {
  margin-bottom: 4rem;
}

.service > p{
    margin-bottom: 0;
}

.pdf{
    margin-bottom: 4rem;
    text-decoration: underline;
}

.price-dayservice figure {
  margin-bottom: 1.5rem;
}
.price-dayservice figure img {
  border-radius: 1.5rem;
}
.price-dayservice > p {
  margin-bottom: 3rem;
}
.price-dayservice ul {
  display: flex;
  gap: 2rem;
}
.price-dayservice ul li {
  border-radius: 1.5rem;
  border: solid 0.3rem #eee;
  padding: 3rem;
  flex: 1;
}
.price-dayservice ul li dl dt {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 0.2rem #eee dashed;
  font-size: 1.3rem;
}
.price-dayservice ul li dl dt span {
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
  color: #e695b5;
}
.price-dayservice ul li dl dd {
  line-height: 1.8;
}
.price-dayservice ul li:nth-child(2) dt span {
  color: #0292d3;
}

.price-lodging > p {
  margin-bottom: 3rem;
}
.price-lodging ul {
  display: flex;
  gap: 2rem;
}
.price-lodging ul li {
  border-radius: 1.5rem;
  border: solid 0.3rem #eee;
  padding: 3rem;
  flex: 1;
}
.price-lodging ul li dl dt {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 0.2rem #eee dashed;
  font-size: 1.3rem;
}
.price-lodging ul li dl dt span {
  font-size: 2.4rem;
  color: #f2a94d;
}
.price-lodging ul li dl dd {
  line-height: 1.8;
}
.price-lodging ul li:nth-child(2) dt span {
  color: #9cc873;
}

.price-other > p {
  margin-bottom: 4rem;
}
.price-other .wrap {
  display: flex;
  gap: 3rem;
}
.price-other .wrap > * {
  flex: 1;
}
.price-other .wrap figure img {
  border-radius: 1.5rem;
}

@media screen and (max-width: 768px) {
  .price-dayservice ul {
    flex-direction: column;
  }
  .price-dayservice ul li {
    flex: none;
    width: 100%;
  }
  .price-lodging > p {
    margin-bottom: 3rem;
  }
  .price-lodging ul {
    flex-direction: column;
  }
  .price-lodging ul li {
    flex: none;
    width: 100%;
  }
  .price-other .wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .price-other .wrap > * {
    flex: none;
    width: 100%;
  }
}
/* -------------------------------------------

company

------------------------------------------- */
.company .img {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.company .img > img {
  width: calc((100% - 4rem) / 3);
  border-radius: 1.5rem;
}

@media screen and (max-width: 768px) {
  .company .img {
    gap: 0.8rem;
    margin-top: 3rem;
  }
  .company .img > img {
    width: calc((100% - 1.6rem) / 3);
  }
}
.company-summary p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.2;
  font-weight: 500;
  margin-bottom: 3rem;
}
.company-summary p strong {
  font-size: 2.8rem;
  color: #e695b5;
}
.company-summary figure img {
  border-radius: 1.5rem;
}

@media screen and (max-width: 768px) {
  .company-summary p {
    font-size: 1.5rem;
  }
}
.company-staff .wrap {
  display: flex;
  justify-content: space-between;
}
.company-staff .wrap > figure {
  width: 30%;
}
.company-staff .wrap > figure img {
  border-radius: 1.5rem;
}
.company-staff .wrap > dl {
  width: 66%;
}
.company-staff .wrap > dl dt {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #0292d3;
}

@media screen and (max-width: 768px) {
  .company-staff .wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .company-staff .wrap > figure {
    width: 100%;
  }
  .company-staff .wrap > dl {
    width: 100%;
  }
  .company-staff .wrap > dl dt {
    font-size: 2rem;
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #e695b5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #e695b5;
  color: #fff;
  display: block;
  font-weight: bold;
  border-radius: 10rem;
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #0292d3;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
  border-radius: 10rem;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #e695b5;
}/*# sourceMappingURL=style.css.map */