@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+JP&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #333333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

strong {
  font-weight: bold;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text]:focus:placeholder,
input[type=email]:focus:placeholder,
input[type=mail]:focus:placeholder,
input[type=tel]:focus:placeholder,
textarea:focus:placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-webkit-input-placeholder,
input[type=email]:focus:focus::-webkit-input-placeholder,
input[type=mail]:focus:focus::-webkit-input-placeholder,
input[type=tel]:focus:focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus:-moz-placeholder,
input[type=email]:focus:focus:-moz-placeholder,
input[type=mail]:focus:focus:-moz-placeholder,
input[type=tel]:focus:focus:-moz-placeholder,
textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-moz-placeholder,
input[type=email]:focus:focus::-moz-placeholder,
input[type=mail]:focus:focus::-moz-placeholder,
input[type=tel]:focus:focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
input[type=submit],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
textarea {
  width: 100%;
}

input[type=radio] {
  margin: 0 10px 0 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  select {
    padding: 11px 17px 9px;
  }
}
select::-ms-expand {
  display: none;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.display-block {
  display: block !important;
}

.display-iblock {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-none {
  display: none !important;
}

.pc-block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none !important;
  }
}

.pc-iblock {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none !important;
  }
}

.sp-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block !important;
  }
}

.sp-iblock {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block !important;
  }
}

.fs10 {
  font-size: calc(10 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs10 {
    font-size: calc(10 / 9 * 8 / 10)rem;
  }
}

.fs11 {
  font-size: calc(11 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs11 {
    font-size: calc(11 / 9 * 8 / 10)rem;
  }
}

.fs12 {
  font-size: calc(12 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: calc(12 / 9 * 8 / 10)rem;
  }
}

.fs13 {
  font-size: calc(13 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs13 {
    font-size: calc(13 / 9 * 8 / 10)rem;
  }
}

.fs14 {
  font-size: calc(14 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs14 {
    font-size: calc(14 / 9 * 8 / 10)rem;
  }
}

.fs15 {
  font-size: calc(15 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs15 {
    font-size: calc(15 / 9 * 8 / 10)rem;
  }
}

.fs16 {
  font-size: calc(16 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: calc(16 / 9 * 8 / 10)rem;
  }
}

.fs17 {
  font-size: calc(17 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs17 {
    font-size: calc(17 / 9 * 8 / 10)rem;
  }
}

.fs18 {
  font-size: calc(18 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: calc(18 / 9 * 8 / 10)rem;
  }
}

.fs19 {
  font-size: calc(19 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs19 {
    font-size: calc(19 / 9 * 8 / 10)rem;
  }
}

.fs20 {
  font-size: calc(20 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: calc(20 / 9 * 8 / 10)rem;
  }
}

.fs21 {
  font-size: calc(21 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs21 {
    font-size: calc(21 / 9 * 8 / 10)rem;
  }
}

.fs22 {
  font-size: calc(22 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: calc(22 / 9 * 8 / 10)rem;
  }
}

.fs23 {
  font-size: calc(23 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs23 {
    font-size: calc(23 / 9 * 8 / 10)rem;
  }
}

.fs24 {
  font-size: calc(24 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: calc(24 / 9 * 8 / 10)rem;
  }
}

.fs25 {
  font-size: calc(25 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs25 {
    font-size: calc(25 / 9 * 8 / 10)rem;
  }
}

.fs26 {
  font-size: calc(26 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: calc(26 / 9 * 8 / 10)rem;
  }
}

.fs27 {
  font-size: calc(27 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs27 {
    font-size: calc(27 / 9 * 8 / 10)rem;
  }
}

.fs28 {
  font-size: calc(28 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: calc(28 / 9 * 8 / 10)rem;
  }
}

.fs29 {
  font-size: calc(29 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs29 {
    font-size: calc(29 / 9 * 8 / 10)rem;
  }
}

.fs30 {
  font-size: calc(30 / 10)rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: calc(30 / 9 * 8 / 10)rem;
  }
}

.font-s10 {
  font-size: calc(10 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s10 {
    font-size: calc(10 / 9 * 8 / 10)rem !important;
  }
}

.font-s11 {
  font-size: calc(11 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s11 {
    font-size: calc(11 / 9 * 8 / 10)rem !important;
  }
}

.font-s12 {
  font-size: calc(12 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: calc(12 / 9 * 8 / 10)rem !important;
  }
}

.font-s13 {
  font-size: calc(13 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: calc(13 / 9 * 8 / 10)rem !important;
  }
}

.font-s14 {
  font-size: calc(14 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: calc(14 / 9 * 8 / 10)rem !important;
  }
}

.font-s15 {
  font-size: calc(15 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: calc(15 / 9 * 8 / 10)rem !important;
  }
}

.font-s16 {
  font-size: calc(16 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: calc(16 / 9 * 8 / 10)rem !important;
  }
}

.font-s17 {
  font-size: calc(17 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: calc(17 / 9 * 8 / 10)rem !important;
  }
}

.font-s18 {
  font-size: calc(18 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: calc(18 / 9 * 8 / 10)rem !important;
  }
}

.font-s19 {
  font-size: calc(19 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: calc(19 / 9 * 8 / 10)rem !important;
  }
}

.font-s20 {
  font-size: calc(20 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: calc(20 / 9 * 8 / 10)rem !important;
  }
}

.font-s21 {
  font-size: calc(21 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: calc(21 / 9 * 8 / 10)rem !important;
  }
}

.font-s22 {
  font-size: calc(22 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: calc(22 / 9 * 8 / 10)rem !important;
  }
}

.font-s23 {
  font-size: calc(23 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: calc(23 / 9 * 8 / 10)rem !important;
  }
}

.font-s24 {
  font-size: calc(24 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: calc(24 / 9 * 8 / 10)rem !important;
  }
}

.font-s25 {
  font-size: calc(25 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: calc(25 / 9 * 8 / 10)rem !important;
  }
}

.font-s26 {
  font-size: calc(26 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: calc(26 / 9 * 8 / 10)rem !important;
  }
}

.font-s27 {
  font-size: calc(27 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: calc(27 / 9 * 8 / 10)rem !important;
  }
}

.font-s28 {
  font-size: calc(28 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: calc(28 / 9 * 8 / 10)rem !important;
  }
}

.font-s29 {
  font-size: calc(29 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: calc(29 / 9 * 8 / 10)rem !important;
  }
}

.font-s30 {
  font-size: calc(30 / 10)rem !important;
}
@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: calc(30 / 9 * 8 / 10)rem !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 7px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 13px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 17px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 23px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 27px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 33px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 37px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 43px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 47px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 50px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 53px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 57px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 60px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 63px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 67px !important;
  }
}

.mt105 {
  margin-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .mt105 {
    margin-top: 70px !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .mt110 {
    margin-top: 73px !important;
  }
}

.mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .mt115 {
    margin-top: 77px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 80px !important;
  }
}

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .mt125 {
    margin-top: 83px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .mt130 {
    margin-top: 87px !important;
  }
}

.mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .mt135 {
    margin-top: 90px !important;
  }
}

.mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .mt140 {
    margin-top: 93px !important;
  }
}

.mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .mt145 {
    margin-top: 97px !important;
  }
}

.mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .mt150 {
    margin-top: 100px !important;
  }
}

.mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .mt155 {
    margin-top: 103px !important;
  }
}

.mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .mt160 {
    margin-top: 107px !important;
  }
}

.mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .mt165 {
    margin-top: 110px !important;
  }
}

.mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .mt170 {
    margin-top: 113px !important;
  }
}

.mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .mt175 {
    margin-top: 117px !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .mt180 {
    margin-top: 120px !important;
  }
}

.mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .mt185 {
    margin-top: 123px !important;
  }
}

.mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .mt190 {
    margin-top: 127px !important;
  }
}

.mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .mt195 {
    margin-top: 130px !important;
  }
}

.mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .mt200 {
    margin-top: 133px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 7px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 13px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 17px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 23px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 27px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 33px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 37px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 43px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 47px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 50px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 53px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 57px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 63px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 67px !important;
  }
}

