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

kv

------------------------------------------- */
.top-kv {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 13rem;
  position: relative;
  margin-top: 2rem;
  padding-bottom: 12rem;
}

.top-kv figure {
  width: 65%;
  position: relative;
}
.top-kv figure img:nth-of-type(1) {
  border-radius: 8rem 0 0 8rem;
}

.top-kv .deco {
  position: absolute;
  left: -21rem;
  bottom: -2.5rem;
  width: 28rem;
  z-index: 10;
}

.top-kv > div {
  width: 35%;
  padding-top: 8rem;
  padding-right: 5rem;
}
.top-kv > div > div {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
.top-kv > div > div strong, .top-kv > div > div span {
  font-size: 2.6rem;
  font-weight: bold;
}
.top-kv > div > div strong {
  color: #ead6ff;
}

.scroll {
  position: absolute;
  left: -13rem;
  bottom: 4rem;
  display: flex;
  align-items: center;
  z-index: 3;
  font-size: 1rem;
  font-weight: 500;
  writing-mode: vertical-lr;
  font-weight: bold;
}

.scroll span {
  width: 0.1rem;
  height: 5.5rem;
  background: #000;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  animation: scroll infinite 1s;
}

@keyframes scroll {
  0% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 768px) {
  .top-kv {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 4rem;
    margin: 0;
  }
  .top-kv figure {
    width: 100%;
  }
  .top-kv figure img:nth-of-type(1) {
    border-radius: 0;
  }
  .top-kv .deco {
    left: 1.5rem;
    bottom: -2rem;
    width: 13rem;
  }
  .top-kv > div {
    width: 100%;
    padding: 3rem 3rem 0 3rem;
  }
}
/* -------------------------------------------

company

------------------------------------------- */
.top-company {
  padding: 13rem 0 10rem 0;
  background: #fafafa;
  position: relative;
}
.top-company > span {
  display: block;
  position: absolute;
  right: 8rem;
  bottom: -7rem;
  width: 20rem;
}
.top-company h2 {
  flex-direction: row;
  align-items: flex-end;
}
.top-company h2 .en {
  margin-bottom: 0;
}
.top-company h2 .jp {
  margin-bottom: 0.6rem;
  margin-left: 1rem;
}

.top-company .wrap {
  display: flex;
}

.top-company .wrap > div:nth-of-type(1) {
  width: 55%;
  background: #ead6ff;
  border-radius: 0 6rem 6rem 0;
  padding-left: 13rem;
  padding-right: 5rem;
}
.top-company .wrap > div:nth-of-type(1) img {
  border-radius: 2rem;
  position: relative;
  top: -4rem;
}

.top-company .wrap > div:nth-of-type(2) {
  width: 45%;
  padding-right: 13rem;
  padding-left: 5rem;
}
.top-company .wrap > div:nth-of-type(2) p {
  margin-bottom: 4rem;
}

.top-company .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-company {
    padding: 8rem 0 0 0;
    background: #fafafa;
    position: relative;
  }
  .top-company > span {
    position: relative;
    right: 1.5rem;
    bottom: -2rem;
    width: 14rem;
    margin-left: auto;
    pointer-events: none;
  }
  .top-company .wrap {
    flex-direction: column;
    margin-bottom: -6rem;
  }
  .top-company .wrap > div:nth-of-type(1) {
    width: 95%;
    border-radius: 0 3rem 3rem 0;
    padding-left: 0;
    padding-right: 3rem;
  }
  .top-company .wrap > div:nth-of-type(1) img {
    border-radius: 0 2rem 2rem 0;
    position: relative;
    top: -3rem;
  }
  .top-company .wrap > div:nth-of-type(2) {
    width: 100%;
    padding: 3rem 3rem 0 3rem;
  }
  .top-company .wrap > div:nth-of-type(2) p {
    margin-bottom: 4rem;
  }
  .top-company .more {
    margin: 0;
  }
}
/* -------------------------------------------

item

------------------------------------------- */
.top-item {
  padding: 10rem 0 18rem 0;
  background: url(../img/deco-3.png) no-repeat left 16rem top 5.5rem, url(../img/deco-4.png) no-repeat left 46rem bottom 11rem;
  background-size: 15rem auto, 13rem auto;
}
.top-item h2 {
  margin-bottom: 6rem;
}
.top-item .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.top-item .wrap > * {
  width: 46%;
}
.top-item .wrap > * img {
  border-radius: 2rem;
}
.top-item .wrap p {
  margin-bottom: 4rem;
}
.top-item .wrap .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-item {
    padding: 8rem 3rem 10rem 3rem;
    background: url(../img/deco-3.png) no-repeat left 2rem top 2rem, url(../img/deco-4.png) no-repeat right 2rem bottom 10rem;
    background-size: 10rem auto, 10rem auto;
  }
  .top-item h2 {
    margin-bottom: 4rem;
  }
  .top-item .wrap {
    flex-direction: column;
  }
  .top-item .wrap > * {
    width: 100%;
  }
  .top-item .wrap > * img {
    border-radius: 2rem;
  }
  .top-item .wrap figure {
    margin-bottom: 3rem;
  }
  .top-item .wrap p {
    margin-bottom: 4rem;
  }
  .top-item .wrap .more {
    margin: 0;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.top-about {
  background: #fafafa;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 14rem 1rem 10rem;
}
.top-about > figure {
  width: 50%;
  position: relative;
  top: -5rem;
}
.top-about > div {
  width: 50%;
  padding-left: 4rem;
  padding-bottom: 10rem;
}
.top-about p {
  margin-bottom: 5rem;
}
.top-about .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-about {
    flex-direction: column;
    padding: 0 3rem 8rem 3rem;
  }
  .top-about > figure {
    width: 100%;
    position: relative;
    top: -5rem;
    margin-bottom: -3rem;
  }
  .top-about > div {
    width: 100%;
    padding: 0;
  }
  .top-about p {
    margin-bottom: 4rem;
  }
}
/* -------------------------------------------

voice

------------------------------------------- */
.top-voice {
  padding: 10rem 0;
  background: url(../img/deco-5.png) no-repeat left 5rem top 4rem, url(../img/deco-6.png) no-repeat right 3rem bottom 5rem;
  background-size: 15rem auto, 12rem auto;
}

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

