@charset "UTF-8";
.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  line-height: 2;
  background-color: #FBF5E6;
  font-family: "Noto Sans JP", -apple-sysytem, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.5rem;
  }
}

#recruit {
  background-color: #fff;
}

#recruit-body {
  background-color: #fff;
  position: relative;
}
#recruit-body::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 72.9166%;
  height: 36.458vw;
  background-color: #EE87B3;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  #recruit-body::before {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #recruit-body::before {
    content: none;
  }
}

main {
  position: relative;
  z-index: 2;
}

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

h2 {
  font-size: 24px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 1270px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 18px;
    line-height: 2rem;
  }
}

*::before {
  border-style: none;
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 0;
  }
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px;
}

.slider {
  max-width: 1500px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .slider {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .slider {
    width: 100%;
  }
}
.slider .slider-items {
  border-radius: 0 150px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 875px;
}
@media screen and (max-width: 1270px) {
  .slider .slider-items {
    height: 80vh;
    max-height: 1080px;
  }
}
@media screen and (max-width: 480px) {
  .slider .slider-items {
    height: 100vh;
    border-radius: 0;
  }
}
.slider .slider-items.main-visual1 {
  background-image: url(../img/main01.jpg);
}
.slider .slider-items.main-visual2 {
  background-image: url(../img/top_main2.jpeg);
}

.cartjs_box {
  padding: 0 !important;
}

.cartjs_product_table table {
  width: 100% !important;
  margin: 0 !important;
  font-family: "Noto Sans JP", -apple-sysytem, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif !important;
}
.cartjs_product_table table th {
  width: 50px;
}
.cartjs_product_table table td {
  padding-left: 16px !important;
}
.cartjs_product_table table td input {
  border: solid 1px #707070 !important;
  text-align: center;
  border-radius: 10px !important;
  width: 100% !important;
  max-width: 150px !important;
}
@media screen and (max-width: 480px) {
  .cartjs_product_table table td input {
    width: 75px !important;
  }
}

.cartjs_cart_in {
  text-align: left !important;
}
.cartjs_cart_in input {
  margin-bottom: 0 !important;
  background-color: #EE87B3 !important;
  border-radius: 25px !important;
  width: 100% !important;
  height: 55px !important;
  max-width: 300px;
  position: relative;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.1s linear;
}
.cartjs_cart_in input:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}