.mb105 {
  margin-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .mb105 {
    margin-bottom: 70px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .mb110 {
    margin-bottom: 73px !important;
  }
}

.mb115 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .mb115 {
    margin-bottom: 77px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}

.mb125 {
  margin-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .mb125 {
    margin-bottom: 83px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .mb130 {
    margin-bottom: 87px !important;
  }
}

.mb135 {
  margin-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .mb135 {
    margin-bottom: 90px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb140 {
    margin-bottom: 93px !important;
  }
}

.mb145 {
  margin-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .mb145 {
    margin-bottom: 97px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .mb150 {
    margin-bottom: 100px !important;
  }
}

.mb155 {
  margin-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .mb155 {
    margin-bottom: 103px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 107px !important;
  }
}

.mb165 {
  margin-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .mb165 {
    margin-bottom: 110px !important;
  }
}

.mb170 {
  margin-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .mb170 {
    margin-bottom: 113px !important;
  }
}

.mb175 {
  margin-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .mb175 {
    margin-bottom: 117px !important;
  }
}

.mb180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .mb180 {
    margin-bottom: 120px !important;
  }
}

.mb185 {
  margin-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .mb185 {
    margin-bottom: 123px !important;
  }
}

.mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .mb190 {
    margin-bottom: 127px !important;
  }
}

.mb195 {
  margin-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .mb195 {
    margin-bottom: 130px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .mb200 {
    margin-bottom: 133px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .ml10 {
    margin-left: 7px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .ml15 {
    margin-left: 10px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .ml20 {
    margin-left: 13px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .ml25 {
    margin-left: 17px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .ml30 {
    margin-left: 20px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .ml35 {
    margin-left: 23px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .ml40 {
    margin-left: 27px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .ml45 {
    margin-left: 30px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .ml50 {
    margin-left: 33px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 768px) {
  .ml55 {
    margin-left: 37px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .ml60 {
    margin-left: 40px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 768px) {
  .ml65 {
    margin-left: 43px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 768px) {
  .ml70 {
    margin-left: 47px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 768px) {
  .ml75 {
    margin-left: 50px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .ml80 {
    margin-left: 53px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 768px) {
  .ml85 {
    margin-left: 57px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 768px) {
  .ml90 {
    margin-left: 60px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 768px) {
  .ml95 {
    margin-left: 63px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 768px) {
  .ml100 {
    margin-left: 67px !important;
  }
}

.ml105 {
  margin-left: 105px !important;
}
@media screen and (max-width: 768px) {
  .ml105 {
    margin-left: 70px !important;
  }
}

.ml110 {
  margin-left: 110px !important;
}
@media screen and (max-width: 768px) {
  .ml110 {
    margin-left: 73px !important;
  }
}

.ml115 {
  margin-left: 115px !important;
}
@media screen and (max-width: 768px) {
  .ml115 {
    margin-left: 77px !important;
  }
}

.ml120 {
  margin-left: 120px !important;
}
@media screen and (max-width: 768px) {
  .ml120 {
    margin-left: 80px !important;
  }
}

.ml125 {
  margin-left: 125px !important;
}
@media screen and (max-width: 768px) {
  .ml125 {
    margin-left: 83px !important;
  }
}

.ml130 {
  margin-left: 130px !important;
}
@media screen and (max-width: 768px) {
  .ml130 {
    margin-left: 87px !important;
  }
}

.ml135 {
  margin-left: 135px !important;
}
@media screen and (max-width: 768px) {
  .ml135 {
    margin-left: 90px !important;
  }
}

.ml140 {
  margin-left: 140px !important;
}
@media screen and (max-width: 768px) {
  .ml140 {
    margin-left: 93px !important;
  }
}

.ml145 {
  margin-left: 145px !important;
}
@media screen and (max-width: 768px) {
  .ml145 {
    margin-left: 97px !important;
  }
}

.ml150 {
  margin-left: 150px !important;
}
@media screen and (max-width: 768px) {
  .ml150 {
    margin-left: 100px !important;
  }
}

.ml155 {
  margin-left: 155px !important;
}
@media screen and (max-width: 768px) {
  .ml155 {
    margin-left: 103px !important;
  }
}

.ml160 {
  margin-left: 160px !important;
}
@media screen and (max-width: 768px) {
  .ml160 {
    margin-left: 107px !important;
  }
}

.ml165 {
  margin-left: 165px !important;
}
@media screen and (max-width: 768px) {
  .ml165 {
    margin-left: 110px !important;
  }
}

.ml170 {
  margin-left: 170px !important;
}
@media screen and (max-width: 768px) {
  .ml170 {
    margin-left: 113px !important;
  }
}

.ml175 {
  margin-left: 175px !important;
}
@media screen and (max-width: 768px) {
  .ml175 {
    margin-left: 117px !important;
  }
}

.ml180 {
  margin-left: 180px !important;
}
@media screen and (max-width: 768px) {
  .ml180 {
    margin-left: 120px !important;
  }
}

.ml185 {
  margin-left: 185px !important;
}
@media screen and (max-width: 768px) {
  .ml185 {
    margin-left: 123px !important;
  }
}

.ml190 {
  margin-left: 190px !important;
}
@media screen and (max-width: 768px) {
  .ml190 {
    margin-left: 127px !important;
  }
}

.ml195 {
  margin-left: 195px !important;
}
@media screen and (max-width: 768px) {
  .ml195 {
    margin-left: 130px !important;
  }
}

.ml200 {
  margin-left: 200px !important;
}
@media screen and (max-width: 768px) {
  .ml200 {
    margin-left: 133px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .mr10 {
    margin-right: 7px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .mr15 {
    margin-right: 10px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .mr20 {
    margin-right: 13px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .mr25 {
    margin-right: 17px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .mr30 {
    margin-right: 20px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .mr35 {
    margin-right: 23px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .mr40 {
    margin-right: 27px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .mr45 {
    margin-right: 30px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .mr50 {
    margin-right: 33px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 768px) {
  .mr55 {
    margin-right: 37px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 768px) {
  .mr60 {
    margin-right: 40px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 768px) {
  .mr65 {
    margin-right: 43px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 768px) {
  .mr70 {
    margin-right: 47px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 768px) {
  .mr75 {
    margin-right: 50px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .mr80 {
    margin-right: 53px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 768px) {
  .mr85 {
    margin-right: 57px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .mr90 {
    margin-right: 60px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 768px) {
  .mr95 {
    margin-right: 63px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .mr100 {
    margin-right: 67px !important;
  }
}

.mr105 {
  margin-right: 105px !important;
}
@media screen and (max-width: 768px) {
  .mr105 {
    margin-right: 70px !important;
  }
}

.mr110 {
  margin-right: 110px !important;
}
@media screen and (max-width: 768px) {
  .mr110 {
    margin-right: 73px !important;
  }
}

.mr115 {
  margin-right: 115px !important;
}
@media screen and (max-width: 768px) {
  .mr115 {
    margin-right: 77px !important;
  }
}

.mr120 {
  margin-right: 120px !important;
}
@media screen and (max-width: 768px) {
  .mr120 {
    margin-right: 80px !important;
  }
}

.mr125 {
  margin-right: 125px !important;
}
@media screen and (max-width: 768px) {
  .mr125 {
    margin-right: 83px !important;
  }
}

.mr130 {
  margin-right: 130px !important;
}
@media screen and (max-width: 768px) {
  .mr130 {
    margin-right: 87px !important;
  }
}

.mr135 {
  margin-right: 135px !important;
}
@media screen and (max-width: 768px) {
  .mr135 {
    margin-right: 90px !important;
  }
}

.mr140 {
  margin-right: 140px !important;
}
@media screen and (max-width: 768px) {
  .mr140 {
    margin-right: 93px !important;
  }
}

.mr145 {
  margin-right: 145px !important;
}
@media screen and (max-width: 768px) {
  .mr145 {
    margin-right: 97px !important;
  }
}

.mr150 {
  margin-right: 150px !important;
}
@media screen and (max-width: 768px) {
  .mr150 {
    margin-right: 100px !important;
  }
}

.mr155 {
  margin-right: 155px !important;
}
@media screen and (max-width: 768px) {
  .mr155 {
    margin-right: 103px !important;
  }
}

.mr160 {
  margin-right: 160px !important;
}
@media screen and (max-width: 768px) {
  .mr160 {
    margin-right: 107px !important;
  }
}

.mr165 {
  margin-right: 165px !important;
}
@media screen and (max-width: 768px) {
  .mr165 {
    margin-right: 110px !important;
  }
}

.mr170 {
  margin-right: 170px !important;
}
@media screen and (max-width: 768px) {
  .mr170 {
    margin-right: 113px !important;
  }
}

.mr175 {
  margin-right: 175px !important;
}
@media screen and (max-width: 768px) {
  .mr175 {
    margin-right: 117px !important;
  }
}

.mr180 {
  margin-right: 180px !important;
}
@media screen and (max-width: 768px) {
  .mr180 {
    margin-right: 120px !important;
  }
}

.mr185 {
  margin-right: 185px !important;
}
@media screen and (max-width: 768px) {
  .mr185 {
    margin-right: 123px !important;
  }
}

.mr190 {
  margin-right: 190px !important;
}
@media screen and (max-width: 768px) {
  .mr190 {
    margin-right: 127px !important;
  }
}

.mr195 {
  margin-right: 195px !important;
}
@media screen and (max-width: 768px) {
  .mr195 {
    margin-right: 130px !important;
  }
}

.mr200 {
  margin-right: 200px !important;
}
@media screen and (max-width: 768px) {
  .mr200 {
    margin-right: 133px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .pt5 {
    padding-top: 3px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 7px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .pt15 {
    padding-top: 10px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 13px !important;
  }
}

.pt25 {
  padding-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .pt25 {
    padding-top: 17px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 20px !important;
  }
}

.pt35 {
  padding-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .pt35 {
    padding-top: 23px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 27px !important;
  }
}

.pt45 {
  padding-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .pt45 {
    padding-top: 30px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 33px !important;
  }
}

.pt55 {
  padding-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .pt55 {
    padding-top: 37px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 40px !important;
  }
}

.pt65 {
  padding-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .pt65 {
    padding-top: 43px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .pt70 {
    padding-top: 47px !important;
  }
}

.pt75 {
  padding-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .pt75 {
    padding-top: 50px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 53px !important;
  }
}

.pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .pt85 {
    padding-top: 57px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .pt90 {
    padding-top: 60px !important;
  }
}

.pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .pt95 {
    padding-top: 63px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 67px !important;
  }
}

.pt105 {
  padding-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .pt105 {
    padding-top: 70px !important;
  }
}

.pt110 {
  padding-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .pt110 {
    padding-top: 73px !important;
  }
}

.pt115 {
  padding-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .pt115 {
    padding-top: 77px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .pt120 {
    padding-top: 80px !important;
  }
}

.pt125 {
  padding-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .pt125 {
    padding-top: 83px !important;
  }
}

.pt130 {
  padding-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .pt130 {
    padding-top: 87px !important;
  }
}

.pt135 {
  padding-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .pt135 {
    padding-top: 90px !important;
  }
}

.pt140 {
  padding-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .pt140 {
    padding-top: 93px !important;
  }
}

.pt145 {
  padding-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .pt145 {
    padding-top: 97px !important;
  }
}

.pt150 {
  padding-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .pt150 {
    padding-top: 100px !important;
  }
}

.pt155 {
  padding-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .pt155 {
    padding-top: 103px !important;
  }
}

.pt160 {
  padding-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .pt160 {
    padding-top: 107px !important;
  }
}

.pt165 {
  padding-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .pt165 {
    padding-top: 110px !important;
  }
}

.pt170 {
  padding-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .pt170 {
    padding-top: 113px !important;
  }
}

.pt175 {
  padding-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .pt175 {
    padding-top: 117px !important;
  }
}

.pt180 {
  padding-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .pt180 {
    padding-top: 120px !important;
  }
}

.pt185 {
  padding-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .pt185 {
    padding-top: 123px !important;
  }
}

.pt190 {
  padding-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .pt190 {
    padding-top: 127px !important;
  }
}

.pt195 {
  padding-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .pt195 {
    padding-top: 130px !important;
  }
}

.pt200 {
  padding-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .pt200 {
    padding-top: 133px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 3px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 7px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 10px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 13px !important;
  }
}

.pb25 {
  padding-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 17px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 20px !important;
  }
}

.pb35 {
  padding-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 23px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 27px !important;
  }
}

.pb45 {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 30px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 33px !important;
  }
}

.pb55 {
  padding-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 37px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 40px !important;
  }
}

.pb65 {
  padding-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 43px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 47px !important;
  }
}

.pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 50px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 53px !important;
  }
}

.pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 57px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 60px !important;
  }
}

.pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 63px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 67px !important;
  }
}

.pb105 {
  padding-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .pb105 {
    padding-bottom: 70px !important;
  }
}

.pb110 {
  padding-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .pb110 {
    padding-bottom: 73px !important;
  }
}

.pb115 {
  padding-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .pb115 {
    padding-bottom: 77px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .pb120 {
    padding-bottom: 80px !important;
  }
}

.pb125 {
  padding-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .pb125 {
    padding-bottom: 83px !important;
  }
}

.pb130 {
  padding-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .pb130 {
    padding-bottom: 87px !important;
  }
}

.pb135 {
  padding-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .pb135 {
    padding-bottom: 90px !important;
  }
}

.pb140 {
  padding-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .pb140 {
    padding-bottom: 93px !important;
  }
}

.pb145 {
  padding-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .pb145 {
    padding-bottom: 97px !important;
  }
}

.pb150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .pb150 {
    padding-bottom: 100px !important;
  }
}

.pb155 {
  padding-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .pb155 {
    padding-bottom: 103px !important;
  }
}

.pb160 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .pb160 {
    padding-bottom: 107px !important;
  }
}

.pb165 {
  padding-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .pb165 {
    padding-bottom: 110px !important;
  }
}

.pb170 {
  padding-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .pb170 {
    padding-bottom: 113px !important;
  }
}

.pb175 {
  padding-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .pb175 {
    padding-bottom: 117px !important;
  }
}

.pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .pb180 {
    padding-bottom: 120px !important;
  }
}

.pb185 {
  padding-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .pb185 {
    padding-bottom: 123px !important;
  }
}

.pb190 {
  padding-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .pb190 {
    padding-bottom: 127px !important;
  }
}

.pb195 {
  padding-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .pb195 {
    padding-bottom: 130px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .pb200 {
    padding-bottom: 133px !important;
  }
}

.pl5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .pl5 {
    padding-left: 3px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .pl10 {
    padding-left: 7px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .pl15 {
    padding-left: 10px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .pl20 {
    padding-left: 13px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .pl25 {
    padding-left: 17px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .pl30 {
    padding-left: 20px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .pl35 {
    padding-left: 23px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .pl40 {
    padding-left: 27px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .pl45 {
    padding-left: 30px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .pl50 {
    padding-left: 33px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media screen and (max-width: 768px) {
  .pl55 {
    padding-left: 37px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .pl60 {
    padding-left: 40px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media screen and (max-width: 768px) {
  .pl65 {
    padding-left: 43px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 768px) {
  .pl70 {
    padding-left: 47px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 768px) {
  .pl75 {
    padding-left: 50px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .pl80 {
    padding-left: 53px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media screen and (max-width: 768px) {
  .pl85 {
    padding-left: 57px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 768px) {
  .pl90 {
    padding-left: 60px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media screen and (max-width: 768px) {
  .pl95 {
    padding-left: 63px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 768px) {
  .pl100 {
    padding-left: 67px !important;
  }
}

.pl105 {
  padding-left: 105px !important;
}
@media screen and (max-width: 768px) {
  .pl105 {
    padding-left: 70px !important;
  }
}

.pl110 {
  padding-left: 110px !important;
}
@media screen and (max-width: 768px) {
  .pl110 {
    padding-left: 73px !important;
  }
}

.pl115 {
  padding-left: 115px !important;
}
@media screen and (max-width: 768px) {
  .pl115 {
    padding-left: 77px !important;
  }
}

.pl120 {
  padding-left: 120px !important;
}
@media screen and (max-width: 768px) {
  .pl120 {
    padding-left: 80px !important;
  }
}

.pl125 {
  padding-left: 125px !important;
}
@media screen and (max-width: 768px) {
  .pl125 {
    padding-left: 83px !important;
  }
}

.pl130 {
  padding-left: 130px !important;
}
@media screen and (max-width: 768px) {
  .pl130 {
    padding-left: 87px !important;
  }
}

.pl135 {
  padding-left: 135px !important;
}
@media screen and (max-width: 768px) {
  .pl135 {
    padding-left: 90px !important;
  }
}

.pl140 {
  padding-left: 140px !important;
}
@media screen and (max-width: 768px) {
  .pl140 {
    padding-left: 93px !important;
  }
}

.pl145 {
  padding-left: 145px !important;
}
@media screen and (max-width: 768px) {
  .pl145 {
    padding-left: 97px !important;
  }
}

.pl150 {
  padding-left: 150px !important;
}
@media screen and (max-width: 768px) {
  .pl150 {
    padding-left: 100px !important;
  }
}

.pl155 {
  padding-left: 155px !important;
}
@media screen and (max-width: 768px) {
  .pl155 {
    padding-left: 103px !important;
  }
}

.pl160 {
  padding-left: 160px !important;
}
@media screen and (max-width: 768px) {
  .pl160 {
    padding-left: 107px !important;
  }
}

.pl165 {
  padding-left: 165px !important;
}
@media screen and (max-width: 768px) {
  .pl165 {
    padding-left: 110px !important;
  }
}

.pl170 {
  padding-left: 170px !important;
}
@media screen and (max-width: 768px) {
  .pl170 {
    padding-left: 113px !important;
  }
}

.pl175 {
  padding-left: 175px !important;
}
@media screen and (max-width: 768px) {
  .pl175 {
    padding-left: 117px !important;
  }
}

.pl180 {
  padding-left: 180px !important;
}
@media screen and (max-width: 768px) {
  .pl180 {
    padding-left: 120px !important;
  }
}

.pl185 {
  padding-left: 185px !important;
}
@media screen and (max-width: 768px) {
  .pl185 {
    padding-left: 123px !important;
  }
}

.pl190 {
  padding-left: 190px !important;
}
@media screen and (max-width: 768px) {
  .pl190 {
    padding-left: 127px !important;
  }
}

.pl195 {
  padding-left: 195px !important;
}
@media screen and (max-width: 768px) {
  .pl195 {
    padding-left: 130px !important;
  }
}

.pl200 {
  padding-left: 200px !important;
}
@media screen and (max-width: 768px) {
  .pl200 {
    padding-left: 133px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .pr5 {
    padding-right: 3px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .pr10 {
    padding-right: 7px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .pr15 {
    padding-right: 10px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .pr20 {
    padding-right: 13px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .pr25 {
    padding-right: 17px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .pr30 {
    padding-right: 20px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .pr35 {
    padding-right: 23px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .pr40 {
    padding-right: 27px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .pr45 {
    padding-right: 30px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .pr50 {
    padding-right: 33px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media screen and (max-width: 768px) {
  .pr55 {
    padding-right: 37px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 768px) {
  .pr60 {
    padding-right: 40px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media screen and (max-width: 768px) {
  .pr65 {
    padding-right: 43px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 768px) {
  .pr70 {
    padding-right: 47px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 768px) {
  .pr75 {
    padding-right: 50px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .pr80 {
    padding-right: 53px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media screen and (max-width: 768px) {
  .pr85 {
    padding-right: 57px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .pr90 {
    padding-right: 60px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media screen and (max-width: 768px) {
  .pr95 {
    padding-right: 63px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .pr100 {
    padding-right: 67px !important;
  }
}

.pr105 {
  padding-right: 105px !important;
}
@media screen and (max-width: 768px) {
  .pr105 {
    padding-right: 70px !important;
  }
}

.pr110 {
  padding-right: 110px !important;
}
@media screen and (max-width: 768px) {
  .pr110 {
    padding-right: 73px !important;
  }
}

.pr115 {
  padding-right: 115px !important;
}
@media screen and (max-width: 768px) {
  .pr115 {
    padding-right: 77px !important;
  }
}

.pr120 {
  padding-right: 120px !important;
}
@media screen and (max-width: 768px) {
  .pr120 {
    padding-right: 80px !important;
  }
}

.pr125 {
  padding-right: 125px !important;
}
@media screen and (max-width: 768px) {
  .pr125 {
    padding-right: 83px !important;
  }
}

.pr130 {
  padding-right: 130px !important;
}
@media screen and (max-width: 768px) {
  .pr130 {
    padding-right: 87px !important;
  }
}

.pr135 {
  padding-right: 135px !important;
}
@media screen and (max-width: 768px) {
  .pr135 {
    padding-right: 90px !important;
  }
}

.pr140 {
  padding-right: 140px !important;
}
@media screen and (max-width: 768px) {
  .pr140 {
    padding-right: 93px !important;
  }
}

.pr145 {
  padding-right: 145px !important;
}
@media screen and (max-width: 768px) {
  .pr145 {
    padding-right: 97px !important;
  }
}

.pr150 {
  padding-right: 150px !important;
}
@media screen and (max-width: 768px) {
  .pr150 {
    padding-right: 100px !important;
  }
}

.pr155 {
  padding-right: 155px !important;
}
@media screen and (max-width: 768px) {
  .pr155 {
    padding-right: 103px !important;
  }
}

.pr160 {
  padding-right: 160px !important;
}
@media screen and (max-width: 768px) {
  .pr160 {
    padding-right: 107px !important;
  }
}

.pr165 {
  padding-right: 165px !important;
}
@media screen and (max-width: 768px) {
  .pr165 {
    padding-right: 110px !important;
  }
}

.pr170 {
  padding-right: 170px !important;
}
@media screen and (max-width: 768px) {
  .pr170 {
    padding-right: 113px !important;
  }
}

.pr175 {
  padding-right: 175px !important;
}
@media screen and (max-width: 768px) {
  .pr175 {
    padding-right: 117px !important;
  }
}

.pr180 {
  padding-right: 180px !important;
}
@media screen and (max-width: 768px) {
  .pr180 {
    padding-right: 120px !important;
  }
}

.pr185 {
  padding-right: 185px !important;
}
@media screen and (max-width: 768px) {
  .pr185 {
    padding-right: 123px !important;
  }
}

.pr190 {
  padding-right: 190px !important;
}
@media screen and (max-width: 768px) {
  .pr190 {
    padding-right: 127px !important;
  }
}

.pr195 {
  padding-right: 195px !important;
}
@media screen and (max-width: 768px) {
  .pr195 {
    padding-right: 130px !important;
  }
}

.pr200 {
  padding-right: 200px !important;
}
@media screen and (max-width: 768px) {
  .pr200 {
    padding-right: 133px !important;
  }
}

.wrap1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1016px) {
  .wrap1000 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrap1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1116px) {
  .wrap1100 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrap1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1216px) {
  .wrap1200 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wrap1206, .sec-company .company-top .company-inner, .sec-company {
  width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1222px) {
  .wrap1206, .sec-company .company-top .company-inner, .sec-company {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem;
  font-family: "Barlow";
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 1.1rem;
  }
}
.breadcrumb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner {
    margin-left: 20px;
  }
}
.breadcrumb .inner a {
  text-decoration: none;
}
.breadcrumb .inner a:hover {
  text-decoration: underline;
}
.breadcrumb .inner > span:before {
  content: "/";
  margin: 0 3px 0 5px;
}
.breadcrumb .inner > span:first-child:before {
  display: none;
}

#pageTop {
  z-index: 400;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
  }
}
#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageTop a:hover {
  opacity: 0.5;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/**
 * Swiper 9.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 1, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
#header .logo {
  margin-left: 36px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .logo a {
    display: block;
  }
}
#header .logo img {
  display: block;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  #header .logo img {
    max-width: 128px;
  }
}
#header .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #header .btn-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#header .m-btn-01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .m-btn-01 {
    max-width: 68px;
  }
}
#header .m-btn-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #FEBEC1;
}
#header .m-btn-06 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .m-btn-06 {
    font-size: 1.6rem;
  }
}
#header .navbutton {
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 80px;
  height: 80px;
  background: url(../img/recruit/common/menu_btn.svg) no-repeat center center/contain transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #header .navbutton {
    width: 68px;
    height: 68px;
  }
}
#header .navbutton:hover {
  opacity: 0.7;
}
#nav {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  will-change: opacity, visibility;
}
.is-open #nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#nav .nav-inner {
  overflow-y: scroll;
  max-width: 505px;
  margin: 0 0 0 auto;
  padding: 67px 83px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
  will-change: translate;
}
@media screen and (max-width: 768px) {
  #nav .nav-inner {
    max-width: 250px;
    padding: 67px 40px;
  }
}
.is-open #nav .nav-inner {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}
#nav .nav-inner > .ttl {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 2.7rem;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  #nav .nav-inner > .ttl {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
#nav .navigation {
  display: -ms-grid;
  display: grid;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  #nav .navigation {
    gap: 15px 0;
  }
}
#nav .navigation li {
  font-weight: bold;
}
#nav .navigation li > ul {
  display: -ms-grid;
  display: grid;
  gap: 5px 0;
  margin-top: 5px;
  padding-left: 1em;
}
#nav .navigation li a {
  display: block;
}
#nav .navigation li a:hover {
  opacity: 1;
  color: #E00925;
}
#nav .navbutton {
  display: block;
  position: absolute;
  top: 18px;
  right: 26px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 64px;
  height: 64px;
  background: url(../img/recruit/common/menu_btn_close.svg) no-repeat center center/contain transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #nav .navbutton {
    top: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}
#nav .navbutton:hover {
  opacity: 0.7;
}
#footer {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  #footer {
    width: 100%;
  }
}
#footer .copyright {
  display: block;
  padding: 14px 0;
  background-color: #E00925;
  font-family: "Barlow";
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 0.9rem;
  }
}

.sec-entry + .sec-info {
  margin-top: -62px;
}
.sec-entry a {
  display: block;
}
.sec-bnr {
  max-width: 1100px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1365px) {
  .sec-bnr {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-bnr {
    margin: 42px auto 0;
  }
}
.sec-bnr .m-ttl-03 {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .sec-bnr .m-ttl-03 {
    margin-bottom: 11px;
  }
}

.sec-info {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin-inline: auto;
  padding: 45px 20px 60px 20px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1206px) {
  .sec-info {
    width: calc(100% - 40px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-info {
    width: calc(100% - 66px);
  }
}
.sec-info .m-ttl-02 {
  margin-bottom: 35px;
}
.sec-info .m-ttl-17 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1206px) {
  .sec-info .m-ttl-17 {
    margin-bottom: 10px;
  }
}
.sec-info .l-btn-01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-info .l-btn-01 + .m-ttl-17 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-info .l-btn-01 > * {
    margin-left: 0;
    margin-right: 0;
  }
}
.sec-info .info-inner {
  width: 100%;
  margin-top: 22px;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 1206px) {
  .sec-info .info-inner {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-info .info-inner {
    text-align: center;
  }
}

.i-catch-01 {
  font-size: 1.9rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  margin-bottom: 15px;
}

.i-catch-01:last-of-type {
  margin-top: 4rem;
}

.sec-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 63px auto 0;
  padding: 125px 0 67px;
  /*
  &::before{
      content: "";
      z-index: 0;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%,0);
      width: 100vw;
      height: 100%;
      background-color: $c_gray;
  }
  */
}
@media screen and (max-width: 1365px) {
  .sec-footer {
    padding: 100px 32px 67px;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer {
    margin: 30px auto 0;
    padding: 41px 32px 42px;
  }
}
.sec-footer > * {
  z-index: 1;
  position: relative;
}
.sec-footer .summary-wrap {
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .sec-footer .summary-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.sec-footer .summary-wrap .logo {
  max-width: 254px;
}
.sec-footer .summary-wrap .address {
  margin-top: 58px;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .sec-footer .summary-wrap .address {
    margin-top: 21px;
    font-size: 1.4rem;
  }
}
.sec-footer .nav-wrap {
  display: -ms-grid;
  display: grid;
  max-width: 648px;
  width: 100%;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 39px 0;
}
@media screen and (max-width: 1365px) {
  .sec-footer .nav-wrap {
    max-width: 500px;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px 0;
  }
}
@media screen and (max-width: 880px) {
  .sec-footer .nav-wrap {
    max-width: 400px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer .nav-wrap {
    margin: 49px auto 0;
  }
}
.sec-footer .nav-wrap .nav-inner {
  padding: 2px 5px 9px 21px;
  border-left: 1px solid #E00925;
}
@media screen and (max-width: 768px) {
  .sec-footer .nav-wrap .nav-inner {
    padding: 0 5px 0 0;
    border-left: none;
  }
}
.sec-footer .nav-wrap .nav-inner .m-ttl-04 + ul {
  margin-top: 8px;
}
.sec-footer .nav-wrap .nav-inner .m-ttl-04 + ul li + li {
  margin-top: 5px;
}
.sec-footer .nav-wrap .nav-inner .m-ttl-04 + ul li + li a {
  display: block;
}
.sec-footer .nav-wrap .nav-inner ul {
  font-size: 1.2rem;
  font-weight: bold;
}
.sec-footer .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .sec-footer .btn-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 53px;
  }
}
.sec-footer .btn-wrap .m-link-01 {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-footer .btn-wrap .m-btn-03 {
    width: 100%;
  }
}
.sec-footer .btn-wrap .l-btn-01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec-footer .btn-wrap .l-btn-01 {
    width: 100%;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.sec-footer .btn-wrap .m-btn-06 .inner {
  background: #E00925;
  color: #fff;
}

.modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal__container {
  position: relative;
  overflow: visible;
  max-width: 1140px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 1206px) {
  .modal__container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .modal__container {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
}
.modal__container .modal__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: #E00925;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__container .modal__close {
    width: 40px;
    height: 40px;
  }
}
.modal__container .modal__close::before {
  content: "✕";
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .modal__container .modal__close::before {
    font-size: 2.4rem;
  }
}
.modal__container .modal__close:hover {
  opacity: 0.7;
}
.modal__container .sec-info {
  padding: 0 0 30px;
}
@media screen and (max-width: 1206px) {
  .modal__container .sec-info {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modal__container .sec-info {
    width: 100%;
  }
}

.micromodal-slide {
  display: block;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.micromodal-slide.is-open {
  visibility: visible;
  opacity: 1;
}

.micromodal-slide.is-open .modal__container {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.micromodal-slide:not(.is-open) .modal__container {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

#contents {
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 80px;
  padding-bottom: 175px;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
    margin-top: 68px;
    padding-bottom: 52px;
  }
}
.no-hidden #contents {
  overflow: visible;
}

.sec-mainvisual {
  position: relative;
  height: 688px;
}
@media screen and (max-width: 1365px) {
  .sec-mainvisual {
    height: 510px;
  }
}
@media screen and (max-width: 768px) {
  .sec-mainvisual {
    height: 743px;
  }
}
.sec-mainvisual::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/recruit/top/mv_bg.webp) no-repeat center center/cover transparent;
}
@media screen and (max-width: 768px) {
  .sec-mainvisual::before {
    height: calc(100% - 55px);
  }
}
.sec-mainvisual .ttl {
  z-index: 3;
  position: absolute;
  width: 1229px;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-65.5%, 0);
      -ms-transform: translate(-65.5%, 0);
          transform: translate(-65.5%, 0);
}
@media screen and (max-width: 1365px) {
  .sec-mainvisual .ttl {
    width: 810px;
  }
}
@media screen and (max-width: 768px) {
  .sec-mainvisual .ttl {
    bottom: 48%;
    -webkit-transform: translate(-58%, 46%);
        -ms-transform: translate(-58%, 46%);
            transform: translate(-58%, 46%);
    width: 414px;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sec-mainvisual .slider-wrap {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-mainvisual .slider01 {
  overflow: visible;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-55.9%);
      -ms-transform: translateX(-55.9%);
          transform: translateX(-55.9%);
  width: 1445px;
  height: 100%;
  clip-path: polygon(24.3% 0, 99.9% 0, 75.6% 100%, 0 100%);
}
@media screen and (max-width: 1365px) {
  .sec-mainvisual .slider01 {
    -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
            transform: translateX(-45%);
    width: 1228px;
    clip-path: polygon(21.2% 0, 87.1% 0, 66% 100%, 0 100%);
  }
}
@media screen and (max-width: 1000px) {
  .sec-mainvisual .slider01 {
    -webkit-transform: translateX(-55.9%);
        -ms-transform: translateX(-55.9%);
            transform: translateX(-55.9%);
  }
}
@media screen and (max-width: 768px) {
  .sec-mainvisual .slider01 {
    width: 574px;
    -webkit-transform: translateX(-55%);
        -ms-transform: translateX(-55%);
            transform: translateX(-55%);
    clip-path: polygon(44% 0, 100% 0, 56.2% 100%, 0 100%);
  }
}
.sec-mainvisual .swiper-slide-active img,
.sec-mainvisual .swiper-slide-duplicate-active img,
.sec-mainvisual .swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.sec-mainvisual .swiper-slide img {
  max-width: inherit;
  width: auto;
  height: 100%;
}
.sec-mainvisual .entry-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 30px 83px 30px 30px;
}
@media screen and (max-width: 1365px) {
  .sec-mainvisual .entry-wrap {
    padding: 30px 23px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec-mainvisual .entry-wrap {
    display: none;
  }
}
.sec-mainvisual .entry-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: #fff;
}
.sec-mainvisual .entry-wrap > * {
  z-index: 1;
  position: relative;
  margin-top: 12px;
}
.sec-mainvisual .entry-wrap .m-subttl-01 {
  display: block;
  margin: 0 0 8px 0;
  font-size: 1.8rem;
}
.sec-mainvisual .entry-wrap .m-subttl-01 + * {
  margin-top: 0;
}

.sec-topmovie {
  position: relative;
  padding: 165px 33px 98px;
}
@media screen and (max-width: 768px) {
  .sec-topmovie {
    padding: 125px 65px 41px 20px;
  }
}
.sec-topmovie::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 236px;
  background: url(../img/recruit/top/movie_bg.webp) no-repeat center center/cover transparent;
}
@media screen and (max-width: 768px) {
  .sec-topmovie::before {
    height: 121px;
  }
}
.sec-topmovie .m-movie-01 {
  z-index: 2;
  position: relative;
}
.sec-topmovie .m-message-01 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50vw, -100%) translateX(-23px) translateY(21px);
      -ms-transform: translate(-50vw, -100%) translateX(-23px) translateY(21px);
          transform: translate(-50vw, -100%) translateX(-23px) translateY(21px);
}
@media screen and (max-width: 768px) {
  .sec-topmovie .m-message-01 {
    -webkit-transform: translate(-50vw, -280%) translateX(-4px) translateY(21px);
        -ms-transform: translate(-50vw, -280%) translateX(-4px) translateY(21px);
            transform: translate(-50vw, -280%) translateX(-4px) translateY(21px);
  }
}

.sec-topabout {
  position: relative;
  margin-top: 151px;
  padding-top: 99px;
}
@media screen and (max-width: 768px) {
  .sec-topabout {
    margin-top: 83px;
    padding-top: 31px;
  }
}
.sec-topabout .m-message-01 {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-24px);
      -ms-transform: translateX(-50%) translateX(-24px);
          transform: translateX(-50%) translateX(-24px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-topabout .m-message-01 {
    -webkit-transform: translateX(-50%) translateX(-20px);
        -ms-transform: translateX(-50%) translateX(-20px);
            transform: translateX(-50%) translateX(-20px);
  }
}
.sec-topabout .l-detail-01 {
  z-index: 1;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sec-topabout .l-detail-01 + .l-detail-01 {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .sec-topabout .l-detail-01 + .l-detail-01 {
    margin-top: 52px;
  }
}
.sec-topabout .people-wrap {
  position: relative;
  max-width: 1100px;
  margin: 184px auto 0;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec-topabout .people-wrap {
    margin: 54px auto 0;
    padding: 0 20px 94px;
  }
}
.sec-topabout .people-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 233px;
  width: 100vw;
  height: calc(100% + 70px);
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .sec-topabout .people-wrap::before {
    left: 187px;
  }
}
.sec-topabout .people-wrap > * {
  z-index: 1;
  position: relative;
}
.sec-topabout .people-wrap .m-subttl-01 {
  margin-bottom: 13px;
}
.sec-topabout .people-wrap .people-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .sec-topabout .people-wrap .people-ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 43px;
  }
}
.sec-topabout .people-wrap .people-ttl .m-ttl-01 {
  margin-right: 66px;
}
@media screen and (max-width: 768px) {
  .sec-topabout .people-wrap .people-ttl .m-ttl-01 {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.sec-topabout .people-wrap .m-btn-02 {
  margin-top: 57px;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-topabout .people-wrap .m-btn-02 {
    margin-top: 67px;
  }
}
.sec-topabout .welfare-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 140px 0 145px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-topabout .welfare-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 34px 47px;
  }
}
.sec-topabout .welfare-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: url(../img/recruit/top/walfare01.webp) no-repeat center center/cover transparent;
  pointer-events: none;
}
.sec-topabout .welfare-wrap > * {
  z-index: 1;
  position: relative;
}
.sec-topabout .welfare-wrap .ttl-wrap {
  width: 100%;
  max-width: 400px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .sec-topabout .welfare-wrap .ttl-wrap {
    padding-right: 0;
  }
}
.sec-topabout .welfare-wrap .ttl-wrap .m-subttl-01 {
  margin-bottom: 8px;
  color: #fff;
}
.sec-topabout .welfare-wrap .detail-wrap {
  width: 100%;
  max-width: 595px;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .sec-topabout .welfare-wrap .detail-wrap {
    padding-top: 34px;
  }
}
.sec-topabout .welfare-wrap .detail-wrap .m-catch-02 {
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sec-topabout .welfare-wrap .detail-wrap .m-catch-02 {
    line-height: 2;
  }
}
.sec-topabout .welfare-wrap .detail-wrap .m-btn-02 {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .sec-topabout .welfare-wrap .detail-wrap .m-btn-02 {
    margin-top: 64px;
  }
}

.sec-topmessage {
  margin-top: 149px;
  padding: 0 33px;
}
@media screen and (max-width: 768px) {
  .sec-topmessage {
    margin-top: 56px;
  }
}
.sec-topmessage.style02 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 1365px) {
  .sec-topmessage.style02 {
    padding: 0 20px;
  }
}
.sec-topmessage .m-ttl-02 {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-topmessage .m-ttl-02 {
    margin-bottom: 27px;
  }
}

.sec-ttl {
  z-index: 0;
  position: relative;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.sec-ttl + * {
  z-index: 1;
  position: relative;
}
.sec-ttl::before {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 366px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 250px) 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .sec-ttl::before {
    left: 70px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
  }
}
.sec-ttl::after {
  content: "";
  z-index: 4;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
.sec-ttl .ttl-wrapper {
  overflow: hidden;
  width: 100%;
}
.sec-ttl .ttl-wrap {
  z-index: 4;
  position: relative;
  padding: 190px 0 184px 124px;
}
@media screen and (max-width: 768px) {
  .sec-ttl .ttl-wrap {
    padding: 50px 0 50px 20px;
  }
}
.sec-ttl .ttl-wrap .ttl-inner {
  display: inline-block;
  position: relative;
}
.sec-ttl .ttl-wrap .ttl-inner .ttl {
  display: inline-block;
  padding: 12px 12px;
  background-color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .sec-ttl .ttl-wrap .ttl-inner .ttl {
    padding: 10px;
    font-size: 2.8rem;
  }
}
.sec-ttl .ttl-wrap .ttl-inner .ruby {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(87%, 72%);
      -ms-transform: translate(87%, 72%);
          transform: translate(87%, 72%);
}
.sec-ttl .ttl-wrap .ttl-inner .ruby.company {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .sec-ttl .ttl-wrap .ttl-inner .ruby.company {
    width: 150px;
  }
}
.sec-ttl .ttl-wrap .ttl-inner .ruby.message {
  width: 380px;
  -webkit-transform: translate(57%, 64%);
      -ms-transform: translate(57%, 64%);
          transform: translate(57%, 64%);
}
@media screen and (max-width: 768px) {
  .sec-ttl .ttl-wrap .ttl-inner .ruby.message {
    width: 200px;
  }
}
.sec-ttl .ttl-wrap .ttl-inner .ruby.sustain {
  width: 387px;
  -webkit-transform: translate(90%, 69%);
      -ms-transform: translate(90%, 69%);
          transform: translate(90%, 69%);
}
@media screen and (max-width: 768px) {
  .sec-ttl .ttl-wrap .ttl-inner .ruby.sustain {
    width: 160px;
    -webkit-transform: translate(70%, 69%);
        -ms-transform: translate(70%, 69%);
            transform: translate(70%, 69%);
  }
}
.sec-ttl .ttl-wrap .ttl-inner .ruby.work {
  width: 246px;
  -webkit-transform: translate(84%, 69%);
      -ms-transform: translate(84%, 69%);
          transform: translate(84%, 69%);
}
@media screen and (max-width: 768px) {
  .sec-ttl .ttl-wrap .ttl-inner .ruby.work {
    width: 160px;
    -webkit-transform: translate(70%, 69%);
        -ms-transform: translate(70%, 69%);
            transform: translate(70%, 69%);
  }
}
.sec-ttl .ttl-wrap .ttl-inner .ruby img {
  width: 100%;
}
.sec-ttl .ttl-wrap .ttl-inner .m-category-01 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.sec-ttl .bg {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(calc(50vw - 682.5px));
      -ms-transform: translateY(-50%) translateX(calc(50vw - 682.5px));
          transform: translateY(-50%) translateX(calc(50vw - 682.5px));
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 1365px) {
  .sec-ttl .bg {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.sec-ttl .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec-ttl .breadcrumb {
  z-index: 2;
  position: relative;
  padding: 13px 80px 6px 0;
}
@media screen and (max-width: 1365px) {
  .sec-ttl .breadcrumb {
    padding: 13px 20px 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl .breadcrumb {
    padding: 5px 10px 5px 0;
  }
}
.sec-ttl .breadcrumb::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.sec-ttl .breadcrumb::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 99%;
  background-color: #E00925;
  -webkit-transform: skew(-27deg);
      -ms-transform: skew(-27deg);
          transform: skew(-27deg);
}
@media screen and (max-width: 768px) {
  .sec-ttl .breadcrumb::after {
    width: 30%;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
  }
}
.sec-ttl .breadcrumb > * {
  z-index: 3;
  position: relative;
}

.sec-company {
  position: relative;
  margin-top: 117px;
}
@media screen and (max-width: 768px) {
  .sec-company {
    margin-top: 50px;
  }
}
.sec-company .m-tab-01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-company .m-tab-01 {
    margin-bottom: 20px;
  }
}
.sec-company .company-top {
  overflow: hidden;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
.sec-company .company-top .company-inner {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec-company .company-top .company-inner {
    padding-bottom: 40px;
  }
}
.sec-company .company-top .company-inner::before {
  content: "";
  z-index: -2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
}
.sec-company .l-detail-03 {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .sec-company .l-detail-03 {
    margin-top: 70px;
  }
}
.sec-company .l-sidenav-01 {
  margin-top: 67px;
}
@media screen and (max-width: 768px) {
  .sec-company .l-sidenav-01 {
    margin-top: 40px;
  }
}
.sec-company .l-sidenav-01 .m-subttl-02 {
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  .sec-company .l-sidenav-01 .m-subttl-02 {
    margin-top: 60px;
  }
}
.sec-company .l-sidenav-01 .m-subttl-02:first-child {
  margin-top: 0;
}
.sec-company .l-sidenav-01 .m-ttl-06 {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .sec-company .l-sidenav-01 .m-ttl-06 {
    margin-bottom: 20px;
  }
}
.sec-company .l-sidenav-01 .m-map-01 {
  max-width: 868px;
}
.sec-company .l-sidenav-01 .m-catch-05 + .m-figure-01 {
  margin-top: 99px;
}
@media screen and (max-width: 768px) {
  .sec-company .l-sidenav-01 .m-catch-05 + .m-figure-01 {
    margin-top: 40px;
  }
}
.sec-company .l-sidenav-01 .m-figure-01 {
  max-width: 868px;
  margin-left: auto;
  margin-right: auto;
}
.sec-company .l-sidenav-01 .m-ttl-07 {
  margin-top: 64px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .sec-company .l-sidenav-01 .m-ttl-07 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.sec-company .l-sidenav-01 .l-column-01 .m-list-01 {
  font-size: 1.9rem;
  line-height: 1.8;
}
@media screen and (max-width: 1365px) {
  .sec-company .l-sidenav-01 .l-column-01 .m-list-01 {
    font-size: 1.7rem;
  }
}

.sec-message {
  position: relative;
  margin-top: 129px;
}
@media screen and (max-width: 768px) {
  .sec-message {
    margin-top: 50px;
  }
}
.sec-message::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 262px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .sec-message::before {
    top: 100px;
  }
}
.sec-message .message-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 53px 119px;
}
@media screen and (max-width: 1365px) {
  .sec-message .message-inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .sec-message .message-inner {
    width: calc(100% - 40px);
    padding: 0 30px 50px;
  }
}
.sec-message .message-inner::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.sec-message .message-inner > * {
  z-index: 1;
  position: relative;
}
.sec-message .l-summary-01 {
  max-width: 928px;
  margin: 112px auto 0;
  font-size: 1.8rem;
  line-height: 1.95;
}
@media screen and (max-width: 768px) {
  .sec-message .l-summary-01 {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}
.sec-message .name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .sec-message .name-wrapper {
    margin-top: 40px;
  }
}

.sec-welfare {
  position: relative;
  margin-top: 201px;
}
@media screen and (max-width: 768px) {
  .sec-welfare {
    margin-top: 50px;
  }
}
.sec-welfare::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -175px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: calc(100% + 175px);
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .sec-welfare::before {
    top: 100px;
  }
}
.sec-welfare .welfare-inner {
  max-width: 1206px;
  margin: 0 auto;
  padding: 394px 0 0;
}
@media screen and (max-width: 1206px) {
  .sec-welfare .welfare-inner {
    padding: 394px 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner {
    padding: 150px 20px 0;
  }
}
.sec-welfare .welfare-inner .m-subttl-02 {
  margin-bottom: 6px;
}
.sec-welfare .welfare-inner .l-summary-01 {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .l-summary-01 {
    font-size: 1.5rem;
  }
}
.sec-welfare .welfare-inner .welfare-top {
  position: relative;
  max-width: 1050px;
  margin: 0 auto 0 49px;
  padding: 110px 0 145px;
}
@media screen and (max-width: 1365px) {
  .sec-welfare .welfare-inner .welfare-top {
    max-width: 1000px;
    padding: 110px 50px 145px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top {
    padding: 50px 20px 50px 0;
  }
}
.sec-welfare .welfare-inner .welfare-top::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -107px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1365px) {
  .sec-welfare .welfare-inner .welfare-top::before {
    right: 0;
  }
}
.sec-welfare .welfare-inner .welfare-top::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: -126px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background-color: #E00925;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top::after {
    bottom: -70px;
  }
}
.sec-welfare .welfare-inner .welfare-top > * {
  z-index: 2;
  position: relative;
}
.sec-welfare .welfare-inner .welfare-top .welfare-bg {
  z-index: 0;
  position: absolute;
  top: -394px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(29px);
      -ms-transform: translateX(-50%) translateX(29px);
          transform: translateX(-50%) translateX(29px);
  width: 100vw;
  height: 533px;
}
@media screen and (max-width: 1365px) {
  .sec-welfare .welfare-inner .welfare-top .welfare-bg {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .welfare-bg {
    top: -150px;
    height: 300px;
  }
}
.sec-welfare .welfare-inner .welfare-top .welfare-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
.sec-welfare .welfare-inner .welfare-top .m-ttl-06 {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .m-ttl-06 {
    margin-bottom: 25px;
  }
}
.sec-welfare .welfare-inner .welfare-top .m-catch-06 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .m-catch-06 {
    margin-bottom: 20px;
  }
}
.sec-welfare .welfare-inner .welfare-top > .l-summary-01 {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top > .l-summary-01 {
    margin-bottom: 30px;
  }
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 {
  margin-top: 36px;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .l-detail-04 {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04:last-child {
  margin-bottom: 0;
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-ttl-09 {
  margin-top: 63px;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-ttl-09 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-ttl-09:first-child {
  margin-top: 0;
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-figure-02 {
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-figure-02 {
    margin-top: 20px;
  }
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-figure-02:first-child {
  margin-top: 0;
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-figure-02.graph {
  padding-top: 19px;
  padding-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-figure-02.graph {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-figure-02.graph img {
  max-width: 324px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .l-detail-04 .m-figure-02.graph img {
    max-width: 100%;
  }
}
.sec-welfare .welfare-inner .welfare-top .l-detail-04 .l-summary-02 {
  margin-top: 41px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-top .l-detail-04 .l-summary-02 {
    margin-top: 30px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom {
  position: relative;
  max-width: 1000px;
  margin: 513px auto 0;
  padding: 84px 0 145px;
}
@media screen and (max-width: 1365px) {
  .sec-welfare .welfare-inner .welfare-bottom {
    padding: 84px 0 145px 50px;
  }
}
@media screen and (max-width: 1206px) {
  .sec-welfare .welfare-inner .welfare-bottom {
    padding: 60px 0 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom {
    margin: 170px auto 0;
    padding: 40px 0 50px 20px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: -101px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1365px) {
  .sec-welfare .welfare-inner .welfare-bottom::before {
    left: 0;
  }
}
.sec-welfare .welfare-inner .welfare-bottom > * {
  z-index: 2;
  position: relative;
}
.sec-welfare .welfare-inner .welfare-bottom .welfare-bg {
  z-index: 0;
  position: absolute;
  top: -388px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-18px);
      -ms-transform: translateX(-50%) translateX(-18px);
          transform: translateX(-50%) translateX(-18px);
  width: 100vw;
  height: 524px;
}
@media screen and (max-width: 1365px) {
  .sec-welfare .welfare-inner .welfare-bottom .welfare-bg {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom .welfare-bg {
    top: -100px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom .m-ttl-06 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom .m-ttl-06 {
    margin-bottom: 25px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom .m-ttl-06 + .m-ttl-09 {
  margin-top: 0;
}
.sec-welfare .welfare-inner .welfare-bottom .m-ttl-09 {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom .m-ttl-09 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom .m-ttl-09 + .m-ttl-11 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom .m-ttl-09 + .m-ttl-11 {
    margin-top: 30px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom .m-ttl-11 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom .m-ttl-11 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom .m-ttl-11.small {
  margin-top: 155px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom .m-ttl-11.small {
    margin-top: 50px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom .m-hr-01 + .m-ttl-09 {
  margin-top: 176px;
}
@media screen and (max-width: 768px) {
  .sec-welfare .welfare-inner .welfare-bottom .m-hr-01 + .m-ttl-09 {
    margin-top: 80px;
  }
}
.sec-welfare .welfare-inner .welfare-bottom .l-detail-05.style-middle + .m-hr-01 {
  margin: 55px 0 38px;
}
.sec-welfare .welfare-inner .welfare-bottom .m-dl-02 + .l-summary-02 {
  margin-top: 41px;
}
.sec-welfare .welfare-inner .welfare-bottom .l-column-01 {
  gap: 50px 70px;
}
@media screen and (max-width: 1206px) {
  .sec-welfare .welfare-inner .welfare-bottom .l-column-01 {
    gap: 50px 30px;
  }
}
.sec-personttl {
  position: relative;
}
.sec-personttl::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 365px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 116%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed0025), to(#ff9300));
  background: linear-gradient(#ed0025 0%, #ff9300 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 381px) 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .sec-personttl::before {
    left: 150px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 150px) 100%, 0 100%);
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl.tokunaga .ttl-wrapper .bg img {
    -webkit-transform: translate(-41%, 0);
        -ms-transform: translate(-41%, 0);
            transform: translate(-41%, 0);
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl.miyasaka .ttl-wrapper .bg img {
    -webkit-transform: translate(-42%, 0);
        -ms-transform: translate(-42%, 0);
            transform: translate(-42%, 0);
  }
}
.sec-personttl.sato .ttl-wrapper .catch-wrap {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .sec-personttl.sato .ttl-wrapper .catch-wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl.sato .ttl-wrapper .catch-wrap .message {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl.sato .ttl-wrapper .bg img {
    -webkit-transform: translate(-39%, 0);
        -ms-transform: translate(-39%, 0);
            transform: translate(-39%, 0);
  }
}
.sec-personttl .ttl-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 69px 0 50px;
}
@media screen and (max-width: 1365px) {
  .sec-personttl .ttl-wrapper {
    padding: 69px 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl .ttl-wrapper {
    padding: 80vw 30px 20px;
  }
}
.sec-personttl .ttl-wrapper .catch-wrap {
  z-index: 3;
  position: relative;
}
.sec-personttl .ttl-wrapper .catch-wrap .message {
  margin-top: -2px;
}
@media screen and (max-width: 1365px) {
  .sec-personttl .ttl-wrapper .catch-wrap .message {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl .ttl-wrapper .catch-wrap .message {
    height: 90px;
  }
}
.sec-personttl .ttl-wrapper .catch-wrap .message img {
  display: block;
  max-width: inherit;
}
@media screen and (max-width: 1365px) {
  .sec-personttl .ttl-wrapper .catch-wrap .message img {
    height: 100%;
  }
}
.sec-personttl .ttl-wrapper .summary-wrap {
  display: inline-block;
  z-index: 3;
  position: relative;
  margin-top: 20px;
  padding: 44px 40px;
  background-color: #F5F5F5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1365px) {
  .sec-personttl .ttl-wrapper .summary-wrap {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl .ttl-wrapper .summary-wrap {
    margin-top: 10px;
    padding: 20px 30px;
  }
}
.sec-personttl .ttl-wrapper .summary-wrap .ttl {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: bold;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .sec-personttl .ttl-wrapper .summary-wrap .ttl {
    font-size: 1.8rem;
  }
}
.sec-personttl .ttl-wrapper .summary-wrap .m-subttl-01 {
  font-style: normal;
}
.sec-personttl .ttl-wrapper .summary-wrap .position {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .sec-personttl .ttl-wrapper .summary-wrap .position {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.sec-personttl .ttl-wrapper .bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec-personttl .ttl-wrapper .bg {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.sec-personttl .ttl-wrapper .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec-personttl .ttl-wrapper .bg img {
    -o-object-fit: inherit;
       object-fit: inherit;
    left: 50%;
    max-width: inherit;
    width: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.sec-personttl .breadcrumb {
  z-index: 1;
  position: relative;
  padding: 13px 80px 6px 0;
  /*
  &::before{
      content: "";
      z-index: 0;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%,0);
      width: 100vw;
      height: 100%;
      background-color: $c_base;
  }
  */
}
@media screen and (max-width: 1365px) {
  .sec-personttl .breadcrumb {
    padding: 13px 20px 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-personttl .breadcrumb {
    padding: 5px 10px 5px 0;
  }
}
.sec-personttl .breadcrumb::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 61.6%;
  height: 99%;
  background-color: #F5F5F5;
  -webkit-transform: skew(-27deg);
      -ms-transform: skew(-27deg);
          transform: skew(-27deg);
}
@media screen and (max-width: 768px) {
  .sec-personttl .breadcrumb::after {
    width: 30%;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
  }
}
.sec-personttl .breadcrumb > * {
  z-index: 3;
  position: relative;
}

.sec-person {
  margin-top: 49px;
  /*
  &.tsuno{
      .l-message-03{
          .message-wrap{
              transform: translate(-50%, -51%) translateX(-267px);
          }
      }
  }
  &.tokunaga{
      .l-message-03{
          .figure-wrap {
              img{
                  @include max-screen($w_tablet) {
                      transform: translate(-55%, 0);
                  }
              }
          }
      }
      .l-message-03{
          .message-wrap{
              transform: translate(-50%, -47%) translateX(-378px);
          }
      }
  }
  &.miyasaka{
      .l-message-03{
          .figure-wrap {
              img{
                  @include max-screen($w_tablet) {
                      transform: translate(-45%, 0);
                  }
              }
          }
      }
      .l-message-03{
          .message-wrap{
              transform: translate(-50%, -50%) translateX(-365px);
          }
      }
  }
  &.sato{
      .l-message-03{
          .figure-wrap {
              img{
                  @include max-screen($w_tablet) {
                      transform: translate(-63%, 0);
                  }
              }
          }
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .sec-person {
    margin-top: 60px;
  }
}
.sec-person .movie-wrap {
  position: relative;
  padding-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .sec-person .movie-wrap {
    padding: 0 30px 80px;
  }
}
.sec-person .movie-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -265px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 100vw;
  height: 100%;
  background-color: #ED0025;
  clip-path: polygon(283px 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .sec-person .movie-wrap::before {
    left: -150px;
    clip-path: polygon(150px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.sec-person .movie-wrap .m-ruby-01 {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .sec-person .movie-wrap .m-ruby-01 {
    margin-bottom: 15px;
  }
}
.sec-person .l-message-03 {
  margin-bottom: 147px;
}
@media screen and (max-width: 768px) {
  .sec-person .l-message-03 {
    margin-bottom: 100px;
  }
}
.sec-person .m-figure-01 {
  max-width: 1200px;
  margin: 190px auto 190px;
}
@media screen and (max-width: 768px) {
  .sec-person .m-figure-01 {
    margin: 80px auto;
  }
}
.sec-person .l-message-04 {
  margin-top: 350px;
}
@media screen and (max-width: 768px) {
  .sec-person .l-message-04 {
    margin-top: 180px;
  }
}
.sec-person .other-wrap {
  margin-top: 310px;
}
@media screen and (max-width: 768px) {
  .sec-person .other-wrap {
    margin-top: 100px;
  }
}
.sec-person .other-wrap .m-ttl-06 {
  text-align: center;
}
.sec-person .other-wrap .m-subttl-01 {
  display: block;
  margin-bottom: 54px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec-person .other-wrap .m-subttl-01 {
    margin-bottom: 30px;
  }
}
.sec-person .m-btn-02 {
  margin-top: 132px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-person .m-btn-02 {
    margin-top: 60px;
  }
}

.sec-sustain {
  max-width: 1100px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1365px) {
  .sec-sustain {
    padding: 0 30px;
  }
}
.sec-sustain .about-wrap {
  position: relative;
  padding: 131px 30px 202px;
}
@media screen and (max-width: 768px) {
  .sec-sustain .about-wrap {
    padding: 50px 10px 100px;
  }
}
.sec-sustain .about-wrap::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background-color: #FFF2F2;
}
.sec-sustain .about-wrap .ttl {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .sec-sustain .about-wrap .ttl {
    margin-bottom: 12px;
  }
}
.sec-sustain .about-wrap .ttl img {
  margin-left: auto;
  margin-right: auto;
}
.sec-sustain .about-wrap .m-ttl-14 {
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-sustain .about-wrap .m-ttl-14 {
    margin-bottom: 30px;
  }
}
.sec-sustain .about-wrap .m-catch-02 {
  max-width: 900px;
  margin: 0 auto;
  line-height: 2;
}
.sec-sustain .about-wrap + .l-ttl-01 {
  margin-top: 0;
}
.sec-sustain .l-ttl-01 {
  margin-top: 208px;
  margin-bottom: 83px;
}
@media screen and (max-width: 768px) {
  .sec-sustain .l-ttl-01 {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.sec-sustain .m-catch-02 {
  margin-bottom: 90px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sec-sustain .m-catch-02 {
    margin-bottom: 40px;
  }
}
.sec-sustain .l-detail-08 {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .sec-sustain .l-detail-08 {
    margin-top: 30px;
  }
}

.sec-work {
  max-width: 920px;
  margin: 134px auto 0;
}
@media screen and (max-width: 1365px) {
  .sec-work {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-work {
    margin-top: 50px;
    padding: 0 30px;
  }
}
.sec-work .m-subttl-02 {
  margin-bottom: 5px;
}
.sec-work .m-ttl-06 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sec-work .m-ttl-06 {
    margin-bottom: 25px;
  }
}
.sec-work .m-subttl-04 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .sec-work .m-subttl-04 {
    margin-bottom: 25px;
  }
}
.sec-work .role-wrap {
  z-index: 1;
  position: relative;
  padding-bottom: 91px;
}
@media screen and (max-width: 1365px) {
  .sec-work .role-wrap {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-work .role-wrap {
    padding-right: 30px;
    padding-bottom: 50px;
  }
}
.sec-work .role-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: -142px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1365px) {
  .sec-work .role-wrap::before {
    right: 0;
  }
}
.sec-work .role-wrap::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 64px;
  left: -90px;
  width: 100vw;
  height: calc(100% + 17px);
  background-color: #E00925;
}
@media screen and (max-width: 1365px) {
  .sec-work .role-wrap::after {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-work .role-wrap::after {
    top: 40px;
    height: 100%;
  }
}
.sec-work .role-wrap > * {
  z-index: 1;
  position: relative;
}
.sec-work .role-wrap .m-figure-01 {
  max-width: 796px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .sec-work .role-wrap .m-figure-01 {
    margin-top: 40px;
  }
}
.sec-work .finance-wrap {
  z-index: 0;
  position: relative;
  padding: 206px 0 165px;
}
@media screen and (max-width: 768px) {
  .sec-work .finance-wrap {
    padding: 100px 0 80px;
  }
}
.sec-work .finance-wrap::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #FFF2F2;
}
.sec-work .finance-wrap .l-box-01 {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .sec-work .finance-wrap .l-box-01 {
    margin-top: 50px;
  }
}
.sec-work .finance-wrap .l-box-01 .m-figure-01 {
  max-width: 702px;
  margin: 0 auto;
}
.sec-work .work-wrap {
  position: relative;
  max-width: 1010px;
  width: 1010px;
  padding-top: 88px;
  padding-bottom: 221px;
}
@media screen and (max-width: 1365px) {
  .sec-work .work-wrap {
    width: 100%;
    padding-left: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec-work .work-wrap {
    padding: 50px 0 30px 30px;
  }
}
.sec-work .work-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: -142px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1365px) {
  .sec-work .work-wrap::before {
    left: 0;
  }
}
.sec-work .work-wrap::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  height: calc(100% + 177px);
  background-color: #E00925;
}
.sec-work .work-wrap > * {
  z-index: 1;
  position: relative;
}
.sec-work .work-wrap .m-ttl-06 {
  margin-bottom: -7px;
}
.sec-work .work-wrap .m-subttl-04 + .m-figure-01 {
  margin-top: 0;
}
.sec-work .work-wrap .m-ttl-09 {
  margin-top: 41px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .sec-work .work-wrap .m-ttl-09 {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}
.sec-work .work-wrap .m-figure-01 {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .sec-work .work-wrap .m-figure-01 {
    margin-top: 30px;
  }
}

.l-article-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 67px 40px;
}
@media screen and (max-width: 768px) {
  .l-article-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 67px 40px;
  }
}
.l-article-01 .article-inner .figure-wrap {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .l-article-01 .article-inner .figure-wrap {
    margin-bottom: 0;
  }
}
.l-article-01 .article-inner .ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-article-01 .article-inner .ttl {
    display: inline-block;
    overflow: hidden;
    margin-top: -26px;
    padding: 9px 12px;
    background-color: #fff;
    font-size: 1.8rem;
  }
}
.l-article-01 .article-inner .ttl::before {
  display: none;
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 167px;
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .l-article-01 .article-inner .ttl::before {
    display: block;
  }
}
.l-article-01 .article-inner .ttl > * {
  z-index: 1;
  position: relative;
}
.l-article-01 .article-inner .name-wrap {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .l-article-01 .article-inner .name-wrap {
    margin-top: 0px;
    padding-left: 12px;
  }
}
.l-article-01 .article-inner .name-wrap .name {
  margin-right: 8px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .l-article-01 .article-inner .name-wrap .name {
    font-size: 1.8rem;
  }
}
.l-article-01 .article-inner .position {
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-article-01 .article-inner .position {
    padding-left: 12px;
    font-size: 1.2rem;
  }
}

.l-article-02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .l-article-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
}
.l-article-02 .article-inner .figure-wrap {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .l-article-02 .article-inner .figure-wrap {
    margin-bottom: 15px;
  }
}
.l-article-02 .article-inner .detail-wrap {
  padding: 0 30px 0 46px;
}
@media screen and (max-width: 768px) {
  .l-article-02 .article-inner .detail-wrap {
    padding: 0 30px;
  }
}
.l-article-02 .article-inner .detail-wrap .ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-article-02 .article-inner .detail-wrap .ttl {
    font-size: 1.8rem;
  }
}
.l-article-02 .article-inner .detail-wrap .ttl > * {
  z-index: 1;
  position: relative;
}
.l-article-02 .article-inner .detail-wrap .name-wrap {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .l-article-02 .article-inner .detail-wrap .name-wrap {
    margin-top: 10px;
  }
}
.l-article-02 .article-inner .detail-wrap .name-wrap .name {
  margin-right: 8px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .l-article-02 .article-inner .detail-wrap .name-wrap .name {
    font-size: 1.8rem;
  }
}
.l-article-02 .article-inner .detail-wrap .position {
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-article-02 .article-inner .detail-wrap .position {
    font-size: 1.2rem;
  }
}

.l-detail-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-detail-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-detail-01.style-reverse .figure-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-detail-01.style-reverse .figure-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
}
.l-detail-01.style-reverse .figure-wrap img {
  left: -103px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .l-detail-01.style-reverse .figure-wrap img {
    left: 0;
    margin: 0 0 0 auto;
  }
}
.l-detail-01.style-reverse .detail-wrap {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 10px 0 75px;
}
@media screen and (max-width: 768px) {
  .l-detail-01.style-reverse .detail-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px;
  }
}
.l-detail-01 .figure-wrap {
  position: relative;
  width: calc(50% - 25px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-detail-01 .figure-wrap {
    width: 100%;
  }
}
.l-detail-01 .figure-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-detail-01 .figure-wrap img {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
  }
}
.l-detail-01 .detail-wrap {
  width: 50%;
  padding: 75px 0 0;
}
@media screen and (max-width: 768px) {
  .l-detail-01 .detail-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
.l-detail-01 .detail-wrap .m-subttl-01 + .m-ttl-01 {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .l-detail-01 .detail-wrap .m-subttl-01 + .m-ttl-01 {
    margin-top: 9px;
  }
}
.l-detail-01 .detail-wrap .m-ttl-01 {
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .l-detail-01 .detail-wrap .m-ttl-01 {
    margin-bottom: 27px;
  }
}
.l-detail-01 .detail-wrap .m-detail-01 {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .l-detail-01 .detail-wrap .m-detail-01 {
    margin-top: 18px;
  }
}
.l-detail-01 .detail-wrap .m-btn-02 {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .l-detail-01 .detail-wrap .m-btn-02 {
    margin: 19px 12px 0;
  }
}

.l-detail-02 {
  position: relative;
  margin-top: 57px;
  padding: 201px 0 131px;
}
@media screen and (max-width: 768px) {
  .l-detail-02 {
    margin-top: 30px;
    padding: 100px 0 80px;
  }
}
.l-detail-02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 286px;
  width: 100vw;
  height: 100%;
  background-color: #E00925;
}
@media screen and (max-width: 768px) {
  .l-detail-02::before {
    left: 100px;
  }
}
.l-detail-02 .detail-inner {
  position: relative;
  max-width: 1064px;
  padding: 80px 111px 76px 53px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-detail-02 .detail-inner {
    padding: 30px 30px 30px 10px;
  }
}
.l-detail-02 .detail-inner::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.l-detail-02 .detail-inner > * {
  z-index: 3;
  position: relative;
}
.l-detail-02 .detail-inner .ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .l-detail-02 .detail-inner .ttl {
    margin-bottom: 20px;
  }
}
.l-detail-02 .detail-inner .detail {
  max-width: 814px;
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-detail-02 .detail-inner .detail {
    font-size: 1.5rem;
  }
}
.l-detail-02 .detail-inner .detail > * {
  margin-top: 20px;
}
.l-detail-02 .detail-inner .detail > *:first-child {
  margin-top: 0;
}
.l-detail-02 .figure {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
.l-detail-03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 46px 46px;
}
@media screen and (max-width: 1365px) {
  .l-detail-03 {
    gap: 46px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px 30px;
  }
}
.l-detail-03 .detail-inner {
  position: relative;
  background-color: #fff;
}
.l-detail-03 .detail-inner .m-catch-04 {
  position: absolute;
  top: -28px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .l-detail-03 .detail-inner .m-catch-04 {
    top: -30px;
    right: 10px;
  }
}
.l-detail-03 .detail-inner .detail {
  padding: 35px 50px 42px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1365px) {
  .l-detail-03 .detail-inner .detail {
    padding: 35px 30px 42px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-03 .detail-inner .detail {
    padding: 20px 20px;
    font-size: 1.5rem;
  }
}
.l-detail-03 .detail-inner .detail .m-ttl-05 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .l-detail-03 .detail-inner .detail .m-ttl-05 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1365px) {
  .l-detail-03 .detail-inner .detail .m-ttl-05 br {
    display: none;
  }
}

.l-detail-04 {
  padding: 65px 89px;
  border-radius: 10px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 1206px) {
  .l-detail-04 {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-04 {
    padding: 40px 20px;
  }
}

.l-detail-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-detail-05.style-middle .figure-wrap {
  width: 273px;
}
@media screen and (max-width: 768px) {
  .l-detail-05.style-middle .figure-wrap {
    width: 100%;
  }
}
.l-detail-05.style-middle .detail-wrap {
  width: calc(100% - 273px - 49px);
}
@media screen and (max-width: 768px) {
  .l-detail-05.style-middle .detail-wrap {
    width: 100%;
  }
}
.l-detail-05 .figure-wrap {
  width: 416px;
  padding-top: 8px;
}
@media screen and (max-width: 1206px) {
  .l-detail-05 .figure-wrap {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-05 .figure-wrap {
    width: 100%;
  }
}
.l-detail-05 .figure-wrap img {
  width: 100%;
}
.l-detail-05 .detail-wrap {
  width: calc(100% - 416px - 53px);
}
@media screen and (max-width: 1206px) {
  .l-detail-05 .detail-wrap {
    width: calc(100% - 300px - 30px);
  }
}
@media screen and (max-width: 768px) {
  .l-detail-05 .detail-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.l-detail-05 .detail-wrap .detail {
  font-size: 1.6rem;
  line-height: 2;
}
.l-detail-05 .detail-wrap .detail > * {
  margin-top: 15px;
}
.l-detail-05 .detail-wrap .detail > *:first-child {
  margin-top: 0;
}
.l-detail-05 .detail-wrap .l-summary-02 {
  margin-top: 52px;
  text-align: center;
}

.l-detail-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-detail-06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
  }
}
.l-detail-06.reverse {
  max-width: 1200px;
}
.l-detail-06.reverse .figure-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .l-detail-06.reverse .figure-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.l-detail-06.reverse .figure-wrap img {
  -webkit-transform: translateX(52px);
      -ms-transform: translateX(52px);
          transform: translateX(52px);
  width: calc(100% + 36px);
}
@media screen and (max-width: 768px) {
  .l-detail-06.reverse .figure-wrap img {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: calc(100% + 30px);
  }
}
.l-detail-06.reverse .detail-wrap {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-top: 120px;
  padding-right: 30px;
}
@media screen and (max-width: 1365px) {
  .l-detail-06.reverse .detail-wrap {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-06.reverse .detail-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 40px;
    padding-left: 0;
  }
}
.l-detail-06 .figure-wrap {
  position: relative;
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .l-detail-06 .figure-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.l-detail-06 .figure-wrap img {
  position: relative;
  -webkit-transform: translateX(-133px);
      -ms-transform: translateX(-133px);
          transform: translateX(-133px);
  max-width: inherit;
  width: calc(100% + 133px);
}
.l-detail-06 .figure-wrap .figucaption {
  display: block;
  margin-top: 9px;
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 1365px) {
  .l-detail-06 .figure-wrap .figucaption {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-06 .figure-wrap .figucaption {
    text-align: left;
  }
}
.l-detail-06 .detail-wrap {
  width: 50%;
  padding-top: 71px;
}
@media screen and (max-width: 1365px) {
  .l-detail-06 .detail-wrap {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-06 .detail-wrap {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }
}
.l-detail-06 .detail-wrap .m-subttl-03 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .l-detail-06 .detail-wrap .m-subttl-03 {
    margin-bottom: 10px;
  }
}
.l-detail-06 .detail-wrap .m-ttl-14 {
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .l-detail-06 .detail-wrap .m-ttl-14 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1365px) {
  .l-detail-06 .detail-wrap .m-ttl-14 br {
    display: none;
  }
}
.l-detail-06 .detail-wrap .l-summary-01 {
  z-index: 1;
  position: relative;
  line-height: 2.27;
  letter-spacing: 0.07em;
}

.l-detail-07 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 75px 60px;
}
@media screen and (max-width: 1365px) {
  .l-detail-07 {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-07 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px 30px;
  }
}
.l-detail-07 .detail-inner .figure {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .l-detail-07 .detail-inner .figure {
    margin-bottom: 20px;
  }
}
.l-detail-07 .detail-inner .m-ttl-09 {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .l-detail-07 .detail-inner .m-ttl-09 {
    margin-bottom: 20px;
  }
}
.l-detail-07 .detail-inner .detail {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-detail-07 .detail-inner .detail {
    font-size: 1.5rem;
  }
}
.l-detail-07 .detail-inner .detail > * {
  margin-top: 20px;
}
.l-detail-07 .detail-inner .detail > *:first-child {
  margin-top: 0;
}
.l-detail-07 .detail-inner .l-info-01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-detail-07 .detail-inner .l-info-01 {
    margin-top: 20px;
  }
}

.l-detail-08 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 25px;
}
@media screen and (max-width: 1365px) {
  .l-detail-08 {
    gap: 25px 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-08 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 10px;
  }
}
.l-detail-08 .detail-inner .figure {
  margin-bottom: 19px;
}

.l-message-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F5F5;
}
.l-message-01::before {
  content: "";
  position: absolute;
  top: -75px;
  left: -45px;
  width: 68.2%;
  height: 100%;
  background: url(../img/recruit/top/message_dec.svg) no-repeat center top/contain transparent;
}
@media screen and (max-width: 768px) {
  .l-message-01::before {
    top: -34px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: calc(100% + 46px);
  }
}
.l-message-01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-message-01 a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 39px 9px;
  }
}
.l-message-01 .detail-wrap {
  position: relative;
  width: calc(46% - 20px);
  padding-top: 76px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-message-01 .detail-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: -39px;
    padding-top: 0;
    text-align: left;
  }
}
.l-message-01 .detail-wrap .ttl {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .l-message-01 .detail-wrap .ttl {
    margin-bottom: 6px;
  }
}
.l-message-01 .detail-wrap .ttl img {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-message-01 .detail-wrap .ttl img {
    margin-left: 0;
    margin-right: auto;
  }
}
.l-message-01 .detail-wrap .m-name-01 {
  display: inline-block;
}
.l-message-01 .detail-wrap .m-name-01 .position {
  text-align: left;
}
.l-message-01 .figure-wrap {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .l-message-01 .figure-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}

.l-message-02 {
  position: relative;
}
@media screen and (max-width: 1365px) {
  .l-message-02 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .l-message-02 {
    width: 70%;
  }
}
.l-message-02 .detail-wrap {
  z-index: 1;
  position: relative;
  padding: 61px 0 93px;
}
@media screen and (max-width: 768px) {
  .l-message-02 .detail-wrap {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    padding: 15vw 0 15vw;
  }
}
@media screen and (max-width: 768px) {
  .l-message-02 .detail-wrap .ruby {
    width: 250px;
  }
}
.l-message-02 .detail-wrap .ttl {
  margin-top: -10px;
  padding-left: 93px;
}
@media screen and (max-width: 768px) {
  .l-message-02 .detail-wrap .ttl {
    width: 300px;
    margin-top: 0;
    padding-left: 20px;
  }
}
.l-message-02 .figure-wrap {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 329px;
  height: 100%;
}
@media screen and (max-width: 1365px) {
  .l-message-02 .figure-wrap {
    left: 42%;
  }
}
@media screen and (max-width: 768px) {
  .l-message-02 .figure-wrap {
    left: 30px;
  }
}
.l-message-02 .figure-wrap img {
  max-width: inherit;
  height: 100%;
}

.l-message-03 {
  position: relative;
  width: 100%;
}
.l-message-03 .figure-wrap {
  position: relative;
  width: 100%;
  height: 500px;
}
.l-message-03 .figure-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1365px) {
  .l-message-03 .figure-wrap img {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .l-message-03 .figure-wrap img {
    left: 50%;
    -webkit-transform: translate(-47.5%, 0);
        -ms-transform: translate(-47.5%, 0);
            transform: translate(-47.5%, 0);
    -o-object-fit: inherit;
       object-fit: inherit;
    width: auto;
    max-width: inherit;
  }
}
.l-message-03 .message-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateX(-365px);
      -ms-transform: translate(-50%, -50%) translateX(-365px);
          transform: translate(-50%, -50%) translateX(-365px);
  max-width: 144px;
}
@media screen and (max-width: 1365px) {
  .l-message-03 .message-wrap {
    -webkit-transform: translate(-50%, -50%) translateX(-200px);
        -ms-transform: translate(-50%, -50%) translateX(-200px);
            transform: translate(-50%, -50%) translateX(-200px);
  }
}
@media screen and (max-width: 768px) {
  .l-message-03 .message-wrap {
    -webkit-transform: translate(-50%, -50%) translateX(-115px);
        -ms-transform: translate(-50%, -50%) translateX(-115px);
            transform: translate(-50%, -50%) translateX(-115px);
    max-width: 100px;
  }
}

.l-message-04 {
  position: relative;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1365px) {
  .l-message-04 {
    padding: 0 30px;
  }
}
.l-message-04::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background-color: #FFF2F2;
}
.l-message-04::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background: url(../img/recruit/person/person_bg.webp) no-repeat right center/contain transparent;
  mix-blend-mode: multiply;
}
.l-message-04 .ttl-wrap {
  position: absolute;
  top: -32px;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 1365px) {
  .l-message-04 .ttl-wrap {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-message-04 .ttl-wrap {
    top: -15px;
  }
}
.l-message-04 .ttl-wrap .m-subttl-01 {
  display: block;
  line-height: 1.5;
}
.l-message-04 > * {
  z-index: 2;
  position: relative;
}
.l-message-04 .detail-wrap {
  padding: 110px 0 57px;
}
@media screen and (max-width: 1365px) {
  .l-message-04 .detail-wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .l-message-04 .detail-wrap {
    max-width: inherit;
    width: 68%;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    padding: 70px 0 30px;
  }
}
.l-message-04 .figure-wrap {
  position: absolute;
  bottom: 0;
  right: -20px;
  max-width: 360px;
}
@media screen and (max-width: 1365px) {
  .l-message-04 .figure-wrap {
    right: 20px;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .l-message-04 .figure-wrap {
    right: 0;
    max-width: inherit;
    width: 40%;
  }
}

.l-bnr-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-bnr-01 > * {
  max-width: 330px;
  margin: 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .l-bnr-01 > * {
    max-width: 248px;
  }
}

.l-btn-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .l-btn-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-btn-01 > * {
    width: 100%;
  }
}
.l-btn-01 > *:nth-of-type(odd) {
  text-align: right;
}
.l-btn-01 > *:nth-of-type(even) {
  text-align: left;
}
.l-btn-01 .info-inner {
  width: 100%;
  margin-top: 5px;
  text-align: right;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .l-btn-01 .info-inner {
    text-align: center;
  }
}
@media screen and (max-width: 1206px) {
  .l-btn-01 .m-btn-03.large a {
    width: 100%;
    min-width: inherit;
  }
}

.l-gallery-01 {
  width: 100%;
}
@media screen and (max-width: 892px) {
  .l-gallery-01 .gallery-wrap {
    width: 100%;
  }
}
.l-gallery-01 .gallery-thumb {
  margin-top: 10px;
}
@media screen and (max-width: 1365px) {
  .l-gallery-01 .gallery-thumb {
    margin-top: 5px;
  }
}
.l-gallery-01 .gallery-thumb .slick-track {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 10px;
  width: 100% !important;
}
@media screen and (max-width: 1365px) {
  .l-gallery-01 .gallery-thumb .slick-track {
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-gallery-01 .gallery-thumb .slick-track {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.l-gallery-01 .gallery-thumb .slick-track::before, .l-gallery-01 .gallery-thumb .slick-track::after {
  display: none;
}
.l-gallery-01 .gallery-thumb .thumb-inner {
  width: auto !important;
  float: none;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  cursor: pointer;
  /*
  position: relative;
  width: 76px !important;
  margin: 28px 10px 0;
  transition: opacity .3s linear;
  opacity: .4;
  @media screen and (max-width: 892px) {
      width: 50px !important;
      margin: 15px 5px 0;
  }
  */
}
.l-gallery-01 .gallery-thumb .thumb-inner:hover, .l-gallery-01 .gallery-thumb .thumb-inner.slick-current {
  opacity: 1;
}
.l-gallery-01 .gallery-thumb .thumb-inner img {
  position: relative;
}

.l-gallery-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
}
@media screen and (max-width: 1206px) {
  .l-gallery-02 {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .l-gallery-02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-gallery-02 .gallery-inner {
    width: 100%;
  }
}
.l-gallery-02 .gallery-inner img {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-gallery-02 .gallery-inner img {
    width: 100%;
  }
}

.l-column-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px 15px;
}
@media screen and (max-width: 768px) {
  .l-column-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 15px;
  }
}
.l-column-01.column03 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .l-column-01.column03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l-column-01 .column-inner > * {
  margin-top: 10px;
}
.l-column-01 .column-inner > *:first-child {
  margin-top: 0;
}

.l-sidenav-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-sidenav-01 .sidenav {
  position: relative;
  width: 286px;
}
@media screen and (max-width: 1365px) {
  .l-sidenav-01 .sidenav {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .l-sidenav-01 .sidenav {
    display: none;
  }
}
.l-sidenav-01 .sidenav .m-nav-01 {
  position: sticky;
  top: 100px;
  padding-top: 10px;
}
.l-sidenav-01 .contents-wrap {
  width: calc(100% - 286px);
}
@media screen and (max-width: 1365px) {
  .l-sidenav-01 .contents-wrap {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .l-sidenav-01 .contents-wrap {
    width: 100%;
  }
}

.l-summary-01 > * {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .l-summary-01 > * {
    margin-top: 25px;
  }
}
.l-summary-01 > *:first-child {
  margin-top: 0;
}

.l-summary-02 {
  padding: 30px 30px;
  border-radius: 3px;
  border: 1px solid #E00925;
  background-color: #FFF2F2;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-summary-02 {
    padding: 30px 20px;
  }
}
.l-summary-02 .m-ttl-10 {
  margin-bottom: 17px;
}

.l-summary-03 {
  padding: 46px 30px;
  border-radius: 3px;
  background-color: #FFF2F2;
  text-align: center;
}
.l-summary-03 .m-ttl-12 {
  margin-top: 0;
  margin-bottom: 20px;
}
.l-summary-03 .figure img {
  margin: 0 auto;
}
.l-summary-03 .detail {
  margin-top: 26px;
  line-height: 1.9;
}

.l-summary-04 {
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-summary-04 {
    font-size: 1.6rem;
  }
}
.l-summary-04 > * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-summary-04 > * {
    margin-top: 20px;
  }
}
.l-summary-04 > *:first-child {
  margin-top: 0;
}

.l-movie-01 {
  display: block;
  max-width: 645px;
  margin: 0 auto;
  text-align: center;
}
.l-movie-01 .movie-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-movie-01 .movie-inner {
    height: 50vw;
  }
}
.l-movie-01 .movie-inner.is-play::before, .l-movie-01 .movie-inner.is-play::after {
  display: none;
}
.l-movie-01 .movie-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-movie-01 .movie-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 145px;
  height: 145px;
  background: url(../img/recruit/common/icon_play02.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .l-movie-01 .movie-inner::after {
    width: 100px;
    height: 100px;
  }
}
.l-movie-01 .movie-inner > * {
  width: 100% !important;
  height: 100% !important;
}
.l-movie-01 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 11px;
  padding: 5px 10px;
  border: 1px solid #FD8585;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
.l-movie-01 .info::before {
  content: "";
  width: 13px;
  height: 17px;
  margin-right: 5px;
  background: url(../img/recruit/common/icon_hand.svg) no-repeat center center/contain transparent;
}

.l-info-01 {
  padding: 19px 38px;
  border-radius: 3px;
  border: 1px solid #C21517;
}
@media screen and (max-width: 768px) {
  .l-info-01 {
    padding: 20px 20px;
  }
}
.l-info-01 .ttl {
  color: #ED0025;
}
.l-info-01 .info-wrap {
  margin-top: 5px;
  font-size: 1.45rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .l-info-01 .info-wrap {
    font-size: 1.3rem;
  }
}

.l-ttl-01 {
  position: relative;
  color: #fff;
}
.l-ttl-01 .detail-wrap {
  max-width: 366px;
  padding: 96px 20px 118px 0;
}
@media screen and (max-width: 768px) {
  .l-ttl-01 .detail-wrap {
    padding: 120px 20px 50px 0;
  }
}
.l-ttl-01 .detail-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  right: 238px;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #E00925;
}
@media screen and (max-width: 768px) {
  .l-ttl-01 .detail-wrap::before {
    right: 0;
  }
}
.l-ttl-01 .detail-wrap > * {
  z-index: 1;
  position: relative;
}
.l-ttl-01 .detail-wrap .m-num-01 {
  display: inline-block;
  margin-bottom: 40px;
}
.l-ttl-01 .detail-wrap .m-subttl-04 {
  display: inline-block;
  margin-top: 5px;
}
.l-ttl-01 .figure-wrap {
  position: absolute;
  top: -55px;
  left: calc(50% - 183px);
  max-width: 1000px;
}
@media screen and (max-width: 1365px) {
  .l-ttl-01 .figure-wrap {
    left: calc(50% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .l-ttl-01 .figure-wrap {
    top: -50px;
    left: calc(50% - 70px);
    max-width: 600px;
  }
}
.l-ttl-01 .figure-wrap img {
  max-width: inherit;
}

.l-box-01 {
  padding: 58px 46px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-box-01 {
    padding: 20px;
  }
}

.m-btn-01 {
  line-height: 1;
  white-space: nowrap;
}
.m-btn-01 .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .m-btn-01 .pc {
    display: none;
  }
}
.m-btn-01 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-btn-01 .sp {
    display: block;
  }
}
.m-btn-01 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 13px;
  background-color: #FFF2F2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-btn-01 a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 2px 14px;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-01 a[target=_blank] .main:after {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.m-btn-01 a .main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}
.m-btn-01 a .main::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/recruit/common/icon_external.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .m-btn-01 a .main::after {
    width: 9px !important;
    height: 9px;
    margin-top: 0 !important;
    margin-left: 2px !important;
  }
}
.m-btn-01 a .sub {
  width: 100%;
  margin-top: 7px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .m-btn-01 a .sub {
    font-size: 0.9rem;
  }
}

.m-btn-02 {
  font-weight: bold;
  color: #E00925;
}
.m-btn-02.reverse a::before {
  right: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-btn-02 a {
  position: relative;
  min-width: 302px;
  padding: 23px 20px;
  background-color: #fff;
  border: 2px solid #E00925;
  text-align: center;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-btn-02 a {
    min-width: 282px;
    padding: 17px 20px;
  }
}
.m-btn-02 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 74px;
  border-top: 2px solid #E00925;
}
@media screen and (max-width: 768px) {
  .m-btn-02 a::before {
    width: 60px;
  }
}

.m-btn-03 {
  font-weight: bold;
  color: #E00925;
}
.m-btn-03.color-red a {
  background-color: #E00925;
  color: #fff;
}
.m-btn-03.color-red a[target=_blank]:after {
  background-image: url(../img/recruit/common/icon_external_white.svg);
}
.m-btn-03.color-white a {
  background-color: #fff;
}
.m-btn-03.large a {
  min-width: 302px;
  padding: 24px 17px;
}
@media screen and (max-width: 768px) {
  .m-btn-03.large a {
    min-width: inherit;
    padding: 17px;
  }
}
.m-btn-03 a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  padding: 7px 17px;
  border: 1px solid #E00925;
  text-align: center;
  color: #E00925;
}
.m-btn-03 a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-btn-03 a[target=_blank]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/recruit/common/icon_external.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .m-btn-03 a[target=_blank]::after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-03 a {
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-03 a::after {
    width: 12px !important;
    height: 12px !important;
  }
}

.m-btn-04 {
  position: relative;
  line-height: 1;
}
.m-btn-04::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 34px;
  border-top: 1px solid #E00925;
}
@media screen and (max-width: 1365px) {
  .m-btn-04::before {
    width: 20px;
  }
}
.m-btn-04 a {
  position: relative;
  padding: 21px 58px 22px 72px;
  background-color: #E00925;
  color: #fff;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}
.m-btn-04 a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-btn-04 a[target=_blank]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/recruit/common/icon_external.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .m-btn-04 a[target=_blank]::after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 1365px) {
  .m-btn-04 a {
    padding: 21px 28px 22px 52px;
  }
}
.m-btn-04 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1365px) {
  .m-btn-04 a::before {
    width: 20px;
  }
}
.m-btn-04 a .m-icon-01 {
  margin-left: 7px;
}

.m-btn-05 {
  position: relative;
  line-height: 1;
}
.m-btn-05 a {
  position: relative;
  padding: 21px 49px 22px;
  background-color: #E00925;
  color: #fff;
}
.m-btn-05 a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-btn-05 a[target=_blank]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/recruit/common/icon_external.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .m-btn-05 a[target=_blank]::after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 1365px) {
  .m-btn-05 a {
    padding: 21px 28px;
  }
}
.m-btn-05 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  border-top: 1px solid #E00925;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 1365px) {
  .m-btn-05 a::before {
    width: 20px;
  }
}
.m-btn-05 a:after {
  display: none !important;
}
.m-btn-05 a .m-icon-01 {
  margin-left: 7px;
}

.m-btn-06 {
  position: relative;
  letter-spacing: 0.1em;
}
.m-btn-06 .inner,
.m-btn-06 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  padding: 6px 50px;
  background-color: #098de0;
  background: #fff2f2;
  color: #fff;
  color: #E00925;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.m-btn-06 .inner[target=_blank],
.m-btn-06 a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-btn-06 .inner[target=_blank]::after,
.m-btn-06 a[target=_blank]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/recruit/common/icon_external.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .m-btn-06 .inner[target=_blank]::after,
  .m-btn-06 a[target=_blank]::after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 1365px) {
  .m-btn-06 .inner,
  .m-btn-06 a {
    padding: 6px 28px;
  }
}
.m-btn-06 .inner:hover,
.m-btn-06 a:hover {
  opacity: 0.7;
}

.m-icon-01.icon-external::before {
  background-image: url(../img/recruit/common/icon_external_white.svg);
}
.m-icon-01::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: no-repeat center center/contain transparent;
}

.m-icon-02.icon-check::before {
  background-image: url(../img/recruit/common/icon_check01.svg);
}
.m-icon-02::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center center/contain transparent;
}

.m-movie-01 {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.m-movie-01 img {
  display: block;
}
.m-movie-01 a {
  display: block;
  position: relative;
}
.m-movie-01 .dec {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(41%, 25%);
      -ms-transform: translate(41%, 25%);
          transform: translate(41%, 25%);
  max-width: 204px;
}
@media screen and (max-width: 768px) {
  .m-movie-01 .dec {
    bottom: -23px;
    right: -31px;
    -webkit-transform: translate(26%, 17%);
        -ms-transform: translate(26%, 17%);
            transform: translate(26%, 17%);
    max-width: 126px;
  }
}

.m-message-01 {
  font-family: "Barlow";
  line-height: 1;
  font-size: 11.5rem;
  font-weight: bold;
  font-style: italic;
  color: #F5F5F5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .m-message-01 {
    font-size: 4.3rem;
  }
}

.m-subttl-01 {
  font-family: "Barlow";
  font-weight: bold;
  font-style: italic;
  color: #E00925;
}

.m-subttl-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Barlow";
  font-weight: bold;
  color: #E00925;
}
.m-subttl-02::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 8px 0 4px;
  border-radius: 100px;
  background-color: #E00925;
}

.m-subttl-03 {
  display: inline-block;
  position: relative;
  padding: 0 27px 11px 10px;
  font-family: "Barlow";
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #E00925;
}
.m-subttl-03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: url(../img/recruit/common/line01.svg) no-repeat center center/contain transparent;
}

.m-subttl-04 {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.m-ttl-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-ttl-01 .ttl {
  margin-right: 11px;
}
.m-ttl-01 .ttl img {
  display: block;
}
@media screen and (max-width: 768px) {
  .m-ttl-01 .ttl img {
    height: 59px;
  }
}
.m-ttl-01 .item {
  font-size: 4.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-ttl-01 .item {
    font-size: 3.3rem;
  }
}

.m-ttl-02 .ttl {
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-ttl-02 .ttl {
    line-height: 1.4;
    font-size: 2.1rem;
  }
}
.m-ttl-02 .ruby {
  display: block;
  font-family: "Barlow";
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.01em;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-ttl-02 .ruby {
    font-size: 1.2rem;
  }
}

.m-ttl-03 {
  padding: 9px 10px;
  background-color: #E00925;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-ttl-03 {
    padding: 5px 10px 4px;
    font-size: 1.4rem;
  }
}

.m-ttl-04 a {
  display: block;
}
.m-ttl-04 .ruby {
  display: block;
  font-family: "Barlow";
  font-weight: bold;
  font-size: 1.3rem;
  color: #E00925;
}
.m-ttl-04 .ttl {
  display: block;
  font-weight: bold;
}

.m-ttl-05 {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #E3E3E3;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  font-size: 2.4rem;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-ttl-05 {
    padding-bottom: 15px;
    font-size: 2rem;
  }
}
.m-ttl-05::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 32px;
  border-top: 2px solid #707070;
}

.m-ttl-06 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-ttl-06 {
    font-size: 2.8rem;
  }
}
.m-ttl-06.middle {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .m-ttl-06.middle {
    font-size: 2.4rem;
  }
}

.m-ttl-07 {
  padding: 10px 10px 7px;
  background-color: #E00925;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-ttl-07 {
    padding: 5px;
    font-size: 1.9rem;
  }
}

.m-ttl-08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 10px;
  border: 1px solid #E00925;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .m-ttl-08 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .m-ttl-08 {
    padding: 15px 10px;
  }
}

.m-ttl-09 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #E0E0E0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-ttl-09 {
    padding-bottom: 8px;
    font-size: 2.1rem;
  }
}
.m-ttl-09.no-line {
  border-bottom: none;
}
@media screen and (max-width: 1365px) {
  .m-ttl-09.middle {
    font-size: 2rem;
  }
}
.m-ttl-09::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 32px;
  border-top: 2px solid #E00925;
}

.m-ttl-10 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-ttl-10 {
    font-size: 1.7rem;
  }
}
.m-ttl-10 .m-icon-02 {
  display: block;
}

.m-ttl-11 {
  font-size: 2rem;
  font-weight: bold;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-ttl-11 {
    font-size: 1.8rem;
  }
}
.m-ttl-11.middle {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .m-ttl-11.middle {
    font-size: 1.8rem;
  }
}

.m-ttl-12 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .m-ttl-12 {
    font-size: 2.6rem;
  }
}

.m-ttl-13 {
  font-family: "Barlow";
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-ttl-13 {
    font-size: 2.4rem;
  }
}

.m-ttl-14 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .m-ttl-14 {
    font-size: 2.2rem;
  }
}
.m-ttl-14::before {
  content: attr(data-num);
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-74%, -40%);
      -ms-transform: translate(-74%, -40%);
          transform: translate(-74%, -40%);
  font-family: "Barlow";
  font-size: 19.9rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #FFF2F2;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .m-ttl-14::before {
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
.m-ttl-14 > * {
  z-index: 1;
  position: relative;
}

.m-ttl-15 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-ttl-15 {
    font-size: 1.8rem;
  }
}

.m-ttl-16 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .m-ttl-16 {
    font-size: 2.8rem;
  }
}

.m-ttl-17 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .m-ttl-17 {
    font-size: 1.6rem;
  }
}

.m-catch-01 {
  font-size: 2.3rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .m-catch-01 {
    font-size: 2rem;
  }
}

.m-catch-02 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .m-catch-02 {
    font-size: 1.5rem;
  }
}

.m-catch-03 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .m-catch-03 {
    font-size: 1.9rem;
  }
}

.m-catch-04 {
  padding: 33px 15px 25px;
  background-color: #E00925;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.33em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  .m-catch-04 {
    padding: 10px 8px;
    letter-spacing: 0.2em;
    font-size: 1.2rem;
  }
}

.m-catch-05 {
  line-height: 1.9;
  font-size: 1.6rem;
}

.m-catch-06 {
  position: relative;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.8rem;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-catch-06 {
    font-size: 2.2rem;
  }
}
.m-catch-06 .catch {
  z-index: 1;
  position: relative;
}
.m-catch-06 img {
  z-index: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-detail-01 {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .m-detail-01 {
    letter-spacing: 0.06em;
  }
}
.m-detail-01 > * {
  margin-top: 20px;
}
.m-detail-01 > *:first-child {
  margin-top: 0;
}

.m-detail-02 {
  padding: 25px 16px;
  border-radius: 2px;
  background-color: #FFF2F2;
}
@media screen and (max-width: 768px) {
  .m-detail-02 {
    padding: 20px 15px;
  }
}
.m-detail-02 > .ttl {
  margin-top: 45px;
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-detail-02 > .ttl {
    margin-top: 30px;
    font-size: 1.7rem;
  }
}

.m-name-01 .name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-name-01 .name-wrap .name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .m-name-01 .name-wrap .name {
    font-size: 1.4rem;
  }
}
.m-name-01 .name-wrap .ruby {
  margin-left: 17px;
  font-family: "Barlow";
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #E00925;
}
@media screen and (max-width: 768px) {
  .m-name-01 .name-wrap .ruby {
    margin-left: 7px;
    font-size: 0.7rem;
  }
}
.m-name-01 .position {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .m-name-01 .position {
    font-size: 0.7rem;
  }
}

.m-link-01 a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-link-01 a[target=_blank]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(../img/recruit/common/icon_external.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .m-link-01 a[target=_blank]::after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
  }
}

.m-list-01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .m-list-01 li {
    margin-top: 8px;
  }
}
.m-list-01 li::before {
  content: "・";
}
.m-list-01 li:first-child {
  margin-top: 0;
}

.m-dl-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .m-dl-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m-dl-01 + .m-dl-01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .m-dl-01 + .m-dl-01 {
    margin-top: 15px;
  }
}
.m-dl-01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 262px;
  padding: 21px 21px 20px;
  background-color: #F5F5F5;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1365px) {
  .m-dl-01 dt {
    width: 200px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .m-dl-01 dt {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
.m-dl-01 dt::before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 8px 0 4px;
  border-radius: 100px;
  background-color: #E00925;
}
.m-dl-01 dd {
  width: calc(100% - 262px - 55px);
  padding: 17px 0;
}
@media screen and (max-width: 1365px) {
  .m-dl-01 dd {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 768px) {
  .m-dl-01 dd {
    width: 100%;
    padding: 10px 0;
  }
}
.m-dl-01 dd > * {
  margin-top: 24px;
}
.m-dl-01 dd > *:first-child {
  margin-top: 0;
}

.m-dl-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
}
.m-dl-02 + .m-dl-02 {
  margin-top: 10px;
}
.m-dl-02 dt {
  width: 93px;
  font-weight: bold;
}
.m-dl-02 dd {
  width: calc(100% - 93px);
}

.m-tab-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-tab-01 li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .m-tab-01 li {
    margin-bottom: 10px;
    margin-right: 20px;
  }
}
.m-tab-01 li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-tab-01 li a::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../img/recruit/common/icon_arrow01.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 768px) {
  .m-tab-01 li a::after {
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }
}

.m-figure-01 img {
  width: 100%;
}

.m-figure-02 {
  padding: 50px 30px;
  border: 3px;
  border: 5px solid #F5F5F5;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .m-figure-02 {
    padding: 20px 10px;
  }
}
.m-figure-02 img {
  margin-left: auto;
  margin-right: auto;
}

.m-figure-03 img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: inherit;
}

.m-map-01 {
  padding: 54px;
  background-color: #FFF2F2;
}
@media screen and (max-width: 768px) {
  .m-map-01 {
    padding: 20px;
  }
}
.m-map-01 img {
  margin: 0 auto;
}

.m-nav-01 {
  display: -ms-grid;
  display: grid;
  gap: 18px 0;
  line-height: 1.8;
}
.m-nav-01 li a {
  display: block;
}
.m-nav-01 li a.is-active, .m-nav-01 li a.active, .m-nav-01 li a:hover {
  opacity: 1;
  font-weight: bold;
  color: #E00925;
}

.m-hr-01 {
  width: 100%;
  margin: 72px 0 59px;
  border: none;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .m-hr-01 {
    margin: 40px 0;
  }
}

.m-category-01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  background-color: #333333;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.m-category-01.color-red {
  background-color: #E00925;
}

.m-ruby-01 {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.m-num-01 {
  padding-bottom: 10px;
  font-family: "Barlow";
  font-size: 7.8rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 3px solid #FD8585;
}
@media screen and (max-width: 768px) {
  .m-num-01 {
    padding-bottom: 5px;
    font-size: 5.6rem;
  }
}