@media screen and (max-width: 768px) {
  .top-voice {
    padding: 8rem 3rem;
    background: url(../img/deco-5.png) no-repeat left 2rem top 2rem, url(../img/deco-6.png) no-repeat right 2rem bottom 2rem;
    background-size: 11rem auto, 9rem auto;
  }
  .top-voice .more {
    margin: 5rem auto 0 auto;
  }
}
/* cms */
.top-voice .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

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

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

recruit

------------------------------------------- */
.top-recruit {
  padding: 7rem 0;
  background: #fafafa;
}

.top-recruit .wrap {
  background: url(../img/top-bg-2.jpg) no-repeat center/cover;
  padding: 5rem 3rem;
  position: relative;
}
.top-recruit .wrap > div {
  width: 36rem;
  background: #fff;
  margin-left: auto;
  border-radius: 2rem;
  padding: 4rem;
}
.top-recruit .wrap > div p {
  margin-bottom: 3rem;
}
.top-recruit .wrap h2 {
  margin-bottom: 4rem;
}
.top-recruit .wrap .deco {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 10rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 0;
    position: relative;
    z-index: 10;
  }
  .top-recruit .wrap {
    padding: 4rem;
  }
  .top-recruit .wrap > div {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
  }
  .top-recruit .wrap .deco {
    position: absolute;
    right: 1rem;
    bottom: -3rem;
    width: 8rem;
    pointer-events: none;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  display: flex;
}
.top-contact .bg {
  background: url(../img/top-bg-4.jpg) no-repeat center/cover;
  width: 55%;
}
.top-contact .txt {
  width: 45%;
  background: #ead6ff;
  padding: 6rem 13rem 6rem 4rem;
}
.top-contact .txt p {
  text-align: center;
  margin-bottom: 4rem;
}
.top-contact h2 {
  margin-bottom: 3rem;
}
.top-contact h2 .en::first-letter {
  color: #4c4948;
}
.top-contact .more {
  border: solid 0.3rem #000;
}

@media screen and (max-width: 768px) {
  .top-contact {
    flex-direction: column;
  }
  .top-contact .bg {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .top-contact .txt {
    width: 100%;
    padding: 3rem;
  }
}
/* -------------------------------------------

staff

------------------------------------------- */
.top-staff {
  padding: 12rem 0;
}

.top-staff .wrap {
  background: url(../img/deco-6.png) no-repeat left 6rem bottom, url(../img/deco-7.png) no-repeat right 5rem bottom;
  background-size: 11rem auto, 13rem auto;
  background-color: #ead6ff;
  padding: 4rem 0;
  border-radius: 3rem;
}
.top-staff .wrap h2 {
  color: #fff;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .top-staff {
    padding: 3rem;
  }
  .top-staff .wrap {
    background: url(../img/deco-6.png) no-repeat left 1rem bottom, url(../img/deco-7.png) no-repeat right 1rem bottom;
    background-size: 6rem auto, 8rem auto;
    background-color: #ead6ff;
    padding: 4rem 0;
    border-radius: 2rem;
  }
}
/* -------------------------------------------

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;
}

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

.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.page-ttl h2 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #ead6ff;
  margin-top: 1rem;
}

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

company

------------------------------------------- */
.sig {
  display: block;
  text-align: right;
  margin-top: 2rem;
}

.company .detail a {
  display: block;
  background-color: #ead6ff;
  color: #fff;
  width: 10rem;
  text-align: center;
  margin: 0.3rem 0;
}

