/*!
Theme Name: vis-recruit
Theme URI: http://www.office-iwakiri.com/
Author: m.iwakiri
Author URI: http://www.office-iwakiri.com/
Description: Description
Version: 1.0.0
Text Domain: vis-recruit
*/
body {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #555555;
  visibility: hidden;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  body {
    font-size: 1.27273vw;
  }
}

@media (min-width: 1100px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #555555;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #555555;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.mw_wp_form input[type="text"], .mw_wp_form input[type="number"], .mw_wp_form input[type="email"], .mw_wp_form textarea {
  width: 100%;
  border: 1px solid #c9c9c9;
}

.mw_wp_form input[type="text"].half, .mw_wp_form input[type="number"].half, .mw_wp_form input[type="email"].half, .mw_wp_form textarea.half {
  width: 48%;
}

.mw_wp_form button {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  width: 7.0em;
  padding: 0.25em 0;
  border-radius: 0.3em;
  margin: 1.5rem auto;
  display: block;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.hidden-phone {
  display: none;
}

@media (min-width: 768px) {
  .hidden-phone {
    display: inherit;
  }
}

.visible-phone {
  display: inherit;
}

@media (min-width: 768px) {
  .visible-phone {
    display: none;
  }
}

.inner {
  width: 85.33333vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .inner {
    width: 87.27273vw;
  }
}

@media (min-width: 1100px) {
  .inner {
    width: 960px;
  }
}

.ico-red {
  color: #ffffff;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.0;
  padding: 0.3em 0.5em;
  background-color: #ff2972;
}

.ico-yellow {
  color: #ffffff;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.0;
  padding: 0.3em 0.5em;
  background-color: #ffb33e;
}

.ico-blue {
  color: #ffffff;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.0;
  padding: 0.3em 0.5em;
  background-color: #2e90ff;
}

@media (max-width: 767px) {
  header {
    position: fixed;
    height: 16vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3vw;
    padding-right: 3vw;
    background-color: #ffffff;
    display: table;
    width: 100%;
    z-index: 200;
  }
}

@media (min-width: 768px) {
  header {
    text-align: center;
    padding: 0.5rem 0;
  }
}

header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  header h1 {
    height: 12vw;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  header h1 {
    display: inline-block;
  }
}

header h1 img {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  header h1 img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 768px) {
  header h1 img {
    width: 13.06667vw;
    height: auto;
  }
}

@media (min-width: 1100px) {
  header h1 img {
    width: 98px;
    height: auto;
  }
}

header h1 span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.0rem;
  font-size: 4.13333vw;
}

@media (min-width: 768px) {
  header h1 span {
    font-size: 1.81818vw;
    padding-left: 2.0rem;
  }
}

@media (min-width: 1100px) {
  header h1 span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  header .buttons {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 5px 0;
    text-align: right;
  }
  header .buttons a {
    display: inline-block;
    vertical-align: middle;
  }
  header .buttons a img {
    width: 11.2vw;
  }
  header .buttons a i {
    font-size: 8.66667vw;
    margin-left: 0.5rem;
  }
}

@media (max-width: 767px) {
  #sp-navi {
    position: fixed;
    top: 16vw;
    display: block;
    width: 100%;
    padding: 0.5rem;
    background-color: #fcfcfc;
    z-index: 100;
  }
  #sp-navi ul li:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
  }
  #sp-navi ul li a {
    padding: 0.5rem;
    display: block;
    text-align: center;
    line-height: 1.0;
    font-size: 4.53333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
  }
}

@media (min-width: 768px) {
  #pc-navi ul {
    text-align: center;
  }
  #pc-navi ul li {
    display: inline-block;
  }
  #pc-navi ul li a {
    display: block;
    padding: 0.75em 2.0em;
    font-family: "Montserrat", sans-serif;
    font-size: 1.45455vw;
  }
}

@media (min-width: 768px) and (min-width: 1100px) {
  #pc-navi ul li a {
    font-size: 16px;
  }
}

main {
  width: 100%;
  border-top: 1px solid #c7c7c7;
}

@media (max-width: 767px) {
  main {
    padding-top: 16vw;
  }
}

body.home #mv {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

body.home #content-group {
  padding-top: 2.0rem;
}

