@charset "UTF-8";
/* Scss Document */
/*
================================================================
 基本スタイル設定
================================================================
*/
html {
  background: #fff;
  background-image: url(../img/base-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
  color: #333333;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-align: left;
}

a.href-box {
  display: block;
}

.set-call-link a {
  color: inherit;
  text-decoration: inherit;
}

ruby rt {
  -moz-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.line-break-span span {
  display: inline-block;
}

.is-lang-en {
  font-family: "Poppins", "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/*
================================================================
 グローバルヘッダーとスクロール領域
================================================================
*/
/* スクロール領域 */
.scroll-content {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background: transparent;
}

.global-header-height {
  width: 100%;
  height: 0;
}

.global-header-padding {
  width: 100%;
  padding-top: 0;
}

main {
  box-sizing: border-box;
  padding: 0;
}

/*
================================================================
 コンテンツ
================================================================
*/
.hero-area {
  background-color: #fcf0de;
  background-image: url(../img/hero-bg.png);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
}
.hero-area .container {
  position: relative;
}

.hero-area__header-logo {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  display: block;
  width: 140px;
}

.hero-area__header-logo-box {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  text-decoration: none !important;
  color: #333333 !important;
}
.hero-area__header-logo-box .this__img {
  display: block;
  width: 100%;
}
.hero-area__header-logo-box .this__img img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-area__header-logo-box .this__corp {
  display: block;
  margin: 5px 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.hero-area__site-title {
  position: relative;
  z-index: 1;
  padding: 80px 0 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hero-area__site-title-img {
  position: relative;
  z-index: 1;
  width: 58%;
}
.hero-area__site-title-img .this__circle-unit {
  position: absolute;
  bottom: 50%;
  left: 0;
  display: block;
  box-sizing: content-box;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  -webkit-transform: translateY(49%);
  transform: translateY(49%);
  background: #fcf0de;
}
.hero-area__site-title-img .this__circle-unit::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 100% 0 0;
}
.hero-area__site-title-img .this__circle-unit-box {
  position: absolute;
  bottom: 50%;
  right: 50%;
  display: block;
  box-sizing: content-box;
  width: calc(100% - 12px);
  border-radius: 100%;
  overflow: hidden;
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.hero-area__site-title-img .this__circle-unit-box::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 100% 0 0;
}
.hero-area__site-title-img .this__circle-unit-box img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
}

.hero-area__site-title-box {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 42%;
  padding-left: 5%;
}
.hero-area__site-title-box .this__img {
  width: 100%;
}
.hero-area__site-title-box .this__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.hero-area__site-title-box .this__title {
  text-align: center;
  color: #c40001;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0.2em 0 0;
}
.hero-area__site-title-box .this__title .this__title-block {
  display: inline-block;
  border-bottom: 4px solid #c40001;
  padding: 0.2em 0 0;
}
.hero-area__site-title-box .this__character {
  position: relative;
  width: 100%;
  height: 0;
}
.hero-area__site-title-box .this__character .this__character-01 {
  position: absolute;
  left: 0;
  bottom: -140px;
  display: block;
  -moz-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
}
.hero-area__site-title-box .this__character .this__character-02 {
  position: absolute;
  right: 0;
  bottom: -140px;
  display: block;
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
}

@media all and (min-width: 768px) and (max-width: 1600px) {
  .hero-area__site-title-box .this__character .this__character-01 {
    -moz-transform: translate(-10%, 15%) scale(0.7);
    -ms-transform: translate(-10%, 15%) scale(0.7);
    -webkit-transform: translate(-10%, 15%) scale(0.7);
    transform: translate(-10%, 15%) scale(0.7);
  }
  .hero-area__site-title-box .this__character .this__character-02 {
    -moz-transform: translate(10%, 10%) scale(0.7);
    -ms-transform: translate(10%, 10%) scale(0.7);
    -webkit-transform: translate(10%, 10%) scale(0.7);
    transform: translate(10%, 10%) scale(0.7);
  }
}
@media all and (max-width: 1200px) {
  .hero-area__site-title {
    padding: 90px 0 80px;
  }

  .hero-area__site-title-img {
    width: 60%;
  }
  .hero-area__site-title-img .this__circle-unit {
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }

  .hero-area__site-title-box {
    width: 40%;
    padding-left: 0;
  }
  .hero-area__site-title-box .this__img {
    width: 100%;
  }
  .hero-area__site-title-box .this__img img {
    max-width: 60%;
  }
  .hero-area__site-title-box .this__title {
    font-size: 1.86667rem;
  }
}
@media all and (max-width: 767px) {
  .hero-area__site-title {
    padding: 90px 0 80px;
  }

  .hero-area__site-title-img {
    width: 80%;
  }
  .hero-area__site-title-img::before {
    /* auto height */
    content: "";
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 33.33333% 0 0;
  }
  .hero-area__site-title-img .this__circle-unit {
    left: 20%;
    bottom: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .hero-area__site-title-box {
    width: 100%;
    padding-left: 0;
  }
  .hero-area__site-title-box .this__img {
    width: 100%;
  }
  .hero-area__site-title-box .this__img img {
    max-width: 100%;
  }
  .hero-area__site-title-box .this__title {
    font-size: 2.8rem;
  }
  .hero-area__site-title-box .this__character .this__character-01 {
    -moz-transform: translateY(10%) scale(0.7);
    -ms-transform: translateY(10%) scale(0.7);
    -webkit-transform: translateY(10%) scale(0.7);
    transform: translateY(10%) scale(0.7);
  }
  .hero-area__site-title-box .this__character .this__character-02 {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media all and (max-width: 480px) {
  .hero-area__site-title-box .this__title {
    padding-bottom: 20px;
    font-size: 1.86667rem;
  }
}
.content-heading {
  text-align: center;
  font-size: 2.26667rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 30px;
  color: #c40001;
}

.content-panel {
  display: block;
  box-sizing: border-box;
  padding: 50px 70px;
  background: #fff;
  border: 3px solid #c40001;
  border-radius: 20px;
}

@media all and (max-width: 767px) {
  .content-panel {
    padding: 30px 30px;
  }
}
@media all and (max-width: 480px) {
  .content-heading {
    font-size: 1.6rem;
  }

  .content-panel {
    padding: 20px 10px;
  }
}
.outline-area {
  padding: 120px 0 0;
}

dl.outline-area__outline {
  display: block;
}
dl.outline-area__outline > dt {
  margin: 3em 0 0;
  text-align: center;
}
dl.outline-area__outline > dt:first-child {
  margin-top: 0;
}
dl.outline-area__outline > dt span {
  display: inline-block;
  text-align: center;
  font-size: 1.06667rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 5px 26px 5px 30px;
  border-radius: 15px;
  color: #fff;
  background: #c40001;
}
dl.outline-area__outline > dd {
  margin: 1em 0 0;
  text-align: center;
  font-size: 1.06667rem;
  line-height: 1.4;
  font-weight: 500;
}
dl.outline-area__outline > dd p {
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
dl.outline-area__outline > dd em {
  font-style: normal;
  font-size: 2.13333rem;
}

.outline-area__outline-map {
  width: 100%;
  margin-top: 30px;
}
.outline-area__outline-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.outline-area__outline-content-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.outline-area__outline-content-article {
  position: relative;
  text-align: center;
  width: 47.5%;
  line-height: 1.4;
}
.outline-area__outline-content-article::after {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding: 66.6667% 0 0;
}
.outline-area__outline-content-article .this__title {
  font-size: 1.73333rem;
  font-weight: 500;
  color: #c40001;
  margin-bottom: 0.5em;
}
.outline-area__outline-content-article .this__comment {
  font-weight: 400;
  margin-bottom: 1em;
}
.outline-area__outline-content-article .this__img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
.outline-area__outline-content-article .this__img::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 66.66667% 0 0;
}

@media all and (max-width: 767px) {
  .outline-area__outline-map iframe {
    height: 280px;
  }

  .outline-area__outline-content-article {
    margin-top: 30px;
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  dl.outline-area__outline > dd em {
    font-size: 1.33333rem;
  }
}
ul.point-area__layout {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

li.point-area__item {
  position: relative;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  width: calc(50% - 2px);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60px, #c40001 60px, #c40001);
  padding-bottom: 300px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.point-area__item-heading {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
  padding: 0 0 30px;
}

.point-area__item-title {
  text-align: center;
  line-height: 1;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
.point-area__item-title .this__box {
  color: #fff;
  text-shadow: 5px 0 2px #c40001, -5px 0 2px #c40001, 0 5px 2px #c40001, 0 -5px 2px #c40001, 4px 4px 2px #c40001, -4px 4px 2px #c40001, 4px -4px 2px #c40001, -4px -4px 2px #c40001;
  font-weight: 900;
}
.point-area__item-title .this__box::before {
  content: "";
  display: inline-block;
  background-image: url(../img/point-label.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 38px;
  height: 73px;
  vertical-align: baseline;
  margin: 0 40px 0 0;
}
.point-area__item-title .this__box .this__sm {
  font-size: 3.46667rem;
  letter-spacing: 0.1em;
}
.point-area__item-title .this__box .this__lg {
  font-size: 6.66667rem;
}

.point-area__item-catch {
  margin: 0.2em auto 0;
  font-size: 2.26667rem;
  font-weight: 500;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.point-area__item-comment {
  margin: 0.5em auto 0;
  font-size: 1.06667rem;
  font-weight: 400;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.point-area__item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #ffe1e8;
}
.point-area__item-img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  margin-left: -25px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border-top: 43px solid #c40001;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.point-area__item-img .this__item-img {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  height: 70%;
}

@media all and (max-width: 1200px) {
  li.point-area__item {
    margin: 50px 0 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 30px, #c40001 30px, #c40001);
    padding-bottom: 200px;
  }

  .point-area__item-title .this__box::before {
    width: 25px;
    height: 48px;
    margin: 0 20px -5px 0;
  }
  .point-area__item-title .this__box .this__sm {
    font-size: 2.13333rem;
  }
  .point-area__item-title .this__box .this__lg {
    font-size: 3.2rem;
  }

  .point-area__item-catch {
    margin: 0.7em auto 0;
    font-size: 1.6rem;
  }

  .point-area__item-img {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  li.point-area__item {
    width: 100%;
  }
}
.recruit-area {
  padding: 70px 0 120px;
}

dl.recruit-area__outline {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 1.06667rem;
  text-align: justify;
}
dl.recruit-area__outline > dt {
  box-sizing: border-box;
  width: 10em;
  padding-left: 2em;
  font-weight: 800;
  color: #c40001;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
dl.recruit-area__outline > dd {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 10em);
  padding: 0.8em 2em 0.8em 0;
  font-weight: 400;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
dl.recruit-area__outline > dd::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  background: radial-gradient(circle farthest-side, #c4c4c4, #c4c4c4 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0));
  background-size: 6px 6px;
  background-repeat: repeat;
  background-position: center center;
  height: 4px;
  width: calc(100% + 10em);
}

@media all and (max-width: 1200px) {
  dl.recruit-area__outline > dt {
    width: 7em;
    padding-left: 1em;
  }
  dl.recruit-area__outline > dd {
    width: calc(100% - 7em);
    padding: 0.8em 1em 0.8em 0;
  }
  dl.recruit-area__outline > dd::after {
    width: calc(100% + 7em);
  }
}
@media all and (max-width: 767px) {
  .recruit-area {
    padding: 70px 0 70px;
  }

  dl.recruit-area__outline > dt {
    width: 100%;
    padding: 0.8em 1em 0;
  }
  dl.recruit-area__outline > dd {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0.8em 1em 0.8em;
    font-weight: 400;
    -moz-transform: rotate(0.1deg);
    -ms-transform: rotate(0.1deg);
    -webkit-transform: rotate(0.1deg);
    transform: rotate(0.1deg);
  }
  dl.recruit-area__outline > dd::after {
    width: 100%;
  }
}
.recruit-area__nursery-heading {
  font-size: 1.73333rem;
  font-weight: 500;
  color: #c40001;
  text-align: center;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.recruit-area__nursery-catch {
  font-size: 1.06667rem;
  text-align: center;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.recruit-area__nursery-img {
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.recruit-area__nursery-img .this__img {
  width: 47.5%;
}
.recruit-area__nursery-img .this__img::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 66.66667% 0 0;
}

ul.recruit-area__nursery-outline-list {
  margin: 10px auto 0;
  padding: 0;
  width: 80%;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

li.recruit-area__nursery-outline-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
li.recruit-area__nursery-outline-item .this__key {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.6rem;
  font-weight: 500;
}
li.recruit-area__nursery-outline-item .this__key::before {
  content: "・";
}
li.recruit-area__nursery-outline-item .this__value {
  display: inline-block;
  font-size: 3.06667rem;
  font-weight: 800;
  color: #ef8b1e;
}

.recruit-area__nursery-outline-comment {
  font-size: 1.06667rem;
  text-align: center;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.recruit-area__nursery-outline-character {
  position: relative;
  width: 100%;
  height: 0;
}
.recruit-area__nursery-outline-character .this__character-01 {
  position: absolute;
  left: -5%;
  bottom: 10px;
  max-width: 15%;
  height: auto;
}
.recruit-area__nursery-outline-character .this__character-02 {
  position: absolute;
  right: -5%;
  bottom: 0;
  max-width: 15%;
  height: auto;
}

@media all and (max-width: 1200px) {
  li.recruit-area__nursery-outline-item .this__key {
    margin-right: 0.5em;
    font-size: 1.2rem;
  }
  li.recruit-area__nursery-outline-item .this__value {
    font-size: 2.13333rem;
  }
}
@media all and (max-width: 767px) {
  ul.recruit-area__nursery-outline-list {
    width: 100%;
  }

  li.recruit-area__nursery-outline-item {
    width: 100%;
  }
  li.recruit-area__nursery-outline-item .this__key {
    min-width: 4.5em;
    font-size: 1.06667rem;
    vertical-align: middle;
  }
  li.recruit-area__nursery-outline-item .this__value {
    font-size: 1.73333rem;
    vertical-align: middle;
  }

  .recruit-area__nursery-outline-comment {
    margin: 1em 0;
  }

  .recruit-area__nursery-outline-character {
    height: auto;
    text-align: center;
  }
  .recruit-area__nursery-outline-character .this__character-01 {
    position: static;
    left: 0;
    bottom: 0;
    max-width: 50%;
    height: auto;
  }
  .recruit-area__nursery-outline-character .this__character-02 {
    position: static;
    right: 0;
    bottom: 0;
    max-width: 50%;
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .recruit-area__nursery-heading {
    font-size: 1.46667rem;
  }
}
.recruit-area__linkbtn {
  margin: 30px auto 50px;
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.recruit-area__linkbtn-item {
  width: 300px;
  position: relative;
  z-index: 1;
}
.recruit-area__linkbtn-item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c4c4c4;
  border-radius: 20px;
}

a.recruit-area__linkbtn-item-elm {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  background-color: #736357;
  border-radius: 20px;
  color: #fff;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.recruit-area__linkbtn-item-elm::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 25% 0 0;
}
a.recruit-area__linkbtn-item-elm:hover {
  -moz-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
a.recruit-area__linkbtn-item-elm .this__box {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.recruit-area__linkbtn-item-elm .this__box .this__title {
  display: block;
  font-size: 1.33333rem;
  font-weight: 800;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

@media all and (max-width: 480px) {
  .recruit-area__linkbtn-item::before {
    left: 4px;
    top: 4px;
  }
}
.contact-area {
  padding: 70px 0 70px;
  background-color: #fcf0de;
}

.contact-area__list {
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.contact-area__item {
  width: 400px;
  margin: 20px;
  position: relative;
  z-index: 1;
}
.contact-area__item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c4c4c4;
  border-radius: 20px;
}
.contact-area__item.contact-area__item--has-character a.contact-area__btn .this__box {
  padding-left: 20%;
}

a.contact-area__btn {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  background-color: #c40001;
  border-radius: 20px;
  color: #fff;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.contact-area__btn::before {
  /* auto height */
  content: "";
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 27.27273% 0 0;
}
a.contact-area__btn:hover {
  -moz-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
a.contact-area__btn .this__box {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.contact-area__btn .this__box .this__title {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
a.contact-area__btn .this__box .this__comment {
  display: block;
  font-size: 1.06667rem;
  font-weight: 400;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
a.contact-area__btn .this__character {
  position: absolute;
  left: 5%;
  top: 50%;
  display: block;
  max-width: 18%;
  height: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 1200px) {
  .contact-area__item {
    width: 320px;
    margin: 10px;
  }
  .contact-area__item.contact-area__item--has-character a.contact-area__btn .this__box {
    padding-left: 20%;
  }

  a.contact-area__btn::before {
    /* auto height */
    content: "";
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 27.27273% 0 0;
  }
  a.contact-area__btn .this__box .this__title {
    font-size: 1.6rem;
  }
  a.contact-area__btn .this__box .this__comment {
    font-size: 0.93333rem;
  }
  a.contact-area__btn .this__character {
    left: 5%;
    max-width: 18%;
  }
}
@media all and (max-width: 480px) {
  .contact-area__item::before {
    left: 4px;
    top: 4px;
  }
}
/*
================================================================
 固定ボタン
================================================================
*/
.pc-fixed-buttons,
.fixed-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9990;
  display: block;
  width: 100%;
  height: 0;
}

.fixed-button-scroll {
  position: absolute;
  bottom: 50px;
  right: 40px;
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-image: url(../img/scroll-arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.fixed-button-scroll.scrolled {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.fixed-button-scroll:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media all and (max-width: 767px) {
  .pc-fixed-buttons {
    position: relative;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .fixed-button-scroll {
    bottom: 20px;
    right: 20px;
  }
}
/*
================================================================
 グローバルフッター
================================================================
*/
.global-footer {
  position: relative;
  z-index: 9900;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #c40001;
  padding: 40px 0;
}

.global-footer-credit {
  text-align: center;
}

.global-footer-credit__label {
  font-size: 1.33333rem;
  font-weight: 800;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.global-footer-credit__address {
  font-size: 1.06667rem;
  font-weight: 400;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

.global-footer-credit__copyright {
  margin-top: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}

@media all and (max-width: 767px) {
  .global-footer-credit__label {
    font-size: 1.33333rem;
  }

  .global-footer-credit__address {
    font-size: 0.93333rem;
  }

  .global-footer-credit__copyright {
    margin-top: 20px;
    font-size: 0.73333rem;
  }

  .global-footer {
    padding: 40px 0 90px;
  }
}
/* Scss Document */