@font-face {
  font-family: "syunka";
  src: url(https://educo-care.com/wp-content/themes/educo/fonts/syunka.woff) format("woff");
}
.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

.page-header {
  position: relative;
}
.page-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 350px;
  height: 350px;
}
@media screen and (max-width: 1270px) {
  .page-header .logo {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .page-header .logo {
    width: 220px;
    height: 220px;
  }
}
.page-header .logo .circle {
  width: 100%;
  height: 100%;
}
.page-header .logo .circle .circle-pink {
  position: absolute;
  left: -100px;
  bottom: 100px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: hsla(334, 75%, 73%, 0.7);
}
.page-header .logo span {
  position: absolute;
  top: 60px;
  z-index: 3;
  left: 65px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .page-header .logo span {
    width: 70px;
    top: 50px;
    left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-header .logo span {
    width: 50px;
    top: 25px;
    left: 22px;
  }
}
.page-header .flex {
  display: flex;
  justify-content: flex-end;
}
.page-header .flex .sns {
  mix-blend-mode: difference;
  position: fixed;
  top: 60px;
  right: 90px;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  .page-header .flex .sns {
    top: 38px;
  }
}
.page-header .flex .sns .sns-icon {
  width: 36px;
  margin: 0 8px;
}
.page-header .flex .toggle.active .toggle-line span {
  transition: all 0.4s;
}
.page-header .flex .toggle.active .toggle-line span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.page-header .flex .toggle.active .toggle-line span:nth-of-type(2) {
  opacity: 0;
}
.page-header .flex .toggle.active .toggle-line span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.page-header .flex .toggle-line {
  position: fixed;
  width: 32px;
  height: 24px;
  right: 33px;
  top: 62px;
  margin: 0 auto;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .page-header .flex .toggle-line {
    top: 42px;
  }
}
.page-header .flex .toggle-line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
}
.page-header .flex .toggle-line span:nth-of-type(1) {
  top: 0;
  background-color: #EE87B3;
  transition: all 0.5s;
}
.page-header .flex .toggle-line span:nth-of-type(2) {
  top: 10px;
  background-color: #FFA000;
  transition: all 0.5s;
}
.page-header .flex .toggle-line span:nth-of-type(3) {
  bottom: 0;
  background-color: #00B3C4;
  transition: all 0.5s;
}
.page-header .flex .toggle-bg {
  content: "";
  width: 58px;
  height: 58px;
  right: 20px;
  top: 45px;
  position: fixed;
  border-radius: 50%;
  transform: scale(1);
  background-color: #fff;
  z-index: 998;
}
@media screen and (max-width: 480px) {
  .page-header .flex .toggle-bg {
    top: 25px;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

#drawer {
  display: none;
  position: relative;
}
#drawer.draweractive {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive {
    overflow-y: scroll;
  }
}
#drawer.draweractive .drawer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap {
    height: auto;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner {
  width: 100%;
  max-width: 1100px;
  padding-left: 9.375vw;
}
@media screen and (max-width: 1270px) {
  #drawer.draweractive .drawer-wrap .drawer-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner {
    padding: 100px 16px 0;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list {
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list {
    align-items: flex-start;
    flex-direction: column;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item {
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 33.3333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item {
    margin-top: 24px;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl {
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 1px;
    background-color: #333;
    margin-top: 12px;
    transition: all 0.4s;
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    width: 10px;
    height: 1px;
    background-color: #333;
    margin-top: 12px;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl.close::before {
    transform: rotate(45deg);
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl.close::after {
    transform: rotate(-45deg);
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul {
  display: block;
  font-size: 14px;
  margin-top: 16px;
  padding-left: 20px;
  border-left: solid 1px #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul {
    border-left: none;
    display: none;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail {
  position: relative;
  transition: 0.4s;
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail:hover {
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail {
    margin-top: 16px;
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail::before {
    content: "";
    height: 1px;
    width: 9px;
    background-color: #EE87B3;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail:nth-of-type(1) {
    padding-top: 0;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 64px;
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-other {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-other {
    margin-top: 24px;
    justify-content: flex-start;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item {
  padding-left: 40px;
  transition: 0.4s;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item img {
  transition: 0.4s;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item img:hover {
  opacity: 0.8;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item:hover {
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item:nth-child(2) {
    padding-left: 0;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item:nth-child(1) {
  padding-left: 0;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other img {
  width: 50px;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact {
  margin-top: 24px;
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-contact {
    margin-top: 40px;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn {
  display: block;
  width: 540px;
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn {
    width: 70.313vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn {
    width: auto;
  }
}
#drawer .sp-home {
  position: absolute;
  top: 30px;
  left: 20px;
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.gnavi-list {
  opacity: 0;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F9F9F7;
  transform: scale(0);
  right: -5px;
  top: 30px;
  transition: ease-in-out 0.6s;
}
.circle-bg.circleactive {
  transform: scale(50);
}

@media screen and (max-width: 480px) {
  .accordion-area {
    list-style: none;
  }
}
@media screen and (max-width: 480px) {
  .accordion-area .gnavi-item {
    margin: 10px 0;
  }
}

.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

.footer {
  margin-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .footer {
    margin-top: 80px;
  }
}
.footer .footer-inner {
  padding-top: 50px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner {
    margin-bottom: 32px;
  }
}
.footer .footer-inner .footer-top {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top {
    flex-direction: column-reverse;
  }
}
.footer .footer-inner .footer-top .footer-top-left {
  width: 18.238%;
  margin-top: 32px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left {
    display: flex;
    align-items: center;
    width: auto;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-logo-area {
  line-height: 1.5rem;
  color: #A1A1A1;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-logo-area {
    margin-left: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-logo-area {
    font-size: 12px;
    line-height: 1rem;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-logo-area img {
  width: 120px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-logo-area img {
    width: 80px;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact {
  margin-top: 48px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-contact {
    margin-top: 0;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact .btn {
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
  display: block;
  font-size: 0.729vw;
  width: 15.625vw;
  z-index: 0;
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-contact .btn {
    font-size: 14px;
    width: 60.976vw;
  }
}
.footer .footer-inner .footer-top .footer-top-right {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  margin-left: 10.417vw;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right {
    margin-left: 0;
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item {
  position: relative;
  font-size: 20px;
  margin-top: 32px;
  width: 33.3333%;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item {
    margin-left: 24px;
    font-size: 16px;
    width: calc(33.3333% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item {
    font-size: 14px;
    margin-left: 16px;
    width: calc(50% - 16px);
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item p {
  position: relative;
}
.footer .footer-inner .footer-top .footer-top-right .footer-item p::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background: url(/img/footer_item.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item p::before {
    width: 10px;
    height: 10px;
    left: -16px;
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list {
    font-size: 12px;
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list .footer-item-list-child a {
  transition: all 0.2s;
}
.footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list .footer-item-list-child a:hover {
  color: #EE87B3;
}
.footer .footer-inner .footer-btm {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm {
    margin-left: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm {
    margin-top: 24px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm .copyright {
    margin-top: 24px;
  }
}
.footer .footer-inner .footer-btm .footer-other {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm .footer-other {
    font-size: 12px;
  }
}
.footer .footer-inner .footer-btm .footer-other li {
  margin-left: 32px;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm .footer-other li {
    margin-left: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm .footer-other li {
    font-size: 12px;
    padding-left: 0;
  }
  .footer .footer-inner .footer-btm .footer-other li:nth-child(1) {
    margin-left: 0;
  }
}
.footer .footer-inner .footer-btm .footer-other li a {
  transition: all 0.2s;
}
.footer .footer-inner .footer-btm .footer-other li a:hover {
  color: #EE87B3;
}
.footer .footer-inner .footer-btm .footer-other li::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm .footer-other li::before {
    content: none;
  }
}

#recruit .footer {
  margin-top: 0;
}

#recruit-body .footer {
  margin-top: 0;
}

.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  line-height: 2;
  background-color: #FBF5E6;
  font-family: "Noto Sans JP", -apple-sysytem, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.5rem;
  }
}

#recruit {
  background-color: #fff;
}

#recruit-body {
  background-color: #fff;
  position: relative;
}
#recruit-body::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 72.9166%;
  height: 36.458vw;
  background-color: #EE87B3;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 1270px) {
  #recruit-body::before {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #recruit-body::before {
    content: none;
  }
}

main {
  position: relative;
  z-index: 2;
}

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

h2 {
  font-size: 24px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 1270px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 18px;
    line-height: 2rem;
  }
}

*::before {
  border-style: none;
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 0;
  }
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px;
}

.slider {
  max-width: 1500px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .slider {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .slider {
    width: 100%;
  }
}
.slider .slider-items {
  border-radius: 0 150px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 875px;
}
@media screen and (max-width: 1270px) {
  .slider .slider-items {
    height: 80vh;
    max-height: 1080px;
  }
}
@media screen and (max-width: 480px) {
  .slider .slider-items {
    height: 100vh;
    border-radius: 0;
  }
}
.slider .slider-items.main-visual1 {
  background-image: url(../img/main01.jpg);
}
.slider .slider-items.main-visual2 {
  background-image: url(../img/top_main2.jpeg);
}

.cartjs_box {
  padding: 0 !important;
}

.cartjs_product_table table {
  width: 100% !important;
  margin: 0 !important;
  font-family: "Noto Sans JP", -apple-sysytem, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif !important;
}
.cartjs_product_table table th {
  width: 50px;
}
.cartjs_product_table table td {
  padding-left: 16px !important;
}
.cartjs_product_table table td input {
  border: solid 1px #707070 !important;
  text-align: center;
  border-radius: 10px !important;
  width: 100% !important;
  max-width: 150px !important;
}
@media screen and (max-width: 480px) {
  .cartjs_product_table table td input {
    width: 75px !important;
  }
}

.cartjs_cart_in {
  text-align: left !important;
}
.cartjs_cart_in input {
  margin-bottom: 0 !important;
  background-color: #EE87B3 !important;
  border-radius: 25px !important;
  width: 100% !important;
  height: 55px !important;
  max-width: 300px;
  position: relative;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: 0.1s linear;
}
.cartjs_cart_in input:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}

@font-face {
  font-family: "syunka";
  src: url(https://educo-care.com/wp-content/themes/educo/fonts/syunka.woff) format("woff");
}
.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

.page-header {
  position: relative;
}
.page-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 350px;
  height: 350px;
}
@media screen and (max-width: 1270px) {
  .page-header .logo {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .page-header .logo {
    width: 220px;
    height: 220px;
  }
}
.page-header .logo .circle {
  width: 100%;
  height: 100%;
}
.page-header .logo .circle .circle-pink {
  position: absolute;
  left: -100px;
  bottom: 100px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: hsla(334, 75%, 73%, 0.7);
}
.page-header .logo span {
  position: absolute;
  top: 60px;
  z-index: 3;
  left: 65px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .page-header .logo span {
    width: 70px;
    top: 50px;
    left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .page-header .logo span {
    width: 50px;
    top: 25px;
    left: 22px;
  }
}
.page-header .flex {
  display: flex;
  justify-content: flex-end;
}
.page-header .flex .sns {
  mix-blend-mode: difference;
  position: fixed;
  top: 60px;
  right: 90px;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  .page-header .flex .sns {
    top: 38px;
  }
}
.page-header .flex .sns .sns-icon {
  width: 36px;
  margin: 0 8px;
}
.page-header .flex .toggle.active .toggle-line span {
  transition: all 0.4s;
}
.page-header .flex .toggle.active .toggle-line span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.page-header .flex .toggle.active .toggle-line span:nth-of-type(2) {
  opacity: 0;
}
.page-header .flex .toggle.active .toggle-line span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.page-header .flex .toggle-line {
  position: fixed;
  width: 32px;
  height: 24px;
  right: 33px;
  top: 62px;
  margin: 0 auto;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .page-header .flex .toggle-line {
    top: 42px;
  }
}
.page-header .flex .toggle-line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
}
.page-header .flex .toggle-line span:nth-of-type(1) {
  top: 0;
  background-color: #EE87B3;
  transition: all 0.5s;
}
.page-header .flex .toggle-line span:nth-of-type(2) {
  top: 10px;
  background-color: #FFA000;
  transition: all 0.5s;
}
.page-header .flex .toggle-line span:nth-of-type(3) {
  bottom: 0;
  background-color: #00B3C4;
  transition: all 0.5s;
}
.page-header .flex .toggle-bg {
  content: "";
  width: 58px;
  height: 58px;
  right: 20px;
  top: 45px;
  position: fixed;
  border-radius: 50%;
  transform: scale(1);
  background-color: #fff;
  z-index: 998;
}
@media screen and (max-width: 480px) {
  .page-header .flex .toggle-bg {
    top: 25px;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

#drawer {
  display: none;
  position: relative;
}
#drawer.draweractive {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive {
    overflow-y: scroll;
  }
}
#drawer.draweractive .drawer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap {
    height: auto;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner {
  width: 100%;
  max-width: 1100px;
  padding-left: 9.375vw;
}
@media screen and (max-width: 1270px) {
  #drawer.draweractive .drawer-wrap .drawer-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner {
    padding: 100px 16px 0;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list {
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list {
    align-items: flex-start;
    flex-direction: column;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item {
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 33.3333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item {
    margin-top: 24px;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl {
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 1px;
    background-color: #333;
    margin-top: 12px;
    transition: all 0.4s;
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    width: 10px;
    height: 1px;
    background-color: #333;
    margin-top: 12px;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl.close::before {
    transform: rotate(45deg);
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item .accordion-ttl.close::after {
    transform: rotate(-45deg);
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul {
  display: block;
  font-size: 14px;
  margin-top: 16px;
  padding-left: 20px;
  border-left: solid 1px #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul {
    border-left: none;
    display: none;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail {
  position: relative;
  transition: 0.4s;
}
#drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail:hover {
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail {
    margin-top: 16px;
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail::before {
    content: "";
    height: 1px;
    width: 9px;
    background-color: #EE87B3;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
  }
  #drawer.draweractive .drawer-wrap .drawer-inner .gnavi-list .gnavi-item ul .gnavi-item-detail:nth-of-type(1) {
    padding-top: 0;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 64px;
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-other {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-other {
    margin-top: 24px;
    justify-content: flex-start;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item {
  padding-left: 40px;
  transition: 0.4s;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item img {
  transition: 0.4s;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item img:hover {
  opacity: 0.8;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item:hover {
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item:nth-child(2) {
    padding-left: 0;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other .header-other-item:nth-child(1) {
  padding-left: 0;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-other img {
  width: 50px;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact {
  margin-top: 24px;
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-contact {
    margin-top: 40px;
  }
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn {
  display: block;
  width: 540px;
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
#drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn {
    width: 70.313vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #drawer.draweractive .drawer-wrap .drawer-inner .header-contact .btn {
    width: auto;
  }
}
#drawer .sp-home {
  position: absolute;
  top: 30px;
  left: 20px;
  animation-name: gnaviAnime;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.gnavi-list {
  opacity: 0;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F9F9F7;
  transform: scale(0);
  right: -5px;
  top: 30px;
  transition: ease-in-out 0.6s;
}
.circle-bg.circleactive {
  transform: scale(50);
}

@media screen and (max-width: 480px) {
  .accordion-area {
    list-style: none;
  }
}
@media screen and (max-width: 480px) {
  .accordion-area .gnavi-item {
    margin: 10px 0;
  }
}

.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none;
  }
  .tab-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wrap {
  padding: 0 4.167vw;
}
@media screen and (max-width: 1270px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap2 {
  width: 68.75%;
  margin: 0 auto;
  max-width: 1320px;
}
@media screen and (max-width: 1270px) {
  .wrap2 {
    padding: 0 16px;
    width: auto;
  }
}

.sec-ttl {
  text-align: center;
}
.sec-ttl h2 {
  margin-top: 8px;
  line-height: 1rem;
}
.sec-ttl .sec-img {
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .sec-ttl .sec-img {
    width: 40px;
  }
}
.sec-ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .sec-ttl p {
    font-size: 14px;
  }
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

body.fadeout::after {
  opacity: 1;
}

.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80vh;
  max-height: 860px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-hero.office {
  background-image: url(../img/465304810749689943.jpg);
}
.page-hero.office-mint {
  background-image: url(../img/mint_main.png);
}
.page-hero.office-premo {
  background-image: url(../img/premo_main.png);
}
.page-hero.office-lunasol {
  background-image: url(../img/lunasol_main.jpg);
}
.page-hero.office-riando {
  background-image: url(../img/riando_main.png);
  background-position: top 30% left 50%;
}
.page-hero.service {
  background-image: url(../img/EDUCO2DSC00023.png);
}
.page-hero.about {
  background-image: url(../img/EDUCO3DSC00086.png);
}
.page-hero.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}
.page-hero.service-homecare {
  background-image: url(../img/458792310231531585.png);
}
.page-hero.service-jihi {
  background-image: url(../img/459657942552543394.jpg);
  background-position: bottom 30% left 50%;
}
.page-hero.service-rehabilitation {
  background-image: url(../img/serviceImg2.jpg);
}
@media screen and (max-width: 480px) {
  .page-hero.service-rehabilitation {
    background-position: right 30% top 50%;
  }
}
.page-hero.service-consultation {
  background-image: url(../img/serviceImg4.jpg);
}
.page-hero.child-page {
  background-image: url(../img/EDUCO3DSC00161.jpg);
}
.page-hero.news {
  background-image: url(../img/EDUCO3DSC00158.jpg);
}
.page-hero .page-hero-ttl {
  text-align: center;
  width: 20%;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1270px) {
  .page-hero .page-hero-ttl {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl {
    width: 200px;
  }
}
.page-hero .page-hero-ttl .service-category {
  transform: translateY(32px);
  display: block;
  font-size: 32px;
  border-radius: 25px;
  background-color: #FBF5E6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .page-hero .page-hero-ttl .service-category {
    font-size: 16px;
  }
}

.recruit-page-hero {
  margin-top: 270px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero {
    margin-top: 0;
  }
}
.recruit-page-hero .thumbnail {
  background-size: cover;
  background-position: center;
  height: 100%;
  padding-bottom: 30%;
  width: 60%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail {
    width: 50%;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .thumbnail {
    width: 100%;
    padding-bottom: 80%;
    border-radius: 0;
  }
}
.recruit-page-hero .thumbnail.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .thumbnail.environmental {
    background-position: right 30% top 50%;
  }
}
.recruit-page-hero .thumbnail.training {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-page-hero .thumbnail.information {
  background-image: url(../img/459665756373385908.jpg);
}
.recruit-page-hero .recruit-page-hero-inner {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container {
  margin: 0 16px;
  padding: 0 7.813vw;
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container {
    padding: 0;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
  color: #EE87B3;
  font-size: 48px;
  line-height: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-en-ttl {
    font-size: 24px;
    line-height: 1rem;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
  margin-top: 8px;
  font-size: 20px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-ttl {
    font-size: 14px;
  }
}
.recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
  margin-top: 8px;
  line-height: 0rem;
  font-size: 16px;
}
@media screen and (max-width: 1270px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-page-hero .recruit-page-hero-inner .recruit-container .recruit-page-annotation {
    font-size: 12px;
  }
}

.entry {
  background: url(../img/recruit-footer.png) no-repeat;
  background-size: cover;
  background-position: top 20% left 0;
  width: 100%;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entry {
    height: 350px;
    background-position: top 20% left 20%;
  }
}
.entry .entry-content {
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.39%;
  min-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .entry .entry-content {
    padding: 0 16px;
    min-width: auto;
    width: 100%;
  }
}
.entry .entry-content .entry-logo {
  width: 170px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .entry .entry-content .entry-logo {
    margin-bottom: 16px;
  }
}
.entry .entry-content p {
  text-align: center;
}
.entry .entry-content .entry-btn-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.entry .entry-content .entry-btn-area .entry-btn {
  text-align: center;
  width: calc(50% - 20px);
  display: block;
  background-color: #00B3C4;
  padding: 8px 0;
  position: relative;
  transition: 0.4s;
  border: solid 1px #00B3C4;
}
.entry .entry-content .entry-btn-area .entry-btn:hover {
  background-color: transparent;
  border: #00B3C4 solid 1px;
}
.entry .entry-content .entry-btn-area .entry-btn::after {
  content: "➤";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.entry .entry-content .entry-btn-area .entry-btn.pink {
  border: #EE87B3 solid 1px;
  background-color: #EE87B3;
}
.entry .entry-content .entry-btn-area .entry-btn.pink:hover {
  background-color: transparent;
  border: #EE87B3 solid 1px;
}

.recruit-btn-area {
  margin-top: 32px;
  padding-left: 70px;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area {
    margin-top: 16px;
    font-size: 16px;
    padding-left: 40px;
  }
}
.recruit-btn-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../img/link_arrow.svg);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .recruit-btn-area::before {
    width: 25px;
    height: 25px;
  }
}
.recruit-btn-area .recruit-btn {
  position: relative;
  transition: 0.4s;
}
.recruit-btn-area .recruit-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.4s;
  transform-origin: left;
}
.recruit-btn-area .recruit-btn:hover::after {
  transform: scale(1);
}

.footer {
  margin-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .footer {
    margin-top: 80px;
  }
}
.footer .footer-inner {
  padding-top: 50px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner {
    margin-bottom: 32px;
  }
}
.footer .footer-inner .footer-top {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top {
    flex-direction: column-reverse;
  }
}
.footer .footer-inner .footer-top .footer-top-left {
  width: 18.238%;
  margin-top: 32px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left {
    display: flex;
    align-items: center;
    width: auto;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-logo-area {
  line-height: 1.5rem;
  color: #A1A1A1;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-logo-area {
    margin-left: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-logo-area {
    font-size: 12px;
    line-height: 1rem;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-logo-area img {
  width: 120px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-logo-area img {
    width: 80px;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact {
  margin-top: 48px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-contact {
    margin-top: 0;
  }
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact .btn {
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
  display: block;
  font-size: 0.729vw;
  width: 15.625vw;
  z-index: 0;
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.footer .footer-inner .footer-top .footer-top-left .footer-contact .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-left .footer-contact .btn {
    font-size: 14px;
    width: 60.976vw;
  }
}
.footer .footer-inner .footer-top .footer-top-right {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  margin-left: 10.417vw;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right {
    margin-left: 0;
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item {
  position: relative;
  font-size: 20px;
  margin-top: 32px;
  width: 33.3333%;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item {
    margin-left: 24px;
    font-size: 16px;
    width: calc(33.3333% - 24px);
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item {
    font-size: 14px;
    margin-left: 16px;
    width: calc(50% - 16px);
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item p {
  position: relative;
}
.footer .footer-inner .footer-top .footer-top-right .footer-item p::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background: url(/img/footer_item.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item p::before {
    width: 10px;
    height: 10px;
    left: -16px;
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list {
    font-size: 12px;
  }
}
.footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list .footer-item-list-child a {
  transition: all 0.2s;
}
.footer .footer-inner .footer-top .footer-top-right .footer-item .footer-item-list .footer-item-list-child a:hover {
  color: #EE87B3;
}
.footer .footer-inner .footer-btm {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm {
    margin-left: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm {
    margin-top: 24px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm .copyright {
    margin-top: 24px;
  }
}
.footer .footer-inner .footer-btm .footer-other {
  display: flex;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm .footer-other {
    font-size: 12px;
  }
}
.footer .footer-inner .footer-btm .footer-other li {
  margin-left: 32px;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .footer .footer-inner .footer-btm .footer-other li {
    margin-left: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm .footer-other li {
    font-size: 12px;
    padding-left: 0;
  }
  .footer .footer-inner .footer-btm .footer-other li:nth-child(1) {
    margin-left: 0;
  }
}
.footer .footer-inner .footer-btm .footer-other li a {
  transition: all 0.2s;
}
.footer .footer-inner .footer-btm .footer-other li a:hover {
  color: #EE87B3;
}
.footer .footer-inner .footer-btm .footer-other li::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-btm .footer-other li::before {
    content: none;
  }
}

#recruit .footer {
  margin-top: 0;
}

#recruit-body .footer {
  margin-top: 0;
}

.page-scroll {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1270px) {
  .page-scroll {
    padding: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-scroll {
    margin: 40px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.page-scroll .scroll-item {
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid #E8E8E8;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .page-scroll .scroll-item {
    width: 25%;
    padding-right: 1.951vw;
    margin-right: 1.951vw;
  }
}
@media screen and (max-width: 480px) {
  .page-scroll .scroll-item {
    border-right: none;
    padding: 8px;
    margin: 8px;
    width: calc(50% - 16px);
    background-color: #fff;
  }
}
.page-scroll .scroll-item a {
  transition: 0.3s;
}
.page-scroll .scroll-item a:hover {
  opacity: 0.8;
}
.page-scroll .scroll-item:nth-of-type(4) {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .page-scroll .scroll-item:nth-of-type(4) {
    margin-right: 8px;
    padding: 8px;
  }
}

.servise-whitewrap {
  background-color: #fff;
  padding: 40px 0;
}

#rehabilitation {
  padding: 40px 0;
}

#consultation {
  padding-top: 40px;
}

.service-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .service-ttl {
    margin-bottom: 16px;
  }
}
.service-ttl .service-ttl {
  position: relative;
  font-size: 16px;
  padding-left: 36px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .service-ttl .service-ttl {
    margin-bottom: 8px;
  }
}
.service-ttl .service-ttl::before {
  width: 25px;
  height: 25px;
  content: "";
  background: url(../img/lunasol_item.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.service-ttl p {
  line-height: 2rem;
}

.service-btm {
  display: flex;
}
@media screen and (max-width: 480px) {
  .service-btm {
    flex-direction: column-reverse;
  }
}
.service-btm .service-txt-area {
  margin-right: 80px;
}
@media screen and (max-width: 1270px) {
  .service-btm .service-txt-area {
    width: 50%;
    margin-right: 32px;
  }
}
@media screen and (max-width: 480px) {
  .service-btm .service-txt-area {
    width: auto;
    margin-right: 0;
  }
}
.service-btm .service-txt-area .service-btn {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .service-btm .service-txt-area .service-btn {
    margin-top: 24px;
  }
}
.service-btm .service-txt-area .service-btn .btn {
  width: 300px;
  display: block;
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
.service-btm .service-txt-area .service-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.service-btm .service-txt-area .service-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .service-btm .service-txt-area .service-btn .btn {
    width: 250px;
    margin: 0 auto;
  }
}
.service-btm .service-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 560px;
  height: 560px;
}
@media screen and (max-width: 1270px) {
  .service-btm .service-img {
    width: 50%;
    min-width: auto;
  }
}
@media screen and (max-width: 480px) {
  .service-btm .service-img {
    width: auto;
    height: 350px;
    margin-bottom: 16px;
  }
}
.service-btm .service-img.homenursing-img {
  background-image: url(../img/serviceImg1.jpg);
}
.service-btm .service-img.rehabili-img {
  background-image: url(../img/serviceImg2.jpg);
}
.service-btm .service-img.selfsupport-img {
  background-image: url(../img/serviceImg3.jpg);
}
.service-btm .service-img.consultation-img {
  background-image: url(../img/serviceImg4.jpg);
}

.office-info-ttl {
  text-align: center;
  background-color: #fff;
  margin: 3.125vw auto;
  padding: 3.906vw;
  border-radius: 40px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .office-info-ttl {
    padding: 3.906vw 2vw;
  }
}
@media screen and (max-width: 480px) {
  .office-info-ttl {
    width: 90vw;
    margin: 60px auto;
  }
}
.office-info-ttl .office-business {
  color: #EE87B3;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .office-info-ttl .office-business {
    font-size: 20px;
  }
}
.office-info-ttl h3 {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-image: linear-gradient(to right, #302E2E, #302E2E 12px, transparent 3px, transparent 12px);
  background-repeat: repeat-x;
  background-size: 24px 2px;
  background-position: left bottom;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 1024px) {
  .office-info-ttl h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .office-info-ttl h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .office-info-ttl h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.office-info-ttl p {
  margin: 31.5px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .office-info-ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .office-info-ttl p {
    font-size: 18px;
  }
}
.office-info-ttl p span {
  color: #EE87B3;
}
.office-info-ttl .office-business-dsc {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .office-info-ttl .office-business-dsc {
    font-size: 14px;
  }
}

.office-blog {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .office-blog {
    padding: 60px 0;
  }
}
.office-blog #blog-list ul {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.office-blog .slide-items {
  position: relative;
  margin: 0 14px;
  height: auto;
}
.office-blog .slide-items:hover .thum {
  transform: scale(0.9);
}
.office-blog .slide-items a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.office-blog .slide-items a .thum {
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  width: 288px;
  height: 288px;
  background-position: center;
  background-size: cover;
}
.office-blog .slide-items a .tag {
  font-size: 14px;
  color: #fff;
  background-color: #EE87B3;
  white-space: nowrap;
  padding: 0.3rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
}
.office-blog .slide-items a .date {
  font-size: 14px;
  padding: 0.2em 0;
}
.office-blog .slide-items a h3 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  text-align: start;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  transition: all 0.2s;
  margin: 10px 0;
}

.office-service {
  padding: 7.813vw 0;
}
@media screen and (max-width: 480px) {
  .office-service {
    padding: 60px 0;
  }
}
.office-service .service-img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 480px) {
  .office-service .service-img img {
    margin: 60px auto 20px;
  }
}
.office-service .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
@media screen and (max-width: 820px) {
  .office-service .service-box {
    display: block;
  }
}
.office-service .service-box .service-box-txt {
  flex-basis: 50%;
}
.office-service .service-box .service-box-txt h3 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  margin-bottom: 50px;
  background-image: linear-gradient(to top, #EE87B3, hsla(0, 0%, 100%, 0.5));
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 480px) {
  .office-service .service-box .service-box-txt h3 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
}
.office-service .service-box .service-box-txt p {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .office-service .service-box .service-box-txt p {
    font-size: 14px;
  }
}
.office-service .service-box img {
  width: 530px;
  height: auto;
  border-radius: 40px;
}
@media screen and (max-width: 1600px) {
  .office-service .service-box img {
    width: 400px;
  }
}
@media screen and (max-width: 1180px) {
  .office-service .service-box img {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .office-service .service-box img {
    width: 300px;
  }
}
@media screen and (max-width: 820px) {
  .office-service .service-box img {
    width: 100%;
    margin-top: 20px;
  }
}

.about-wrapper {
  width: 100%;
  background-color: #EEEEEE;
  border-radius: 20px;
  margin: 40px 0;
  padding: 40px 0;
}
.about-wrapper table {
  width: 90%;
  margin: auto;
  padding: 65px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .about-wrapper table {
    padding: 15px;
  }
}
.about-wrapper table th,
.about-wrapper table td {
  border-collapse: collapse;
  background-image: linear-gradient(to right, #707070, #707070 8px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-size: 16px 2px;
  background-position: left bottom;
  padding: 35px 0;
}
@media screen and (max-width: 820px) {
  .about-wrapper table th,
  .about-wrapper table td {
    display: block;
  }
}
.about-wrapper table th {
  font-size: 24px;
  width: 30%;
  vertical-align: top;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 1024px) {
  .about-wrapper table th {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .about-wrapper table th {
    background-size: 0px;
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .about-wrapper table th {
    width: 100%;
    font-size: 18px;
  }
}
.about-wrapper table td {
  font-size: 16px;
  vertical-align: middle;
}
.about-wrapper table td iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 480px) {
  .about-wrapper table td iframe {
    height: 250px;
  }
}

.facility {
  background-color: #F9F9F7;
  margin: 100px 0;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .facility {
    padding: 60px 0;
  }
}
.facility ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .facility ul {
    margin: 40px 0;
  }
}
.facility ul .facility-box a {
  display: flex;
  justify-content: space-between;
  width: 20.833vw;
  background-color: #fff;
  border-radius: 20px;
  margin: 35px 0;
  padding: 10px;
}
@media screen and (max-width: 1600px) {
  .facility ul .facility-box a {
    width: 30vw;
  }
}
@media screen and (max-width: 1180px) {
  .facility ul .facility-box a {
    width: 33vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility ul .facility-box a {
    width: 34vw;
  }
}
@media screen and (max-width: 820px) {
  .facility ul .facility-box a {
    width: 68vw;
  }
}
@media screen and (max-width: 480px) {
  .facility ul .facility-box a {
    width: 80vw;
    margin: 20px 0;
  }
}
.facility ul .facility-box a img {
  width: 10.417vw;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  .facility ul .facility-box a img {
    width: 14vw;
  }
}
@media screen and (max-width: 820px) {
  .facility ul .facility-box a img {
    width: 30vw;
  }
}
.facility ul .facility-box a .facility-detail-txt {
  font-size: 14px;
  width: 40%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .facility ul .facility-box a .facility-detail-txt {
    width: 50%;
  }
}
.facility ul .facility-box a .facility-detail-txt .educo {
  color: #EE87B3;
}
.facility ul .facility-box a .facility-detail-txt .mint {
  color: #00B3C4;
}
.facility ul .facility-box a .facility-detail-txt .premo {
  color: #8EC31F;
}
.facility ul .facility-box a .facility-detail-txt .lunasol {
  color: #FFA000;
}
.facility ul .facility-box a .facility-detail-txt .enhome {
  color: #003045;
}
.facility ul .facility-box a .facility-detail-txt .riando {
  color: #DFD4CC;
}

.office-info-ttl {
  text-align: center;
  background-color: #fff;
  margin: 3.125vw auto;
  padding: 3.906vw;
  border-radius: 40px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .office-info-ttl {
    padding: 3.906vw 2vw;
  }
}
@media screen and (max-width: 820px) {
  .office-info-ttl {
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .office-info-ttl {
    width: 90vw;
    margin: 60px auto;
  }
}
.office-info-ttl .office-business {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .office-info-ttl .office-business {
    font-size: 20px;
  }
}
.office-info-ttl h3 {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-image: linear-gradient(to right, #302E2E, #302E2E 12px, transparent 3px, transparent 12px);
  background-repeat: repeat-x;
  background-size: 24px 2px;
  background-position: left bottom;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 1024px) {
  .office-info-ttl h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .office-info-ttl h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .office-info-ttl h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.office-info-ttl p {
  margin: 31.5px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .office-info-ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .office-info-ttl p {
    font-size: 18px;
    margin: 20px;
  }
}
.office-info-ttl .office-business-dsc {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .office-info-ttl .office-business-dsc {
    font-size: 14px;
  }
}
.office-info-ttl .educo {
  color: #EE87B3;
}
.office-info-ttl .mint {
  color: #00B3C4;
}
.office-info-ttl .premo {
  color: #8EC31F;
}
.office-info-ttl .lunasol {
  color: #FFA000;
}
.office-info-ttl .enhome {
  color: #003045;
}
.office-info-ttl .riando {
  color: #DFD4CC;
}

.office-blog {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .office-blog {
    padding: 60px 0;
  }
}
.office-blog #blog-list ul {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .office-blog #blog-list ul {
    flex-wrap: wrap;
  }
}
.office-blog .slider-blog {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .office-blog .slider-blog {
    margin: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .office-blog .slider-blog {
    flex-direction: column;
    align-items: center;
    margin: 24px 0 40px;
  }
}
.office-blog .slider-blog .blog-item {
  width: 350px;
  position: relative;
  margin: 0 14px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .office-blog .slider-blog .blog-item {
    margin-top: 16px;
  }
  .office-blog .slider-blog .blog-item:nth-child(1) {
    margin-top: 0;
  }
}
.office-blog .slider-blog .blog-item:hover .thum {
  transform: scale(0.9);
}
.office-blog .slider-blog .blog-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.office-blog .slider-blog .blog-item .blog-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.office-blog .slider-blog .blog-item .blog-info .category {
  font-size: 12px;
  display: inline-block;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  background-color: #AAB6BD;
}
.office-blog .slider-blog .blog-item .blog-info time {
  font-size: 12px;
  padding: 0.2em 0;
}
.office-blog .slider-blog .blog-item .blog-ttl {
  text-align: start;
  font-weight: 700;
  height: 80px;
  line-height: 1.7;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.2s;
}
.office-blog .slider-blog::before {
  content: "";
  position: absolute;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  background: #fff;
  will-change: transform;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}

.slide-items {
  width: 300px;
  position: relative;
  margin: 0 14px;
  height: auto;
}
@media screen and (max-width: 1270px) {
  .slide-items {
    margin: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .slide-items {
    width: calc(100% - 16px);
  }
}
@media screen and (max-width: 480px) {
  .slide-items {
    width: auto;
  }
}
.slide-items:hover .thum {
  transform: scale(0.9);
}
.slide-items a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.slide-items a .thum {
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  width: 288px;
  height: 288px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .slide-items a .thum {
    width: 100%;
  }
}
.slide-items a .tag {
  color: #fff;
  font-size: 14px;
  background-color: #EE87B3;
  white-space: nowrap;
  padding: 0.3rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
}
.slide-items a .date {
  font-size: 14px;
  padding: 0.2em 0;
}
.slide-items a h3 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  text-align: start;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  transition: all 0.2s;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .slide-items a h3 {
    font-size: 16px !important;
  }
}
.slide-items a .educo {
  background-color: #EE87B3;
}
.slide-items a .mint {
  background-color: #00B3C4;
}
.slide-items a .premo {
  background-color: #8EC31F;
}
.slide-items a .lunasol {
  background-color: #FFA000;
}
.slide-items a .enhome {
  background-color: #003045;
}
.slide-items a .riando {
  background-color: #DFD4CC;
}

.office-service {
  padding: 7.813vw 0;
}
@media screen and (max-width: 480px) {
  .office-service {
    padding: 60px 0;
  }
}
.office-service .service-img img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 820px) {
  .office-service .service-img img {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .office-service .service-img img {
    height: 230px;
    margin: 60px auto 20px;
  }
}
.office-service .service-img-mint img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media screen and (max-width: 480px) {
  .office-service .service-img-mint img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.office-service .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
@media screen and (max-width: 820px) {
  .office-service .service-box {
    display: block;
  }
}
.office-service .service-box .service-box-txt {
  flex-basis: 50%;
}
.office-service .service-box .service-box-txt h3 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .office-service .service-box .service-box-txt h3 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
}
.office-service .service-box .service-box-txt .educo {
  background: linear-gradient(to bottom, rgba(251, 245, 230, 0) 0%, rgba(251, 245, 230, 0) 51%, rgba(251, 245, 230, 0) 52%, rgba(229, 0, 128, 0.3) 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  transition: all 0.25s ease-in;
}
.office-service .service-box .service-box-txt .mint {
  background-image: linear-gradient(to top, #00B3C4, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  transition: all 0.25s ease-in;
}
.office-service .service-box .service-box-txt .premo {
  background-image: linear-gradient(to top, #8EC31F, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  transition: all 0.25s ease-in;
}
.office-service .service-box .service-box-txt .lunasol {
  background-image: linear-gradient(to top, #FFA000, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  transition: all 0.25s ease-in;
}
.office-service .service-box .service-box-txt .riando {
  background-image: linear-gradient(to top, #DFD4CC, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: bottom;
  transition: all 0.25s ease-in;
}
.office-service .service-box .service-box-txt p {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .office-service .service-box .service-box-txt p {
    font-size: 14px;
  }
}
.office-service .service-box img {
  width: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 1600px) {
  .office-service .service-box img {
    width: 400px;
  }
}
@media screen and (max-width: 1180px) {
  .office-service .service-box img {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .office-service .service-box img {
    width: 300px;
  }
}
@media screen and (max-width: 820px) {
  .office-service .service-box img {
    width: 100%;
    margin-top: 20px;
  }
}

.about-wrapper {
  width: 100%;
  background-color: #EEEEEE;
  border-radius: 20px;
  margin: 40px 0;
  padding: 40px 0;
}
.about-wrapper table {
  width: 90%;
  margin: auto;
  padding: 65px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .about-wrapper table {
    padding: 15px;
  }
}
.about-wrapper table th,
.about-wrapper table td {
  border-collapse: collapse;
  background-image: linear-gradient(to right, #707070, #707070 8px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
  background-size: 16px 2px;
  background-position: left bottom;
  padding: 35px 0;
}
@media screen and (max-width: 820px) {
  .about-wrapper table th,
  .about-wrapper table td {
    display: block;
  }
}
.about-wrapper table th {
  font-size: 24px;
  width: 30%;
  vertical-align: top;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 1024px) {
  .about-wrapper table th {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .about-wrapper table th {
    background-size: 0px;
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .about-wrapper table th {
    width: 100%;
    font-size: 18px;
  }
}
.about-wrapper table td {
  font-size: 16px;
  vertical-align: middle;
}
.about-wrapper table td iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 480px) {
  .about-wrapper table td iframe {
    height: 250px;
  }
}

.facility {
  background-color: #F9F9F7;
  margin: 100px 0;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .facility {
    padding: 60px 0;
  }
}
.facility ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .facility ul {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .facility ul {
    margin: 40px 0;
  }
}
.facility ul .facility-box a {
  display: flex;
  justify-content: space-between;
  width: 20.833vw;
  background-color: #fff;
  border-radius: 20px;
  margin: 35px 0;
  padding: 10px;
}
@media screen and (max-width: 1600px) {
  .facility ul .facility-box a {
    width: 30vw;
  }
}
@media screen and (max-width: 1180px) {
  .facility ul .facility-box a {
    width: 33vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility ul .facility-box a {
    width: 34vw;
  }
}
@media screen and (max-width: 820px) {
  .facility ul .facility-box a {
    width: 68vw;
  }
}
@media screen and (max-width: 480px) {
  .facility ul .facility-box a {
    width: 80vw;
    margin: 20px 0;
  }
}
.facility ul .facility-box a img {
  width: 10.417vw;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  .facility ul .facility-box a img {
    width: 14vw;
  }
}
@media screen and (max-width: 820px) {
  .facility ul .facility-box a img {
    width: 30vw;
  }
}
.facility ul .facility-box a .facility-detail-txt {
  font-size: 14px;
  width: 40%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .facility ul .facility-box a .facility-detail-txt {
    width: 50%;
  }
}
.facility ul .facility-box a .facility-detail-txt .educo {
  color: #EE87B3;
}
.facility ul .facility-box a .facility-detail-txt .mint {
  color: #00B3C4;
}
.facility ul .facility-box a .facility-detail-txt .premo {
  color: #8EC31F;
}
.facility ul .facility-box a .facility-detail-txt .lunasol {
  color: #FFA000;
}
.facility ul .facility-box a .facility-detail-txt .enhome {
  color: #003045;
}
.facility ul .facility-box a .facility-detail-txt .riando {
  color: #DFD4CC;
}

.message {
  margin: 120px 0;
}
@media screen and (max-width: 1024px) {
  .message {
    margin: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .message {
    margin: 30px 0;
  }
}
.message .message-inner {
  background: url(../img/about_bg.svg) repeat;
  padding: 80px 0;
  position: relative;
  z-index: -1;
}
.message .message-box {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
@media screen and (max-width: 1024px) {
  .message .message-box {
    display: block;
  }
}
.message .message-box .president-img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .message .message-box .president-img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 7vw auto;
  }
}
@media screen and (max-width: 480px) {
  .message .message-box .president-img {
    padding-right: 4.103vw;
  }
}
.message .message-box .president-img img {
  width: 550px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-right: 80px;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .message .message-box .president-img img {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .message .message-box .president-img img {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .message .message-box .president-img img {
    width: 300px;
    height: 300px;
  }
}
.message .message-box .president-img::after {
  position: absolute;
  content: "";
  width: 550px;
  height: 550px;
  top: 15px;
  left: 15px;
  background-color: #EE87B3;
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .message .message-box .president-img::after {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .message .message-box .president-img::after {
    width: 300px;
    height: 300px;
  }
}
.message .message-box .message-txt-box {
  flex-basis: 40%;
}
@media screen and (max-width: 1300px) {
  .message .message-box .message-txt-box {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .message .message-box .message-txt-box {
    width: 80%;
    margin: auto;
  }
}
.message .message-box .message-txt-box h3 {
  font-size: 24px;
  color: #003045;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .message .message-box .message-txt-box h3 {
    font-size: 20px;
    margin: 12vw 0 8vw;
  }
}
.message .message-box .message-txt-box p {
  font-size: 16px;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .message .message-box .message-txt-box p {
    font-size: 14px;
  }
}
.message .signature {
  text-align: right;
  font-size: 16px;
}
.message .signature span {
  font-size: 20px;
}

.at-company {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .download .wrap2 {
    width: 85vw;
  }
}
@media screen and (max-width: 768px) {
  .download .wrap2 {
    width: 95vw;
  }
}
.download .download-inner {
  background-color: #EEEEEE;
  border-radius: 20px;
  margin: 100px auto;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .download .download-inner {
    margin: 50px auto;
  }
}
.download .download-inner .documents {
  background-color: #fff;
  width: 90%;
  margin: 40px auto;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .download .download-inner .documents {
    padding: 20px 0;
  }
}
.download .download-inner .documents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .download .download-inner .documents ul {
    width: 80%;
  }
}
@media screen and (max-width: 1180px) {
  .download .download-inner .documents ul {
    width: 90%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .download .download-inner .documents ul {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.download .download-inner .documents ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px 0;
}
@media screen and (max-width: 480px) {
  .download .download-inner .documents ul li {
    margin: 20px 0;
  }
}
.download .download-inner .documents ul li .document-box {
  width: -moz-fit-content;
  width: fit-content;
}
.download .download-inner .documents ul li .document-box h3 {
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .download .download-inner .documents ul li .document-box h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1180px) {
  .download .download-inner .documents ul li .document-box h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .download .download-inner .documents ul li .document-box h3 {
    font-size: 18px;
  }
}
.download .download-inner .documents ul li .document-box h3::before {
  background-color: #302E2E;
  border-radius: 5px;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}
@media screen and (max-width: 480px) {
  .download .download-inner .documents ul li .document-box h3::before {
    bottom: -18px;
  }
}
.download .download-inner .documents ul li .document-box .download-btn {
  margin: 30px 0;
}
.download .download-inner .documents ul li .document-box .download-btn .btn {
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
  display: block;
  width: 300px;
  box-shadow: none;
}
.download .download-inner .documents ul li .document-box .download-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.download .download-inner .documents ul li .document-box .download-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .download .download-inner .documents ul li .document-box .download-btn .btn {
    width: 270px;
  }
}
.download .download-inner .documents ul li .document-box .download-btn .btn::after {
  content: url(../img/download.png);
  right: 35px;
}
.download .download-inner .documents ul li .document-box .download-btn .pdf {
  background-color: #EE87B3;
}
.download .download-inner .documents ul li .document-box .download-btn .excel {
  background-color: #8EC31F;
}
.download .download-inner .documents ul li .document-box .download-btn .word {
  background-color: #00B3C4;
}

.recruit-page-hero {
  margin-bottom: 8.177vw;
}

.environmental-content-ttl-wrapper {
  margin-bottom: 33px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .environmental-content-ttl-wrapper {
    flex-direction: column;
  }
}
.environmental-content-ttl-wrapper h2 {
  color: #EE87B3;
  font-size: 32px;
}
@media screen and (max-width: 1270px) {
  .environmental-content-ttl-wrapper h2 {
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .environmental-content-ttl-wrapper h2 {
    line-height: 1.5rem;
    font-size: 20px;
  }
}
.environmental-content-ttl-wrapper .environmental-content-text {
  margin-top: 16px;
}
.educational-system {
  margin-bottom: 3.646vw;
}
@media screen and (max-width: 480px) {
  .educational-system {
    margin-bottom: 40px;
  }
}
.educational-system h2 {
  margin-right: 3.333vw;
}
.educational-system .educational-system-content {
  width: 100%;
  background-color: #EBE7E4;
  padding: 2.188vw 11.458vw 6.51vw;
}
@media screen and (max-width: 480px) {
  .educational-system .educational-system-content {
    padding: 24px 16px;
  }
}
.educational-system .educational-system-content .educational-system-content-ttl {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 24px;
  width: 120px;
  background: linear-gradient(to bottom, #EBE7E4 0%, #EBE7E4 51%, #EBE7E4 52%, rgba(229, 0, 128, 0.3) 100%);
}
@media screen and (max-width: 480px) {
  .educational-system .educational-system-content .educational-system-content-ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.educational-system .educational-system-content .educational-system-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.educational-system .educational-system-content .educational-system-link .link-arrow {
  width: 45px;
  margin-right: 24px;
}
@media screen and (max-width: 480px) {
  .educational-system .educational-system-content .educational-system-link .link-arrow {
    width: 24px;
    margin-right: 12px;
  }
}
.educational-system .educational-system-content .educational-system-link p {
  font-size: 24px;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 480px) {
  .educational-system .educational-system-content .educational-system-link p {
    font-size: 16px;
  }
}

.welfare-benefits h2 {
  margin-right: 5.99vw;
}
.welfare-benefits .welfare-benefits-content {
  margin-bottom: 3.49vw;
  background-color: #EBE7E4;
  padding: 4.01vw 11.458vw 4.01vw;
}
@media screen and (max-width: 480px) {
  .welfare-benefits .welfare-benefits-content {
    padding-bottom: 24px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.welfare-benefits .welfare-benefits-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .welfare-benefits .welfare-benefits-content ul {
    display: block;
  }
}
.welfare-benefits .welfare-benefits-content ul li {
  width: calc(50% - 1.042vw);
  margin-bottom: 1.563vw;
}
@media screen and (max-width: 480px) {
  .welfare-benefits .welfare-benefits-content ul li {
    margin-bottom: 16px;
    width: 100%;
  }
}
.welfare-benefits .welfare-benefits-content ul li .welfare-benefits-content-ttl {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .welfare-benefits .welfare-benefits-content ul li .welfare-benefits-content-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .welfare-benefits .welfare-benefits-content ul li .welfare-benefits-content-ttl {
    margin-top: 16px;
  }
}
.welfare-benefits .welfare-benefits-content ul li .welfare-benefits-content-ttl .welfare-benefits-content-circle {
  width: 18px;
  margin-right: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .welfare-benefits .welfare-benefits-content ul li .welfare-benefits-content-ttl .welfare-benefits-content-circle {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .welfare-benefits .welfare-benefits-content ul li .welfare-benefits-content-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .welfare-benefits .welfare-benefits-content ul li .welfare-benefits-content-text {
    margin-top: 8px;
  }
}
.welfare-benefits .welfare-benefits-content ul li:last-of-type {
  margin-bottom: 0;
}

.educo-in-numbers {
  margin-bottom: 6.302vw;
}
@media screen and (max-width: 480px) {
  .educo-in-numbers {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.educo-in-numbers ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .educo-in-numbers ul {
    display: block;
  }
}
.educo-in-numbers ul li {
  width: calc(50% - 1.563vw);
  margin-bottom: 2.083vw;
  padding: 1.719vw 1.927vw 2.135vw 1.719vw;
}
@media screen and (max-width: 480px) {
  .educo-in-numbers ul li {
    width: 80%;
    margin: 0 auto 5vw auto;
  }
}
.educo-in-numbers ul li .educo-in-numbers-text1-pk,
.educo-in-numbers ul li .educo-in-numbers-text1-bl {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .educo-in-numbers ul li .educo-in-numbers-text1-pk,
  .educo-in-numbers ul li .educo-in-numbers-text1-bl {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .educo-in-numbers ul li .educo-in-numbers-text1-pk,
  .educo-in-numbers ul li .educo-in-numbers-text1-bl {
    font-size: 16px;
  }
}
.educo-in-numbers ul li .educo-in-numbers-text1-pk,
.educo-in-numbers ul li .educo-in-numbers-text2-pk {
  color: #EE87B3;
}
.educo-in-numbers ul li .educo-in-numbers-text1-pk span,
.educo-in-numbers ul li .educo-in-numbers-text2-pk span {
  color: #333333;
}
.educo-in-numbers ul li .educo-in-numbers-text1-bl,
.educo-in-numbers ul li .educo-in-numbers-text2-bl {
  color: #00B3C4;
}
.educo-in-numbers ul li .educo-in-numbers-text1-bl span,
.educo-in-numbers ul li .educo-in-numbers-text2-bl span {
  color: #333333;
}
.educo-in-numbers ul li .educo-in-numbers-text1-bl .eight,
.educo-in-numbers ul li .educo-in-numbers-text2-bl .eight {
  color: #EE87B3;
}
.educo-in-numbers ul li .educo-in-numbers-text2-pk,
.educo-in-numbers ul li .educo-in-numbers-text2-bl {
  font-size: 100px;
  text-align: center;
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .educo-in-numbers ul li .educo-in-numbers-text2-pk,
  .educo-in-numbers ul li .educo-in-numbers-text2-bl {
    font-size: 64px;
  }
}
@media screen and (max-width: 480px) {
  .educo-in-numbers ul li .educo-in-numbers-text2-pk,
  .educo-in-numbers ul li .educo-in-numbers-text2-bl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.educo-in-numbers ul li .educo-in-numbers-text2-pk span,
.educo-in-numbers ul li .educo-in-numbers-text2-bl span {
  font-size: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .educo-in-numbers ul li .educo-in-numbers-text2-pk span,
  .educo-in-numbers ul li .educo-in-numbers-text2-bl span {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .educo-in-numbers ul li .educo-in-numbers-text2-pk span,
  .educo-in-numbers ul li .educo-in-numbers-text2-bl span {
    font-size: 16px;
  }
}
.educo-in-numbers ul li .educo-in-numbers-text2-pk .colon,
.educo-in-numbers ul li .educo-in-numbers-text2-pk .eight,
.educo-in-numbers ul li .educo-in-numbers-text2-bl .colon,
.educo-in-numbers ul li .educo-in-numbers-text2-bl .eight {
  font-size: 100px;
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .educo-in-numbers ul li .educo-in-numbers-text2-pk .colon,
  .educo-in-numbers ul li .educo-in-numbers-text2-pk .eight,
  .educo-in-numbers ul li .educo-in-numbers-text2-bl .colon,
  .educo-in-numbers ul li .educo-in-numbers-text2-bl .eight {
    font-size: 64px;
  }
}
.educo-in-numbers ul li .educo-in-numbers-text3 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .educo-in-numbers ul li .educo-in-numbers-text3 {
    font-size: 12px;
  }
}
.educo-in-numbers ul .pk {
  border: solid 3px #EE87B3;
  background-color: #fff;
  border-radius: 20px;
}
.educo-in-numbers ul .bl {
  border: solid 3px #00B3C4;
  background-color: #fff;
  border-radius: 20px;
}

.training-ttl h2 {
  font-size: 32px;
  border-bottom: solid 3px #EE87B3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.083vw;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 480px) {
  .training-ttl h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.training-ttl p {
  text-align: center;
  margin-bottom: 3.438vw;
}

.education ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.083vw;
}
@media screen and (max-width: 480px) {
  .education ul {
    display: block;
    margin-top: 24px;
  }
}
.education ul li {
  width: calc(33.3% - 1.563vw);
  margin-bottom: 1.563vw;
}
@media screen and (max-width: 768px) {
  .education ul li {
    width: calc(50% - 1.563vw);
  }
}
@media screen and (max-width: 480px) {
  .education ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.education ul li h3 {
  text-align: center;
  color: #fff;
  background-color: #EE87B3;
  font-size: 24px;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .education ul li h3 {
    font-size: 20px;
  }
}
.education ul li p {
  margin-top: 10px;
}

.education-detail {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .education-detail {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.education-detail .education-detail-flow {
  background-color: #EBE7E4;
  padding: 1.823vw 11.458vw;
}
@media screen and (max-width: 768px) {
  .education-detail .education-detail-flow {
    padding: 1.823vw 3vw;
  }
}
@media screen and (max-width: 480px) {
  .education-detail .education-detail-flow {
    margin-top: 24px;
    padding: 24px 16px;
  }
}
.education-detail .education-detail-flow .flow {
  padding-left: 0;
}
.education-detail .education-detail-flow .flow li {
  list-style-type: none;
  position: relative;
  padding-left: 200px;
}
@media screen and (max-width: 768px) {
  .education-detail .education-detail-flow .flow li {
    padding-left: 120px;
  }
}
@media screen and (max-width: 480px) {
  .education-detail .education-detail-flow .flow li {
    padding-left: 100px;
  }
}
.education-detail .education-detail-flow .flow li:first-of-type dl {
  padding-bottom: 1.563vw;
}
.education-detail .education-detail-flow .flow li::before {
  content: "";
  background: #EE87B3;
  width: 3px;
  height: 100%;
  position: absolute;
  top: calc(50% + 3.125vw);
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .education-detail .education-detail-flow .flow li::before {
    left: 30px;
  }
}
.education-detail .education-detail-flow .flow li .icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #F2D6E2;
  color: #fff;
  border: solid 1px #EE87B3;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .education-detail .education-detail-flow .flow li .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 12px;
  }
}
.education-detail .education-detail-flow .flow li dl {
  padding: 24px 24px 3.229vw 24px;
  border: solid 2px #EE87B3;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 2.917vw;
  position: relative;
}
.education-detail .education-detail-flow .flow li dl::before {
  content: "";
  border-top: 20px solid #EE87B3;
  border-right: 20px solid #EE87B3;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 45px;
  left: -40px;
}
@media screen and (max-width: 480px) {
  .education-detail .education-detail-flow .flow li dl::before {
    border-top: 10px solid #EE87B3;
    border-right: 10px solid #EE87B3;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    left: -21px;
  }
}
.education-detail .education-detail-flow .flow li dl dt {
  border-bottom: solid 1px #EE87B3;
}
@media screen and (max-width: 768px) {
  .education-detail .education-detail-flow .flow li dl dt,
  .education-detail .education-detail-flow .flow li dl dd {
    font-size: 12px;
  }
}

.page-link {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .page-link {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.page-link .page-link-btn {
  margin: 3vw;
}
.page-link .page-link-btn .btn {
  display: block;
  width: 260px;
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
  color: #003045;
  background-color: #fff;
  box-shadow: none;
}
.page-link .page-link-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.page-link .page-link-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .page-link .page-link-btn .btn {
    width: 170px;
  }
}
.page-link .page-link-btn .btn::after {
  display: none;
}

.jump_point {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

.office-list .wrap .offices ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0;
}
@media screen and (max-width: 480px) {
  .office-list .wrap .offices ul {
    display: block;
  }
}
.office-list .wrap .offices ul li {
  width: 32%;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 2vw;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
}
@media screen and (max-width: 1024px) {
  .office-list .wrap .offices ul li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .office-list .wrap .offices ul li {
    width: 85%;
    margin: 5vw auto;
  }
}
.office-list .wrap .offices ul li:hover {
  transform: scale(0.9);
}
.office-list .wrap .offices ul li img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.office-list .wrap .offices ul li .office-name {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 820px) {
  .office-list .wrap .offices ul li .office-name {
    font-size: 14px;
  }
}
.office-list .wrap .offices ul li .office-name .educo {
  color: #EE87B3;
}
.office-list .wrap .offices ul li .office-name .mint {
  color: #00B3C4;
}
.office-list .wrap .offices ul li .office-name .premo {
  color: #8EC31F;
}
.office-list .wrap .offices ul li .office-name .lunasol {
  color: #FFA000;
}
.office-list .wrap .offices ul li .office-name .enhome {
  color: #003045;
}
.office-list .wrap .offices ul li .office-name .riando {
  color: #DFD4CC;
}

.maps .sec-ttl {
  margin: 3vw;
}
.maps .map-wrap {
  width: 90%;
  max-width: 1440px;
  height: 87vh;
  margin: 0 auto;
  position: relative;
  padding-top: 32.2916666667%;
}
@media screen and (max-width: 820px) {
  .maps .map-wrap {
    height: 60vh;
  }
}
@media screen and (max-width: 480px) {
  .maps .map-wrap {
    height: 80vh;
  }
}
.maps .map-wrap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1550px) {
  .of-hide {
    display: none;
  }
}

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

.main-visual {
  position: relative;
  margin: 100px 0;
}
@media screen and (max-width: 480px) {
  .main-visual {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.main-visual .site-ttl {
  width: 250px;
  position: absolute;
  bottom: 1.667vw;
  left: 5.208vw;
}
@media screen and (max-width: 1270px) {
  .main-visual .site-ttl {
    display: none;
  }
}
.main-visual .site-sub-ttl {
  position: absolute;
  bottom: 7.448vw;
  right: 6.25vw;
  font-family: "syunka", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
@media screen and (max-width: 1270px) {
  .main-visual .site-sub-ttl {
    right: 0.976vw;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .site-sub-ttl {
    right: 4.103vw;
    bottom: 15.385vw;
    font-size: 22px;
    line-height: 3rem;
    font-weight: 700;
  }
}
.main-visual .site-sub-ttl p span {
  margin-bottom: 5px;
  padding: 5px 0;
  background-color: #fff;
}

.top_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_flex .info {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
}
@media screen and (max-width: 480px) {
  .top_flex .info {
    flex-direction: column;
    align-items: center;
  }
}
.top_flex .info .info-inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 16px 40px;
  margin-right: 24px;
  display: flex;
}
@media screen and (max-width: 1270px) {
  .top_flex .info .info-inner {
    width: 80%;
    padding: 19px;
  }
}
@media screen and (max-width: 480px) {
  .top_flex .info .info-inner {
    width: auto;
    flex-direction: column;
    margin-right: 0;
  }
}
.top_flex .info .info-inner .info-ttl {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 24px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px dotted #302E2E;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1270px) {
  .top_flex .info .info-inner .info-ttl {
    font-size: 20px;
    margin-right: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 480px) {
  .top_flex .info .info-inner .info-ttl {
    border-bottom: 1px dotted #886464;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 8px;
    margin-bottom: 16px;
    justify-content: center;
    font-size: 18px;
  }
}
.top_flex .info .info-inner .info-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 950px;
}
.top_flex .info .info-inner .info-body .info-item {
  align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 1270px) {
  .top_flex .info .info-inner .info-body .info-item {
    margin-top: 12px;
  }
}
.top_flex .info .info-inner .info-body .info-item a {
  display: flex;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 1270px) {
  .top_flex .info .info-inner .info-body .info-item a {
    flex-direction: column;
    padding: 5px;
  }
}
.top_flex .info .info-inner .info-body .info-item a:hover {
  background-color: #FBF5E6;
}
.top_flex .info .info-inner .info-body .info-item a .info-data {
  display: flex;
  align-items: center;
}
.top_flex .info .info-inner .info-body .info-item:nth-of-type(1) {
  margin-top: 0;
}
.top_flex .info .info-inner .info-body .info-item time {
  color: #00B3C4;
  font-weight: 700;
}
@media screen and (max-width: 1270px) {
  .top_flex .info .info-inner .info-body .info-item time {
    font-size: 14px;
  }
}
.top_flex .info .info-inner .info-body .info-item .category-office {
  margin-left: 16px;
  background-color: #EEEEEE;
  border-radius: 20px;
  padding: 0 20px;
  font-weight: 700;
}
@media screen and (max-width: 1270px) {
  .top_flex .info .info-inner .info-body .info-item .category-office {
    font-size: 14px;
    padding: 0 5px;
  }
}
.top_flex .info .info-inner .info-body .info-item .info-item-ttl {
  position: relative;
  margin-left: 16px;
}
@media screen and (max-width: 1270px) {
  .top_flex .info .info-inner .info-body .info-item .info-item-ttl {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .top_flex .info .info-inner .info-body .info-item .info-item-ttl {
    margin-top: 8px;
  }
}
.top_flex .info .info-detail {
  flex-basis: 77px;
  max-width: 77px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .top_flex .info .info-detail {
    margin-left: 0;
    margin-top: 16px;
    min-width: 270px;
    flex-basis: auto;
  }
}
.top_flex .info .info-detail a {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .top_flex .info .info-detail a {
    padding: 8px 0;
  }
}
.top_flex .info .info-detail a:hover {
  background-color: #eeeeee;
  color: #302E2E;
}
.top_flex .info .info-detail a span {
  font-weight: 700;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .top_flex .info .info-detail a span {
    transform: none;
  }
}
.top_flex .bnner {
  margin: 64px auto 0;
  max-width: 1100px;
}
@media screen and (max-width: 1270px) {
  .top_flex .bnner {
    max-width: 630px;
  }
}
@media screen and (max-width: 480px) {
  .top_flex .bnner {
    max-width: none;
    padding: 0 16px;
  }
}
.top_flex .bnner img {
  border-radius: 15px;
  transition: all 0.4s;
}
.top_flex .bnner img:hover {
  opacity: 0.7;
}

.top-about {
  padding-top: 320px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1270px) {
  .top-about {
    padding-top: 185px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .top-about {
    padding-top: 20.513vw;
    padding-bottom: 40px;
  }
}
.top-about .about-container {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1240px;
}
@media screen and (max-width: 480px) {
  .top-about .about-container {
    padding: 0 16px;
  }
}
.top-about .about-container .contents-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .top-about .about-container .contents-wrap {
    flex-direction: column;
  }
}
.top-about .about-container .contents-wrap .absolute-contents {
  position: absolute;
  top: -3.177vw;
  left: -7.812vw;
}
@media screen and (max-width: 480px) {
  .top-about .about-container .contents-wrap .absolute-contents {
    position: static;
  }
}
.top-about .about-container .contents-wrap .absolute-contents h2 {
  position: absolute;
  top: -9.756vw;
  left: 3.902vw;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 480px) {
  .top-about .about-container .contents-wrap .absolute-contents h2 {
    right: 4.103vw;
  }
}
.top-about .about-container .contents-wrap .absolute-contents h2 p {
  font-size: 48px;
  color: #fff;
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (max-width: 1270px) {
  .top-about .about-container .contents-wrap .absolute-contents h2 p {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .top-about .about-container .contents-wrap .absolute-contents h2 p {
    font-size: 20px;
    margin-left: 5.128vw;
  }
}
.top-about .about-container .contents-wrap .absolute-contents h2 p span {
  padding: 16px 8px;
  background-color: #EE87B3;
}
.top-about .about-container .contents-wrap .absolute-contents h2 p:nth-child(2) {
  margin-left: 0;
  margin-top: 220px;
}
@media screen and (max-width: 480px) {
  .top-about .about-container .contents-wrap .absolute-contents h2 p:nth-child(2) {
    margin-top: 30.769vw;
  }
}
.top-about .about-container .contents-wrap .top-about-txt-area {
  margin-top: 580px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 50px 25px;
  border-radius: 30px;
}
@media screen and (max-width: 1270px) {
  .top-about .about-container .contents-wrap .top-about-txt-area {
    margin-top: 370px;
  }
}
@media screen and (max-width: 480px) {
  .top-about .about-container .contents-wrap .top-about-txt-area {
    margin-top: 13.077vw;
  }
}
.top-about .about-container .contents-wrap .top-about-txt-area .top-about-txt-ttl {
  font-size: 24px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .top-about .about-container .contents-wrap .top-about-txt-area .top-about-txt-ttl {
    font-size: 18px;
  }
}
.top-about .about-container .contents-wrap .top-about-txt-area .top-about-txt {
  margin-top: 16px;
  margin-bottom: 32px;
}
.top-about .about-container .contents-wrap .top-about-txt-area .btn {
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
.top-about .about-container .contents-wrap .top-about-txt-area .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.top-about .about-container .contents-wrap .top-about-txt-area .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.top-link {
  background-color: #fff;
  background-image: url(../img/top_linkBg.png);
  background-repeat: repeat;
}
.top-link .link-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .top-link .link-list {
    flex-direction: column;
  }
}
.top-link .link-list .link-item {
  padding: 100px 0;
}
@media screen and (max-width: 1270px) {
  .top-link .link-list .link-item {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-link .link-list .link-item {
    padding: 40px 0 0 0;
  }
}
.top-link .link-list .link-item:nth-child(3) {
  padding-bottom: 40px;
}
.top-link .link-list .link-item .link-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28.646vw;
  height: 20.833vw;
  min-width: 234px;
  min-height: 234px;
  border-radius: 55px;
  border: solid 10px #EE87B3;
}
@media screen and (max-width: 480px) {
  .top-link .link-list .link-item .link-img {
    min-width: 250px;
    min-height: 250px;
    margin: 0 auto;
  }
}
.top-link .link-list .link-item .link-img.link-company {
  background-image: url(../img/EDUCO3DSC00086.jpg);
}
.top-link .link-list .link-item .link-img.link-greet {
  background-image: url(../img/greet.jpg);
  border-color: #00B3C4;
}
.top-link .link-list .link-item .link-img.link-office {
  background-image: url(../img/EDUCO3DSC00084.jpg);
}
.top-link .link-list .link-item .link-btn {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .top-link .link-list .link-item .link-btn {
    max-width: 250px;
    margin: 24px auto 0;
  }
}
.top-link .link-list .link-item .link-btn .btn {
  width: 100%;
  display: block;
  margin-top: 16px;
  color: #302E2E !important;
  font-weight: 700;
  background-color: #FBF5E6;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
.top-link .link-list .link-item .link-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.top-link .link-list .link-item .link-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.top-link .link-list .link-item .link-btn .btn::before {
  content: none;
}

.top-blog {
  margin: 150px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .top-blog {
    margin: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-blog {
    margin: 80px 0 120px;
  }
}
.top-blog .sec-ttl {
  position: relative;
}
.top-blog .sec-ttl::before {
  content: "";
  background: url(../img/dotted_line.png) no-repeat;
  width: calc(50% - 179px);
  height: 10px;
  background-position: center;
  position: absolute;
  top: 60%;
  left: 0;
}
@media screen and (max-width: 480px) {
  .top-blog .sec-ttl::before {
    top: 65%;
    width: calc(50% - 120px);
  }
}
.top-blog .sec-ttl::after {
  content: "";
  background: url(../img/dotted_line.png) no-repeat;
  width: calc(50% - 179px);
  height: 10px;
  background-position: center;
  position: absolute;
  top: 60%;
  right: 0;
}
@media screen and (max-width: 480px) {
  .top-blog .sec-ttl::after {
    top: 65%;
    width: calc(50% - 120px);
  }
}
.top-blog .sec-ttl .bubble {
  position: absolute;
  width: 150px;
  top: -3.646vw;
  right: 36.458vw;
  z-index: 5;
}
@media screen and (max-width: 1270px) {
  .top-blog .sec-ttl .bubble {
    right: 14.458vw;
  }
}
@media screen and (max-width: 480px) {
  .top-blog .sec-ttl .bubble {
    top: -40px;
    right: 4.103vw;
    width: 100px;
  }
}
.top-blog .slider-blog {
  max-width: 960px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .top-blog .slider-blog {
    margin: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-blog .slider-blog {
    flex-direction: column;
    align-items: center;
    margin: 24px 0 40px;
  }
}
.top-blog .slider-blog .blog-item {
  width: 350px;
  position: relative;
  margin: 0 14px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .top-blog .slider-blog .blog-item {
    margin-top: 16px;
  }
  .top-blog .slider-blog .blog-item:nth-child(1) {
    margin-top: 0;
  }
}
.top-blog .slider-blog .blog-item:hover .thum {
  transform: scale(0.9);
}
.top-blog .slider-blog .blog-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.top-blog .slider-blog .blog-item a .thum {
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  padding-top: 56%;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}
.top-blog .slider-blog .blog-item a .blog-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top-blog .slider-blog .blog-item a .blog-info .category {
  font-size: 12px;
  display: inline-block;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  background-color: #AAB6BD;
}
.top-blog .slider-blog .blog-item a .blog-info time {
  font-size: 12px;
  padding: 0.2em 0;
}
.top-blog .slider-blog .blog-item a .blog-ttl {
  text-align: start;
  font-weight: 700;
  height: 80px;
  line-height: 1.7;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.2s;
}
.top-blog .slider-blog .blog-item::before {
  content: "";
  position: absolute;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  background: #fff;
  will-change: transform;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
.top-blog .slider-blog .slick-prev {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.927vw;
  background: url(../img/prev_btn.png) no-repeat;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1270px) {
  .top-blog .slider-blog .slick-prev {
    left: 1.951vw;
    opacity: 0.5;
  }
}
.top-blog .slider-blog .slick-next {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.927vw;
  background: url(../img/next_btn.png) no-repeat;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1270px) {
  .top-blog .slider-blog .slick-next {
    right: 1.951vw;
    opacity: 0.5;
  }
}
.top-blog .blog-btn {
  text-align: center;
}
.top-blog .blog-btn .btn {
  font-weight: 700;
  background-color: #8EC31F;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
.top-blog .blog-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.top-blog .blog-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.top-blog::after {
  content: "";
  background: url(../img/dotted_line.png) no-repeat;
  width: 100%;
  height: 10px;
  background-position: center;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.top-office {
  background-color: #fff;
  background-image: url(../img/top_linkBg.png);
  background-repeat: repeat;
  padding: 100px 0;
}
@media screen and (max-width: 1270px) {
  .top-office {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-office {
    padding: 40px 0;
  }
}
.top-office .office-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 1270px) {
  .top-office .office-wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .top-office .office-wrap {
    margin-top: 24px;
    flex-direction: column;
  }
}
.top-office .office-wrap .office-item {
  flex-basis: calc(33.33333% - 2.604vw);
  max-width: 33.33333%;
  position: relative;
  margin-bottom: 55px;
}
@media screen and (max-width: 480px) {
  .top-office .office-wrap .office-item {
    flex-basis: 50%;
    max-width: none;
  }
}
.top-office .office-wrap .office-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-office .office-wrap .office-item a:hover .thum img {
  transform: scale(1.1);
}
.top-office .office-wrap .office-item a .thum {
  overflow: hidden;
  border-radius: 15px;
}
.top-office .office-wrap .office-item a .thum img {
  width: 100%;
  transition: 0.2s linear;
  vertical-align: bottom;
}
.top-office .office-wrap .office-item a .office-ttl {
  font-weight: 700;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
  background-color: #FBF5E6;
  padding: 10px;
  border-radius: 100px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-size: 0.729vw;
}
@media screen and (max-width: 480px) {
  .top-office .office-wrap .office-item a .office-ttl {
    font-size: 14px;
  }
}
.top-office .office-wrap .office-item a .office-ttl::before {
  content: "";
  width: 25px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1270px) {
  .top-office .office-wrap .office-item a .office-ttl::before {
    left: 10px;
    opacity: 0.7;
    width: 15px;
    height: 13px;
  }
}
.top-office .office-wrap .office-item.educo a .office-ttl::before {
  background-image: url(../img/educo_item.png);
}
.top-office .office-wrap .office-item.mint a .office-ttl::before {
  background-image: url(../img/mint_item.png);
}
.top-office .office-wrap .office-item.premo a .office-ttl::before {
  background-image: url(../img/premo_item.png);
}
.top-office .office-wrap .office-item.lunasol a .office-ttl::before {
  background-image: url(../img/lunasol_item.png);
}
.top-office .office-wrap .office-item.enhome a .office-ttl::before {
  background-image: url(../img/enhome_item.png);
}
.top-office .office-wrap .office-item.riando a .office-ttl::before {
  background-image: url(../img/riando_item.png);
}
.top-office .office-btn {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 1270px) {
  .top-office .office-btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .top-office .office-btn {
    margin-top: 25px;
  }
}
.top-office .office-btn .btn {
  display: block;
  font-weight: 700;
  background-color: #FBF5E6;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
  color: #302E2E !important;
  width: 300px;
  margin: 0 auto;
}
.top-office .office-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.top-office .office-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.top-service {
  margin: 100px 0;
}
@media screen and (max-width: 1270px) {
  .top-service {
    margin: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-service {
    margin: 40px 0;
  }
}
.top-service .flex {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .top-service .flex {
    flex-direction: column;
  }
}
.top-service .flex .service-img {
  width: 25.489%;
  height: 766px;
  background: url(../img/458787759042592820.jpg) no-repeat;
  background-position: top 50% left 35%;
  border-radius: 0 24px 24px 0;
  background-size: cover;
}
@media screen and (max-width: 1270px) {
  .top-service .flex .service-img {
    display: none;
  }
}
.top-service .flex .service-body {
  width: 74.511%;
  padding-left: 2.604vw;
  padding-right: 4.167vw;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .top-service .flex .service-body {
    padding: 0 16px;
    width: auto;
  }
}
.top-service .flex .service-body .service-pcImg {
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  position: absolute;
  z-index: 1;
  right: 16px;
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .service-pcImg {
    right: 0;
  }
}
.top-service .flex .service-body .service-pcImg img {
  border-radius: 25px;
}
@media screen and (max-width: 1270px) {
  .top-service .flex .service-body .service-box {
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: inline-block;
    border-radius: 25px;
    padding: 24px 40px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .service-box {
    display: block;
    padding: 24px;
    margin-top: 250px;
  }
}
.top-service .flex .service-body .sec-ttl {
  text-align: left;
}
.top-service .flex .service-body .sec-ttl .sec-img {
  margin-right: auto;
  margin-left: 0;
}
.top-service .flex .service-body .top-service-txt {
  width: 31vw;
  padding-top: 32px;
}
@media screen and (max-width: 1270px) {
  .top-service .flex .service-body .top-service-txt {
    padding-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .top-service-txt {
    width: auto;
  }
}
.top-service .flex .service-body .service-area {
  display: flex;
  align-items: center;
  margin-top: 7.813vw;
}
@media screen and (max-width: 1270px) {
  .top-service .flex .service-body .service-area {
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .service-area {
    flex-direction: column;
    margin-top: 24px;
  }
}
.top-service .flex .service-body .service-area h3 {
  width: 21.439%;
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .service-area h3 {
    min-width: 165px;
  }
}
.top-service .flex .service-body .service-area .service-list {
  display: flex;
  flex-wrap: wrap;
  width: 74.01%;
  padding-left: 50px;
}
@media screen and (max-width: 1270px) {
  .top-service .flex .service-body .service-area .service-list {
    padding-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .service-area .service-list {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
  }
}
.top-service .flex .service-body .service-area .service-list .service-item {
  width: calc(33.33333% - 1.563vw);
  margin-top: 24px;
  margin-left: 1.563vw;
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .service-area .service-list .service-item {
    width: 100%;
    margin-left: 0;
  }
}
.top-service .flex .service-body .service-area .service-list .service-item a {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 25px 10px;
  border-radius: 20px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-size: 0.833vw;
  transition: 0.1s linear;
}
@media screen and (max-width: 1270px) {
  .top-service .flex .service-body .service-area .service-list .service-item a {
    font-size: 14px;
  }
}
.top-service .flex .service-body .service-area .service-list .service-item a:hover {
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.top-service .flex .service-body .service-area .service-list .service-item::before {
  content: "";
  width: 1.302vw;
  height: 1.198vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.042vw;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .top-service .flex .service-body .service-area .service-list .service-item::before {
    width: 4.615vw;
    height: 4.615vw;
    left: 16px;
  }
}
.top-service .flex .service-body .service-area .service-list .service-item.orange {
  position: relative;
}
.top-service .flex .service-body .service-area .service-list .service-item.orange::before {
  background-image: url(../img/service_orange.png);
}
.top-service .flex .service-body .service-area .service-list .service-item.blue {
  position: relative;
}
.top-service .flex .service-body .service-area .service-list .service-item.blue::before {
  background-image: url(../img/service_blue.png);
}
.top-service .flex .service-img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.646vw;
  z-index: -1;
}

.top-recruit {
  z-index: -2;
  background-color: #fff;
  background-image: url(../img/top_linkBg.png);
  background-repeat: repeat;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .top-recruit {
    padding: 80px 0 190px;
  }
}
@media screen and (max-width: 480px) {
  .top-recruit {
    padding: 40px 0;
  }
}
.top-recruit .top-recruit-txt {
  width: 39.063vw;
  margin: 50px auto 0;
}
@media screen and (max-width: 1270px) {
  .top-recruit .top-recruit-txt {
    margin-top: 24px;
    padding: 0 16px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .top-recruit .top-recruit-txt {
    width: auto;
  }
}
.top-recruit .top-recruit-txt p {
  padding-bottom: 2.604vw;
}
.top-recruit .recruit-btn .btn {
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
  width: 300px;
  display: block;
  margin: 0 auto;
}
.top-recruit .recruit-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.top-recruit .recruit-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.top-recruit .recruit-img1 {
  width: 24.479vw;
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 80px;
}
@media screen and (max-width: 1270px) {
  .top-recruit .recruit-img1 {
    top: 3.049vw;
    left: 10.366vw;
  }
}
@media screen and (max-width: 480px) {
  .top-recruit .recruit-img1 {
    display: none;
  }
}
.top-recruit .recruit-img2 {
  width: 24.479vw;
  position: absolute;
  z-index: -1;
  bottom: 100px;
  right: 80px;
}
@media screen and (max-width: 1270px) {
  .top-recruit .recruit-img2 {
    bottom: 3.659vw;
    right: 3.659vw;
  }
}
@media screen and (max-width: 480px) {
  .top-recruit .recruit-img2 {
    display: none;
  }
}
.top-recruit .recruit-img3 {
  margin-top: 16px;
  padding: 0 16px;
}

.shop {
  margin-top: 100px;
  padding: 0 18.75vw;
}
@media screen and (max-width: 1270px) {
  .shop {
    margin-top: 80px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  .shop {
    margin-top: 40px;
  }
}
.shop .shop-wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 2.604vw 3.906vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .shop .shop-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 24px;
  }
}
.shop .shop-wrap .shop-left {
  width: 46.63%;
}
@media screen and (max-width: 480px) {
  .shop .shop-wrap .shop-left {
    width: auto;
    margin-top: 24px;
  }
}
.shop .shop-wrap .shop-left h2 {
  max-width: 490px;
}
.shop .shop-wrap .shop-left p {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .shop .shop-wrap .shop-left p {
    margin-top: 16px;
  }
}
.shop .shop-wrap .shop-left .shop-btn {
  margin-top: 32px;
}
.shop .shop-wrap .shop-left .shop-btn .btn {
  display: block;
  width: 300px;
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
.shop .shop-wrap .shop-left .shop-btn .btn:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}
.shop .shop-wrap .shop-left .shop-btn .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.shop .shop-wrap .shop-right {
  width: 45.21%;
}
@media screen and (max-width: 480px) {
  .shop .shop-wrap .shop-right {
    width: auto;
  }
}
.shop .shop-wrap .shop-right img {
  border-radius: 55px;
}

.about-intro {
  background-color: #fff;
  background-image: url(../img/about_bg.svg);
  padding: 40px 0 80px;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .about-intro {
    padding: 40px 0 40px;
    margin: 40px 0;
  }
}
.about-intro .about-intro-ttl {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .about-intro .about-intro-ttl {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-intro .about-intro-ttl h2 {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .about-intro .about-intro-ttl h2 {
    width: 250px;
  }
}
.about-intro .about-intro-ttl .about-intro-txt {
  margin-top: 24px;
}
.about-intro .about-intro-img {
  width: 100%;
  margin-top: 24px;
  display: flex;
}
.about-intro .about-intro-img img {
  width: 33.333%;
}

.white {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .white {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .white {
    padding: 40px 0;
  }
}
.white .philo {
  background-color: #EDE5DE;
  padding: 80px 0 140px;
}
@media screen and (max-width: 768px) {
  .white .philo {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .white .philo {
    padding: 40px 0;
  }
}
.white .philo .sec-ttl {
  margin-bottom: 40px;
}
.white .philo .philo-box {
  background-color: #fff;
  border-radius: 65px;
  width: 90%;
  margin: 0 auto;
  max-width: 880px;
  position: relative;
  text-align: center;
  padding: 40px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .white .philo .philo-box {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .white .philo .philo-box {
    padding: 16px;
    margin-bottom: 50px;
  }
}
.white .philo .philo-box:nth-child(4) {
  margin-bottom: 0;
}
.white .philo .philo-box h3 {
  color: #EE87B3;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 32px;
  line-height: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .white .philo .philo-box h3 {
    font-size: 24px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .white .philo .philo-box h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.white .philo .philo-box .philo-img {
  width: 150px;
  position: absolute;
  left: 0;
  top: -77px;
}
@media screen and (max-width: 768px) {
  .white .philo .philo-box .philo-img {
    width: 100px;
    top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .white .philo .philo-box .philo-img {
    width: 60px;
    top: -35px;
  }
}
.white .behav {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .white .behav {
    margin-top: 40px;
  }
}
.white .behav .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .white .behav .sec-ttl {
    margin-bottom: 24px;
  }
}
.white .behav .behav-list {
  display: flex;
  flex-wrap: wrap;
}
.white .behav .behav-list .behav-item {
  width: 50%;
  background-color: #FBF5E6;
  border: dotted 1px #707070;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .white .behav .behav-list .behav-item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .white .behav .behav-list .behav-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
}
.white .behav .behav-list .behav-item .behav-img {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  max-width: 150px;
  width: 30%;
}
@media screen and (max-width: 480px) {
  .white .behav .behav-list .behav-item .behav-img {
    width: 80px;
    padding: 0 0 16px 0;
  }
}
.white .behav .behav-list .behav-item .behav-txt {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .white .behav .behav-list .behav-item .behav-txt {
    width: auto;
  }
}
.white .behav .behav-list .behav-item .behav-txt h3 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 20px;
  line-height: 2rem;
}
.white .behav .behav-list .behav-item .behav-txt p {
  margin-top: 16px;
}

.recruit-mainvisual {
  background: url(../img/recruit-main.png) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 50vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 480px) {
  .recruit-mainvisual {
    background-image: url(../img/recruit-main-sp.png);
    height: 100vh;
  }
}
.recruit-mainvisual .recruit-mainttl {
  position: absolute;
  left: 4.167vw;
  bottom: 78px;
  width: 350px;
}
@media screen and (max-width: 1270px) {
  .recruit-mainvisual .recruit-mainttl {
    bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-mainvisual .recruit-mainttl {
    bottom: 30.769vw;
    width: 350px;
  }
}
.recruit-mainvisual .recruit-mainttl p {
  padding: 0 10px;
  background-color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  display: inline-block;
}
@media screen and (max-width: 1270px) {
  .recruit-mainvisual .recruit-mainttl p {
    font-size: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit-mainvisual .recruit-mainttl p {
    padding: 8px;
  }
}
.recruit-mainvisual .recruit-mainttl p span {
  color: #EE87B3;
}

.recruit-intro {
  text-align: center;
  padding: 100px 0;
  margin: 0 auto;
  width: 53.22%;
}
@media screen and (max-width: 1270px) {
  .recruit-intro {
    width: auto;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-intro {
    padding: 40px 16px;
  }
}
.recruit-intro .recruit-intro-ttl {
  display: inline-block;
  width: auto;
  height: 50%;
  background: linear-gradient(to bottom, rgba(251, 245, 230, 0) 0%, rgba(251, 245, 230, 0) 51%, rgba(251, 245, 230, 0) 52%, rgba(229, 0, 128, 0.3) 100%);
}
.recruit-intro .recruit-intro-txt {
  padding-top: 24px;
}
@media screen and (max-width: 480px) {
  .recruit-intro .recruit-intro-txt {
    padding-top: 16px;
  }
}
.recruit-intro .recruit-intro-atention {
  padding-top: 24px;
  font-size: 20px;
  font-weight: 700;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .recruit-intro .recruit-intro-atention {
    padding-top: 16px;
    font-size: 18px;
  }
}

.recruit-message {
  background-color: #EBE7E4;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1270px) {
  .recruit-message {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit-message {
    flex-direction: column;
  }
}
.recruit-message .president-img {
  min-width: 480px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .recruit-message .president-img {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-message .president-img {
    min-width: auto;
    width: auto;
  }
}
.recruit-message .recruit-message-txt {
  width: 40%;
  padding-left: 4.167vw;
  padding-top: 4.167vw;
  padding-right: 4.167vw;
}
@media screen and (max-width: 1270px) {
  .recruit-message .recruit-message-txt {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-message .recruit-message-txt {
    padding: 20px 32px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .recruit-message .recruit-message-txt {
    padding: 16px;
  }
}
.recruit-message .recruit-message-txt .message-ttl-area {
  line-height: 1.5rem;
}
.recruit-message .recruit-message-txt .message-ttl-area .message-en-ttl {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .recruit-message .recruit-message-txt .message-ttl-area .message-en-ttl {
    font-size: 20px;
  }
}
.recruit-message .recruit-message-txt .message-ttl-area .message-ttl {
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .recruit-message .recruit-message-txt .message-ttl-area .message-ttl {
    margin-top: 0;
    font-size: 14px;
  }
}
.recruit-message .recruit-message-txt .message-atention-txt {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 1270px) {
  .recruit-message .recruit-message-txt .message-atention-txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-message .recruit-message-txt .message-atention-txt {
    font-size: 16px;
  }
}
.recruit-message .recruit-message-txt p {
  margin-top: 24px;
}
@media screen and (max-width: 1270px) {
  .recruit-message .recruit-message-txt p {
    margin-top: 16px;
  }
}
.recruit-message .recruit-message-txt .president-name {
  text-align: right;
}
.recruit-message .recruit-message-txt .president-name span {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .recruit-message .recruit-message-txt .president-name span {
    font-size: 18px;
  }
}

.recruit-link {
  margin-top: 145px;
  margin-bottom: 145px;
}
@media screen and (max-width: 1270px) {
  .recruit-link {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-link {
    margin: 40px 0;
  }
}
.recruit-link .recruit-link-flex {
  padding-left: 15.625vw;
  margin-top: 120px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1270px) {
  .recruit-link .recruit-link-flex {
    margin-top: 80px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex {
    flex-direction: column-reverse;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex {
    margin-top: 40px;
    padding: 0 16px;
  }
}
.recruit-link .recruit-link-flex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/recruit-link-item.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.573vw;
  height: 23.698vw;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex::before {
    transform: rotate(180deg);
    width: 80px;
    height: 302px;
    right: 0;
    left: auto;
    bottom: auto;
    top: 180px;
  }
}
.recruit-link .recruit-link-flex .recruit-link-txt {
  margin-right: 4.167vw;
  line-height: 2rem;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex .recruit-link-txt {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex .recruit-link-txt {
    margin-right: 0;
    line-height: 1.5rem;
  }
}
.recruit-link .recruit-link-flex .recruit-link-txt .recruit-link-sub-ttl {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex .recruit-link-txt .recruit-link-sub-ttl {
    font-size: 12px;
  }
}
.recruit-link .recruit-link-flex .recruit-link-txt .recruit-link-en-ttl {
  font-size: 32px;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex .recruit-link-txt .recruit-link-en-ttl {
    font-size: 20px;
    margin-top: 0;
  }
}
.recruit-link .recruit-link-flex .recruit-link-txt .recrui-link-ttl {
  margin-top: 8px;
  font-size: 16px;
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex .recruit-link-txt .recrui-link-ttl {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.5rem;
  }
}
.recruit-link .recruit-link-flex .recruit-link-txt p {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex .recruit-link-txt p {
    margin-top: 16px;
  }
}
.recruit-link .recruit-link-flex .recruit-link-img {
  position: relative;
  width: 64%;
  height: 36.458vw;
  max-height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex .recruit-link-img {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex .recruit-link-img {
    height: 250px;
  }
}
.recruit-link .recruit-link-flex .recruit-link-img.environmental {
  background-image: url(../img/461267717299634707.jpg);
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex .recruit-link-img.environmental {
    background-position: top 20% left 50%;
  }
}
.recruit-link .recruit-link-flex .recruit-link-img.information {
  background-image: url(../img/459665756373385908.jpg);
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex .recruit-link-img.information {
    background-position: top 30% left 50%;
  }
}
.recruit-link .recruit-link-flex-left {
  padding-right: 15.625vw;
  margin-top: 120px;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  z-index: 1;
}
@media screen and (max-width: 1270px) {
  .recruit-link .recruit-link-flex-left {
    margin-top: 80px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex-left {
    flex-direction: column-reverse;
    padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left {
    padding: 0 16px;
    margin-top: 40px;
  }
}
.recruit-link .recruit-link-flex-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/recruit-link-item.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.573vw;
  height: 23.698vw;
  opacity: 0.7;
  transform: rotate(180deg);
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left::before {
    width: 80px;
    height: 302px;
    bottom: auto;
    top: 180px;
  }
}
.recruit-link .recruit-link-flex-left .recruit-link-txt {
  margin-left: 4.167vw;
  line-height: 2rem;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex-left .recruit-link-txt {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left .recruit-link-txt {
    margin-left: 0;
    line-height: 1.5rem;
  }
}
.recruit-link .recruit-link-flex-left .recruit-link-txt .recruit-link-sub-ttl {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left .recruit-link-txt .recruit-link-sub-ttl {
    font-size: 12px;
  }
}
.recruit-link .recruit-link-flex-left .recruit-link-txt .recruit-link-en-ttl {
  font-size: 32px;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left .recruit-link-txt .recruit-link-en-ttl {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.5rem;
  }
}
.recruit-link .recruit-link-flex-left .recruit-link-txt .recrui-link-ttl {
  margin-top: 8px;
  font-size: 16px;
  color: #EE87B3;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left .recruit-link-txt .recrui-link-ttl {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.5rem;
  }
}
.recruit-link .recruit-link-flex-left .recruit-link-txt p {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left .recruit-link-txt p {
    margin-top: 16px;
  }
}
.recruit-link .recruit-link-flex-left .recruit-link-img {
  position: relative;
  width: 64%;
  height: 36.458vw;
  max-height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .recruit-link .recruit-link-flex-left .recruit-link-img {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .recruit-link .recruit-link-flex-left .recruit-link-img {
    height: 250px;
  }
}
.recruit-link .recruit-link-flex-left .recruit-link-img.traning {
  background-image: url(../img/459665763369484868.jpg);
}
.recruit-link .recruit-link-flex-left .recruit-link-img.company {
  background-image: url(../img/EDUCO3DSC00068.png);
}

.service-detail-intro {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .service-detail-intro {
    margin: 40px 0;
  }
}
.service-detail-intro .wrap2 {
  background-color: #fff;
  background: url(../img/about_bg.svg) repeat;
  padding: 40px 40px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-detail-intro .wrap2 {
    padding-bottom: 40px;
  }
}
.service-detail-intro .wrap2 .service-detail-inner {
  margin: 0 auto;
  max-width: 880px;
}
.service-detail-intro .wrap2 .service-detail-inner .service-detail-attention {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .service-detail-intro .wrap2 .service-detail-inner .service-detail-attention {
    font-size: 18px;
    margin-top: 24px;
  }
}
.service-detail-intro .wrap2 .service-detail-inner p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .service-detail-intro .wrap2 .service-detail-inner p {
    margin-top: 18px;
  }
}

.service-details {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-details {
    margin-bottom: 40px;
  }
}
.service-details .service-details-items {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service-details .service-details-items {
    margin-top: 40px;
  }
}
.service-details .service-details-items h3 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 24px;
  display: inline-block;
  width: auto;
  height: 50%;
  background: linear-gradient(to bottom, rgba(251, 245, 230, 0) 0%, rgba(251, 245, 230, 0) 51%, rgba(251, 245, 230, 0) 52%, rgba(229, 0, 128, 0.3) 100%);
}
@media screen and (max-width: 768px) {
  .service-details .service-details-items h3 {
    font-size: 18px;
  }
}
.service-details .service-details-items .jihi-txt-area {
  margin-top: 24px;
}
.service-details .service-details-items .service-details-btm {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .service-details .service-details-items .service-details-btm {
    flex-direction: column-reverse;
  }
}
.service-details .service-details-items .service-details-btm p {
  margin-right: 4.167vw;
  width: 40.9%;
}
@media screen and (max-width: 768px) {
  .service-details .service-details-items .service-details-btm p {
    margin-right: 0;
    width: auto;
    margin-top: 24px;
  }
}
.service-details .service-details-items .service-details-btm .service-details-img {
  width: 50%;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .service-details .service-details-items .service-details-btm .service-details-img {
    min-width: auto;
    width: auto;
  }
}
.service-details .service-details-items .service-details-btm .service-details-img img {
  border-radius: 45px;
}

.service-info {
  padding: 40px 0 80px;
  background-color: #fff;
  background: url(../img/about_bg.svg) repeat;
}
@media screen and (max-width: 480px) {
  .service-info {
    padding-bottom: 40px;
  }
}
.service-info .sec-ttl {
  text-align: start;
}
.service-info .sec-ttl .sec-img {
  margin-left: 0;
}
.service-info .service-info-price .price-table {
  margin-top: 40px;
  border: dotted 1px #707070;
  display: flex;
}
@media screen and (max-width: 480px) {
  .service-info .service-info-price .price-table {
    flex-direction: column;
    margin-top: 24px;
  }
}
.service-info .service-info-price .price-attention {
  margin-top: 8px;
}
.service-info .price-table-item {
  text-align: center;
  width: 33.3333%;
}
@media screen and (max-width: 480px) {
  .service-info .price-table-item {
    width: auto;
  }
}
.service-info .price-table-item dt {
  border: dotted 1px #707070;
  padding: 24px 0;
  background-color: #FBF5E6;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .service-info .price-table-item dt {
    font-size: 16px;
  }
}
.service-info .price-table-item dd {
  border: dotted 1px #707070;
  padding: 24px 0;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .service-info .price-table-item dd {
    font-size: 16px;
  }
}
.service-info .service-info-flow {
  margin-top: 40px;
}
.service-info .service-info-flow .service-info-list {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 480px) {
  .service-info .service-info-flow .service-info-list {
    margin-top: 24px;
    flex-direction: column;
  }
}
.service-info .service-info-flow .service-info-list .service-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .service-info .service-info-flow .service-info-list .service-info-item {
    width: auto;
  }
}
.service-info .service-info-flow .service-info-list .service-info-item .info-item-txt {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .service-info .service-info-flow .service-info-list .service-info-item .info-item-txt {
    margin-bottom: 40px;
  }
}
.service-info .service-info-flow .service-info-list .service-info-item .info-item-txt h3 {
  text-align: center;
  font-size: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
@media screen and (max-width: 480px) {
  .service-info .service-info-flow .service-info-list .service-info-item .info-item-txt h3 {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.service-info .service-info-flow .service-consultation-flow {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .service-info .service-info-flow .service-consultation-flow {
    margin-top: 24px;
  }
}

.service-offer {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .service-offer {
    margin-top: 40px;
  }
}
.service-offer .wrap2 {
  padding: 40px 0 80px;
  background-color: #EEEEEE;
  border-radius: 25px;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 {
    padding-bottom: 40px;
  }
}
.service-offer .wrap2 .service-offer-inner {
  border-radius: 25px;
  width: 90.9%;
  max-width: 1200px;
  background-color: #fff;
  margin: 40px auto;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 .service-offer-inner {
    margin-bottom: 0;
  }
}
.service-offer .wrap2 .service-offer-inner .service-offer-list {
  max-width: 880px;
  margin: 0 auto;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item {
  border-radius: 25px;
  background-color: #FBF5E6;
  margin: 16px 20px 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item:nth-of-type(1) {
  margin-top: 0;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-top {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #EE87B3;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-top.offer-item-mint {
  border-bottom: solid 1px #00B3C4;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-top.offer-item-premo {
  border-bottom: solid 1px #8EC31F;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-top.offer-item-lunasol {
  border-bottom: solid 1px #FFA000;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-top.offer-item-enhome {
  border-bottom: solid 1px #003045;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-top.offer-item-riando {
  border-bottom: solid 1px #DFD4CC;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm {
  display: flex;
  align-items: end;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm {
    align-items: flex-start;
    flex-direction: column;
  }
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left {
  display: flex;
  align-items: center;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left {
    width: auto;
    flex-direction: column;
  }
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-img {
  width: 120px;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-img {
    width: auto;
  }
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-img img {
  border-radius: 10px;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-address {
  padding-left: 16px;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-address {
    padding-left: 0;
    padding-top: 16px;
  }
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-address dl {
  display: flex;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-address dl {
    margin-bottom: 16px;
    flex-direction: column;
  }
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-left .offer-item-address dl dt {
  min-width: 100px;
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-right {
  width: 20%;
  border-radius: 30px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-right {
    margin-right: 0;
    margin-left: auto;
    width: auto;
  }
}
.service-offer .wrap2 .service-offer-inner .service-offer-list .offer-item .offer-item-btm .offer-item-btm-right:hover {
  box-shadow: none;
}

.privacypolicy.wrap2 {
  background-color: #fff;
  background: url(../img/about_bg.svg) repeat;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.privacypolicy.wrap2 .privacy-inner {
  margin: 0 auto;
  width: 45.833vw;
  min-width: 800px;
}
@media screen and (max-width: 1270px) {
  .privacypolicy.wrap2 .privacy-inner {
    min-width: auto;
    width: auto;
    padding: 0 16px;
  }
}
.privacypolicy.wrap2 .privacy-inner .list {
  margin-top: 40px;
}
.privacypolicy.wrap2 .privacy-inner .list li {
  margin-top: 40px;
}
.privacypolicy.wrap2 .privacy-inner .list li .item-ttl {
  font-size: 18px;
  margin-bottom: 8px;
}

.information-intro {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1270px) {
  .information-intro {
    padding: 0 16px;
    margin-bottom: 80px;
  }
}
.information-intro h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1270px) {
  .information-intro h2 {
    margin-bottom: 24px;
  }
}
.information-intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #EE87B3;
}
.information-intro p {
  margin-bottom: 24px;
}

.information-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .information-list {
    flex-direction: column;
  }
}
.information-list .information-item {
  text-align: center;
  width: calc(33.333% - 16px);
}
@media screen and (max-width: 480px) {
  .information-list .information-item {
    margin-bottom: 24px;
    width: auto;
  }
}
.information-list .information-item .btn {
  padding: 16px 0;
  border: solid 3px #EE87B3;
  display: block;
  position: relative;
  transition: 0.4s;
}
.information-list .information-item .btn::before {
  transition: 0.4s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: rgba(240, 236, 237, 0.6);
  z-index: -1;
}
.information-list .information-item .btn:hover {
  color: #fff;
}
.information-list .information-item .btn:hover::before {
  background-color: rgba(238, 135, 180, 0.6);
  top: -4px;
  left: -4px;
}

.information-table {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1270px) {
  .information-table {
    margin: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  .information-table {
    margin: 40px 0 80px;
  }
}
.information-table dl {
  display: flex;
}
@media screen and (max-width: 480px) {
  .information-table dl {
    flex-direction: column;
  }
}
.information-table dl dt {
  display: flex;
  align-items: center;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #EE87B3;
  color: #fff;
  border: solid 1px #fff;
  width: 16.666%;
  min-width: 170px;
}
@media screen and (max-width: 480px) {
  .information-table dl dt {
    min-width: auto;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
  }
}
.information-table dl dd {
  width: 100%;
  border: solid 1px #EE87B3;
  padding: 24px 0 24px 24px;
  background-color: #fff;
}
.information-table dl dd ul {
  padding-left: 24px;
  list-style: "・";
}

.news-wrap {
  margin-top: 80px;
  background-color: #fff;
  background: url(../img/about_bg.svg) repeat;
}
.news-wrap .wrap2 {
  padding: 80px 0;
}
@media screen and (max-width: 1270px) {
  .news-wrap .wrap2 {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 480px) {
  .news-wrap .wrap2 {
    padding-top: 30px;
    padding-bottom: 6px;
  }
}
.news-wrap .wrap2 .news-list {
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: dotted 1px #707070;
}
@media screen and (max-width: 480px) {
  .news-wrap .wrap2 .news-list {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.news-wrap .wrap2 .news-list .news-body {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 480px) {
  .news-wrap .wrap2 .news-list .news-body {
    align-items: flex-start;
    flex-direction: column;
  }
}
.news-wrap .wrap2 .news-list .news-body:hover .news-btm {
  text-decoration: underline;
}
.news-wrap .wrap2 .news-list .news-body .news-top {
  width: 266px;
}
.news-wrap .wrap2 .news-list .news-body .news-top time {
  margin-right: 32px;
}
@media screen and (max-width: 480px) {
  .news-wrap .wrap2 .news-list .news-body .news-top time {
    margin-right: 16px;
  }
}
.news-wrap .wrap2 .news-list .news-body .news-top .category {
  margin-right: 32px;
  color: #fff;
  padding: 6px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .news-wrap .wrap2 .news-list .news-body .news-top .category {
    font-size: 12px;
    padding: 5px 10px 6px 11px;
    border-radius: 3.5px;
  }
}
.news-wrap .wrap2 .news-list .news-body .news-btm {
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .news-wrap .wrap2 .news-list .news-body .news-btm {
    margin-top: 10px;
  }
}
.news-wrap .wrap2 .news-info {
  display: flex;
  align-items: center;
}
.news-wrap .wrap2 .news-info .category {
  background-color: #EE87B3;
  color: #fff;
  padding: 2px 16px;
  border-radius: 10px;
}
.news-wrap .wrap2 .news-info time {
  margin-left: 24px;
}
.news-wrap .wrap2 .news-ttl {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: #eeeeee double 1px;
}
.news-wrap .wrap2 .news-container {
  margin-top: 24px;
}
.news-wrap .back-btn {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .news-wrap .back-btn {
    padding-bottom: 40px;
  }
}
.news-wrap .back-btn .back-btn-inner {
  font-weight: 700;
  background-color: #EE87B3;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 40px;
  border-radius: 25px;
  z-index: 1;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.1s linear;
}
.news-wrap .back-btn .back-btn-inner:hover {
  color: #000000;
  transform: translateY(3px);
  box-shadow: none;
  background-color: #eeeeee;
}

.topic_pager {
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .topic_pager {
    padding-bottom: 30px;
  }
}
.topic_pager ul {
  display: flex;
  align-items: center;
}
.topic_pager ul li {
  margin: 0 16px;
}
@media screen and (max-width: 480px) {
  .topic_pager ul li {
    justify-content: space-between;
  }
}
.topic_pager ul li:first-child {
  margin-left: 0;
}
.topic_pager ul li:nth-last-child(1) {
  margin-right: 0;
}
.topic_pager ul li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 3px #EE87B3;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .topic_pager ul li .page-numbers {
    width: 45px;
    height: 45px;
  }
}
.topic_pager ul li .page-numbers:hover {
  background-color: #EE87B3;
  color: #fff;
}
.topic_pager ul .prev {
  padding: 8px 0 !important;
  border-radius: 30px !important;
  text-align: center !important;
  display: inline-block !important;
  width: 200px !important;
  border: solid 3px #EE87B3;
}
@media screen and (max-width: 1270px) {
  .topic_pager ul .prev {
    width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .topic_pager ul .prev {
    width: 100px !important;
  }
}
@media screen and (max-width: 480px) {
  .topic_pager ul .prev {
    display: none !important;
  }
}
.topic_pager ul .next {
  padding: 8px 0 !important;
  border-radius: 30px !important;
  text-align: center !important;
  display: inline-block !important;
  width: 200px !important;
  border: solid 3px #EE87B3;
}
@media screen and (max-width: 1270px) {
  .topic_pager ul .next {
    width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .topic_pager ul .next {
    width: 100px !important;
  }
}
@media screen and (max-width: 480px) {
  .topic_pager ul .next {
    display: none !important;
  }
}

.blog-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .blog-inner {
    flex-direction: column;
  }
}
.blog-inner .blog-left {
  width: 74%;
}
@media screen and (max-width: 1270px) {
  .blog-inner .blog-left {
    width: auto;
  }
}
.blog-inner .post-list {
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
}
.blog-inner .post-none {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .blog-inner .post-none {
    font-size: 16px;
  }
}
.blog-inner article {
  padding: 0 0 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #f1ede9;
}
.blog-inner article::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% - 20px);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  background-color: #e6f5f7;
}
.blog-inner article:hover::before {
  opacity: 1;
}
.blog-inner article .link-archive {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 480px) {
  .blog-inner article .link-archive {
    flex-direction: column;
  }
}
.blog-inner article .link-archive .thumb {
  width: calc(25% - 20px);
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .blog-inner article .link-archive .thumb {
    width: auto;
  }
}
.blog-inner article .link-archive .thumb img {
  border-radius: 5px;
}
.blog-inner article .link-archive .detail {
  width: 75%;
}
@media screen and (max-width: 480px) {
  .blog-inner article .link-archive .detail {
    width: auto;
  }
}
.blog-inner article .link-archive .detail .article-ttl {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .blog-inner article .link-archive .detail .article-ttl {
    font-size: 18px;
    margin-top: 8px;
  }
}
.blog-inner article .link-archive .detail .excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .blog-inner article .link-archive .detail .excerpt {
    margin-top: 8px;
  }
}
.blog-inner aside {
  width: 20%;
  max-width: 20%;
  margin-top: 80px;
}
@media screen and (max-width: 1270px) {
  .blog-inner aside {
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .blog-inner aside {
    margin-top: 40px;
  }
}
.blog-inner aside .sidearea {
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10%;
  background: url(../img/about_bg.svg) repeat;
}
@media screen and (max-width: 1270px) {
  .blog-inner aside .sidearea {
    padding: 4%;
    margin-bottom: 0;
  }
}
.blog-inner aside .sidearea h2 {
  font-size: 16px;
  border-bottom: 1px dashed #D1D0CF;
  font-weight: bold;
  padding: 0.5rem 0.5rem 0.2rem 0.3rem;
  margin-bottom: 0.6rem;
}
.blog-inner aside .sidearea ul {
  padding-left: 10px;
}
@media screen and (max-width: 1270px) {
  .blog-inner aside .sidearea ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .blog-inner aside .sidearea ul {
    flex-direction: column;
  }
}
.blog-inner aside .sidearea ul li {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1270px) {
  .blog-inner aside .sidearea ul li {
    width: calc(50% - 10px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .blog-inner aside .sidearea ul li {
    width: auto;
    margin-bottom: 0;
  }
}
.blog-inner aside .sidearea ul li::before {
  content: "";
  width: 6px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 3px;
}
.blog-inner aside .sidearea ul li a {
  font-size: 14px;
  border-radius: 3px;
  transition: color 0.05s linear;
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 12px);
  padding: 10px 8px;
  line-height: 1;
}
.blog-inner aside .sidearea ul li a:hover {
  background-color: #F7F6F5;
  color: #EE87B3;
}
.blog-inner aside .sidearea ul .li-educo::before {
  background-color: #EE87B3;
}
.blog-inner aside .sidearea ul .li-mint::before {
  background-color: #00B3C4;
}
.blog-inner aside .sidearea ul .li-premo::before {
  background-color: #8EC31F;
}
.blog-inner aside .sidearea ul .li-lunasol::before {
  background-color: #FFA000;
}
.blog-inner aside .sidearea ul .li-enhome::before {
  background-color: #003045;
}
.blog-inner aside .sidearea ul .li-riando::before {
  background-color: #DFD4CC;
}
.blog-inner aside .sidearea ul .li-saga::before {
  background-color: #DFD4CC;
}
.blog-inner aside .sidearea ul .li-honbu::before {
  background-color: #AAB6BD;
}

.blog-category {
  position: relative;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  letter-spacing: 0.06em;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .blog-category {
    font-size: 12px;
  }
}
.blog-category.educo {
  background-color: #EE87B3;
}
.blog-category.mint {
  background-color: #00B3C4;
}
.blog-category.premo {
  background-color: #8EC31F;
}
.blog-category.lunasol {
  background-color: #FFA000;
}
.blog-category.enhome {
  background-color: #003045;
}
.blog-category.riando {
  background-color: #DFD4CC;
}
.blog-category.saga {
  background-color: #DFD4CC;
}
.blog-category.honbu {
  background-color: #AFBAC1;
}
.blog-category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  border-radius: 20px;
  background-color: #fff;
}

.post-none1 {
  text-align: center;
  font-size: 18px;
  margin: 16px 0 32px;
}
@media screen and (max-width: 480px) {
  .post-none1 {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */