@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&family=Noto+Sans+JP&display=swap");

/* mediaquery */

/* font */

/* mixin */

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a,
span {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  color: #000;
  font-family: Noto Sans JP, Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  transition: all 0.3s;
}

p {
  line-height: 210%;
}

p + p {
  margin-top: 1.2rem;
}

p a {
  text-decoration: underline;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.btn-flat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  width: 100%;
  height: 55px;
  background: #b31e23;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s;
}

.btn-flat.is-green {
  background: #00a73c;
}

.col {
  display: flex;
  flex-flow: row wrap;
}

.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.col-contents {
  width: 100%;
}

.is-oneline .col-contents {
  margin-bottom: 0;
}

.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}

.is-2 .col-contents {
  max-width: 48%;
}

.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}

.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}

.is-3 .col-contents {
  max-width: 32%;
}

.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}

.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}

.is-4 .col-contents {
  max-width: 23%;
}

.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}

.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}

.col-contents-title {
  margin-bottom: 5px;
}

.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}

.flImgContents-img.is-s {
  max-width: 200px;
}

.flImgContents-img.is-ss {
  max-width: 100px;
}

.flImgContents-img.is-l {
  max-width: 47%;
}

.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

/* リスト */

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: #4dab54;
}

.list-number {
  padding: 0 0 0 25px;
}

.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}

.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl-normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl-normal dd {
  margin-bottom: 30px;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}

