/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  margin: 0;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
h1, h2, h3, h4, p {
  margin: 0;
  color: #333333;
}

h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}

h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

a {
  text-decoration: none !important;
  color: #333;
}
a.noto-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
a.hover-line {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
a.hover-line::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #62C7FC, #99E0FD);
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
a.hover-line:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-column {
  flex-direction: column;
}

.flex-j-end {
  justify-content: end;
}

.flex-j-ctr {
  justify-content: center;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-a-ctr {
  align-items: center;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-28 {
  font-size: 28px;
}

.size-32 {
  font-size: 32px;
}

.size-36 {
  font-size: 36px;
}

.size-40 {
  font-size: 40px;
}

.size-64 {
  font-size: 64px;
}

.size-72 {
  font-size: 72px;
}

.size-80 {
  font-size: 80px;
}

span.size-28 {
  font-size: 28px !important;
}
span.size-32 {
  font-size: 32px !important;
}
span.size-36 {
  font-size: 36px !important;
}
span.size-50 {
  font-size: 50px !important;
}
span.din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.color {
  color: #333 !important;
}

.color-blue {
  color: #62c7fc;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #A0A0A0;
}

.eng {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.shippori-B {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}

.section-padding-top {
  padding-top: 120px;
}

.page-padding-top {
  padding-top: 60px;
}

.link a {
  border-radius: 50px;
  background-image: linear-gradient(90deg, rgb(255, 0, 165), rgba(255, 0, 160, 0.3));
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 10px 30px;
  color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.page-mv .cover {
  position: relative;
}
.page-mv .cover img {
  filter: blur(5px);
}
.page-mv .cover .text-box {
  position: absolute;
  top: 50%;
  height: 180px;
  transform: translate(0, -50%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 150px;
  text-align: center;
  background: linear-gradient(to right, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-mv .cover .text-box h1 {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.page-mv .cover .text-box h2 {
  text-align: left;
}
.page-mv.sp .text-box {
  height: unset;
  padding: 0 60px 0 20px;
  height: 90px;
}

nav.breadcrumbs {
  margin: 20px 0;
}
nav.breadcrumbs ul {
  display: flex;
}
nav.breadcrumbs ul li a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
nav.breadcrumbs ul li:nth-child(n+2) a::before {
  content: "＞";
  margin: 0 14px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
  color: #596568;
}
nav.breadcrumbs ul li span {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
nav.breadcrumbs ul li span::before {
  content: "＞";
  margin: 0 14px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
  color: #333;
}

.nav-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
.nav-box ul {
  display: flex;
}
.nav-box ul li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.nav-box ul li a::after {
  content: "";
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: all 0.3s ease;
}
.nav-box ul li a:hover {
  color: #62C7FC;
}
.nav-box ul li a:hover::after {
  border-bottom: 2px solid #62C7FC;
  border-right: 2px solid #62C7FC;
}

.section-title {
  margin-bottom: 40px;
}
.section-title h1 {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.section-title h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}

.img-border-radius {
  border-radius: 12px;
}

.close-btn {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/modal-close.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.close-btn svg {
  display: none;
}

#header {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
  padding-bottom: 10px;
}
#header .section-wrap .flex-box .uk-flex {
  display: flex !important;
}
#header .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 25%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:first-child img {
  width: 100%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) {
  width: 60%;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .logo {
  display: none;
  position: absolute;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li a {
  color: #fff;
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:first-child a {
  background: #ED668D;
  border: 2px solid #ED668D;
  border-bottom-left-radius: 20px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:first-child a:hover {
  background: #fff;
  color: #ED668D;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:nth-child(2) a {
  background: #30A7EC;
  border: 2px solid #30A7EC;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:nth-child(2) a:hover {
  background: #fff;
  color: #30A7EC;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:nth-child(3) a {
  background: #ABDEFA;
  border: 2px solid #ABDEFA;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:nth-child(3) a:hover {
  background: #fff;
  color: #ABDEFA;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:last-child a {
  background: #E2F5FE;
  border: 2px solid #E2F5FE;
  border-bottom-right-radius: 20px;
  color: #7FC5F7;
  display: flex !important;
  flex-direction: unset;
  align-items: center;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:last-child a::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/header/header-link-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:last-child a:hover {
  background: #62C7FC;
  border: 2px solid #62C7FC;
  color: #fff;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex span.gnav-sm ul li:last-child a:hover::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/header/header-link-icon-hover.png");
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex ul.gnav-menu {
  padding-top: 10px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .uk-flex ul.gnav-menu li {
  padding: 0 10px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .logo {
  font-size: 24px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_hidden {
  display: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #62C7FC;
  top: 0;
  right: 0;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span,
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:before,
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:before {
  bottom: 8px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open span:after {
  top: 8px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: 0.5s;
  padding-top: 20px;
  margin-top: 50px;
  overflow-y: scroll;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.7);
  z-index: 200;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_list {
  list-style: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a {
  text-decoration: none;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a .section-title {
  position: relative;
  padding: 0 50px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a .section-title h1 {
  font-size: 28px;
  position: relative;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a .section-title h1::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #62C7FC;
  border-right: 3px solid #62C7FC;
  top: 50%;
  left: -15%;
  transform: translate(0, -50%) rotate(45deg);
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a .section-title h2 {
  font-size: 14px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .nav_item a .section-title span.color-blue {
  color: #333;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child #drawer_input:checked ~ .nav_content {
  right: 0;
  opacity: 1;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child ul, #header .section-wrap .flex-box .uk-flex .flex-item:last-child ol {
  padding-left: inherit;
  margin: 20px 0;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .link-box {
  margin-bottom: 100px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .link-box .link {
  margin-bottom: 10px;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .link-box .link a {
  width: 60%;
  text-align: center;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .link-box .link:nth-child(1) a {
  background: linear-gradient(90deg, #F27EA0, #FCA5BE);
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .link-box .link:nth-child(2) a {
  background: #62C7FC;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .link-box .link:nth-child(3) a {
  background: #99E0FD;
}
#header .section-wrap .flex-box .uk-flex .flex-item:last-child .link-box .link:last-child a {
  background: #DDF5FF;
  color: #62C7FC;
}

#front-mv .section-wrap .cover {
  position: relative;
}
#front-mv .section-wrap .cover img {
  width: 100%;
}
#front-mv .section-wrap .cover .item {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#front-mv .section-wrap .cover .text-box {
  right: 0;
  top: 10%;
  padding: 70px;
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 50px;
}
#front-mv .section-wrap .cover .text-box h1 {
  margin-bottom: 20px;
}
#front-mv .section-wrap .cover .text-box .link a {
  background: linear-gradient(90deg, rgb(242, 126, 160) 0%, rgb(252, 165, 190) 50%, rgb(243, 127, 161) 100%);
  background-size: 200% 100%;
  border: none;
}
#front-mv .section-wrap .cover .text-box .link a:hover {
  background-position: 100% 0;
}
#front-mv .section-wrap .cover .topic-box {
  right: 5%;
  bottom: 10%;
  background: #fff;
  padding-right: 10px;
  border-radius: 10px;
  width: 80%;
}
#front-mv .section-wrap .cover .topic-box .uk-flex {
  display: flex;
}
#front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:first-child {
  background: #62c7fc;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:first-child p {
  color: #fff;
}
#front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}
#front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:nth-child(2) p.news-day {
  padding-right: 20px;
}
#front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:last-child {
  width: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#front-mv .section-wrap .cover .topic-box .uk-flex .flex-item .link a {
  padding: 0 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(98, 199, 252) 0%, rgb(153, 224, 253) 50%, rgb(98, 199, 252) 100%);
  background-size: 200% 100%;
  border: none;
  font-size: 16px !important;
}
#front-mv .section-wrap .cover .topic-box .uk-flex .flex-item .link a:hover {
  background-position: 100% 0;
}

#front-environment .section-wrap {
  position: relative;
}
#front-environment .section-wrap .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/front/front-environment-im01.webp"), url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/front/front-environment-im02.webp");
  background-position: top left, bottom right;
  background-size: 25%, 25%;
  background-repeat: no-repeat;
}
#front-environment .section-wrap .bg-img img {
  position: absolute;
}
#front-environment .section-wrap .bg-img img:first-child {
  top: 0;
  left: 0;
}
#front-environment .section-wrap .bg-img img:last-child {
  bottom: 0;
  right: 0;
}
#front-environment .section-wrap .favicon-img img {
  position: absolute;
  width: 20%;
  right: 10%;
}
#front-environment .section-wrap .uk-container .section-title {
  text-align: center;
  margin-bottom: 50px;
}
#front-environment .section-wrap .uk-container .favicon-img-sp {
  width: 60%;
  margin-left: auto;
}
#front-environment .section-wrap .uk-container .flex-box {
  width: 70%;
  margin: 0 auto;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item {
  width: 30%;
  box-shadow: 0 1px 5px 0 #000;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item::after {
  background: #99E0FD;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
  transform: skewY(-40deg) scale(1, 0.4);
  height: 140px;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item:hover h4 {
  color: #fff;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item:hover::after {
  transform: skewY(-40deg) scale(1, 5);
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a {
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: space-around;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a .hover-img {
  display: none;
  transition: display 0.3s ease-in-out;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a:hover .default-img {
  display: none;
  transition: display 0.3s ease-in-out;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a:hover .hover-img {
  display: block;
  transition: display 0.3s ease-in-out;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a img {
  display: block;
  margin: 0 auto;
  width: 50%;
}
#front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a h4 {
  text-align: center;
}

#front-interview {
  position: relative;
  display: none;
}
#front-interview .bg-contents {
  position: absolute;
  width: 80%;
  height: 80%;
  background: #ddf5ff;
  z-index: -1;
  left: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#front-interview .section-wrap {
  padding: 40px 0;
  position: relative;
}
#front-interview .section-wrap .favicon-img img {
  position: absolute;
  width: 20%;
  right: 10%;
}
#front-interview .section-wrap .flex-box .uk-flex {
  margin-bottom: 40px;
}
#front-interview .section-wrap .flex-box .uk-flex .flex-item:last-child {
  margin-left: 50px;
}
#front-interview .section-wrap .flex-box .uk-flex .favicon-img-sp {
  width: 60%;
  margin-left: auto;
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item {
  overflow: hidden;
  positeion: relative;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 80%;
  margin: 0 auto;
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item a {
  transition: all 0.3s ease;
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item a:hover img {
  transform: scale(1.05);
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item img {
  position: relative;
  transition: all 0.3s ease;
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item .title-box {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(10%, -30%);
  width: 70%;
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  justify-content: center;
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item .title-box h2 {
  color: #333;
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item .date-box {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-70%, 50%);
}
#front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item .date-box h4 {
  color: #333;
}
#front-interview .section-wrap .flex-box .slider a.uk-position-small {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#front-interview .section-wrap .flex-box .slider a.uk-position-small svg {
  color: #99E0FD;
}
#front-interview .section-wrap .flex-box .slider a.uk-position-small svg polyline {
  stroke-width: 3px;
}
#front-interview .section-wrap .link {
  text-align: -webkit-right;
  margin-top: 30px;
}
#front-interview .section-wrap .link a {
  margin: unset;
  background: linear-gradient(90deg, rgb(98, 199, 252) 0%, rgb(153, 224, 253) 50%, rgb(98, 199, 252) 100%);
  background-size: 200% 100%;
  border: none;
}
#front-interview .section-wrap .link a:hover {
  background-position: 100% 0;
}

#front-message .section-wrap {
  position: relative;
}
#front-message .section-wrap .favicon-img img {
  position: absolute;
  width: 30%;
  right: 10%;
}
#front-message .section-wrap .section-title {
  text-align: center;
}
#front-message .section-wrap .message-box .uk-flex .flex-item:first-child {
  width: 40%;
}
#front-message .section-wrap .message-box .uk-flex .flex-item:last-child {
  width: 56%;
}
#front-message .section-wrap .message-box .favicon-img-sp {
  text-align: end;
}
#front-message .section-wrap .message-box .favicon-img-sp img {
  width: 60%;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item {
  width: 28%;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item .link a {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #fff;
  background: #62c7fc;
  transition: color 0.5s ease, border-color 0.5s ease;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  font-size: 24px;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item .link a:hover {
  color: #62c7fc;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item .link a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item .link a:hover {
  color: #62c7fc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#front-message .section-wrap .btn-box .uk-flex .flex-item .link a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item:nth-child(2) .link a {
  background: #99E0FD;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item:last-child .link a {
  background: #ddf5ff;
  color: #62c7fc;
  display: flex;
  align-items: center;
  justify-content: center;
}
#front-message .section-wrap .btn-box .uk-flex .flex-item:last-child .link a::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/front/front-message-btn-icon.webp");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

#front-career-path {
  position: relative;
}
#front-career-path .bg-contents {
  position: absolute;
  width: 70%;
  height: 67%;
  background: #ddf5ff;
  z-index: -1;
  right: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#front-career-path .section-wrap .flex-title .uk-flex .flex-item:last-child {
  width: 30%;
}
#front-career-path .section-wrap .flex-title .uk-flex .flex-item:last-child img {
  width: 100%;
}
#front-career-path .section-wrap .favicon-box-sp {
  width: 60%;
  margin-left: auto;
}
#front-career-path .section-wrap .flex-box {
  width: 60%;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item {
  width: 30%;
  background: #fff;
  box-shadow: 0 1px 5px 0 #000;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item::after {
  background: #99E0FD;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
  transform: skewY(-40deg) scale(1, 0.4);
  height: 140px;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item:hover h3 {
  color: #fff;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item:hover::after {
  transform: skewY(-40deg) scale(1, 5);
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item a {
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: space-around;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item a .hover-img {
  display: none;
  transition: display 0.3s ease-in-out;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item a:hover .default-img {
  display: none;
  transition: display 0.3s ease-in-out;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item a:hover .hover-img {
  display: block;
  transition: display 0.3s ease-in-out;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item a img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
#front-career-path .section-wrap .flex-box .uk-flex .flex-item a h3 {
  text-align: center;
}
#front-career-path .section-wrap .img-box {
  position: absolute;
  width: 30%;
  height: 60%;
  bottom: 0;
  right: 0;
  transform: translate(-20%, 20px);
}
#front-career-path .section-wrap .img-box .uk-slideshow {
  height: 100%;
}
#front-career-path .section-wrap .img-box .uk-slideshow .uk-slideshow-items {
  height: 100%;
  aspect-ratio: unset !important;
}

#news-archive .section-wrap .category-news-box {
  width: 80%;
  display: block;
  margin: 40px auto;
}
#news-archive .section-wrap .category-news-box ul {
  display: flex !important;
}
#news-archive .section-wrap .category-news-box ul li {
  width: 20%;
  border: 2px solid #99E0FD;
}
#news-archive .section-wrap .category-news-box ul li a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  transition: color 0.5s ease, border-color 0.5s ease;
  overflow: hidden;
  z-index: 1;
}
#news-archive .section-wrap .category-news-box ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #99E0FD;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
#news-archive .section-wrap .category-news-box ul li a:hover {
  color: #fff;
  border-color: #99E0FD;
}
#news-archive .section-wrap .category-news-box ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#news-archive .section-wrap .category-news-box ul li a.active {
  color: #fff;
  background: #99E0FD;
}
#news-archive .section-wrap .news-contents {
  border-top: 2px solid #99E0FD;
}
#news-archive .section-wrap .news-contents ul li {
  border-bottom: 1px solid #E0E0E0;
  height: 50px;
}
#news-archive .section-wrap .news-contents ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
#news-archive .section-wrap .news-contents ul li a .uk-flex {
  width: 50%;
  display: flex !important;
}
#news-archive .section-wrap .news-contents ul li a .uk-flex p.news-day {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-archive .section-wrap .news-contents ul li a .uk-flex p.news-category {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#news-archive .section-wrap .page-nav {
  justify-content: center;
  margin-top: 60px;
  display: flex !important;
}
#news-archive .section-wrap .page-nav .pages {
  display: none;
  border: 1px solid #53B7EB;
  background: #53B7EB;
  color: #fff;
  margin: 60px 10px;
  font-size: 25px;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#news-archive .section-wrap .page-nav .next a, #news-archive .section-wrap .page-nav .prev a {
  font-size: 20px;
  color: #333;
}
#news-archive .section-wrap .page-nav .next span, #news-archive .section-wrap .page-nav .prev span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin: 0 5px;
}
#news-archive .section-wrap .page-nav .next span.news-prev, #news-archive .section-wrap .page-nav .prev span.news-prev {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}
#news-archive .section-wrap .wp-pagenavi {
  display: flex;
  justify-content: center;
}
#news-archive .section-wrap .wp-pagenavi .page {
  border: none;
  color: #53B7EB;
  font-size: 20px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-archive .section-wrap .wp-pagenavi .page:hover {
  color: #62C7FC;
}
#news-archive .section-wrap .wp-pagenavi .current {
  color: #62C7FC;
  border: none;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#news-archive .section-wrap .wp-pagenavi .larger {
  color: #333;
}
#news-archive .section-wrap .wp-pagenavi .smaller {
  color: #333;
}
#news-archive .section-wrap .wp-pagenavi .previouspostslink {
  display: none;
}
#news-archive .section-wrap .wp-pagenavi .nextpostslink {
  display: none;
}

