@charset "UTF-8";
@import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese’);
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;700&family=Libre+Franklin:wght@800&family=Montserrat+Subrayada&family=Montserrat:wght@700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Philosopher&display=swap");

/* base */
.site_wrap {
  overflow-x: hidden;
}

.wrap {
  width: 1160px;
  margin: 0 auto;
  max-width: 90%;
}

.wrap_l {
  width: 1100px;
}

.wrap_m {
  width: 1000px;
}

.wrap_s {
  width: 940px;
}

input[type="submit"],
input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
}

* {
  letter-spacing: .02em;
}

html,
body {
  margin: 0;
  padding: 0;
}

body,
select,
textarea,
input,
div,
p,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

p,
ul,
li,
em {
  font-style: normal;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a:hover {
  opacity: 0.8;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

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

.min {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}

.phil {
  font-family: 'Montserrat', sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

label,
select,
button {
  cursor: pointer;
}

select {
  padding: 10px 15px;
  border: 1px solid #a29696;
  border-radius: 3px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.none {
  display: none;
}

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

a img:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* masuda fixed */

@media screen and (min-width: 767px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

/* flex */
.flex {
  display: flex;
}

/* margin / padding */

.m-0 {
  margin: 0px !important;
}

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

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

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.m-10 {
  margin: 10px !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

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

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

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

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

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

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

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

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

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

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

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

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.p-110 {
  padding: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

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

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.m-130 {
  margin: 130px !important;
}

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

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.p-130 {
  padding: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

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

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.p-140 {
  padding: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

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

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

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

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.m-170 {
  margin: 170px !important;
}

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

.mb-170 {
  margin-bottom: 170px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.p-170 {
  padding: 170px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.m-180 {
  margin: 180px !important;
}

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

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.p-180 {
  padding: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.m-190 {
  margin: 190px !important;
}

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

.mb-190 {
  margin-bottom: 190px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.p-190 {
  padding: 190px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.m-200 {
  margin: 200px !important;
}

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

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.m-pc-0 {
  margin: 0px !important;
}

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

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

.ml-pc-0 {
  margin-left: 0px !important;
}

.mr-pc-0 {
  margin-right: 0px !important;
}

.p-pc-0 {
  padding: 0px !important;
}

.pt-pc-0 {
  padding-top: 0px !important;
}

.pb-pc-0 {
  padding-bottom: 0px !important;
}

.pl-pc-0 {
  padding-left: 0px !important;
}

.pr-pc-0 {
  padding-right: 0px !important;
}

.m-pc-10 {
  margin: 10px !important;
}

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

.mb-pc-10 {
  margin-bottom: 10px !important;
}

.ml-pc-10 {
  margin-left: 10px !important;
}

.mr-pc-10 {
  margin-right: 10px !important;
}

.p-pc-10 {
  padding: 10px !important;
}

.pt-pc-10 {
  padding-top: 10px !important;
}

.pb-pc-10 {
  padding-bottom: 10px !important;
}

.pl-pc-10 {
  padding-left: 10px !important;
}

.pr-pc-10 {
  padding-right: 10px !important;
}

.m-pc-20 {
  margin: 20px !important;
}

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

.mb-pc-20 {
  margin-bottom: 20px !important;
}

.ml-pc-20 {
  margin-left: 20px !important;
}

.mr-pc-20 {
  margin-right: 20px !important;
}

.p-pc-20 {
  padding: 20px !important;
}

.pt-pc-20 {
  padding-top: 20px !important;
}

.pb-pc-20 {
  padding-bottom: 20px !important;
}

.pl-pc-20 {
  padding-left: 20px !important;
}

.pr-pc-20 {
  padding-right: 20px !important;
}

.m-pc-30 {
  margin: 30px !important;
}

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

.mb-pc-30 {
  margin-bottom: 30px !important;
}

.ml-pc-30 {
  margin-left: 30px !important;
}

.mr-pc-30 {
  margin-right: 30px !important;
}

.p-pc-30 {
  padding: 30px !important;
}

.pt-pc-30 {
  padding-top: 30px !important;
}

.pb-pc-30 {
  padding-bottom: 30px !important;
}

.pl-pc-30 {
  padding-left: 30px !important;
}

.pr-pc-30 {
  padding-right: 30px !important;
}

.m-pc-40 {
  margin: 40px !important;
}

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

.mb-pc-40 {
  margin-bottom: 40px !important;
}

.ml-pc-40 {
  margin-left: 40px !important;
}

.mr-pc-40 {
  margin-right: 40px !important;
}

.p-pc-40 {
  padding: 40px !important;
}

.pt-pc-40 {
  padding-top: 40px !important;
}

.pb-pc-40 {
  padding-bottom: 40px !important;
}

.pl-pc-40 {
  padding-left: 40px !important;
}

.pr-pc-40 {
  padding-right: 40px !important;
}

.m-pc-50 {
  margin: 50px !important;
}

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

.mb-pc-50 {
  margin-bottom: 50px !important;
}

.ml-pc-50 {
  margin-left: 50px !important;
}

.mr-pc-50 {
  margin-right: 50px !important;
}

.p-pc-50 {
  padding: 50px !important;
}

.pt-pc-50 {
  padding-top: 50px !important;
}

.pb-pc-50 {
  padding-bottom: 50px !important;
}

.pl-pc-50 {
  padding-left: 50px !important;
}

.pr-pc-50 {
  padding-right: 50px !important;
}

.m-pc-60 {
  margin: 60px !important;
}

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

.mb-pc-60 {
  margin-bottom: 60px !important;
}

.ml-pc-60 {
  margin-left: 60px !important;
}

.mr-pc-60 {
  margin-right: 60px !important;
}

.p-pc-60 {
  padding: 60px !important;
}

.pt-pc-60 {
  padding-top: 60px !important;
}

.pb-pc-60 {
  padding-bottom: 60px !important;
}

.pl-pc-60 {
  padding-left: 60px !important;
}

.pr-pc-60 {
  padding-right: 60px !important;
}

.m-pc-70 {
  margin: 70px !important;
}

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

.mb-pc-70 {
  margin-bottom: 70px !important;
}

.ml-pc-70 {
  margin-left: 70px !important;
}

.mr-pc-70 {
  margin-right: 70px !important;
}

.p-pc-70 {
  padding: 70px !important;
}

.pt-pc-70 {
  padding-top: 70px !important;
}

.pb-pc-70 {
  padding-bottom: 70px !important;
}

.pl-pc-70 {
  padding-left: 70px !important;
}

.pr-pc-70 {
  padding-right: 70px !important;
}

.m-pc-80 {
  margin: 80px !important;
}

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

.mb-pc-80 {
  margin-bottom: 80px !important;
}

.ml-pc-80 {
  margin-left: 80px !important;
}

.mr-pc-80 {
  margin-right: 80px !important;
}

.p-pc-80 {
  padding: 80px !important;
}

.pt-pc-80 {
  padding-top: 80px !important;
}

.pb-pc-80 {
  padding-bottom: 80px !important;
}

.pl-pc-80 {
  padding-left: 80px !important;
}

.pr-pc-80 {
  padding-right: 80px !important;
}

.m-pc-90 {
  margin: 90px !important;
}

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

.mb-pc-90 {
  margin-bottom: 90px !important;
}

.ml-pc-90 {
  margin-left: 90px !important;
}

.mr-pc-90 {
  margin-right: 90px !important;
}

.p-pc-90 {
  padding: 90px !important;
}

.pt-pc-90 {
  padding-top: 90px !important;
}

.pb-pc-90 {
  padding-bottom: 90px !important;
}

.pl-pc-90 {
  padding-left: 90px !important;
}

.pr-pc-90 {
  padding-right: 90px !important;
}

.m-pc-100 {
  margin: 100px !important;
}

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

.mb-pc-100 {
  margin-bottom: 100px !important;
}

.ml-pc-100 {
  margin-left: 100px !important;
}

.mr-pc-100 {
  margin-right: 100px !important;
}

.p-pc-100 {
  padding: 100px !important;
}

.pt-pc-100 {
  padding-top: 100px !important;
}

.pb-pc-100 {
  padding-bottom: 100px !important;
}

.pl-pc-100 {
  padding-left: 100px !important;
}

.pr-pc-100 {
  padding-right: 100px !important;
}

.m-pc-110 {
  margin: 110px !important;
}

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

.mb-pc-110 {
  margin-bottom: 110px !important;
}

.ml-pc-110 {
  margin-left: 110px !important;
}

.mr-pc-110 {
  margin-right: 110px !important;
}

.p-pc-110 {
  padding: 110px !important;
}

.pt-pc-110 {
  padding-top: 110px !important;
}

.pb-pc-110 {
  padding-bottom: 110px !important;
}

.pl-pc-110 {
  padding-left: 110px !important;
}

.pr-pc-110 {
  padding-right: 110px !important;
}

.m-pc-120 {
  margin: 120px !important;
}

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

.mb-pc-120 {
  margin-bottom: 120px !important;
}

.ml-pc-120 {
  margin-left: 120px !important;
}

.mr-pc-120 {
  margin-right: 120px !important;
}

.p-pc-120 {
  padding: 120px !important;
}

.pt-pc-120 {
  padding-top: 120px !important;
}

.pb-pc-120 {
  padding-bottom: 120px !important;
}

.pl-pc-120 {
  padding-left: 120px !important;
}

.pr-pc-120 {
  padding-right: 120px !important;
}

.m-pc-130 {
  margin: 130px !important;
}

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

.mb-pc-130 {
  margin-bottom: 130px !important;
}

.ml-pc-130 {
  margin-left: 130px !important;
}

.mr-pc-130 {
  margin-right: 130px !important;
}

.p-pc-130 {
  padding: 130px !important;
}

.pt-pc-130 {
  padding-top: 130px !important;
}

.pb-pc-130 {
  padding-bottom: 130px !important;
}

.pl-pc-130 {
  padding-left: 130px !important;
}

.pr-pc-130 {
  padding-right: 130px !important;
}

.m-pc-140 {
  margin: 140px !important;
}

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

.mb-pc-140 {
  margin-bottom: 140px !important;
}

.ml-pc-140 {
  margin-left: 140px !important;
}

.mr-pc-140 {
  margin-right: 140px !important;
}

.p-pc-140 {
  padding: 140px !important;
}

.pt-pc-140 {
  padding-top: 140px !important;
}

.pb-pc-140 {
  padding-bottom: 140px !important;
}

.pl-pc-140 {
  padding-left: 140px !important;
}

.pr-pc-140 {
  padding-right: 140px !important;
}

.m-pc-150 {
  margin: 150px !important;
}

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

.mb-pc-150 {
  margin-bottom: 150px !important;
}

.ml-pc-150 {
  margin-left: 150px !important;
}

.mr-pc-150 {
  margin-right: 150px !important;
}

.p-pc-150 {
  padding: 150px !important;
}

.pt-pc-150 {
  padding-top: 150px !important;
}

.pb-pc-150 {
  padding-bottom: 150px !important;
}

.pl-pc-150 {
  padding-left: 150px !important;
}

.pr-pc-150 {
  padding-right: 150px !important;
}

.m-pc-160 {
  margin: 160px !important;
}

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

.mb-pc-160 {
  margin-bottom: 160px !important;
}

.ml-pc-160 {
  margin-left: 160px !important;
}

.mr-pc-160 {
  margin-right: 160px !important;
}

.p-pc-160 {
  padding: 160px !important;
}

.pt-pc-160 {
  padding-top: 160px !important;
}

.pb-pc-160 {
  padding-bottom: 160px !important;
}

.pl-pc-160 {
  padding-left: 160px !important;
}

.pr-pc-160 {
  padding-right: 160px !important;
}

.m-pc-170 {
  margin: 170px !important;
}

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

.mb-pc-170 {
  margin-bottom: 170px !important;
}

.ml-pc-170 {
  margin-left: 170px !important;
}

.mr-pc-170 {
  margin-right: 170px !important;
}

.p-pc-170 {
  padding: 170px !important;
}

.pt-pc-170 {
  padding-top: 170px !important;
}

.pb-pc-170 {
  padding-bottom: 170px !important;
}

.pl-pc-170 {
  padding-left: 170px !important;
}

.pr-pc-170 {
  padding-right: 170px !important;
}

.m-pc-180 {
  margin: 180px !important;
}

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

.mb-pc-180 {
  margin-bottom: 180px !important;
}

.ml-pc-180 {
  margin-left: 180px !important;
}

.mr-pc-180 {
  margin-right: 180px !important;
}

.p-pc-180 {
  padding: 180px !important;
}

.pt-pc-180 {
  padding-top: 180px !important;
}

.pb-pc-180 {
  padding-bottom: 180px !important;
}

.pl-pc-180 {
  padding-left: 180px !important;
}

.pr-pc-180 {
  padding-right: 180px !important;
}

.m-pc-190 {
  margin: 190px !important;
}

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

.mb-pc-190 {
  margin-bottom: 190px !important;
}

.ml-pc-190 {
  margin-left: 190px !important;
}

.mr-pc-190 {
  margin-right: 190px !important;
}

.p-pc-190 {
  padding: 190px !important;
}

.pt-pc-190 {
  padding-top: 190px !important;
}

.pb-pc-190 {
  padding-bottom: 190px !important;
}

.pl-pc-190 {
  padding-left: 190px !important;
}

.pr-pc-190 {
  padding-right: 190px !important;
}

.m-pc-200 {
  margin: 200px !important;
}

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

.mb-pc-200 {
  margin-bottom: 200px !important;
}

.ml-pc-200 {
  margin-left: 200px !important;
}

.mr-pc-200 {
  margin-right: 200px !important;
}

.p-pc-200 {
  padding: 200px !important;
}

.pt-pc-200 {
  padding-top: 200px !important;
}

.pb-pc-200 {
  padding-bottom: 200px !important;
}

.pl-pc-200 {
  padding-left: 200px !important;
}

.pr-pc-200 {
  padding-right: 200px !important;
}

@media (max-width: 767px) {
  .m-sp--5 {
    margin: -5px !important;
  }

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

  .mb-sp--5 {
    margin-bottom: -5px !important;
  }

  .ml-sp--5 {
    margin-left: -5px !important;
  }

  .mr-sp--5 {
    margin-right: -5px !important;
  }

  .m-sp-5 {
    margin: 5px !important;
  }

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

  .mb-sp-5 {
    margin-bottom: 5px !important;
  }

  .ml-sp-5 {
    margin-left: 5px !important;
  }

  .mr-sp-5 {
    margin-right: 5px !important;
  }

  .m-sp-15 {
    margin: 15px !important;
  }

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

  .mb-sp-15 {
    margin-bottom: 15px !important;
  }

  .ml-sp-15 {
    margin-left: 15px !important;
  }

  .mr-sp-15 {
    margin-right: 15px !important;
  }

  .m-sp-25 {
    margin: 25px !important;
  }

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

  .mb-sp-25 {
    margin-bottom: 25px !important;
  }

  .ml-sp-25 {
    margin-left: 25px !important;
  }

  .mr-sp-25 {
    margin-right: 25px !important;
  }

  .m-sp-35 {
    margin: 35px !important;
  }

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

  .mb-sp-35 {
    margin-bottom: 35px !important;
  }

  .ml-sp-35 {
    margin-left: 35px !important;
  }

  .mr-sp-35 {
    margin-right: 35px !important;
  }

  .m-sp-45 {
    margin: 45px !important;
  }

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

  .mb-sp-45 {
    margin-bottom: 45px !important;
  }

  .ml-sp-45 {
    margin-left: 45px !important;
  }

  .mr-sp-45 {
    margin-right: 45px !important;
  }

  .m-sp-55 {
    margin: 55px !important;
  }

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

  .mb-sp-55 {
    margin-bottom: 55px !important;
  }

  .ml-sp-55 {
    margin-left: 55px !important;
  }

  .mr-sp-55 {
    margin-right: 55px !important;
  }

  .m-sp-65 {
    margin: 65px !important;
  }

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

  .mb-sp-65 {
    margin-bottom: 65px !important;
  }

  .ml-sp-65 {
    margin-left: 65px !important;
  }

  .mr-sp-65 {
    margin-right: 65px !important;
  }

  .m-sp-75 {
    margin: 75px !important;
  }

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

  .mb-sp-75 {
    margin-bottom: 75px !important;
  }

  .ml-sp-75 {
    margin-left: 75px !important;
  }

  .mr-sp-75 {
    margin-right: 75px !important;
  }

  .m-sp-85 {
    margin: 85px !important;
  }

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

  .mb-sp-85 {
    margin-bottom: 85px !important;
  }

  .ml-sp-85 {
    margin-left: 85px !important;
  }

  .mr-sp-85 {
    margin-right: 85px !important;
  }

  .m-sp-95 {
    margin: 95px !important;
  }

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

  .mb-sp-95 {
    margin-bottom: 95px !important;
  }

  .ml-sp-95 {
    margin-left: 95px !important;
  }

  .mr-sp-95 {
    margin-right: 95px !important;
  }

  .m-sp-105 {
    margin: 105px !important;
  }

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

  .mb-sp-105 {
    margin-bottom: 105px !important;
  }

  .ml-sp-105 {
    margin-left: 105px !important;
  }

  .mr-sp-105 {
    margin-right: 105px !important;
  }

  .m-sp-115 {
    margin: 115px !important;
  }

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

  .mb-sp-115 {
    margin-bottom: 115px !important;
  }

  .ml-sp-115 {
    margin-left: 115px !important;
  }

  .mr-sp-115 {
    margin-right: 115px !important;
  }

  .m-sp-125 {
    margin: 125px !important;
  }

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

  .mb-sp-125 {
    margin-bottom: 125px !important;
  }

  .ml-sp-125 {
    margin-left: 125px !important;
  }

  .mr-sp-125 {
    margin-right: 125px !important;
  }

  .m-sp-135 {
    margin: 135px !important;
  }

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

  .mb-sp-135 {
    margin-bottom: 135px !important;
  }

  .ml-sp-135 {
    margin-left: 135px !important;
  }

  .mr-sp-135 {
    margin-right: 135px !important;
  }

  .m-sp-145 {
    margin: 145px !important;
  }

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

  .mb-sp-145 {
    margin-bottom: 145px !important;
  }

  .ml-sp-145 {
    margin-left: 145px !important;
  }

  .mr-sp-145 {
    margin-right: 145px !important;
  }

  .m-sp-155 {
    margin: 155px !important;
  }

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

  .mb-sp-155 {
    margin-bottom: 155px !important;
  }

  .ml-sp-155 {
    margin-left: 155px !important;
  }

  .mr-sp-155 {
    margin-right: 155px !important;
  }

  .m-sp-165 {
    margin: 165px !important;
  }

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

  .mb-sp-165 {
    margin-bottom: 165px !important;
  }

  .ml-sp-165 {
    margin-left: 165px !important;
  }

  .mr-sp-165 {
    margin-right: 165px !important;
  }

  .m-sp-175 {
    margin: 175px !important;
  }

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

  .mb-sp-175 {
    margin-bottom: 175px !important;
  }

  .ml-sp-175 {
    margin-left: 175px !important;
  }

  .mr-sp-175 {
    margin-right: 175px !important;
  }

  .m-sp-185 {
    margin: 185px !important;
  }

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

  .mb-sp-185 {
    margin-bottom: 185px !important;
  }

  .ml-sp-185 {
    margin-left: 185px !important;
  }

  .mr-sp-185 {
    margin-right: 185px !important;
  }

  .m-sp-195 {
    margin: 195px !important;
  }

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

  .mb-sp-195 {
    margin-bottom: 195px !important;
  }

  .ml-sp-195 {
    margin-left: 195px !important;
  }

  .mr-sp-195 {
    margin-right: 195px !important;
  }

  .m-sp--50 {
    margin: -50px !important;
  }

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

  .mb-sp--50 {
    margin-bottom: -50px !important;
  }

  .ml-sp--50 {
    margin-left: -50px !important;
  }

  .mr-sp--50 {
    margin-right: -50px !important;
  }

  .p-sp--50 {
    padding: -50px !important;
  }

  .pt-sp--50 {
    padding-top: -50px !important;
  }

  .pb-sp--50 {
    padding-bottom: -50px !important;
  }

  .pl-sp--50 {
    padding-left: -50px !important;
  }

  .pr-sp--50 {
    padding-right: -50px !important;
  }

  .m-sp--40 {
    margin: -40px !important;
  }

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

  .mb-sp--40 {
    margin-bottom: -40px !important;
  }

  .ml-sp--40 {
    margin-left: -40px !important;
  }

  .mr-sp--40 {
    margin-right: -40px !important;
  }

  .p-sp--40 {
    padding: -40px !important;
  }

  .pt-sp--40 {
    padding-top: -40px !important;
  }

  .pb-sp--40 {
    padding-bottom: -40px !important;
  }

  .pl-sp--40 {
    padding-left: -40px !important;
  }

  .pr-sp--40 {
    padding-right: -40px !important;
  }

  .m-sp--30 {
    margin: -30px !important;
  }

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

  .mb-sp--30 {
    margin-bottom: -30px !important;
  }

  .ml-sp--30 {
    margin-left: -30px !important;
  }

  .mr-sp--30 {
    margin-right: -30px !important;
  }

  .p-sp--30 {
    padding: -30px !important;
  }

  .pt-sp--30 {
    padding-top: -30px !important;
  }

  .pb-sp--30 {
    padding-bottom: -30px !important;
  }

  .pl-sp--30 {
    padding-left: -30px !important;
  }

  .pr-sp--30 {
    padding-right: -30px !important;
  }

  .m-sp--20 {
    margin: -20px !important;
  }

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

  .mb-sp--20 {
    margin-bottom: -20px !important;
  }

  .ml-sp--20 {
    margin-left: -20px !important;
  }

  .mr-sp--20 {
    margin-right: -20px !important;
  }

  .p-sp--20 {
    padding: -20px !important;
  }

  .pt-sp--20 {
    padding-top: -20px !important;
  }

  .pb-sp--20 {
    padding-bottom: -20px !important;
  }

  .pl-sp--20 {
    padding-left: -20px !important;
  }

  .pr-sp--20 {
    padding-right: -20px !important;
  }

  .m-sp--10 {
    margin: -10px !important;
  }

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

  .mb-sp--10 {
    margin-bottom: -10px !important;
  }

  .ml-sp--10 {
    margin-left: -10px !important;
  }

  .mr-sp--10 {
    margin-right: -10px !important;
  }

  .p-sp--10 {
    padding: -10px !important;
  }

  .pt-sp--10 {
    padding-top: -10px !important;
  }

  .pb-sp--10 {
    padding-bottom: -10px !important;
  }

  .pl-sp--10 {
    padding-left: -10px !important;
  }

  .pr-sp--10 {
    padding-right: -10px !important;
  }

  .m-sp-0 {
    margin: 0px !important;
  }

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

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

  .ml-sp-0 {
    margin-left: 0px !important;
  }

  .mr-sp-0 {
    margin-right: 0px !important;
  }

  .p-sp-0 {
    padding: 0px !important;
  }

  .pt-sp-0 {
    padding-top: 0px !important;
  }

  .pb-sp-0 {
    padding-bottom: 0px !important;
  }

  .pl-sp-0 {
    padding-left: 0px !important;
  }

  .pr-sp-0 {
    padding-right: 0px !important;
  }

  .m-sp-10 {
    margin: 10px !important;
  }

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

  .mb-sp-10 {
    margin-bottom: 10px !important;
  }

  .ml-sp-10 {
    margin-left: 10px !important;
  }

  .mr-sp-10 {
    margin-right: 10px !important;
  }

  .p-sp-10 {
    padding: 10px !important;
  }

  .pt-sp-10 {
    padding-top: 10px !important;
  }

  .pb-sp-10 {
    padding-bottom: 10px !important;
  }

  .pl-sp-10 {
    padding-left: 10px !important;
  }

  .pr-sp-10 {
    padding-right: 10px !important;
  }

  .m-sp-20 {
    margin: 20px !important;
  }

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

  .mb-sp-20 {
    margin-bottom: 20px !important;
  }

  .ml-sp-20 {
    margin-left: 20px !important;
  }

  .mr-sp-20 {
    margin-right: 20px !important;
  }

  .p-sp-20 {
    padding: 20px !important;
  }

  .pt-sp-20 {
    padding-top: 20px !important;
  }

  .pb-sp-20 {
    padding-bottom: 20px !important;
  }

  .pl-sp-20 {
    padding-left: 20px !important;
  }

  .pr-sp-20 {
    padding-right: 20px !important;
  }

  .m-sp-30 {
    margin: 30px !important;
  }

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

  .mb-sp-30 {
    margin-bottom: 30px !important;
  }

  .ml-sp-30 {
    margin-left: 30px !important;
  }

  .mr-sp-30 {
    margin-right: 30px !important;
  }

  .p-sp-30 {
    padding: 30px !important;
  }

  .pt-sp-30 {
    padding-top: 30px !important;
  }

  .pb-sp-30 {
    padding-bottom: 30px !important;
  }

  .pl-sp-30 {
    padding-left: 30px !important;
  }

  .pr-sp-30 {
    padding-right: 30px !important;
  }

  .m-sp-40 {
    margin: 40px !important;
  }

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

  .mb-sp-40 {
    margin-bottom: 40px !important;
  }

  .ml-sp-40 {
    margin-left: 40px !important;
  }

  .mr-sp-40 {
    margin-right: 40px !important;
  }

  .p-sp-40 {
    padding: 40px !important;
  }

  .pt-sp-40 {
    padding-top: 40px !important;
  }

  .pb-sp-40 {
    padding-bottom: 40px !important;
  }

  .pl-sp-40 {
    padding-left: 40px !important;
  }

  .pr-sp-40 {
    padding-right: 40px !important;
  }

  .m-sp-50 {
    margin: 50px !important;
  }

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

  .mb-sp-50 {
    margin-bottom: 50px !important;
  }

  .ml-sp-50 {
    margin-left: 50px !important;
  }

  .mr-sp-50 {
    margin-right: 50px !important;
  }

  .p-sp-50 {
    padding: 50px !important;
  }

  .pt-sp-50 {
    padding-top: 50px !important;
  }

  .pb-sp-50 {
    padding-bottom: 50px !important;
  }

  .pl-sp-50 {
    padding-left: 50px !important;
  }

  .pr-sp-50 {
    padding-right: 50px !important;
  }

  .m-sp-60 {
    margin: 60px !important;
  }

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

  .mb-sp-60 {
    margin-bottom: 60px !important;
  }

  .ml-sp-60 {
    margin-left: 60px !important;
  }

  .mr-sp-60 {
    margin-right: 60px !important;
  }

  .p-sp-60 {
    padding: 60px !important;
  }

  .pt-sp-60 {
    padding-top: 60px !important;
  }

  .pb-sp-60 {
    padding-bottom: 60px !important;
  }

  .pl-sp-60 {
    padding-left: 60px !important;
  }

  .pr-sp-60 {
    padding-right: 60px !important;
  }

  .m-sp-70 {
    margin: 70px !important;
  }

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

  .mb-sp-70 {
    margin-bottom: 70px !important;
  }

  .ml-sp-70 {
    margin-left: 70px !important;
  }

  .mr-sp-70 {
    margin-right: 70px !important;
  }

  .p-sp-70 {
    padding: 70px !important;
  }

  .pt-sp-70 {
    padding-top: 70px !important;
  }

  .pb-sp-70 {
    padding-bottom: 70px !important;
  }

  .pl-sp-70 {
    padding-left: 70px !important;
  }

  .pr-sp-70 {
    padding-right: 70px !important;
  }

  .m-sp-80 {
    margin: 80px !important;
  }

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

  .mb-sp-80 {
    margin-bottom: 80px !important;
  }

  .ml-sp-80 {
    margin-left: 80px !important;
  }

  .mr-sp-80 {
    margin-right: 80px !important;
  }

  .p-sp-80 {
    padding: 80px !important;
  }

  .pt-sp-80 {
    padding-top: 80px !important;
  }

  .pb-sp-80 {
    padding-bottom: 80px !important;
  }

  .pl-sp-80 {
    padding-left: 80px !important;
  }

  .pr-sp-80 {
    padding-right: 80px !important;
  }

  .m-sp-90 {
    margin: 90px !important;
  }

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

  .mb-sp-90 {
    margin-bottom: 90px !important;
  }

  .ml-sp-90 {
    margin-left: 90px !important;
  }

  .mr-sp-90 {
    margin-right: 90px !important;
  }

  .p-sp-90 {
    padding: 90px !important;
  }

  .pt-sp-90 {
    padding-top: 90px !important;
  }

  .pb-sp-90 {
    padding-bottom: 90px !important;
  }

  .pl-sp-90 {
    padding-left: 90px !important;
  }

  .pr-sp-90 {
    padding-right: 90px !important;
  }

  .m-sp-100 {
    margin: 100px !important;
  }

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

  .mb-sp-100 {
    margin-bottom: 100px !important;
  }

  .ml-sp-100 {
    margin-left: 100px !important;
  }

  .mr-sp-100 {
    margin-right: 100px !important;
  }

  .p-sp-100 {
    padding: 100px !important;
  }

  .pt-sp-100 {
    padding-top: 100px !important;
  }

  .pb-sp-100 {
    padding-bottom: 100px !important;
  }

  .pl-sp-100 {
    padding-left: 100px !important;
  }

  .pr-sp-100 {
    padding-right: 100px !important;
  }

  .m-sp-110 {
    margin: 110px !important;
  }

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

  .mb-sp-110 {
    margin-bottom: 110px !important;
  }

  .ml-sp-110 {
    margin-left: 110px !important;
  }

  .mr-sp-110 {
    margin-right: 110px !important;
  }

  .p-sp-110 {
    padding: 110px !important;
  }

  .pt-sp-110 {
    padding-top: 110px !important;
  }

  .pb-sp-110 {
    padding-bottom: 110px !important;
  }

  .pl-sp-110 {
    padding-left: 110px !important;
  }

  .pr-sp-110 {
    padding-right: 110px !important;
  }

  .m-sp-120 {
    margin: 120px !important;
  }

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

  .mb-sp-120 {
    margin-bottom: 120px !important;
  }

  .ml-sp-120 {
    margin-left: 120px !important;
  }

  .mr-sp-120 {
    margin-right: 120px !important;
  }

  .p-sp-120 {
    padding: 120px !important;
  }

  .pt-sp-120 {
    padding-top: 120px !important;
  }

  .pb-sp-120 {
    padding-bottom: 120px !important;
  }

  .pl-sp-120 {
    padding-left: 120px !important;
  }

  .pr-sp-120 {
    padding-right: 120px !important;
  }

  .m-sp-130 {
    margin: 130px !important;
  }

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

  .mb-sp-130 {
    margin-bottom: 130px !important;
  }

  .ml-sp-130 {
    margin-left: 130px !important;
  }

  .mr-sp-130 {
    margin-right: 130px !important;
  }

  .p-sp-130 {
    padding: 130px !important;
  }

  .pt-sp-130 {
    padding-top: 130px !important;
  }

  .pb-sp-130 {
    padding-bottom: 130px !important;
  }

  .pl-sp-130 {
    padding-left: 130px !important;
  }

  .pr-sp-130 {
    padding-right: 130px !important;
  }

  .m-sp-140 {
    margin: 140px !important;
  }

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

  .mb-sp-140 {
    margin-bottom: 140px !important;
  }

  .ml-sp-140 {
    margin-left: 140px !important;
  }

  .mr-sp-140 {
    margin-right: 140px !important;
  }

  .p-sp-140 {
    padding: 140px !important;
  }

  .pt-sp-140 {
    padding-top: 140px !important;
  }

  .pb-sp-140 {
    padding-bottom: 140px !important;
  }

  .pl-sp-140 {
    padding-left: 140px !important;
  }

  .pr-sp-140 {
    padding-right: 140px !important;
  }

  .m-sp-150 {
    margin: 150px !important;
  }

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

  .mb-sp-150 {
    margin-bottom: 150px !important;
  }

  .ml-sp-150 {
    margin-left: 150px !important;
  }

  .mr-sp-150 {
    margin-right: 150px !important;
  }

  .p-sp-150 {
    padding: 150px !important;
  }

  .pt-sp-150 {
    padding-top: 150px !important;
  }

  .pb-sp-150 {
    padding-bottom: 150px !important;
  }

  .pl-sp-150 {
    padding-left: 150px !important;
  }

  .pr-sp-150 {
    padding-right: 150px !important;
  }

  .m-sp-160 {
    margin: 160px !important;
  }

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

  .mb-sp-160 {
    margin-bottom: 160px !important;
  }

  .ml-sp-160 {
    margin-left: 160px !important;
  }

  .mr-sp-160 {
    margin-right: 160px !important;
  }

  .p-sp-160 {
    padding: 160px !important;
  }

  .pt-sp-160 {
    padding-top: 160px !important;
  }

  .pb-sp-160 {
    padding-bottom: 160px !important;
  }

  .pl-sp-160 {
    padding-left: 160px !important;
  }

  .pr-sp-160 {
    padding-right: 160px !important;
  }

  .m-sp-170 {
    margin: 170px !important;
  }

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

  .mb-sp-170 {
    margin-bottom: 170px !important;
  }

  .ml-sp-170 {
    margin-left: 170px !important;
  }

  .mr-sp-170 {
    margin-right: 170px !important;
  }

  .p-sp-170 {
    padding: 170px !important;
  }

  .pt-sp-170 {
    padding-top: 170px !important;
  }

  .pb-sp-170 {
    padding-bottom: 170px !important;
  }

  .pl-sp-170 {
    padding-left: 170px !important;
  }

  .pr-sp-170 {
    padding-right: 170px !important;
  }

  .m-sp-180 {
    margin: 180px !important;
  }

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

  .mb-sp-180 {
    margin-bottom: 180px !important;
  }

  .ml-sp-180 {
    margin-left: 180px !important;
  }

  .mr-sp-180 {
    margin-right: 180px !important;
  }

  .p-sp-180 {
    padding: 180px !important;
  }

  .pt-sp-180 {
    padding-top: 180px !important;
  }

  .pb-sp-180 {
    padding-bottom: 180px !important;
  }

  .pl-sp-180 {
    padding-left: 180px !important;
  }

  .pr-sp-180 {
    padding-right: 180px !important;
  }

  .m-sp-190 {
    margin: 190px !important;
  }

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

  .mb-sp-190 {
    margin-bottom: 190px !important;
  }

  .ml-sp-190 {
    margin-left: 190px !important;
  }

  .mr-sp-190 {
    margin-right: 190px !important;
  }

  .p-sp-190 {
    padding: 190px !important;
  }

  .pt-sp-190 {
    padding-top: 190px !important;
  }

  .pb-sp-190 {
    padding-bottom: 190px !important;
  }

  .pl-sp-190 {
    padding-left: 190px !important;
  }

  .pr-sp-190 {
    padding-right: 190px !important;
  }

  .m-sp-200 {
    margin: 200px !important;
  }

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

  .mb-sp-200 {
    margin-bottom: 200px !important;
  }

  .ml-sp-200 {
    margin-left: 200px !important;
  }

  .mr-sp-200 {
    margin-right: 200px !important;
  }

  .p-sp-200 {
    padding: 200px !important;
  }

  .pt-sp-200 {
    padding-top: 200px !important;
  }

  .pb-sp-200 {
    padding-bottom: 200px !important;
  }

  .pl-sp-200 {
    padding-left: 200px !important;
  }

  .pr-sp-200 {
    padding-right: 200px !important;
  }
}

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

._pc {
  display: none;
}

@media (min-width: 768px) {
  ._pc {
    display: block;
  }
}

/* header */

header {
  height: 80px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
    padding-left: 13px;
  }
}

header .logo img {
  max-height: 70px;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  header .logo img {
    max-height: 40px;
  }
}

header .nav_wrap {
  display: flex;
  align-items: center;
}

header .nav_wrap .nav_inner {
  width: 100%;
  display: flex;
  position: relative;
}

header .nav_wrap .nav_inner ul {
  display: flex;
  justify-content: flex-end;
}

header .nav_wrap .nav_inner ul li.current-menu-item a {
  background: #f6f8f9;
}

@media screen and (max-width: 1180px) {
  header .nav_wrap .nav_inner ul li.current-menu-item a {
    background: transparent;
  }
}

header .nav_wrap .nav_inner ul li.current-menu-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 90%;
}

@media screen and (max-width: 1180px) {
  header .nav_wrap .nav_inner ul li.current-menu-item a::before {
    content: none;
  }
}

header .nav_wrap .nav_inner ul li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  transition: .3s;
  letter-spacing: .07em;
  border-left: 1px solid #c9d1d8;
  height: 80px;
  font-weight: 500;
}

header .nav_wrap .nav_inner ul li a:hover {
  background: #f6f8f9;
}

@media screen and (max-width: 1180px) {
  header .nav_wrap .nav_inner ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
}

header .nav_wrap .nav_inner ul li a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 90%;
}

@media screen and (max-width: 1180px) {
  header .nav_wrap .nav_inner ul li a:hover::before {
    content: none;
  }
}

@media screen and (max-width: 1180px) {
  header .nav_wrap {
    display: none;
    position: fixed;
    padding: 100px 40px 70px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  header .nav_wrap .nav_inner {
    flex-direction: column;
  }

  header .nav_wrap .nav_inner .close_btn {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 0;
    top: -30px;
  }

  header .nav_wrap .nav_inner>div {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
  }

  header .nav_wrap .nav_inner>div ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  header .nav_wrap .nav_inner>div ul li {
    width: 49%;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 1180px) and (max-width: 767px) {
  header .nav_wrap .nav_inner>div ul li {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  header .nav_wrap .nav_inner>div ul li a {
    border-left: 0;
    justify-content: center;
    color: #fff;
    height: auto;
    font-size: 16px;
    padding: 20px 5px;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 1180px) and (max-width: 767px) {
  header .nav_wrap .nav_inner>div ul li a {
    font-size: 14px;
  }
}

/* masuda fixed */

header .nav_entry_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .5s;
  letter-spacing: .07em;
  font-size: 20px;
  color: #fff;
  height: 80px;
  min-width: 160px;
  background-color: #9f99ff;
  /* background: linear-gradient(90deg, rgba(255, 112, 30, 1) 0%, rgb(253, 224, 77) 50%, rgb(39, 187, 9) 100%); */
  background-size: 200% 100%;
  border: none;
}

header .nav_entry_btn:hover {
  background-position: 100% 0;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 1000;
  width: 48px;
  height: 100%;
  display: none;
}

@media screen and (max-width: 1180px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hbg_close {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 17px;
  top: -60px;
  cursor: pointer;
}


/* footer */
footer {
  color: #000;
  padding-bottom: 15px;
  text-align: center;
}

footer .nav_entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: .5s;
  letter-spacing: 1.5rem;
  font-size: 48px;
  color: #fff;
  height: 250px;
  min-width: 160px;
  background: linear-gradient(90deg, rgba(255, 112, 30, 1) 0%, rgb(253, 224, 77) 50%, rgb(39, 187, 9) 100%);
  background-size: 200% 100%;
}

@media screen and (max-width: 767px) {
  footer .nav_entry_btn {
    font-size: 30px;
    height: 150px;
    letter-spacing: 1.1rem;
  }
}

footer .nav_entry_btn:hover {
  background-position: 100% 0;
}

footer .footer_logo img {
  margin-top: 200px;
  max-width: 100px;
}

footer .footer_btn_wrap {
  padding-top: 145px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1180px) {
  footer .footer_btn_wrap {
    padding-top: 130px;
  }
}

@media screen and (max-width: 820px) {
  footer .footer_btn_wrap {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_btn_wrap {
    padding-top: 70px;
  }
}

footer .footer_btn_wrap+.footer_sns_btn_wrap {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  footer .footer_btn_wrap+.footer_sns_btn_wrap {
    margin-top: 20px !important;
  }
}

footer .footer_btn_wrap .footer_btn {
  text-align: center;
  max-width: 618px;
  width: 80%;
  margin-inline: auto;
  transition: .3s;
}

footer .footer_btn_wrap .footer_btn a {
  font-size: 33px;
  border: 4px solid #fff;
  border-radius: 100px;
  display: block;
  padding: 35px 0;
  transition: .3s;
  letter-spacing: .2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .footer_btn_wrap .footer_btn a {
    font-size: 28px;
    padding: 26px 0;
    letter-spacing: .15em;
  }
}

/* footer .footer_btn_wrap .footer_btn a::before {
  content: "";
  position: absolute;
  top: -230px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 230px;
  z-index: 100;
}

@media screen and (max-width: 820px) {
  footer .footer_btn_wrap .footer_btn a::before {
    top: -175px;
    height: 175px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_btn_wrap .footer_btn a::before {
    top: -125px;
    height: 125px;
  }
} */

footer .footer_btn_wrap .footer_btn a:hover {
  background: #fff;
}

footer .footer_btn_wrap p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2em;
  padding: 20px 20px 0;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  footer .footer_btn_wrap p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

footer .footer_sns_btn_wrap {
  display: flex;
  justify-content: center;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  footer .footer_sns_btn_wrap {
    padding-top: 60px;
  }
}

footer .footer_sns_btn_wrap li {
  margin: 0 10px;
}

footer .footer_sns_btn_wrap li a {
  cursor: pointer;
  transition: .3s;
}

footer .footer_sns_btn_wrap li a:hover {
  opacity: .7;
}

footer .footer_sns_btn_wrap li a img {
  width: 30px;
  height: 30px;
}

footer .footer_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}

footer .footer_link_wrap li {
  position: relative;
  padding: 0 11px;
}

footer .footer_link_wrap li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

footer .footer_link_wrap li a {
  font-size: 12px;
  transition: .3s;
}

footer .footer_link_wrap li a:hover {
  opacity: .7;
}

footer small {
  font-size: 12px;
  margin: 5px 20px 0;
  display: block;
}

/* TOPページ */

.main_image {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .main_image {
    padding-top: 0;
  }
}

/* @media screen and (max-width: 767px) {
  .main_image {
    padding-top: 60px;
  }
} */

.main_image .swiper {
  max-height: 90vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main_image .swiper img {
    margin-top: 50px;
  }
}

.main_image .pc_main_logo img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 25px 60px;
  width: 25%;
  height: auto;
}

/* .main_image .swiper_sp .firstfuwatto1 img {
  text-align: center;
  min-height: 100vh;
  object-fit: cover;
  padding: 20px;
}

.main_image .swiper_sp {
  position: relative;
} */

.main_image .sp_main_logo img {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
}
/* 
@media screen and (min-width: 767px) {
  .main_image .swiper_sp img {
    display: none;
  }
}

 */






/* 共通ボタン設定 */

.top_page_btn {
  position: relative;
  display: flex;
  /* -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto; */
  width: 366px;
  height: 60px;
  /* border: 1px solid #e79301; */
  border: 1px solid #9f99ff;
  border-radius: 150px;
  background-color: #fff;
  /* color: #ff9100; */
  color: #9f99ff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_page_btn {
    width: 84vw;
    height: 14vw;
    border-radius: 40vw;
    font-size: 4.26667vw;
  }
}

.top_page_btn:hover {
  background-color: #e9e7ff;
}

.top_page_btn:before {
  position: absolute;
  top: 50%;
  right: 44px;
  width: 32px;
  height: 5px;
  background: url(/recruit_fresh/img/common/ico_more.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .top_page_btn:before {
    right: 7.2vw;
    width: 9.06667vw;
    height: 1.33333vw;
  }
}


/* メイン設定 */
.top_page_wrap {
  background-color: #ffffff;
}

.top_page_wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 196px;
  z-index: 100;
}

@media screen and (max-width: 820px) {
  .top_page_wrap::before {
    top: 10px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .top_page_wrap::before {
    top: 18px;
    height: 80px;
  }
}



/* トップ見出し設定 */

.top_page_wrap .top_page_top_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px 230px;
}

@media screen and (max-width: 1200px) {
  .top_page_wrap .top_page_top_wrap {
    margin: 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_top_wrap {
    margin: 30px 30px;
    padding-bottom: 50px;
  }
}

.top_page_wrap .top_page_top_wrap .top_page_main_box {
  width: 48.5%;
  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_top_wrap .top_page_main_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    width: 84vw;
  }
}

.top_page_wrap .top_page_main_text h2 {
  font-size: 42px;
  color: rgb(72, 31, 3);
  font-weight: bold;
  line-height: 4.2rem;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 1180px) {
  .main_image .top_page_main_text h2 {
    font-size: 23px;
    line-height: 3rem;
  }
}

@media screen and (max-width: 820px) {
  .top_page_wrap .top_page_main_text h2 {
    font-size: 36px;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_main_text h2 {
    font-size: 30px;
    line-height: 2.9rem;
  }
}

.top_page_wrap .top_page_main_text p {
  color: rgb(72, 41, 3);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.15rem;
}

/* @media screen and (max-width: 1180px) {
  .top_page_wrap .top_page_main_text p {
    margin-top: 7px;
    font-size: 16px;
    font-weight: 400;
  }
} */

@media screen and (max-width: 768px) {
  .top_page_wrap .top_page_main_text p {
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.9rem;
  }
}




/* ボックス設定 */
.top_page_wrap .top_page_box_wrap {
  margin: 0px 120px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap {
    margin: 0px 20px;
    margin-top: 18px;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box {
  width: 48.5%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box {
    display: block;
    width: 100%;
    margin: 0 auto;
    width: 84vw;
    border-radius: 2.66667vw;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box:hover:before {
  border-radius: 58px;
  background-color: rgba(99, 189, 245, 0.5);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box:hover:before {
    border-radius: 2.66667vw;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box:first-of-type {
  margin-left: 0;

}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box:first-of-type {
    margin: 15px auto;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box:last-of-type {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box:last-of-type {
    margin-top: 3.46667vw;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box_arr {
  filter: brightness(80%);
  width: 100%;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.top_page_wrap .top_page_box_wrap .top_page_box:hover .top_page_box_arr {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0.9);
}

.top_page_wrap .top_page_box_wrap .top_page_box_txt {
  position: absolute;
  top: 105px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  text-align: center;
}

.top_page_wrap .top_page_box_wrap .top_page_box_txt p {
  color: #fff;
  text-shadow: rgb(53, 53, 53) 1px 0 10px;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box_txt {
    top: 8.8vw;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box_subttl {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box_subttl {
    font-size: 3.73333vw;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box_ttl {
  margin-top: 2px;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box_ttl {
    margin-top: 0;
    font-size: 6.4vw;
  }
}

.top_page_wrap .top_page_box_wrap .top_page_box_text {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .top_page_wrap .top_page_box_wrap .top_page_box_text {
    margin-top: 3.73333vw;
    font-size: 3.73333vw;
  }
}


/* masuda add 新着求人情報 */
.top_page_news_wrap {
  padding: 120px 100px;
  margin: 150px 0px;
  background: url("../image/common/background_gray.jpg") center
}

@media screen and (max-width: 767px) {
  .top_page_news_wrap {
    margin: 30px 0px;
    padding: 25px 25px;
  }
}

.top_page_news_wrap .top_page_news_mini_wrap {
  padding: 80px 100px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .top_page_news_wrap .top_page_news_mini_wrap {
    padding: 40px 20px;
    margin: 10px 5px;
  }
}

@media screen and (max-width: 820px) {
  .top_page_news_wrap .newrec_list+.newrec_list {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {

  .top_page_news_wrap .newrec_list+.newrec_list {
    padding-top: 60px;
  }
}

.top_page_news_wrap .top_page_newrec {
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

.top_page_news_wrap .top_page_newrec h2 {
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top_page_news_wrap .top_page_newrec h2 {
    font-size: 21px;
    margin-bottom: 0px;
  }
}

.top_page_news_wrap .newrec_list p {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 18px;
  position: relative;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .top_page_news_wrap .newrec_list p {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .top_page_news_wrap .newrec_list p {
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
}

.top_page_news_wrap .newrec_list p::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  z-index: 10;
}

.top_page_news_wrap .newrec_list p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
}

.top_page_news_wrap .newrec_list p span {
  color: #9f99ff;
  background-color: #fff874;
  margin: 0px 8px;
}

/* ホバーアニメーション */
.top_page_news_wrap .newrec_list p {
  transition: 0.5s;
}

.top_page_news_wrap .newrec_list p:hover {
  transform: translateY(-5px);
}

.top_page_news_wrap .newrec_list p::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .2s;
}

.top_page_news_wrap .newrec_list p:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.top_page_news_wrap .newrec_list P {
  font-size: 16px;
  line-height: 2.2em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top_page_news_wrap .newrec_list P {
    font-size: 14.5px;
    line-height: 2em;
  }
}

.top_page_news_wrap .newrec_list P+.business_image_wrap {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .top_page_news_wrap .newrec_list P+.business_image_wrap {
    padding-top: 30px;
  }
}

/* masuda service add */

.business_container .business_image_wrap {
  display: flex;
}

@media (max-width: 768px) {
  .business_container .business_image_wrap {
    margin-bottom: 20px;
    display: block;
  }

  .business_container .business_image_wrap .sec-left-30 {
    display: none;
  }
}

@media (min-width: 768px) {
  .business_container .business_image_wrap .sec-left-30 {
    width: 30%;
    padding-right: 30px;
  }

  .business_container .business_image_wrap .sec-right-70 {
    width: 70%;
  }
}


/* 固定ページ：共通*/
.page_title_wrap {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .page_title_wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}

.page_title_wrap .page_title_text {
  position: absolute;
  top: 135px;
  left: 0;
  height: 150px;
  width: 30%;
}

@media screen and (max-width: 1180px) {
  .page_title_wrap .page_title_text {
    height: 320px;
    top: 115px;
  }
}

@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_text {
    height: 250px;
    width: 56%;
  }
}

@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text {
    height: 230px;
    position: static;
    width: 100%;
    order: 2;
    height: auto;
  }
}

.page_title_wrap .page_title_text .page_title_text_box {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  margin: auto;
}

@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text .page_title_text_box {
    position: static;
    transform: none;
    text-align: center;
    padding: 20px;
  }
}

.page_title_wrap .page_title_text .page_title_text_box h1 {
  color: #000;
  font-size: 32px;
  line-height: 1.3em;
}

@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_text .page_title_text_box h1 {
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text .page_title_text_box h1 {
    font-size: 24px;
  }
}

.page_title_wrap .page_title_text .page_title_text_box span {
  color: rgba(151, 151, 151, 0.4);
  font-size: 16px;
  display: inline-block;
  padding-top: 13px;
  letter-spacing: .13em;
}

@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_text .page_title_text_box span {
    font-size: 15px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_text .page_title_text_box span {
    padding-top: 5px;
    font-size: 14px;
  }
}

.page_title_wrap .page_title_image {
  height: 350px;
  width: 53%;
  margin-left: auto;
}

@media screen and (max-width: 1180px) {
  .page_title_wrap .page_title_image {
    height: 320px;
  }
}

@media screen and (max-width: 820px) {
  .page_title_wrap .page_title_image {
    height: 250px;
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .page_title_wrap .page_title_image {
    width: 100%;
    order: 1;
  }
}

.page_title_wrap .page_title_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/* 会社概要ページ
* ---------------------------------------- */
.company_message_headline {
  text-align: center;
  margin-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .company_message_headline {
    padding-bottom: 40px;
  }
}

.company_message_headline h2 {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 11px 83px 13px;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .company_message_headline h2 {
    font-size: 15px;
    padding: 10px 80px 12px;
  }
}

.company_message_wrap {
  background: url("../image/common/background_gray.jpg") center;
  padding: 145px 0 115px;
}

@media screen and (max-width: 820px) {
  .company_message_wrap {
    padding: 105px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .company_message_wrap {
    padding: 70px 0 65px;
  }
}

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

@media screen and (max-width: 767px) {
  .company_message_wrap .company_box {
    flex-wrap: wrap;
  }
}

.company_message_wrap .company_box+.company_box {
  padding-top: 90px;
}

@media screen and (max-width: 820px) {
  .company_message_wrap .company_box+.company_box {
    padding-top: 70px;
  }
}

.company_message_wrap .company_box .company_text_wrap {
  width: 58%;
}

@media screen and (max-width: 820px) {
  .company_message_wrap .company_box .company_text_wrap {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .company_message_wrap .company_box .company_text_wrap {
    width: 100%;
    order: 1;
  }
}

.company_message_wrap .company_box .company_text_wrap h3 {
  font-size: 29px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.4em;
}

@media screen and (max-width: 820px) {
  .company_message_wrap .company_box .company_text_wrap h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .company_message_wrap .company_box .company_text_wrap h3 {
    font-size: 24px;
  }
}

.company_message_wrap .company_box .company_text_wrap h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  z-index: 10;
}

.company_message_wrap .company_box .company_text_wrap h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
}

.company_message_wrap .company_box .company_text_wrap p {
  font-size: 16px;
  line-height: 2.2em;
}

@media screen and (max-width: 820px) {
  .company_message_wrap .company_box .company_text_wrap p {
    font-size: 15px;
    line-height: 2em;
  }
}

@media screen and (max-width: 767px) {
  .company_message_wrap .company_box .company_text_wrap p {
    font-size: 14.5px;
  }
}

.company_message_wrap .company_box .company_image_wrap {
  width: 38%;
}

@media screen and (max-width: 820px) {
  .company_message_wrap .company_box .company_image_wrap {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .company_message_wrap .company_box .company_image_wrap {
    width: 80%;
    margin: 30px auto 0;
    order: 2 !important;
  }
}

.company_message_wrap .company_box .company_image_wrap .company_image {
  position: relative;
  z-index: 100;
  display: inline-block;
}

.company_message_wrap .company_box.company_class_left .company_text_wrap {
  order: 2;
}

.company_message_wrap .company_box.company_class_left .company_image_wrap {
  order: 1;
}

.company_message_wrap .company_box.company_class_none .company_text_wrap {
  width: 100%;
}

.company_message_wrap .company_box.company_class_none .company_image_wrap {
  display: none;
}

.company_table_wrap {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media screen and (max-width: 820px) {
  .company_table_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .company_table_wrap {
    padding-top: 60px;
    padding-bottom: 95px;
  }
}

.companyTable {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {

  .companyTable {
    margin-bottom: 20px;
  }
}

.company_table_wrap .companyTable table tr th,
.company_table_wrap .companyTable table tr td {
  border-collapse: collapse;
  padding: 1.1em .5em;
  border-bottom: 1px solid #e6e5e3;
  line-height: 2em;
  vertical-align: top;
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {

  .company_table_wrap .companyTable table tr th,
  .company_table_wrap .companyTable table tr td {
    display: block;
  }
}

.company_table_wrap .companyTable table tr th {
  padding-right: 3em !important;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .company_table_wrap .companyTable table tr th {
    padding-top: .7em;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 1.1em;
    padding-left: .1em;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .company_table_wrap .companyTable table tr td {
    padding-top: 0;
    font-size: .9em;
    padding-bottom: .9em;
  }
}

.company_table_wrap .companyTable table tr:nth-child(1) th,
.company_table_wrap .companyTable table tr:nth-child(1) td {
  padding-top: 0;
}


/* masuda add 会社概要 店舗情報 */

.about_page_wrap {
  padding: 115px 0px;
  position: relative;
}

.stores_container {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .stores_container {
    margin-bottom: 80px;
  }
}

.about_page_wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 196px;
  z-index: 100;
}

@media screen and (max-width: 820px) {
  .about_page_wrap::before {
    top: 10px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .about_page_wrap::before {
    top: 18px;
    height: 80px;
  }
}

.about_page_wrap .about_page_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_page_wrap .about_page_box_wrap .about_page_box {
  width: 48.5%;
  margin-top: 40px
}

@media screen and (max-width: 820px) {
  .about_page_wrap .about_page_box_wrap .about_page_box {
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .about_page_wrap .about_page_box_wrap .about_page_box {
    width: 100%;
    margin-top: 25px;
  }
}


.stores_category h2 {
  font-size: 29px;
  font-weight: bold;
  padding-bottom: 22px;
  margin-top: 50px;
  position: relative;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .stores_category h2 {
    font-size: 24px;
  }
}

.stores_category h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  z-index: 10;
}

.stores_category h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
}

.stores_category_detail a {
  color: rgb(43, 170, 229);
  font-size: 23px;
  font-weight: bold;
  margin-top: 7px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .stores_category_detail a {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .stores_category_detail a {
    font-size: 18px;
    margin-bottom: 12px;
  }
}


.about_page_box li {
  font-size: 16px;
  margin: 20px 0;
  position: relative;
  font-weight: 300;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .about_page_box li {
    font-size: 16px;
  }
}



/* 店舗情報ホバー */

.stores_category_detail a:hover {
  transition: all 0.3s;
  color: #f3750e;
}

/* ロゴ画像レスポンシブ */
.about_page_logo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_page_logo_wrap .about_page_logo {
  width: 24%;
  padding-bottom: 30px;
}

@media screen and (max-width: 820px) {
  .about_page_logo_wrap .about_page_logo {
    width: 48%;
    padding-bottom: 10px;
  }
}

/* 事業内容ページ
* ---------------------------------------- */
.business_container {
  padding: 170px 0 200px;
}

@media screen and (max-width: 1180px) {
  .business_container {
    padding: 140px 0 170px;
  }
}

@media screen and (max-width: 820px) {
  .business_container {
    padding: 105px 0 150px;
  }
}

@media screen and (max-width: 767px) {
  .business_container {
    padding: 60px 0 100px;
  }
}

.business_container .business_box {
  text-align: center;
}

.business_container .business_box+.business_box {
  padding-top: 86px;
}

@media screen and (max-width: 820px) {
  .business_container .business_box+.business_box {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .business_container .business_box+.business_box {
    padding-top: 60px;
  }
}

.business_container .business_box h2 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 22px;
  margin-bottom: 17px;
  position: relative;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 820px) {
  .business_container .business_box h2 {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .business_container .business_box h2 {
    padding-bottom: 17px;
    margin-bottom: 12px;
  }
}

.business_container .business_box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  z-index: 10;
}

.business_container .business_box h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
}

.business_container .business_box P {
  font-size: 16px;
  line-height: 2.2em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .business_container .business_box P {
    font-size: 14.5px;
    line-height: 2em;
  }
}

.business_container .business_box P+.business_image_wrap {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .business_container .business_box P+.business_image_wrap {
    padding-top: 30px;
  }
}

/* インタビュー（一覧）ページ
* ---------------------------------------- */
.interview_container {
  padding: 170px 0 155px;
  background: url("../image/common/background_gray.jpg") center;
}

@media screen and (max-width: 1180px) {
  .interview_container {
    padding: 160px 0 145px;
  }
}

@media screen and (max-width: 820px) {
  .interview_container {
    padding: 130px 0 105px;
  }
}

@media screen and (max-width: 767px) {
  .interview_container {
    padding: 70px 0 110px;
  }
}

.interview_container .interview_box_wrap {
  display: flex;
  flex-wrap: wrap;
}

.interview_container .interview_box_wrap .interview_box {
  background: #fff;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 55px;
}

@media screen and (max-width: 820px) {
  .interview_container .interview_box_wrap .interview_box {
    width: 48%;
    margin-right: 4%;
  }

  .interview_container .interview_box_wrap .interview_box:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .interview_container .interview_box_wrap .interview_box {
    width: 95%;
    margin-right: auto !important;
    margin-left: auto;
    margin-bottom: 0;
  }

  .interview_container .interview_box_wrap .interview_box+.interview_box {
    margin-top: 50px;
  }
}

.interview_container .interview_box_wrap .interview_box:nth-of-type(3n) {
  margin-right: 0;
}

.interview_container .interview_box_wrap .interview_box a {
  transition: .3s;
}

.interview_container .interview_box_wrap .interview_box a .interview_box_image {
  height: 186px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .interview_container .interview_box_wrap .interview_box a .interview_box_image {
    height: 170px;
  }
}

.interview_container .interview_box_wrap .interview_box a .interview_box_image .interview_box_image_line {
  position: absolute;
  top: 0;
  height: 4px;
  width: 100%;
  z-index: 100;
}

.interview_container .interview_box_wrap .interview_box a .interview_box_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.interview_container .interview_box_wrap .interview_box a .interview_box_image img:hover {
  opacity: 1;
}

.interview_container .interview_box_wrap .interview_box a .interview_box_text {
  padding: 25px 25px 35px;
}

@media screen and (max-width: 767px) {
  .interview_container .interview_box_wrap .interview_box a .interview_box_text {
    padding: 22px 23px 31px;
  }
}

.interview_container .interview_box_wrap .interview_box a .interview_box_text span {
  font-size: 13px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  padding: 3px 16px 4px;
}

@media screen and (max-width: 767px) {
  .interview_container .interview_box_wrap .interview_box a .interview_box_text span {
    font-size: 13px;
    padding: 1px 14px 2px;
  }
}

.interview_container .interview_box_wrap .interview_box a .interview_box_text span+h2 {
  padding-top: 10px;
}

.interview_container .interview_box_wrap .interview_box a .interview_box_text h2 {
  font-size: 19px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .interview_container .interview_box_wrap .interview_box a .interview_box_text h2 {
    font-size: 18px;
  }
}

.interview_container .interview_box_wrap .interview_box a .interview_box_text h2+p {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .interview_container .interview_box_wrap .interview_box a .interview_box_text h2+p {
    font-size: 13.5px;
    padding-top: 8px;
  }
}

.interview_container .interview_box_wrap .interview_box a:hover {
  opacity: .7;
}

/* インタビュー（詳細）ページ
* ---------------------------------------- */
.profile_wrap {
  background: url("../image/common/background_gray.jpg") center;
  padding: 135px 0 70px;
}

@media screen and (max-width: 768px) {
  .profile_wrap {
    padding: 100px 0 65px;
  }
}

@media screen and (max-width: 767px) {
  .profile_wrap {
    padding: 45px 0 50px;
  }
}

.profile_wrap .profile_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .profile_wrap .profile_box {
    flex-direction: column;
  }
}

.profile_wrap .profile_box .profile_box_img {
  margin-right: 40px;
  width: 230px;
  height: 230px;
}

@media screen and (max-width: 820px) {
  .profile_wrap .profile_box .profile_box_img {
    width: 210px;
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .profile_wrap .profile_box .profile_box_img {
    width: 150px;
    height: 150px;
    margin-bottom: 27px;
  }
}

.profile_wrap .profile_box .profile_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 7px 7px 0px #ef8972;
}

.profile_wrap .profile_box .profile_box_txt {
  width: 500px;
}

@media screen and (max-width: 820px) {
  .profile_wrap .profile_box .profile_box_txt {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .profile_wrap .profile_box .profile_box_txt {
    width: 100%;
  }
}

.profile_wrap .profile_box .profile_box_txt h1 {
  font-size: 24px;
  border-bottom: 1px solid #b7ada5;
  font-weight: 500;
  padding-bottom: 13px;
  margin-bottom: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 820px) {
  .profile_wrap .profile_box .profile_box_txt h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .profile_wrap .profile_box .profile_box_txt h1 {
    font-size: 21px;
    padding-bottom: 8px;
    margin-bottom: 13px;
  }
}

.profile_wrap .profile_box .profile_box_txt div span {
  font-size: 15px;
}

@media screen and (max-width: 820px) {
  .profile_wrap .profile_box .profile_box_txt div span {
    font-size: 14.5px;
  }
}

@media screen and (max-width: 767px) {
  .profile_wrap .profile_box .profile_box_txt div span {
    font-size: 13.5px;
  }
}

.profile_wrap .profile_box .profile_box_txt strong {
  font-weight: 400;
  font-size: 20px;
  display: block;
  padding-top: 8px;
}

@media screen and (max-width: 820px) {
  .profile_wrap .profile_box .profile_box_txt strong {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .profile_wrap .profile_box .profile_box_txt strong {
    font-size: 17px;
    padding-top: 6px;
  }
}

.interview_detail_wrap {
  padding: 75px 0 180px;
}

@media screen and (max-width: 768px) {
  .interview_detail_wrap {
    padding: 70px 0 145px;
  }
}

@media screen and (max-width: 767px) {
  .interview_detail_wrap {
    padding: 60px 0 90px;
  }
}

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

@media screen and (max-width: 768px) {
  .interview_detail_wrap .single_interview_box {
    flex-wrap: wrap;
  }
}

.interview_detail_wrap .single_interview_box+.single_interview_box {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .interview_detail_wrap .single_interview_box+.single_interview_box {
    padding-top: 70px;
  }
}

.interview_detail_wrap .single_interview_box .single_interview_text_wrap {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .interview_detail_wrap .single_interview_box .single_interview_text_wrap {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .interview_detail_wrap .single_interview_box .single_interview_text_wrap {
    width: 100%;
    order: 1;
  }
}

.interview_detail_wrap .single_interview_box .single_interview_text_wrap h3 {
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}

.interview_detail_wrap .single_interview_box .single_interview_text_wrap h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  z-index: 10;
}

.interview_detail_wrap .single_interview_box .single_interview_text_wrap h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
}

.interview_detail_wrap .single_interview_box .single_interview_text_wrap p {
  font-size: 16px;
  line-height: 2.2em;
}

.interview_detail_wrap .single_interview_box .single_interview_image_wrap {
  width: 38%;
}

@media screen and (max-width: 768px) {
  .interview_detail_wrap .single_interview_box .single_interview_image_wrap {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  .interview_detail_wrap .single_interview_box .single_interview_image_wrap {
    width: 90%;
    margin: 30px auto 0;
    order: 2 !important;
  }
}

.interview_detail_wrap .single_interview_box .single_interview_image_wrap .single_interview_image {
  position: relative;
  z-index: 100;
  display: inline-block;
}

.interview_detail_wrap .single_interview_box.single_interview_class_left .single_interview_text_wrap {
  order: 2;
}

.interview_detail_wrap .single_interview_box.single_interview_class_left .single_interview_image_wrap {
  order: 1;
}

.interview_detail_wrap .single_interview_box.single_interview_class_none .single_interview_text_wrap {
  width: 100%;
}

.interview_detail_wrap .single_interview_box.single_interview_class_none .single_interview_image_wrap {
  display: none;
}

/* 採用情報（一覧）ページ
* ---------------------------------------- */
.recruit_container {
  padding: 125px 0 155px;
  /* background: url("../image/common/background_gray.jpg") center; */
  background-color: #e2e0ff;
  border-radius: 0 300px;
}

@media screen and (max-width: 1180px) {
  .recruit_single_container {
    padding: 135px 0 130px;
    border-radius: 0 250px;
  }
}

@media screen and (max-width: 820px) {
  .recruit_container {
    padding: 90px 0 100px;
    border-radius: 0 230px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_container {
    padding: 50px 0 80px;
    border-radius: 0 180px;
  }
}

.recruit_container .recruit_category_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 820px) {
  .recruit_container .recruit_category_list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_container .recruit_category_list {
    margin-bottom: 25px;
  }
}

.recruit_container .recruit_category_list li {
  margin-bottom: 10px;
}

.recruit_container .recruit_category_list li:not(:last-child) {
  margin-right: 15px;
}

.recruit_container .recruit_category_list li a {
  padding: 7px 30px 9px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  font-weight: 500;
  font-size: 15px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.07);
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .recruit_container .recruit_category_list li a {
    padding: 5px 25px 7px;
    font-size: 14px;
  }
}

.recruit_container .recruit_category_list li a:hover {
  opacity: .7;
}

.recruit_table_wrap {
  padding: 45px 55px 70px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 4px 7px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .recruit_table_wrap {
    padding: 40px 20px 40px;
  }
}

.recruit_table_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
}

.recruit_table_wrap+.recruit_table_wrap {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .recruit_table_wrap+.recruit_table_wrap {
    margin-top: 45px;
  }
}

.recruit_table_title h2,
.recruit_table_title h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 18px;
  position: relative;
  display: block;
  line-height: 1.4em;
}

.recruit_table_title p {
  font-size: 0.8rem;
  text-align: right;
  color: #969696;
  margin-bottom: 18px;
}

@media screen and (max-width: 820px) {

  .recruit_table_title h2,
  .recruit_table_title h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {

  .recruit_table_title h2,
  .recruit_table_title h3 {
    font-size: 19px;
    padding-bottom: 13px;
    margin-bottom: 7px;
  }
}

.recruit_table_title h2::before,
.recruit_table_title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 10%;
  z-index: 10;
}

.recruit_table_title h2::after,
.recruit_table_title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
}

.recruit_table {
  margin-bottom: 25px;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .recruit_table {
    margin-bottom: 20px;
  }
}

.recruit_table .recruit_table_text th,
.recruit_table .recruit_table_text td {
  padding: 15px 12px 16px;
  font-size: 15px;
}

.recruit_table .recruit_text_limit {
  font-size: 15px;
  /* 三点リーダーの追加… */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

/* 給与強調 */
.recruit_table .recruit_text_pay {
  font-size: 18px;
  font-weight: 500;
}

.recruit_table .recruit_text_pay_marker {
  background: linear-gradient(transparent 50%, rgb(255, 247, 130) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.2s;
}

/* マーカーが引かれる際に付与するクラス */
.recruit_table .recruit_text_pay_marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}






@media screen and (max-width: 767px) {

  .recruit_table .recruit_table_text th,
  .recruit_table .recruit_table_text td {
    font-size: 14px;
  }
}

.recruit_table .recruit_table_text:not(:last-child) th,
.recruit_table .recruit_table_text:not(:last-child) td {
  border-bottom: 1px solid #e0e0e0;
}

.recruit_table .recruit_table_text th {
  position: relative;
  padding-left: 28px;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .recruit_table .recruit_table_text th {
    display: block;
    width: 100%;
    border-bottom: 0 !important;
    padding-bottom: 0;
  }
}

.recruit_table .recruit_table_text th::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 100%;
  top: 22px;
  left: 12px;
}

.recruit_table .recruit_table_text td {
  width: 68%;
}

@media screen and (max-width: 767px) {
  .recruit_table .recruit_table_text td {
    display: block;
    width: 100%;
    padding-top: 7px;
  }
}

.recruit_table_btn {
  text-align: center;
}

.recruit_table_btn a {
  color: #9f99ff;
  padding: 15px 10px 17px;
  border: #9f99ff solid 3px;
  border-radius: 100px;
  transition: .3s;
  position: relative;
  font-size: 19px;
  width: 380px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .recruit_table_btn a {
    padding: 13px 10px 16px;
    margin: 0 auto;
    font-size: 17px;
  }
}

.recruit_table_btn a:hover {
  opacity: .7;
  transition: .3s;
}

.recruit_table_btn a:hover::before {
  right: 10px;
  transition: .3s;
}

.recruit_table_btn a::before {
  content: "";
  position: absolute;
  /* background: url("../image/common/arr_w.svg"); */
  width: 17px;
  height: 17px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .recruit_table_btn a::before {
    top: 48%;
    width: 16px;
    height: 16px;
  }
}

/* 採用情報（詳細）ページ
* ---------------------------------------- */
.recruit_single_container {
  /* background: url("../image/common/background_gray.jpg") center; */
  background-color: #fafae6;
  padding: 155px 0 150px;
  border-radius: 0 300px;
}

@media screen and (max-width: 1180px) {
  .recruit_single_container {
    padding: 135px 0 130px;
    border-radius: 0 250px;
  }
}

@media screen and (max-width: 820px) {
  .recruit_single_container {
    padding: 125px 0 110px;
    border-radius: 0 230px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_single_container {
    padding: 55px 0;
    border-radius: 0 180px;
  }
}

.recruit_single_container h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 23px;
  display: block;
  text-align: center;
  line-height: 1.4em;
  position: relative;
}

@media screen and (max-width: 1180px) {
  .recruit_single_container h2 {
    font-size: 27px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_single_container h2 {
    font-size: 22px;
  }
}

.recruit_single_container h2::before {
  content: "";
  width: 1px;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: -62px;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .recruit_single_container h2::before {
    top: -57px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_single_container h2::before {
    top: -45px;
    height: 40px;
  }
}

.recruit_single_container .recruit_single_table_wrap {
  padding: 45px 55px 70px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 4px 7px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 820px) {
  .recruit_single_container .recruit_single_table_wrap {
    padding: 45px 55px 86px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap {
    padding: 30px 25px 40px;
  }
}

.recruit_single_container .recruit_single_table_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_h3 {
  margin-inline: auto;
  width: 730px;
  max-width: 100%;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_text {
  margin-bottom: 25px;
  padding-top: 15px;
  margin-inline: auto;
  width: 730px;
  max-width: 100%;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table,
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .confirm_table {
  width: 730px;
  margin: 30px auto 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {

  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table,
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .confirm_table {
    width: 100%;
  }
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr+tr {
  margin-top: 10px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th,
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {

  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th,
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
    display: block;
  }
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 5%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 10px 0 0;
  }
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th span.req {
  font-size: 13px;
  background: #ef8972;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px 1.5px;
  line-height: 1.5em;
  margin-right: 4%;
  vertical-align: 2px;
}

@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th span.req {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 1px;
  }
}

@media screen and (max-width: 767px) {

  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th.entry_form_table_sex_th,
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th.entry_form_table_shikaku_th,
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr th.entry_form_table_koyo_th {
    padding-top: 15px;
  }
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
  width: 70%;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
    width: 68%;
  }
}

@media screen and (max-width: 767px) {
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td {
    width: 100%;
    margin-left: 0;
  }
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td input,
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td textarea {
  width: 100%;
  border: 1px solid #c9c9c9;
  background: #f3f3f3;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {

  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td input,
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td textarea {
    font-size: 13.5px;
    padding: 10px 13px;
  }
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel {
  width: 70px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel1 {
  margin-right: 6px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel2 {
  margin: 0 6px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td .tel3 {
  margin-left: 6px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td {
  display: flex;
  margin-left: 0;
}

@media screen and (max-width: 767px) {

  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td,
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_shikaku_td,
  .recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_koyo_td {
    padding-bottom: 15px;
  }
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td input,
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_shikaku_td input,
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_koyo_td input {
  width: auto;
  margin-top: 2px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_sex_td input.entry_form_table_sex_radio2 {
  margin-left: 20px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_shikaku_td input.entry_form_table_shikaku_check2,
.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .entry_form_table tr td.entry_form_table_koyo_td input.entry_form_table_koyo_check2 {
  margin-top: 8px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .privacy-policy h3 {
  margin-bottom: 7px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .privacy-policy {
  margin: 30px 0px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .contact-privacy {
  border: solid 1px #dddddd;
  border-radius: 5px;
  padding: 20px;
  height: 30vh;
  overflow-y: scroll;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .contact-privacy::-webkit-scrollbar {
  width: 8px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .contact-privacy::-webkit-scrollbar-thumb {
  background: #969696;
  border-radius: 10px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .contact-privacy_cnt {
  margin-bottom: 30px;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap main .contact-privacy_cnt:last-child {
  margin-bottom: 0;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .contact-privacy_label,
main .contact-privacy_txt {
  line-height: 1.6;
}

.recruit_single_container .recruit_single_table_wrap .entry_form_wrap .contact-privacy_label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.form_btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form_btn {
    margin-top: 30px;
  }
}

.form_btn span {
  position: relative;
  display: inline-block;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .form_btn span {
    display: block;
    width: 100%;
  }
}

.form_btn span:hover {
  opacity: .7;
}

.form_btn span:hover::before {
  right: 10px;
}

.form_btn span::before {
  content: "";
  position: absolute;
  background: url("../image/common/arr_w.svg");
  width: 17px;
  height: 17px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .form_btn span::before {
    width: 15px;
    height: 15px;
    top: 48%;
  }
}

.form_btn span input {
  color: #fff;
  padding: 11px 20px 14px;
  border-radius: 100px;
  border: 0;
  display: block;
  margin: auto;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  width: 380px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .form_btn span input {
    font-size: 17px;
    padding: 10px 20px 14px;
  }
}

.form_detail_btn {
  margin-top: 30px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .form_detail_btn {
    margin-top: 15px;
  }
}

.form_detail_btn a {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #fff;
  padding: 14px 20px 18px;
  border-radius: 100px;
  border: 0;
  font-size: 19px;
  width: 380px;
  max-width: 100%;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form_detail_btn a {
    display: block;
    padding: 13px 20px 16px;
    font-size: 17px;
    width: 100%;
  }
}

.form_detail_btn a:hover {
  opacity: .7;
}

.form_detail_btn a:hover::before {
  right: 10px;
}

.form_detail_btn a::before {
  content: "";
  position: absolute;
  background: url("../image/common/arr_w.svg");
  width: 17px;
  height: 17px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .form_detail_btn a::before {
    width: 15px;
    height: 15px;
    top: 48%;
  }
}

.form_btn_back {
  margin-top: 15px;
  text-align: center;
  display: block;
}

.form_btn_back span {
  display: inline-block;
  transition: 0.3s;
  width: 100%;
}

.form_btn_back span input {
  color: #a1a1a1;
  padding: 11px 20px 14px;
  border-radius: 100px;
  border: 0;
  display: block;
  margin: auto;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  width: 380px;
  max-width: 100%;
  background: #eae8e8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .form_btn_back span input {
    font-size: 17px;
  }
}

.form_btn_back span input:hover {
  opacity: .7;
}

.mw_wp_form_input .form_btn_back {
  display: none;
}

/* ページネーション */
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.nav-links .page-numbers {
  padding: 9px 11px;
  border: 1px solid #ddd;
  margin: 0 4px;
  color: #7b7979;
  transition: .3s;
  display: inline-block;
}

.nav-links .page-numbers.dots {
  border: none;
  margin: 0;
  padding: 9px 2px;
}

.nav-links .page-numbers.next {
  border: none;
  position: relative;
  height: 30px;
  margin: 0;
}

.nav-links .page-numbers.next:hover {
  border: none;
  background: none;
}

.nav-links .page-numbers.next::before {
  content: "";
  background: url(../image/common/arr_pagination_right.svg) no-repeat center;
  width: 8px;
  height: 15px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.nav-links .page-numbers.prev {
  border: none;
  position: relative;
  height: 30px;
  margin: 0;
}

.nav-links .page-numbers.prev:hover {
  border: none;
  background: none;
}

.nav-links .page-numbers.prev::before {
  content: "";
  background: url(../image/common/arr_pagination_left.svg) no-repeat center;
  width: 8px;
  height: 15px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.nav-links .page-numbers.current {
  color: #fff;
}

.nav-links a.page-numbers:hover {
  background: #ffffff;
}

.recruit_single_table_wrap.recruit_single_table_wrap_thanks {
  padding: 35px 20px 45px;
}

.recruit_single_table_wrap.recruit_single_table_wrap_thanks p {
  text-align: center;
  line-height: 2em;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .recruit_single_table_wrap.recruit_single_table_wrap_thanks p {
    font-size: 13px;
  }
}

.form_btn_wrap_confirm2 {
  justify-content: center;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .form_btn_wrap_confirm2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .form_btn_wrap_confirm2 {
    margin-top: 30px;
  }
}

.form_btn_wrap_confirm2 .form_btn.form_btn_fw {
  margin-top: 0;
  order: 2;
}

@media screen and (max-width: 768px) {
  .form_btn_wrap_confirm2 .form_btn.form_btn_fw {
    order: 1;
    margin-bottom: 10px;
  }
}

.form_btn_wrap_confirm2 .form_btn.form_btn_fw span button {
  color: #fff;
  padding: 11px 20px 14px;
  border-radius: 100px;
  border: 0;
  display: block;
  margin: auto;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  width: 380px;
  max-width: 100%;
}

.form_btn_wrap_confirm2 .form_btn.form_btn_back.form_btn_back2 {
  margin-top: 0;
  margin-right: 15px;
  order: 1;
}

@media screen and (max-width: 768px) {
  .form_btn_wrap_confirm2 .form_btn.form_btn_back.form_btn_back2 {
    order: 2;
    margin-right: 0;
  }
}

.form_btn_wrap_confirm2 .form_btn.form_btn_back.form_btn_back2 span::before {
  content: none;
}

.form_btn_wrap_confirm2 .form_btn.form_btn_back.form_btn_back2 span input {
  background: #eae8e8 !important;
}

@media screen and (max-width: 767px) {
  .form_btn_wrap_confirm2 .form_btn.form_btn_back.form_btn_back2 span input {
    padding: 13px 20px 15px;
  }
}


/* 採用情報画像追加カスタマイズ */
.recruit_table.recruit_table1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .recruit_table.recruit_table1 {
    margin-bottom: 10px;
  }
}

.recruit_archive_image {
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .recruit_archive_image {
    max-width: 100%;
    margin: 15px 0 10px;
  }
}

.recruit_top_image {
  max-width: 500px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .recruit_top_image {
    max-width: 100%;
    margin: 15px 0 15px;
  }
}

.recruit_bottom_image_wrap {
  display: flex;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .recruit_bottom_image_wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 820px) {
  .recruit_bottom_image_wrap {
    padding-bottom: 0;
  }
}

.recruit_bottom_image_wrap li {
  width: 31.707%;
  margin-right: 2.43902%;
}

@media screen and (max-width: 767px) {
  .recruit_bottom_image_wrap li {
    width: 100%;
    margin-right: 0;
  }
}

.recruit_bottom_image_wrap li:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .recruit_bottom_image_wrap li+li {
    margin-top: 15px;
  }
}


/* masuda add animation */

/* 　要素下からふわっとアニメーション */
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* .fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
} */

/* masuda add css */

.recruit_tabele_taxonomy {
  margin-top: 30px;
}

.recruit_tabele_taxonomy span {
  color: #9f99ff;
  border: solid 1px;
  border-color: #9f99ff;
  border-radius: 7px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .recruit_tabele_taxonomy span {
    padding: 6px 9px;
    margin: 0 8px 8px 0;
  }
}