@media (min-width: 768px) {
  body.home #content-group {
    padding-top: 4.0rem;
  }
}

body.home #content-group article {
  margin: 0 auto 2.0rem;
}

@media (min-width: 768px) {
  body.home #content-group article {
    margin: 0 auto 6.0rem;
  }
  body.home #content-group article:last-of-type {
    margin-bottom: 3.0rem;
  }
}

body.home #content-group article .title {
  display: block;
  width: 100%;
  padding: 1.0rem 0;
  margin-bottom: 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  body.home #content-group article .title {
    margin: 0 auto 2.5rem;
    width: 47.27273vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article .title {
    width: 520px;
  }
}

body.home #content-group article .title:before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

@media (min-width: 768px) {
  body.home #content-group article .title:before {
    width: 6.0rem;
  }
}

body.home #content-group article .title:after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

@media (min-width: 768px) {
  body.home #content-group article .title:after {
    width: 6.0rem;
  }
}

body.home #content-group article .title h2 {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  body.home #content-group article .title h2 {
    font-size: 1.81818vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article .title h2 {
    font-size: 20px;
  }
}

body.home #content-group article .title h3 {
  text-align: center;
  font-weight: normal;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  body.home #content-group article .title h3 {
    font-size: 1.09091vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article .title h3 {
    font-size: 12px;
  }
}

body.home #content-group article .cont p {
  line-height: 2.0;
  margin-bottom: 2.0em;
}

@media (min-width: 768px) {
  body.home #content-group article .cont p {
    margin-bottom: 3.0em;
  }
}

body.home #content-group article .cont div {
  margin-bottom: 2.0em;
}

@media (min-width: 768px) {
  body.home #content-group article .cont div {
    margin-bottom: 3.0em;
  }
}

@media (min-width: 768px) {
  body.home #content-group article .cont .flex-pc {
    display: flex;
    justify-content: space-between;
  }
  body.home #content-group article .cont .flex-pc .left {
    width: 42%;
  }
  body.home #content-group article .cont .flex-pc .right {
    width: 54%;
  }
}

body.home #content-group article .cont .movie_outer {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  body.home #content-group article .cont .movie_outer {
    padding-bottom: 37.5%;
    width: 640px;
  }
}

body.home #content-group article .cont .movie_outer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.home #content-group article p.more {
  text-align: center;
}

body.home #content-group article p.more a {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.0;
  padding: 0.75em 4.0em;
  border-radius: 1.25em;
  border: 1px solid #555555;
}

body.home #content-group article.education {
  margin-bottom: 3.0rem;
}

body.home #content-group article.education .title {
  padding: 0.25rem 0;
}

body.home #content-group article.education .cont h4 {
  margin-bottom: 0.5em;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  body.home #content-group article.education .cont h4 {
    font-size: 1.81818vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.education .cont h4 {
    font-size: 20px;
  }
}

body.home #content-group article.education .cont h5 {
  margin-bottom: 0.5em;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  body.home #content-group article.education .cont h5 {
    font-size: 1.27273vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.education .cont h5 {
    font-size: 14px;
  }
}

body.home #content-group article.staff {
  background-color: #e2e2e2;
  padding: 3.0rem 0;
}

@media (min-width: 768px) {
  body.home #content-group article.staff .inner {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.staff .inner {
    width: 1100px;
  }
}

body.home #content-group article.staff #voice-slide {
  width: 96%;
  margin: 0 auto 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide {
    margin-bottom: 3.0rem;
  }
}

body.home #content-group article.staff #voice-slide .slide-item {
  display: block;
  margin: 0 0.5rem;
  padding: 1.0rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide .slide-item {
    margin: 0 1.5rem;
  }
}

body.home #content-group article.staff #voice-slide .slide-item .head {
  display: flex;
  align-items: center;
  margin-bottom: 1.0rem;
}

body.home #content-group article.staff #voice-slide .slide-item .head figure {
  width: 42%;
  margin-right: 4%;
}

body.home #content-group article.staff #voice-slide .slide-item .head .meta {
  width: 54%;
}

body.home #content-group article.staff #voice-slide .slide-item .head .meta h4 {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide .slide-item .head .meta h4 {
    font-size: 1.63636vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.staff #voice-slide .slide-item .head .meta h4 {
    font-size: 18px;
  }
}

