@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00449a;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* 基本カラーのカラーコードを入れてください */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: calc(1.56rem + (1vw - 0.992rem) * (0.193236715));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: calc(1.52rem + (1vw - 0.768rem) * (0.1793721973));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body {
    font-size: calc(1.48rem + (1vw - 0.576rem) * (0.2094240838));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  body {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (0.2597402597));
  }
}
@media only screen and (max-width: 420px) {
  body {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4));
  }
}
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  letter-spacing: 0.06em;
}
body main {
  flex: 1;
}

body:not(.home) main {
  background: url(https://mikatag.co.jp/recruit-site/img/page_head_bg.webp) no-repeat center top;
  padding-top: 5.5%;
}
body:not(.home) main .inner {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  body:not(.home) main .inner {
    padding: 70px;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.home) main {
    background: none;
    padding-top: 0;
  }
  body:not(.home) main .inner {
    padding: 3% 0;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) main {
    background-size: 150% auto;
  }
}

h1 {
  padding: 1.5em 1.5em 1.25em;
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: calc(3.84rem + (1vw - 0.992rem) * (1.7391304348));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: calc(3.48rem + (1vw - 0.768rem) * (1.6143497758));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: calc(3.12rem + (1vw - 0.576rem) * (1.8848167539));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  h1 {
    font-size: calc(2.76rem + (1vw - 0.421rem) * (2.3376623377));
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font-size: calc(2.4rem + (1vw - 0.32rem) * (3.6));
  }
}
h1 {
  width: min(1260px, 90vw);
  letter-spacing: 0.06em;
  border-bottom: #b7e5c8 solid 1px;
  margin: 0 auto;
  background: #fff;
  font-weight: 400;
  position: relative;
}
h1 span {
  display: block;
}
@media only screen and (min-width: 1200px) {
  h1 span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 span {
    font-size: calc(1.52rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 span {
    font-size: calc(1.44rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 span {
    font-size: calc(1.36rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  h1 span {
    font-size: calc(1.28rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  h1 span {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.8));
  }
}
h1 span {
  letter-spacing: 0;
  padding: 1.5em 0 0 0.5em;
  font-family: "Montserrat", sans-serif;
  color: #009944;
}
h1 + section {
  padding-top: 0;
}
h1::after {
  position: absolute;
  display: block;
  content: "";
  width: 39.921%;
  height: 152.915%;
  background: url(https://mikatag.co.jp/recruit-site/img/h1_img.webp) no-repeat;
  background-size: cover;
  inset: -42% -10% 0 0;
  margin: 0 0 auto auto;
}
@media screen and (max-width: 1024px) {
  h1 {
    padding: 1em;
  }
  h1::after {
    background-size: auto 66%;
    inset: 6% -6% 0 0;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    padding: 0.8em;
    letter-spacing: 0;
    line-height: 1.3em;
  }
  h1 span {
    line-height: 1;
    padding: 0.5em 0 0 0.25em;
  }
  h1::after {
    display: none;
  }
  h1 + section .inner {
    padding-top: 5%;
  }
}

h2 {
  margin-bottom: 0.5em;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: calc(4.32rem + (1vw - 0.992rem) * (2.3188405797));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: calc(3.84rem + (1vw - 0.768rem) * (2.1524663677));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: calc(3.36rem + (1vw - 0.576rem) * (2.5130890052));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  h2 {
    font-size: calc(2.88rem + (1vw - 0.421rem) * (3.1168831169));
  }
}
@media only screen and (max-width: 420px) {
  h2 {
    font-size: calc(2.4rem + (1vw - 0.32rem) * (4.8));
  }
}
h2 {
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  h2 span {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 span {
    font-size: calc(3.08rem + (1vw - 0.992rem) * (2.0289855072));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 span {
    font-size: calc(2.66rem + (1vw - 0.768rem) * (1.8834080717));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 span {
    font-size: calc(2.24rem + (1vw - 0.576rem) * (2.1989528796));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  h2 span {
    font-size: calc(1.82rem + (1vw - 0.421rem) * (2.7272727273));
  }
}
@media only screen and (max-width: 420px) {
  h2 span {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (4.2));
  }
}
h2 span {
  display: block;
}

@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: calc(2.84rem + (1vw - 0.992rem) * (0.7729468599));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: calc(2.68rem + (1vw - 0.768rem) * (0.7174887892));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: calc(2.52rem + (1vw - 0.576rem) * (0.8376963351));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  h3 {
    font-size: calc(2.36rem + (1vw - 0.421rem) * (1.038961039));
  }
}
@media only screen and (max-width: 420px) {
  h3 {
    font-size: calc(2.2rem + (1vw - 0.32rem) * (1.6));
  }
}
h3 {
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.3em;
}
@media only screen and (min-width: 1200px) {
  h3 span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 span {
    font-size: calc(1.52rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 span {
    font-size: calc(1.44rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3 span {
    font-size: calc(1.36rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  h3 span {
    font-size: calc(1.28rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  h3 span {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.8));
  }
}
h3 span {
  padding-left: 1em;
}

section {
  padding: 5% 0;
}
section .s_hdr {
  display: flex;
  width: 100%;
  align-items: center;
}
section .inner {
  width: min(1260px, 90vw);
  margin: 0 auto;
}
section:last-of-type {
  margin-bottom: 0;
}
section::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  section {
    padding: 10% 0;
  }
  section .inner {
    padding: 0 3%;
  }
}

p:has(img) {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
  line-height: 0;
}
p:has(img) img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}
p:has(img):last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.65em;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: calc(1.52rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: calc(1.44rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  p {
    font-size: calc(1.36rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  p {
    font-size: calc(1.28rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  p {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.8));
  }
}
p {
  font-feature-settings: "palt";
}
p:last-child {
  margin-bottom: 0;
}

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

article {
  padding: 3%;
  margin-bottom: 5%;
}
article .date {
  text-align: right;
}
article h3 {
  margin-bottom: 0;
}
article h3 a {
  text-decoration: none;
}
article:nth-child(odd) {
  background-color: rgba(0, 153, 68, 0.5);
  color: #fff;
}
article:nth-child(odd) h3 {
  border-color: #fff;
}

.page_top {
  position: fixed;
  right: 5%;
  bottom: 15%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.page_top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lnk_tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .lnk_tel {
    pointer-events: none;
    cursor: default;
  }
}

.box_video {
  position: relative;
  width: 100%;
  height: 56.25%;
  padding: 56.25% 0 0 0;
  text-align: center;
}
.box_video .video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
.box_video .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #fff072;
  box-shadow: 0 0 5px white;
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.ripple2 {
  position: relative;
  display: block;
}
.ripple2 img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple2 span.clr_1, .ripple2 span.clr_2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  animation-name: rippleAnimation2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100%;
  box-shadow: 0 0 45px 1px #ff004a inset;
}
.ripple2 span.clr_2 {
  animation-delay: 0.3s;
}
@keyframes rippleAnimation2 {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  80% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
  100% {
    transform: scale(4.5, 4.5);
    opacity: 0;
  }
}
.bounce {
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 50px;
  margin: 0 auto auto;
  content: "";
  background: url(https://mikatag.co.jp/recruit-site/img/down.png) no-repeat center top;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.nav-links {
  display: flex;
  padding: 5px 0;
}

.Fade-In {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.Fade-In.Fade-In-2 {
  transition-delay: 0.2s;
}
.Fade-In.Fade-In-3 {
  transition-delay: 0.3s;
}
.Fade-In.Fade-In-4 {
  transition-delay: 0.4s;
}

.Fade-In-Down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.Fade-In-Down.Fade-In-Down-2 {
  transition-delay: 0.2s;
}
.Fade-In-Down.Fade-In-Down-3 {
  transition-delay: 0.3s;
}
.Fade-In-Down.Fade-In-Down-4 {
  transition-delay: 0.4s;
}

.Fade-In-Left {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.Fade-In-Left.Fade-In-Left-2 {
  transition-delay: 0.2s;
}
.Fade-In-Left.Fade-In-Left-3 {
  transition-delay: 0.3s;
}
.Fade-In-Left.Fade-In-Left-4 {
  transition-delay: 0.4s;
}

.Fade-In-Right {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.Fade-In-Right.Fade-In-Right-2 {
  transition-delay: 0.2s;
}
.Fade-In-Right.Fade-In-Right-3 {
  transition-delay: 0.3s;
}
.Fade-In-Right.Fade-In-Right-4 {
  transition-delay: 0.4s;
}

.t_1 {
  color: #009944;
}

.t_2 {
  color: #c00;
}

.t_3 {
  color: #c00;
}

.t_4 {
  color: #c00;
}

.t_5 {
  color: #c00;
}

.t_1_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_2_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_3_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_4_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_5_b {
  padding: 0.1em;
  color: #c00;
  background-color: #ff0;
}

.t_lrg {
  font-size: 130%;
}

.t_xlrg {
  font-size: 170%;
}

.t_stg {
  font-weight: bold;
}

.t_ul {
  text-decoration: underline;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.t_l {
  text-align: left;
}

.f_l {
  float: left;
  margin-right: 1em;
}

.f_r {
  float: right;
  margin-left: 1em;
}

.mb0 {
  margin-bottom: 0px !important;
}

header .inner {
  padding: 0 1%;
  position: relative;
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 164px;
  height: 73px;
  margin: auto 0 auto 75px;
}
@media screen and (max-width: 1024px) {
  header .inner {
    height: 60px;
    padding: 0 5% 0 3%;
  }
  header .logo {
    width: 26%;
    max-width: 100px;
    height: auto;
    margin: auto 0 auto 2%;
  }
  header .logo img {
    width: 100%;
  }
}

/* -------------------------------
  ハンバーガーボタン（スマホ用）
-------------------------------- */
.sp_menu {
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  display: none; /* PCでは非表示 */
}
.sp_menu span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #009944;
  left: 0;
  transition: 0.4s;
}
.sp_menu span:nth-child(1) {
  top: 0;
}
.sp_menu span:nth-child(2) {
  top: 11px;
}
.sp_menu span:nth-child(3) {
  bottom: 0;
}
.sp_menu.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.sp_menu.active span:nth-child(2) {
  opacity: 0;
}
.sp_menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 11px;
}
@media screen and (min-width: 1441px) {
  .sp_menu {
    display: none;
  }
}

/* -------------------------------
  ナビ（スマホ：スライドイン）
-------------------------------- */
.g_nav {
  position: fixed;
  top: 60px;
  right: -350px; /* 画面外に隠す */
  width: 350px;
  height: 100%;
  background: #fff;
  transition: 0.4s ease;
  z-index: 1000;
}
.g_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g_nav ul li {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.g_nav ul li a {
  position: relative;
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: #333;
}
@media only screen and (min-width: 1200px) {
  .g_nav ul li a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .g_nav ul li a {
    font-size: calc(1.56rem + (1vw - 0.992rem) * (0.193236715));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .g_nav ul li a {
    font-size: calc(1.52rem + (1vw - 0.768rem) * (0.1793721973));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .g_nav ul li a {
    font-size: calc(1.48rem + (1vw - 0.576rem) * (0.2094240838));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .g_nav ul li a {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (0.2597402597));
  }
}
@media only screen and (max-width: 420px) {
  .g_nav ul li a {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4));
  }
}
.g_nav ul li a {
  transition-duration: 0.5s;
}
@media screen and (min-width: 1441px) {
  .g_nav ul li a::after {
    position: absolute;
    display: block;
    content: "";
    height: 2px;
    background: #009944;
    inset: 0 0 0 0;
    margin: auto auto 0;
    width: 0;
    transition-duration: 0.5s;
  }
  .g_nav ul li a:hover, .g_nav ul li a.active {
    font-weight: 500;
  }
  .g_nav ul li a:hover::after, .g_nav ul li a.active::after {
    width: 100%;
  }
}
.g_nav.open {
  right: 0; /* スライドイン */
}
@media screen and (min-width: 1441px) {
  .g_nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    left: 0;
  }
  .g_nav ul {
    display: flex;
    gap: 2px;
  }
  .g_nav ul li {
    border: none;
  }
  .g_nav ul li a {
    font-weight: 500;
  }
  .g_nav ul li a.active {
    border-bottom: #009944 solid 1px;
  }
}

/* -------------------------------
  PC表示
-------------------------------- */
/* スマホ表示でハンバーガーを表示 */
@media screen and (max-width: 1440px) {
  .sp_menu {
    display: block;
  }
}
footer {
  text-align: center;
  background-color: #009944;
  line-height: 1.65em;
  color: #fff;
}
footer .f_nav {
  background-color: #fff;
  padding: 1em 0;
  border-top: #009944 solid 2px;
}
footer .f_nav ul li {
  display: inline-block;
  line-height: 1;
}
footer .f_nav ul li a {
  padding: 0 1em;
  color: #333;
}
@media only screen and (min-width: 1200px) {
  footer .f_nav ul li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .f_nav ul li a {
    font-size: calc(1.36rem + (1vw - 0.992rem) * (0.193236715));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .f_nav ul li a {
    font-size: calc(1.32rem + (1vw - 0.768rem) * (0.1793721973));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .f_nav ul li a {
    font-size: calc(1.28rem + (1vw - 0.576rem) * (0.2094240838));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  footer .f_nav ul li a {
    font-size: calc(1.24rem + (1vw - 0.421rem) * (0.2597402597));
  }
}
@media only screen and (max-width: 420px) {
  footer .f_nav ul li a {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.4));
  }
}
footer .f_nav ul li a {
  text-decoration: none;
}
footer .f_nav ul li:not(:first-child) {
  border-left: #333 solid 1px;
}
footer .copyright {
  padding: 3rem 2rem 6rem;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  footer .copyright {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .copyright {
    font-size: calc(1.24rem + (1vw - 0.992rem) * (0.2898550725));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .copyright {
    font-size: calc(1.18rem + (1vw - 0.768rem) * (0.269058296));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  footer .copyright {
    font-size: calc(1.12rem + (1vw - 0.576rem) * (0.3141361257));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  footer .copyright {
    font-size: calc(1.06rem + (1vw - 0.421rem) * (0.3896103896));
  }
}
@media only screen and (max-width: 420px) {
  footer .copyright {
    font-size: calc(1rem + (1vw - 0.32rem) * (0.6));
  }
}
footer .copyright {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .f_nav {
    background-color: #fff;
    padding: 0;
    border-top: #009944 solid 2px;
  }
  footer .f_nav ul li {
    width: 100%;
    border-bottom: #009944 solid 1px;
  }
  footer .f_nav ul li a {
    display: block;
    padding: 1em;
  }
  footer .f_nav ul li:not(:first-child) {
    border-left: none;
  }
  footer .copyright {
    padding: 1rem 1rem 6rem;
  }
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.btn {
  margin: 3em auto 0;
}
.btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  max-width: 240px;
  border: #009944 solid 1px;
  color: #009944;
  padding: 1.4em 0;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .btn a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn a {
    font-size: calc(1.32rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn a {
    font-size: calc(1.24rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn a {
    font-size: calc(1.16rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .btn a {
    font-size: calc(1.08rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  .btn a {
    font-size: calc(1rem + (1vw - 0.32rem) * (0.8));
  }
}
.btn a {
  letter-spacing: 0.2em;
  line-height: 1;
  transition-duration: 0.5s;
  text-align: center;
  background-color: #fff;
}
.btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 1px;
  background: #009944;
  inset: 0 0 0 16%;
  margin: auto auto auto 0;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1025px) {
  .btn a:hover {
    background: #009944;
    color: #fff;
    border: #fff solid 1px;
  }
  .btn a:hover::after {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: 1.5em;
    max-width: 140px;
  }
  .btn a {
    padding: 0.8em 0;
    letter-spacing: 0.1em;
  }
  .btn a::after {
    width: 18px;
    background: #009944;
    inset: 0 0 0 16%;
    margin: auto auto auto 0;
    transition-duration: 0.5s;
  }
}

.f_box {
  display: flex;
}

.fix_btn {
  position: fixed;
  z-index: 10;
  max-width: 520px;
}
.fix_btn a {
  padding: 1em 0.5em;
}
@media only screen and (min-width: 1200px) {
  .fix_btn a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fix_btn a {
    font-size: calc(1.36rem + (1vw - 0.992rem) * (0.193236715));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fix_btn a {
    font-size: calc(1.32rem + (1vw - 0.768rem) * (0.1793721973));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fix_btn a {
    font-size: calc(1.28rem + (1vw - 0.576rem) * (0.2094240838));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .fix_btn a {
    font-size: calc(1.24rem + (1vw - 0.421rem) * (0.2597402597));
  }
}
@media only screen and (max-width: 420px) {
  .fix_btn a {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.4));
  }
}
.fix_btn a {
  color: #fff;
  letter-spacing: 0;
  border-radius: 8px 0 0 8px;
}
.fix_btn a.new {
  background: url(https://mikatag.co.jp/recruit-site/img/bg_rec_btn_1.webp);
}
.fix_btn a.carieer {
  background: url(https://mikatag.co.jp/recruit-site/img/bg_rec_btn_2.webp);
}
@media screen and (min-width: 1441px) {
  .fix_btn {
    top: 15%;
    right: 0.5em;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1440px) {
  .fix_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
  }
  .fix_btn a {
    width: 47%;
    border: #fff solid 1px;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    text-align: center;
  }
}

.home .sec_fv {
  padding: 0;
  background: url(https://mikatag.co.jp/recruit-site/img/top_bg_01.webp) no-repeat center 108%;
}
.home .sec_fv .fv_image {
  position: relative;
  text-align: right;
  margin: 0 auto 45px;
  width: 100%;
}
.home .sec_fv .fv_image img.image_main {
  position: relative;
  width: 60.84%;
  z-index: 2;
  margin-left: auto;
}
.home .sec_fv .fv_image img.image_main.is-show {
  animation-delay: 3s;
}
.home .sec_fv .fv_image::after {
  position: absolute;
  display: block;
  content: "";
  width: 60.84%;
  height: inherit;
  background: #009944;
  inset: 10% 0 0 10%;
  margin: 0 auto auto 0;
  z-index: 1;
}
.home .sec_fv .fv_image p.fv_text {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 29.336%;
}
.home .sec_fv .fv_image .fv_scroll {
  position: relative;
  text-align: center;
  width: auto;
  z-index: 2;
  padding: 25px 0 18px;
}
.home .sec_fv .fv_image .float_img {
  position: absolute;
  width: 10.3%;
  z-index: 3;
  opacity: 0;
  transform: translateY(40px);
}
.home .sec_fv .fv_image .float_img.img_1 {
  top: 4%;
  left: 43%;
}
.home .sec_fv .fv_image .float_img.img_1.is-show {
  animation-delay: 0s;
}
.home .sec_fv .fv_image .float_img.img_2 {
  top: -2%;
  left: 61%;
}
.home .sec_fv .fv_image .float_img.img_2.is-show {
  animation-delay: 0.5s;
}
.home .sec_fv .fv_image .float_img.img_3 {
  top: 8.5%;
  right: 7.5%;
}
.home .sec_fv .fv_image .float_img.img_3.is-show {
  animation-delay: 1s;
}
.home .sec_fv .fv_image .float_img.img_4 {
  top: 52.5%;
  left: 52.5%;
}
.home .sec_fv .fv_image .float_img.img_4.is-show {
  animation-delay: 1.5s;
}
.home .sec_fv .fv_image .float_img.img_5 {
  top: 27.5%;
  left: 64%;
}
.home .sec_fv .fv_image .float_img.img_5.is-show {
  animation-delay: 2s;
}
.home .sec_fv .fv_image .float_img.img_6 {
  top: 55%;
  right: 6%;
}
.home .sec_fv .fv_image .float_img.img_6.is-show {
  animation-delay: 2.5s;
}
.home .sec_fv .fv_image .float_img.is-show {
  animation-name: floatFadeUp;
  animation-duration: 1.65s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.home .sec_fv .fv_diagram_box {
  position: relative;
  padding: 280px 0 390px;
}
.home .sec_fv .fv_diagram_box p {
  text-align: center;
}
.home .sec_fv .fv_diagram_box p.mont {
  color: #009944;
  margin-bottom: 1em;
}
.home .sec_fv .fv_diagram_box h2 {
  font-weight: 200;
}
.home .sec_fv .fv_diagram_box h2 span {
  padding-bottom: 0.5em;
}
.home .sec_fv .fv_diagram_box .float_img_2 {
  position: absolute;
  width: 19.68%;
}
.home .sec_fv .fv_diagram_box .float_img_2.img_1 {
  top: 14%;
  left: 9%;
}
.home .sec_fv .fv_diagram_box .float_img_2.img_2 {
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.home .sec_fv .fv_diagram_box .float_img_2.img_3 {
  top: 14%;
  right: 7%;
}
.home .sec_fv .fv_diagram_box .float_img_2.img_4 {
  top: 52.5%;
  left: 9%;
}
.home .sec_fv .fv_diagram_box .float_img_2.img_5 {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}
.home .sec_fv .fv_diagram_box .float_img_2.img_6 {
  top: 55%;
  right: 7%;
}
.home .sec_division {
  background-color: #e5f8ed;
}
@media only screen and (min-width: 1200px) {
  .home .sec_division h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home .sec_division h2 {
    font-size: calc(2.48rem + (1vw - 0.992rem) * (1.5458937198));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home .sec_division h2 {
    font-size: calc(2.16rem + (1vw - 0.768rem) * (1.4349775785));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home .sec_division h2 {
    font-size: calc(1.84rem + (1vw - 0.576rem) * (1.6753926702));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .home .sec_division h2 {
    font-size: calc(1.52rem + (1vw - 0.421rem) * (2.0779220779));
  }
}
@media only screen and (max-width: 420px) {
  .home .sec_division h2 {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (3.2));
  }
}
.home .sec_division h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
@media only screen and (min-width: 1200px) {
  .home .sec_division h2 span {
    font-size: 11.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home .sec_division h2 span {
    font-size: calc(9.88rem + (1vw - 0.992rem) * (8.309178744));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home .sec_division h2 span {
    font-size: calc(8.16rem + (1vw - 0.768rem) * (7.7130044843));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home .sec_division h2 span {
    font-size: calc(6.44rem + (1vw - 0.576rem) * (9.0052356021));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .home .sec_division h2 span {
    font-size: calc(4.72rem + (1vw - 0.421rem) * (11.1688311688));
  }
}
@media only screen and (max-width: 420px) {
  .home .sec_division h2 span {
    font-size: calc(3rem + (1vw - 0.32rem) * (17.2));
  }
}
.home .sec_division h2 span {
  color: #a4dfbd;
  font-weight: 400;
}
.home .sec_division p {
  position: relative;
  margin: 4em auto 0;
}
.home .sec_division p.btn {
  margin: 5em auto 0;
}
.home .sec_division p:has(img) {
  margin-top: 1em;
}
.home .sec_division .ext_img {
  position: absolute;
  top: 64%;
  left: -4%;
  margin: 0 auto auto 0;
  width: 6.747%;
}
.home .sec_company {
  background: url(https://mikatag.co.jp/recruit-site/img/bg_03.webp);
}
.home .sec_company .inner {
  width: min(1150px, 100vw - 12px);
}
.home .sec_company h2 {
  color: #ccc;
}
@media only screen and (min-width: 1200px) {
  .home .sec_company h2 {
    font-size: 10.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home .sec_company h2 {
    font-size: calc(9.32rem + (1vw - 0.992rem) * (5.7004830918));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home .sec_company h2 {
    font-size: calc(8.14rem + (1vw - 0.768rem) * (5.2914798206));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home .sec_company h2 {
    font-size: calc(6.96rem + (1vw - 0.576rem) * (6.1780104712));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .home .sec_company h2 {
    font-size: calc(5.78rem + (1vw - 0.421rem) * (7.6623376623));
  }
}
@media only screen and (max-width: 420px) {
  .home .sec_company h2 {
    font-size: calc(4.6rem + (1vw - 0.32rem) * (11.8));
  }
}
.home .sec_company h2 {
  font-weight: 400;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.home .sec_company .f_box {
  gap: 5%;
  align-items: flex-start;
}
.home .sec_company .f_box .item {
  width: 30%;
}
.home .sec_company .f_box .item p:has(img) {
  margin-bottom: 0.5em;
}
.home .sec_company .f_box .item p:has(img) + p {
  position: relative;
  padding-left: 1.5em;
}
.home .sec_company .f_box .item p:has(img) + p::after {
  position: absolute;
  display: block;
  content: "●";
  width: 1em;
  height: 1em;
  font-size: 0.5em;
  color: #009944;
  inset: 0 0 0 0;
  margin: 0 auto auto 1em;
}
@media screen and (min-width: 1025px) {
  .home .sec_company .f_box a.item {
    opacity: 1;
    transition-duration: 0.5s;
  }
  .home .sec_company .f_box a.item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .home .sec_fv {
    background-size: 140% auto;
  }
  .home .sec_fv .fv_diagram_box {
    padding: 26% 0 36%;
  }
  .home .sec_fv .fv_diagram_box .float_img_2 {
    width: 24%;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_1 {
    top: 11%;
    left: 4%;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_2 {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_3 {
    top: 11%;
    right: 3%;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_4 {
    top: 60%;
    left: 4%;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_5 {
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_6 {
    top: 60%;
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .home .sec_fv {
    background: url(https://mikatag.co.jp/recruit-site/img/top_bg_01_sp.webp) no-repeat center 95%;
    background-size: 100% auto;
  }
  .home .sec_fv .fv_image {
    width: 100%;
  }
  .home .sec_fv .fv_image img.image_main {
    width: 100%;
  }
  .home .sec_fv .fv_image::after {
    width: 100%;
    inset: 0 0 -15% 0;
    margin: 0 auto auto;
  }
  .home .sec_fv .fv_image p.fv_text {
    top: 99.5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 40%;
  }
  .home .sec_fv .fv_image .fv_scroll {
    display: none;
  }
  .home .sec_fv .fv_image .float_img {
    width: 31.1%;
  }
  .home .sec_fv .fv_image .float_img.img_1 {
    top: 12%;
    left: 5%;
  }
  .home .sec_fv .fv_image .float_img.img_2 {
    top: 0;
    left: 47.5%;
  }
  .home .sec_fv .fv_image .float_img.img_3 {
    top: 22%;
    right: 8%;
  }
  .home .sec_fv .fv_image .float_img.img_4 {
    top: 67%;
    left: 18%;
  }
  .home .sec_fv .fv_image .float_img.img_5 {
    top: 39%;
    left: 16%;
  }
  .home .sec_fv .fv_image .float_img.img_6 {
    top: 55.5%;
    right: 2%;
  }
  .home .sec_fv .fv_diagram_box {
    padding: 60% 0 50%;
  }
  .home .sec_fv .fv_diagram_box h2 {
    font-weight: 300;
    margin-bottom: 0.75em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .home .sec_fv .fv_diagram_box p.mont {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .home .sec_fv .fv_diagram_box p.mont {
    font-size: calc(1.48rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .home .sec_fv .fv_diagram_box p.mont {
    font-size: calc(1.36rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .home .sec_fv .fv_diagram_box p.mont {
    font-size: calc(1.24rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (max-width: 767px) and (min-width: 421px) and (max-width: 575px) {
  .home .sec_fv .fv_diagram_box p.mont {
    font-size: calc(1.12rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 767px) and (max-width: 420px) {
  .home .sec_fv .fv_diagram_box p.mont {
    font-size: calc(1rem + (1vw - 0.32rem) * (1.2));
  }
}
@media screen and (max-width: 767px) {
  .home .sec_fv .fv_diagram_box .float_img_2 {
    width: 30%;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_1 {
    top: 20%;
    left: 0;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_2 {
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_3 {
    top: 20%;
    right: 0;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_4 {
    top: 72%;
    left: 0;
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_5 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .sec_fv .fv_diagram_box .float_img_2.img_6 {
    top: 72%;
    right: 0;
  }
  .home .sec_division h2 {
    font-weight: 400;
  }
  .home .sec_division h2 span {
    padding-bottom: 0.1em;
  }
  .home .sec_division p.btn {
    margin: 2.5em auto 0;
  }
  .home .sec_company h2 {
    text-align: center;
  }
  .home .sec_company .f_box {
    flex-flow: column;
  }
  .home .sec_company .f_box .item {
    width: 80%;
    margin: 0 auto;
  }
  .home .sec_company .f_box .item + .item {
    margin-top: 8%;
  }
}

/* アニメーション定義 */
@keyframes floatFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px); /* 下から */
  }
  70% {
    opacity: 1;
    transform: translateY(0); /* 上まで */
  }
  100% {
    opacity: 1;
    transform: translateY(20px); /* 少し下に戻って停止 */
  }
}
.recruit_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #009944 solid 1px;
  padding: 3%;
  margin-top: 14%;
  gap: 3%;
}
.recruit_btn .title {
  width: -moz-fit-content;
  width: fit-content;
}
.recruit_btn .title h2 {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .recruit_btn .title h2 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit_btn .title h2 {
    font-size: calc(7.72rem + (1vw - 0.992rem) * (6.1835748792));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_btn .title h2 {
    font-size: calc(6.44rem + (1vw - 0.768rem) * (5.7399103139));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recruit_btn .title h2 {
    font-size: calc(5.16rem + (1vw - 0.576rem) * (6.7015706806));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .recruit_btn .title h2 {
    font-size: calc(3.88rem + (1vw - 0.421rem) * (8.3116883117));
  }
}
@media only screen and (max-width: 420px) {
  .recruit_btn .title h2 {
    font-size: calc(2.6rem + (1vw - 0.32rem) * (12.8));
  }
}
.recruit_btn .title h2 {
  font-weight: 200;
  color: #009944;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .recruit_btn .title h2 span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit_btn .title h2 span {
    font-size: calc(1.68rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_btn .title h2 span {
    font-size: calc(1.56rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recruit_btn .title h2 span {
    font-size: calc(1.44rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .recruit_btn .title h2 span {
    font-size: calc(1.32rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 420px) {
  .recruit_btn .title h2 span {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (1.2));
  }
}
.recruit_btn .title h2 span {
  font-weight: 500;
  color: #000;
  padding-top: 1em;
}
.recruit_btn .img {
  width: -moz-fit-content;
  width: fit-content;
}
.recruit_btn .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit_btn {
    flex-flow: column;
  }
  .recruit_btn .title {
    width: 100%;
  }
  .recruit_btn .img {
    margin-top: 5%;
    text-align: center;
  }
  .recruit_btn .img img {
    width: 96%;
  }
}

.division .box_division {
  border-left: #009944 solid 2px;
}
.division .box_division h2 {
  background-color: #009944;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .division .box_division h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .division .box_division h2 {
    font-size: calc(1.88rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .division .box_division h2 {
    font-size: calc(1.76rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .division .box_division h2 {
    font-size: calc(1.64rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .division .box_division h2 {
    font-size: calc(1.52rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 420px) {
  .division .box_division h2 {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (1.2));
  }
}
.division .box_division h2 {
  width: 40%;
  padding: 2em 0;
  font-weight: 500;
  position: relative;
  margin: 0;
}
.division .box_division h2::after {
  position: absolute;
  display: block;
  content: "";
  width: 150%;
  height: 2px;
  background: #009944;
  inset: 0 0 0 0;
  margin: auto auto auto 100%;
}
.division .box_division h3 {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .division .box_division h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .division .box_division h3 {
    font-size: calc(1.88rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .division .box_division h3 {
    font-size: calc(1.76rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .division .box_division h3 {
    font-size: calc(1.64rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .division .box_division h3 {
    font-size: calc(1.52rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 420px) {
  .division .box_division h3 {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (1.2));
  }
}
.division .box_division h3 {
  background-color: #a5ebc2;
  padding: 1.25em 0;
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  margin: 4% 0 -3.5% 2%;
  z-index: 1;
}
.division .box_division h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 10%;
  height: 2px;
  background: #009944;
  inset: 0 0 0 -10%;
  margin: auto auto auto 0;
}
.division .box_division .sect {
  position: relative;
  background-color: #e5f8ed;
  width: 94%;
  margin: 0 0 0 6%;
  padding: 6% 3% 3%;
  display: flex;
  flex-flow: wrap;
  gap: 1.5%;
}
.division .box_division .sect .item {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1200px) {
  .division .box_division .sect .item p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .division .box_division .sect .item p {
    font-size: calc(1.64rem + (1vw - 0.992rem) * (0.7729468599));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .division .box_division .sect .item p {
    font-size: calc(1.48rem + (1vw - 0.768rem) * (0.7174887892));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .division .box_division .sect .item p {
    font-size: calc(1.32rem + (1vw - 0.576rem) * (0.8376963351));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .division .box_division .sect .item p {
    font-size: calc(1.16rem + (1vw - 0.421rem) * (1.038961039));
  }
}
@media only screen and (max-width: 420px) {
  .division .box_division .sect .item p {
    font-size: calc(1rem + (1vw - 0.32rem) * (1.6));
  }
}
.division .box_division .sect .item p {
  font-weight: 500;
  color: #009944;
}
@media screen and (max-width: 1024px) {
  .division .box_division .sect {
    gap: 2%;
  }
  .division .box_division .sect .item {
    width: 18.25%;
    margin-top: 0.5em;
  }
  .division .box_division .sect .item img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1200px) {
  .division .box_division .sect .item p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) and (max-width: 1199px) {
  .division .box_division .sect .item p {
    font-size: calc(1.48rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 991px) {
  .division .box_division .sect .item p {
    font-size: calc(1.36rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 576px) and (max-width: 767px) {
  .division .box_division .sect .item p {
    font-size: calc(1.24rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 421px) and (max-width: 575px) {
  .division .box_division .sect .item p {
    font-size: calc(1.12rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .division .box_division .sect .item p {
    font-size: calc(1rem + (1vw - 0.32rem) * (1.2));
  }
}
@media screen and (max-width: 767px) {
  .division .box_division h2 {
    width: 70%;
    padding: 1.5em 0;
  }
  .division .box_division h2::after {
    width: 56%;
    height: 2px;
  }
  .division .box_division h3 {
    width: 40%;
    padding: 0.75em 0;
  }
  .division .box_division h3::after {
    width: 5%;
    left: -5%;
  }
  .division .box_division .sect {
    flex-flow: wrap;
    gap: 2%;
  }
  .division .box_division .sect .item {
    width: 32%;
    margin-top: 0.5em;
  }
  .division .box_division .sect .item img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .trainingcenter h2 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter h2 {
    font-size: calc(3.08rem + (1vw - 0.992rem) * (1.5458937198));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter h2 {
    font-size: calc(2.76rem + (1vw - 0.768rem) * (1.4349775785));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter h2 {
    font-size: calc(2.44rem + (1vw - 0.576rem) * (1.6753926702));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter h2 {
    font-size: calc(2.12rem + (1vw - 0.421rem) * (2.0779220779));
  }
}
@media only screen and (max-width: 420px) {
  .trainingcenter h2 {
    font-size: calc(1.8rem + (1vw - 0.32rem) * (3.2));
  }
}
.trainingcenter h2 {
  font-weight: 500;
  text-align: left;
  color: #009944;
  margin-bottom: 1em;
}
.trainingcenter h3 {
  width: 100%;
  text-align: center;
  color: #009944;
}
@media only screen and (min-width: 1200px) {
  .trainingcenter h3 span {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter h3 span {
    font-size: calc(2.76rem + (1vw - 0.992rem) * (1.1594202899));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter h3 span {
    font-size: calc(2.52rem + (1vw - 0.768rem) * (1.0762331839));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter h3 span {
    font-size: calc(2.28rem + (1vw - 0.576rem) * (1.2565445026));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter h3 span {
    font-size: calc(2.04rem + (1vw - 0.421rem) * (1.5584415584));
  }
}
@media only screen and (max-width: 420px) {
  .trainingcenter h3 span {
    font-size: calc(1.8rem + (1vw - 0.32rem) * (2.4));
  }
}
.trainingcenter h3 span {
  font-weight: 400;
  position: relative;
  padding: 0 1em;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.trainingcenter h3 span::before, .trainingcenter h3 span::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.75em;
  height: 3px;
  background: #009944;
  inset: 1.5em 0 0 0;
  margin: auto auto auto auto;
}
.trainingcenter h3 span::before {
  margin-left: 0;
}
.trainingcenter h3 span::after {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  .trainingcenter h3 i {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter h3 i {
    font-size: calc(1.64rem + (1vw - 0.992rem) * (-0.193236715));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter h3 i {
    font-size: calc(1.68rem + (1vw - 0.768rem) * (-0.1793721973));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter h3 i {
    font-size: calc(1.72rem + (1vw - 0.576rem) * (-0.2094240838));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter h3 i {
    font-size: calc(1.76rem + (1vw - 0.421rem) * (-0.2597402597));
  }
}
@media only screen and (max-width: 420px) {
  .trainingcenter h3 i {
    font-size: calc(1.8rem + (1vw - 0.32rem) * (-0.4));
  }
}
.trainingcenter h3 i {
  font-style: normal;
}
.trainingcenter .f_box {
  gap: 2%;
  margin-top: 4%;
}
.trainingcenter .f_box img {
  width: 49%;
}
.trainingcenter .feture_box {
  background-color: #f3fcf3;
  padding: 2%;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 6% auto 0;
}
.trainingcenter .feture_box .item {
  width: 32%;
  position: relative;
  margin-bottom: 4%;
  text-align: center;
}
.trainingcenter .feture_box .item::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 90%;
  background: #87e0ae;
  inset: 10% 0 0 -1%;
  margin: auto auto auto 0;
}
.trainingcenter .feture_box .item:nth-child(2)::after, .trainingcenter .feture_box .item:nth-child(5)::after {
  display: none;
}
.trainingcenter .feture_box .item:nth-child(5), .trainingcenter .feture_box .item:nth-child(6) {
  width: 40%;
  padding-top: 4%;
}
.trainingcenter .feture_box .item:nth-child(5)::before, .trainingcenter .feture_box .item:nth-child(6)::before {
  position: absolute;
  display: block;
  content: "";
  width: 70%;
  height: 1px;
  background: #87e0ae;
  inset: 0 0 0 0;
  margin: 0 auto auto auto;
}
.trainingcenter .feture_box .item:nth-child(6)::after {
  height: 85%;
  top: 10%;
}
.trainingcenter .feture_box .item p {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .trainingcenter .feture_box .item p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter .feture_box .item p {
    font-size: calc(1.92rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter .feture_box .item p {
    font-size: calc(1.84rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter .feture_box .item p {
    font-size: calc(1.76rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter .feture_box .item p {
    font-size: calc(1.68rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  .trainingcenter .feture_box .item p {
    font-size: calc(1.6rem + (1vw - 0.32rem) * (0.8));
  }
}
.trainingcenter .feture_box .item p {
  font-weight: 500;
  margin-top: 1.5em;
}
.trainingcenter .feture_box .item p br.md {
  display: none;
}
.trainingcenter .feture_box.box_2 .item {
  width: 40%;
}
.trainingcenter .feture_box.box_2 .item:nth-child(2)::after, .trainingcenter .feture_box.box_2 .item:nth-child(4)::after {
  display: none;
}
.trainingcenter .feture_box.box_2 .item:nth-child(5)::after {
  display: block;
  top: 15%;
  height: 70%;
}
.trainingcenter .feture_box.box_2 .item:nth-child(4), .trainingcenter .feture_box.box_2 .item:nth-child(5) {
  padding-top: 6%;
}
.trainingcenter .feture_box.box_2 .item:nth-child(4)::before, .trainingcenter .feture_box.box_2 .item:nth-child(5)::before {
  position: absolute;
  display: block;
  content: "";
  width: 70%;
  height: 1px;
  background: #87e0ae;
  inset: 0 0 0 0;
  margin: 0 auto auto auto;
}
.trainingcenter .feture_box2 {
  display: flex;
  gap: 4%;
  padding: 2% 0;
  width: 100%;
  border-bottom: #68d196 solid 1px;
  min-height: 162px;
}
.trainingcenter .feture_box2 .week {
  background: url(https://mikatag.co.jp/recruit-site/img/arw_bg.webp) no-repeat center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .trainingcenter .feture_box2 .week {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter .feture_box2 .week {
    font-size: calc(1.68rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter .feture_box2 .week {
    font-size: calc(1.56rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter .feture_box2 .week {
    font-size: calc(1.44rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter .feture_box2 .week {
    font-size: calc(1.32rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 420px) {
  .trainingcenter .feture_box2 .week {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (1.2));
  }
}
.trainingcenter .feture_box2 .week {
  color: #fff;
  max-width: 108px;
  width: 10%;
}
@media only screen and (min-width: 1200px) {
  .trainingcenter .feture_box2 .week span {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter .feture_box2 .week span {
    font-size: calc(3.28rem + (1vw - 0.992rem) * (1.5458937198));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter .feture_box2 .week span {
    font-size: calc(2.96rem + (1vw - 0.768rem) * (1.4349775785));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter .feture_box2 .week span {
    font-size: calc(2.64rem + (1vw - 0.576rem) * (1.6753926702));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter .feture_box2 .week span {
    font-size: calc(2.32rem + (1vw - 0.421rem) * (2.0779220779));
  }
}
@media only screen and (max-width: 420px) {
  .trainingcenter .feture_box2 .week span {
    font-size: calc(2rem + (1vw - 0.32rem) * (3.2));
  }
}
.trainingcenter .feture_box2 .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 27%;
}
@media only screen and (min-width: 1200px) {
  .trainingcenter .feture_box2 .title p {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(2.28rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(2.16rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(2.04rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(1.92rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 420px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(1.8rem + (1vw - 0.32rem) * (1.2));
  }
}
.trainingcenter .feture_box2 .title p {
  color: #009944;
  font-weight: 500;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 1024px) {
  .trainingcenter .feture_box .item p {
    padding: 0 1em;
  }
  .trainingcenter .feture_box .item p br.md {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1200px) {
  .trainingcenter .feture_box2 .title p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) and (max-width: 1199px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(2.28rem + (1vw - 0.992rem) * (0.5797101449));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 991px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(2.16rem + (1vw - 0.768rem) * (0.5381165919));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 576px) and (max-width: 767px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(2.04rem + (1vw - 0.576rem) * (0.6282722513));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 421px) and (max-width: 575px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(1.92rem + (1vw - 0.421rem) * (0.7792207792));
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .trainingcenter .feture_box2 .title p {
    font-size: calc(1.8rem + (1vw - 0.32rem) * (1.2));
  }
}
@media screen and (max-width: 767px) {
  .trainingcenter .feture_box {
    padding: 2%;
    flex-flow: column;
    align-items: stretch;
    justify-content: center;
    margin: 6% auto 0;
  }
  .trainingcenter .feture_box .item {
    width: 80%;
    margin: 0 auto 10%;
    padding-top: 10%;
  }
  .trainingcenter .feture_box .item::after {
    display: none;
  }
  .trainingcenter .feture_box .item p {
    margin-top: 0.5em;
  }
  .trainingcenter .feture_box .item img {
    max-width: 30%;
  }
  .trainingcenter .feture_box .item::before {
    position: absolute;
    display: block;
    content: "";
    width: 70%;
    height: 1px;
    background: #87e0ae;
    inset: 0 0 0 0;
    margin: 0 auto auto auto;
  }
  .trainingcenter .feture_box .item:nth-child(5), .trainingcenter .feture_box .item:nth-child(6) {
    width: 80%;
    padding-top: 10%;
  }
  .trainingcenter .feture_box .item:nth-child(2)::before {
    display: none;
  }
  .trainingcenter .feture_box.box_2 .item {
    width: 80%;
  }
  .trainingcenter .feture_box.box_2 .item img {
    width: 30%;
  }
  .trainingcenter .feture_box.box_2 .item:nth-child(5)::after {
    display: none;
  }
  .trainingcenter .feture_box.box_2 .item:nth-child(4), .trainingcenter .feture_box.box_2 .item:nth-child(5) {
    padding-top: 6%;
  }
  .trainingcenter .feture_box2 {
    flex-flow: column;
    align-items: center;
    padding: 0 0 8%;
    margin-top: 8%;
  }
  .trainingcenter .feture_box2 .week {
    width: 20%;
    padding: 1.5em 0 1.75em;
    background-size: auto 100%;
  }
  .trainingcenter .feture_box2 .title {
    width: 100%;
    flex-flow: column;
    margin-top: 1em;
  }
  .trainingcenter .feture_box2 .text {
    width: 80%;
  }
  .trainingcenter .feture_box2:last-of-type {
    border: none;
  }
}

.sec_training .inner {
  width: min(1480px, 100vw - 12px);
}
.sec_training .f_box {
  width: 100%;
  gap: 8%;
  align-items: flex-start;
}
.sec_training .f_box img {
  width: 53%;
}
.sec_training .f_box .txt {
  width: 39%;
}
@media only screen and (min-width: 1200px) {
  .sec_training .f_box .txt h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(2.16rem + (1vw - 0.992rem) * (1.1594202899));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.92rem + (1vw - 0.768rem) * (1.0762331839));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.68rem + (1vw - 0.576rem) * (1.2565445026));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (1.5584415584));
  }
}
@media only screen and (max-width: 420px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (2.4));
  }
}
.sec_training .f_box .txt h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 3% 0 auto;
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .sec_training .f_box .txt h2 span {
    font-size: 10.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(9.12rem + (1vw - 0.992rem) * (7.1497584541));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(7.64rem + (1vw - 0.768rem) * (6.6367713004));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(6.16rem + (1vw - 0.576rem) * (7.7486910995));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(4.68rem + (1vw - 0.421rem) * (9.6103896104));
  }
}
@media only screen and (max-width: 420px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(3.2rem + (1vw - 0.32rem) * (14.8));
  }
}
.sec_training .f_box .txt h2 span {
  color: #5ab214;
  font-weight: 400;
  padding-bottom: 2rem;
}
.sec_training .f_box .txt h2 + p {
  margin-top: 3em;
}
.sec_training .f_box .txt p.btn a {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .sec_training .f_box {
    gap: 5%;
  }
  .sec_training .f_box .txt {
    width: 42%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1200px) {
  .sec_training .f_box .txt h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) and (max-width: 1199px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(2.16rem + (1vw - 0.992rem) * (1.1594202899));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 991px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.92rem + (1vw - 0.768rem) * (1.0762331839));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 576px) and (max-width: 767px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.68rem + (1vw - 0.576rem) * (1.2565445026));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 421px) and (max-width: 575px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (1.5584415584));
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .sec_training .f_box .txt h2 {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (2.4));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1200px) {
  .sec_training .f_box .txt h2 span {
    font-size: 9.8rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) and (max-width: 1199px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(8.48rem + (1vw - 0.992rem) * (6.3768115942));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 991px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(7.16rem + (1vw - 0.768rem) * (5.9192825112));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 576px) and (max-width: 767px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(5.84rem + (1vw - 0.576rem) * (6.9109947644));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 421px) and (max-width: 575px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(4.52rem + (1vw - 0.421rem) * (8.5714285714));
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .sec_training .f_box .txt h2 span {
    font-size: calc(3.2rem + (1vw - 0.32rem) * (13.2));
  }
}
@media screen and (max-width: 767px) {
  .sec_training .f_box {
    flex-flow: column;
  }
  .sec_training .f_box img {
    width: 95%;
    margin-left: -5%;
  }
  .sec_training .f_box .txt {
    width: 100%;
    margin-top: 5%;
  }
  .sec_training .f_box .txt h2 {
    font-weight: 400;
    letter-spacing: 0;
  }
  .sec_training .f_box .txt h2 span {
    padding-bottom: 0.2em;
  }
}

@media only screen and (min-width: 1200px) {
  .system h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system h2 {
    font-size: calc(2.16rem + (1vw - 0.992rem) * (1.1594202899));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system h2 {
    font-size: calc(1.92rem + (1vw - 0.768rem) * (1.0762331839));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .system h2 {
    font-size: calc(1.68rem + (1vw - 0.576rem) * (1.2565445026));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .system h2 {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (1.5584415584));
  }
}
@media only screen and (max-width: 420px) {
  .system h2 {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (2.4));
  }
}
.system h2 {
  text-align: left;
  color: #333;
  font-weight: 400;
}
.system h2 span {
  color: #009944;
  font-family: "Montserrat", sans-serif;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .system h2 span {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system h2 span {
    font-size: calc(7.2rem + (1vw - 0.992rem) * (3.8647342995));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system h2 span {
    font-size: calc(6.4rem + (1vw - 0.768rem) * (3.5874439462));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .system h2 span {
    font-size: calc(5.6rem + (1vw - 0.576rem) * (4.1884816754));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .system h2 span {
    font-size: calc(4.8rem + (1vw - 0.421rem) * (5.1948051948));
  }
}
@media only screen and (max-width: 420px) {
  .system h2 span {
    font-size: calc(4rem + (1vw - 0.32rem) * (8));
  }
}
.system h2 span {
  font-weight: 400;
}
.system h2.t_c {
  text-align: center;
}
.system .system_box {
  display: flex;
  flex-flow: wrap;
  gap: 4%;
  margin-top: 6%;
}
.system .system_box .item {
  width: 30%;
  text-align: center;
  margin-bottom: 6%;
}
.system .system_box .item img {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .system .system_box .item h4 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system .system_box .item h4 {
    font-size: calc(1.86rem + (1vw - 0.992rem) * (0.6763285024));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system .system_box .item h4 {
    font-size: calc(1.72rem + (1vw - 0.768rem) * (0.6278026906));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .system .system_box .item h4 {
    font-size: calc(1.58rem + (1vw - 0.576rem) * (0.7329842932));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .system .system_box .item h4 {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (0.9090909091));
  }
}
@media only screen and (max-width: 420px) {
  .system .system_box .item h4 {
    font-size: calc(1.3rem + (1vw - 0.32rem) * (1.4));
  }
}
.system .system_box .item h4 {
  padding: 0.5em 0;
}
.system .system_box .item p {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .system .system_box .item p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system .system_box .item p {
    font-size: calc(1.52rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system .system_box .item p {
    font-size: calc(1.44rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .system .system_box .item p {
    font-size: calc(1.36rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .system .system_box .item p {
    font-size: calc(1.28rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  .system .system_box .item p {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.8));
  }
}
.system .system_box .item:nth-child(4), .system .system_box .item:nth-child(5), .system .system_box .item:nth-child(6) {
  margin-bottom: 0;
}
.system .bg_cp {
  background-color: #edfff5;
}
.system .bg_cp h2 {
  color: #009944;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .system .bg_cp h2 {
    font-size: 5.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system .bg_cp h2 {
    font-size: calc(4.64rem + (1vw - 0.992rem) * (2.7053140097));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system .bg_cp h2 {
    font-size: calc(4.08rem + (1vw - 0.768rem) * (2.5112107623));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .system .bg_cp h2 {
    font-size: calc(3.52rem + (1vw - 0.576rem) * (2.9319371728));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .system .bg_cp h2 {
    font-size: calc(2.96rem + (1vw - 0.421rem) * (3.6363636364));
  }
}
@media only screen and (max-width: 420px) {
  .system .bg_cp h2 {
    font-size: calc(2.4rem + (1vw - 0.32rem) * (5.6));
  }
}
.system .bg_cp h2 {
  font-weight: 400;
}
.system .bg_cp .inner {
  padding-top: 1%;
  background: transparent;
}
.system .bg_cp .system_box {
  gap: 2%;
  background: none;
}
.system .bg_cp .system_box .item {
  padding: 3%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  background-color: #fff;
  margin-bottom: 2%;
}
.system .bg_cp .system_box .item h4 {
  height: 3em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.system .bg_cp .system_box .item p {
  margin-top: auto;
  text-align: center;
}
.system .bg_cp .system_box .item:nth-child(4), .system .bg_cp .system_box .item:nth-child(5), .system .bg_cp .system_box .item:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .system .system_box {
    gap: 2%;
  }
  .system .system_box .item {
    width: 49%;
    margin-top: 5%;
  }
  .system .bg_cp .system_box {
    gap: 2%;
  }
  .system .bg_cp .system_box .item {
    width: 49%;
    margin-top: 5%;
  }
  .system .bg_cp .system_box .item h4 {
    height: auto;
  }
  .system .bg_cp .system_box .item img {
    width: 60%;
  }
  .system .bg_cp .system_box .item:nth-of-type(4) img, .system .bg_cp .system_box .item:nth-of-type(6) img {
    width: 80%;
  }
}

.recruit h2 {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .recruit h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit h2 {
    font-size: calc(2.2rem + (1vw - 0.992rem) * (0.9661835749));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recruit h2 {
    font-size: calc(2rem + (1vw - 0.768rem) * (0.8968609865));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recruit h2 {
    font-size: calc(1.8rem + (1vw - 0.576rem) * (1.0471204188));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .recruit h2 {
    font-size: calc(1.6rem + (1vw - 0.421rem) * (1.2987012987));
  }
}
@media only screen and (max-width: 420px) {
  .recruit h2 {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (2));
  }
}
.recruit h2 {
  padding: 3px 0 3px 0.5em;
  border-left: #009944 solid 2px;
  color: #009944;
  margin-top: 8%;
}
.recruit .ank_box {
  display: flex;
  justify-content: flex-start;
  gap: 3%;
}
.recruit .ank_box a {
  border: #009944 solid 1px;
}
@media only screen and (min-width: 1200px) {
  .recruit .ank_box a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit .ank_box a {
    font-size: calc(1.52rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recruit .ank_box a {
    font-size: calc(1.44rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recruit .ank_box a {
    font-size: calc(1.36rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .recruit .ank_box a {
    font-size: calc(1.28rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  .recruit .ank_box a {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (0.8));
  }
}
.recruit .ank_box a {
  padding: 1em 2.5em 1em 1.5em;
  position: relative;
  letter-spacing: 0;
}
.recruit .ank_box a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: #009944 solid 2px;
  border-bottom: #009944 solid 2px;
  inset: 0 1em 4px 0;
  margin: auto 0 auto auto;
  transform: rotate(45deg);
}
.recruit .flow_box {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 3px;
  margin-top: 5%;
}
.recruit .flow_box li {
  line-height: 1.2em;
  background: url(https://mikatag.co.jp/recruit-site/img/arw_bg_2.webp) no-repeat right;
  background-size: auto 100%;
  padding: 1em 0.75em 1em 0.5em;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .recruit .flow_box li {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit .flow_box li {
    font-size: calc(1.5rem + (1vw - 0.992rem) * (0.4830917874));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recruit .flow_box li {
    font-size: calc(1.4rem + (1vw - 0.768rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recruit .flow_box li {
    font-size: calc(1.3rem + (1vw - 0.576rem) * (0.5235602094));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .recruit .flow_box li {
    font-size: calc(1.2rem + (1vw - 0.421rem) * (0.6493506494));
  }
}
@media only screen and (max-width: 420px) {
  .recruit .flow_box li {
    font-size: calc(1.1rem + (1vw - 0.32rem) * (1));
  }
}
.recruit .flow_box li {
  min-width: 170px;
}
@media only screen and (min-width: 1200px) {
  .recruit .flow_box li span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit .flow_box li span {
    font-size: calc(1.32rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recruit .flow_box li span {
    font-size: calc(1.24rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recruit .flow_box li span {
    font-size: calc(1.16rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .recruit .flow_box li span {
    font-size: calc(1.08rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  .recruit .flow_box li span {
    font-size: calc(1rem + (1vw - 0.32rem) * (0.8));
  }
}
.recruit table.recruit {
  border-top: #009944 solid 1px;
  width: 100%;
  margin-top: 3%;
  border-collapse: collapse;
}
.recruit table.recruit th, .recruit table.recruit td {
  padding: 1.5em;
  border-bottom: #009944 solid 1px;
}
.recruit table.recruit th {
  background-color: #f0fff6;
}
.recruit table.recruit td {
  padding: 1.5em 3em;
}
.recruit table.recruit td h4 {
  color: #009944;
  margin-bottom: 0.5em;
}
.recruit table.recruit + table.recruit {
  margin-top: 8%;
}
@media screen and (max-width: 1024px) {
  .recruit .flow_box li {
    min-width: 13%;
  }
}
@media screen and (max-width: 767px) {
  .recruit .ank_box {
    flex-flow: column;
  }
  .recruit .ank_box a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .recruit .ank_box a + a {
    margin-top: 0.5em;
  }
  .recruit .flow_box {
    flex-flow: wrap;
    gap: 4%;
  }
  .recruit .flow_box li {
    min-width: auto;
    padding: 1em 1.25em 1em 0.75em;
    background-size: cover;
    margin-bottom: 0.5em;
  }
  .recruit table.recruit th, .recruit table.recruit td {
    padding: 0.75em;
  }
  .recruit table.recruit th {
    width: 28%;
  }
}

body.business main {
  background: url(https://mikatag.co.jp/recruit-site/img/diagram_bg.webp) no-repeat center top;
}
@media screen and (max-width: 1024px) {
  body.business main {
    background-size: 130% auto;
    background-position: center 5vw;
  }
}
@media screen and (max-width: 767px) {
  body.business main {
    background: none;
  }
}

.business h1 {
  background: transparent;
  border: none;
}
.business h1::after {
  display: none;
}
.business .business_visual {
  background: url(https://mikatag.co.jp/recruit-site/img/diagram_base.webp) no-repeat center;
  background-size: 100% auto;
  width: min(1250px, 100vw);
  position: relative;
  aspect-ratio: 1.27/1;
  margin: 0 auto;
}
.business .business_visual .float_img {
  position: absolute;
  width: 17.44%;
  z-index: 3;
}
.business .business_visual .float_img.img_1 {
  top: 29.8%;
  left: 43.2%;
}
.business .business_visual .float_img.img_2 {
  top: 7%;
  left: 7.5%;
}
.business .business_visual .float_img.img_3 {
  top: 0.9%;
  left: 38.35%;
}
.business .business_visual .float_img.img_4 {
  top: 56.8%;
  left: 76.8%;
}
.business .business_visual .float_img.img_5 {
  top: 54.4%;
  left: 23.3%;
}
.business .business_visual .float_img.img_6 {
  top: 10.5%;
  right: 8.5%;
}
.business .f_box {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 3%;
  padding-bottom: 5%;
  border-bottom: #8dd19b solid 1px;
}
.business .f_box .img {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 244px;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .business .f_box .text h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business .f_box .text h3 {
    font-size: calc(2.24rem + (1vw - 0.992rem) * (0.7729468599));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business .f_box .text h3 {
    font-size: calc(2.08rem + (1vw - 0.768rem) * (0.7174887892));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .business .f_box .text h3 {
    font-size: calc(1.92rem + (1vw - 0.576rem) * (0.8376963351));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .business .f_box .text h3 {
    font-size: calc(1.76rem + (1vw - 0.421rem) * (1.038961039));
  }
}
@media only screen and (max-width: 420px) {
  .business .f_box .text h3 {
    font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6));
  }
}
.business .f_box .text h3 {
  color: #009944;
}
.business .f_box + .f_box {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .business .business_visual {
    background: url(https://mikatag.co.jp/recruit-site/img/diagram_base_sp.webp) no-repeat center;
    background-size: cover;
    aspect-ratio: 250/447;
  }
  .business .business_visual .float_img {
    width: 31.1%;
  }
  .business .business_visual .float_img.img_1 {
    top: 39%;
    left: 16%;
  }
  .business .business_visual .float_img.img_2 {
    top: 12%;
    left: 5%;
  }
  .business .business_visual .float_img.img_3 {
    top: 0;
    left: 47.5%;
  }
  .business .business_visual .float_img.img_4 {
    top: 55.5%;
    right: 2%;
    left: auto;
  }
  .business .business_visual .float_img.img_5 {
    top: 67%;
    left: 18%;
  }
  .business .business_visual .float_img.img_6 {
    top: 22%;
    right: 8%;
  }
  .business .f_box {
    flex-flow: column;
    margin-top: 8%;
  }
  .business .f_box .img img {
    width: 60%;
  }
  .business .f_box .text {
    margin-top: 1em;
  }
  .business .f_box .text h3 {
    margin-bottom: 0.5em;
  }
  .business .f_box + .f_box {
    margin-top: 8%;
  }
}

body.interview main {
  background: none;
}
body.interview main .inner {
  padding: 0 50px;
}
body.interview main .sec_interview {
  padding-top: 0;
  margin-bottom: 10%;
}
body.interview main .sec_interview h2 {
  text-align: left;
  margin: 0 auto 0 0;
}
@media only screen and (min-width: 1200px) {
  body.interview main .sec_interview h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.interview main .sec_interview h2 {
    font-size: calc(1.56rem + (1vw - 0.992rem) * (0.193236715));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.interview main .sec_interview h2 {
    font-size: calc(1.52rem + (1vw - 0.768rem) * (0.1793721973));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body.interview main .sec_interview h2 {
    font-size: calc(1.48rem + (1vw - 0.576rem) * (0.2094240838));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  body.interview main .sec_interview h2 {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (0.2597402597));
  }
}
@media only screen and (max-width: 420px) {
  body.interview main .sec_interview h2 {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4));
  }
}
body.interview main .sec_interview h2 {
  font-weight: 500;
}
body.interview main .sec_interview h2 span {
  color: #009944;
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 1200px) {
  body.interview main .sec_interview h2 span {
    font-size: 10.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.interview main .sec_interview h2 span {
    font-size: calc(9.48rem + (1vw - 0.992rem) * (5.4106280193));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.interview main .sec_interview h2 span {
    font-size: calc(8.36rem + (1vw - 0.768rem) * (5.0224215247));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  body.interview main .sec_interview h2 span {
    font-size: calc(7.24rem + (1vw - 0.576rem) * (5.8638743455));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  body.interview main .sec_interview h2 span {
    font-size: calc(6.12rem + (1vw - 0.421rem) * (7.2727272727));
  }
}
@media only screen and (max-width: 420px) {
  body.interview main .sec_interview h2 span {
    font-size: calc(5rem + (1vw - 0.32rem) * (11.2));
  }
}
body.interview main .sec_interview h2 span {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  body.interview main .inner {
    padding: 0 3%;
  }
}

.sec_interview {
  padding-bottom: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .sec_interview h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec_interview h2 {
    font-size: calc(2.48rem + (1vw - 0.992rem) * (1.5458937198));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec_interview h2 {
    font-size: calc(2.16rem + (1vw - 0.768rem) * (1.4349775785));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec_interview h2 {
    font-size: calc(1.84rem + (1vw - 0.576rem) * (1.6753926702));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .sec_interview h2 {
    font-size: calc(1.52rem + (1vw - 0.421rem) * (2.0779220779));
  }
}
@media only screen and (max-width: 420px) {
  .sec_interview h2 {
    font-size: calc(1.2rem + (1vw - 0.32rem) * (3.2));
  }
}
.sec_interview h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 3% 0 auto;
}
@media only screen and (min-width: 1200px) {
  .sec_interview h2 span {
    font-size: 11.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec_interview h2 span {
    font-size: calc(10.2rem + (1vw - 0.992rem) * (6.7632850242));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec_interview h2 span {
    font-size: calc(8.8rem + (1vw - 0.768rem) * (6.2780269058));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec_interview h2 span {
    font-size: calc(7.4rem + (1vw - 0.576rem) * (7.3298429319));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .sec_interview h2 span {
    font-size: calc(6rem + (1vw - 0.421rem) * (9.0909090909));
  }
}
@media only screen and (max-width: 420px) {
  .sec_interview h2 span {
    font-size: calc(4.6rem + (1vw - 0.32rem) * (14));
  }
}
.sec_interview h2 span {
  color: #a4dfbd;
  font-weight: 400;
}
.sec_interview.splide .splide__track {
  max-width: 1200px;
  margin: 8rem auto 0;
  overflow: visible;
  z-index: 2;
}
.sec_interview.splide .splide__track .item {
  position: relative;
  padding: 0 1rem;
}
.sec_interview.splide .splide__track .item .prof_box {
  position: absolute;
  top: 57%;
  left: 5%;
  background-color: #e2f3e9;
  padding: 1em;
}
@media only screen and (min-width: 1200px) {
  .sec_interview.splide .splide__track .item .prof_box {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec_interview.splide .splide__track .item .prof_box {
    font-size: calc(1.5rem + (1vw - 0.992rem) * (0.4830917874));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec_interview.splide .splide__track .item .prof_box {
    font-size: calc(1.4rem + (1vw - 0.768rem) * (0.4484304933));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec_interview.splide .splide__track .item .prof_box {
    font-size: calc(1.3rem + (1vw - 0.576rem) * (0.5235602094));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .sec_interview.splide .splide__track .item .prof_box {
    font-size: calc(1.2rem + (1vw - 0.421rem) * (0.6493506494));
  }
}
@media only screen and (max-width: 420px) {
  .sec_interview.splide .splide__track .item .prof_box {
    font-size: calc(1.1rem + (1vw - 0.32rem) * (1));
  }
}
.sec_interview.splide .splide__track .item .prof_box span {
  color: #009944;
}
.sec_interview.splide .splide__track .item .text {
  color: #fff;
}
.sec_interview.splide .splide__arrow {
  z-index: 10;
}
.sec_interview .btn {
  position: relative;
  z-index: 2;
}
.sec_interview::after {
  position: absolute;
  display: block;
  content: "";
  width: 76.5%;
  min-width: 1640px;
  height: 50%;
  background: #009944;
  inset: 0 0 0 0;
  margin: auto 0 0 auto;
  z-index: 1;
}
.sec_interview.page_end {
  margin-bottom: 8%;
}
.sec_interview.page_end h2 {
  width: 100%;
  border-top: #ccc solid 1px;
  margin: 0;
  text-align: left;
  padding-top: 1.5em;
}
@media only screen and (min-width: 1200px) {
  .sec_interview.page_end h2 span {
    font-size: 5.7rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec_interview.page_end h2 span {
    font-size: calc(4.96rem + (1vw - 0.992rem) * (3.5748792271));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec_interview.page_end h2 span {
    font-size: calc(4.22rem + (1vw - 0.768rem) * (3.3183856502));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec_interview.page_end h2 span {
    font-size: calc(3.48rem + (1vw - 0.576rem) * (3.8743455497));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .sec_interview.page_end h2 span {
    font-size: calc(2.74rem + (1vw - 0.421rem) * (4.8051948052));
  }
}
@media only screen and (max-width: 420px) {
  .sec_interview.page_end h2 span {
    font-size: calc(2rem + (1vw - 0.32rem) * (7.4));
  }
}
.sec_interview.page_end h2 span {
  color: #009944;
}
.sec_interview.page_end .inner {
  padding-bottom: 0;
}
.sec_interview.page_end.splide .splide__track .item .prof_box {
  top: 56%;
}
.sec_interview.page_end.splide .splide__track .item p.text {
  padding-top: 0;
  padding-left: 0.75em;
  color: #fff;
}
.sec_interview.page_end::after {
  position: absolute;
  display: block;
  content: "";
  width: 94%;
  height: 50%;
  background: #009944;
  inset: 0 0 0 0;
  margin: auto 0 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec_interview.page_end {
    margin-bottom: 8%;
    padding: 0 3% 3%;
  }
  .sec_interview.page_end::after {
    width: 97%;
    height: 50%;
  }
  .sec_interview.page_end.splide .splide__track .item .prof_box {
    top: 56%;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec_interview h2 {
    font-weight: 400;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .sec_interview h2 span {
    padding-bottom: 0.1em;
  }
  .sec_interview::after {
    width: 85%;
    height: 50%;
    margin: auto 0 10% auto;
  }
  .sec_interview.splide .splide__arrow {
    z-index: 4;
    top: 53.5%;
  }
  .sec_interview.splide .splide__arrow.splide__arrow--next {
    right: 0.5em;
  }
  .sec_interview.splide .splide__arrow.splide__arrow--prev {
    left: 0.5em;
  }
  .sec_interview.splide .splide__track {
    margin-top: 3em;
  }
  .sec_interview.splide .splide__track .item .prof_box {
    padding: 0.75em;
    top: 54%;
    left: 0;
  }
  .sec_interview.splide .splide__pagination__page.is-active {
    background-color: #009944;
  }
  .sec_interview.page_end {
    margin-bottom: 8%;
    padding-bottom: 7%;
  }
}

.interview_single section {
  padding-top: 0;
}
.interview_single .title_box {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .interview_single .title_box h1 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .interview_single .title_box h1 {
    font-size: calc(1.56rem + (1vw - 0.992rem) * (0.193236715));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interview_single .title_box h1 {
    font-size: calc(1.52rem + (1vw - 0.768rem) * (0.1793721973));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .interview_single .title_box h1 {
    font-size: calc(1.48rem + (1vw - 0.576rem) * (0.2094240838));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .interview_single .title_box h1 {
    font-size: calc(1.44rem + (1vw - 0.421rem) * (0.2597402597));
  }
}
@media only screen and (max-width: 420px) {
  .interview_single .title_box h1 {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (0.4));
  }
}
.interview_single .title_box h1 {
  background: none;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: none;
}
.interview_single .title_box h1 span {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .interview_single .title_box h1 span {
    font-size: 11.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .interview_single .title_box h1 span {
    font-size: calc(10.2rem + (1vw - 0.992rem) * (6.7632850242));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interview_single .title_box h1 span {
    font-size: calc(8.8rem + (1vw - 0.768rem) * (6.2780269058));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .interview_single .title_box h1 span {
    font-size: calc(7.4rem + (1vw - 0.576rem) * (7.3298429319));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .interview_single .title_box h1 span {
    font-size: calc(6rem + (1vw - 0.421rem) * (9.0909090909));
  }
}
@media only screen and (max-width: 420px) {
  .interview_single .title_box h1 span {
    font-size: calc(4.6rem + (1vw - 0.32rem) * (14));
  }
}
.interview_single .title_box h1 span {
  color: #009944;
  font-weight: 300;
  padding: 0;
}
.interview_single .title_box h1::after {
  display: none;
}
.interview_single .title_box .profile_box {
  display: flex;
  margin-top: 11.5%;
  align-items: flex-end;
}
.interview_single .title_box .profile_box .txt {
  width: 55%;
  position: relative;
}
.interview_single .title_box .profile_box .txt .name {
  position: absolute;
  color: #fff;
  inset: 11% 0 0 12.5%;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(2.24rem + (1vw - 0.992rem) * (0.7729468599));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(2.08rem + (1vw - 0.768rem) * (0.7174887892));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(1.92rem + (1vw - 0.576rem) * (0.8376963351));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(1.76rem + (1vw - 0.421rem) * (1.038961039));
  }
}
@media only screen and (max-width: 420px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(1.6rem + (1vw - 0.32rem) * (1.6));
  }
}
.interview_single .title_box .profile_box .txt .name {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .interview_single .title_box .profile_box .txt .name span {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .interview_single .title_box .profile_box .txt .name span {
    font-size: calc(1.72rem + (1vw - 0.992rem) * (0.38647343));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interview_single .title_box .profile_box .txt .name span {
    font-size: calc(1.64rem + (1vw - 0.768rem) * (0.3587443946));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .interview_single .title_box .profile_box .txt .name span {
    font-size: calc(1.56rem + (1vw - 0.576rem) * (0.4188481675));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .interview_single .title_box .profile_box .txt .name span {
    font-size: calc(1.48rem + (1vw - 0.421rem) * (0.5194805195));
  }
}
@media only screen and (max-width: 420px) {
  .interview_single .title_box .profile_box .txt .name span {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (0.8));
  }
}
@media only screen and (min-width: 1200px) {
  .interview_single .title_box .profile_box .txt .word {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .interview_single .title_box .profile_box .txt .word {
    font-size: calc(2.7rem + (1vw - 0.992rem) * (1.4492753623));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interview_single .title_box .profile_box .txt .word {
    font-size: calc(2.4rem + (1vw - 0.768rem) * (1.3452914798));
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .interview_single .title_box .profile_box .txt .word {
    font-size: calc(2.1rem + (1vw - 0.576rem) * (1.5706806283));
  }
}
@media only screen and (min-width: 421px) and (max-width: 575px) {
  .interview_single .title_box .profile_box .txt .word {
    font-size: calc(1.8rem + (1vw - 0.421rem) * (1.9480519481));
  }
}
@media only screen and (max-width: 420px) {
  .interview_single .title_box .profile_box .txt .word {
    font-size: calc(1.5rem + (1vw - 0.32rem) * (3));
  }
}
.interview_single .title_box .profile_box .txt .word {
  padding: 15% 0;
  font-weight: 500;
}
.interview_single .question {
  position: relative;
  background-color: #f9f9f9;
  border: #cdcdcd solid 1px;
  border-radius: 8px;
  padding: 0.5em 1em 0.5em 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
.interview_single .question span {
  color: #009944;
  padding: 0 0.5em;
}
.interview_single .question::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(https://mikatag.co.jp/recruit-site/img/fukidashi_arw.webp) no-repeat;
  inset: 0 0 0 -13px;
  margin: auto auto auto 0;
}
.interview_single .ans_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3%;
}
.interview_single .ans_box p {
  width: 60%;
}
.interview_single .ans_box p:has(img) {
  width: 20%;
  margin: auto 0 auto 5%;
}
.interview_single .ans_box + p.question, .interview_single .ans_box + p:has(img) {
  margin-top: 5%;
}
.interview_single.prof_1 main {
  background: url(https://mikatag.co.jp/recruit-site/img/interview_yn_head.webp) no-repeat center top;
}
.interview_single.prof_2 main {
  background: url(https://mikatag.co.jp/recruit-site/img/interview_or_head.webp) no-repeat center top;
}
.interview_single.prof_3 main {
  background: url(https://mikatag.co.jp/recruit-site/img/interview_ms_head.webp) no-repeat center top;
}
.interview_single.prof_4 main {
  background: url(https://mikatag.co.jp/recruit-site/img/interview_aa_head.webp) no-repeat center top;
}
@media screen and (max-width: 1024px) {
  .interview_single .title_box .profile_box .txt img {
    width: 60%;
  }
  .interview_single .title_box .profile_box .txt .name {
    inset: 8% 0 0 11.5%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1200px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) and (max-width: 1199px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(2.56rem + (1vw - 0.992rem) * (2.1256038647));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 991px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(2.12rem + (1vw - 0.768rem) * (1.9730941704));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 576px) and (max-width: 767px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(1.68rem + (1vw - 0.576rem) * (2.3036649215));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 421px) and (max-width: 575px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(1.24rem + (1vw - 0.421rem) * (2.8571428571));
  }
}
@media only screen and (max-width: 1024px) and (max-width: 420px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(0.8rem + (1vw - 0.32rem) * (4.4));
  }
}
@media screen and (max-width: 1024px) {
  .interview_single .title_box .profile_box .txt .word {
    padding: 15% 5%;
  }
  .interview_single .title_box .profile_box .ttl_img {
    width: 45%;
  }
  .interview_single.prof_1 main, .interview_single.prof_2 main, .interview_single.prof_3 main, .interview_single.prof_4 main {
    background-size: auto 50vw;
  }
}
@media screen and (max-width: 767px) {
  .interview_single .title_box h1 {
    padding-left: 1em;
  }
  .interview_single .title_box .profile_box {
    margin: 11.5% auto 0;
    width: 100%;
    flex-flow: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .interview_single .title_box .profile_box .txt {
    width: 100%;
    padding: 7% 5% 0;
  }
  .interview_single .title_box .profile_box .txt img {
    width: 55%;
    max-width: 100%;
    margin-left: -5%;
  }
  .interview_single .title_box .profile_box .txt .name {
    inset: 17.5% 0 0 9.5%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(2.68rem + (1vw - 0.992rem) * (1.5458937198));
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(2.36rem + (1vw - 0.768rem) * (1.4349775785));
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(2.04rem + (1vw - 0.576rem) * (1.6753926702));
  }
}
@media only screen and (max-width: 767px) and (min-width: 421px) and (max-width: 575px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(1.72rem + (1vw - 0.421rem) * (2.0779220779));
  }
}
@media only screen and (max-width: 767px) and (max-width: 420px) {
  .interview_single .title_box .profile_box .txt .name {
    font-size: calc(1.4rem + (1vw - 0.32rem) * (3.2));
  }
}
@media screen and (max-width: 767px) {
  .interview_single .title_box .profile_box .txt .word {
    padding: 8% 0;
  }
  .interview_single .title_box .profile_box .txt + img {
    width: 80%;
    margin: 0 0 8% auto;
  }
  .interview_single .ans_box p {
    width: 100%;
  }
  .interview_single .ans_box p:has(img) {
    display: none;
  }
  .interview_single .ans_box + p.question {
    margin-top: 5%;
  }
  .interview_single.prof_1 main, .interview_single.prof_2 main, .interview_single.prof_3 main, .interview_single.prof_4 main {
    background-size: 250% auto;
  }
  .interview_single .inner + p:has(img) {
    margin: 8% auto;
  }
}