#news-single .section-wrap .nav-list {
  margin-top: 20px;
  margin-bottom: 40px;
}
#news-single .section-wrap .nav-list a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#news-single .section-wrap .nav-list a::after {
  content: "＞";
  margin: 0 14px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
}
#news-single .section-wrap .nav-list span {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#news-single .section-wrap .single-box {
  width: 95%;
  display: block;
  margin: 0 auto;
}
#news-single .section-wrap .single-box .flex-box {
  width: 15%;
}
#news-single .section-wrap .single-box .flex-box .uk-flex {
  display: flex !important;
}
#news-single .section-wrap .single-box .flex-box .uk-flex .flex-item p.news-day {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#news-single .section-wrap .single-box .flex-box .uk-flex .flex-item p.news-category {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#news-single .section-wrap .single-box .news-info h1 {
  border-bottom: 6px solid #99E0FD;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#news-single .section-wrap .single-box .news-info p {
  border-bottom: 2px solid #99E0FD;
  padding-bottom: 60px;
}
#news-single .section-wrap .uk-flex .button {
  width: 100%;
}
#news-single .section-wrap .uk-flex .button a {
  width: 15%;
  display: block;
  text-align: center;
  height: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(98, 199, 252) 0%, rgb(153, 224, 253) 50%, rgb(98, 199, 252) 100%);
  background-size: 200% 100%;
  border: none;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#news-single .section-wrap .uk-flex .button a:hover {
  background-position: 100% 0;
}

#interview-archive .section-wrap .text-box {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
#interview-archive .section-wrap .text-box::before {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/interview/interview-top-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
}
#interview-archive .section-wrap .text-box::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/interview/interview-top-im02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
}
#interview-archive .section-wrap .interview-contents {
  width: 85%;
  margin: 0 auto;
}
#interview-archive .section-wrap .interview-contents .uk-grid .interview-box {
  position: relative;
  width: 29%;
  margin-bottom: 40px;
}
#interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item {
  overflow: hidden;
  positeion: relative;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item a {
  transition: all 0.3s ease;
}
#interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item a:hover img {
  transform: scale(1.05);
}
#interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item img {
  position: relative;
  transition: all 0.3s ease;
}
#interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item .title-box {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, -30%);
  width: 70%;
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  justify-content: center;
}
#interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item .date-box {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-30%, 50%);
}

#interview-mv .section-wrap .mv-contents {
  position: relative;
}
#interview-mv .section-wrap .mv-contents .img-box {
  position: relative;
  width: 50%;
}
#interview-mv .section-wrap .mv-contents .img-box img {
  display: block;
}
#interview-mv .section-wrap .mv-contents .text-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-20%, -50%);
  width: 40%;
}
#interview-mv .section-wrap .mv-contents .text-box h1 {
  font-size: 40px;
  width: 80%;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}
#interview-mv .section-wrap .mv-contents .text-box .favicon-box {
  flex-direction: row-reverse;
  width: auto;
  display: flex !important;
}
#interview-mv .section-wrap .mv-contents .text-box .data-box .uk-flex {
  display: flex !important;
}
#interview-mv .section-wrap .mv-contents .text-box .data-box .uk-flex h3:last-child {
  margin-left: 20px;
}

#interview-single .section-wrap .nav-list {
  margin-top: 20px;
  margin-bottom: 40px;
}
#interview-single .section-wrap .nav-list a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#interview-single .section-wrap .nav-list a::after {
  content: "＞";
  margin: 0 14px;
  font-size: 16px;
  text-decoration: none;
  pointer-events: none;
}
#interview-single .section-wrap .nav-list span {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) {
  position: relative;
  overflow: hidden;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item .question-title {
  display: flex;
  align-items: center;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item .question-title h1 {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item .question-title h4 {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .flex-container {
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .flex-container .bg-container {
  position: absolute;
  width: 70%;
  height: 100%;
  background: #ddf5ff;
  z-index: -1;
  left: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .flex-container .group-item {
  order: 1;
  width: 55%;
  padding: 20px 0;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item-img {
  order: 2;
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(5%, -50%);
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item-img img {
  border-radius: 12px;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .img-box-sp {
  position: relative;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .img-box-sp .bg-container {
  position: absolute;
  width: 95%;
  height: 50%;
  background: #ddf5ff;
  z-index: -1;
  left: 0;
  bottom: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .img-box-sp img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 95%;
  margin-left: auto;
  display: flex;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) {
  position: relative;
  overflow: hidden;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item .question-title {
  display: flex;
  align-items: center;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item .question-title h1 {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item .question-title h4 {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container {
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container .bg-container {
  position: absolute;
  width: 70%;
  height: 100%;
  background: #ddf5ff;
  z-index: -1;
  right: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container .uk-container {
  display: flex;
  justify-content: flex-end;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container .group-item {
  order: 1;
  width: 55%;
  padding: 20px 0;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item-img {
  order: 2;
  width: 40%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-5%, -50%);
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item-img img {
  border-radius: 12px;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .img-box-sp {
  position: relative;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .img-box-sp .bg-container {
  position: absolute;
  width: 95%;
  height: 50%;
  background: #ddf5ff;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#interview-single .section-wrap .single-box .group-box:nth-child(2n) .img-box-sp img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 95%;
  margin-right: auto;
  display: flex;
}
#interview-single .section-wrap .single-box .group-box:last-child {
  position: relative;
  overflow: hidden;
}
#interview-single .section-wrap .single-box .group-box:last-child .group-item .question-title {
  display: flex;
  align-items: center;
}
#interview-single .section-wrap .single-box .group-box:last-child .group-item .question-title h1 {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:last-child .group-item .question-title h4 {
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:last-child .group-item h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#interview-single .section-wrap .single-box .group-box:last-child .flex-container {
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 60px 0;
}
#interview-single .section-wrap .single-box .group-box:last-child .flex-container .group-item {
  width: 55%;
}
#interview-single .section-wrap .single-box .group-box:last-child .group-item-img {
  width: 40%;
  overflow: hidden;
  height: 300px;
  border-radius: 12px;
}
#interview-single .section-wrap .single-box .group-box:last-child .group-item-img img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#interview-single .section-wrap .message-box .message-item {
  background: linear-gradient(to bottom, rgb(98, 199, 252) 0%, rgba(98, 199, 252, 0.5) 100%);
  border-radius: 12px;
}
#interview-single .section-wrap .message-box .message-item .uk-flex .flex-item:first-child {
  width: 25%;
}
#interview-single .section-wrap .message-box .message-item .uk-flex .flex-item:last-child {
  width: 60%;
  position: relative;
}
#interview-single .section-wrap .message-box .message-item .uk-flex .flex-item:last-child h2 {
  border-bottom: 4px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#interview-single .section-wrap .message-box .message-item .uk-flex .flex-item:last-child .favicon-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  transform: translate(0, -20%);
}
#interview-single .section-wrap .message-box.sp .message-item {
  padding: 20px 0;
}
#interview-single .section-wrap .message-box.sp .message-item .uk-flex {
  display: flex !important;
  position: relative;
  width: 90%;
  border-bottom: 4px solid #fff;
  margin: 0 auto;
}
#interview-single .section-wrap .message-box.sp .message-item .uk-flex .flex-item:first-child {
  width: 40% !important;
}
#interview-single .section-wrap .message-box.sp .message-item .uk-flex .flex-item:nth-child(2) {
  width: 70% !important;
}
#interview-single .section-wrap .message-box.sp .message-item .uk-flex .flex-item:nth-child(2) h2 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
}
#interview-single .section-wrap .message-box.sp .message-item .uk-flex .favicon-box {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 0;
}
#interview-single .section-wrap .message-box.sp .message-item p {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

#interview-slider {
  background: #DDF5FF;
  margin: 60px 0;
  padding: 60px 0;
}
#interview-slider .section-wrap .slider {
  position: relative;
}
#interview-slider .section-wrap .slider::before, #interview-slider .section-wrap .slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 1;
}
#interview-slider .section-wrap .slider::before {
  left: 0;
  background: linear-gradient(to right, #DCF5FF 0%, rgba(220, 245, 255, 0) 100%);
}
#interview-slider .section-wrap .slider::after {
  right: 0;
  background: linear-gradient(to left, #DCF5FF 0%, rgba(220, 245, 255, 0) 100%);
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item {
  overflow: hidden;
  positeion: relative;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item a {
  transition: all 0.3s ease;
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item a:hover img {
  transform: scale(1.05);
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item img {
  position: relative;
  transition: all 0.3s ease;
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item .title-box {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(10%, -30%);
  width: 70%;
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  justify-content: center;
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item .title-box h2 {
  color: #333;
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item .date-box {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-30%, 50%);
}
#interview-slider .section-wrap .slider .uk-slider-items .interview-box .interview-item .date-box h4 {
  color: #333;
}
#interview-slider .section-wrap .slider a.uk-position-small {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#interview-slider .section-wrap .slider a.uk-position-small svg {
  color: #99E0FD;
}
#interview-slider .section-wrap .slider a.uk-position-small svg polyline {
  stroke-width: 3px;
}

#message {
  scroll-margin-top: 100px;
}
#message .section-wrap .message-box {
  position: relative;
}
#message .section-wrap .message-box .section-title {
  text-align: center;
}
#message .section-wrap .message-box .text-box {
  text-align: center;
  padding-bottom: 60px;
}
#message .section-wrap .message-box .text-box p {
  margin-bottom: 40px;
}
#message .section-wrap .message-box .text-box p:last-child {
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-left: auto;
}
#message .section-wrap .message-box .favicon-img {
  position: absolute;
  width: 40%;
  bottom: -10%;
  right: 0;
}
#message .section-wrap .philosophy-box {
  margin-top: 30px;
}
#message .section-wrap .philosophy-box .cover {
  position: relative;
}
#message .section-wrap .philosophy-box .cover .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
#message .section-wrap .philosophy-box .section-title {
  text-align: center;
}
#message .section-wrap .philosophy-box .text-box {
  text-align: center;
}
#message .section-wrap .philosophy-box .text-box h2 {
  position: relative;
}
#message .section-wrap .philosophy-box .text-box h2 span.shadow {
  position: absolute;
  color: #fff;
  z-index: -1;
  -webkit-text-stroke: 5px #fff;
  filter: blur(5px);
}
#message .section-wrap .philosophy-box .text-box h2 span.text {
  position: relative;
  z-index: 1;
}