.size-60 {
  width: 60%;
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

/*　セクション　*/

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-01 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-01:first-child {
  margin-top: 0;
}

.section-02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section-02:first-child {
  margin-top: 0;
}

.section-03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-03:first-child {
  margin-top: 0;
}

.section-center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.table-1 {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

.table-1 tr {
  border-bottom: 1px solid #ccc;
}

.table-1 th,
.table-1 td {
  padding: 48px 13px 13px;
  line-height: 1.6;
}

.table-1 th {
  border-bottom: 1px solid #4dab54;
  color: #4dab54;
}

.table-1 a {
  color: #019ab3;
}

.table-2 {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

.table-2 tr {
  border-bottom: 1px solid #ccc;
}

.table-2 th,
.table-2 td {
  padding: 5px 10px;
  border: 1px solid #ccc;
  line-height: 1.6;
}

.table-2 thead tr {
  border-bottom: 1px solid #4dab54;
}

.table-2 thead th {
  text-align: center;
  background: #f2f2f2;
}

.table-2 tbody th {
  font-size: 1.4rem;
  color: #4dab54;
}

.table-2 a {
  color: #019ab3;
}

.wfix {
  table-layout: fixed;
}

/* タイトル */

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-underline {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 121px;
  height: 1px;
  background: #4dab54;
}

.title-underline.is-pink::after {
  background: #e95377;
}

.title-underline-ja {
  margin-right: 25px;
  font-size: 2.2rem;
  color: #4dab54;
}

.is-pink .title-underline-ja {
  color: #e95377;
}

.title-underline-en {
  font-family: Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #929292;
}

.is-pink .title-underline-en {
  color: #e95377;
}

.title-m {
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 3px solid #4dab54;
  font-size: 1.6rem;
  font-weight: bold;
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  text-align: center;
  color: #fff;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s;
  pointer-events: none;
  /* Loadingバー中央配置　*/
}

.loading-end .loading {
  opacity: 0;
}

.loading #splash_text {
  position: absolute;
  top: calc(50% - 20px);
  left: 25%;
  width: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.pageMv {
  margin-bottom: 35px;
  height: 350px;
}

.pageMv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pankuzu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  font-size: 1.2rem;
  text-align: right;
}

.pankuzu-ul {
  display: inline-block;
}

.pankuzu-ul-li {
  float: left;
}

.pankuzu-ul-li + .pankuzu-ul-li::before {
  content: ">";
  margin: 0 10px;
}

.pankuzu-ul-li a {
  text-decoration: underline;
}

.contents {
  margin-top: 40px;
}

.pageTitle {
  margin-bottom: 80px;
  text-align: center;
}

.pageTitle-img {
  display: inline-block;
  height: 64px;
  margin-bottom: 20px;
}

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

.pageTitle-ja {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.entryArea {
  display: flex;
  height: 370px;
  margin-top: 80px;
  overflow: hidden;
}

.entryArea-one {
  position: relative;
  width: 50%;
}

.entryArea-one a {
  display: block;
}

.entryArea-one-img {
  position: relative;
}

.entryArea-one-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.308);
  transition: all 0.3s;
}

a:hover .entryArea-one-img::after {
  opacity: 0;
}

a:hover .entryArea-one-img img {
  opacity: 1;
}

.entryArea-one-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 40px 150px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.footer-logo {
  width: 300px;
}

.dwMenu {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 52px;
  cursor: pointer;
  z-index: 5;
}

.dwMenu-hamburger {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: url(../img/top/btn-menu.png) center center/contain no-repeat;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.dwMenu-hamburger span {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #e70b1c;
  border: none;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 3px;
}

.dwMenu-hamburger .top {
  top: 18px;
}

.dwMenu-active .dwMenu-hamburger .top {
  top: 12px;
  transform: translateY(11px) translateX(0) rotate(45deg);
}

.dwMenu-hamburger .bottom {
  top: 27px;
}

.dwMenu-active .dwMenu-hamburger .bottom {
  top: 34px;
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.header {
  position: relative;
  z-index: 1;
}

.headerMain {
  position: absolute;
  top: 0;
  left: 0;
}

.headerMain::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 490px;
  height: 660px;
  background: linear-gradient(127deg, #49aa55 50%, transparent 50%, transparent);
}

.headerMain-inner {
  position: relative;
  padding: 50px;
  color: #fff;
}

.headerMain-logo {
  margin-bottom: 70px;
  width: 280px;
}

.headerMain-logo a {
  display: block;
  height: 100%;
}

.headerMain-copy {
  margin-bottom: 50px;
  font-size: 2.8rem;
  font-weight: bold;
}

.headerMain-copy .text-l {
  display: block;
}

.headerMain-com {
  width: 155px;
}

.entryBtn {
  position: absolute;
  right: 3%;
  top: 210px;
  width: 190px;
}

.entryBtn:hover {
  -webkit-animation: wobble-hor-bottom 0.6s both;
  animation: wobble-hor-bottom 0.6s both;
}

.entryBtn:hover img {
  opacity: 1;
}

@-webkit-keyframes wobble-hor-bottom {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.gNavi {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 350px;
  height: 100%;
  background: linear-gradient(-30deg, #ebeef1 50%, #fff 50%);
  border-left: 1px solid #ccc;
  will-change: height;
  opacity: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: all 0.3s;
  z-index: 4;
}

.dwMenu-active .gNavi {
  opacity: 1;
  transform: scale(1);
}

.gNavi-inner {
  position: relative;
  height: 100%;
  top: 0;
  padding: 100px 10%;
  font-size: 2rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.gNavi-inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.gNavi-ul {
  overflow: hidden;
}

.gNavi-ul-li {
  position: relative;
  opacity: 0;
  padding-bottom: 10px;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}

.gNavi-ul-li + .gNavi-ul-li {
  margin-top: 30px;
}

.dwMenu-active .gNavi-ul-li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.dwMenu-active .gNavi-ul-li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dwMenu-active .gNavi-ul-li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.dwMenu-active .gNavi-ul-li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.gNavi-ul-li a {
  position: relative;
  display: block;
  color: #4dab54;
  text-decoration: none;
  padding: 0 0 5px 15px;
  font-size: 2rem;
}

.gNavi-ul-li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scale(0);
  height: 2px;
  background: #4dab54;
  transition: 0.35s;
  transform-origin: left;
}

.gNavi-ul-li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  display: inline-block;
  margin-right: 10px;
  border-left: 5px solid #4dab54;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.filter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.466);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s;
}

.dwMenu-active .filter {
  opacity: 1;
  pointer-events: visible;
}

.philosophy {
  display: flex;
  justify-content: space-between;
}

.philosophy-img {
  max-width: 131px;
}

.philosophy-contents {
  margin-left: 60px;
}

.philosophy-contents-maincopy {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.philosophy-contents-des-img {
  margin: 0 0 0 40px;
  float: right;
  width: 321px;
}

.philosophy-contents-des-text p {
  line-height: 2;
}

.comData {
  display: flex;
  flex-wrap: wrap;
}

.comData-item {
  position: relative;
  width: 30%;
  margin-bottom: 80px;
}

.comData-item.is-5 {
  width: 60%;
  flex-grow: 1;
}

.comData-item-inner {
  position: relative;
  height: 100%;
  border: 1px solid #4dab54;
  border-radius: 10px;
  z-index: 1;
  background: #fff;
}

.comData-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #4dab54;
  border-radius: 10px;
}

.comData-item-title {
  padding: 15px;
  font-size: 1.6rem;
  background: #fff33f;
  text-align: center;
  border-bottom: 1px dotted #4dab54;
  border-radius: 10px 10px 0 0;
}

.comData-item-contents {
  padding: 30px 20px;
}

.comDataSchool {
  padding-top: 40px;
}

.comDataSchool-item {
  display: flex;
  padding-bottom: 4px;
  background: url(../img/common/border-dashed.png) left bottom/12px 1px repeat-x;
}

.comDataSchool-item + .comDataSchool-item {
  margin-top: 25px;
}

.comDataSchool-item-title {
  width: 50px;
}

.comDataSchool-item-dd {
  flex: 1;
}

.comData-item-contents .management-position{
  font-size: 50px;
  text-align: center;
  padding-bottom: 4px;
  background: url(../img/common/border-dashed.png) left bottom / 12px 1px repeat-x;
}

.companyTable {
  width: 100%;
}

.companyTable th {
  width: 140px;
}

.storeTable {
  width: 100%;
}

.storeTable th,
.storeTable td {
  padding: 20px 10px;
  vertical-align: top;
}

.storeTable th li,
.storeTable td li {
  margin: 0;
}

.storeTable th li + li,
.storeTable td li + li {
  margin-top: 5px;
}

.storeTable th {
  width: 140px;
  font-weight: bold;
}

.gmap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 100px;
}

.gmap iframe {
  width: 100%;
  height: 445px;
}

.centerLead {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  max-width: 800px;
}

.centerLead-title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.people {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 100px;
}

.people-lead {
  width: 40%;
  position: absolute;
  top: 40px;
}

.careerStep {
  padding: 20px;
  border-radius: 10px;
  background: #fcfbf5;
  border: 1px solid #4dab54;
}

.fukurikousei .list-normal li::before {
  color: #fdd700;
}

.champs {
  display: flex;
  justify-content: space-between;
}

.champs-item.is-1 {
  width: 32%;
}

.champs-item.is-1 img {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}

.champs-item.is-2 {
  width: 28%;
}

.champs-item.is-3 {
  width: 32%;
}

.champs-item.is-3 img {
  display: block;
  max-width: 145px;
  margin: 0 auto;
}

.champs-item.is-4 {
  width: 38%;
}

.champs-item.is-5 {
  width: 28%;
}

.champs-item.is-6 {
  width: 28%;
}

.champs-item-cap {
  text-align: center;
  margin-bottom: 20px;
}

.champs-item-name {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 1.5rem;
}

.prideWrap {
  display: flex;
  justify-content: space-between;
}

.prideContents {
  width: 65%;
}

.cleanSmile {
  width: 30%;
  border: 1px solid #4dab54;
  border-radius: 10px;
  max-width: 800px;
  padding: 20px;
}

.cleanSmile-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #4dab54;
}

.cleanSmile-cap {
  margin-bottom: 20px;
}

.cleanSmile-imgs-item + .cleanSmile-imgs-item {
  margin-top: 10px;
}

.profile {
  display: flex;
  margin-bottom: 40px;
}

.profile-img {
  flex: 1;
}

.profile-main {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.profile-main-inner {
  position: relative;
  margin-right: -30px;
  padding: 20px 30px;
  border: 1px solid #e95377;
  background: #fff;
  z-index: 1;
  color: #e95377;
}

.profleCard-ka {
  display: block;
  margin-bottom: 10px;
}

.profleCard-name {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}

.profleCard-role {
  font-size: 1.6rem;
}

.profleCard-y {
  margin-left: 30px;
  font-size: 1.3rem;
}

.interviewDes {
  margin-bottom: 30px;
}

.interviewDes-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.interviewKindness {
  margin-top: 20px;
  background: #f2f2f2;
  padding: 20px 3%;
}

.careerCircleStep {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.careerCircleStep-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 160px;
  background: #fff2f5;
  padding: 45px 10px 0;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #e95377;
  text-align: center;
}

.careerCircleStep-item + .careerCircleStep-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: calc(100% + 5px);
  display: inline-block;
  width: 10px;
  height: 20px;
  background: #e95377;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.careerCircleStep-item.is-center {
  justify-content: center;
  padding-top: 0;
}

.careerCircleStep-item-main {
  font-size: 120%;
  font-weight: bold;
}

.careerCircleStep-item-text {
  font-size: 95%;
}

.studentMessage-des-title {
  font-size: 2rem;
  margin-bottom: 30px;
}

.studentMessage-des-row-img {
  width: 40%;
}

.studentMessage-des-row-img.is-l {
  margin: 0 40px 10px 0;
  float: left;
}

.studentMessage-des-row-img.is-r {
  margin: 0 0 10px 40px;
  float: right;
}

.recruitTable {
  width: 100%;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}

.recruitTable th {
  vertical-align: top;
  width: 210px;
  font-weight: bold;
}

.recruitTable .syoninkyu {
  width: auto;
}

.toiawase {
  padding-left: 70px;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}

.pageNavi {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px 5%;
  background: rgba(255, 255, 255, 0.774);
  z-index: 2;
}

.pageNavi-ul {
  display: flex;
}

.pageNavi-ul-li + .pageNavi-ul-li {
  margin-left: 10px;
}

.pageNavi-ul-li a {
  display: block;
  padding: 4px 10px;
  border-radius: 30px;
  background: #4dab54;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.interviewSection {
  margin-bottom: 40px;
}

.interviewSection + .interviewSection {
  margin-top: 200px;
}

.senpaiSummary {
  position: relative;
  margin-bottom: 60px;
}

.senpaiSummary.is-odd {
  padding-left: calc((100% - 1000px) / 2);
}

.senpaiSummary.is-even {
  padding-right: calc((100% - 1000px) / 2);
}

.senpaiSummary-img {
  width: 75%;
  margin: 0 0 0 auto;
}

.is-even .senpaiSummary-img {
  margin: 0 auto 0 0;
}

.senpaiSummary-inner {
  position: relative;
}

.senpaiSummaryLabel {
  position: absolute;
  top: 50%;
  width: clamp(340px, 30%, 100%);
  padding: 30px;
  background: #dd2937;
  color: #fff;
  transform: translateY(-50%);
}

.is-blue .senpaiSummaryLabel {
  background-color: #172d81;
}

.is-odd .senpaiSummaryLabel {
  left: 0;
}

.is-even .senpaiSummaryLabel {
  right: 0;
}

.senpaiSummaryLabel-nyusya {
  margin-bottom: 10px;
}

.senpaiSummaryLabel-name {
  margin-bottom: 15px;
}

.senpaiSummaryLabel-name-ja {
  display: inline-block;
  font-size: 2.5rem;
}

.senpaiSummaryLabel-name-en {
  margin-left: 20px;
}

.senpaiSummaryLabel-pos {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.568);
}

.senpaiMaincopy {
  margin-bottom: 60px;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  text-align: center;
}

.descSection.is-img-l {
  display: flex;
}

.descSection.is-img-r {
  display: flex;
}

.descSection.is-vlinecenter {
  align-items: center;
}

.descSection + .descSection {
  margin-top: 80px;
}

.is-img-l .descSection-img {
  width: 40%;
  margin-right: 60px;
}

.is-img-r .descSection-img {
  width: 40%;
  margin-left: 60px;
  order: 2;
}

.is-taidanArea .descSection-img {
  max-width: 440px;
}

.descSection-contents {
  padding-top: 30px;
  flex: 1;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}

.is-img-l .descSection-contents {
  padding-right: calc((100% - 1000px) / 2);
}

.is-img-r .descSection-contents {
  padding-left: calc((100% - 1000px) / 2);
}

.descSection-contents-title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #dd2937;
}

