@charset "utf-8";

.u-desktop {
  display: none;
}

@media screen and (min-width: 960px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .u-mobile {
    display: none;
  }
}

/* FontFamily */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 1.42857vw;
  }
}

@media (min-width: 1120px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 960px) {
  a:hover {
    opacity: 0.5;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/*input,
button,
textarea,
select {
  font: inherit;
}*/

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
/*input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}*/

.btn {
  display: inline-block;
  color: #fff;
  background: #A98FC8;
  border-radius: 100px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  padding: 14px;
  padding: 0.875rem;
  position: relative;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
}

.btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  width: 0.625rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  right: 65px;
  right: 4.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 960px) {
  .btn {
    padding: 1.0625rem 6.625rem 1.3125rem 4.875rem;
    width: auto;
  }
}

.btn--sub {
  background: #B95390;
}

.btn--contact {
  background: #652B88;
  padding: 17px 34px;
  padding: 1.0625rem 2.125rem;
  text-align: left;
  width: 100%;
  max-width: 303px;
  max-width: 18.9375rem;
}

.btn--contact::before {
  right: 28px;
  right: 1.75rem;
}

.btn--recruit {
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  width: 100%;
  max-width: 100%;
}

.btn--recruit::before {
  background-image: url(../images/arrow-big.svg);
  right: 25px;
  right: 1.5625rem;
  width: 20px;
  width: 1.25rem;
  height: 28px;
  height: 1.75rem;
}

@media screen and (min-width: 960px) {
  .btn--recruit {
    font-size: 1.25rem;
    padding: 1.25rem 2.75rem;
  }
}

.drawer-icon {
  position: fixed;
  top: 0px;
  top: 0rem;
  right: 0px;
  right: 0rem;
  padding: 23px 21px;
  padding: 1.4375rem 1.3125rem;
  z-index: 21;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

@media screen and (min-width: 960px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  top: 0.4375rem;
}

.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  top: 0.4375rem;
}

.drawer-icon__bars {
  width: 25px;
  width: 1.5625rem;
  height: 18px;
  height: 1.125rem;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  height: 0.125rem;
  background: #333;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 65px;
  top: 4.0625rem;
  z-index: 20;
  display: none;
  background: #fff;
  color: #333;
}

.drawer-content.is-active {
  display: block;
  overflow-y: scroll;
}

.drawer-content__item {
  text-align: center;
}

.drawer-content__link {
  display: block;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.drawer-background {
  position: fixed;
  top: 65px;
  top: 4.0625rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 19;
  display: none;
}

.drawer-background.is-active {
  display: block;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 550px;
  max-width: 34.375rem;
}

@media screen and (min-width: 960px) {
  .l-inner {
    max-width: 1170px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 960px) {
  .office__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.office__item:nth-child(2n + 1) {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 960px) {
  .office__item {
    width: calc(50% - 2.5rem);
  }
  .office__item:nth-child(2n + 1) {
    margin-bottom: 0;
    margin-right: 5rem;
  }
}

.office__heading {
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
  background: #652B88;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .office__heading {
    padding: 1.3125rem;
  }
}

.office__heading--sub {
  background: #B95390;
}

.office__map {
  position: relative;
  width: 100%;
  padding-top: 57.69%;
}

.office__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.office__info {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (min-width: 960px) {
  .office__info {
    margin-top: 1.9375rem;
  }
}

.table__item {
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.table__item dt {
  font-weight: 700;
  background: #F2F2F2;
  padding: 10px;
  padding: 0.625rem;
}

.table__item dd {
  background: #fff;
  line-height: 2.22222;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 960px) {
  .table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
  }
  .table__item dt {
    text-align: center;
    width: 21.5625rem;
    padding: 1.625rem;
  }
  .table__item dd {
    margin-bottom: 0;
    width: calc(100% - 21.5625rem);
    padding-left: 3.5rem;
  }
}

.title {
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
}

.title__en {
  font-weight: 300;
  font-size: 39px;
  font-size: 2.4375rem;
  letter-spacing: 0.1em;
  color: #E5CFAA;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .title__en {
    font-size: 5rem;
  }
}

.title__ja {
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.3em;
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  .title__ja {
    font-size: 1.5rem;
  }
}

.company {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
  .company {
    padding-top: 4.625rem;
    padding-bottom: 7.125rem;
  }
}

.company__table {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 960px) {
  .company__table {
    margin-top: 6.0625rem;
  }
}

.company__office {
  margin-top: 96px;
  margin-top: 6rem;
}

.contact {
  background: #F2F2F2;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
  .contact {
    padding-top: 6.0625rem;
    padding-bottom: 6.25rem;
  }
}

.contact__title {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #652B88;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 960px) {
  .contact__title {
    font-size: 2.5rem;
  }
}

.contact__lead {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.22222;
}

@media screen and (min-width: 960px) {
  .contact__lead {
    letter-spacing: 0.2em;
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.contact__items {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

@media screen and (min-width: 960px) {
  .contact__items {
    margin-top: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__item {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__item:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
  .contact__item {
    padding: 2.5rem;
    width: calc(50% - 3.75rem);
  }
  .contact__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 7.5rem;
  }
}

.contact__item-heading {
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.22222;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .contact__item-heading {
    font-size: 1.125rem;
  }
}

.contact__phone {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__phone i {
  color: #652B88;
  font-size: 25px;
  font-size: 1.5625rem;
}

.contact__phone p {
  margin-left: 14px;
  margin-left: 0.875rem;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 960px) {
  .contact__phone {
    margin-top: 1.4375rem;
  }
  .contact__phone i {
    font-size: 2.125rem;
  }
  .contact__phone p {
    font-size: 2.125rem;
  }
}

.contact__time {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}

.contact__btn {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 960px) {
  .contact__btn {
    margin-top: auto;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#7F40A5), to(#570E82));
  background: linear-gradient(#7F40A5, #570E82);
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 960px) {
  .footer {
    padding-top: 3.25rem;
    padding-bottom: 2.75rem;
  }
}

.footer__content {
  text-align: left;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
  .footer__content {
    margin-bottom: 5.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__items {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.footer__items:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 960px) {
  .footer__items {
    font-size: 1.125rem;
  }
  .footer__items:not(:last-child) {
    margin-bottom: 0;
  }
  .footer__items:nth-child(1) {
    margin-right: 8.4375rem;
  }
  .footer__items:nth-child(2) {
    margin-right: 6.125rem;
  }
  .footer__items:nth-child(3) {
    margin-right: 2.0625rem;
  }
}

.footer__item--child::before {
  content: "ー";
}

.footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 960px) {
  .footer__copyright {
    font-size: 0.8125rem;
  }
}

.header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 65px;
  height: 4.0625rem;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

@media screen and (min-width: 960px) {
  .header {
    height: 7.5rem;
  }
}

.header__inner {
  height: inherit;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  max-width: 120rem;
}

@media screen and (min-width: 960px) {
  .header__inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 1690px) {
  .header__inner {
    padding-left: 3.5625rem;
    padding-right: 2.5rem;
  }
}

.header__logo {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  max-width: 200px;
  max-width: 12.5rem;
}

@media screen and (min-width: 960px) {
  .header__logo img {
    max-width: 18.75rem;
  }
}

@media screen and (min-width: 1690px) {
  .header__logo img {
    max-width: 21.4375rem;
  }
}

.header__logo:hover {
  opacity: 1;
}

.header__content {
  display: none;
}

@media screen and (min-width: 960px) {
  .header__content {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.header__nav {
  height: inherit;
  margin-right: 0px;
  margin-right: 0rem;
}

@media screen and (min-width: 1690px) {
  .header__nav {
    margin-right: 2rem;
  }
}

.header__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (min-width: 1690px) {
  .header__items {
    font-size: 1.125rem;
  }
}

.header__item {
  height: inherit;
}

.header__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  padding: 0 0.625rem;
}

@media screen and (min-width: 1690px) {
  .header__item a {
    padding: 0 2.4375rem;
  }
}

.header__contact {
  margin-right: 20px;
  margin-right: 1.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1690px) {
  .header__contact {
    margin-right: 3rem;
  }
}

.header__contact--drawer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.header__time {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2.16667;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -11px;
  margin-top: -0.6875rem;
}

.header__phone i {
  color: #652B88;
  font-size: 25px;
  font-size: 1.5625rem;
}

.header__phone p {
  margin-left: 8px;
  margin-left: 0.5rem;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1690px) {
  .header__phone i {
    font-size: 1.9375rem;
  }
  .header__phone p {
    margin-left: 0.5rem;
    font-size: 1.9375rem;
  }
}

.header__btn {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__btn a {
  text-align: center;
  display: inline-block;
  background: #652B88;
  color: #fff;
  padding: 14px;
  padding: 0.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 5px;
  width: auto;
}

@media screen and (min-width: 1690px) {
  .header__btn a {
    width: 15rem;
  }
}

.header__btn--drawer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.header__btn--drawer a {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.message {
  background: -webkit-gradient(linear, left bottom, right top, from(#f5effb), to(#fff));
  background: linear-gradient(to right top, #f5effb 0%, #fff 100%);
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
  .message {
    padding-top: 4.5625rem;
    padding-bottom: 5.9375rem;
  }
}

.message__img {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  max-width: 706px;
  max-width: 44.125rem;
  position: relative;
}

.message__img::after {
  position: absolute;
  content: "";
  top: 10px;
  top: 0.625rem;
  left: 13px;
  left: 0.8125rem;
  width: 100%;
  height: 100%;
  border: 1px solid #A98FC8;
}

.message__items {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 960px) {
  .message__items {
    margin-top: 5.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.message__item:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
  .message__item {
    width: calc(100% - 4.41667rem);
  }
  .message__item:not(:last-child) {
    margin-right: 6.625rem;
    margin-bottom: 0;
  }
}

.message__item-icon {
  text-align: center;
}

.message__item-icon img {
  height: 44px;
  height: 2.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 960px) {
  .message__item-icon img {
    height: 5.5rem;
  }
}

.message__item-text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 960px) {
  .message__item-text {
    font-size: 1.125rem;
    margin-top: 1.9375rem;
  }
}

.mv {
  padding-top: 65px;
  padding-top: 4.0625rem;
}

@media screen and (min-width: 960px) {
  .mv {
    padding-top: 7.5rem;
  }
}

.mv__wrapper {
  background-image: url(../images/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 960px) {
  .mv__wrapper {
    background-image: url(../images/mv.jpg);
    background-size: cover;
    background-position: center center;
  }
}

.mv__inner {
  max-width: 1521px;
  max-width: 95.0625rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

@media screen and (min-width: 960px) {
  .mv__inner {
    /*padding-top: 5.9375rem;
    padding-bottom: 9.875rem;*/
  }
}

.mv__content {
  margin: auto;
  max-width: 400px;
  max-width: 25rem;
}

@media screen and (min-width: 960px) {
  .mv__content {
    max-width: 46.375rem;
  }
}

.mv__logo {
  text-align: center;
}

.mv__logo img {
  max-width: 150px;
  max-width: 9.375rem;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .mv__logo img {
    max-width: 18.8125rem;
  }
}

.mv__title {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.40833;
}

@media screen and (min-width: 960px) {
  .mv__title {
    font-size: 2rem;
    letter-spacing: 0.3em;
  }
}

.recruit {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}




form#mail_form * {
	margin: 0;
	padding: 0;
}

form#mail_form {
	width: 960px;
	margin: 50px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	/*box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );*/
	font-size: 95%;
	line-height: 1.8;
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

form#mail_form dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
}

form#mail_form dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
	border: none;
}

form#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #3377ff;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form input#address {
	width: 90%;
}


form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

form#mail_form input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

form#mail_form input#form_submit_button {
	margin-left: 44%;
}








/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

form#mail_form {
	width: 95%;
	font-size: 100%;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: bold;
}

form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

form#mail_form dl dt span {
	font-weight: normal;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	margin-top: 0px;
}

form#mail_form input#postal + a {
	padding: 6px 15px 5px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	font-size: 16px;
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}

}
/* 1000pixel end */




