@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.8rem;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
  margin-right: 8px;
}

main.next {
  padding-bottom: 120px;
}
main.next #style-list .item-li, main.next #service .item-list .item-li, main.next #center .item-list .item-li {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 30px;
}
main.next #style-list .item-img, main.next #service .item-list .item-img, main.next #center .item-list .item-img {
  text-align: center;
}
main.next #style-list .item-img a, main.next #service .item-list .item-img a, main.next #center .item-list .item-img a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
main.next #style-list .item-img a img, main.next #service .item-list .item-img a img, main.next #center .item-list .item-img a img {
  transition: all 0.8s ease;
}
main.next #style-list .item-img a:hover img, main.next #service .item-list .item-img a:hover img, main.next #center .item-list .item-img a:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next #style-list .item-img img, main.next #service .item-list .item-img img, main.next #center .item-list .item-img img {
  border-radius: 10px;
}
main.next #style-list .item-text h3, main.next #service .item-list .item-text h3, main.next #center .item-list .item-text h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #8CBF21;
  line-height: 1.3;
  margin-bottom: 20px;
}
main.next #style-list .item-text h3 a, main.next #service .item-list .item-text h3 a, main.next #center .item-list .item-text h3 a {
  color: #8CBF21;
}
main.next #style-list .item-text p, main.next #service .item-list .item-text p, main.next #center .item-list .item-text p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
}
main.next #style-list .item-text p:not(:last-child), main.next #service .item-list .item-text p:not(:last-child), main.next #center .item-list .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #style-list .item-text .link-block + dl, main.next #service .item-list .item-text .link-block + dl, main.next #center .item-list .item-text .link-block + dl {
  margin-top: 15px;
}
main.next #style-list .item-text dl, main.next #service .item-list .item-text dl, main.next #center .item-list .item-text dl {
  margin-top: 30px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.next #style-list .item-text dl:not(:last-child), main.next #service .item-list .item-text dl:not(:last-child), main.next #center .item-list .item-text dl:not(:last-child) {
  margin-bottom: 20px;
}
main.next #style-list .item-text dl dt, main.next #service .item-list .item-text dl dt, main.next #center .item-list .item-text dl dt {
  background: #FFF1AF;
  padding: 5px 25px;
  border-radius: 20px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
main.next #style-list .item-text dl dd, main.next #service .item-list .item-text dl dd, main.next #center .item-list .item-text dl dd {
  display: grid;
  gap: 10px;
  row-gap: 5px;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  width: 100%;
}
main.next #style-list .item-text dl dd > *, main.next #service .item-list .item-text dl dd > *, main.next #center .item-list .item-text dl dd > * {
  line-height: 1.4;
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #1F1D1D;
}
main.next #style-list .item-text dl dd > p:before, main.next #service .item-list .item-text dl dd > p:before, main.next #center .item-list .item-text dl dd > p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FBD000;
  border-radius: 50%;
}
main.next #style-list .item-text dl dd a:before, main.next #service .item-list .item-text dl dd a:before, main.next #center .item-list .item-text dl dd a:before {
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  content: "";
  width: 7px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-yellow.svg);
  transition: all 0.3s ease;
}
main.next #style-list .item-text dl dd a:hover:before, main.next #service .item-list .item-text dl dd a:hover:before, main.next #center .item-list .item-text dl dd a:hover:before {
  transform: translateX(5px);
}
main.next #style-list .item-text .link, main.next #service .item-list .item-text .link, main.next #center .item-list .item-text .link {
  margin-left: auto;
}
main.next #style-anchors, main.next #about .block-anchors .item-anchors, main.next #service .item-anchors {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 20px;
  column-gap: 50px;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #style-anchors li a, main.next #about .block-anchors .item-anchors li a, main.next #service .item-anchors li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  color: #1F1D1D;
  gap: 10px;
}
main.next #style-anchors li a:before, main.next #about .block-anchors .item-anchors li a:before, main.next #service .item-anchors li a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: no-repeat center/auto;
  background-image: url(../img/next/arrow-next_white.svg);
  background-color: #E3D7C0;
  border-radius: 50%;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
main.next #style-anchors li a:hover:before, main.next #about .block-anchors .item-anchors li a:hover:before, main.next #service .item-anchors li a:hover:before {
  top: 5px;
}
main.next #style-anchors:not(:last-child), main.next #about .block-anchors .item-anchors:not(:last-child), main.next #service .item-anchors:not(:last-child) {
  margin-bottom: 60px;
}
main.next #handwork .block-lead:not(:last-child) {
  margin-bottom: 60px;
}
main.next #handwork .block-list .item-list {
  display: grid;
  gap: 40px;
  row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
main.next #handwork .block-list .item-img {
  text-align: center;
  margin-bottom: 25px;
}
main.next #handwork .block-list .item-img img {
  border-radius: 10px;
}
main.next #handwork .block-list .item-text h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #8CBF21;
  line-height: 1.3;
  margin-bottom: 20px;
}
main.next #handwork .block-list .item-text p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
}
main.next #handwork .block-list .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #handwork .block-list .item-text:not(:last-child) {
  margin-bottom: 25px;
}
main.next #handwork .block-list .item-facility {
  background: #FFF;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px;
  border-radius: 10px;
}
main.next #handwork .block-list .item-facility dt {
  background: #FFF1AF;
  padding: 5px 25px;
  border-radius: 20px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