body.home #content-group article.staff #voice-slide .slide-item .head .meta .school {
  font-size: 2.93333vw;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide .slide-item .head .meta .school {
    font-size: 1vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.staff #voice-slide .slide-item .head .meta .school {
    font-size: 11px;
  }
}

body.home #content-group article.staff #voice-slide .slide-item .text {
  margin-bottom: 1.0rem;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide .slide-item .text {
    font-size: 1.09091vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.staff #voice-slide .slide-item .text {
    font-size: 12px;
  }
}

body.home #content-group article.staff #voice-slide .slide-item .item-more {
  text-align: center;
}

body.home #content-group article.staff #voice-slide .slide-item .item-more a {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.0;
  padding: 0.75em 3.0em;
  border-radius: 1.25em;
  border: 1px solid #555555;
}

body.home #content-group article.staff #voice-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

body.home #content-group article.staff #voice-slide .slick-arrow.slick-prev {
  right: 100%;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide .slick-arrow.slick-prev {
    right: calc(100% - 1.0rem);
  }
}

body.home #content-group article.staff #voice-slide .slick-arrow.slick-next {
  left: 100%;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide .slick-arrow.slick-next {
    left: calc(100% - 1.0rem);
  }
}

body.home #content-group article.staff #voice-slide .slick-arrow i {
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  body.home #content-group article.staff #voice-slide .slick-arrow i {
    font-size: 1.81818vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.staff #voice-slide .slick-arrow i {
    font-size: 20px;
  }
}

body.home #content-group article.staff p.more {
  text-align: center;
  width: 98%;
  margin: 0 auto;
}

body.home #content-group article.staff p.more a {
  all: inherit;
  display: block;
  width: 100%;
  line-height: 1.0;
  padding: 0.75em 4.0em;
  color: #ffffff;
  background-color: #808080;
  background-image: url("./images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 30% auto;
}

@media (min-width: 768px) {
  body.home #content-group article.staff p.more a {
    width: 32%;
  }
}

@media (min-width: 768px) {
  body.home #content-group article.welfare .inner {
    width: 96%;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.welfare .inner {
    max-width: 1100px;
  }
}

body.home #content-group article.welfare .summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.0rem;
}

@media (min-width: 768px) {
  body.home #content-group article.welfare .summary {
    margin: 0 auto 3.0rem;
    width: 47.27273vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.welfare .summary {
    width: 520px;
  }
}

body.home #content-group article.welfare .summary li {
  width: 48%;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  body.home #content-group article.welfare .summary li {
    width: 32%;
    margin-bottom: 1.0rem;
  }
}

@media (min-width: 768px) {
  body.home #content-group article.welfare .detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

body.home #content-group article.welfare .detail li {
  margin-bottom: 2.0rem;
}

@media (min-width: 768px) {
  body.home #content-group article.welfare .detail li {
    width: 31%;
  }
}

body.home #content-group article.welfare .detail li img {
  margin-bottom: 0.5rem;
}

body.home #content-group article.welfare .detail li h4 {
  margin-bottom: 0.5rem;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  body.home #content-group article.welfare .detail li h4 {
    font-size: 1.63636vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.welfare .detail li h4 {
    font-size: 18px;
  }
}

body.home #content-group article.recruitment {
  border-top: 1px solid #c7c7c7;
  padding: 3.0rem 0;
}

body.home #content-group article.recruitment .inner {
  width: 100%;
}

@media (min-width: 768px) {
  body.home #content-group article.recruitment .inner {
    width: 57.27273vw;
    max-width: 630px;
  }
}

body.home #content-group article.recruitment .inner .cont > *:not(.full) {
  width: 85.33333vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  body.home #content-group article.recruitment .inner .cont > *:not(.full) {
    width: 45.45455vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.recruitment .inner .cont > *:not(.full) {
    width: 500px;
  }
}

body.home #content-group article.recruitment .title {
  padding: 0;
}

body.home #content-group article.recruitment .title::after, body.home #content-group article.recruitment .title::before {
  display: none;
}

@media (min-width: 768px) {
  body.home #content-group article.insta .inner {
    width: 100%;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.insta .inner {
    width: 1100px;
  }
}