.is-blue .descSection-contents-title {
  color: #172d81;
}

.is-green .descSection-contents-title {
  color: #22ae61;
}

.descSection-contents-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 121px;
  height: 1px;
  background: #dd2937;
}

.is-blue .descSection-contents-title::before {
  background-color: #172d81;
}

.descSection-contents-title.is-no-border::before {
  content: none;
}

.descSection-contents-text p {
  line-height: 2.2;
}

.descSection-contents-text p + p {
  margin-top: 30px;
}

.zadankai {
  margin-top: 100px;
}

.zadankai-inner {
  display: flex;
  justify-content: center;
  padding: 0 5%;
  background: linear-gradient(125deg, #fff100 55%, transparent 55%);
}

.zadankai-contents {
  width: 35%;
}

.zadankai-contents-main {
  margin-top: -20px;
  margin-bottom: 30px;
  padding-left: calc(50% - 500px);
}

.zadankai-contents-main-title {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 3px 27px 5px;
  background: #000;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 3rem;
  color: #fff;
  transform: skew(-13deg);
}

.zadankai-contents-main-copy {
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  transform: skew(-13deg);
}

.zadankai-contents-main-copy p {
  display: inline;
  padding: 5px;
  background: #fff;
  font-size: 1.9rem;
  line-height: 2.7;
}

.zadankai-contents-text {
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}

.zadankai-contents-text p {
  line-height: 2.2;
}

.zadankai-img {
  max-width: 659px;
  width: 60%;
  margin: -60px 0 0 30px;
}

.zadankaiMember {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
  padding-block: 0 50px;
  border-top: 1px solid #22ae61;
  border-bottom: 1px solid #22ae61;
  background: url(../img/common/bg-dot.png) center center/18px;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
}

.zadankaiMember-one {
  min-width: 232px;
  margin: -20px 3%;
  text-align: center;
}

.zadankaiMember-one-img {
  width: 232px;
  margin: 0 auto 15px;
}

.zadankaiMember-one-cap {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.zadankaiMember-one-name {
  margin-bottom: 6px;
  font-size: 1.6rem;
}

.mv-wrap {
  overflow: hidden;
}

.mv {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 50% 17% 33%;
  grid-template: "a a b" 1fr "c c b" 1fr "d d e" 1fr "f g g" 1fr/50% 17% 33%;
  height: 84vw;
}

.mv-item.is-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: b;
}

.mv-item.is-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
}