main.next #handwork .block-list .item-facility dd > * {
  line-height: 1.4;
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
}
main.next #handwork .block-list .item-facility dd > *:not(:last-child) {
  margin-bottom: 10px;
}
main.next #handwork .block-list .item-facility dd a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #1F1D1D;
}
main.next #handwork .block-list .item-facility dd a:hover:before {
  transform: translateX(5px);
}
main.next #handwork .block-list .item-facility dd a:before {
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  content: "";
  width: 7px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-yellow.svg);
  transition: all 0.3s ease;
}
main.next #info .block-list {
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #info .block-detail {
  background: #FFF;
  border-radius: 10px;
  padding: 80px 100px;
}
@media screen and (min-width: 701px) and (max-width: 1120px) {
  main.next #info .block-detail {
    padding: 60px;
  }
}
main.next #info .block-detail .item-title {
  padding-bottom: 25px;
  background: url(../img/next/line-yellow.svg) no-repeat left bottom;
  margin-bottom: 40px;
}
main.next #info .block-detail .item-title h1 {
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
main.next #info .block-detail .item-title time {
  color: #9D9D9D;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
}
main.next #info .block-detail .item-text {
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
}
main.next #info .block-detail .item-text:not(:last-child) {
  margin-bottom: 80px;
}
main.next #info .block-detail .item-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next #policy .item-text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: normal;
}
main.next #public .item-text:not(:last-child) {
  margin-bottom: 60px;
}
main.next #public .item-li {
  border-bottom: 1px solid #E1DFDB;
  padding-bottom: 30px;
}
main.next #public .item-li:not(:last-child) {
  margin-bottom: 30px;
}
main.next #public .item-sub {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
main.next #public .item-sub:not(:first-child) {
  margin-top: 30px;
}
main.next #public .item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main.next #public .item-link {
  background: #FFF;
  border-radius: 30px;
  display: flex;
  color: #1F1D1D;
  padding: 10px 30px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
main.next #public .item-link.lg {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}
main.next #public .item-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
main.next #center .item-li {
  padding: 40px;
  background: #FFF;
  border-radius: 10px;
}
main.next #center .item-li:not(:last-child) {
  margin-bottom: 10px;
}
main.next #center-detail .block-lead:not(:last-child) {
  margin-bottom: 80px;
}
main.next #center-detail .block-lead .item-img {
  text-align: center;
}
main.next #center-detail .block-lead .item-img:not(:last-child) {
  margin-bottom: 80px;
}
main.next #center-detail .block-lead .item-img img {
  border-radius: 10px;
}
main.next #center-detail .block-lead .item-text h2 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
main.next #center-detail .block-lead .item-text h2:not(:last-child) {
  margin-bottom: 30px;
}
main.next #center-detail .block-lead .item-text p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main.next #center-detail .block-lead .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #center-detail .block-lead .item-text .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.next #center-detail .block-lead .item-text .tags:not(:first-child) {
  margin-top: 30px;
}
main.next #center-detail .block-lead .item-text:not(:last-child) {
  margin-bottom: 80px;
}
main.next #center-detail .block-features {
  background: #FFF;
  border-radius: 10px;
  padding: 40px;
}
main.next #center-detail .block-features:not(:last-child) {
  margin-bottom: 80px;
}
main.next #center-detail .block-features .item-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
main.next #center-detail .block-features .item-section:not(:last-child) {
  margin-bottom: 40px;
}
main.next #center-detail .block-features .item-hd {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/next/center/line.svg) repeat-x left bottom;
  padding-bottom: 17px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8CBF21;
  gap: 15px;
  line-height: 1.5;
}
main.next #center-detail .block-features .item-hd span:nth-child(1) {
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  background: #8CBF21;
  color: #FFF;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1.1;
}
main.next #center-detail .block-features .item-img img {
  border-radius: 10px;
}
main.next #center-detail .block-features .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 15px;
  font-size: 1rem;
}
main.next #center-detail .block-features .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #center-detail .block-info .item-info {
  display: grid;
  grid-template-columns: max-content 1fr;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #center-detail .block-info .item-info > * {
  padding-bottom: 20px;
  border-bottom: 1px solid #E1DFDB;
  padding-left: 10px;
  padding-right: 10px;
}
main.next #center-detail .block-info .item-info > *:not(:last-of-type) {
  margin-bottom: 20px;
}
main.next #center-detail .block-info .item-info dd p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #center-detail .block-info .item-info dd iframe {
  aspect-ratio: 1.8518518519;
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
main.next #job .item-links {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
main.next #job .item-links:not(:last-child) {
  margin-bottom: 100px;
}
main.next #job .item-links li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  color: #1F1D1D;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
main.next #job .item-links li a:hover {
  text-decoration: none;
  background-color: #8CBF21;
  color: #FFF;
}
main.next #job .item-links li.current a {
  background-color: #8CBF21;
  color: #FFF;
}
main.next #job .item-list {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: max-content 1fr;
}
main.next #job .item-list > * {
  padding: 30px 10px;
  border-bottom: 1px solid #E1DFDB;
}
main.next #job .item-list:not(:last-child) {
  margin-bottom: 40px;
}
main.next #service .item-section {
  background: #FFF;
  padding: 58px 40px;
  border-radius: 10px;
}
main.next #service .item-section:not(:last-child) {
  margin-bottom: 40px;
}
main.next #service .item-list .item-li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.next #service .item-list .item-li:not(:last-child) {
  margin-bottom: 40px;
}
main.next #recruit {
  padding-top: 60px;
  overflow: hidden;
  margin-bottom: -120px;
}
main.next #recruit .block-style-section, main.next #recruit .block-info, main.next #recruit .block-environment, main.next #recruit .block-step, main.next #recruit .block-interview, main.next #recruit .block-spirit, main.next #recruit .block-feature {
  position: relative;
}
main.next #recruit .block-style-section:not(:last-child), main.next #recruit .block-info:not(:last-child), main.next #recruit .block-environment:not(:last-child), main.next #recruit .block-step:not(:last-child), main.next #recruit .block-interview:not(:last-child), main.next #recruit .block-spirit:not(:last-child), main.next #recruit .block-feature:not(:last-child) {
  margin-bottom: 100px;
}
main.next #recruit .block-style-bg p, main.next #recruit .block-info .item-bg p, main.next #recruit .block-environment .item-bg p, main.next #recruit .block-interview .item-bg p, main.next #recruit .block-spirit .item-bg p {
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
main.next #recruit .block-feature .item-list {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #recruit .block-feature .item-li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
main.next #recruit .block-feature .item-li:nth-child(even) {
  flex-direction: row-reverse;
}
main.next #recruit .block-feature .item-img {
  max-width: 55%;
}
main.next #recruit .block-feature .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #recruit .block-feature .item-text h3 {
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
main.next #recruit .block-feature .item-text p {
  font-size: 15px;
  font-size: 1rem;
}
main.next #recruit .block-feature .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #recruit .block-spirit .item-bg p {
  right: -190px;
  top: -118px;
}
main.next #recruit .block-spirit .item-content {
  background: #FFF;
  padding: 40px 80px 50px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