#message-policy {
  position: relative;
  margin-bottom: 120px;
}
#message-policy .bg-contents {
  content: "";
  position: absolute;
  width: 70%;
  height: 90%;
  background: #ddf5ff;
  z-index: -1;
  margin-top: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#message-policy .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 20%;
}
#message-policy .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 75%;
}
#message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex {
  border: 3px solid #62c7fc;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
}
#message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex:last-child {
  margin-bottom: 0;
}
#message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:first-child {
  width: 15%;
}
#message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:first-child img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
#message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:last-child {
  width: 70%;
}

#message-achivements {
  background: #ddf5ff;
  padding-bottom: 60px;
  scroll-margin-top: 100px;
}
#message-achivements .section-wrap .section-title {
  text-align: center;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box {
  width: 15%;
  padding-bottom: 40px;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item {
  background: #fff;
  height: 200px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 #62C7FC;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #62c7fc;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a::after {
  content: "Read More";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a:hover::before {
  opacity: 0.8;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a:hover::after {
  opacity: 1;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a img {
  width: 50%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  height: 80px;
}
#message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a h4 {
  font-size: 18px;
}

#message-overview {
  scroll-margin-top: 100px;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 45%;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item:first-child .section-title {
  display: none;
  text-align: center;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 50%;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item:last-child .section-title {
  display: block;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link:first-child {
  display: block;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link:last-child {
  display: none;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link a {
  margin: 0;
  color: #62c7fc;
  background: #E2F5FE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 5px 0 #dfdfdf;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link a::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/message/message-link-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
#message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link a:hover {
  background: #fff;
}

#environment-infographics {
  scroll-margin-top: 100px;
}
#environment-infographics .section-wrap .infographics-contents .section-title {
  text-align: center;
  padding-bottom: 40px;
}
#environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box {
  width: 30%;
  padding-bottom: 40px;
}
#environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box .infographics-item {
  border: 2px solid #62c7fc;
  border-radius: 12px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
#environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box .infographics-item p {
  background: #62c7fc;
  color: #fff;
  text-align: center;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box .infographics-item img {
  width: auto;
  display: block;
  margin: auto;
}

#environment-workplace {
  scroll-margin-top: 100px;
}
#environment-workplace .section-wrap .section-title {
  text-align: center;
  padding-bottom: 40px;
}
#environment-workplace .section-wrap ul {
  padding-bottom: 20px;
}
#environment-workplace .section-wrap ul.uk-subnav li {
  width: 30%;
  height: 80px;
  text-align: center;
}
#environment-workplace .section-wrap ul.uk-subnav li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #62c7fc;
  font-size: 24px;
  color: #62c7fc;
  position: relative;
  transition: color 0.5s ease, border-color 0.5s ease;
  overflow: hidden;
  z-index: 1;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#environment-workplace .section-wrap ul.uk-subnav li a:hover {
  color: #62c7fc;
}
#environment-workplace .section-wrap ul.uk-subnav li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #62c7fc;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
#environment-workplace .section-wrap ul.uk-subnav li a:hover {
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#environment-workplace .section-wrap ul.uk-subnav li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#environment-workplace .section-wrap ul.uk-subnav li.uk-active a {
  color: #fff;
  background: #62c7fc;
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(1) a::after {
  content: "";
  position: absolute;
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  left: 0;
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(1) a:hover::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-hover-im01.webp");
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(1).uk-active a::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-hover-im01.webp") !important;
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(2) a::after {
  content: "";
  position: absolute;
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-im02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  left: 0;
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(2) a:hover::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-hover-im02.webp");
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(2).uk-active a::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-hover-im02.webp") !important;
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(3) a::after {
  content: "";
  position: absolute;
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-im03.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  left: 0;
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(3) a:hover::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-hover-im03.webp");
}
#environment-workplace .section-wrap ul.uk-subnav li:nth-child(3).uk-active a::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/environment/enviroment-workplace-select-icon-hover-im03.webp") !important;
}
#environment-workplace .section-wrap .uk-switcher .select-contents .title-box {
  padding-bottom: 20px;
}
#environment-workplace .section-wrap .uk-switcher .select-contents .title-box .uk-flex .flex-item:first-child {
  width: 15%;
  margin-right: 20px;
}
#environment-workplace .section-wrap .uk-switcher .select-contents .title-box .uk-flex .flex-item:last-child {
  width: 35%;
}
#environment-workplace .section-wrap .uk-switcher .select-contents .uk-grid .select-box {
  width: 30%;
  padding-bottom: 40px;
}
#environment-workplace .section-wrap .uk-switcher .select-contents.area .title-box .uk-flex:first-child {
  display: flex;
}
#environment-workplace .section-wrap .uk-switcher .select-contents.area .title-box .uk-flex:first-child .flex-item:last-child h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}

#support {
  scroll-margin-top: 100px;
}
#support .section-wrap .nav-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
#support .section-wrap .nav-box ul li a {
  font-size: 24px;
  position: relative;
}
#support .section-wrap .nav-box ul li a::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  width: 10px;
  height: 10px;
  right: -30px;
  top: 5px;
  transform: rotate(45deg);
}
#support .section-wrap .section-title {
  text-align: center;
}
#support .section-wrap .worklife-contents {
  display: flex;
  justify-content: end;
  padding-top: 100px;
  padding-bottom: 100px;
}
#support .section-wrap .worklife-contents .img-box-sp {
  position: relative;
}
#support .section-wrap .worklife-contents .img-box-sp .bg-container {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #ddf5ff;
  z-index: -1;
  bottom: 0;
}
#support .section-wrap .worklife-contents .img-box-sp img {
  width: 90%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#support .section-wrap .worklife-contents .cover {
  position: relative;
  width: 50%;
  background: #ddf5ff;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#support .section-wrap .worklife-contents .cover .img-box {
  position: absolute;
  top: -30%;
  left: -35%;
  width: 40%;
}
#support .section-wrap .worklife-contents-box {
  position: relative;
  margin: 120px 0;
}
#support .section-wrap .worklife-contents-box .bg-container {
  position: absolute;
  width: 100%;
  max-width: 70%;
  height: 100%;
  background: #ddf5ff;
  z-index: -1;
  top: 0;
  right: 0;
  transform: translate(0, 15%);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
#support .section-wrap .worklife-contents-box .uk-flex {
  align-items: end;
}
#support .section-wrap .worklife-contents-box .uk-flex .flex-item:first-child {
  width: 40%;
}
#support .section-wrap .worklife-contents-box .uk-flex .flex-item:last-child {
  width: 50%;
}
#support .section-wrap .flex-box .img-box-sp {
  width: 90%;
  margin-left: auto;
}
#support .section-wrap .flex-box .img-box-sp img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#support .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 50%;
}
#support .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 40%;
}

#worklife-schedule {
  position: relative;
}
#worklife-schedule .bg-contents {
  content: "";
  position: absolute;
  background: #ddf5ff;
  width: 70%;
  height: -webkit-fill-available;
  z-index: -1;
  margin-top: 50px;
  margin-bottom: -50px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-right-radius: 8px;
}
#worklife-schedule .section-wrap .time-box {
  display: none;
}
#worklife-schedule .section-wrap .time-box .uk-flex .time-item {
  border: 3px solid #f2a56f;
  border-radius: 12px;
  width: 40%;
  height: 130px;
  background: #fff;
}
#worklife-schedule .section-wrap .time-box .uk-flex .time-item:last-child {
  border: 3px solid #8d81f4;
}
#worklife-schedule .section-wrap .time-box .uk-flex .time-item:last-child .flex-item:nth-child(2) h3 {
  color: #8d81f4;
}
#worklife-schedule .section-wrap .time-box .uk-flex .time-item .flex-item:first-child {
  width: -moz-fit-content;
  width: fit-content;
}
#worklife-schedule .section-wrap .time-box .uk-flex .time-item .flex-item:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
}
#worklife-schedule .section-wrap .time-box .uk-flex .time-item .flex-item:nth-child(2) h3 {
  color: #f2a56f;
}
#worklife-schedule .section-wrap .time-box .uk-flex .time-item .flex-item:last-child {
  width: 40%;
  text-align: center;
}
#worklife-schedule .section-wrap .week-contents .title-box {
  padding-bottom: 60px;
}
#worklife-schedule .section-wrap .week-contents .img-box img {
  display: block;
  margin: 0 auto;
  max-width: none;
  padding-bottom: 20px;
  max-width: none;
  padding-bottom: 20px;
}
#support-type .section-wrap .support-type-contents .title-box {
  padding-bottom: 40px;
}
#support-type .section-wrap .support-type-contents .uk-grid .support-type-box {
  width: 20%;
  padding-bottom: 20px;
}
#support-type .section-wrap .support-type-contents .uk-grid .support-type-box .support-type-item {
  display: flex;
  align-items: center;
  border: 3px solid #99e0fd;
  height: 70px;
  border-radius: 12px;
}
#support-type .section-wrap .support-type-contents .uk-grid .support-type-box .support-type-item .flex-item:first-child {
  width: 25%;
  margin: 0 10px;
}
#support-type .section-wrap .support-type-contents .uk-grid .support-type-box .support-type-item .flex-item:first-child img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