body.home #content-group article.insta .title {
  padding: 0;
}

body.home #content-group article.insta .title::after, body.home #content-group article.insta .title::before {
  display: none;
}

body.home #content-group article.insta ul.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 85.33333vw;
  margin: 0 auto 2.0rem;
}

@media (min-width: 768px) {
  body.home #content-group article.insta ul.gallery {
    width: 99.63636vw;
    margin-bottom: 3.0rem;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.insta ul.gallery {
    width: 1096px;
  }
}

body.home #content-group article.insta ul.gallery li {
  width: 50%;
  margin: 0;
}

@media (min-width: 768px) {
  body.home #content-group article.insta ul.gallery li {
    width: 25%;
  }
}

body.home #content-group article.insta ul.gallery li img {
  display: block;
  margin: 0;
}

body.home #content-group article.insta a.insta_link {
  display: block;
  text-align: center;
}

body.home #content-group article.insta a.insta_link img {
  vertical-align: middle;
  width: 2.4em;
}

body.home #content-group article.insta a.insta_link span {
  line-height: 1.0;
  vertical-align: middle;
  margin-left: 1.0em;
}

@media (min-width: 768px) {
  body.home #content-group article.company {
    background-image: url("./images/company-bg.jpg");
    background-size: cover;
    background-position: right top;
    padding-bottom: 2.5rem;
  }
}

body.home #content-group article.company .inner {
  width: 100%;
}

@media (min-width: 768px) {
  body.home #content-group article.company .inner {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.home #content-group article.company .title {
    height: 77.86667vw;
    background-image: url("./images/company-title.jpg");
    background-size: 100% auto;
    padding: 9.0em 0;
    margin-bottom: 2.0rem;
  }
}

@media (min-width: 768px) {
  body.home #content-group article.company .title {
    padding: 2.5rem 0;
    margin-bottom: 0;
  }
}

body.home #content-group article.company .title::after, body.home #content-group article.company .title::before {
  display: none;
}

body.home #content-group article.company .cont h4 {
  margin-bottom: 1.0em;
  font-weight: normal;
  font-size: 5.86667vw;
}

@media (min-width: 768px) {
  body.home #content-group article.company .cont h4 {
    font-size: 2vw;
  }
}

@media (min-width: 1100px) {
  body.home #content-group article.company .cont h4 {
    font-size: 22px;
  }
}

body.home #cta {
  width: 85.33333vw;
  margin: 0 auto 2.0rem;
}

@media (min-width: 768px) {
  body.home #cta {
    width: 58.18182vw;
    margin-bottom: 3.0rem;
  }
}

@media (min-width: 768px) {
  body.home #cta {
    width: 640px;
  }
}

body.home #cta a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 1.0em 0;
  margin: 0;
  background-color: #e44399;
  width: 100%;
}

body.page article {
  margin: 0 auto 2.0rem;
  padding-top: 2.0rem;
}

@media (min-width: 768px) {
  body.page article {
    padding-top: 3.0rem;
    margin: 0 auto 6.0rem;
  }
}

body.page article .title {
  display: block;
  width: 85.33333%;
  padding: 1.0rem 0;
  margin: 0 auto 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  body.page article .title {
    margin: 0 auto 2.5rem;
    width: 47.27273vw;
  }
}

@media (min-width: 1100px) {
  body.page article .title {
    width: 520px;
  }
}

body.page article .title:before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

@media (min-width: 768px) {
  body.page article .title:before {
    width: 6.0rem;
  }
}

body.page article .title:after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

@media (min-width: 768px) {
  body.page article .title:after {
    width: 6.0rem;
  }
}

body.page article .title h2 {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  body.page article .title h2 {
    font-size: 1.81818vw;
  }
}

@media (min-width: 1100px) {
  body.page article .title h2 {
    font-size: 20px;
  }
}

body.page article .title h3 {
  text-align: center;
  font-weight: normal;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  body.page article .title h3 {
    font-size: 1.09091vw;
  }
}

@media (min-width: 1100px) {
  body.page article .title h3 {
    font-size: 12px;
  }
}

body.page article .cont > *:not(.full) {
  margin-left: auto;
  margin-right: auto;
  width: 85.33333vw;
}