main.next #recruit .block-spirit .item-content h3 {
  color: #8CBF21;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.4;
  margin-bottom: 40px;
}
main.next #recruit .block-spirit .item-content ul {
  column-count: 2;
  column-gap: 10px;
}
main.next #recruit .block-spirit .item-content ul li {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 2.4;
}
main.next #recruit .block-interview .item-bg p {
  left: -130px;
  top: -47px;
}
main.next #recruit .block-interview .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  row-gap: 40px;
}
main.next #recruit .block-interview .item-li {
  margin-left: 40px;
  margin-right: 40px;
  width: calc(33.3333333333% - 80px);
  display: flex;
}
main.next #recruit .block-interview .item-link {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  color: #1F1D1D;
}
main.next #recruit .block-interview .item-link:hover {
  text-decoration: none;
}
main.next #recruit .block-interview .item-link:hover .item-img img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next #recruit .block-interview .item-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}
main.next #recruit .block-interview .item-img img {
  transition: all 0.8s ease;
}
main.next #recruit .block-interview .item-text h3 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #8CBF21;
  line-height: 1.4;
  margin-bottom: 20px;
}
main.next #recruit .block-interview .item-text .name {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: 500;
}
main.next #recruit .block-interview .item-text .name:not(:last-child) {
  margin-bottom: 25px;
}
main.next #recruit .block-interview .item-text .affiliation {
  display: -moz-inline-box;
  display: inline-block;
  background: #FFF;
  padding: 6px 20px;
  border-radius: 30px;
}
main.next #recruit .block-interview .item-pop {
  display: none;
}
main.next #recruit .block-step .item-img {
  text-align: center;
  margin-bottom: 60px;
}
main.next #recruit .block-step .item-list {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #recruit .block-step .item-list dt {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-bottom: 15px;
}
main.next #recruit .block-step .item-list dd {
  border-bottom: 1px solid #E1DFDB;
  padding-bottom: 30px;
}
main.next #recruit .block-step .item-list dd p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #recruit .block-step .item-list dd:not(:last-child) {
  margin-bottom: 30px;
}
main.next #recruit .block-environment .item-bg p {
  right: -261px;
  top: -283px;
}
main.next #recruit .block-environment .item-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
main.next #recruit .block-environment .item-li {
  width: calc((100% - 20px * 2) / 3);
  background: #F4F0E9;
  padding: 50px 30px 30px;
  border-radius: 10px;
  box-sizing: border-box;
}
main.next #recruit .block-environment .item-img {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next #recruit .block-environment .item-text h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #8CBF21;
  margin-bottom: 20px;
  line-height: 1.5;
}
main.next #recruit .block-environment .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #recruit .block-info .item-bg p {
  left: -121px;
  top: -244px;
}
main.next #recruit .block-info .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main.next #recruit .block-info .item-list:not(:last-child) {
  margin-bottom: 40px;
}
main.next #recruit .block-info .item-list li {
  width: calc((100% - 20px * 1) / 2);
  border-radius: 10px;
  background: #FFF;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  text-align: center;
}
main.next #recruit .block-info .item-list li h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.4;
  margin-bottom: 20px;
}
main.next #recruit .block-info .item-list li p:not(:last-child) {
  margin-bottom: 30px;
}
main.next #recruit .block-info .item-list li .btn {
  margin: auto auto 0;
}
main.next #recruit .block-info .item-logo {
  text-align: center;
}
main.next #recruit .block-entry {
  position: relative;
  height: 440px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next #recruit .block-entry .item-bg {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
main.next #recruit .block-entry .item-bg img {
  width: 100%;
  height: 110%;
  object-fit: cover;
}
main.next #recruit .block-entry .item-text {
  position: relative;
}
main.next #contact .item-form, main.next #entry .item-form {
  background: #E5EDCA;
  padding: 80px;
}
main.next #contact .item-list, main.next #entry .item-list {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 20px;
  column-gap: 15px;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.next #contact .item-list:not(:last-child), main.next #entry .item-list:not(:last-child) {
  margin-bottom: 60px;
}
main.next #contact .item-list dt, main.next #entry .item-list dt {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 15px;
}
main.next #contact .item-list dt.required, main.next #entry .item-list dt.required {
  gap: 25px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.next #contact .item-list dt.required:after, main.next #entry .item-list dt.required:after {
  content: "必須";
  background: #8CBF21;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 500;
  padding: 4px 16px;
  line-height: 1.3;
  border-radius: 30px;
}
main.next #contact .item-text, main.next #entry .item-text {
  text-align: center;
}
main.next #contact .item-text p:not(:last-child), main.next #entry .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #contact .item-text:not(:last-child), main.next #entry .item-text:not(:last-child) {
  margin-bottom: 50px;
}
main.next #contact [class*=confirm] .item-list, main.next #entry [class*=confirm] .item-list {
  row-gap: 25px;
  column-gap: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