.mv-item.is-3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: c;
}

.mv-item.is-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: d;
}

.mv-item.is-5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: e;
}

.mv-item.is-6 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: f;
}

.mv-item.is-7 {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: g;
}

.mv-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(0);
}

.communication {
  position: relative;
}

.communication-catch {
  width: 289px;
  margin: -60px auto 30px;
}

.communication-title {
  margin-bottom: 55px;
  text-align: center;
}

.communication-title-en {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}

.communication-title-en-em {
  color: #51b058;
}

.communication-title-ja {
  display: inline-block;
  font-size: 3.7rem;
  font-weight: bold;
  background: #fff100;
  letter-spacing: 0.2rem;
  line-height: 1;
}

.communication-text {
  width: 545px;
  margin: 0 auto 60px;
}

.communication-text p {
  line-height: 2.8;
}

.companysLogo {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.companysLogo::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 500px);
  bottom: 100%;
  width: 225px;
  height: 210px;
  background: url(../img/top/staff-1.png) center bottom/contain no-repeat;
}

.companysLogo::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: calc(50% - 500px);
  bottom: 100%;
  width: 225px;
  height: 210px;
  background: url(../img/top/staff-2.png) center bottom/contain no-repeat;
}

.companysLogo-col {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.companysLogo-col-item {
  display: flex;
  justify-content: center;
  width: 33.3333333333%;
  max-height: 148px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 175px;
  padding: 0 10px;
}

.companysLogo-col-item img {
  max-height: 100%;
}

.interviewArea {
  position: relative;
  padding-block: 80px;
  background: linear-gradient(-90deg, #ebeef1 calc((101% - 1000px) / 2), transparent calc((101% - 1000px) / 2));
  overflow: hidden;
}

.interviewArea::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: calc((100% - 1000px) / 2);
  top: 0;
  width: 60%;
  height: 100%;
  background: url(../img/common/bg-triangle-gr.svg) right bottom/contain no-repeat;
}

.interviewItem-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
}