#support-support {
  padding-bottom: 0;
}
#support-support .section-wrap .section-title {
  text-align: center;
}
#support-support .section-wrap .text-box {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}
#support-support .section-wrap .support-contents .uk-grid .support-box {
  width: 21%;
  padding-bottom: 40px;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item {
  border: 3px solid #99e0fd;
  border-radius: 20px;
  height: 350px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item .img-box {
  height: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item .img-box img {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  height: 80px;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item h4 {
  text-align: center;
  margin-bottom: 10px;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item p {
  flex-grow: 1;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) .img-box {
  height: 0;
}
#support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) h4 {
  margin-bottom: 0;
}
#support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(5) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(6) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(7) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(8) .support-item {
  height: 270px;
}

#support-scholarship {
  position: relative;
  margin-bottom: 60px;
}
#support-scholarship::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background: #ddf5ff;
  z-index: -1;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#support-scholarship .section-wrap .sticky-container {
  width: 40%;
  position: sticky;
  margin-left: auto;
  top: 15%;
  margin-top: -50px;
  margin-bottom: 250px;
  height: 0;
}
#support-scholarship .section-wrap .flex-box {
  padding-bottom: 40px;
  margin-top: -250px;
}
#support-scholarship .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 50%;
}
#support-scholarship .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 40%;
  display: none;
}
#support-scholarship .section-wrap .flex-box .uk-flex .flex-item img {
  border-radius: 12px;
}
#support-scholarship .section-wrap .scholarship-type-contents {
  width: 50%;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box {
  margin-bottom: 40px;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box:last-child {
  margin-bottom: 0;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-title {
  background: linear-gradient(to right, rgb(100, 200, 252) 60%, rgba(153, 224, 253, 0.5) 100%);
  padding: 10px 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-title h3 {
  color: #fff;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text {
  width: 95%;
  margin: 0 auto;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text span.tel {
  font-size: 20px;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text table {
  border-collapse: collapse;
  width: 70%;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text table tr {
  border-bottom: 2px dashed #99e0fd;
  display: block;
  padding-top: 20px;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text table tr td:first-child {
  width: 70%;
}

#careerpath-careerpath {
  scroll-margin-top: 100px;
}
#careerpath-careerpath .section-wrap .text-box {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
#careerpath-careerpath .section-wrap .text-box::before {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/careerpath/careerpath-top-text-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
#careerpath-careerpath .section-wrap .text-box::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/careerpath/careerpath-top-text-im02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
#careerpath-careerpath .section-wrap .section-title {
  text-align: center;
}
#careerpath-careerpath .section-wrap .img-box {
  margin-bottom: 60px;
}
#careerpath-careerpath .section-wrap .img-box img {
  width: 100%;
}
#careerpath-careerpath .section-wrap .careerpath-flow .uk-flex {
  display: flex;
}
#careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:first-child {
  width: 14%;
}
#careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:nth-child(2) {
  width: 5% !important;
  margin: 0 10px;
  height: 15vw;
  overflow: hidden;
}
#careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:last-child {
  width: 75%;
}
#careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:last-child h3 {
  margin-bottom: 10px;
}
#careerpath-careerpath .section-wrap .careerpath-flow .uk-flex:last-child .flex-item h3 {
  margin: 0;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}
#careerpath-careerpath .section-wrap .careerpath-flow .uk-flex:last-child .flex-item:nth-child(2) img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
#careerpath-careerpath .section-wrap .careerpath-img .uk-flex .flex-item {
  width: 47%;
  margin-bottom: 30px;
}
#careerpath-careerpath .section-wrap .careerpath-img .uk-flex .flex-item:last-child {
  margin-bottom: 0;
}

#clinical-about {
  scroll-margin-top: 100px;
}
#clinical-about .section-wrap .flex-box .uk-flex .flex-item:first-child {
  width: 45%;
}
#clinical-about .section-wrap .flex-box .uk-flex .flex-item:last-child {
  width: 50%;
}

#clinical-message {
  background: #DDF5FF;
  margin-top: 100px;
  padding-bottom: 60px;
}
#clinical-message .section-wrap .section-title {
  text-align: center;
}
#clinical-message .section-wrap .message-box {
  width: 85%;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border-radius: 20px;
}
#clinical-message .section-wrap .message-box .top-box {
  border-bottom: 4px solid #99E0FD;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
#clinical-message .section-wrap .message-box .top-box .favicon-img {
  position: absolute;
  width: 20%;
  right: 0;
  bottom: 0;
}
#clinical-message .section-wrap .message-box .top-box .uk-flex {
  display: flex;
}
#clinical-message .section-wrap .message-box .top-box .uk-flex .flex-item:first-child {
  width: 20%;
}
#clinical-message .section-wrap .message-box .top-box .uk-flex .flex-item:last-child {
  width: 70%;
}
#clinical-message .section-wrap .message-box .top-box .uk-flex .flex-item p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#clinical-message .section-wrap .message-box .top-box.sp {
  padding-bottom: 0;
}
#clinical-message .section-wrap .message-box .top-box h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
}
#clinical-message .section-wrap .message-box .text-box p {
  padding-bottom: 40px;
}
#clinical-message .section-wrap .message-box .text-box p:last-child {
  padding-bottom: 0;
}
#clinical-message .section-wrap .message-box .favicon-img-sp {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 0;
  transform: translate(10%, 10%);
}

#clinical-training {
  scroll-margin-top: 100px;
}
#clinical-training .section-wrap .section-title {
  text-align: center;
}
#clinical-training .section-wrap .training-contents .training-box {
  margin-bottom: 60px;
}
#clinical-training .section-wrap .training-contents .training-box .line-title {
  background-image: linear-gradient(270deg, #99e0fd, #62c7fc);
  padding: 10px 20px;
  margin-bottom: 20px;
}
#clinical-training .section-wrap .training-contents .training-box .text-box {
  padding: 0 20px;
}
#clinical-training .section-wrap .training-contents .training-box .text-box .mark p {
  display: flex;
}
#clinical-training .section-wrap .training-contents .training-box .text-box .mark p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #62C7FC;
  border-width: 10px 0px 10px 17.32px;
  margin-top: 5px;
  margin-right: 10px;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box {
  padding: 0 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box.second {
  padding-bottom: 20px;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table {
  border-collapse: collapse;
  border-top: 2px solid #62C7FC;
  padding-top: 10px;
  width: 80%;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table tbody tr td {
  background: #62C7FC;
  font-size: 18px;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-right: 2px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table tbody tr td:first-child {
  border-left: 2px solid #62C7FC;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table tbody tr td:last-child {
  border-right: 2px solid #62C7FC;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table tbody tr td.num {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table tbody tr:last-child td {
  background: #fff;
  border-left: 2px solid #62C7FC;
  border-right: 2px solid #62C7FC;
  border-bottom: 2px solid #62C7FC;
  color: #333333;
}
#clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table tbody tr:last-child td:first-child {
  color: #62C7FC;
}
#clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a {
  display: flex;
  border: 1px solid #333;
  width: 40%;
  height: 70px;
  justify-content: space-around;
  align-items: center;
}
#clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a::before {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/clinical/clinical-pdf-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
#clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a::after {
  content: "";
  border-top: 3px solid #62C7FC;
  border-right: 3px solid #62C7FC;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

#clinical-voice {
  background: #DDF5FF;
  padding-bottom: 60px;
}
#clinical-voice .section-wrap .uk-container .section-title {
  text-align: center;
}
#clinical-voice .section-wrap .uk-container .voice-slider {
  position: relative;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items {
  justify-content: center;
  margin-bottom: 80px;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 80%;
  box-shadow: 0 2px 5px #62C7FC;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box .text-box {
  border-bottom: 3px solid #99E0FD;
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: inherit;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box .uk-flex {
  display: flex;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box .uk-flex .flex-item:first-child {
  width: 20%;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box .uk-flex .flex-item:last-child {
  width: 40%;
  margin-left: 20px;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider a.nav {
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider a.nav::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider a.uk-position-center-left::before {
  border-top: 3px solid #99E0FD;
  border-left: 3px solid #99E0FD;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider a.uk-position-center-right::before {
  border-top: 3px solid #99E0FD;
  border-right: 3px solid #99E0FD;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .slider-progress {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #fff;
  overflow-x: hidden;
  border-radius: 5px;
  margin: 40px 0;
  display: none;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .slider-progress .slider-bar {
  position: absolute;
  height: 100%;
  width: 5%;
  background-color: #99E0FD;
  border-radius: 5px;
  transition: width 0.3s ease;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .link a {
  font-size: 24px;
  background: linear-gradient(90deg, rgb(98, 199, 252) 0%, rgb(153, 224, 253) 50%, rgb(98, 199, 252) 100%);
  background-size: 200% 100%;
  border: none;
}
#clinical-voice .section-wrap .uk-container .voice-slider .slider .link a:hover {
  background-position: 100% 0;
}

#requirements-person {
  padding-bottom: 60px;
}
#requirements-person .section-wrap .section-title {
  text-align: center;
  padding-bottom: 40px;
}
#requirements-person .section-wrap .flex-box .uk-flex .flex-item {
  width: 30%;
}
#requirements-person .section-wrap .flex-box .uk-flex .flex-item img {
  padding-bottom: 10px;
}
#requirements-person .section-wrap .flex-box .uk-flex .flex-item .title-box {
  padding-bottom: 10px;
}
#requirements-person .section-wrap .flex-box .uk-flex .flex-item .title-box span {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}

#requirements-flow {
  background: #DDF5FF;
  padding-bottom: 60px;
}
#requirements-flow .section-wrap .section-title {
  text-align: center;
}
#requirements-flow .section-wrap .top-text {
  text-align: center;
  margin-bottom: 40px;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item {
  width: 23%;
  border: 3px solid #62C7FC;
  border-radius: 12px;
  overflow: hidden;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .num-box {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .num-box h2 {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box {
  background: #fff;
  height: 380px;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px;
  padding-top: 30px;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .info-box .type {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .info-box p {
  height: 160px;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .link-box {
  padding: 0 15px;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .link-box a {
  border: 2px solid #62C7FC;
  border-radius: 50px;
  padding: 10px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:first-child .num-box {
  background: #62C7FC;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:first-child .num-box h2 {
  color: #fff;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:first-child .link-box a {
  background: #62C7FC;
  color: #fff;
  transition: all 0.3s ease;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:first-child .link-box a::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/requirements/requirements-flow-icon-im01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:first-child .link-box a:hover {
  background: #fff;
  color: #62C7FC;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:first-child .link-box a:hover::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/requirements/requirements-flow-icon-im02.webp");
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) .num-box {
  background: #99E0FD;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) .num-box h2 {
  color: #fff;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) .link-box a {
  color: #62C7FC;
  transition: all 0.3s ease;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) .link-box a::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/requirements/requirements-flow-icon-im02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) .link-box a:hover {
  background: #62C7FC;
  color: #fff;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) .link-box a:hover::after {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/requirements/requirements-flow-icon-im01.webp");
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(3) .num-box {
  background: #C7EFFF;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(3) .num-box h2 {
  color: #62C7FC;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(4) .num-box {
  background: #62C7FC;
  border-bottom: 2px solid #fff;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(4) .num-box h2 {
  color: #fff;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(4) .type-box {
  background: #62C7FC;
}
#requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(4) .type-box h3, #requirements-flow .section-wrap .flex-box .uk-flex .flex-item:nth-child(4) .type-box p {
  color: #fff;
}

#requirements-requirements {
  scroll-margin-top: 100px;
}
#requirements-requirements .section-wrap .section-title {
  text-align: center;
  padding-bottom: 40px;
}
#requirements-requirements .section-wrap .switcher-contents ul li {
  width: 23%;
  padding-bottom: 20px;
}
#requirements-requirements .section-wrap .switcher-contents ul li a {
  border: 2px solid #99E0FD;
  color: #62C7FC;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#requirements-requirements .section-wrap .switcher-contents ul li a:hover {
  background: #62C7FC;
  border: 2px solid #62C7FC;
  color: #fff;
}
#requirements-requirements .section-wrap .switcher-contents ul li.uk-active a {
  background: #62C7FC;
  border: 2px solid #62C7FC;
  color: #fff;
}
#requirements-requirements .section-wrap .switcher-contents .type-content {
  border: 2px solid #62C7FC;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type {
  align-items: stretch;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item {
  padding: 10px 20px;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item:first-child {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #62C7FC;
  border-bottom: 2px solid #fff;
  text-align: center;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item:first-child h4 {
  color: #fff;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item:last-child {
  width: 100%;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item:last-child .text-box p {
  margin-bottom: 20px;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item:last-child .text-box p:last-child {
  margin-bottom: 0;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type:nth-child(2n) .flex-item:last-child {
  background: #DDF5FF;
}
#requirements-requirements .section-wrap .switcher-contents .type-content .type:last-child .flex-item:first-child {
  border-bottom: unset;
}
#requirements-requirements .section-wrap .switcher-contents .point-contents {
  background: #DDF5FF;
  border-radius: 12px;
  margin-top: 120px;
}
#requirements-requirements .section-wrap .switcher-contents .point-contents .point-box {
  width: 80%;
  margin: 0 auto;
}
#requirements-requirements .section-wrap .switcher-contents .point-contents .point-box .line {
  background-image: linear-gradient(270deg, #99e0fd, #62c7fc);
  padding: 10px 20px;
  margin-bottom: 20px;
}
#requirements-requirements .section-wrap .switcher-contents .point-contents .point-box .line h4 {
  color: #fff;
}
#requirements-requirements .section-wrap .switcher-contents .point-contents .point-box .uk-switcher p {
  padding: 0 20px;
}

#faq-about .section-wrap .faq-box {
  margin-bottom: 60px;
  padding: 30px 0;
}
#faq-about .section-wrap .faq-box .title-box {
  padding-bottom: 30px;
}
#faq-about .section-wrap .faq-box .accordion-box {
  width: 90%;
  margin: 0 auto;
}
#faq-about .section-wrap .faq-box .accordion-box ul {
  border: 2px solid #62C7FC;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}