@media (min-width: 768px) {
  body.page article .cont > *:not(.full) {
    width: 87.27273vw;
  }
}

@media (min-width: 1100px) {
  body.page article .cont > *:not(.full) {
    width: 960px;
  }
}

body.page article .cont p {
  line-height: 2.0;
  margin-bottom: 2.0em;
}

@media (min-width: 768px) {
  body.page article .cont p {
    margin-bottom: 3.0em;
  }
}

body.page article .cont div {
  margin-bottom: 2.0em;
}

@media (min-width: 768px) {
  body.page article .cont div {
    margin-bottom: 3.0em;
  }
}

@media (min-width: 768px) {
  body.page article .cont .mw_wp_form dl {
    display: flex;
    flex-wrap: wrap;
  }
}

body.page article .cont .mw_wp_form dl dt {
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: bold;
}

@media (min-width: 768px) {
  body.page article .cont .mw_wp_form dl dt {
    width: 30%;
  }
}

body.page article .cont .mw_wp_form dl dt .required {
  margin-left: 1.0em;
  background-color: #cc0000;
  color: #ffffff;
  padding: 0 0.25em;
  font-size: 90%;
}

body.page article .cont .mw_wp_form dl dd {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  body.page article .cont .mw_wp_form dl dd {
    width: 70%;
  }
}

body.entry_contact .mw_wp_form {
  max-width: 800px;
}

body.entry_contact .mw_wp_form input#school, body.entry_contact .mw_wp_form input#department {
  width: 40%;
}

body.entry_contact .mw_wp_form input#age {
  width: 4.0em;
}

body.entry_contact .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 27%;
}

@media (min-width: 768px) {
  body.page.education .cont {
    width: 87.27273vw;
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  body.page.education .cont {
    width: 960px;
  }
}

body.page.education .cont h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 2.0rem;
  font-size: 6.4vw;
}

@media (min-width: 768px) {
  body.page.education .cont h3 {
    font-size: 2.18182vw;
    margin-bottom: 3.0rem;
  }
}

@media (min-width: 1100px) {
  body.page.education .cont h3 {
    font-size: 24px;
  }
}

body.page.education .cont .assistant {
  width: 100%;
  margin: 0 auto 2.0rem;
}

@media (min-width: 768px) {
  body.page.education .cont .assistant {
    margin-bottom: 4.0rem;
  }
}

body.page.education .cont .education {
  width: 100%;
}

@media (min-width: 768px) {
  body.page.education .cont .education .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.0rem;
  }
}

body.page.education .cont .education .flex .item {
  margin-bottom: 3.0rem;
}

@media (min-width: 768px) {
  body.page.education .cont .education .flex .item {
    width: 32%;
    margin-bottom: 0;
  }
}

body.page.education .cont .education .flex .item > *:not(.full) {
  width: 85.33333vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  body.page.education .cont .education .flex .item > *:not(.full) {
    width: 100%;
  }
}

body.page.education .cont .education .flex .item .lead {
  width: 85.33333vw;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  body.page.education .cont .education .flex .item .lead {
    font-size: 1.81818vw;
    min-height: 4.5em;
  }
}

@media (min-width: 1100px) {
  body.page.education .cont .education .flex .item .lead {
    font-size: 20px;
  }
}

body.page.education .cont .education .flex .item figure {
  margin-bottom: 1.0rem;
}

@media (min-width: 768px) {
  body.page.education .cont .education .flex .item figure {
    min-height: 17.54545vw;
  }
}

@media (min-width: 1100px) {
  body.page.education .cont .education .flex .item figure {
    min-height: 193px;
  }
}

body.page.education .cont .education .flex .item figure img {
  display: block;
  margin: 0;
}

body.page.education .cont .education .flex .item h4 {
  position: relative;
  background-color: #e2e2e2;
  color: #e44399;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 7.33333vw;
  font-size: 4.13333vw;
}

@media (min-width: 768px) {
  body.page.education .cont .education .flex .item h4 {
    font-size: 1.45455vw;
    padding-left: 1.0rem;
  }
}

@media (min-width: 1100px) {
  body.page.education .cont .education .flex .item h4 {
    font-size: 16px;
  }
}