main.next #contact [class*=confirm] .item-list > *, main.next #entry [class*=confirm] .item-list > * {
  border-bottom: 1px solid #FFF;
  padding-bottom: 25px;
}
main.next #contact [class*=confirm] .item-list dt, main.next #entry [class*=confirm] .item-list dt {
  padding-top: 0;
}
main.next #contact [class*=confirm] .item-list dd, main.next #entry [class*=confirm] .item-list dd {
  padding-left: 25px;
}
main.next #contact [class*=confirm] .item-list dd .select:after, main.next #entry [class*=confirm] .item-list dd .select:after {
  display: none;
}
main.next #entry .item-form {
  background: #F6EFD0;
}
main.next #entry .item-list dt.required:after {
  background-color: #FBD000;
  color: #1F1D1D;
}
main.next #about {
  overflow: hidden;
}
main.next #about .block-anchors:not(:last-child) {
  margin-bottom: 60px;
}
main.next #about .block-margin:not(:last-child), main.next #about .block-pub:not(:last-child), main.next #about .block-history:not(:last-child), main.next #about .block-info:not(:last-child), main.next #about .block-message:not(:last-child), main.next #about .block-important:not(:last-child), main.next #about .block-lead:not(:last-child) {
  margin-bottom: 100px;
}
main.next #about .block-lead {
  position: relative;
}
main.next #about .block-lead .item-bg p {
  position: absolute;
}
main.next #about .block-lead .item-bg p:nth-child(1) {
  right: -39px;
  top: 45%;
}
main.next #about .block-lead .item-bg p:nth-child(2) {
  left: -360px;
  bottom: -148px;
}
main.next #about .block-lead .item-video {
  position: relative;
}
main.next #about .block-lead .item-video video {
  max-width: 100%;
}
main.next #about .block-lead .item-video:not(:last-child) {
  margin-bottom: 100px;
}
main.next #about .block-lead .item-video a {
  display: block;
}
main.next #about .block-lead .item-video a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/next/about/lead/arrow-play.svg) no-repeat center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  main.next #about .block-lead .item-video a:after {
    background-size: 60px auto;
  }
}
main.next #about .block-lead .item-video a:hover:after {
  opacity: 0.7;
}
main.next #about .block-lead .item-list {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr;
}
main.next #about .block-lead .item-list > * {
  border-bottom: 1px solid #E1DFDB;
  padding-bottom: 60px;
}
main.next #about .block-lead .item-list > *:not(:last-of-type) {
  margin-bottom: 60px;
}
main.next #about .block-lead .item-list > dt {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Palette Mosaic", system-ui;
  font-weight: 400;
  color: #8CBF21;
  font-size: 80px;
  font-size: 5.3333333333rem;
  line-height: 1;
  padding-right: 80px;
}
main.next #about .block-lead .item-list > dd {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main.next #about .block-lead .item-list > dd h3 {
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
main.next #about .block-lead .item-list > dd p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #about .block-lead .item-list > dd dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  column-gap: 55px;
}
main.next #about .block-lead .item-list > dd dl dt {
  color: #8CBF21;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
}
main.next #about .block-important {
  position: relative;
}
main.next #about .block-important .item-bg p {
  position: absolute;
  z-index: 2;
}
main.next #about .block-important .item-bg p:nth-child(1) {
  right: -75px;
  top: 30%;
}
main.next #about .block-important .item-bg p:nth-child(2) {
  left: -85px;
  bottom: 18%;
}
main.next #about .block-important .item-list li {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
main.next #about .block-important .item-list li .bg {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
main.next #about .block-important .item-list li .bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
main.next #about .block-important .item-list li .text {
  position: relative;
  background-color: #FFF;
  z-index: 3;
  width: 740px;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
  max-width: 80%;
}
main.next #about .block-important .item-list li .text h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
main.next #about .block-important .item-list li:nth-child(odd) .text {
  margin-left: auto;
}
main.next #about .block-important .item-list li:nth-child(even) .text {
  margin-right: auto;
}
main.next #about .block-message {
  position: relative;
}
main.next #about .block-message .item-bg p {
  pointer-events: none;
  position: absolute;
  right: -217px;
  bottom: -124px;
}
main.next #about .block-message .item-content {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
  column-gap: 40px;
}
main.next #about .block-message .item-content h2 {
  width: 100%;
}
main.next #about .block-message .item-img img {
  border-radius: 10px;
}
main.next #about .block-message .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #about .block-message .item-text p:not(:last-child) {
  margin-bottom: 25px;
}
main.next #about .block-info {
  position: relative;
}
main.next #about .block-info .item-info {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: max-content 1fr;
}
main.next #about .block-info .item-info > * {
  border-bottom: 1px solid #E1DFDB;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
main.next #about .block-info .item-info > *:not(:last-of-type) {
  margin-bottom: 20px;
}
main.next #about .block-info .item-info dt {
  padding-right: 40px;
}
main.next #about .block-history {
  position: relative;
}
main.next #about .block-history .item-bg p {
  pointer-events: none;
  position: absolute;
}
main.next #about .block-history .item-bg p:nth-child(1) {
  left: -212px;
  top: 20%;
}
main.next #about .block-history .item-bg p:nth-child(2) {
  right: -90px;
  bottom: 16px;
}
main.next #about .block-history .item-text {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
main.next #about .block-history .item-text:not(:last-child) {
  margin-bottom: 60px;
}
main.next #about .block-history .item-list {
  position: relative;
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #about .block-history .item-list li {
  display: grid;
  grid-template-columns: 144px 1fr;
}
main.next #about .block-history .item-list li > * {
  padding-top: 18px;
  padding-bottom: 18px;
}
main.next #about .block-history .item-list li time {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 40px;
  border-right: 1px solid #E1DFDB;
  position: relative;
}
main.next #about .block-history .item-list li time:after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  width: 10px;
  height: 10px;
  right: -5px;
  background: #E1DFDB;
  border-radius: 50%;
}
main.next #about .block-history .item-list li > div {
  padding-left: 40px;
}
main.next #about .block-pub {
  position: relative;
}
main.next #about .block-pub .item-text {
  text-align: center;
}
main.next #about .block-pub .item-text:not(:last-child) {
  margin-bottom: 60px;
}
main.next .wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
  gap: 10px;
}
main.next .wp-pagenavi > * {
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1F1D1D;
  border-radius: 50%;
}
main.next .wp-pagenavi .current {
  background-color: #8CBF21;
  color: #FFF;
  border: none;
}
main.next .wp-pagenavi [class=next], main.next .wp-pagenavi [class=prev], main.next .wp-pagenavi [rel=prev], main.next .wp-pagenavi [rel=next] {
  font-size: 0;
  box-sizing: border-box;
  background: #FFF url(../img/next/arrow-next.svg) no-repeat center;
  border: 1px solid #8CBF21;
  transition: all 0.3s ease;
}
main.next .wp-pagenavi [class=next]:hover, main.next .wp-pagenavi [class=prev]:hover, main.next .wp-pagenavi [rel=prev]:hover, main.next .wp-pagenavi [rel=next]:hover {
  background-color: #8CBF21;
  background-image: url(../img/next/arrow-next_white.svg);
}
main.next .wp-pagenavi [class=prev], main.next .wp-pagenavi [rel=prev] {
  transform: rotateY(180deg);
  transform-origin: center center;
  margin-right: 10px;
}
main.next .wp-pagenavi [class=next], main.next .wp-pagenavi [rel=next] {
  margin-left: 10px;
}