.company-office figure {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.company-office figure > img {
  width: calc((100% - 2rem) / 3);
}

@media screen and (max-width: 768px) {
  .company-office figure {
    flex-direction: column;
  }
  .company-office figure > img {
    width: 100%;
  }
}
/* -------------------------------------------

area

------------------------------------------- */
.area-tire figure {
  width: 60%;
  margin: 0 auto 3rem auto;
}
.area-tire figure figcaption {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .area-tire figure {
    width: 100%;
  }
  .area-tire figure figcaption {
    text-align: left;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.25rem #ddd;
}
table th {
  font-weight: 500;
  background: #fafafa;
}
table th, table td {
  border: solid 0.12rem #ddd;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
table a {
  color: #ead6ff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  table {
    font-size: 1.3rem;
  }
}
.area-tire th, .area-tire td {
  width: 50%;
}

.area-disposal table th, .area-disposal table td {
  text-align: left;
}
.area-disposal table th {
  white-space: nowrap;
}

.area-disposal a {
  color: #ead6ff;
  text-decoration: underline;
}

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

sdgs

------------------------------------------- */
.sdgs a {
  color: #ead6ff;
  text-decoration: underline;
}

.sdgs-policy > div {
  border: solid 0.15rem #ddd;
  padding: 2.5rem;
}

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

recruit

------------------------------------------- */
.recruit-summary {
  margin-bottom: 6rem;
}
.recruit-summary p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.recruit-summary figure {
  display: flex;
  justify-content: space-between;
}
.recruit-summary figure img {
  width: 32%;
  height: auto;
}

.recrtui-detail li:not(:last-child) {
  margin-bottom: 3rem;
}
.recrtui-detail li {
  display: flex;
  gap: 3rem;
}
.recrtui-detail li > * {
  width: calc((100% - 3rem) / 2);
}
.recrtui-detail li dt {
  color: #ead6ff;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}
.recrtui-detail li dt::before {
  content: "◆";
}
.recrtui-detail li dd {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .recruit-summary p {
    text-align: left;
  }
  .recruit-summary figure {
    display: flex;
    justify-content: space-between;
  }
  .recruit-summary figure img {
    width: 32%;
    height: auto;
  }
  .recrtui-detail li:not(:last-child) {
    margin-bottom: 4rem;
  }
  .recrtui-detail li {
    flex-direction: column;
    gap: 1.5rem;
  }
  .recrtui-detail li > * {
    width: 100%;
  }
  .recrtui-detail li dt {
    margin-bottom: 1rem;
  }
  .recrtui-detail li dd {
    font-size: 1.4rem;
  }
}
.recrtui-cv {
  font-size: 1.7rem;
  font-weight: bold;
}
.recrtui-cv a {
  color: #ead6ff;
}

.recruit-apply {
  margin-top: 4rem;
}
.recruit-apply .more {
  width: 26rem;
  max-width: 100%;
  box-sizing: border-box;
}

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

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%;
}

@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 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2.5rem;
  row-gap: 1rem;
  width: 70%;
}

.CMS-FORM-RADIO > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
}

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

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

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1rem 0;
    width: 100%;
  }
  .CMS-FORM-RADIO > div {
    width: 100%;
  }
  .CMS-FORM-RADIO > div label {
    width: auto;
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
  }
}
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: #ead6ff;
  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: #ead6ff;
  color: #000 !important;
  display: block;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
  border-radius: 10rem;
  font-weight: bold;
}

.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 {
  display: inline-block;
  background: #c62828;
  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;
}

/* <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: #ead6ff;
}

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

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%;
}

@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 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2.5rem;
  row-gap: 1rem;
  width: 70%;
}

.CMS-FORM-RADIO > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
}

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

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

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1rem 0;
    width: 100%;
  }
  .CMS-FORM-RADIO > div {
    width: 100%;
  }
  .CMS-FORM-RADIO > div label {
    width: auto;
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
  }
}
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: #ead6ff;
  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: #ead6ff;
  color: #fff;
  display: block;
  /* 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 {
  display: inline-block;
  background: #c62828;
  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;
}

/* <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: #000;
}

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

item

------------------------------------------- */
.item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.item ul li {
  width: calc((100% - 2rem) / 2);
  border: solid 0.3rem #ead6ff;
  border-radius: 1rem;
  text-align: center;
  padding: 1.5rem 0 1.6rem 0;
  font-weight: 500;
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  .item ul {
    flex-direction: column;
  }
  .item ul li {
    width: 100%;
    text-align: center;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.about .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about figure {
  width: 60%;
  margin-bottom: 2rem;
}
.about p {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .about figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}
/* -------------------------------------------

voice

------------------------------------------- */
.voice .wrap {
  display: flex;
  justify-content: space-between;
}
.voice .wrap > figure {
  width: 35%;
}
.voice .wrap > div {
  width: 62%;
}

@media screen and (max-width: 768px) {
  .about figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}