body.page.education .cont .education .flex .item h4 span {
  position: absolute;
  top: 0.5rem;
  left: 70%;
  font-weight: normal;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #555555;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  body.page.education .cont .education .flex .item h4 span {
    font-size: 1.27273vw;
  }
}

@media (min-width: 1100px) {
  body.page.education .cont .education .flex .item h4 span {
    font-size: 14px;
  }
}

body.page.education .cont .creative {
  width: 100%;
}

body.page.education .cont .creative .row {
  width: 100%;
  height: 66vw;
  position: relative;
  margin-bottom: 2vw;
}

@media (min-width: 768px) {
  body.page.education .cont .creative .row {
    width: 670px;
    height: 440px;
    margin: 0 auto 10px;
  }
  body.page.education .cont .creative .row:last-of-type {
    margin-bottom: 3.0rem;
  }
}

body.page.education .cont .creative .row figure {
  width: 32vw;
  position: absolute;
  overflow: hidden;
  padding-bottom: 32vw;
  height: 0;
}

@media (min-width: 768px) {
  body.page.education .cont .creative .row figure {
    width: 215px;
    padding-bottom: 215px;
  }
}

body.page.education .cont .creative .row figure:first-of-type {
  width: 66vw;
  padding-bottom: 66vw;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  body.page.education .cont .creative .row figure:first-of-type {
    width: 440px;
    padding-bottom: 440px;
  }
}

body.page.education .cont .creative .row figure:nth-of-type(2) {
  top: 0;
  right: 0;
}

body.page.education .cont .creative .row figure:nth-of-type(3) {
  bottom: 0;
  right: 0;
}

body.page.education .cont .creative .row figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page.education .cont .creative .row:nth-of-type(2n) figure:first-of-type {
  top: 0;
  right: 0;
  left: auto;
}

body.page.education .cont .creative .row:nth-of-type(2n) figure:nth-of-type(2) {
  top: 0;
  left: 0;
}

body.page.education .cont .creative .row:nth-of-type(2n) figure:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

body.page.education .cont .creative .text {
  width: 85.33333vw;
  margin: 2.0rem auto 3.0rem;
}

@media (min-width: 768px) {
  body.page.education .cont .creative .text {
    width: 100%;
    text-align: center;
  }
}

body.voice .inner {
  padding-top: 2.0rem;
}

@media (min-width: 768px) {
  body.voice .inner {
    padding-top: 3.0rem;
    margin: 0 auto 6.0rem;
  }
}

body.voice .title {
  display: block;
  width: 100%;
  padding: 1.0rem 0;
  margin: 0 auto 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  body.voice .title {
    margin: 0 auto 2.5rem;
    width: 47.27273vw;
  }
}

@media (min-width: 1100px) {
  body.voice .title {
    width: 520px;
  }
}

body.voice .title:before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

@media (min-width: 768px) {
  body.voice .title:before {
    width: 6.0rem;
  }
}

body.voice .title:after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

@media (min-width: 768px) {
  body.voice .title:after {
    width: 6.0rem;
  }
}

body.voice .title h2 {
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  body.voice .title h2 {
    font-size: 1.81818vw;
  }
}

@media (min-width: 1100px) {
  body.voice .title h2 {
    font-size: 20px;
  }
}

body.voice .title h3 {
  text-align: center;
  font-weight: normal;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  body.voice .title h3 {
    font-size: 1.09091vw;
  }
}

@media (min-width: 1100px) {
  body.voice .title h3 {
    font-size: 12px;
  }
}

body.voice article {
  display: block;
  margin: 0 0 2.0rem;
  padding: 0;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  body.voice article {
    margin: 0 auto 3.0rem;
    max-width: 800px;
  }
}

body.voice article .head {
  display: flex;
  align-items: center;
  margin-bottom: 1.0rem;
  background-color: #fcfcfc;
  padding: 1.0rem;
}

body.voice article .head figure {
  width: 42%;
  margin-right: 4%;
}

@media (min-width: 768px) {
  body.voice article .head figure {
    width: 35%;
    margin-right: 5%;
  }
}

body.voice article .head .text {
  width: 54%;
}

@media (min-width: 768px) {
  body.voice article .head .text {
    width: 60%;
  }
}

body.voice article .head .text h4 {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  body.voice article .head .text h4 {
    font-size: 2.18182vw;
  }
}