.popup {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 60px;
  box-sizing: border-box;
  background: #FFF;
}
.popup .mfp-close {
  opacity: 0;
  visibility: hidden;
}
.popup .item-title {
  color: #8CBF21;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
}
.popup .item-img {
  text-align: center;
  margin-bottom: 25px;
}
.popup .item-img img {
  border-radius: 10px;
}
.popup .item-name {
  text-align: center;
}
.popup .item-name:not(:last-child) {
  margin-bottom: 40px;
}
.popup .item-name p {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
}
.popup .item-name p:not(:last-child) {
  margin-bottom: 10px;
}
.popup .item-name span {
  background: #FFF1AF;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 20px;
}
.popup .item-text {
  font-size: 15px;
  font-size: 1rem;
}
.popup .item-text:not(:last-child) {
  margin-bottom: 40px;
}
.popup .item-close {
  width: 160px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #E1DFDB;
  border-radius: 30px;
  gap: 15px;
  cursor: pointer;
}
.popup .item-close:before {
  content: "";
  width: 10px;
  height: 10px;
  background: no-repeat center/auto;
  background-image: url(../img/next/recruit/interview/icon-close.svg);
}

.mfp-bg {
  background: rgba(31, 29, 29, 0.5);
}

@media screen and (min-width: 701px) and (max-width: 1120px) {
  main.next #style-list .item-li, main.next #service .item-list .item-li, main.next #center .item-list .item-li {
    gap: 25px;
    grid-template-columns: 35% 1fr;
  }
  main.next #style-list .item-text h3, main.next #service .item-list .item-text h3, main.next #center .item-list .item-text h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  main.next #style-list .item-text dl, main.next #service .item-list .item-text dl, main.next #center .item-list .item-text dl {
    margin-top: 20px;
  }
  main.next #style-list .item-text dl dd, main.next #service .item-list .item-text dl dd, main.next #center .item-list .item-text dl dd {
    grid-template-rows: repeat(4, auto);
  }
  main.next #style-anchors, main.next #about .block-anchors .item-anchors, main.next #service .item-anchors {
    column-gap: 30px;
  }
  main.next #style-anchors:not(:last-child), main.next #about .block-anchors .item-anchors:not(:last-child), main.next #service .item-anchors:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #handwork .block-list .item-list {
    gap: 30px;
    row-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 701px) and (max-width: 1120px) and (max-width: 800px) {
  main.next #handwork .block-list .item-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 701px) and (max-width: 1120px) {
  main.next #handwork .block-list .item-img {
    margin-bottom: 15px;
  }
  main.next #handwork .block-list .item-text h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  main.next #handwork .block-list .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #handwork .block-list .item-facility {
    padding: 15px;
  }
  main.next #handwork .block-list .item-facility dt {
    padding: 5px 20px;
    margin-bottom: 10px;
  }
  main.next #center .item-li {
    padding: 25px;
  }
  main.next #job .item-list > * {
    padding: 20px 0;
  }
  main.next #job .item-list dt {
    padding-right: 20px;
  }
  main.next #service .item-section {
    padding: 40px 40px;
  }
  main.next #service .item-list .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #recruit .block-style-section:not(:last-child), main.next #recruit .block-info:not(:last-child), main.next #recruit .block-spirit:not(:last-child), main.next #recruit .block-feature:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next #recruit .block-feature .item-li {
    gap: 40px;
  }
  main.next #recruit .block-feature .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #recruit .block-feature .item-img {
    max-width: 55%;
  }
  main.next #recruit .block-feature .item-text h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  main.next #recruit .block-spirit .item-bg p {
    max-width: 30%;
    right: -10%;
    top: -10%;
  }
  main.next #recruit .block-spirit .item-content {
    padding: 30px 50px 40px;
  }
  main.next #recruit .block-spirit .item-content h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
    margin-bottom: 30px;
  }
  main.next #recruit .block-spirit .item-content ul li {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #recruit .block-interview .item-bg p {
    max-width: 30%;
    left: -10%;
    top: -4%;
  }
  main.next #recruit .block-interview .item-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next #recruit .block-interview .item-li {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(33.3333333333% - 40px);
    display: flex;
  }
  main.next #recruit .block-interview .item-img {
    margin-bottom: 15px;
  }
  main.next #recruit .block-interview .item-text h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  main.next #recruit .block-interview .item-text .name {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #recruit .block-interview .item-text .name:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #recruit .block-environment .item-bg p {
    max-width: 40%;
    right: -20%;
    top: -15%;
  }
  main.next #recruit .block-environment .item-list {
    gap: 15px;
  }
  main.next #recruit .block-environment .item-li {
    width: calc((100% - 15px * 2) / 3);
    padding: 30px 20px 20px;
  }
  main.next #recruit .block-environment .item-img {
    margin-bottom: 30px;
  }
  main.next #recruit .block-environment .item-text h3 {
    font-size: 19px;
    font-size: 1.2666666667rem;
  }
  main.next #recruit .block-info .item-bg p {
    max-width: 30%;
    left: -10%;
    top: -15%;
  }
  main.next #recruit .block-info .item-list:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #recruit .block-info .item-list li {
    padding: 25px;
  }
  main.next #recruit .block-info .item-list li h3 {
    font-size: 21px;
    font-size: 1.4rem;
  }
  main.next #recruit .block-entry {
    height: auto;
    aspect-ratio: 2;
  }
  main.next #contact .item-form {
    padding: 60px;
  }
  main.next #center-detail .block-features .item-hd {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  main.next #center-detail .block-features .item-hd span:nth-child(1) {
    font-size: 19px;
    font-size: 1.2666666667rem;
  }
  main.next #center-detail .block-features .item-img {
    width: 45%;
  }
  main.next #about .block-anchors:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #about .block-margin:not(:last-child), main.next #about .block-info:not(:last-child), main.next #about .block-history:not(:last-child), main.next #about .block-message:not(:last-child), main.next #about .block-important:not(:last-child), main.next #about .block-lead:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next #about .block-lead .item-bg p:nth-child(1) {
    right: -39px;
    top: 45%;
  }
  main.next #about .block-lead .item-bg p:nth-child(2) {
    max-width: 40%;
    left: -15%;
    bottom: -4%;
  }
  main.next #about .block-lead .item-video:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next #about .block-lead .item-list > * {
    padding-bottom: 50px;
  }
  main.next #about .block-lead .item-list > *:not(:last-of-type) {
    margin-bottom: 50px;
  }
  main.next #about .block-lead .item-list > dt {
    font-size: 70px;
    font-size: 4.6666666667rem;
    padding-right: 40px;
  }
  main.next #about .block-important {
    position: relative;
  }
  main.next #about .block-important .item-list li .text {
    padding: 30px 40px;
    max-width: 60%;
  }
  main.next #about .block-important .item-list li .text h3 {
    font-size: 21px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.next #about .block-message .item-content {
    padding: 50px;
    column-gap: 30px;
  }
  main.next #about .block-message .item-img {
    max-width: 30%;
  }
  main.next #about .block-history .item-bg p:nth-child(1) {
    left: -10%;
    max-width: 40%;
  }
  main.next #about .block-history .item-bg p:nth-child(2) {
    right: -5%;
    max-width: 25%;
    bottom: 16px;
  }
  main.next #about .block-history .item-text:not(:last-child) {
    margin-bottom: 50px;
  }
  .popup {
    padding: 45px;
  }
  .popup .item-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  main.next {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  main.next #style-list .item-li, main.next #service .item-list .item-li, main.next #center .item-list .item-li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  main.next #style-list .item-text h3, main.next #service .item-list .item-text h3, main.next #center .item-list .item-text h3 {
    font-size: 17px;
    font-size: 1.1333333333rem;
    margin-bottom: 10px;
  }
  main.next #style-list .item-text p, main.next #service .item-list .item-text p, main.next #center .item-list .item-text p {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #style-list .item-text dl, main.next #service .item-list .item-text dl, main.next #center .item-list .item-text dl {
    margin-top: 15px;
  }
  main.next #style-list .item-text dl dt, main.next #service .item-list .item-text dl dt, main.next #center .item-list .item-text dl dt {
    padding: 5px 15px;
    font-size: 14px;
    font-size: 0.9333333333rem;
    margin-bottom: 10px;
  }
  main.next #style-list .item-text dl dd, main.next #service .item-list .item-text dl dd, main.next #center .item-list .item-text dl dd {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
  main.next #style-list .item-text dl dd > *, main.next #service .item-list .item-text dl dd > *, main.next #center .item-list .item-text dl dd > * {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #style-anchors, main.next #about .block-anchors .item-anchors, main.next #service .item-anchors {
    row-gap: 10px;
    column-gap: 20px;
  }
  main.next #style-anchors li a, main.next #about .block-anchors .item-anchors li a, main.next #service .item-anchors li a {
    gap: 6px;
  }
  main.next #style-anchors li a:before, main.next #about .block-anchors .item-anchors li a:before, main.next #service .item-anchors li a:before {
    width: 24px;
    height: 24px;
  }
  main.next #style-anchors:not(:last-child), main.next #about .block-anchors .item-anchors:not(:last-child), main.next #service .item-anchors:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #handwork .block-lead:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #handwork .block-list .item-list {
    gap: 15px;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  main.next #handwork .block-list .item-img {
    margin-bottom: 12px;
  }
  main.next #handwork .block-list .item-text h3 {
    font-size: 17px;
    font-size: 1.1333333333rem;
    margin-bottom: 10px;
  }
  main.next #handwork .block-list .item-text p {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #handwork .block-list .item-text p:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next #handwork .block-list .item-text:not(:last-child) {
    margin-bottom: 12px;
  }
  main.next #handwork .block-list .item-facility {
    padding: 10px;
  }
  main.next #handwork .block-list .item-facility dt {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  main.next #handwork .block-list .item-facility dd > * {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #handwork .block-list .item-facility dd > *:not(:last-child) {
    margin-bottom: 6px;
  }
  main.next #info .block-detail {
    padding: 20px 20px 40px;
  }
  main.next #info .block-detail .item-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main.next #info .block-detail .item-title h1 {
    font-size: 21px;
    font-size: 1.4rem;
  }
  main.next #info .block-detail .item-title time {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next #info .block-detail .item-text {
    font-size: 15px;
    font-size: 1rem;
    font-weight: normal;
  }
  main.next #info .block-detail .item-text:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #info .block-detail .item-btn {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.next #public .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #public .item-li {
    padding-bottom: 20px;
  }
  main.next #public .item-li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #public .item-hd {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #public .item-sub {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-bottom: 10px;
  }
  main.next #public .item-sub:not(:first-child) {
    margin-top: 25px;
  }
  main.next #public .item-links {
    gap: 5px;
  }
  main.next #public .item-link {
    padding: 5px 10px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #public .item-link.lg {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #center .item-li {
    padding: 20px;
  }
  main.next #center .item-li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #job .item-links {
    gap: 10px;
  }
  main.next #job .item-links:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #job .item-links li a {
    padding: 6px 20px;
  }
  main.next #job .item-list {
    grid-template-columns: 1fr;
  }
  main.next #job .item-list > * {
    padding: 15px 10px;
  }
  main.next #job .item-list dt {
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 0;
  }
  main.next #job .item-list dd {
    padding-top: 10px;
  }
  main.next #job .item-list:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next #service .item-section {
    padding: 20px;
    border-radius: 10px;
  }
  main.next #service .item-section:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #service .item-list .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #recruit {
    padding-top: 20px;
    margin-bottom: -80px;
  }
  main.next #recruit .block-style-section:not(:last-child), main.next #recruit .block-info:not(:last-child), main.next #recruit .block-environment:not(:last-child), main.next #recruit .block-step:not(:last-child), main.next #recruit .block-interview:not(:last-child), main.next #recruit .block-spirit:not(:last-child), main.next #recruit .block-feature:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next #recruit .block-feature .item-li {
    -webkit-box-orient: vertical;
    flex-direction: column;
    gap: 15px;
  }
  main.next #recruit .block-feature .item-li:nth-child(even) {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main.next #recruit .block-feature .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #recruit .block-feature .item-img {
    max-width: 100%;
  }
  main.next #recruit .block-feature .item-text {
    width: auto;
  }
  main.next #recruit .block-feature .item-text h3 {
    font-size: 21px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  main.next #recruit .block-spirit .item-bg p {
    max-width: 30%;
    right: -10%;
    top: -10%;
  }
  main.next #recruit .block-spirit .item-content {
    padding: 20px 20px 20px;
  }
  main.next #recruit .block-spirit .item-content h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 20px;
  }
  main.next #recruit .block-spirit .item-content ul {
    column-count: 1;
    column-gap: 10px;
  }
  main.next #recruit .block-spirit .item-content ul li {
    font-size: min(3.8vw, 18px);
    font-size: min(3.8vw, 1.2rem);
    line-height: 2;
  }
  main.next #recruit .block-interview .item-bg p {
    max-width: 30%;
    left: -10%;
    top: -4%;
  }
  main.next #recruit .block-interview .item-list {
    margin-left: 0;
    margin-right: 0;
    row-gap: 25px;
  }
  main.next #recruit .block-interview .item-li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  main.next #recruit .block-interview .item-link {
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.next #recruit .block-interview .item-img {
    width: 150px;
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 20px;
  }
  main.next #recruit .block-interview .item-text h3 {
    font-size: 17px;
    font-size: 1.1333333333rem;
    margin-bottom: 10px;
  }
  main.next #recruit .block-interview .item-text .name {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #recruit .block-interview .item-text .name:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #recruit .block-interview .item-text .affiliation {
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding: 6px 15px;
  }
  main.next #recruit .block-step .item-img {
    margin-bottom: 30px;
  }
  main.next #recruit .block-step .item-list dt {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #recruit .block-step .item-list dd {
    padding-bottom: 20px;
  }
  main.next #recruit .block-step .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #recruit .block-environment .item-bg p {
    max-width: 35%;
    right: -20%;
    top: -6%;
  }
  main.next #recruit .block-environment .item-list {
    gap: 10px;
  }
  main.next #recruit .block-environment .item-li {
    padding: 15px;
    width: calc((100% - 10px * 1) / 2);
  }
  main.next #recruit .block-environment .item-img {
    margin-bottom: 15px;
  }
  main.next #recruit .block-environment .item-img img {
    height: 35px;
    width: auto;
  }
  main.next #recruit .block-environment .item-text h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  main.next #recruit .block-environment .item-text p {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #recruit .block-info .item-bg p {
    max-width: 30%;
    left: -10%;
    top: -15%;
  }
  main.next #recruit .block-info .item-list {
    gap: 10px;
  }
  main.next #recruit .block-info .item-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #recruit .block-info .item-list li {
    width: calc((100% - 10px * 0) / 1);
    padding: 20px;
  }
  main.next #recruit .block-info .item-list li h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 10px;
  }
  main.next #recruit .block-info .item-list li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #recruit .block-entry {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next #recruit .block-entry .item-bg img {
    height: 120%;
  }
  main.next #contact .item-form {
    padding: 20px;
  }
  main.next #contact .item-list {
    width: 880px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    row-gap: 0px;
    column-gap: 15px;
    grid-template-columns: 1fr;
  }
  main.next #contact .item-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #contact .item-list dt {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 10px;
  }
  main.next #contact .item-list dt.required {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  main.next #contact .item-list dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #contact .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #contact [class*=confirm] .item-list {
    row-gap: 0;
    column-gap: 0;
  }
  main.next #contact [class*=confirm] .item-list > * {
    padding-bottom: 0;
  }
  main.next #contact [class*=confirm] .item-list dt {
    font-weight: bold;
    padding-top: 0;
    border-bottom: none;
    margin-bottom: 5px;
  }
  main.next #contact [class*=confirm] .item-list dd {
    padding-left: 0;
    padding-bottom: 20px;
  }
  main.next #contact [class*=confirm] .item-list dd .select:after {
    display: none;
  }
  main.next .wp-pagenavi {
    font-size: 14px;
    font-size: 0.9333333333rem;
    gap: 5px;
  }
  main.next .wp-pagenavi > * {
    width: 36px;
    height: 36px;
  }
  main.next .wp-pagenavi [class=prev], main.next .wp-pagenavi [rel=prev] {
    margin-right: 5px;
  }
  main.next .wp-pagenavi [class=next], main.next .wp-pagenavi [rel=next] {
    margin-left: 5px;
  }
  main.next #center-detail .block-lead:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #center-detail .block-lead .item-img:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #center-detail .block-lead .item-text h2 {
    font-size: 21px;
    font-size: 1.4rem;
  }
  main.next #center-detail .block-lead .item-text h2:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #center-detail .block-lead .item-text .tags:not(:first-child) {
    margin-top: 20px;
  }
  main.next #center-detail .block-lead .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #center-detail .block-features {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  main.next #center-detail .block-features:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #center-detail .block-features .item-section {
    column-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.next #center-detail .block-features .item-section:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #center-detail .block-features .item-hd {
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-size: 21px;
    font-size: 1.4rem;
    gap: 10px;
  }
  main.next #center-detail .block-features .item-hd span:nth-child(1) {
    padding: 10px;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #center-detail .block-features .item-img {
    margin-bottom: 15px;
  }
  main.next #center-detail .block-features .item-text {
    width: 100%;
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #center-detail .block-info .item-info {
    grid-template-columns: 1fr;
  }
  main.next #center-detail .block-info .item-info > * {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #center-detail .block-info .item-info > *:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main.next #center-detail .block-info .item-info dt {
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  main.next #center-detail .block-info .item-info dd {
    padding-bottom: 15px;
    padding-top: 0;
  }
  main.next #center-detail .block-info .item-info dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
  main.next #center-detail .block-info .item-info dd p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #center-detail .block-info .item-info dd iframe {
    aspect-ratio: 1.8518518519;
    border-radius: 10px;
    height: auto;
    max-width: 100%;
  }
  main.next #about .block-anchors:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #about .block-margin:not(:last-child), main.next #about .block-pub:not(:last-child), main.next #about .block-history:not(:last-child), main.next #about .block-info:not(:last-child), main.next #about .block-message:not(:last-child), main.next #about .block-important:not(:last-child), main.next #about .block-lead:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #about .block-lead .item-bg p:nth-child(1) {
    max-width: 30%;
    right: -20px;
    top: 45%;
  }
  main.next #about .block-lead .item-bg p:nth-child(2) {
    max-width: 45%;
    left: -5%;
    bottom: -4%;
  }
  main.next #about .block-lead .item-video:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #about .block-lead .item-list {
    grid-template-columns: 1fr;
  }
  main.next #about .block-lead .item-list > * {
    padding-bottom: 20px;
  }
  main.next #about .block-lead .item-list > *:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main.next #about .block-lead .item-list > dt {
    font-size: 50px;
    font-size: 3.3333333333rem;
    padding-right: 0px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  main.next #about .block-lead .item-list > dt:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main.next #about .block-lead .item-list > dd h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 15px;
  }
  main.next #about .block-lead .item-list > dd dl {
    row-gap: 20px;
    column-gap: 20px;
  }
  main.next #about .block-lead .item-list > dd dl dt {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next #about .block-important .item-bg p:nth-child(1) {
    right: -30px;
    max-width: 25%;
    top: 30%;
  }
  main.next #about .block-important .item-bg p:nth-child(2) {
    left: -5%;
    max-width: 30%;
    bottom: 18%;
  }
  main.next #about .block-important .item-list li {
    position: relative;
    padding-top: 150px;
    padding-bottom: 30px;
  }
  main.next #about .block-important .item-list li .bg {
    height: 50%;
  }
  main.next #about .block-important .item-list li .text {
    width: auto;
    padding: 20px;
    max-width: 100%;
  }
  main.next #about .block-important .item-list li .text h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 15px;
  }
  main.next #about .block-message .item-bg p {
    max-width: 30%;
    right: -10%;
    bottom: -5%;
  }
  main.next #about .block-message .item-content {
    padding: 20px;
    column-gap: 0px;
  }
  main.next #about .block-message .item-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  main.next #about .block-message .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #about .block-info .item-info {
    grid-template-columns: 1fr;
  }
  main.next #about .block-info .item-info > * {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  main.next #about .block-info .item-info > *:not(:last-of-type) {
    margin-bottom: 15px;
  }
  main.next #about .block-info .item-info dt {
    padding-right: 0;
    border-bottom: none;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 10px;
  }
  main.next #about .block-info .item-info dt:not(:last-of-type) {
    margin-bottom: 0;
  }
  main.next #about .block-history .item-bg p:nth-child(1) {
    left: -10%;
    max-width: 40%;
    top: 20%;
  }
  main.next #about .block-history .item-bg p:nth-child(2) {
    max-width: 30%;
    right: -3%;
    bottom: 1%;
  }
  main.next #about .block-history .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #about .block-history .item-list {
    position: relative;
    width: 840px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next #about .block-history .item-list li {
    grid-template-columns: 1fr;
    border-left: 1px solid #E1DFDB;
    padding-left: 20px;
  }
  main.next #about .block-history .item-list li > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main.next #about .block-history .item-list li time {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1em;
    padding-right: 0;
    border-right: none;
    padding-bottom: 10px;
    font-weight: bold;
  }
  main.next #about .block-history .item-list li time:after {
    right: initial;
    left: -25px;
    top: 24px;
  }
  main.next #about .block-history .item-list li > div {
    padding-top: 0;
    padding-left: 0;
  }
  main.next #about .block-pub .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  .popup {
    padding: 20px;
  }
  .popup .item-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 20px;
  }
  .popup .item-img {
    margin-bottom: 20px;
  }
  .popup .item-name:not(:last-child) {
    margin-bottom: 30px;
  }
  .popup .item-name p {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .popup .item-name span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  .popup .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  .popup .item-close {
    width: 160px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid #E1DFDB;
    border-radius: 30px;
    gap: 15px;
    cursor: pointer;
  }
  .popup .item-close:before {
    content: "";
    width: 10px;
    height: 10px;
    background: no-repeat center/auto;
    background-image: url(../img/next/recruit/interview/icon-close.svg);
  }
}