.interviewItem {
  width: 45%;
}

.interviewItem-logo {
  margin: 0 auto 10px;
}

.is-kenta .interviewItem-logo {
  width: 166px;
}

.is-br .interviewItem-logo {
  width: 192px;
}

.interviewItem-contents {
  position: relative;
}

.interviewItem-contents-img {
  border: 8px solid #dd2937;
}

.is-kenta .interviewItem-contents-img {
  border-color: #dd2937;
}

.is-br .interviewItem-contents-img {
  border-color: #172d81;
}

.interviewItem-contents-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 298px;
  padding: 15px 20px;
  color: #fff;
}

.is-kenta .interviewItem-contents-label {
  background-color: #dd2937;
}

.is-br .interviewItem-contents-label {
  background-color: #172d81;
}

.interviewItem-contents-label-summary {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.interviewItem-contents-label-name {
  display: inline-block;
  margin-bottom: 10px;
}

.interviewItem-contents-label-name-main {
  font-size: 2.4rem;
  margin: 0 10px 10px 0;
}

.interviewItem-contents-label-shop {
  display: block;
  line-height: 1.8;
}

.interviewTitle {
  position: absolute;
  right: -20px;
  top: 15%;
  width: 75px;
}

.interviewTitle::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -12px;
  display: inline-block;
  width: 45px;
  height: 110%;
  background: #fff100;
}

.interviewTitle-inner {
  position: relative;
}

.topZadankai a {
  display: flex;
  align-items: center;
  height: 439px;
  background: url(../img/top/bg-zadankai.jpg) left top/100% no-repeat;
}

.topZadankai a:hover {
  opacity: 0.9;
}

.topZadankai-main {
  padding-left: calc(50% - 500px);
}

.topZadankai-main-title {
  position: relative;
  display: inline-block;
  padding: 3px 27px 5px;
  margin-left: 10px;
  margin-bottom: 20px;
  background: #000;
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 3rem;
  color: #fff;
  transform: skew(-13deg);
}

.topZadankai-main-copy {
  font-family: "Zen Maru Gothic", Hiragino Mincho ProN, Yu Mincho, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  transform: skew(-13deg);
}

.topZadankai-main-copy p {
  display: inline;
  padding: 5px;
  background: #fff;
  font-size: 1.9rem;
  line-height: 2.7;
}