@media (min-width: 1100px) {
  body.voice article .head .text h4 {
    font-size: 24px;
  }
}

body.voice article .head .text .school {
  font-size: 2.93333vw;
}

@media (min-width: 768px) {
  body.voice article .head .text .school {
    font-size: 1.27273vw;
    margin-bottom: 1.0rem;
  }
}

@media (min-width: 1100px) {
  body.voice article .head .text .school {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  body.voice article .head .text .body {
    font-size: 1.27273vw;
    margin-bottom: 1.0rem;
  }
}

@media (min-width: 1100px) {
  body.voice article .head .text .body {
    font-size: 14px;
  }
}

body.voice article .text {
  margin-bottom: 1.0rem;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  body.voice article .text {
    font-size: 1.09091vw;
  }
}

@media (min-width: 1100px) {
  body.voice article .text {
    font-size: 12px;
  }
}

body.page.company .cont #salons, body.page.company .cont #town {
  width: 80vw;
}

@media (min-width: 768px) {
  body.page.company .cont #salons, body.page.company .cont #town {
    width: 87.27273%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media (min-width: 1100px) {
  body.page.company .cont #salons, body.page.company .cont #town {
    width: 960px;
  }
}

@media (min-width: 768px) {
  body.page.company .cont #salons .item, body.page.company .cont #town .item {
    width: 24%;
  }
}

body.page.company .cont #salons .item p, body.page.company .cont #town .item p {
  margin-bottom: 1.0rem;
  line-height: 1.5;
}

body.page.company .cont #salons .item h3, body.page.company .cont #town .item h3 {
  margin-bottom: 0.5rem;
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  body.page.company .cont #salons .item h3, body.page.company .cont #town .item h3 {
    font-size: 2vw;
  }
}

@media (min-width: 1100px) {
  body.page.company .cont #salons .item h3, body.page.company .cont #town .item h3 {
    font-size: 22px;
  }
}

body.page.company .cont #salons .item h3 em, body.page.company .cont #town .item h3 em {
  font-style: normal;
  font-size: 0.7em;
  margin-left: 1.0em;
}

body.page.company .cont table.full {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.0rem;
}

@media (min-width: 768px) {
  body.page.company .cont table.full {
    width: 600px;
    margin: 0 auto 2.0rem;
  }
}

body.page.company .cont table.full caption {
  text-align: left;
  margin-bottom: 1.0rem;
  font-weight: bold;
  padding-left: 7.33333vw;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  body.page.company .cont table.full caption {
    font-size: 1.81818vw;
    text-align: center;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  body.page.company .cont table.full caption {
    font-size: 20px;
  }
}

body.page.company .cont table.full th {
  font-weight: bold;
  padding: 0.5em;
  background-color: #e2e2e2;
  text-align: left;
}

@media (min-width: 768px) {
  body.page.company .cont table.full th {
    width: 30%;
    padding: 0.75em 1.0em;
    border: 1px solid #e2e2e2;
  }
}

body.page.company .cont table.full td {
  padding: 0.5em;
}

@media (max-width: 767px) {
  body.page.company .cont table.full td {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) {
  body.page.company .cont table.full td {
    width: 70%;
    padding: 0.75em 1.0em;
    border: 1px solid #e2e2e2;
  }
}

@media (max-width: 767px) {
  body.page.company .cont table.full th, body.page.company .cont table.full td {
    display: block;
    padding-left: 7.33333vw;
  }
}

body.page.company .cont .wide {
  width: 92vw;
  margin: 0 auto 1.0rem;
}

@media (min-width: 768px) {
  body.page.company .cont .wide {
    width: 87.27273vw;
    max-width: 450px;
    margin: 0 auto 2.0rem;
  }
  body.page.company .cont .wide + p {
    text-align: center;
  }
}

body.page.recruitment .cont {
  max-width: 750px;
  margin: 0 auto;
}

body.page.recruitment .cont .full img {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}

body.page.recruitment .cont table.full {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.0rem;
}

@media (min-width: 768px) {
  body.page.recruitment .cont table.full {
    width: 600px;
    margin: 0 auto 2.0rem;
  }
}

body.page.recruitment .cont table.full caption {
  text-align: left;
  margin-bottom: 1.0rem;
  font-weight: bold;
  padding-left: 7.33333vw;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  body.page.recruitment .cont table.full caption {
    font-size: 1.81818vw;
    text-align: center;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  body.page.recruitment .cont table.full caption {
    font-size: 20px;
  }
}

body.page.recruitment .cont table.full th {
  font-weight: bold;
  padding: 0.5em;
  background-color: #e2e2e2;
  text-align: left;
}

@media (min-width: 768px) {
  body.page.recruitment .cont table.full th {
    width: 30%;
    padding: 0.75em 1.0em;
    border: 1px solid #e2e2e2;
  }
}

body.page.recruitment .cont table.full td {
  padding: 0.5em;
}

@media (max-width: 767px) {
  body.page.recruitment .cont table.full td {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px) {
  body.page.recruitment .cont table.full td {
    width: 70%;
    padding: 0.75em 1.0em;
    border: 1px solid #e2e2e2;
  }
}

@media (max-width: 767px) {
  body.page.recruitment .cont table.full th, body.page.recruitment .cont table.full td {
    display: block;
    padding-left: 7.33333vw;
  }
}

body.page.recruitment .cont #cta {
  width: 85.33333vw;
  margin: 0 auto 2.0rem;
}

@media (min-width: 768px) {
  body.page.recruitment .cont #cta {
    width: 600px;
    margin-bottom: 3.0rem;
  }
}

body.page.recruitment .cont #cta a {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 1.0em 0;
  margin: 0;
  background-color: #e44399;
  width: 100%;
}

@media (min-width: 768px) {
  body.page.flow .cont ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  body.page.flow .cont ul:after {
    content: '';
    width: 40%;
  }
}

body.page.flow .cont ul li {
  margin-bottom: 1.0rem;
}

@media (min-width: 768px) {
  body.page.flow .cont ul li {
    width: 40%;
    margin-bottom: 1.5rem;
  }
}

body.page.flow .cont ul li img {
  display: inline-block;
  width: 40%;
  margin: 0 4% 0 0;
  vertical-align: middle;
}

body.page.flow .cont ul li p.text {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}

body.page.flow .cont .box {
  width: 92vw;
  padding: 1.0rem;
  margin: 0 auto 2.0rem;
  border: 1px solid #e44399;
  text-align: center;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  body.page.flow .cont .box {
    font-size: 1.09091vw;
  }
}

@media (min-width: 1100px) {
  body.page.flow .cont .box {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  body.page.flow .cont .box {
    width: 450px;
    margin: 0 auto 3.0rem;
  }
}

body.page.flow .cont .box p {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

body.page.flow .cont .box strong {
  font-size: 5.33333vw;
}

@media (min-width: 768px) {
  body.page.flow .cont .box strong {
    font-size: 2vw;
  }
}

@media (min-width: 1100px) {
  body.page.flow .cont .box strong {
    font-size: 22px;
  }
}

body.page.flow .cont .box em {
  font-weight: bold;
  font-style: normal;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  body.page.flow .cont .box em {
    font-size: 1.27273vw;
  }
}

@media (min-width: 1100px) {
  body.page.flow .cont .box em {
    font-size: 14px;
  }
}

body.page.flow .cont .full.bottom {
  text-align: center;
  color: #ffffff;
  background-color: #e44399;
  padding: 0.5rem 0;
  font-size: 5.2vw;
}

@media (min-width: 768px) {
  body.page.flow .cont .full.bottom {
    font-size: 1.81818vw;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  body.page.flow .cont .full.bottom {
    font-size: 20px;
  }
}

footer {
  width: 100%;
  border-top: 1px solid #c7c7c7;
  padding: 2.0rem 0 3.0rem;
}

footer nav {
  width: 87.27273%;
  margin: 0 auto 2.0rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  footer nav ul {
    text-align: center;
  }
  footer nav ul li {
    display: inline-block;
    padding: 0 1.0rem 0.5rem;
  }
}

footer .logo {
  text-align: center;
}

footer .logo img {
  width: 18.4%;
}

@media (min-width: 768px) {
  footer .logo img {
    width: 8.90909%;
  }
}

@media (min-width: 1100px) {
  footer .logo img {
    width: 98px;
  }
}

/*# sourceMappingURL=style.css.map */