#faq-about .section-wrap .faq-box .accordion-box ul:last-child {
  margin-bottom: 0;
}
#faq-about .section-wrap .faq-box .accordion-box ul li a {
  background: #62C7FC;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#faq-about .section-wrap .faq-box .accordion-box ul li a::after {
  background-image: none;
  background-size: contain;
  background-position: center;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
}
#faq-about .section-wrap .faq-box .accordion-box ul li a::before {
  display: none;
}
#faq-about .section-wrap .faq-box .accordion-box ul li.uk-open a::after {
  border-bottom: none;
  border-right: none;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
#faq-about .section-wrap .faq-box .accordion-box ul li .uk-accordion-content {
  margin: 0;
  padding: 20px;
}
#faq-about .section-wrap .tel-contents p {
  margin-bottom: 20px;
}
#faq-about .section-wrap .tel-contents .tel-box {
  border: 2px solid #62C7FC;
  width: 50%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
#faq-about .section-wrap .tel-contents .tel-box .top {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #62C7FC;
}
#faq-about .section-wrap .tel-contents .tel-box .uk-flex {
  height: 80px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}
#faq-about .section-wrap .tel-contents .tel-box .uk-flex .flex-item:last-child h3 {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}
#form .section-wrap .form-contents {
  border-top: 4px solid #99E0FD;
  width: 80%;
  margin: 0 auto;
}
#form .section-wrap .form-contents .form .uk-flex {
  margin: 30px 0;
  align-items: center;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item:first-child {
  width: 30%;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item:last-child {
  width: 60%;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form-label p {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form {
  /* チェック前のボタン */
  /* カレンダーアイコンを非表示にする */
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form input {
  height: unset;
  width: unset;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.wpcf7-list-item {
  margin: 0 0 0 30px;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.application-details .wpcf7-list-item:last-child {
  margin: 0;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.your-gender span {
  width: -moz-fit-content;
  width: fit-content;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.your-gender span:nth-child(2) {
  margin-right: 10px;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form .wpcf7-list-item:first-child {
  margin: 0;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input, #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form select {
  height: 40px;
  width: 90%;
  outline: none;
  border: 1px solid #99E0FD;
  font-size: 20px;
  padding-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form textarea {
  width: 70%;
  height: 200px;
  outline: none;
  border: 1px solid #99E0FD;
  font-size: 20px;
  padding-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input.day-hope1, #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input.day-hope2, #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input.day-hope3 {
  width: -webkit-fill-available;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input[type=radio] {
  opacity: 0;
  position: absolute;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #99E0FD;
  border-radius: 100%;
  content: "";
  height: 1em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 1em;
  margin-top: -1px;
  display: inline-flex;
  /* チェック後のボタン */
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #99E0FD;
  box-shadow: inset 0 0 0 3px #fff;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input[type=date]::before {
  content: "";
  position: absolute;
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/form-calendar-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translate(-40%, -50%);
  pointer-events: auto;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input[type=date] {
  position: relative;
  width: -webkit-fill-available;
  height: 40px;
  cursor: pointer;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.day-hope .uk-flex {
  margin: 10px 0;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.day-hope .uk-flex .flex-items:first-child {
  width: 20%;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.day-hope .uk-flex .flex-items:last-child {
  width: 50%;
}
#form .section-wrap .form-contents .form .uk-flex .flex-item .uk-flex {
  margin: 0;
}
#form .section-wrap .form-contents .form .uk-flex:nth-child(2) .flex-item:last-child .uk-flex, #form .section-wrap .form-contents .form .uk-flex:nth-child(3) .flex-item:last-child .uk-flex {
  display: flex !important;
}
#form .section-wrap .form-contents .form .text-box {
  border: 1px solid #333;
  height: 180px;
  overflow: scroll;
  padding: 20px;
}
#form .section-wrap .form-contents .form .text-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#form .section-wrap .form-contents .form .plivacy {
  margin: 20px 0;
}
#form .section-wrap .form-contents .form .plivacy input {
  border: 1px solid #99E0FD;
}
#form .section-wrap .form-contents .form .plivacy a {
  border-bottom: 1px solid #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#form .section-wrap .form-contents .form .form-btn input {
  width: 30%;
  display: block;
  height: 60px;
  margin: 40px auto;
  font-size: 24px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(98, 199, 252) 0%, rgb(153, 224, 253) 50%, rgb(98, 199, 252) 100%);
  background-size: 200% 100%;
  border: none;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#form .section-wrap .form-contents .form .form-btn input:hover {
  background-position: 100% 0;
}

#entry .section-wrap .entry-box {
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/entry/entry-bg.webp");
  background-size: 100% 100%;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#entry .section-wrap .entry-box .section-title {
  text-align: center;
  margin-bottom: 40px;
}
#entry .section-wrap .entry-box .btn-box .uk-flex .flex-item {
  margin: 0 30px;
}
#entry .section-wrap .entry-box .btn-box .uk-flex .flex-item .link a {
  font-size: 24px;
}
#entry .section-wrap .entry-box .btn-box .uk-flex .flex-item:first-child .link a {
  background: #62c7fc;
  box-shadow: 0 2px 5px 0 #62C7FC;
  transition: all 0.3s ease;
}
#entry .section-wrap .entry-box .btn-box .uk-flex .flex-item:first-child .link a:hover {
  background: #fff;
  color: #62C7FC;
}
#entry .section-wrap .entry-box .btn-box .uk-flex .flex-item:last-child .link a {
  background: #99e0fd;
  box-shadow: 0 2px 5px 0 #62C7FC;
  transition: all 0.3s ease;
}
#entry .section-wrap .entry-box .btn-box .uk-flex .flex-item:last-child .link a:hover {
  background: #fff;
  color: #99e0fd;
}
#entry .section-wrap .entry-box .favicon-img {
  position: absolute;
  top: 10%;
  right: -5%;
}

#footer .section-wrap .img-box {
  margin-bottom: 40px;
}
#footer .section-wrap .flex-box {
  margin-bottom: 40px;
}
#footer .section-wrap .flex-box .flex-item:first-child {
  width: 40%;
}
#footer .section-wrap .flex-box .flex-item:first-child img {
  width: 100%;
}
#footer .section-wrap .flex-box .flex-item:last-child {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .section-wrap .flex-box .flex-item:last-child h3 {
  display: flex;
  align-items: center;
}
#footer .section-wrap .flex-box .flex-item:last-child h3::after {
  content: "";
  background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/footer/footer-link-icon.webp");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
#footer .privacy-box {
  background: #62c7fc;
  padding: 10px 0;
}
#footer .privacy-box .uk-flex {
  display: flex !important;
}
#footer .privacy-box .uk-flex .flex-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#footer .top-btn {
  position: fixed;
  right: 5%;
  top: 80%;
}
#footer .top-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #62c7fc;
  position: relative;
}
#footer .top-btn a svg {
  display: none;
}
#footer .top-btn a::before {
  content: "";
  border-top: 2px solid #62c7fc;
  border-right: 2px solid #62c7fc;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