.topComData {
  background: url(../img/top/bg-data.png) right 30px/450px no-repeat;
}

.topComData-inner {
  padding: 100px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.topComDataContents {
  width: 60%;
}

.topComDataContents-title {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  background: linear-gradient(transparent 80%, #fff100 80%);
}

.topComDataContents-text p {
  line-height: 2.7;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #019ab3;
  }

  .comData-item:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }

  .pageNavi {
    display: none;
  }

  .companysLogo-col-item:not(:nth-child(3n+1)) {
    box-shadow: -1px 0 0 0 #ccc;
  }

  .companysLogo-col-item:nth-child(n+4) {
    border-top: 1px solid #ccc;
  }

  .interviewItem + .interviewItem {
    position: relative;
    margin-left: -3.5%;
    margin-top: 60px;
  }
}

@media (min-width: 1100px) {
  .recruitTableArea {
    max-width: 800px;
    margin-inline: auto;
  }
}

@media (max-width: 979px) {
  .zadankai-inner {
    position: relative;
    display: block;
    padding-bottom: 40px;
  }

  .zadankai-contents {
    padding-top: 1px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 65%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #019ab3;
  }

  .col {
    display: block;
  }

  .col.is-sp-flex {
    display: flex;
  }

  .col-contents {
    max-width: 100%;
  }

  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }

  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }

  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }

  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }

  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }

  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }

  .flImgContents-img {
    max-width: 100%;
  }

  .flImgContents-img.is-s {
    max-width: 100%;
  }

  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .flImgContents-img.is-l {
    max-width: 100%;
  }

  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }

  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }

  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }

  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }

  .size-30 {
    width: 70%;
  }

  .size-60 {
    width: 100%;
  }

  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .table-1 th,
  .table-1 td {
    padding: 30px 0 15px 0;
    font-size: 1.3rem;
  }

  .table-1.sidetitle tr {
    border-bottom: none;
  }

  .table-1.sidetitle th {
    padding: 10px 0 5px;
  }

  .table-1.sidetitle td {
    padding: 5px 0 20px;
  }

  .table-2 th,
  .table-2 td {
    padding: 30px 0 15px 0;
    font-size: 1.3rem;
  }

  .table-2.sidetitle th {
    padding: 10px 0;
  }

  .table-2.sidetitle td {
    padding: 20px 0;
  }

  .sidetitle tr {
    display: block;
  }

  .sidetitle th,
  .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sidetitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .title-underline-ja {
    display: inline-block;
  }

  .title-underline-en {
    display: inline-block;
    margin-top: 4px;
    font-size: 1.2rem;
  }

  .pageMv {
    height: auto;
    margin-bottom: 10px;
  }

  .pankuzu {
    text-align: left;
  }

  .pageTitle {
    padding: 0 15px;
  }

  .pageTitle-img {
    height: 50px;
  }

  .entryArea {
    display: block;
    height: auto;
  }

  .entryArea-one {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer {
    display: block;
    padding-block: 40px;
  }

  .footer-logo {
    width: 80%;
    margin: 0 auto 30px;
  }

  .footer-copy {
    display: block;
    text-align: center;
  }

  .dwMenu {
    top: 6px;
  }

  .headerMain {
    position: static;
  }

  .headerMain::before {
    width: 100%;
    height: 100%;
    background: #49aa55;
  }

  #top .headerMain::before {
    height: 400px;
    background: linear-gradient(170deg, #49aa55 50%, transparent 50%, transparent);
  }

  .headerMain-inner {
    padding: 10px;
  }

  .headerMain-logo {
    width: auto;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .headerMain-logo img {
    width: auto;
    height: 100%;
  }

  #top .headerMain-logo {
    margin-bottom: 30px;
  }

  .headerMain-copy {
    display: none;
    padding-left: 3%;
    margin-bottom: 10px;
    font-size: 4.5vw;
  }

  #top .headerMain-copy {
    display: block;
  }

  .headerMain-com {
    display: none;
    width: 15%;
    padding-left: 3%;
  }

  #top .headerMain-com {
    display: block;
  }

  .entryBtn {
    top: 80px;
    width: 100px;
  }

  #top .entryBtn {
    width: 140px;
    top: 70px;
  }

  .gNavi {
    width: 250px;
  }

  .gNavi-ul-li + .gNavi-ul-li {
    margin-top: 10px;
  }

  .gNavi-ul-li a {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .philosophy {
    display: block;
  }

  .philosophy-img {
    margin: 0 auto 30px;
  }

  .philosophy-contents {
    margin-left: auto;
  }

  .philosophy-contents-des-img {
    float: none;
    width: 80%;
    margin: 0 auto 30px;
  }

  .comData-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .comData-item-contents {
    padding: 30px 10%;
  }

  .comDataSchool {
    padding-top: 0;
  }

  .comDataSchool-item {
    padding-bottom: 10px;
  }

  .companyTable th {
    width: 80px;
  }

  .storeTable th {
    width: 80px;
  }

  .gmap iframe {
    height: 200px;
  }

  .people {
    margin-bottom: 60px;
  }

  .people-lead {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .champs {
    display: block;
  }

  .champs.is-pride {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .champs-item.is-1 {
    width: 100%;
  }

  .champs-item.is-2 {
    margin-top: 40px;
    width: 90%;
  }

  .champs-item.is-3 {
    margin-top: 40px;
    width: 100%;
  }

  .champs-item.is-4 {
    margin-bottom: 40px;
    width: 100%;
  }

  .champs-item.is-5 {
    width: 48%;
  }

  .champs-item.is-6 {
    width: 48%;
  }

  .prideWrap {
    display: block;
  }

  .prideContents {
    width: 100%;
  }

  .cleanSmile {
    width: 100%;
  }

  .cleanSmile-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .profile {
    display: block;
  }

  .profile-main {
    width: 100%;
  }

  .profile-main-inner {
    width: 100%;
    padding: 20px;
  }

  .profleCard-name {
    margin-bottom: 4px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .careerCircleStep {
    flex-wrap: wrap;
    gap: 2%;
  }

  .careerCircleStep-item {
    gap: 6px;
    width: 31%;
    padding: 20px 1% 0;
  }

  .careerCircleStep-item + .careerCircleStep-item::before {
    width: 5px;
    height: 20px;
    right: 101%;
  }

  .careerCircleStep-item-main {
    font-size: 1.3rem;
  }

  .careerCircleStep-item-text {
    font-size: 1rem;
  }

  .studentMessage-des-row {
    margin-block: 20px;
  }

  .studentMessage-des-row-img {
    width: 100%;
  }

  .recruitTable th {
    width: 100%;
  }

  .recruitTable .syoninkyu tr {
    display: table-row;
  }

  .recruitTable .syoninkyu td,
  .recruitTable .syoninkyu th {
    display: table-cell;
    width: auto;
    padding: 10px;
    font-size: 1.2rem;
  }

  .toiawase {
    padding-left: 0;
  }

  .interviewSection {
    overflow: hidden;
  }

  .senpaiSummary-img {
    margin-top: -20px;
    width: 95%;
  }

  .is-even .senpaiSummary-img {
    margin-top: -20px;
  }

  .senpaiSummaryLabel {
    position: relative;
    width: 80%;
    padding: 20px;
    transform: translate(0);
    z-index: 1;
  }

  .senpaiSummaryLabel-name {
    margin-bottom: 3px;
  }

  .senpaiSummaryLabel-name-ja {
    font-size: 2rem;
  }

  .senpaiSummaryLabel-name-en {
    font-size: 1.2rem;
  }

  .senpaiMaincopy {
    font-size: 5vw;
    line-height: 2;
  }

  .descSection.is-img-l {
    display: block;
  }

  .descSection.is-img-r {
    display: block;
  }

  .descSection-img {
    margin-top: 30px;
  }

  .is-img-l .descSection-img {
    width: 80%;
  }

  .is-img-r .descSection-img {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }

  .is-taidanArea .descSection-img {
    position: relative;
    width: 70%;
  }

  .is-taidanArea .descSection-img::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15%;
    left: -30vw;
    width: 130vw;
    height: 70%;
    background: #22ae61;
  }

  .is-taidanArea .descSection-img img {
    position: relative;
    z-index: 1;
  }

  .descSection-contents {
    margin: 0 auto;
  }

  .is-img-l .descSection-contents {
    width: 90%;
  }

  .is-img-r .descSection-contents {
    width: 90%;
  }

  .zadankai-contents-main {
    width: 100%;
    margin: 0 auto;
    padding: 1px 0 30px;
    text-align: center;
  }

  .zadankai-contents-main-title {
    margin-top: -40px;
  }

  .zadankai-contents-main-copy p {
    font-size: 4vw;
  }

  .zadankai-img {
    position: static;
    width: 80%;
    margin: 10px auto;
  }

  .zadankaiMember {
    display: block;
  }

  .zadankaiMember-one {
    width: 100%;
    min-width: 0;
    margin: 0 auto;
  }

  .zadankaiMember-one + .zadankaiMember-one {
    margin-top: 40px;
  }

  .zadankaiMember-one-img {
    width: 50%;
    margin: 20px auto;
  }

  .mv {
    margin-top: -13px;
  }

  .communication-catch {
    margin-top: -20px;
  }

  .communication-title-en {
    font-size: 7vw;
  }

  .communication-title-ja {
    display: inline;
    font-size: 6vw;
  }

  .communication-text {
    width: 90%;
    margin: 0 auto 160px;
  }

  .companysLogo::before {
    left: 10px;
    width: 150px;
  }

  .companysLogo::after {
    right: 10px;
    width: 140px;
  }

  .companysLogo-col {
    padding: 10px 5%;
    border-right: none;
    border-left: none;
  }

  .companysLogo-col-item {
    flex-grow: 0;
    width: 50%;
    height: 28vw;
    padding: 0 5px;
  }

  .interviewItem-wrap {
    display: block;
  }

  .interviewItem {
    position: relative;
    width: 70%;
    margin-left: 7%;
    z-index: 1;
  }

  .interviewItem + .interviewItem {
    margin-top: 30px;
  }

  .interviewItem-contents-label {
    position: relative;
    width: 90%;
    margin: -80px 0 0 -5%;
  }

  .interviewItem-contents-label-summary {
    font-size: 1.2rem;
  }

  .interviewItem-contents-label-name-main {
    display: block;
    font-size: 1.8rem;
    margin: 0 auto;
  }

  .interviewTitle {
    width: 26%;
    right: 0;
  }

  .topZadankai a {
    display: block;
    padding-top: 65vw;
    background: url(../img/top/bg-zadankai.jpg) right top/140% no-repeat;
  }

  .topZadankai-main {
    width: 80%;
    margin: 0 auto;
    padding: 1px 0 30px;
    background: rgba(255, 242, 0, 0.882);
    text-align: center;
  }

  .topZadankai-main-title {
    margin-top: -40px;
  }

  .topZadankai-main-copy p {
    font-size: 4vw;
  }

  .topComData {
    background-size: 56%;
  }

  .topComDataContents {
    width: 90%;
    margin: 80px auto 0;
  }

  .topComDataContents-title {
    display: inline;
    font-size: 7vw;
    line-height: 1.8;
  }

  .topComDataContents-text {
    margin-top: 30px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pankuzu {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .gmap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .centerLead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }

  .people-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .pankuzu {
    max-width: 90%;
    width: 90%;
  }

  .entryArea {
    height: 30vw;
  }

  .footer {
    max-width: 90%;
    width: 90%;
  }

  .comDataSchool {
    padding-top: 0;
  }

  .gmap {
    max-width: 90%;
    width: 90%;
  }

  .centerLead {
    max-width: 90%;
    width: 90%;
  }

  .people {
    max-width: 90%;
    width: 90%;
  }

  .is-img-l .descSection-contents {
    padding-right: 5%;
  }

  .is-img-r .descSection-contents {
    padding-left: 5%;
  }

  .communication-text {
    width: 80%;
  }

  .companysLogo::before {
    display: none;
  }

  .companysLogo::after {
    display: none;
  }

  .companysLogo-col {
    max-width: 90%;
    width: 90%;
  }

  .interviewItem-wrap {
    max-width: 90%;
    width: 90%;
  }

  .topZadankai a {
    height: 36vw;
    padding-left: 5%;
  }

  .topComData {
    background-position: 120% 30px;
  }

  .topComData-inner {
    max-width: 90%;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .people-lead {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .careerCircleStep-item {
    padding-top: 20px;
  }

  .careerCircleStep-item-text {
    font-size: 85%;
  }

  .is-taidanArea .descSection {
    display: block;
    overflow: hidden;
  }

  .is-img-l .descSection-img {
    float: left;
  }

  .is-img-r .descSection-img {
    float: right;
  }

  .is-taidanArea .descSection-img {
    margin-bottom: 40px;
  }

  .is-taidanArea .is-img-l .descSection-contents {
    padding-left: 5%;
  }

  .is-taidanArea .is-img-r .descSection-contents {
    padding-left: 5%;
  }

  .zadankai-img {
    position: absolute;
    top: -20px;
    right: 3%;
    width: 40%;
    float: right;
  }

  .zadankaiMember {
    justify-content: space-between;
  }

  .zadankaiMember-one {
    width: 31%;
    min-width: 0;
    margin: -20px 0;
  }

  .zadankaiMember-one-img {
    width: 80%;
  }
}

@media (hover: hover) {
  .btn-flat:hover {
    background: #e04242;
  }

  .btn-flat.is-green:hover {
    background: #17d15b;
  }

  .pankuzu-ul-li a:hover {
    color: #019ab3;
  }

  .gNavi-ul-li a:hover:after {
    transform: scale(1);
  }
}