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

kv

------------------------------------------- */
.top-kv {
  position: relative;
  padding: 0 9rem;
}
.top-kv .wrap {
  position: absolute;
  left: 9.7rem;
  bottom: 5.5rem;
  z-index: 3;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 3rem 3rem 0;
  padding: 2rem;
}
.top-kv .wrap img {
  width: 10rem;
}
.top-kv .wrap span {
  padding-left: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5;
}
.top-kv .scroll {
  position: absolute;
  left: 3.8rem;
  bottom: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.top-kv .scroll span {
  width: 0.12rem;
  height: 8rem;
  background-color: #000;
  margin-right: 0.3rem;
  margin-top: 0.6rem;
  animation: scroll infinite 1s;
}

@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;
  border: solid 0.7rem #dc0000;
}

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

@media screen and (max-width: 768px) {
  .top-kv {
    padding: 0;
  }
  .top-kv .wrap {
    left: 0.7rem;
    bottom: 2.7rem;
  }
  .top-kv .wrap img {
    width: 6rem;
  }
  .top-kv .wrap span {
    font-size: 1.8rem;
  }
  #main {
    border-radius: 0;
    border: solid 0.7rem #dc0000;
  }
  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 40rem;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.top-about {
  padding: 12rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-about .deco-1 {
  position: absolute;
  right: 1rem;
  bottom: -6rem;
  width: 24rem;
  pointer-events: none;
  z-index: 10;
}
.top-about > * {
  width: 47%;
}
.top-about > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-right: 15rem;
}
.top-about > div > img {
  position: absolute;
  right: 14.5rem;
  top: -2.5rem;
  width: 14rem;
}
.top-about h2 {
  width: 28rem;
}
.top-about h3 {
  margin: 2rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: #dc0000;
}
.top-about p {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 6rem 3rem;
    flex-direction: column;
  }
  .top-about .deco-1 {
    bottom: -2rem;
    width: 14rem;
  }
  .top-about > * {
    width: 100%;
  }
  .top-about > div {
    display: contents;
    padding-right: 0;
  }
  .top-about > div > img {
    position: absolute;
    right: 2rem;
    top: 3rem;
    width: 10rem;
  }
  .top-about h2 {
    order: -1;
    width: 26rem;
  }
  .top-about h3 {
    font-size: 2.4rem;
  }
}
/* -------------------------------------------

activity

------------------------------------------- */
.top-activity {
  background: url(../img/bg-wave.png) no-repeat center top;
  background-size: 100% auto;
  background-color: #dc0000;
  padding: 12rem 0 10rem 0;
  position: relative;
  color: #fff;
}
.top-activity .deco-1 {
  position: absolute;
  left: 5rem;
  top: -4rem;
  width: 22rem;
  pointer-events: none;
}
.top-activity > figure {
  position: absolute;
  right: 0;
  top: -12rem;
  width: 30rem;
  pointer-events: none;
}
.top-activity ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 6rem;
}
.top-activity ul li {
  width: calc((100% - 8rem) / 3);
}
.top-activity ul li img {
  border-radius: 3rem;
  border: solid 0.4rem #fffa00;
}
.top-activity ul li span {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .top-activity {
    padding: 8rem 3rem 10rem 3rem;
    position: relative;
  }
  .top-activity .deco-1 {
    left: 2rem;
    top: -3rem;
    width: 12rem;
  }
  .top-activity > figure {
    right: 0;
    top: -8rem;
    width: 20rem;
  }
  .top-activity ul {
    flex-direction: column;
    row-gap: 5rem;
  }
  .top-activity ul li {
    width: 100%;
  }
  .top-activity ul li span {
    font-size: 2.2rem;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  padding: 8rem 0;
  position: relative;
}
.top-insta .deco-1 {
  position: absolute;
  left: 6rem;
  top: -14.5rem;
  width: 18rem;
  pointer-events: none;
}
.top-insta .deco-2 {
  position: absolute;
  right: 2rem;
  top: -6rem;
  width: 23rem;
  pointer-events: none;
}
.top-insta .deco-3 {
  position: absolute;
  left: 1rem;
  bottom: 5rem;
  width: 23rem;
  z-index: -1;
  pointer-events: none;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .deco-1 {
    left: 1.5rem;
    top: -5rem;
    width: 10rem;
  }
  .top-insta .deco-2 {
    right: 1.5rem;
    top: -3rem;
    width: 13rem;
  }
  .top-insta .deco-3 {
    left: 1rem;
    bottom: 1rem;
    width: 11rem;
  }
  .top-insta .wrap {
    width: auto;
  }
}
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 2rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

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

news

------------------------------------------- */
.top-news {
  background: #dc0000;
  padding: 8rem 0;
  position: relative;
}
.top-news > figure {
  position: absolute;
  right: 0;
  top: -10rem;
  pointer-events: none;
  width: 28rem;
}

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

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
  .top-news > figure {
    top: -5rem;
    width: 14rem;
  }
  .top-news .more {
    margin: 3rem auto 0 auto;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

recruit

------------------------------------------- */
.top-recruit {
  padding: 8rem 0;
  position: relative;
}
.top-recruit .deco-1,
.top-recruit .deco-2 {
  position: absolute;
  pointer-events: none;
}
.top-recruit .deco-1 {
  right: 1rem;
  top: 1rem;
  width: 15rem;
}
.top-recruit .deco-2 {
  left: 2rem;
  bottom: -4rem;
  width: 15rem;
  z-index: 10;
}
.top-recruit > figure {
  position: absolute;
  left: 0;
  top: -14rem;
  width: 32rem;
  pointer-events: none;
}
.top-recruit ul {
  display: flex;
  gap: 3rem;
}
.top-recruit ul li {
  width: calc((100% - 6rem) / 3);
}
.top-recruit ul li img {
  border-radius: 3rem;
  border: solid 0.4rem #fffa00;
}
.top-recruit ul li span {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 8rem 3rem;
  }
  .top-recruit .deco-1 {
    width: 10rem;
  }
  .top-recruit .deco-2 {
    width: 13rem;
  }
  .top-recruit > figure {
    top: -5rem;
    width: 16rem;
  }
  .top-recruit ul {
    flex-wrap: wrap;
    gap: 5rem;
  }
  .top-recruit ul li {
    width: 100%;
  }
  .top-recruit ul li span {
    font-size: 2rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
  background: #fffa00;
  padding: 10rem 0;
  position: relative;
}
.top-gallery .deco-1 {
  position: absolute;
  right: 4rem;
  top: -1.5rem;
  width: 18rem;
  pointer-events: none;
}
.top-gallery .deco-2 {
  position: absolute;
  right: 5rem;
  bottom: 4rem;
  width: 24rem;
  pointer-events: none;
}
.top-gallery .wrap {
  display: flex;
}
.top-gallery .wrap > * {
  width: 50%;
}
.top-gallery .wrap > figure img {
  border-radius: 3rem;
  border: solid 0.65rem #dc0000;
}
.top-gallery .wrap h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  color: #dc0000;
  line-height: 1.6;
}
.top-gallery .wrap p {
  margin: 2rem 0 3rem 0;
}
.top-gallery .wrap > div {
  padding: 0 15rem 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 6rem 3rem 12rem 3rem;
  }
  .top-gallery .deco-1 {
    right: 1rem;
    top: -4rem;
    width: 10rem;
  }
  .top-gallery .deco-2 {
    right: 2rem;
    bottom: 2rem;
    width: 15rem;
  }
  .top-gallery .wrap {
    flex-direction: column;
  }
  .top-gallery .wrap > * {
    width: 100%;
  }
  .top-gallery .wrap > figure {
    margin-bottom: 2rem;
  }
  .top-gallery .wrap h2 {
    order: -1;
  }
  .top-gallery .wrap > div {
    padding: 0;
    display: contents;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  background: #dc0000;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.top-contact > * {
  width: 50%;
}
.top-contact > div {
  padding: 0 8rem;
}
.top-contact p {
  margin-bottom: 4rem;
}
.top-contact .more-wrap {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-contact {
    flex-direction: column;
  }
  .top-contact > * {
    width: 100%;
  }
  .top-contact > div {
    padding: 3rem 0;
  }
  .top-contact p {
    margin-bottom: 3rem;
    padding: 0 3rem;
  }
  .top-contact .more-wrap {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
}
/* -------------------------------------------

office

------------------------------------------- */
.top-office {
  padding: 10rem 0;
  position: relative;
}
.top-office .deco-1 {
  position: absolute;
  left: 5rem;
  top: 3rem;
  pointer-events: none;
  width: 11rem;
}
.top-office > ul {
  display: flex;
  gap: 4rem;
}
.top-office > ul > li {
  flex: 1;
}
.top-office > ul > li img {
  border-radius: 3rem;
}
.top-office > ul > li dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #dc0000;
  margin: 3rem 0 1.5rem 0;
}
.top-office > ul > li ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.top-office > ul > li ul li {
  display: flex;
  align-items: center;
}
.top-office > ul > li ul li i {
  color: #dc0000;
  font-size: 1.6rem;
}
.top-office > ul > li ul li span {
  padding-left: 0.8rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .top-office .deco-1 {
    left: 1.5rem;
    top: 1.5rem;
    width: 6rem;
  }
  .top-office {
    padding: 6rem 3rem;
  }
  .top-office > ul {
    flex-direction: column;
  }
  .top-office > ul > li {
    flex: none;
    width: 100%;
  }
  .top-office > ul > li dt {
    letter-spacing: 0.15em;
  }
}
/* -------------------------------------------

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/top-kv-3.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}

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

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 37.5%;
}
.container .wrap > figure img {
  border-radius: 0.5rem;
}
.container .wrap > div {
  width: 60%;
}
.container .wrap > div p {
  margin-top: -0.5rem;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
  .container .wrap > div p {
    margin-top: 0;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery-list li {
  width: calc((100% - 4rem) / 5);
}
.gallery-list li img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.about figure {
  width: 60%;
  margin: 0 auto 4rem auto;
}
.about figure img {
  border-radius: 2rem;
}

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

activity

------------------------------------------- */
.activity-service ul {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.activity-service ul img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 0.5rem;
}
.activity-service ul li {
  flex: 1;
}

.activity-cause > div {
  margin-top: 2rem;
}

.box {
  border: solid 0.1rem #000;
  padding: 2.3rem 2.5rem;
  font-size: 1.3rem;
}
.box > div {
  display: flex;
  justify-content: space-between;
}
.box > div > figure {
  width: 30%;
}
.box > div > figure img {
  border-radius: 0.5rem;
}
.box > div > div {
  width: 68%;
  margin-top: -0.5rem;
}

@media screen and (max-width: 768px) {
  .box {
    border: solid 0.1rem #000;
    padding: 2rem;
    font-size: 1.3rem;
  }
  .box > div {
    flex-direction: column;
  }
  .box > div > figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .box > div > div {
    width: 100%;
    margin-top: 0;
  }
}
.img-one {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .img-one {
    width: 100%;
  }
}
.img-two {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.img-two li {
  width: calc((100% - 1.5rem) / 2);
}
.img-two li img {
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .img-two.adjust {
    flex-direction: column;
  }
  .img-two.adjust li {
    width: 100%;
  }
}
.img-three {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 1.5rem;
}
.img-three img {
  border-radius: 0.5rem;
}
.img-three li {
  width: calc((100% - 3rem) / 3);
}

@media screen and (max-width: 768px) {
  .img-three.adjust {
    flex-direction: column;
  }
  .img-three.adjust li {
    width: 100%;
  }
}
.activity-ex a {
  color: #dc0000;
}

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

recruit

------------------------------------------- */
.recruit-flow ul {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.recruit-flow ul li {
  background: rgb(247, 247, 247);
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
  position: relative;
}
.recruit-flow ul li:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #dc0000;
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -3.5rem;
}
.recruit-flow ul li dt {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}
.recruit-flow ul li dt span {
  color: #dc0000;
  margin-right: 0.8rem;
}
.recruit-flow ul li dt i {
  font-size: 1.2rem;
}

.recruit-work > p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #de8247;
}

.recruit-talent ul {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.5;
}
.recruit-talent ul li {
  list-style: disc;
  font-weight: 500;
  margin-left: 1.8rem;
  color: #de8247;
}

.recruit table {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.1rem #000;
}
.recruit th, .recruit td {
  border: solid 0.1rem #000;
  vertical-align: middle;
}
.recruit th {
  background: #e1f4fe;
  font-weight: 500;
  width: 25%;
  padding: 1rem 0;
}
.recruit td {
  width: 75%;
  padding: 1rem 1.5rem;
}

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

contact

------------------------------------------- */
.contact-summary {
  position: relative;
}
.contact-summary h3 + div p {
  text-align: center;
}
.contact-summary ul {
  display: flex;
  gap: 3rem;
  justify-content: center;
  color: #dc0000;
  font-family: "Zen Maru Gothic", sans-serif;
}
.contact-summary ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
}
.contact-summary ul li i {
  font-size: 2.2rem;
  margin-top: 0.4rem;
  margin-right: 0.6rem;
}
.contact-summary ul a {
  color: #dc0000;
}

@media screen and (max-width: 768px) {
  .contact-summary {
    position: relative;
  }
  .contact-summary h3 + div p {
    text-align: left;
  }
  .contact-summary ul {
    flex-direction: column;
    gap: 0;
  }
  .contact-summary ul li {
    line-height: 1.4;
  }
}
/* -------------------------------------------

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-family: "Zen Maru Gothic", sans-serif;
}

@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: #dc0000;
  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: #dc0000;
  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;
  border-radius: 10rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.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: #dc0000;
  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: #dc0000;
}/*# sourceMappingURL=style.css.map */

#office {
  scroll-margin-top: 0;
}

.maru{
  font-family: var(--maru);
}