#footer .top-btn a::after {
  content: "";
  border-top: 2px solid #62c7fc;
  width: 30px;
  height: 0;
  position: absolute;
  top: -10%;
  transition: all 0.3s ease;
}
#footer .top-btn a:hover::after {
  top: -30%;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  .close-btn {
    width: 30px;
    height: 30px;
  }
  #message .section-wrap .philosophy-box .cover .item {
    width: 60%;
  }
  #worklife-schedule .section-wrap .time-box {
    opacity: 0;
    display: block;
  }
  #careerpath-careerpath .section-wrap .careerpath-img {
    width: 88%;
    margin: 0 auto;
    margin-top: -100px;
  }
  #careerpath-careerpath .section-wrap .careerpath-img .uk-flex .flex-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .uk-flex {
    display: block;
  }
  .uk-flex .flex-item {
    width: auto !important;
  }
  .size-18 {
    font-size: 16px;
  }
  .size-20 {
    font-size: 18px;
  }
  .size-28 {
    font-size: 18px;
  }
  .size-72 {
    font-size: 41px;
  }
  span.size-32 {
    font-size: 22px !important;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .page-padding-top {
    padding-top: 40px;
  }
  .link a {
    font-size: 18px !important;
  }
  .nav-box {
    width: auto;
  }
  .nav-box ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav-box ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .nav-box ul li a::after {
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #62C7FC;
    border-right: 2px solid #62C7FC;
    margin-left: 5px;
  }
  .nav-box ul li a {
    font-size: 14px;
    justify-content: right;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 16px;
  }
  .img-border-radius {
    border-radius: 0;
  }
  .modal-img {
    max-width: 150% !important;
  }
  #header {
    padding: 0;
    display: flex;
    align-items: center;
    height: 50px;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:first-child {
    width: 60% !important;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open {
    height: 100%;
  }
  #front-mv .section-wrap .cover .item {
    width: 100%;
  }
  #front-mv .section-wrap .cover .text-box {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 20px;
  }
  #front-mv .section-wrap .cover .topic-box {
    width: auto;
    right: unset;
    padding-right: 0;
    border-radius: 0;
  }
  #front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
  }
  #front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:nth-child(2) li {
    display: block;
  }
  #front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:nth-child(2) p {
    font-size: 14px;
  }
  #front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:last-child {
    padding-right: 10px;
  }
  #front-mv .section-wrap .cover .topic-box .uk-flex .flex-item .link a {
    padding: 0 9px;
    font-size: 14px !important;
  }
  #front-environment .section-wrap .bg-img {
    background-position: top left -10px, top 20px right -10px;
    z-index: 0;
  }
  #front-environment .section-wrap .bg-img img:first-child {
    width: 20%;
  }
  #front-environment .section-wrap .bg-img img:last-child {
    width: 20%;
    top: 0;
  }
  #front-environment .section-wrap .uk-container {
    position: relative;
    z-index: 1;
  }
  #front-environment .section-wrap .uk-container .section-title {
    margin-top: 20px;
  }
  #front-environment .section-wrap .uk-container .flex-box {
    width: 100%;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex {
    display: block;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item {
    width: 100%;
    margin-bottom: 40px;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item::after {
    transform: skewY(-40deg) scale(1, 0.2);
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a {
    flex-direction: unset;
    align-items: center;
    height: 100px;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a img {
    margin: 0;
    width: 22%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a h4 {
    width: 45%;
    text-align: left;
  }
  #front-interview .bg-contents {
    width: 85%;
    height: 95%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #front-interview .section-wrap .flex-box .uk-flex .flex-item:first-child {
    margin-bottom: 20px;
  }
  #front-interview .section-wrap .flex-box .uk-flex .flex-item:last-child {
    margin-left: 0;
  }
  #front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item {
    width: 90%;
  }
  #front-interview .section-wrap .flex-box .slider a.uk-position-small {
    width: 40px;
    height: 40px;
    margin: 20px auto;
  }
  #front-interview .section-wrap .link {
    text-align: -webkit-center;
  }
  #front-message .section-wrap .message-box .uk-flex .flex-item:first-child {
    margin-bottom: 40px;
  }
  #front-message .section-wrap .btn-box .uk-flex .flex-item .link a {
    padding: 10px 0;
    margin-bottom: 10px;
    width: 80%;
    display: block;
    margin: 20px auto;
    font-size: 18px;
  }
  #front-message .section-wrap .btn-box .uk-flex .flex-item .link a:last-of-type {
    margin-bottom: 0;
  }
  #front-career-path .bg-contents {
    width: 85%;
    height: 80%;
  }
  #front-career-path .section-wrap .flex-box {
    width: 100%;
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item {
    margin-bottom: 40px;
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item::after {
    transform: skewY(-40deg) scale(1, 0.2);
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item a {
    flex-direction: unset;
    align-items: center;
    height: 100px;
    justify-content: center;
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item a img {
    margin: 0;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 30px;
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item a h3 {
    width: 40%;
    text-align: left;
  }
  #news-archive .section-wrap .category-news-box ul {
    flex-wrap: wrap;
  }
  #news-archive .section-wrap .category-news-box ul li {
    width: 40%;
    margin-bottom: 20px;
  }
  #news-archive .section-wrap .news-contents ul li {
    padding: 20px 0;
  }
  #news-archive .section-wrap .news-contents ul li a {
    display: block;
  }
  #news-archive .section-wrap .news-contents ul li a .uk-flex {
    justify-content: space-between !important;
  }
  #news-archive .section-wrap .page-nav .pages {
    margin: 0;
  }
  #news-archive .section-wrap .wp-pagenavi .page {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #news-archive .section-wrap .wp-pagenavi .current {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #news-single .section-wrap .single-box .flex-box {
    width: 50%;
  }
  #news-single .section-wrap .single-box .news-info h1 {
    font-size: 20px;
  }
  #news-single .section-wrap .uk-flex .button a {
    width: 60%;
  }
  #interview-archive .section-wrap .text-box {
    width: auto;
    padding: 20px 0;
  }
  #interview-archive .section-wrap .text-box::before {
    display: none;
  }
  #interview-archive .section-wrap .text-box::after {
    display: none;
  }
  #interview-archive .section-wrap .interview-contents .uk-grid .interview-box {
    width: 90%;
  }
  #interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item .title-box {
    transform: translate(5%, -50%);
  }
  #interview-mv .section-wrap .mv-contents .img-box {
    width: auto;
  }
  #interview-mv .section-wrap .mv-contents .text-box {
    width: 54%;
  }
  #interview-mv .section-wrap .mv-contents .text-box h1 {
    font-size: 20px;
    width: auto;
  }
  #interview-mv .section-wrap .mv-contents .text-box .favicon-box img {
    width: 60%;
  }
  #interview-mv .section-wrap .mv-contents .text-box .data-box .uk-flex h3 {
    font-size: 16px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item .question-title h1 {
    font-size: 20px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item .question-title h4 {
    font-size: 16px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .flex-container .bg-container {
    width: 95%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .flex-container .group-item {
    width: 95%;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item .question-title h1 {
    font-size: 20px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item .question-title h4 {
    font-size: 16px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container .bg-container {
    width: 95%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 8px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container .group-item {
    width: 95%;
  }
  #interview-single .section-wrap .single-box .group-box:last-child .group-item .question-title h1 {
    font-size: 20px;
  }
  #interview-single .section-wrap .single-box .group-box:last-child .group-item .question-title h4 {
    font-size: 16px;
  }
  #interview-single .section-wrap .single-box .group-box:last-child .group-item-img {
    position: unset;
    transform: unset;
    width: auto;
  }
  #interview-single .section-wrap .single-box .group-box:last-child .group-item-img img {
    border-radius: 8px;
  }
  #interview-slider .section-wrap .slider::before, #interview-slider .section-wrap .slider::after {
    display: none;
  }
  #interview-slider .section-wrap .slider a.uk-position-small {
    width: 40px;
    height: 40px;
    margin: 20px auto;
  }
  #page-nav.message .nav-box ul li {
    width: 45%;
  }
  #page-nav.message .nav-box ul li a {
    font-size: 16px;
  }
  #message .section-wrap .message-box .section-title {
    padding-bottom: 20px;
  }
  #message .section-wrap .message-box .text-box {
    text-align: unset;
    padding-bottom: 20px;
  }
  #message .section-wrap .message-box .favicon-img {
    position: unset;
    width: 100%;
    text-align: end;
  }
  #message .section-wrap .message-box .favicon-img img {
    width: 60%;
  }
  #message .section-wrap .philosophy-box {
    margin-top: 0;
  }
  #message .section-wrap .philosophy-box .section-title {
    padding-bottom: 20px;
  }
  #message .section-wrap .philosophy-box .text-box {
    text-align: unset;
  }
  #message .section-wrap .philosophy-box .text-box p {
    text-align: left !important;
  }
  #message-policy .bg-contents {
    width: 90%;
    margin-top: 20px;
  }
  #message-policy .section-wrap .section-title {
    padding-bottom: 0;
  }
  #message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex {
    border-radius: 8px;
  }
  #message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex:first-child {
    margin-top: 40px;
  }
  #message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:first-child {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:first-child img {
    width: 40%;
  }
  #message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:last-child {
    padding: 0 10px;
  }
  #message-achivements .section-wrap .achive-contents .uk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 auto;
  }
  #message-achivements .section-wrap .achive-contents .uk-grid .achive-box {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  #message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item {
    height: 150px;
  }
  #message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a img {
    width: 50px;
    height: 50px;
  }
  #message-achivements .section-wrap .achive-contents .uk-grid .achive-box .achive-item a h4 {
    font-size: 12px;
    padding: 0 5px;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item:first-child .section-title {
    display: block;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item:first-child img {
    width: 100%;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item:last-child .section-title {
    display: none;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link:first-child {
    display: none;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link:last-child {
    display: block;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link a {
    margin: 0 auto;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link a::after {
    display: none;
  }
  #environment-infographics .section-wrap .infographics-contents .section-title {
    padding-bottom: 20px;
  }
  #environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box {
    width: 100%;
    padding-bottom: 20px;
  }
  #environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box .infographics-item {
    justify-content: stretch;
  }
  #environment-workplace .section-wrap ul.uk-subnav li {
    width: -webkit-fill-available;
    margin-bottom: 30px;
    height: 60px;
  }
  #environment-workplace .section-wrap ul.uk-subnav li:nth-child(3) a::after {
    width: 70px;
    height: 70px;
  }
  #environment-workplace .section-wrap .uk-switcher .select-contents .uk-grid {
    display: block;
  }
  #environment-workplace .section-wrap .uk-switcher .select-contents .uk-grid .select-box {
    width: auto;
  }
  #environment-workplace .section-wrap .uk-switcher .select-contents.area .title-box .uk-flex:first-child .flex-item:first-child {
    width: 40% !important;
  }
  #environment-workplace .section-wrap .uk-switcher .select-contents.area .title-box .uk-flex:first-child .flex-item:last-child {
    width: 70% !important;
  }
  #support .section-wrap .text-box {
    text-align: left !important;
  }
  #support .section-wrap .worklife-contents {
    padding-top: 30px;
    padding-bottom: 40px;
    display: block;
  }
  #support .section-wrap .worklife-contents .cover {
    width: 90%;
    height: unset;
    padding: 10px;
    margin-left: auto;
    border-top-left-radius: 0;
  }
  #support .section-wrap .worklife-contents .cover .img-box {
    width: 100%;
    left: 0;
  }
  #support .section-wrap .flex-box .uk-flex {
    display: grid;
  }
  #support .section-wrap .flex-box .uk-flex .flex-item:first-child h4 {
    margin: 20px 0;
  }
  #support .section-wrap .flex-box .uk-flex .flex-item:last-child {
    order: -1;
  }
  #support .section-wrap .flex-box .uk-flex .flex-item:last-child img {
    border-radius: 8px;
  }
  #worklife-schedule .bg-contents {
    width: 95%;
    border-top-right-radius: 8px;
  }
  #worklife-schedule .section-wrap .time-box .uk-flex .time-item {
    width: auto;
    display: flex;
    margin-bottom: 30px;
    border-radius: 8px;
  }
  #worklife-schedule .section-wrap .time-box .uk-flex .time-item .flex-item:first-child {
    width: 30% !important;
  }
  #worklife-schedule .section-wrap .time-box .uk-flex .time-item .flex-item:nth-child(2) h3 {
    font-size: 28px;
  }
  #worklife-schedule .section-wrap .week-contents .title-box {
    display: none;
  }
  #worklife-schedule .section-wrap .week-contents .img-box {
    overflow-x: scroll;
    width: 100%;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar-thumb {
    background: #99E0FD;
    border-radius: 10px;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar-track {
    background: #fff;
  }
  #support-type .section-wrap .support-type-contents .uk-grid .support-type-box {
    width: 100%;
    margin-bottom: 20px;
  }
  #support-type .section-wrap .support-type-contents .uk-grid .support-type-box .support-type-item {
    border-radius: 8px;
  }
  #support-support {
    padding-bottom: 0;
  }
  #support-support .section-wrap .section-title {
    padding-bottom: 20px;
  }
  #support-support .section-wrap .text-box {
    width: auto;
    text-align: left !important;
    margin-bottom: 0;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box {
    width: 100%;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box:first-child {
    margin-top: 40px;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item {
    height: auto;
    border-radius: 8px;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) {
    height: 120px;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) p {
    text-align: center;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(5) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(6) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(7) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(8) .support-item {
    height: auto;
  }
  #support-scholarship::before {
    width: 95%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #support-scholarship .section-wrap .sticky-container {
    display: none;
  }
  #support-scholarship .section-wrap .flex-box {
    margin-top: -20px;
  }
  #support-scholarship .section-wrap .flex-box .uk-flex .flex-item .section-title {
    text-align: center;
  }
  #support-scholarship .section-wrap .scholarship-type-contents {
    width: 90%;
  }
  #support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text {
    width: 100%;
  }
  #support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text table {
    width: 100%;
  }
  #careerpath-careerpath .section-wrap .text-box {
    width: auto;
    padding: 20px 0;
    text-align: left;
  }
  #careerpath-careerpath .section-wrap .text-box::before {
    display: none;
  }
  #careerpath-careerpath .section-wrap .text-box::after {
    display: none;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:first-child {
    width: 25% !important;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:nth-child(2) {
    height: 130vw;
    overflow: hidden;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:last-child {
    width: 70% !important;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex:last-child .flex-item:nth-child(2) {
    height: unset;
  }
  #page-nav .nav-box-clinical .nav-box ul li {
    width: 45%;
  }
  #page-nav .nav-box-clinical .nav-box ul a {
    font-size: 12px;
  }
  #clinical-about .section-wrap .flex-box .uk-flex .flex-item:first-child {
    margin-bottom: 20px;
  }
  #clinical-about .section-wrap .flex-box .uk-flex .flex-item .section-title {
    text-align: center;
  }
  #clinical-message .section-wrap .message-box {
    width: auto;
    padding: 30px;
    position: relative;
  }
  #clinical-message .section-wrap .message-box .top-box .uk-flex .flex-item:first-child {
    width: 40% !important;
  }
  #clinical-message .section-wrap .message-box .top-box .uk-flex .flex-item:last-child {
    width: 50% !important;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box::-webkit-scrollbar-thumb {
    background: #99E0FD;
    border-radius: 10px;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box::-webkit-scrollbar-track {
    background: #EFEFEF;
  }
  #clinical-training .section-wrap .training-contents .training-box .goal-box .line-title h4 {
    font-size: 16px;
  }
  #clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a {
    width: 100%;
  }
  #clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a::after {
    width: 10px;
    height: 10px;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box {
    border-radius: 8px;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box .uk-flex .flex-item:first-child {
    width: 30% !important;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider a.nav {
    width: 40px;
    height: 40px;
    display: none;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider .link a {
    font-size: 16px;
  }
  #page-nav .nav-box-requirements .nav-box {
    width: 70%;
  }
  #page-nav .nav-box-requirements .nav-box ul li a {
    justify-content: center;
  }
  #requirements-person .section-wrap .flex-box .uk-flex .flex-item {
    margin-bottom: 40px;
  }
  #requirements-flow .section-wrap .section-title {
    padding-bottom: 0;
  }
  #requirements-flow .section-wrap .top-text {
    text-align: left;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item {
    margin-bottom: 30px;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box {
    height: unset;
    padding: 20px 0;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .info-box {
    height: unset;
    padding-top: 0;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .info-box p {
    height: 100%;
  }
  #requirements-requirements .section-wrap .switcher-contents ul li {
    width: 44%;
  }
  #requirements-requirements .section-wrap .switcher-contents ul li a {
    font-size: 16px;
  }
  #requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item:first-child {
    text-align: left;
    border-bottom: unset;
  }
  #requirements-requirements .section-wrap .switcher-contents .type-content .type .flex-item:first-child h4 {
    font-size: 16px;
  }
  #requirements-requirements .section-wrap .switcher-contents .point-contents .point-box {
    overflow: scroll;
  }
  #page-nav .section-wrap .nav-box .nav-box ul li {
    width: 30%;
    margin-bottom: 10px;
  }
  #faq-about .section-wrap .faq-box {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  #faq-about .section-wrap .faq-box .accordion-box {
    width: 100%;
  }
  #faq-about .section-wrap .faq-box .accordion-box ul {
    margin-bottom: 20px;
  }
  #faq-about .section-wrap .tel-contents .tel-box {
    width: 100%;
  }
  #faq-about .section-wrap .tel-contents .tel-box .top {
    height: 40px;
  }
  #faq-about .section-wrap .tel-contents .tel-box .top h3 {
    font-size: 16px;
  }
  #faq-about .section-wrap .tel-contents .tel-box .uk-flex {
    flex-direction: column;
    justify-content: center;
  }
  #form .section-wrap .title-box {
    margin-top: 30px;
  }
  #form .section-wrap .title-box p {
    text-align: left;
  }
  #form .section-wrap .form-contents {
    width: auto;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span {
    font-size: 16px;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.application-details .wpcf7-list-item:nth-child(3) {
    margin: 0;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.your-gender span {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input, #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form select {
    width: -webkit-fill-available;
    margin: 10px 0;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form textarea {
    width: -webkit-fill-available;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.day-hope .uk-flex .flex-items:first-child {
    width: auto;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.day-hope .uk-flex .flex-items:last-child {
    width: auto;
  }
  #form .section-wrap .form-contents .form .uk-flex:nth-child(2) .flex-item:last-child .uk-flex, #form .section-wrap .form-contents .form .uk-flex:nth-child(3) .flex-item:last-child .uk-flex {
    justify-content: space-between;
  }
  #form .section-wrap .form-contents .form .uk-flex:nth-child(2) .flex-item:last-child .uk-flex .flex-items, #form .section-wrap .form-contents .form .uk-flex:nth-child(3) .flex-item:last-child .uk-flex .flex-items {
    width: 47%;
  }
  #form .section-wrap .form-contents .form .uk-flex:nth-child(2) .flex-item:last-child .uk-flex .flex-items input, #form .section-wrap .form-contents .form .uk-flex:nth-child(3) .flex-item:last-child .uk-flex .flex-items input {
    font-size: 16px;
  }
  #form .section-wrap .form-contents .form .plivacy {
    margin-top: 20px;
  }
  #form .section-wrap .form-contents .form .form-btn input {
    width: 60%;
  }
  #entry .section-wrap .entry-box {
    padding: 10px 0;
    width: 100%;
    background-image: url("https://recruit-meiwakai.jp/wp/wp-content/themes/meiwakai/images/entry/entry-bg-sp.webp");
  }
  #entry .section-wrap .entry-box .section-title {
    margin-bottom: 20px;
  }
  #entry .section-wrap .entry-box .btn-box .uk-flex .flex-item .link a {
    font-size: 18px;
    margin-bottom: 20px;
    width: 70% !important;
    text-align: center;
  }
  #entry .section-wrap .entry-box .favicon-img {
    width: 20%;
    top: 0;
    right: 0;
  }
  #footer .section-wrap .flex-box .flex-item:first-child {
    width: 80% !important;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
  .page-mv .cover .text-box {
    height: 150px;
  }
  .nav-box {
    width: auto;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:first-child {
    display: none;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) {
    width: 90%;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .logo {
    display: block;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:nth-child(2) nav.gnav .logo h1 {
    width: 90%;
  }
  #front-mv .section-wrap .cover .text-box {
    top: 5%;
    padding: 20px;
  }
  #front-mv .section-wrap .cover .text-box h1.eng {
    font-size: 40px;
  }
  #front-mv .section-wrap .cover .text-box h1 {
    font-size: 30px;
  }
  #front-mv .section-wrap .cover .topic-box {
    width: 90%;
    bottom: 5%;
  }
  #front-environment .section-wrap .favicon-img img {
    right: 5%;
  }
  #front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item {
    width: 90%;
  }
  #front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item .date-box {
    transform: translate(-20%, 50%);
  }
  #front-message .section-wrap .favicon-img img {
    right: 5%;
  }
  #front-message .section-wrap .btn-box .uk-flex .flex-item {
    width: auto;
  }
  #front-career-path .section-wrap p {
    width: 60%;
  }
  #front-career-path .section-wrap .img-box {
    width: 35%;
    transform: translate(-30px, 0);
  }
  #interview-archive .section-wrap .text-box {
    width: auto;
    padding: 20px 0;
  }
  #interview-single .section-wrap .message-box .message-item .uk-flex .flex-item:first-child {
    width: 40%;
  }
  #message-overview .section-wrap .flex-box .uk-flex {
    justify-content: space-between;
  }
  #support .section-wrap .worklife-contents-box .bg-container {
    padding: 30px 0;
    transform: translate(0, -30px);
  }
  #worklife-schedule .section-wrap .time-box .uk-flex .time-item {
    width: 45%;
  }
  #worklife-schedule .section-wrap .week-contents .img-box {
    overflow-x: scroll;
    width: 100%;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar-thumb {
    background: #99E0FD;
    border-radius: 10px;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar-track {
    background: #fff;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item {
    height: 100%;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) {
    height: 100%;
  }
  #support-scholarship .section-wrap .sticky-container {
    width: 35%;
  }
  #support-scholarship .section-wrap .scholarship-type-contents {
    width: 60%;
  }
  #support-scholarship .section-wrap .scholarship-type-contents .scholarship-type-box .type-text table {
    width: 100%;
  }
  #careerpath-careerpath .section-wrap .text-box {
    width: auto;
    padding: 20px 0;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:first-child {
    width: 20%;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:nth-child(2) {
    height: 30vw;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:nth-child(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:last-child {
    width: 80%;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex:last-child .flex-item:nth-child(2) img {
    width: 70%;
    height: unset;
    -o-object-fit: unset;
       object-fit: unset;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table {
    width: 97%;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box .schedule-table table tbody tr td {
    padding: 15px;
  }
  #clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a {
    width: 50%;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box .uk-flex .flex-item:last-child {
    width: 60%;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex {
    flex-wrap: wrap;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item {
    width: 45%;
    margin-bottom: 40px;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box {
    height: 350px;
  }
  #requirements-requirements .section-wrap .switcher-contents ul li {
    width: 31%;
  }
  #requirements-requirements .section-wrap .switcher-contents .point-contents .point-box {
    overflow: scroll;
  }
  #form .section-wrap .form-contents {
    width: 90%;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item:first-child {
    width: 40%;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.application-details span {
    width: 100%;
    margin: 0;
  }
  #form .section-wrap .form-contents .form .plivacy {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .uk-flex {
    display: block;
  }
  .uk-flex .flex-item {
    width: auto !important;
  }
  .section-padding-top {
    padding-top: 80px;
  }
  .nav-box {
    width: auto;
  }
  .nav-box ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav-box ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .nav-box ul li a::after {
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #62C7FC;
    border-right: 2px solid #62C7FC;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 18px;
  }
  .img-border-radius {
    border-radius: 0;
  }
  #header {
    padding: 0;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:first-child {
    width: 50%;
  }
  #header .section-wrap .flex-box .uk-flex .flex-item:last-child .drawer_open {
    height: 100%;
  }
  #front-mv .section-wrap .cover img {
    height: 130vw;
  }
  #front-mv .section-wrap .cover .text-box {
    padding: 20px;
  }
  #front-mv .section-wrap .cover .topic-box {
    right: unset;
    padding-right: 0;
    border-radius: 0;
  }
  #front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
  }
  #front-mv .section-wrap .cover .topic-box .uk-flex .flex-item:nth-child(2) p {
    font-size: 14px;
  }
  #front-environment .section-wrap .bg-img {
    background-position: top left, top right;
    z-index: 0;
  }
  #front-environment .section-wrap .uk-container {
    position: relative;
    z-index: 1;
  }
  #front-environment .section-wrap .uk-container .flex-box {
    width: 100%;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex {
    display: block;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item {
    width: 100%;
    margin-bottom: 40px;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a {
    flex-direction: unset;
    align-items: center;
    height: 200px;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #front-environment .section-wrap .uk-container .flex-box .uk-flex .flex-item a h4 {
    width: 40%;
  }
  #front-interview .bg-contents {
    width: 90%;
    height: 95%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #front-interview .section-wrap .flex-box .uk-flex .flex-item:first-child {
    margin-bottom: 20px;
  }
  #front-interview .section-wrap .flex-box .uk-flex .flex-item:last-child {
    margin-left: 0;
  }
  #front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box {
    width: 50%;
  }
  #front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item {
    width: 90%;
  }
  #front-interview .section-wrap .flex-box .slider .uk-slider-items .interview-box .interview-item .date-box {
    transform: translate(-30%, 50%);
  }
  #front-interview .section-wrap .flex-box .slider a.uk-position-small {
    width: 40px;
    height: 40px;
  }
  #front-interview .section-wrap .link {
    text-align: -webkit-center;
  }
  #front-message .section-wrap .message-box .uk-flex .flex-item:last-child h2 {
    margin-top: 20px;
    text-align: center;
  }
  #front-message .section-wrap .btn-box .uk-flex .flex-item .link a {
    padding: 10px 0;
    margin-bottom: 10px;
    width: 80%;
    display: block;
    margin: 20px auto;
    font-size: 18px;
  }
  #front-message .section-wrap .btn-box .uk-flex .flex-item .link a:last-of-type {
    margin-bottom: 0;
  }
  #front-career-path .bg-contents {
    width: 90%;
    height: 90%;
  }
  #front-career-path .section-wrap .favicon-box-sp {
    text-align: end;
    width: auto;
  }
  #front-career-path .section-wrap .favicon-box-sp img {
    width: 60%;
  }
  #front-career-path .section-wrap .flex-box {
    width: 100%;
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item {
    margin-bottom: 40px;
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item a {
    flex-direction: unset;
    align-items: center;
    height: 150px;
  }
  #front-career-path .section-wrap .flex-box .uk-flex .flex-item a img {
    margin: 0;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #interview-archive .section-wrap .text-box {
    width: auto;
    padding: 20px 0;
  }
  #interview-archive .section-wrap .text-box::before {
    display: none;
  }
  #interview-archive .section-wrap .text-box::after {
    display: none;
  }
  #interview-archive .section-wrap .interview-contents .uk-grid .interview-box {
    width: 45%;
  }
  #interview-archive .section-wrap .interview-contents .uk-grid .interview-box .interview-item .title-box {
    transform: translate(5%, -50%);
  }
  #interview-mv .section-wrap .mv-contents .img-box {
    width: auto;
  }
  #interview-mv .section-wrap .mv-contents .text-box {
    width: 54%;
  }
  #interview-mv .section-wrap .mv-contents .text-box h1 {
    font-size: 24px;
    width: auto;
  }
  #interview-mv .section-wrap .mv-contents .text-box .favicon-box img {
    width: 60%;
  }
  #interview-mv .section-wrap .mv-contents .text-box .data-box .uk-flex h3 {
    font-size: 18px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item .question-title h1 {
    font-size: 24px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .group-item .question-title h4 {
    font-size: 18px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .flex-container .bg-container {
    width: 95%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n+1) .flex-container .group-item {
    width: 95%;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item .question-title h1 {
    font-size: 24px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .group-item .question-title h4 {
    font-size: 18px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container .bg-container {
    width: 95%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 8px;
  }
  #interview-single .section-wrap .single-box .group-box:nth-child(2n) .flex-container .group-item {
    width: 95%;
  }
  #interview-single .section-wrap .single-box .group-box:last-child .group-item .question-title h1 {
    font-size: 24px;
  }
  #interview-single .section-wrap .single-box .group-box:last-child .group-item .question-title h4 {
    font-size: 18px;
  }
  #interview-single .section-wrap .single-box .group-box:last-child .group-item-img {
    position: unset;
    transform: unset;
    width: auto;
  }
  #message .section-wrap .message-box .text-box {
    text-align: unset;
    padding-bottom: 20px;
  }
  #message .section-wrap .message-box .favicon-img {
    position: unset;
    width: 100%;
    text-align: end;
  }
  #message .section-wrap .message-box .favicon-img img {
    width: 60%;
  }
  #message .section-wrap .philosophy-box {
    margin-top: 0;
  }
  #message .section-wrap .philosophy-box .text-box {
    text-align: unset;
  }
  #message .section-wrap .philosophy-box .text-box p {
    text-align: left !important;
  }
  #message-policy .bg-contents {
    width: 90%;
    height: 90%;
    margin-top: 20px;
  }
  #message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:first-child {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #message-policy .section-wrap .flex-box .uk-flex .flex-item .type-box .uk-flex .flex-item:first-child img {
    width: 30%;
  }
  #message-achivements .section-wrap .achive-contents .uk-grid .achive-box {
    width: 45%;
    padding-bottom: 20px;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item:first-child .section-title {
    display: block;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item:first-child img {
    width: 100%;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item:last-child .section-title {
    display: none;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link:first-child {
    display: none;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link:last-child {
    display: block;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link a {
    margin: 0 auto;
  }
  #message-overview .section-wrap .flex-box .uk-flex .flex-item .link-box .link a::after {
    display: none;
  }
  #environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box {
    width: 45%;
  }
  #environment-workplace .section-wrap ul.uk-subnav li {
    width: -webkit-fill-available;
    margin-bottom: 30px;
    height: 60px;
  }
  #environment-workplace .section-wrap .uk-switcher .select-contents .uk-grid .select-box {
    width: 45%;
  }
  #support .section-wrap .text-box {
    text-align: left !important;
  }
  #support .section-wrap .worklife-contents {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
  #support .section-wrap .worklife-contents .cover {
    width: 90%;
    height: unset;
    padding: 10px;
    margin-left: auto;
    border-top-left-radius: 0;
  }
  #support .section-wrap .worklife-contents .cover .img-box {
    width: 100%;
    left: 0;
  }
  #support .section-wrap .flex-box .uk-flex {
    display: grid;
  }
  #support .section-wrap .flex-box .uk-flex .flex-item:first-child h4 {
    margin: 20px 0;
  }
  #support .section-wrap .flex-box .uk-flex .flex-item:last-child {
    order: -1;
  }
  #support .section-wrap .flex-box .uk-flex .flex-item:last-child img {
    border-radius: 8px;
  }
  #worklife-schedule .bg-contents {
    width: 95%;
  }
  #worklife-schedule .section-wrap .time-box .uk-flex .time-item {
    width: auto;
    display: flex;
    margin-bottom: 30px;
  }
  #worklife-schedule .section-wrap .week-contents .title-box {
    display: none;
  }
  #worklife-schedule .section-wrap .week-contents .img-box {
    overflow-x: scroll;
    width: 100%;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar-thumb {
    background: #99E0FD;
    border-radius: 10px;
  }
  #worklife-schedule .section-wrap .week-contents .img-box::-webkit-scrollbar-track {
    background: #fff;
  }
  #support-type .section-wrap .support-type-contents .uk-grid .support-type-box {
    width: 100%;
    margin-bottom: 20px;
  }
  #support-type .section-wrap .support-type-contents .uk-grid .support-type-box .support-type-item {
    border-radius: 8px;
  }
  #support-support {
    padding-bottom: 0;
  }
  #support-support .section-wrap .section-title {
    padding-bottom: 20px;
  }
  #support-support .section-wrap .text-box {
    width: auto;
    text-align: left !important;
    margin-bottom: 0;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box {
    width: 100%;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box:first-child {
    margin-top: 40px;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item {
    height: auto;
    border-radius: 8px;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) {
    height: 120px;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box .support-item:has(img[src=""]) p {
    text-align: center;
  }
  #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(5) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(6) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(7) .support-item, #support-support .section-wrap .support-contents .uk-grid .support-box:nth-child(8) .support-item {
    height: auto;
  }
  #support-scholarship::before {
    width: 95%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #support-scholarship .section-wrap .sticky-container {
    display: none;
  }
  #support-scholarship .section-wrap .flex-box {
    margin-top: -20px;
  }
  #support-scholarship .section-wrap .flex-box .uk-flex .flex-item .section-title {
    text-align: center;
  }
  #support-scholarship .section-wrap .scholarship-type-contents {
    width: 90%;
  }
  #careerpath-careerpath .section-wrap .text-box {
    width: auto;
    padding: 20px 0;
    text-align: left;
  }
  #careerpath-careerpath .section-wrap .text-box::before {
    display: none;
  }
  #careerpath-careerpath .section-wrap .text-box::after {
    display: none;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:first-child {
    width: 25% !important;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:nth-child(2) {
    height: 50vw;
    overflow: hidden;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:last-child {
    width: 70% !important;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex:last-child .flex-item:nth-child(2) {
    height: unset;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex:last-child .flex-item:nth-child(2) img {
    width: unset;
  }
  #clinical-about .section-wrap .flex-box .uk-flex .flex-item:first-child {
    margin-bottom: 20px;
  }
  #clinical-message .section-wrap .message-box {
    width: auto;
    padding: 30px;
    position: relative;
  }
  #clinical-message .section-wrap .message-box .top-box .uk-flex .flex-item:first-child {
    width: 40% !important;
  }
  #clinical-message .section-wrap .message-box .top-box .uk-flex .flex-item:last-child {
    width: 50% !important;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box::-webkit-scrollbar-thumb {
    background: #99E0FD;
    border-radius: 10px;
  }
  #clinical-training .section-wrap .training-contents .training-box .schedule-box::-webkit-scrollbar-track {
    background: #EFEFEF;
  }
  #clinical-training .section-wrap .training-contents .training-box .goal-box .line-title h4 {
    font-size: 18px;
  }
  #clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a {
    width: 100%;
  }
  #clinical-training .section-wrap .training-contents .training-box .goal-box .pdf-link a::after {
    width: 10px;
    height: 10px;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box {
    border-radius: 8px;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider .uk-slider-items .voice-box .uk-flex .flex-item:first-child {
    width: 30% !important;
  }
  #clinical-voice .section-wrap .uk-container .voice-slider .slider a.nav {
    width: 40px;
    height: 40px;
    display: none;
  }
  #page-nav .nav-box-requirements .nav-box ul li a {
    justify-content: center;
  }
  #requirements-person .section-wrap .flex-box .uk-flex .flex-item {
    margin-bottom: 30px;
  }
  #requirements-flow .section-wrap .section-title {
    padding-bottom: 0;
  }
  #requirements-flow .section-wrap .top-text {
    text-align: left;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item {
    margin-bottom: 30px;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box {
    height: unset;
    padding: 20px 0;
  }
  #requirements-flow .section-wrap .flex-box .uk-flex .flex-item .type-box .info-box {
    height: 120px;
    padding-top: 0;
  }
  #requirements-requirements .section-wrap .switcher-contents ul li {
    width: 45%;
  }
  #requirements-requirements .section-wrap .switcher-contents ul li a {
    font-size: 18px;
  }
  #requirements-requirements .section-wrap .switcher-contents .point-contents .point-box {
    overflow: scroll;
  }
  #faq-about .section-wrap .faq-box {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  #faq-about .section-wrap .faq-box .accordion-box {
    width: 100%;
  }
  #faq-about .section-wrap .tel-contents .tel-box {
    width: 100%;
  }
  #faq-about .section-wrap .tel-contents .tel-box .top {
    height: 40px;
  }
  #faq-about .section-wrap .tel-contents .tel-box .top h3 {
    font-size: 18px;
  }
  #faq-about .section-wrap .tel-contents .tel-box .uk-flex {
    flex-direction: column;
    justify-content: center;
  }
  #form .section-wrap .title-box {
    margin-top: 30px;
  }
  #form .section-wrap .form-contents {
    width: 90%;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.application-details span {
    width: 100%;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.application-details .wpcf7-list-item:nth-child(3) {
    margin: 0;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.radio-form span.your-gender span {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form input, #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form select {
    width: -webkit-fill-available;
    margin: 10px 0;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form textarea {
    width: -webkit-fill-available;
  }
  #form .section-wrap .form-contents .form .uk-flex .flex-item.uk-form.day-hope .uk-flex .flex-items:last-child {
    width: auto;
  }
  #form .section-wrap .form-contents .form .plivacy {
    margin-top: 20px;
  }
  #entry .section-wrap .entry-box .btn-box .uk-flex .flex-item .link a {
    font-size: 18px;
    margin-bottom: 20px;
    width: 70% !important;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-mv .cover .text-box {
    height: 150px;
  }
  #front-mv .section-wrap .cover .text-box {
    top: 5%;
    padding: 30px;
    margin-bottom: 30px;
  }
  #front-mv .section-wrap .cover .topic-box {
    width: 90%;
  }
  #front-message .section-wrap .favicon-img img {
    right: 5%;
  }
  #interview-archive .section-wrap .interview-contents .uk-grid .interview-box {
    width: 29%;
  }
  #environment-infographics .section-wrap .infographics-contents .uk-grid .infographics-box {
    width: 29%;
  }
  #environment-workplace .section-wrap .uk-switcher .select-contents .uk-grid .select-box {
    width: 29%;
  }
  #support .section-wrap .worklife-contents .cover .img-box {
    width: 50%;
    left: -40%;
  }
  #careerpath-careerpath .section-wrap .careerpath-flow .uk-flex .flex-item:nth-child(2) {
    height: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  #page-nav .nav-box-clinical .nav-box {
    width: 90%;
  }
}
